:root {
    --shadow: 0px 7px 25px 2px #33333366;
    --shadow-hover: 0px 7px 35px 2px #33333399;
    --shadow-light: 0px 7px 15px -3px #33333366;
  }
  *{
    box-sizing: border-box;
    margin: 0;
    font-family: 'Open Sans';
    letter-spacing: 0.32px;
  }
  html{
    overflow-x: hidden;
    scroll-behavior:smooth;
    font-display: swap;
  }
  body{
    margin: 80px 0 0;
    overflow-x: hidden;
    font-size: 14px;
    background: #fff;
  }
  p{
    line-height: 24px;
  }
  button{
    cursor: pointer;
  }
  ul{
    list-style: none;
    padding: 0;
  }
  .bg-gray-1{
    background-color: #f7f7f7;
  }
  .bg-gray-2{
    background-color: #f8f0ff;
  }
  .bg-gray-3{
    background-color: #212529;
  }
  .bg-gradient{
    background-image: linear-gradient(45deg, #9F30EF 0%, #33A4FF 100%);
  }
  .btn{
    display: inline-block;
    border: none;
    padding: 14px 24px;
    background-color: transparent;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
  }
  .btn:disabled{
    cursor: default;
  }
  .btn img{
    margin: -7px 8px -7px 0;
  }
  .btn:focus{
    outline: none;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  }
  .btn-primary{
    border: 1px solid #ff8000;
    color: #fff;
    background-color: #ff8000;
  }
  .btn-primary:hover{
    background-color: #d96c00;
    border-color: #d96c00;
  }
  .btn-default{
    border: 1px solid #ff8000;
    color: #fff;
    background-color: #ff8000;
    text-transform: none;
  }
  .btn-default:hover{
    background-color: #d96c00;
    border-color: #d96c00;
    color: #fff;
  }
  .btn-secondary{
    color: #fff;
    background-color: #ff2d66;
  }
  .btn-secondary:hover{
    background-color: #d92656;
  }
  .btn-outline-primary{
    border: 1px solid #ff8000;
    color: #ff8000;
  }
  .btn-outline-primary:hover{
    background-color: #ff8000;
    color: #fff;
  }
  .btn-white{
    border: 1px solid #fff;
    background-color: #fff;
    color: #ff8000;
    font-weight: bold;
  }
  .btn-white:hover{
    background: transparent;
    color: #fff;
  }
  .btn-white-25{
    background-color: rgba(255,255,255,0.25);
    color: #fff;
    text-transform: none;
    font-size: 14px;
  }
  .btn-white-25:hover{
    background-color: rgba(255,255,255,0.40);
  }
  .btn-outline-white{
    border: 1px solid #fff;
    color: #fff;
    text-transform: none;
    font-size: 14px;
  }
  .btn-outline-white:hover{
    background-color: #fff;
    color: #9F30EF;
  }
  
  
  .btn-gray{
    border: 1px solid #808080;
    color: #808080;
    text-transform: none;
    font-size: 14px;
  }
  .btn-gray img{
    opacity: 0.72;
    transition: opacity 0.2s;
  }
  .btn-gray:hover{
    border-color: #fff;
  }
  .btn-gray:hover img{
    opacity: 1;
  }
  .btn-link{
    text-transform: none;
    color: #808080;
  }
  /*header*/
  header{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 80px;
    background: #fff;
    z-index: 10;
    box-shadow: 0 7px 16px 0 rgba(0,0,0,0.1);
  }
  .header-wrapper{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 0 15px;
    max-width: 1172px;
  }
  #logo{
    width: 149px;
    align-self: flex-start;
  }
  #menu,
  #menu-content{
    display: none;
  }
  
  /*Orange section*/
  .header-section{
    position: relative;
  }
  .header-section .circles{
    position: absolute;
    left: -45%;
    right: -45%;
    top: 0;
    bottom: 0;
    border-radius: 0 0 50% 50%;
    overflow: hidden;
    background: linear-gradient(65deg, #9F30EF 23%, #33A4FF 73%);
  
  }
  .header-section .wrapper{
    position: relative;
    height: 560px;
    color: #f7f7f7;
  }
  .header-section .content-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .header-section .content{
    max-width: 460px;
    margin: auto;
  }
  h1{
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 18px;
  }
  .header-section p{
    max-width: 400px;
    font-size: 16px;
    margin-bottom: 32px;
    font-weight: lighter;
  }
  .scroll-down{
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff url('/v2/brands/arrow_downward.svg') no-repeat 50% 50%;
    box-shadow: var(--shadow);
  }
  .scroll-down:focus{
    outline: none;
    box-shadow: var(--shadow);
  }
  .header-section .scroll-down{
    position: absolute;
    bottom: -24px;
    left: calc(50% - 24px);
  }
  .scroll-down-container{
    padding-top: 24px;
    text-align: center;
  }
  @media (max-width:767px){
    .scroll-down-container{
      padding-top: 0;
      margin-top: -20px;
      position: relative;
    } 
  }
  
  .header-image{
    max-width: calc(100% - 40px);
    max-height: 560px;
    position: absolute;
    top: 40px;
    right: 10px;
    border-radius: 16px;
    box-shadow: var(--shadow);
  }
  .header-image2{
    max-width: 360px;
    margin-left: auto;
    border-radius: 16px;
  }
  .header-content2{
    color: #fff;
    border-radius: 16px;
    padding: 48px 42px 40px;
    position: relative;
    left: -14px;
    width: calc(100% + 30px);
  }
  .header-content2 h1{
    max-width: 495px;
  }
  .title-medium{
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }
  .header-content2 p{
    max-width: 474px;
    font-size: 16px;
    margin-bottom: 24px;
    font-weight: lighter;
  }
  .section-originals h1{
    max-width: 575px;
    margin: auto;
    margin-bottom: 40px;
  }
  
  .originals {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  @media (max-width:1159px){
    .originals {
      max-width: 700px;
      margin: auto;
    }
  }
  @media (max-width:607px){
    .originals {
      max-width: 400px;
      margin: auto;
    }
  }
  .originals a{
    margin: 12px;
  }
  .originals img{
    width: 120px;
    height: 120px;
    border-radius: 16px;
  }
  
  @media (max-width:767px){
    .header-content2{
      left: 0;
      width: 100%;
      text-align: center;
    }
  }
  @media (max-width:575px){
    .header-content2{
      padding: 40px 16px 54px;
    }
    .title-medium{
      font-size: 24px;
      line-height: 28px;
    }
    .header-content2 p{
      font-size: 14px;
    }
  }
  
  section.section{
    padding-top: 64px;
    padding-bottom: 40px;
    scroll-margin-top: 16px;
  }
  .section-title{
    text-align: center;
    margin-bottom: 64px;
  }
  .section-title h2{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .section-title p{
    font-size: 16px;
    max-width: 555px;
    margin: auto;
    font-weight: lighter;
  }
  
  .carrusel-wrapper{
    overflow: auto;
    margin-left: -16px;
    margin-right: -16px;
    -x-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-snap-type-x: mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .carrusel-wrapper::-webkit-scrollbar {
    width: 0px;
  }
  
  .carrusel{
    width: max-content;
    margin: auto;
    padding: 0 0 32px;
  }
  .bullets{
    display: flex;
    justify-content: center;
  }
  .bullets > div{
    width: 10px;
    height: 10px;
    margin: 0 9px;
    border-radius: 50%;
    background: #b9b9b9;
  }
  .bullets > div.active{
    background: #878787;
  }
  .carrusel-bullets{
    display: none;
  }
  
  .section .spacer{
    padding-top: 80px;
  }
  
  .cards{
    display: flex;
    justify-content: center;
  }
  .card{
    height: 202px;
    width: 184px;
    min-width: 150px;
    margin-left: 24px;
    margin-right: 24px;
    border: 1px solid #E9E9E9;
    border-radius: 16px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    transition: box-shadow 0.3s;
  }
  .card:hover{
    box-shadow: var(--shadow-light);
  }
  .card img {
    margin-bottom: 20px;
  }
  .card strong{
    line-height: 36px;
  }
  .card .symbol{
    font-size: 32px;
    vertical-align: super;
  }
  .card .number{
    font-size: 48px;
  }
  .card .unit{
    font-size: 24px;
  }
  .card .label{
    color: #808080;
  }
  
  .countries-wrapper{
    position: relative;
  }
  .countries{
    display: flex;
    justify-content: center;
  }
  .countries-wrapper .gradient{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 10px;
    background: linear-gradient(0deg, rgba(255,255,255,1) -3%, rgba(0,0,0,0) 70%);
  }
  .country{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 360px;
    height: 80px;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #E9E9E9;
    background-color: #f7f7f7;
    border-radius: 16px;
    transition: box-shadow 0.3s;
    padding: 0 16px 0 24px;
    margin: 0 16px 32px;
  }
  .country:hover{
    box-shadow: var(--shadow-light);
  }
  .country .name{
    flex-grow: 1;
  }
  .country.medium{
    width: 324px;
    height: 72px;
    font-size: 18px;
  }
  .country.small{
    width: 286px;
    height: 64px;
    font-size: 16px;
    padding: 0 12px 0 18px;
  }
  
  .profiles{
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .profile{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    position: relative;
    color: #fff;
    height: 224px;
    width: 200px;
    min-width: 200px;
    border-radius: 16px;
    margin: 0px 20px;
    padding: 0px 16px;
  }
  .profile .gradient-1{
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    z-index: -1;
    border-radius: 16px;
    background-image: linear-gradient(45deg, #9F30EF 0%, #33A4FF 100%);
    transition: opacity 0.3s;
  }
  .profile .gradient-2{
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    z-index: -2;
    border-radius: 16px;
    background-image: linear-gradient(66deg, #7129b3 0%, #2b75be 78%);
  }
  
  .profile:hover .gradient-1{
    opacity: 0.01;
  }
  
  
  .profile img{
    margin-bottom: 8px;
  }
  .profile strong{
    font-size: 40px;
  }
  .profile span.text{
    display: inline-block;
    height: 44px;
    font-size: 16px;
    font-weight: lighter;
  }
  .profile span.percent{
    font-size: 20px;
  }
  
  .advantages{
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .advantage{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color: #212529;
    font-size: 16px;
    height: 224px;
    width: 200px;
    min-width: 200px;
    border-radius: 16px;
    border: 1px solid #E9E9E9;
    background-color: #fff;
    margin: 0px 16px;
    padding: 0px 16px;
    transition: box-shadow 0.3s;
  }
  .advantage:hover{
    box-shadow: -5px 12px 18px -4px #9F30EFaa, 5px 7px 18px -4px #33A4FFaa;
  }
  .advantage img{
    margin-bottom: 24px;
  }
  
  .actions{
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .action{
    display: flex;
    position: relative;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: var(--shadow);
    height: 400px;
    width: 360px;
    max-width: 360px;
    border-radius: 16px;
    margin: 0px 16px;
    top: 0px;
    transition: top 0.3s, box-shadow 0.3s;
  }
  @media (min-width:1024px){
    .action:hover{
      top: -10px;
      box-shadow: var(--shadow-hover);
    }
  }
  .action p{
    font-size: 24px;
    font-weight: bold;
    padding: 32px 0 24px;
    color: #212529;
  }
  .action li{
    width: max-content;
    padding-left: 30px;
    margin: auto;
    line-height: 24px;
    margin-bottom: 16px;
    color: #808080;
    font-size: 16px;
    background: url('/v2/brands/done-purple.svg') left 50% no-repeat;
  }
  
  
  .pages{
    background: #151515;
  }
  .pages-container{
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .pages-container > *{
    margin-top: 54px;
    width: 33.333333%;
    padding: 0 15px;
  }
  ul.pages{
    color: #bfbfbf;
    font-size: 16px;
    letter-spacing: 0.28px;
  }
  ul.pages li{
    padding-bottom: 24px;
  }
  ul.pages li:last-child{
    padding-bottom: 0;
  }
  .pages .title{
    font-size: 18px;
    color: #595959;
    text-transform: uppercase;
    letter-spacing: 0.32px;
    font-weight: bold;
  }
  .pages a{
    color: #bfbfbf;
    text-decoration: none;
  }
  .pages a.social{
    opacity: 0.72;
    margin-right: 16px;
    transition: opacity 0.2s;
  }
  .pages a.social:hover{
    opacity: 1;
  }
  .pages a:hover{
    color: #fff;
    text-decoration: underline;
  }
  .pages .btn:hover{
    text-decoration: none;
  }
  
  @media (max-width:1023px){
    h1{
      font-size: 30px;
      line-height: 36px;
    }
  }
  
  @media (max-width:767px){
    body{
      margin: 64px 0 0;
    }
    header{
      height: 64px;
    }
    .menu-open header{
      box-shadow: none;
    }
    #logo{
      width: 119px;
    }
    #menu{
      display: block;
      position: relative;
      height: 42px;
    }
    .toggler{
      padding: 0;
      width: 42px;
      height: 42px;
      background: url('/v2/brands/menu.svg') right no-repeat;
    }
    .menu-open .toggler{
      background-image: url('/v2/brands/close.svg');
    }
    #menu-content{
      display: block;
      position: fixed;
      top: -100%;
      bottom: 100%;
      left: 0;
      right: 0;
      z-index: 8;
      opacity: 0.01;
      background-color: #fff;
      transition: all 0.2s;
    }
    .menu-open #menu-content{
      top: 64px;
      bottom: 0;
      opacity: 1;
    }
    #menu-content li{
      padding: 24px;
      border-bottom: 1px solid #d9d9d9;
    }
    #menu-content li:last-child{
      border-bottom: none;
    }
    #menu-content .btn-link{
      padding: 0;
    }
    .header-section{
      text-align: center;
    }
    h1{
      font-size: 24px;
      line-height: 28px;
    }
    .header-section h1{
      margin-top: -24px;
    }
    .header-section .wrapper{
      height: 377px;
    }
    .header-section p {
      font-size: 14px;
      margin-bottom: 16px;
    }
    .header-section .circles {
      left: -75%;
      right: -75%;
    }
  
    .section-title{
      margin-bottom: 32px;
    }
    .section-title h2{
      font-size: 18px;
      line-height: 24px;
      padding-left: 22px;
      padding-right: 22px;
    }
    .section-title p{
      font-size: 14px;
      line-height: 20px;
      padding-left: 24px;
      padding-right: 24px;
    }
    .section .spacer{
      padding-top: 40px;
    }
  
    .countries{
      flex-direction: column;
      justify-content: center;
    }
    .country{
      margin-left: auto;
      margin-right: auto;
    }
  
    .actions{
      flex-direction: column;
      align-items: center;
    }
    .action{
      margin-bottom: 24px;
      width: 100%;
    }
  
    #white-logo{
      width: 120px;
    }
  
    .pages-container{
      display: block;
    }
    .pages-container > *{
      width: auto;
    }
    .pages .title{
      font-size: 16px;
    }
    ul.pages{
      font-size: 14px;
    }
  }
  
  @media (max-width:425px){
    section.section{
      padding-top: 32px;
      padding-bottom: 32px;
      scroll-margin-top: 42px;
    }
    .section .spacer{
      padding-top: 20px;
    }
  
    .country,
    .country.medium,
    .country.small{
      width: 286px;
      height: 64px;
      font-size: 16px;
      padding: 0 12px 0 18px;
    }
  
    .carrusel{
      padding: 0 100px 32px;
    }
    .carrusel-bullets{
      display: flex;
    }
  
    .card,
    .profile,
    .advantage{
      scroll-snap-align: center;
    }
      
    .card:hover,
    .country:hover,
    .advantage:hover{
      box-shadow: none
    }
    .card.active{
      box-shadow: var(--shadow-light);
    }
    .country.active{
      box-shadow: var(--shadow-light);
    }
    .profile:hover .gradient-1{
      opacity: 1;
    }
    .profile.active .gradient-1{
      opacity: 0.01;
    }
    .advantage.active{
      box-shadow: -5px 12px 18px -4px #9F30EFaa, 5px 7px 18px -4px #33A4FFaa;
    }
  
  }