@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip; }
  .animated.infinite {
    animation-iteration-count: infinite; }

/*======================= CSS Reset ===========================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, section, main, footer, header, figure, aside, input, textarea, i, mark, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
  background: transparent;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%; }

html {
  overflow-y: scroll;
  overflow-x: hidden; }

body {
  overflow: hidden; }

ol, ul {
  list-style: none; }

:focus {
  outline: 0; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

table, table td tr {
  border: none;
  border-collapse: collapse; }

button, a, input, textarea, select {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@font-face {
  font-family: 'Poppins-ExtraLight';
  src: url("/fonts/Poppins-ExtraLight.ttf");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'TenorSans-Regular';
  src: url("/fonts/TenorSans-Regular.ttf");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'Raleway-Regular';
  src: url("/fonts/Raleway-Regular.ttf");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'GeneralSans-Medium';
  src: url("/fonts/Raleway-Medium.ttf");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'Raleway-Bold';
  src: url("/fonts/Raleway-Bold.ttf");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }

/* ========== Typography styles ========== */
a, button {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer; }

.button {
  font-size: 16px;
  font-family: "GeneralSans-Medium";
  background-color: #FFD700;
  color: #000;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  .button:hover {
    background-color: #e1be00;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

/*======================= Grid ===========================*/
.row {
  width: auto;
  display: block;
  margin: 0 -5px;
  position: relative;
  clear: both; }
  .row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media only screen and (max-width: 767px) {
    .row {
      margin: 0; } }
  .row > .column {
    padding: 0 5px;
    float: left; }
    .row > .column.pull-right {
      float: right; }
    @media only screen and (max-width: 1279px) {
      .row > .column.tablet-hide {
        display: none; } }
    @media only screen and (max-width: 1023px) {
      .row > .column.sm-tablet-hide {
        display: none; } }
    .row > .column.masonry-column {
      margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .row > .column {
        padding: 5px 0; } }
    .row > .column.__12 {
      width: 100%; }
    .row > .column.__11 {
      width: 91.666666%; }
    .row > .column.__10 {
      width: 83.333333%; }
    .row > .column.__9 {
      width: 75%; }
    .row > .column.__8 {
      width: 66.666666%; }
    .row > .column.__7 {
      width: 58.333333%; }
    .row > .column.__6 {
      width: 50%; }
    .row > .column.__5 {
      width: 41.666666%; }
    .row > .column.__41 {
      width: 37%; }
    .row > .column.__4 {
      width: 33.333333%; }
    .row > .column.__3 {
      width: 25%; }
    .row > .column.__2 {
      width: 16.666666%; }
    .row > .column.__1 {
      width: 8.333333%; }
    @media only screen and (max-width: 1440px) {
      .row > .column.llt__12 {
        width: 100%; }
      .row > .column.llt__8 {
        width: 66.666666%; }
      .row > .column.llt__4 {
        width: 33.333333%; } }
    @media only screen and (max-width: 1279px) {
      .row > .column.lt__6 {
        width: 100%; }
      .row > .column.lt__5 {
        width: 83.333333%; }
      .row > .column.lt__4 {
        width: 66.666666%; }
      .row > .column.lt__3 {
        width: 50%; }
      .row > .column.lt__2 {
        width: 33.333333%; }
      .row > .column.lt__1 {
        width: 16.666666%; } }
    @media only screen and (max-width: 1023px) {
      .row > .column.st__6 {
        width: 100%; }
      .row > .column.st__5 {
        width: 83.333333%; }
      .row > .column.st__4 {
        width: 66.666666%; }
      .row > .column.st__3 {
        width: 50%; }
      .row > .column.st__2 {
        width: 33.333333%; }
      .row > .column.st__1 {
        width: 16.666666%; }
      .row > .column.st__hide {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .row > .column.m__3, .row > .column.__12, .row > .column.__11, .row > .column.__10, .row > .column.__9, .row > .column.__8, .row > .column.__7, .row > .column.__6, .row > .column.__5, .row > .column.__4, .row > .column.__3, .row > .column.__2, .row > .column.__1, .row > .column.lt__6, .row > .column.lt__5, .row > .column.lt__4, .row > .column.lt__3, .row > .column.lt__2, .row > .column.lt__1, .row > .column.st__6, .row > .column.st__5, .row > .column.st__4, .row > .column.st__3, .row > .column.st__2, .row > .column.st__1 {
        width: 100%; }
      .row > .column.m__1 {
        width: 33.333333%;
        padding: 5px; }
      .row > .column.m__2 {
        width: 66.333333%;
        padding: 5px; }
      .row > .column.no-padding {
        padding: 0 !important; } }
  .row.block-row.__1-block > .column {
    width: 100%; }
  .row.block-row.__2-block > .column {
    width: 50%; }
  .row.block-row.__3-block > .column {
    width: 33.3333333%; }
  .row.block-row.__4-block > .column {
    width: 25%; }
  .row.block-row.__5-block > .column {
    width: 20%; }
  .row.block-row.__6-block > .column {
    width: 16.666666666%; }
  .row.block-row.__7-block > .column {
    width: 14.285714%; }
  .row.block-row.__8-block > .column {
    width: 12.5%; }
  @media only screen and (max-width: 1279px) {
    .row.block-row.lt__1-block > .column {
      width: 100%; }
    .row.block-row.lt__2-block > .column {
      width: 50%; }
    .row.block-row.lt__3-block > .column {
      width: 33.3333333%; }
    .row.block-row.lt__4-block > .column {
      width: 25%; }
    .row.block-row.lt__5-block > .column {
      width: 20%; }
    .row.block-row.lt__6-block > .column {
      width: 16.666666666%; } }
  @media only screen and (max-width: 1023px) {
    .row.block-row.st__1-block > .column {
      width: 100%; }
    .row.block-row.st__2-block > .column {
      width: 50%; }
    .row.block-row.st__3-block > .column {
      width: 33.3333333%; }
    .row.block-row.st__4-block > .column {
      width: 25%; }
    .row.block-row.st__5-block > .column {
      width: 20%; }
    .row.block-row.st__6-block > .column {
      width: 16.666666666%; }
    .row.block-row > .column.st__6 {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .row.block-row.__1-block > .column, .row.block-row.__2-block > .column, .row.block-row.__3-block > .column, .row.block-row.__4-block > .column, .row.block-row.__5-block > .column, .row.block-row.__6-block > .column, .row.block-row.__7-block > .column, .row.block-row.__8-block > .column {
      width: 100%; }
    .row.block-row.m__1-block > .column {
      width: 100%; }
    .row.block-row.m__2-block > .column {
      width: 50%;
      padding: 0 10px; }
    .row.block-row.m__3-block > .column {
      width: 33.3333333%; }
    .row.block-row.m__4-block > .column {
      width: 25%; } }
  .row.__0 {
    margin: 0; }
    .row.__0 > .column {
      padding: 0; }
  .row.__5 {
    margin: 0 -5px; }
    .row.__5 > .column {
      padding: 0 5px; }
  .row.__60 {
    margin: 0 -30px; }
    .row.__60 > .column {
      padding: 0 30px; }
    @media only screen and (max-width: 1279px) {
      .row.__60 {
        margin: 0 -10px; }
        .row.__60 > .column {
          padding: 0 10px; } }
  .row.__30 {
    margin: 0 -15px; }
    .row.__30 > .column {
      padding: 0 15px; }
    @media only screen and (max-width: 1279px) {
      .row.__30 {
        margin: 0 -5px; }
        .row.__30 > .column {
          padding: 0 5px; } }
  .row.__40 {
    margin: 0 -20px; }
    .row.__40 > .column {
      padding: 0 20px; }
    @media only screen and (max-width: 1279px) {
      .row.__40 {
        margin: 0 -5px; }
        .row.__40 > .column {
          padding: 0 5px; } }
  .row.__20 {
    margin: 0 -10px; }
    .row.__20 > .column {
      padding: 0 10px; }
  .row.__inline-row {
    text-align: center; }
    .row.__inline-row > .column {
      display: inline-block;
      float: none;
      margin: 0 -2px 10px -2px; }
  .row.__masonry {
    margin: 0 -10px; }
    .row.__masonry > .column {
      margin-bottom: 20px;
      padding: 0 10px; }
  .row.__centered-row {
    text-align: center; }
    .row.__centered-row > .column {
      display: inline-block;
      float: none;
      margin: 0; }
  @media only screen and (max-width: 1279px) {
    .row.__centered-row-small {
      text-align: center; } }
  @media only screen and (max-width: 1279px) {
    .row.__centered-row-small > .column {
      display: inline-block;
      float: none;
      margin: 0; } }

.field {
  margin-bottom: 25px;
  position: relative; }
  .field input {
    width: 100%;
    display: block;
    padding: 0 15px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    background-color: #6D7874;
    border: 1px solid #FFD700;
    font-size: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .field input[type="file"] {
      display: none; }
    .field input::placeholder {
      color: #fff; }
  .field textarea {
    width: 100%;
    color: #fff;
    height: 250px;
    padding: 15px;
    background-color: #6D7874;
    border: 1px solid #FFD700;
    font-size: 16px;
    resize: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
    .field textarea:hover {
      background-color: #6D7874; }
    .field textarea:focus {
      background-color: #6D7874; }
    .field textarea::placeholder {
      color: #fff; }
  .field label {
    font-family: "Poppins-ExtraLight";
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-left: 20px;
    display: inline-block;
    color: #fff; }
  .field .warning-text {
    position: absolute;
    color: darkred;
    font-size: 12px;
    font-family: "Poppins-ExtraLight";
    font-style: italic;
    bottom: -17px;
    left: 14px;
    display: none; }
    .field .warning-text.warning-text-area {
      bottom: 3px; }
    @media only screen and (max-width: 1279px) {
      .field .warning-text {
        font-size: 9px;
        bottom: -12px; } }
  .field .warning {
    border: 1px solid darkred; }

.filed-file {
  width: 100%;
  display: block;
  padding: 0;
  color: #707070;
  height: 50px;
  line-height: 50px;
  background-color: #EBEBEB;
  border: 1px dashed #707070;
  font-size: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .filed-file label {
    padding: 0 15px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px; }
    .filed-file label span {
      display: block;
      width: 100%;
      height: 50px;
      line-height: 50px; }
  @media only screen and (max-width: 767px) {
    .filed-file {
      background-color: #fff;
      height: 40px;
      line-height: 40px; }
      .filed-file label {
        height: 40px;
        line-height: 40px;
        font-size: 9px !important;
        padding: 0 5px 0 15px; }
        .filed-file label span {
          height: 40px;
          line-height: 40px;
          font-size: 10px !important; } }
  @media only screen and (max-width: 359px) {
    .filed-file label {
      font-size: 9px !important; }
      .filed-file label span {
        font-size: 8px !important; } }

.checkbox {
  padding: 0 0 10px 0;
  margin-left: 4px;
  display: inline-block; }
  .checkbox:last-child {
    padding: 0; }
  .checkbox label {
    font-family: "Poppins-ExtraLight";
    font-size: 15px;
    color: #757575;
    display: inline-block;
    padding: 0 0 0 35px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 20px;
    line-height: 16px; }
    .checkbox label:before {
      width: 23px;
      height: 23px;
      content: '';
      position: absolute;
      top: -6px;
      left: 0;
      border: 1px solid #d8d8d8;
      background: #fff;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
      -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06); }
    .checkbox label:after {
      width: 14px;
      height: 7px;
      content: '';
      position: absolute;
      top: 0px;
      left: 5px;
      border: 3px solid transparent;
      border-top: none;
      border-right: none;
      background: transparent;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .checkbox label:hover:before {
      border: 1px solid #707070; }
    .checkbox label span {
      position: absolute;
      right: 0;
      top: 2px;
      font-size: 12px;
      color: #b8bcca;
      text-align: right; }
  .checkbox input {
    visibility: hidden;
    position: absolute; }
    .checkbox input:checked + label {
      color: #757575 !important; }
    .checkbox input:checked + label:before {
      border: 1px solid #ff314d;
      background: #ff314d; }
    .checkbox input:checked + label:after {
      border-left: 3px solid #fff;
      border-bottom: 3px solid #fff;
      border-top: 0 solid transparent;
      border-right: 0 solid transparent; }
  .checkbox.checkbox-right label {
    padding: 0 60px 0 15px; }
    .checkbox.checkbox-right label:before {
      top: -10px;
      left: initial;
      right: 0; }
    .checkbox.checkbox-right label:after {
      top: 1px;
      left: initial;
      right: 10px; }
  .checkbox.checkbox-small label {
    padding: 0 0 0 45px; }
    .checkbox.checkbox-small label:before {
      width: 26px;
      height: 26px;
      margin-top: 5px;
      background: #fff;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
      -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06); }
    .checkbox.checkbox-small label:after {
      width: 16px;
      height: 10px;
      content: '';
      position: absolute;
      top: 1px;
      left: 6px;
      border: 3px solid transparent;
      background: transparent;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }

.checkbox-holder {
  margin-top: 30px; }
  .checkbox-holder .checkbox {
    display: inline-block; }
    .checkbox-holder .checkbox:last-child {
      margin-left: 40px; }
  @media only screen and (max-width: 767px) {
    .checkbox-holder .checkbox {
      display: block; }
      .checkbox-holder .checkbox:last-child {
        margin-left: 0; } }

.radio-set {
  display: inline-block;
  line-height: inherit;
  margin: 0;
  padding: 0;
  margin-right: 15px; }
  .radio-set label {
    font-family: "Poppins-ExtraLight";
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 1em;
    line-height: 20px;
    color: #000; }
    .radio-set label span {
      margin-left: 30px;
      line-height: 20px;
      display: block;
      text-align: left;
      font-size: 1em;
      color: #000; }
    .radio-set label:before {
      position: absolute;
      content: "";
      width: 20px;
      height: 20px;
      text-align: center;
      padding: 0;
      margin: 0;
      background-color: transparent;
      margin-left: -3px;
      border: 2px solid #000;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .radio-set label:after {
      position: absolute;
      content: "";
      top: 5px;
      left: 2px;
      width: 10px;
      height: 10px;
      background-color: transparent;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .radio-set input {
    visibility: hidden;
    height: 0; }
    .radio-set input:checked + label:after {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      background: #000;
      border: 2px solid #000;
      color: #000; }
    .radio-set input:checked + label:hover:after {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      background: #000;
      border: 2px solid #000;
      color: #000; }

header {
  height: 112px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #6D7874;
  box-shadow: 0px 8px 8px 0px rgba(44, 42, 42, 0.3); }
  @media only screen and (max-width: 767px) {
    header {
      height: 80px; } }
  header .header-wrap {
    padding-top: 40px;
    position: relative; }
    header .header-wrap .header-logo {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 40px; }
      @media only screen and (max-width: 767px) {
        header .header-wrap .header-logo {
          top: 32px; } }
      header .header-wrap .header-logo img {
        width: 240px; }
        @media only screen and (max-width: 767px) {
          header .header-wrap .header-logo img {
            width: 140px; } }
      header .header-wrap .header-logo .white-logo {
        display: none; }
    header .header-wrap .menu-wrap {
      width: 100%;
      padding-left: 320px; }
      header .header-wrap .menu-wrap ul {
        display: inline-block; }
        header .header-wrap .menu-wrap ul li {
          margin-right: 48px;
          display: inline-block; }
          header .header-wrap .menu-wrap ul li a {
            font-family: "Poppins-ExtraLight";
            font-size: 18px;
            color: #fff;
            line-height: 32px; }
            header .header-wrap .menu-wrap ul li a:hover {
              text-decoration: underline; }
            @media only screen and (min-width: 768px) {
              header .header-wrap .menu-wrap ul li a.active-menu {
                text-decoration: underline; } }
      @media only screen and (max-width: 1279px) {
        header .header-wrap .menu-wrap {
          display: none; } }
    header .header-wrap .lang-wrap {
      float: right;
      font-family: "Poppins-ExtraLight";
      font-size: 18px;
      color: #fff;
      line-height: 32px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      header .header-wrap .lang-wrap a {
        font-family: "Poppins-ExtraLight";
        font-size: 18px;
        color: #fff;
        line-height: 32px; }
        header .header-wrap .lang-wrap a.active-lang {
          text-decoration: underline; }
        header .header-wrap .lang-wrap a:hover {
          text-decoration: underline; }
  header.mob-active {
    background-color: #21253D !important; }
    header.mob-active .menu-wrap {
      margin-top: 80px;
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 9999;
      background-color: #21253D;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    header.mob-active .menu-burger div {
      background-color: #fff !important; }
    header.mob-active .menu-wrap {
      padding-left: 20px !important;
      padding-top: 48px; }
      header.mob-active .menu-wrap ul li {
        display: block !important;
        margin-bottom: 30px; }
        header.mob-active .menu-wrap ul li a {
          color: #fff !important; }
    header.mob-active .lang-wrap {
      display: block !important;
      float: none !important;
      color: #fff !important; }
      header.mob-active .lang-wrap a {
        color: #fff !important;
        margin-right: 30px; }
        header.mob-active .lang-wrap a:last-child {
          margin-left: 30px; }

.menu-burger {
  perspective: 500px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 43px;
  display: none; }
  @media only screen and (max-width: 1279px) {
    .menu-burger {
      display: inline-block; } }
  @media only screen and (max-width: 767px) {
    .menu-burger {
      top: 28px; } }
  .menu-burger.expanded {
    top: 42px; }
    .menu-burger.expanded .line-1 {
      transform: rotateZ(-180deg) rotate(-135deg) translateY(3px) translateX(5px); }
    .menu-burger.expanded .line-2 {
      opacity: 0; }
    .menu-burger.expanded .line-3 {
      transform: rotateZ(180deg) translateY(19px) translateX(0px) rotate(135deg); }
  .menu-burger > div {
    width: 32px;
    border-radius: 5px;
    cursor: pointer;
    height: 2px;
    background-color: #fff;
    margin: 10px 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .menu-burger > div:first-child {
      margin-top: 0px; }
  .menu-burger.white-burger > div {
    background-color: #fff !important; }

html {
  scroll-behavior: smooth; }

body {
  font-size: 16px;
  position: relative;
  left: 0;
  right: 0;
  font-family: "Poppins-ExtraLight";
  background-color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.inner {
  width: 1280px;
  max-width: 94%;
  margin: 0 auto;
  position: relative; }
  .inner:after {
    content: "";
    display: table;
    clear: both; }

.big-inner {
  width: 1660px;
  max-width: 94%;
  margin: 0 auto;
  position: relative; }
  .big-inner:after {
    content: "";
    display: table;
    clear: both; }

.home-head {
  width: 100%;
  background: #fff;
  padding-top: 45px;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .home-head img {
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  @media only screen and (max-width: 767px) {
    .home-head {
      padding-top: 25px; } }
  .home-head.fix-head {
    position: fixed;
    width: 100%;
    height: 90px;
    background: #fff;
    z-index: 999;
    top: 0;
    left: 0;
    margin-top: 0;
    text-align: center;
    padding-top: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media only screen and (max-width: 767px) {
      .home-head.fix-head {
        height: 80px; } }
    .home-head.fix-head img {
      width: 200px;
      margin: 20px auto 0;
      display: inline-block;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media only screen and (max-width: 767px) {
        .home-head.fix-head img {
          margin: 10px auto 0; } }

.hero-wrap {
  position: relative;
  padding-top: 40px; }
  .hero-wrap.add-pad {
    padding-top: 300px; }
    @media only screen and (max-width: 767px) {
      .hero-wrap.add-pad {
        padding-top: 180px;
        border: 3px solid red; } }
  @media only screen and (max-width: 767px) {
    .hero-wrap {
      margin-bottom: 20px; } }
  .hero-wrap img {
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
  .hero-wrap p {
    font-family: "Poppins-ExtraLight";
    color: #F86095;
    font-size: 26px;
    text-align: center;
    padding: 50px 0;
    text-transform: uppercase;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .hero-wrap p {
        font-size: 20px;
        line-height: 22px; } }

.hero-slider-wrap {
  padding-top: 120px; }
  @media only screen and (max-width: 767px) {
    .hero-slider-wrap {
      padding-top: 40px; } }
  .hero-slider-wrap.add-pad {
    padding-top: 300px; }
    @media only screen and (max-width: 767px) {
      .hero-slider-wrap.add-pad {
        padding-top: 180px; } }
  .hero-slider-wrap .hero-slider {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden; }
  .hero-slider-wrap .slider-item img {
    width: 100%; }

.home-intro-wrap {
  margin-bottom: 120px; 
}

@media only screen and (max-width: 767px) {
    .home-intro-wrap {
      margin-bottom: 60px; 
    } 
}


  .home-intro-wrap h2 {
    font-family: "TenorSans-Regular";
    font-size: 130px;
    color: #F86095;
    line-height: 125px;
    margin-bottom: 25px;
    letter-spacing: -8px;
    margin-top: 100px; }
    @media only screen and (max-width: 1365px) {
      .home-intro-wrap h2 {
        font-size: 100px;
        line-height: 96px; } }
    @media only screen and (max-width: 1279px) {
      .home-intro-wrap h2 {
        font-size: 70px;
        line-height: 75px;
        letter-spacing: 0;
        margin-bottom: 60px;
        margin-top: 60px; } }
    @media only screen and (max-width: 767px) {
      .home-intro-wrap h2 {
        font-size: 50px;
        line-height: 48px;
        margin-bottom: 25px;
        margin-top: 40px; } }
  .home-intro-wrap h3 {
    font-family: "Poppins-ExtraLight";
    font-size: 26px;
    line-height: 32px;
    color: #5C0F8B;
    margin-bottom: 75px;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 900px;
    letter-spacing: 2px; }
    @media only screen and (max-width: 1279px) {
      .home-intro-wrap h3 {
        font-size: 24px;
        line-height: 30px; } }
    @media only screen and (max-width: 767px) {
      .home-intro-wrap h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 40px; } }
  .home-intro-wrap .home-intro-box {
    margin-bottom: 50px; }
    @media only screen and (max-width: 1279px) {
      .home-intro-wrap .home-intro-box {
        margin-bottom: 0; } }
    .home-intro-wrap .home-intro-box .home-intro-box-head {
      text-align: center;
      position: relative;
      margin-left: -50px;
      padding-right: 50px;
      margin-top: 150px; 
    }
      @media only screen and (max-width: 767px) {
        .home-intro-wrap .home-intro-box .home-intro-box-head {
            padding-right: 0; 
             margin-left: 0;
          } 
        }
      .home-intro-wrap .home-intro-box .home-intro-box-head img {
        max-width: 100%; }
      .home-intro-wrap .home-intro-box .home-intro-box-head .parallax-molekul {
        position: relative;
        z-index: 2;
        width: 200px;
        display: block;
        margin-left: 350px;
        
      }
        @media only screen and (max-width: 1279px) {
          .home-intro-wrap .home-intro-box .home-intro-box-head .parallax-molekul {
            width: 150px; 
            margin-left: 300px;
           } 
          }
        @media only screen and (max-width: 1023px) {
          .home-intro-wrap .home-intro-box .home-intro-box-head .parallax-molekul {
            width: 120px; 
            margin-left: 280px;
          } 
          }

           @media only screen and (max-width: 767px) {
            .home-intro-wrap .home-intro-box .home-intro-box-head .parallax-molekul {
              width: 120px; 
              margin-left: 200px;
            } 
          }

      .home-intro-wrap .home-intro-box .home-intro-box-head .parallax-molekul2 {
        width: 380px;
        position: absolute;
        top: 0px;
        z-index: 2;
        left: 0;
        margin-left: 240px;
      }
       @media only screen and (max-width: 1279px) {
          .home-intro-wrap .home-intro-box .home-intro-box-head .parallax-molekul2 {
            width: 280px; 
            margin-left: 220px;
           } 
          }
        @media only screen and (max-width: 1023px) {
          .home-intro-wrap .home-intro-box .home-intro-box-head .parallax-molekul2 {
            width: 200px; 
            margin-left: 230px;
          } 
          }

           @media only screen and (max-width: 767px) {
            .home-intro-wrap .home-intro-box .home-intro-box-head .parallax-molekul2 {
              width: 170px; 
              margin-left: 170px;
            } 
          }

      .home-intro-wrap .home-intro-box .home-intro-box-head .parallax-article {
        position: relative;
        z-index: 8;
        width: 100%;
        max-width: 420px;
        display: block;
        margin: -220px auto 0; 
      }
        @media only screen and (max-width: 1279px) {
          .home-intro-wrap .home-intro-box .home-intro-box-head .parallax-article {
            margin: -150px auto 0; 
            }
          }
        @media only screen and (max-width: 1023px) {
          .home-intro-wrap .home-intro-box .home-intro-box-head .parallax-article {
            margin: -120px 0 0 40px; 
            } 
          }
        @media only screen and (max-width: 767px) {
          .home-intro-wrap .home-intro-box .home-intro-box-head .parallax-article {
              margin: -180px auto 0; 
              max-width: initial;
              width: 80%;
            } 
          }
      .home-intro-wrap .home-intro-box .home-intro-box-head .parallax-rectangle {
        position: relative;
        width: 150px;
        margin-left: -270px;
        margin-top: -220px; 
        z-index: 9;
      }
        @media only screen and (max-width: 1279px) {
          .home-intro-wrap .home-intro-box .home-intro-box-head .parallax-rectangle {
              width: 130px; 
            } 
          }
        @media only screen and (max-width: 1023px) {
          .home-intro-wrap .home-intro-box .home-intro-box-head .parallax-rectangle {
            width: 100px;
            margin-top: -200px; 
            margin-left: -190px;
          } 
          }
        @media only screen and (max-width: 767px) {
          .home-intro-wrap .home-intro-box .home-intro-box-head .parallax-rectangle {
            width: 80px;
            margin-top: -160px; 
          } 
          }
      .home-intro-wrap .home-intro-box .home-intro-box-head .parallax-circle {
        position: relative;
        width: 120px;
        margin-right: -20px;
        margin-top: -250px; }
        @media only screen and (max-width: 1279px) {
          .home-intro-wrap .home-intro-box .home-intro-box-head .parallax-circle {
            width: 100px; } }
        @media only screen and (max-width: 1023px) {
          .home-intro-wrap .home-intro-box .home-intro-box-head .parallax-circle {
            width: 90px;
            margin-top: -200px; } }
        @media only screen and (max-width: 767px) {
          .home-intro-wrap .home-intro-box .home-intro-box-head .parallax-circle {
            margin-top: -170px; } }
    @media only screen and (max-width: 767px) {
      .home-intro-wrap .home-intro-box .home-intro-box-content {
        margin-top: -100px; } }
    .home-intro-wrap .home-intro-box .home-intro-box-content .home-intro-box {
      margin-bottom: 20px; }
      .home-intro-wrap .home-intro-box .home-intro-box-content .home-intro-box .home-intro-box-num {
        display: inline-block;
        width: 110px; }
        @media only screen and (max-width: 767px) {
          .home-intro-wrap .home-intro-box .home-intro-box-content .home-intro-box .home-intro-box-num {
            width: 60px; } }
        .home-intro-wrap .home-intro-box .home-intro-box-content .home-intro-box .home-intro-box-num img {
          width: 80px;
          margin-top: 0; }
          @media only screen and (max-width: 1279px) {
            .home-intro-wrap .home-intro-box .home-intro-box-content .home-intro-box .home-intro-box-num img {
              width: 60px; } }
          @media only screen and (max-width: 767px) {
            .home-intro-wrap .home-intro-box .home-intro-box-content .home-intro-box .home-intro-box-num img {
              width: 40px; } }
      .home-intro-wrap .home-intro-box .home-intro-box-content .home-intro-box .home-intro-box-info {
        display: inline-block;
        width: calc(100% - 120px); }
        @media only screen and (max-width: 1279px) {
          .home-intro-wrap .home-intro-box .home-intro-box-content .home-intro-box .home-intro-box-info {
            margin-bottom: 20px; } }
        @media only screen and (max-width: 767px) {
          .home-intro-wrap .home-intro-box .home-intro-box-content .home-intro-box .home-intro-box-info {
            width: calc(100% - 65px); } }
        .home-intro-wrap .home-intro-box .home-intro-box-content .home-intro-box .home-intro-box-info h3 {
          font-family: "Poppins-ExtraLight";
          font-size: 40px;
          color: #5C0F8B;
          margin-top: 15px;
          margin-bottom: 35px;
          padding-right: 20px;
          text-transform: uppercase;
          font-weight: 600; }
          @media only screen and (max-width: 1279px) {
            .home-intro-wrap .home-intro-box .home-intro-box-content .home-intro-box .home-intro-box-info h3 {
              font-size: 22px;
              margin-bottom: 15px; } }
        .home-intro-wrap .home-intro-box .home-intro-box-content .home-intro-box .home-intro-box-info p {
          font-family: "Poppins-ExtraLight";
          font-size: 22px;
          color: #935068;
          line-height: 30px; 
          font-weight: 600;
        }
          @media only screen and (max-width: 1279px) {
            .home-intro-wrap .home-intro-box .home-intro-box-content .home-intro-box .home-intro-box-info p {
              font-size: 18px; } }
          @media only screen and (max-width: 767px) {
            .home-intro-wrap .home-intro-box .home-intro-box-content .home-intro-box .home-intro-box-info p {
              font-size: 16px;
              margin-bottom: 20px; } }

.line {
  height: 1px;
  width: 100%;
  background: #F86095; }

.home-intro-images .home-intro-box-image1 img {
  width: 100%; }

@media only screen and (max-width: 767px) {
  .home-intro-images .home-intro-box-image1 {
    margin-bottom: 15px; } }

.home-intro-images .home-intro-box-image2 {
  margin-bottom: 40px; }
  .home-intro-images .home-intro-box-image2 img {
    width: 100%; }
  @media only screen and (max-width: 1279px) {
    .home-intro-images .home-intro-box-image2 {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .home-intro-images .home-intro-box-image2 {
      margin-bottom: 15px; } }

.home-intro-images .home-intro-box-image3 img {
  width: 100%; }

.home-box-wrap {
  margin-top: 120px;
  margin-bottom: 200px;
  position: relative;
  z-index: 99; }
  @media only screen and (max-width: 767px) {
    .home-box-wrap {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .home-box-wrap h2 {
    font-family: "TenorSans-Regular";
    font-size: 130px;
    color: #F86095;
    line-height: 125px;
    margin-bottom: 20px;
    letter-spacing: -8px; }
    @media only screen and (max-width: 1365px) {
      .home-box-wrap h2 {
        font-size: 100px;
        line-height: 96px; } }
    @media only screen and (max-width: 1279px) {
      .home-box-wrap h2 {
        font-size: 76px;
        line-height: 75px;
        letter-spacing: 0; } }
    @media only screen and (max-width: 767px) {
      .home-box-wrap h2 {
        font-size: 50px;
        line-height: 48px; } }
  .home-box-wrap .home-box-subtitle {
    text-transform: uppercase;
    margin-bottom: 60px;
    font-family: "Poppins-ExtraLight";
    font-weight: 600;
    color: #5C0F8B;
    font-size: 26px;
    line-height: 36px; }
    @media only screen and (max-width: 1279px) {
      .home-box-wrap .home-box-subtitle {
        font-size: 22px;
        line-height: 32px; } }
    @media only screen and (max-width: 1279px) {
      .home-box-wrap .home-box-subtitle {
        font-size: 18px;
        line-height: 26px; } }
  .home-box-wrap p {
    font-family: "Poppins-ExtraLight";
    font-size: 22px;
    color: #935068;
    line-height: 30px;
    max-width: 530px; }
    @media only screen and (max-width: 767px) {
      .home-box-wrap p {
        margin-bottom: 20px; } }
  .home-box-wrap .home-box-head {
    position: relative;
    min-height: 200px; }
    .home-box-wrap .home-box-head .losion {
      position: absolute;
      left: 30px;
      top: 80px; }
      @media only screen and (max-width: 767px) {
        .home-box-wrap .home-box-head .losion {
          left: 40px;
          width: 180px; } }
  .home-box-wrap .home-box-content {
    padding-right: 20px; }
    @media only screen and (max-width: 767px) {
      .home-box-wrap .home-box-content {
        padding-right: 0px;
        margin-bottom: 40px; } }
    .home-box-wrap .home-box-content h3 {
      font-family: "TenorSans-Regular";
      color: #5C0F8B;
      font-size: 45px;
      margin-bottom: 40px;
      letter-spacing: -2px; }
      @media only screen and (max-width: 1365px) {
        .home-box-wrap .home-box-content h3 {
          font-size: 40px; } }
      @media only screen and (max-width: 1279px) {
        .home-box-wrap .home-box-content h3 {
          font-size: 26px;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 767px) {
        .home-box-wrap .home-box-content h3 {
          letter-spacing: 0px;
          text-align: center; } }
    .home-box-wrap .home-box-content p {
      font-family: "Poppins-ExtraLight";
      font-size: 22px;
      color: #935068;
      line-height: 30px;
      letter-spacing: -1px;
      max-width: 340px; }
      @media only screen and (max-width: 1279px) {
        .home-box-wrap .home-box-content p {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .home-box-wrap .home-box-content p {
          letter-spacing: 0px;
          text-align: center;
          max-width: 100%; } }

.icon-box {
  text-align: center;
  margin-bottom: 60px; }
  .icon-box.icon-box1 {
    padding-right: 65px; }
  .icon-box.icon-box2 {
    padding-right: 50px; }
  .icon-box.icon-box3 {
    padding-right: 20px; }
  @media only screen and (max-width: 767px) {
    .icon-box {
      padding-right: 0 !important;
      margin-bottom: 20px; } }

.parallax-img {
  position: absolute;
  top: -420px;
  left: -260px;
  width: 920px; }
  .parallax-img img {
    width: 100%; }
  @media only screen and (max-width: 1279px) {
    .parallax-img {
      top: -260px;
      left: -200px;
      width: 720px; } }
  @media only screen and (max-width: 767px) {
    .parallax-img {
      top: -160px;
      left: -100px;
      width: 520px; } }

.pink-section {
  margin-bottom: 110px; }
  @media only screen and (max-width: 767px) {
    .pink-section {
      margin-bottom: 40px; } }
  .pink-section .pink-wrap {
    background: #FFE1EB;
    padding-top: 80px;
    padding-bottom: 70px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
    @media only screen and (max-width: 767px) {
      .pink-section .pink-wrap {
        padding-top: 60px; } }
    .pink-section .pink-wrap h2 {
      font-family: "TenorSans-Regular";
      font-size: 130px;
      color: #F86095;
      line-height: 125px;
      margin-bottom: 110px;
      letter-spacing: -8px; }
      @media only screen and (max-width: 1365px) {
        .pink-section .pink-wrap h2 {
          font-size: 100px;
          line-height: 96px; } }
      @media only screen and (max-width: 1279px) {
        .pink-section .pink-wrap h2 {
          font-size: 60px;
          line-height: 60px;
          letter-spacing: 0px;
          padding-top: 0; } }
      @media only screen and (max-width: 767px) {
        .pink-section .pink-wrap h2 {
          font-size: 50px;
          line-height: 52px;
          margin-bottom: 40px;
          padding-top: 20px; } }
    .pink-section .pink-wrap .pink-box-content {
      position: relative;
      border-bottom: 1px solid #F86095;
      margin-bottom: 25px;
      padding-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        .pink-section .pink-wrap .pink-box-content {
          padding-bottom: 20px;
          margin-bottom: 0; } }
      .pink-section .pink-wrap .pink-box-content h3 {
        font-family: "Poppins-ExtraLight";
        font-weight: 600;
        font-size: 26px;
        color: #F86095;
        line-height: 34px;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: -1px; }
        @media only screen and (max-width: 767px) {
          .pink-section .pink-wrap .pink-box-content h3 {
            letter-spacing: 0px; }
            .pink-section .pink-wrap .pink-box-content h3 br {
              display: none !important; } }
      .pink-section .pink-wrap .pink-box-content p {
        font-family: "Poppins-ExtraLight";
        font-size: 22px;
        color: #935068;
        line-height: 30px;
        max-width: 520px; }
      .pink-section .pink-wrap .pink-box-content .pink-box-image {
        position: absolute;
        right: 0;
        z-index: 99;
        max-width: 600px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px; 
      }
        @media only screen and (max-width: 1365px) {
          .pink-section .pink-wrap .pink-box-content .pink-box-image {
            max-width: 560px; } }
        @media only screen and (max-width: 1279px) {
          .pink-section .pink-wrap .pink-box-content .pink-box-image {
            display: none; } }
      .pink-section .pink-wrap .pink-box-content .pink-box-image1 {
        bottom: -50px; }
      .pink-section .pink-wrap .pink-box-content .pink-box-image2 {
        position: absolute;
        bottom: -30px;
        right: 80px; }
        @media only screen and (max-width: 1365px) {
          .pink-section .pink-wrap .pink-box-content .pink-box-image2 {
            right: 60px; } }
      .pink-section .pink-wrap .pink-box-content .pink-box-image3 {
        bottom: 0; }
        .pink-section .pink-wrap .pink-box-content .pink-box-image4 {
        bottom: 0; }
    .pink-section .pink-wrap .pink-box-content1 {
      position: relative;
      z-index: 99; }
    .pink-section .pink-wrap .pink-box-content2 {
      padding: 80px 0 !important; }
      @media only screen and (max-width: 1365px) {
        .pink-section .pink-wrap .pink-box-content2 {
          padding: 40px 0 !important; } }
    .pink-section .pink-wrap .pink-box-content3 {
      padding: 40px 0 !important; 
      
    }
    .pink-section .pink-wrap .pink-box-content4 {
      padding: 40px 0 0 0 !important; 
      border: none !important;
    }

.home-box-section {
  margin-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .home-box-section {
      margin-bottom: 20px; } }
  .home-box-section h2 {
    font-family: "TenorSans-Regular";
    font-size: 120px;
    color: #F86095;
    line-height: 125px;
    margin-bottom: 60px;
    letter-spacing: -5px;
    text-transform: uppercase;
    width: 100%;
    text-wrap: wrap; }
    @media only screen and (max-width: 1365px) {
      .home-box-section h2 {
        font-size: 100px;
        line-height: 96px; } }
    @media only screen and (max-width: 1279px) {
      .home-box-section h2 {
        font-size: 76px;
        line-height: 75px;
        letter-spacing: 0px; } }
    @media only screen and (max-width: 767px) {
      .home-box-section h2 {
        font-size: 50px;
        line-height: 48px;
        margin-bottom: 40px; } }
  .home-box-section .home-box-wrap .home-box {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
    padding-bottom: 20px;
    border-left: 1px solid #F86095; }
    .home-box-section .home-box-wrap .home-box:first-of-type {
      border: none !important; }
    .home-box-section .home-box-wrap .home-box img {
      width: 88px;
      margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .home-box-section .home-box-wrap .home-box {
        display: block;
        width: 100%;
        border: none !important; } }
    .home-box-section .home-box-wrap .home-box h3 {
      font-family: "Poppins-ExtraLight";
      font-size: 22px;
      line-height: 33px;
      color: #935068;
      height: 100px;
      text-transform: uppercase; }
      @media only screen and (max-width: 1279px) {
        .home-box-section .home-box-wrap .home-box h3 {
          font-size: 14px;
          line-height: 20px;
          height: 60px; } }
    .home-box-section .home-box-wrap .home-box:after {
      content: "";
      display: table;
      clear: both; }

.video-section {
  margin-bottom: 100px; }

.order-section {
  margin-bottom: 50px; }
  .order-section .order-wrap {
    background: #FFE1EB;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
    .order-section .order-wrap .order-box-wrap {
      padding: 70px 0; }
      @media only screen and (max-width: 767px) {
        .order-section .order-wrap .order-box-wrap {
          padding: 40px 0 10px; } 
        }

      .order-section .order-wrap .order-box-wrap h2 {
        font-family: "Poppins-ExtraLight";
        font-weight: 600;
        font-size: 26px;
        line-height: 30px;
        color: #F86095;
        padding-bottom: 50px;
        text-transform: uppercase; 
      }

        @media only screen and (max-width: 767px) {
            .order-section .order-wrap .order-box-wrap h2 {
              font-size: 22px;
              line-height: 28px;
              padding-bottom: 10px;
            }
        }



      .order-section .order-wrap .order-box-wrap .order-box {
        position: relative;
        padding-top: 20px; }
        .order-section .order-wrap .order-box-wrap .order-box p {
          font-family: "Poppins-ExtraLight";
          font-size: 22px;
          line-height: 30px;
          color: #7C485A;
          padding-bottom: 20px;
          letter-spacing: -1px; 
        }


        @media only screen and (max-width: 767px) {
            .order-section .order-wrap .order-box-wrap .order-box p {
              font-size: 18px;
              line-height: 24px;
              padding-bottom: 20px;
            }
        }

        .order-section .order-wrap .order-box-wrap .order-box h3 {
          font-family: "Poppins-ExtraLight";
          font-size: 22px;
          line-height: 30px;
          color: #7C485A; 
          font-weight: 600;
        }

         @media only screen and (max-width: 767px) {
            .order-section .order-wrap .order-box-wrap .order-box h3 {
              font-size: 20px;
              line-height: 24px;
            }
        }

        .order-section .order-wrap .order-box-wrap .order-box .arrow-down {
          position: absolute;
          bottom: -10px;
          right: 0; }
      .order-section .order-wrap .order-box-wrap .button-order {
        display: block;
        width: 100%;
        background: #F86095;
        color: #FFF;
        height: 102px;
        line-height: 102px;
        text-align: center;
        margin-top: 76px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
        @media only screen and (max-width: 1279px) {
          .order-section .order-wrap .order-box-wrap .button-order {
            bottom: initial;
            left: initial;
            position: relative;
            margin-top: 60px; } }
        @media only screen and (max-width: 767px) {
          .order-section .order-wrap .order-box-wrap .button-order {
            margin-bottom: 40px;
            height: 60px;
            line-height: 60px; } }
        .order-section .order-wrap .order-box-wrap .button-order:hover {
          background: #ed5c8e; }
      .order-section .order-wrap .order-box-wrap .order-box-head img {
        width: 100%;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px; }

        @media only screen and (max-width: 767px) {
           .order-section .order-wrap .order-box-wrap .order-box-head {
             margin-bottom: 20px; 
           } 
        }

.bottom-wrap {
  margin-bottom: 40px; }
  .bottom-wrap img {
    display: inline-block; }
  .bottom-wrap p {
    margin-top: 20px;
    float: right;
    font-family: "Poppins-ExtraLight";
    font-size: 18px;
    color: #935068;
    line-height: 18px; }
    .bottom-wrap p a {
      font-family: "Raleway-Bold";
      line-height: 18px; }
      .bottom-wrap p a:hover {
        text-decoration: underline; }
    @media only screen and (max-width: 1279px) {
      .bottom-wrap p {
        display: block;
        width: 100%;
        float: none;
        line-height: 20px;
        font-size: 16px; }
        .bottom-wrap p a {
          line-height: 20px;
          display: inline-block;
          font-size: 16px; } }

.testemonial-wrap {
  margin-bottom: 50px; }
  .testemonial-wrap h2 {
    font-family: "Poppins-ExtraLight";
    color: #F86095;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase; }
  .testemonial-wrap .testemonial-box {
    background: #FAF7F3;
    height: 315px;
    padding: 30px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px; }
    .testemonial-wrap .testemonial-box h3 {
      font-family: "Raleway-Bold";
      color: #F86095;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 40px; }
    .testemonial-wrap .testemonial-box p {
      font-family: "Poppins-ExtraLight";
      color: #7C485A;
      font-size: 18px;
      line-height: 24px; }
    @media only screen and (max-width: 767px) {
      .testemonial-wrap .testemonial-box {
        height: auto; }
        .testemonial-wrap .testemonial-box h3 {
          margin-bottom: 15px; } }

.select2-container {
  z-index: 999 !important; }

.select-normal {
  margin: 0 auto;
  position: relative; }
  .select-normal .js-select2 {
    width: 100%; }

.select-no-search {
  width: 100%; }

.select-holder {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px; }
  .select-holder .select2 {
    max-width: 100% !important;
    width: 100% !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../../img/arrowdown.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px !important;
  height: 10px !important; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background-image: url("../../img/arrowdown.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important; }

.modal-wrap {
  width: 100%;
  height: 100vh;
  background: rgba(47, 58, 72, 0.8);
  display: none;
  z-index: 9999999;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: auto; }
  @media only screen and (max-width: 1023px) {
    .modal-wrap {
      overflow-y: auto; } }
  .modal-wrap.active-modal {
    display: block !important; }
  .modal-wrap .modal-back {
    width: 100%;
    height: 100vh;
    top: 0;
    position: fixed;
    z-index: 100; }
  .modal-wrap .modal-back-block {
    width: 100%;
    height: 100vh;
    top: 0;
    position: fixed;
    z-index: 100; }
  .modal-wrap .modal-content {
    max-width: 1200px;
    width: 98%;
    position: relative;
    z-index: 9999;
    padding: 90px 100px;
    background-color: #fff;
    animation-name: modalUp;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(195, 198, 198, 0.4) transparent;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
    @media only screen and (max-width: 1440px) {
      .modal-wrap .modal-content {
        padding: 60px 50px; } }
    @media only screen and (max-width: 767px) {
      .modal-wrap .modal-content {
        padding: 40px 20px; } }
    .modal-wrap .modal-content::-webkit-scrollbar {
      width: 7px; }
    .modal-wrap .modal-content::-webkit-scrollbar-track {
      background-color: white; }
    .modal-wrap .modal-content::-webkit-scrollbar-thumb {
      background: rgba(195, 198, 198, 0.8); }
    .modal-wrap .modal-content .modal-logo {
      display: none; }
    .modal-wrap .modal-content .modal-links-wrap {
      margin-bottom: 60px; }
      .modal-wrap .modal-content .modal-links-wrap a {
        margin: 0 auto;
        width: 200px;
        display: block; }
        .modal-wrap .modal-content .modal-links-wrap a img {
          width: 100%; }
    .modal-wrap .modal-content h3 {
      font-family: "Poppins-ExtraLight";
      font-size: 22px;
      line-height: 32px;
      color: #935068;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .modal-wrap .modal-content h3 {
          text-align: center;
          font-size: 18px;
          line-height: 1.33;
          padding: 20px 20px 0 20px; } }
    @media only screen and (max-width: 767px) {
      .modal-wrap .modal-content {
        background-color: #F2EFEF;
        animation-name: none;
        width: 100%;
        height: 100vh;
        max-width: 100%;
        max-height: 100vh;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
        .modal-wrap .modal-content .modal-logo {
          display: inline-block;
          position: absolute;
          top: 15px;
          left: 8%; }
          .modal-wrap .modal-content .modal-logo img {
            width: 35px; } }
    .modal-wrap .modal-content .modal-head {
      position: relative; }
      .modal-wrap .modal-content .modal-head h3 {
        font-family: "GeneralSans-Medium";
        font-size: 26px;
        line-height: 32px;
        color: #F86095;
        text-align: center;
        margin-bottom: 50px; }
        @media only screen and (max-width: 767px) {
          .modal-wrap .modal-content .modal-head h3 {
            text-align: center;
            font-size: 18px;
            line-height: 1.33;
            padding: 20px 20px 0 20px; } }
    .modal-wrap .modal-content .modal-body {
      margin: 30px 0 0 0; }
    .modal-wrap .modal-content .modal-bottom button,
    .modal-wrap .modal-content .modal-bottom .cancel-form {
      width: 100%;
      display: block;
      cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .modal-wrap .modal-content .form-button {
        text-align: center !important; } }
    .modal-wrap .modal-content .row {
      margin-bottom: 10px; }

.close-m {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  font-size: 18px; }
  @media only screen and (max-width: 767px) {
    .close-m {
      right: 15px;
      top: 15px; } }

@media only screen and (max-width: 767px) {
  .modal-form .field {
    margin-bottom: 20px; } }

.modal-form .field input {
  background-color: #EBEBEB; }
  @media only screen and (max-width: 767px) {
    .modal-form .field input {
      background-color: #fff;
      height: 40px;
      line-height: 40px;
      font-size: 12px; }
      .modal-form .field input::placeholder {
        font-size: 12px; } }

.modal-form .field textarea {
  background-color: #EBEBEB;
  height: 140px; }
  @media only screen and (max-width: 767px) {
    .modal-form .field textarea {
      background-color: #fff;
      height: 190px; }
      .modal-form .field textarea::placeholder {
        font-size: 12px; } }

@-webkit-keyframes modalUp {
  from {
    margin: -300px auto; }
  to {
    margin: 50px auto; } }

@keyframes modalUp {
  from {
    margin: -300px auto; }
  to {
    margin: 50px auto; } }

.to-top {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer; }
  .to-top img {
    width: 48px; }
  @media only screen and (max-width: 767px) {
    .to-top {
      bottom: 45px;
      right: 5px; } }
  .to-top:hover {
    opacity: 0.6; }

.toast-wrap {
  animation-name: toast;
  opacity: 0.5;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  position: fixed;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999999999999; }

.toast-wrap .toast-correct {
  min-width: 320px;
  width: auto;
  padding: 25px 15px;
  background: #fff;
  border-left: 6px solid #ff314d;
  color: #4b5662;
  font-size: 20px;
  font-family: "Poppins-ExtraLight";
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4);
  -moz-box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4);
  box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4); }

.toast-wrap .toast-correct span {
  color: #ff314d;
  margin-right: 5px; }

.toast-wrap .toast-correct span i {
  font-size: 20px; }

.toast-wrap .toast-error {
  min-width: 320px;
  padding: 25px 15px;
  background: #fff;
  border-left: 6px solid red;
  color: #4b5662;
  font-size: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4);
  -moz-box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4);
  box-shadow: 0px 2px 13px 0px rgba(9, 43, 75, 0.4); }

.toast-wrap .toast-error span {
  color: red;
  margin-right: 5px; }

.toast-wrap .toast-error span i {
  font-size: 20px; }

.toast-image {
  display: none; }

.toast-image-max {
  display: none; }

.toast-image-weight {
  display: none; }

@keyframes toast {
  0% {
    opacity: 0.5;
    margin-top: -100px;
    z-index: 999999; }
  20% {
    opacity: 1;
    margin-top: 0; }
  90% {
    opacity: 1;
    margin-top: 0;
    z-index: 999999; }
  100% {
    opacity: 0;
    margin-top: -100px;
    z-index: -1; } }

@keyframes toast {
  0% {
    opacity: 0.5;
    margin-top: -100px;
    z-index: 999999; }
  20% {
    opacity: 1;
    margin-top: 0; }
  90% {
    opacity: 1;
    margin-top: 0;
    z-index: 999999; }
  100% {
    opacity: 0;
    margin-top: -100px;
    z-index: -1; } }

.select-normal {
  margin: 0 auto;
  position: relative; }
  .select-normal .js-select2 {
    width: 100%; }

.select-no-search {
  width: 100%; }

.select-holder {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px; }
  .select-holder .select2 {
    max-width: 100% !important;
    width: 100% !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  color: #000 !important;
  font-family: "Poppins-ExtraLight" !important;
  font-size: 18px !important;
  box-shadow: none !important;
  border: 1px solid #EAEAEB !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important; }

.select2-container--open .select2-selection--single {
  -webkit-border-radius: 6px 6px 0 0 !important;
  -moz-border-radius: 6px 6px 0 0 !important;
  border-radius: 6px 6px 0 0 !important; }

.select2-dropdown {
  background-color: #fff !important;
  border: 1px solid #EAEAEB !important;
  border-top: none !important;
  color: #000 !important;
  font-family: "Poppins-ExtraLight" !important;
  -webkit-border-radius: 0 0 6px 6px !important;
  -moz-border-radius: 0 0 6px 6px !important;
  border-radius: 0 0 6px 6px !important; }

.select2-container--default .select2-results__option {
  border-bottom: 1px solid #EAEAEB !important;
  font-family: "Poppins-ExtraLight" !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #CACBCE !important;
  color: #000 !important;
  font-family: "Poppins-ExtraLight" !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("/img/select-arrow.svg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 12px !important;
  height: 10px !important;
  margin-top: -4px !important; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background-image: url("/img/select-arrow.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important; }



.full-image-wrap {
  margin-bottom: 80px;
}

.full-image-wrap img {
    width: 100%;
}


.boxes-holder {
  margin-bottom: 120px;
}

.boxes-holder .boxes-title {
  margin-bottom: 100px;

}

.boxes-holder .boxes-title h2 {
  font-family: "Poppins-ExtraLight";
  text-align: center;
  color: #5C0F8B;
  font-size: 48px;
  line-height: 72px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {

  .boxes-holder .boxes-title {
      margin-bottom: 60px;
  } 

  .boxes-holder .boxes-title h2 {
      font-size: 38px;
     line-height: 50px;
  } 

}


.boxes-content {
  
}

@media only screen and (max-width: 767px) {

  .boxes-content {
    margin-bottom: 60px;
  }

}

.box-content-line {
  border-left: 1px solid #FF6898;
  border-right: 1px solid #FF6898;
  padding-bottom: 60px;
}


@media only screen and (max-width: 767px) {

  .box-content-line {
    border-left: none;
    border-right: none;
    padding-bottom: 0;
  }

}


.boxes-content .boxes-content-head {
  width: 217px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  opacity: 1;
}

.boxes-content .boxes-content-head h3 {
  color: #5C0F8B;
  font-size: 48px;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  font-family: "TenorSans-Regular"
}

@media only screen and (max-width: 767px) {
  .boxes-content .boxes-content-head {
    width: 120px;
    height: 60px;
  }
  .boxes-content .boxes-content-head h2 {
    font-size: 28px;
  }
}

.boxes-content .boxes-content-text p {
    font-family: "Raleway-Regular";
    text-align: center;
    color: #935068;
    font-size: 20px;
    line-height: 24px;
    max-width: 345px;
    padding: 10px 5px;
    margin: 0 auto;
}

.boxes-content .boxes-content-text .boxes-content-text-upper {
  font-weight: bold;
}

@media only screen and (max-width: 1279px) {

  .boxes-content .boxes-content-text p {
      font-size: 18px;
     line-height: 22px;
  }

}

@media only screen and (max-width: 768px) {

    .boxes-content .boxes-content-text p {
      padding: 30px 5px 5px 5px; 
    }

  }


.pantenol-accordion {

}

.accordion-item {
  border-bottom: 1px solid #FF6898;
  padding: 25px 0;
}

.accordion-item:last-child {
  border-bottom: none;
}

.no-border {
  border: none !important;
}

.accordion-item h3 {
  position: relative;
  color: #935068;
  cursor: pointer;
  text-transform: initial !important;

}

.accordion-item h3 span{
  position: absolute;
  right: 0;
  top: 0;

}

.accordion-item h3 span img {

}

.accordion-content {
  display: none;
  padding-top: 20px;

}


.pdf-link {
     margin-top: 20px;
}

.pdf-link a {
      font-family: "Raleway-Bold";
    font-size: 22px;
    line-height: 30px;
    color: #7C485A;
}


.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .mob-b0 {
    margin-bottom: 0 !important; } }

@media only screen and (max-width: 767px) {
  .mob-mb20 {
    margin-bottom: 20px !important; } }

.mob-show {
  display: none; }
  @media only screen and (max-width: 767px) {
    .mob-show {
      display: block !important; } }

@media only screen and (max-width: 767px) {
  .mob-none {
    display: none !important; } }

.no-border {
  border: none !important; }

.none-scroll {
  overflow: hidden !important; }

.opacity0 {
  opacity: 0 !important; }

.clinical-results-section {
  max-width: 865px;
  margin: 40px auto;
  padding: 0 24px;
  box-sizing: border-box;
  text-align: left;
}

.clinical-results-section p {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #935068;
}

.clinical-results-section p.bold {
  font-weight: 500;
}

.clinical-results-section p.note {
  font-weight: 300;
}


@media only screen and (max-width: 767px) {
  .clinical-results-section {
    padding: 20px 16px;
  }

  .clinical-results-section p,
  .clinical-results-section .clinical-note {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 12px 0;
  }
}

