* {
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}
  
html, body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #3E3E3E;
}

.button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 44px;
    background: #169FF2;
    border-radius: 8px;
    box-sizing: border-box;
    align-self: stretch;
    margin: 12px 0;
    text-decoration: none;
    color: #ffffff;
    padding: 0 24px;
    font-weight: 600;
    align-self: center;
    margin: 60px 0 ;
    border: 1px solid #fff;
    transition: background .25s, color .25s, opacity 1s, transform .35s ease-out;
}

.button.outline {
    color: #169FF2;
    border-color: #169FF2;
    background-color: transparent;
}

.button:hover {
    background-color: transparent;
    color: #169FF2;
    border-color: #169FF2;
}

.button.outline:hover {
    background-color: #169FF2;
    color: #ffffff;
}

.header {
    position: relative;
    width: 100%;
    /* padding: 32px 0 0 0; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header > * {
    position: relative;
    z-index: 1;
}

/* .header:before {
    content: ' ';
    position: absolute;
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
    top: -96px;
    bottom: -10px;
    left: 0;
    right: 0;
} */

.header .inner {
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    box-sizing: border-box;
}

.header .left{
    padding-bottom: 16px;
}

.header .left h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 61px;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 48px;
}

.header .left h1:after {
    content: ' ';
    position: absolute;
    width: 48px;
    height: 5px;
    left: 0;
    background-color: #ffffff;   
    border-radius: 2px;
    bottom: -16px;
}

.header .inner h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    max-width: 460px;
}

.header .inner .right .poster  {
    /* margin: 36px 0 48px 0; */
}


.one-place {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0 0 68px 0;
}

.one-place::before {
    position: absolute;
    content: ' ';
    background: linear-gradient(134.71deg, rgba(224, 245, 255, 0.977355) -0.5%, #F6EEFF 76.8%, #E8D5FF 98.45%);
    opacity: 0.5;
    left: 0;
    right: 0;
    bottom: 0;
    height: 360px;
}

.one-place .inner {
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding: 0 32px;
}

.one-place h2 {
    position: relative;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    padding-bottom: 16px;
    margin: 80px 0 48px 0;
}

.one-place h2:after {
    content: ' ';
    position: absolute;
    width: 32px;
    height: 4px;
    left: 50%;
    margin-left: -16px;
    bottom: 0;
    background: #169FF2;
    border-radius: 2px;
}

.one-place .cards {
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    display: flex;
    gap: 30px;
    flex-direction: row;
    z-index: 1;
    width: 100%;
    padding-bottom: 24px;
}

.one-place .cards .swiper-slide {
    flex: 1 1 360px;
    display: flex;
}

.one-place .cards .card {
    position: relative;
    background: #FFFFFF;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.one-place .cards .card:after {
    position: absolute;
    content: ' ';
    height: 12px;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0px 0px 4px 4px;
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
}

.one-place .cards .card div.cover {
    background: #EAF6FE;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 180px;
    box-sizing: border-box;
    padding: 12px;
}


.one-place .cards .card div.cover svg {
    width: 100%;
    height: auto;
}


.one-place .cards .card div.content {
    padding: 28px;
    min-height: 200px;
    align-items: start;
}

.one-place .cards .card div.content h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    color: #3E3E3E;
    margin: 0;
}

.one-place .cards .card div.cover p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #3E3E3E;
}

.one-place .bullets {
    display: none;
}


