/* ##################################################### */
/* ####################### Reset ####################### */
/* ##################################################### */
@media screen and (max-width: 768px) {
  :root {
    --pd-inline-default: 50px ;
  }
}
@media screen and (max-width: 425px) {
  :root {
    --pd-inline-default: 30px ;
  }
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 325px) {
  :root {
    --pd-inline-default: 15px ;
  }
}
/* ##################################################### */
/* ##################### Animation ##################### */
/* ##################################################### */
/* ##################################################### */
/* ################### Buttons Class ################### */
/* ##################################################### */
/* ##################################################### */
/* ################## Main Menu Class ################## */
/* ##################################################### */
@media screen and (max-width: 1150px) {
  .imagenet-menu-ulist--midias {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(30px);
    background-color: var(--background-menu);
    /* border: 1px solid rgba(255, 255, 255, 0.4); */
    border: 0;
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    box-shadow: var(--shadow-default);
  }
  .imagenet-menu-ulist--midias.open {
    display: flex;
  }
  .imagenet-menu-ulist--midias::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    border: 12px solid;
    border-color: transparent transparent var(--background-menu) transparent;
  }
  .imagenet-menu-button--midias {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .imagenet-menu-button--menu {
    display: block;
  }
  .imagenet-menu-button--midias {
    display: none;
  }
  .imagenet-menu-right {
    position: relative;
  }
  .imagenet-menu-container--menu {
    display: none;
    position: absolute;
    top: calc(100% + 25px);
    min-width: 300px;
    right: 0;
    flex-direction: column;
    background-color: var(--background-menu);
    border: 0;
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    box-shadow: var(--shadow-default);
  }
  .imagenet-menu-container--menu.open {
    display: flex;
  }
  .imagenet-menu-container--menu::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 12px;
    transform: translateY(-100%);
    border: 12px solid;
    border-color: transparent transparent var(--background-menu) transparent;
  }
  .imagenet-menu-ulist--midias {
    display: flex;
    flex-direction: unset;
    transform: unset;
    position: unset;
    box-shadow: unset;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    background-color: unset;
    border-radius: unset;
    padding: unset;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 10px;
  }
  .imagenet-menu-ulist--midias::before {
    content: unset;
  }
  .imagenet-menu-ulist--nav {
    gap: 5px;
    flex-direction: column;
  }
  .imagenet-menu-uitem--nav::after {
    top: 50%;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (max-width: 425px) {
  .imagenet-menu-container--menu {
    width: calc(100vw - (var(--pd-inline-default) * 2 + 17px));
    min-width: unset;
  }
}

/* ##################################################### */
/* ############### Main Banner Class ################### */
/* ##################################################### */
@media screen and (max-width: 768px) {
  .imagenet-banner-container {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .imagenet-banner-header {
    text-align: center;
    justify-items: center;
  }
}

/* ##################################################### */
/* #################### Misc Class ##################### */
/* ##################################################### */
@media screen and (max-width: 1350px) {
  .imagenet-cblock-container {
    gap: 50px;
    padding-inline: 80px;
  }
}
@media screen and (max-width: 1150px) {
  .imagenet-bblock-cards {
    gap: 30px;
  }
  .imagenet-cblock-image--icon {
    display: none;
  }
  .imagenet-fblock-main {
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 350px));
  }
}
@media screen and (max-width: 1024px) {
  .imagenet-bblock-cards {
    gap: 20px;
  }
  .imagenet-cblock-image--app {
    max-height: 450px;
  }
  .imagenet-dblock-figure {
    float: unset;
    padding: unset;
  }
  .imagenet-dblock-image {
    max-width: 100%;
    max-height: 450px;
  }
  .imagenet-fblock-main {
    grid-template-columns: repeat(2, minmax(0, 450px));
  }
}
@media screen and (max-width: 850px) {
  .imagenet-bblock-cards {
    grid-template-columns: unset;
  }
}
@media screen and (max-width: 950px) {
  .imagenet-eblock-container--app {
    float: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 768px) {
  .imagenet-ablock-figure {
    grid-template-columns: unset;
  }
  .imagenet-ablock-figcaption {
    padding-inline: 30px;
  }
  .imagenet-cblock-container {
    padding-inline: var(--pd-inline-default);
    flex-direction: column;
  }
  .imagenet-cblock-content {
    justify-items: center;
    text-align: center;
  }
  .imagenet-fblock-main {
    gap: 20px;
  }
}
@media screen and (max-width: 700px) {
  .imagenet-fblock-main {
    grid-template-columns: repeat(1, minmax(0, 550px));
  }
}
@media screen and (max-width: 600px) {
  .imagenet-eblock-element {
    width: 300px;
    height: 300px;
  }
  .imagenet-eblock-image {
    max-width: 200px;
  }
}
@media screen and (max-width: 425px) {
  .imagenet-ablock-figcaption {
    justify-items: center;
  }
}
@media screen and (max-width: 375px) {
  .imagenet-eblock-element {
    width: 250px;
    height: 250px;
  }
}

/* ##################################################### */
/* ################### Cards Class ##################### */
/* ##################################################### */
/* ##################################################### */
/* #################### Text Class ##################### */
/* ##################################################### */
/* ##################################################### */
/* ##################### Form Class #################### */
/* ##################################################### */
/* ##################################################### */
/* ################### footer Class #################### */
/* ##################################################### */
@media screen and (max-width: 768px) {
  .imagenet-footer-ulist {
    gap: 15px;
  }
  .imagenet-footer-uitem.open::after {
    top: 50%;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (max-width: 425px) {
  .imagenet-footer-ulist {
    flex-direction: column;
    gap: 10px;
  }
}