@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

@font-face {
  font-family: 'ITC Avant Garde';
  src: url("../fonts/ITCAvantGardeStd-Md.woff2") format("woff2"), url("../fonts/ITCAvantGardeStd-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'ITC Avant Garde';
  src: url("../fonts/ITCAvantGardeStd-Bk.woff2") format("woff2"), url("../fonts/ITCAvantGardeStd-Bk.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'ITC Avant Garde';
  src: url("../fonts/ITCAvantGardeStd-Bold.woff2") format("woff2"), url("../fonts/ITCAvantGardeStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
.visible-xs {
  display: none; }
  @media only screen and (max-width: 767px) {
    .visible-xs {
      display: block; } }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }
  a:active {
    color: inherit; }

b, strong {
  font-weight: 700; }

p {
  margin: 0; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: underline; }

.slick-slider *:focus {
  outline: 0; }

.swiper-button-disabled {
  opacity: .5; }

.container {
  max-width: 1259px;
  padding-left: 12px;
  padding-right: 12px; }
  @media (max-width: 1348px) {
    .container {
      max-width: 100%;
      padding-left: 48px;
      padding-right: 48px; } }
  @media (max-width: 1024px) {
    .container {
      padding-left: 24px;
      padding-right: 24px; } }

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  padding: 48px;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .7s; }
  .popup .box {
    position: relative;
    width: 670px;
    margin: 0 auto;
    max-width: 100%;
    background: #fff;
    padding: 50px;
    border-radius: 22px;
    z-index: 1; }
  .popup .cls {
    position: absolute;
    z-index: 1;
    top: 24px;
    right: 24px; }
  .popup .title {
    font-size: 1.375rem;
    margin-bottom: 5px; }
  .popup:after {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .5; }
  .popup.active {
    opacity: 1;
    visibility: visible; }
  @media (max-height: 1030px) {
    .popup {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .popup {
      padding: 24px; }
      .popup .box {
        padding: 32px 24px; }
      .popup .cls {
        top: 20px;
        right: 20px; }
        .popup .cls img {
          width: 20px; } }

#sys-popup-581 .box p a {
  text-decoration: underline; }
@media only screen and (max-width: 767px) {
  #sys-popup-581 .box {
    padding: 24px !important; }
    #sys-popup-581 .box .button {
      margin-top: 30px; } }

html {
  font-size: 18px;
  font-weight: 300; }