.nutshell {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nutshell .inner {
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding: 0 32px;
}

.nutshell h2 {
    position: relative;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    padding-bottom: 16px;
    margin: 80px 0 48px 0;
}

.nutshell h2:after {
    content: ' ';
    position: absolute;
    width: 32px;
    height: 4px;
    left: 50%;
    margin-left: -16px;
    bottom: 0;
    background: #169FF2;
    border-radius: 2px;
}

.nutshell .yt-container {
    background-color: #861FFC;
    position: relative;
    height: 0;
    padding-top: 51.25%;
    width: 90%;
    max-width: 1000px;
    max-height: 562.5px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.nutshell iframe.yt {

    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
}


.nutshell .buttons {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.nutshell .buttons .secondary {
    border: 1px solid #169FF2;
    background: transparent;
    color: #169FF2;
}

.nutshell .buttons .secondary:hover {
    background: #169FF2;
    color: #fff;
}


.ingredient {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ingredient .inner {
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border-bottom: 0.5px solid #3E3E3E;
}

.ingredient h2 {
    position: relative;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    padding-bottom: 16px;
    margin: 80px 0 48px 0;
}

.ingredient h2:after {
    content: ' ';
    position: absolute;
    width: 32px;
    height: 4px;
    left: 50%;
    margin-left: -16px;
    bottom: 0;
    background: #169FF2;
    border-radius: 2px;
}


.ingredient .cards,
.think .cards {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding: 0;
    margin: 0;
}

.ingredient .cards .card,
.think .cards .card  {
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
    border-radius: 8px;
    flex: 0 1 33%;
    box-sizing: border-box;
    padding: 24px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.ingredient .cards .card::before,
.think .cards .card::before {
    content: ' ';
    background-color: #fff;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    border-radius: 7px;
}

.ingredient .cards .card:hover,
.think .cards .card:hover {
    transform: scale(1.05);
    transition: .2s;
}



.ingredient .cards .card > *,
.think .cards .card > * {
    position: relative;
    z-index: 1;
}

.ingredient .cards .card.active,
.think .cards .card.active {
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25);
}

.ingredient .cards .card.active::before,
.think .cards .card.active::before {
    background: linear-gradient(134.71deg, rgba(224, 245, 255, 0.977355) -0.5%, #F6EEFF 76.8%, #E8D5FF 98.45%);
}

.ingredient .cards .card i,
.think .cards .card i {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 52px;
}

.ingredient .cards .card h3,
.think .cards .card h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    color: #3E3E3E;
}

.ingredient .cards .card p,
.think .cards .card p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #3E3E3E;
}

.ingredient .cards .progressbar,
.think .cards .progressbar {
    height: 8px;
    width: 0%;
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
    transition: width 200ms ease-out;
    position: absolute;
    left: 0;
    bottom: 0;
}
 
.ingredient video,
.think video {
    width: 1000px;
    height: auto;
    background-color: #000000;
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin: 72px 0;
}


.think {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.think .inner {
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border-bottom: 0.5px solid #3E3E3E;
    /* padding: 0 32px; */
}

.think h2 {
    position: relative;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    padding-bottom: 16px;
    margin: 80px 0 48px 0;
}

.think h2:after {
    content: ' ';
    position: absolute;
    width: 32px;
    height: 4px;
    left: 50%;
    margin-left: -16px;
    bottom: 0;
    background: #169FF2;
    border-radius: 2px;
}

.single-source {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-source .inner {
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding: 0 32px 60px 32px;
}

.single-source h2 {
    position: relative;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    padding-bottom: 16px;
    margin: 80px 0 48px 0;
}

.single-source h2:after {
    content: ' ';
    position: absolute;
    width: 32px;
    height: 4px;
    left: 50%;
    margin-left: -16px;
    bottom: 0;
    background: #169FF2;
    border-radius: 2px;
}

.single-source .cards {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 0;
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.single-source .card {
    display: flex;
    flex-direction: column;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    flex: 0 0 48%;
    border-radius: 4px;
    position: relative;
    padding: 24px;
}

.single-source .card:after {
    position: absolute;
    content: ' ';
    height: 12px;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0px 0px 4px 4px;
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
}

.get-inspired {
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
}

.get-inspired .inner {
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}

.get-inspired h2 {
    position: relative;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    padding-bottom: 16px;
    margin: 100px 0 0 0;
}

.get-inspired p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    color: #3E3E3E;
    margin: 32px 0 32px 0;
}

.get-inspired h2:after {
    content: ' ';
    position: absolute;
    width: 32px;
    height: 4px;
    left: 50%;
    margin-left: -16px;
    bottom: 0;
    background: #169FF2;
    border-radius: 2px;
}

.get-inspired .gradient-layer {
    position: absolute;
    width: 100%;
    height: 100%;

    &::before, &::after {
        content: '';
        position: absolute;
        width: clamp(0rem, 25vw - 12.5rem, 17.5rem);
        height: 100%;
        z-index: 5;
    }

    &::before {
        left: 0;
        background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
    }

    &::after {
        right: 0;
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
    }
}

.get-inspired .swiper-platform-container {
    width: 100%;
    position: relative;
    padding: 3em 0;
    max-width: 1340px;

    > .swiper-wrapper a.cover div.inner-content {
        display: none;
    }

    > .swiper-wrapper a.cover, .swiper-wrapper a.cover div.thumbnail {
        margin: 0;
        height: 100%;
    }

    > .swiper-button-disabled {
        opacity: 0;
    }

    i.swiper-button-next, i.swiper-button-prev {
        width: 52px;
        height: 52px;
        aspect-ratio: 1 / 1;
        top: 50%;
    }

    .swiper-slide.not-active {
        opacity: .1;
        scale: .95;
    }
}

.swiper-pagination-bullet {
    background: none;
    opacity: 1;
    border: 1px solid #169FF2;
}

.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.swiper-pagination-bullet-active {
    background-color: #169FF2;
}


.trusted {
    position: relative;
    width: 100%;
    padding: 32px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
}

.trusted h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #FFFFFF;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}


@keyframes slide-rewind {
    from {
        transform: translateX(-100%);
        
    }
    to {
        transform: translateX(0);
    }
}

.logos{
    overflow: hidden;
    padding: 30px 0;
    white-space: nowrap;
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
}

.logos::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    z-index: 2;
}

.logos .logo-slide {
    display: flex;
    flex-direction: row;
    align-items: center;
    animation: 25s slide infinite linear;
}

.logos:hover .logo-slide{
    animation-play-state: paused;
}

.logos .logo-slide img{
    height: 80px;
    margin: 0 50px;
}

.logos .logo-slide #low-logos {
    height: 40px;
}


.pluxmarket {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.pluxmarket .inner {
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}


.pluxmarket h2 {
    position: relative;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    padding-bottom: 16px;
    margin: 60px 0 48px 0;
}

.pluxmarket h2:after {
    content: ' ';
    position: absolute;
    width: 32px;
    height: 4px;
    left: 50%;
    margin-left: -16px;
    bottom: 0;
    background: #169FF2;
    border-radius: 2px;
}

.pluxmarket p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    color: #3E3E3E;
    max-width: 800px;
}

.pluxmarket .pluxins {
    position: relative;
    width: 100%;
    padding: 32px 0 0 0 ;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 56px;
    margin: 0;
}

.pluxmarket .pluxins::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 240px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    transform: rotate(180deg);
    z-index: 5;
}

.pluxmarket .pluxins::after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 5;
}

.pluxmarket .pluxins .row {
    align-items: center;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    position: relative;
}

.pluxmarket .pluxins .row::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    z-index: 2;
}

