@font-face {
  font-family: 'IRANSans';
  font-weight: normal;
  src: url('../fonts/IRANSansWeb.woff') format('woff')
}

@font-face {
  font-family: 'IRANSans';
  font-weight: bold;
  src: url('../fonts/IRANSansWeb_Bold.woff') format('woff')
}

@font-face {
  font-family: 'IRANYekan';
  src: url('../fonts/iranyekanwebregular.woff') format('woff')
}

:root {
  --persian-green: #00a693;
  --White: #fff;
  --b-radius-3: 3px;
}

html,
body {
  margin: 0px;
  padding: 0px;
  font: normal 14px/1.8 'Roboto', 'Arial';
  color: #666666;
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

/**/
@media only screen and (max-width: 991px) {
  .dng-main {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

@media only screen and (max-width: 1400px) and (orientation: landscape) {
  .dng-main {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}


h1 {
  margin: 5px 0 10px 0;
}

h2 {
  margin: 5px 0 10px 0;
}

h3 {
  margin: 5px 0 10px 0;
}

h4 {
  margin: 5px 0 10px 0;
}

h5 {
  margin: 5px 0 10px 0;
}

h6 {
  margin: 5px 0 10px 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.9;
}

:-moz-placeholder {
  color: inherit;
  opacity: 0.9;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.9;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.9;
}

:placeholder {
  color: inherit;
  opacity: 0.9;
}


a,
a:link {
  text-decoration: none;
  transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -webkit-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
}

button {
  color: inherit;
}

a:focus,
button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


/* Spacing */
#Body .pt-0 {
  padding-top: 0px
}

#Body .mt-0 {
  margin-top: 0px
}

#Body .pt-1 {
  padding-top: 1px
}

#Body .mt-1 {
  margin-top: 1px
}

#Body .pt-2 {
  padding-top: 2px
}

#Body .mt-2 {
  margin-top: 2px
}

#Body .pt-3 {
  padding-top: 3px
}

#Body .mt-3 {
  margin-top: 3px
}

#Body .pt-4 {
  padding-top: 4px
}

#Body .mt-4 {
  margin-top: 4px
}

#Body .pt-5 {
  padding-top: 5px
}

#Body .mt-5 {
  margin-top: 5px
}

#Body .pt-10 {
  padding-top: 10px
}

#Body .mt-10 {
  margin-top: 10px
}

#Body .pt-15 {
  padding-top: 15px
}

#Body .mt-15 {
  margin-top: 15px
}

#Body .pt-20 {
  padding-top: 20px
}

#Body .mt-20 {
  margin-top: 20px
}

#Body .pt-25 {
  padding-top: 25px
}

#Body .mt-25 {
  margin-top: 25px
}

#Body .pt-30 {
  padding-top: 30px
}

#Body .mt-30 {
  margin-top: 30px
}

#Body .pt-35 {
  padding-top: 35px
}

#Body .mt-35 {
  margin-top: 35px
}

#Body .pt-40 {
  padding-top: 40px
}

#Body .mt-40 {
  margin-top: 40px
}

#Body .pt-45 {
  padding-top: 45px
}

#Body .mt-45 {
  margin-top: 45px
}

#Body .pt-50 {
  padding-top: 50px
}

#Body .mt-50 {
  margin-top: 50px
}

#Body .pt-55 {
  padding-top: 55px
}

#Body .mt-55 {
  margin-top: 55px
}

#Body .pt-60 {
  padding-top: 60px
}

#Body .mt-60 {
  margin-top: 60px
}

#Body .pt-65 {
  padding-top: 65px
}

#Body .mt-65 {
  margin-top: 65px
}

#Body .pt-70 {
  padding-top: 70px
}

#Body .mt-70 {
  margin-top: 70px
}

#Body .pt-75 {
  padding-top: 75px
}

#Body .mt-75 {
  margin-top: 75px
}

#Body .pt-80 {
  padding-top: 80px
}

#Body .mt-80 {
  margin-top: 80px
}

#Body .pr-0 {
  padding-right: 0px
}

#Body .mr-0 {
  margin-right: 0px
}

#Body .pr-1 {
  padding-right: 1px
}

#Body .mr-1 {
  margin-right: 1px
}

#Body .pr-2 {
  padding-right: 2px
}

#Body .mr-2 {
  margin-right: 2px
}

#Body .pr-3 {
  padding-right: 3px
}

#Body .mr-3 {
  margin-right: 3px
}

#Body .pr-4 {
  padding-right: 4px
}

#Body .mr-4 {
  margin-right: 4px
}

#Body .pr-5 {
  padding-right: 5px
}

#Body .mr-5 {
  margin-right: 5px
}

#Body .pr-10 {
  padding-right: 10px
}

#Body .mr-10 {
  margin-right: 10px
}

#Body .pr-15 {
  padding-right: 15px
}

#Body .mr-15 {
  margin-right: 15px
}

#Body .pr-20 {
  padding-right: 20px
}

#Body .mr-20 {
  margin-right: 20px
}

#Body .pr-25 {
  padding-right: 25px
}

#Body .mr-25 {
  margin-right: 25px
}

#Body .pr-30 {
  padding-right: 30px
}

#Body .mr-30 {
  margin-right: 30px
}

#Body .pr-35 {
  padding-right: 35px
}

#Body .mr-35 {
  margin-right: 35px
}

#Body .pr-40 {
  padding-right: 40px
}

#Body .mr-40 {
  margin-right: 40px
}

#Body .pr-45 {
  padding-right: 45px
}

#Body .mr-45 {
  margin-right: 45px
}

#Body .pr-50 {
  padding-right: 50px
}

#Body .mr-50 {
  margin-right: 50px
}

#Body .pr-55 {
  padding-right: 55px
}

#Body .mr-55 {
  margin-right: 55px
}

#Body .pr-60 {
  padding-right: 60px
}

#Body .mr-60 {
  margin-right: 60px
}

#Body .pr-65 {
  padding-right: 65px
}

#Body .mr-65 {
  margin-right: 65px
}

#Body .pr-70 {
  padding-right: 70px
}

#Body .mr-70 {
  margin-right: 70px
}

#Body .pr-75 {
  padding-right: 75px
}

#Body .mr-75 {
  margin-right: 75px
}

#Body .pr-80 {
  padding-right: 80px
}

#Body .mr-80 {
  margin-right: 80px
}

#Body .pb-0 {
  padding-bottom: 0px
}

#Body .mb-0 {
  margin-bottom: 0px
}

#Body .pb-1 {
  padding-bottom: 1px
}

#Body .mb-1 {
  margin-bottom: 1px
}

#Body .pb-2 {
  padding-bottom: 2px
}

#Body .mb-2 {
  margin-bottom: 2px
}

#Body .pb-3 {
  padding-bottom: 3px
}

#Body .mb-3 {
  margin-bottom: 3px
}

#Body .pb-4 {
  padding-bottom: 4px
}

#Body .mb-4 {
  margin-bottom: 4px
}

#Body .pb-5 {
  padding-bottom: 5px
}

#Body .mb-5 {
  margin-bottom: 5px
}

#Body .pb-10 {
  padding-bottom: 10px
}

#Body .mb-10 {
  margin-bottom: 10px
}

#Body .pb-15 {
  padding-bottom: 15px
}

#Body .mb-15 {
  margin-bottom: 15px
}

#Body .pb-20 {
  padding-bottom: 20px
}

#Body .mb-20 {
  margin-bottom: 20px
}

#Body .pb-25 {
  padding-bottom: 25px
}

#Body .mb-25 {
  margin-bottom: 25px
}

#Body .pb-30 {
  padding-bottom: 30px
}

#Body .mb-30 {
  margin-bottom: 30px
}

#Body .pb-35 {
  padding-bottom: 35px
}

#Body .mb-35 {
  margin-bottom: 35px
}

#Body .pb-40 {
  padding-bottom: 40px
}

#Body .mb-40 {
  margin-bottom: 40px
}

#Body .pb-45 {
  padding-bottom: 45px
}

#Body .mb-45 {
  margin-bottom: 45px
}

#Body .pb-50 {
  padding-bottom: 50px
}

#Body .mb-50 {
  margin-bottom: 50px
}

#Body .pb-55 {
  padding-bottom: 55px
}

#Body .mb-55 {
  margin-bottom: 55px
}

#Body .pb-60 {
  padding-bottom: 60px
}

#Body .mb-60 {
  margin-bottom: 60px
}

#Body .pb-65 {
  padding-bottom: 65px
}

#Body .mb-65 {
  margin-bottom: 65px
}

#Body .pb-70 {
  padding-bottom: 70px
}

#Body .mb-70 {
  margin-bottom: 70px
}

#Body .pb-75 {
  padding-bottom: 75px
}

#Body .mb-75 {
  margin-bottom: 75px
}

#Body .pb-80 {
  padding-bottom: 80px
}

#Body .mb-80 {
  margin-bottom: 80px
}

#Body .pl-0 {
  padding-left: 0px
}

#Body .ml-0 {
  margin-left: 0px
}

#Body .pl-1 {
  padding-left: 1px
}

#Body .ml-1 {
  margin-left: 1px
}

#Body .pl-2 {
  padding-left: 2px
}

#Body .ml-2 {
  margin-left: 2px
}

#Body .pl-3 {
  padding-left: 3px
}

#Body .ml-3 {
  margin-left: 3px
}

#Body .pl-4 {
  padding-left: 4px
}

#Body .ml-4 {
  margin-left: 4px
}

#Body .pl-5 {
  padding-left: 5px
}

#Body .ml-5 {
  margin-left: 5px
}

#Body .pl-10 {
  padding-left: 10px
}

#Body .ml-10 {
  margin-left: 10px
}

#Body .pl-15 {
  padding-left: 15px
}

#Body .ml-15 {
  margin-left: 15px
}

#Body .pl-20 {
  padding-left: 20px
}

#Body .ml-20 {
  margin-left: 20px
}

#Body .pl-25 {
  padding-left: 25px
}

#Body .ml-25 {
  margin-left: 25px
}

#Body .pl-30 {
  padding-left: 30px
}

#Body .ml-30 {
  margin-left: 30px
}

#Body .pl-35 {
  padding-left: 35px
}

#Body .ml-35 {
  margin-left: 35px
}

#Body .pl-40 {
  padding-left: 40px
}

#Body .ml-40 {
  margin-left: 40px
}

#Body .pl-45 {
  padding-left: 45px
}

#Body .ml-45 {
  margin-left: 45px
}

#Body .pl-50 {
  padding-left: 50px
}

#Body .ml-50 {
  margin-left: 50px
}

#Body .pl-55 {
  padding-left: 55px
}

#Body .ml-55 {
  margin-left: 55px
}

#Body .pl-60 {
  padding-left: 60px
}

#Body .ml-60 {
  margin-left: 60px
}

#Body .pl-65 {
  padding-left: 65px
}

#Body .ml-65 {
  margin-left: 65px
}

#Body .pl-70 {
  padding-left: 70px
}

#Body .ml-70 {
  margin-left: 70px
}

#Body .pl-75 {
  padding-left: 75px
}

#Body .ml-75 {
  margin-left: 75px
}

#Body .pl-80 {
  padding-left: 80px
}

#Body .ml-80 {
  margin-left: 80px
}

#Body .m-auto {
  margin: auto
}

#Body .ml-auto {
  margin-left: auto
}

#Body .mr-auto {
  margin-right: auto
}

@media (min-width: 576px) {
  #Body .pt-sm-0 {
    padding-top: 0px
  }

  #Body .mt-sm-0 {
    margin-top: 0px
  }

  #Body .pt-sm-1 {
    padding-top: 1px
  }

  #Body .mt-sm-1 {
    margin-top: 1px
  }

  #Body .pt-sm-2 {
    padding-top: 2px
  }

  #Body .mt-sm-2 {
    margin-top: 2px
  }

  #Body .pt-sm-3 {
    padding-top: 3px
  }

  #Body .mt-sm-3 {
    margin-top: 3px
  }

  #Body .pt-sm-4 {
    padding-top: 4px
  }

  #Body .mt-sm-4 {
    margin-top: 4px
  }

  #Body .pt-sm-5 {
    padding-top: 5px
  }

  #Body .mt-sm-5 {
    margin-top: 5px
  }

  #Body .pt-sm-10 {
    padding-top: 10px
  }

  #Body .mt-sm-10 {
    margin-top: 10px
  }

  #Body .pt-sm-15 {
    padding-top: 15px
  }

  #Body .mt-sm-15 {
    margin-top: 15px
  }

  #Body .pt-sm-20 {
    padding-top: 20px
  }

  #Body .mt-sm-20 {
    margin-top: 20px
  }

  #Body .pt-sm-25 {
    padding-top: 25px
  }

  #Body .mt-sm-25 {
    margin-top: 25px
  }

  #Body .pt-sm-30 {
    padding-top: 30px
  }

  #Body .mt-sm-30 {
    margin-top: 30px
  }

  #Body .pt-sm-35 {
    padding-top: 35px
  }

  #Body .mt-sm-35 {
    margin-top: 35px
  }

  #Body .pt-sm-40 {
    padding-top: 40px
  }

  #Body .mt-sm-40 {
    margin-top: 40px
  }

  #Body .pt-sm-45 {
    padding-top: 45px
  }

  #Body .mt-sm-45 {
    margin-top: 45px
  }

  #Body .pt-sm-50 {
    padding-top: 50px
  }

  #Body .mt-sm-50 {
    margin-top: 50px
  }

  #Body .pt-sm-55 {
    padding-top: 55px
  }

  #Body .mt-sm-55 {
    margin-top: 55px
  }

  #Body .pt-sm-60 {
    padding-top: 60px
  }

  #Body .mt-sm-60 {
    margin-top: 60px
  }

  #Body .pt-sm-65 {
    padding-top: 65px
  }

  #Body .mt-sm-65 {
    margin-top: 65px
  }

  #Body .pt-sm-70 {
    padding-top: 70px
  }

  #Body .mt-sm-70 {
    margin-top: 70px
  }

  #Body .pt-sm-75 {
    padding-top: 75px
  }

  #Body .mt-sm-75 {
    margin-top: 75px
  }

  #Body .pt-sm-80 {
    padding-top: 80px
  }

  #Body .mt-sm-80 {
    margin-top: 80px
  }

  #Body .pr-sm-0 {
    padding-right: 0px
  }

  #Body .mr-sm-0 {
    margin-right: 0px
  }

  #Body .pr-sm-1 {
    padding-right: 1px
  }

  #Body .mr-sm-1 {
    margin-right: 1px
  }

  #Body .pr-sm-2 {
    padding-right: 2px
  }

  #Body .mr-sm-2 {
    margin-right: 2px
  }

  #Body .pr-sm-3 {
    padding-right: 3px
  }

  #Body .mr-sm-3 {
    margin-right: 3px
  }

  #Body .pr-sm-4 {
    padding-right: 4px
  }

  #Body .mr-sm-4 {
    margin-right: 4px
  }

  #Body .pr-sm-5 {
    padding-right: 5px
  }

  #Body .mr-sm-5 {
    margin-right: 5px
  }

  #Body .pr-sm-10 {
    padding-right: 10px
  }

  #Body .mr-sm-10 {
    margin-right: 10px
  }

  #Body .pr-sm-15 {
    padding-right: 15px
  }

  #Body .mr-sm-15 {
    margin-right: 15px
  }

  #Body .pr-sm-20 {
    padding-right: 20px
  }

  #Body .mr-sm-20 {
    margin-right: 20px
  }

  #Body .pr-sm-25 {
    padding-right: 25px
  }

  #Body .mr-sm-25 {
    margin-right: 25px
  }

  #Body .pr-sm-30 {
    padding-right: 30px
  }

  #Body .mr-sm-30 {
    margin-right: 30px
  }

  #Body .pr-sm-35 {
    padding-right: 35px
  }

  #Body .mr-sm-35 {
    margin-right: 35px
  }

  #Body .pr-sm-40 {
    padding-right: 40px
  }

  #Body .mr-sm-40 {
    margin-right: 40px
  }

  #Body .pr-sm-45 {
    padding-right: 45px
  }

  #Body .mr-sm-45 {
    margin-right: 45px
  }

  #Body .pr-sm-50 {
    padding-right: 50px
  }

  #Body .mr-sm-50 {
    margin-right: 50px
  }

  #Body .pr-sm-55 {
    padding-right: 55px
  }

  #Body .mr-sm-55 {
    margin-right: 55px
  }

  #Body .pr-sm-60 {
    padding-right: 60px
  }

  #Body .mr-sm-60 {
    margin-right: 60px
  }

  #Body .pr-sm-65 {
    padding-right: 65px
  }

  #Body .mr-sm-65 {
    margin-right: 65px
  }

  #Body .pr-sm-70 {
    padding-right: 70px
  }

  #Body .mr-sm-70 {
    margin-right: 70px
  }

  #Body .pr-sm-75 {
    padding-right: 75px
  }

  #Body .mr-sm-75 {
    margin-right: 75px
  }

  #Body .pr-sm-80 {
    padding-right: 80px
  }

  #Body .mr-sm-80 {
    margin-right: 80px
  }

  #Body .pb-sm-0 {
    padding-bottom: 0px
  }

  #Body .mb-sm-0 {
    margin-bottom: 0px
  }

  #Body .pb-sm-1 {
    padding-bottom: 1px
  }

  #Body .mb-sm-1 {
    margin-bottom: 1px
  }

  #Body .pb-sm-2 {
    padding-bottom: 2px
  }

  #Body .mb-sm-2 {
    margin-bottom: 2px
  }

  #Body .pb-sm-3 {
    padding-bottom: 3px
  }

  #Body .mb-sm-3 {
    margin-bottom: 3px
  }

  #Body .pb-sm-4 {
    padding-bottom: 4px
  }

  #Body .mb-sm-4 {
    margin-bottom: 4px
  }

  #Body .pb-sm-5 {
    padding-bottom: 5px
  }

  #Body .mb-sm-5 {
    margin-bottom: 5px
  }

  #Body .pb-sm-10 {
    padding-bottom: 10px
  }

  #Body .mb-sm-10 {
    margin-bottom: 10px
  }

  #Body .pb-sm-15 {
    padding-bottom: 15px
  }

  #Body .mb-sm-15 {
    margin-bottom: 15px
  }

  #Body .pb-sm-20 {
    padding-bottom: 20px
  }

  #Body .mb-sm-20 {
    margin-bottom: 20px
  }

  #Body .pb-sm-25 {
    padding-bottom: 25px
  }

  #Body .mb-sm-25 {
    margin-bottom: 25px
  }

  #Body .pb-sm-30 {
    padding-bottom: 30px
  }

  #Body .mb-sm-30 {
    margin-bottom: 30px
  }

  #Body .pb-sm-35 {
    padding-bottom: 35px
  }

  #Body .mb-sm-35 {
    margin-bottom: 35px
  }

  #Body .pb-sm-40 {
    padding-bottom: 40px
  }

  #Body .mb-sm-40 {
    margin-bottom: 40px
  }

  #Body .pb-sm-45 {
    padding-bottom: 45px
  }

  #Body .mb-sm-45 {
    margin-bottom: 45px
  }

  #Body .pb-sm-50 {
    padding-bottom: 50px
  }

  #Body .mb-sm-50 {
    margin-bottom: 50px
  }

  #Body .pb-sm-55 {
    padding-bottom: 55px
  }

  #Body .mb-sm-55 {
    margin-bottom: 55px
  }

  #Body .pb-sm-60 {
    padding-bottom: 60px
  }

  #Body .mb-sm-60 {
    margin-bottom: 60px
  }

  #Body .pb-sm-65 {
    padding-bottom: 65px
  }

  #Body .mb-sm-65 {
    margin-bottom: 65px
  }

  #Body .pb-sm-70 {
    padding-bottom: 70px
  }

  #Body .mb-sm-70 {
    margin-bottom: 70px
  }

  #Body .pb-sm-75 {
    padding-bottom: 75px
  }

  #Body .mb-sm-75 {
    margin-bottom: 75px
  }

  #Body .pb-sm-80 {
    padding-bottom: 80px
  }

  #Body .mb-sm-80 {
    margin-bottom: 80px
  }

  #Body .pl-sm-0 {
    padding-left: 0px
  }

  #Body .ml-sm-0 {
    margin-left: 0px
  }

  #Body .pl-sm-1 {
    padding-left: 1px
  }

  #Body .ml-sm-1 {
    margin-left: 1px
  }

  #Body .pl-sm-2 {
    padding-left: 2px
  }

  #Body .ml-sm-2 {
    margin-left: 2px
  }

  #Body .pl-sm-3 {
    padding-left: 3px
  }

  #Body .ml-sm-3 {
    margin-left: 3px
  }

  #Body .pl-sm-4 {
    padding-left: 4px
  }

  #Body .ml-sm-4 {
    margin-left: 4px
  }

  #Body .pl-sm-5 {
    padding-left: 5px
  }

  #Body .ml-sm-5 {
    margin-left: 5px
  }

  #Body .pl-sm-10 {
    padding-left: 10px
  }

  #Body .ml-sm-10 {
    margin-left: 10px
  }

  #Body .pl-sm-15 {
    padding-left: 15px
  }

  #Body .ml-sm-15 {
    margin-left: 15px
  }

  #Body .pl-sm-20 {
    padding-left: 20px
  }

  #Body .ml-sm-20 {
    margin-left: 20px
  }

  #Body .pl-sm-25 {
    padding-left: 25px
  }

  #Body .ml-sm-25 {
    margin-left: 25px
  }

  #Body .pl-sm-30 {
    padding-left: 30px
  }

  #Body .ml-sm-30 {
    margin-left: 30px
  }

  #Body .pl-sm-35 {
    padding-left: 35px
  }

  #Body .ml-sm-35 {
    margin-left: 35px
  }

  #Body .pl-sm-40 {
    padding-left: 40px
  }

  #Body .ml-sm-40 {
    margin-left: 40px
  }

  #Body .pl-sm-45 {
    padding-left: 45px
  }

  #Body .ml-sm-45 {
    margin-left: 45px
  }

  #Body .pl-sm-50 {
    padding-left: 50px
  }

  #Body .ml-sm-50 {
    margin-left: 50px
  }

  #Body .pl-sm-55 {
    padding-left: 55px
  }

  #Body .ml-sm-55 {
    margin-left: 55px
  }

  #Body .pl-sm-60 {
    padding-left: 60px
  }

  #Body .ml-sm-60 {
    margin-left: 60px
  }

  #Body .pl-sm-65 {
    padding-left: 65px
  }

  #Body .ml-sm-65 {
    margin-left: 65px
  }

  #Body .pl-sm-70 {
    padding-left: 70px
  }

  #Body .ml-sm-70 {
    margin-left: 70px
  }

  #Body .pl-sm-75 {
    padding-left: 75px
  }

  #Body .ml-sm-75 {
    margin-left: 75px
  }

  #Body .pl-sm-80 {
    padding-left: 80px
  }

  #Body .ml-sm-80 {
    margin-left: 80px
  }

  #Body .m-sm-auto {
    margin: auto
  }

  #Body .ml-sm-auto {
    margin-left: auto
  }

  #Body .mr-sm-auto {
    margin-right: auto
  }
}

@media (min-width: 768px) {
  #Body .pt-md-0 {
    padding-top: 0px
  }

  #Body .mt-md-0 {
    margin-top: 0px
  }

  #Body .pt-md-1 {
    padding-top: 1px
  }

  #Body .mt-md-1 {
    margin-top: 1px
  }

  #Body .pt-md-2 {
    padding-top: 2px
  }

  #Body .mt-md-2 {
    margin-top: 2px
  }

  #Body .pt-md-3 {
    padding-top: 3px
  }

  #Body .mt-md-3 {
    margin-top: 3px
  }

  #Body .pt-md-4 {
    padding-top: 4px
  }

  #Body .mt-md-4 {
    margin-top: 4px
  }

  #Body .pt-md-5 {
    padding-top: 5px
  }

  #Body .mt-md-5 {
    margin-top: 5px
  }

  #Body .pt-md-10 {
    padding-top: 10px
  }

  #Body .mt-md-10 {
    margin-top: 10px
  }

  #Body .pt-md-15 {
    padding-top: 15px
  }

  #Body .mt-md-15 {
    margin-top: 15px
  }

  #Body .pt-md-20 {
    padding-top: 20px
  }

  #Body .mt-md-20 {
    margin-top: 20px
  }

  #Body .pt-md-25 {
    padding-top: 25px
  }

  #Body .mt-md-25 {
    margin-top: 25px
  }

  #Body .pt-md-30 {
    padding-top: 30px
  }

  #Body .mt-md-30 {
    margin-top: 30px
  }

  #Body .pt-md-35 {
    padding-top: 35px
  }

  #Body .mt-md-35 {
    margin-top: 35px
  }

  #Body .pt-md-40 {
    padding-top: 40px
  }

  #Body .mt-md-40 {
    margin-top: 40px
  }

  #Body .pt-md-45 {
    padding-top: 45px
  }

  #Body .mt-md-45 {
    margin-top: 45px
  }

  #Body .pt-md-50 {
    padding-top: 50px
  }

  #Body .mt-md-50 {
    margin-top: 50px
  }

  #Body .pt-md-55 {
    padding-top: 55px
  }

  #Body .mt-md-55 {
    margin-top: 55px
  }

  #Body .pt-md-60 {
    padding-top: 60px
  }

  #Body .mt-md-60 {
    margin-top: 60px
  }

  #Body .pt-md-65 {
    padding-top: 65px
  }

  #Body .mt-md-65 {
    margin-top: 65px
  }

  #Body .pt-md-70 {
    padding-top: 70px
  }

  #Body .mt-md-70 {
    margin-top: 70px
  }

  #Body .pt-md-75 {
    padding-top: 75px
  }

  #Body .mt-md-75 {
    margin-top: 75px
  }

  #Body .pt-md-80 {
    padding-top: 80px
  }

  #Body .mt-md-80 {
    margin-top: 80px
  }

  #Body .pr-md-0 {
    padding-right: 0px
  }

  #Body .mr-md-0 {
    margin-right: 0px
  }

  #Body .pr-md-1 {
    padding-right: 1px
  }

  #Body .mr-md-1 {
    margin-right: 1px
  }

  #Body .pr-md-2 {
    padding-right: 2px
  }

  #Body .mr-md-2 {
    margin-right: 2px
  }

  #Body .pr-md-3 {
    padding-right: 3px
  }

  #Body .mr-md-3 {
    margin-right: 3px
  }

  #Body .pr-md-4 {
    padding-right: 4px
  }

  #Body .mr-md-4 {
    margin-right: 4px
  }

  #Body .pr-md-5 {
    padding-right: 5px
  }

  #Body .mr-md-5 {
    margin-right: 5px
  }

  #Body .pr-md-10 {
    padding-right: 10px
  }

  #Body .mr-md-10 {
    margin-right: 10px
  }

  #Body .pr-md-15 {
    padding-right: 15px
  }

  #Body .mr-md-15 {
    margin-right: 15px
  }

  #Body .pr-md-20 {
    padding-right: 20px
  }

  #Body .mr-md-20 {
    margin-right: 20px
  }

  #Body .pr-md-25 {
    padding-right: 25px
  }

  #Body .mr-md-25 {
    margin-right: 25px
  }

  #Body .pr-md-30 {
    padding-right: 30px
  }

  #Body .mr-md-30 {
    margin-right: 30px
  }

  #Body .pr-md-35 {
    padding-right: 35px
  }

  #Body .mr-md-35 {
    margin-right: 35px
  }

  #Body .pr-md-40 {
    padding-right: 40px
  }

  #Body .mr-md-40 {
    margin-right: 40px
  }

  #Body .pr-md-45 {
    padding-right: 45px
  }

  #Body .mr-md-45 {
    margin-right: 45px
  }

  #Body .pr-md-50 {
    padding-right: 50px
  }

  #Body .mr-md-50 {
    margin-right: 50px
  }

  #Body .pr-md-55 {
    padding-right: 55px
  }

  #Body .mr-md-55 {
    margin-right: 55px
  }

  #Body .pr-md-60 {
    padding-right: 60px
  }

  #Body .mr-md-60 {
    margin-right: 60px
  }

  #Body .pr-md-65 {
    padding-right: 65px
  }

  #Body .mr-md-65 {
    margin-right: 65px
  }

  #Body .pr-md-70 {
    padding-right: 70px
  }

  #Body .mr-md-70 {
    margin-right: 70px
  }

  #Body .pr-md-75 {
    padding-right: 75px
  }

  #Body .mr-md-75 {
    margin-right: 75px
  }

  #Body .pr-md-80 {
    padding-right: 80px
  }

  #Body .mr-md-80 {
    margin-right: 80px
  }

  #Body .pb-md-0 {
    padding-bottom: 0px
  }

  #Body .mb-md-0 {
    margin-bottom: 0px
  }

  #Body .pb-md-1 {
    padding-bottom: 1px
  }

  #Body .mb-md-1 {
    margin-bottom: 1px
  }

  #Body .pb-md-2 {
    padding-bottom: 2px
  }

  #Body .mb-md-2 {
    margin-bottom: 2px
  }

  #Body .pb-md-3 {
    padding-bottom: 3px
  }

  #Body .mb-md-3 {
    margin-bottom: 3px
  }

  #Body .pb-md-4 {
    padding-bottom: 4px
  }

  #Body .mb-md-4 {
    margin-bottom: 4px
  }

  #Body .pb-md-5 {
    padding-bottom: 5px
  }

  #Body .mb-md-5 {
    margin-bottom: 5px
  }

  #Body .pb-md-10 {
    padding-bottom: 10px
  }

  #Body .mb-md-10 {
    margin-bottom: 10px
  }

  #Body .pb-md-15 {
    padding-bottom: 15px
  }

  #Body .mb-md-15 {
    margin-bottom: 15px
  }

  #Body .pb-md-20 {
    padding-bottom: 20px
  }

  #Body .mb-md-20 {
    margin-bottom: 20px
  }

  #Body .pb-md-25 {
    padding-bottom: 25px
  }

  #Body .mb-md-25 {
    margin-bottom: 25px
  }

  #Body .pb-md-30 {
    padding-bottom: 30px
  }

  #Body .mb-md-30 {
    margin-bottom: 30px
  }

  #Body .pb-md-35 {
    padding-bottom: 35px
  }

  #Body .mb-md-35 {
    margin-bottom: 35px
  }

  #Body .pb-md-40 {
    padding-bottom: 40px
  }

  #Body .mb-md-40 {
    margin-bottom: 40px
  }

  #Body .pb-md-45 {
    padding-bottom: 45px
  }

  #Body .mb-md-45 {
    margin-bottom: 45px
  }

  #Body .pb-md-50 {
    padding-bottom: 50px
  }

  #Body .mb-md-50 {
    margin-bottom: 50px
  }

  #Body .pb-md-55 {
    padding-bottom: 55px
  }

  #Body .mb-md-55 {
    margin-bottom: 55px
  }

  #Body .pb-md-60 {
    padding-bottom: 60px
  }

  #Body .mb-md-60 {
    margin-bottom: 60px
  }

  #Body .pb-md-65 {
    padding-bottom: 65px
  }

  #Body .mb-md-65 {
    margin-bottom: 65px
  }

  #Body .pb-md-70 {
    padding-bottom: 70px
  }

  #Body .mb-md-70 {
    margin-bottom: 70px
  }

  #Body .pb-md-75 {
    padding-bottom: 75px
  }

  #Body .mb-md-75 {
    margin-bottom: 75px
  }

  #Body .pb-md-80 {
    padding-bottom: 80px
  }

  #Body .mb-md-80 {
    margin-bottom: 80px
  }

  #Body .pl-md-0 {
    padding-left: 0px
  }

  #Body .ml-md-0 {
    margin-left: 0px
  }

  #Body .pl-md-1 {
    padding-left: 1px
  }

  #Body .ml-md-1 {
    margin-left: 1px
  }

  #Body .pl-md-2 {
    padding-left: 2px
  }

  #Body .ml-md-2 {
    margin-left: 2px
  }

  #Body .pl-md-3 {
    padding-left: 3px
  }

  #Body .ml-md-3 {
    margin-left: 3px
  }

  #Body .pl-md-4 {
    padding-left: 4px
  }

  #Body .ml-md-4 {
    margin-left: 4px
  }

  #Body .pl-md-5 {
    padding-left: 5px
  }

  #Body .ml-md-5 {
    margin-left: 5px
  }

  #Body .pl-md-10 {
    padding-left: 10px
  }

  #Body .ml-md-10 {
    margin-left: 10px
  }

  #Body .pl-md-15 {
    padding-left: 15px
  }

  #Body .ml-md-15 {
    margin-left: 15px
  }

  #Body .pl-md-20 {
    padding-left: 20px
  }

  #Body .ml-md-20 {
    margin-left: 20px
  }

  #Body .pl-md-25 {
    padding-left: 25px
  }

  #Body .ml-md-25 {
    margin-left: 25px
  }

  #Body .pl-md-30 {
    padding-left: 30px
  }

  #Body .ml-md-30 {
    margin-left: 30px
  }

  #Body .pl-md-35 {
    padding-left: 35px
  }

  #Body .ml-md-35 {
    margin-left: 35px
  }

  #Body .pl-md-40 {
    padding-left: 40px
  }

  #Body .ml-md-40 {
    margin-left: 40px
  }

  #Body .pl-md-45 {
    padding-left: 45px
  }

  #Body .ml-md-45 {
    margin-left: 45px
  }

  #Body .pl-md-50 {
    padding-left: 50px
  }

  #Body .ml-md-50 {
    margin-left: 50px
  }

  #Body .pl-md-55 {
    padding-left: 55px
  }

  #Body .ml-md-55 {
    margin-left: 55px
  }

  #Body .pl-md-60 {
    padding-left: 60px
  }

  #Body .ml-md-60 {
    margin-left: 60px
  }

  #Body .pl-md-65 {
    padding-left: 65px
  }

  #Body .ml-md-65 {
    margin-left: 65px
  }

  #Body .pl-md-70 {
    padding-left: 70px
  }

  #Body .ml-md-70 {
    margin-left: 70px
  }

  #Body .pl-md-75 {
    padding-left: 75px
  }

  #Body .ml-md-75 {
    margin-left: 75px
  }

  #Body .pl-md-80 {
    padding-left: 80px
  }

  #Body .ml-md-80 {
    margin-left: 80px
  }

  #Body .m-md-auto {
    margin: auto
  }

  #Body .ml-md-auto {
    margin-left: auto
  }

  #Body .mr-md-auto {
    margin-right: auto
  }
}

