/* Large Desktop */
@media only screen and (min-width: 1600px) {
  body,
  html,
  #navigation {
    font-size: 100%;
  }
}
/*-- -------------------------- -->
<---         Landing            -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #hero .left-section {
    padding: 9.125em 1em 3.75em;
    max-width: 25em;
  }
  #hero .left-section .topper {
    display: block;
    font-size: 1em;
    line-height: 1.5em;
    color: #7944EB;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1em;
    font-family: 'Ubuntu', Arial, sans-serif;
  }
  #hero .left-section h2 {
    font-size: 2.4375em;
    font-weight: bold;
    line-height: 1.15384615;
    color: #1D005A;
    margin-bottom: 0.41025641em;
  }
  #hero .left-section p {
    font-size: 1.125em;
    line-height: 1.5em;
    color: #4E4B66;
  }
  #hero .right-section {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1.75609756;
  }
  #hero .right-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #hero {
    padding-top: 11.3125em;
    padding-bottom: 3.125em;
    position: relative;
    z-index: 10;
  }
  #hero .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    max-width: 68.125em;
  }
  #hero .left-section {
    padding: 0;
    margin-right: 3.125em;
    max-width: 26.5em;
  }
  #hero .right-section {
    max-width: 41.625em;
    border-radius: 0.5em;
    border-radius: 1.5em;
    overflow: hidden;
    padding: 0;
    aspect-ratio: 1.75263158;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  #hero .right-section img {
    border-radius: 0.5em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #hero {
    padding-top: 13.0625em;
    padding-bottom: 0;
  }
  #hero .container {
    align-items: flex-start;
  }
  #hero .left-section {
    margin-top: 2em;
  }
  #hero .left-section .topper {
    font-size: 1.25em;
    margin-bottom: 1.2em;
  }
  #hero .left-section h2 {
    font-size: 3.0625em;
    margin-bottom: 0.48979592em;
  }
  #hero .left-section p {
    font-size: 1.5625em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 84.375em) {
  #hero {
    padding-bottom: 0;
  }
  #hero .container {
    align-items: flex-start;
  }
  #hero .left-section {
    margin-top: 2em;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #hero .left-section .topper {
    color: #69E0DB;
  }
  body.dark-mode #hero .left-section h2 {
    color: #FAFBFC;
  }
}
/*-- -------------------------- -->
<---           Blue             -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #blue {
    position: relative;
    z-index: 1;
  }
  #blue:before {
    /* top right box */
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(68.7deg, #69e0db -5.2%, #236ddb 15.6%, #5d28d1 50.51%);
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #blue .group1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #blue .content {
    display: contents;
  }
  #blue .content h2 {
    order: -1;
  }
  .cs-sbs {
    padding: 2.5em 1em;
  }
  .cs-sbs .cs-picture {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1.7826087;
    border-radius: 0.5em;
    margin-bottom: 1.25em;
    margin-left: 0;
  }
  .cs-sbs .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0.5em;
  }
  .cs-sbs .content-group {
    margin-bottom: clamp(2.5em, 10vw, 6.25em);
  }
  .cs-sbs .content-group:last-of-type {
    margin-bottom: 0;
  }
  .cs-sbs .content h2 {
    /* 31px - 39px */
    font-size: clamp(1.9375rem, 5vw, 2.4375rem);
    line-height: 1.2em;
    color: #fff;
    /* 16px - 20px */
    margin-bottom: clamp(1rem, 5vw, 1.25rem);
    text-align: left;
    width: 100%;
  }
  .cs-sbs .content p {
    font-size: 1rem;
    line-height: 1.5em;
    color: #fff;
  }
  .cs-sbs .content .button-orange {
    font-size: 1rem;
    width: 11.0625rem;
    line-height: 3.5rem;
    height: 3.5rem;
    background: linear-gradient(275.68deg, #ee006d 0.68%, #ff7349 100%);
    border-radius: 0.25rem;
    text-align: center;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    margin-top: 1.5rem;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #blue:before {
    top: calc(clamp(6.25em, 14.5vw, 12.5em)*-1);
    bottom: 0;
    height: auto;
  }
  #blue .content {
    display: block;
  }
  #blue .group1 {
    flex-direction: row;
  }
  #blue .group1 .cs-picture {
    max-width: 26.5em;
    aspect-ratio: 1.76666667;
  }
  #blue .group2 .cs-picture {
    max-width: 27.75em;
    aspect-ratio: 1.85;
  }
  #blue .group3 .cs-picture {
    max-width: 26.5em;
    aspect-ratio: 1.41333333;
  }
  .cs-sbs {
    padding-top: 3.125em;
  }
  .cs-sbs .container {
    max-width: 68.125em;
  }
  .cs-sbs .content-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .cs-sbs .content {
    max-width: 34.6875rem;
  }
  .cs-sbs .cs-picture {
    margin: 0;
  }
  .cs-sbs .group1 .cs-picture {
    width: 45%;
    max-width: 26.5em;
    aspect-ratio: 1.76666667;
    flex: none;
    margin-right: 3.125em;
  }
  .cs-sbs .group2 .cs-picture {
    order: 2;
    flex: none;
    width: 45%;
    max-width: 27.75em;
    margin-left: 3.125em;
  }
  .cs-sbs .group3 .cs-picture {
    width: 45%;
    max-width: 26.5em;
    aspect-ratio: 1.76666667;
    flex: none;
    margin-right: 3.125em;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64em) {
  #blue {
    padding-top: 6.25em;
    padding-bottom: 0;
  }
  #blue:before {
    top: calc(clamp(4.25em,9vw, 12.5em)*-1);
    bottom: 5.125em;
  }
  #blue .button-orange {
    position: relative;
    z-index: 1;
    transition: box-shadow 0.3s;
  }
  #blue .button-orange:hover {
    box-shadow: 0px 16px 24px rgba(2, 3, 3, 0.1), 0px 6px 30px rgba(2, 3, 3, 0.09), 0px 8px 10px rgba(2, 3, 3, 0.11);
  }
  #blue .button-orange:hover:before {
    opacity: 1;
  }
  #blue .button-orange:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(127.08deg, #3f88f5 28.48%, #4611b8 100.16%);
    border-radius: 0.25em;
    opacity: 0;
    transition: opacity .3s;
  }
}
/* Small Desktop - 1054px */
@media only screen and (min-width: 65.875em) {
  #blue:before {
    top: calc(clamp(4.25em,11vw, 12.5em)*-1);
  }
}
/* Large Desktop - 1200px */
@media only screen and (min-width: 75em) {
  #blue:before {
    top: -7.6875em;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #blue:before {
    filter: brightness(50%);
  }
  body.dark-mode #blue .content h2,
  body.dark-mode #blue .content p {
    color: #FAFBFC;
  }
}
/*-- -------------------------- -->
<---           White            -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #white {
    padding: 0;
  }
  #white .content-group.group1 {
    padding: 0;
  }
  #white .content-group.group1 .cs-picture {
    border-radius: 0;
  }
  #white .content-group.group1 .cs-picture img {
    border-radius: 0;
  }
  #white .content-group.group1 .content {
    padding: 0 1em;
  }
  #white .content-group.group1 .content p {
    /* 16px -20px */
    margin-bottom: clamp(1rem, 5vw, 1.25rem);
  }
  #white .content-group.group1 .content p:last-of-type {
    margin-bottom: 0;
  }
  #white .content-group {
    padding: 0 1em;
  }
  #white .content h2 {
    color: #1D005A;
  }
  #white .content p {
    color: #4E4B66;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  #white .content p:last-of-type {
    margin-bottom: 0;
  }
  #white .content .button-blue {
    /* 20px -24px */
    margin-top: clamp(1.25rem, 5vw, 2rem);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #white {
    padding-top: 6.25em;
  }
  #white .content-group.group1 {
    padding: 0 1em;
  }
  #white .content-group.group1 .cs-picture {
    order: 1;
    margin: 0;
    margin-left: 3.125em;
    border-radius: 0.5em;
    max-width: 34.6875em;
    aspect-ratio: 1.85;
  }
  #white .content-group.group1 .cs-picture img {
    border-radius: 0.5em;
  }
  #white .content-group.group1 .content {
    max-width: 26.5em;
    padding: 0;
  }
  #white .content-group.group1 .content h2 {
    font-size: 1.9375rem;
    width: 9rem;
    float: left;
    margin-right: 1.25rem;
    margin-bottom: 2.5rem;
  }
  #white .group2 .cs-picture {
    max-width: 26.5em;
    aspect-ratio: 1.37662338;
    order: -1;
    margin-left: 0;
    margin-right: 3.125em;
  }
  #white .group3 .cs-picture {
    order: 2;
    margin-right: 0;
    margin-left: 3.125em;
    max-width: 27.75em;
    aspect-ratio: 1.56890459;
  }
  #white .group3 .content p {
    max-width: 33.4375rem;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #white {
    padding-left: 1em;
    padding-right: 1em;
  }
  #white .content-group,
  #white .content-group.group1 {
    padding: 0;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #white .content-group p {
    color: #FAFBFC;
  }
  body.dark-mode #white .content-group.group1 .content h2 {
    color: #69E0DB;
  }
}
/*-- -------------------------- -->
<---          Pro Tip           -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #pro-tip {
    margin-top: 2.5em;
    padding: 0em 1em 3em;
    position: relative;
  }
  #pro-tip:before {
    /* top right box */
    content: '';
    width: 100%;
    background: #3F88F5;
    opacity: .1;
    position: absolute;
    display: block;
    top: 1.5625em;
    bottom: 0;
    left: 0;
  }
  #pro-tip h2 {
    font-size: 2.4375rem;
    line-height: 1.2em;
    color: #4AC7C2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  #pro-tip h2 img {
    margin-right: 0.75rem;
  }
  #pro-tip p {
    font-size: 1rem;
    line-height: 1.5em;
    color: #000;
    margin-bottom: 1rem;
  }
  #pro-tip p:last-of-type {
    margin-bottom: 0;
  }
  #pro-tip a {
    color: var(--primary);
    font-size: 1rem;
  }
  #pro-tip .link {
    font-size: 0.8125rem;
    color: #4611B8;
    line-height: 1.5em;
    text-decoration: underline;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1rem;
  }
  #pro-tip .link img {
    margin-left: 0.5rem;
    width: 1rem;
    height: 1rem;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #pro-tip {
    padding-top: 5em;
    padding-bottom: 5em;
    margin-top: 0;
  }
  #pro-tip:before {
    top: 6.5625em;
    z-index: -1;
  }
  #pro-tip h2 {
    margin-bottom: 4.375rem;
  }
  #pro-tip .content {
    display: flex;
    justify-content: space-between;
    max-width: 33.5rem;
    margin: 0;
    max-width: 100%;
  }
  #pro-tip .content p {
    width: 50%;
    margin: 0;
    max-width: 33.5rem;
  }
  #pro-tip .content p.right-p {
    max-width: 27.75rem;
    margin-left: 3.125rem;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #pro-tip {
    padding-top: 0;
  }
  #pro-tip:before {
    top: 2.375em;
  }
  #pro-tip .container {
    margin-top: -3.125em;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #pro-tip p {
    color: #FAFBFC;
  }
  body.dark-mode #pro-tip a {
    color: #69E0DB;
  }
}
/*-- -------------------------- -->
<---        Newsletter          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #newsletter {
    background: linear-gradient(119.05deg, #4ac7c2 -0.62%, #3f88f5 18.41%, #4611b8 65.86%, #1d005a 99.11%);
    padding: 3.75em 1em 0em;
  }
  #newsletter h2 {
    font-size: 1.5625em;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.64em;
  }
  #newsletter h2 span {
    display: block;
  }
  #newsletter p {
    font-size: 1em;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 28.3125em;
    margin: auto;
    margin-bottom: 1.25em;
  }
  #newsletter form {
    max-width: 28.125em;
    margin: auto;
  }
  #newsletter form input {
    font-size: 1em;
    height: 3.5em;
    padding: 0 1.5em;
    margin-bottom: 0.75em;
    color: var(--bodyp);
    text-align: center;
    border-radius: 0.25em;
    width: 100%;
    border: none;
  }
  #newsletter form input::placeholder {
    color: #A0A3BD;
  }
  #newsletter form button {
    display: block;
    background: transparent;
    line-height: 3.125em;
    height: 3.125em;
    font-size: 1em;
    font-family: 'Ubuntu', Arial, sans-serif;
    color: #fff;
    font-weight: bold;
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-radius: 0.25em;
    margin-bottom: 1em;
    border: 1px solid #fff;
    z-index: 10;
  }
  #newsletter .spam {
    display: block;
    color: #fff;
    font-size: 0.8125em;
    line-height: 1.5em;
    text-align: center;
    opacity: .8;
    margin-bottom: 3.23076923em;
  }
  #newsletter .button-orange {
    width: 100%;
    max-width: 28.125em;
    margin: auto;
    margin-bottom: -1.625em;
    display: block;
    text-decoration: none;
    line-height: 4em;
    height: 4em;
    position: relative;
    z-index: 10;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #newsletter {
    padding-top: 5.875em;
  }
  #newsletter h2 {
    font-size: 1.9375em;
    line-height: 1.32258065em;
    margin-bottom: 0.51612903em;
  }
  #newsletter h2 span {
    display: inline-block;
  }
  #newsletter p {
    max-width: 40.8125em;
    margin-bottom: 1.5em;
  }
  #newsletter form {
    display: flex;
    justify-content: space-between;
    max-width: 33.75em;
    margin-bottom: 1em;
  }
  #newsletter form input {
    max-width: 16.25em;
    height: 3.125em;
    margin: 0;
  }
  #newsletter form button {
    font-size: 1em;
    max-width: 16.25em;
    margin: 0;
    height: 3.125em;
    position: relative;
    z-index: 1;
    transition: border .3s;
  }
  #newsletter form button:hover {
    border: 1px solid transparent;
  }
  #newsletter form button:hover:before {
    opacity: 1;
  }
  #newsletter form button:before {
    content: '';
    position: absolute;
    display: block;
    top: -0.0625em;
    bottom: -0.0625em;
    left: -0.0625em;
    right: -0.0625em;
    background: linear-gradient(90deg, #ffba43 -24.69%, #e12213 126.23%);
    opacity: 0;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.25em;
    transition: opacity .3s;
  }
  #newsletter .spam {
    margin-bottom: 4.38461538em;
  }
  #newsletter .button-orange {
    max-width: 20.5em;
    z-index: 1;
    position: relative;
    transition: box-shadow 0.3s;
  }
  #newsletter .button-orange:hover {
    box-shadow: 0px 16px 24px rgba(2, 3, 3, 0.1), 0px 6px 30px rgba(2, 3, 3, 0.09), 0px 8px 10px rgba(2, 3, 3, 0.11);
  }
  #newsletter .button-orange:hover:before {
    opacity: 1;
  }
  #newsletter .button-orange:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(127.08deg, #ff1a83 28.48%, #ba0055 100.16%);
    border-radius: 0.25em;
    opacity: 0;
    transition: opacity .3s;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #newsletter {
    position: relative;
    z-index: 1;
  }
  body.dark-mode #newsletter:before {
    content: '';
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#181f3f+0,181f3f+100&1+0,0+100 */
    background: -moz-linear-gradient(top, #181f3f 0%, rgba(24, 31, 63, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #181f3f 0%, rgba(24, 31, 63, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #181f3f 0%, rgba(24, 31, 63, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#181f3f', endColorstr='#00181f3f', GradientType=0);
    /* IE6-9 */
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity .3s;
  }
  body.dark-mode #newsletter:after {
    /* top right box */
    content: '';
    width: 100%;
    height: 1.625em;
    background: var(--dark);
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
  }
}