.pluxmarket .pluxins .row .pluxin-slide {
    display: flex;
    flex-direction: row;
    align-items: center;
    animation: 60s slide infinite linear;
}

.pluxmarket .pluxins  .row .pluxin-slide.rewind {
    animation: 60s slide-rewind infinite linear;
}

.pluxins  a.pluxin {
    width: 108px;
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 96px;
    margin: 0 32px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.15); 
    transition: transform .25s ease-in-out;
}


.pluxmarket a.pluxin:hover {
    transform: scale(1.2);
}


.pluxmarket .pluxins a.pluxin img {
    max-width: 72px;
    max-height: 72px;
}

.pluxmarket .pluxins .row:hover .pluxin-slide  {
    animation-play-state: paused;
}


.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    position: relative;
}

.contact > div {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    width: 100%;
    max-width: 1040px;
    margin-top: 100px;
}

.contact > div .left {
    flex: 0 0 50%;
}

.contact .left h2 {
    position: relative;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    margin: 100px 0 60px 0;
    box-sizing: border-box;
    padding: 0;
}

.contact h2 b,
.contact p b {
    font-weight: 700;
}

.contact h2 b {
    display: block;
}

.contact .left h2:after {
    content: ' ';
    position: absolute;
    width: 32px;
    height: 4px;
    left: 0;
    bottom: -20px;
    background: #169FF2;
    border-radius: 2px;
}

.contact p {
    padding: 0 28px 0 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    box-sizing: border-box;
}

.contact .card {
    background: #FFFFFF;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    margin:40px 0 0 28px;
    box-sizing: border-box;
    padding: 44px 60px;
    position: relative;
}

.contact .card .sent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,1);
    display:none; 
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 44px;
    border-radius: 8px;
}

.contact .card .sent.show {
    display:flex; 
}

.contact .card .sent .button {
    width: 320px;
}

.contact .card .sent h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
}

.contact .card .sent h2:first-child {
    margin-top: 56px;
}

.contact .card .sent p {
    padding: 0;
    text-align: center;
    max-width: 320px;
}

.contact .card .button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    text-decoration: none;
    height: 48px;
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
    border-radius: 8px;
    border: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 40px;
}