@media (min-width: 992px) {
  #Body .pt-lg-0 {
    padding-top: 0px
  }

  #Body .mt-lg-0 {
    margin-top: 0px
  }

  #Body .pt-lg-1 {
    padding-top: 1px
  }

  #Body .mt-lg-1 {
    margin-top: 1px
  }

  #Body .pt-lg-2 {
    padding-top: 2px
  }

  #Body .mt-lg-2 {
    margin-top: 2px
  }

  #Body .pt-lg-3 {
    padding-top: 3px
  }

  #Body .mt-lg-3 {
    margin-top: 3px
  }

  #Body .pt-lg-4 {
    padding-top: 4px
  }

  #Body .mt-lg-4 {
    margin-top: 4px
  }

  #Body .pt-lg-5 {
    padding-top: 5px
  }

  #Body .mt-lg-5 {
    margin-top: 5px
  }

  #Body .pt-lg-10 {
    padding-top: 10px
  }

  #Body .mt-lg-10 {
    margin-top: 10px
  }

  #Body .pt-lg-15 {
    padding-top: 15px
  }

  #Body .mt-lg-15 {
    margin-top: 15px
  }

  #Body .pt-lg-20 {
    padding-top: 20px
  }

  #Body .mt-lg-20 {
    margin-top: 20px
  }

  #Body .pt-lg-25 {
    padding-top: 25px
  }

  #Body .mt-lg-25 {
    margin-top: 25px
  }

  #Body .pt-lg-30 {
    padding-top: 30px
  }

  #Body .mt-lg-30 {
    margin-top: 30px
  }

  #Body .pt-lg-35 {
    padding-top: 35px
  }

  #Body .mt-lg-35 {
    margin-top: 35px
  }

  #Body .pt-lg-40 {
    padding-top: 40px
  }

  #Body .mt-lg-40 {
    margin-top: 40px
  }

  #Body .pt-lg-45 {
    padding-top: 45px
  }

  #Body .mt-lg-45 {
    margin-top: 45px
  }

  #Body .pt-lg-50 {
    padding-top: 50px
  }

  #Body .mt-lg-50 {
    margin-top: 50px
  }

  #Body .pt-lg-55 {
    padding-top: 55px
  }

  #Body .mt-lg-55 {
    margin-top: 55px
  }

  #Body .pt-lg-60 {
    padding-top: 60px
  }

  #Body .mt-lg-60 {
    margin-top: 60px
  }

  #Body .pt-lg-65 {
    padding-top: 65px
  }

  #Body .mt-lg-65 {
    margin-top: 65px
  }

  #Body .pt-lg-70 {
    padding-top: 70px
  }

  #Body .mt-lg-70 {
    margin-top: 70px
  }

  #Body .pt-lg-75 {
    padding-top: 75px
  }

  #Body .mt-lg-75 {
    margin-top: 75px
  }

  #Body .pt-lg-80 {
    padding-top: 80px
  }

  #Body .mt-lg-80 {
    margin-top: 80px
  }

  #Body .pr-lg-0 {
    padding-right: 0px
  }

  #Body .mr-lg-0 {
    margin-right: 0px
  }

  #Body .pr-lg-1 {
    padding-right: 1px
  }

  #Body .mr-lg-1 {
    margin-right: 1px
  }

  #Body .pr-lg-2 {
    padding-right: 2px
  }

  #Body .mr-lg-2 {
    margin-right: 2px
  }

  #Body .pr-lg-3 {
    padding-right: 3px
  }

  #Body .mr-lg-3 {
    margin-right: 3px
  }

  #Body .pr-lg-4 {
    padding-right: 4px
  }

  #Body .mr-lg-4 {
    margin-right: 4px
  }

  #Body .pr-lg-5 {
    padding-right: 5px
  }

  #Body .mr-lg-5 {
    margin-right: 5px
  }

  #Body .pr-lg-10 {
    padding-right: 10px
  }

  #Body .mr-lg-10 {
    margin-right: 10px
  }

  #Body .pr-lg-15 {
    padding-right: 15px
  }

  #Body .mr-lg-15 {
    margin-right: 15px
  }

  #Body .pr-lg-20 {
    padding-right: 20px
  }

  #Body .mr-lg-20 {
    margin-right: 20px
  }

  #Body .pr-lg-25 {
    padding-right: 25px
  }

  #Body .mr-lg-25 {
    margin-right: 25px
  }

  #Body .pr-lg-30 {
    padding-right: 30px
  }

  #Body .mr-lg-30 {
    margin-right: 30px
  }

  #Body .pr-lg-35 {
    padding-right: 35px
  }

  #Body .mr-lg-35 {
    margin-right: 35px
  }

  #Body .pr-lg-40 {
    padding-right: 40px
  }

  #Body .mr-lg-40 {
    margin-right: 40px
  }

  #Body .pr-lg-45 {
    padding-right: 45px
  }

  #Body .mr-lg-45 {
    margin-right: 45px
  }

  #Body .pr-lg-50 {
    padding-right: 50px
  }

  #Body .mr-lg-50 {
    margin-right: 50px
  }

  #Body .pr-lg-55 {
    padding-right: 55px
  }

  #Body .mr-lg-55 {
    margin-right: 55px
  }

  #Body .pr-lg-60 {
    padding-right: 60px
  }

  #Body .mr-lg-60 {
    margin-right: 60px
  }

  #Body .pr-lg-65 {
    padding-right: 65px
  }

  #Body .mr-lg-65 {
    margin-right: 65px
  }

  #Body .pr-lg-70 {
    padding-right: 70px
  }

  #Body .mr-lg-70 {
    margin-right: 70px
  }

  #Body .pr-lg-75 {
    padding-right: 75px
  }

  #Body .mr-lg-75 {
    margin-right: 75px
  }

  #Body .pr-lg-80 {
    padding-right: 80px
  }

  #Body .mr-lg-80 {
    margin-right: 80px
  }

  #Body .pb-lg-0 {
    padding-bottom: 0px
  }

  #Body .mb-lg-0 {
    margin-bottom: 0px
  }

  #Body .pb-lg-1 {
    padding-bottom: 1px
  }

  #Body .mb-lg-1 {
    margin-bottom: 1px
  }

  #Body .pb-lg-2 {
    padding-bottom: 2px
  }

  #Body .mb-lg-2 {
    margin-bottom: 2px
  }

  #Body .pb-lg-3 {
    padding-bottom: 3px
  }

  #Body .mb-lg-3 {
    margin-bottom: 3px
  }

  #Body .pb-lg-4 {
    padding-bottom: 4px
  }

  #Body .mb-lg-4 {
    margin-bottom: 4px
  }

  #Body .pb-lg-5 {
    padding-bottom: 5px
  }

  #Body .mb-lg-5 {
    margin-bottom: 5px
  }

  #Body .pb-lg-10 {
    padding-bottom: 10px
  }

  #Body .mb-lg-10 {
    margin-bottom: 10px
  }

  #Body .pb-lg-15 {
    padding-bottom: 15px
  }

  #Body .mb-lg-15 {
    margin-bottom: 15px
  }

  #Body .pb-lg-20 {
    padding-bottom: 20px
  }

  #Body .mb-lg-20 {
    margin-bottom: 20px
  }

  #Body .pb-lg-25 {
    padding-bottom: 25px
  }

  #Body .mb-lg-25 {
    margin-bottom: 25px
  }

  #Body .pb-lg-30 {
    padding-bottom: 30px
  }

  #Body .mb-lg-30 {
    margin-bottom: 30px
  }

  #Body .pb-lg-35 {
    padding-bottom: 35px
  }

  #Body .mb-lg-35 {
    margin-bottom: 35px
  }

  #Body .pb-lg-40 {
    padding-bottom: 40px
  }

  #Body .mb-lg-40 {
    margin-bottom: 40px
  }

  #Body .pb-lg-45 {
    padding-bottom: 45px
  }

  #Body .mb-lg-45 {
    margin-bottom: 45px
  }

  #Body .pb-lg-50 {
    padding-bottom: 50px
  }

  #Body .mb-lg-50 {
    margin-bottom: 50px
  }

  #Body .pb-lg-55 {
    padding-bottom: 55px
  }

  #Body .mb-lg-55 {
    margin-bottom: 55px
  }

  #Body .pb-lg-60 {
    padding-bottom: 60px
  }

  #Body .mb-lg-60 {
    margin-bottom: 60px
  }

  #Body .pb-lg-65 {
    padding-bottom: 65px
  }

  #Body .mb-lg-65 {
    margin-bottom: 65px
  }

  #Body .pb-lg-70 {
    padding-bottom: 70px
  }

  #Body .mb-lg-70 {
    margin-bottom: 70px
  }

  #Body .pb-lg-75 {
    padding-bottom: 75px
  }

  #Body .mb-lg-75 {
    margin-bottom: 75px
  }

  #Body .pb-lg-80 {
    padding-bottom: 80px
  }

  #Body .mb-lg-80 {
    margin-bottom: 80px
  }

  #Body .pl-lg-0 {
    padding-left: 0px
  }

  #Body .ml-lg-0 {
    margin-left: 0px
  }

  #Body .pl-lg-1 {
    padding-left: 1px
  }

  #Body .ml-lg-1 {
    margin-left: 1px
  }

  #Body .pl-lg-2 {
    padding-left: 2px
  }

  #Body .ml-lg-2 {
    margin-left: 2px
  }

  #Body .pl-lg-3 {
    padding-left: 3px
  }

  #Body .ml-lg-3 {
    margin-left: 3px
  }

  #Body .pl-lg-4 {
    padding-left: 4px
  }

  #Body .ml-lg-4 {
    margin-left: 4px
  }

  #Body .pl-lg-5 {
    padding-left: 5px
  }

  #Body .ml-lg-5 {
    margin-left: 5px
  }

  #Body .pl-lg-10 {
    padding-left: 10px
  }

  #Body .ml-lg-10 {
    margin-left: 10px
  }

  #Body .pl-lg-15 {
    padding-left: 15px
  }

  #Body .ml-lg-15 {
    margin-left: 15px
  }

  #Body .pl-lg-20 {
    padding-left: 20px
  }

  #Body .ml-lg-20 {
    margin-left: 20px
  }

  #Body .pl-lg-25 {
    padding-left: 25px
  }

  #Body .ml-lg-25 {
    margin-left: 25px
  }

  #Body .pl-lg-30 {
    padding-left: 30px
  }

  #Body .ml-lg-30 {
    margin-left: 30px
  }

  #Body .pl-lg-35 {
    padding-left: 35px
  }

  #Body .ml-lg-35 {
    margin-left: 35px
  }

  #Body .pl-lg-40 {
    padding-left: 40px
  }

  #Body .ml-lg-40 {
    margin-left: 40px
  }

  #Body .pl-lg-45 {
    padding-left: 45px
  }

  #Body .ml-lg-45 {
    margin-left: 45px
  }

  #Body .pl-lg-50 {
    padding-left: 50px
  }

  #Body .ml-lg-50 {
    margin-left: 50px
  }

  #Body .pl-lg-55 {
    padding-left: 55px
  }

  #Body .ml-lg-55 {
    margin-left: 55px
  }

  #Body .pl-lg-60 {
    padding-left: 60px
  }

  #Body .ml-lg-60 {
    margin-left: 60px
  }

  #Body .pl-lg-65 {
    padding-left: 65px
  }

  #Body .ml-lg-65 {
    margin-left: 65px
  }

  #Body .pl-lg-70 {
    padding-left: 70px
  }

  #Body .ml-lg-70 {
    margin-left: 70px
  }

  #Body .pl-lg-75 {
    padding-left: 75px
  }

  #Body .ml-lg-75 {
    margin-left: 75px
  }

  #Body .pl-lg-80 {
    padding-left: 80px
  }

  #Body .ml-lg-80 {
    margin-left: 80px
  }

  #Body .m-lg-auto {
    margin: auto
  }

  #Body .ml-lg-auto {
    margin-left: auto
  }

  #Body .mr-lg-auto {
    margin-right: auto
  }
}

@media (min-width: 1200px) {
  #Body .pt-xl-0 {
    padding-top: 0px
  }

  #Body .mt-xl-0 {
    margin-top: 0px
  }

  #Body .pt-xl-1 {
    padding-top: 1px
  }

  #Body .mt-xl-1 {
    margin-top: 1px
  }

  #Body .pt-xl-2 {
    padding-top: 2px
  }

  #Body .mt-xl-2 {
    margin-top: 2px
  }

  #Body .pt-xl-3 {
    padding-top: 3px
  }

  #Body .mt-xl-3 {
    margin-top: 3px
  }

  #Body .pt-xl-4 {
    padding-top: 4px
  }

  #Body .mt-xl-4 {
    margin-top: 4px
  }

  #Body .pt-xl-5 {
    padding-top: 5px
  }

  #Body .mt-xl-5 {
    margin-top: 5px
  }

  #Body .pt-xl-10 {
    padding-top: 10px
  }

  #Body .mt-xl-10 {
    margin-top: 10px
  }

  #Body .pt-xl-15 {
    padding-top: 15px
  }

  #Body .mt-xl-15 {
    margin-top: 15px
  }

  #Body .pt-xl-20 {
    padding-top: 20px
  }

  #Body .mt-xl-20 {
    margin-top: 20px
  }

  #Body .pt-xl-25 {
    padding-top: 25px
  }

  #Body .mt-xl-25 {
    margin-top: 25px
  }

  #Body .pt-xl-30 {
    padding-top: 30px
  }

  #Body .mt-xl-30 {
    margin-top: 30px
  }

  #Body .pt-xl-35 {
    padding-top: 35px
  }

  #Body .mt-xl-35 {
    margin-top: 35px
  }

  #Body .pt-xl-40 {
    padding-top: 40px
  }

  #Body .mt-xl-40 {
    margin-top: 40px
  }

  #Body .pt-xl-45 {
    padding-top: 45px
  }

  #Body .mt-xl-45 {
    margin-top: 45px
  }

  #Body .pt-xl-50 {
    padding-top: 50px
  }

  #Body .mt-xl-50 {
    margin-top: 50px
  }

  #Body .pt-xl-55 {
    padding-top: 55px
  }

  #Body .mt-xl-55 {
    margin-top: 55px
  }

  #Body .pt-xl-60 {
    padding-top: 60px
  }

  #Body .mt-xl-60 {
    margin-top: 60px
  }

  #Body .pt-xl-65 {
    padding-top: 65px
  }

  #Body .mt-xl-65 {
    margin-top: 65px
  }

  #Body .pt-xl-70 {
    padding-top: 70px
  }

  #Body .mt-xl-70 {
    margin-top: 70px
  }

  #Body .pt-xl-75 {
    padding-top: 75px
  }

  #Body .mt-xl-75 {
    margin-top: 75px
  }

  #Body .pt-xl-80 {
    padding-top: 80px
  }

  #Body .mt-xl-80 {
    margin-top: 80px
  }

  #Body .pr-xl-0 {
    padding-right: 0px
  }

  #Body .mr-xl-0 {
    margin-right: 0px
  }

  #Body .pr-xl-1 {
    padding-right: 1px
  }

  #Body .mr-xl-1 {
    margin-right: 1px
  }

  #Body .pr-xl-2 {
    padding-right: 2px
  }

  #Body .mr-xl-2 {
    margin-right: 2px
  }

  #Body .pr-xl-3 {
    padding-right: 3px
  }

  #Body .mr-xl-3 {
    margin-right: 3px
  }

  #Body .pr-xl-4 {
    padding-right: 4px
  }

  #Body .mr-xl-4 {
    margin-right: 4px
  }

  #Body .pr-xl-5 {
    padding-right: 5px
  }

  #Body .mr-xl-5 {
    margin-right: 5px
  }

  #Body .pr-xl-10 {
    padding-right: 10px
  }

  #Body .mr-xl-10 {
    margin-right: 10px
  }

  #Body .pr-xl-15 {
    padding-right: 15px
  }

  #Body .mr-xl-15 {
    margin-right: 15px
  }

  #Body .pr-xl-20 {
    padding-right: 20px
  }

  #Body .mr-xl-20 {
    margin-right: 20px
  }

  #Body .pr-xl-25 {
    padding-right: 25px
  }

  #Body .mr-xl-25 {
    margin-right: 25px
  }

  #Body .pr-xl-30 {
    padding-right: 30px
  }

  #Body .mr-xl-30 {
    margin-right: 30px
  }

  #Body .pr-xl-35 {
    padding-right: 35px
  }

  #Body .mr-xl-35 {
    margin-right: 35px
  }

  #Body .pr-xl-40 {
    padding-right: 40px
  }

  #Body .mr-xl-40 {
    margin-right: 40px
  }

  #Body .pr-xl-45 {
    padding-right: 45px
  }

  #Body .mr-xl-45 {
    margin-right: 45px
  }

  #Body .pr-xl-50 {
    padding-right: 50px
  }

  #Body .mr-xl-50 {
    margin-right: 50px
  }

  #Body .pr-xl-55 {
    padding-right: 55px
  }

  #Body .mr-xl-55 {
    margin-right: 55px
  }

  #Body .pr-xl-60 {
    padding-right: 60px
  }

  #Body .mr-xl-60 {
    margin-right: 60px
  }

  #Body .pr-xl-65 {
    padding-right: 65px
  }

  #Body .mr-xl-65 {
    margin-right: 65px
  }

  #Body .pr-xl-70 {
    padding-right: 70px
  }

  #Body .mr-xl-70 {
    margin-right: 70px
  }

  #Body .pr-xl-75 {
    padding-right: 75px
  }

  #Body .mr-xl-75 {
    margin-right: 75px
  }

  #Body .pr-xl-80 {
    padding-right: 80px
  }

  #Body .mr-xl-80 {
    margin-right: 80px
  }

  #Body .pb-xl-0 {
    padding-bottom: 0px
  }

  #Body .mb-xl-0 {
    margin-bottom: 0px
  }

  #Body .pb-xl-1 {
    padding-bottom: 1px
  }

  #Body .mb-xl-1 {
    margin-bottom: 1px
  }

  #Body .pb-xl-2 {
    padding-bottom: 2px
  }

  #Body .mb-xl-2 {
    margin-bottom: 2px
  }

  #Body .pb-xl-3 {
    padding-bottom: 3px
  }

  #Body .mb-xl-3 {
    margin-bottom: 3px
  }

  #Body .pb-xl-4 {
    padding-bottom: 4px
  }

  #Body .mb-xl-4 {
    margin-bottom: 4px
  }

  #Body .pb-xl-5 {
    padding-bottom: 5px
  }

  #Body .mb-xl-5 {
    margin-bottom: 5px
  }

  #Body .pb-xl-10 {
    padding-bottom: 10px
  }

  #Body .mb-xl-10 {
    margin-bottom: 10px
  }

  #Body .pb-xl-15 {
    padding-bottom: 15px
  }

  #Body .mb-xl-15 {
    margin-bottom: 15px
  }

  #Body .pb-xl-20 {
    padding-bottom: 20px
  }

  #Body .mb-xl-20 {
    margin-bottom: 20px
  }

  #Body .pb-xl-25 {
    padding-bottom: 25px
  }

  #Body .mb-xl-25 {
    margin-bottom: 25px
  }

  #Body .pb-xl-30 {
    padding-bottom: 30px
  }

  #Body .mb-xl-30 {
    margin-bottom: 30px
  }

  #Body .pb-xl-35 {
    padding-bottom: 35px
  }

  #Body .mb-xl-35 {
    margin-bottom: 35px
  }

  #Body .pb-xl-40 {
    padding-bottom: 40px
  }

  #Body .mb-xl-40 {
    margin-bottom: 40px
  }

  #Body .pb-xl-45 {
    padding-bottom: 45px
  }

  #Body .mb-xl-45 {
    margin-bottom: 45px
  }

  #Body .pb-xl-50 {
    padding-bottom: 50px
  }

  #Body .mb-xl-50 {
    margin-bottom: 50px
  }

  #Body .pb-xl-55 {
    padding-bottom: 55px
  }

  #Body .mb-xl-55 {
    margin-bottom: 55px
  }

  #Body .pb-xl-60 {
    padding-bottom: 60px
  }

  #Body .mb-xl-60 {
    margin-bottom: 60px
  }

  #Body .pb-xl-65 {
    padding-bottom: 65px
  }

  #Body .mb-xl-65 {
    margin-bottom: 65px
  }

  #Body .pb-xl-70 {
    padding-bottom: 70px
  }

  #Body .mb-xl-70 {
    margin-bottom: 70px
  }

  #Body .pb-xl-75 {
    padding-bottom: 75px
  }

  #Body .mb-xl-75 {
    margin-bottom: 75px
  }

  #Body .pb-xl-80 {
    padding-bottom: 80px
  }

  #Body .mb-xl-80 {
    margin-bottom: 80px
  }

  #Body .pl-xl-0 {
    padding-left: 0px
  }

  #Body .ml-xl-0 {
    margin-left: 0px
  }

  #Body .pl-xl-1 {
    padding-left: 1px
  }

  #Body .ml-xl-1 {
    margin-left: 1px
  }

  #Body .pl-xl-2 {
    padding-left: 2px
  }

  #Body .ml-xl-2 {
    margin-left: 2px
  }

  #Body .pl-xl-3 {
    padding-left: 3px
  }

  #Body .ml-xl-3 {
    margin-left: 3px
  }

  #Body .pl-xl-4 {
    padding-left: 4px
  }

  #Body .ml-xl-4 {
    margin-left: 4px
  }

  #Body .pl-xl-5 {
    padding-left: 5px
  }

  #Body .ml-xl-5 {
    margin-left: 5px
  }

  #Body .pl-xl-10 {
    padding-left: 10px
  }

  #Body .ml-xl-10 {
    margin-left: 10px
  }

  #Body .pl-xl-15 {
    padding-left: 15px
  }

  #Body .ml-xl-15 {
    margin-left: 15px
  }

  #Body .pl-xl-20 {
    padding-left: 20px
  }

  #Body .ml-xl-20 {
    margin-left: 20px
  }

  #Body .pl-xl-25 {
    padding-left: 25px
  }

  #Body .ml-xl-25 {
    margin-left: 25px
  }

  #Body .pl-xl-30 {
    padding-left: 30px
  }

  #Body .ml-xl-30 {
    margin-left: 30px
  }

  #Body .pl-xl-35 {
    padding-left: 35px
  }

  #Body .ml-xl-35 {
    margin-left: 35px
  }

  #Body .pl-xl-40 {
    padding-left: 40px
  }

  #Body .ml-xl-40 {
    margin-left: 40px
  }

  #Body .pl-xl-45 {
    padding-left: 45px
  }

  #Body .ml-xl-45 {
    margin-left: 45px
  }

  #Body .pl-xl-50 {
    padding-left: 50px
  }

  #Body .ml-xl-50 {
    margin-left: 50px
  }

  #Body .pl-xl-55 {
    padding-left: 55px
  }

  #Body .ml-xl-55 {
    margin-left: 55px
  }

  #Body .pl-xl-60 {
    padding-left: 60px
  }

  #Body .ml-xl-60 {
    margin-left: 60px
  }

  #Body .pl-xl-65 {
    padding-left: 65px
  }

  #Body .ml-xl-65 {
    margin-left: 65px
  }

  #Body .pl-xl-70 {
    padding-left: 70px
  }

  #Body .ml-xl-70 {
    margin-left: 70px
  }

  #Body .pl-xl-75 {
    padding-left: 75px
  }

  #Body .ml-xl-75 {
    margin-left: 75px
  }

  #Body .pl-xl-80 {
    padding-left: 80px
  }

  #Body .ml-xl-80 {
    margin-left: 80px
  }

  #Body .m-xl-auto {
    margin: auto
  }

  #Body .ml-xl-auto {
    margin-left: auto
  }

  #Body .mr-xl-auto {
    margin-right: auto
  }
}


@media (max-width: 575px) {
  .mt-xs-reset {
    margin-top: 0px !important;
  }

  .mr-xs-reset {
    margin-right: 0px !important;
  }

  .mb-xs-reset {
    margin-bottom: 0px !important;
  }

  .ml-xs-reset {
    margin-left: 0px !important;
  }

  .ml-reset {
    margin: 0px !important;
  }
}

@media (max-width: 767px) {
  .mt-sm-reset {
    margin-top: 0px !important;
  }

  .mr-sm-reset {
    margin-right: 0px !important;
  }

  .mb-sm-reset {
    margin-bottom: 0px !important;
  }

  .ml-sm-reset {
    margin-left: 0px !important;
  }

  .ml-reset {
    margin: 0px !important;
  }
}

@media (max-width: 991px) {
  .mt-md-reset {
    margin-top: 0px !important;
  }

  .mr-md-reset {
    margin-right: 0px !important;
  }

  .mb-md-reset {
    margin-bottom: 0px !important;
  }

  .ml-md-reset {
    margin-left: 0px !important;
  }

  .ml-reset {
    margin: 0px !important;
  }
}

@media (max-width: 1199px) {
  .mt-lg-reset {
    margin-top: 0px !important;
  }

  .mr-lg-reset {
    margin-right: 0px !important;
  }

  .mb-lg-reset {
    margin-bottom: 0px !important;
  }

  .ml-lg-reset {
    margin-left: 0px !important;
  }

  .ml-reset {
    margin: 0px !important;
  }
}