body {
  font-family: "ITC Avant Garde", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #080623;
  font-size: 18px;
  letter-spacing: 0.045rem;
  font-weight: 300;
  color: #000; }

.main-tint {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 6, 35, 0.8);
  z-index: 8;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 900px) {
    .main-tint.active {
      opacity: 1;
      visibility: visible; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  color: #fff; }
  header a {
    position: relative;
    color: #fff;
    transition: color .4s; }
    header a:hover {
      color: #FFBBDB; }
    header a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 7px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      background: #FF91C5;
      opacity: 0; }
    header a.active:after {
      opacity: 1; }
  header .bar {
    line-height: 64px;
    background: #5547B0;
    padding: 0 36px;
    margin-top: 32px;
    border: 1.5px solid #776CBC;
    border-radius: 32px;
    transition: transform .4s; }
    header .bar .logo .sm {
      display: none; }
    @media (max-width: 1110px) {
      header .bar .logo .dtop {
        display: none; }
      header .bar .logo .sm {
        display: inline-block; } }
    header .bar .left {
      width: 160px; }
    header .bar .right {
      position: relative;
      width: auto;
      text-align: right;
      flex: 1; }
      header .bar .right a {
        display: inline-block;
        margin-left: 36px;
        letter-spacing: 0.025rem;
        /*@include sm{
        	font-size: .8rem;
        	margin-left: 24px;
        }*/ }
        header .bar .right a:first-child {
          margin-left: 0; }
      header .bar .right .scroll-back {
        opacity: 0;
        margin-left: 0;
        width: 0;
        transform: scale(0);
        float: right;
        transition: .4s; }
      header .bar .right .menu {
        width: 32px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/menu.svg); }
    @media (max-width: 1300px) {
      header .bar {
        padding: 0 24px; } }
    @media (max-width: 1050px) {
      header .bar .right a {
        margin-left: 15px; } }
    @media (max-width: 900px) {
      header .bar {
        padding: 0 24px;
        margin-top: 24px;
        line-height: 50px;
        border-radius: 25px; }
        header .bar .hidden-xs {
          display: none; }
        header .bar .right {
          display: flex;
          align-items: center;
          justify-content: end; } }
  header .bottom {
    text-align: right;
    padding: 0 36px;
    margin-top: 28px;
    transition: opacity .4s, transform .4s, visibility .4s; }
    header .bottom a:after {
      height: 4px; }
    header .bottom .item {
      position: relative;
      display: inline-block;
      margin-left: 28px;
      line-height: 42px;
      /*@include sm{
      	font-size: .8rem;
      	margin-left: 24px;
      }*/ }
      header .bottom .item span {
        cursor: pointer;
        transition: color .4s; }
        header .bottom .item span svg {
          margin-left: 8px;
          transition: transform .4s; }
          header .bottom .item span svg path {
            transition: fill .4s; }
        @media (min-width: 901px) {
          header .bottom .item span:hover {
            color: #FFBBDB; }
            header .bottom .item span:hover svg path {
              fill: #FFBBDB; } }
      header .bottom .item .sub {
        display: none;
        position: absolute;
        left: -24px;
        top: 42px;
        width: 280px;
        border: 3px solid #776CBC;
        border-radius: 16px;
        padding: 24px;
        text-align: left;
        background: #5547B0; }
        header .bottom .item .sub a {
          display: block;
          position: relative; }
          header .bottom .item .sub a:before {
            content: '';
            width: 22px;
            height: 22px;
            background-image: url(../img/button-arrow.svg);
            background-repeat: no-repeat;
            background-size: 22px;
            position: absolute;
            right: 5px;
            top: 0;
            bottom: 0;
            margin: auto;
            transition: .4s; }
          header .bottom .item .sub a:hover:before {
            right: 0; }
        header .bottom .item .sub hr {
          margin: 16px 0;
          background: #776CBC;
          opacity: 1; }
      header .bottom .item.active span svg {
        transform: rotate(180deg); }
      header .bottom .item.active .sub {
        display: block; }
    @media (max-width: 900px) {
      header .bottom {
        display: none;
        padding: 24px 24px 10px 24px;
        background: #5547B0;
        border: 1.5px solid #776CBC;
        border-top: 0;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        text-align: left;
        margin-top: 0;
        font-size: 1.1rem;
        overflow: auto;
        max-height: calc(100vh - 98px); }
        header .bottom .mobile-links a {
          display: block;
          margin-bottom: 16px;
          position: relative; }
          header .bottom .mobile-links a:before {
            content: '';
            width: 24px;
            height: 24px;
            background-image: url(../img/button-arrow.svg);
            background-repeat: no-repeat;
            background-size: 24px;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            transition: .4s; }
        header .bottom .item {
          display: block;
          margin: 0 0 16px 0;
          line-height: normal; }
          header .bottom .item span svg {
            float: right;
            margin-top: 6px;
            margin-left: 0;
            margin-right: 5px; }
          header .bottom .item:after, header .bottom .item:before {
            display: none; }
          header .bottom .item.has-sub {
            border-top: 1px solid #776CBC;
            border-bottom: 1px solid #776CBC;
            padding: 16px 0;
            margin: 32px 0; }
            header .bottom .item.has-sub .sub {
              position: static;
              width: 100%;
              padding: 32px 0 0 20px;
              border: 0;
              background: none; }
              header .bottom .item.has-sub .sub a {
                margin-bottom: 16px;
                font-size: 1rem; }
                header .bottom .item.has-sub .sub a:before {
                  display: none; } }
  header.scrolled {
    height: 105px;
    overflow: hidden; }
    header.scrolled .bar .hidden-xs {
      text-align: center; }
    header.scrolled .bar .right a {
      margin: 0 18px; }
    header.scrolled .bar .right .scroll-back {
      margin: 0;
      width: 30px;
      transform: scale(1);
      opacity: 1; }
    @media (max-width: 1160px) {
      header.scrolled .bar .logo .dtop {
        display: none; }
      header.scrolled .bar .logo .sm {
        display: inline-block; } }
    @media (max-width: 1160px) {
      header.scrolled .bar .left {
        width: 50px; } }
    @media (max-width: 1050px) {
      header.scrolled .bar .right a {
        margin: 0 8px; } }
    header.scrolled .bottom {
      opacity: 0;
      visibility: hidden;
      transform: translateY(-99px); }
    @media (max-width: 1050px) {
      header.scrolled .bar .right .scroll-back {
        width: 40px; } }
    @media (max-width: 900px) {
      header.scrolled {
        height: auto; } }
  header.hide-header .bar {
    transform: translateY(-99px); }
  header.hide-header .bottom {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-99px); }
  @media (max-width: 900px) {
    header {
      position: fixed; }
      header .visible-xs {
        display: block; }
      header .bar .left {
        width: 160px !important; }
      header .bar .logo .dtop {
        display: inline-block !important; }
      header .bar .logo .sm {
        display: none !important; }
      header.active .bar {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 0;
        padding-top: 14px;
        transform: translateY(0); }
        header.active .bar .right .menu {
          background-image: url(../img/menu-cls.svg); }
      header.active .bottom {
        display: block;
        transform: translateY(0) !important;
        opacity: 1 !important;
        visibility: visible  !important; } }

footer.patterned:before {
  background-image: url(../img/pattern-rev.png);
  background-position: left -10%; }
footer .middle-row {
  color: #fff;
  margin-top: 120px;
  margin-bottom: 120px; }
  footer .middle-row .arrow-button:after {
    background-image: url(../img/button-arrow-pink.svg); }
  footer .middle-row .arrow-button:hover span {
    color: #FFBBDB; }
  footer .middle-row .logo {
    margin-bottom: 64px;
    display: inline-block; }
    footer .middle-row .logo img {
      width: 240px;
      max-width: 100%; }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .middle-row .logo img {
          width: 180px; } }
  footer .middle-row .logos {
    margin-bottom: 100px; }
    footer .middle-row .logos img {
      margin-right: 40px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        footer .middle-row .logos img {
          width: 100px;
          margin-right: 24px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .middle-row .logos img {
          width: 80px;
          margin-right: 24px; } }
  footer .middle-row form {
    margin-bottom: 200px; }
    footer .middle-row form input {
      border-color: #fff;
      color: #fff; }
    footer .middle-row form .checkbox input:checked + span {
      background-image: url(../img/check-wh.svg); }
  footer .middle-row .links {
    line-height: 2; }
    footer .middle-row .links .title {
      font-weight: bold;
      color: #fff;
      text-decoration: none; }
    footer .middle-row .links a {
      display: block;
      color: #FF91C5;
      text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    footer .middle-row {
      margin-top: 100px;
      margin-bottom: 72px; }
      footer .middle-row .logo {
        margin-bottom: 40px; }
        footer .middle-row .logo img {
          width: 148px; }
      footer .middle-row .logos {
        margin-bottom: 72px; }
        footer .middle-row .logos img {
          width: 80px;
          margin-right: 28px; }
      footer .middle-row .social {
        margin: 40px 0 72px 0; }
        footer .middle-row .social a {
          margin-right: 20px; }
      footer .middle-row form {
        margin-bottom: 72px; }
        footer .middle-row form .button {
          margin-top: 56px; }
      footer .middle-row .links {
        border-bottom: 2px solid; }
        footer .middle-row .links .title {
          line-height: 58px; }
          footer .middle-row .links .title:after {
            content: '';
            width: 26px;
            height: 26px;
            background-image: url(../img/more-wh.svg);
            background-repeat: no-repeat;
            float: right;
            margin-top: 15px;
            transition: .4s; }
          footer .middle-row .links .title.active:after {
            transform: rotate(-45deg); }
        footer .middle-row .links .sub {
          display: none;
          padding-bottom: 24px; } }
footer .bottom-row {
  color: #fff;
  margin-bottom: 64px;
  font-size: .8rem; }
  footer .bottom-row .item {
    display: inline-block;
    margin-right: 40px; }
  footer .bottom-row a.item {
    text-decoration: underline; }
  footer .bottom-row .text-end a {
    margin-left: 24px; }
  @media only screen and (max-width: 767px) {
    footer .bottom-row {
      margin-bottom: 24px; }
      footer .bottom-row .item {
        margin-right: 16px;
        margin-bottom: 16px; }
      footer .bottom-row a.item {
        text-decoration: none; } }

h1 {
  font-size: 3.33rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 40px 0;
  letter-spacing: 0.014rem; }
  @media (max-width: 1300px) {
    h1 {
      font-size: 2.5rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h1 {
      font-size: 2rem; } }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 1.77rem;
      margin-bottom: 32px; } }

h2 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.15;
  margin: 0 0 20px 0;
  letter-spacing: 0.01rem; }
  h2 img {
    width: 32px;
    margin-right: 20px; }
  @media (max-width: 1300px) {
    h2 {
      font-size: 2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h2 {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 1.22rem;
      margin-bottom: 12px; } }

h3 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 20px 0;
  letter-spacing: 0.025rem; }
  @media (max-width: 1300px) {
    h3 {
      font-size: 1.2rem; } }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 1rem;
      margin-bottom: 12px; } }

h4 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1052;
  background: #fff; }
  .loading.active {
    opacity: 0;
    visibility: hidden;
    transition: 1s; }

.cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 63%;
  border-radius: 16px;
  overflow: hidden; }
  .cover video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .cover.tint:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  .cover.vertical {
    padding-bottom: 138%; }
    @media only screen and (max-width: 767px) {
      .cover.vertical {
        width: 250px;
        height: 340px;
        padding-bottom: 0; } }

.page-video {
  width: 100%;
  border-radius: 32px; }

.button {
  position: relative;
  display: inline-block;
  text-align: center;
  border: 0;
  color: #fff;
  line-height: 57px;
  height: 54px;
  padding: 0 38px;
  border-radius: 27px;
  background-color: #FF91C5;
  color: #000;
  font-weight: bold;
  white-space: nowrap;
  font-size: .9rem;
  letter-spacing: 0.02rem;
  transition: .4s; }
  .button:after {
    content: '';
    width: 26px;
    height: 26px;
    background-image: url(../img/button-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transform: scale(0.5);
    transform-origin: left center;
    transition: .4s; }
  @media (min-width: 1200px) {
    .button:hover {
      padding: 0 52px 0 24px;
      color: #000; }
      .button:hover:after {
        opacity: 1;
        transform: scale(1); } }
  .button.no-bg {
    border: 2px solid #fff;
    color: #fff;
    background: transparent; }
  .button.back:after {
    right: auto;
    left: 14px;
    background-image: url(../img/back-arrow.svg); }
  @media (min-width: 1200px) {
    .button.back:hover {
      padding: 0 24px 0 52px; } }
  .button.disabled {
    opacity: .5; }
    @media (min-width: 1200px) {
      .button.disabled:after {
        display: none; }
      .button.disabled:hover {
        padding: 0 38px; } }

.tag {
  display: inline-block;
  text-align: center;
  border: 0;
  line-height: 40px;
  padding: 0 28px 0 20px;
  border-radius: 20px;
  background: #fff;
  color: #000;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .8rem;
  max-width: 100%; }
  .tag:before {
    content: '';
    width: 15px;
    height: 11px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(../img/tick.svg); }

.arrow-button span {
  font-weight: bold;
  border-bottom: 2px solid;
  transition: .4s; }
.arrow-button:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-image: url(../img/button-arrow-purple.svg);
  margin-left: 12px;
  transition: .4s; }
.arrow-button:hover span {
  color: #41358E; }
.arrow-button:hover:after {
  margin-left: 18px; }
.arrow-button.back:after {
  margin-left: 0;
  margin-right: 12px;
  float: left;
  transform: rotate(180deg);
  position: relative;
  left: 0; }
.arrow-button.back:hover:after {
  margin-left: 0;
  left: -6px; }

.download-button span {
  font-weight: bold;
  border-bottom: 2px solid;
  transition: .4s; }
.download-button .arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background: #5547B0;
  border-radius: 50%;
  margin-right: 12px;
  overflow: hidden; }
  .download-button .arrow:before {
    content: '';
    position: absolute;
    top: -52px;
    left: 0;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-image: url(../img/download.svg);
    background-position: center;
    transition: .4s; }
  .download-button .arrow:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-image: url(../img/download.svg);
    background-position: center;
    transition: .4s; }
.download-button:hover span {
  color: #5547B0; }
.download-button:hover .arrow:before {
  top: 0; }
.download-button:hover .arrow:after {
  top: 26px; }

.link img {
  margin-right: 10px; }
.link span {
  text-decoration: underline; }

.contact-popup {
  width: 400px;
  padding: 32px;
  position: absolute;
  top: 390px;
  right: 80px;
  background: #fff;
  border-radius: 24px;
  font-weight: 500;
  z-index: 8;
  color: #000; }
  .contact-popup .cls {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px; }
  .contact-popup a {
    text-decoration: underline; }
  .contact-popup:after {
    content: '';
    position: absolute;
    bottom: -23px;
    right: 32px;
    background-image: url(../img/popup-arrow.svg);
    background-repeat: no-repeat;
    width: 36px;
    height: 23px; }
  @media (max-width: 1300px) {
    .contact-popup {
      right: 24px;
      width: 340px;
      padding: 24px; } }
  @media only screen and (max-width: 767px) {
    .contact-popup {
      position: static;
      margin: 80px 24px 0 56px;
      width: auto;
      padding: 24px;
      padding-right: 48px; } }

.filter {
  white-space: nowrap;
  overflow: auto;
  height: 70px; }
  .filter .button {
    padding: 0 28px;
    background: transparent !important;
    line-height: 43px;
    height: 40px;
    color: #000 !important; }
    .filter .button:after {
      display: none; }
    .filter .button.active {
      background: #fff !important; }
  .filter::-webkit-scrollbar {
    height: 6px; }
  .filter::-webkit-scrollbar-track {
    background: #fff; }
  .filter::-webkit-scrollbar-thumb {
    background: #000; }
  @media only screen and (max-width: 767px) {
    .filter {
      position: relative;
      padding: 0 24px;
      width: calc(100% + 48px);
      left: -24px; } }

.filter-item {
  font-weight: 500; }

.intro {
  padding: 280px 0 560px 0;
  color: #fff; }
  .intro .cover {
    border-radius: 32px; }
  @media only screen and (max-width: 767px) {
    .intro {
      padding: 130px 0 180px 0; } }

.patterned {
  position: relative; }
  .patterned .container {
    position: relative;
    z-index: 1; }
  .patterned:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-image: url(../img/pattern.png);
    background-size: auto 600px;
    background-position: left bottom;
    opacity: .15; }
  @media only screen and (max-width: 767px) {
    .patterned:before {
      background-size: auto 300px; } }

.bcrumb {
  margin-top: -124px;
  margin-bottom: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .bcrumb a {
    border-bottom: 1px solid;
    transition: color .4s; }
    .bcrumb a:hover {
      color: #FFBBDB; }
  .bcrumb img {
    margin: 0 24px; }
  @media (max-width: 1300px) {
    .bcrumb {
      margin-top: -50px;
      margin-bottom: 100px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bcrumb {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .bcrumb {
      display: none; } }

.mobile-back {
  display: none;
  margin-top: -44px;
  margin-bottom: 40px;
  font-size: .9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .mobile-back a {
    border-bottom: 1px solid;
    transition: color .4s; }
    .mobile-back a:hover {
      color: #FF91C5; }
  .mobile-back img {
    margin-right: 14px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .mobile-back {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .mobile-back {
      display: block; } }

.intro-banner + .mobile-back {
  margin-top: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .intro-banner + .mobile-back {
      display: block;
      margin-top: -40px; } }

.bg {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  padding: 180px 0 264px 0;
  position: relative;
  top: -32px;
  margin-bottom: -64px;
  transition: top 1s; }
  .bg.purple {
    background: #5547B0;
    color: #fff; }
    .bg.purple .number-item {
      font-weight: 300; }
    .bg.purple.patterned:before {
      background-image: url(../img/pattern-short.png);
      background-size: auto 250px; }
    @media only screen and (max-width: 767px) {
      .bg.purple.patterned:before {
        background-image: url(../img/pattern.png);
        background-size: auto 300px; } }
    .bg.purple .arrow-button:after {
      background-image: url(../img/button-arrow-pink.svg); }
    .bg.purple .arrow-button:hover span {
      color: #FFBBDB; }
  .bg.pink {
    background: #FF91C5; }
    .bg.pink .f-40 {
      font-weight: 500; }
    .bg.pink .button {
      background: #5547B0;
      color: #fff; }
  .bg.blue {
    background: #04AAE9; }
    .bg.blue .arrow-button:after {
      background-image: url(../img/button-arrow-bl.svg); }
    .bg.blue .arrow-button:hover span {
      color: #41358E; }
  .bg.play {
    top: -64px; }
  @media (max-width: 1300px) {
    .bg {
      padding: 100px 0 182px 0; } }
  @media only screen and (max-width: 767px) {
    .bg {
      padding: 80px 0 164px 0; } }

.offers {
  padding-top: 0;
  top: 0;
  margin: 0; }
  .offers .top {
    position: relative;
    top: -400px;
    margin-bottom: -300px; }
    @media only screen and (max-width: 767px) {
      .offers .top {
        top: -60px;
        margin-bottom: -20px; } }
  .offers .middle {
    margin-bottom: 150px; }
    @media only screen and (max-width: 767px) {
      .offers .middle {
        margin-bottom: 100px; } }
  .offers .bottom p {
    min-height: 81px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .offers .bottom p {
        min-height: 100px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .offers .bottom p {
        min-height: 140px; } }
    @media only screen and (max-width: 767px) {
      .offers .bottom p {
        min-height: 0; } }
  .offers.play {
    top: 0; }

@media only screen and (max-width: 767px) {
  .cover-box {
    margin-bottom: 72px; }
    .cover-box .cover {
      width: 73%;
      padding-bottom: 50%; } }

.tags {
  margin-bottom: 40px; }
  .tags .tag {
    margin: 0 14px 18px 0; }

.slider-controls {
  margin-bottom: 64px;
  align-items: center; }
  .slider-controls .swiper-button-prev, .slider-controls .swiper-button-next {
    display: inline-block;
    position: static;
    margin: 0;
    width: 64px;
    line-height: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    display: none; }
    .slider-controls .swiper-button-prev svg, .slider-controls .swiper-button-next svg {
      display: none; }
  .slider-controls .slick-arrow {
    display: inline-block;
    position: static;
    margin: 0;
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    border: 0;
    padding: 0;
    text-align: center; }
    .slider-controls .slick-arrow:after {
      content: '';
      display: inline-block;
      width: 40px;
      height: 31px;
      background-repeat: no-repeat;
      position: relative;
      left: 0;
      transition: .4s; }
    .slider-controls .slick-arrow.slick-prev:after {
      background-image: url(../img/slider-prev.svg); }
    .slider-controls .slick-arrow.slick-prev:hover:after {
      left: -6px; }
    .slider-controls .slick-arrow.slick-next {
      margin-left: 40px; }
      .slider-controls .slick-arrow.slick-next:after {
        background-image: url(../img/slider-next.svg); }
      .slider-controls .slick-arrow.slick-next:hover:after {
        left: 6px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .slider-controls .slick-arrow.slick-next {
          margin-left: 20px; } }
  .slider-controls .swiper-button-next {
    position: static;
    margin-left: 40px; }
  .slider-controls .swiper-pagination {
    position: static;
    text-align: left;
    white-space: nowrap;
    overflow: hidden; }
    .slider-controls .swiper-pagination .swiper-pagination-bullet {
      width: 150px;
      height: 5px;
      background: #fff;
      opacity: 1;
      border-radius: 3px;
      margin: 0 25px 0 0; }
      .slider-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #000; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .slider-controls .swiper-pagination .swiper-pagination-bullet {
          width: 100px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .slider-controls .swiper-pagination .swiper-pagination-bullet {
          width: 50px; } }
  .slider-controls .slick-dots li {
    display: inline-block;
    list-style-type: none;
    margin: 0 25px 0 0; }
    .slider-controls .slick-dots li button {
      width: 100%;
      height: 5px;
      background: #fff;
      opacity: 1;
      border-radius: 3px;
      padding: 0;
      border: 0;
      font-size: 0; }
    .slider-controls .slick-dots li.slick-active button {
      background: #000; }
  @media only screen and (max-width: 767px) {
    .slider-controls {
      display: none; } }

.swiper .swiper-slide.dummy {
  width: calc((100vw - 1235px) / 2);
  margin: 0; }
  @media (max-width: 1260px) {
    .swiper .swiper-slide.dummy {
      width: 24px; } }

.story-slider {
  /*@include xs{
  	.swiper-wrapper{
  		padding-bottom: 175px;
  	}
  }*/ }
  .story-slider .slick-list {
    padding-left: calc((100vw - 1250px) / 2); }
    @media (max-width: 1260px) {
      .story-slider .slick-list {
        padding-left: 24px; } }
  .story-slider .cover {
    padding-bottom: 176%; }
  .story-slider .swiper-slide {
    width: 400px;
    margin-right: 110px;
    position: relative; }
    @media (max-width: 1600px) {
      .story-slider .swiper-slide {
        width: 350px; } }
    @media (max-width: 1400px) {
      .story-slider .swiper-slide {
        width: 300px; }
        .story-slider .swiper-slide .bubble {
          top: -150px;
          margin-bottom: -126px; } }
    @media only screen and (max-width: 767px) {
      .story-slider .swiper-slide {
        width: 216px;
        margin-right: 48px; } }
  .story-slider .bubble {
    background: #fff;
    color: #000;
    padding: 32px;
    border-radius: 16px;
    font-size: 1.1rem;
    font-weight: 500;
    width: 100%;
    /*position: absolute;
    bottom: 64px;
    left: 64px;*/
    position: relative;
    top: -200px;
    margin-bottom: -176px;
    left: 64px; }
    .story-slider .bubble span {
      font-size: 2.2rem;
      line-height: .7;
      vertical-align: middle;
      color: #5547B0; }
    .story-slider .bubble .name {
      font-weight: 700;
      font-size: .9rem;
      margin-top: 18px; }
    .story-slider .bubble .from {
      font-weight: 500;
      font-size: .8rem; }
    .story-slider .bubble:after {
      content: '';
      width: 36px;
      height: 23px;
      background-repeat: no-repeat;
      background-image: url(../img/bubble-arrow.svg);
      position: absolute;
      left: 30px;
      /*top: 100%;*/
      transform: scaleY(-1);
      top: -23px; }
    @media (max-width: 1600px) {
      .story-slider .bubble {
        font-size: 1rem; }
        .story-slider .bubble span {
          font-size: 2rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .story-slider .bubble {
        padding: 24px; } }
    @media only screen and (max-width: 767px) {
      .story-slider .bubble {
        position: relative;
        top: -100px;
        margin-bottom: -76px;
        bottom: 0;
        left: 24px;
        padding: 24px;
        font-size: .9rem; }
        .story-slider .bubble:after {
          transform: scaleY(-1);
          top: -23px; } }

.banner-slider .swiper-slide {
  width: 54vw;
  margin-right: 56px; }
  @media only screen and (max-width: 767px) {
    .banner-slider .swiper-slide {
      margin-right: 24px;
      width: 80vw; } }
.banner-slider .cover {
  margin-bottom: 16px; }
.banner-slider .slick-list {
  padding-left: calc((100vw - 1250px) / 2); }
  @media (max-width: 1260px) {
    .banner-slider .slick-list {
      padding-left: 24px; } }

.number-item {
  font-weight: 500;
  margin-bottom: 72px; }
  .number-item .title {
    font-weight: 700;
    margin-bottom: 24px; }
    .number-item .title .number {
      display: inline-block;
      vertical-align: middle;
      width: 72px;
      line-height: 80px;
      height: 72px;
      background: #fff;
      color: #000;
      text-align: center;
      margin-right: 16px;
      font-weight: 500;
      font-size: 1.7rem;
      border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .number-item .title {
        margin-bottom: 20px; }
        .number-item .title .number {
          width: 40px;
          height: 40px;
          line-height: 46px;
          font-size: 1.1rem; } }

.blog-box {
  display: block;
  margin-bottom: 100px;
  font-weight: 500; }
  .blog-box .cover {
    margin-bottom: 42px; }
    .blog-box .cover:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50%;
      height: 100%;
      background-image: url(../img/box-pattern.png);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: bottom right; }
  .blog-box p {
    margin-bottom: 28px;
    width: 80%; }
  .blog-box .title h3 {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 142px);
    margin-right: 24px; }
  .blog-box .title .date {
    display: inline-block;
    vertical-align: top;
    line-height: 33px;
    height: 30px;
    width: 110px;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: .8rem;
    font-weight: 700;
    border-radius: 15px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .blog-box .cover {
      margin-bottom: 30px; }
    .blog-box p {
      width: 100%; }
    .blog-box .title {
      position: relative;
      padding-top: 56px; }
      .blog-box .title h3 {
        width: 100%;
        margin-right: 0; }
      .blog-box .title .date {
        position: absolute;
        top: 0;
        left: 0; } }
  @media only screen and (max-width: 767px) {
    .blog-box {
      margin-bottom: 72px; }
      .blog-box .cover {
        margin-bottom: 30px; }
      .blog-box p {
        width: 100%; }
      .blog-box .title {
        position: relative;
        padding-top: 56px; }
        .blog-box .title h3 {
          width: 100%;
          margin-right: 0; }
        .blog-box .title .date {
          position: absolute;
          top: 0;
          left: 0; } }

@media only screen and (max-width: 767px) {
  .col-md-5 .blog-box {
    width: auto;
    margin-right: 90px; }

  .col-md-7 .blog-box {
    width: auto;
    margin-left: 90px; }

  .row.align-items-end .col-md-5 .blog-box {
    width: auto;
    margin-right: 0;
    margin-left: 90px; }
  .row.align-items-end .col-md-7 .blog-box {
    width: auto;
    margin-left: 0;
    margin-right: 90px; } }
.contact {
  border-radius: 32px;
  padding-bottom: 470px; }
  .contact .map {
    height: 378px;
    border-radius: 16px; }
  @media only screen and (max-width: 767px) {
    .contact {
      padding-bottom: 850px; }
      .contact .map {
        height: 452px; }
      .contact .col-md-6 {
        margin-bottom: 72px; } }

form label {
  display: block;
  font-weight: 700;
  font-size: .8rem;
  margin-bottom: 10px; }
form input, form select, form textarea {
  width: 100%;
  height: 56px;
  border-radius: 28px;
  margin-bottom: 28px;
  padding-left: 24px;
  border: 2px solid #000;
  background: transparent;
  color: #000; }
  form input:focus, form select:focus, form textarea:focus {
    border: 3px solid; }
form select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: 95%; }
form textarea {
  display: block;
  padding-top: 24px;
  padding-right: 24px;
  min-height: 288px;
  resize: vertical;
  /*background-image: url(../img/textarea.svg);*/
  background-repeat: no-repeat;
  background-position: 96% 92%; }
  form textarea::-webkit-resizer {
    display: none; }
  @media only screen and (max-width: 767px) {
    form textarea {
      min-height: 150px;
      background-position: 93% 76%; } }
form .input .error {
  display: none;
  position: relative;
  background: #CA0407;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.015rem;
  padding: 8px 10px 5px 10px;
  border-radius: 25px;
  background-image: url(../img/error.svg);
  background-repeat: no-repeat;
  background-position: 10px 9px;
  padding-left: 39px;
  margin-top: -12px;
  margin-bottom: 28px; }
  form .input .error span {
    position: relative;
    z-index: 1; }
  form .input .error:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 32px;
    width: 20px;
    height: 20px;
    background: #CA0407;
    transform: rotate(45deg); }
form .input.has-error .error {
  display: inline-block; }
form .textarea {
  position: relative; }
  form .textarea:after {
    content: '';
    position: absolute;
    bottom: -22px;
    right: 32px;
    background-image: url(../img/textarea-arrow.svg);
    background-repeat: no-repeat;
    width: 39px;
    height: 24px; }
  form .textarea.focus:after {
    bottom: -21px; }
form .textarea + .error {
  width: 230px; }
form .checkbox {
  display: inline-block;
  font-weight: 500;
  font-size: .8rem;
  cursor: pointer;
  position: relative;
  margin-bottom: 28px; }
  form .checkbox input {
    width: 24px;
    height: 24px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  form .checkbox span {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    border-radius: 4px;
    border: 2px solid;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center; }
  form .checkbox input:checked + span {
    background-image: url(../img/check.svg); }
  form .checkbox p {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px); }
  form .checkbox.radio {
    margin-right: 48px;
    /*margin-bottom: 32px;*/
    font-size: 1rem; }
    form .checkbox.radio span {
      border-radius: 50%; }
    form .checkbox.radio input:checked + span {
      background-image: url(../img/radio.svg); }
form .result {
  display: none;
  position: relative;
  background: #00AD8B;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.015rem;
  padding: 8px 10px 5px 10px;
  border-radius: 25px;
  background-image: url(../img/form-ok.svg);
  background-repeat: no-repeat;
  background-position: 10px 9px;
  padding-left: 39px;
  margin-bottom: 28px; }

.check-list li {
  list-style-type: none;
  margin-bottom: 24px;
  padding-left: 36px;
  background-image: url(../img/list.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px; }
.check-list.bl li {
  background-image: url(../img/list-bl.svg); }

.accordion .check-list {
  margin-bottom: 40px;
  font-weight: 500; }
  .accordion .check-list li {
    margin-bottom: 10px; }
.accordion .cover-wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 32px; }
  .accordion .cover-wrap:nth-of-type(2) {
    width: 60%; }
    @media only screen and (max-width: 767px) {
      .accordion .cover-wrap:nth-of-type(2) {
        width: 100%; } }
.accordion .detail {
  display: none;
  font-weight: 500; }
  .accordion .detail .cover-wrap:nth-of-type(1) {
    width: 80%; }
    @media only screen and (max-width: 767px) {
      .accordion .detail .cover-wrap:nth-of-type(1) {
        width: 74%; } }
  @media only screen and (max-width: 767px) {
    .accordion .detail .cover-wrap:nth-of-type(3) {
      width: 74%; } }
.accordion .check-list + .detail {
  padding-bottom: 40px; }
.accordion .more-button {
  font-weight: bold;
  transition: .4s;
  cursor: pointer; }
  .accordion .more-button:before {
    content: '';
    width: 26px;
    height: 26px;
    background-image: url(../img/more.svg);
    background-repeat: no-repeat;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    transition: .4s; }
  .accordion .more-button:hover {
    color: #5547B0; }
    .accordion .more-button:hover:before {
      transform: rotate(-180deg); }
  .accordion .more-button.active:before {
    background-image: url(../img/less.svg); }
.accordion.bubble-accordion .more-button {
  position: relative;
  width: auto;
  margin-right: 64px;
  color: #000;
  padding: 18px 64px 18px 32px;
  background: #fff;
  border-radius: 32px;
  margin-bottom: 48px; }
  .accordion.bubble-accordion .more-button:before {
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: 40px;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto; }
  .accordion.bubble-accordion .more-button:after {
    content: '';
    position: absolute;
    bottom: -23px;
    left: 32px;
    background-image: url(../img/more-arrow.svg);
    background-repeat: no-repeat;
    width: 36px;
    height: 23px; }
  .accordion.bubble-accordion .more-button:hover {
    color: #000; }
    .accordion.bubble-accordion .more-button:hover:before {
      transform: rotate(0); }
  .accordion.bubble-accordion .more-button.active:before {
    background-image: url(../img/more.svg);
    transform: rotate(-45deg); }
  @media (min-width: 768px) and (max-width: 991px) {
    .accordion.bubble-accordion .more-button {
      margin-right: 0;
      padding: 18px 64px 18px 24px;
      font-size: .77rem;
      margin-bottom: 32px; }
      .accordion.bubble-accordion .more-button:after {
        left: 24px;
        width: 26px;
        height: 16px;
        bottom: -16px;
        background-size: 26px; } }
  @media only screen and (max-width: 767px) {
    .accordion.bubble-accordion .more-button {
      margin-right: 0;
      padding: 18px 64px 18px 24px;
      font-size: .77rem;
      margin-bottom: 32px; }
      .accordion.bubble-accordion .more-button:after {
        left: 24px;
        width: 26px;
        height: 16px;
        bottom: -16px;
        background-size: 26px; } }
.accordion.bubble-accordion .detail {
  width: auto;
  margin-left: 64px;
  margin-bottom: 64px;
  padding: 32px;
  background: #fff;
  border-radius: 32px;
  color: #000;
  position: relative; }
  .accordion.bubble-accordion .detail:after {
    content: '';
    position: absolute;
    bottom: -23px;
    right: 32px;
    background-image: url(../img/detail-arrow.svg);
    background-repeat: no-repeat;
    width: 36px;
    height: 23px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .accordion.bubble-accordion .detail {
      font-size: .9rem;
      padding: 24px;
      margin-left: 24px;
      border-radius: 24px; }
      .accordion.bubble-accordion .detail:after {
        right: 24px;
        width: 26px;
        height: 16px;
        bottom: -15px;
        background-size: 26px; } }
  @media only screen and (max-width: 767px) {
    .accordion.bubble-accordion .detail {
      font-size: .9rem;
      padding: 24px;
      margin-left: 24px;
      border-radius: 24px; }
      .accordion.bubble-accordion .detail:after {
        right: 24px;
        width: 26px;
        height: 16px;
        bottom: -15px;
        background-size: 26px; } }

.contact-box {
  border-radius: 32px;
  background: #fff;
  padding: 64px 58px;
  position: relative;
  top: -350px;
  margin-bottom: -330px;
  font-weight: 500;
  color: #000; }
  .contact-box h3 {
    margin-bottom: 40px; }
  .contact-box .button {
    color: #fff; }
  .contact-box .bottom {
    margin-top: 30px; }
    .contact-box .bottom .button {
      background: #000;
      color: #fff; }
    .contact-box .bottom .d-flex {
      justify-content: space-between; }
  .contact-box .cover {
    padding-bottom: 100%;
    border-radius: 50%; }
  .contact-box .buttons .button:nth-child(1) {
    background: #000; }
  .contact-box .buttons .button:nth-child(2) {
    background: #00A081; }
    .contact-box .buttons .button:nth-child(2) img {
      margin-right: 12px; }
  .contact-box.person {
    top: -480px;
    margin-bottom: -280px; }
    .contact-box.person.mb-200 {
      top: 0;
      margin-bottom: 200px; }
      @media only screen and (max-width: 767px) {
        .contact-box.person.mb-200 {
          margin-bottom: 100px; } }
    .contact-box.person.mb-0 {
      top: 0; }
    .contact-box.person .details {
      position: absolute;
      left: 58px;
      bottom: 64px; }
    .contact-box.person .check-list li {
      margin-bottom: 16px; }
  @media (max-width: 1300px) {
    .contact-box.person {
      top: -220px;
      margin-bottom: -120px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .contact-box.person .buttons .button {
      padding: 0 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .contact-box {
      padding: 48px 32px; }
      .contact-box.person .buttons .button {
        width: 100%; }
        .contact-box.person .buttons .button.mr-24 {
          margin-bottom: 20px; }
      .contact-box.person .details {
        position: static;
        margin-bottom: 32px; } }
  @media only screen and (max-width: 767px) {
    .contact-box {
      padding: 32px 24px;
      top: -850px;
      margin-bottom: -850px; }
      .contact-box .button {
        width: 100%;
        margin: 22px 0 32px 0; }
      .contact-box .buttons .button:nth-child(2) {
        padding: 0; }
      .contact-box.person {
        top: -190px;
        margin-bottom: -110px; }
        .contact-box.person h2 {
          font-size: 1.66rem;
          margin-bottom: 40px; }
        .contact-box.person .cover {
          width: 144px;
          height: 144px;
          padding-bottom: 0;
          margin-bottom: 36px; }
        .contact-box.person .buttons .button {
          margin: 0;
          margin-top: 20px; }
        .contact-box.person .details {
          position: static;
          margin-bottom: 15px; }
          .contact-box.person .details a {
            margin-bottom: 10px;
            display: inline-block; }
        .contact-box.person .check-list {
          margin-bottom: 52px; } }

.job-box {
  background: #fff;
  color: #000;
  padding: 32px;
  border-radius: 16px;
  margin-bottom: 40px; }
  .job-box h3 {
    margin-bottom: 40px; }
  .job-box .button {
    background: #000;
    color: #fff; }
  @media only screen and (max-width: 767px) {
    .job-box {
      padding: 24px; }
      .job-box .button {
        width: 100%; } }

.team-box {
  position: relative;
  margin-bottom: 140px;
  margin-bottom: 80px; }
  .team-box .cover {
    padding-bottom: 160%;
    margin-bottom: 36px; }
    .team-box .cover:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 80%;
      height: 100%;
      background-image: url(../img/box-pattern.png);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: bottom right; }
  .team-box .txt {
    padding-bottom: 46px;
    transition: .4s; }
    .team-box .txt h3 {
      margin-bottom: 4px; }
  .team-box .mob {
    display: none; }
  .team-box .box {
    position: absolute;
    padding: 32px;
    background: #fff;
    border-radius: 32px;
    color: #000;
    left: 16px;
    right: 16px;
    bottom: -30px;
    opacity: 0;
    transition: .4s; }
    .team-box .box h3 {
      margin-bottom: 4px; }
    .team-box .box h4 {
      margin-bottom: 8px; }
    .team-box .box .social a {
      margin-right: 10px; }
  @media (min-width: 1200px) {
    .team-box:hover .txt {
      opacity: 0; }
    .team-box:hover .box {
      bottom: 0;
      opacity: 1; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .team-box .txt {
      opacity: 0; }
    .team-box .box {
      bottom: 0;
      opacity: 1; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .team-box .txt {
      opacity: 0; }
    .team-box .box {
      bottom: 0;
      opacity: 1; } }
  @media only screen and (max-width: 767px) {
    .team-box {
      margin-bottom: 72px; }
      .team-box .dtop {
        display: none; }
      .team-box .mob {
        display: inline-block; }
      .team-box .txt {
        display: none; }
      .team-box .cover {
        width: 220px;
        height: 350px;
        padding-bottom: 0; }
      .team-box .box {
        opacity: 1;
        position: static;
        background: none;
        padding: 0;
        border-radius: 0;
        color: #fff; } }

.page-intro {
  height: 350px; }
  .page-intro:before {
    background-position: left -58%; }
  @media only screen and (max-width: 767px) {
    .page-intro {
      height: 192px; }
      .page-intro.has-banner {
        height: 252px; } }

.intro-banner {
  margin-top: -280px;
  text-align: right;
  pointer-events: none; }
  .intro-banner .cover-wrap {
    display: inline-block;
    width: 700px; }
  @media (max-width: 1300px) {
    .intro-banner .cover-wrap {
      width: 500px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intro-banner {
      margin-top: -200px; }
      .intro-banner .cover-wrap {
        width: 400px; } }
  @media only screen and (max-width: 767px) {
    .intro-banner {
      margin-top: -138px;
      margin-bottom: 40px; }
      .intro-banner .cover-wrap {
        width: 100%; } }

.scroll-fix h2 {
  margin-bottom: 52px; }
.scroll-fix .col-md-6 {
  position: relative; }
.scroll-fix .left {
  top: 0;
  width: 604px;
  padding-top: 32px; }
  .scroll-fix .left video {
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
    width: 84%; }
    @media (max-width: 1200px) {
      .scroll-fix .left video {
        width: 300px; } }
.scroll-fix .right {
  margin-top: 132px; }
  .scroll-fix .right .items .item {
    position: relative;
    padding-bottom: 200px;
    margin-bottom: 24px; }
    .scroll-fix .right .items .item .number {
      width: 64px;
      line-height: 64px;
      height: 64px;
      border-radius: 32px;
      text-align: center;
      border: 2px solid #fff;
      font-weight: 500; }
    .scroll-fix .right .items .item.active .number {
      background: #fff;
      color: #000; }
    .scroll-fix .right .items .item:before {
      content: '';
      position: absolute;
      width: 2px;
      height: calc(100% - 88px);
      background: #fff;
      left: 30px;
      bottom: 0; }
    .scroll-fix .right .items .item:last-child {
      margin-bottom: 0; }
      .scroll-fix .right .items .item:last-child:before {
        display: none; }
  .scroll-fix .right .items::-webkit-scrollbar {
    height: 6px; }
  .scroll-fix .right .items::-webkit-scrollbar-track {
    background: #fff; }
  .scroll-fix .right .items::-webkit-scrollbar-thumb {
    background: #000; }
.scroll-fix.fixed .left {
  position: fixed; }
.scroll-fix.passed .left {
  top: auto;
  bottom: 0;
  position: absolute; }
@media only screen and (max-width: 767px) {
  .scroll-fix .left {
    width: 100%;
    position: static !important; }
    .scroll-fix .left video {
      width: 157px; }
  .scroll-fix .right {
    margin-top: 40px; }
    .scroll-fix .right .items {
      position: relative;
      white-space: nowrap;
      overflow: auto;
      width: calc(100% + 48px);
      left: -24px; }
      .scroll-fix .right .items .item {
        white-space: normal;
        display: inline-block;
        width: 70vw;
        margin-right: 24px;
        padding-bottom: 0;
        font-size: .9rem; }
        .scroll-fix .right .items .item .number {
          width: 40px;
          line-height: 40px;
          height: 40px;
          margin-bottom: 24px; }
        .scroll-fix .right .items .item:first-child {
          margin-left: 24px; }
        .scroll-fix .right .items .item:before {
          height: 2px;
          width: calc(100% - 32px);
          bottom: auto;
          top: 20px;
          left: 50px; }
        .scroll-fix .right .items .item.active .number {
          background: transparent;
          color: #fff; }
        .scroll-fix .right .items .item.mobile-active .number {
          background: #fff;
          color: #000; }
        .scroll-fix .right .items .item:first-child .number {
          background: #fff;
          color: #000; } }

.home-logos .col-6 img {
  max-width: 100%; }
@media only screen and (max-width: 767px) {
  .home-logos .col-6 {
    margin-bottom: 24px; } }

.project-cover .cover {
  padding-bottom: 0; }
  .project-cover .cover img {
    width: 100%; }
@media only screen and (max-width: 767px) {
  .project-cover .cover {
    display: inline-block;
    width: 250px;
    height: auto !important;
    /*height: 170px;
    padding-bottom: 0;*/ }
  .project-cover.right {
    text-align: right; } }

@media only screen and (max-width: 767px) {
  .sol-buttons .button {
    width: 100%; }
    .sol-buttons .button.mr-24 {
      margin-right: 0;
      margin-bottom: 32px; } }

.pagi {
  margin-top: 72px; }
  .pagi .pages {
    white-space: nowrap;
    overflow: auto;
    height: 55px; }
    .pagi .pages a {
      display: inline-block;
      vertical-align: middle;
      width: 50px;
      line-height: 52px;
      height: 50px;
      text-align: center;
      border-radius: 50%;
      border: 2px solid;
      margin-right: 28px;
      font-size: 1.33rem; }
      .pagi .pages a.active {
        background: #fff;
        border-color: #fff; }
      .pagi .pages a:last-child {
        margin-right: 0; }
    .pagi .pages img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 28px; }
  .pagi .button {
    margin-left: 40px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .pagi .pages a {
      width: 36px;
      height: 36px;
      line-height: 36px;
      margin-right: 16px;
      font-size: 1rem; }
    .pagi .pages img {
      margin-right: 16px; }
    .pagi .button {
      padding: 0 52px 0 24px;
      color: #000; }
      .pagi .button:after {
        opacity: 1; }
      .pagi .button.back {
        margin-bottom: 32px;
        margin-left: 0;
        float: left;
        padding: 0 24px 0 52px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .pagi .pages a {
      width: 36px;
      height: 36px;
      line-height: 36px;
      margin-right: 16px;
      font-size: 1rem; }
    .pagi .pages img {
      margin-right: 16px; }
    .pagi .button {
      padding: 0 52px 0 24px;
      color: #000; }
      .pagi .button:after {
        opacity: 1; }
      .pagi .button.back {
        margin-bottom: 32px;
        margin-left: 0;
        float: left;
        padding: 0 24px 0 52px; } }
  @media only screen and (max-width: 767px) {
    .pagi {
      margin-top: 0; }
      .pagi .pages {
        white-space: nowrap;
        overflow: auto;
        margin-bottom: 54px; }
        .pagi .pages a {
          width: 36px;
          height: 36px;
          line-height: 36px;
          margin-right: 16px;
          font-size: 1rem; }
        .pagi .pages img {
          margin-right: 16px; }
      .pagi .button {
        padding: 0 52px 0 24px;
        color: #000; }
        .pagi .button:after {
          opacity: 1;
          transform: scale(1); }
        .pagi .button.back {
          margin-bottom: 32px;
          margin-left: 0;
          float: left;
          padding: 0 24px 0 52px; } }

.f-14 {
  font-size: .8rem; }

.f-24 {
  font-size: 1.33rem;
  line-height: 1.5; }
  @media (max-width: 1300px) {
    .f-24 {
      font-size: 1.2rem; } }
  @media only screen and (max-width: 767px) {
    .f-24 {
      font-size: 1.1rem; } }

.f-40 {
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.04rem; }
  @media (max-width: 1300px) {
    .f-40 {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 767px) {
    .f-40 {
      font-size: 1.1rem; } }

.f-50 {
  font-size: 2.7rem; }

.fw-500 {
  font-weight: 500; }

.g-56 {
  --bs-gutter-x: 56px; }
  @media (max-width: 1300px) {
    .g-56 {
      --bs-gutter-x: 24px; } }

.mb-10 {
  margin-bottom: 10px; }

.mb-16 {
  margin-bottom: 16px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .mb-40 {
      margin-bottom: 32px; } }

.mb-60 {
  margin-bottom: 60px; }

.mb-80 {
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .mb-80 {
      margin-bottom: 72px; } }

.mb-100 {
  margin-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .mb-100 {
      margin-bottom: 72px; } }

.mb-140 {
  margin-bottom: 140px; }
  @media (max-width: 1300px) {
    .mb-140 {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 767px) {
    .mb-140 {
      margin-bottom: 100px; } }

.mb-200 {
  margin-bottom: 200px; }
  @media (max-width: 1300px) {
    .mb-200 {
      margin-bottom: 150px; } }
  @media only screen and (max-width: 767px) {
    .mb-200 {
      margin-bottom: 100px; } }

.mb-300 {
  margin-bottom: 300px; }
  @media (max-width: 1300px) {
    .mb-300 {
      margin-bottom: 200px; } }
  @media only screen and (max-width: 767px) {
    .mb-300 {
      margin-bottom: 100px; } }

.mr-24 {
  margin-right: 24px; }

.br-32 {
  border-radius: 32px; }

@media only screen and (max-width: 767px) {
  .mb-xs-30 {
    margin-bottom: 30px; } }

@media only screen and (max-width: 767px) {
  .mb-xs-40 {
    margin-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  .mb-xs-72 {
    margin-bottom: 72px; } }

.anim {
  opacity: 0;
  transform: translateY(60px); }
  .anim.play {
    transform: translateY(0);
    opacity: 1;
    transition: 1s; }
    .anim.play.anim-del-2 {
      transition-delay: .2s; }
    .anim.play.anim-del-4 {
      transition-delay: .4s; }
    .anim.play.anim-del-6 {
      transition-delay: .6s; }
    .anim.play.anim-del-8 {
      transition-delay: .8s; }

.anim-boxes .anim:nth-of-type(2) {
  transition-delay: .2s; }
.anim-boxes .anim:nth-of-type(3) {
  transition-delay: .4s; }
.anim-boxes .anim:nth-of-type(4) {
  transition-delay: .6s; }
.anim-boxes .anim:nth-of-type(5) {
  transition-delay: .8s; }
.anim-boxes .anim:nth-of-type(6) {
  transition-delay: 1s; }
.anim-boxes .anim:nth-of-type(7) {
  transition-delay: 1.2s; }
.anim-boxes .anim:nth-of-type(8) {
  transition-delay: 1.4s; }
.anim-boxes .anim:nth-of-type(9) {
  transition-delay: 1.6s; }

/*# sourceMappingURL=style.css.map */