.contact .card form {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.contact .card form .element {
    position: relative;
    align-self: stretch;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #169FF2;
    margin-bottom: 32px;
}

.contact .card form input[type="text"],
.contact .card form textarea {
    font-family: 'Open Sans';
    font-size: 17px;
    position: absolute;
    content: '';
    background-color: #fff;
    left:1px;
    right:1px;
    top:1px;
    bottom:1px;
    border-radius: 4px;
    border: none;
    box-sizing: border-box;
    padding: 0 12px;
    outline: none;
}

.contact .card form .element.text {
    height: 96px;
}

.contact .card form textarea {
    resize: none;
    padding: 8px 12px;
}

.contact .card form input[type="text"]::placeholder, 
.contact .card form textarea::placeholder { 
    color: rgba(107, 107, 107, 0.45);
    font-family: 'Open sans';
}

.contact .card form .terms {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 32px;
}

.contact .card form .terms .checkbox {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 4px 0 0 0;
}

.contact .card form .terms .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 16px;
    width: 16px;
    left: -3px;
    top: -2px;
    z-index: 1;
}

.contact .card form .terms .checkbox input ~ .checkmark {
    border-radius: 4px;
    background-color: #169FF2;
}

.contact .card form .terms .checkbox input:checked ~ .checkmark::before {
    display: none;
}

.checkbox .checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
}

.contact .card form .terms .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid transparent;
    transition: background-color .25s ease;
    border: 1px solid #169FF2;
}

.contact .card form .terms .checkmark::before {
    position: absolute;
    content:  ' ';
    background: #fff;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 4px;
}

.contact .card form .terms p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 8.5px;
    line-height: 12px;
    padding: 0 0 0 6px;
    margin: 0;
}

.contact .card form .terms p > a {
    font-family: 'Open Sans';
    font-style: normal;
    font-size: 8.5px;
    line-height: 12px;
    text-decoration-line: underline;
    color: #169FF2;
}