@media only screen and (min-width: 1600px) {
  .hide-xxl {
    display: none !important
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .hide-xl {
    display: none !important
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hide-lg {
    display: none !important
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hide-md {
    display: none !important
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hide-sm {
    display: none !important
  }
}

@media only screen and (max-width: 575px) {
  .hide-xs {
    display: none !important
  }
}


@media (max-width: 1199px) {
  .full-lg-none.full-column-inner {
    margin-right: 0 !important;
    width: auto !important;
  }
}

@media (max-width: 991px) {
  .full-md-none.full-column-inner {
    margin-right: 0 !important;
    width: auto !important;
  }
}

@media (max-width: 767px) {
  .full-sm-none.full-column-inner {
    margin-right: 0 !important;
    width: auto !important;
  }
}

@media (max-width: 575px) {
  .full-xs-none.full-column-inner {
    margin-right: 0 !important;
    width: auto !important;
  }
}




/*left full ,right full*/
.dng-left-full,
.dng-right-full {
  max-width: none;
}

/*list*/
.list-style,
.list-style li {
  list-style: none !important;

}

.list-style {
  margin: 0 !important;
  padding: 0 !important;
}

/*Fixed Footer*/
.fixed_footer_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-height: 100%;
}

.fixed_footer_bottom .fixed_footer.active {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  overflow-Y: auto;
}

.fixed_footer_clone {
  background-color: #121212;
}

.dng-main.Boxed .rev_slider_wrapper.fullscreen-container {
  max-width: 100% !important;
  left: 0 !important;
}

@media only screen and (max-width: 991px) {
  .fixed_footer_bottom .fixed_footer.active {
    position: relative;
  }

  .fixed_footer_bottom,
  .fixed_footer_clone,
  .footer_box {
    height: auto !important;
    position: relative !important;
    max-height: inherit !important;
  }
}




/*color-white*/
.color-white,
.color-white p,
.color-white .Normal,
.color-white a,
.color-white a:link,
.color-white a:active,
.color-white a:visited,
.color-white a:hover,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6 {
  color: #FFF !important;
}

/*ilightbox-noscroll*/
body.ilightbox-noscroll {
  overflow: visible;
}


[data-parallax="parallax"] {
  visibility: hidden;
}

[data-parallax="parallax"].parallax-load {
  visibility: visible;
}

/*input*/
input[type="text"] {
  border-radius: 0;
}


/*icon*/
.fa,
.fas {
  font-weight: 900 !important;
}

.sico,
.icon-svg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.sico svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: inherit;
  vertical-align: initial;
}

p>.sico,
p>.icon-svg,
li>.sico,
li>.icon-svg {
  vertical-align: middle;
  margin-bottom: 0.2em;
}


/*icon-svg*/

.icon-svg svg {
  width: 1em;
  height: 1em;
  stroke: currentColor !important;
  opacity: 0;
  vertical-align: sub;
  color: inherit;
}

.icon-svg svg * {
  color: inherit;
}

.icon-svg svg path,
.icon-svg svg polyline,
.icon-svg svg rect,
.icon-svg svg line {
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.icon-svg.animated svg {
  opacity: 1;
}



/*btn*/
[class^='button-'],
[class*=' button-'] {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
  height: 50px;
  padding: 0 25px;
  margin-right: 3px;
  margin-bottom: 3px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 50px;
  -webkit-transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
  transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
}

body [class*='btn-']:hover {}

[class*='btn-']:focus {
  outline: 0;
  box-shadow: none;
}

body [class*='btn-'] {
  text-decoration: none !important;
}

/*social*/
[class*="social-"] {
  position: relative;
  display: inline-block;
}

/* section-no-padding */
.d-wrapper .section-no-padding.is-box .is-container {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* col-no-padding */
.row.col-no-padding {
  margin-left: 0;
  margin-right: 0;
}

.row.col-no-padding [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.is-container.no-space {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.layout-no-mt .is-container {
  margin-top: 0 !important;
}

.layout-no-mb .is-container {
  margin-bottom: 0 !important;
}

.layout-no-plr .is-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*border radius*/
.border-radius-0 {
  border-radius: 0px !important;
}

.border-radius-3 {
  border-radius: 3px !important;
}

.border-radius-circle {
  border-radius: 50% !important;
}

/*border radius*/
.position-relative {
  position: relative !important;
}

.position-static {
  position: static !important;
}

.icon-cross {
  width: 1em;
  height: 1em;
  display: inline-block;
  position: relative;
}

.icon-cross::after,
.icon-cross::before {
  content: "";
  border-left: 2px solid currentColor;
  position: absolute;
  height: 94%;
  margin-top: 3%;
  left: 50%;
  border-radius: 3px;
  margin-left: -1px;
}

.icon-cross::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-cross::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* */

/* Adjustment for Default & Foundation */
.d-wrapper .container>.row,
.d-wrapper .container>div>.row {
  /* padding-top:10px;padding-bottom:10px; */
  margin-top: 0;
  margin-bottom: 0;
}

.d-wrapper .container-fluid>.row,
.d-wrapper .container-fluid>div>.row {
  /* padding-top:10px;padding-bottom:10px */
}

.d-wrapper a:hover {
  text-decoration: none;
}

.d-wrapper img {
  max-width: 100%;
}

.height-20 {
  height: 20px
}

.height-40 {
  height: 40px
}

.height-60 {
  height: 60px
}

.height-80 {
  height: 80px
}

.height-100 {
  height: 100px
}

.height-120 {
  height: 120px
}

.height-140 {
  height: 140px
}

.height-160 {
  height: 160px
}

.height-180 {
  height: 180px
}

.height-200 {
  height: 200px
}

.height-220 {
  height: 220px
}

.height-240 {
  height: 240px
}

.height-260 {
  height: 260px
}

.height-280 {
  height: 280px
}

.height-300 {
  height: 300px
}

@media (max-width: 768px) {
  .height-20 {
    height: 20px
  }

  .height-40 {
    height: 40px
  }

  .height-60 {
    height: 40px
  }

  .height-80 {
    height: 40px
  }

  .height-100 {
    height: 40px
  }

  .height-120 {
    height: 40px
  }

  .height-140 {
    height: 40px
  }

  .height-160 {
    height: 40px
  }

  .height-180 {
    height: 40px
  }

  .height-200 {
    height: 40px
  }

  .height-220 {
    height: 40px
  }

  .height-240 {
    height: 40px
  }

  .height-260 {
    height: 40px
  }

  .height-280 {
    height: 40px
  }

  .height-300 {
    height: 40px
  }
}

.size-12 {
  font-size: 12px !important
}

.size-14 {
  font-size: 14px !important
}

.size-16 {
  font-size: 16px !important
}

.size-18 {
  font-size: 18px !important
}

.size-20 {
  font-size: 20px !important
}

.size-21 {
  font-size: 21px !important
}

.size-22 {
  font-size: 22px !important
}

.size-24 {
  font-size: 24px !important
}

.size-26 {
  font-size: 26px !important
}

.size-28 {
  font-size: 28px !important
}

.size-30 {
  font-size: 30px !important
}

.size-32 {
  font-size: 32px !important
}

.size-35 {
  font-size: 35px !important
}

.size-36 {
  font-size: 36px !important
}

.size-38 {
  font-size: 38px !important
}

.size-40 {
  font-size: 40px !important
}

.size-42 {
  font-size: 42px !important
}

.size-46 {
  font-size: 46px !important
}

.size-48 {
  font-size: 48px !important
}

.size-50 {
  font-size: 50px !important
}

.size-54 {
  font-size: 54px !important
}

.size-60 {
  font-size: 60px !important
}

.size-64 {
  font-size: 64px !important
}

.size-68 {
  font-size: 68px !important
}

.size-72 {
  font-size: 72px !important
}

.size-76 {
  font-size: 76px !important
}

.size-80 {
  font-size: 80px !important
}

.size-84 {
  font-size: 84px !important
}

.size-88 {
  font-size: 88px !important
}

.size-92 {
  font-size: 92px !important
}

.size-96 {
  font-size: 96px !important
}

.size-100 {
  font-size: 100px !important
}

.size-104 {
  font-size: 104px !important
}

.size-108 {
  font-size: 108px !important
}

.size-112 {
  font-size: 112px !important
}

.size-116 {
  font-size: 116px !important
}

.size-120 {
  font-size: 120px !important
}

.size-124 {
  font-size: 124px !important
}

.size-128 {
  font-size: 128px !important
}

.size-132 {
  font-size: 132px !important
}

.size-136 {
  font-size: 136px !important
}

.size-140 {
  font-size: 140px !important
}

.size-144 {
  font-size: 144px !important
}

.size-148 {
  font-size: 148px !important
}

.size-152 {
  font-size: 152px !important
}

.size-156 {
  font-size: 156px !important
}

.size-160 {
  font-size: 160px !important
}

.size-164 {
  font-size: 164px !important
}

.size-168 {
  font-size: 168px !important
}

.size-172 {
  font-size: 172px !important
}

.size-176 {
  font-size: 176px !important
}

.size-180 {
  font-size: 180px !important
}

.size-184 {
  font-size: 184px !important
}

.size-188 {
  font-size: 188px !important
}

.size-192 {
  font-size: 192px !important
}

.size-196 {
  font-size: 196px !important
}

.size-200 {
  font-size: 200px !important
}

.size-204 {
  font-size: 204px !important
}

.size-208 {
  font-size: 208px !important
}

.size-212 {
  font-size: 212px !important
}

.size-216 {
  font-size: 216px !important
}

.size-220 {
  font-size: 220px !important
}

@media all and (max-width: 1024px) {

  .size-12 {
    font-size: 12px !important
  }

  .size-14 {
    font-size: 14px !important
  }

  .size-16 {
    font-size: 16px !important
  }

  .size-18 {
    font-size: 18px !important
  }

  .size-20 {
    font-size: 20px !important
  }

  .size-21 {
    font-size: 21px !important
  }

  .size-22 {
    font-size: 22px !important
  }

  .size-24 {
    font-size: 22px !important
  }

  .size-26 {
    font-size: 24px !important
  }

  .size-28 {
    font-size: 24px !important
  }

  .size-30 {
    font-size: 26px !important
  }

  .size-32 {
    font-size: 26px !important
  }

  .size-35 {
    font-size: 28px !important
  }

  .size-36 {
    font-size: 28px !important
  }

  .size-38 {
    font-size: 30px !important
  }

  .size-40 {
    font-size: 30px !important
  }

  .size-42 {
    font-size: 32px !important
  }

  .size-46 {
    font-size: 34px !important
  }

  .size-48 {
    font-size: 36px !important
  }

  .size-50 {
    font-size: 36px !important
  }

  .size-54 {
    font-size: 36px !important
  }

  .size-60 {
    font-size: 42px !important
  }

  .size-64 {
    font-size: 42px !important
  }

  .size-68 {
    font-size: 42px !important
  }

  .size-72 {
    font-size: 42px !important
  }

  .size-76 {
    font-size: 42px !important
  }

  .size-80 {
    font-size: 42px !important
  }

  .size-84 {
    font-size: 42px !important
  }

  .size-88 {
    font-size: 42px !important
  }

  .size-92 {
    font-size: 42px !important
  }

  .size-96 {
    font-size: 42px !important
  }

  .size-100 {
    font-size: 48px !important
  }

  .size-104 {
    font-size: 48px !important
  }

  .size-108 {
    font-size: 48px !important
  }

  .size-112 {
    font-size: 48px !important
  }

  .size-116 {
    font-size: 48px !important
  }

  .size-120 {
    font-size: 48px !important
  }

  .size-124 {
    font-size: 48px !important
  }

  .size-128 {
    font-size: 48px !important
  }

  .size-132 {
    font-size: 48px !important
  }

  .size-136 {
    font-size: 48px !important
  }

  .size-140 {
    font-size: 48px !important
  }

  .size-144 {
    font-size: 48px !important
  }

  .size-148 {
    font-size: 48px !important
  }

  .size-152 {
    font-size: 48px !important
  }

  .size-156 {
    font-size: 48px !important
  }

  .size-160 {
    font-size: 48px !important
  }

  .size-164 {
    font-size: 48px !important
  }

  .size-168 {
    font-size: 48px !important
  }

  .size-172 {
    font-size: 48px !important
  }

  .size-176 {
    font-size: 48px !important
  }

  .size-180 {
    font-size: 48px !important
  }

  .size-184 {
    font-size: 48px !important
  }

  .size-188 {
    font-size: 48px !important
  }

  .size-192 {
    font-size: 48px !important
  }

  .size-196 {
    font-size: 48px !important
  }

  .size-200 {
    font-size: 48px !important
  }

  .size-204 {
    font-size: 48px !important
  }

  .size-208 {
    font-size: 48px !important
  }

  .size-212 {
    font-size: 48px !important
  }

  .size-216 {
    font-size: 48px !important
  }

  .size-220 {
    font-size: 48px !important
  }
}

@media all and (max-width: 767px) {
  .size-60 {
    font-size: 36px !important
  }

  .size-64 {
    font-size: 36px !important
  }

  .size-68 {
    font-size: 36px !important
  }

  .size-72 {
    font-size: 36px !important
  }

  .size-76 {
    font-size: 36px !important
  }

  .size-80 {
    font-size: 36px !important
  }

  .size-84 {
    font-size: 36px !important
  }

  .size-88 {
    font-size: 36px !important
  }

  .size-92 {
    font-size: 36px !important
  }

  .size-96 {
    font-size: 36px !important
  }

  .size-100 {
    font-size: 36px !important
  }

  .size-104 {
    font-size: 36px !important
  }

  .size-108 {
    font-size: 36px !important
  }

  .size-112 {
    font-size: 36px !important
  }

  .size-116 {
    font-size: 36px !important
  }

  .size-120 {
    font-size: 36px !important
  }

  .size-124 {
    font-size: 36px !important
  }

  .size-128 {
    font-size: 36px !important
  }

  .size-132 {
    font-size: 36px !important
  }

  .size-136 {
    font-size: 36px !important
  }

  .size-140 {
    font-size: 36px !important
  }

  .size-144 {
    font-size: 36px !important
  }

  .size-148 {
    font-size: 36px !important
  }

  .size-152 {
    font-size: 36px !important
  }

  .size-156 {
    font-size: 36px !important
  }

  .size-160 {
    font-size: 36px !important
  }

  .size-164 {
    font-size: 36px !important
  }

  .size-168 {
    font-size: 36px !important
  }

  .size-172 {
    font-size: 36px !important
  }

  .size-176 {
    font-size: 36px !important
  }

  .size-180 {
    font-size: 36px !important
  }

  .size-184 {
    font-size: 36px !important
  }

  .size-188 {
    font-size: 36px !important
  }

  .size-192 {
    font-size: 36px !important
  }

  .size-196 {
    font-size: 36px !important
  }

  .size-200 {
    font-size: 36px !important
  }

  .size-204 {
    font-size: 36px !important
  }

  .size-208 {
    font-size: 36px !important
  }

  .size-212 {
    font-size: 36px !important
  }

  .size-216 {
    font-size: 36px !important
  }

  .size-220 {
    font-size: 36px !important
  }
}



@media all and (max-width: 1024px) {
  .margin-left-1024-reset {
    margin-left: 0px !important;
  }

  .margin-right-1024-reset {
    margin-right: 0px !important;
  }
}

.letter-spacing-25 {
  letter-spacing: 25px !important
}

.letter-spacing-24 {
  letter-spacing: 24px !important
}

.letter-spacing-23 {
  letter-spacing: 23px !important
}

.letter-spacing-22 {
  letter-spacing: 22px !important
}

.letter-spacing-21 {
  letter-spacing: 21px !important
}

.letter-spacing-20 {
  letter-spacing: 20px !important
}

.letter-spacing-19 {
  letter-spacing: 19px !important
}

.letter-spacing-18 {
  letter-spacing: 18px !important
}

.letter-spacing-17 {
  letter-spacing: 17px !important
}

.letter-spacing-16 {
  letter-spacing: 16px !important
}

.letter-spacing-15 {
  letter-spacing: 15px !important
}

.letter-spacing-14 {
  letter-spacing: 14px !important
}

.letter-spacing-13 {
  letter-spacing: 13px !important
}

.letter-spacing-12 {
  letter-spacing: 12px !important
}

.letter-spacing-11 {
  letter-spacing: 11px !important
}

.letter-spacing-10 {
  letter-spacing: 10px !important
}

.letter-spacing-9 {
  letter-spacing: 9px !important
}

.letter-spacing-8 {
  letter-spacing: 8px !important
}

.letter-spacing-7 {
  letter-spacing: 7px !important
}

.letter-spacing-6 {
  letter-spacing: 6px !important
}

.letter-spacing-5 {
  letter-spacing: 5px !important
}

.letter-spacing-4 {
  letter-spacing: 4px !important
}

.letter-spacing-3 {
  letter-spacing: 3px !important
}

.letter-spacing-2 {
  letter-spacing: 2px !important
}

.letter-spacing-1 {
  letter-spacing: 1px !important
}

@media all and (max-width: 1024px) {
  .letter-spacing-25 {
    letter-spacing: 5px !important
  }

  .letter-spacing-24 {
    letter-spacing: 5px !important
  }

  .letter-spacing-23 {
    letter-spacing: 5px !important
  }

  .letter-spacing-22 {
    letter-spacing: 5px !important
  }

  .letter-spacing-21 {
    letter-spacing: 5px !important
  }

  .letter-spacing-20 {
    letter-spacing: 5px !important
  }

  .letter-spacing-19 {
    letter-spacing: 5px !important
  }

  .letter-spacing-18 {
    letter-spacing: 5px !important
  }

  .letter-spacing-17 {
    letter-spacing: 5px !important
  }

  .letter-spacing-16 {
    letter-spacing: 5px !important
  }

  .letter-spacing-15 {
    letter-spacing: 5px !important
  }

  .letter-spacing-14 {
    letter-spacing: 5px !important
  }

  .letter-spacing-13 {
    letter-spacing: 5px !important
  }

  .letter-spacing-12 {
    letter-spacing: 5px !important
  }

  .letter-spacing-11 {
    letter-spacing: 5px !important
  }

  .letter-spacing-10 {
    letter-spacing: 5px !important
  }

  .letter-spacing-9 {
    letter-spacing: 5px !important
  }

  .letter-spacing-8 {
    letter-spacing: 4px !important
  }

  .letter-spacing-7 {
    letter-spacing: 4px !important
  }

  .letter-spacing-6 {
    letter-spacing: 3px !important
  }

  .letter-spacing-5 {
    letter-spacing: 3px !important
  }
}


/* Container for All Sections */
.d-wrapper {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.d-wrapper>div {
  display: table;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.d-wrapper .is-wrapper {
  position: relative;
}

.d-wrapper::after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
}

.d-wrapper .d-placeholder {
  display: none;
}

/* Boxes */
.is-box {
  vertical-align: middle;
}

.is-boxes {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  position: relative;
}

.is-boxes:empty {
  min-height: 50px;
}

.is-overlay+.is-boxes>.is-box-centered:empty {
  height: 275px;
}

@media all and (max-width: 991px) {
  .is-overlay+.is-boxes:empty {
    min-height: 275px;
  }

  .is-overlay+.is-boxes>.is-box-centered:empty {
    height: 275px;
  }
}

.no-min-height {
  min-height: auto;
}

.is-box-0 {
  display: table-cell;
  width: 0%;
  height: 100%;
  position: relative;
}

.is-box-1 {
  display: table-cell;
  width: 8.333333%;
  height: 100%;
  position: relative;
}

.is-box-2 {
  display: table-cell;
  width: 16.666667%;
  height: 100%;
  position: relative;
}

.is-box-3 {
  display: table-cell;
  width: 25%;
  height: 100%;
  position: relative;
}

.is-box-4 {
  display: table-cell;
  width: 33.333333%;
  height: 100%;
  position: relative;
}

.is-box-5 {
  display: table-cell;
  width: 41.666667%;
  height: 100%;
  position: relative;
}

.is-box-6 {
  display: table-cell;
  width: 50%;
  height: 100%;
  position: relative;
}

.is-box-7 {
  display: table-cell;
  width: 58.333333%;
  height: 100%;
  position: relative;
}

.is-box-8 {
  display: table-cell;
  width: 66.666667%;
  height: 100%;
  position: relative;
}

.is-box-9 {
  display: table-cell;
  width: 75%;
  height: 100%;
  position: relative;
}

.is-box-10 {
  display: table-cell;
  width: 83.333333%;
  height: 100%;
  position: relative;
}

.is-box-11 {
  display: table-cell;
  width: 91.666667%;
  height: 100%;
  position: relative;
}

.is-box-12 {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
}

.is-box-centered {
  display: table-cell;
  width: 100%;
  position: relative;
  vertical-align: middle;
}

.is-stretch>div:not(.is-arrow-down) {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
}

.flexi-position {
  position: relative;
}

.is-stretch .flexi-position {
  position: absolute;
}

.is-section.is-stretch {
  min-height: 300px;
}

@media all and (max-width: 991px) {
  .is-box-md-reverse {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}


/* New */

@media all and (max-width: 960px) {

  /*   .is-section:not(.is-stretch), .is-section-100:not(.is-stretch) { height: auto !important; } is-stretch is an exception */
  .is-section:not(.is-box):not(.section-pagepiling) {
    height: auto !important;
  }

  /* .is-boxes { height: auto !important; }
  .is-boxes {
      height: 100% !important;
  }
*/
  /* new */

  .is-box-img {
    height: 300px !important;
  }

  .is-box-img .is-boxes {
    height: 100% !important;
  }

  .is-box-1 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-2 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-3 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-4 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-5 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-6 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-7 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-8 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-9 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-10 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-11 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-12 {
    display: table;
    width: 100%;
    height: auto;
  }

  /* .is-box-centered {display:block;} */
  .is-box-centered {
    display: table-cell;
  }

  /* new */
}

.is-container {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}


/* Boxed Layout */
.d-wrapper .is-boxed-layout .is-container {
  padding: 50px;
  background: #fff;
}

/* 80px */
@media all and (max-width: 1280px) {
  .d-wrapper .is-boxed-layout .is-container {
    padding: 30px;
  }
}

@media all and (max-width: 1024px) {
  .d-wrapper .is-boxed-layout .is-container {
    padding: 30px;
  }

  .d-wrapper .is-boxed-layout .is-overlay {
    display: none !important;
  }

  .d-wrapper .is-boxed-layout {
    background: #fff !important;
  }
}

/* Default Layout */

/* Middle */
.d-wrapper .is-box .is-container {
  margin-top: 100px;
  margin-bottom: 100px;
}

.has-sidebar .d-wrapper .is-box .is-container {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}

@media all and (max-width: 991px) {
  .d-wrapper .is-box .is-container {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .has-sidebar .d-wrapper .is-box .is-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}



/* Scroll Down Icon */
.is-arrow-down {
  display: table;
  position: absolute;
  bottom: 65px;
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  cursor: pointer;
  z-index: 1
}

.is-arrow-down .icon.ion-ios-arrow-thin-down::before {
  content: "";
  width: 0;
  height: 20px;
  border-right: 2px solid currentColor;
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -1px;
}

.is-arrow-down .icon.ion-ios-arrow-thin-down::after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  bottom: 16px;
  left: 50%;
  margin-left: -7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media all and (max-width: 1025px) {
  .is-arrow-down {
    display: none !important;
  }
}

.is-arrow-down>a {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 500px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 22px;
  text-decoration: none;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.bounce {
  -moz-animation: bounce 5s forwards;
  -webkit-animation: bounce 5s forwards;
  animation: bounce 5s forwards;
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.is-arrow-down a,
.is-arrow-down a:link,
.is-arrow-down a:visited {
  color: #fff;
}

.is-arrow-down.light a,
.is-arrow-down.light a:link,
.is-arrow-down.light a:visited {
  background: rgba(255, 255, 255, 0.18);
  color: #111;
}

/* Overlay */
.is-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*z-index:1;*/
}

/*.is-boxes, .is-box-centered {z-index:1}*/
.is-overlay .is-overlay-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 60%;
}

.is-overlay .is-overlay-bg.is-scale-animated.is-appeared {
  animation: is-scale 25s ease forwards;
  -ms-animation: is-scale 25s ease forwards;
  -webkit-animation: is-scale 25s ease forwards;
  -o-animation: is-scale 25s ease forwards;
  -moz-animation: is-scale 25s ease forwards;
}

@keyframes is-scale {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }

  to {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}

.is-overlay .is-overlay-color {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.05;
}

.is-overlay .is-overlay-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: inherit;
  /* dec 2017 */
}

.is-overlay .is-overlay-content.content-selectable {
  z-index: 1
}

/* dec 2017 
.is-container {
  z-index: 1
}
*/
/* dec 2017 */

/* Section & Content Styles */

/* Background Color */
.is-bg-grey,
.d-wrapper>div.is-bg-grey,
.is-section.section-slider .is-box.is-bg-grey {
  background-color: #eeeff0
}

.is-bg-dark,
.d-wrapper>div.is-bg-dark,
.is-section.section-slider .is-box.is-bg-dark {
  background-color: #111
}

.is-bg-light,
.d-wrapper>div.is-bg-light,
.is-section.section-slider .is-box.is-bg-light {
  background-color: #fff
}

.d-wrapper>div.is-bg-none,
.is-section.section-slider .is-box.is-bg-none {
  background-color: transparent;
}

/* Text Color */
.is-light-text,
.is-light-text h1,
.is-light-text h2,
.is-light-text h3,
.is-light-text h4,
.is-light-text h5,
.is-light-text h6,
.is-light-text p,
.is-light-text li,
.is-light-text div,
.is-light-text span {
  color: #fff;
}

.is-dark-text .is-light-text {
  color: #fff;
}

.is-light-text a,
.is-light-text a:link,
.is-light-text a:visited {
  color: #fff;
}

.is-light-text a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Vertical Alignment */
.is-content-top {
  vertical-align: top;
}

.is-content-bottom {
  vertical-align: bottom
}

/* Horizontal Alignment */
.is-container.is-content-left {
  margin-left: 100px;
}

.is-container.is-content-right {
  margin-right: 100px;
}

@media all and (max-width: 1200px) {
  .is-container.is-content-left {
    margin-left: 60px
  }

  .is-container.is-content-right {
    margin-right: 60px;
  }
}

@media all and (max-width: 960px) {
  .is-container.is-content-left {
    margin-left: auto;
  }

  .is-container.is-content-right {
    margin-right: auto;
  }
}

.is-box-5 .is-content-left,
.is-box-4 .is-content-left,
.is-box-3 .is-content-left,
.is-box-2 .is-content-left,
.is-box-1 .is-content-left {
  margin-left: auto
}

.is-box-5 .is-content-right,
.is-box-4 .is-content-right,
.is-box-3 .is-content-right,
.is-box-2 .is-content-right,
.is-box-1 .is-content-right {
  margin-right: auto;
}

/* Edge Spacing */
.is-wrapper .is-box .is-content-top.edge-y--5 .is-container {
  margin-top: -200px;
}

.is-wrapper .is-box .is-content-bottom.edge-y--5 .is-container {
  margin-bottom: -200px;
}

.is-wrapper .is-box .is-content-top.edge-y--4 .is-container {
  margin-top: -160px;
}

.is-wrapper .is-box .is-content-bottom.edge-y--4 .is-container {
  margin-bottom: -160px;
}

.is-wrapper .is-box .is-content-top.edge-y--3 .is-container {
  margin-top: -120px;
}

.is-wrapper .is-box .is-content-bottom.edge-y--3 .is-container {
  margin-bottom: -120px;
}

.is-wrapper .is-box .is-content-top.edge-y--2 .is-container {
  margin-top: -80px;
}

.is-wrapper .is-box .is-content-bottom.edge-y--2 .is-container {
  margin-bottom: -80px;
}

.is-wrapper .is-box .is-content-top.edge-y--1 .is-container {
  margin-top: -40px;
}

.is-wrapper .is-box .is-content-bottom.edge-y--1 .is-container {
  margin-bottom: -40px;
}

.is-wrapper .is-box .is-content-top.edge-y-0 .is-container {
  margin-top: 0;
}

.is-wrapper .is-box .is-content-bottom.edge-y-0 .is-container {
  margin-bottom: 0;
}

.is-wrapper .is-box .is-content-top.edge-y-1 .is-container {
  margin-top: 40px;
}

.is-wrapper .is-box .is-content-bottom.edge-y-1 .is-container {
  margin-bottom: 40px;
}

.is-wrapper .is-box .is-content-top.edge-y-2 .is-container {
  margin-top: 80px;
}

.is-wrapper .is-box .is-content-bottom.edge-y-2 .is-container {
  margin-bottom: 80px;
}

.is-wrapper .is-box .is-content-top.edge-y-3 .is-container {
  margin-top: 120px;
}

.is-wrapper .is-box .is-content-bottom.edge-y-3 .is-container {
  margin-bottom: 120px;
}

.is-wrapper .is-box .is-content-top.edge-y-4 .is-container {
  margin-top: 160px;
}

.is-wrapper .is-box .is-content-bottom.edge-y-4 .is-container {
  margin-bottom: 160px;
}

.is-wrapper .is-box .is-content-top.edge-y-5 .is-container {
  margin-top: 200px;
}

.is-wrapper .is-box .is-content-bottom.edge-y-5 .is-container {
  margin-bottom: 200px;
}

@media all and (max-width: 960px) {
  .is-wrapper .is-box .is-content-top.edge-y--5 .is-container {
    margin-top: -200px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y--5 .is-container {
    margin-bottom: -200px;
  }

  .is-wrapper .is-box .is-content-top.edge-y--4 .is-container {
    margin-top: -160px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y--4 .is-container {
    margin-bottom: -160px;
  }

  .is-wrapper .is-box .is-content-top.edge-y--3 .is-container {
    margin-top: -120px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y--3 .is-container {
    margin-bottom: -120px;
  }

  .is-wrapper .is-box .is-content-top.edge-y--2 .is-container {
    margin-top: -80px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y--2 .is-container {
    margin-bottom: -80px;
  }

  .is-wrapper .is-box .is-content-top.edge-y--1 .is-container {
    margin-top: -20px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y--1 .is-container {
    margin-bottom: -40px;
  }

  .is-wrapper .is-box .is-content-top.edge-y-1 .is-container {
    margin-top: 40px;
  }

  /* old: 0px */
  .is-wrapper .is-box .is-content-bottom.edge-y-1 .is-container {
    margin-bottom: 40px;
  }

  .is-wrapper .is-box .is-content-top.edge-y-2 .is-container {
    margin-top: 40px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y-2 .is-container {
    margin-bottom: 40px;
  }

  .is-wrapper .is-box .is-content-top.edge-y-3 .is-container {
    margin-top: 40px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y-3 .is-container {
    margin-bottom: 40px;
  }

  .is-wrapper .is-box .is-content-top.edge-y-4 .is-container {
    margin-top: 40px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y-4 .is-container {
    margin-bottom: 40px;
  }

  .is-wrapper .is-box .is-content-top.edge-y-5 .is-container {
    margin-top: 40px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y-5 .is-container {
    margin-bottom: 40px;
  }

  /* old: 0px */
}

.is-content-left.edge-x-0 {
  margin-left: 0
}

.is-content-right.edge-x-0 {
  margin-right: 0
}

.is-content-left.edge-x-1 {
  margin-left: 40px
}

.is-content-right.edge-x-1 {
  margin-right: 40px
}

.is-content-left.edge-x-2 {
  margin-left: 80px
}

.is-content-right.edge-x-2 {
  margin-right: 80px
}

.is-content-left.edge-x-3 {
  margin-left: 120px
}

.is-content-right.edge-x-3 {
  margin-right: 120px
}

.is-content-left.edge-x-4 {
  margin-left: 160px
}

.is-content-right.edge-x-4 {
  margin-right: 160px
}

.is-content-left.edge-x-5 {
  margin-left: 200px
}

.is-content-right.edge-x-5 {
  margin-right: 200px
}

@media all and (max-width: 960px) {
  .is-content-left.edge-x-1 {
    margin-left: auto
  }

  .is-content-right.edge-x-1 {
    margin-right: auto
  }

  .is-content-left.edge-x-2 {
    margin-left: auto
  }

  .is-content-right.edge-x-2 {
    margin-right: auto
  }

  .is-content-left.edge-x-3 {
    margin-left: auto
  }

  .is-content-right.edge-x-3 {
    margin-right: auto
  }

  .is-content-left.edge-x-4 {
    margin-left: auto
  }

  .is-content-right.edge-x-4 {
    margin-right: auto
  }

  .is-content-left.edge-x-5 {
    margin-left: auto
  }

  .is-content-right.edge-x-5 {
    margin-right: auto
  }
}


/* Text Alignment */
.is-align-right {
  text-align: right;
}

.is-align-center {
  text-align: center;
}

.is-align-left {
  text-align: left;
}

.is-align-justify {
  text-align: justify;
}

/* Text Opacity */
.is-opacity-20,
.is-opacity-20 .is-container {
  opacity: 0.2;
}

.is-opacity-25,
.is-opacity-25 .is-container {
  opacity: 0.25;
}

.is-opacity-30,
.is-opacity-30 .is-container {
  opacity: 0.3;
}

.is-opacity-35,
.is-opacity-35 .is-container {
  opacity: 0.35;
}

.is-opacity-40,
.is-opacity-40 .is-container {
  opacity: 0.4;
}

.is-opacity-45,
.is-opacity-45 .is-container {
  opacity: 0.45;
}

.is-opacity-50,
.is-opacity-50 .is-container {
  opacity: 0.5;
}

.is-opacity-55 .is-container {
  opacity: 0.55;
}

.is-opacity-60,
.is-opacity-60 .is-container {
  opacity: 0.6;
}

.is-opacity-65,
.is-opacity-65 .is-container {
  opacity: 0.65;
}

.is-opacity-70,
.is-opacity-70 .is-container {
  opacity: 0.7;
}

.is-opacity-75,
.is-opacity-75 .is-container {
  opacity: 0.75;
}

.is-opacity-80,
.is-opacity-80 .is-container {
  opacity: 0.8;
}

.is-opacity-85,
.is-opacity-85 .is-container {
  opacity: 0.85;
}

.is-opacity-90,
.is-opacity-90 .is-container {
  opacity: 0.9;
}

.is-opacity-95,
.is-opacity-95 .is-container {
  opacity: 0.95;
}


/* Content Size */
.is-content-380 {
  max-width: 380px !important;
}

.is-content-500 {
  max-width: 500px !important;
}

.is-content-640 {
  max-width: 640px !important;
}

.is-content-800 {
  max-width: 800px !important;
}

.is-content-970 {
  max-width: 970px !important;
}

.is-content-980 {
  max-width: 980px !important;
}

.is-content-1050 {
  max-width: 1050px !important;
}

.is-content-1100 {
  max-width: 1100px !important;
}

.is-content-1200 {
  max-width: 1200px !important;
}


/* Section Height */
.d-wrapper>div.is-section-20 {
  height: 20vh;
}

.d-wrapper>div.is-section-30 {
  height: 30vh;
}

.d-wrapper>div.is-section-40 {
  height: 40vh;
}

.d-wrapper>div.is-section-50 {
  height: 50vh;
}

.d-wrapper>div.is-section-60 {
  height: 60vh;
}

.d-wrapper>div.is-section-75 {
  height: 75vh;
}

.d-wrapper>div.is-section-100 {
  height: 100vh;
}

.d-wrapper>div.is-section-auto {
  height: 10vh;
}

.d-wrapper>div.is-section-auto.is-section {
  height: auto;
}

.d-wrapper>div.is-section-auto.is-section .swiper-slide {
  height: auto;
}

@media (max-width: 575.98px) {
  #Body .is-section-xs-50 {
    height: 50vh;
  }

  #Body .is-section-xs-auto {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  #Body .is-section-sm-50 {
    height: 50vh;
  }

  #Body .is-section-sm-auto {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 991.98px) {
  #Body .is-section-md-50 {
    height: 50vh;
  }

  #Body .is-section-md-auto {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 1199.98px) {
  #Body .is-section-lg-50 {
    height: 50vh;
  }

  #Body .is-section-lg-auto {
    height: auto;
    min-height: auto;
  }
}


/* Stretched container (not used yet) */
.is-container.is-stretch-w {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.is-container.is-stretch-h {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.is-container.is-stretch-w>div {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.is-container.is-stretch-w>div>div {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.is-container.is-stretch-h>div {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.is-container.is-fullheight {
  height: 100%
}

.is-container.is-container-fluid {
  max-width: none;
  width: auto;
}

.bg-attachment-fixed,
.bg-attachment-fixed .is-overlay-bg {
  background-attachment: fixed !important;
}

/*ipad background attachment*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }

}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }

}

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }

}

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }

}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }

}

@media only screen and (max-width: 767px) {

  .bg-attachment-fixed,
  .bg-attachment-fixed .is-overlay-bg {
    background-attachment: scroll !important;
  }
}



/* Others */

.is-hidden {
  display: none !important;
}

.gm-style {
  font-family: inherit !important;
}

/*.is-rounded-button-medium*/
.is-rounded-button-medium {}

.is-rounded-button-medium a {
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  border-radius: 500px;
  width: 70px;
  height: 70px;
  background-color: #aaa;
  overflow: hidden;
}

.is-rounded-button-medium a i {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px;
  line-height: 70px;
}

.is-rounded-button-medium a:first-child {
  margin: 0 20px 0 0;
}

.is-rounded-button-medium a:last-child {
  margin: 0 0 0 20px;
}


/*custom module loading*/
@-webkit-keyframes loading-rotate {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes loading-rotate {
  0% {
    -moz-transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes loading-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.custom-module .swiper-container.loading,
.custom-module .soon.loading {
  min-height: 100px;
  max-height: 50vh;
  position: relative;
}

.custom-module .swiper-container.loading>*,
.custom-module .soon.loading>* {
  visibility: hidden;
}

.custom-module .swiper-container.loading:after,
.custom-module .soon.loading:after {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 5px solid #E3E3E3;
  border-top-color: #555;
  border-left-color: #555;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -20px;
  -webkit-animation: loading-rotate 0.7s infinite;
  -moz-animation: loading-rotate 0.7s infinite;
  animation: loading-rotate 0.7s infinite;
  z-index: 101;
}

.custom-module .soon {
  display: none;
}

.custom-module .number {
  color: currentColor;
}

#Body:not(.builder-editor-mode) .custom-module .ajaxform .from-error {
  display: none;
}

/*video*/
.html5-video {
  position: relative;
}

.html5-video video {
  width: 100%;
}

.html5-video .play-button,
.html5-video .play-button2 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -36px 0 0 -36px;
  cursor: pointer;
}

/*fixed element*/


.fixed-element {
  position: absolute;
  pointer-events: none;
  max-width: 100%;
}

.fixed-element img {
  width: 100%;
}


/*css3-animate*/
.css3-animate {
  opacity: 0;
  position: relative;
}

.css3-animate:not(.animated) {
  -webkit-animation: none;
  animation: none;
}

.css3-animate.animated {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}

.animated {
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation.brush {
  z-index: 1;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.bg-attachment-js .is-overlay {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

.bg-attachment-js .is-overlay-bg {
  position: static;
  backface-visibility: hidden;
}

.circle-list-item--hoverable:before,
.circle-list-item__count,
.circle-list-item__outline,
.landing-intro-deco__title span {
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.landing-services-group h2,
.landing-services-group h3,
.landing-services-title {
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

.card--blog .card__title,
.landing-services-deco a {
  font-weight: 600;
}

.landing-services-group h3 {
  font-size: 1.8rem;
  line-height: 1.33333em;
  letter-spacing: -0.02em;
}

.circle-list-item__image {
  font-size: 1.8rem;
  line-height: 1.55556em;
  letter-spacing: -0.02em;
}

.landing-services-group h2,
.landing-services-title {
  font-size: 1.5rem;
  line-height: 1.2em;
  letter-spacing: -0.02em;
}

.circle-list-item__count {
  font-size: 1.2rem;
  line-height: 1.25em;
  letter-spacing: 0;
}

.card--blog .card__title {
  font-size: 1.8rem;
  line-height: 1.33333em;
  font-weight: 600;
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .circle-list-item__count {
    font-size: 1.3rem;
    line-height: 1.23077em;
    letter-spacing: 0;
  }

  .card--blog .card__title {
    font-size: 2rem;
    line-height: 1.25em;
    letter-spacing: -0.02em;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .landing-services-group h3 {
    font-size: 2rem;
    line-height: 1.25em;
    letter-spacing: -0.02em;
  }

  .circle-list-item__image {
    font-size: 1.6rem;
    line-height: 1.5625em;
    letter-spacing: -0.02em;
  }

  .landing-services-group h2,
  .landing-services-title {
    font-size: 1.6rem;
    line-height: 1.25em;
    letter-spacing: -0.02em;
  }

  .circle-list-item__count {
    font-size: 1.3rem;
    line-height: 1.23077em;
    letter-spacing: 0;
  }
}

.landing-services-group h2 a {
  color: hsla(0, 0%, 100%, 0.4);
}

.landing-services-group h2 a:hover,
.landing-services-group h2 a:hover,
.landing-services-group h2 a.is-active,
.landing-services-group h2 a.is-hovered,
.landing-services-group h2 a:hover:active {
  color: #fff;
}

.scrollable {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.scrollable-native {
  overflow-x: auto;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
}

.scrollable-native.row--pad {
  margin-left: -40px;
  margin-right: -40px;
}

.scrollable-native.row--pad:after,
.scrollable-native__list:after {
  content: "";
  display: block;
  height: 1px;
  flex: 0 0 30px;
  width: 30px;
}

.scrollable-native.row--pad:after _:-ms-input-placeholder,
.scrollable-native__list:after _:-ms-input-placeholder,
:root .scrollable-native.row--pad:after,
:root .scrollable-native__list:after {
  min-width: 30px;
  max-width: 30px;
}

@-moz-document url-prefix() {

  .scrollable-native.row--pad:after,
  .scrollable-native__list:after {
    max-width: 30px;
  }
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .scrollable-native {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
  }

  .scrollable-native.row--pad {
    margin-left: -80px;
    margin-right: -80px;
  }

  .scrollable-native.row--pad:after,
  .scrollable-native__list:after {
    content: "";
    display: block;
    height: 1px;
    flex: 0 0 60px;
    width: 60px;
  }

  .scrollable-native.row--pad:after _:-ms-input-placeholder,
  .scrollable-native__list:after _:-ms-input-placeholder,
  :root .scrollable-native.row--pad:after,
  :root .scrollable-native__list:after {
    min-width: 60px;
    max-width: 60px;
  }

  @-moz-document url-prefix() {

    .scrollable-native.row--pad:after,
    .scrollable-native__list:after {
      max-width: 60px;
    }
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .scrollable-native-md-up {
    overflow-x: auto;
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
  }

  .scrollable-native-md-up.row--pad {
    margin-left: -80px;
    margin-right: -80px;
  }

  .scrollable-native-md-up.row--pad:after,
  .scrollable-native-md-up__list:after {
    content: "";
    display: block;
    height: 1px;
    flex: 0 0 60px;
    width: 60px;
  }

  .scrollable-native-md-up.row--pad:after _:-ms-input-placeholder,
  .scrollable-native-md-up__list:after _:-ms-input-placeholder,
  :root .scrollable-native-md-up.row--pad:after,
  :root .scrollable-native-md-up__list:after {
    min-width: 60px;
    max-width: 60px;
  }

  @-moz-document url-prefix() {

    .scrollable-native-md-up.row--pad:after,
    .scrollable-native-md-up__list:after {
      max-width: 60px;
    }
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {

  .scrollable-native,
  .scrollable-native-md-up {
    margin-left: -140px;
    margin-right: -140px;
    padding-left: 140px;
  }

  .scrollable-native-md-up.row--pad,
  .scrollable-native.row--pad {
    margin-left: -160px;
    margin-right: -160px;
  }

  .scrollable-native-md-up.row--pad:after,
  .scrollable-native-md-up__list:after,
  .scrollable-native.row--pad:after,
  .scrollable-native__list:after {
    content: "";
    display: block;
    height: 1px;
    flex: 0 0 140px;
    width: 140px;
  }

  .scrollable-native-md-up.row--pad:after _:-ms-input-placeholder,
  .scrollable-native-md-up__list:after _:-ms-input-placeholder,
  .scrollable-native.row--pad:after _:-ms-input-placeholder,
  .scrollable-native__list:after _:-ms-input-placeholder,
  :root .scrollable-native-md-up.row--pad:after,
  :root .scrollable-native-md-up__list:after,
  :root .scrollable-native.row--pad:after,
  :root .scrollable-native__list:after {
    min-width: 140px;
    max-width: 140px;
  }

  @-moz-document url-prefix() {

    .scrollable-native-md-up.row--pad:after,
    .scrollable-native-md-up__list:after,
    .scrollable-native.row--pad:after,
    .scrollable-native__list:after {
      max-width: 140px;
    }
  }
}

.has-scroll-smooth .scrollable-native,
.has-scroll-smooth .scrollable-native-md-up {
  overflow: visible;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.has-scroll-smooth .scrollable-native-md-up.row--pad:after,
.has-scroll-smooth .scrollable-native-md-up__list:after,
.has-scroll-smooth .scrollable-native.row--pad:after,
.has-scroll-smooth .scrollable-native__list:after {
  display: none;
}

.no-hover .scrollable-native-clip {
  position: relative;
  overflow: hidden;
  margin: 0 -30px;
  padding: 0 30px;
}

.no-hover .scrollable-native-clip .scrollable-native {
  margin-bottom: -20px;
  padding-bottom: 20px;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .no-hover .scrollable-native-clip {
    margin: 0 -60px;
    padding: 0 60px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .no-hover .scrollable-native-clip {
    margin: 0 -140px;
    padding: 0 140px;
  }
}

.tabs-contents {
  position: relative;
  overflow: visible !important;
}

.tabs-contents__content>div {
  padding-top: 52px;
  padding-bottom: 58px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .tabs-contents__content>div {
    padding-top: 117px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .tabs-contents__content>div {
    padding-top: 175px;
    padding-bottom: 240px;
  }
}

.tabs-contents__content[aria-hidden="true"] {
  display: none;
}

.tabs-contents__content.tabs-contents__content--animating-in {
  position: absolute !important;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
}

@media (max-width: 567px) and (max-aspect-ratio: 13/9),
(max-width: 667px) and (min-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  .tabs-content-mobile {
    position: relative;
    overflow: visible !important;
  }

  .tabs-content-mobile__content>div {
    padding-top: 52px;
    padding-bottom: 58px;
  }
}

@media only screen and (max-width: 567px) and (max-aspect-ratio: 13/9) and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (max-width: 567px) and (max-aspect-ratio: 13/9) and (min-width: 668px) and (min-height: 416px),
only screen and (max-width: 567px) and (max-aspect-ratio: 13/9) and (min-width: 980px),
only screen and (max-width: 667px) and (min-aspect-ratio: 13/9) and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (max-width: 667px) and (min-aspect-ratio: 13/9) and (min-width: 668px) and (min-height: 416px),
only screen and (max-width: 667px) and (min-aspect-ratio: 13/9) and (min-width: 980px),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) and (min-width: 668px) and (min-height: 416px),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) and (min-width: 980px) {
  .tabs-content-mobile__content>div {
    padding-top: 117px;
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 567px) and (max-aspect-ratio: 13/9) and (min-width: 1440px) and (min-height: 800px),
only screen and (max-width: 667px) and (min-aspect-ratio: 13/9) and (min-width: 1440px) and (min-height: 800px),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) and (min-width: 1440px) and (min-height: 800px) {
  .tabs-content-mobile__content>div {
    padding-top: 175px;
    padding-bottom: 240px;
  }
}

@media (max-width: 567px) and (max-aspect-ratio: 13/9),
(max-width: 667px) and (min-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  .tabs-content-mobile__content[aria-hidden="true"] {
    display: none;
  }

  .tabs-content-mobile__content.tabs-contents__content--animating-in {
    position: absolute !important;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
  }
}

.card--blog .card__image {
  padding-top: 38.46154%;
}

.card--blog .card__content {
  margin-top: 23px;
}

.card--blog .card__content:first-child {
  margin-top: 0;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {

  .card--blog .card__content,
  .card--blog .card__content:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 980px) {
  .card--blog .card__content {
    margin-top: 27px;
  }

  .card--blog .card__content:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .card--blog .card__content {
    margin-top: 37px;
  }

  .card--blog .card__content:first-child {
    margin-top: 0;
  }
}

.card--blog .card__title {
  color: #191b1d;
}

.card--blog .card__subtitle {
  margin: 25px 0 0;
}

@media (max-width: 667px) and (min-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  .card--blog {
    display: flex;
    align-items: flex-start;
  }

  .card--blog .card__content,
  .card--blog .card__image {
    width: calc(50% - 20px);
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }

  .card--blog .card__content {
    margin-left: 40px;
  }

  .card--blog .card__subtitle {
    margin: -4px 0 0;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9) and (max-width: 979px),
only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
  .card--blog {
    display: flex;
    align-items: flex-start;
  }

  .card--blog .card__image {
    width: calc(36.666% - 20px);
    min-width: calc(36.666% - 20px);
    max-width: calc(36.666% - 20px);
  }

  .card--blog .card__content {
    width: calc(63.333% - 20px);
    min-width: calc(63.333% - 20px);
    max-width: calc(63.333% - 20px);
    margin-left: 40px;
  }

  .card--blog .card__subtitle {
    margin: -3px 0 0;
  }

  .card--blog .card__title {
    margin-top: 18px;
  }

  .card--blog .card__title:first-child {
    margin-top: 0;
  }
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .card--blog .card__image {
    padding-top: 130px;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .card--blog .card__image {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 980px) {
  .card--blog .card__image {
    padding-top: 62.5%;
  }

  .card--blog .card__subtitle {
    margin: 0;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .card--blog .card__image {
    padding-top: 62.5%;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .card--blog .card__image {
    padding-top: 66.66667%;
  }

  .card--blog .card__title {
    margin-top: 25px;
  }

  .card--blog .card__title:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1920px) and (min-height: 800px) {
  .card--blog .card__image {
    padding-top: 65.90909%;
  }
}

.ui-dark .card--work .card__title {
  color: #fff;
}

.ui-dark .card--work .card__title b {
  color: hsla(0, 0%, 100%, 0.2);
}

.ui-gray .card--work .card__title {
  color: #191b1d;
}

.ui-gray .card--work .card__title b {
  color: #fff;
}

@media (max-width: 667px) and (min-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  .landing-intro__text {
    max-width: 400px;
    margin-left: auto;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .landing-intro {
    padding-top: 50vh;
    padding-top: calc(var(--viewport-height) * 0.5);
  }

  .landing-intro__card {
    width: 26.66667%;
    margin-bottom: -160px;
  }
}

@media only screen and (min-width: 980px) {
  .landing-intro__card {
    width: 21.25%;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .landing-intro__card {
    width: 17.30769%;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .landing-intro__card {
    width: 17.24138%;
    width: 17.14286%;
  }
}

.landing-intro-deco {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: var(--viewport-height);
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-intro-deco__wrapper {
  width: 100%;
  max-width: calc(100% - 60px);
  position: relative;
}

.landing-intro-deco__sizer {
  position: relative;
  padding-top: 100%;
}

.landing-intro-deco__title {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin-top: -92px;
  white-space: nowrap;
}

.landing-intro-deco__title__sizer {
  position: absolute;
  visibility: hidden;
}

.landing-intro-deco__title i {
  font-style: normal;
}

.landing-intro-deco__title span {
  display: inline-block;
  transition-duration: 0.8s;
  transition-property: color;
}

.landing-intro-deco--left .landing-intro-deco__title__left,
.landing-intro-deco--right .landing-intro-deco__title__right,
.no-hover .landing-intro-deco .landing-intro-deco__title__left {
  color: var(--persian-green);
}

.landing-intro-deco canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 567px) and (max-aspect-ratio: 13/9) {
  .landing-intro-deco__title i {
    display: block;
    margin-left: 170px;
  }

  .no-hover.no-gyro .landing-intro-deco__title i {
    margin-left: 0;
  }
}

@media (max-width: 667px) and (min-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  .no-hover.no-gyro .landing-intro-deco__title .h1 {
    font-size: calc(4rem + 36 * (100vw - 56.8rem) / 511.2);
  }
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .landing-intro-deco {
    padding-bottom: 0;
  }

  .landing-intro-deco__wrapper {
    max-width: calc(100vh - 60px);
    max-width: calc(var(--viewport-height) - 60px);
  }

  .landing-intro-deco__title {
    margin-top: -36px;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9) and (max-width: 979px),
only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
  .landing-intro-deco i {
    display: block;
    margin-left: 190px;
  }

  .no-hover.no-gyro .landing-intro-deco__title i {
    margin-top: 0;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .landing-intro-deco__wrapper {
    width: calc(100vh - 80px);
    width: calc(var(--viewport-height) - 80px);
    margin: 0 20px;
  }

  .landing-intro-deco__title,
  .no-hover.no-gyro .landing-intro-deco__title {
    margin-top: -185px;
  }

  .no-hover.no-gyro .landing-intro-deco__title i {
    position: relative;
    display: block;
    margin-top: -10px;
  }

  .no-hover.no-gyro .landing-intro-deco__title .h1 {
    font-size: 9rem;
    line-height: 1em;
    letter-spacing: -0.06em;
  }
}

@media only screen and (min-width: 980px) {
  .landing-intro-deco__wrapper {
    max-width: 72.22222vmin;
  }

  .landing-intro-deco__title {
    margin-top: -60px;
  }

  .no-hover.no-gyro .landing-intro-deco__title {
    margin-top: -140px;
  }

  .no-hover.no-gyro .landing-intro-deco__title i {
    margin: 0 0 0 240px;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .landing-intro-deco {
    padding-bottom: 0;
  }

  .landing-intro-deco__title {
    margin-top: -87px;
  }

  .no-hover.no-gyro .landing-intro-deco__title {
    margin-top: -200px;
  }

  .no-hover.no-gyro .landing-intro-deco__title i {
    margin: 0 0 0 280px;
  }

  .no-hover.no-gyro .landing-intro-deco__title .h1 {
    font-size: 16rem;
    line-height: 0.9375em;
    letter-spacing: -0.06em;
  }
}

.ui-dark .landing-services-title {
  color: hsla(0, 0%, 100%, 0.4);
}

.landing-services-group h2 {
  margin: 0;
  color: hsla(0, 0%, 100%, 0.4);
}

.landing-services-group h2 a {
  display: block;
}

.landing-services-group h3 {
  margin: 0;
}

.landing-services-group ul {
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
  margin: 15px 0 0;
  padding: 29px 0 0;
}

.landing-services-group ul a {
  display: block;
  padding: 2px 0 3px;
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .landing-services-group ul {
    margin: 34px 0 0;
    padding: 48px 0 0;
  }

  .landing-services-group ul a {
    padding: 3px 0;
  }
}

.landing-services-group {
  padding-bottom: 48px;
}

.landing-services-group+.landing-services-group {
  padding-bottom: 0;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .landing-services-group {
    padding-bottom: 0;
  }
}

.landing-services-deco {
  margin: 0 auto 56px;
  max-width: 76.92308%;
}

.landing-services-deco__sizer {
  position: relative;
  padding-top: 100%;
}

.landing-services-deco svg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.landing-services-deco li {
  position: relative;
  transform-origin: 50% 50%;
}

.landing-services-deco li>div>svg {
  transform-origin: 50% 50%;
}

.landing-services-deco li+li {
  margin-top: -7.05882%;
}

.landing-services-deco circle {
  stroke: hsla(0, 0%, 100%, 0.15);
}

.landing-services-deco circle,
.landing-services-deco circle _:-ms-lang(x),
.landing-services-deco circle _:-webkit-full-screen {
  stroke-width: 0.25px;
}

.landing-services-deco circle+circle {
  stroke: #fff;
}

.landing-services-deco__arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition-property: opacity;
}

.landing-services-deco__arrow svg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 14px;
  height: 14px;
  margin: -4px 0 0 -9px;
}

.landing-services-deco a {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  color: #fff;
  line-height: 1em;
  font-size: 1.5rem;
}

@media screen and (min-width: 32rem) {
  .landing-services-deco a {
    font-size: calc(1.5rem + 1.5 * (100vw - 0) / 112);
  }
}

@media screen and (min-width: 144rem) {
  .landing-services-deco a {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 567px) and (max-aspect-ratio: 13/9) {
  .landing-services-deco li>div>svg {
    transform: rotate(109deg);
  }

  .landing-services-deco li+li>div>svg {
    transform: rotate(288deg);
  }
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .landing-services-deco {
    display: flex;
    max-width: 75%;
  }

  .landing-services-deco li {
    width: 52.75%;
  }

  .landing-services-deco li>div>svg {
    transform: rotate(24deg);
  }

  .landing-services-deco li+li {
    margin: 0 0 0 -5.5%;
  }

  .landing-services-deco li+li>div>svg {
    transform: rotate(204deg);
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .landing-services-deco {
    max-width: none;
    margin: 0 auto 120px;
  }

  .landing-services-deco__arrow svg {
    width: 6.34921%;
    height: 6.34921%;
    margin-top: -2.22222%;
    margin-left: -3.1746%;
  }
}

@media only screen and (min-width: 980px) {
  .landing-services-deco {
    max-width: 65%;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .landing-services-deco {
    margin: 0 auto 180px;
  }
}

.landing-clients-container {
  padding-top: 85px;
  padding-bottom: 80px;
}

.landing-clients-container .circle-list__list {
  -webkit-animation: landing-clients-animation 12s linear infinite;
  animation: landing-clients-animation 12s linear infinite;
}

@media (max-width: 667px) and (min-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  .landing-clients-container .circle-list__list {
    -webkit-animation: landing-clients-animation-sm 10s linear infinite;
    animation: landing-clients-animation-sm 10s linear infinite;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .landing-clients-container {
    padding-top: 145px;
    padding-bottom: 160px;
  }
}

@media only screen and (min-width: 980px) {
  .landing-clients-container .circle-list__list {
    -webkit-animation: landing-clients-animation-xxl 12s linear infinite;
    animation: landing-clients-animation-xxl 12s linear infinite;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .landing-clients-container {
    padding-top: 165px;
    padding-bottom: 240px;
  }
}

.landing-clients-title,
.landing-clients-title:last-child {
  margin: 0 0 20px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {

  .landing-clients-title,
  .landing-clients-title:last-child {
    margin: 0 0 40px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {

  .landing-clients-title,
  .landing-clients-title:last-child {
    margin: 0 0 55px;
  }
}

@-webkit-keyframes landing-clients-animation {
  0% {
    transform: translateX(-28%);
  }

  to {
    transform: translateX(-294.6%);
  }
}

@keyframes landing-clients-animation {
  0% {
    transform: translateX(-28%);
  }

  to {
    transform: translateX(-294.6%);
  }
}

@-webkit-keyframes landing-clients-animation-sm {
  0% {
    transform: translateX(-28%);
  }

  to {
    transform: translateX(-188%);
  }
}

@keyframes landing-clients-animation-sm {
  0% {
    transform: translateX(-28%);
  }

  to {
    transform: translateX(-188%);
  }
}

@-webkit-keyframes landing-clients-animation-xxl {
  0% {
    transform: translateX(-3%);
  }

  to {
    transform: translateX(-163%);
  }
}

@keyframes landing-clients-animation-xxl {
  0% {
    transform: translateX(-3%);
  }

  to {
    transform: translateX(-163%);
  }
}

@media (max-width: 567px) and (max-aspect-ratio: 13/9),
(max-width: 667px) and (min-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  .industries__content__title {
    margin-bottom: 46px;
  }

  .industries__left {
    position: relative;
    z-index: 1;
    margin-top: -23px;
  }

  .industries__left .industries__left__item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .industries__right {
    position: relative;
  }

  .industries__right__text {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -25px;
    width: 100%;
  }

  .industries__right__text .text--color-small {
    color: #fff;
    margin: 0;
  }

  .industries__right__images li {
    position: relative;
    height: 180px;
  }

  .industries__right__images img,
  .industries__right__images picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
  }

  .industries__right__images__nav {
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 30px;
  }

  .industries__button {
    padding-top: 50px;
  }
}

@media (max-width: 567px) and (max-aspect-ratio: 13/9),
(max-width: 667px) and (min-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  .industries__right__images__nav {
    right: 60px;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .industries {
    display: flex;
    align-items: flex-start;
  }

  .industries__left {
    flex: 0 0 99%;
    width: 99%;
    pointer-events: none;
  }

  .industries__left _:-ms-input-placeholder,
  :root .industries__left {
    min-width: 99%;
    max-width: 99%;
  }

  @-moz-document url-prefix() {
    .industries__left {
      max-width: 99%;
    }
  }

  .industries__left .industries__content {
    display: none;
  }

  .has-scroll-smooth .industries__left .industries__content,
  .industries__left .industries__content:first-child {
    display: block;
  }

  .industries__content {
    list-style: none;
    height: 100vh;
    height: var(--viewport-height);
    width: 100%;
    overflow: hidden;
    contain: strict;
    padding-top: 48px;
  }

  .industries__content__title,
  .industries__content__title:first-child {
    margin: -10px 0 58px -5px;
  }

  .industries__right {
    position: relative;
    top: 0;
    height: 100vh;
    height: var(--viewport-height);
    order: 1;
    flex: 0 0 1%;
    width: 1%;
  }

  .industries__right _:-ms-input-placeholder,
  :root .industries__right {
    min-width: 1%;
    max-width: 1%;
  }

  @-moz-document url-prefix() {
    .industries__right {
      max-width: 1%;
    }
  }

  .has-scroll-smooth .industries__right {
    position: relative;
  }

  .industries__right__content,
  .industries__right__text {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    height: var(--viewport-height);
    overflow: hidden;
    contain: strict;
  }

  .industries__right__content .container-v,
  .industries__right__text .container-v {
    height: 100%;
  }

  .industries__right__text {
    z-index: 2;
  }

  .industries__right__content__item {
    width: 100vw;
  }

  .industries__right__content__item,
  .industries__right__images {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    height: var(--viewport-height);
  }

  .industries__right__images {
    width: calc(62.5vw - 29px);
    display: flex;
    overflow: hidden;
    contain: strict;
    will-change: transform;
  }

  .industries__right__images ul {
    list-style: none;
  }

  .industries__right__images li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    contain: strict;
  }

  .has-scroll-smooth .industries__right__images li:not(:first-child) {
    transform: translateY(100%);
  }

  .industries__right__images picture {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .industries__right__images img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 100%;
    object-position: 100% 100%;
    font-family: "object-fit: cover; object-position: 100% 100%";
  }

  .industries__right__nav {
    position: absolute;
    z-index: 2;
    right: 60px;
    bottom: 120px;
  }
}

@media only screen and (min-width: 980px) {

  .industries__content__title,
  .industries__content__title:first-child {
    margin: -10px 0 38px -5px;
  }

  .industries__right__images {
    width: calc(66.66667vw - 40.66667px);
  }

  .industries__right__nav {
    right: 80px;
    bottom: 80px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {

  .industries__content h3,
  .industries__content h3:first-child {
    margin: 0 0 48px -8px;
  }

  .industries__right__images {
    width: calc(66.66667vw - 60.66667px);
  }
}

@media only screen and (min-width: 1920px) and (min-height: 800px) {

  .industries__content h3,
  .industries__content h3:first-child {
    margin: 0 0 38px -8px;
  }
}

@media only screen and (min-width: 1680px) {
  .industries__right__images {
    width: calc(920.33333px + (100vw - 1400px) / 2);
  }
}

.awards-list {
  padding-top: 60px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .awards-list {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .awards-list {
    padding-top: 120px;
  }
}

.landing-blog-title {
  margin-bottom: 62px;
}

.landing-blog-title:last-child {
  margin-bottom: 0;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .landing-blog-title {
    margin-bottom: 40px;
  }

  .landing-blog-title:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .landing-blog-title {
    margin-bottom: 60px;
  }

  .landing-blog-title:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 980px) {
  .landing-blog-title {
    margin-bottom: 65px;
  }

  .landing-blog-title:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .landing-blog-title {
    margin-bottom: 80px;
  }

  .landing-blog-title:last-child {
    margin-bottom: 0;
  }
}

.landing-blog-more {
  margin-top: 57px;
}

@media (max-width: 667px) and (min-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) and (max-aspect-ratio: 13/9) and (max-width: 979px),
only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
  .landing-blog-more {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(25, 27, 29, 0.05);
  }
}

.blog-list-container {
  padding-top: 0;
  padding-bottom: 85px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .blog-list-container {
    padding-top: 110px;
    padding-bottom: 115px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .blog-list-container {
    padding-top: 185px;
    padding-bottom: 175px;
  }
}

.blog-post-list .row:first-child {
  position: relative;
  margin-top: -70px;
}

.blog-post-list .col {
  margin-top: 70px;
}

@media (max-width: 667px) and (min-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) and (max-aspect-ratio: 13/9) and (max-width: 979px),
only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {

  .blog-post-list .col,
  .blog-post-list .row,
  .blog-post-list .row:first-child {
    margin-top: 0;
  }

  .blog-post-list .card {
    padding-top: 40px;
    border-top: 1px solid rgba(25, 27, 29, 0.05);
  }

  .blog-post-list .col:not(:last-child) .card {
    padding-bottom: 40px;
  }

  .blog-post-list--with-large .col:first-child .card {
    padding-top: 0;
    border-top: 0;
  }
}

@media only screen and (min-width: 980px) {
  .blog-post-list--with-large {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .blog-post-list--with-large {
    padding-top: 0;
  }
}

.blog-post-list-more {
  text-align: center;
}

.blog-post-list-more .btn {
  margin-top: 57px;
}

@media (max-width: 667px) and (min-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) and (max-aspect-ratio: 13/9) and (max-width: 979px),
only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
  .blog-post-list-more .btn {
    margin-top: 40px;
  }
}

.inline-circle-deco {
  pointer-events: none;
}

.inline-circle-deco__wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: calc(100% - 20px);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.inline-circle-deco__sizer {
  position: relative;
  padding-top: 100%;
}

.inline-circle-deco__button {
  pointer-events: all;
}

.inline-circle-deco canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .inline-circle-deco__wrapper {
    display: block;
    max-width: calc(100vw - 60px);
    width: calc(100vh - 60px);
    width: calc(var(--viewport-height) - 60px);
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .inline-circle-deco__wrapper {
    max-width: calc(100vw - 80px);
    width: calc(100vh - 80px);
    width: calc(var(--viewport-height) - 80px);
  }
}

@media only screen and (min-width: 980px) {
  .inline-circle-deco__wrapper {
    width: 72.22222vmin;
    max-width: 680px;
  }
}

.inline-circle-deco--overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.split-text {
  position: relative;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .split-text h2 {
    display: inline-block;
    margin: 0;
    width: 39%;
    position: relative;
    top: -9px;
  }

  .split-text p {
    display: inline;
    margin: 0;
  }
}

@media only screen and (min-width: 980px) {
  .split-text h2 {
    width: 34.5%;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .split-text h2 {
    width: 33.8%;
    top: -14px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .split-text h2 {
    top: -20px;
  }
}

.circle-list--padding {
  padding-top: 60px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .circle-list--padding {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .circle-list--padding {
    padding-top: 120px;
  }
}

.circle-list {
  position: relative;
}

.circle-list__button {
  margin: -40px auto 0;
  display: flex;
}

.circle-list__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.circle-list__list li {
  position: relative;
}

.circle-list .circle-list__list {
  margin: 20px 0 0 20px;
}

.circle-list li {
  margin: -20px 0 0 -20px;
  flex: 0 0 calc(50% + 20px);
  width: calc(50% + 20px);
}

.circle-list li _:-ms-input-placeholder,
:root .circle-list li {
  min-width: calc(50% + 20px);
  max-width: calc(50% + 20px);
}

@-moz-document url-prefix() {
  .circle-list li {
    max-width: calc(50% + 20px);
  }
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .circle-list .circle-list__list {
    margin: 20px 0 0 20px;
  }

  .circle-list li {
    margin: -20px 0 0 -20px;
    flex: 0 0 calc(25% + 20px);
    width: calc(25% + 20px);
  }

  .circle-list li _:-ms-input-placeholder,
  :root .circle-list li {
    min-width: calc(25% + 20px);
    max-width: calc(25% + 20px);
  }

  @-moz-document url-prefix() {
    .circle-list li {
      max-width: calc(25% + 20px);
    }
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .circle-list .circle-list__list {
    margin: 40px 0 0 40px;
  }

  .circle-list li {
    margin: -40px 0 0 -40px;
    flex: 0 0 calc(50% + 40px);
    width: calc(50% + 40px);
  }

  .circle-list li _:-ms-input-placeholder,
  :root .circle-list li {
    min-width: calc(50% + 40px);
    max-width: calc(50% + 40px);
  }

  @-moz-document url-prefix() {
    .circle-list li {
      max-width: calc(50% + 40px);
    }
  }

  .circle-list__button {
    margin-top: -16%;
  }
}

@media only screen and (min-width: 980px) {
  .circle-list .circle-list__list {
    margin: 20px 0 0 20px;
  }

  .circle-list li {
    margin: -20px 0 0 -20px;
    flex: 0 0 calc(25% + 20px);
    width: calc(25% + 20px);
  }

  .circle-list li _:-ms-input-placeholder,
  :root .circle-list li {
    min-width: calc(25% + 20px);
    max-width: calc(25% + 20px);
  }

  @-moz-document url-prefix() {
    .circle-list li {
      max-width: calc(25% + 20px);
    }
  }

  .circle-list__button {
    margin-top: -8.5%;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .circle-list .circle-list__list {
    margin: 40px 0 0 40px;
  }

  .circle-list li {
    margin: -40px 0 0 -40px;
    flex: 0 0 calc(25% + 40px);
    width: calc(25% + 40px);
  }

  .circle-list li _:-ms-input-placeholder,
  :root .circle-list li {
    min-width: calc(25% + 40px);
    max-width: calc(25% + 40px);
  }

  @-moz-document url-prefix() {
    .circle-list li {
      max-width: calc(25% + 40px);
    }
  }
}

.circle-list--looped .circle-list__list {
  margin: 20px 0 0 20px;
}

.circle-list--looped li {
  margin: -20px 0 0 -20px;
  flex: 0 0 calc(33.33333% + 20px);
  width: calc(33.33333% + 20px);
}

.circle-list--looped li _:-ms-input-placeholder,
:root .circle-list--looped li {
  min-width: calc(33.33333% + 20px);
  max-width: calc(33.33333% + 20px);
}

@-moz-document url-prefix() {
  .circle-list--looped li {
    max-width: calc(33.33333% + 20px);
  }
}

.circle-list--looped .circle-list__list {
  flex-wrap: nowrap;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .circle-list--looped .circle-list__list {
    margin: 20px 0 0 20px;
  }

  .circle-list--looped li {
    margin: -20px 0 0 -20px;
    flex: 0 0 calc(20% + 20px);
    width: calc(20% + 20px);
  }

  .circle-list--looped li _:-ms-input-placeholder,
  :root .circle-list--looped li {
    min-width: calc(20% + 20px);
    max-width: calc(20% + 20px);
  }

  @-moz-document url-prefix() {
    .circle-list--looped li {
      max-width: calc(20% + 20px);
    }
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .circle-list--looped .circle-list__list {
    margin: 40px 0 0 40px;
  }

  .circle-list--looped li {
    margin: -40px 0 0 -40px;
    flex: 0 0 calc(33.33333% + 40px);
    width: calc(33.33333% + 40px);
  }

  .circle-list--looped li _:-ms-input-placeholder,
  :root .circle-list--looped li {
    min-width: calc(33.33333% + 40px);
    max-width: calc(33.33333% + 40px);
  }

  @-moz-document url-prefix() {
    .circle-list--looped li {
      max-width: calc(33.33333% + 40px);
    }
  }
}

@media only screen and (min-width: 980px) {
  .circle-list--looped .circle-list__list {
    margin: 20px 0 0 20px;
  }

  .circle-list--looped li {
    margin: -20px 0 0 -20px;
    flex: 0 0 calc(20% + 20px);
    width: calc(20% + 20px);
  }

  .circle-list--looped li _:-ms-input-placeholder,
  :root .circle-list--looped li {
    min-width: calc(20% + 20px);
    max-width: calc(20% + 20px);
  }

  @-moz-document url-prefix() {
    .circle-list--looped li {
      max-width: calc(20% + 20px);
    }
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .circle-list--looped .circle-list__list {
    margin: 40px 0 0 40px;
  }

  .circle-list--looped li {
    margin: -40px 0 0 -40px;
    flex: 0 0 calc(20% + 40px);
    width: calc(20% + 40px);
  }

  .circle-list--looped li _:-ms-input-placeholder,
  :root .circle-list--looped li {
    min-width: calc(20% + 40px);
    max-width: calc(20% + 40px);
  }

  @-moz-document url-prefix() {
    .circle-list--looped li {
      max-width: calc(20% + 40px);
    }
  }
}

.circle-list-item {
  position: relative;
  padding-top: 100%;
  color: #191b1d;
  text-align: center;
  outline: none;
}

.circle-list-item__outline {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  stroke: rgba(25, 27, 29, 0.1);
  stroke-width: 1px;
  transition-property: border-color;
}

.circle-list-item--heading .circle-list-item__outline {
  stroke: #191b1d;
}

.circle-list-item__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-list-item__image__content {
  width: 60px;
}

.circle-list-item__image .icon,
.circle-list-item__image img {
  width: 100%;
  height: auto;
}

.circle-list-item.circle-list-item--fwa .circle-list-item__image__content {
  width: 70px;
}

.circle-list-item__count {
  position: absolute;
  left: 15%;
  top: 15%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 40px;
  background: #fff;
  border: 1px solid rgba(25, 27, 29, 0.4);
  transition-property: background-color, border-color, color;
  color: rgba(25, 27, 29, 0.4);
  line-height: 30px;
  text-align: center;
}

@media only screen and (max-width: 567px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 568px) and (max-aspect-ratio: 13/9) and (max-width: 979px),
only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
  .circle-list-item--rt .circle-list-item__count {
    transform: translate(50%, -50%);
  }

  .circle-list-item--rb .circle-list-item__count {
    transform: translate(50%, 50%);
  }

  .circle-list-item--lb .circle-list-item__count {
    transform: translate(-50%, 50%);
  }

  .circle-list-item--rb .circle-list-item__count,
  .circle-list-item--rt .circle-list-item__count {
    left: auto;
    right: 15%;
  }

  .circle-list-item--lb .circle-list-item__count,
  .circle-list-item--rb .circle-list-item__count {
    top: auto;
    bottom: 15%;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .circle-list-item__image__content {
    width: 110px;
  }

  .circle-list-item.circle-list-item--fwa .circle-list-item__image__content {
    width: 120px;
  }

  .circle-list-item__count {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

@media (min-width: 980px) and (max-height: 599px),
only screen and (min-width: 980px) and (max-width: 1199px) {
  .circle-list-item__image__content {
    width: 94px;
  }

  .circle-list-item.circle-list-item--fwa .circle-list-item__image__content {
    width: 104px;
  }
}

.ui-gray .circle-list-item {
  color: #191b1d;
}

.ui-gray .circle-list-item__outline {
  stroke: rgba(25, 27, 29, 0.2);
}

.ui-gray .circle-list-item__count {
  background: #b7babe;
  border-color: #191b1d;
  color: #191b1d;
}

.ui-dark .circle-list-item {
  color: #fff;
}

.ui-dark .circle-list-item__outline {
  stroke: hsla(0, 0%, 100%, 0.15);
}

.ui-dark .circle-list-item__count {
  background: #191b1d;
  border-color: hsla(0, 0%, 100%, 0.15);
  color: hsla(0, 0%, 100%, 0.4);
}

.circle-list-item--hoverable:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #191b1d;
  transition-property: opacity, transform;
  opacity: 0;
}

.circle-list-item--hoverable.is-hovered,
.circle-list-item--hoverable:hover {
  color: #fff;
}

.circle-list-item--hoverable.is-hovered:before,
.circle-list-item--hoverable:hover:before {
  transform: scale(1.16667);
  opacity: 1;
}

.circle-list-item--large .circle-list-item__image__content {
  width: 70px;
}

.circle-list-item--large.circle-list-item--fwa .circle-list-item__image__content {
  width: 80px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .circle-list-item--large .circle-list-item__image__content {
    width: 140px;
  }

  .circle-list-item--large.circle-list-item--fwa .circle-list-item__image__content {
    width: 150px;
  }
}

@media (min-width: 980px) and (max-height: 599px),
only screen and (min-width: 980px) and (max-width: 1199px) {
  .circle-list-item--large .circle-list-item__image__content {
    width: 120px;
  }

  .circle-list-item--large.circle-list-item--fwa .circle-list-item__image__content {
    width: 130px;
  }
}

.circle-list-item--small.circle-list-item--fwa .circle-list-item__image__content,
.circle-list-item--small .circle-list-item__image__content {
  width: 60px;
}

@media only screen and (min-width: 980px) {
  .circle-list-item--small.circle-list-item--fwa .circle-list-item__image__content {
    width: 70px;
  }
}

.circle-list--small .circle-list__list {
  margin: 10px 0 0 10px;
}

.circle-list--small li {
  margin: -10px 0 0 -10px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .circle-list--small .circle-list__list {
    margin: 16px 0 0 16px;
  }

  .circle-list--small li {
    margin: -16px 0 0 -16px;
  }
}

@media only screen and (min-width: 980px) {
  .circle-list--small .circle-list__list {
    margin: 20px 0 0 20px;
  }

  .circle-list--small li {
    margin: -20px 0 0 -20px;
  }
}

.circle-list--scrollable-fixed .circle-list__list,
.circle-list--scrollable .circle-list__list {
  flex-wrap: nowrap;
  padding-bottom: 20px;
  padding-top: 10px;
}

.circle-list--scrollable-fixed li,
.circle-list--scrollable li {
  flex: 1 1 auto;
  width: auto;
  min-width: 120px;
}

.circle-list--scrollable-fixed li _:-ms-input-placeholder,
.circle-list--scrollable li _:-ms-input-placeholder,
:root .circle-list--scrollable-fixed li,
:root .circle-list--scrollable li {
  min-width: 0;
  max-width: 100%;
}

@-moz-document url-prefix() {

  .circle-list--scrollable-fixed li,
  .circle-list--scrollable li {
    max-width: none;
  }
}

.circle-list--scrollable-fixed li {
  max-width: 120px;
}

@media (max-width: 567px) and (max-aspect-ratio: 13/9),
(max-width: 667px) and (min-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  .recent-works__list__item {
    flex: 0 0 100%;
    width: 100%;
  }

  .recent-works__list__item _:-ms-input-placeholder,
  :root .recent-works__list__item {
    min-width: 100%;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    .recent-works__list__item {
      max-width: 100%;
    }
  }

  .recent-works__list__item+.recent-works__list__item,
  .recent-works__more {
    margin-top: 55px;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .recent-works__list {
    flex-wrap: nowrap;
    height: 100vh;
    height: var(--viewport-height);
    align-items: center;
  }

  .recent-works__list__item {
    position: relative;
    flex: 0 0 62.5%;
    width: 62.5%;
  }

  .recent-works__list__item _:-ms-input-placeholder,
  :root .recent-works__list__item {
    min-width: 62.5%;
    max-width: 62.5%;
  }

  @-moz-document url-prefix() {
    .recent-works__list__item {
      max-width: 62.5%;
    }
  }

  .recent-works__list__item:nth-child(2n) {
    z-index: 2;
  }

  .recent-works__sticky {
    position: relative;
  }

  .recent-works__wrapper {
    padding-top: 0;
    padding-bottom: 0;
    height: 100vh;
    height: var(--viewport-height);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .recent-works__title {
    position: absolute;
    z-index: 1;
    top: calc(50% - 230px);
    left: 60px;
    white-space: nowrap;
    margin: 0;
    pointer-events: none;
    will-change: transform;
  }

  .no-hover .recent-works__title {
    z-index: 3;
    top: calc(50% - 242px);
  }
}

@media only screen and (min-width: 980px) {
  .recent-works__list__item {
    flex: 0 0 50%;
    width: 50%;
  }

  .recent-works__list__item _:-ms-input-placeholder,
  :root .recent-works__list__item {
    min-width: 50%;
    max-width: 50%;
  }

  @-moz-document url-prefix() {
    .recent-works__list__item {
      max-width: 50%;
    }
  }

  .recent-works__title {
    left: 80px;
    top: calc(50% - 200px);
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .recent-works__title {
    top: calc(50% - 245px);
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .recent-works__title {
    top: calc(50% - 302px);
  }
}

@media only screen and (min-width: 1920px) and (min-height: 800px) {
  .recent-works__title {
    top: calc(50% - 342px);
  }
}

.has-scroll-smooth .recent-works {
  height: 300vh;
  height: calc(var(--viewport-height) * 3);
}

.has-scroll-smooth .recent-works__list {
  will-change: transform;
  height: auto;
  align-items: flex-start;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .has-scroll-smooth .recent-works__title {
    left: auto;
    right: 20px;
  }
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

.h1,
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  overflow: visible;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details {
  display: block;
}

summary {
  display: list-item;
}

menu {
  display: block;
}

canvas {
  display: inline-block;
}

[hidden],
template {
  display: none;
}

.animation--dropdown-in,
.animation--dropdown-in .menu-dropdown__animation,
.animation--dropdown-in .menu-dropdown__animation-inner,
.animation--dropdown-in .menu-dropdown__backdrop,
.animation--dropdown-out,
.animation--dropdown-out .menu-dropdown__animation,
.animation--dropdown-out .menu-dropdown__animation-inner,
.animation--dropdown-out .menu-dropdown__backdrop,
.animation--fade-in,
.animation--fade-out,
.animation--height,
.animation--lightbox-in,
.animation--lightbox-in .lightbox__animation,
.animation--lightbox-in .lightbox__animation-inner,
.animation--lightbox-in .lightbox__background,
.animation--lightbox-out,
.animation--lightbox-out .lightbox__animation,
.animation--lightbox-out .lightbox__animation-inner,
.animation--lightbox-out .lightbox__background,
.animation--link-clip-in .link-clip__content>span,
.animation--link-clip-out .link-clip__content>span,
.animation--number>span>span,
.animation--overlay-in,
.animation--overlay-in .page-transition-overlay__content,
.animation--overlay-out,
.animation--overlay-out .page-transition-overlay__content,
.animation--tabs-in,
.animation--tabs-out,
.btn,
.btn.icon,
.btn:after,
.btn:before,
.get-a-quote__text,
.card__image--zoom img,
.icon,
.section--theme-animation,
.section--theme-animation__content,
.text--link-icons a:after,
.text--link-icons a:before,
a,
body .animation.animation--button-in,
body .animation.animation--button-in .icon-arrow-down,
body .animation.animation--button-in .icon-arrow-down-large,
body .animation.animation--button-in .icon-arrow-down-small,
body .animation.animation--button-in .icon-arrow-right,
button,
input[type="submit"] {
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.link-clip__content>span,
.nav-primary a:after {
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.animation--intro-deco-title,
.animation--intro-deco-title-out,
.animation--intro-deco-title-reverse,
.animation--intro-deco-title-reverse-out,
.animation--landing-deco-title .landing-intro-deco__title__center,
.animation--landing-deco-title .landing-intro-deco__title__left,
.animation--slide-in-bottom,
.animation--slide-in-bottom>div,
.animation--slide-in-bottom>span,
.animation--slide-in-top,
.animation--slide-in-top>div,
.animation--slide-in-top>span,
.animation--slide-out-bottom,
.animation--slide-out-bottom>div,
.animation--slide-out-bottom>span,
.animation--slide-out-top,
.animation--slide-out-top>div,
.animation--slide-out-top>span,
.header.animation--header-in,
svg.animation--circle-in,
svg.animation--circle-in circle {
  transition-duration: 1.6s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.btn--extended-area:after {
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
}

.overflow-fix:after,
.overflow-fix:before {
  content: "";
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 1px;
  margin-top: -1px;
}

.text--tiny-short,
body,
button,
input,
textarea {
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

.card--latest .card__title,
.card--work .card__title,
.get-a-quote__text,
.h1,
.h2,
.h3,
.h4,
.h5,
.menu-dropdown__heading,
.menu-mobile__nav,
.text--heading,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

body {
  line-height: 1.33333em;
}

.text--short,
body {
  font-size: 1.8rem;
  letter-spacing: -0.02em;
}

.text--short {
  line-height: 1.11111em;
}

.text--small,
small {
  line-height: 1.55556em;
}

.text--small,
.text--small-short,
small {
  /* font-size: 1.8rem; */
  /* letter-spacing: -0.02em; */
}

.text--small-short {
  line-height: 1.11111em;
}

.menu-dropdown__group,
.text--tiny {
  font-size: 1.5rem;
  line-height: 1.6em;
  letter-spacing: -0.02em;
}

.category,
.nav-primary,
.text--tiny-short {
  font-size: 1.5rem;
  line-height: 1.2em;
  letter-spacing: -0.02em;
}

.card--latest .card__subtitle,
.text--mini {
  font-size: 1.2rem;
  line-height: 1.25em;
  letter-spacing: 0;
}

.text--large,
.text--lead,
.text.text--large,
.text.text--policy .h2,
.text.text--policy .h3,
.text.text--policy h2,
.text.text--policy h3 {
  font-size: 1.8rem;
  line-height: 1.33333em;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.text--larger {
  font-size: 2.5rem;
  line-height: 1.2em;
}

.h1,
.text--larger,
h1 {
  font-weight: 600;
  letter-spacing: -0.04em;
}

.h1,
h1 {
  font-size: 4rem;
  line-height: 1em;
}

.h2,
.h3,
h2,
h3 {
  line-height: 1em;
  font-weight: 600;
}

.h2,
.h3,
.h4,
h2,
h3,
h4 {
  font-size: 4rem;
  letter-spacing: -0.04em;
}

.h4,
h4 {
  line-height: 1.125em;
}

.card--work .card__title,
.h5,
.menu-dropdown__heading,
.text--h1-small,
.text.text--policy .h1,
.text.text--policy h1,
h5 {
  font-size: 2.5rem;
  line-height: 1em;
  letter-spacing: -0.04em;
}

.text .h2,
.text h2 {
  font-size: 1.8rem;
  line-height: 1.33333em;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.text,
.text .h3,
.text .h4,
.text .h5,
.text h3,
.text h4,
.text h5,
code,
kbd,
pre,
samp {
  font-size: 1.5rem;
  line-height: 1.6em;
  letter-spacing: -0.02em;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {

  .h1,
  h1 {
    font-size: 6rem;
    line-height: 1.08333em;
    letter-spacing: -0.04em;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {

  .text--large,
  .text.text--large,
  .text.text--policy .h2,
  .text.text--policy h2 {
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 600;
    /* letter-spacing: -0.04em; */
  }

  .text--larger {
    font-size: 4rem;
    line-height: 1.125em;
    letter-spacing: -0.04em;
  }

  .h1,
  .h2,
  h1,
  h2 {
    font-size: 12rem;
    line-height: 0.91667em;
    letter-spacing: -0.06em;
  }

  .h3,
  h3 {
    font-size: 6rem;
    line-height: 1.08333em;
  }

  .h3,
  .h4,
  h3,
  h4 {
    letter-spacing: -0.04em;
  }

  .h4,
  h4 {
    font-size: 4rem;
    line-height: 1.125em;
  }

  .card--work .card__title,
  .h5,
  .menu-dropdown__heading,
  h5 {
    font-size: 2.5rem;
    line-height: 1em;
    letter-spacing: -0.04em;
  }

  .text--h1-small,
  .text.text--policy .h1,
  .text.text--policy h1 {
    font-size: 6rem;
    line-height: 1.08333em;
    letter-spacing: -0.04em;
  }

  .text .h2,
  .text h2 {
    font-size: 4rem;
    line-height: 1.125em;
    letter-spacing: -0.04em;
  }

  .text .h3,
  .text .h4,
  .text .h5,
  .text h3,
  .text h4,
  .text h5 {
    font-size: 2.5rem;
    line-height: 1em;
    letter-spacing: -0.04em;
  }

  .text {
    font-size: 1.8rem;
    line-height: 1.33333em;
    letter-spacing: -0.02em;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .text--larger {
    font-size: 5rem;
    line-height: 1.1em;
  }

  .card--latest .card__subtitle,
  .text--mini {
    font-size: 1.3rem;
    line-height: 1.23077em;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  body {
    font-size: 2rem;
    line-height: 1.25em;
    letter-spacing: -0.02em;
  }

  .menu-dropdown__group,
  .text--small,
  .text--tiny,
  small {
    /* font-size: 1.6rem; */
    /* line-height: 1.5625em; */
    /* letter-spacing: -0.02em; */
  }

  .category,
  .nav-primary,
  .text--tiny-short {
    font-size: 1.6rem;
    line-height: 1.25em;
    letter-spacing: -0.02em;
  }

  .card--latest .card__subtitle,
  .text--mini {
    font-size: 1.3rem;
    line-height: 1.23077em;
    letter-spacing: 0;
  }

  .text--lead,
  .text.text--policy .h3,
  .text.text--policy h3 {
    font-size: 2rem;
    line-height: 1.25em;
    letter-spacing: -0.02em;
  }

  .text--large,
  .text.text--large,
  .text.text--policy .h2,
  .text.text--policy h2 {
    font-size: 3rem;
    line-height: 1.16667em;
    letter-spacing: -0.04em;
  }

  .text--larger {
    font-size: 6rem;
    line-height: 1.08333em;
    letter-spacing: -0.04em;
  }

  .h1,
  .h2,
  h1,
  h2 {
    font-size: 16rem;
    line-height: 0.9375em;
  }

  .h1,
  .h2,
  .h3,
  h1,
  h2,
  h3 {
    letter-spacing: -0.06em;
  }

  .h3,
  h3 {
    font-size: 9rem;
    line-height: 1em;
  }

  .h4,
  h4 {
    font-size: 6rem;
    line-height: 1.08333em;
    letter-spacing: -0.04em;
  }

  .card--work .card__title,
  .h5,
  .menu-dropdown__heading,
  h5 {
    font-size: 3rem;
    line-height: 1em;
    letter-spacing: -0.04em;
  }

  .text--h1-small,
  .text.text--policy .h1,
  .text.text--policy h1 {
    font-size: 9rem;
    line-height: 1em;
    letter-spacing: -0.06em;
  }

  .text .h2,
  .text h2 {
    font-size: 6rem;
    line-height: 1.08333em;
    letter-spacing: -0.04em;
  }

  .text .h3,
  .text .h4,
  .text .h5,
  .text h3,
  .text h4,
  .text h5 {
    font-size: 4rem;
    line-height: 1.125em;
    letter-spacing: -0.04em;
  }

  .text {
    font-size: 2rem;
    line-height: 1.25em;
    letter-spacing: -0.02em;
  }
}

@media only screen and (min-width: 1920px) and (min-height: 800px) {

  .h1,
  h1 {
    font-size: 24rem;
    line-height: 0.79167em;
  }

  .h1,
  .h2,
  h1,
  h2 {
    letter-spacing: -0.06em;
  }

  .h2,
  h2 {
    font-size: 20rem;
    line-height: 0.95em;
  }

  .h3,
  h3 {
    font-size: 12rem;
    line-height: 1em;
    letter-spacing: -0.06em;
  }
}

.btn,
.btn:hover:active,
.btn:hover,
a:hover,
.is-active.btn,
.is-hovered.btn,
a,
a.is-active,
a.is-hovered,
a:hover:active {
  text-decoration: none;
}

a {
  color: #191b1d;
}

a:hover,
.menu-dropdown__group p a,
a.is-active,
a.is-hovered,
a:hover:active {
  color: rgba(25, 27, 29, 0.4);
}

.menu-dropdown__group p a:hover,
.menu-dropdown__group p a:hover,
.menu-dropdown__group p a.is-active,
.menu-dropdown__group p a.is-hovered,
.menu-dropdown__group p a:hover:active {
  color: #191b1d;
}

.ui-dark a {
  color: #fff;
}

.ui-dark a:hover,
.ui-dark a:hover,
.ui-dark a.is-active,
.ui-dark a.is-hovered,
.ui-dark a:hover:active {
  color: hsla(0, 0%, 100%, 0.4);
}

.ui-gray a {
  color: #191b1d;
}

.ui-gray a:hover,
.ui-gray a:hover,
.ui-gray a.is-active,
.ui-gray a.is-hovered,
.ui-gray a:hover:active {
  color: #fff;
}

.ui-gray .text--link-icons a:hover,
.ui-gray .text--link-icons a:hover,
.ui-gray .text--link-icons a,
.ui-gray .text--link-icons a.is-active,
.ui-gray .text--link-icons a.is-hovered,
.ui-gray .text--link-icons a:hover:active {
  color: #191b1d;
}

:root {
  --viewport-width: 100vw;
  --viewport-height: 100vh;
}

html {
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

body {
  width: 100vw;
}

.page-content,
body {
  min-height: 100vh;
  min-height: var(--viewport-height);
}

.page-content {
  width: 100%;
}

main {
  display: block;
}

blockquote,
dd,
dl,
dt {
  margin: 0;
}

b,
strong {
  font-weight: 600;
}

*,
:after,
:before {
  box-sizing: border-box;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
}

img[draggable="false"] {
  pointer-events: none;
  -webkit-user-drag: none;
}

iframe {
  display: block;
}

#__bs_notify__ {
  display: none !important;
}

.is-visually-hidden,
.sr-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.is-invisible,
.js .is-invisible--js {
  opacity: 0;
  pointer-events: none;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .js .is-invisible--js--md-up {
    opacity: 0;
    pointer-events: none;
  }
}

.is-decorative,
.js .is-decorative--js {
  pointer-events: none;
}

.overlay {
  background: #fff;
  opacity: 0;
}

.disable-smooth-scrolling {
  scroll-behavior: auto;
}

html {
  font-size: 62.5%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0;
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child {
  margin-bottom: 0;
}

blockquote,
hr,
iframe,
object,
p,
pre,
table {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

blockquote:first-child,
hr:first-child,
iframe:first-child,
object:first-child,
p:first-child,
pre:first-child,
table:first-child {
  margin-top: 0;
}

blockquote:last-child,
hr:last-child,
iframe:last-child,
object:last-child,
p:last-child,
pre:last-child,
table:last-child {
  margin-bottom: 0;
}

figure {
  margin: 0;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

a:focus,
button:focus,
input[type="submit"]:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.is-disabled,
:disabled,
[disabled] {
  pointer-events: none;
}

.text--inherit,
.text .text--inherit {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.text--left {
  text-align: left;
}

.text--right {
  text-align: right;
}

.text--center {
  text-align: center;
}

.text--capitalize {
  text-transform: uppercase !important;
}

.text--nowrap {
  white-space: nowrap !important;
}

.text figure {
  position: relative;
}

.text figure,
.text picture {
  display: block;
}

.text img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.text a {
  font-weight: 700;
}

.text.text--article .h1,
.text.text--article .h2,
.text.text--article .h3,
.text.text--article .h4,
.text.text--article .h5,
.text.text--article h1,
.text.text--article h2,
.text.text--article h3,
.text.text--article h4,
.text.text--article h5 {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}

.text.text--article .h1:first-child,
.text.text--article .h2:first-child,
.text.text--article .h3:first-child,
.text.text--article .h4:first-child,
.text.text--article .h5:first-child,
.text.text--article h1:first-child,
.text.text--article h2:first-child,
.text.text--article h3:first-child,
.text.text--article h4:first-child,
.text.text--article h5:first-child {
  margin-top: 0;
}

.text.text--article .h1:last-child,
.text.text--article .h2:last-child,
.text.text--article .h3:last-child,
.text.text--article .h4:last-child,
.text.text--article .h5:last-child,
.text.text--article h1:last-child,
.text.text--article h2:last-child,
.text.text--article h3:last-child,
.text.text--article h4:last-child,
.text.text--article h5:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {

  .text.text--article .h1,
  .text.text--article .h2,
  .text.text--article .h3,
  .text.text--article .h4,
  .text.text--article .h5,
  .text.text--article h1,
  .text.text--article h2,
  .text.text--article h3,
  .text.text--article h4,
  .text.text--article h5 {
    margin-top: 6.8rem;
    margin-bottom: 3.4rem;
  }

  .text.text--article .h1:first-child,
  .text.text--article .h2:first-child,
  .text.text--article .h3:first-child,
  .text.text--article .h4:first-child,
  .text.text--article .h5:first-child,
  .text.text--article h1:first-child,
  .text.text--article h2:first-child,
  .text.text--article h3:first-child,
  .text.text--article h4:first-child,
  .text.text--article h5:first-child {
    margin-top: 0;
  }

  .text.text--article .h1:last-child,
  .text.text--article .h2:last-child,
  .text.text--article .h3:last-child,
  .text.text--article .h4:last-child,
  .text.text--article .h5:last-child,
  .text.text--article h1:last-child,
  .text.text--article h2:last-child,
  .text.text--article h3:last-child,
  .text.text--article h4:last-child,
  .text.text--article h5:last-child {
    margin-bottom: 0;
  }
}

.text.text--article blockquote,
.text.text--article hr,
.text.text--article iframe,
.text.text--article object,
.text.text--article p,
.text.text--article pre,
.text.text--article table {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

.text.text--article blockquote:first-child,
.text.text--article hr:first-child,
.text.text--article iframe:first-child,
.text.text--article object:first-child,
.text.text--article p:first-child,
.text.text--article pre:first-child,
.text.text--article table:first-child {
  margin-top: 0;
}

.text.text--article blockquote:last-child,
.text.text--article hr:last-child,
.text.text--article iframe:last-child,
.text.text--article object:last-child,
.text.text--article p:last-child,
.text.text--article pre:last-child,
.text.text--article table:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {

  .text.text--article blockquote,
  .text.text--article hr,
  .text.text--article iframe,
  .text.text--article object,
  .text.text--article p,
  .text.text--article pre,
  .text.text--article table {
    margin-top: 3.4rem;
    margin-bottom: 3.4rem;
  }

  .text.text--article blockquote:first-child,
  .text.text--article hr:first-child,
  .text.text--article iframe:first-child,
  .text.text--article object:first-child,
  .text.text--article p:first-child,
  .text.text--article pre:first-child,
  .text.text--article table:first-child {
    margin-top: 0;
  }

  .text.text--article blockquote:last-child,
  .text.text--article hr:last-child,
  .text.text--article iframe:last-child,
  .text.text--article object:last-child,
  .text.text--article p:last-child,
  .text.text--article pre:last-child,
  .text.text--article table:last-child {
    margin-bottom: 0;
  }
}

.text.text--policy .h1,
.text.text--policy .h2,
.text.text--policy .h3,
.text.text--policy .h4,
.text.text--policy .h5,
.text.text--policy h1,
.text.text--policy h2,
.text.text--policy h3,
.text.text--policy h4,
.text.text--policy h5 {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}

.text.text--policy .h1:first-child,
.text.text--policy .h2:first-child,
.text.text--policy .h3:first-child,
.text.text--policy .h4:first-child,
.text.text--policy .h5:first-child,
.text.text--policy h1:first-child,
.text.text--policy h2:first-child,
.text.text--policy h3:first-child,
.text.text--policy h4:first-child,
.text.text--policy h5:first-child {
  margin-top: 0;
}

.text.text--policy .h1:last-child,
.text.text--policy .h2:last-child,
.text.text--policy .h3:last-child,
.text.text--policy .h4:last-child,
.text.text--policy .h5:last-child,
.text.text--policy h1:last-child,
.text.text--policy h2:last-child,
.text.text--policy h3:last-child,
.text.text--policy h4:last-child,
.text.text--policy h5:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {

  .text.text--policy .h1,
  .text.text--policy .h2,
  .text.text--policy .h3,
  .text.text--policy .h4,
  .text.text--policy .h5,
  .text.text--policy h1,
  .text.text--policy h2,
  .text.text--policy h3,
  .text.text--policy h4,
  .text.text--policy h5 {
    margin-top: 8.8rem;
    margin-bottom: 4rem;
  }

  .text.text--policy .h1:first-child,
  .text.text--policy .h2:first-child,
  .text.text--policy .h3:first-child,
  .text.text--policy .h4:first-child,
  .text.text--policy .h5:first-child,
  .text.text--policy h1:first-child,
  .text.text--policy h2:first-child,
  .text.text--policy h3:first-child,
  .text.text--policy h4:first-child,
  .text.text--policy h5:first-child {
    margin-top: 0;
  }

  .text.text--policy .h1:last-child,
  .text.text--policy .h2:last-child,
  .text.text--policy .h3:last-child,
  .text.text--policy .h4:last-child,
  .text.text--policy .h5:last-child,
  .text.text--policy h1:last-child,
  .text.text--policy h2:last-child,
  .text.text--policy h3:last-child,
  .text.text--policy h4:last-child,
  .text.text--policy h5:last-child {
    margin-bottom: 0;
  }
}

.text.text--policy blockquote,
.text.text--policy hr,
.text.text--policy iframe,
.text.text--policy object,
.text.text--policy p,
.text.text--policy pre,
.text.text--policy table {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

.text.text--policy blockquote:first-child,
.text.text--policy hr:first-child,
.text.text--policy iframe:first-child,
.text.text--policy object:first-child,
.text.text--policy p:first-child,
.text.text--policy pre:first-child,
.text.text--policy table:first-child {
  margin-top: 0;
}

.text.text--policy blockquote:last-child,
.text.text--policy hr:last-child,
.text.text--policy iframe:last-child,
.text.text--policy object:last-child,
.text.text--policy p:last-child,
.text.text--policy pre:last-child,
.text.text--policy table:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {

  .text.text--policy blockquote,
  .text.text--policy hr,
  .text.text--policy iframe,
  .text.text--policy object,
  .text.text--policy p,
  .text.text--policy pre,
  .text.text--policy table {
    margin-top: 3.4rem;
    margin-bottom: 3.4rem;
  }

  .text.text--policy blockquote:first-child,
  .text.text--policy hr:first-child,
  .text.text--policy iframe:first-child,
  .text.text--policy object:first-child,
  .text.text--policy p:first-child,
  .text.text--policy pre:first-child,
  .text.text--policy table:first-child {
    margin-top: 0;
  }

  .text.text--policy blockquote:last-child,
  .text.text--policy hr:last-child,
  .text.text--policy iframe:last-child,
  .text.text--policy object:last-child,
  .text.text--policy p:last-child,
  .text.text--policy pre:last-child,
  .text.text--policy table:last-child {
    margin-bottom: 0;
  }
}

.img-full,
.img-full img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

code,
kbd,
pre,
samp {
  color: #191b1d;
}

code,
pre {
  display: inline-block;
  border-radius: 3px;
  background: #e8e8e8;
  color: #191b1d;
  font-weight: 400;
  vertical-align: top;
}

.ui-dark code,
.ui-dark pre {
  color: hsla(0, 0%, 100%, 0.4);
  background: #191b1d;
}

pre {
  display: block;
  padding: 10px;
  border: 0;
}

code {
  padding: 2px 10px;
}

code pre,
pre code {
  font-size: inherit;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  margin: 0;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.text ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.text ul:first-child {
  margin-top: 0;
}

.text ul:last-child {
  margin-bottom: 0;
}

.text ul li {
  position: relative;
  padding-left: 40px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.text ul li:first-child {
  margin-top: 0;
}

.text ul li:last-child {
  margin-bottom: 0;
}

.text ul li:before {
  position: absolute;
  left: 4px;
  top: 0.7em;
  margin-top: -1px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #191b1d;
}

.text ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
  counter-reset: text-ol;
}

.text ol:first-child {
  margin-top: 0;
}

.text ol:last-child {
  margin-bottom: 0;
}

.text ol li {
  counter-increment: text-ol;
  position: relative;
  padding-left: 40px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.text ol li:first-child {
  margin-top: 0;
}

.text ol li:last-child {
  margin-bottom: 0;
}

.text ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(text-ol) ".";
  color: #191b1d;
}

.text table {
  width: 100%;
  border-collapse: collapse;
}

.text table th {
  font-weight: 400;
  text-align: left;
}

.text table td {
  border-top: 1px solid rgba(25, 27, 29, 0.05);
}

.ui-dark .text table td {
  border-color: hsla(0, 0%, 100%, 0.1);
}

hr {
  border: 0;
  border-bottom: 1px solid rgba(25, 27, 29, 0.05);
}

.ui-dark hr {
  border-color: hsla(0, 0%, 100%, 0.15);
}

.text--crop:after,
.text--crop:before {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
}

.text--crop:before {
  margin-top: -0.30667em;
}

.text--crop:after {
  margin-bottom: -0.35167em;
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .text--crop:before {
    margin-top: -0.265em;
  }

  .text--crop:after {
    margin-bottom: -0.31em;
  }
}

.text--crop.text--tiny-short:before {
  margin-top: -0.24em;
}

.text--crop.text--tiny-short:after {
  margin-bottom: -0.285em;
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .text--crop.text--tiny-short:before {
    margin-top: -0.265em;
  }

  .text--crop.text--tiny-short:after {
    margin-bottom: -0.31em;
  }
}

.text--crop.text--lead:before {
  margin-top: -0.30667em;
}

.text--crop.text--lead:after {
  margin-bottom: -0.35167em;
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .text--crop.text--lead:before {
    margin-top: -0.265em;
  }

  .text--crop.text--lead:after {
    margin-bottom: -0.31em;
  }
}

.text--crop.text--large:before {
  margin-top: -0.30667em;
}

.text--crop.text--large:after {
  margin-bottom: -0.35167em;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .text--crop.text--large:before {
    margin-top: -0.24em;
  }

  .text--crop.text--large:after {
    margin-bottom: -0.285em;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .text--crop.text--large:before {
    margin-top: -0.22333em;
  }

  .text--crop.text--large:after {
    margin-bottom: -0.26833em;
  }
}

.text--crop.text--larger:before {
  margin-top: -0.24em;
}

.text--crop.text--larger:after {
  margin-bottom: -0.285em;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .text--crop.text--larger:before {
    margin-top: -0.2025em;
  }

  .text--crop.text--larger:after {
    margin-bottom: -0.2475em;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .text--crop.text--larger:before {
    margin-top: -0.19em;
  }

  .text--crop.text--larger:after {
    margin-bottom: -0.235em;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .text--crop.text--larger:before {
    margin-top: -0.18167em;
  }

  .text--crop.text--larger:after {
    margin-bottom: -0.22667em;
  }
}

.text--crop.h3:before {
  margin-top: -0.14em;
}

.text--crop.h3:after {
  margin-bottom: -0.185em;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .text--crop.h3:before {
    margin-top: -0.18167em;
  }

  .text--crop.h3:after {
    margin-bottom: -0.22667em;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .text--crop.h3:before {
    margin-top: -0.14em;
  }

  .text--crop.h3:after {
    margin-bottom: -0.185em;
  }
}

@media only screen and (min-width: 1920px) and (min-height: 800px) {
  .text--crop.h3:before {
    margin-top: -0.14em;
  }

  .text--crop.h3:after {
    margin-bottom: -0.185em;
  }
}

.text--link-icons a:after,
.text--link-icons a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 24px;
  background: #191b1d url(/assets/images/common/link-icon-xs.svg) 0 0 no-repeat;
  margin: 0 4px 0 3px;
  transition-property: background-color;
}

.text--link-icons a:before {
  display: none;
  margin: 0 3px 0 0;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {

  .text--link-icons a:after,
  .text--link-icons a:before {
    width: 20px;
    height: 20px;
    background-image: url(/assets/images/common/link-icon-md.svg);
    margin: 0 4px -1px 5px;
  }

  .text--link-icons a:before {
    margin: 0 5px -1px 0;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {

  .text--link-icons a:after,
  .text--link-icons a:before {
    width: 24px;
    height: 24px;
    background-image: url(/assets/images/common/link-icon-xl.svg);
    margin: 0 0 -3px 4px;
  }

  .text--link-icons a:before {
    margin: 0 12px -3px 0;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .text--link-icons a:after {
    margin: 0 0 -2px 9px;
  }

  .text--link-icons a:before {
    margin: 0 16px -2px 0;
  }
}

.text--link-icons a:hover:after,
.text--link-icons a:hover:before,
.text--link-icons a.is-hovered:after,
.text--link-icons a.is-hovered:before {
  background-color: #b7babe;
  background-position: 0 100%;
}

.ui-gray .text--link-icons a:hover:after,
.ui-gray .text--link-icons a:hover:before,
.ui-gray .text--link-icons a.is-hovered:after,
.ui-gray .text--link-icons a.is-hovered:before {
  background-color: #fff;
}

.text--larger.text--link-icons a:after,
.text--larger.text--link-icons a:before {
  margin: 0 4px -1px 3px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {

  .text--larger.text--link-icons a:after,
  .text--larger.text--link-icons a:before {
    margin: 0 4px 2px 5px;
  }

  .text--larger.text--link-icons a:before {
    margin: 0 5px 2px 0;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {

  .text--larger.text--link-icons a:after,
  .text--larger.text--link-icons a:before {
    margin: 0 0 3px 4px;
  }

  .text--larger.text--link-icons a:before {
    margin: 0 4px 3px 0;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .text--larger.text--link-icons a:after {
    margin: 0 0 8px 9px;
  }

  .text--larger.text--link-icons a:before {
    margin: 0 9px 8px 0;
  }
}

.text--link-icons--pre a:after {
  display: none;
}

.text--link-icons--pre a:before {
  display: inline-block;
}

@media only screen and (max-width: 567px) and (max-aspect-ratio: 13/9) {

  .text--adaptive.h1,
  h1.text--adaptive {
    font-size: calc(4rem + 36 * (100vw - 32rem) / 288);
  }
}

@media (max-width: 667px) and (min-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {

  .text--adaptive.h1,
  h1.text--adaptive {
    font-size: calc(6rem + 54 * (100vw - 56.8rem) / 511.2);
  }
}

@media only screen and (max-width: 567px) and (max-aspect-ratio: 13/9) {

  .text--adaptive.h2,
  h2.text--adaptive {
    font-size: calc(4rem + 36 * (100vw - 32rem) / 288);
  }
}

@media (max-width: 667px) and (min-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {

  .text--adaptive.h2,
  h2.text--adaptive {
    font-size: calc(4rem + 36 * (100vw - 56.8rem) / 511.2);
  }
}

@media only screen and (max-width: 567px) and (max-aspect-ratio: 13/9) {
  .text--larger.text--adaptive {
    font-size: calc(2.5rem + 22.5 * (100vw - 32rem) / 288);
  }
}

@media (max-width: 667px) and (min-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  .text--larger.text--adaptive {
    font-size: calc(2.5rem + 22.5 * (100vw - 56.8rem) / 511.2);
  }
}

@media only screen and (max-width: 567px) and (max-aspect-ratio: 13/9) {
  .text--h1-small.text--adaptive {
    font-size: calc(2.5rem + 22.5 * (100vw - 32rem) / 288);
  }
}

@media (max-width: 667px) and (min-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  .text--h1-small.text--adaptive {
    font-size: calc(2.5rem + 22.5 * (100vw - 56.8rem) / 511.2);
  }
}

.btn {
  border: 0;
  border-radius: 200px;
  box-shadow: none;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.8s;
}

.btn.is-disabled,
.btn:disabled {
  cursor: default;
}

.btn__content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  position: relative;
  z-index: 1;
}

.btn__content,
.btn__content _::-webkit-full-page-media,
.btn__content _:future {
  margin-left: auto;
  margin-right: auto;
}

.btn-container {
  cursor: pointer;
}

.btn-container.is-disabled,
.btn-container:disabled {
  cursor: default;
}

.btn.icon {
  display: inline-flex;
  transition-property: all;
}

.btn--extended-area:after {
  content: "";
}

.btn--full {
  width: 100%;
}

.btn--full .btn__content {
  justify-content: space-between;
}

@media (max-width: 667px) and (min-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  .btn--auto-sm {
    width: auto;
  }
}

.btn:after,
.btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 200px;
  pointer-events: none;
  transition-property: transform, background-color, border-color, box-shadow;
  transition-duration: 0.4s, 0.8s, 0.8s, 0.8s;
}

.btn:before {
  z-index: 1;
}

.btn {
  will-change: transform;
  --x: 50%;
  --y: 50%;
}

.btn .btn__content {
  pointer-events: none;
}

.btn:before {
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 100%;
  padding-top: 100%;
  transform: scale(0) translate(-50%, -50%);
  transform-origin: var(--x) var(--y);
}

.btn:after {
  pointer-events: none;
}

.btn.btn--square:before {
  left: 0;
  top: 0;
  height: 100%;
  padding-top: 0;
  transform-origin: 50% 50%;
  transform: scale(0);
}

.btn-container:hover .btn:before,
.btn:hover:before {
  transform: scale(1) translate(-50%, -50%);
}

.btn-container:hover .btn:after,
.btn:hover:after {
  transform: scale(0.96);
  transition-timing-function: step-end;
}

.btn-container:hover .btn.btn--square:before,
.btn:hover.btn--square:before {
  transform: scale(1);
}

.btn-container:active:hover .btn:before,
.btn:active:hover:before {
  transform: scale(1) translate(-50%, -50%);
}

.btn-container:active:hover .btn:after,
.btn:active:hover:after {
  transform: scale(0.96);
  transition-timing-function: step-end;
}

.btn-container:active:hover .btn.btn--square:before,
.btn:active:hover.btn--square:before {
  transform: scale(1);
}

.btn.btn--tabs-full:before {
  transform: translateY(101%);
  transform-origin: 0 0;
  left: 0;
  top: 0;
  padding-top: 0;
  height: 100%;
}

.btn-container:hover .btn.btn--tabs-full:before,
.btn.btn--tabs-full:hover:before {
  transform: translateY(0);
}

.btn-container:hover .btn.btn--tabs-full:after,
.btn.btn--tabs-full:hover:after {
  transform: none;
}

.btn-container:active:hover .btn.btn--tabs-full:before,
.btn.btn--tabs-full:active:hover:before {
  transform: translateY(0);
}

.btn-container:active:hover .btn.btn--tabs-full-icon:after,
.btn-container:active:hover .btn.btn--tabs-full-icon:before,
.btn-container:active:hover .btn.btn--tabs-full:after,
.btn-container:hover .btn.btn--tabs-full-icon:after,
.btn-container:hover .btn.btn--tabs-full-icon:before,
.btn.btn--tabs-full-icon:active:hover:after,
.btn.btn--tabs-full-icon:active:hover:before,
.btn.btn--tabs-full-icon:hover:after,
.btn.btn--tabs-full-icon:hover:before,
.btn.btn--tabs-full:active:hover:after {
  transform: none;
}

.btn {
  height: 50px;
  /*padding: 0 30px;*/
  /* font-size: 1.5rem; */
  /* line-height: 1.2em; */
  /* letter-spacing: -0.02em; */
}

.btn>.btn__content {
  margin-top: 0;
  padding-top: 0;
  height: 50px;
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .btn {
    /* height: 60px; */
    /* padding: 0 40px; */
  }

  .btn>.btn__content {
    margin-top: 0;
    padding-top: 0;
    height: 60px;
  }
}

.btn.btn--square {
  width: 50px;
  padding-left: 0;
  padding-right: 0;
  flex-grow: 0;
  flex-shrink: 0;
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .btn.btn--square {
    width: 60px;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .btn {
    /* font-size: 1.6rem; */
    /* line-height: 1.25em; */
    /* letter-spacing: -0.02em; */
  }
}

.btn--mini {
  height: 20px;
  padding: 0 20px;
  font-size: 1.2rem;
  line-height: 1.25em;
  letter-spacing: 0;
}

.btn--mini>.btn__content {
  margin-top: 0;
  padding-top: 0;
  height: 20px;
}

.btn--mini.btn--square {
  width: 20px;
  padding-left: 0;
  padding-right: 0;
  flex-grow: 0;
  flex-shrink: 0;
}

.btn--tinier {
  height: 16px;
  padding: 0 20px;
  font-size: 1.3rem;
  line-height: 1.23077em;
  letter-spacing: 0;
}

.btn--tinier>.btn__content {
  margin-top: 0;
  padding-top: 0;
  height: 16px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .btn--tinier {
    height: 24px;
    padding: 0 20px;
  }

  .btn--tinier>.btn__content {
    margin-top: 0;
    padding-top: 0;
    height: 24px;
  }
}

.btn--tinier.btn--square {
  width: 16px;
  padding-left: 0;
  padding-right: 0;
  flex-grow: 0;
  flex-shrink: 0;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .btn--tinier.btn--square {
    width: 24px;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.btn--tiny {
  height: 24px;
  padding: 0 20px;
  font-size: 1.3rem;
  line-height: 1.23077em;
  letter-spacing: 0;
}

.btn--tiny>.btn__content {
  margin-top: 0;
  padding-top: 0;
  height: 24px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .btn--tiny {
    height: 40px;
    padding: 0 20px;
  }

  .btn--tiny>.btn__content {
    margin-top: 0;
    padding-top: 0;
    height: 40px;
  }
}

.btn--tiny.btn--square {
  width: 24px;
  padding-left: 0;
  padding-right: 0;
  flex-grow: 0;
  flex-shrink: 0;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .btn--tiny.btn--square {
    width: 40px;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.btn--xs {
  height: 40px;
  padding: 0 20px;
  font-size: 1.3rem;
  line-height: 1.23077em;
  letter-spacing: 0;
}

.btn--xs>.btn__content {
  margin-top: 0;
  padding-top: 0;
  height: 40px;
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .btn--xs {
    height: 40px;
    padding: 0 20px;
  }

  .btn--xs>.btn__content {
    margin-top: 0;
    padding-top: 0;
    height: 40px;
  }
}

.btn--xs.btn--square {
  width: 40px;
  padding-left: 0;
  padding-right: 0;
  flex-grow: 0;
  flex-shrink: 0;
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .btn--xs.btn--square {
    width: 40px;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.btn--sm {
  height: 40px;
  padding: 0 20px;
}

.btn--sm>.btn__content {
  margin-top: 0;
  padding-top: 0;
  height: 40px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .btn--sm {
    height: 50px;
    padding: 0 30px;
  }

  .btn--sm>.btn__content {
    margin-top: 0;
    padding-top: 0;
    height: 50px;
  }
}

.btn--sm.btn--square {
  width: 40px;
  padding-left: 0;
  padding-right: 0;
  flex-grow: 0;
  flex-shrink: 0;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .btn--sm.btn--square {
    width: 50px;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.btn--md {
  height: 40px;
  padding: 0 20px;
}

.btn--md>.btn__content {
  margin-top: 0;
  padding-top: 0;
  height: 40px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .btn--md {
    height: 60px;
    padding: 0 30px;
  }

  .btn--md>.btn__content {
    margin-top: 0;
    padding-top: 0;
    height: 60px;
  }
}

.btn--md.btn--square {
  width: 40px;
  padding-left: 0;
  padding-right: 0;
  flex-grow: 0;
  flex-shrink: 0;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .btn--md.btn--square {
    width: 60px;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.btn--lg,
.btn--lg>.btn__content {
  height: 40px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {

  .btn--lg,
  .btn--lg>.btn__content {
    height: 80px;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {

  .btn--lg,
  .btn--lg>.btn__content {
    height: 100px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {

  .btn--lg,
  .btn--lg>.btn__content {
    height: 120px;
  }
}

.btn--lg.btn--square {
  width: 40px;
  padding-left: 0;
  padding-right: 0;
  flex-grow: 0;
  flex-shrink: 0;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .btn--lg.btn--square {
    width: 80px;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .btn--lg.btn--square {
    width: 100px;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .btn--lg.btn--square {
    width: 120px;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.btn--xl,
.btn--xl>.btn__content {
  height: 60px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {

  .btn--xl,
  .btn--xl>.btn__content {
    height: 80px;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {

  .btn--xl,
  .btn--xl>.btn__content {
    height: 100px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {

  .btn--xl,
  .btn--xl>.btn__content {
    height: 120px;
  }
}

@media only screen and (min-width: 1920px) and (min-height: 800px) {

  .btn--xl,
  .btn--xl>.btn__content {
    height: 160px;
  }
}

.btn--xl.btn--square {
  width: 60px;
  padding-left: 0;
  padding-right: 0;
  flex-grow: 0;
  flex-shrink: 0;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .btn--xl.btn--square {
    width: 80px;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .btn--xl.btn--square {
    width: 100px;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .btn--xl.btn--square {
    width: 120px;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

@media only screen and (min-width: 1920px) and (min-height: 800px) {
  .btn--xl.btn--square {
    width: 160px;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.btn--xxl,
.btn--xxl>.btn__content {
  height: 100px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {

  .btn--xxl,
  .btn--xxl>.btn__content {
    height: 120px;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {

  .btn--xxl,
  .btn--xxl>.btn__content {
    height: 140px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {

  .btn--xxl,
  .btn--xxl>.btn__content {
    height: 180px;
  }
}

.btn--xxl.btn--square {
  width: 100px;
  padding-left: 0;
  padding-right: 0;
  flex-grow: 0;
  flex-shrink: 0;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .btn--xxl.btn--square {
    width: 120px;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .btn--xxl.btn--square {
    width: 140px;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .btn--xxl.btn--square {
    width: 180px;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.btn--xxxl,
.btn--xxxl>.btn__content {
  height: 120px;
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {

  .btn--xxxl,
  .btn--xxxl>.btn__content {
    height: 140px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {

  .btn--xxxl,
  .btn--xxxl>.btn__content {
    height: 180px;
  }
}

.btn--xxxl.btn--square {
  width: 120px;
  padding-left: 0;
  padding-right: 0;
  flex-grow: 0;
  flex-shrink: 0;
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .btn--xxxl.btn--square {
    width: 140px;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .btn--xxxl.btn--square {
    width: 180px;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.btn--wide {
  min-width: 70px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .btn--wide {
    min-width: 120px;
  }
}

.btn--subscribe {
  height: 50px;
  padding: 0 30px;
}

.btn--subscribe>.btn__content {
  margin-top: 0;
  padding-top: 0;
  height: 50px;
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .btn--subscribe {
    height: 60px;
    padding: 0 40px;
  }

  .btn--subscribe>.btn__content {
    margin-top: 0;
    padding-top: 0;
    height: 60px;
  }
}

.btn.btn--primary,
.btn.btn--primary.is-disabled,
.btn.btn--primary:disabled,
.btn.btn--secondary-strict,
.btn.btn--secondary-strict.is-disabled,
.btn.btn--secondary-strict:disabled {
  color: #fff;
}

.btn.btn--primary.is-disabled:after,
.btn.btn--primary:after,
.btn.btn--primary:disabled:after,
.btn.btn--secondary-strict.is-disabled:after,
.btn.btn--secondary-strict:after,
.btn.btn--secondary-strict:disabled:after {
  background-color: var(--persian-green);
}

.btn.btn--primary.is-disabled:before,
.btn.btn--primary:before,
.btn.btn--primary:disabled:before,
.btn.btn--secondary-strict.is-disabled:before,
.btn.btn--secondary-strict:before,
.btn.btn--secondary-strict:disabled:before {
  background-color: #b7babe;
}

.btn-container:active:hover .btn.btn--primary,
.btn-container:active:hover .btn.btn--secondary-strict,
.btn-container:hover .btn.btn--primary,
.btn-container:hover .btn.btn--secondary-strict,
.btn.btn--primary:active:hover,
.btn.btn--primary:hover,
.btn.btn--secondary-strict:active:hover,
.btn.btn--secondary-strict:hover,
.ui-dark .btn.btn--primary,
.ui-dark .btn.btn--primary.is-disabled,
.ui-dark .btn.btn--primary:disabled,
.ui-dark .btn.btn--secondary-strict,
.ui-dark .btn.btn--secondary-strict.is-disabled,
.ui-dark .btn.btn--secondary-strict:disabled {
  color: #191b1d;
}

.ui-dark .btn.btn--primary.is-disabled:after,
.ui-dark .btn.btn--primary:after,
.ui-dark .btn.btn--primary:disabled:after,
.ui-dark .btn.btn--secondary-strict.is-disabled:after,
.ui-dark .btn.btn--secondary-strict:after,
.ui-dark .btn.btn--secondary-strict:disabled:after {
  background-color: #fff;
}

.ui-dark .btn.btn--primary.is-disabled:before,
.ui-dark .btn.btn--primary:before,
.ui-dark .btn.btn--primary:disabled:before,
.ui-dark .btn.btn--secondary-strict.is-disabled:before,
.ui-dark .btn.btn--secondary-strict:before,
.ui-dark .btn.btn--secondary-strict:disabled:before {
  background-color: #b7babe;
}

.ui-dark .btn-container:active:hover .btn.btn--primary,
.ui-dark .btn-container:active:hover .btn.btn--secondary-strict,
.ui-dark .btn-container:hover .btn.btn--primary,
.ui-dark .btn-container:hover .btn.btn--secondary-strict,
.ui-dark .btn.btn--primary:active:hover,
.ui-dark .btn.btn--primary:hover,
.ui-dark .btn.btn--secondary-strict:active:hover,
.ui-dark .btn.btn--secondary-strict:hover,
.ui-gray .btn.btn--primary,
.ui-gray .btn.btn--primary.is-disabled,
.ui-gray .btn.btn--primary:disabled {
  color: var(--persian-green);
}

.ui-gray .btn.btn--primary.is-disabled:after,
.ui-gray .btn.btn--primary:after,
.ui-gray .btn.btn--primary:disabled:after {
  background-color: #fff;
}

.ui-gray .btn.btn--primary.is-disabled:before,
.ui-gray .btn.btn--primary:before,
.ui-gray .btn.btn--primary:disabled:before {
  background-color: var(--persian-green);
}

.ui-gray .btn-container:active:hover .btn.btn--primary,
.ui-gray .btn-container:hover .btn.btn--primary,
.ui-gray .btn.btn--primary:active:hover,
.ui-gray .btn.btn--primary:hover {
  color: #fff;
}

.btn.btn--primary--light-inverse,
.btn.btn--primary--light-inverse.is-disabled,
.btn.btn--primary--light-inverse:disabled,
.btn.btn--secondary,
.btn.btn--secondary.is-disabled,
.btn.btn--secondary:disabled {
  color: #191b1d;
}

.btn.btn--primary--light-inverse.is-disabled:after,
.btn.btn--primary--light-inverse:after,
.btn.btn--primary--light-inverse:disabled:after,
.btn.btn--secondary.is-disabled:after,
.btn.btn--secondary:after,
.btn.btn--secondary:disabled:after {
  background-color: rgba(25, 27, 29, 0.05);
}

.btn.btn--primary--light-inverse.is-disabled:before,
.btn.btn--primary--light-inverse:before,
.btn.btn--primary--light-inverse:disabled:before,
.btn.btn--secondary.is-disabled:before,
.btn.btn--secondary:before,
.btn.btn--secondary:disabled:before {
  background-color: #191b1d;
}

.btn-container:active:hover .btn.btn--primary--light-inverse,
.btn-container:active:hover .btn.btn--secondary,
.btn-container:hover .btn.btn--primary--light-inverse,
.btn-container:hover .btn.btn--secondary,
.btn.btn--primary--light-inverse:active:hover,
.btn.btn--primary--light-inverse:hover,
.btn.btn--secondary:active:hover,
.btn.btn--secondary:hover,
.ui-dark .btn.btn--primary--light-inverse,
.ui-dark .btn.btn--primary--light-inverse.is-disabled,
.ui-dark .btn.btn--primary--light-inverse:disabled,
.ui-dark .btn.btn--secondary,
.ui-dark .btn.btn--secondary.is-disabled,
.ui-dark .btn.btn--secondary:disabled {
  color: #fff;
}

.ui-dark .btn.btn--primary--light-inverse.is-disabled:after,
.ui-dark .btn.btn--primary--light-inverse:after,
.ui-dark .btn.btn--primary--light-inverse:disabled:after,
.ui-dark .btn.btn--secondary.is-disabled:after,
.ui-dark .btn.btn--secondary:after,
.ui-dark .btn.btn--secondary:disabled:after {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.ui-dark .btn.btn--primary--light-inverse.is-disabled:before,
.ui-dark .btn.btn--primary--light-inverse:before,
.ui-dark .btn.btn--primary--light-inverse:disabled:before,
.ui-dark .btn.btn--secondary.is-disabled:before,
.ui-dark .btn.btn--secondary:before,
.ui-dark .btn.btn--secondary:disabled:before {
  background-color: #fff;
}

.has-hover .ui-dark .btn-container:active:hover .btn.btn--primary--light-inverse,
.ui-dark .btn-container:active:hover .btn.btn--secondary,
.ui-dark .btn-container:hover .btn.btn--primary--light-inverse,
.ui-dark .btn-container:hover .btn.btn--secondary,
.ui-dark .btn.btn--primary--light-inverse:active:hover,
.ui-dark .btn.btn--primary--light-inverse:hover,
.ui-dark .btn.btn--secondary:active:hover,
.ui-dark .btn.btn--secondary:hover {
  color: #191b1d;
}

.ui-gray .btn.btn--secondary,
.ui-gray .btn.btn--secondary.is-disabled,
.ui-gray .btn.btn--secondary:disabled {
  color: #fff;
}

.ui-gray .btn.btn--secondary.is-disabled:after,
.ui-gray .btn.btn--secondary:after,
.ui-gray .btn.btn--secondary:disabled:after {
  background-color: #191b1d;
}

.ui-gray .btn.btn--secondary.is-disabled:before,
.ui-gray .btn.btn--secondary:before,
.ui-gray .btn.btn--secondary:disabled:before {
  background-color: #fff;
}

.ui-gray .btn-container:active:hover .btn.btn--secondary,
.ui-gray .btn-container:hover .btn.btn--secondary,
.ui-gray .btn.btn--secondary:active:hover,
.ui-gray .btn.btn--secondary:hover {
  color: #191b1d;
}

.ui-gray .btn.btn--secondary-strict,
.ui-gray .btn.btn--secondary-strict.is-disabled,
.ui-gray .btn.btn--secondary-strict:disabled {
  color: #fff;
}

.ui-gray .btn.btn--secondary-strict.is-disabled:after,
.ui-gray .btn.btn--secondary-strict:after,
.ui-gray .btn.btn--secondary-strict:disabled:after {
  background-color: #191b1d;
}

.btn.btn--secondary-strict.is-disabled:before,
.btn.btn--secondary-strict:before,
.btn.btn--secondary-strict:disabled:before {
  background-color: #fff;
}

.ui-gray .btn-container:active:hover .btn.btn--secondary-strict,
.ui-gray .btn-container:hover .btn.btn--secondary-strict,
.ui-gray .btn.btn--secondary-strict:active:hover,
.ui-gray .btn.btn--secondary-strict:hover,
.ui-dark .btn.btn--contrast,
.ui-dark .btn.btn--contrast.is-disabled,
.ui-dark .btn.btn--contrast:disabled {
  color: #191b1d;
}

.ui-dark .btn.btn--contrast.is-disabled:after,
.ui-dark .btn.btn--contrast:after,
.ui-dark .btn.btn--contrast:disabled:after {
  background-color: #fff;
}

.ui-dark .btn.btn--contrast.is-disabled:before,
.ui-dark .btn.btn--contrast:before,
.ui-dark .btn.btn--contrast:disabled:before {
  background-color: #b7babe;
}

.ui-dark .btn-container:active:hover .btn.btn--contrast,
.ui-dark .btn-container:hover .btn.btn--contrast,
.ui-dark .btn.btn--contrast:active:hover,
.ui-dark .btn.btn--contrast:hover {
  color: #191b1d;
}

.btn.btn--contrast,
.btn.btn--contrast.is-disabled,
.btn.btn--contrast:disabled {
  color: #fff;
}

.btn.btn--contrast.is-disabled:after,
.btn.btn--contrast:after,
.btn.btn--contrast:disabled:after {
  background-color: #191b1d;
}

.btn.btn--contrast.is-disabled:before,
.btn.btn--contrast:before,
.btn.btn--contrast:disabled:before {
  background-color: #b7babe;
}

.btn-container:active:hover .btn.btn--contrast,
.btn-container:hover .btn.btn--contrast,
.btn.btn--contrast:active:hover,
.btn.btn--contrast:hover {
  color: #191b1d;
}

.btn.btn--link {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  white-space: normal;
  overflow: visible;
}

.btn.btn--link>.btn__content {
  justify-content: flex-start;
  text-align: left;
}

.btn.btn--link small {
  color: rgba(25, 27, 29, 0.4);
  font-size: inherit;
  line-height: inherit;
}

.ui-dark .btn.btn--link--static:hover,
.ui-dark .btn.btn--link--static.is-active,
.ui-dark .btn.btn--link--static.is-hovered,
.ui-dark .btn.btn--link--static:hover:active {
  color: #fff;
}

.card,
.card__image {
  position: relative;
}

.card__image {
  overflow: hidden;
  contain: content;
}

.card__image--background {
  background: rgba(25, 27, 29, 0.05);
}

.card__image img,
.card__image picture {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.card__image picture {
  overflow: hidden;
}

.card__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  height: calc(100% + 2px);
  bottom: auto;
}

.card__image--zoom img {
  transition-duration: 0.8s;
  transition-property: transform, opacity;
}

.card.is-hovered .card__image--zoom img,
.card:hover .card__image--zoom img {
  transform: scale(1.1);
}

.ui-dark .card__image--background {
  background: hsla(0, 0%, 100%, 0.05);
}

.ui-gray .card__image--background {
  background: rgba(25, 27, 29, 0.05);
}

a.card {
  transition-duration: 0.8s;
  transition-property: color, background-color, border-color;
}

.card--latest .card__image {
  padding-top: 55.55556%;
}

.card--latest .card__content {
  margin-top: 23px;
}

.card--latest .card__content:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .card--latest .card__content {
    margin-top: 33px;
  }

  .card--latest .card__content:first-child {
    margin-top: 0;
  }
}

.card--latest .card__title {
  color: #191b1d;
  font-size: 1.8rem;
  line-height: 1.11111em;
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .card--latest .card__title {
    font-size: 2rem;
    line-height: 1.1em;
    letter-spacing: -0.02em;
  }
}

.card--latest .card__title b {
  display: block;
  color: #fff;
}

.card--latest .card__subtitle {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  color: #fff;
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .card--latest .card__image {
    padding-top: 60%;
  }
}

@media only screen and (min-width: 1920px) and (min-height: 800px) {
  .card--latest .card__image {
    padding-top: 66.66667%;
  }
}

.card--work .card__image {
  padding-top: 53.84615%;
}

.card--work .card__content {
  margin-top: 23px;
}

.card--work .card__content:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .card--work .card__content {
    margin-top: 33px;
  }

  .card--work .card__content:first-child {
    margin-top: 0;
  }
}

.card--work .card__title {
  color: rgba(25, 27, 29, 0.4);
}

.card--work .card__title b {
  display: block;
  color: #191b1d;
}

.card--work .card__subtitle {
  margin: 25px 0 0;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .card--work .card__image {
    padding-top: 37.5%;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .card--work .card__image {
    padding-top: 55.55556%;
  }
}

@media only screen and (min-width: 980px) {
  .card--work .card__image {
    padding-top: 55.26316%;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .card--work .card__image {
    padding-top: 60%;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .card--work .card__image {
    padding-top: 64.28571%;
  }

  .card--work .card__subtitle {
    margin: 15px 0 0;
  }
}

@media only screen and (min-width: 1920px) and (min-height: 800px) {
  .card--work .card__image {
    padding-top: 61.76471%;
  }
}

.ui-dark .card--work .card__title {
  color: #fff;
}

.ui-dark .card--work .card__title b {
  color: hsla(0, 0%, 100%, 0.2);
}

.ui-gray .card--work .card__title {
  color: #191b1d;
}

.ui-gray .card--work .card__title b {
  color: #fff;
}

.card-work--flexible .card__image {
  padding-top: 53.84615%;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9) and (max-width: 979px),
only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
  .card-work--flexible .card__title {
    margin-bottom: 0;
  }

  .card-work--flexible .card__subtitle {
    position: absolute;
    right: 20px;
    bottom: 29px;
    margin: 0;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .card-work--flexible .card__image {
    padding-top: 53.33333%;
  }
}

@media only screen and (min-width: 980px) {
  .card-work--flexible .card__image {
    padding-top: 61.76471%;
  }
}

.category {
  display: block;
  position: relative;
  color: #191b1d;
}

.category span {
  display: block;
  padding: 0 0 0 20px;
}

.category span:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: currentColor;
  position: absolute;
  left: 0;
  top: 3px;
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .category span:before {
    top: 5px;
  }
}

.ui-dark .category,
.ui-gray .category {
  color: #fff;
}

.animation--fade-in,
.animation--fade-out,
.animation--height,
.animation--link-clip-in .link-clip__content>span,
.animation--link-clip-out .link-clip__content>span,
.animation--slide-in-bottom,
.animation--slide-in-bottom>div,
.animation--slide-in-bottom>span,
.animation--slide-in-top,
.animation--slide-in-top>div,
.animation--slide-in-top>span,
.animation--slide-out-bottom,
.animation--slide-out-bottom>div,
.animation--slide-out-bottom>span,
.animation--slide-out-top,
.animation--slide-out-top>div,
.animation--slide-out-top>span,
.animation--tabs-in,
.animation--tabs-out,
.header.animation--header-in,
body .animation.animation--button-in,
body .animation.animation--button-in .icon-arrow-down,
body .animation.animation--button-in .icon-arrow-down-large,
body .animation.animation--button-in .icon-arrow-down-small,
body .animation.animation--button-in .icon-arrow-right,
svg.animation--circle-in,
svg.animation--circle-in circle {
  pointer-events: none;
}

.disable-transitions,
.disable-transitions *,
.disable-transitions:after,
.disable-transitions :after,
.disable-transitions:before,
.disable-transitions :before {
  transition: none !important;
}

@media (prefers-reduced-motion: reduce) {

  :not([ignore-reduced-motion="true"]),
  :not([ignore-reduced-motion="true"]):after,
  :not([ignore-reduced-motion="true"]):before {
    transition: none !important;
  }
}

.js [data-appear-animation]:not([data-appear-animation-visible]) {
  pointer-events: all !important;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .js [data-appear-animation]:not([data-appear-animation-visible]) {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js [data-appear-animation]:not([data-appear-animation-visible]) {
    opacity: 1 !important;
    pointer-events: all !important;
  }
}

.animation--fade-in,
.animation--fade-out,
.animation--tabs-in,
.animation--tabs-out {
  will-change: opacity;
}

.animation--fade-in--inactive,
.animation--fade-out--active,
.animation--tabs-in--inactive,
.animation--tabs-out--active {
  opacity: 0;
}

body .animation.animation--button-in,
body .animation.animation--button-in .icon-arrow-down,
body .animation.animation--button-in .icon-arrow-down-large,
body .animation.animation--button-in .icon-arrow-down-small,
body .animation.animation--button-in .icon-arrow-right {
  transition-duration: 0.8s;
  transition-property: transform;
}

body .animation.animation--button-in--inactive {
  transform: scale(0);
}

body .animation.animation--button-in--inactive .icon-arrow-down,
body .animation.animation--button-in--inactive .icon-arrow-down-large,
body .animation.animation--button-in--inactive .icon-arrow-down-small {
  transform: translateY(-120px);
}

body .animation.animation--button-in--inactive .icon-arrow-right {
  transform: translateX(-120px);
}

svg.animation--circle-in {
  transition-property: opacity;
}

svg.animation--circle-in circle {
  transition-property: stroke-dashoffset;
}

svg.animation--circle-in--active circle {
  stroke-dashoffset: 0px !important;
}

.animation.animation--image-in,
.animation.animation--image-out,
.no-hover .animation.animation--image-in,
.no-hover .animation.animation--image-out {
  transition: transform 1.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  pointer-events: none;
  transform: translateY(0) !important;
  overflow: hidden;
}

.animation.animation--image-in .icon,
.animation.animation--image-in img,
.animation.animation--image-out .icon,
.animation.animation--image-out img,
.no-hover .animation.animation--image-in .icon,
.no-hover .animation.animation--image-in img,
.no-hover .animation.animation--image-out .icon,
.no-hover .animation.animation--image-out img {
  transition: transform 1.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transform: translateY(0) !important;
}

.animation.animation--image-in--inactive,
.no-hover .animation.animation--image-in--inactive {
  transform: translateY(100%) !important;
}

.animation.animation--image-in--inactive .icon,
.animation.animation--image-in--inactive img,
.animation.animation--image-out--active,
.no-hover .animation.animation--image-in--inactive .icon,
.no-hover .animation.animation--image-in--inactive img,
.no-hover .animation.animation--image-out--active {
  transform: translateY(-100%) !important;
}

.animation.animation--image-out--active .icon,
.animation.animation--image-out--active img,
.no-hover .animation.animation--image-out--active .icon,
.no-hover .animation.animation--image-out--active img {
  transform: translateY(100%) !important;
}

.animation.animation--image-in-bottom,
.no-hover .animation.animation--image-in-bottom {
  transition: opacity 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  pointer-events: none;
  overflow: hidden;
}

.animation.animation--image-in-bottom .icon,
.animation.animation--image-in-bottom img,
.no-hover .animation.animation--image-in-bottom .icon,
.no-hover .animation.animation--image-in-bottom img {
  transition: transform 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transform: translateY(0) !important;
}

.animation.animation--image-in-bottom--inactive .icon,
.animation.animation--image-in-bottom--inactive img,
.no-hover .animation.animation--image-in-bottom--inactive .icon,
.no-hover .animation.animation--image-in-bottom--inactive img {
  transform: translateY(100%) !important;
}

.animation--slide-in-bottom,
.animation--slide-in-top,
.animation--slide-out-bottom,
.animation--slide-out-top {
  will-change: transform;
  overflow: hidden;
}

.animation--slide-in-bottom>span,
.animation--slide-in-top>span,
.animation--slide-out-bottom>span,
.animation--slide-out-top>span {
  display: inline-block;
}

.animation--slide-in-bottom>div,
.animation--slide-in-bottom>span,
.animation--slide-in-top>div,
.animation--slide-in-top>span,
.animation--slide-out-bottom>div,
.animation--slide-out-bottom>span,
.animation--slide-out-top>div,
.animation--slide-out-top>span {
  will-change: transform;
}

.animation--slide-in-bottom.animation--slow>div,
.animation--slide-in-bottom.animation--slow>span,
.animation--slide-in-top.animation--slow>div,
.animation--slide-in-top.animation--slow>span,
.animation--slide-out-bottom.animation--slow>div,
.animation--slide-out-bottom.animation--slow>span,
.animation--slide-out-top.animation--slow>div,
.animation--slide-out-top.animation--slow>span {
  transition-duration: 0.8s;
}

.animation--slide-in-bottom.animation--fast>div,
.animation--slide-in-bottom.animation--fast>span,
.animation--slide-in-top.animation--fast>div,
.animation--slide-in-top.animation--fast>span,
.animation--slide-out-bottom.animation--fast>div,
.animation--slide-out-bottom.animation--fast>span,
.animation--slide-out-top.animation--fast>div,
.animation--slide-out-top.animation--fast>span {
  transition-duration: 0.2s;
}

.animation--slide-in-bottom--inactive>div,
.animation--slide-in-bottom--inactive>span,
.animation--slide-out-bottom--active>div,
.animation--slide-out-bottom--active>span {
  transform: translateY(100%);
}

.animation--slide-in-top--inactive>div,
.animation--slide-in-top--inactive>span,
.animation--slide-out-top--active>div,
.animation--slide-out-top--active>span {
  transform: translateY(-100%);
}

.number-list {
  position: relative;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -5px;
  margin-bottom: -5px;
}

.number-list,
.number-list>span {
  display: block;
}

.number-list>span:nth-child(2),
.number-list>span:nth-child(3) {
  position: absolute;
  left: 0;
  top: -150%;
  width: 100%;
}

.number-list>span:nth-child(3) {
  top: -300%;
}

.animation--number {
  transition: opacity 1.6s !important;
}

.animation--number>span>span {
  transition-property: transform;
  transition-duration: 1.6s;
  will-change: transform;
}

.animation--number--inactive>span>span {
  transform: translateY(450%);
}

.animation--title {
  transition: fake !important;
  transition-duration: calc(var(--line-total) * 60ms + 1.6s) !important;
}

.is-edge .animation--title,
.is-ie .animation--title {
  transition-duration: 1.6s !important;
}

.animation--title .word-wrap {
  transition: transform 1.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition-delay: calc(var(--line-index) * 60ms);
}

.is-edge .animation--title .word-wrap,
.is-ie .animation--title .word-wrap {
  transition-delay: 0;
}

.animation--title--inactive .word-wrap {
  transform: translateY(100%);
}

.splitting .char,
.splitting .word,
.splitting .word-wrap {
  vertical-align: top;
}

.splitting .word,
.splitting .word-wrap {
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin: -40px -5px -15px;
  padding: 40px 5px 15px;
  direction: revert;
}

.splitting.h1 .word,
.splitting.h1 .word-wrap,
h1.splitting .word,
h1.splitting .word-wrap {
  margin-right: -15px;
  padding-right: 15px;
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {

  .splitting.h1 .word,
  .splitting.h1 .word-wrap,
  h1.splitting .word,
  h1.splitting .word-wrap {
    margin-bottom: -30px;
    padding-bottom: 30px;
  }
}

.words a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.words.animation--title--inactive a {
  position: static;
  overflow: visible;
}

.animation--tabs-in {
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.animation--tabs-out {
  transition-timing-function: cubic-bezier(0.47, 0.04, 0.5, -0.06);
}

.animation--height {
  transition-property: height, opacity;
  will-change: height, opacity;
  overflow: hidden;
}

.animation--intro-deco-title,
.animation--intro-deco-title-out,
.animation--intro-deco-title-reverse,
.animation--intro-deco-title-reverse-out {
  display: block;
  transition-property: transform;
}

.animation--intro-deco-title-out,
.animation--intro-deco-title-reverse-out {
  transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
}

.animation--intro-deco-title--inactive,
.animation--intro-deco-title-out--active {
  transform: translateX(300%);
}

.animation--intro-deco-title-reverse--inactive,
.animation--intro-deco-title-reverse-out--active {
  transform: translateX(-300%);
}

.animation--landing-deco-title {
  display: block;
  transition: opacity 2s;
}

.animation--landing-deco-title .landing-intro-deco__title__center,
.animation--landing-deco-title .landing-intro-deco__title__left {
  display: inline-block;
  transition-property: transform;
}

.animation--landing-deco-title .landing-intro-deco__title__center {
  transition-delay: 0.4s;
}

.animation--landing-deco-title--inactive .landing-intro-deco__title__center,
.animation--landing-deco-title--inactive .landing-intro-deco__title__left {
  transform: translateX(300%);
}

.animation--fast {
  transition-duration: 0.2s;
}

.animation--slow {
  transition-duration: 0.8s;
}

.animation--block {
  transition-duration: 1.6s;
}

.page-transition-content {
  position: fixed !important;
  left: 0 !important;
  top: 0;
  width: 100vw !important;
  min-height: 100vh !important;
  z-index: 12 !important;
}

.page-transition-overlay {
  position: fixed;
  z-index: 13;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  height: var(--viewport-height);
  overflow: hidden;
  contain: strict;
  transform: translateY(0);
  will-change: transform;
}

.is-mac .page-transition-overlay {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.page-transition-overlay__content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  contain: strict;
  transform: translateY(0);
  will-change: transform;
}

.is-mac .page-transition-overlay__content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.page-transition-overlay__a,
.page-transition-overlay__b {
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  margin: -82px 0 0 -82px;
  transform: rotate(0deg);
  transform-origin: center;
  -webkit-animation: page-transition-a 3s linear infinite;
  animation: page-transition-a 3s linear infinite;
  will-change: transform;
  pointer-events: none;
}

.page-transition-overlay__a svg,
.page-transition-overlay__b svg {
  display: block;
}

.page-transition-overlay__b {
  -webkit-animation-name: page-transition-b;
  animation-name: page-transition-b;
}

@-moz-document url-prefix() {
  .is-mac .page-transition-overlay__a svg {
    display: none;
  }

  .is-mac .page-transition-overlay__a:before {
    content: "";
    display: block;
    width: 164px;
    height: 164px;
    background: url(/assets/images/common/loader-fallback-top.png) 0 0 no-repeat;
    background-size: cover;
  }
}

@-moz-document url-prefix() {
  .is-mac .page-transition-overlay__b svg {
    display: none;
  }

  .is-mac .page-transition-overlay__b:before {
    content: "";
    display: block;
    width: 164px;
    height: 164px;
    background: url(/assets/images/common/loader-fallback-bottom.png) 0 0 no-repeat;
    background-size: cover;
  }
}

.no-js .page-transition-overlay {
  pointer-events: none;
  -webkit-animation: fade-out 1s cubic-bezier(0.745, 0.065, 0.17, 1);
  animation: fade-out 1s cubic-bezier(0.745, 0.065, 0.17, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes page-transition-a {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes page-transition-a {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@-webkit-keyframes page-transition-b {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-1turn);
  }
}

@keyframes page-transition-b {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-1turn);
  }
}

.animation--overlay-in,
.animation--overlay-in .page-transition-overlay__content,
.animation--overlay-out,
.animation--overlay-out .page-transition-overlay__content {
  transition-duration: 0.8s;
  transition-property: transform;
  will-change: transform;
}

.animation--overlay-in--inactive {
  transform: translateY(100%);
}

.animation--overlay-in--inactive .page-transition-overlay__content,
.animation--overlay-out--active {
  transform: translateY(-100%);
}

.animation--overlay-out--active .page-transition-overlay__content {
  transform: translateY(100%);
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.has-scroll-smooth {
  scroll-behavior: auto;
}

.c-scrollbar {
  z-index: 11;
}

.h1,
.h2,
.h3,
.h4,
.h5,
body,
button,
h1,
h2,
h3,
h4,
h5,
input,
textarea {
  color: #191b1d;
}

.link--small {
  color: rgba(25, 27, 29, 0.4);
}

.link--small:hover,
.link--small.is-active,
.link--small.is-hovered,
.link--small:hover:active,
.text--color-heading,
.text--color-primary {
  color: #191b1d;
}

.text--color-small {
  color: rgba(25, 27, 29, 0.4);
}

.text--color-text {
  color: #191b1d;
}

.ui-dark,
.ui-dark button,
.ui-dark input,
.ui-dark textarea {
  color: hsla(0, 0%, 100%, 0.4);
}

.ui-dark .h1,
.ui-dark .h2,
.ui-dark .h3,
.ui-dark .h4,
.ui-dark .h5,
.ui-dark h1,
.ui-dark h2,
.ui-dark h3,
.ui-dark h4,
.ui-dark h5 {
  color: #fff;
}

.ui-dark .link--small {
  color: hsla(0, 0%, 100%, 0.4);
}

.ui-dark .link--small:hover,
.ui-dark .link--small.is-active,
.ui-dark .link--small.is-hovered,
.ui-dark .link--small:hover:active,
.ui-dark .text--color-heading {
  color: #fff;
}

.ui-dark .text--color-small,
.ui-dark .text--color-text {
  color: hsla(0, 0%, 100%, 0.4);
}

.ui-gray,
.ui-gray .h1,
.ui-gray .h2,
.ui-gray .h3,
.ui-gray .h4,
.ui-gray .h5,
.ui-gray button,
.ui-gray h1,
.ui-gray h2,
.ui-gray h3,
.ui-gray h4,
.ui-gray h5,
.ui-gray input,
.ui-gray textarea {
  color: #fff;
}

.ui-gray .h1 b,
.ui-gray h1 b {
  color: #191b1d;
  display: block;
  font-weight: inherit;
}

.ui-gray .link--small:hover,
.ui-gray .link--small,
.ui-gray .link--small.is-active,
.ui-gray .link--small.is-hovered,
.ui-gray .link--small:hover:active {
  color: #191b1d;
}

.ui-gray .text--color-heading {
  color: #fff;
}

.ui-gray .text--color-small {
  color: var(--persian-green);
}

.ui-gray .text--color-text {
  color: #fff;
}

body {
  background: #fff;
}

.ui-dark-background {
  background: var(--persian-green);
}

.ui-light-background {
  background: #fff;
}

.ui-gray-background {
  background: #b7babe;
}

.ui-gray-background-lightbox {
  background: rgba(183, 186, 190, 0.95);
}

.icon {
  transition-property: color, transform, opacity;
  display: inline-block;
  flex-shrink: 0;
}

.btn .icon,
.icon--with-margins,
a .icon,
button .icon {
  transition: none;
}

.btn .icon:not(:last-child),
.icon--with-margins:not(:last-child),
a .icon:not(:last-child),
button .icon:not(:last-child) {
  margin-right: 1rem;
}

.btn .icon:not(:first-child),
.icon--with-margins:not(:first-child),
a .icon:not(:first-child),
button .icon:not(:first-child) {
  margin-left: 1rem;
}

.btn .icon--no-margins:not(:first-child),
.btn .icon--no-margins:not(:last-child),
.icon--no-margins:not(:first-child),
.icon--no-margins:not(:last-child),
a .icon--no-margins:not(:first-child),
a .icon--no-margins:not(:last-child),
button .icon--no-margins:not(:first-child),
button .icon--no-margins:not(:last-child) {
  margin-right: 0;
  margin-left: 0;
}

.icon.icon--with-large-margins:not(:last-child) {
  margin-right: 2rem;
}

.icon.icon--with-large-margins:not(:first-child) {
  margin-left: 2rem;
}

.icon.icon--with-small-margins:not(:last-child) {
  margin-right: 0.5rem;
}

.icon.icon--with-small-margins:not(:first-child) {
  margin-left: 0.5rem;
}

.icon,
.icon--with-margins~span {
  vertical-align: middle;
}

.btn .icon,
a .icon,
button .icon {
  pointer-events: none;
}

.no-hover .btn--square .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.block {
  margin-top: 10px;
  margin-bottom: 10px;
}

.block:first-child {
  margin-top: 0;
}

.block:last-child {
  margin-bottom: 0;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .block:first-child {
    margin-top: 0;
  }

  .block:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .block {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .block:first-child {
    margin-top: 0;
  }

  .block:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 980px) {
  .block {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .block:first-child {
    margin-top: 0;
  }

  .block:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .block {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .block:first-child {
    margin-top: 0;
  }

  .block:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .block {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .block:first-child {
    margin-top: 0;
  }

  .block:last-child {
    margin-bottom: 0;
  }
}

.block-top {
  margin-top: 10px;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .block-top {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .block-top {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 980px) {
  .block-top {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .block-top {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .block-top {
    margin-top: 30px;
  }
}

.block-bottom {
  margin-bottom: 10px;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .block-bottom {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .block-bottom {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 980px) {
  .block-bottom {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .block-bottom {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .block-bottom {
    margin-bottom: 30px;
  }
}

.block-block-small {
  margin-top: 30px;
  margin-bottom: 30px;
}

.block-block-small:first-child {
  margin-top: 0;
}

.block-block-small:last-child {
  margin-bottom: 0;
}

.block-block-small-top {
  margin-top: 30px;
}

.block-block-small-bottom {
  margin-bottom: 30px;
}

.block-block-medium {
  margin-top: 50px;
  margin-bottom: 50px;
}

.block-block-medium:first-child {
  margin-top: 0;
}

.block-block-medium:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .block-block-medium {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .block-block-medium:first-child {
    margin-top: 0;
  }

  .block-block-medium:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .block-block-medium {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .block-block-medium:first-child {
    margin-top: 0;
  }

  .block-block-medium:last-child {
    margin-bottom: 0;
  }
}

.block-block-medium-top {
  margin-top: 50px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .block-block-medium-top {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .block-block-medium-top {
    margin-top: 110px;
  }
}

.block-block-medium-bottom {
  margin-bottom: 50px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .block-block-medium-bottom {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .block-block-medium-bottom {
    margin-bottom: 110px;
  }
}

.block-block-large {
  margin-top: 80px;
  margin-bottom: 80px;
}

.block-block-large:first-child {
  margin-top: 0;
}

.block-block-large:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .block-block-large {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .block-block-large:first-child {
    margin-top: 0;
  }

  .block-block-large:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .block-block-large {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .block-block-large:first-child {
    margin-top: 0;
  }

  .block-block-large:last-child {
    margin-bottom: 0;
  }
}

.block-block-large-top {
  margin-top: 80px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .block-block-large-top {
    margin-top: 110px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .block-block-large-top {
    margin-top: 170px;
  }
}

.block-block-large-bottom {
  margin-bottom: 80px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .block-block-large-bottom {
    margin-bottom: 110px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .block-block-large-bottom {
    margin-bottom: 170px;
  }
}

.block-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.block-text:first-child {
  margin-top: 0;
}

.block-text:last-child {
  margin-bottom: 0;
}

.block-text-top {
  margin-top: 2rem;
}

.block-text-bottom {
  margin-bottom: 2rem;
}

.block-grid {
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-grid:first-child {
  margin-top: 0;
}

.block-grid:last-child {
  margin-bottom: 0;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .block-grid {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .block-grid:first-child {
    margin-top: 0;
  }

  .block-grid:last-child {
    margin-bottom: 0;
  }
}

.block-grid-top {
  margin-top: 20px;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .block-grid-top {
    margin-top: 40px;
  }
}

.block-grid-bottom {
  margin-bottom: 20px;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .block-grid-bottom {
    margin-bottom: 40px;
  }
}

.block-none {
  margin-bottom: 0;
}

.block-none,
.block-none:first-child {
  margin-top: 0;
}

.block-none:last-child {
  margin-bottom: 0;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .block-none {
    margin-bottom: 0;
  }

  .block-none,
  .block-none:first-child {
    margin-top: 0;
  }

  .block-none:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .block-none {
    margin-bottom: 0;
  }

  .block-none,
  .block-none:first-child {
    margin-top: 0;
  }

  .block-none:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 980px) {
  .block-none {
    margin-bottom: 0;
  }

  .block-none,
  .block-none:first-child {
    margin-top: 0;
  }

  .block-none:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .block-none {
    margin-bottom: 0;
  }

  .block-none,
  .block-none:first-child {
    margin-top: 0;
  }

  .block-none:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .block-none {
    margin-bottom: 0;
  }

  .block-none,
  .block-none:first-child {
    margin-top: 0;
  }

  .block-none:last-child {
    margin-bottom: 0;
  }
}

.block-none-top {
  margin-top: 0;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .block-none-top {
    margin-top: 0;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .block-none-top {
    margin-top: 0;
  }
}

@media only screen and (min-width: 980px) {
  .block-none-top {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .block-none-top {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .block-none-top {
    margin-top: 0;
  }
}

.block-none-bottom {
  margin-bottom: 0;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .block-none-bottom {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .block-none-bottom {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 980px) {
  .block-none-bottom {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .block-none-bottom {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .block-none-bottom {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 980px) {
  .block-none-lg {
    margin-top: 0;
    margin-bottom: 0;
  }

  .block-none-lg:first-child {
    margin-top: 0;
  }

  .block-none-lg:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .block-none-lg {
    margin-top: 0;
    margin-bottom: 0;
  }

  .block-none-lg:first-child {
    margin-top: 0;
  }

  .block-none-lg:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .block-none-lg {
    margin-top: 0;
    margin-bottom: 0;
  }

  .block-none-lg:first-child {
    margin-top: 0;
  }

  .block-none-lg:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 980px) {
  .block-none-lg-top {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .block-none-lg-top {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .block-none-lg-top {
    margin-top: 0;
  }
}

@media only screen and (min-width: 980px) {
  .block-none-lg-bottom {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .block-none-lg-bottom {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .block-none-lg-bottom {
    margin-bottom: 0;
  }
}

.link-clip {
  display: inline-block;
}

.link-clip__content {
  display: inline-block;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  direction: rtl;
}

.link-clip__content>span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  transition-property: color;
}

.link-clip__content>span+span {
  position: absolute;
  left: 0;
  top: 175%;
  width: 100%;
}

.link-clip__content>span {
  color: #191b1d;
}

.is-active .link-clip__content>span,
.link-clip__content>span+span {
  color: rgba(25, 27, 29, 0.4);
}

.ui-dark .link-clip--strict .link-clip__content>span+span,
.ui-dark .link-clip__content>span {
  color: #fff;
  line-height: 1.5;
}

.ui-dark .is-active .link-clip__content>span,
.ui-dark .link-clip__content>span+span {
  color: hsla(0, 0%, 100%, 0.4);
}

.ui-gray .link-clip__content>span {
  color: #191b1d;
}

.ui-gray .is-active .link-clip__content>span,
.ui-gray .link-clip__content>span+span {
  color: #fff;
}

.animation--link-clip-in {
  transition-duration: 0.8s;
  transition-property: border-color;
}

.animation--link-clip-in .link-clip__content>span {
  transition-duration: 0.8s;
  transition-property: transform;
}

.animation--link-clip-in--active .link-clip__content>span {
  transform: translateY(-175%);
}

.animation--link-clip-out {
  transition-duration: 0.4s;
  transition-property: border-color;
}

.animation--link-clip-out .link-clip__content>span {
  transition-duration: 0.4s;
  transition-property: opacity;
  transform: translateY(0);
  opacity: 0;
}

.animation--link-clip-out .link-clip__content>span+span {
  transition-duration: 0.4s;
  transition-property: opacity;
  transform: translateY(-175%);
  opacity: 1;
}

.animation--link-clip-out--active .link-clip__content>span {
  opacity: 1;
}

.animation--link-clip-out--active .link-clip__content>span+span {
  opacity: 0;
}

.container-h,
.container-v,
.container-v-intro,
.container-v-text,
.container-v-top {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

.container-h:after,
.container-h:before,
.container-v-intro:after,
.container-v-intro:before,
.container-v-text:after,
.container-v-text:before,
.container-v-top:after,
.container-v-top:before,
.container-v:after,
.container-v:before {
  content: " ";
  display: table;
}

.container-h {
  max-width: 1680px;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .container-h {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .container-h {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media only screen and (min-width: 980px) {
  .container-h {
    padding-right: 80px;
    padding-left: 80px;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .container-h {
    padding-right: 80px;
    padding-left: 80px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .container-h {
    padding-right: 140px;
    padding-left: 140px;
  }
}

.container-v {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .container-v {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .container-v {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 980px) {
  .container-v {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .container-v {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .container-v {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}

.container-v-top {
  padding-top: 60px;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .container-v-top {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .container-v-top {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 980px) {
  .container-v-top {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .container-v-top {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .container-v-top {
    padding-top: 180px;
  }
}

.container-v-intro {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .container-v-intro {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .container-v-intro {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}

@media only screen and (min-width: 980px) {
  .container-v-intro {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .container-v-intro {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .container-v-intro {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}

.container-v-text {
  padding-top: 100px;
  padding-bottom: 60px;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .container-v-text {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .container-v-text {
    padding-top: 180px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 980px) {
  .container-v-text {
    padding-top: 180px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .container-v-text {
    padding-top: 180px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .container-v-text {
    padding-top: 240px;
    padding-bottom: 180px;
  }
}

.has-scroll-smooth .container-v-top-no-custom {
  padding-top: 10px;
}

.full-width {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row--pad {
  margin-left: -10px;
  margin-right: -10px;
}

.row--pad>.col {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .row--pad {
    margin-left: -20px;
    margin-right: -20px;
  }

  .row--pad>.col {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .row--pad {
    margin-left: -20px;
    margin-right: -20px;
  }

  .row--pad>.col {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 980px) {
  .row--pad {
    margin-left: -20px;
    margin-right: -20px;
  }

  .row--pad>.col {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .row--pad {
    margin-left: -20px;
    margin-right: -20px;
  }

  .row--pad>.col {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .row--pad {
    margin-left: -20px;
    margin-right: -20px;
  }

  .row--pad>.col {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.col {
  flex: 1;
  max-width: 100%;
}

.col--xs-1 {
  flex: 0 1 25%;
  width: 25%;
}

.col--xs-1 _:-ms-input-placeholder,
:root .col--xs-1 {
  min-width: 25%;
  max-width: 25%;
}

@-moz-document url-prefix() {
  .col--xs-1 {
    max-width: 25%;
  }
}

.offset--xs-1 {
  margin-left: 25%;
}

.col--xs-2 {
  flex: 0 1 50%;
  width: 50%;
}

.col--xs-2 _:-ms-input-placeholder,
:root .col--xs-2 {
  min-width: 50%;
  max-width: 50%;
}

@-moz-document url-prefix() {
  .col--xs-2 {
    max-width: 50%;
  }
}

.offset--xs-2 {
  margin-left: 50%;
}

.col--xs-3 {
  flex: 0 1 75%;
  width: 75%;
}

.col--xs-3 _:-ms-input-placeholder,
:root .col--xs-3 {
  min-width: 75%;
  max-width: 75%;
}

@-moz-document url-prefix() {
  .col--xs-3 {
    max-width: 75%;
  }
}

.offset--xs-3 {
  margin-left: 75%;
}

.col--xs-4 {
  flex: 0 1 100%;
  width: 100%;
}

.col--xs-4 _:-ms-input-placeholder,
:root .col--xs-4 {
  min-width: 100%;
  max-width: 100%;
}

@-moz-document url-prefix() {
  .col--xs-4 {
    max-width: 100%;
  }
}

.offset--xs-4 {
  margin-left: 100%;
}

.col--xs-full {
  flex: 0 1 100%;
  width: 100%;
}

.col--xs-full _:-ms-input-placeholder,
:root .col--xs-full {
  min-width: 100%;
  max-width: 100%;
}

@-moz-document url-prefix() {
  .col--xs-full {
    max-width: 100%;
  }
}

.offset--xs-0 {
  margin-left: 0;
}

.col--xs-auto {
  flex: 0 0 auto;
  width: auto;
}

.col--xs-auto _:-ms-input-placeholder,
:root .col--xs-auto {
  min-width: 0;
  max-width: 100%;
}

@-moz-document url-prefix() {
  .col--xs-auto {
    max-width: none;
  }
}

.col--xs-fill {
  flex: 1 1 auto;
  width: auto;
}

.col--xs-fill _:-ms-input-placeholder,
:root .col--xs-fill {
  min-width: 0;
  max-width: 100%;
}

@-moz-document url-prefix() {
  .col--xs-fill {
    max-width: none;
  }
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .col--sm-1 {
    flex: 0 1 25%;
    width: 25%;
  }

  .col--sm-1 _:-ms-input-placeholder,
  :root .col--sm-1 {
    min-width: 25%;
    max-width: 25%;
  }

  @-moz-document url-prefix() {
    .col--sm-1 {
      max-width: 25%;
    }
  }

  .offset--sm-1 {
    margin-left: 25%;
  }

  .col--sm-2 {
    flex: 0 1 50%;
    width: 50%;
  }

  .col--sm-2 _:-ms-input-placeholder,
  :root .col--sm-2 {
    min-width: 50%;
    max-width: 50%;
  }

  @-moz-document url-prefix() {
    .col--sm-2 {
      max-width: 50%;
    }
  }

  .offset--sm-2 {
    margin-left: 50%;
  }

  .col--sm-3 {
    flex: 0 1 75%;
    width: 75%;
  }

  .col--sm-3 _:-ms-input-placeholder,
  :root .col--sm-3 {
    min-width: 75%;
    max-width: 75%;
  }

  @-moz-document url-prefix() {
    .col--sm-3 {
      max-width: 75%;
    }
  }

  .offset--sm-3 {
    margin-left: 75%;
  }

  .col--sm-4 {
    flex: 0 1 100%;
    width: 100%;
  }

  .col--sm-4 _:-ms-input-placeholder,
  :root .col--sm-4 {
    min-width: 100%;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    .col--sm-4 {
      max-width: 100%;
    }
  }

  .offset--sm-4 {
    margin-left: 100%;
  }

  .col--sm-full {
    flex: 0 1 100%;
    width: 100%;
  }

  .col--sm-full _:-ms-input-placeholder,
  :root .col--sm-full {
    min-width: 100%;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    .col--sm-full {
      max-width: 100%;
    }
  }

  .offset--sm-0 {
    margin-left: 0;
  }

  .col--sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col--sm-auto _:-ms-input-placeholder,
  :root .col--sm-auto {
    min-width: 0;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    .col--sm-auto {
      max-width: none;
    }
  }

  .col--sm-fill {
    flex: 1 1 auto;
    width: auto;
  }

  .col--sm-fill _:-ms-input-placeholder,
  :root .col--sm-fill {
    min-width: 0;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    .col--sm-fill {
      max-width: none;
    }
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .col--md-1 {
    flex: 0 1 12.5%;
    width: 12.5%;
  }

  .col--md-1 _:-ms-input-placeholder,
  :root .col--md-1 {
    min-width: 12.5%;
    max-width: 12.5%;
  }

  @-moz-document url-prefix() {
    .col--md-1 {
      max-width: 12.5%;
    }
  }

  .offset--md-1 {
    margin-left: 12.5%;
  }

  .col--md-2 {
    flex: 0 1 25%;
    width: 25%;
  }

  .col--md-2 _:-ms-input-placeholder,
  :root .col--md-2 {
    min-width: 25%;
    max-width: 25%;
  }

  @-moz-document url-prefix() {
    .col--md-2 {
      max-width: 25%;
    }
  }

  .offset--md-2 {
    margin-left: 25%;
  }

  .col--md-3 {
    flex: 0 1 37.5%;
    width: 37.5%;
  }

  .col--md-3 _:-ms-input-placeholder,
  :root .col--md-3 {
    min-width: 37.5%;
    max-width: 37.5%;
  }

  @-moz-document url-prefix() {
    .col--md-3 {
      max-width: 37.5%;
    }
  }

  .offset--md-3 {
    margin-left: 37.5%;
  }

  .col--md-4 {
    flex: 0 1 50%;
    width: 50%;
  }

  .col--md-4 _:-ms-input-placeholder,
  :root .col--md-4 {
    min-width: 50%;
    max-width: 50%;
  }

  @-moz-document url-prefix() {
    .col--md-4 {
      max-width: 50%;
    }
  }

  .offset--md-4 {
    margin-left: 50%;
  }

  .col--md-5 {
    flex: 0 1 62.5%;
    width: 62.5%;
  }

  .col--md-5 _:-ms-input-placeholder,
  :root .col--md-5 {
    min-width: 62.5%;
    max-width: 62.5%;
  }

  @-moz-document url-prefix() {
    .col--md-5 {
      max-width: 62.5%;
    }
  }

  .offset--md-5 {
    margin-left: 62.5%;
  }

  .col--md-6 {
    flex: 0 1 75%;
    width: 75%;
  }

  .col--md-6 _:-ms-input-placeholder,
  :root .col--md-6 {
    min-width: 75%;
    max-width: 75%;
  }

  @-moz-document url-prefix() {
    .col--md-6 {
      max-width: 75%;
    }
  }

  .offset--md-6 {
    margin-left: 75%;
  }

  .col--md-7 {
    flex: 0 1 87.5%;
    width: 87.5%;
  }

  .col--md-7 _:-ms-input-placeholder,
  :root .col--md-7 {
    min-width: 87.5%;
    max-width: 87.5%;
  }

  @-moz-document url-prefix() {
    .col--md-7 {
      max-width: 87.5%;
    }
  }

  .offset--md-7 {
    margin-left: 87.5%;
  }

  .col--md-8 {
    flex: 0 1 100%;
    width: 100%;
  }

  .col--md-8 _:-ms-input-placeholder,
  :root .col--md-8 {
    min-width: 100%;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    .col--md-8 {
      max-width: 100%;
    }
  }

  .offset--md-8 {
    margin-left: 100%;
  }

  .col--md-full {
    flex: 0 1 100%;
    width: 100%;
  }

  .col--md-full _:-ms-input-placeholder,
  :root .col--md-full {
    min-width: 100%;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    .col--md-full {
      max-width: 100%;
    }
  }

  .offset--md-0 {
    margin-left: 0;
  }

  .col--md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col--md-auto _:-ms-input-placeholder,
  :root .col--md-auto {
    min-width: 0;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    .col--md-auto {
      max-width: none;
    }
  }

  .col--md-fill {
    flex: 1 1 auto;
    width: auto;
  }

  .col--md-fill _:-ms-input-placeholder,
  :root .col--md-fill {
    min-width: 0;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    .col--md-fill {
      max-width: none;
    }
  }
}

@media only screen and (min-width: 980px) {
  .col--lg-1 {
    flex: 0 1 8.33333%;
    width: 8.33333%;
  }

  .col--lg-1 _:-ms-input-placeholder,
  :root .col--lg-1 {
    min-width: 8.33333%;
    max-width: 8.33333%;
  }

  @-moz-document url-prefix() {
    .col--lg-1 {
      max-width: 8.33333%;
    }
  }

  .offset--lg-1 {
    margin-left: 8.33333%;
  }

  .col--lg-2 {
    flex: 0 1 16.66667%;
    width: 16.66667%;
  }

  .col--lg-2 _:-ms-input-placeholder,
  :root .col--lg-2 {
    min-width: 16.66667%;
    max-width: 16.66667%;
  }

  @-moz-document url-prefix() {
    .col--lg-2 {
      max-width: 16.66667%;
    }
  }

  .offset--lg-2 {
    margin-left: 16.66667%;
  }

  .col--lg-3 {
    flex: 0 1 25%;
    width: 25%;
  }

  .col--lg-3 _:-ms-input-placeholder,
  :root .col--lg-3 {
    min-width: 25%;
    max-width: 25%;
  }

  @-moz-document url-prefix() {
    .col--lg-3 {
      max-width: 25%;
    }
  }

  .offset--lg-3 {
    margin-left: 25%;
  }

  .col--lg-4 {
    flex: 0 1 33.33333%;
    width: 33.33333%;
  }

  .col--lg-4 _:-ms-input-placeholder,
  :root .col--lg-4 {
    min-width: 33.33333%;
    max-width: 33.33333%;
  }

  @-moz-document url-prefix() {
    .col--lg-4 {
      max-width: 33.33333%;
    }
  }

  .offset--lg-4 {
    margin-left: 33.33333%;
  }

  .col--lg-5 {
    flex: 0 1 41.66667%;
    width: 41.66667%;
  }

  .col--lg-5 _:-ms-input-placeholder,
  :root .col--lg-5 {
    min-width: 41.66667%;
    max-width: 41.66667%;
  }

  @-moz-document url-prefix() {
    .col--lg-5 {
      max-width: 41.66667%;
    }
  }

  .offset--lg-5 {
    margin-left: 41.66667%;
  }

  .col--lg-6 {
    flex: 0 1 50%;
    width: 50%;
  }

  .col--lg-6 _:-ms-input-placeholder,
  :root .col--lg-6 {
    min-width: 50%;
    max-width: 50%;
  }

  @-moz-document url-prefix() {
    .col--lg-6 {
      max-width: 50%;
    }
  }

  .offset--lg-6 {
    margin-left: 50%;
  }

  .col--lg-7 {
    flex: 0 1 58.33333%;
    width: 58.33333%;
  }

  .col--lg-7 _:-ms-input-placeholder,
  :root .col--lg-7 {
    min-width: 58.33333%;
    max-width: 58.33333%;
  }

  @-moz-document url-prefix() {
    .col--lg-7 {
      max-width: 58.33333%;
    }
  }

  .offset--lg-7 {
    margin-left: 58.33333%;
  }

  .col--lg-8 {
    flex: 0 1 66.66667%;
    width: 66.66667%;
  }

  .col--lg-8 _:-ms-input-placeholder,
  :root .col--lg-8 {
    min-width: 66.66667%;
    max-width: 66.66667%;
  }

  @-moz-document url-prefix() {
    .col--lg-8 {
      max-width: 66.66667%;
    }
  }

  .offset--lg-8 {
    margin-left: 66.66667%;
  }

  .col--lg-9 {
    flex: 0 1 75%;
    width: 75%;
  }

  .col--lg-9 _:-ms-input-placeholder,
  :root .col--lg-9 {
    min-width: 75%;
    max-width: 75%;
  }

  @-moz-document url-prefix() {
    .col--lg-9 {
      max-width: 75%;
    }
  }

  .offset--lg-9 {
    margin-left: 75%;
  }

  .col--lg-10 {
    flex: 0 1 83.33333%;
    width: 83.33333%;
  }

  .col--lg-10 _:-ms-input-placeholder,
  :root .col--lg-10 {
    min-width: 83.33333%;
    max-width: 83.33333%;
  }

  @-moz-document url-prefix() {
    .col--lg-10 {
      max-width: 83.33333%;
    }
  }

  .offset--lg-10 {
    margin-left: 83.33333%;
  }

  .col--lg-11 {
    flex: 0 1 91.66667%;
    width: 91.66667%;
  }

  .col--lg-11 _:-ms-input-placeholder,
  :root .col--lg-11 {
    min-width: 91.66667%;
    max-width: 91.66667%;
  }

  @-moz-document url-prefix() {
    .col--lg-11 {
      max-width: 91.66667%;
    }
  }

  .offset--lg-11 {
    margin-left: 91.66667%;
  }

  .col--lg-12 {
    flex: 0 1 100%;
    width: 100%;
  }

  .col--lg-12 _:-ms-input-placeholder,
  :root .col--lg-12 {
    min-width: 100%;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    .col--lg-12 {
      max-width: 100%;
    }
  }

  .offset--lg-12 {
    margin-left: 100%;
  }

  .col--lg-full {
    flex: 0 1 100%;
    width: 100%;
  }

  .col--lg-full _:-ms-input-placeholder,
  :root .col--lg-full {
    min-width: 100%;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    .col--lg-full {
      max-width: 100%;
    }
  }

  .offset--lg-0 {
    margin-left: 0;
  }

  .col--lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col--lg-auto _:-ms-input-placeholder,
  :root .col--lg-auto {
    min-width: 0;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    .col--lg-auto {
      max-width: none;
    }
  }

  .col--lg-fill {
    flex: 1 1 auto;
    width: auto;
  }

  .col--lg-fill _:-ms-input-placeholder,
  :root .col--lg-fill {
    min-width: 0;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    .col--lg-fill {
      max-width: none;
    }
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .col--xl-1 {
    flex: 0 1 8.33333%;
    width: 8.33333%;
  }

  .col--xl-1 _:-ms-input-placeholder,
  :root .col--xl-1 {
    min-width: 8.33333%;
    max-width: 8.33333%;
  }

  @-moz-document url-prefix() {
    .col--xl-1 {
      max-width: 8.33333%;
    }
  }

  .offset--xl-1 {
    margin-left: 8.33333%;
  }

  .col--xl-2 {
    flex: 0 1 16.66667%;
    width: 16.66667%;
  }

  .col--xl-2 _:-ms-input-placeholder,
  :root .col--xl-2 {
    min-width: 16.66667%;
    max-width: 16.66667%;
  }

  @-moz-document url-prefix() {
    .col--xl-2 {
      max-width: 16.66667%;
    }
  }

  .offset--xl-2 {
    margin-left: 16.66667%;
  }

  .col--xl-3 {
    flex: 0 1 25%;
    width: 25%;
  }

  .col--xl-3 _:-ms-input-placeholder,
  :root .col--xl-3 {
    min-width: 25%;
    max-width: 25%;
  }

  @-moz-document url-prefix() {
    .col--xl-3 {
      max-width: 25%;
    }
  }

  .offset--xl-3 {
    margin-left: 25%;
  }

  .col--xl-4 {
    flex: 0 1 33.33333%;
    width: 33.33333%;
  }

  .col--xl-4 _:-ms-input-placeholder,
  :root .col--xl-4 {
    min-width: 33.33333%;
    max-width: 33.33333%;
  }

  @-moz-document url-prefix() {
    .col--xl-4 {
      max-width: 33.33333%;
    }
  }

  .offset--xl-4 {
    margin-left: 33.33333%;
  }

  .col--xl-5 {
    flex: 0 1 41.66667%;
    width: 41.66667%;
  }

  .col--xl-5 _:-ms-input-placeholder,
  :root .col--xl-5 {
    min-width: 41.66667%;
    max-width: 41.66667%;
  }

  @-moz-document url-prefix() {
    .col--xl-5 {
      max-width: 41.66667%;
    }
  }

  .offset--xl-5 {
    margin-left: 41.66667%;
  }

  .col--xl-6 {
    flex: 0 1 50%;
    width: 50%;
  }

  .col--xl-6 _:-ms-input-placeholder,
  :root .col--xl-6 {
    min-width: 50%;
    max-width: 50%;
  }

  @-moz-document url-prefix() {
    .col--xl-6 {
      max-width: 50%;
    }
  }

  .offset--xl-6 {
    margin-left: 50%;
  }

  .col--xl-7 {
    flex: 0 1 58.33333%;
    width: 58.33333%;
  }

  .col--xl-7 _:-ms-input-placeholder,
  :root .col--xl-7 {
    min-width: 58.33333%;
    max-width: 58.33333%;
  }

  @-moz-document url-prefix() {
    .col--xl-7 {
      max-width: 58.33333%;
    }
  }

  .offset--xl-7 {
    margin-left: 58.33333%;
  }

  .col--xl-8 {
    flex: 0 1 66.66667%;
    width: 66.66667%;
  }

  .col--xl-8 _:-ms-input-placeholder,
  :root .col--xl-8 {
    min-width: 66.66667%;
    max-width: 66.66667%;
  }

  @-moz-document url-prefix() {
    .col--xl-8 {
      max-width: 66.66667%;
    }
  }

  .offset--xl-8 {
    margin-left: 66.66667%;
  }

  .col--xl-9 {
    flex: 0 1 75%;
    width: 75%;
  }

  .col--xl-9 _:-ms-input-placeholder,
  :root .col--xl-9 {
    min-width: 75%;
    max-width: 75%;
  }

  @-moz-document url-prefix() {
    .col--xl-9 {
      max-width: 75%;
    }
  }

  .offset--xl-9 {
    margin-left: 75%;
  }

  .col--xl-10 {
    flex: 0 1 83.33333%;
    width: 83.33333%;
  }

  .col--xl-10 _:-ms-input-placeholder,
  :root .col--xl-10 {
    min-width: 83.33333%;
    max-width: 83.33333%;
  }

  @-moz-document url-prefix() {
    .col--xl-10 {
      max-width: 83.33333%;
    }
  }

  .offset--xl-10 {
    margin-left: 83.33333%;
  }

  .col--xl-11 {
    flex: 0 1 91.66667%;
    width: 91.66667%;
  }

  .col--xl-11 _:-ms-input-placeholder,
  :root .col--xl-11 {
    min-width: 91.66667%;
    max-width: 91.66667%;
  }

  @-moz-document url-prefix() {
    .col--xl-11 {
      max-width: 91.66667%;
    }
  }

  .offset--xl-11 {
    margin-left: 91.66667%;
  }

  .col--xl-12 {
    flex: 0 1 100%;
    width: 100%;
  }

  .col--xl-12 _:-ms-input-placeholder,
  :root .col--xl-12 {
    min-width: 100%;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    .col--xl-12 {
      max-width: 100%;
    }
  }

  .offset--xl-12 {
    margin-left: 100%;
  }

  .col--xl-full {
    flex: 0 1 100%;
    width: 100%;
  }

  .col--xl-full _:-ms-input-placeholder,
  :root .col--xl-full {
    min-width: 100%;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    .col--xl-full {
      max-width: 100%;
    }
  }

  .offset--xl-0 {
    margin-left: 0;
  }

  .col--xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col--xl-auto _:-ms-input-placeholder,
  :root .col--xl-auto {
    min-width: 0;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    .col--xl-auto {
      max-width: none;
    }
  }

  .col--xl-fill {
    flex: 1 1 auto;
    width: auto;
  }

  .col--xl-fill _:-ms-input-placeholder,
  :root .col--xl-fill {
    min-width: 0;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    .col--xl-fill {
      max-width: none;
    }
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .col--xxl-1 {
    flex: 0 1 8.33333%;
    width: 8.33333%;
  }

  .col--xxl-1 _:-ms-input-placeholder,
  :root .col--xxl-1 {
    min-width: 8.33333%;
    max-width: 8.33333%;
  }

  @-moz-document url-prefix() {
    .col--xxl-1 {
      max-width: 8.33333%;
    }
  }

  .offset--xxl-1 {
    margin-left: 8.33333%;
  }

  .col--xxl-2 {
    flex: 0 1 16.66667%;
    width: 16.66667%;
  }

  .col--xxl-2 _:-ms-input-placeholder,
  :root .col--xxl-2 {
    min-width: 16.66667%;
    max-width: 16.66667%;
  }

  @-moz-document url-prefix() {
    .col--xxl-2 {
      max-width: 16.66667%;
    }
  }

  .offset--xxl-2 {
    margin-left: 16.66667%;
  }

  .col--xxl-3 {
    flex: 0 1 25%;
    width: 25%;
  }

  .col--xxl-3 _:-ms-input-placeholder,
  :root .col--xxl-3 {
    min-width: 25%;
    max-width: 25%;
  }

  @-moz-document url-prefix() {
    .col--xxl-3 {
      max-width: 25%;
    }
  }

  .offset--xxl-3 {
    margin-left: 25%;
  }

  .col--xxl-4 {
    flex: 0 1 33.33333%;
    width: 33.33333%;
  }

  .col--xxl-4 _:-ms-input-placeholder,
  :root .col--xxl-4 {
    min-width: 33.33333%;
    max-width: 33.33333%;
  }

  @-moz-document url-prefix() {
    .col--xxl-4 {
      max-width: 33.33333%;
    }
  }

  .offset--xxl-4 {
    margin-left: 33.33333%;
  }

  .col--xxl-5 {
    flex: 0 1 41.66667%;
    width: 41.66667%;
  }

  .col--xxl-5 _:-ms-input-placeholder,
  :root .col--xxl-5 {
    min-width: 41.66667%;
    max-width: 41.66667%;
  }

  @-moz-document url-prefix() {
    .col--xxl-5 {
      max-width: 41.66667%;
    }
  }

  .offset--xxl-5 {
    margin-left: 41.66667%;
  }

  .col--xxl-6 {
    flex: 0 1 50%;
    width: 50%;
  }

  .col--xxl-6 _:-ms-input-placeholder,
  :root .col--xxl-6 {
    min-width: 50%;
    max-width: 50%;
  }

  @-moz-document url-prefix() {
    .col--xxl-6 {
      max-width: 50%;
    }
  }

  .offset--xxl-6 {
    margin-left: 50%;
  }

  .col--xxl-7 {
    flex: 0 1 58.33333%;
    width: 58.33333%;
  }

  .col--xxl-7 _:-ms-input-placeholder,
  :root .col--xxl-7 {
    min-width: 58.33333%;
    max-width: 58.33333%;
  }

  @-moz-document url-prefix() {
    .col--xxl-7 {
      max-width: 58.33333%;
    }
  }

  .offset--xxl-7 {
    margin-left: 58.33333%;
  }

  .col--xxl-8 {
    flex: 0 1 66.66667%;
    width: 66.66667%;
  }

  .col--xxl-8 _:-ms-input-placeholder,
  :root .col--xxl-8 {
    min-width: 66.66667%;
    max-width: 66.66667%;
  }

  @-moz-document url-prefix() {
    .col--xxl-8 {
      max-width: 66.66667%;
    }
  }

  .offset--xxl-8 {
    margin-left: 66.66667%;
  }

  .col--xxl-9 {
    flex: 0 1 75%;
    width: 75%;
  }

  .col--xxl-9 _:-ms-input-placeholder,
  :root .col--xxl-9 {
    min-width: 75%;
    max-width: 75%;
  }

  @-moz-document url-prefix() {
    .col--xxl-9 {
      max-width: 75%;
    }
  }

  .offset--xxl-9 {
    margin-left: 75%;
  }

  .col--xxl-10 {
    flex: 0 1 83.33333%;
    width: 83.33333%;
  }

  .col--xxl-10 _:-ms-input-placeholder,
  :root .col--xxl-10 {
    min-width: 83.33333%;
    max-width: 83.33333%;
  }

  @-moz-document url-prefix() {
    .col--xxl-10 {
      max-width: 83.33333%;
    }
  }

  .offset--xxl-10 {
    margin-left: 83.33333%;
  }

  .col--xxl-11 {
    flex: 0 1 91.66667%;
    width: 91.66667%;
  }

  .col--xxl-11 _:-ms-input-placeholder,
  :root .col--xxl-11 {
    min-width: 91.66667%;
    max-width: 91.66667%;
  }

  @-moz-document url-prefix() {
    .col--xxl-11 {
      max-width: 91.66667%;
    }
  }

  .offset--xxl-11 {
    margin-left: 91.66667%;
  }

  .col--xxl-12 {
    flex: 0 1 100%;
    width: 100%;
  }

  .col--xxl-12 _:-ms-input-placeholder,
  :root .col--xxl-12 {
    min-width: 100%;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    .col--xxl-12 {
      max-width: 100%;
    }
  }

  .offset--xxl-12 {
    margin-left: 100%;
  }

  .col--xxl-full {
    flex: 0 1 100%;
    width: 100%;
  }

  .col--xxl-full _:-ms-input-placeholder,
  :root .col--xxl-full {
    min-width: 100%;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    .col--xxl-full {
      max-width: 100%;
    }
  }

  .offset--xxl-0 {
    margin-left: 0;
  }

  .col--xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col--xxl-auto _:-ms-input-placeholder,
  :root .col--xxl-auto {
    min-width: 0;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    .col--xxl-auto {
      max-width: none;
    }
  }

  .col--xxl-fill {
    flex: 1 1 auto;
    width: auto;
  }

  .col--xxl-fill _:-ms-input-placeholder,
  :root .col--xxl-fill {
    min-width: 0;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    .col--xxl-fill {
      max-width: none;
    }
  }
}

.row--middle-xs {
  align-items: center;
}

.row .col--order-first-xs {
  order: -1;
}

.row .col--order-normal-xs {
  order: 0;
}

.row .col--order-last-xs {
  order: 1;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .row--middle-sm {
    align-items: center;
  }

  .row .col--order-first-sm {
    order: 1;
  }

  .row .col--order-normal-sm {
    order: 0;
  }

  .row .col--order-last-sm {
    order: 1;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .row--middle-md {
    align-items: center;
  }

  .row .col--order-first-md {
    order: -1;
  }

  .row .col--order-normal-md {
    order: 0;
  }

  .row .col--order-last-md {
    order: 1;
  }
}

@media only screen and (min-width: 980px) {
  .row--middle-lg {
    align-items: center;
  }

  .row .col--order-first-lg {
    order: -1;
  }

  .row .col--order-normal-lg {
    order: 0;
  }

  .row .col--order-last-lg {
    order: 1;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .row--middle-xl {
    align-items: center;
  }

  .row .col--order-first-xl {
    order: -1;
  }

  .row .col--order-normal-xl {
    order: 0;
  }

  .row .col--order-last-xl {
    order: 1;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .row--middle-xxl {
    align-items: center;
  }

  .row .col--order-first-xxl {
    order: -1;
  }

  .row .col--order-normal-xxl {
    order: 0;
  }

  .row .col--order-last-xxl {
    order: 1;
  }
}

.is-hidden--hover,
.has-scroll-smooth .is-hidden--smooth-scroll,
.is-hidden,
.is-hidden--xs-up,
.is-hidden--xxxl-down,
.js .is-hidden--js,
.no-hover .is-hidden--no-hover,
.no-js .is-hidden--no-js {
  display: none !important;
}

@media only screen and (max-width: 567px) and (max-aspect-ratio: 13/9) {
  .is-hidden--xs {
    display: none !important;
  }
}

.is-hidden--xs-up {
  display: none !important;
}

@media only screen and (max-width: 567px) and (max-aspect-ratio: 13/9) {
  .is-hidden--xs-down {
    display: none !important;
  }
}

@media (max-width: 667px) and (min-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  .is-hidden--sm {
    display: none !important;
  }
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .is-hidden--sm-up {
    display: none !important;
  }
}

@media (max-width: 567px) and (max-aspect-ratio: 13/9),
(max-width: 667px) and (min-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  .is-hidden--sm-down {
    display: none !important;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9) and (max-width: 979px),
only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
  .is-hidden--md {
    display: none !important;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .is-hidden--md-up {
    display: none !important;
  }
}

@media only screen and (max-width: 979px) {
  .is-hidden--md-down {
    display: none !important;
  }
}

@media (min-width: 980px) and (max-height: 599px),
only screen and (min-width: 980px) and (max-width: 1199px) {
  .is-hidden--lg {
    display: none !important;
  }
}

@media only screen and (min-width: 980px) {
  .is-hidden--lg-up {
    display: none !important;
  }
}

@media (max-height: 599px),
only screen and (max-width: 1199px) {
  .is-hidden--lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) and (min-height: 600px) and (max-height: 799px),
only screen and (min-width: 1200px) and (min-height: 600px) and (max-width: 1439px) {
  .is-hidden--xl {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .is-hidden--xl-up {
    display: none !important;
  }
}

@media (max-height: 599px),
(min-width: 1200px) and (max-height: 799px),
only screen and (max-width: 1439px) {
  .is-hidden--xl-down {
    display: none !important;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) and (max-width: 1919px) {
  .is-hidden--xxl {
    display: none !important;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .is-hidden--xxl-up {
    display: none !important;
  }
}

@media (max-height: 799px),
only screen and (max-width: 1919px) {
  .is-hidden--xxl-down {
    display: none !important;
  }
}

@media only screen and (min-width: 1920px) and (min-height: 800px) {

  .is-hidden--xxxl,
  .is-hidden--xxxl-up {
    display: none !important;
  }
}

.is-hidden--xxxl-down {
  display: none !important;
}

:root {
  --is-visible--mobile: block;
  --is-visible--non-mobile: block;
  --is-visible--tablet: block;
  --is-visible--non-tablet: block;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  :root {
    --is-visible--mobile: none;
  }
}

@media (max-width: 567px) and (max-aspect-ratio: 13/9),
(max-width: 667px) and (min-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  :root {
    --is-visible--non-mobile: none;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  :root {
    --is-visible--tablet: none;
  }
}

@media (max-height: 599px),
only screen and (max-width: 1199px) {
  :root {
    --is-visible--non-tablet: none;
  }
}

.group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.group,
.group:first-child {
  margin-top: -10px;
  margin-left: -40px;
}

.group>*,
.group> :first-child {
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: 40px;
  max-width: calc(100% - 40px);
}

.group--small>*,
.group--small> :first-child {
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: 10px;
  max-width: calc(100% - 10px);
}

.group--tiny,
.group--tiny:first-child {
  margin-top: -5px;
  margin-left: -5px;
}

.group--tiny>*,
.group--tiny> :first-child {
  margin-bottom: 0;
  margin-top: 5px;
  margin-left: 5px;
  max-width: calc(100% - 5px);
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {

  .group--tiny,
  .group--tiny:first-child {
    margin-top: -10px;
    margin-left: -10px;
  }

  .group--tiny>*,
  .group--tiny> :first-child {
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: 10px;
    max-width: calc(100% - 10px);
  }
}

.group--medium,
.group--medium:first-child {
  margin-top: -10px;
  margin-left: -10px;
}

.group--medium>*,
.group--medium> :first-child {
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: 10px;
  max-width: calc(100% - 10px);
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {

  .group--medium,
  .group--medium:first-child {
    margin-top: -20px;
    margin-left: -20px;
  }

  .group--medium>*,
  .group--medium> :first-child {
    margin-bottom: 0;
    margin-top: 20px;
    margin-left: 20px;
    max-width: calc(100% - 20px);
  }
}

.group--large,
.group--large:first-child {
  margin-top: -20px;
  margin-left: -20px;
}

.group--large>*,
.group--large> :first-child {
  margin-bottom: 0;
  margin-top: 20px;
  margin-left: 20px;
  max-width: calc(100% - 20px);
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {

  .group--large,
  .group--large:first-child {
    margin-top: -40px;
    margin-left: -40px;
  }

  .group--large>*,
  .group--large> :first-child {
    margin-bottom: 0;
    margin-top: 40px;
    margin-left: 40px;
    max-width: calc(100% - 40px);
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {

  .group--large,
  .group--large:first-child {
    margin-top: -60px;
    margin-left: -60px;
  }

  .group--large>*,
  .group--large> :first-child {
    margin-bottom: 0;
    margin-top: 60px;
    margin-left: 60px;
    max-width: calc(100% - 60px);
  }
}

.group--middle {
  align-items: center;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .group--middle-md-up {
    align-items: center;
  }
}

.group--center {
  justify-content: center;
}

.group--right {
  justify-content: flex-end;
}

.group__fill {
  flex-grow: 1;
}

.group>.group__right {
  align-self: center;
  margin-left: auto;
}

.group--nowrap {
  flex-wrap: nowrap;
}

.section {
  position: relative;
}

.section:not(:first-child) {
  margin-top: -1px;
}

.section__content {
  position: relative;
}

.section--top {
  z-index: 1;
}

.section--no-overflow,
.section--no-overflow .section__content {
  overflow: hidden;
  contain: content;
}

.section--full-height,
.section--full-height .section__content {
  contain: strict;
  height: 100vh;
  height: var(--viewport-height);
}

.section--theme-animation {
  transition-duration: 0.8s;
  transition-property: background-color, color;
}

.section--theme-animation__content {
  transition-duration: 0.8s;
  transition-property: opacity;
}

.section--theme-animation--inactive .section--theme-animation__content {
  opacity: 0;
}

.has-scroll-smooth [data-scroll] {
  will-change: transform;
}

.content-full-height {
  height: 100%;
  height: var(--viewport-height);
}

.content-align-bottom,
.content-align-separate {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}

.content-align-bottom:after,
.content-align-bottom:before,
.content-align-separate:after,
.content-align-separate:before {
  display: none;
}

.content-align-separate {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.lightbox {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  outline: none;
  z-index: 11;
  overflow: hidden;
  contain: strict;
}

.lightbox__animation,
.lightbox__animation-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  contain: strict;
}

.lightbox--under-header {
  z-index: 9;
}

.no-js .lightbox:target {
  display: block !important;
}

.lightbox__scroller {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: var(--viewport-height);
  overflow: hidden;
}

.lightbox__content {
  position: relative;
  min-height: 100vh;
  min-height: var(--viewport-height);
}

.lightbox__content--centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lightbox__background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: var(--viewport-height);
}

.lightbox--overlay .lightbox__background {
  background: rgba(25, 27, 29, 0.25);
}

.with-lightbox {
  overflow: visible;
  scroll-behavior: auto;
}

.with-lightbox body {
  overflow: hidden;
  height: 100vh;
  height: var(--viewport-height);
}

.with-lightbox .lightbox__scroller {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.animation--lightbox-in,
.animation--lightbox-in .lightbox__animation,
.animation--lightbox-in .lightbox__animation-inner,
.animation--lightbox-out,
.animation--lightbox-out .lightbox__animation,
.animation--lightbox-out .lightbox__animation-inner {
  transition-property: transform;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transform: translateY(0);
}

.animation--lightbox-in .lightbox__background,
.animation--lightbox-out .lightbox__background {
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  opacity: 1;
}

.animation--lightbox-out {
  pointer-events: none;
}

.animation--lightbox-in--inactive .lightbox__animation {
  transform: translateY(100%);
}

.animation--lightbox-in--inactive .lightbox__animation-inner {
  transform: translateY(-100%);
}

.animation--lightbox-in--inactive .lightbox__background {
  opacity: 0;
}

.animation--lightbox-out--active .lightbox__animation {
  transform: translateY(-100%);
}

.animation--lightbox-out--active .lightbox__animation-inner {
  transform: translateY(100%);
}

.animation--lightbox-out--active .lightbox__background {
  opacity: 0;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header__logo {
  position: relative;
  top: 2px;
}

.header__logo--no-link {
  top: 7px;
}

.header__content {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .header__content {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .header__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .header__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .header__logo {
    top: 7px;
  }

  .header__logo--no-link {
    top: 12px;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .header__logo {
    top: 2px;
  }

  .header__logo--no-link {
    top: 7px;
  }
}

.header.animation--header-in {
  transition-property: transform;
}

.header.animation--header-in--inactive {
  transform: translateY(-100%);
}

.header--sticky {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .header--sticky {
    position: fixed;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition-property: background-color, box-shadow;
  }

  .header--sticky:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition-property: transform, background-color, opacity;
    opacity: 0;
  }

  .header--sticky .header__content {
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition-property: transform;
  }

  .header--sticky.ui-light:before {
    background: #fff;
  }

  .header--sticky.ui-dark:before {
    background: #191b1d;
  }

  .header--sticky.ui-gray:before {
    background: #b7babe;
  }

  .no-js .header--sticky {
    position: absolute;
  }
}

.header-sticky-placeholder {
  height: 62px;
}

.header--sticky.header--collapsed .header__content {
  transform: translateY(-15px);
}

.header--sticky.header--collapsed:before {
  opacity: 1;
  transform: translateY(-30px);
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .header--sticky.header--collapsed .header__content {
    transform: translateY(-15px);
  }

  .header--sticky.header--collapsed:before {
    transform: translateY(-30px);
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .header--sticky.header--collapsed .header__content {
    transform: translateY(-20px);
  }

  .header--sticky.header--collapsed:before {
    transform: translateY(-40px);
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .header--sticky.header--collapsed .header__content {
    transform: translateY(-30px);
  }

  .header--sticky.header--collapsed:before {
    transform: translateY(-60px);
  }
}

.nav-primary {
  padding-top: 6px;
}

.nav-primary a {
  position: relative;
  display: block;
}

.nav-primary a:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
}

.nav-primary a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  left: -9px;
  top: 0;
  opacity: 0;
  pointer-events: none;
  background: currentColor;
  transition-property: color;
}

.nav-primary a.nav-primary__dropdown:before {
  bottom: -46px;
}

.header--collapsed .nav-primary a.nav-primary__dropdown:before {
  bottom: -26px;
}

.nav-primary .is-selected:after {
  opacity: 1;
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .nav-primary a.nav-primary__dropdown:before {
    bottom: -62px;
  }

  .header--collapsed .nav-primary a.nav-primary__dropdown:before {
    bottom: -34px;
  }
}

.header__logo .link-clip>span,
.nav-primary .link-clip>span {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header__logo .link-clip--ready>span,
.nav-primary .link-clip--ready>span {
  padding-top: 0;
  padding-bottom: 0;
}

.menu-toggle {
  position: fixed;
  z-index: 10;
  right: 30px;
  top: 30px;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .menu-toggle {
    right: 60px;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .menu-toggle {
    top: 35px;
    right: 60px;
  }
}

@media only screen and (min-width: 980px) {
  .menu-toggle {
    right: 80px;
  }
}

.menu-mobile__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-mobile__get-in-touch {
  position: absolute;
  left: 0;
  bottom: 30px;
}

.menu-mobile__lang {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 30px;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  .menu-mobile__content {
    justify-content: flex-start;
    padding-top: 35px;
  }

  .menu-mobile__nav {
    margin-left: 50%;
  }
}

@media (max-width: 667px) and (min-aspect-ratio: 13/9),
only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  .menu-mobile__nav {
    position: relative;
    z-index: 11;
    margin-right: 60px;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .menu-mobile__content {
    justify-content: center;
    padding-top: 0;
  }

  .menu-mobile__get-in-touch {
    bottom: 60px;
  }

  .menu-mobile__get-in-touch,
  .menu-mobile__get-in-touch .btn__content {
    width: 180px;
    height: 180px;
    border-radius: 180px;
    padding: 0;
  }

  .menu-mobile__lang {
    bottom: auto;
    top: 35px;
    left: 50%;
  }
}

@media only screen and (min-width: 980px) {
  .menu-mobile__content {
    justify-content: flex-end;
    padding-bottom: 70px;
  }

  .menu-mobile__get-in-touch {
    bottom: 75px;
  }
}

.menu-dropdown {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: var(--viewport-height);
}

.menu-dropdown a {
  display: block;
}

.menu-dropdown a.is-selected {
  position: relative;
}

.menu-dropdown a.is-selected:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: -12px;
  margin: -15px 0 0;
  background: currentColor;
}

.menu-dropdown__sub-group a.is-selected:before {
  margin: -10px 0 0;
}

.menu-dropdown__animation,
.menu-dropdown__animation-inner {
  overflow: relative;
  overflow: hidden;
}

.menu-dropdown__backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 27, 29, 0.7);
  pointer-events: none;
}

.menu-dropdown__content {
  position: relative;
  padding-top: 175px;
  padding-bottom: 72px;
  z-index: 1;
  background: #fff;
}

.menu-dropdown__heading {
  border-bottom: 1px solid rgba(25, 27, 29, 0.05);
  padding-bottom: 35px;
  margin-bottom: 32px;
}

.menu-dropdown__group {
  color: rgba(25, 27, 29, 0.4);
}

.menu-dropdown__group p {
  margin: 0;
}

.menu-dropdown__group>li:not(:first-child) p {
  margin-top: 24px;
}

.menu-dropdown__group a.is-selected:before {
  margin-top: -3px;
}

@media (min-width: 980px) and (max-height: 720px) {
  .menu-dropdown__content {
    padding-top: 130px;
  }
}

.no-js .menu-dropdown:target {
  display: block !important;
}

.animation--dropdown-in,
.animation--dropdown-in .menu-dropdown__animation,
.animation--dropdown-in .menu-dropdown__animation-inner,
.animation--dropdown-out,
.animation--dropdown-out .menu-dropdown__animation,
.animation--dropdown-out .menu-dropdown__animation-inner {
  transition-property: transform;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transform: translateY(0);
}

.animation--dropdown-in .menu-dropdown__backdrop,
.animation--dropdown-out .menu-dropdown__backdrop {
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  opacity: 1;
}

.animation--dropdown-out {
  pointer-events: none;
}

.animation--dropdown-in--inactive .menu-dropdown__animation,
.animation--dropdown-out--active .menu-dropdown__animation {
  transform: translateY(-100%);
}

.animation--dropdown-in--inactive .menu-dropdown__animation-inner,
.animation--dropdown-out--active .menu-dropdown__animation-inner {
  transform: translateY(100%);
}

.animation--dropdown-in--inactive .menu-dropdown__backdrop,
.animation--dropdown-out--active .menu-dropdown__backdrop {
  opacity: 0;
}

.cookie-consent {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 11;
  padding-top: 27px;
  padding-bottom: 25px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .cookie-consent {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.get-a-quote {
  overflow: hidden;
  padding: 0 0 60px;
}

.get-a-quote,
.get-a-quote.section {
  margin-top: 30px;
}

.get-a-quote__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.get-a-quote__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.get-a-quote__text {
  position: absolute;
  left: 0;
  top: 30px;
  color: rgba(25, 27, 29, 0.1);
  white-space: nowrap;
  -webkit-animation: get-a-quote-animation 8s linear infinite;
  animation: get-a-quote-animation 8s linear infinite;
  transition-property: color;
  font-size: 6rem;
  line-height: 1.08333em;
  letter-spacing: -0.04em;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .get-a-quote__text {
    font-size: 12rem;
    line-height: 0.91667em;
    letter-spacing: -0.06em;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .get-a-quote__text {
    font-size: 16rem;
    line-height: 0.9375em;
    letter-spacing: -0.06em;
  }
}

@media only screen and (min-width: 1920px) and (min-height: 800px) {
  .get-a-quote__text {
    font-size: 20rem;
    line-height: 0.95em;
    letter-spacing: -0.06em;
  }
}

.btn-container:hover .get-a-quote__text,
.get-a-quote__text:hover {
  color: #191b1d;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .get-a-quote {
    padding-bottom: 90px;
  }

  .get-a-quote,
  .get-a-quote.section {
    margin-top: -1px;
  }
}

@media only screen and (min-width: 980px) {
  .get-a-quote {
    padding-bottom: 90px;
  }

  .get-a-quote__text {
    top: 35px;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 600px) {
  .get-a-quote__text {
    top: 55px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .get-a-quote {
    padding-bottom: 120px;
  }

  .get-a-quote,
  .get-a-quote.section {
    margin-top: -30px;
  }

  .get-a-quote__text {
    top: 60;
  }
}

.ui-dark+.get-a-quote,
.ui-gray+.get-a-quote {
  padding-top: 90px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {

  .ui-dark+.get-a-quote,
  .ui-gray+.get-a-quote {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {

  .ui-dark+.get-a-quote,
  .ui-gray+.get-a-quote {
    padding-top: 180px;
  }
}

@-webkit-keyframes get-a-quote-animation {
  0% {
    transform: translateX(-25%);
  }

  to {
    transform: translateX(-45%);
  }
}

@keyframes get-a-quote-animation {
  0% {
    transform: translateX(-25%);
  }

  to {
    transform: translateX(-45%);
  }
}

.page-intro {
  position: relative;
  height: 120px;
}

.page-intro__title {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(43%);
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .page-intro {
    height: 240px;
  }
}

@media only screen and (min-width: 980px) {
  .page-intro {
    height: 300px;
  }
}

.page-intro--no-overflow {
  height: 190px;
}

.page-intro--no-overflow .page-intro__title {
  bottom: 70px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
only screen and (min-width: 668px) and (min-height: 416px),
only screen and (min-width: 980px) {
  .page-intro--no-overflow {
    height: 390px;
  }

  .page-intro--no-overflow .page-intro__title {
    bottom: 150px;
  }
}

@media only screen and (min-width: 980px) {
  .page-intro--no-overflow {
    height: 520px;
  }

  .page-intro--no-overflow .page-intro__title {
    bottom: 220px;
  }
}

#awwwards {
  position: fixed;
  z-index: 999;
  transform: scale(0.75) translateY(-50%);
  transform-origin: 100% 50%;
  top: 50%;
  right: 0;
}

@media (min-aspect-ratio: 13/9),
only screen and (min-width: 568px) {
  #awwwards {
    transform: translateY(-50%);
  }
}

section#info {
  direction: ltr;
}

#dnn_FullScreenPaneA {
  margin-bottom: 0 !important
}

.floating-active-down #dng-megamenu455201.hoverstyle_5 .primary_structure>li:hover>a,
.floating-active-down #dng-megamenu455201.hoverstyle_5 .primary_structure>li>a:focus,
.floating-active-down #dng-megamenu455201.hoverstyle_5 .primary_structure>li.current>a,
.floating-active-down #dng-megamenu455201.hoverstyle_5 .primary_structure>li.menu_hover>a,
.floating-active-down #dng-megamenu455201.hoverstyle_5 .primary_structure>li>a.current {
  color: #191b1d !important;
}

a.btn.btn--xs.btn--secondary-strict {
  display: flex;
}

section#dnn_content {
  min-height: 100vh;
}

.hidden {
  display: none
}

.aboutus-section {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem;
}

.aboutus-section .img-box {
  width: 34rem;
  height: 25rem;
  max-width: 100%;
  flex: 1 1 40%;
  text-align: center;
}

.aboutus-section .description-box {
  width: 40rem;
  max-width: 100%;
  flex: 1 1 55%;
  line-height: 1.8;
  text-align: justify;
}

.aboutus-section .history {
  background-color: #000;
  color: var(--White);
  border-radius: var(--b-radius-3);
  padding: 0.5rem 1rem;

}

.aboutus-section .fade-left,
.aboutus-section .fade-right {
  opacity: 0;
  transform: translateX(0);
  transition: all 1s ease-out;
}

.aboutus-section .fade-left {
  transform: translateX(300px);
}

.aboutus-section .fade-right {
  transform: translateX(-300px);
}

.aboutus-section .fade-left.active,
.aboutus-section .fade-right.active {
  opacity: 1;
  transform: translateX(0);
}

.aboutus-section .title {
  font-size: 38px;
  font-weight: 700;
  color: #000;
}

@media (max-width: 768px) {
  .aboutus-section {
    flex-direction: column;
  }

  .fade-left,
  .fade-right {
    transform: translateY(50px);
  }
}

.customers-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--White) !important;
  padding: 2rem 0;
}

.customers-about-us,
.customers {
  margin: 3rem 0;
}
.customers-about-us .img-box,
.customers .img-box {
  background: #F7F7F7;
}
.customers-about-us .img-box img,
.customers .img-box img {
  filter: grayscale(100%);
  transition: all ease-in-out 0.3s;
}
.customers-about-us .img-box img:hover ,
.customers .img-box img:hover {
  filter: unset;
}

.customers-title .slide-down {
  opacity: 0;
  transform: translatey(0);
  transition: all 1s ease-out;
}

.customers-title .slide-down {
  transform: translatey(300px);
}

.customers-title .slide-down.active {
  opacity: 1;
  transform: translatey(0);
}

.contact-footer {
  padding: 1rem;
}

.contact-footer .map-box {
  width: 1249px;
  max-width: 100%;
  height: auto;
  margin-top: 3rem;
  display: block;

}

.contact-footer .map-box img {
  width: 100%;

}

.TopCover {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 0.2;
  margin-top: 7rem;
}

.TopCover img {
  width: 100%;
  height: auto;
}
.TopCover .Side {
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  color: var(--custom-color2);
  margin-right: 7%;
  background: rgba(255, 255, 255, 0.2);
  left: 3rem;
  padding: 1rem;
  border-radius: 0.75rem;
}

.TopCover .Side {
  margin-right: 1em;
}
.customers-about-us .img-box {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s ease-out;
}

.customers-about-us .img-box.show {
  opacity: 1;
  transform: translateY(0);
}

.customers-about-us .img-box:nth-child(1) { transition-delay: 0.1s; }
.customers-about-us .img-box:nth-child(2) { transition-delay: 0.2s; }
.customers-about-us .img-box:nth-child(3) { transition-delay: 0.3s; }
.customers-about-us .img-box:nth-child(4) { transition-delay: 0.4s; }
.customers-about-us .img-box:nth-child(5) { transition-delay: 0.5s; }
.customers-about-us .img-box:nth-child(6) { transition-delay: 0.6s; }