.contact .card form input[type="submit"] {
    align-self: stretch;
    height: 48px;
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
    border-radius: 8px;
    border: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.footer::before {
    top: -96px!important;
}



@media only screen and (max-width: 1040px) {
 
    .header .inner,
    .open-system .inner,
    .pluxmarket .inner,
    .contact > div {
        padding: 0 32px 0 32px;
    }

    .header .inner {
        gap: 32px;
    }

    .ingredient .inner,
    .think .inner {
        padding: 0 32px;
    }

    .ingredient .cards .card {
        flex: 0 1 33%;
    }

    .think video,
    .ingredient video {
        width:90%;
        height: auto;
    }
}

@media only screen and (max-width: 732px) {
    .header .inner {
        flex-direction: column;
        margin: 0;
    }

    .header .left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header .left h1 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 35px;
        line-height: 48px;
        text-align: center;
        color: #FFFFFF;
    }

    .header .left h1:after {
        left: 50%;
        margin-left: -13px;
        width: 25px;
        height: 3px;
        bottom: -8px;    
    }

    .header .left h2 {
        text-align: center;
    }

    .header .right .poster > img {
        width: 100%;
    }

    .one-place h2 {
        position: relative;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 34px;
        margin: 80px 0 40px 0;
        box-sizing: border-box;
        padding: 0 24px 16px 24px;
        margin-bottom: 60px;
        opacity: 1;
    }

    .one-place .cards {
        justify-content: start;
    }

    .one-place .inner {
        overflow: hidden;

        .one-place-swiper-container {
            width: 100%;
            height: 100%;
            position: relative;

            .swiper-wrapper {
                width: 100%;
                height: 100%;
                gap: 0;

                .swiper-slide {
                    flex: none;
                    width: 100%;
                
                    &.swiper-slide-next, &.swiper-slide-prev {
                        opacity: .33;
                    }
                }
            }
        }
    }

    .one-place .cards .card div.content {
        gap: 20px;
        text-align: center;
        align-items: center;
    }

    .one-place-swiper-container {
        div.swiper-pagination {
            position: relative;
            display: flex;
            justify-content: center;
            gap: 3px;
        }
    }

    .nutshell h2 {
        position: relative;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 34px;
        margin: 60px 0 0 0;
        box-sizing: border-box;
        padding: 0 24px 16px 24px;
        margin-bottom: 60px;
        opacity: 1;
    }

    .nutshell .yt-container {
        padding-top: 56.25%;
        width: 100%;
    }

    .nutshell .buttons {
        gap: 16px;
    }

    .nutshell .buttons .button { 
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 23px;
        text-align: center;
        height: 60px;
    }

    .ingredient h2 {
        position: relative;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 34px;
        margin: 40px 0 40px 0;
        box-sizing: border-box;
        padding: 0 48px 16px 48px;
        margin-bottom: 60px;
        opacity: 1;
    }

    .ingredient .cards, 
    .think .cards {
        flex-direction: column;
        width: 100%;
    }

    .ingredient,
    .think {
        padding: 0 32px;
    }

    .ingredient .inner,
    .think .inner {
        padding: 0;
    }

    .ingredient video,
    .think video {
        width: 100%;
        border-radius: 4px;
    }

    .think h2 {
        position: relative;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 34px;
        margin: 80px 0 40px 0;
        box-sizing: border-box;
        padding: 0 24px 16px 24px;
        margin-bottom: 60px;
        opacity: 1;
    }

    .ingredient .cards .card,
    .think .cards .card {
        flex: 1 1 auto;
    }


    .ingredient .cards .card p, 
    .think .cards .card p {
        display: none;
    }

    .ingredient .cards .card.active p, 
    .think .cards .card.active p {
        display: block;
    }



    .single-source h2 {
        position: relative;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 34px;
        margin: 80px 0 40px 0;
        box-sizing: border-box;
        padding: 0 24px 16px 24px;
        margin-bottom: 60px;
        opacity: 1;
    }

    .single-source .card {
        flex: 1 1 auto;
    }

    /* .get-inspired .inner > div {
        padding: 0;
        margin: 0;
    } */

    .get-inspired h2 {
        position: relative;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 34px;
        margin: 80px 0 20px 0;
        box-sizing: border-box;
        padding: 0 32px 16px 32px;
        margin-bottom: 0;
        opacity: 1;
        
    }

    .get-inspired p {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 23px;
        text-align: center;
        color: #3E3E3E;
        padding: 0 32px 0 32px;
    }

    .get-inspired .inner {
        padding: 0 32px 60px 32px;

        .swiper-platform-container {
            padding: 0 0 2em 0;
            overflow: hidden;
            width: 90%;

            .swiper-button-next,
            .swiper-button-prev {
                display: none;
                visibility: hidden;
            }

            a.cover {
                height: 100%;
                width: 100%;
                max-height: max-content;

                .thumbnail {
                    height: 100%;
                    max-height: fit-content;

                    > img {
                        object-fit: cover;
                    }
                }

                &:hover {
                    scale: 1;
                }
            }

            /* > i.swiper-button-next,
            i.swiper-button-prev {
                width: 52px;
                height: 52px;
                aspect-ratio: 1 / 1;
                top: 50%;
            } */
        }
    }

    .get-inspired  .button {
        margin: 24px 0 72px 0;
    }

    .trusted{
        padding: 0 0 32px 0;
    }

    .logos{
        padding: 30px 0 0 0;
    }

    .logos .logo-slide img{
        height: 40px;
        margin: 0 25px;
    }

    .logos .logo-slide #low-logos {
        height: 20px;
    }

    .pluxmarket .button {
        margin: 24px 0;
    }


    .pluxmarket h2 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 33px;
        text-align: center;
        color: #3E3E3E;
        margin: 60px 0 28px 0;
    }

    .pluxmarket p {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 23px;
        text-align: center;
        color: #3E3E3E;
    }

    .pluxmarket .pluxins {
        gap: 40px
    }

    .pluxmarket .pluxins::before,
    .pluxmarket .pluxins::after {
        width: 120px;
        bottom: 72px;
    }

    .contact {
        padding: 0;
    }

    .contact > div {
        padding: 0;
        margin-top: 0;
        flex-direction: column;
    }

    .contact > div .left {
        flex: 0 0 auto;
    }

    .contact .left h2 {
        position: relative;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 34px;
        margin: 80px 0 40px 0;
        box-sizing: border-box;
        padding: 0 24px 16px 24px;
        opacity: 1;
    }

    .contact .left h2:after {
        left: 26px;
        bottom: 0;
    }

    .contact .left > p {
        padding: 0 28px;
    }

    .contact .card {
        margin: 40px 28px 0 28px;
        padding: 36px 24px;
    }

    .contact .card .sent {
        padding: 32px;
    }

    .contact .card .sent h2:first-child {
        margin-top: 24px;
    }

    .contact .card .sent .button {
        flex: 0 0 auto;
        width: 200px;
        margin-top:32px;
    }

    .footer .inner > svg {
        margin: 60px 0 0 28px!important;
    }
}

@media only screen and (max-width: 1200px) {
    .get-inspired .swiper-platform-container {
        width: 70%;
    }

    .get-inspired .swiper-platform-container {
        i.swiper-button-next, i.swiper-button-prev {
            width: 48px;
            height: 48px;

            &::after, &::before {
                top: 3px;
                right: 3px;
                bottom: 3px;
                left: 3px;
            }

            > img {
                width: 15px;
            }
        }
    }
}