@charset "UTF-8";
@import url("https://use.typekit.net/krx6jhv.css");
@font-face {
  font-family: "sweet_sansregular";
  src: url("fonts/sweetsans-regular-webfont.woff2") format("woff2"), url("fonts/sweetsans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sweet_sansbold";
  src: url("fonts/sweetsans-bold-webfont.woff2") format("woff2"), url("fonts/sweetsans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sweetsans-medium";
  src: url("fonts/sweetsans-medium.woff2") format("woff2"), url("fonts/sweetsans-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helveticabold";
  src: url("fonts/helvetica-bold.woff2") format("woff2"), url("fonts/helvetica-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gillsans-ultrabold";
  src: url("fonts/gillsans-ultrabold.woff2") format("woff2"), url("fonts/gillsans-ultrabold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

html, body {
  margin: 0px;
  font-size: 40px;
  line-height: 1.54em;
  color: #400062;
  font-family: "sweet_sansregular";
  letter-spacing: -0.2px;
  overflow-x: hidden;
  background: #fff3e6;
}
@media (max-width: 1730px) {
  html, body {
    font-size: 34px;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 1447px) {
  html, body {
    font-size: 31px;
    letter-spacing: -0.65px;
    line-height: 1.5em;
  }
}
@media (max-width: 1307px) {
  html, body {
    font-size: 28px;
    line-height: 1.49em;
    letter-spacing: -0.75px;
  }
}
@media (max-width: 1279px) {
  html, body {
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  html, body {
    font-size: 22px;
  }
}
@media (max-width: 639px) {
  html, body {
    font-size: 20px;
  }
}

.container {
  width: 1731px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1730px) {
  .container {
    width: 1448px;
  }
}
@media (max-width: 1447px) {
  .container {
    width: 1308px;
  }
}
@media (max-width: 1307px) {
  .container {
    width: 1168px;
  }
}
@media (max-width: 1279px) {
  .container {
    width: 1024px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 768px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 640px;
  }
}
@media (max-width: 639px) {
  .container {
    width: 480px;
  }
}
@media (max-width: 479px) {
  .container {
    width: 375px;
  }
}
@media only screen and (min-width: 1864px) {
  .container.container-1824 {
    width: 1864px;
  }
}
@media only screen and (min-width: 1731px) {
  .container.container-1596 {
    width: 1636px;
  }
}
@media (max-width: 1730px) {
  .container.container-1596 {
    width: 1364px;
  }
}
@media (max-width: 1447px) {
  .container.container-1596 {
    width: 1237px;
  }
}
@media (max-width: 1307px) {
  .container.container-1596 {
    width: 1105px;
  }
}
@media (max-width: 1279px) {
  .container.container-1596 {
    width: 1024px;
  }
}
@media (max-width: 1023px) {
  .container.container-1596 {
    width: 768px;
  }
}
@media (max-width: 767px) {
  .container.container-1596 {
    width: 640px;
  }
}
@media (max-width: 639px) {
  .container.container-1596 {
    width: 480px;
  }
}
@media (max-width: 479px) {
  .container.container-1596 {
    width: 375px;
  }
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  border: 0;
  outline: none;
  height: auto;
}

a {
  text-decoration: none;
  color: #400062;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.btn {
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 43px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: normal;
  background: #521575;
  font-family: "sweet_sansbold";
  border: 2px solid #521575;
}
@media (max-width: 1730px) {
  .btn {
    padding: 5px 30px;
    font-size: 16px;
  }
}
@media (max-width: 1307px) {
  .btn {
    padding: 5px 25px;
    font-size: 12px;
  }
}
.btn:hover {
  background: transparent;
  color: #521575;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "lemonde-sans";
  margin: 0 0 20px 0;
  line-height: normal;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

h1 {
  font-size: 58px;
}
@media (max-width: 1730px) {
  h1 {
    font-size: 49px;
  }
}
@media (max-width: 1447px) {
  h1 {
    font-size: 44px;
  }
}
@media (max-width: 1307px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 1279px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 56px;
}
@media (max-width: 1730px) {
  h2 {
    font-size: 47px;
  }
}
@media (max-width: 1447px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 1307px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 1279px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 1023px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 54px;
}
@media (max-width: 1730px) {
  h3 {
    font-size: 45px;
  }
}
@media (max-width: 1447px) {
  h3 {
    font-size: 40px;
  }
}
@media (max-width: 1307px) {
  h3 {
    font-size: 36px;
  }
}
@media (max-width: 1279px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 52px;
}
@media (max-width: 1730px) {
  h4 {
    font-size: 43px;
  }
}
@media (max-width: 1447px) {
  h4 {
    font-size: 38px;
  }
}
@media (max-width: 1307px) {
  h4 {
    font-size: 34px;
  }
}
@media (max-width: 1279px) {
  h4 {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 50px;
}
@media (max-width: 1730px) {
  h5 {
    font-size: 41px;
  }
}
@media (max-width: 1447px) {
  h5 {
    font-size: 36px;
  }
}
@media (max-width: 1307px) {
  h5 {
    font-size: 32px;
  }
}
@media (max-width: 1279px) {
  h5 {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  h5 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 48px;
}
@media (max-width: 1730px) {
  h6 {
    font-size: 39px;
  }
}
@media (max-width: 1447px) {
  h6 {
    font-size: 34px;
  }
}
@media (max-width: 1307px) {
  h6 {
    font-size: 30px;
  }
}
@media (max-width: 1279px) {
  h6 {
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  h6 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}

p {
  margin: 0 0 65px;
}
@media (max-width: 1730px) {
  p {
    margin: 0 0 45px;
  }
}
@media (max-width: 1447px) {
  p {
    margin: 0 0 44px;
  }
}
@media (max-width: 1023px) {
  p {
    margin: 0 0 35px;
  }
}
@media (max-width: 639px) {
  p {
    margin: 0 0 20px;
  }
}

sup {
  font-size: 0.5em;
}

strong, b {
  font-family: "sweet_sansbold";
}

.overlay-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignnone {
  float: none;
  margin: 0 0 15px 0px;
  display: block;
}

.aligncenter {
  float: none;
  margin: 0 auto 15px auto;
  display: list-item;
}

.main-body {
  overflow: hidden;
  position: relative;
  clear: both;
  top: 0;
}

sup {
  font-size: 0.6em;
}

table {
  empty-cells: show;
  border-collapse: collapse !important;
  border-spacing: 0;
  border: 1px solid #3b1066 !important;
  border-radius: 0 !important;
}
table td {
  padding: 0.5em 1em;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  border-bottom: 1px solid #3b1066;
}
table td:first-child {
  border-left-width: 0;
}
table th {
  padding: 0.5em 1em;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  border-left: 1px solid #3b1066;
  border-bottom: 1px solid #3b1066;
}
table th:first-child {
  border-left-width: 0;
}

thead {
  text-align: left;
  vertical-align: bottom;
  background-color: #3b1066;
  color: #ffffff;
}

ul {
  margin: 0px;
  padding: 0px 0 15px 30px;
}
ul li {
  margin: 0px;
  list-style-type: disc;
  list-style-position: outside;
}

ol {
  margin: 0px;
  padding: 0px 0 15px 30px;
}
ol li {
  margin: 0px;
  list-style-position: outside;
  list-style: decimal;
}

body textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px !important;
  font-size: 18px;
  font-family: "sweet_sansregular";
  height: 140px !important;
  color: #3b1066 !important;
}
body textarea:focus {
  outline: none;
}

.page-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.svg) center no-repeat #ffffff;
  background-size: 100px auto;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: top;
  width: 100%;
  position: relative;
}

::-moz-selection {
  color: #ffffff;
  background: #400062;
}

::-webkit-selection {
  color: #ffffff;
  background: #400062;
}

::selection {
  color: #ffffff;
  background: #400062;
}

::-webkit-input-placeholder {
  color: #400062;
  opacity: 1;
}

::-moz-placeholder {
  color: #400062;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #400062;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #400062;
  opacity: 1;
}

::placeholder {
  color: #400062;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #400062;
}

::-ms-input-placeholder {
  color: #400062;
}

input[type=text], input[type=email],
input[type=password], input[type=tel],
input[type=search], input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

select,
input[type=text], input[type=email],
input[type=password], input[type=tel],
input[type=search], textarea {
  border: solid 1px #a9a9a9 !important;
  height: 45px;
  width: 100%;
  font-size: 18px;
  max-width: 100%;
  padding: 0 15px !important;
  font-family: "sweet_sansregular";
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  color: #3b1066 !important;
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

input[type=submit], input[type=button] {
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 43px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: normal;
  background: #521575;
  font-family: "sweet_sansbold";
  border: 2px solid #521575;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
@media (max-width: 1730px) {
  input[type=submit], input[type=button] {
    padding: 5px 30px;
    font-size: 16px;
  }
}
@media (max-width: 1307px) {
  input[type=submit], input[type=button] {
    padding: 5px 25px;
    font-size: 12px;
  }
}
input[type=submit]:hover, input[type=button]:hover {
  background: transparent;
  color: #521575;
}

figcaption {
  font-size: 18px;
  font-style: italic;
  line-height: 1.3em;
  padding: 5px 0;
}
@media (max-width: 1307px) {
  figcaption {
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  figcaption {
    font-size: 14px;
  }
}

.two-col-down-img figcaption {
  position: absolute;
  top: 100%;
  color: #400062;
}

.two-col-img-block figcaption {
  max-width: 600px;
  width: 100%;
}

.col-6 {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 1279px) {
  .col-6 {
    width: 100%;
  }
}

.dont-miss-sec .klaviyo-form > .needsclick > form {
  padding: 0 !important;
}
.dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick {
  min-height: auto !important;
  display: block !important;
}
.dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick {
  padding: 0 0 0 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick {
  padding: 0 0 !important;
  width: 100%;
  display: block !important;
  -webkit-box-flex: unset !important;
      -ms-flex: unset !important;
          flex: unset !important;
  margin: 0 0 25px;
}
.dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input {
  height: 83px !important;
  border: 1px solid #ffffff !important;
  background: none !important;
  font-size: 39px !important;
  text-align: center !important;
  font-family: "sweet_sansbold" !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 3px 20px 0 20px !important;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
  border-radius: 0px !important;
}
.dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-webkit-input-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
  -webkit-filter: none !important;
          filter: none !important;
}
.dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-webkit-input-placeholder, .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input:-ms-input-placeholder, .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
  -webkit-filter: none !important;
          filter: none !important;
}
@media (max-width: 1730px) {
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input {
    height: 67px !important;
    font-size: 32px !important;
  }
}
@media (max-width: 1447px) {
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input {
    font-size: 29px !important;
    height: 60px !important;
  }
}
@media (max-width: 1307px) {
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input {
    font-size: 26px !important;
    height: 54px !important;
  }
}
@media (max-width: 1279px) {
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input {
    height: 65px !important;
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input {
    height: 55px !important;
    font-size: 22px !important;
  }
}
@media (max-width: 639px) {
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input {
    height: 48px !important;
    font-size: 18px !important;
  }
}
.dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input:focus {
  border-color: #3b1066 !important;
}
.dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-webkit-input-placeholder {
  font-size: 39px !important;
  font-family: "sweet_sansbold" !important;
  color: #ffffff !important;
}
.dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-moz-placeholder {
  font-size: 39px !important;
  font-family: "sweet_sansbold" !important;
  color: #ffffff !important;
}
.dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input:-ms-input-placeholder {
  font-size: 39px !important;
  font-family: "sweet_sansbold" !important;
  color: #ffffff !important;
}
.dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-ms-input-placeholder {
  font-size: 39px !important;
  font-family: "sweet_sansbold" !important;
  color: #ffffff !important;
}
.dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::placeholder {
  font-size: 39px !important;
  font-family: "sweet_sansbold" !important;
  color: #ffffff !important;
}
@media (max-width: 1730px) {
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-webkit-input-placeholder {
    font-size: 32px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-moz-placeholder {
    font-size: 32px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input:-ms-input-placeholder {
    font-size: 32px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-ms-input-placeholder {
    font-size: 32px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::placeholder {
    font-size: 32px !important;
  }
}
@media (max-width: 1447px) {
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-webkit-input-placeholder {
    font-size: 29px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-moz-placeholder {
    font-size: 29px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input:-ms-input-placeholder {
    font-size: 29px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-ms-input-placeholder {
    font-size: 29px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::placeholder {
    font-size: 29px !important;
  }
}
@media (max-width: 1307px) {
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-webkit-input-placeholder {
    font-size: 26px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-moz-placeholder {
    font-size: 26px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input:-ms-input-placeholder {
    font-size: 26px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-ms-input-placeholder {
    font-size: 26px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::placeholder {
    font-size: 26px !important;
  }
}
@media (max-width: 1279px) {
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-webkit-input-placeholder {
    font-size: 26px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-moz-placeholder {
    font-size: 26px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input:-ms-input-placeholder {
    font-size: 26px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-ms-input-placeholder {
    font-size: 26px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::placeholder {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-webkit-input-placeholder {
    font-size: 22px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-moz-placeholder {
    font-size: 22px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input:-ms-input-placeholder {
    font-size: 22px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-ms-input-placeholder {
    font-size: 22px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::placeholder {
    font-size: 22px !important;
  }
}
@media (max-width: 639px) {
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-webkit-input-placeholder {
    font-size: 18px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-moz-placeholder {
    font-size: 18px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input:-ms-input-placeholder {
    font-size: 18px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-ms-input-placeholder {
    font-size: 18px !important;
  }
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::placeholder {
    font-size: 18px !important;
  }
}
.dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick button {
  text-decoration: none !important;
  text-transform: uppercase !important;
  text-align: center !important;
  padding: 10px 43px !important;
  color: #ffffff !important;
  display: inline-block !important;
  font-size: 18px !important;
  letter-spacing: 1px !important;
  line-height: normal !important;
  background: #521575 !important;
  font-family: "sweet_sansbold" !important;
  border: 2px solid #521575 !important;
  border-radius: 0 !important;
}
@media (max-width: 1730px) {
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick button {
    padding: 5px 30px !important;
    font-size: 16px !important;
  }
}
@media (max-width: 1307px) {
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick button {
    padding: 5px 25px !important;
    font-size: 12px !important;
    height: 45px !important;
  }
}
@media (max-width: 1307px) {
  .dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick button {
    height: 35px !important;
  }
}
.dont-miss-sec .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick button:hover {
  background: transparent !important;
  color: #521575 !important;
}

.col-6 .klaviyo-form > .needsclick > form {
  padding: 0 !important;
}
.col-6 .klaviyo-form > .needsclick > form > .needsclick {
  min-height: auto !important;
}
.col-6 .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input {
  border: 0 !important;
}

.form_field_m .klaviyo-form form .needsclick {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-orient: unset !important;
  -webkit-box-direction: unset !important;
      -ms-flex-direction: unset !important;
          flex-direction: unset !important;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.form_field_m .klaviyo-form form .needsclick input[type=email] {
  text-align: center !important;
  border: 2px solid #ffb901 !important;
  background: transparent !important;
  color: #fff !important;
  border-radius: 30px !important;
  width: 100% !important;
  height: 49px !important;
  padding: 0 20px !important;
  font-family: "sweet_sansregular" !important;
  text-transform: uppercase;
}
.form_field_m .klaviyo-form form .needsclick button {
  background: #ee5e31 !important;
  border: 0;
  width: auto !important;
  height: auto !important;
  min-height: auto !important;
  line-height: normal !important;
  border-radius: 30px !important;
  padding: 0px 30px !important;
  height: 40px !important;
  text-transform: uppercase;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.form_field_m .klaviyo-form form .needsclick button:hover {
  background: #ffb901 !important;
  color: #521575 !important;
}

.input-field-m .klaviyo-form form {
  width: 490px !important;
  margin: auto;
  max-width: 100% !important;
}
.input-field-m .klaviyo-form form .needsclick {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-orient: unset !important;
  -webkit-box-direction: unset !important;
      -ms-flex-direction: unset !important;
          flex-direction: unset !important;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.input-field-m .klaviyo-form form input {
  text-align: center !important;
  border: 2px solid #ffb901 !important;
  background: transparent !important;
  color: #fff !important;
  border-radius: 30px !important;
  width: 100% !important;
  height: 49px !important;
  padding: 0 20px !important;
  font-family: "sweet_sansregular" !important;
  text-transform: uppercase;
}
.input-field-m .klaviyo-form form button {
  background: #ee5e31 !important;
  border: 0;
  width: auto !important;
  height: auto !important;
  min-height: auto !important;
  line-height: normal !important;
  border-radius: 30px !important;
  padding: 0px 30px !important;
  height: 40px !important;
  text-transform: uppercase;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.input-field-m .klaviyo-form form button:hover {
  background: #ffb901 !important;
  color: #521575 !important;
}

.site-header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9;
  padding: 68px 0;
}
@media (max-width: 1730px) {
  .site-header {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  .site-header {
    padding: 30px 0;
  }
}
.site-header .logo {
  width: 200px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1447px) {
  .site-header .logo {
    width: 180px;
  }
}
@media (max-width: 1307px) {
  .site-header .logo {
    width: 160px;
  }
}
@media (max-width: 1279px) {
  .site-header .logo {
    width: 150px;
  }
}
@media (max-width: 1023px) {
  .site-header .logo {
    position: relative;
  }
}
.site-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .site-header .header-inner {
    position: relative;
  }
}
.site-header .social-icon {
  padding: 0 0 0 37px;
  display: block;
}
@media (max-width: 1730px) {
  .site-header .social-icon {
    padding: 0 0 0 10px;
  }
}
.site-header .social-icon ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .social-icon ul li {
  padding: 0 15px;
  margin: 0;
  list-style: none;
  letter-spacing: -1px;
  display: none;
}
@media (max-width: 1730px) {
  .site-header .social-icon ul li {
    padding: 0 10px;
  }
}
.site-header .social-icon ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  position: relative;
}
.site-header .social-icon ul li a:hover {
  top: -5px;
}
.site-header .social-icon ul li a img {
  width: 21px;
}
.site-header .social-icon ul li:nth-child(1), .site-header .social-icon ul li:nth-child(2) {
  display: block;
}
.site-header .social-icon ul li:last-child {
  padding: 0 0 0 15px;
}
@media (max-width: 1730px) {
  .site-header .social-icon ul li:last-child {
    padding: 0 0px 0 10px;
  }
}
.site-header .cart-icon a img {
  width: 27px !important;
}
.site-header .cart-icon a span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  right: -13px;
  top: -10px;
  font-size: 15px;
  color: #400062;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "sweet_sansregular" !important;
}

.home .recipes-btn {
  display: block;
}
.home footer {
  position: relative;
  z-index: 9;
}

.recipes-btn {
  position: fixed;
  right: 70px;
  bottom: 100px;
  display: none;
}
@media (max-width: 767px) {
  .recipes-btn {
    top: 140px;
    right: 35px;
    bottom: auto;
    position: absolute;
  }
}
.recipes-btn a {
  font-size: 22px;
  color: #3c1066;
  text-decoration: none;
  display: inline-block;
  padding: 15px 20px;
  font-family: "sweet_sansbold";
  border-radius: 16px 0 16px 16px;
  background: #fdbd13;
  line-height: normal;
}
@media (max-width: 767px) {
  .recipes-btn a {
    font-size: 18px;
    padding: 10px 20px;
  }
}
.recipes-btn .btn-close {
  position: absolute;
  width: 37px;
  height: 37px;
  top: -15px;
  right: 0px;
  background: #fdbd13;
  border-radius: 50%;
  padding: 7px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .recipes-btn .btn-close {
    width: 30px;
    height: 30px;
    padding: 5px;
  }
}

.menu-main {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-main.menu-main-lh {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 185px 0 0;
}
@media only screen and (max-width: 1863px) {
  .menu-main.menu-main-lh {
    padding-right: 200px;
  }
}
@media (max-width: 1730px) {
  .menu-main.menu-main-lh {
    padding-right: 150px;
  }
}
@media (max-width: 1307px) {
  .menu-main.menu-main-lh {
    padding-right: 100px;
  }
}
@media (max-width: 1023px) {
  .menu-main.menu-main-lh {
    display: none;
  }
}
.menu-main.menu-main-rh {
  padding: 0 0 0 209px;
}
@media only screen and (max-width: 1863px) {
  .menu-main.menu-main-rh {
    padding-left: 200px;
  }
}
@media (max-width: 1730px) {
  .menu-main.menu-main-rh {
    padding-left: 150px;
  }
}
@media (max-width: 1307px) {
  .menu-main.menu-main-rh {
    padding-left: 100px;
  }
}
@media (max-width: 1023px) {
  .menu-main.menu-main-rh {
    display: none;
  }
}
.menu-main > ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu-main > ul > li {
  padding: 16px 36px;
  margin: 0;
  list-style: none;
  line-height: normal;
  font-size: 28px;
  font-family: "sweetsans-medium";
}
@media (max-width: 1730px) {
  .menu-main > ul > li {
    font-size: 24px;
    padding: 15px 25px;
  }
}
@media (max-width: 1447px) {
  .menu-main > ul > li {
    padding: 15px;
  }
}
@media (max-width: 1279px) {
  .menu-main > ul > li {
    font-size: 18px;
  }
}
.menu-main > ul > li > a {
  color: #ffffff;
}
.menu-main > ul > li > a:hover {
  color: #FFC301;
}

.yellow-text a {
  color: #FFC301 !important;
}
.yellow-text a:hover {
  color: #ED2F1E !important;
}

.mobile-menu {
  position: fixed;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #3b1066;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
@media (max-width: 1023px) {
  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-menu .mobile-menu-inner {
  max-height: 100%;
  overflow: auto;
  width: 100%;
  padding: 40px 0;
}
.mobile-menu ul {
  padding: 0;
  margin: 0;
}
.mobile-menu ul li {
  padding: 30px 0;
  margin: 0;
  list-style: none;
  font-size: 4.5vw;
}
@media (max-width: 767px) {
  .mobile-menu ul li {
    font-size: 5vw;
    padding: 20px 0;
  }
}
@media (max-width: 639px) {
  .mobile-menu ul li {
    font-size: 6vw;
    padding: 20px 0;
  }
}
@media (max-width: 479px) {
  .mobile-menu ul li {
    font-size: 6vw;
    padding: 10px 0;
  }
}
.mobile-menu ul li a {
  color: #ffffff;
  font-family: "lemonde-sans";
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.mobile-menu ul li a:hover {
  color: #FFC301;
}
.mobile-menu .social-icon {
  padding: 30px 0;
  max-width: none;
}
.mobile-menu .social-icon ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-menu .social-icon ul li {
  padding: 0 15px;
}
.mobile-menu .social-icon ul li a img {
  width: 30px;
}
@media (max-width: 479px) {
  .mobile-menu .social-icon ul li a img {
    width: 24px;
  }
}
.mobile-menu nav {
  padding: 30px 0;
}
.mobile-menu .mobile-menu-ico img {
  max-width: 80px;
}
@media (max-width: 479px) {
  .mobile-menu .mobile-menu-ico img {
    max-width: 60px;
  }
}
.mobile-menu .mobile-menu-logo img {
  max-width: 220px;
}
@media (max-width: 479px) {
  .mobile-menu .mobile-menu-logo img {
    max-width: 160px;
  }
}
.mobile-menu .cart-icon a img {
  width: 34px !important;
}

.menu-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 25px;
  width: 35px;
  display: none;
  margin: auto;
  z-index: 1;
}
@media (max-width: 1023px) {
  .menu-icon {
    display: block;
  }
}
.menu-icon span {
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff;
}
.menu-icon span:nth-child(1) {
  bottom: auto;
}
.menu-icon span:nth-child(3) {
  top: auto;
}

.open-mobile-menu .site-header {
  position: fixed;
}
.open-mobile-menu .mobile-menu {
  top: 0;
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.open-mobile-menu .menu-icon {
  position: absolute;
}
.open-mobile-menu .menu-icon span {
  background: #ffffff;
}
.open-mobile-menu .menu-icon span:nth-child(1) {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open-mobile-menu .menu-icon span:nth-child(2) {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.open-mobile-menu .menu-icon span:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

footer {
  background: url(../images/footer-bg.jpg) no-repeat center center;
  padding: 77px 0 90px 0;
  background-size: cover;
}
@media (max-width: 1730px) {
  footer {
    padding: 63px 0 74px 0;
  }
}
@media (max-width: 1447px) {
  footer {
    padding: 57px 0 62px 0;
  }
}
@media (max-width: 1307px) {
  footer {
    padding: 51px 0 57px 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 48px 0 35px 0;
  }
}
footer .footer-logo {
  margin: 0 0 0 34px;
}
@media (max-width: 1730px) {
  footer .footer-logo {
    margin: 0 0 0 27px;
    width: 383px;
  }
}
@media (max-width: 1447px) {
  footer .footer-logo {
    width: 343px;
  }
}
@media (max-width: 1307px) {
  footer .footer-logo {
    width: 306px;
    margin: 0 0 0 23px;
  }
}
@media (max-width: 1279px) {
  footer .footer-logo {
    width: 30%;
  }
}
@media (max-width: 767px) {
  footer .footer-logo {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 639px) {
  footer .footer-logo {
    max-width: 250px;
    margin: 0 0 28px 0;
  }
}
@media (max-width: 479px) {
  footer .footer-logo {
    max-width: 230px;
    margin: 0 0 20px;
  }
}
footer .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 639px) {
  footer .footer-row {
    padding: 0 23px 0 37px;
  }
}
@media (max-width: 479px) {
  footer .footer-row {
    padding: 0;
  }
}
footer .footer-rh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48.5%;
  padding: 30px 0 0;
}
@media (max-width: 1447px) {
  footer .footer-rh {
    padding: 26px 0 0;
  }
}
@media (max-width: 1307px) {
  footer .footer-rh {
    padding: 23px 0 0;
  }
}
@media (max-width: 1279px) {
  footer .footer-rh {
    width: 60%;
  }
}
@media (max-width: 1023px) {
  footer .footer-rh {
    padding: 17px 0 0;
  }
}
@media (max-width: 767px) {
  footer .footer-rh {
    width: 100%;
  }
}
@media (max-width: 639px) {
  footer .footer-rh {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  footer .footer-rh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-menu {
  width: 80%;
}
@media (max-width: 639px) {
  footer .footer-menu {
    width: 100%;
  }
}
footer .footer-menu ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-menu ul li {
  padding: 0 15px 12px 0;
  margin: 0;
  width: 50%;
  font-size: 28px;
  line-height: normal;
  list-style: none;
}
@media (max-width: 1730px) {
  footer .footer-menu ul li {
    font-size: 23px;
    padding: 0 15px 9px 0;
  }
}
@media (max-width: 1447px) {
  footer .footer-menu ul li {
    font-size: 21px;
  }
}
@media (max-width: 1307px) {
  footer .footer-menu ul li {
    font-size: 19px;
    padding: 0 15px 8px 0;
  }
}
@media (max-width: 1023px) {
  footer .footer-menu ul li {
    width: 100%;
  }
}
@media (max-width: 639px) {
  footer .footer-menu ul li {
    font-size: 23px;
  }
}
footer .footer-menu ul li a {
  color: #ffffff;
}
footer .footer-menu ul li a:hover {
  color: #fdbd0a;
}
footer .foot-verified-social {
  width: 23%;
  padding-right: 16px;
  padding-top: 10px;
}
@media (max-width: 1730px) {
  footer .foot-verified-social {
    padding-top: 0;
    padding-right: 0;
  }
}
@media (max-width: 1447px) {
  footer .foot-verified-social {
    padding-top: 4px;
    width: 25%;
  }
}
@media (max-width: 1023px) {
  footer .foot-verified-social {
    width: 40%;
    padding-top: 5px;
  }
}
@media (max-width: 639px) {
  footer .foot-verified-social {
    width: 100%;
    padding-top: 29px;
    text-align: right;
  }
}
footer .verified-lab {
  margin: 0 0 34px;
}
@media (max-width: 1447px) {
  footer .verified-lab {
    margin-bottom: 27px;
  }
}
@media (max-width: 639px) {
  footer .verified-lab {
    margin-bottom: 26px;
  }
}
@media (max-width: 639px) {
  footer .verified-lab img {
    width: 165px;
  }
}
footer .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 -7.5px;
}
@media (max-width: 1279px) {
  footer .social-icon {
    max-width: 150px;
  }
}
@media (max-width: 639px) {
  footer .social-icon {
    max-width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
  }
}
footer .social-icon li {
  padding: 0 22px 22px 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 1730px) {
  footer .social-icon li {
    padding: 0 20px 16px 0;
  }
}
@media (max-width: 639px) {
  footer .social-icon li {
    padding: 0 0 0 14px;
  }
}
footer .social-icon li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
}
footer .social-icon li a:hover {
  top: -5px;
}
footer .social-icon li a img {
  width: 32px;
  max-height: 32px;
}
@media (max-width: 1307px) {
  footer .social-icon li a img {
    width: 25px;
    max-height: 25px;
  }
}
@media (max-width: 639px) {
  footer .social-icon li a img {
    width: 42px;
    max-height: 38px;
  }
}
@media (max-width: 479px) {
  footer .social-icon li a img {
    width: 35px;
    max-height: 26px;
  }
}

.pum-container .pum-content + .pum-close {
  font-size: 0 !important;
  position: relative;
}
.pum-container .pum-content + .pum-close::before, .pum-container .pum-content + .pum-close::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60%;
  background: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pum-container .pum-content + .pum-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pum-container .pum-content + .pum-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.banner-main {
  position: relative;
  text-align: center;
  height: 100vh;
  padding: 0 0 0;
  background: #3b1066;
}
.banner-main .container {
  height: 100%;
}
@media (max-width: 639px) {
  .banner-main .container {
    width: 100%;
    padding: 0;
  }
}
.banner-main.condown-off h1 {
  bottom: 58px;
}
@media only screen and (min-width: 1800px) {
  .banner-main.condown-off h1 {
    bottom: 62px;
  }
}
@media (max-width: 1023px) {
  .banner-main.condown-off h1 {
    bottom: 128px;
  }
}
@media (max-width: 479px) {
  .banner-main.condown-off h1 {
    bottom: 128px;
  }
}
.banner-main h1 {
  font-size: 6vw;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 112px;
  line-height: 1em;
  margin: 0;
  letter-spacing: 0.085em;
}
@media only screen and (min-width: 1800px) {
  .banner-main h1 {
    bottom: 112px;
  }
}
@media (max-width: 1023px) {
  .banner-main h1 {
    bottom: 188px;
  }
}
@media (max-width: 479px) {
  .banner-main h1 {
    font-size: 9vw;
    bottom: 148px;
  }
}
@media (max-device-width: 736px) and (orientation: landscape) {
  .banner-main h1 {
    font-size: 4vw;
  }
}
.banner-main .main-banner-graphic-img {
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-main .main-banner-graphic-img img {
  max-height: 58vh;
  max-width: 100%;
  margin: -0.5em 0 0 0;
}
@media (max-width: 1279px) {
  .banner-main .main-banner-graphic-img img {
    margin: -0.5em 0 0 0;
  }
}
@media (max-width: 639px) {
  .banner-main .main-banner-graphic-img img {
    max-width: 132%;
    margin: -3em -5em 0 -5em;
  }
}
.banner-main .main-banner-graphic-img .banner-orange-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-main .main-banner-graphic-img .banner-orange-cover img {
  max-height: 70vh;
  top: -4em;
}
@media (max-width: 1610px) {
  .banner-main .main-banner-graphic-img .banner-orange-cover img {
    top: -2.1em;
  }
}
@media (max-width: 1279px) {
  .banner-main .main-banner-graphic-img .banner-orange-cover img {
    max-width: 470px;
  }
}
@media (max-width: 1023px) {
  .banner-main .main-banner-graphic-img .banner-orange-cover img {
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .banner-main .main-banner-graphic-img .banner-orange-cover img {
    max-width: 280px;
    top: -2em;
  }
}
@media (max-width: 639px) {
  .banner-main .main-banner-graphic-img .banner-orange-cover img {
    max-width: 60vw;
    top: -22vw;
  }
}
@media (max-device-width: 812px) and (orientation: landscape) {
  .banner-main .main-banner-graphic-img .banner-orange-cover img {
    top: -2em;
  }
}
.banner-main .main-banner-graphic-img .banner-orange {
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
}
.banner-main .banner-caps-mid {
  position: relative;
  max-height: 100%;
}
.banner-main .main-banner-graphic-mid {
  position: relative;
  text-align: center;
  margin-top: 10px;
}
.banner-main .banner-caps-img {
  position: relative;
  z-index: 1;
  height: 100%;
}
.banner-main .fruit-counter {
  position: absolute;
  width: 164px;
  border-radius: 30px;
  background: #ffffff;
  bottom: 4.85%;
  right: 2.9%;
  text-align: center;
  z-index: 2;
  padding: 25px 15px 14px;
}
@media (max-width: 1730px) {
  .banner-main .fruit-counter {
    width: 136px;
    border-radius: 26px;
    padding: 20px 26px 14px;
  }
}
@media (max-width: 1447px) {
  .banner-main .fruit-counter {
    width: 122px;
    padding: 15px 15px 10px;
  }
}
@media (max-width: 1307px) {
  .banner-main .fruit-counter {
    width: 109px;
    padding: 15px 15px 7px;
    border-radius: 20px;
  }
}
@media (max-width: 1023px) {
  .banner-main .fruit-counter {
    width: 180px;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 3%;
  }
}
@media (max-width: 767px) {
  .banner-main .fruit-counter {
    bottom: 4%;
  }
}
.banner-main .fruit-counter .fruit-ico {
  margin: 0 0 22px;
}
@media (max-width: 1730px) {
  .banner-main .fruit-counter .fruit-ico {
    margin-bottom: 17px;
  }
}
@media (max-width: 1447px) {
  .banner-main .fruit-counter .fruit-ico {
    margin-bottom: 15px;
  }
}
@media (max-width: 1279px) {
  .banner-main .fruit-counter .fruit-ico {
    margin-bottom: 10px;
  }
}
@media (max-width: 1447px) {
  .banner-main .fruit-counter .fruit-ico img {
    width: 76px;
    margin: auto;
  }
}
@media (max-width: 1307px) {
  .banner-main .fruit-counter .fruit-ico img {
    width: 68px;
    margin: auto;
  }
}
.banner-main .fruit-counter p {
  font-size: 16px;
  line-height: 1.1em;
  text-transform: uppercase;
  margin: 0;
  font-family: "sweet_sansbold";
}
@media (max-width: 1730px) {
  .banner-main .fruit-counter p {
    font-size: 13px;
  }
}
@media (max-width: 1447px) {
  .banner-main .fruit-counter p {
    font-size: 13px;
  }
}
@media (max-width: 1307px) {
  .banner-main .fruit-counter p {
    font-size: 11px;
  }
}
@media (max-width: 1023px) {
  .banner-main .fruit-counter p {
    font-size: 13px;
  }
}
.banner-main .fruit-counter p span {
  color: #ED2F1E;
}

.whys-list {
  text-align: center;
  padding: 59px 0 60px;
}
@media (max-width: 1730px) {
  .whys-list {
    padding: 50px 0;
  }
}
@media (max-width: 1447px) {
  .whys-list {
    padding: 46px 0;
  }
}
@media (max-width: 1307px) {
  .whys-list {
    padding: 39px 0;
  }
}
@media (max-width: 1023px) {
  .whys-list {
    padding: 40px 0 10px;
  }
}
.whys-list .whys-list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1447px) {
  .whys-list .whys-list-row {
    padding: 0 49px;
  }
}
@media (max-width: 1279px) {
  .whys-list .whys-list-row {
    padding: 0;
  }
}
.whys-list .whys-ico-label {
  width: 20%;
}
@media (max-width: 1023px) {
  .whys-list .whys-ico-label {
    width: 33.33%;
    margin-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .whys-list .whys-ico-label {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .whys-list .whys-ico-label {
    margin-bottom: 15px;
  }
}
.whys-list .whys-ico-label:hover span .animated-img {
  opacity: 1;
  visibility: visible;
}
.whys-list .whys-ico-label:hover span .normal-img {
  opacity: 0;
  visibility: hidden;
}
.whys-list span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px;
  position: relative;
}
@media (max-width: 1730px) {
  .whys-list span {
    width: 180px;
    margin: auto auto 26px;
  }
}
@media (max-width: 1447px) {
  .whys-list span {
    width: 160px;
    margin-bottom: 18px;
  }
}
@media (max-width: 1307px) {
  .whys-list span {
    width: 138px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1279px) {
  .whys-list span {
    margin-bottom: 20px;
    min-height: 172px;
  }
}
@media (max-width: 479px) {
  .whys-list span {
    margin-bottom: 10px;
  }
}
.whys-list span img {
  max-width: 215px;
  width: 100%;
}
@media (max-width: 479px) {
  .whys-list span img {
    max-width: 140px;
  }
}
.whys-list span .animated-img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
}
.whys-list h2 {
  font-size: 58px;
  margin: 0 0 56px;
}
@media (max-width: 1730px) {
  .whys-list h2 {
    font-size: 48px;
    margin-bottom: 44px;
  }
}
@media (max-width: 1447px) {
  .whys-list h2 {
    font-size: 43px;
    margin-bottom: 45px;
  }
}
@media (max-width: 1307px) {
  .whys-list h2 {
    font-size: 39px;
  }
}
@media (max-width: 1279px) {
  .whys-list h2 {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  .whys-list h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .whys-list h2 {
    font-size: 30px;
  }
}
@media (max-width: 639px) {
  .whys-list h2 {
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  .whys-list h2 {
    font-size: 22px;
  }
}
.whys-list h4 {
  font-size: 29px;
  line-height: 1.1em;
  text-transform: uppercase;
  font-family: "sweet_sansbold";
  letter-spacing: 1px;
  margin: 0;
}
@media (max-width: 1730px) {
  .whys-list h4 {
    font-size: 24px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 1447px) {
  .whys-list h4 {
    font-size: 22px;
  }
}
@media (max-width: 1307px) {
  .whys-list h4 {
    font-size: 20px;
  }
}
@media (max-width: 1279px) {
  .whys-list h4 {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .whys-list h4 {
    font-size: 16px;
  }
}

.full-grid-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.full-grid-blocks .full-grid-col-1 {
  width: 42.7%;
}
@media (max-width: 1023px) {
  .full-grid-blocks .full-grid-col-1 {
    width: 100%;
  }
}
.full-grid-blocks .full-grid-col-2 {
  width: 34.3%;
}
@media (max-width: 1023px) {
  .full-grid-blocks .full-grid-col-2 {
    width: 50%;
  }
}
@media (max-width: 639px) {
  .full-grid-blocks .full-grid-col-2 {
    width: 100%;
  }
}
.full-grid-blocks .full-grid-col-3 {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #ffffff;
}
@media (max-width: 1023px) {
  .full-grid-blocks .full-grid-col-3 {
    width: 50%;
  }
}
@media (max-width: 639px) {
  .full-grid-blocks .full-grid-col-3 {
    width: 100%;
  }
}

.grid-static-quote-block {
  text-align: center;
  background: #00b1a2;
  padding: 119px 90px 88px;
  height: 68.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1730px) {
  .grid-static-quote-block {
    padding: 80px 51px 56px;
  }
}
@media (max-width: 1307px) {
  .grid-static-quote-block {
    padding: 42px 40px 30px 40px;
  }
}
@media (max-width: 1023px) {
  .grid-static-quote-block {
    height: auto;
    padding: 50px 30px;
  }
}
@media (max-width: 479px) {
  .grid-static-quote-block {
    padding: 40px 20px;
  }
}
.grid-static-quote-block blockquote {
  margin: 0;
}
.grid-static-quote-block blockquote p {
  font-size: 42px;
  font-family: "sweet_sansbold";
  color: #ffffff;
  margin: 0 0 21px;
  line-height: 0.95em;
  letter-spacing: 1.6px;
}
@media (max-width: 1730px) {
  .grid-static-quote-block blockquote p {
    font-size: 35px;
    margin-bottom: 14px;
  }
}
@media (max-width: 1447px) {
  .grid-static-quote-block blockquote p {
    font-size: 31px;
  }
}
@media (max-width: 1307px) {
  .grid-static-quote-block blockquote p {
    font-size: 28px;
    margin-bottom: 9px;
  }
}
@media (max-width: 1279px) {
  .grid-static-quote-block blockquote p {
    font-size: 26px;
  }
}
@media (max-width: 639px) {
  .grid-static-quote-block blockquote p {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .grid-static-quote-block blockquote p {
    font-size: 18px;
  }
}
.grid-static-quote-block blockquote label {
  display: inline-block;
  min-width: 378px;
  position: relative;
  min-height: 36px;
  padding: 0 62px;
}
@media (max-width: 1730px) {
  .grid-static-quote-block blockquote label {
    min-width: 320px;
    min-height: 28px;
  }
}
@media (max-width: 1447px) {
  .grid-static-quote-block blockquote label {
    min-width: 286px;
    min-height: 27px;
  }
}
@media (max-width: 1307px) {
  .grid-static-quote-block blockquote label {
    min-height: 22px;
    min-width: 252px;
  }
}
@media (max-width: 479px) {
  .grid-static-quote-block blockquote label {
    min-width: 90%;
    margin: auto;
  }
}
.grid-static-quote-block blockquote label img {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1730px) {
  .grid-static-quote-block blockquote label img {
    max-height: 45px;
  }
}
@media (max-width: 1447px) {
  .grid-static-quote-block blockquote label img {
    max-height: 40px;
  }
}
@media (max-width: 1307px) {
  .grid-static-quote-block blockquote label img {
    max-height: 38px;
  }
}
.grid-static-quote-block blockquote label .quote {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1730px) {
  .grid-static-quote-block blockquote label .quote {
    width: 35px;
  }
}
@media (max-width: 1447px) {
  .grid-static-quote-block blockquote label .quote {
    width: 32px;
  }
}
@media (max-width: 1307px) {
  .grid-static-quote-block blockquote label .quote {
    width: 28px;
  }
}
.grid-static-quote-block blockquote label .quote.quote-lh {
  left: 0;
}
.grid-static-quote-block blockquote label .quote.quote-rh {
  right: 0;
}

.grid-lh-testimonial-block {
  text-align: center;
  background: #f34726;
  color: #fff;
  padding: 43px 50px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 31.95%;
  font-size: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1730px) {
  .grid-lh-testimonial-block {
    padding: 20px 17px 3px;
    font-size: 26px;
  }
}
@media (max-width: 1447px) {
  .grid-lh-testimonial-block {
    font-size: 22px;
    padding: 20px 37px 13px;
  }
}
@media (max-width: 1307px) {
  .grid-lh-testimonial-block {
    font-size: 20px;
    padding: 35px 30px 20px;
  }
}
@media (max-width: 1279px) {
  .grid-lh-testimonial-block {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .grid-lh-testimonial-block {
    height: auto;
    padding: 40px 30px;
  }
}
@media (max-width: 479px) {
  .grid-lh-testimonial-block {
    padding: 40px 20px;
  }
}
.grid-lh-testimonial-block p {
  margin: 0 0 -12px;
  line-height: 1em;
  letter-spacing: -0.2px;
}
@media (max-width: 1023px) {
  .grid-lh-testimonial-block p {
    margin-bottom: -3px;
  }
}
.grid-lh-testimonial-block label {
  font-family: "sweet_sansbold";
}

.grid-blog-block {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding: 41px 59px 69px;
  position: relative;
}
@media (max-width: 1730px) {
  .grid-blog-block {
    padding: 32px 50px 58px;
  }
}
@media (max-width: 1447px) {
  .grid-blog-block {
    padding: 29px 45px 53px;
  }
}
@media (max-width: 1307px) {
  .grid-blog-block {
    padding: 19px 41px 44px;
  }
}
@media (max-width: 639px) {
  .grid-blog-block {
    min-height: 400px;
  }
}
.grid-blog-block .grid-blog-block-inner {
  height: 100%;
  position: relative;
  width: 100%;
}
.grid-blog-block label {
  font-size: 24px;
  text-transform: uppercase;
  color: #F34726;
  font-family: "sweet_sansbold";
}
@media (max-width: 1730px) {
  .grid-blog-block label {
    font-size: 20px;
  }
}
@media (max-width: 1447px) {
  .grid-blog-block label {
    font-size: 18px;
  }
}
@media (max-width: 1307px) {
  .grid-blog-block label {
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  .grid-blog-block label {
    font-size: 18px;
  }
}
.grid-blog-block h3 {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 3.5vw;
  width: 100%;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  line-height: 1.05em;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 639px) {
  .grid-blog-block h3 {
    font-size: 9.8vw;
  }
}
.grid-blog-block:hover h3 {
  color: #ffffff;
}

.grid-rh-testimonial-block {
  text-align: center;
  background: #ffffff;
  font-size: 30px;
  color: #F34726;
  line-height: 1em;
  padding: 48px 30px;
}
@media (max-width: 1730px) {
  .grid-rh-testimonial-block {
    padding: 37px 20px;
    font-size: 26px;
  }
}
@media (max-width: 1447px) {
  .grid-rh-testimonial-block {
    font-size: 22px;
    padding: 30px 20px;
  }
}
@media (max-width: 1307px) {
  .grid-rh-testimonial-block {
    font-size: 20px;
  }
}
@media (max-width: 1279px) {
  .grid-rh-testimonial-block {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .grid-rh-testimonial-block {
    width: 100%;
  }
}
.grid-rh-testimonial-block p {
  margin: 0 0 4px;
}
.grid-rh-testimonial-block label {
  font-family: "sweet_sansbold";
}

.insta-or-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #139488;
  margin: 0 0 86px;
}
@media (max-width: 1447px) {
  .insta-or-quote {
    margin-bottom: 66px;
  }
}
@media (max-width: 1307px) {
  .insta-or-quote {
    margin-bottom: 61px;
  }
}
.insta-or-quote .insta-q-block {
  width: 34.2%;
}
@media (max-width: 767px) {
  .insta-or-quote .insta-q-block {
    width: 100%;
  }
}
.insta-or-quote .insta-q-block > img {
  width: 100%;
}
.insta-or-quote .insta-q-block .crt-widget.crt-widget-branded {
  padding-bottom: 0 !important;
}
.insta-or-quote .insta-q-block .crt-post-hover {
  display: none !important;
}
.insta-or-quote .insta-q-block .crt-grid-post-image:after {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.insta-or-quote .insta-q-block .hashtag {
  position: absolute;
  bottom: 30px;
  z-index: 9;
  left: 40px;
}
.insta-or-quote .insta-q-block .hashtag a {
  color: #fff;
  font-family: "sweet_sansbold";
  background: url(../images/hashtag.svg) center left no-repeat;
  padding-left: 60px;
}
@media (max-width: 1279px) {
  .insta-or-quote .insta-q-block .hashtag a {
    padding-left: 45px;
    background-size: 32px;
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .insta-or-quote .insta-q-block .hashtag a {
    padding-left: 53px;
    background-size: 36px;
    font-size: 30px;
  }
}
@media (max-width: 1279px) {
  .insta-or-quote .insta-q-block .hashtag {
    left: 25px;
    bottom: 22px;
  }
}
@media (max-width: 767px) {
  .insta-or-quote .insta-q-block .hashtag {
    bottom: 32px;
    left: 35px;
  }
}
.insta-or-quote .insta-q-block .crt-panel-next, .insta-or-quote .insta-q-block .crt-panel-prev {
  background: none !important;
  width: 58px !important;
  height: 151px !important;
  border-radius: 0 !important;
  opacity: 0;
  transition: all 0.4s 0s;
  -webkit-transition: all 0.4s 0s;
}
@media (max-width: 1279px) {
  .insta-or-quote .insta-q-block .crt-panel-next, .insta-or-quote .insta-q-block .crt-panel-prev {
    opacity: 1;
  }
}
@media (max-width: 1730px) {
  .insta-or-quote .insta-q-block .crt-panel-next, .insta-or-quote .insta-q-block .crt-panel-prev {
    width: 62px !important;
  }
}
@media (max-width: 1447px) {
  .insta-or-quote .insta-q-block .crt-panel-next, .insta-or-quote .insta-q-block .crt-panel-prev {
    width: 42px !important;
    height: 111px !important;
  }
}
.insta-or-quote .insta-q-block .crt-grid-carousel-feed:hover .crt-panel-next {
  opacity: 1;
}
.insta-or-quote .insta-q-block .crt-grid-carousel-feed:hover .crt-panel-prev {
  opacity: 1;
}
.insta-or-quote .insta-q-block .crt-panel-next:before, .insta-or-quote .insta-q-block .crt-panel-prev:before {
  display: none;
}
.insta-or-quote .insta-q-block .crt-panel-next {
  background: url(../images/insta-right-arrow.svg) center center no-repeat !important;
  right: 30px !important;
  background-size: 100% !important;
}
.insta-or-quote .insta-q-block .crt-panel-prev {
  background: url(../images/insta-left-arrow.svg) center center no-repeat !important;
  left: 30px !important;
  background-size: 100% !important;
}
.insta-or-quote .in-quote-block {
  width: 65.8%;
  text-align: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 40px 40px 67px;
}
@media (max-width: 1447px) {
  .insta-or-quote .in-quote-block {
    padding: 60px 40px 50px 67px;
  }
}
@media (max-width: 1307px) {
  .insta-or-quote .in-quote-block {
    padding: 69px 40px 50px 67px;
  }
}
@media (max-width: 1279px) {
  .insta-or-quote .in-quote-block {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .insta-or-quote .in-quote-block {
    width: 100%;
    padding: 50px;
  }
}
@media (max-width: 639px) {
  .insta-or-quote .in-quote-block {
    padding: 40px;
  }
}
@media (max-width: 479px) {
  .insta-or-quote .in-quote-block {
    padding: 40px 20px;
  }
}
.insta-or-quote .in-quote-block blockquote {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1447px) {
  .insta-or-quote .in-quote-block blockquote {
    width: 590px;
  }
}
@media (max-width: 1307px) {
  .insta-or-quote .in-quote-block blockquote {
    width: 502px;
  }
}
@media (max-width: 1023px) {
  .insta-or-quote .in-quote-block blockquote {
    width: 100%;
  }
}
.insta-or-quote .in-quote-block p {
  font-size: 100px;
  font-family: "sweetsans-medium";
  line-height: 1.31em;
  letter-spacing: 2.2px;
  margin: 0 0 40px;
  text-transform: uppercase;
}
@media (max-width: 1730px) {
  .insta-or-quote .in-quote-block p {
    font-size: 80px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 1447px) {
  .insta-or-quote .in-quote-block p {
    font-size: 60px;
  }
}
@media (max-width: 1307px) {
  .insta-or-quote .in-quote-block p {
    font-size: 40px;
    letter-spacing: 0;
  }
}
@media (max-width: 1279px) {
  .insta-or-quote .in-quote-block p {
    font-size: 38px;
  }
}
@media (max-width: 1023px) {
  .insta-or-quote .in-quote-block p {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .insta-or-quote .in-quote-block p {
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  .insta-or-quote .in-quote-block p {
    font-size: 22px;
  }
}
.insta-or-quote .in-quote-block p small {
  font-family: "sweetsans-medium";
  font-size: 0.47em;
  display: inline-block;
  vertical-align: top;
  line-height: 1.3em;
  margin-top: 10px;
}
.insta-or-quote .in-quote-block label {
  display: inline-block;
  min-width: 576px;
  position: relative;
  min-height: 48px;
  padding: 0 62px;
}
@media (max-width: 1730px) {
  .insta-or-quote .in-quote-block label {
    min-width: 482px;
  }
}
@media (max-width: 1447px) {
  .insta-or-quote .in-quote-block label {
    min-width: 432px;
  }
}
@media (max-width: 1307px) {
  .insta-or-quote .in-quote-block label {
    min-width: 385px;
  }
}
@media (max-width: 1023px) {
  .insta-or-quote .in-quote-block label {
    min-width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 479px) {
  .insta-or-quote .in-quote-block label {
    padding: 0 60px;
    min-height: 30px;
  }
}
.insta-or-quote .in-quote-block label img {
  display: inline-block;
  vertical-align: middle;
  max-width: 73%;
}
@media (max-width: 1730px) {
  .insta-or-quote .in-quote-block label img {
    max-height: 59px;
  }
}
@media (max-width: 1447px) {
  .insta-or-quote .in-quote-block label img {
    max-height: 52px;
  }
}
@media (max-width: 1307px) {
  .insta-or-quote .in-quote-block label img {
    max-height: 47px;
  }
}
.insta-or-quote .in-quote-block label .quote {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
}
@media (max-width: 1730px) {
  .insta-or-quote .in-quote-block label .quote {
    width: 51px;
  }
}
@media (max-width: 1447px) {
  .insta-or-quote .in-quote-block label .quote {
    width: 43px;
  }
}
@media (max-width: 1307px) {
  .insta-or-quote .in-quote-block label .quote {
    width: 40px;
  }
}
@media (max-width: 479px) {
  .insta-or-quote .in-quote-block label .quote {
    width: 30px;
  }
}
.insta-or-quote .in-quote-block label .quote.quote-lh {
  left: 0;
}
.insta-or-quote .in-quote-block label .quote.quote-rh {
  right: 0;
}
.insta-or-quote .in-quote-block .link {
  color: #F7AD0E;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
  opacity: 1;
  margin-top: 35px;
  display: inline-block;
}
@media (max-width: 1279px) {
  .insta-or-quote .in-quote-block .link {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .insta-or-quote .in-quote-block .link {
    font-size: 20px;
  }
}

@media (max-width: 639px) {
  .grid-insta-slider {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .grid-insta-slider-inner {
    width: 100%;
  }
}
.grid-insta-slider-inner > img {
  width: 100%;
}

.two-col-down-img-sec {
  margin: 0 0 197px;
}
@media (max-width: 1447px) {
  .two-col-down-img-sec {
    margin: 0 0 140px;
  }
}
@media (max-width: 1307px) {
  .two-col-down-img-sec {
    margin: 0 0 123px;
  }
}
@media (max-width: 1279px) {
  .two-col-down-img-sec {
    margin-bottom: 140px;
  }
}
@media (max-width: 1023px) {
  .two-col-down-img-sec {
    margin-bottom: 70px;
  }
}
.two-col-down-img-sec .two-col-down-img-sec-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .two-col-down-img-sec .two-col-down-img-sec-row {
    width: 90%;
    margin: auto;
  }
}
.two-col-down-img-sec .two-col-down-img-sec-row:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 9.8%;
  background: #ffffff;
}
@media (max-width: 1023px) {
  .two-col-down-img-sec .two-col-down-img-sec-row:before {
    right: 0;
    bottom: 4%;
  }
}
.two-col-down-img-sec .two-col-down-img-caps {
  width: 51.5%;
  position: relative;
  padding: 146px 82px 93px 100px;
  min-height: 886px;
}
@media (max-width: 1730px) {
  .two-col-down-img-sec .two-col-down-img-caps {
    padding: 120px 82px 70px;
    min-height: 748px;
  }
}
@media (max-width: 1447px) {
  .two-col-down-img-sec .two-col-down-img-caps {
    min-height: 671px;
    padding: 108px 74px 70px;
  }
}
@media (max-width: 1307px) {
  .two-col-down-img-sec .two-col-down-img-caps {
    min-height: 596px;
    padding: 96px 67px 50px;
  }
}
@media (max-width: 1279px) {
  .two-col-down-img-sec .two-col-down-img-caps {
    padding: 100px 50px 50px;
    min-height: 600px;
  }
}
@media (max-width: 1023px) {
  .two-col-down-img-sec .two-col-down-img-caps {
    width: 100%;
    min-height: auto;
  }
}
@media (max-width: 639px) {
  .two-col-down-img-sec .two-col-down-img-caps {
    padding: 80px 40px 40px;
  }
}
@media (max-width: 479px) {
  .two-col-down-img-sec .two-col-down-img-caps {
    padding: 40px 20px 20px;
  }
}
.two-col-down-img-sec .two-col-down-img {
  width: 45.7%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: 87px;
  right: 48px;
}
@media (max-width: 1730px) {
  .two-col-down-img-sec .two-col-down-img {
    top: 72px;
    right: 38px;
  }
}
@media (max-width: 1447px) {
  .two-col-down-img-sec .two-col-down-img {
    top: 64px;
  }
}
@media (max-width: 1307px) {
  .two-col-down-img-sec .two-col-down-img {
    top: 57px;
    right: 32px;
  }
}
@media (max-width: 1279px) {
  .two-col-down-img-sec .two-col-down-img {
    top: 60px;
    right: 30px;
  }
}
@media (max-width: 1023px) {
  .two-col-down-img-sec .two-col-down-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    top: 0;
    right: 5%;
  }
}
.two-col-down-img-sec .two-col-down-img video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
}
@media (max-width: 1023px) {
  .two-col-down-img-sec .two-col-down-img video {
    position: relative;
  }
}
.two-col-down-img-sec h3 {
  font-size: 76px;
  text-transform: uppercase;
  line-height: 1.03em;
  margin: 0 0 39px;
}
@media (max-width: 1730px) {
  .two-col-down-img-sec h3 {
    font-size: 63px;
    margin-bottom: 36px;
  }
}
@media (max-width: 1447px) {
  .two-col-down-img-sec h3 {
    font-size: 58px;
    margin-bottom: 29px;
  }
}
@media (max-width: 1307px) {
  .two-col-down-img-sec h3 {
    font-size: 51px;
  }
}
@media (max-width: 1279px) {
  .two-col-down-img-sec h3 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .two-col-down-img-sec h3 {
    font-size: 42px;
  }
}
@media (max-width: 639px) {
  .two-col-down-img-sec h3 {
    font-size: 38px;
  }
}
@media (max-width: 479px) {
  .two-col-down-img-sec h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.two-col-down-img-sec h3 span {
  margin-right: -0.5em;
  position: relative;
  left: -0.5em;
}
.two-col-down-img-sec p {
  font-size: 42px;
  line-height: 1.46em;
  letter-spacing: -0.4px;
  margin: 0 0 13px;
}
@media (max-width: 1730px) {
  .two-col-down-img-sec p {
    font-size: 35px;
  }
}
@media (max-width: 1447px) {
  .two-col-down-img-sec p {
    font-size: 30px;
    line-height: 1.5em;
  }
}
@media (max-width: 1307px) {
  .two-col-down-img-sec p {
    font-size: 27px;
    letter-spacing: 0.3px;
    margin: 0 0 22px;
  }
}
@media (max-width: 1279px) {
  .two-col-down-img-sec p {
    font-size: 26px;
  }
}
@media (max-width: 639px) {
  .two-col-down-img-sec p {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .two-col-down-img-sec p {
    font-size: 18px;
  }
}
.two-col-down-img-sec label {
  font-size: 36px;
  font-family: "sweet_sansbold";
  margin: 45px 0 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 1730px) {
  .two-col-down-img-sec label {
    font-size: 32px;
    margin-top: 35px;
  }
}
@media (max-width: 1447px) {
  .two-col-down-img-sec label {
    font-size: 28px;
  }
}
@media (max-width: 1307px) {
  .two-col-down-img-sec label {
    font-size: 26px;
  }
}
@media (max-width: 1279px) {
  .two-col-down-img-sec label {
    font-size: 22px;
  }
}
@media (max-width: 639px) {
  .two-col-down-img-sec label {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .two-col-down-img-sec label {
    font-size: 16px;
  }
}
.two-col-down-img-sec .link {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "sweet_sansbold";
  letter-spacing: 0.4px;
}
@media (max-width: 1730px) {
  .two-col-down-img-sec .link {
    font-size: 22px;
  }
}
@media (max-width: 1447px) {
  .two-col-down-img-sec .link {
    font-size: 18px;
  }
}
@media (max-width: 1307px) {
  .two-col-down-img-sec .link {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
  }
}
@media (max-width: 1279px) {
  .two-col-down-img-sec .link {
    font-size: 19px;
  }
}
@media (max-width: 639px) {
  .two-col-down-img-sec .link {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .two-col-down-img-sec .link {
    font-size: 15px;
  }
}
.two-col-down-img-sec .link:hover {
  color: #F34726;
}
.two-col-down-img-sec .down-img-graphic {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 92%;
  max-height: 93%;
}
.two-col-down-img-sec.two-col-down-img-left .two-col-down-img-sec-row:before {
  left: 9.8%;
  right: 0;
}
@media (max-width: 1023px) {
  .two-col-down-img-sec.two-col-down-img-left .two-col-down-img-sec-row:before {
    left: 0;
  }
}
.two-col-down-img-sec.two-col-down-img-left .two-col-down-img {
  left: 47px;
}
@media (max-width: 1447px) {
  .two-col-down-img-sec.two-col-down-img-left .two-col-down-img {
    left: 35px;
  }
}
@media (max-width: 1279px) {
  .two-col-down-img-sec.two-col-down-img-left .two-col-down-img {
    left: 30px;
  }
}
@media (max-width: 1023px) {
  .two-col-down-img-sec.two-col-down-img-left .two-col-down-img {
    left: 5%;
  }
}
.two-col-down-img-sec.two-col-down-img-left .two-col-down-img-caps {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 131px 70px 100px 106px;
}
@media (max-width: 1730px) {
  .two-col-down-img-sec.two-col-down-img-left .two-col-down-img-caps {
    padding: 108px 50px 70px 89px;
  }
}
@media (max-width: 1447px) {
  .two-col-down-img-sec.two-col-down-img-left .two-col-down-img-caps {
    padding: 99px 45px 70px 79px;
  }
}
@media (max-width: 1307px) {
  .two-col-down-img-sec.two-col-down-img-left .two-col-down-img-caps {
    padding: 88px 45px 70px 71px;
  }
}
@media (max-width: 1279px) {
  .two-col-down-img-sec.two-col-down-img-left .two-col-down-img-caps {
    padding: 100px 50px 50px;
  }
}
@media (max-width: 639px) {
  .two-col-down-img-sec.two-col-down-img-left .two-col-down-img-caps {
    padding: 80px 40px 40px;
  }
}
@media (max-width: 479px) {
  .two-col-down-img-sec.two-col-down-img-left .two-col-down-img-caps {
    padding: 40px 20px 20px;
  }
}

.two-col-down-img-top-graphic {
  position: absolute;
  left: 0;
  right: 0;
  top: -29px;
  margin: auto;
}
@media (max-width: 1730px) {
  .two-col-down-img-top-graphic {
    width: 91px;
    top: -26px;
  }
}
@media (max-width: 1307px) {
  .two-col-down-img-top-graphic {
    width: 73px;
    top: -21px;
  }
}
@media (max-width: 639px) {
  .two-col-down-img-top-graphic {
    width: 80px;
    top: -25px;
  }
}

.dont-miss-sec {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 416px 0 171px;
}
@media (max-width: 1730px) {
  .dont-miss-sec {
    padding: 344px 0 145px;
  }
}
@media (max-width: 1447px) {
  .dont-miss-sec {
    padding: 311px 0 131px;
  }
}
@media (max-width: 1307px) {
  .dont-miss-sec {
    padding: 277px 0 117px;
  }
}
@media (max-width: 1279px) {
  .dont-miss-sec {
    padding: 206px 0 60px;
  }
}
@media (max-width: 767px) {
  .dont-miss-sec {
    padding: 100px 0 50px;
  }
}
.dont-miss-sec .dont-miss-caps {
  text-align: center;
  width: 600px;
  float: right;
  margin-right: 149px;
}
@media (max-width: 1730px) {
  .dont-miss-sec .dont-miss-caps {
    margin-right: 123px;
    width: 500px;
  }
}
@media (max-width: 1447px) {
  .dont-miss-sec .dont-miss-caps {
    margin-right: 105px;
    width: 460px;
  }
}
@media (max-width: 1307px) {
  .dont-miss-sec .dont-miss-caps {
    margin-right: 91px;
    width: 413px;
  }
}
@media (max-width: 1279px) {
  .dont-miss-sec .dont-miss-caps {
    width: 420px;
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .dont-miss-sec .dont-miss-caps {
    width: 340px;
    margin-right: 0px;
  }
}
@media (max-width: 639px) {
  .dont-miss-sec .dont-miss-caps {
    width: 290px;
  }
}
@media (max-width: 479px) {
  .dont-miss-sec .dont-miss-caps {
    width: 270px;
    margin: 0 auto;
    float: none;
  }
}
.dont-miss-sec .dont-miss-caps .error-msg {
  position: absolute;
}
.dont-miss-sec h3 {
  font-size: 52px;
  font-family: "sweet_sansregular";
  line-height: 1.03em;
  margin: 0 0 32px;
  letter-spacing: 3px;
}
@media (max-width: 1730px) {
  .dont-miss-sec h3 {
    font-size: 43px;
    margin: 0 0 17px;
  }
}
@media (max-width: 1447px) {
  .dont-miss-sec h3 {
    margin: 0 0 36px;
  }
}
@media (max-width: 1279px) {
  .dont-miss-sec h3 {
    margin: 0 0 22px;
  }
}
@media (max-width: 767px) {
  .dont-miss-sec h3 {
    font-size: 33px;
  }
}
@media (max-width: 639px) {
  .dont-miss-sec h3 {
    font-size: 26px;
    margin: 0 0 10px;
  }
}
.dont-miss-sec p {
  font-size: 41px;
  line-height: 1.5em;
  margin: 0 0 69px;
}
@media (max-width: 1730px) {
  .dont-miss-sec p {
    font-size: 34px;
    margin-bottom: 58px;
  }
}
@media (max-width: 1447px) {
  .dont-miss-sec p {
    font-size: 31px;
    margin-bottom: 52px;
  }
}
@media (max-width: 1307px) {
  .dont-miss-sec p {
    font-size: 27px;
  }
}
@media (max-width: 1279px) {
  .dont-miss-sec p {
    font-size: 32px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .dont-miss-sec p {
    font-size: 26px;
  }
}
@media (max-width: 639px) {
  .dont-miss-sec p {
    font-size: 23px;
  }
}
.dont-miss-sec form {
  position: relative;
}
.dont-miss-sec .enter-email-input {
  height: 83px;
  border: 1px solid #ffffff !important;
  background: none;
  text-align: center;
  font-size: 39px;
  font-family: "sweet_sansbold";
  color: #ffffff !important;
  text-transform: uppercase;
  width: 100%;
  max-width: 100%;
  padding: 3px 20px 0 20px !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1730px) {
  .dont-miss-sec .enter-email-input {
    height: 67px;
    font-size: 32px;
  }
}
@media (max-width: 1447px) {
  .dont-miss-sec .enter-email-input {
    font-size: 29px;
    height: 60px;
  }
}
@media (max-width: 1307px) {
  .dont-miss-sec .enter-email-input {
    font-size: 26px;
    height: 54px;
  }
}
@media (max-width: 1279px) {
  .dont-miss-sec .enter-email-input {
    height: 65px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .dont-miss-sec .enter-email-input {
    height: 55px;
    font-size: 22px;
  }
}
@media (max-width: 639px) {
  .dont-miss-sec .enter-email-input {
    height: 48px;
    font-size: 18px;
  }
}
.dont-miss-sec .enter-email-input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.dont-miss-sec .enter-email-input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.dont-miss-sec .enter-email-input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.dont-miss-sec .enter-email-input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.dont-miss-sec .enter-email-input::placeholder {
  color: #ffffff;
  opacity: 1;
}
.dont-miss-sec .enter-email-input:focus {
  border-color: #3b1066;
}
.dont-miss-sec .enter-email-submit {
  display: none;
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background: #f3dcb0 url(../images/right-arrow-purple.svg) no-repeat center center;
  font-size: 0;
  width: 50px;
  border: 0;
  background-size: 45% auto;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 639px) {
  .dont-miss-sec .enter-email-submit {
    background-size: 30% auto;
  }
}
.dont-miss-sec .enter-email-submit:hover {
  background: #f3dcb0 url(../images/right-arrow-purple.svg) no-repeat center center;
  background-size: 45% auto;
}
@media (max-width: 639px) {
  .dont-miss-sec .enter-email-submit:hover {
    background: #f3dcb0 url(../images/right-arrow-purple.svg) no-repeat center center;
    background-size: 30% auto;
  }
}

.two-col-mobile-img {
  display: none;
}
@media (max-width: 1023px) {
  .two-col-mobile-img {
    display: block;
  }
}

.attract-hover {
  height: 100%;
}

.attract-hover-easing {
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.grid-insta-slider {
  width: 100%;
}

#curator-feed-default-layout .crt-grid-carousel-feed {
  width: 100%;
  max-width: 100% !important;
}

#curator-feed-default-layout {
  padding-bottom: 0;
  position: relative;
}
#curator-feed-default-layout .hashtag {
  position: absolute;
  bottom: 15px;
  z-index: 1;
  right: 25px;
  left: 0;
}
#curator-feed-default-layout .hashtag a {
  color: #ffffff;
  font-family: "sweet_sansbold";
  padding-left: 10%;
}
#curator-feed-default-layout .crt-panel-next {
  background-color: transparent;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#curator-feed-default-layout .crt-panel-next::before {
  font-size: 50px;
}
#curator-feed-default-layout .crt-panel-prev {
  background-color: transparent;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#curator-feed-default-layout .crt-panel-prev::before {
  font-size: 50px;
}
#curator-feed-default-layout .crt-grid-post .crt-post-hover s.crt-post-text {
  font-size: 25px !important;
  width: 80% !important;
  margin: 0 auto !important;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#curator-feed-default-layout .crt-grid-post .crt-post-text {
  font-size: 20px !important;
  display: none !important;
}
#curator-feed-default-layout .crt-widget .crt-grid-post-content {
  background-color: transparent !important;
}
#curator-feed-default-layout .crt-grid-post .crt-post-hover {
  display: none !important;
}

#curator-feed-default-layout:hover .crt-controls-over .crt-panel-prev {
  opacity: 1;
}
#curator-feed-default-layout:hover .crt-controls-over .crt-panel-next {
  opacity: 1;
}

body > iframe {
  display: none;
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address, .woocommerce-billing-fields h3, h3#order_review_heading {
  font-size: 25px;
}
@media (max-width: 639px) {
  #add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address, .woocommerce-billing-fields h3, h3#order_review_heading {
    font-size: 20px;
  }
}

.countdown-sec {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fdbd0a;
  z-index: 1;
}
.countdown-sec .countdown-sec-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F34726;
  padding: 10px 68px;
  width: 1270px;
  max-width: 100%;
  margin: auto;
  border-radius: 25px 25px 0 0;
}
@media (max-width: 1307px) {
  .countdown-sec .countdown-sec-inner {
    padding: 10px 40px;
  }
}
@media (max-width: 767px) {
  .countdown-sec .countdown-sec-inner {
    text-align: center;
  }
}
.countdown-sec .countdown-sec-label {
  font-size: 38px;
}
@media (max-width: 1307px) {
  .countdown-sec .countdown-sec-label {
    font-size: 2.6vw;
  }
}
@media (max-width: 1279px) {
  .countdown-sec .countdown-sec-label {
    font-size: 2.4vw;
  }
}
@media (max-width: 1023px) {
  .countdown-sec .countdown-sec-label {
    font-size: 2.2vw;
  }
}
@media (max-width: 767px) {
  .countdown-sec .countdown-sec-label {
    width: 100%;
    padding: 0 5vw 5px;
    font-size: 4vw;
    line-height: 1em;
  }
}
@media (max-width: 639px) {
  .countdown-sec .countdown-sec-label {
    padding: 0 7vw 5px;
    font-size: 4.8vw;
  }
}
@media (max-device-width: 736px) and (orientation: landscape) {
  .countdown-sec .countdown-sec-label {
    font-size: 3vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.countdown-sec .countdown-sec-label br {
  display: none;
}
@media (max-width: 767px) {
  .countdown-sec .countdown-sec-label br {
    display: block;
  }
}
@media (max-device-width: 736px) and (orientation: landscape) {
  .countdown-sec .countdown-sec-label br {
    display: none;
  }
}
.countdown-sec #timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .countdown-sec #timer {
    width: 100%;
  }
}
.countdown-sec #timer > div {
  font-size: 42px;
  color: #521575;
  font-family: "lemonde-sans";
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.03em;
}
@media (max-width: 1307px) {
  .countdown-sec #timer > div {
    font-size: 3.7vw;
  }
}
@media (max-width: 1279px) {
  .countdown-sec #timer > div {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .countdown-sec #timer > div {
    font-size: 9.55vw;
  }
}
@media (max-device-width: 736px) and (orientation: landscape) {
  .countdown-sec #timer > div {
    font-size: 5vw;
  }
}
.countdown-sec #timer > div span {
  font-size: 12px;
  color: #ffffff;
  font-family: "sweet_sansbold";
  display: block;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .ios .banner-main {
    height: 86vh;
  }
}
@media (max-device-width: 736px) and (orientation: landscape) {
  .ios .banner-main {
    min-height: 105vh;
  }
}

@media (max-width: 767px) {
  .android .banner-main {
    height: 93vh;
  }
}
@media (max-device-width: 736px) and (orientation: landscape) {
  .android .banner-main {
    min-height: 105vh;
  }
}

.new-banner {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 750px;
  position: relative;
}
.new-banner .container {
  width: 100%;
  padding: 0;
}
.new-banner .new-banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.5vw 1vw 0 0.8vw;
}
@media (max-width: 767px) {
  .new-banner .new-banner-inner {
    padding: 0vw 1vw 110px 0.8vw;
  }
}
@media (max-width: 639px) {
  .new-banner .new-banner-inner {
    padding: 0vw 1vw 40px 0.8vw;
  }
}
.new-banner .new-banner-inner .nb-left {
  width: 43%;
}
@media (max-width: 767px) {
  .new-banner .new-banner-inner .nb-left {
    width: 100%;
    text-align: center;
  }
}
.new-banner .new-banner-inner .nb-left > div {
  width: 124.5%;
}
@media (max-width: 767px) {
  .new-banner .new-banner-inner .nb-left > div {
    width: 70vw;
    margin: 0 auto;
  }
}
@media (max-width: 639px) {
  .new-banner .new-banner-inner .nb-left > div {
    width: 90vw;
  }
}
.new-banner .new-banner-inner .nb-left > div img {
  width: 100%;
}
@media (max-width: 767px) {
  .new-banner .new-banner-inner .nb-left > div img {
    width: auto;
    max-height: 38vw;
  }
}
.new-banner .new-banner-inner .nb-right {
  width: 57%;
  text-align: center;
  padding: 0 0 4.2vw 1.5vw;
  z-index: 1;
}
@media (max-width: 767px) {
  .new-banner .new-banner-inner .nb-right {
    padding: 4vw 0 0 0;
    width: 100%;
  }
}
.new-banner .new-banner-inner .nb-right .red-title {
  color: #F34726;
  font-family: "sweetsans-medium";
  text-transform: uppercase;
  font-size: 2vw;
  letter-spacing: -0.06em;
  margin: 0 0 3.4vw;
}
@media (max-width: 1023px) {
  .new-banner .new-banner-inner .nb-right .red-title {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .new-banner .new-banner-inner .nb-right .red-title {
    margin: 0 0 2.4vw;
  }
}
@media (max-width: 639px) {
  .new-banner .new-banner-inner .nb-right .red-title {
    font-size: 4vw;
  }
}
.new-banner .new-banner-inner .nb-right h1 {
  color: #ffffff;
  font-family: "gillsans-ultrabold";
  text-transform: uppercase;
  font-size: 6.3vw;
  line-height: 1em;
  letter-spacing: -0.08em;
  margin: 0 0 3vw;
}
@media (max-width: 639px) {
  .new-banner .new-banner-inner .nb-right h1 {
    font-size: 10vw;
    margin: 0 0 6vw;
  }
}
.new-banner .new-banner-inner .nb-right h1 span {
  font-size: 8.3vw;
  letter-spacing: -0.04em;
  line-height: 0.7em;
}
@media (max-width: 639px) {
  .new-banner .new-banner-inner .nb-right h1 span {
    font-size: 13vw;
  }
}
.new-banner .new-banner-inner .nb-right h1 span sup {
  font-size: 17px;
  line-height: normal;
  position: relative;
  top: -0.9vw;
  left: -0.3vw;
}
@media (max-width: 639px) {
  .new-banner .new-banner-inner .nb-right h1 span sup {
    font-size: 12px;
    left: 0;
  }
}
.new-banner .new-banner-inner .nb-right .btn {
  background: #00ADA3;
  border: 0;
  padding: 0.5vw 4.5vw 0.5vw 3.5vw;
  font-family: "sweetsans-medium";
  letter-spacing: -0.06em;
  border-radius: 3vw;
  position: relative;
  color: #ffffff;
  font-size: 1.4vw;
  text-align: center;
}
@media (max-width: 1023px) {
  .new-banner .new-banner-inner .nb-right .btn {
    font-size: 2vw;
  }
}
@media (max-width: 639px) {
  .new-banner .new-banner-inner .nb-right .btn {
    font-size: 3.5vw;
    padding: 1.2vw 7vw 2vw 5vw;
    border-radius: 5vw;
  }
}
.new-banner .new-banner-inner .nb-right .btn:hover {
  background: #F34726;
}
.new-banner .new-banner-inner .nb-right .btn::after {
  content: "";
  width: 1.2vw;
  height: 1.2vw;
  background: url(../images/arrow-icon.svg) center center no-repeat;
  position: absolute;
  right: 2.6vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (max-width: 639px) {
  .new-banner .new-banner-inner .nb-right .btn::after {
    width: 3vw;
    height: 3vw;
  }
}

.page-template-landing-template .site-header, .page-template-landing-template .header-spacer, .page-template-landing-template .dont-miss-sec {
  display: none;
}

.landing_page_hero_sec {
  max-height: 1093px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 1093px;
}
@media (max-width: 1447px) {
  .landing_page_hero_sec {
    min-height: 820px;
  }
}
@media (max-width: 1307px) {
  .landing_page_hero_sec {
    min-height: 730px;
  }
}
@media (max-width: 1279px) {
  .landing_page_hero_sec {
    min-height: 585px;
  }
}
@media (max-width: 767px) {
  .landing_page_hero_sec {
    min-height: 1140px;
    max-height: 1140px;
    background-position: top left;
    background-image: url(../images/landing-page-header-img-mobile.jpg) !important;
  }
}
@media (max-width: 639px) {
  .landing_page_hero_sec {
    min-height: 855px;
    max-height: 855px;
  }
}
@media (max-width: 479px) {
  .landing_page_hero_sec {
    min-height: 570px;
    max-height: 570px;
  }
}
.landing_page_hero_sec .container {
  position: relative;
  min-height: 1093px;
}
@media (max-width: 1447px) {
  .landing_page_hero_sec .container {
    min-height: 820px;
  }
}
@media (max-width: 1307px) {
  .landing_page_hero_sec .container {
    min-height: 730px;
  }
}
@media (max-width: 1279px) {
  .landing_page_hero_sec .container {
    min-height: 585px;
  }
}
@media (max-width: 767px) {
  .landing_page_hero_sec .container {
    min-height: 1140px;
  }
}
@media (max-width: 639px) {
  .landing_page_hero_sec .container {
    min-height: 855px;
  }
}
@media (max-width: 479px) {
  .landing_page_hero_sec .container {
    min-height: 570px;
  }
}
@media (max-width: 767px) {
  .landing_page_hero_sec .container .hero_box_m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 49px 0 0 0;
  }
}
@media (max-width: 639px) {
  .landing_page_hero_sec .container .hero_box_m {
    padding: 17px 0 0 0;
  }
}
@media (max-width: 479px) {
  .landing_page_hero_sec .container .hero_box_m {
    padding: 0;
  }
}
.landing_page_hero_sec .container .hero_box_m .hero_box {
  max-width: 668px;
  background: #2b0d5b;
  position: absolute;
  right: 20.7%;
  top: 16.5%;
  text-align: center;
  border-radius: 70px;
  padding: 91px 73px 118px 55px;
}
@media (max-width: 1730px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box {
    right: 15%;
  }
}
@media (max-width: 1447px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box {
    max-width: 500px;
    right: 21%;
    top: 16.3%;
    border-radius: 55px;
    padding: 40px 45px 40px 40px;
    min-height: 600px;
  }
}
@media (max-width: 1307px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box {
    max-width: 444px;
    right: 21.15%;
    top: 16.3%;
    border-radius: 50px;
    min-height: 538px;
  }
}
@media (max-width: 1279px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box {
    max-width: 355px;
    right: 23.6%;
    border-radius: 40px;
    min-height: 430px;
    padding: 20px 35px 20px 25px;
  }
}
@media (max-width: 1023px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box {
    right: 14.8%;
  }
}
@media (max-width: 767px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box {
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    max-width: 520px;
    padding: 71px 35px 71px 25px;
    min-height: 630px;
    border-radius: 25px;
  }
}
@media (max-width: 639px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box {
    max-width: 390px;
    padding: 52px 35px 71px 32px;
    min-height: 475px;
  }
}
@media (max-width: 479px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box {
    max-width: 260px;
    padding: 30px 20px;
    min-height: auto;
  }
}
.landing_page_hero_sec .container .hero_box_m .hero_box .logo_m {
  padding: 0 0 52px 0;
}
@media (max-width: 1447px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .logo_m {
    padding: 0 0 43px 0;
  }
}
@media (max-width: 1307px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .logo_m {
    padding: 0 0 38px 0;
  }
}
@media (max-width: 1279px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .logo_m {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .logo_m {
    padding: 0 0 42px 0;
  }
}
@media (max-width: 639px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .logo_m {
    padding: 0 0 32px 0;
  }
}
@media (max-width: 479px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .logo_m {
    padding: 0 0 22px 0;
  }
}
.landing_page_hero_sec .container .hero_box_m .hero_box .logo_m img {
  width: 348px;
}
@media (max-width: 1447px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .logo_m img {
    width: 261px;
  }
}
@media (max-width: 1307px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .logo_m img {
    width: 231px;
  }
}
@media (max-width: 1279px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .logo_m img {
    width: 188px;
  }
}
@media (max-width: 767px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .logo_m img {
    width: 272px;
  }
}
@media (max-width: 639px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .logo_m img {
    width: 205px;
  }
}
@media (max-width: 479px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .logo_m img {
    width: 155px;
  }
}
.landing_page_hero_sec .container .hero_box_m .hero_box h1 {
  color: #ffffff;
  font-size: 91px;
  letter-spacing: 1.5px;
  line-height: 1.1em;
  margin: 0 0 26px;
}
@media (max-width: 1447px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box h1 {
    font-size: 67px;
    margin: 0 0 24px;
  }
}
@media (max-width: 1307px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box h1 {
    font-size: 58px;
    margin: 0 0 17px;
  }
}
@media (max-width: 1279px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box h1 {
    font-size: 71px;
    margin: 0 0 20px;
  }
}
@media (max-width: 639px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box h1 {
    font-size: 53px;
    margin: 0 0 16px;
  }
}
@media (max-width: 479px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box h1 {
    font-size: 32px;
    margin: 0 0 16px;
  }
}
.landing_page_hero_sec .container .hero_box_m .hero_box h1 span {
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  letter-spacing: 4px;
}
@media (max-width: 1279px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box h1 span {
    letter-spacing: 2.8px;
  }
}
@media (max-width: 639px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box h1 span {
    -webkit-text-stroke: 1px #ffffff;
  }
}
@media (max-width: 1447px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m {
    padding: 0 8px 0 0;
  }
}
@media (max-width: 1279px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m {
    padding: 0;
  }
}
@media (max-width: 639px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m {
    padding: 0 10px 0 0;
  }
}
@media (max-width: 479px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m {
    padding: 0;
  }
}
.landing_page_hero_sec .container .hero_box_m .hero_box .form_m p {
  color: #f24726;
  font-size: 32px;
  line-height: 1.2em;
  margin: 0 0 47px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1447px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m p {
    font-size: 24px;
    line-height: 1.24em;
    margin: 0 0 32px;
    letter-spacing: 0.6px;
  }
}
@media (max-width: 1307px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m p {
    font-size: 21px;
    margin: 0 0 30px;
  }
}
@media (max-width: 1279px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m p {
    font-size: 17px;
    margin: 0 0 24px;
    padding: 0 25px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 767px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m p {
    font-size: 25px;
    margin: 0 0 34px;
    padding: 0 25px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 639px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m p {
    font-size: 18px;
    margin: 0 0 25px;
    padding: 0 25px 0 26px;
    letter-spacing: 1px;
    line-height: 1.3em;
  }
}
@media (max-width: 479px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m p {
    font-size: 14px;
    margin: 0 0 15px;
    padding: 0;
  }
}
.landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m {
  position: relative;
  max-width: 444px;
  margin: 0 auto;
}
@media (max-width: 1447px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m {
    max-width: 332px;
  }
}
@media (max-width: 1307px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m {
    max-width: 295px;
  }
}
@media (max-width: 1279px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m {
    max-width: 237px;
  }
}
@media (max-width: 767px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m {
    max-width: 346px;
  }
}
@media (max-width: 639px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m {
    max-width: 260px;
  }
}
.landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=email], .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=text] {
  background: transparent;
  border: 2px solid #ffb701 !important;
  border-radius: 30px !important;
  color: #ffb701 !important;
  height: 53px;
  text-align: center;
  line-height: normal;
  display: block;
  font-size: 21px !important;
  padding: 0 47px 0 15px !important;
  width: 100%;
  margin: 0 !important;
}
@media (max-width: 1447px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=email], .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=text] {
    height: 42px;
    font-size: 16px !important;
  }
}
@media (max-width: 1307px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=email], .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=text] {
    height: 36px;
    font-size: 14px !important;
    padding: 0 41px 0 15px !important;
  }
}
@media (max-width: 1279px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=email], .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=text] {
    height: 29px;
    font-size: 11px !important;
    padding: 0 27px 0 15px !important;
  }
}
@media (max-width: 767px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=email], .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=text] {
    height: 40px;
    font-size: 16px !important;
    padding: 0 40px 0 15px !important;
  }
}
@media (max-width: 639px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=email], .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=text] {
    height: 32px;
    font-size: 12px !important;
    padding: 0 33px 0 15px !important;
  }
}
.landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=email]::-webkit-input-placeholder, .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=text]::-webkit-input-placeholder {
  color: #ffb701 !important;
}
.landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=email]::-moz-placeholder, .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=text]::-moz-placeholder {
  color: #ffb701 !important;
}
.landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=email]:-ms-input-placeholder, .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=text]:-ms-input-placeholder {
  color: #ffb701 !important;
}
.landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=email]::-ms-input-placeholder, .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=text]::-ms-input-placeholder {
  color: #ffb701 !important;
}
.landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=email]::placeholder, .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=text]::placeholder {
  color: #ffb701 !important;
}
.landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=submit] {
  display: none;
  position: absolute;
  right: 2px;
  top: 2px;
  bottom: 2px;
  background: url(../images/right-arrow-yellow.svg) no-repeat center center;
  font-size: 0;
  width: 40px;
  border: 0;
  background-size: 16px auto;
  cursor: pointer;
  padding: 0;
  border-radius: 0px 30px 30px 0px !important;
  margin: 0 !important;
}
@media (max-width: 1307px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=submit] {
    width: 25px;
    background-size: 10px auto;
  }
}
@media (max-width: 767px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=submit] {
    width: 35px;
    background-size: 13px auto;
  }
}
@media (max-width: 639px) {
  .landing_page_hero_sec .container .hero_box_m .hero_box .form_m .form_field_m input[type=submit] {
    width: 30px;
    background-size: 10px auto;
  }
}

.info_sec {
  background: #e54626;
  position: relative;
  padding: 103px 0 74px 0;
}
@media (max-width: 1447px) {
  .info_sec {
    padding: 77px 0 55px 0;
  }
}
@media (max-width: 1307px) {
  .info_sec {
    padding: 67px 0 49px 0;
  }
}
@media (max-width: 1279px) {
  .info_sec {
    padding: 54px 0 39px 0;
  }
}
@media (max-width: 767px) {
  .info_sec {
    padding: 104px 0 110px 0;
  }
}
@media (max-width: 639px) {
  .info_sec {
    padding: 79px 0 84px 0;
  }
}
.info_sec .info_inner {
  text-align: center;
  color: #ffffff;
  max-width: 100%;
  width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1447px) {
  .info_sec .info_inner {
    width: 960px;
  }
}
@media (max-width: 1307px) {
  .info_sec .info_inner {
    width: 840px;
  }
}
@media (max-width: 1279px) {
  .info_sec .info_inner {
    width: 690px;
  }
}
@media (max-width: 767px) {
  .info_sec .info_inner {
    width: 375px;
  }
}
@media (max-width: 639px) {
  .info_sec .info_inner {
    width: 285px;
  }
}
.info_sec .info_inner h2 {
  font-size: 50px;
  letter-spacing: 1px;
  margin: 0 0 28px;
}
@media (max-width: 1447px) {
  .info_sec .info_inner h2 {
    font-size: 37px;
    margin: 0 0 22px;
  }
}
@media (max-width: 1307px) {
  .info_sec .info_inner h2 {
    font-size: 33px;
    margin: 0 0 20px;
  }
}
@media (max-width: 1279px) {
  .info_sec .info_inner h2 {
    font-size: 26px;
    margin: 0 0 14px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 767px) {
  .info_sec .info_inner h2 {
    font-size: 36px;
    margin: 0 0 31px;
    line-height: 1.5em;
  }
}
@media (max-width: 639px) {
  .info_sec .info_inner h2 {
    font-size: 26px;
    margin: 0 0 21px;
    line-height: 1.6em;
    padding: 0 7px;
  }
}
.info_sec .info_inner p {
  letter-spacing: 0.5px;
}
@media (max-width: 1447px) {
  .info_sec .info_inner p {
    letter-spacing: 0px;
  }
}
@media (max-width: 1307px) {
  .info_sec .info_inner p {
    letter-spacing: 0.2px;
    font-size: 27px;
  }
}
@media (max-width: 1279px) {
  .info_sec .info_inner p {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 1.5em;
  }
}
@media (max-width: 767px) {
  .info_sec .info_inner p {
    font-size: 29px;
    line-height: 1.55em;
  }
}
@media (max-width: 639px) {
  .info_sec .info_inner p {
    letter-spacing: 0.2px;
    font-size: 22px;
    line-height: 1.53em;
  }
}
@media (max-width: 479px) {
  .info_sec .info_inner p {
    font-size: 19px;
  }
}
.info_sec .info_inner p:last-child {
  margin: 0;
}
.info_sec .info_inner p:empty {
  display: none;
}
.info_sec .corner_graphic {
  position: absolute;
}
.info_sec .corner_graphic.graphic1 {
  left: 30px;
  top: 40px;
}
@media (max-width: 1447px) {
  .info_sec .corner_graphic.graphic1 {
    left: 23px;
    top: 31px;
  }
}
@media (max-width: 1307px) {
  .info_sec .corner_graphic.graphic1 {
    left: 20px;
    top: 26px;
  }
}
@media (max-width: 1279px) {
  .info_sec .corner_graphic.graphic1 {
    left: 16px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .info_sec .corner_graphic.graphic1 {
    left: 34px;
    top: 33px;
  }
}
@media (max-width: 639px) {
  .info_sec .corner_graphic.graphic1 {
    left: 26px;
    top: 25px;
  }
}
.info_sec .corner_graphic.graphic2 {
  right: 25px;
  top: 40px;
}
@media (max-width: 1447px) {
  .info_sec .corner_graphic.graphic2 {
    right: 19px;
    top: 30px;
  }
}
@media (max-width: 1307px) {
  .info_sec .corner_graphic.graphic2 {
    right: 17px;
    top: 26px;
  }
}
@media (max-width: 1279px) {
  .info_sec .corner_graphic.graphic2 {
    right: 14px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .info_sec .corner_graphic.graphic2 {
    right: 35px;
    top: 32px;
  }
}
@media (max-width: 639px) {
  .info_sec .corner_graphic.graphic2 {
    right: 27px;
    top: 25px;
  }
}
.info_sec .corner_graphic.graphic3 {
  left: 30px;
  bottom: 40px;
}
@media (max-width: 1447px) {
  .info_sec .corner_graphic.graphic3 {
    left: 24px;
    bottom: 30px;
  }
}
@media (max-width: 1307px) {
  .info_sec .corner_graphic.graphic3 {
    left: 21px;
    bottom: 27px;
  }
}
@media (max-width: 1279px) {
  .info_sec .corner_graphic.graphic3 {
    left: 17px;
    bottom: 22px;
  }
}
@media (max-width: 767px) {
  .info_sec .corner_graphic.graphic3 {
    left: 35px;
    bottom: 31px;
  }
}
@media (max-width: 639px) {
  .info_sec .corner_graphic.graphic3 {
    left: 25px;
    bottom: 25px;
  }
}
.info_sec .corner_graphic.graphic4 {
  right: 25px;
  bottom: 40px;
}
@media (max-width: 1447px) {
  .info_sec .corner_graphic.graphic4 {
    right: 18px;
    bottom: 31px;
  }
}
@media (max-width: 1307px) {
  .info_sec .corner_graphic.graphic4 {
    right: 18px;
    bottom: 27px;
  }
}
@media (max-width: 1279px) {
  .info_sec .corner_graphic.graphic4 {
    right: 14px;
    bottom: 22px;
  }
}
@media (max-width: 767px) {
  .info_sec .corner_graphic.graphic4 {
    right: 35px;
    bottom: 33px;
  }
}
@media (max-width: 639px) {
  .info_sec .corner_graphic.graphic4 {
    right: 26px;
    bottom: 26px;
  }
}
.info_sec .corner_graphic img {
  width: 88px;
}
@media (max-width: 1447px) {
  .info_sec .corner_graphic img {
    width: 65px;
  }
}
@media (max-width: 1307px) {
  .info_sec .corner_graphic img {
    width: 58px;
  }
}
@media (max-width: 1279px) {
  .info_sec .corner_graphic img {
    width: 46px;
  }
}
@media (max-width: 767px) {
  .info_sec .corner_graphic img {
    width: 62px;
  }
}
@media (max-width: 639px) {
  .info_sec .corner_graphic img {
    width: 46px;
  }
}

.pages_box_link_sec {
  padding: 53px 0 46px 0;
}
@media (max-width: 1447px) {
  .pages_box_link_sec {
    padding: 40px 0 35px 0;
  }
}
@media (max-width: 1307px) {
  .pages_box_link_sec {
    padding: 35px 0 29px 0;
  }
}
@media (max-width: 1279px) {
  .pages_box_link_sec {
    padding: 28px 0 24px 0;
  }
}
@media (max-width: 767px) {
  .pages_box_link_sec {
    padding: 102px 0 85px 0;
  }
}
@media (max-width: 639px) {
  .pages_box_link_sec {
    padding: 75px 0 65px 0;
  }
}
@media (max-width: 479px) {
  .pages_box_link_sec {
    padding: 40px 0 35px 0;
  }
}
.pages_box_link_sec .link_box_m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1447px) {
  .pages_box_link_sec .link_box_m {
    width: 983px;
  }
}
@media (max-width: 1307px) {
  .pages_box_link_sec .link_box_m {
    width: 878px;
  }
}
@media (max-width: 1279px) {
  .pages_box_link_sec .link_box_m {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .pages_box_link_sec .link_box_m {
    width: 445px;
  }
}
@media (max-width: 639px) {
  .pages_box_link_sec .link_box_m {
    width: 333px;
  }
}
.pages_box_link_sec .link_box_m .link_Box {
  width: 50%;
  padding: 0 25px;
}
@media (max-width: 1447px) {
  .pages_box_link_sec .link_box_m .link_Box {
    padding: 0 18px;
  }
}
@media (max-width: 1279px) {
  .pages_box_link_sec .link_box_m .link_Box {
    padding: 0 13px;
  }
}
@media (max-width: 767px) {
  .pages_box_link_sec .link_box_m .link_Box {
    padding: 0;
    width: 100%;
    margin: 0 0 53px;
  }
}
@media (max-width: 639px) {
  .pages_box_link_sec .link_box_m .link_Box {
    margin: 0 0 40px;
  }
}
@media (max-width: 479px) {
  .pages_box_link_sec .link_box_m .link_Box {
    margin: 0 0 30px;
  }
}
.pages_box_link_sec .link_box_m .link_Box .box_inner {
  position: relative;
}
.pages_box_link_sec .link_box_m .link_Box .box_inner .Box_thumb {
  height: 445px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 100px;
}
@media (max-width: 1447px) {
  .pages_box_link_sec .link_box_m .link_Box .box_inner .Box_thumb {
    height: 332px;
    border-radius: 70px;
  }
}
@media (max-width: 1307px) {
  .pages_box_link_sec .link_box_m .link_Box .box_inner .Box_thumb {
    height: 295px;
    border-radius: 60px;
  }
}
@media (max-width: 1279px) {
  .pages_box_link_sec .link_box_m .link_Box .box_inner .Box_thumb {
    height: 236px;
    border-radius: 50px;
  }
}
@media (max-width: 767px) {
  .pages_box_link_sec .link_box_m .link_Box .box_inner .Box_thumb {
    height: 319px;
    border-radius: 65px;
  }
}
@media (max-width: 639px) {
  .pages_box_link_sec .link_box_m .link_Box .box_inner .Box_thumb {
    height: 240px;
    border-radius: 50px;
  }
}
@media (max-width: 479px) {
  .pages_box_link_sec .link_box_m .link_Box .box_inner .Box_thumb {
    height: 200px;
    border-radius: 40px;
  }
}
.pages_box_link_sec .link_box_m .link_Box .box_inner .Box_title {
  text-align: center;
  padding: 47px 0 0;
}
@media (max-width: 1447px) {
  .pages_box_link_sec .link_box_m .link_Box .box_inner .Box_title {
    padding: 34px 0 0;
  }
}
@media (max-width: 1307px) {
  .pages_box_link_sec .link_box_m .link_Box .box_inner .Box_title {
    padding: 31px 0 0;
  }
}
@media (max-width: 1279px) {
  .pages_box_link_sec .link_box_m .link_Box .box_inner .Box_title {
    padding: 25px 0 0;
  }
}
@media (max-width: 767px) {
  .pages_box_link_sec .link_box_m .link_Box .box_inner .Box_title {
    padding: 34px 0 0;
  }
}
@media (max-width: 639px) {
  .pages_box_link_sec .link_box_m .link_Box .box_inner .Box_title {
    padding: 25px 0 0;
  }
}
.pages_box_link_sec .link_box_m .link_Box .box_inner .Box_title h3 {
  margin: 0;
  font-size: 32px;
  font-family: "sweet_sansbold";
}
@media (max-width: 1447px) {
  .pages_box_link_sec .link_box_m .link_Box .box_inner .Box_title h3 {
    font-size: 25px;
  }
}
@media (max-width: 1307px) {
  .pages_box_link_sec .link_box_m .link_Box .box_inner .Box_title h3 {
    font-size: 23px;
  }
}
@media (max-width: 1279px) {
  .pages_box_link_sec .link_box_m .link_Box .box_inner .Box_title h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pages_box_link_sec .link_box_m .link_Box .box_inner .Box_title h3 {
    font-size: 24px;
  }
}
@media (max-width: 639px) {
  .pages_box_link_sec .link_box_m .link_Box .box_inner .Box_title h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pages_box_link_sec .link_box_m .link_Box:last-child {
    margin: 0;
  }
}

.insta_feed_sec {
  background-color: #3b1066;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 74px 0;
}
@media (max-width: 1447px) {
  .insta_feed_sec {
    padding: 57px 0 50px 0;
  }
}
@media (max-width: 1307px) {
  .insta_feed_sec {
    padding: 50px 0 49px 0;
  }
}
@media (max-width: 1279px) {
  .insta_feed_sec {
    padding: 41px 0 37px 0;
  }
}
@media (max-width: 767px) {
  .insta_feed_sec {
    overflow: hidden;
    padding: 94px 0 76px 0;
  }
}
@media (max-width: 639px) {
  .insta_feed_sec {
    padding: 68px 0 56px 0;
  }
}
@media (max-width: 479px) {
  .insta_feed_sec {
    padding: 40px 0 35px 0;
  }
}
.insta_feed_sec h2 {
  color: #ffffff;
  font-size: 70px;
  text-align: center;
}
@media (max-width: 1447px) {
  .insta_feed_sec h2 {
    font-size: 53px;
  }
}
@media (max-width: 1307px) {
  .insta_feed_sec h2 {
    font-size: 48px;
  }
}
@media (max-width: 1279px) {
  .insta_feed_sec h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .insta_feed_sec h2 {
    font-size: 51px;
  }
}
@media (max-width: 639px) {
  .insta_feed_sec h2 {
    font-size: 39px;
  }
}
@media (max-width: 479px) {
  .insta_feed_sec h2 {
    font-size: 32px;
  }
}
.insta_feed_sec .feed_col_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 54px 0 0 56px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1447px) {
  .insta_feed_sec .feed_col_in {
    padding: 37px 0 0 30px;
  }
}
@media (max-width: 1307px) {
  .insta_feed_sec .feed_col_in {
    padding: 31px 0 0 30px;
  }
}
@media (max-width: 1279px) {
  .insta_feed_sec .feed_col_in {
    padding: 20px 0 0 63px;
  }
}
@media (max-width: 767px) {
  .insta_feed_sec .feed_col_in {
    padding: 72px 0 0 0;
  }
}
@media (max-width: 639px) {
  .insta_feed_sec .feed_col_in {
    padding: 47px 0 0 0;
  }
}
@media (max-width: 479px) {
  .insta_feed_sec .feed_col_in {
    padding: 25px 0 0 0;
  }
}
.insta_feed_sec .feed_col_in .col_l_m {
  width: 37%;
}
@media (max-width: 1447px) {
  .insta_feed_sec .feed_col_in .col_l_m {
    width: 37.8%;
  }
}
@media (max-width: 1307px) {
  .insta_feed_sec .feed_col_in .col_l_m {
    width: 37.5%;
  }
}
@media (max-width: 1279px) {
  .insta_feed_sec .feed_col_in .col_l_m {
    width: 35.9%;
  }
}
@media (max-width: 767px) {
  .insta_feed_sec .feed_col_in .col_l_m {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 88px 80px 0 72px;
  }
}
@media (max-width: 639px) {
  .insta_feed_sec .feed_col_in .col_l_m {
    padding: 67px 56px 0 49px;
  }
}
@media (max-width: 479px) {
  .insta_feed_sec .feed_col_in .col_l_m {
    padding: 40px 0 0 0;
  }
}
.insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .hashtag-lainding {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 32px;
  color: #ffffff;
  padding: 61px 0 0;
  line-height: normal;
  text-align: center;
  width: 100%;
}
@media (max-width: 1730px) {
  .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .hashtag-lainding {
    font-size: 24px;
    padding: 30px 0 0;
  }
}
@media (max-width: 1307px) {
  .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .hashtag-lainding {
    font-size: 21px;
  }
}
@media (max-width: 639px) {
  .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .hashtag-lainding {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .hashtag-lainding {
    font-size: 16px;
  }
}
.insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .hashtag-lainding span {
  color: #ffb801;
  font-family: "sweet_sansbold";
  line-height: normal;
  display: block;
  font-size: 35px;
}
@media (max-width: 1730px) {
  .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .hashtag-lainding span {
    font-size: 26px;
  }
}
@media (max-width: 1307px) {
  .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .hashtag-lainding span {
    font-size: 22px;
  }
}
@media (max-width: 1279px) {
  .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .hashtag-lainding span {
    font-size: 20px;
  }
}
@media (max-width: 1279px) {
  .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .hashtag-lainding span {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .hashtag-lainding span {
    font-size: 16px;
  }
}
.insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .hashtag-lainding span a {
  color: #ffb801;
  text-decoration: none;
}
.insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .hashtag-lainding span a:hover {
  text-decoration: underline;
}
.insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .hashtag-lainding br {
  display: none;
}
.insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-prev, .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-next {
  background: none !important;
  width: 58px !important;
  height: 151px !important;
  border-radius: 0 !important;
  opacity: 0;
  transition: all 0.4s 0s;
  -webkit-transition: all 0.4s 0s;
}
.insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-prev:before, .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-next:before {
  display: none;
}
@media (max-width: 1279px) {
  .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-prev, .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-next {
    opacity: 1 !important;
  }
}
@media (max-width: 1730px) {
  .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-prev, .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-next {
    width: 42px !important;
  }
}
@media (max-width: 1447px) {
  .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-prev, .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-next {
    width: 22px !important;
    height: 60px !important;
  }
}
@media (max-width: 639px) {
  .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-prev, .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-next {
    width: 29px !important;
    top: 54%;
    -webkit-transform: translate(0, -54%);
            transform: translate(0, -54%);
  }
}
@media (max-width: 479px) {
  .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-prev, .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-next {
    width: 19px !important;
  }
}
.insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-next {
  background: url(../images/insta-right-arrow.svg) center center no-repeat !important;
  right: 30px !important;
  background-size: 100% !important;
}
@media (max-width: 1447px) {
  .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-next {
    right: 20px !important;
  }
}
@media (max-width: 639px) {
  .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-next {
    right: -62px !important;
  }
}
@media (max-width: 479px) {
  .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-next {
    right: -30px !important;
  }
}
.insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-prev {
  background: url(../images/insta-left-arrow.svg) center center no-repeat !important;
  left: 30px !important;
  background-size: 100% !important;
}
@media (max-width: 1447px) {
  .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-prev {
    left: 20px !important;
  }
}
@media (max-width: 639px) {
  .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-prev {
    left: -62px !important;
  }
}
@media (max-width: 479px) {
  .insta_feed_sec .feed_col_in .col_l_m .crt-widget-grid-carousel .crt-grid-carousel-feed .crt-panel-prev {
    left: -30px !important;
  }
}
.insta_feed_sec .feed_col_in .col_r_m {
  width: 53%;
  padding: 20px 0 0 40px;
}
@media (max-width: 1447px) {
  .insta_feed_sec .feed_col_in .col_r_m {
    padding: 12px 0 0 30px;
  }
}
@media (max-width: 1307px) {
  .insta_feed_sec .feed_col_in .col_r_m {
    padding: 10px 0 0 26px;
  }
}
@media (max-width: 1279px) {
  .insta_feed_sec .feed_col_in .col_r_m {
    padding: 8px 35px 0 0;
    width: 52.5%;
  }
}
@media (max-width: 767px) {
  .insta_feed_sec .feed_col_in .col_r_m {
    padding: 0;
    width: 100%;
    margin: 0 0 0 -96px;
  }
}
@media (max-width: 639px) {
  .insta_feed_sec .feed_col_in .col_r_m {
    margin: 0 0 0 -78px;
  }
}
@media (max-width: 479px) {
  .insta_feed_sec .feed_col_in .col_r_m {
    margin: 0 0 0 -65px;
  }
}
@media (max-width: 767px) {
  .insta_feed_sec .feed_col_in .col_r_m img {
    max-width: 656px;
  }
}
@media (max-width: 639px) {
  .insta_feed_sec .feed_col_in .col_r_m img {
    max-width: 494px;
  }
}
@media (max-width: 479px) {
  .insta_feed_sec .feed_col_in .col_r_m img {
    max-width: 315px;
  }
}

.spotlight_sec {
  background-color: #3c1066;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 87px 0 51px 0;
}
@media (max-width: 1447px) {
  .spotlight_sec {
    padding: 64px 0 38px 0;
    background-size: cover;
  }
}
@media (max-width: 1307px) {
  .spotlight_sec {
    padding: 56px 0 33px 0;
  }
}
@media (max-width: 1279px) {
  .spotlight_sec {
    padding: 46px 0 27px 0;
  }
}
@media (max-width: 767px) {
  .spotlight_sec {
    padding: 150px 0 60px 0;
    background-image: url(../images/spotlight-bg-mobile.png) !important;
  }
}
@media (max-width: 639px) {
  .spotlight_sec {
    padding: 136px 0 49px 0;
  }
}
@media (max-width: 479px) {
  .spotlight_sec {
    padding: 40px 0 30px 0;
  }
}
@media (max-width: 639px) {
  .spotlight_sec .container {
    width: 100%;
  }
}
.spotlight_sec h2 {
  color: #ffffff;
  font-size: 68px;
  text-align: center;
  font-family: "gillsans-ultrabold";
}
@media (max-width: 1447px) {
  .spotlight_sec h2 {
    font-size: 53px;
  }
}
@media (max-width: 1307px) {
  .spotlight_sec h2 {
    font-size: 48px;
  }
}
@media (max-width: 1279px) {
  .spotlight_sec h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .spotlight_sec h2 {
    font-size: 51px;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 639px) {
  .spotlight_sec h2 {
    font-size: 45px;
    line-height: 1em;
  }
}
@media (max-width: 479px) {
  .spotlight_sec h2 {
    font-size: 32px;
  }
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 65px 0 0;
}
@media (max-width: 1447px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m {
    padding: 44px 0 0;
  }
}
@media (max-width: 1307px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m {
    padding: 38px 0 0;
  }
}
@media (max-width: 1279px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m {
    padding: 26px 0 0;
  }
}
@media (max-width: 767px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m {
    padding: 70px 0 0;
  }
}
@media (max-width: 639px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m {
    padding: 50px 0 0;
  }
}
@media (max-width: 479px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m {
    padding: 25px 0 0;
  }
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid {
  width: 60%;
}
@media (max-width: 767px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 53px 0 0;
  }
}
@media (max-width: 639px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid {
    padding: 39px 0 0;
  }
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 0 213px;
}
@media (max-width: 1730px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m {
    padding: 0 0 0 180px;
  }
}
@media (max-width: 1447px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m {
    padding: 0 0 0 160px;
  }
}
@media (max-width: 1307px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m {
    padding: 0 0 0 142px;
  }
}
@media (max-width: 1279px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m {
    padding: 0 0 0 156px;
  }
}
@media (max-width: 1023px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m {
    padding: 0 0 0 86px;
  }
}
@media (max-width: 767px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m {
    padding: 0 22px;
  }
}
@media (max-width: 639px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m {
    padding: 0 12px;
  }
}
@media (max-width: 479px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_small_col.img_col {
  height: 329px;
  width: 330px;
}
@media (max-width: 1730px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_small_col.img_col {
    height: 279px;
    width: 280px;
  }
}
@media (max-width: 1447px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_small_col.img_col {
    height: 246px;
    width: 246px;
  }
}
@media (max-width: 1307px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_small_col.img_col {
    height: 219px;
    width: 219px;
  }
}
@media (max-width: 1279px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_small_col.img_col {
    height: 175px;
    width: 175px;
  }
}
@media (max-width: 1023px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_small_col.img_col {
    height: 155px;
    width: 155px;
  }
}
@media (max-width: 767px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_small_col.img_col {
    height: 236px;
    width: 236px;
  }
}
@media (max-width: 639px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_small_col.img_col {
    height: 179px;
    width: 179px;
  }
}
@media (max-width: 479px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_small_col.img_col {
    height: 120px;
    width: 120px;
  }
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_big_col.img_col {
  width: 397px;
  height: 704px;
  margin: 0 0 0 44px;
}
@media (max-width: 1730px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_big_col.img_col {
    width: 337px;
    height: 601px;
  }
}
@media (max-width: 1447px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_big_col.img_col {
    width: 300px;
    height: 527px;
    margin: 0 0 0 33px;
  }
}
@media (max-width: 1307px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_big_col.img_col {
    width: 265px;
    height: 468px;
    margin: 0 0 0 31px;
  }
}
@media (max-width: 1279px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_big_col.img_col {
    width: 212px;
    height: 374px;
    margin: 0 0 0 23px;
  }
}
@media (max-width: 1023px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_big_col.img_col {
    width: 172px;
    height: 325px;
    margin: 0 0 0 15px;
  }
}
@media (max-width: 767px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_big_col.img_col {
    width: 287px;
    height: 508px;
    margin: 0 0 0 33px;
  }
}
@media (max-width: 639px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_big_col.img_col {
    width: 214px;
    height: 381px;
    margin: 0 0 0 23px;
  }
}
@media (max-width: 479px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_big_col.img_col {
    width: 145px;
    height: 254px;
    margin: 0 0 0 15px;
  }
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_col {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 70px;
  margin: 0 0 43px;
}
@media (max-width: 1447px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_col {
    border-radius: 50px;
    margin: 0 0 33px;
  }
}
@media (max-width: 1307px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_col {
    border-radius: 45px;
    margin: 0 0 28px;
  }
}
@media (max-width: 1279px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_col {
    border-radius: 40px;
    margin: 0 0 22px;
  }
}
@media (max-width: 1023px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_col {
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_col {
    margin: 0 0 33px;
    border-radius: 45px;
  }
}
@media (max-width: 639px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_col {
    margin: 0 0 22px;
    border-radius: 40px;
  }
}
@media (max-width: 479px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .img_col {
    margin: 0 0 15px;
    border-radius: 25px;
  }
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m.left_img_side .img_grid_sing {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m.left_img_side .img_grid_sing .img_col {
  margin: 0 44px 0 0;
}
@media (max-width: 1447px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m.left_img_side .img_grid_sing .img_col {
    margin: 0 33px 0 0;
  }
}
@media (max-width: 1307px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m.left_img_side .img_grid_sing .img_col {
    margin: 0 31px 0 0;
  }
}
@media (max-width: 1279px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m.left_img_side .img_grid_sing .img_col {
    margin: 0 23px 0 0;
  }
}
@media (max-width: 1023px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m.left_img_side .img_grid_sing .img_col {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 767px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m.left_img_side .img_grid_sing .img_col {
    margin: 0 33px 0 0;
  }
}
@media (max-width: 639px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m.left_img_side .img_grid_sing .img_col {
    margin: 0 23px 0 0;
  }
}
@media (max-width: 479px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m.left_img_side .img_grid_sing .img_col {
    margin: 0 15px 0 0;
  }
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .full_image .img_col {
  width: 100%;
  margin: 0;
  height: auto;
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .img_grid .img_grid_m .full_image .img_col img {
  width: 100%;
  margin: 0;
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio {
  width: 35%;
  padding: 42px 0 0 83px;
}
@media (max-width: 1447px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio {
    padding: 32px 0 0 63px;
  }
}
@media (max-width: 1307px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio {
    padding: 27px 0 0 54px;
  }
}
@media (max-width: 1279px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio {
    padding: 22px 0 0 35px;
    width: 32%;
  }
}
@media (max-width: 1023px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio {
    padding: 0px 0 0 25px;
  }
}
@media (max-width: 767px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio {
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_img {
  height: 137px;
  width: 137px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
@media (max-width: 1447px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_img {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 1307px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_img {
    height: 91px;
    width: 91px;
  }
}
@media (max-width: 1279px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_img {
    height: 73px;
    width: 73px;
  }
}
@media (max-width: 767px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_img {
    height: 99px;
    width: 99px;
  }
}
@media (max-width: 639px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_img {
    height: 74px;
    width: 74px;
  }
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info {
  color: #ffffff;
  padding: 27px 0 0;
  position: relative;
}
@media (max-width: 1447px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info {
    padding: 22px 0 0;
  }
}
@media (max-width: 1307px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info {
    padding: 19px 0 0;
  }
}
@media (max-width: 1279px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info {
    padding: 14px 0 0;
  }
}
@media (max-width: 767px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info {
    padding: 0 0 0 26px;
    width: 39%;
  }
}
@media (max-width: 639px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info {
    padding: 0 0 0 18px;
  }
}
@media (max-width: 479px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info {
    width: 60%;
  }
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info h5 {
  font-size: 36px;
  letter-spacing: 1px;
  margin: 0 0 5px;
  font-family: "sweet_sansbold";
}
@media (max-width: 1447px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info h5 {
    font-size: 28px;
    letter-spacing: 0;
    margin: 0 0 11px;
  }
}
@media (max-width: 1307px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info h5 {
    font-size: 25px;
  }
}
@media (max-width: 1279px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info h5 {
    font-size: 20px;
    margin: 0 0 8px;
  }
}
@media (max-width: 767px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info h5 {
    font-size: 24px;
    margin: 0 0 14px;
    letter-spacing: 2px;
    min-height: 44px;
  }
}
@media (max-width: 639px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info h5 {
    font-size: 18px;
    margin: 0 0 9px;
    letter-spacing: 1.6px;
    min-height: auto;
  }
}
@media (max-width: 479px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info h5 {
    letter-spacing: 1px;
    min-height: auto;
  }
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info a {
  font-size: 33px;
  line-height: normal;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1447px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info a {
    font-size: 25px;
  }
}
@media (max-width: 1307px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info a {
    font-size: 23px;
  }
}
@media (max-width: 1279px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info a {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info a {
    font-size: 24px;
    letter-spacing: 0;
  }
}
@media (max-width: 639px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info a {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info a {
    font-size: 16px;
  }
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info a:hover {
  color: #ffb801;
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info p {
  margin: 7px 0 0 0;
  font-size: 22px;
  line-height: normal;
}
@media (max-width: 1447px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info p {
    font-size: 17px;
  }
}
@media (max-width: 1307px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info p {
    font-size: 16px;
    margin: 3px 0 0 0;
  }
}
@media (max-width: 1279px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info p {
    font-size: 13px;
    margin: 2px 0 0 0;
  }
}
@media (max-width: 767px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info p {
    font-size: 15px;
    margin: 3px 0 0 0;
    letter-spacing: 0.2px;
  }
}
@media (max-width: 639px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info p {
    font-size: 11px;
    margin: 0;
    letter-spacing: 0.3px;
  }
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info:after {
  content: "—";
  position: absolute;
  left: 0;
  bottom: -60px;
}
@media (max-width: 1447px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info:after {
    font-size: 23px;
    bottom: -44px;
  }
}
@media (max-width: 1307px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info:after {
    font-size: 22px;
    bottom: -40px;
  }
}
@media (max-width: 1279px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info:after {
    font-size: 20px;
    bottom: -35px;
  }
}
@media (max-width: 767px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .author_info:after {
    display: none;
  }
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .auth_testimonial {
  padding: 56px 30px 0 0;
}
@media (max-width: 1447px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .auth_testimonial {
    padding: 40px 30px 0 0;
  }
}
@media (max-width: 1307px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .auth_testimonial {
    padding: 35px 30px 0 0;
  }
}
@media (max-width: 1279px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .auth_testimonial {
    padding: 27px 0 0 0;
  }
}
@media (max-width: 767px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .auth_testimonial {
    display: none;
  }
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .auth_testimonial p {
  margin: 0;
  font-family: "sweet_sansbold";
  font-size: 28px;
  color: #ffb801;
  line-height: 1.3em;
  letter-spacing: 0;
}
@media (max-width: 1730px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .auth_testimonial p {
    font-size: 23px;
  }
}
@media (max-width: 1307px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .auth_testimonial p {
    font-size: 20px;
    line-height: 1.25em;
  }
}
@media (max-width: 1279px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .auth_testimonial p {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .spotlight_item_m .author_bio .auth_testimonial p {
    font-size: 16px;
  }
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-next {
  position: absolute;
  right: 40px;
  top: 46%;
  background: url(../images/slider-arrow-r.svg) no-repeat center center;
  width: 65px;
  height: 100px;
  font-size: 0;
  background-size: 50px auto;
}
@media (max-width: 1447px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-next {
    right: 27px;
    width: 50px;
    height: 87px;
    background-size: 38px auto;
    top: 44%;
  }
}
@media (max-width: 1307px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-next {
    background-size: 33px auto;
    right: 22px;
  }
}
@media (max-width: 1279px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-next {
    background-size: 28px auto;
    right: 62px;
    top: 44%;
    width: 30px;
    height: 55px;
  }
}
@media (max-width: 1023px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-next {
    right: 22px;
  }
}
@media (max-width: 767px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-next {
    right: 116px;
    top: auto;
    bottom: -22px;
    background-size: 36px auto;
    width: 40px;
    height: 65px;
  }
}
@media (max-width: 639px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-next {
    right: 76px;
    top: auto;
    bottom: -24px;
    background-size: 27px auto;
  }
}
@media (max-width: 479px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-next {
    background-size: 20px auto;
    right: 0;
  }
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-prev {
  position: absolute;
  left: 40px;
  top: 46%;
  background: url(../images/slider-arrow-l.svg) no-repeat center center;
  width: 65px;
  height: 100px;
  font-size: 0;
  background-size: 50px auto;
}
@media (max-width: 1447px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-prev {
    left: 27px;
    width: 50px;
    height: 87px;
    background-size: 38px auto;
    top: 44%;
  }
}
@media (max-width: 1307px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-prev {
    background-size: 33px auto;
    left: 22px;
  }
}
@media (max-width: 1279px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-prev {
    background-size: 28px auto;
    left: 62px;
    top: 44%;
    width: 30px;
    height: 55px;
  }
}
@media (max-width: 1023px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-prev {
    left: 22px;
  }
}
@media (max-width: 767px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-prev {
    left: 116px;
    top: auto;
    bottom: -22px;
    background-size: 36px auto;
    width: 40px;
    height: 65px;
  }
}
@media (max-width: 639px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-prev {
    left: 76px;
    top: auto;
    bottom: -24px;
    background-size: 27px auto;
  }
}
@media (max-width: 479px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-prev {
    background-size: 20px auto;
    left: 0;
  }
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 45px 0 0;
}
@media (max-width: 767px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-dots {
    padding: 55px 0 0;
  }
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-dots .owl-dot {
  width: 26px;
  height: 26px;
  border: 1px solid #ffb801;
  border-radius: 50%;
  margin: 0 7px;
}
@media (max-width: 1447px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    margin: 0 5px;
  }
}
@media (max-width: 1307px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    margin: 0 4px;
  }
}
@media (max-width: 1279px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    margin: 0 4px;
  }
}
@media (max-width: 767px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-dots .owl-dot {
    width: 19px;
    height: 19px;
    margin: 0 5px;
  }
}
@media (max-width: 639px) {
  .spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    margin: 0 3px;
  }
}
.spotlight_sec .spotlight_sec_inner .spotlight_slider .owl-dots .owl-dot.active {
  background: #ffb801;
}

.video_slider_sec {
  background: #3b1066;
  padding: 86px 0;
}
@media (max-width: 1447px) {
  .video_slider_sec {
    padding: 66px 0;
  }
}
@media (max-width: 1307px) {
  .video_slider_sec {
    padding: 59px 0;
  }
}
@media (max-width: 1279px) {
  .video_slider_sec {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .video_slider_sec {
    padding: 160px 0;
  }
}
@media (max-width: 639px) {
  .video_slider_sec {
    padding: 120px 0;
  }
}
@media (max-width: 479px) {
  .video_slider_sec {
    padding: 40px 0;
  }
}
.video_slider_sec .video_slider_sec_inner {
  position: relative;
  padding: 0 54px;
}
@media (max-width: 1447px) {
  .video_slider_sec .video_slider_sec_inner {
    padding: 0 40px;
  }
}
@media (max-width: 1307px) {
  .video_slider_sec .video_slider_sec_inner {
    padding: 0 35px;
  }
}
@media (max-width: 1279px) {
  .video_slider_sec .video_slider_sec_inner {
    padding: 0 70px;
  }
}
@media (max-width: 767px) {
  .video_slider_sec .video_slider_sec_inner {
    padding: 0 14px;
  }
}
@media (max-width: 639px) {
  .video_slider_sec .video_slider_sec_inner {
    padding: 0 6px;
  }
}
@media (max-width: 479px) {
  .video_slider_sec .video_slider_sec_inner {
    padding: 0;
  }
}
.video_slider_sec .video_slider_sec_inner .video_slider {
  position: static;
}
.video_slider_sec .video_slider_sec_inner .video_slider .video_slide_m a {
  position: relative;
  display: inline-block;
}
.video_slider_sec .video_slider_sec_inner .video_slider .video_slide_m a:after {
  content: "";
  position: absolute;
  left: 0;
  top: -35px;
  right: 0;
  bottom: 0;
  width: 115px;
  height: 83px;
  background: url(../images/video-icon.svg) no-repeat center center;
  background-size: cover;
  margin: auto;
}
@media (max-width: 1023px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .video_slide_m a:after {
    width: 75px;
    height: 54px;
    top: 0;
  }
}
@media (max-width: 479px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .video_slide_m a:after {
    width: 55px;
    height: 40px;
  }
}
.video_slider_sec .video_slider_sec_inner .video_slider .video_slide_m img {
  width: 100%;
}
@media (max-width: 767px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .video_slide_m img {
    height: 321px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 639px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .video_slide_m img {
    height: 240px;
  }
}
@media (max-width: 479px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .video_slide_m img {
    height: auto;
  }
}
.video_slider_sec .video_slider_sec_inner .video_slider .owl-next {
  position: absolute;
  right: -20px;
  top: 44%;
  background: url(../images/slider-arrow-r.svg) no-repeat center center;
  width: 45px;
  height: 80px;
  font-size: 0;
  background-size: 40px auto;
}
@media (max-width: 1447px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-next {
    width: 48px;
    height: 80px;
    background-size: 38px auto;
  }
}
@media (max-width: 1307px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-next {
    top: 43%;
    background-size: 34px auto;
  }
}
@media (max-width: 1279px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-next {
    top: 44%;
    background-size: 28px auto;
    width: 35px;
    height: 55px;
  }
}
@media (max-width: 767px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-next {
    top: auto;
    right: 98px;
    background-size: 36px auto;
    width: 45px;
    height: 75px;
    bottom: -27px;
  }
}
@media (max-width: 639px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-next {
    right: 68px;
    background-size: 28px auto;
    bottom: -30px;
  }
}
@media (max-width: 479px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-next {
    right: 0;
    background-size: 20px auto;
    bottom: -24px;
    width: 40px;
    height: 65px;
  }
}
.video_slider_sec .video_slider_sec_inner .video_slider .owl-prev {
  position: absolute;
  left: -20px;
  top: 44%;
  background: url(../images/slider-arrow-l.svg) no-repeat center center;
  width: 45px;
  height: 80px;
  font-size: 0;
  background-size: 40px auto;
}
@media (max-width: 1447px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-prev {
    width: 48px;
    height: 80px;
    background-size: 38px auto;
  }
}
@media (max-width: 1307px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-prev {
    top: 43%;
    background-size: 34px auto;
  }
}
@media (max-width: 1279px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-prev {
    top: 44%;
    background-size: 28px auto;
    width: 35px;
    height: 55px;
  }
}
@media (max-width: 767px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-prev {
    top: auto;
    left: 98px;
    background-size: 36px auto;
    width: 45px;
    height: 75px;
    bottom: -27px;
  }
}
@media (max-width: 639px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-prev {
    left: 68px;
    background-size: 28px auto;
    bottom: -30px;
  }
}
@media (max-width: 479px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-prev {
    left: 0;
    background-size: 20px auto;
    bottom: -24px;
    width: 40px;
    height: 65px;
  }
}
.video_slider_sec .video_slider_sec_inner .video_slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 0 0;
}
@media (max-width: 1447px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-dots {
    padding: 12px 0 0;
  }
}
@media (max-width: 1279px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-dots {
    padding: 12px 0 0;
  }
}
@media (max-width: 767px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-dots {
    padding: 72px 0 0;
  }
}
@media (max-width: 639px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-dots {
    padding: 54px 0 0;
  }
}
@media (max-width: 479px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-dots {
    padding: 40px 0 0;
  }
}
.video_slider_sec .video_slider_sec_inner .video_slider .owl-dots .owl-dot {
  width: 26px;
  height: 26px;
  border: 1px solid #ffb801;
  border-radius: 50%;
  margin: 0 7px;
}
@media (max-width: 1447px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    margin: 0 5px;
  }
}
@media (max-width: 1307px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    margin: 0 4px;
  }
}
@media (max-width: 1279px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    margin: 0 4px;
  }
}
@media (max-width: 767px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-dots .owl-dot {
    width: 19px;
    height: 19px;
    margin: 0 5px;
  }
}
@media (max-width: 639px) {
  .video_slider_sec .video_slider_sec_inner .video_slider .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    margin: 0 3px;
  }
}
.video_slider_sec .video_slider_sec_inner .video_slider .owl-dots .owl-dot.active {
  background: #ffb801;
}
.video_slider_sec .video_slider_sec_inner .video_slider .owl-item {
  position: static;
}

.about-banner-part {
  background: #2d1d5b url(../images/about-banner-graphic.svg) top center no-repeat;
  text-align: center;
  padding: 233px 0 31px;
  margin: 0;
}
@media (max-width: 1730px) {
  .about-banner-part {
    padding: 196px 0 31px;
    margin-bottom: 0;
  }
}
@media (max-width: 1447px) {
  .about-banner-part {
    padding: 178px 0 11px;
    margin-bottom: 0;
  }
}
@media (max-width: 1307px) {
  .about-banner-part {
    padding: 155px 0 11px;
  }
}
@media (max-width: 1279px) {
  .about-banner-part {
    padding: 135px 0 11px;
  }
}
.about-banner-part h1 {
  color: #ffffff;
  font-size: 92px;
  line-height: 1em;
  letter-spacing: 7.5px;
  padding: 0 134px 68px 20px;
  margin: 0;
}
@media (max-width: 1730px) {
  .about-banner-part h1 {
    font-size: 76px;
    letter-spacing: 7px;
    padding: 0 115px 60px 20px;
  }
}
@media (max-width: 1447px) {
  .about-banner-part h1 {
    font-size: 70px;
    letter-spacing: 4px;
    padding: 0 115px 58px 20px;
  }
}
@media (max-width: 1307px) {
  .about-banner-part h1 {
    font-size: 62px;
    padding: 0 99px 44px 20px;
  }
}
@media (max-width: 1279px) {
  .about-banner-part h1 {
    font-size: 54px;
  }
}
@media (max-width: 1023px) {
  .about-banner-part h1 {
    font-size: 47px;
    padding: 0 0 50px;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 639px) {
  .about-banner-part h1 {
    font-size: 37px;
  }
}
@media (max-width: 479px) {
  .about-banner-part h1 {
    font-size: 30px;
    padding: 0 0 30px;
  }
}
.about-banner-part .about-banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1920px;
  margin: auto;
}
@media (max-width: 1023px) {
  .about-banner-part .about-banner-inner {
    padding: 0 20px;
  }
}
.about-banner-part .about-banner-lh {
  width: 59.4%;
  max-width: 1140px;
  padding: 137px 0 0;
}
@media (max-width: 1730px) {
  .about-banner-part .about-banner-lh {
    padding: 113px 0 0;
  }
}
@media (max-width: 1447px) {
  .about-banner-part .about-banner-lh {
    padding: 99px 0 0;
  }
}
@media (max-width: 1307px) {
  .about-banner-part .about-banner-lh {
    padding: 93px 0 0;
  }
}
@media (max-width: 1279px) {
  .about-banner-part .about-banner-lh {
    width: 56.4%;
  }
}
@media (max-width: 1023px) {
  .about-banner-part .about-banner-lh {
    width: 100%;
    padding: 50px 0 0;
  }
}
@media (max-width: 479px) {
  .about-banner-part .about-banner-lh {
    padding: 20px 0 0 0;
  }
}
.about-banner-part .about-banner-rh {
  width: 40.6%;
  max-width: 779px;
  padding-right: 2.8vw;
  padding-top: 196px;
  position: relative;
}
@media (max-width: 1279px) {
  .about-banner-part .about-banner-rh {
    width: 43.6%;
  }
}
@media (max-width: 1023px) {
  .about-banner-part .about-banner-rh {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 50px 0 0;
  }
}
.about-banner-part .about-banner-rh .verified-lab {
  position: absolute;
  right: 2.8vw;
  bottom: 0;
  width: 40%;
}
@media (max-width: 1023px) {
  .about-banner-part .about-banner-rh .verified-lab {
    position: relative;
    right: 0;
    float: left;
    width: 100%;
  }
}
.about-banner-part .about-banner-rh .verified-lab img {
  width: 100%;
}
@media (max-width: 1023px) {
  .about-banner-part .about-banner-rh .verified-lab img {
    width: auto;
  }
}
.about-banner-part .about-banner-orange-block {
  position: relative;
  padding: 82px 0 0;
}
@media (max-width: 1730px) {
  .about-banner-part .about-banner-orange-block {
    padding: 66px 0 0;
  }
}
@media (max-width: 1447px) {
  .about-banner-part .about-banner-orange-block {
    padding: 51px 0 0;
  }
}
@media (max-width: 1023px) {
  .about-banner-part .about-banner-orange-block {
    width: 580px;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 639px) {
  .about-banner-part .about-banner-orange-block {
    width: 390px;
  }
}
.about-banner-part .about-banner-orange-block .look-for-arrow-block {
  position: absolute;
  right: 0;
  top: -4px;
}
@media (max-width: 1730px) {
  .about-banner-part .about-banner-orange-block .look-for-arrow-block {
    width: 333px;
  }
}
@media (max-width: 1447px) {
  .about-banner-part .about-banner-orange-block .look-for-arrow-block {
    width: 298px;
    top: -12px;
  }
}
@media (max-width: 1307px) {
  .about-banner-part .about-banner-orange-block .look-for-arrow-block {
    width: 270px;
    top: -4px;
  }
}
@media (max-width: 1023px) {
  .about-banner-part .about-banner-orange-block .look-for-arrow-block {
    width: 190px;
  }
}
@media (max-width: 639px) {
  .about-banner-part .about-banner-orange-block .look-for-arrow-block {
    width: 140px;
    top: 0;
  }
}
@media (max-width: 479px) {
  .about-banner-part .about-banner-orange-block .look-for-arrow-block {
    width: 100px;
  }
}
@media (max-width: 1730px) {
  .about-banner-part .about-banner-orange-block .look-for-arrow-block .look-for-arrow {
    float: left;
    width: 157px;
  }
}
@media (max-width: 1447px) {
  .about-banner-part .about-banner-orange-block .look-for-arrow-block .look-for-arrow {
    width: 137px;
  }
}
@media (max-width: 1307px) {
  .about-banner-part .about-banner-orange-block .look-for-arrow-block .look-for-arrow {
    width: 130px;
  }
}
@media (max-width: 1023px) {
  .about-banner-part .about-banner-orange-block .look-for-arrow-block .look-for-arrow {
    width: 90px;
  }
}
@media (max-width: 639px) {
  .about-banner-part .about-banner-orange-block .look-for-arrow-block .look-for-arrow {
    width: 50px;
  }
}
@media (max-width: 479px) {
  .about-banner-part .about-banner-orange-block .look-for-arrow-block .look-for-arrow {
    width: 40px;
  }
}
.about-banner-part .about-banner-orange-block .about-big-orange {
  position: relative;
  left: -90px;
  width: 105.6%;
  max-width: none;
}
@media (max-width: 1730px) {
  .about-banner-part .about-banner-orange-block .about-big-orange {
    left: -8%;
    width: 105.5%;
  }
}
@media (max-width: 1023px) {
  .about-banner-part .about-banner-orange-block .about-big-orange {
    left: 0;
    width: 100%;
  }
}
.about-banner-part .look-for-text {
  margin-left: -89px;
  margin-top: 42px;
}
@media (max-width: 1730px) {
  .about-banner-part .look-for-text {
    width: 240px;
    float: right;
    margin-top: 35px;
  }
}
@media (max-width: 1447px) {
  .about-banner-part .look-for-text {
    width: 217px;
    margin-top: 32px;
  }
}
@media (max-width: 1307px) {
  .about-banner-part .look-for-text {
    width: 193px;
    margin-top: 28px;
  }
}
@media (max-width: 1023px) {
  .about-banner-part .look-for-text {
    width: 160px;
    margin: 0;
  }
}
@media (max-width: 639px) {
  .about-banner-part .look-for-text {
    width: 100px;
  }
}
@media (max-width: 479px) {
  .about-banner-part .look-for-text {
    width: 85px;
  }
}
.about-banner-part .ab-ban-ico-caps-block {
  width: 53.4%;
  float: left;
  margin-top: -197px;
}
@media (max-width: 1730px) {
  .about-banner-part .ab-ban-ico-caps-block {
    margin-top: -199px;
  }
}
@media (max-width: 1279px) {
  .about-banner-part .ab-ban-ico-caps-block {
    margin-top: -182px !important;
  }
}
@media (max-width: 1023px) {
  .about-banner-part .ab-ban-ico-caps-block {
    margin-top: 0 !important;
    width: 33.33%;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .about-banner-part .ab-ban-ico-caps-block {
    width: 50%;
  }
}
@media (max-width: 639px) {
  .about-banner-part .ab-ban-ico-caps-block {
    margin-bottom: 40px;
    padding: 0 10px;
  }
}
@media (max-width: 479px) {
  .about-banner-part .ab-ban-ico-caps-block {
    width: 100%;
  }
}
.about-banner-part .ab-ban-ico-caps-block:nth-child(even) {
  float: right;
}
.about-banner-part .ab-ban-ico-caps-block:nth-child(3) {
  margin-top: -169px;
}
.about-banner-part .ab-ban-ico-caps-block:nth-child(4) {
  margin-top: -184px;
}
@media (max-width: 1447px) {
  .about-banner-part .ab-ban-ico-caps-block:nth-child(4) {
    margin-top: -202px;
  }
}
@media (max-width: 1307px) {
  .about-banner-part .ab-ban-ico-caps-block:nth-child(4) {
    margin-top: -212px;
  }
}
.about-banner-part .ab-ban-ico-caps-block:nth-child(5) {
  margin-top: -133px;
}
@media (max-width: 1447px) {
  .about-banner-part .ab-ban-ico-caps-block:nth-child(5) {
    margin-top: -152px;
  }
}
@media (max-width: 1307px) {
  .about-banner-part .ab-ban-ico-caps-block:nth-child(5) {
    margin-top: -168px;
  }
}
.about-banner-part .ab-ban-ico-caps-block span {
  display: inline-block;
  margin: 0 0 39px;
}
@media (max-width: 1730px) {
  .about-banner-part .ab-ban-ico-caps-block span {
    width: 161px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1447px) {
  .about-banner-part .ab-ban-ico-caps-block span {
    width: 145px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1307px) {
  .about-banner-part .ab-ban-ico-caps-block span {
    width: 130px;
  }
}
@media (max-width: 1279px) {
  .about-banner-part .ab-ban-ico-caps-block span {
    width: 110px;
  }
}
@media (max-width: 1023px) {
  .about-banner-part .ab-ban-ico-caps-block span {
    width: auto;
  }
}
@media (max-width: 639px) {
  .about-banner-part .ab-ban-ico-caps-block span {
    width: 90px;
  }
}
.about-banner-part .ab-ban-ico-caps-block h2 {
  font-size: 49px;
  color: #fdbd0a;
  line-height: 1.1em;
  margin: 0 0 11px;
  letter-spacing: 0.02em;
  min-height: 57px;
}
@media (max-width: 1730px) {
  .about-banner-part .ab-ban-ico-caps-block h2 {
    font-size: 41px;
  }
}
@media (max-width: 1447px) {
  .about-banner-part .ab-ban-ico-caps-block h2 {
    font-size: 36px;
  }
}
@media (max-width: 1307px) {
  .about-banner-part .ab-ban-ico-caps-block h2 {
    font-size: 32px;
  }
}
@media (max-width: 1279px) {
  .about-banner-part .ab-ban-ico-caps-block h2 {
    font-size: 26px;
    margin: 0 0 15px;
    min-height: auto;
  }
}
@media (max-width: 639px) {
  .about-banner-part .ab-ban-ico-caps-block h2 {
    font-size: 20px;
  }
}
.about-banner-part .ab-ban-ico-caps-block p {
  font-size: 27px;
  color: #ffffff;
  line-height: 1.49em;
  letter-spacing: -0.2px;
}
@media (max-width: 1730px) {
  .about-banner-part .ab-ban-ico-caps-block p {
    font-size: 22px;
    line-height: 1.5em;
    letter-spacing: 0.18px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1447px) {
  .about-banner-part .ab-ban-ico-caps-block p {
    font-size: 19px;
    line-height: 1.58em;
    letter-spacing: 0.46px;
  }
}
@media (max-width: 1307px) {
  .about-banner-part .ab-ban-ico-caps-block p {
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media (max-width: 639px) {
  .about-banner-part .ab-ban-ico-caps-block p {
    font-size: 15px;
    margin: 0;
  }
}

.two-col-up-image-sec-main {
  margin: 73px 0 131px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1730px) {
  .two-col-up-image-sec-main {
    margin: 63px 0 112px;
  }
}
@media (max-width: 1447px) {
  .two-col-up-image-sec-main {
    margin: 55px 0 99px;
  }
}
@media (max-width: 1279px) {
  .two-col-up-image-sec-main {
    margin: 0 0 50px;
  }
}
.two-col-up-image-sec-main .two-col-up-image-sec-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .two-col-up-image-sec-main .two-col-up-image-sec-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-up-img {
  width: 38.1%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1023px) {
  .two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-up-img {
    width: 100%;
  }
}
.two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-up-img .two-col-up-img-bg {
  top: -60px;
  position: relative;
  height: 92.6%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1447px) {
  .two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-up-img .two-col-up-img-bg {
    top: -45px;
    height: 98.1%;
  }
}
@media (max-width: 1023px) {
  .two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-up-img .two-col-up-img-bg {
    top: 0;
    height: auto;
    background: none !important;
    padding-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-up-img .two-col-up-img-bg img {
    width: 100%;
  }
}
.two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-ul-caps {
  width: 48.5%;
}
@media (max-width: 1023px) {
  .two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-ul-caps {
    width: 100%;
  }
}
.two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-ul-caps h3 {
  font-size: 76px;
  line-height: 1.03em;
  margin: 0 0 66px;
}
@media (max-width: 1730px) {
  .two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-ul-caps h3 {
    font-size: 63px;
    margin-bottom: 58px;
  }
}
@media (max-width: 1447px) {
  .two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-ul-caps h3 {
    font-size: 57px;
    margin-bottom: 51px;
  }
}
@media (max-width: 1307px) {
  .two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-ul-caps h3 {
    font-size: 51px;
    margin-bottom: 45px;
  }
}
@media (max-width: 1279px) {
  .two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-ul-caps h3 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-ul-caps h3 {
    font-size: 42px;
  }
}
@media (max-width: 639px) {
  .two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-ul-caps h3 {
    font-size: 38px;
  }
}
@media (max-width: 479px) {
  .two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-ul-caps h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-ul-caps p {
  font-size: 41px;
  line-height: 1.5em;
  margin: 0 0 27px;
  letter-spacing: -0.7px;
}
@media (max-width: 1730px) {
  .two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-ul-caps p {
    font-size: 34px;
    margin-bottom: 21px;
  }
}
@media (max-width: 1447px) {
  .two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-ul-caps p {
    font-size: 31px;
  }
}
@media (max-width: 1307px) {
  .two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-ul-caps p {
    font-size: 26px;
    letter-spacing: 0.2px;
  }
}
@media (max-width: 639px) {
  .two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-ul-caps p {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-ul-caps p {
    font-size: 18px;
  }
}
.two-col-up-image-sec-main .two-col-up-image-sec-row .two-col-ul-caps p strong {
  font-size: 1.08em;
}

.full-width-bg-lh-con-block {
  margin: 0 0 146px;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1730px) {
  .full-width-bg-lh-con-block {
    margin: 0 0 109px;
  }
}
@media (max-width: 1307px) {
  .full-width-bg-lh-con-block {
    margin: 0 0 95px;
  }
}
.full-width-bg-lh-con-block .full-width-bg-lh-con-inner {
  width: 58.6%;
  padding: 121px 0 174px 0;
  position: relative;
}
@media (max-width: 1730px) {
  .full-width-bg-lh-con-block .full-width-bg-lh-con-inner {
    padding: 99px 0 144px 0;
  }
}
@media (max-width: 1447px) {
  .full-width-bg-lh-con-block .full-width-bg-lh-con-inner {
    padding: 91px 0 127px 0;
  }
}
@media (max-width: 1307px) {
  .full-width-bg-lh-con-block .full-width-bg-lh-con-inner {
    padding: 80px 0 114px 0;
  }
}
@media (max-width: 1023px) {
  .full-width-bg-lh-con-block .full-width-bg-lh-con-inner {
    padding: 80px 0 40px 0;
  }
}
@media (max-width: 639px) {
  .full-width-bg-lh-con-block .full-width-bg-lh-con-inner {
    width: 100%;
    padding: 60px 0 20px 0;
  }
}
.full-width-bg-lh-con-block h3 {
  text-align: center;
  font-size: 92px;
  padding: 0;
  line-height: 1.03em;
  letter-spacing: 7px;
  margin: 0 0 105px;
}
@media (max-width: 1730px) {
  .full-width-bg-lh-con-block h3 {
    font-size: 77px;
    margin-bottom: 88px;
  }
}
@media (max-width: 1447px) {
  .full-width-bg-lh-con-block h3 {
    font-size: 66px;
    margin-bottom: 78px;
    line-height: 1.07em;
  }
}
@media (max-width: 1307px) {
  .full-width-bg-lh-con-block h3 {
    font-size: 58px;
    margin-bottom: 74px;
  }
}
@media (max-width: 1023px) {
  .full-width-bg-lh-con-block h3 {
    font-size: 38px;
    margin-bottom: 44px;
    letter-spacing: 4px;
  }
}
@media (max-width: 639px) {
  .full-width-bg-lh-con-block h3 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .full-width-bg-lh-con-block h3 {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
.full-width-bg-lh-con-block p {
  font-size: 26px;
  margin: 0 0 39px;
  line-height: 1.55em;
  letter-spacing: 0.5px;
}
@media (max-width: 1730px) {
  .full-width-bg-lh-con-block p {
    font-size: 22px;
    letter-spacing: 0.3px;
    margin: 0 0 33px;
  }
}
@media (max-width: 1447px) {
  .full-width-bg-lh-con-block p {
    font-size: 20px;
    letter-spacing: 0.1px;
    margin: 0 0 25px;
  }
}
@media (max-width: 1307px) {
  .full-width-bg-lh-con-block p {
    font-size: 18px;
    letter-spacing: 0px;
  }
}
.full-width-bg-lh-con-block .two-col-caps-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.full-width-bg-lh-con-block .two-col-caps-row .two-col-caps {
  width: 47.5%;
  padding: 0;
}
@media (max-width: 1307px) {
  .full-width-bg-lh-con-block .two-col-caps-row .two-col-caps {
    width: 100%;
  }
}

.image-left-1920.two-col-down-img-sec.two-col-down-img-left .two-col-down-img {
  margin-left: -7%;
  right: auto;
  width: 55.5%;
  left: auto;
  top: 177px;
}
@media (max-width: 1730px) {
  .image-left-1920.two-col-down-img-sec.two-col-down-img-left .two-col-down-img {
    top: 147px;
  }
}
@media (max-width: 1447px) {
  .image-left-1920.two-col-down-img-sec.two-col-down-img-left .two-col-down-img {
    top: 134px;
  }
}
@media (max-width: 1307px) {
  .image-left-1920.two-col-down-img-sec.two-col-down-img-left .two-col-down-img {
    top: 120px;
  }
}
@media (max-width: 1023px) {
  .image-left-1920.two-col-down-img-sec.two-col-down-img-left .two-col-down-img {
    top: 0;
    width: 100%;
    margin-left: 0;
    right: 5%;
  }
}
.image-left-1920.two-col-down-img-sec.two-col-down-img-left .two-col-down-img-caps {
  padding: 95px 80px 77px 106px;
}
@media (max-width: 1730px) {
  .image-left-1920.two-col-down-img-sec.two-col-down-img-left .two-col-down-img-caps {
    padding: 78px 80px 44px 87px;
  }
}
@media (max-width: 1307px) {
  .image-left-1920.two-col-down-img-sec.two-col-down-img-left .two-col-down-img-caps {
    padding: 65px 80px 32px 71px;
  }
}
@media (max-width: 639px) {
  .image-left-1920.two-col-down-img-sec.two-col-down-img-left .two-col-down-img-caps {
    padding: 80px 40px 40px;
  }
}
@media (max-width: 479px) {
  .image-left-1920.two-col-down-img-sec.two-col-down-img-left .two-col-down-img-caps {
    padding: 40px 20px 20px;
  }
}
.image-left-1920 h3 {
  margin-bottom: 32px;
}
@media (max-width: 1447px) {
  .image-left-1920 h3 {
    margin-bottom: 23px;
  }
}
.image-left-1920 p {
  margin-bottom: 20px;
}
.image-left-1920 .link {
  color: #400062;
}
.image-left-1920 .link:hover {
  color: #F34726;
}
.image-left-1920 .two-col-down-img-bg {
  height: 98%;
  background-position: center center;
  background-size: cover;
}

.image-right-1920 .two-col-down-img {
  margin-right: -7%;
  right: 0;
  width: 55.5%;
  left: auto;
}
@media (max-width: 1023px) {
  .image-right-1920 .two-col-down-img {
    margin-right: 0;
    right: 0;
    width: 100%;
    left: 5%;
  }
}

.remove-min-height .two-col-down-img-caps {
  min-height: auto;
}

.two-col-its-worth {
  background: #3b1066;
  color: #ffffff;
  margin: 104px 0;
  display: inline-block;
  width: 100%;
  padding: 99px 0 71px;
}
@media (max-width: 1730px) {
  .two-col-its-worth {
    padding: 82px 0 85px;
    margin: 85px 0;
  }
}
@media (max-width: 1447px) {
  .two-col-its-worth {
    padding: 74px 0 59px;
  }
}
@media (max-width: 1307px) {
  .two-col-its-worth {
    padding: 67px 0 52px;
  }
}
@media (max-width: 1279px) {
  .two-col-its-worth {
    margin: 0;
  }
}
.two-col-its-worth .two-col-its-worth-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.two-col-its-worth .two-col-its-graphic {
  max-width: 52.5%;
  padding-bottom: 29px;
}
@media (max-width: 1730px) {
  .two-col-its-worth .two-col-its-graphic {
    max-width: 39.5%;
    padding-bottom: 0;
  }
}
@media (max-width: 1447px) {
  .two-col-its-worth .two-col-its-graphic {
    padding-bottom: 17px;
  }
}
@media (max-width: 1307px) {
  .two-col-its-worth .two-col-its-graphic {
    padding-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .two-col-its-worth .two-col-its-graphic {
    padding-bottom: 55px;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .two-col-its-worth .two-col-its-graphic img {
    max-width: 400px;
    width: 100%;
  }
}
.two-col-its-worth .two-col-its-caps {
  width: 48.5%;
}
@media (max-width: 1730px) {
  .two-col-its-worth .two-col-its-caps {
    margin: 0 0 -21px;
  }
}
@media (max-width: 1447px) {
  .two-col-its-worth .two-col-its-caps {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .two-col-its-worth .two-col-its-caps {
    width: 100%;
  }
}
.two-col-its-worth h3 {
  font-size: 76px;
  line-height: 1em;
  margin: 0 0 44px;
  max-width: 609px;
  width: 100%;
}
@media (max-width: 1730px) {
  .two-col-its-worth h3 {
    font-size: 64px;
    margin: 0 0 41px;
  }
}
@media (max-width: 1447px) {
  .two-col-its-worth h3 {
    font-size: 57px;
    margin: 0 0 38px;
  }
}
@media (max-width: 1307px) {
  .two-col-its-worth h3 {
    font-size: 51px;
    margin: 0 0 30px;
  }
}
@media (max-width: 1023px) {
  .two-col-its-worth h3 {
    font-size: 41px;
  }
}
@media (max-width: 639px) {
  .two-col-its-worth h3 {
    font-size: 38px;
    margin: 0 0 20px;
  }
}
@media (max-width: 479px) {
  .two-col-its-worth h3 {
    font-size: 26px;
  }
}
.two-col-its-worth p {
  color: #F34726;
  margin: 0 0 8px;
  font-size: 41px;
  line-height: 1.5em;
}
@media (max-width: 1730px) {
  .two-col-its-worth p {
    font-size: 35px;
    margin: 0;
  }
}
@media (max-width: 1447px) {
  .two-col-its-worth p {
    font-size: 31px;
  }
}
@media (max-width: 1307px) {
  .two-col-its-worth p {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .two-col-its-worth p {
    margin-bottom: 15px;
    font-size: 25px;
  }
}
@media (max-width: 639px) {
  .two-col-its-worth p {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .two-col-its-worth p {
    font-size: 18px;
  }
}
@media (max-width: 1279px) {
  .two-col-its-worth p br {
    display: none;
  }
}
.two-col-its-worth .link {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "sweet_sansbold";
  font-size: 24px;
  letter-spacing: 0.2px;
}
@media (max-width: 1730px) {
  .two-col-its-worth .link {
    font-size: 22px;
    letter-spacing: -1px;
  }
}
@media (max-width: 1307px) {
  .two-col-its-worth .link {
    font-size: 16px;
    letter-spacing: 0.2px;
  }
}
@media (max-width: 639px) {
  .two-col-its-worth .link {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  .two-col-its-worth .link {
    font-size: 14px;
  }
}
.two-col-its-worth .link:hover {
  color: #ED2F1E;
}
.two-col-its-worth .season-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 26px;
  color: #00b1a2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 54px;
  line-height: normal;
  padding-bottom: 8px;
}
@media (max-width: 1730px) {
  .two-col-its-worth .season-row {
    padding-right: 46px;
    line-height: normal;
  }
}
@media (max-width: 1307px) {
  .two-col-its-worth .season-row {
    padding-right: 35px;
  }
}
@media (max-width: 639px) {
  .two-col-its-worth .season-row {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 639px) {
  .two-col-its-worth .season-row .sumo-season {
    padding-bottom: 10px;
  }
}
.two-col-its-worth .season-row > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.5px;
}
@media (max-width: 1730px) {
  .two-col-its-worth .season-row > div {
    font-size: 21px;
  }
}
@media (max-width: 1447px) {
  .two-col-its-worth .season-row > div {
    font-size: 19px;
  }
}
@media (max-width: 1307px) {
  .two-col-its-worth .season-row > div {
    font-size: 17px;
  }
}
.two-col-its-worth .season-row > div > img {
  margin-right: 30px;
}
@media (max-width: 1730px) {
  .two-col-its-worth .season-row > div > img {
    width: 70px;
  }
}
@media (max-width: 1447px) {
  .two-col-its-worth .season-row > div > img {
    width: 63px;
  }
}
@media (max-width: 1307px) {
  .two-col-its-worth .season-row > div > img {
    width: 57px;
    margin-right: 20px;
  }
}
.two-col-its-worth .two-col-its-caps-top {
  width: 80%;
  margin: 0 0 52px;
}
@media (max-width: 1730px) {
  .two-col-its-worth .two-col-its-caps-top {
    margin: 0 0 43px;
  }
}
@media (max-width: 1447px) {
  .two-col-its-worth .two-col-its-caps-top {
    margin: 0 0 38px;
    width: 79%;
  }
}
@media (max-width: 1307px) {
  .two-col-its-worth .two-col-its-caps-top {
    margin: 0 0 30px;
    width: 79%;
  }
}
@media (max-width: 1279px) {
  .two-col-its-worth .two-col-its-caps-top {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .two-col-its-worth .two-col-its-caps-top {
    margin: 0 0 20px;
  }
}

.full-width-testimonials {
  text-align: center;
  background: #ffffff;
  padding: 179px 0 191px;
}
@media (max-width: 1730px) {
  .full-width-testimonials {
    padding: 149px 0 149px;
  }
}
@media (max-width: 1447px) {
  .full-width-testimonials {
    padding: 135px 0 129px;
  }
}
@media (max-width: 1307px) {
  .full-width-testimonials {
    padding: 120px 0 111px;
  }
}
@media (max-width: 1023px) {
  .full-width-testimonials {
    padding: 50px 0 50px;
  }
}
.full-width-testimonials .full-width-testi-midd {
  width: 1054px;
  margin: auto;
  max-width: 100%;
}
@media (max-width: 1730px) {
  .full-width-testimonials .full-width-testi-midd {
    width: 920px;
  }
}
@media (max-width: 1447px) {
  .full-width-testimonials .full-width-testi-midd {
    width: 815px;
  }
}
@media (max-width: 1307px) {
  .full-width-testimonials .full-width-testi-midd {
    width: 735px;
  }
}
.full-width-testimonials .full-width-testi-midd p {
  font-size: 52px;
  font-family: "sweet_sansbold";
  color: #fdbd0a;
  line-height: 1.32em;
  margin: 0 0 38px;
  letter-spacing: 2px;
}
@media (max-width: 1730px) {
  .full-width-testimonials .full-width-testi-midd p {
    font-size: 47px;
    margin: 0 0 32px 0px;
    letter-spacing: 0px;
    line-height: 1.21em;
  }
}
@media (max-width: 1447px) {
  .full-width-testimonials .full-width-testi-midd p {
    font-size: 42px;
    margin: 0 0 29px 0px;
  }
}
@media (max-width: 1307px) {
  .full-width-testimonials .full-width-testi-midd p {
    font-size: 36px;
    margin: 0 0 26px 0px;
    letter-spacing: 0.7px;
    line-height: 1.26em;
  }
}
@media (max-width: 1023px) {
  .full-width-testimonials .full-width-testi-midd p {
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  .full-width-testimonials .full-width-testi-midd p {
    font-size: 22px;
  }
}
.full-width-testimonials .full-width-testi-midd label {
  font-size: 30px;
  background: #fdbd0a;
  color: #ffffff;
  line-height: 46px;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}
@media (max-width: 1730px) {
  .full-width-testimonials .full-width-testi-midd label {
    padding: 0 22px 0 12px;
    line-height: 39px;
    font-size: 25px;
  }
}
@media (max-width: 1447px) {
  .full-width-testimonials .full-width-testi-midd label {
    padding: 0 17px 0 16px;
    line-height: 35px;
    font-size: 23px;
  }
}
@media (max-width: 1307px) {
  .full-width-testimonials .full-width-testi-midd label {
    padding: 0 21px 0 15px;
    line-height: 29px;
    font-size: 19px;
  }
}
@media (max-width: 479px) {
  .full-width-testimonials .full-width-testi-midd label {
    font-size: 16px;
  }
}
.full-width-testimonials .full-width-testi-midd label a {
  color: #ffffff;
  text-decoration: none;
}
.full-width-testimonials .full-width-testi-midd label a:hover {
  text-decoration: underline;
}

.q-top-bottom-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.nutrition-sec {
  padding: 50px 0 100px 0;
  background: #ffffff;
}
.nutrition-sec .nt-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nutrition-sec .nt-title h2 {
  margin: 0;
  position: relative;
  padding-right: 17%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .nutrition-sec .nt-title h2 {
    padding-right: 0;
    width: 100%;
  }
}
.nutrition-sec .nt-title h2:after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #3b1066;
  top: 18px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 1447px) {
  .nutrition-sec .nt-title h2:after {
    top: 8px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #3b1066;
  }
}
@media (max-width: 767px) {
  .nutrition-sec .nt-title h2:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #3b1066;
  }
}
.nutrition-sec .nt-title.openSec h2:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.nutrition-sec .nt-toggle-part {
  display: none;
}
.nutrition-sec .nt-toggle-part .nt-table-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0;
}
@media (max-width: 1447px) {
  .nutrition-sec .nt-toggle-part .nt-table-m {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .nutrition-sec .nt-toggle-part .nt-table-m {
    font-size: 17px;
  }
}
.nutrition-sec .nt-toggle-part .nt-table-m .nt-Cl-l {
  width: 46%;
}
@media (max-width: 1279px) {
  .nutrition-sec .nt-toggle-part .nt-table-m .nt-Cl-l {
    width: 100%;
  }
}
.nutrition-sec .nt-toggle-part .nt-table-m .nt-Cl-r {
  width: 43%;
}
@media (max-width: 1279px) {
  .nutrition-sec .nt-toggle-part .nt-table-m .nt-Cl-r {
    width: 100%;
    padding: 40px 0 0;
  }
}
.nutrition-sec .nt-toggle-part .nt-table-m .nt-Cl-r p {
  font-size: 26px;
  margin: 80px 0 0 0;
  line-height: 1.2em;
}
@media (max-width: 1447px) {
  .nutrition-sec .nt-toggle-part .nt-table-m .nt-Cl-r p {
    font-size: 18px;
    margin: 50px 0 0 0;
  }
}
@media (max-width: 767px) {
  .nutrition-sec .nt-toggle-part .nt-table-m .nt-Cl-r p {
    font-size: 15px;
    margin: 30px 0 0 0;
  }
}
.nutrition-sec .nt-toggle-part .nt-table-m table {
  width: 100%;
  border: 0 !important;
}
.nutrition-sec .nt-toggle-part .nt-table-m table tr:last-child td {
  border-bottom: 0;
}
.nutrition-sec .nt-toggle-part .nt-table-m table tr td {
  padding: 0.8em 0;
  border-top: 1px solid #3b1066;
}
.nutrition-sec .nt-toggle-part .nt-table-m table tr td:last-child {
  text-align: right;
}

.the-farms-banner {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center center;
  background-size: cover;
  padding-top: 60px;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 1730px) {
  .the-farms-banner {
    padding-top: 40px;
  }
}
.the-farms-banner .the-farms-banner-caps {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 92.7%;
  height: 100%;
  text-align: center;
}
@media (max-width: 1447px) {
  .the-farms-banner .the-farms-banner-caps {
    width: 96%;
  }
}
.the-farms-banner img {
  height: 100%;
}
@media (max-width: 1023px) {
  .the-farms-banner img {
    display: none;
  }
}
.the-farms-banner h1 {
  position: absolute;
  bottom: 6.3vw;
  left: 10vw;
  letter-spacing: 0.3vw;
  font-size: 6.5vw;
  color: #fff;
  text-align: left;
  line-height: 1em;
  margin: 0;
}
@media (max-width: 1023px) {
  .the-farms-banner h1 {
    font-size: 11vw;
    bottom: 9vw;
  }
}
@media (max-width: 479px) {
  .the-farms-banner h1 {
    font-size: 11vw;
    bottom: 0;
    left: 5vw;
  }
}
.the-farms-banner .the-farms-banner-graphic-rh {
  float: right;
}
.the-farms-banner .the-farms-banner-graphic-lh {
  float: left;
}
.the-farms-banner .the-farms-banner-graphic-midd {
  margin: auto;
}
.the-farms-banner .backgroundvideo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.the-farms-banner .backgroundvideo video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.side-tab-pane-sec {
  background: #3b1066;
  padding: 110px 0 0;
  position: relative;
}
@media (max-width: 1730px) {
  .side-tab-pane-sec {
    padding-top: 93px;
  }
}
@media (max-width: 1447px) {
  .side-tab-pane-sec {
    padding-top: 74px;
  }
}
@media (max-width: 1307px) {
  .side-tab-pane-sec {
    padding-top: 60px;
  }
}
@media (max-width: 1279px) {
  .side-tab-pane-sec {
    padding-top: 50px;
  }
}
@media (max-width: 1023px) {
  .side-tab-pane-sec {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .side-tab-pane-sec {
    padding: 40px 0;
  }
}
.side-tab-pane-sec .great-ico-lh {
  position: absolute;
  left: 1.8%;
  top: 3.1%;
}
@media (max-width: 1730px) {
  .side-tab-pane-sec .great-ico-lh {
    width: 79px;
  }
}
@media (max-width: 1447px) {
  .side-tab-pane-sec .great-ico-lh {
    width: 72px;
  }
}
@media (max-width: 1307px) {
  .side-tab-pane-sec .great-ico-lh {
    width: 65px;
  }
}
@media (max-width: 1279px) {
  .side-tab-pane-sec .great-ico-lh {
    width: 55px;
  }
}
@media (max-width: 1023px) {
  .side-tab-pane-sec .great-ico-lh {
    width: 45px;
  }
}
@media (max-width: 767px) {
  .side-tab-pane-sec .great-ico-lh {
    width: 40px;
  }
}
@media (max-width: 639px) {
  .side-tab-pane-sec .great-ico-lh {
    width: 30px;
  }
}
.side-tab-pane-sec .great-ico-rh {
  position: absolute;
  right: 1.8%;
  top: 3.1%;
}
@media (max-width: 1730px) {
  .side-tab-pane-sec .great-ico-rh {
    width: 79px;
  }
}
@media (max-width: 1447px) {
  .side-tab-pane-sec .great-ico-rh {
    width: 72px;
  }
}
@media (max-width: 1307px) {
  .side-tab-pane-sec .great-ico-rh {
    width: 65px;
  }
}
@media (max-width: 1279px) {
  .side-tab-pane-sec .great-ico-rh {
    width: 55px;
  }
}
@media (max-width: 1023px) {
  .side-tab-pane-sec .great-ico-rh {
    width: 45px;
  }
}
@media (max-width: 767px) {
  .side-tab-pane-sec .great-ico-rh {
    width: 40px;
  }
}
@media (max-width: 639px) {
  .side-tab-pane-sec .great-ico-rh {
    width: 30px;
  }
}
.side-tab-pane-sec .container-1920 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.container-1920 {
  width: 1920px;
  margin: auto;
  max-width: 100%;
}

.side-tab-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 91.5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
}
@media (max-width: 1023px) {
  .side-tab-block-inner {
    width: 94%;
    margin: auto;
  }
}
@media (max-width: 479px) {
  .side-tab-block-inner {
    width: 94%;
    margin: auto;
  }
}
.side-tab-block-inner .tab-con-side-main {
  width: 62.7%;
  position: relative;
}
@media (max-width: 1023px) {
  .side-tab-block-inner .tab-con-side-main {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.side-tab-block-inner .tab-list-side-main {
  width: 37.3%;
}
@media (max-width: 1023px) {
  .side-tab-block-inner .tab-list-side-main {
    width: 100%;
  }
}

.side-tab-tit {
  text-align: center;
  position: relative;
  margin: 0 0 95px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1730px) {
  .side-tab-tit {
    margin: 0 0 78px;
  }
}
@media (max-width: 1447px) {
  .side-tab-tit {
    margin: 0 0 72px;
  }
}
@media (max-width: 1307px) {
  .side-tab-tit {
    margin: 0 0 63px;
  }
}
@media (max-width: 1279px) {
  .side-tab-tit {
    margin: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .side-tab-tit {
    margin-bottom: 30px;
  }
}
.side-tab-tit h2 {
  color: #fdbd0a;
  font-size: 76px;
  line-height: 1em;
  margin: 0;
}
@media (max-width: 1730px) {
  .side-tab-tit h2 {
    font-size: 63px;
  }
}
@media (max-width: 1447px) {
  .side-tab-tit h2 {
    font-size: 57px;
  }
}
@media (max-width: 1307px) {
  .side-tab-tit h2 {
    font-size: 51px;
  }
}
@media (max-width: 1279px) {
  .side-tab-tit h2 {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  .side-tab-tit h2 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .side-tab-tit h2 {
    font-size: 24px;
  }
}

.tab-content {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 41px;
  line-height: 1.5em;
  letter-spacing: -0.017em;
  height: 706px;
  padding: 11.4% 5.4% 11.4% 15%;
}
@media (max-width: 1730px) {
  .tab-content {
    padding: 11.2% 4% 8% 15%;
    font-size: 34px;
    height: 531px;
  }
}
@media (max-width: 1447px) {
  .tab-content {
    font-size: 30px;
  }
}
@media (max-width: 1307px) {
  .tab-content {
    font-size: 27px;
    height: 470px;
  }
}
@media (max-width: 1279px) {
  .tab-content {
    padding: 9% 5% 8% 10%;
    font-size: 23px;
    height: 375px;
  }
}
@media (max-width: 1023px) {
  .tab-content {
    padding: 40px;
    font-size: 23px;
    height: 375px;
  }
}
@media (max-width: 479px) {
  .tab-content {
    padding: 20px;
    font-size: 18px;
    height: 375px;
  }
}
.tab-content h3 {
  font-size: 57px;
  letter-spacing: 0.013em;
  margin: 0 0 68px;
}
@media (max-width: 1730px) {
  .tab-content h3 {
    font-size: 48px;
    margin-bottom: 56px;
  }
}
@media (max-width: 1447px) {
  .tab-content h3 {
    font-size: 43px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1307px) {
  .tab-content h3 {
    font-size: 39px;
    margin-bottom: 45px;
    letter-spacing: 0;
  }
}
@media (max-width: 1279px) {
  .tab-content h3 {
    font-size: 32px;
    margin-bottom: 32px;
    letter-spacing: 0;
  }
}
@media (max-width: 1023px) {
  .tab-content h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 479px) {
  .tab-content h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media (max-width: 1307px) {
  .tab-content p {
    letter-spacing: -0.3px;
    line-height: 1.51em;
  }
}
.tab-content.current {
  position: relative;
  visibility: visible;
  opacity: 1;
}

.tabs {
  padding: 0;
  margin: 0;
}
@media (max-width: 1023px) {
  .tabs {
    display: none;
  }
}
.tabs li {
  padding: 30px 11px 23px;
  margin: 0 0 3px;
  list-style: none;
  font-size: 41px;
  color: #3b1066;
  background: #fff3e6;
  cursor: pointer;
  letter-spacing: -0.02em;
}
@media (max-width: 1730px) {
  .tabs li {
    font-size: 34px;
    padding: 22px 11px;
  }
}
@media (max-width: 1447px) {
  .tabs li {
    font-size: 31px;
    padding: 20px 10px 19px;
  }
}
@media (max-width: 1307px) {
  .tabs li {
    font-size: 27px;
    padding: 16px 10px 12px;
  }
}
@media (max-width: 1279px) {
  .tabs li {
    font-size: 22px;
    padding: 11px 10px 9px;
  }
}
@media (max-width: 1023px) {
  .tabs li {
    font-size: 20px;
    padding: 11px 40px 9px;
  }
}
@media (max-width: 479px) {
  .tabs li {
    font-size: 19px;
    padding: 11px 20px 9px;
  }
}
.tabs li span {
  position: relative;
  display: inline-block;
  top: 0.08em;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .tabs li span {
    display: none;
  }
}
.tabs li span:before {
  content: "";
  height: 25px;
  width: 25px;
  border: 4px solid #3b1066;
  border-top: 0;
  border-right: 0;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 1730px) {
  .tabs li span:before {
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 1447px) {
  .tabs li span:before {
    height: 17px;
    width: 17px;
    border-width: 3px;
  }
}
@media (max-width: 1307px) {
  .tabs li span:before {
    height: 14px;
    width: 14px;
    border-width: 3px;
  }
}
@media (max-width: 1279px) {
  .tabs li span:before {
    height: 11px;
    width: 11px;
    border-width: 3px;
  }
}
.tabs li.current {
  background: none;
  font-family: "sweet_sansbold";
}
.tabs li.current span {
  visibility: visible;
  opacity: 1;
}
.tabs li.current span:before {
  left: 0px;
}
.tabs li:last-child {
  margin-bottom: 0;
}

.two-col-caps-video-slider {
  background: url(../images/bg5.png) center top #00b1a2;
  padding: 80px 0 131px;
  margin: 0 0 74px;
}
@media (max-width: 1730px) {
  .two-col-caps-video-slider {
    padding: 80px 0 108px;
  }
}
@media (max-width: 1447px) {
  .two-col-caps-video-slider {
    margin-bottom: 56px;
  }
}
@media (max-width: 1307px) {
  .two-col-caps-video-slider {
    padding: 80px 0 87px;
    margin-bottom: 49px;
  }
}
@media (max-width: 1279px) {
  .two-col-caps-video-slider {
    padding: 80px 0 80px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .two-col-caps-video-slider {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
.two-col-caps-video-slider .caps-video-slider_titles {
  text-align: center;
  margin-bottom: 52px;
}
.two-col-caps-video-slider .caps-video-slider_titles h2 {
  font-size: 70px;
  color: #fdbd0b;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .two-col-caps-video-slider .caps-video-slider_titles h2 {
    font-size: 50px;
  }
}
@media (max-width: 639px) {
  .two-col-caps-video-slider .caps-video-slider_titles h2 {
    font-size: 38px;
  }
}
@media (max-width: 479px) {
  .two-col-caps-video-slider .caps-video-slider_titles h2 {
    font-size: 24px;
  }
}
.two-col-caps-video-slider .caps-video-slider_titles p {
  font-size: 37px;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .two-col-caps-video-slider .caps-video-slider_titles p {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (max-width: 639px) {
  .two-col-caps-video-slider .caps-video-slider_titles p {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .two-col-caps-video-slider .caps-video-slider_titles p {
    font-size: 18px;
  }
}

.two-col-caps-video-slider-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1592px;
  max-width: 100%;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1730px) {
  .two-col-caps-video-slider-row {
    width: 1329px;
  }
}
@media (max-width: 1447px) {
  .two-col-caps-video-slider-row {
    width: 1194px;
  }
}
@media (max-width: 1307px) {
  .two-col-caps-video-slider-row {
    width: 1060px;
  }
}
.two-col-caps-video-slider-row .video-ico {
  display: none;
  height: 83px;
  width: 83px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.two-col-caps-video-slider-lh {
  width: 100%;
}
@media (max-width: 1023px) {
  .two-col-caps-video-slider-lh {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .two-col-caps-video-slider-lh {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 0px;
  }
}
.two-col-caps-video-slider-lh .video-slider {
  width: 100%;
}
.two-col-caps-video-slider-lh .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 56%;
}
@media (max-width: 1023px) {
  .two-col-caps-video-slider-lh .owl-dots {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .two-col-caps-video-slider-lh .owl-dots {
    max-width: 100%;
  }
}
.two-col-caps-video-slider-lh .owl-dots > div {
  width: 31px;
  height: 36px;
  background: url(../images/slider-dot.svg) no-repeat center center;
  background-size: cover;
  background-position: center center;
  margin: 0 17px;
}
@media (max-width: 1730px) {
  .two-col-caps-video-slider-lh .owl-dots > div {
    width: 25px;
    height: 30px;
    margin: 0 14px;
  }
}
@media (max-width: 1447px) {
  .two-col-caps-video-slider-lh .owl-dots > div {
    width: 23px;
    height: 27px;
    margin: 0 12px;
  }
}
@media (max-width: 1307px) {
  .two-col-caps-video-slider-lh .owl-dots > div {
    width: 20px;
    height: 24px;
    margin: 0 10px;
  }
}
@media (max-width: 1279px) {
  .two-col-caps-video-slider-lh .owl-dots > div {
    margin: 0 8px;
  }
}
.two-col-caps-video-slider-lh .owl-dots > div.active {
  background: url(../images/slider-dot-fill.svg) no-repeat center center;
  background-size: cover;
  background-position: center center;
}
.two-col-caps-video-slider-lh .owl-nav {
  margin: 79px 0 0;
}
@media (max-width: 1730px) {
  .two-col-caps-video-slider-lh .owl-nav {
    margin-top: 66px;
  }
}
@media (max-width: 1447px) {
  .two-col-caps-video-slider-lh .owl-nav {
    margin-top: 61px;
  }
}
@media (max-width: 1307px) {
  .two-col-caps-video-slider-lh .owl-nav {
    margin-top: 54px;
  }
}
@media (max-width: 1279px) {
  .two-col-caps-video-slider-lh .owl-nav {
    margin-top: 40px;
  }
}
@media (max-width: 479px) {
  .two-col-caps-video-slider-lh .owl-nav {
    margin-top: 30px;
  }
}
.two-col-caps-video-slider-lh .owl-nav > div {
  position: absolute;
  top: 50%;
  margin-top: -100px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  bottom: 0;
  width: 50%;
}
.two-col-caps-video-slider-lh .owl-nav > div.disabled {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.two-col-caps-video-slider-lh .owl-nav > div:hover {
  visibility: visible;
  opacity: 0;
}
@media (max-width: 479px) {
  .two-col-caps-video-slider-lh .owl-nav > div {
    margin-top: 0px;
    top: 50% !important;
    width: 16px !important;
    height: 30px !important;
  }
}
.two-col-caps-video-slider-lh .owl-nav .owl-prev {
  left: -50px;
}
@media (max-width: 479px) {
  .two-col-caps-video-slider-lh .owl-nav .owl-prev {
    left: -22px !important;
  }
}
.two-col-caps-video-slider-lh .owl-nav .owl-next {
  right: 0px;
}
@media (max-width: 479px) {
  .two-col-caps-video-slider-lh .owl-nav .owl-next {
    right: -22px !important;
  }
}

.video_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1307px) {
  .video_flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .video_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.video_flex .left-video {
  width: 56%;
  position: relative;
  padding-bottom: 36.2%;
  height: 0;
}
@media (max-width: 1730px) {
  .video_flex .left-video {
    padding-bottom: 38.2%;
  }
}
@media (max-width: 1447px) {
  .video_flex .left-video {
    width: 62%;
    padding-bottom: 44.2%;
  }
}
@media (max-width: 1307px) {
  .video_flex .left-video {
    width: 74%;
    padding-bottom: 35.2%;
  }
}
@media (max-width: 1279px) {
  .video_flex .left-video {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .video_flex .left-video {
    width: 100%;
    height: auto;
    padding-bottom: 50.2%;
  }
}
@media (max-width: 639px) {
  .video_flex .left-video {
    padding-bottom: 60.2%;
  }
}
.video_flex .left-video iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
}

.two-col-caps-video-text {
  width: 34.5%;
  padding-left: 106px;
  padding-bottom: 27px;
  padding-top: 80px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-family: "sweet_sansregular";
}
@media (max-width: 1730px) {
  .two-col-caps-video-text {
    padding-top: 30px;
  }
}
@media (max-width: 1447px) {
  .two-col-caps-video-text {
    width: 43.5%;
  }
}
@media (max-width: 1307px) {
  .two-col-caps-video-text {
    padding-left: 40px;
  }
}
@media (max-width: 1023px) {
  .two-col-caps-video-text {
    width: 48.5%;
  }
}
@media (max-width: 767px) {
  .two-col-caps-video-text {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.two-col-caps-video-text h3 {
  font-size: 35px;
  line-height: 1.3em;
  margin: 0 0 16px;
  color: #fdbd0b;
  font-family: "sweet_sansbold";
}
@media (max-width: 479px) {
  .two-col-caps-video-text h3 {
    font-size: 24px;
    margin: 0 0 10px;
  }
}
.two-col-caps-video-text label {
  font-size: 31px;
}
@media (max-width: 479px) {
  .two-col-caps-video-text label {
    font-size: 22px;
  }
}
@media (max-width: 1279px) {
  .two-col-caps-video-text p {
    margin-bottom: 21px;
  }
}
@media (max-width: 479px) {
  .two-col-caps-video-text p {
    font-size: 18px;
  }
}
.two-col-caps-video-text blockquote {
  margin: 0;
  font-family: "sweet_sansbold";
  font-size: 42px;
  color: #521575;
  position: relative;
  padding-top: 24px;
  line-height: 1.2;
  padding-right: 9px;
}
@media (max-width: 1730px) {
  .two-col-caps-video-text blockquote {
    font-size: 39px;
  }
}
@media (max-width: 1307px) {
  .two-col-caps-video-text blockquote {
    font-size: 29px;
  }
}
@media (max-width: 1279px) {
  .two-col-caps-video-text blockquote {
    font-size: 27px;
    line-height: 1.4;
  }
}
@media (max-width: 479px) {
  .two-col-caps-video-text blockquote {
    font-size: 22px;
    line-height: 1.4;
  }
}
.two-col-caps-video-text blockquote:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.two-col-caps-video-slider-rh {
  width: 34.5%;
  padding-bottom: 112px;
  padding-left: 50px;
}
@media (max-width: 1730px) {
  .two-col-caps-video-slider-rh {
    padding-bottom: 71px;
  }
}
@media (max-width: 1447px) {
  .two-col-caps-video-slider-rh {
    padding-bottom: 81px;
  }
}
@media (max-width: 1307px) {
  .two-col-caps-video-slider-rh {
    padding-bottom: 66px;
  }
}
@media (max-width: 1279px) {
  .two-col-caps-video-slider-rh {
    padding-bottom: 55px;
  }
}
@media (max-width: 1023px) {
  .two-col-caps-video-slider-rh {
    padding-bottom: 0;
    width: 100%;
  }
}
.two-col-caps-video-slider-rh h3 {
  font-size: 37px;
  line-height: 1.3em;
  margin: 0 0 38px;
  color: #fdbd0b;
}
.two-col-caps-video-slider-rh p {
  font-size: 41px;
  line-height: 1.5em;
  margin: 0 0 27px;
  letter-spacing: -0.02em;
}
@media (max-width: 1730px) {
  .two-col-caps-video-slider-rh p {
    font-size: 34px;
    line-height: 1.5em;
  }
}
@media (max-width: 1447px) {
  .two-col-caps-video-slider-rh p {
    font-size: 31px;
  }
}
@media (max-width: 1307px) {
  .two-col-caps-video-slider-rh p {
    font-size: 27px;
  }
}
@media (max-width: 1279px) {
  .two-col-caps-video-slider-rh p {
    font-size: 23px;
  }
}
@media (max-width: 479px) {
  .two-col-caps-video-slider-rh p {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .two-col-caps-video-slider-rh p:last-child {
    margin-bottom: 0;
  }
}

.video-slide-caps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  position: absolute;
  bottom: 1.05vw;
  left: 0;
  right: 1.1vw;
  color: #ffffff;
  line-height: 1em;
  font-size: 1.51vw;
}
@media (max-width: 1023px) {
  .video-slide-caps {
    font-size: 3vw;
    right: 2vw;
    bottom: 2vw;
  }
}
@media (max-width: 639px) {
  .video-slide-caps {
    font-size: 4vw;
    right: 2vw;
    bottom: 2vw;
  }
}

@media (max-width: 1023px) {
  .two-col-down-img-full-tit-sec {
    margin-bottom: 50px;
  }
}
.two-col-down-img-full-tit-sec h3 {
  position: relative;
  padding: 84px 80px 0 100px;
  font-size: 76px;
  margin: 0;
}
@media (max-width: 1730px) {
  .two-col-down-img-full-tit-sec h3 {
    font-size: 63px;
    padding: 72px 80px 0px 83px;
  }
}
@media (max-width: 1447px) {
  .two-col-down-img-full-tit-sec h3 {
    font-size: 57px;
    padding: 64px 75px 0px 75px;
  }
}
@media (max-width: 1307px) {
  .two-col-down-img-full-tit-sec h3 {
    font-size: 51px;
    padding: 56px 66px 0px 66px;
  }
}
@media (max-width: 1279px) {
  .two-col-down-img-full-tit-sec h3 {
    font-size: 44px;
    padding: 40px 50px 0px 50px;
  }
}
@media (max-width: 1023px) {
  .two-col-down-img-full-tit-sec h3 {
    font-size: 41px;
    padding: 40px 50px 0px 50px;
  }
  .two-col-down-img-full-tit-sec h3 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .two-col-down-img-full-tit-sec h3 {
    font-size: 38px;
    padding: 40px 40px 0px 40px;
  }
}
@media (max-width: 639px) {
  .two-col-down-img-full-tit-sec h3 {
    font-size: 34px;
  }
}
@media (max-width: 479px) {
  .two-col-down-img-full-tit-sec h3 {
    font-size: 24px;
    padding: 20px 15px 0 15px;
  }
}
.two-col-down-img-full-tit-sec .two-col-down-img-caps {
  padding: 82px 182px 100px 100px;
  min-height: 870px;
}
@media (max-width: 1730px) {
  .two-col-down-img-full-tit-sec .two-col-down-img-caps {
    padding: 70px 142px 80px 82px;
    min-height: 728px;
  }
}
@media (max-width: 1447px) {
  .two-col-down-img-full-tit-sec .two-col-down-img-caps {
    padding: 62px 136px 60px 75px;
    min-height: 652px;
  }
}
@media (max-width: 1307px) {
  .two-col-down-img-full-tit-sec .two-col-down-img-caps {
    padding: 56px 100px 60px 66px;
    min-height: 581px;
  }
}
@media (max-width: 1279px) {
  .two-col-down-img-full-tit-sec .two-col-down-img-caps {
    padding: 50px 50px 30px 50px;
    min-height: 530px;
  }
}
@media (max-width: 1023px) {
  .two-col-down-img-full-tit-sec .two-col-down-img-caps {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .two-col-down-img-full-tit-sec .two-col-down-img-caps {
    padding: 30px 40px 30px 40px;
  }
}
@media (max-width: 479px) {
  .two-col-down-img-full-tit-sec .two-col-down-img-caps {
    padding: 15px;
  }
}
.two-col-down-img-full-tit-sec .two-col-down-img-caps p {
  line-height: 1em;
  margin: 0 0 41px;
}
@media (max-width: 1730px) {
  .two-col-down-img-full-tit-sec .two-col-down-img-caps p {
    margin: 0 0 34px;
  }
}
@media (max-width: 1447px) {
  .two-col-down-img-full-tit-sec .two-col-down-img-caps p {
    margin: 0 0 33px;
    letter-spacing: 0.4px;
  }
}
@media (max-width: 1307px) {
  .two-col-down-img-full-tit-sec .two-col-down-img-caps p {
    margin: 0 0 29px;
    letter-spacing: 0.4px;
  }
}
@media (max-width: 1279px) {
  .two-col-down-img-full-tit-sec .two-col-down-img-caps p {
    margin: 0 0 20px;
    letter-spacing: 0.4px;
  }
}
@media (max-width: 479px) {
  .two-col-down-img-full-tit-sec .two-col-down-img-caps p {
    margin: 0 0 15px;
  }
}

img.two-col-down-img-bottom-graphic {
  position: absolute;
  right: 0;
  left: -4%;
  bottom: -34px;
  margin: auto;
}
@media (max-width: 1730px) {
  img.two-col-down-img-bottom-graphic {
    width: 91px;
    left: -2%;
  }
}
@media (max-width: 1447px) {
  img.two-col-down-img-bottom-graphic {
    width: 82px;
  }
}
@media (max-width: 1279px) {
  img.two-col-down-img-bottom-graphic {
    width: 82px;
  }
}
@media (max-width: 1307px) {
  img.two-col-down-img-bottom-graphic {
    width: 80px;
  }
}
@media (max-width: 1023px) {
  img.two-col-down-img-bottom-graphic {
    display: none;
  }
}

.two-col-caps-img-sec-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1596px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1730px) {
  .two-col-caps-img-sec-row {
    width: 1327px;
  }
}
@media (max-width: 1447px) {
  .two-col-caps-img-sec-row {
    width: 1196px;
  }
}
@media (max-width: 1307px) {
  .two-col-caps-img-sec-row {
    width: 1063px;
  }
}
@media (max-width: 1023px) {
  .two-col-caps-img-sec-row {
    padding: 0 30px;
  }
}
@media (max-width: 479px) {
  .two-col-caps-img-sec-row {
    padding: 0 15px;
  }
}
.two-col-caps-img-sec-row .two-col-caps-block {
  width: 48.3%;
  padding-right: 30px;
}
@media (max-width: 1023px) {
  .two-col-caps-img-sec-row .two-col-caps-block {
    padding: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.two-col-caps-img-sec-row .two-col-img-block {
  width: 48.3%;
  padding-top: 0.4em;
}
@media (max-width: 1023px) {
  .two-col-caps-img-sec-row .two-col-img-block {
    padding: 0;
    margin: 0 0 30px;
    width: 100%;
  }
}
.two-col-caps-img-sec-row .two-col-img-block > img {
  max-width: 607px;
}
@media (max-width: 1730px) {
  .two-col-caps-img-sec-row .two-col-img-block > img {
    max-width: 505px;
  }
}
@media (max-width: 1447px) {
  .two-col-caps-img-sec-row .two-col-img-block > img {
    max-width: 455px;
  }
}
@media (max-width: 1307px) {
  .two-col-caps-img-sec-row .two-col-img-block > img {
    max-width: 404px;
  }
}
@media (max-width: 1279px) {
  .two-col-caps-img-sec-row .two-col-img-block > img {
    max-width: 100%;
  }
}

.two-col-caps-img-lh .two-col-caps-block {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.two-col-caps-img-tit-sec {
  background: #ffffff;
  padding: 162px 0 0;
  margin-top: 42px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1730px) {
  .two-col-caps-img-tit-sec {
    padding: 135px 0 0;
  }
}
@media (max-width: 1447px) {
  .two-col-caps-img-tit-sec {
    padding: 121px 0 0;
  }
}
@media (max-width: 1307px) {
  .two-col-caps-img-tit-sec {
    padding: 107px 0 0;
  }
}
@media (max-width: 1279px) {
  .two-col-caps-img-tit-sec {
    padding: 80px 0 0;
  }
}
@media (max-width: 1023px) {
  .two-col-caps-img-tit-sec {
    margin-top: 0px;
    padding: 50px 0 0;
  }
}
@media (max-width: 479px) {
  .two-col-caps-img-tit-sec {
    margin-top: 0px;
    padding: 30px 0 0;
  }
}
.two-col-caps-img-tit-sec h2 {
  font-size: 92px;
  text-align: center;
  margin: 0;
  padding: 0 0 203px;
  line-height: 1em;
  letter-spacing: 7.5px;
}
@media (max-width: 1730px) {
  .two-col-caps-img-tit-sec h2 {
    font-size: 77px;
    padding-bottom: 169px;
  }
}
@media (max-width: 1447px) {
  .two-col-caps-img-tit-sec h2 {
    font-size: 69px;
    letter-spacing: 5.7px;
    padding-bottom: 153px;
  }
}
@media (max-width: 1307px) {
  .two-col-caps-img-tit-sec h2 {
    font-size: 61px;
    letter-spacing: 5.7px;
    padding-bottom: 137px;
  }
}
@media (max-width: 1279px) {
  .two-col-caps-img-tit-sec h2 {
    font-size: 52px;
    letter-spacing: 5px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1023px) {
  .two-col-caps-img-tit-sec h2 {
    font-size: 40px;
    letter-spacing: 2px;
    padding-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .two-col-caps-img-tit-sec h2 {
    font-size: 32px;
    letter-spacing: 1px;
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .two-col-caps-img-tit-sec h2 {
    font-size: 24px;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
  }
}

.two-col-caps-img-sec {
  background: #ffffff;
  padding: 0 0 133px;
}
@media (max-width: 1730px) {
  .two-col-caps-img-sec {
    padding: 0 0 105px;
  }
}
@media (max-width: 1447px) {
  .two-col-caps-img-sec {
    padding: 0 0 95px;
  }
}
@media (max-width: 1307px) {
  .two-col-caps-img-sec {
    padding: 0 0 79px;
  }
}
@media (max-width: 1279px) {
  .two-col-caps-img-sec {
    padding: 0 0 65px;
  }
}
@media (max-width: 1023px) {
  .two-col-caps-img-sec {
    padding: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .two-col-caps-img-sec {
    padding: 0 0 40px;
  }
}
@media (max-width: 479px) {
  .two-col-caps-img-sec {
    padding-bottom: 30px;
  }
}
.two-col-caps-img-sec h3 {
  font-size: 76px;
  line-height: 1em;
  margin: 0 0 38px;
}
@media (max-width: 1730px) {
  .two-col-caps-img-sec h3 {
    font-size: 63px;
    margin: 0 0 32px;
  }
}
@media (max-width: 1447px) {
  .two-col-caps-img-sec h3 {
    font-size: 57px;
    margin: 0 0 28px;
  }
}
@media (max-width: 1307px) {
  .two-col-caps-img-sec h3 {
    font-size: 51px;
    margin: 0 0 24px;
  }
}
@media (max-width: 1279px) {
  .two-col-caps-img-sec h3 {
    font-size: 46px;
    margin: 0 0 20px;
  }
}
@media (max-width: 1023px) {
  .two-col-caps-img-sec h3 {
    font-size: 38px;
  }
}
@media (max-width: 479px) {
  .two-col-caps-img-sec h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.two-col-caps-img-sec p {
  letter-spacing: 0.7px;
  margin-bottom: 62px;
}
@media (max-width: 1730px) {
  .two-col-caps-img-sec p {
    margin-bottom: 48px;
    letter-spacing: 0.2px;
  }
}
@media (max-width: 1447px) {
  .two-col-caps-img-sec p {
    letter-spacing: 0;
    margin-bottom: 42px;
  }
}
@media (max-width: 1307px) {
  .two-col-caps-img-sec p {
    letter-spacing: 0.2px;
    margin-bottom: 38px;
    font-size: 27px;
    line-height: 1.55em;
  }
}
@media (max-width: 1279px) {
  .two-col-caps-img-sec p {
    letter-spacing: 0.1px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .two-col-caps-img-sec p {
    margin-bottom: 20px;
    letter-spacing: 0;
    line-height: 1.3em;
  }
  .two-col-caps-img-sec p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .two-col-caps-img-sec p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.container-1264 {
  width: 1264px;
  margin: auto;
  max-width: 100%;
}
@media (max-width: 1730px) {
  .container-1264 {
    width: 1054px;
  }
}
@media (max-width: 1447px) {
  .container-1264 {
    width: 948px;
  }
}
@media (max-width: 1307px) {
  .container-1264 {
    width: 842px;
  }
}
@media (max-width: 1279px) {
  .container-1264 {
    width: 77%;
  }
}
@media (max-width: 479px) {
  .container-1264 {
    width: 90%;
  }
}

.full-width-slider {
  overflow: hidden;
  padding: 118px 0 123px;
}
@media (max-width: 1730px) {
  .full-width-slider {
    padding: 98px 0 106px;
  }
}
@media (max-width: 1447px) {
  .full-width-slider {
    padding: 88px 0 89px;
  }
}
@media (max-width: 1307px) {
  .full-width-slider {
    padding: 78px 0 73px;
  }
}
@media (max-width: 1279px) {
  .full-width-slider {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .full-width-slider {
    padding: 50px 0 40px;
  }
}
.full-width-slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.full-width-slider h3 {
  font-size: 76px;
  text-align: center;
  line-height: 1em;
  margin: 0 0 101px;
}
@media (max-width: 1730px) {
  .full-width-slider h3 {
    font-size: 63px;
    margin-bottom: 85px;
  }
}
@media (max-width: 1447px) {
  .full-width-slider h3 {
    font-size: 57px;
    margin-bottom: 75px;
  }
}
@media (max-width: 1307px) {
  .full-width-slider h3 {
    font-size: 51px;
    margin-bottom: 67px;
  }
}
@media (max-width: 1279px) {
  .full-width-slider h3 {
    font-size: 42px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .full-width-slider h3 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .full-width-slider h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .full-width-slider h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.full-width-slider .item {
  padding-bottom: 55.78%;
  height: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 639px) {
  .full-width-slider .owl-item.active .full-width-slider-caps h4 {
    opacity: 1;
  }
}
.full-width-slider .full-width-slider-caps {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32.2%;
  text-align: center;
  color: #ffffff;
}
.full-width-slider .full-width-slider-caps h4 {
  font-size: 39px;
  line-height: 1em;
  font-family: "sweet_sansbold";
  margin: 0;
}
@media (max-width: 1730px) {
  .full-width-slider .full-width-slider-caps h4 {
    font-size: 32px;
  }
}
@media (max-width: 1447px) {
  .full-width-slider .full-width-slider-caps h4 {
    font-size: 29px;
  }
}
@media (max-width: 1307px) {
  .full-width-slider .full-width-slider-caps h4 {
    font-size: 26px;
  }
}
@media (max-width: 1279px) {
  .full-width-slider .full-width-slider-caps h4 {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .full-width-slider .full-width-slider-caps h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .full-width-slider .full-width-slider-caps h4 {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .full-width-slider .full-width-slider-caps h4 {
    opacity: 0;
  }
}
.full-width-slider .full-width-slider-owl .owl-prev {
  position: absolute;
  left: -8%;
  top: 42%;
}
@media (max-width: 1279px) {
  .full-width-slider .full-width-slider-owl .owl-prev {
    left: -5%;
  }
}
@media (max-width: 639px) {
  .full-width-slider .full-width-slider-owl .owl-prev {
    left: -20%;
    background: #FFF1E0;
    padding: 7px 10px 7px 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .full-width-slider .full-width-slider-owl .owl-prev {
    left: -30px;
    padding: 2px 5px 2px 2px;
    width: 20px;
    height: 20px;
  }
}
.full-width-slider .full-width-slider-owl .owl-prev img {
  width: 36px;
}
@media (max-width: 1279px) {
  .full-width-slider .full-width-slider-owl .owl-prev img {
    width: 18px;
  }
}
@media (max-width: 639px) {
  .full-width-slider .full-width-slider-owl .owl-prev img {
    width: 12px;
  }
}
@media (max-width: 479px) {
  .full-width-slider .full-width-slider-owl .owl-prev img {
    width: 8px;
  }
}
.full-width-slider .full-width-slider-owl .owl-next {
  position: absolute;
  right: -8%;
  top: 42%;
}
@media (max-width: 1279px) {
  .full-width-slider .full-width-slider-owl .owl-next {
    right: -5%;
  }
}
@media (max-width: 639px) {
  .full-width-slider .full-width-slider-owl .owl-next {
    right: -20%;
    background: #FFF1E0;
    padding: 7px 7px 7px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .full-width-slider .full-width-slider-owl .owl-next {
    right: -30px;
    padding: 2px 2px 2px 5px;
    width: 20px;
    height: 20px;
  }
}
.full-width-slider .full-width-slider-owl .owl-next img {
  width: 36px;
}
@media (max-width: 1279px) {
  .full-width-slider .full-width-slider-owl .owl-next img {
    width: 18px;
  }
}
@media (max-width: 639px) {
  .full-width-slider .full-width-slider-owl .owl-next img {
    width: 12px;
  }
}
@media (max-width: 479px) {
  .full-width-slider .full-width-slider-owl .owl-next img {
    width: 8px;
  }
}

.tab-list-side-main > h3 {
  padding: 12px 20px;
  margin: 0;
  background: #FFC301;
  position: relative;
  display: none;
  font-size: 30px;
}
@media (max-width: 1023px) {
  .tab-list-side-main > h3 {
    display: block;
  }
}
@media (max-width: 479px) {
  .tab-list-side-main > h3 {
    font-size: 24px;
  }
}
.tab-list-side-main > h3.show-tabs:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 0.4em;
}
.tab-list-side-main > h3:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border: 2px solid #400062;
  border-top: 0;
  border-left: 0;
  top: -0.4em;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 479px) {
  .tab-list-side-main > h3:before {
    height: 12px;
    width: 12px;
  }
}

.tab-slider_main {
  background: none;
}
.tab-slider_main .side-tab-tit h2 {
  color: #400062;
}
.tab-slider_main .tab-slider_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1279px) {
  .tab-slider_main .tab-slider_flex {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .tab-slider_main .tab-slider_flex {
    padding: 0 40px 0 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  .tab-slider_main .tab-slider_flex {
    padding: 0 10px 0 10px;
  }
}
.tab-slider_main .tab-slider_flex .tab-slider_white-block {
  width: 70%;
  background: #fff;
  padding: 43px 180px 52px 46px;
  margin-right: -145px;
  font-size: 1.7vw;
  line-height: 1.55em;
  letter-spacing: 0.1px;
  min-height: 620px;
}
@media (max-width: 1730px) {
  .tab-slider_main .tab-slider_flex .tab-slider_white-block {
    min-height: 570px;
  }
}
@media (max-width: 1447px) {
  .tab-slider_main .tab-slider_flex .tab-slider_white-block {
    font-size: 2vw;
  }
}
@media (max-width: 1307px) {
  .tab-slider_main .tab-slider_flex .tab-slider_white-block {
    min-height: 510px;
    width: 73%;
  }
}
@media (max-width: 1279px) {
  .tab-slider_main .tab-slider_flex .tab-slider_white-block {
    font-size: 2.2vw;
    min-height: 480px;
    width: 75%;
  }
}
@media (max-width: 1023px) {
  .tab-slider_main .tab-slider_flex .tab-slider_white-block {
    width: 78%;
  }
}
@media (max-width: 767px) {
  .tab-slider_main .tab-slider_flex .tab-slider_white-block {
    width: 100%;
    margin-right: 0px;
    padding: 40px;
    min-height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 479px) {
  .tab-slider_main .tab-slider_flex .tab-slider_white-block {
    padding: 25px;
  }
}
.tab-slider_main .tab-slider_flex .tab-slider_white-block h3 {
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .tab-slider_main .tab-slider_flex .tab-slider_white-block h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1279px) {
  .tab-slider_main .tab-slider_flex .tab-slider_white-block p {
    margin-bottom: 20px;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .tab-slider_main .tab-slider_flex .tab-slider_white-block p {
    font-size: 2.6vw;
  }
}
@media (max-width: 1279px) and (max-width: 639px) {
  .tab-slider_main .tab-slider_flex .tab-slider_white-block p {
    font-size: 3.6vw;
    line-height: 1.45em;
  }
}
@media (max-width: 1279px) and (max-width: 479px) {
  .tab-slider_main .tab-slider_flex .tab-slider_white-block p {
    font-size: 4.4vw;
  }
}
.tab-slider_main .tab-slider_flex .tab-slider_image-block {
  padding: 54px 0;
  max-width: 34%;
}
@media (max-width: 1279px) {
  .tab-slider_main .tab-slider_flex .tab-slider_image-block {
    max-width: 36%;
  }
}
@media (max-width: 767px) {
  .tab-slider_main .tab-slider_flex .tab-slider_image-block {
    max-width: 100%;
    width: 100%;
    padding: 0px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.tab-slider_main .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 30px;
  right: 0;
  max-width: 44%;
  width: 100%;
}
@media (max-width: 1307px) {
  .tab-slider_main .owl-dots {
    max-width: 50%;
  }
}
@media (max-width: 1279px) {
  .tab-slider_main .owl-dots {
    max-width: 42%;
  }
}
@media (max-width: 767px) {
  .tab-slider_main .owl-dots {
    position: static;
    max-width: 100%;
    text-align: center;
  }
}
.tab-slider_main .owl-dots > div {
  width: 31px;
  height: 36px;
  background: url(../images/slider-dot-purple.svg) no-repeat center center;
  background-size: cover;
  background-position: center center;
  margin: 0 17px;
}
@media (max-width: 1730px) {
  .tab-slider_main .owl-dots > div {
    width: 25px;
    height: 30px;
    margin: 0 14px;
  }
}
@media (max-width: 1447px) {
  .tab-slider_main .owl-dots > div {
    width: 23px;
    height: 27px;
    margin: 0 12px;
  }
}
@media (max-width: 1307px) {
  .tab-slider_main .owl-dots > div {
    width: 20px;
    height: 24px;
    margin: 0 10px;
  }
}
@media (max-width: 1307px) {
  .tab-slider_main .owl-dots > div {
    margin: 0 8px;
  }
}
.tab-slider_main .owl-dots > div.active {
  background: url(../images/slider-dot-fill-purple.svg) no-repeat center center;
  background-size: cover;
  background-position: center center;
}
.tab-slider_main .owl-nav {
  margin: 79px 0 0;
}
@media (max-width: 1730px) {
  .tab-slider_main .owl-nav {
    margin-top: 66px;
  }
}
@media (max-width: 1447px) {
  .tab-slider_main .owl-nav {
    margin-top: 61px;
  }
}
@media (max-width: 1307px) {
  .tab-slider_main .owl-nav {
    margin-top: 54px;
  }
}
@media (max-width: 1279px) {
  .tab-slider_main .owl-nav {
    margin-top: 40px;
  }
}
@media (max-width: 479px) {
  .tab-slider_main .owl-nav {
    margin-top: 30px;
  }
}
.tab-slider_main .owl-nav > div {
  position: absolute;
  top: 39%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  bottom: 0;
  width: 43px;
}
@media (max-width: 1307px) {
  .tab-slider_main .owl-nav > div {
    width: 33px;
    top: 43%;
  }
}
@media (max-width: 1279px) {
  .tab-slider_main .owl-nav > div {
    width: 23px;
  }
}
@media (max-width: 479px) {
  .tab-slider_main .owl-nav > div {
    width: 16px;
  }
}
.tab-slider_main .owl-nav > div.disabled {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tab-slider_main .owl-nav .owl-prev {
  left: -70px;
}
@media (max-width: 1279px) {
  .tab-slider_main .owl-nav .owl-prev {
    left: 0px;
  }
}
@media (max-width: 479px) {
  .tab-slider_main .owl-nav .owl-prev {
    left: -15px;
  }
}
.tab-slider_main .owl-nav .owl-next {
  right: 0;
}
@media (max-width: 479px) {
  .tab-slider_main .owl-nav .owl-next {
    right: -15px;
  }
}

.where-to-buy-sumo {
  background: #3b1066;
  padding: 215px 0 79px !important;
}
@media (max-width: 1730px) {
  .where-to-buy-sumo {
    padding: 179px 0 66px !important;
  }
}
@media (max-width: 1447px) {
  .where-to-buy-sumo {
    padding: 160px 0 60px !important;
  }
}
@media (max-width: 1307px) {
  .where-to-buy-sumo {
    padding: 143px 0 54px !important;
  }
}
.where-to-buy-sumo .where-to-buy-inner {
  background: #ffffff;
  width: 1590px;
  margin: auto;
  max-width: 100%;
}
@media (max-width: 1730px) {
  .where-to-buy-sumo .where-to-buy-inner {
    width: 94%;
  }
}
.where-to-buy-sumo .where-to-buy-inner h1 {
  text-align: center;
  font-size: 58px;
  padding: 41px 0 42px;
  margin: 0;
}
@media (max-width: 1730px) {
  .where-to-buy-sumo .where-to-buy-inner h1 {
    font-size: 50px;
    padding: 34px 0 33px;
  }
}
@media (max-width: 1447px) {
  .where-to-buy-sumo .where-to-buy-inner h1 {
    font-size: 44px;
    padding: 33px 0 30px;
  }
}
@media (max-width: 1307px) {
  .where-to-buy-sumo .where-to-buy-inner h1 {
    font-size: 39px;
    padding: 28px 0 26px;
  }
}
@media (max-width: 1023px) {
  .where-to-buy-sumo .where-to-buy-inner h1 {
    font-size: 34px;
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .where-to-buy-sumo .where-to-buy-inner h1 {
    font-size: 30px;
  }
}
@media (max-width: 639px) {
  .where-to-buy-sumo .where-to-buy-inner h1 {
    font-size: 26px;
    padding: 15px;
  }
}
.logos-sec {
  background: #ffffff;
  padding: 110px 0 73px;
}
@media (max-width: 1730px) {
  .logos-sec {
    padding: 90px 0 73px;
  }
}
@media (max-width: 1447px) {
  .logos-sec {
    padding: 80px 0 44px;
  }
}
@media (max-width: 1307px) {
  .logos-sec {
    padding: 69px 0 73px;
  }
}
@media (max-width: 1279px) {
  .logos-sec {
    padding: 54px 0;
  }
}
@media (max-width: 1023px) {
  .logos-sec {
    padding: 50px 0 30px;
  }
}
.logos-sec h3 {
  font-size: 58px;
  text-align: center;
  line-height: 1em;
}
@media (max-width: 1730px) {
  .logos-sec h3 {
    font-size: 50px;
    letter-spacing: -1px;
  }
}
@media (max-width: 1447px) {
  .logos-sec h3 {
    font-size: 46px;
  }
}
@media (max-width: 1307px) {
  .logos-sec h3 {
    font-size: 41px;
    margin: 0 0 16px;
  }
}
@media (max-width: 1023px) {
  .logos-sec h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .logos-sec h3 {
    font-size: 30px;
  }
}
@media (max-width: 639px) {
  .logos-sec h3 {
    font-size: 26px;
  }
}
.logos-sec ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logos-sec ul li {
  padding: 48px 49px;
  margin: 0;
  list-style: none;
}
@media (max-width: 1730px) {
  .logos-sec ul li {
    padding: 39px 51px;
  }
}
@media (max-width: 1447px) {
  .logos-sec ul li {
    padding: 48px 49px;
  }
}
@media (max-width: 1307px) {
  .logos-sec ul li {
    padding: 29px 38px;
  }
}
@media (max-width: 1279px) {
  .logos-sec ul li {
    padding: 26px 24px;
  }
}
@media (max-width: 1023px) {
  .logos-sec ul li {
    padding: 18px 10px;
  }
}
.logos-sec ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1730px) {
  .logos-sec ul li img {
    max-height: 170px;
    max-width: 190px;
  }
}
@media (max-width: 1447px) {
  .logos-sec ul li img {
    max-height: 119px;
    max-width: 171px;
  }
}
@media (max-width: 1307px) {
  .logos-sec ul li img {
    max-height: 130px;
    max-width: 160px;
  }
}
@media (max-width: 1279px) {
  .logos-sec ul li img {
    max-height: 90px;
    max-width: 130px;
  }
}
@media (max-width: 639px) {
  .logos-sec ul li img {
    max-height: 60px;
    max-width: 92px;
  }
}

.page-id-79 {
  background: #ffffff;
}

.page-id-3553 .header-spacer {
  display: none;
}

.where-to-buy-logo {
  padding: 274px 0 100px;
  background: #3b1066;
}
@media (max-width: 1447px) {
  .where-to-buy-logo {
    padding: 240px 0 60px;
  }
}
@media (max-width: 1023px) {
  .where-to-buy-logo {
    padding: 180px 0 60px;
  }
}
@media (max-width: 767px) {
  .where-to-buy-logo {
    padding: 140px 0 40px;
  }
}
@media (max-width: 639px) {
  .where-to-buy-logo {
    padding: 105px 0 40px;
  }
}
.where-to-buy-logo .logo-list-main h1 {
  color: #ffffff;
  text-align: center;
}
.where-to-buy-logo .logo-list-main ul {
  padding: 108px 0 0 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1447px) {
  .where-to-buy-logo .logo-list-main ul {
    padding: 70px 0 0 0;
  }
}
@media (max-width: 1023px) {
  .where-to-buy-logo .logo-list-main ul {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 767px) {
  .where-to-buy-logo .logo-list-main ul {
    padding: 35px 0 0 0;
  }
}
.where-to-buy-logo .logo-list-main ul li {
  list-style-type: none;
  padding: 0 55px 94px 55px;
}
@media (max-width: 1730px) {
  .where-to-buy-logo .logo-list-main ul li {
    padding: 0 45px 94px 45px;
  }
}
@media (max-width: 1447px) {
  .where-to-buy-logo .logo-list-main ul li {
    padding: 0 35px 94px 35px;
  }
}
@media (max-width: 1279px) {
  .where-to-buy-logo .logo-list-main ul li {
    padding: 0 25px 75px 25px;
  }
}
@media (max-width: 1023px) {
  .where-to-buy-logo .logo-list-main ul li {
    padding: 0 20px 50px 20px;
  }
}
@media (max-width: 767px) {
  .where-to-buy-logo .logo-list-main ul li {
    padding: 0 15px 40px 15px;
  }
}
@media (max-width: 639px) {
  .where-to-buy-logo .logo-list-main ul li {
    padding: 0 25px 55px 25px;
  }
}
@media (max-width: 479px) {
  .where-to-buy-logo .logo-list-main ul li {
    padding: 0 15px 55px 15px;
  }
}
@media (max-width: 1730px) {
  .where-to-buy-logo .logo-list-main ul li img {
    max-height: 150px;
    max-width: 240px;
  }
}
@media (max-width: 1447px) {
  .where-to-buy-logo .logo-list-main ul li img {
    max-height: 110px;
    max-width: 200px;
  }
}
@media (max-width: 1307px) {
  .where-to-buy-logo .logo-list-main ul li img {
    max-height: 100px;
    max-width: 170px;
  }
}
@media (max-width: 1023px) {
  .where-to-buy-logo .logo-list-main ul li img {
    max-height: 80px;
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .where-to-buy-logo .logo-list-main ul li img {
    max-height: 65px;
    max-width: 100px;
  }
}
@media (max-width: 639px) {
  .where-to-buy-logo .logo-list-main ul li img {
    max-height: 82px;
    max-width: 140px;
  }
}
@media (max-width: 479px) {
  .where-to-buy-logo .logo-list-main ul li img {
    max-height: 70px;
    max-width: 130px;
  }
}

.blog-landing-banner {
  background: #3b1066 url(../images/blog-landing-bg.png);
  padding: 420px 0 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1730px) {
  .blog-landing-banner {
    padding: 348px 0 74px;
  }
}
@media (max-width: 1447px) {
  .blog-landing-banner {
    padding: 315px 0 65px;
  }
}
@media (max-width: 1307px) {
  .blog-landing-banner {
    padding: 280px 0 60px;
  }
}
@media (max-width: 1023px) {
  .blog-landing-banner {
    padding: 160px 0 50px;
  }
}
.blog-landing-banner .blog-landing-main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1590px;
  margin: auto;
  position: relative;
  max-width: 100%;
}
@media (max-width: 1730px) {
  .blog-landing-banner .blog-landing-main-row {
    width: 1325px;
  }
}
@media (max-width: 1447px) {
  .blog-landing-banner .blog-landing-main-row {
    width: 1192px;
  }
}
@media (max-width: 1307px) {
  .blog-landing-banner .blog-landing-main-row {
    width: 1060px;
  }
}
@media (max-width: 1023px) {
  .blog-landing-banner .blog-landing-main-row {
    width: 90%;
  }
}
.blog-landing-banner .blog-landing-main-row:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 18px;
  right: 0;
  left: 112px;
  background: #ffffff;
}
@media (max-width: 1730px) {
  .blog-landing-banner .blog-landing-main-row:before {
    left: 92px;
  }
}
@media (max-width: 1447px) {
  .blog-landing-banner .blog-landing-main-row:before {
    left: 85px;
  }
}
@media (max-width: 1447px) {
  .blog-landing-banner .blog-landing-main-row:before {
    left: 76px;
    bottom: 14px;
  }
}
@media (max-width: 1023px) {
  .blog-landing-banner .blog-landing-main-row:before {
    left: 0;
    top: 4%;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .blog-landing-banner .blog-landing-main-row .blog-landing-main-image-block {
    padding: 0;
    background: none !important;
    width: 100%;
    top: 0;
    right: 5%;
  }
}
@media (max-width: 1023px) {
  .blog-landing-banner .blog-landing-main-row .blog-landing-main-image-block img {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .blog-landing-banner .blog-landing-main-row .blog-landing-main-image-block .grid-blog-block-inner {
    height: auto;
    position: absolute;
    width: auto;
    top: 50px;
    padding: 0;
    left: 50px;
    bottom: 50px;
    right: 50px;
  }
}
@media (max-width: 639px) {
  .blog-landing-banner .blog-landing-main-row .blog-landing-main-image-block .grid-blog-block-inner {
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 1023px) {
  .blog-landing-banner .blog-landing-main-row .blog-landing-main-image-block .grid-blog-block-inner h2 {
    font-size: 44px;
  }
}
@media (max-width: 639px) {
  .blog-landing-banner .blog-landing-main-row .blog-landing-main-image-block .grid-blog-block-inner h2 {
    font-size: 34px;
  }
}
@media (max-width: 479px) {
  .blog-landing-banner .blog-landing-main-row .blog-landing-main-image-block .grid-blog-block-inner h2 {
    font-size: 7vw;
  }
}

.blog-landing-main-image-block {
  width: 48.5%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 65px 73px 79px;
  position: relative;
  top: -103px;
  min-height: 700px;
}
@media (max-width: 1730px) {
  .blog-landing-main-image-block {
    padding: 56px 60px 69px;
    top: -84px;
    min-height: 600px;
  }
}
@media (max-width: 1447px) {
  .blog-landing-main-image-block {
    padding: 52px 54px 62px;
    top: -79px;
    min-height: 550px;
  }
}
@media (max-width: 1307px) {
  .blog-landing-main-image-block {
    padding: 45px 47px 54px;
    top: -69px;
    min-height: 450px;
  }
}
@media (max-width: 1279px) {
  .blog-landing-main-image-block {
    padding: 45px 40px 54px;
  }
}
@media (max-width: 1023px) {
  .blog-landing-main-image-block {
    min-height: auto;
  }
}
.blog-landing-main-image-block .grid-blog-block-inner {
  height: 100%;
  position: relative;
  width: 100%;
}
.blog-landing-main-image-block h1 {
  font-size: 28px;
  text-transform: uppercase;
  color: #F34726;
  font-family: "sweet_sansbold";
}
@media (max-width: 1730px) {
  .blog-landing-main-image-block h1 {
    font-size: 24px;
  }
}
@media (max-width: 1447px) {
  .blog-landing-main-image-block h1 {
    font-size: 22px;
  }
}
@media (max-width: 1307px) {
  .blog-landing-main-image-block h1 {
    font-size: 19px;
  }
}
@media (max-width: 1279px) {
  .blog-landing-main-image-block h1 {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .blog-landing-main-image-block h1 {
    font-size: 3.5vw;
  }
}
.blog-landing-main-image-block h2 {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 79px;
  width: 100%;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  line-height: 1.05em;
  letter-spacing: 0.02em;
}
@media (max-width: 1730px) {
  .blog-landing-main-image-block h2 {
    font-size: 66px;
  }
}
@media (max-width: 1447px) {
  .blog-landing-main-image-block h2 {
    font-size: 59px;
  }
}
@media (max-width: 1307px) {
  .blog-landing-main-image-block h2 {
    font-size: 53px;
  }
}
@media (max-width: 1279px) {
  .blog-landing-main-image-block h2 {
    font-size: 46px;
  }
}
@media (max-width: 1023px) {
  .blog-landing-main-image-block h2 {
    font-size: 28px;
  }
}

.blog-landing-main-text-block {
  width: 51.5%;
  padding: 83px 74px 151px 100px;
  font-size: 41px;
  position: relative;
}
@media (max-width: 1730px) {
  .blog-landing-main-text-block {
    padding: 70px 60px 125px 84px;
    font-size: 34px;
  }
}
@media (max-width: 1447px) {
  .blog-landing-main-text-block {
    padding: 62px 50px 114px 74px;
    font-size: 31px;
  }
}
@media (max-width: 1307px) {
  .blog-landing-main-text-block {
    padding: 57px 46px 97px 67px;
    font-size: 27px;
  }
}
@media (max-width: 1307px) {
  .blog-landing-main-text-block {
    padding: 57px 40px 80px 40px;
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  .blog-landing-main-text-block {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 479px) {
  .blog-landing-main-text-block {
    width: 100%;
    padding: 30px;
  }
}
.blog-landing-main-text-block .blog-landing-main-text-block-ico {
  text-align: center;
  padding: 0 0 71px;
}
@media (max-width: 1730px) {
  .blog-landing-main-text-block .blog-landing-main-text-block-ico {
    padding: 0 0 58px;
  }
}
@media (max-width: 1447px) {
  .blog-landing-main-text-block .blog-landing-main-text-block-ico {
    padding: 0 0 51px;
  }
}
@media (max-width: 1307px) {
  .blog-landing-main-text-block .blog-landing-main-text-block-ico {
    padding: 0 0 47px;
  }
}
@media (max-width: 639px) {
  .blog-landing-main-text-block .blog-landing-main-text-block-ico {
    padding: 0 0 27px;
  }
}
@media (max-width: 1730px) {
  .blog-landing-main-text-block .blog-landing-main-text-block-ico img {
    width: 94px;
  }
}
@media (max-width: 1447px) {
  .blog-landing-main-text-block .blog-landing-main-text-block-ico img {
    width: 84px;
  }
}
@media (max-width: 1307px) {
  .blog-landing-main-text-block .blog-landing-main-text-block-ico img {
    width: 72px;
  }
}
.blog-landing-main-text-block p {
  margin: 0 0 16px;
}
@media (max-width: 1730px) {
  .blog-landing-main-text-block p {
    margin: 0 0 10px;
    letter-spacing: 0;
  }
}
@media (max-width: 1447px) {
  .blog-landing-main-text-block p {
    margin: 0 0 8px;
  }
}
@media (max-width: 1307px) {
  .blog-landing-main-text-block p {
    line-height: 1.55em;
    letter-spacing: 0.2px;
  }
}
@media (max-width: 639px) {
  .blog-landing-main-text-block p {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .blog-landing-main-text-block p {
    font-size: 20px;
  }
}
.blog-landing-main-text-block .link {
  font-size: 24px;
  font-family: "sweet_sansbold";
}
@media (max-width: 1730px) {
  .blog-landing-main-text-block .link {
    font-size: 21px;
  }
}
@media (max-width: 1447px) {
  .blog-landing-main-text-block .link {
    font-size: 19px;
  }
}
@media (max-width: 1307px) {
  .blog-landing-main-text-block .link {
    font-size: 16px;
  }
}
.blog-landing-main-text-block .link:hover {
  color: #ED2F1E;
}

.testimonial-sec .testimonial-slider .testimonial-block {
  color: #ffffff;
  background: #00A390;
  padding: 161px 0 135px 0;
  min-height: 651px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1730px) {
  .testimonial-sec .testimonial-slider .testimonial-block {
    padding: 133px 0 110px 0;
    min-height: 542px;
  }
}
@media (max-width: 1447px) {
  .testimonial-sec .testimonial-slider .testimonial-block {
    padding: 116px 0 101px 0;
    min-height: 490px;
  }
}
@media (max-width: 1307px) {
  .testimonial-sec .testimonial-slider .testimonial-block {
    padding: 104px 0 89px 0;
    min-height: 470px;
  }
}
@media (max-width: 1023px) {
  .testimonial-sec .testimonial-slider .testimonial-block {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .testimonial-slider .testimonial-block {
    padding: 164px 0 129px 0;
  }
}
.testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote {
  text-align: center;
  max-width: 100%;
  width: 920px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1730px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote {
    width: 800px;
  }
}
@media (max-width: 1447px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote {
    width: 695px;
  }
}
@media (max-width: 1307px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote {
    width: 640px;
  }
}
@media (max-width: 1023px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote {
    width: 465px;
  }
}
.testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote p {
  font-size: 59px;
  line-height: 1em;
  letter-spacing: 4.2px;
  margin: 0 0 0 -35px;
}
@media (max-width: 1730px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote p {
    font-size: 49px;
    letter-spacing: 3.5px;
    margin: 0 0 0 -25px;
  }
}
@media (max-width: 1447px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote p {
    font-size: 42px;
    letter-spacing: 2px;
    margin: 0 0 0 -25px;
  }
}
@media (max-width: 1307px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote p {
    font-size: 40px;
    margin: 0;
    letter-spacing: 2.5px;
  }
}
@media (max-width: 1023px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote p {
    font-size: 30px;
  }
}
@media (max-width: 639px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote p {
    font-size: 24px;
  }
}
@media (max-width: 1307px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote p br {
    display: none;
  }
}
.testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote .author-m {
  padding: 38px 0 0;
}
@media (max-width: 1730px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote .author-m {
    padding: 33px 0 0;
  }
}
@media (max-width: 1447px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote .author-m {
    padding: 25px 0 0;
  }
}
.testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote .author-m img {
  width: auto;
  display: inline-block;
  max-width: 240px;
}
@media (max-width: 1730px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote .author-m img {
    max-width: 240px;
    max-height: 100px;
  }
}
@media (max-width: 1307px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote .author-m img {
    max-height: 100px;
    max-width: 215px;
  }
}
@media (max-width: 1023px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote .author-m img {
    max-height: 75px;
    max-width: 185px;
  }
}
.testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote:before {
  content: "";
  position: absolute;
  left: -189px;
  top: -65px;
  background: url(../images/quote-comma-l.svg) no-repeat center center;
  width: 137px;
  height: 110px;
  background-size: 110px auto;
}
@media (max-width: 1730px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote:before {
    left: -152px;
    top: -62px;
    background-size: 93px auto;
  }
}
@media (max-width: 1447px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote:before {
    left: -157px;
    top: -59px;
    background-size: 84px auto;
  }
}
@media (max-width: 1307px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote:before {
    background-size: 74px auto;
    left: -136px;
  }
}
@media (max-width: 1023px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote:before {
    background-size: 65px auto;
    left: -57px;
    width: 65px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -90px;
  }
}
@media (max-width: 639px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote:before {
    background-size: 65px auto;
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 479px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote:before {
    background-size: 55px auto;
    width: 55px;
    height: 55px;
  }
}
.testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote:after {
  content: "";
  position: absolute;
  right: -189px;
  top: -62px;
  background: url(../images/quote-comma-r.svg) no-repeat center center;
  width: 137px;
  height: 110px;
  background-size: 111px auto;
}
@media (max-width: 1730px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote:after {
    right: -152px;
    top: -60px;
    background-size: 93px auto;
  }
}
@media (max-width: 1447px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote:after {
    right: -155px;
    top: -56px;
    background-size: 84px auto;
  }
}
@media (max-width: 1307px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote:after {
    background-size: 74px auto;
    right: -135px;
  }
}
@media (max-width: 1023px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote:after {
    background-size: 65px auto;
    right: -57px;
    width: 65px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote:after {
    right: 0;
    bottom: -91px;
    top: auto;
    margin: 0 auto;
    left: 0;
  }
}
@media (max-width: 639px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote:after {
    background-size: 65px auto;
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 479px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote:after {
    background-size: 55px auto;
    width: 55px;
    height: 55px;
  }
}
.testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote label {
  position: absolute;
  top: -103px;
  left: 0;
  right: 0;
  font-size: 23px;
  text-transform: uppercase;
  font-family: "sweet_sansbold";
  color: #3b1066;
}
@media (max-width: 1447px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote label {
    top: -89px;
  }
}
@media (max-width: 1307px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote label {
    top: -84px;
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .testimonial-slider .testimonial-block .testimonial-quote label {
    top: -124px;
  }
}
.testimonial-sec .testimonial-slider .owl-prev {
  position: absolute;
  left: 55px;
  top: 41%;
  background: url(../images/left-arrow.svg) no-repeat center center;
  width: 65px;
  height: 100px;
  font-size: 0;
  background-size: 50px auto;
}
@media (max-width: 1730px) {
  .testimonial-sec .testimonial-slider .owl-prev {
    top: 40%;
    background-size: 40px auto;
    left: 45px;
  }
}
@media (max-width: 1447px) {
  .testimonial-sec .testimonial-slider .owl-prev {
    background-size: 36px auto;
    left: 36px;
    top: 39%;
  }
}
@media (max-width: 1307px) {
  .testimonial-sec .testimonial-slider .owl-prev {
    background-size: 32px auto;
    left: 28px;
    top: 38%;
  }
}
@media (max-width: 1023px) {
  .testimonial-sec .testimonial-slider .owl-prev {
    background-size: 20px auto;
    width: 35px;
    height: 60px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .testimonial-slider .owl-prev {
    bottom: 14%;
    left: 31px;
    top: auto;
  }
}
@media (max-width: 639px) {
  .testimonial-sec .testimonial-slider .owl-prev {
    background-size: 25px auto;
    width: 30px;
    height: 60px;
  }
}
@media (max-width: 479px) {
  .testimonial-sec .testimonial-slider .owl-prev {
    background-size: 20px auto;
    width: 20px;
    height: 40px;
  }
}
.testimonial-sec .testimonial-slider .owl-next {
  position: absolute;
  right: 55px;
  top: 42%;
  background: url(../images/right-arrow.svg) no-repeat center center;
  width: 65px;
  height: 100px;
  font-size: 0;
  background-size: 50px auto;
}
@media (max-width: 1730px) {
  .testimonial-sec .testimonial-slider .owl-next {
    top: 40%;
    background-size: 40px auto;
    right: 45px;
  }
}
@media (max-width: 1447px) {
  .testimonial-sec .testimonial-slider .owl-next {
    background-size: 36px auto;
    right: 36px;
    top: 39%;
  }
}
@media (max-width: 1307px) {
  .testimonial-sec .testimonial-slider .owl-next {
    background-size: 32px auto;
    right: 28px;
    top: 38%;
  }
}
@media (max-width: 1023px) {
  .testimonial-sec .testimonial-slider .owl-next {
    background-size: 20px auto;
    width: 35px;
    height: 60px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .testimonial-slider .owl-next {
    bottom: 14%;
    right: 31px;
    top: auto;
  }
}
@media (max-width: 639px) {
  .testimonial-sec .testimonial-slider .owl-next {
    background-size: 25px auto;
    width: 30px;
    height: 60px;
  }
}
@media (max-width: 479px) {
  .testimonial-sec .testimonial-slider .owl-next {
    background-size: 20px auto;
    width: 20px;
    height: 40px;
  }
}
.testimonial-sec .testimonial-slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
}
@media (max-width: 1730px) {
  .testimonial-sec .testimonial-slider .owl-dots {
    bottom: 41px;
  }
}
@media (max-width: 1447px) {
  .testimonial-sec .testimonial-slider .owl-dots {
    bottom: 36px;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .testimonial-slider .owl-dots {
    bottom: 82px;
  }
}
@media (max-width: 639px) {
  .testimonial-sec .testimonial-slider .owl-dots {
    bottom: 40px;
  }
}
.testimonial-sec .testimonial-slider .owl-dots .owl-dot {
  width: 28px;
  height: 28px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin: 0 16px;
}
@media (max-width: 1730px) {
  .testimonial-sec .testimonial-slider .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    margin: 0 13px;
  }
}
@media (max-width: 1447px) {
  .testimonial-sec .testimonial-slider .owl-dots .owl-dot {
    width: 21px;
    height: 21px;
    margin: 0 12px;
  }
}
@media (max-width: 1279px) {
  .testimonial-sec .testimonial-slider .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .testimonial-slider .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    margin: 0 14px;
  }
}
@media (max-width: 639px) {
  .testimonial-sec .testimonial-slider .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    margin: 0 10px;
  }
}
@media (max-width: 479px) {
  .testimonial-sec .testimonial-slider .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }
}
.testimonial-sec .testimonial-slider .owl-dots .owl-dot.active {
  background: #ffffff;
}

.categories-filter {
  padding: 88px 0 103px;
}
@media (max-width: 1730px) {
  .categories-filter {
    padding: 73px 0 76px;
  }
}
@media (max-width: 1447px) {
  .categories-filter {
    padding: 63px 0 76px;
  }
}
@media (max-width: 1307px) {
  .categories-filter {
    padding: 59px 0 68px;
  }
}
@media (max-width: 1023px) {
  .categories-filter {
    padding: 40px 0 68px;
  }
}
.categories-filter .cat-filter-tit {
  text-align: center;
}
.categories-filter .cat-filter-tit h3 {
  font-size: 24px;
  color: #521575;
  font-family: "sweet_sansbold";
  margin: 0 0 58px;
}
@media (max-width: 1730px) {
  .categories-filter .cat-filter-tit h3 {
    font-size: 21px;
    margin: 0 0 48px;
  }
}
@media (max-width: 1447px) {
  .categories-filter .cat-filter-tit h3 {
    font-size: 19px;
    margin: 0 0 43px;
  }
}
@media (max-width: 1307px) {
  .categories-filter .cat-filter-tit h3 {
    font-size: 17px;
    margin: 0 0 35px;
  }
}
@media (max-width: 1023px) {
  .categories-filter .cat-filter-tit h3 {
    margin: 0 0 20px;
  }
}
.categories-filter .cat-filter-tab {
  padding: 0 0 46px;
}
@media (max-width: 1730px) {
  .categories-filter .cat-filter-tab {
    padding: 0 0 37px;
  }
}
@media (max-width: 1307px) {
  .categories-filter .cat-filter-tab {
    padding: 0 0 27px;
  }
}
@media (max-width: 1307px) {
  .categories-filter .cat-filter-tab {
    padding: 0 0 15px;
  }
}
.categories-filter .cat-filter-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}
.categories-filter .cat-filter-tab ul li {
  padding: 0 55px;
  margin: 0;
  list-style: none;
  font-size: 52px;
  font-family: "lemonde-sans";
  text-transform: uppercase;
}
@media (max-width: 1730px) {
  .categories-filter .cat-filter-tab ul li {
    font-size: 43px;
    padding: 0 47px;
  }
}
@media (max-width: 1447px) {
  .categories-filter .cat-filter-tab ul li {
    font-size: 39px;
    padding: 0 42px;
  }
}
@media (max-width: 1307px) {
  .categories-filter .cat-filter-tab ul li {
    font-size: 34px;
    padding: 0 38px;
  }
}
@media (max-width: 1279px) {
  .categories-filter .cat-filter-tab ul li {
    font-size: 30px;
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .categories-filter .cat-filter-tab ul li {
    font-size: 20px;
    padding: 0 17px;
  }
}
.categories-filter .cat-filter-tab ul li a {
  color: transparent;
  -webkit-text-stroke: 1px #521575;
}
.categories-filter .cat-filter-tab ul li a:hover {
  color: #521575;
}
.categories-filter .cat-filter-tab ul li a.active {
  color: #521575;
}

.loader-cls {
  text-align: center;
  width: 100%;
}
.loader-cls img {
  max-width: 80px;
}

.cat-filter-data {
  width: 1643px;
  margin: auto;
  max-width: 100%;
}
@media (max-width: 1730px) {
  .cat-filter-data {
    width: 1365px;
  }
}
@media (max-width: 1447px) {
  .cat-filter-data {
    width: 1236px;
  }
}
@media (max-width: 1307px) {
  .cat-filter-data {
    width: 1104px;
  }
}
.cat-filter-data .blog-landing-main-image-block {
  top: 0;
  height: 771px;
  width: 100%;
}
@media (max-width: 1730px) {
  .cat-filter-data .blog-landing-main-image-block {
    height: 643px;
  }
}
@media (max-width: 1447px) {
  .cat-filter-data .blog-landing-main-image-block {
    height: 578px;
  }
}
@media (max-width: 1307px) {
  .cat-filter-data .blog-landing-main-image-block {
    height: 513px;
  }
}
@media (max-width: 1279px) {
  .cat-filter-data .blog-landing-main-image-block {
    height: 450px;
  }
}
@media (max-width: 1023px) {
  .cat-filter-data .blog-landing-main-image-block {
    height: 350px;
    padding: 30px;
  }
}
.cat-filter-data .blog-landing-main-image-block h2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cat-filter-data .blog-landing-main-image-block:hover h2 {
  color: #ffffff;
}
.cat-filter-data .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cat-filter-data .grid-item {
  width: 50%;
  padding: 30px 25px;
}
@media (max-width: 1730px) {
  .cat-filter-data .grid-item {
    padding: 25px 21px;
  }
}
@media (max-width: 1447px) {
  .cat-filter-data .grid-item {
    padding: 20px 21px;
  }
}
@media (max-width: 1307px) {
  .cat-filter-data .grid-item {
    padding: 10px;
  }
}
@media (max-width: 639px) {
  .cat-filter-data .grid-item {
    width: 100%;
  }
}
.cat-filter-data .cat-logo-block {
  min-height: 383px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 1730px) {
  .cat-filter-data .cat-logo-block {
    min-height: 321px;
  }
}
@media (max-width: 1447px) {
  .cat-filter-data .cat-logo-block {
    min-height: 288px;
  }
}
@media (max-width: 1307px) {
  .cat-filter-data .cat-logo-block {
    min-height: 255px;
  }
}
@media (max-width: 1023px) {
  .cat-filter-data .cat-logo-block {
    min-height: 215px;
  }
}
.cat-filter-data .cat-logo-block label {
  position: absolute;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 28px;
  top: 68px;
  left: 73px;
  line-height: normal;
}
@media (max-width: 1730px) {
  .cat-filter-data .cat-logo-block label {
    font-size: 23px;
    top: 56px;
    left: 60px;
  }
}
@media (max-width: 1447px) {
  .cat-filter-data .cat-logo-block label {
    font-size: 22px;
    top: 51px;
    left: 50px;
  }
}
@media (max-width: 1307px) {
  .cat-filter-data .cat-logo-block label {
    font-size: 19px;
    top: 45px;
    left: 43px;
  }
}
@media (max-width: 1023px) {
  .cat-filter-data .cat-logo-block label {
    font-size: 16px;
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 1307px) {
  .cat-filter-data .cat-logo-block .cat-logo {
    max-width: 50%;
  }
}
@media (max-width: 1023px) {
  .cat-filter-data .cat-logo-block .cat-logo {
    max-width: 100%;
  }
}
.cat-filter-data .cat-logo-block .cat-logo img {
  display: block;
  width: 100%;
  max-width: 300px;
}
@media (max-width: 1730px) {
  .cat-filter-data .cat-logo-block .cat-logo img {
    max-height: 100px;
    max-width: 240px;
  }
}
@media (max-width: 1307px) {
  .cat-filter-data .cat-logo-block .cat-logo img {
    max-height: 100px;
    max-width: 215px;
  }
}
@media (max-width: 1023px) {
  .cat-filter-data .cat-logo-block .cat-logo img {
    max-height: 75px;
    max-width: 185px;
  }
}

.overlay-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.link-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.link-social .social-icon {
  padding: 0 0 0 12px;
}
.link-social li {
  padding: 0 10px;
}

.recipe-gb-content-block {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: 115px;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .recipe-gb-content-block {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .recipe-gb-content-block .container {
    width: 100%;
    padding: 0px;
  }
}
.recipe-gb-content-block .container .container {
  width: 100%;
  padding: 0px;
}
.recipe-gb-content-block .container .recipe-gb-content-sub-block {
  width: 100%;
  position: relative;
  padding-bottom: 80px;
  padding-left: 180px;
  padding-right: 80px;
}
@media only screen and (min-width: 1731px) {
  .recipe-gb-content-block .container .recipe-gb-content-sub-block {
    padding-left: 192px;
  }
}
@media (max-width: 1447px) {
  .recipe-gb-content-block .container .recipe-gb-content-sub-block {
    padding-left: 150px;
    padding-right: 60px;
  }
}
@media (max-width: 1307px) {
  .recipe-gb-content-block .container .recipe-gb-content-sub-block {
    padding-left: 120px;
    padding-right: 50px;
  }
}
@media (max-width: 1023px) {
  .recipe-gb-content-block .container .recipe-gb-content-sub-block {
    padding-left: 40px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .recipe-gb-content-block .container .recipe-gb-content-sub-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.recipe-gb-content-block .container .recipe-gb-content-sub-block:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 112px;
  background: #ffffff;
  z-index: -1;
}
@media (max-width: 1730px) {
  .recipe-gb-content-block .container .recipe-gb-content-sub-block:before {
    left: 92px;
  }
}
@media (max-width: 1447px) {
  .recipe-gb-content-block .container .recipe-gb-content-sub-block:before {
    left: 85px;
  }
}
@media (max-width: 1307px) {
  .recipe-gb-content-block .container .recipe-gb-content-sub-block:before {
    left: 76px;
    bottom: 14px;
  }
}
@media (max-width: 1023px) {
  .recipe-gb-content-block .container .recipe-gb-content-sub-block:before {
    left: 0;
    top: 4%;
    width: 100%;
  }
}
.recipe-gb-content-block .blog-landing-banner {
  padding-top: 0px;
  padding-bottom: 10px;
}
.recipe-gb-content-block .blog-landing-banner .blog-landing-main-row {
  position: static;
}
@media (max-width: 1023px) {
  .recipe-gb-content-block .blog-landing-banner .blog-landing-main-row {
    width: 100%;
  }
}
.recipe-gb-content-block .blog-landing-banner .blog-landing-main-row::before {
  display: none;
}
.recipe-gb-content-block .blog-landing-banner .blog-landing-main-row .full-blog-content .tasty-recipes-notes {
  padding-left: 0px;
}
.recipe-gb-content-block .blog-landing-banner .blog-landing-main-row .full-blog-content .reci-twoCl-m {
  padding-left: 0px;
}
.recipe-gb-content-block .header-spacer {
  display: none;
}
.recipe-gb-content-block .full-blog-content {
  padding: 0px !important;
}
.recipe-gb-content-block .blog-landing-main-first {
  min-height: 600px;
}
@media (max-width: 1307px) {
  .recipe-gb-content-block .blog-landing-main-first {
    min-height: 550px;
  }
}
@media (max-width: 1023px) {
  .recipe-gb-content-block .blog-landing-main-first {
    min-height: unset;
    display: block;
  }
}
.recipe-gb-content-block .blog-landing-main-first .blog-landing-main-image-block {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 760px;
}
@media (max-width: 1447px) {
  .recipe-gb-content-block .blog-landing-main-first .blog-landing-main-image-block {
    min-height: 690px;
  }
}
@media (max-width: 1307px) {
  .recipe-gb-content-block .blog-landing-main-first .blog-landing-main-image-block {
    min-height: 580px;
  }
}
@media (max-width: 1023px) {
  .recipe-gb-content-block .blog-landing-main-first .blog-landing-main-image-block {
    position: relative;
    left: -12%;
    width: 115%;
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .recipe-gb-content-block .blog-landing-main-first .blog-landing-main-image-block {
    left: -13%;
  }
}
.recipe-gb-content-block .blog-landing-main-first .blog-landing-main-image-block .grid-blog-block-inner {
  height: auto;
}
.recipe-gb-content-block .blog-landing-main-first .blog-landing-main-text-block {
  padding-left: 50px;
  padding-right: 0;
}
@media only screen and (min-width: 1731px) {
  .recipe-gb-content-block .blog-landing-main-first .blog-landing-main-text-block {
    padding-left: 30px;
  }
}
@media (max-width: 1307px) {
  .recipe-gb-content-block .blog-landing-main-first .blog-landing-main-text-block {
    padding-left: 0px;
  }
}
@media (max-width: 1307px) {
  .recipe-gb-content-block .blog-landing-main-first .blog-landing-main-text-block .tasty-recipes-description p {
    min-height: 200px;
  }
}
@media (max-width: 1023px) {
  .recipe-gb-content-block .blog-landing-main-first .blog-landing-main-text-block .tasty-recipes-description p {
    min-height: unset;
  }
}

.blog-landing-main-first {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wp-block-image img {
  width: 100%;
}

.blue-header {
  background: #3b1066;
}

.small-Wrapper {
  max-width: 100%;
  width: 1305px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1730px) {
  .small-Wrapper {
    width: 1054px;
  }
}
@media (max-width: 1447px) {
  .small-Wrapper {
    width: 950px;
  }
}
@media (max-width: 1307px) {
  .small-Wrapper {
    width: 847px;
  }
}

.two-col-with-video-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1690px;
  margin: auto;
  max-width: 100%;
}
.two-col-with-video-row .two-col-with-video-lh {
  width: 43.6%;
  padding: 0 0 0 50px;
}
@media (max-width: 1730px) {
  .two-col-with-video-row .two-col-with-video-lh {
    padding: 0 0 0 42px;
  }
}
@media (max-width: 1447px) {
  .two-col-with-video-row .two-col-with-video-lh {
    padding: 0 0 0 38px;
  }
}
@media (max-width: 1307px) {
  .two-col-with-video-row .two-col-with-video-lh {
    padding: 0 0 0 35px;
  }
}
@media (max-width: 1023px) {
  .two-col-with-video-row .two-col-with-video-lh {
    padding: 0;
    width: 100%;
  }
}
.two-col-with-video-row .two-col-with-video-rh {
  width: 45.7%;
  padding-top: 62px;
}
@media (max-width: 1730px) {
  .two-col-with-video-row .two-col-with-video-rh {
    padding-top: 53px;
  }
}
@media (max-width: 1447px) {
  .two-col-with-video-row .two-col-with-video-rh {
    padding-top: 46px;
  }
}
@media (max-width: 1307px) {
  .two-col-with-video-row .two-col-with-video-rh {
    padding-top: 41px;
  }
}
@media (max-width: 1023px) {
  .two-col-with-video-row .two-col-with-video-rh {
    padding-top: 20px;
    width: 100%;
  }
}
.two-col-with-video-row .two-col-with-video-rh iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.two-col-with-video-row p {
  font-size: 34px;
  line-height: 1.55em;
  letter-spacing: 0.5px;
}
@media (max-width: 1730px) {
  .two-col-with-video-row p {
    font-size: 28px;
    letter-spacing: 0.4px;
  }
}
@media (max-width: 1447px) {
  .two-col-with-video-row p {
    font-size: 25px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 1307px) {
  .two-col-with-video-row p {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1.5em;
  }
}
@media (max-width: 479px) {
  .two-col-with-video-row p {
    font-size: 20px;
  }
}
@media (max-width: 1279px) {
  .two-col-with-video-row p br {
    display: none;
  }
}

.two-col-video {
  position: relative;
  padding: 0 0 56.5%;
  margin: 0 0 32px;
}
@media (max-width: 1730px) {
  .two-col-video {
    margin: 0 0 26px;
  }
}
@media (max-width: 1307px) {
  .two-col-video {
    margin: 0 0 21px;
  }
}

.full-post-cat-filter {
  background: #ffffff;
  padding-bottom: 85px;
}
@media (max-width: 1730px) {
  .full-post-cat-filter {
    padding-bottom: 76px;
  }
}
@media (max-width: 1447px) {
  .full-post-cat-filter {
    padding-bottom: 68px;
  }
}
@media (max-width: 1023px) {
  .full-post-cat-filter {
    padding-bottom: 40px;
  }
}
.full-post-cat-filter .cat-filter-tab {
  padding-bottom: 0;
}
.full-post-cat-filter .cat-filter-tit h3 {
  margin: 0 0 68px;
}
@media (max-width: 1730px) {
  .full-post-cat-filter .cat-filter-tit h3 {
    margin: 0 0 43px;
  }
}
@media (max-width: 1447px) {
  .full-post-cat-filter .cat-filter-tit h3 {
    margin: 0 0 35px;
  }
}
@media (max-width: 1023px) {
  .full-post-cat-filter .cat-filter-tit h3 {
    margin: 0 0 20px;
  }
}

.two-col-with-video {
  padding-bottom: 182px;
}
@media (max-width: 1730px) {
  .two-col-with-video {
    padding-bottom: 138px;
  }
}
@media (max-width: 1307px) {
  .two-col-with-video {
    padding-bottom: 128px;
  }
}
@media (max-width: 1279px) {
  .two-col-with-video {
    padding-bottom: 60px;
  }
}

.remove-background {
  background: none;
}

.link-social .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 23px;
  margin: 0;
}
@media (max-width: 1730px) {
  .link-social .social-icon {
    padding: 0 0 0 13px;
  }
}
.link-social .social-icon li {
  padding: 0;
  margin: 0 20px 0 0;
  list-style: none;
}
@media (max-width: 1730px) {
  .link-social .social-icon li {
    margin: 0 15px 0 0;
    width: 18px;
  }
}
.link-social .social-icon li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
}
.link-social .social-icon li a:hover {
  top: -5px;
}

.media-kit-block-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
  padding: 0 50px 0px 50px;
}
@media (max-width: 1447px) {
  .media-kit-block-m {
    padding: 0 45px 0px 45px;
  }
}
@media (max-width: 1279px) {
  .media-kit-block-m {
    padding: 0;
  }
}
.media-kit-block-m .media-kit-box {
  width: 50%;
  padding: 0 25px;
  margin: 0 0 50px;
}
@media (max-width: 1730px) {
  .media-kit-block-m .media-kit-box {
    margin: 0 0 34px;
    padding: 0 20px;
  }
}
@media (max-width: 1447px) {
  .media-kit-block-m .media-kit-box {
    margin: 0 0 28px;
  }
}
@media (max-width: 1307px) {
  .media-kit-block-m .media-kit-box {
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .media-kit-block-m .media-kit-box {
    width: 100%;
  }
}
.media-kit-block-m .media-kit-box .mediakit-in {
  background: #ffffff;
  border: 2px solid #ffffff;
  text-align: center;
  padding: 136px 20px 88px 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 1730px) {
  .media-kit-block-m .media-kit-box .mediakit-in {
    padding: 113px 20px 77px 20px;
  }
}
@media (max-width: 1447px) {
  .media-kit-block-m .media-kit-box .mediakit-in {
    padding: 100px 20px 74px 20px;
  }
}
@media (max-width: 1307px) {
  .media-kit-block-m .media-kit-box .mediakit-in {
    padding: 89px 20px 68px 20px;
  }
}
@media (max-width: 1023px) {
  .media-kit-block-m .media-kit-box .mediakit-in {
    padding: 50px 20px;
  }
}
.media-kit-block-m .media-kit-box .mediakit-in h4 {
  font-family: "sweet_sansregular";
  font-size: 37px;
  margin: 0 0 3px;
}
@media (max-width: 1730px) {
  .media-kit-block-m .media-kit-box .mediakit-in h4 {
    font-size: 32px;
  }
}
@media (max-width: 1447px) {
  .media-kit-block-m .media-kit-box .mediakit-in h4 {
    font-size: 29px;
  }
}
@media (max-width: 1307px) {
  .media-kit-block-m .media-kit-box .mediakit-in h4 {
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  .media-kit-block-m .media-kit-box .mediakit-in h4 {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .media-kit-block-m .media-kit-box .mediakit-in h4 {
    font-size: 19px;
  }
}
.media-kit-block-m .media-kit-box .mediakit-in p {
  font-size: 22px;
  line-height: 1.4em;
  max-width: 330px;
  margin: 0 auto 13px auto;
}
@media (max-width: 1730px) {
  .media-kit-block-m .media-kit-box .mediakit-in p {
    font-size: 18px;
    margin: 0 auto 9px auto;
  }
}
@media (max-width: 1447px) {
  .media-kit-block-m .media-kit-box .mediakit-in p {
    font-size: 16px;
    letter-spacing: -0.2px;
  }
}
@media (max-width: 1307px) {
  .media-kit-block-m .media-kit-box .mediakit-in p {
    font-size: 14px;
  }
}
.media-kit-block-m .media-kit-box .mediakit-in:hover {
  border: 2px solid #521575;
}
@media (max-width: 767px) {
  .media-kit-block-m .media-kit-box:last-child {
    margin: 0;
  }
}

.center-title {
  text-align: center;
}

.faq-main {
  padding-bottom: 160px;
}
@media (max-width: 1447px) {
  .faq-main {
    padding-bottom: 117px;
  }
}
@media (max-width: 1307px) {
  .faq-main {
    padding-bottom: 97px;
  }
}
@media (max-width: 1279px) {
  .faq-main {
    padding-bottom: 50px;
  }
}
.faq-main .accordion-section {
  border-bottom: 1px solid #fdbd0a;
}
.faq-main .accordion-section .accordion-section-title {
  font-size: 45px;
  letter-spacing: 0.7px;
  line-height: normal;
  width: 100%;
  display: block;
  padding: 45px 290px 42px 0;
  position: relative;
}
@media (max-width: 1730px) {
  .faq-main .accordion-section .accordion-section-title {
    font-size: 36px;
    letter-spacing: 1.2px;
    padding: 38px 230px 37px 0;
  }
}
@media (max-width: 1447px) {
  .faq-main .accordion-section .accordion-section-title {
    font-size: 32px;
    padding: 32px 210px 33px 0;
    line-height: 1.35em;
  }
}
@media (max-width: 1307px) {
  .faq-main .accordion-section .accordion-section-title {
    font-size: 28px;
    padding: 30px 160px 29px 0;
    line-height: 1.35em;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 1279px) {
  .faq-main .accordion-section .accordion-section-title {
    font-size: 24px;
    padding: 25px 120px 25px 0;
  }
}
@media (max-width: 767px) {
  .faq-main .accordion-section .accordion-section-title {
    font-size: 22px;
  }
}
@media (max-width: 639px) {
  .faq-main .accordion-section .accordion-section-title {
    font-size: 18px;
    padding: 15px 50px 15px 0;
  }
}
.faq-main .accordion-section .accordion-section-title.active {
  padding-bottom: 14px;
}
@media (max-width: 1730px) {
  .faq-main .accordion-section .accordion-section-title.active {
    padding-bottom: 11px;
  }
}
@media (max-width: 1307px) {
  .faq-main .accordion-section .accordion-section-title.active {
    padding-bottom: 7px;
  }
}
.faq-main .accordion-section .accordion-section-title:before {
  content: "";
  position: absolute;
  right: 56px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 40px;
  background: #521575;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1730px) {
  .faq-main .accordion-section .accordion-section-title:before {
    width: 4px;
    height: 30px;
    right: 43px;
  }
}
@media (max-width: 1279px) {
  .faq-main .accordion-section .accordion-section-title:before {
    width: 3px;
    height: 25px;
    right: 41px;
  }
}
@media (max-width: 639px) {
  .faq-main .accordion-section .accordion-section-title:before {
    width: 4px;
    height: 25px;
    right: 20px;
  }
}
.faq-main .accordion-section .accordion-section-title:after {
  content: "";
  position: absolute;
  right: 41px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 10px;
  background: #521575;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1730px) {
  .faq-main .accordion-section .accordion-section-title:after {
    width: 30px;
    height: 4px;
    right: 30px;
  }
}
@media (max-width: 1279px) {
  .faq-main .accordion-section .accordion-section-title:after {
    width: 25px;
    height: 3px;
  }
}
@media (max-width: 639px) {
  .faq-main .accordion-section .accordion-section-title:after {
    width: 25px;
    height: 4px;
    right: 10px;
  }
}
.faq-main .accordion-section .accordion-section-title.active:before {
  opacity: 0;
  visibility: hidden;
}
.faq-main .accordion-section .accordion-section-content {
  display: none;
  font-family: "sweet_sansbold";
  font-size: 32px;
  padding: 12px 0 38px;
  width: 73%;
  letter-spacing: 1px;
  line-height: 1.5em;
}
@media (max-width: 1730px) {
  .faq-main .accordion-section .accordion-section-content {
    font-size: 26px;
    padding: 12px 0 32px;
  }
}
@media (max-width: 1447px) {
  .faq-main .accordion-section .accordion-section-content {
    font-size: 24px;
    letter-spacing: 0.72px;
    line-height: 1.45em;
  }
}
@media (max-width: 1307px) {
  .faq-main .accordion-section .accordion-section-content {
    font-size: 21px;
    padding: 12px 0 28px;
  }
}
@media (max-width: 1279px) {
  .faq-main .accordion-section .accordion-section-content {
    width: 84%;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .faq-main .accordion-section .accordion-section-content {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .faq-main .accordion-section .accordion-section-content {
    font-size: 16px;
    padding: 0px 0 25px;
    width: 100%;
  }
}
.faq-main .accordion-section .accordion-section-content p:last-child {
  margin: 0;
}
.faq-main .accordion-section .accordion-section-content table {
  width: 100%;
  margin: 0 0 40px;
}

.accordion {
  max-width: 100%;
}
@media (max-width: 1447px) {
  .accordion {
    width: 946px;
    margin: auto;
  }
}
@media (max-width: 1307px) {
  .accordion {
    width: 841px;
    margin: auto;
  }
}

@media (max-width: 1307px) {
  .section-83-1 {
    padding: 0 0 30px !important;
  }
}
.section-83-1 h1 {
  font-size: 123px;
  text-transform: inherit;
  margin: 6px 0 14px 0px;
  letter-spacing: 8px;
}
@media (max-width: 1730px) {
  .section-83-1 h1 {
    font-size: 104px;
    letter-spacing: 0.06em;
  }
}
@media (max-width: 1447px) {
  .section-83-1 h1 {
    font-size: 94px;
  }
}
@media (max-width: 1307px) {
  .section-83-1 h1 {
    font-size: 81px;
  }
}
@media (max-width: 1279px) {
  .section-83-1 h1 {
    font-size: 74px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-83-1 h1 {
    font-size: 56px;
  }
}
@media (max-width: 639px) {
  .section-83-1 h1 {
    font-size: 48px;
  }
}

@media (max-width: 1447px) {
  .practices-guide-slider {
    padding: 0 30px;
  }
}
@media (max-width: 639px) {
  .practices-guide-slider {
    padding: 0 30px;
  }
}
.practices-guide-slider .owl-prev {
  position: absolute;
  left: -95px;
  top: 44%;
  width: 52px;
  height: 90px;
  font-size: 0;
  background: url(../images/left-arrow-purple.svg) no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1730px) {
  .practices-guide-slider .owl-prev {
    width: 42px;
    height: 74px;
    left: -81px;
  }
}
@media (max-width: 1447px) {
  .practices-guide-slider .owl-prev {
    left: -23px;
    width: 37px;
    height: 68px;
  }
}
@media (max-width: 1307px) {
  .practices-guide-slider .owl-prev {
    left: -16px;
    width: 31px;
    height: 55px;
    top: 45%;
  }
}
@media (max-width: 1279px) {
  .practices-guide-slider .owl-prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .practices-guide-slider .owl-prev {
    width: 21px;
    height: 37px;
  }
}
@media (max-width: 479px) {
  .practices-guide-slider .owl-prev {
    width: 20px;
    height: 32px;
    background-size: 18px auto;
  }
}
.practices-guide-slider .owl-prev.disabled {
  display: none;
}
.practices-guide-slider .owl-next {
  position: absolute;
  right: -95px;
  top: 44%;
  width: 52px;
  height: 90px;
  font-size: 0;
  background: url(../images/right-arrow-purple.svg) no-repeat;
  background-size: cover;
}
.practices-guide-slider .owl-next.disabled {
  display: none;
}
@media (max-width: 1730px) {
  .practices-guide-slider .owl-next {
    width: 42px;
    height: 74px;
    right: -81px;
  }
}
@media (max-width: 1447px) {
  .practices-guide-slider .owl-next {
    right: -23px;
    width: 37px;
    height: 68px;
  }
}
@media (max-width: 1307px) {
  .practices-guide-slider .owl-next {
    right: -16px;
    width: 31px;
    height: 55px;
    top: 45%;
  }
}
@media (max-width: 1279px) {
  .practices-guide-slider .owl-next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .practices-guide-slider .owl-next {
    width: 21px;
    height: 37px;
  }
}
@media (max-width: 479px) {
  .practices-guide-slider .owl-next {
    width: 20px;
    height: 32px;
    background-size: 18px auto;
  }
}

.prac-gui-dow-m {
  padding: 75px 0 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1730px) {
  .prac-gui-dow-m {
    padding: 64px 0 100px 0;
  }
}
@media (max-width: 1447px) {
  .prac-gui-dow-m {
    margin: 0 0px;
    padding: 57px 0 80px 0;
  }
}
@media (max-width: 1307px) {
  .prac-gui-dow-m {
    margin: 0 0px;
    padding: 54px 0 80px 0;
  }
}
@media (max-width: 1279px) {
  .prac-gui-dow-m {
    margin: 0 -20px;
    padding: 40px 0 40px 0;
  }
}
@media (max-width: 1023px) {
  .prac-gui-dow-m {
    margin: 0 -10px;
    padding: 50px 0 30px 0;
  }
}
.prac-gui-dow-m .prac-gui-dow-block {
  width: 25%;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 50px;
}
@media (max-width: 1447px) {
  .prac-gui-dow-m .prac-gui-dow-block {
    padding: 0 8px;
  }
}
@media (max-width: 1307px) {
  .prac-gui-dow-m .prac-gui-dow-block {
    padding: 0 18px;
  }
}
@media (max-width: 1279px) {
  .prac-gui-dow-m .prac-gui-dow-block {
    padding: 0 22px;
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .prac-gui-dow-m .prac-gui-dow-block {
    padding: 0px 20px 30px;
    width: 100%;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .prac-gui-dow-m .prac-gui-dow-block {
    width: 100%;
  }
}
.prac-gui-dow-m .prac-gui-dow-block h5 {
  font-family: "sweet_sansregular";
  font-size: 28px;
  margin: 0 0 20px;
}
@media (max-width: 1730px) {
  .prac-gui-dow-m .prac-gui-dow-block h5 {
    font-size: 22px;
    margin-bottom: 7px;
  }
}
@media (max-width: 1447px) {
  .prac-gui-dow-m .prac-gui-dow-block h5 {
    font-size: 19px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1279px) {
  .prac-gui-dow-m .prac-gui-dow-block h5 {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .prac-gui-dow-m .prac-gui-dow-block h5 {
    font-size: 19px;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .prac-gui-dow-m .prac-gui-dow-block h5 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .prac-gui-dow-m .prac-gui-dow-block:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 1730px) {
  .small-Wrapper {
    width: 74.5%;
  }
}
@media (max-width: 1447px) {
  .small-Wrapper {
    width: 82.5%;
  }
}
@media (max-width: 1307px) {
  .small-Wrapper {
    width: 83%;
  }
}
@media (max-width: 639px) {
  .small-Wrapper {
    width: 100%;
  }
}

.protected-form {
  max-width: 100%;
  width: 720px;
  margin: 0 auto;
}
.protected-form input[type=submit] {
  margin: 10px 0 0;
}

.page-template-alittleweird-template .site-header, .page-template-alittleweird-template .header-spacer, .page-template-alittleweird-template .dont-miss-sec {
  display: none;
}

.stay-in-touch-box .st-form.dont-miss-sec {
  display: block;
  padding: 0;
}

.ovarlay-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
}
@media (max-width: 639px) {
  .ovarlay-header {
    position: relative;
  }
}
@media (max-width: 639px) {
  .ovarlay-header .container {
    padding: 0;
    width: 100%;
  }
}
.ovarlay-header .ovarlay-h-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 639px) {
  .ovarlay-header .ovarlay-h-inner {
    padding: 0;
  }
}
.ovarlay-header .ovarlay-h-inner .logo-position-left {
  max-width: 100%;
  margin: 0 0 0 14px;
  background: #3c1066;
  border-radius: 0 0 30px 30px;
  text-align: center;
  padding: 13px 12px 20px 12px;
  width: 318px;
}
@media (max-width: 1307px) {
  .ovarlay-header .ovarlay-h-inner .logo-position-left {
    margin: 0;
  }
}
@media (max-width: 639px) {
  .ovarlay-header .ovarlay-h-inner .logo-position-left {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    padding: 27px 20px 29px 20px;
  }
}
.ovarlay-header .ovarlay-h-inner .logo-position-left a {
  text-decoration: none;
  display: inline-block;
}
.ovarlay-header .ovarlay-h-inner .logo-position-left a img {
  max-width: 225px;
}
@media (max-width: 639px) {
  .ovarlay-header .ovarlay-h-inner .logo-position-left a img {
    max-width: 151px;
  }
}
.ovarlay-header .ovarlay-h-inner .logo-position-left a span {
  font-family: "sweetsans-medium";
  color: #fcb102;
  font-size: 22px;
  line-height: normal;
  display: block;
  text-transform: uppercase;
  margin: 7px 0 0 0;
  letter-spacing: -0.02em;
}
@media (max-width: 639px) {
  .ovarlay-header .ovarlay-h-inner .logo-position-left a span {
    margin: 13px 0 0 0;
    font-size: 15px;
  }
}
.ovarlay-header .ovarlay-h-inner .right-site-link {
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 9px 0 0;
}
@media (max-width: 1279px) {
  .ovarlay-header .ovarlay-h-inner .right-site-link {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .ovarlay-header .ovarlay-h-inner .right-site-link {
    display: none;
  }
}
.ovarlay-header .ovarlay-h-inner .right-site-link a {
  color: #3c1066;
  text-decoration: none;
  background: #F34726;
  padding: 15px 30px;
  border-radius: 30px;
  font-family: "sweet_sansbold";
}
.ovarlay-header .ovarlay-h-inner .right-site-link a:hover {
  color: #FBB10E;
}

.alittleweird-banner {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 0 45px 0;
  min-height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
@media (max-width: 639px) {
  .alittleweird-banner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-image: url(../images/Microsite_Homepage_Mobile.png) !important;
    background-position: center center;
  }
}
@media (max-width: 639px) {
  .alittleweird-banner {
    padding: 0;
    min-height: auto;
  }
}
@media only screen and (max-height: 649px) {
  .alittleweird-banner {
    padding-bottom: 0;
  }
}
.alittleweird-banner .alittleweird-bg-video {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /*New add*/
}
.alittleweird-banner .alittleweird-bg-video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.alittleweird-banner .ali-banner-cap {
  width: 50%;
  z-index: 1;
  padding: 223px 40px 0 0;
}
@media (max-width: 1447px) {
  .alittleweird-banner .ali-banner-cap {
    padding: 145px 40px 0 0;
    width: 54%;
  }
}
@media (max-width: 1023px) {
  .alittleweird-banner .ali-banner-cap {
    padding: 170px 40px 0 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .alittleweird-banner .ali-banner-cap {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .alittleweird-banner .ali-banner-cap {
    width: 100%;
    padding: 10px 0 0 0;
    position: unset;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) and (max-height: 850px) {
  .alittleweird-banner .ali-banner-cap {
    padding: 160px 40px 0 0;
  }
}
@media screen and (min-width: 1024px) and (max-height: 649px) {
  .alittleweird-banner .ali-banner-cap {
    padding: 150px 0px 0 0;
  }
}
.alittleweird-banner .ali-banner-cap .ali-banner-cap-inner {
  max-width: 100%;
  width: 850px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h1 {
  font-size: 47px;
  margin: 0 0 31px;
  letter-spacing: 0.02em;
  font-family: "sweet_sansbold";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1730px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h1 {
    font-size: 38px;
  }
}
@media (max-width: 1279px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h1 {
    font-size: 34px;
  }
}
@media (max-width: 1023px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h1 {
    font-size: 28px;
  }
}
@media (max-width: 639px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h1 {
    font-size: 20px;
    margin: 0 0 14px;
  }
}
@media (max-width: 479px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h1 {
    font-size: 20px;
    margin: 0 0 10px 0px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 850px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h1 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 768px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h1 {
    font-size: 32px;
  }
}
.alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h1 img {
  width: 285px;
  margin: 0 0 0 10px;
}
@media (max-width: 1730px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h1 img {
    width: 150px;
  }
}
@media (max-width: 1279px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h1 img {
    width: 130px;
  }
}
@media (max-width: 479px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h1 img {
    width: 100px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 850px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h1 img {
    width: 210px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 768px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h1 img {
    width: 190px;
  }
}
.alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h2 {
  font-size: 108px;
  line-height: 0.76em;
  margin: 0 0 45px;
  letter-spacing: 0.01em;
}
@media (max-width: 1730px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h2 {
    font-size: 92px;
  }
}
@media (max-width: 1307px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h2 {
    font-size: 72px;
    margin: 0 0 25px;
  }
}
@media (max-width: 1279px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h2 {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h2 {
    font-size: 40px;
  }
}
@media (max-width: 639px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h2 {
    margin: 0 0 0px 0;
    font-size: 49px;
  }
}
@media (max-width: 479px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h2 {
    margin: 0 0 4px 0;
    font-size: 47px;
  }
}
@media (max-width: 375px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 850px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h2 {
    font-size: 66px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 768px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h2 {
    font-size: 66px;
  }
}
.alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h2 sup {
  position: relative;
  top: -10px;
}
.alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h3 {
  font-size: 50px;
  margin: 0;
  color: #ffb502;
  font-family: "sweet_sansbold";
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 1730px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h3 {
    font-size: 46px;
  }
}
@media (max-width: 1307px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h3 {
    font-size: 34px;
  }
}
@media (max-width: 1279px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h3 {
    font-size: 26px;
  }
}
@media (max-width: 639px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h3 {
    font-size: 22px;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 375px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 850px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 768px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner h3 {
    font-size: 30px;
  }
}
.alittleweird-banner .ali-banner-cap .ali-banner-cap-inner .banner-right-gif {
  position: absolute;
  right: 0;
  top: -60px;
  bottom: 0;
  margin: auto;
  max-width: 55%;
}
@media (max-width: 1730px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner .banner-right-gif {
    top: 0;
  }
}
@media (max-width: 1023px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner .banner-right-gif {
    position: static;
    max-width: 80%;
  }
}
@media (max-width: 639px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner .banner-right-gif {
    position: relative;
    max-width: 70%;
    top: 0px;
  }
}
@media (max-width: 479px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner .banner-right-gif {
    top: 0px;
    max-width: 94%;
  }
}
@media (max-width: 375px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner .banner-right-gif {
    max-width: 76%;
  }
}
@media screen and (min-width: 768px) and (max-height: 850px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner .banner-right-gif {
    top: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-height: 649px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner .banner-right-gif {
    top: 90px;
  }
}
.alittleweird-banner .ali-banner-cap .ali-banner-cap-inner .banner-right-gif img {
  width: 93%;
}
@media (max-width: 639px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner .banner-right-gif img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-height: 850px) {
  .alittleweird-banner .ali-banner-cap .ali-banner-cap-inner .banner-right-gif img {
    width: 74%;
  }
}
.alittleweird-banner .ali-banner-cap .scroll-down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  width: 65px;
  height: 36px;
  margin: 0 auto;
  display: none;
  line-height: normal;
  z-index: 1;
}
@media (max-width: 639px) {
  .alittleweird-banner .ali-banner-cap .scroll-down {
    display: inline-block;
    width: 48px;
    bottom: 14px;
  }
}
@media (max-width: 639px) {
  .alittleweird-banner > div {
    height: 100%;
  }
}
.alittleweird-banner .container {
  position: relative;
}

.meet-sumo-sec {
  background: #f04827;
  padding: 105px 0 109px 0;
  position: relative;
}
@media (max-width: 1307px) {
  .meet-sumo-sec {
    padding: 85px 0 42px 0;
  }
}
@media (max-width: 639px) {
  .meet-sumo-sec {
    padding: 75px 0 48px 0;
  }
}
.meet-sumo-sec .meet-sumo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 50px;
}
@media (max-width: 1730px) {
  .meet-sumo-sec .meet-sumo-inner {
    padding: 0;
  }
}
@media (max-width: 639px) {
  .meet-sumo-sec .meet-sumo-inner {
    padding: 0 10px;
  }
}
@media (max-width: 479px) {
  .meet-sumo-sec .meet-sumo-inner {
    padding: 0;
  }
}
.meet-sumo-sec .meet-sumo-inner .meet-sumo-video {
  width: 70.2%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 0 0 19px;
}
@media (max-width: 1447px) {
  .meet-sumo-sec .meet-sumo-inner .meet-sumo-video {
    padding: 0;
    width: 55%;
  }
}
@media (max-width: 1023px) {
  .meet-sumo-sec .meet-sumo-inner .meet-sumo-video {
    width: 100%;
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
    text-align: center;
  }
}
.meet-sumo-sec .meet-sumo-inner .meet-sumo-video .yl-video {
  overflow: hidden;
  padding-bottom: 56.4%;
}
@media (max-width: 1023px) {
  .meet-sumo-sec .meet-sumo-inner .meet-sumo-video .yl-video {
    padding: 0;
    border-radius: 0;
    margin: 0;
  }
}
.meet-sumo-sec .meet-sumo-inner .meet-sumo-video .yl-video .video-desktop-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.meet-sumo-sec .meet-sumo-inner .meet-sumo-video .yl-video .video-desktop-cover::before {
  position: absolute;
  content: "";
  width: 162px;
  height: 98px;
  background-image: url(../images/player_video_icon_new.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1307px) {
  .meet-sumo-sec .meet-sumo-inner .meet-sumo-video .yl-video .video-desktop-cover::before {
    width: 112px;
    height: 68px;
  }
}
.meet-sumo-sec .meet-sumo-inner .meet-sumo-video .yl-video .fancybox-cover {
  background-image: url(../images/player_video_icon-2.svg);
  background-size: 140px;
}
@media (max-width: 1447px) {
  .meet-sumo-sec .meet-sumo-inner .meet-sumo-video .yl-video .fancybox-cover {
    background-size: 115px;
  }
}
@media (max-width: 1307px) {
  .meet-sumo-sec .meet-sumo-inner .meet-sumo-video .yl-video .fancybox-cover {
    background-size: 100px;
  }
}
@media (max-width: 1279px) {
  .meet-sumo-sec .meet-sumo-inner .meet-sumo-video .yl-video .fancybox-cover {
    background-size: 85px;
  }
}
@media (max-width: 479px) {
  .meet-sumo-sec .meet-sumo-inner .meet-sumo-video .yl-video .fancybox-cover {
    background-size: 65px;
  }
}
.meet-sumo-sec .meet-sumo-inner .meet-sumo-video .yl-video .fancybox-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 639px) {
  .meet-sumo-sec .meet-sumo-inner .meet-sumo-video .yl-video .fancybox-cover:before {
    width: 65px !important;
    height: 40px !important;
  }
}
.meet-sumo-sec .meet-sumo-inner .meet-sumo-video .yl-video iframe {
  position: absolute;
  bottom: 0;
  height: 100% !important;
  top: 0 !important;
  left: 0;
  right: 0;
}
.meet-sumo-sec .meet-sumo-inner .meet-sumo-text {
  width: 29.8%;
  padding: 96px 0 0 0;
}
@media (max-width: 1730px) {
  .meet-sumo-sec .meet-sumo-inner .meet-sumo-text {
    padding: 35px 0 0 0;
  }
}
@media (max-width: 1447px) {
  .meet-sumo-sec .meet-sumo-inner .meet-sumo-text {
    width: 45%;
    padding: 30px 20px 0 0;
  }
}
@media (max-width: 1023px) {
  .meet-sumo-sec .meet-sumo-inner .meet-sumo-text {
    width: 100%;
    text-align: center;
    padding: 50px 0 0 0;
  }
}
@media (max-width: 639px) {
  .meet-sumo-sec .meet-sumo-inner .meet-sumo-text {
    padding: 47px 0 0 0px;
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .meet-sumo-sec .meet-sumo-inner .meet-sumo-text {
    padding: 41px 20px 0 20px;
  }
}
@media (max-width: 1023px) {
  .meet-sumo-sec .meet-sumo-inner .meet-sumo-text h2 {
    display: none;
  }
}
.meet-sumo-sec .meet-sumo-inner h2 {
  font-size: 45px;
  line-height: 1.08em;
  margin: 0 0 27px 0;
  color: #ffffff;
  font-family: "gillsans-ultrabold";
}
@media (max-width: 1279px) {
  .meet-sumo-sec .meet-sumo-inner h2 {
    font-size: 48px;
  }
}
@media (max-width: 639px) {
  .meet-sumo-sec .meet-sumo-inner h2 {
    font-size: 45px;
    margin: 0 0 34px;
  }
}
@media (max-width: 479px) {
  .meet-sumo-sec .meet-sumo-inner h2 {
    font-size: 36px;
  }
}
@media (max-width: 639px) {
  .meet-sumo-sec .meet-sumo-inner h2 br {
    display: none;
  }
}
.meet-sumo-sec .meet-sumo-inner p {
  font-size: 32px;
  line-height: 1.38em;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0 0 46px;
}
@media (max-width: 1307px) {
  .meet-sumo-sec .meet-sumo-inner p {
    font-size: 27px;
  }
}
@media (max-width: 1279px) {
  .meet-sumo-sec .meet-sumo-inner p {
    font-size: 23px;
  }
}
@media (max-width: 639px) {
  .meet-sumo-sec .meet-sumo-inner p {
    font-size: 19px;
    padding: 0;
    line-height: 1.4em;
    letter-spacing: 0;
    margin: 0 0 22px;
  }
}
.meet-sumo-sec .corner_graphic {
  position: absolute;
  display: none;
}
.meet-sumo-sec .corner_graphic.graphic1 {
  left: 60px;
  top: 65px;
}
@media (max-width: 1307px) {
  .meet-sumo-sec .corner_graphic.graphic1 {
    left: 35px;
    top: 45px;
  }
}
@media (max-width: 1279px) {
  .meet-sumo-sec .corner_graphic.graphic1 {
    left: 32px;
    top: 32px;
  }
}
@media (max-width: 639px) {
  .meet-sumo-sec .corner_graphic.graphic1 {
    left: 35px;
    top: 35px;
  }
}
@media (max-width: 479px) {
  .meet-sumo-sec .corner_graphic.graphic1 {
    left: 24px;
    top: 25px;
  }
}
.meet-sumo-sec .corner_graphic.graphic2 {
  right: 47px;
  top: 66px;
}
@media (max-width: 1307px) {
  .meet-sumo-sec .corner_graphic.graphic2 {
    right: 35px;
    top: 45px;
  }
}
@media (max-width: 1279px) {
  .meet-sumo-sec .corner_graphic.graphic2 {
    right: 32px;
    top: 32px;
  }
}
@media (max-width: 639px) {
  .meet-sumo-sec .corner_graphic.graphic2 {
    right: 35px;
    top: 27px;
  }
}
@media (max-width: 479px) {
  .meet-sumo-sec .corner_graphic.graphic2 {
    right: 25px;
    top: 20px;
  }
}
.meet-sumo-sec .corner_graphic.graphic3 {
  left: 60px;
  bottom: 63px;
}
@media (max-width: 1307px) {
  .meet-sumo-sec .corner_graphic.graphic3 {
    left: 35px;
    bottom: 45px;
  }
}
@media (max-width: 1279px) {
  .meet-sumo-sec .corner_graphic.graphic3 {
    left: 32px;
    bottom: 32px;
  }
}
@media (max-width: 639px) {
  .meet-sumo-sec .corner_graphic.graphic3 {
    left: 34px;
  }
}
@media (max-width: 479px) {
  .meet-sumo-sec .corner_graphic.graphic3 {
    left: 24px;
    bottom: 22px;
  }
}
.meet-sumo-sec .corner_graphic.graphic4 {
  right: 47px;
  bottom: 63px;
}
@media (max-width: 1307px) {
  .meet-sumo-sec .corner_graphic.graphic4 {
    right: 35px;
    bottom: 45px;
  }
}
@media (max-width: 1279px) {
  .meet-sumo-sec .corner_graphic.graphic4 {
    right: 32px;
    bottom: 32px;
  }
}
@media (max-width: 639px) {
  .meet-sumo-sec .corner_graphic.graphic4 {
    right: 36px;
    bottom: 40px;
  }
}
@media (max-width: 479px) {
  .meet-sumo-sec .corner_graphic.graphic4 {
    right: 26px;
    bottom: 27px;
  }
}
.meet-sumo-sec .corner_graphic img {
  width: 67px;
}
@media (max-width: 639px) {
  .meet-sumo-sec .corner_graphic img {
    width: 47px;
  }
}
@media (max-width: 479px) {
  .meet-sumo-sec .corner_graphic img {
    width: 37px;
  }
}
@media (max-width: 639px) {
  .meet-sumo-sec .container {
    width: 610px;
  }
}
@media (max-width: 479px) {
  .meet-sumo-sec .container {
    width: 100%;
    padding: 0 27px;
  }
}
@media (max-width: 1023px) {
  .meet-sumo-sec.meet-sumo-sec-with-slider {
    padding: 49px 0 26px;
  }
}
.meet-sumo-sec.meet-sumo-sec-with-slider .meet-sumo-text {
  padding: 9px 30px 0 0;
}
@media (max-width: 1023px) {
  .meet-sumo-sec.meet-sumo-sec-with-slider .meet-sumo-text {
    padding: 78px 0px 0 0;
    position: relative;
  }
}
@media (max-width: 479px) {
  .meet-sumo-sec.meet-sumo-sec-with-slider .meet-sumo-text {
    padding: 90px 0px 0 0;
  }
}
@media (max-width: 1023px) {
  .meet-sumo-sec.meet-sumo-sec-with-slider .meet-sumo-text p {
    font-size: 19px;
    padding: 0;
    margin: 0 0 23px 0;
    letter-spacing: 0.02em;
    line-height: 1.26em;
  }
}
.meet-sumo-sec.meet-sumo-sec-with-slider .meet-sumo-text p:last-child {
  margin: 0;
}
.meet-sumo-sec.meet-sumo-sec-with-slider h2 {
  font-size: 43px;
  font-family: "sweet_sansbold";
  letter-spacing: 0.065em;
  margin: 0 0 40px;
}
@media (max-width: 1023px) {
  .meet-sumo-sec.meet-sumo-sec-with-slider h2 {
    margin: 0 0 28px;
    font-size: 26px;
  }
}
.meet-sumo-sec.meet-sumo-sec-with-slider h2 img {
  max-width: 334px;
  margin: 23px 0 0;
}
@media (max-width: 1279px) {
  .meet-sumo-sec.meet-sumo-sec-with-slider h2 img {
    max-width: 235px;
  }
}
@media (max-width: 1023px) {
  .meet-sumo-sec.meet-sumo-sec-with-slider h2 img {
    max-width: 198px;
    margin: 0;
  }
}
@media (max-width: 639px) {
  .meet-sumo-sec.meet-sumo-sec-with-slider h2 img {
    margin: -10px 0 0 11px;
  }
}
@media (max-width: 479px) {
  .meet-sumo-sec.meet-sumo-sec-with-slider h2 img {
    margin: 0px 0 0 11px;
  }
}
.meet-sumo-sec.meet-sumo-sec-with-slider .meet-sumo-video .yl-video .col-video-slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 1023px) {
  .meet-sumo-sec.meet-sumo-sec-with-slider .meet-sumo-video .yl-video .col-video-slider {
    position: relative;
  }
}
.meet-sumo-sec.meet-sumo-sec-with-slider .meet-sumo-video .yl-video .col-video-slider .slick-list {
  height: 100%;
}
.meet-sumo-sec.meet-sumo-sec-with-slider .meet-sumo-video .yl-video .col-video-slider .slick-list .slick-track {
  height: 100%;
}
.meet-sumo-sec.meet-sumo-sec-with-slider .meet-sumo-video .yl-video .col-video-slider .slick-list .slick-track .item {
  position: relative;
}
@media (max-width: 1023px) {
  .meet-sumo-sec.meet-sumo-sec-with-slider .meet-sumo-video .yl-video .col-video-slider .slick-list .slick-track .item {
    padding: 0 0 6.3%;
  }
}
@media (max-width: 479px) {
  .meet-sumo-sec.meet-sumo-sec-with-slider .meet-sumo-video .yl-video .col-video-slider .slick-list .slick-track .item {
    padding: 0 0 8%;
  }
}
@media (max-width: 1023px) {
  .meet-sumo-sec.meet-sumo-sec-with-slider .meet-sumo-video .yl-video .col-video-slider .slick-list .slick-track .item video {
    position: absolute;
  }
}
.meet-sumo-sec.meet-sumo-sec-with-slider .meet-sumo-video .yl-video .col-video-slider .slick-list .slick-track .item .video-desktop-cover {
  display: block;
}
.meet-sumo-sec.meet-sumo-sec-with-slider .col-video-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .meet-sumo-sec.meet-sumo-sec-with-slider .col-video-controls {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 479px) {
  .meet-sumo-sec.meet-sumo-sec-with-slider .col-video-controls {
    top: 20px;
  }
}
.meet-sumo-sec.meet-sumo-sec-with-slider .col-video-controls .col-video-dots .col-video-dots-list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 27px 0 0;
}
.meet-sumo-sec.meet-sumo-sec-with-slider .col-video-controls .col-video-dots .col-video-dots-list li {
  list-style: none;
  width: 34px;
  height: 34px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin: 0 20px 0 0;
  font-size: 0;
  cursor: pointer;
}
@media (max-width: 1307px) {
  .meet-sumo-sec.meet-sumo-sec-with-slider .col-video-controls .col-video-dots .col-video-dots-list li {
    height: 28px;
    width: 28px;
    margin: 0 14px 0 0;
  }
}
@media (max-width: 1023px) {
  .meet-sumo-sec.meet-sumo-sec-with-slider .col-video-controls .col-video-dots .col-video-dots-list li {
    height: 22px;
    width: 22px;
    margin: 0 12px 0 0;
  }
}
.meet-sumo-sec.meet-sumo-sec-with-slider .col-video-controls .col-video-dots .col-video-dots-list li:last-child {
  margin: 0;
}
.meet-sumo-sec.meet-sumo-sec-with-slider .col-video-controls .col-video-dots .col-video-dots-list li.slick-active {
  background: #ffffff;
}
.meet-sumo-sec.meet-sumo-sec-with-slider .col-video-controls .col-video-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.meet-sumo-sec.meet-sumo-sec-with-slider .col-video-controls .col-video-arrows .col-video-arrow {
  cursor: pointer;
  height: 62px;
  width: 31px;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: url(../images/slider-arrow.svg) no-repeat center center;
}
@media (max-width: 1307px) {
  .meet-sumo-sec.meet-sumo-sec-with-slider .col-video-controls .col-video-arrows .col-video-arrow {
    height: 42px;
    width: 21px;
  }
}
.meet-sumo-sec.meet-sumo-sec-with-slider .col-video-controls .col-video-arrows .col-video-arrow.col-video-arrows-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: none !important;
}
.meet-sumo-sec.meet-sumo-sec-with-slider .col-video-controls .col-video-arrows .col-video-arrow.col-video-arrows-left:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 31px solid transparent;
  border-bottom: 31px solid transparent;
  border-left: 31px solid #ffffff;
  float: right;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1307px) {
  .meet-sumo-sec.meet-sumo-sec-with-slider .col-video-controls .col-video-arrows .col-video-arrow.col-video-arrows-left:before {
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 31px solid #ffffff;
  }
}
.meet-sumo-sec.meet-sumo-sec-with-slider .col-video-controls .col-video-arrows .col-video-arrow.col-video-arrows-right::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 31px solid transparent;
  border-bottom: 31px solid transparent;
  border-left: 31px solid #ffffff;
  float: right;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1307px) {
  .meet-sumo-sec.meet-sumo-sec-with-slider .col-video-controls .col-video-arrows .col-video-arrow.col-video-arrows-right::before {
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 21px solid #ffffff;
  }
}
.meet-sumo-sec.meet-sumo-sec-with-slider .col-video-controls .col-video-arrows .col-video-arrow:hover::before {
  opacity: 1;
}

.store-location-sec {
  background: #009a8e;
  padding: 169px 0 154px 0;
}
@media (max-width: 1307px) {
  .store-location-sec {
    padding: 80px 0;
  }
}
@media (max-width: 639px) {
  .store-location-sec {
    padding: 102px 0 105px 0;
  }
}
@media (max-width: 479px) {
  .store-location-sec {
    padding: 30px 0;
  }
}
@media (max-width: 639px) {
  .store-location-sec .container {
    width: 100%;
  }
}
.store-location-sec .sl-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 0 45px;
}
@media (max-width: 1730px) {
  .store-location-sec .sl-inner {
    padding: 0;
  }
}
@media (max-width: 639px) {
  .store-location-sec .sl-inner {
    padding: 0 5px;
  }
}
.store-location-sec .sl-inner .sl-left {
  width: 47%;
}
@media (max-width: 1023px) {
  .store-location-sec .sl-inner .sl-left {
    width: 100%;
  }
}
.store-location-sec .sl-inner .sl-left img {
  border-radius: 75px;
  width: 100%;
}
@media (max-width: 639px) {
  .store-location-sec .sl-inner .sl-left img {
    border-radius: 45px;
  }
}
@media (max-width: 479px) {
  .store-location-sec .sl-inner .sl-left img {
    border-radius: 35px;
  }
}
.store-location-sec .sl-inner .sl-right {
  width: 53%;
  padding: 65px 0 0 85px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1730px) {
  .store-location-sec .sl-inner .sl-right {
    padding: 0 0 0 80px;
  }
}
@media (max-width: 1279px) {
  .store-location-sec .sl-inner .sl-right {
    padding: 0 0 0 60px;
  }
}
@media (max-width: 1023px) {
  .store-location-sec .sl-inner .sl-right {
    width: 100%;
    padding: 47px 0 0 0;
    text-align: center;
  }
}
.store-location-sec .sl-inner .sl-right h2 {
  font-size: 67px;
  line-height: 1.12em;
  letter-spacing: 0.012em;
  margin: 0 0 23px;
  font-family: "gillsans-ultrabold";
}
@media (max-width: 1307px) {
  .store-location-sec .sl-inner .sl-right h2 {
    font-size: 43px;
  }
}
@media (max-width: 1279px) {
  .store-location-sec .sl-inner .sl-right h2 {
    font-size: 46px;
  }
}
@media (max-width: 639px) {
  .store-location-sec .sl-inner .sl-right h2 {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .store-location-sec .sl-inner .sl-right h2 {
    font-size: 26px;
    margin: 0 0 15px;
  }
}
.store-location-sec .sl-inner .sl-right p {
  font-size: 36px;
  letter-spacing: 0;
  max-width: 88%;
  margin: 0 auto 34px auto;
  line-height: 1.25em;
}
@media (max-width: 1730px) {
  .store-location-sec .sl-inner .sl-right p {
    max-width: 90%;
    font-size: 34px;
  }
}
@media (max-width: 1447px) {
  .store-location-sec .sl-inner .sl-right p {
    font-size: 30px;
  }
}
@media (max-width: 639px) {
  .store-location-sec .sl-inner .sl-right p {
    font-size: 19px;
    line-height: 1.3em;
    max-width: 80%;
    margin: 0 auto 35px auto;
  }
}
@media (max-width: 479px) {
  .store-location-sec .sl-inner .sl-right p {
    font-size: 18px;
    line-height: 1.5em;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 639px) {
  .store-location-sec .sl-inner .sl-right .btn {
    font-size: 21px;
  }
}
@media (max-width: 479px) {
  .store-location-sec .sl-inner .sl-right .btn {
    font-size: 18px;
    padding: 10px 48px 10px 38px;
  }
}
@media (max-width: 639px) {
  .store-location-sec .sl-inner .sl-right .btn::after {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 639px) {
  .store-location-sec .sl-inner .sl-right .btn::after {
    width: 16px;
    height: 16px;
  }
}

.btn-new {
  font-size: 27px;
  padding: 10px 86px 10px 66px;
  border-radius: 30px;
  color: #ffffff;
  background: #F34726;
  position: relative;
  border-color: #F34726;
}
@media (max-width: 1279px) {
  .btn-new {
    font-size: 20px;
    padding: 15px 60px 15px 30px;
  }
}
@media (max-width: 639px) {
  .btn-new {
    font-size: 16px;
    padding: 10px 58px 10px 48px;
  }
}
.btn-new:hover {
  background: #521575;
  border-color: #521575;
  color: #ffffff;
}
.btn-new::after {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../images/arrow-icon.svg) center center no-repeat;
  position: absolute;
  right: 59px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (max-width: 1279px) {
  .btn-new::after {
    width: 20px;
    height: 20px;
    right: 25px;
  }
}
@media (max-width: 1279px) {
  .btn-new::after {
    width: 16px;
    height: 16px;
  }
}

.year-life-sec {
  padding: 157px 0 0px 0;
}
@media (max-width: 1279px) {
  .year-life-sec {
    padding: 60px 0 0px 0;
  }
}
.year-life-sec .yl-intro {
  text-align: center;
  padding: 0 0 41px;
}
.year-life-sec .yl-intro h2 {
  font-size: 58px;
  margin: 0 0 5px;
}
@media (max-width: 1279px) {
  .year-life-sec .yl-intro h2 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .year-life-sec .yl-intro h2 {
    font-size: 38px;
  }
}
.year-life-sec .yl-intro p {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}
.year-life-sec .year-life-slider #sync1 {
  max-width: 935px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 1279px) {
  .year-life-sec .year-life-slider #sync1 {
    max-width: 780px;
  }
}
@media (max-width: 1023px) {
  .year-life-sec .year-life-slider #sync1 {
    max-width: 530px;
  }
}
@media (max-width: 767px) {
  .year-life-sec .year-life-slider #sync1 {
    max-width: 420px;
  }
}
.year-life-sec .year-life-slider #sync1 .slick-arrow {
  position: absolute;
  cursor: pointer;
}
.year-life-sec .year-life-slider #sync1 .slick-arrow.disabled {
  display: block !important;
  opacity: 0.5;
}
.year-life-sec .year-life-slider #sync1 .slick-prev {
  left: -98px;
  width: 48px;
  top: 37%;
}
@media (max-width: 1279px) {
  .year-life-sec .year-life-slider #sync1 .slick-prev {
    left: -70px;
    width: 38px;
  }
}
@media (max-width: 767px) {
  .year-life-sec .year-life-slider #sync1 .slick-prev {
    left: -55px;
    width: 28px;
  }
}
.year-life-sec .year-life-slider #sync1 .slick-next {
  right: -98px;
  width: 48px;
  top: 37%;
}
@media (max-width: 1279px) {
  .year-life-sec .year-life-slider #sync1 .slick-next {
    right: -70px;
    width: 38px;
  }
}
@media (max-width: 767px) {
  .year-life-sec .year-life-slider #sync1 .slick-next {
    right: -55px;
    width: 28px;
  }
}
.year-life-sec .year-life-slider #sync1 .slidetwo-Cl-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  padding: 20px 80px;
  height: 100%;
}
@media (max-width: 1023px) {
  .year-life-sec .year-life-slider #sync1 .slidetwo-Cl-m {
    padding: 20px;
  }
}
.year-life-sec .year-life-slider #sync1 .slidetwo-Cl-m .slide-img {
  width: 40%;
}
@media (max-width: 1023px) {
  .year-life-sec .year-life-slider #sync1 .slidetwo-Cl-m .slide-img {
    width: 100%;
  }
}
.year-life-sec .year-life-slider #sync1 .slidetwo-Cl-m .slide-img img {
  width: 100%;
}
.year-life-sec .year-life-slider #sync1 .slidetwo-Cl-m .slide-text {
  width: 60%;
  padding: 0 0 0 40px;
  font-size: 24px;
  line-height: 1.5em;
}
@media (max-width: 1023px) {
  .year-life-sec .year-life-slider #sync1 .slidetwo-Cl-m .slide-text {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
@media (max-width: 639px) {
  .year-life-sec .year-life-slider #sync1 .slidetwo-Cl-m .slide-text {
    font-size: 18px;
  }
}
.year-life-sec .year-life-slider #sync1 .slidetwo-Cl-m .slide-text h4 {
  font-size: 40px;
}
@media (max-width: 639px) {
  .year-life-sec .year-life-slider #sync1 .slidetwo-Cl-m .slide-text h4 {
    font-size: 30px;
  }
}
.year-life-sec .year-life-slider #sync1 .slidetwo-Cl-m .slide-text p {
  margin: 0;
}
.year-life-sec .year-life-slider #sync1 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .year-life-sec .year-life-slider #sync1 .slick-track {
    display: block;
  }
}
.year-life-sec .year-life-slider #sync1 .slick-track .slick-slide {
  height: auto;
}
.year-life-sec .year-life-slider #sync2 .item {
  text-align: center;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.year-life-sec .year-life-slider #sync2 .item .slide-content {
  padding: 76px 20px 76px;
}
@media (max-width: 1279px) {
  .year-life-sec .year-life-slider #sync2 .item .slide-content {
    padding: 56px 20px 56px;
  }
}
@media (max-width: 767px) {
  .year-life-sec .year-life-slider #sync2 .item .slide-content {
    padding: 36px 20px 36px;
  }
}
@media (max-width: 639px) {
  .year-life-sec .year-life-slider #sync2 .item .slide-content {
    max-width: 85%;
    margin: 0 auto;
  }
}
.year-life-sec .year-life-slider #sync2 .item .slide-content h4 {
  font-size: 43px;
  margin-bottom: 16px;
  max-width: 100%;
  line-height: 0.9em;
}
@media (max-width: 1279px) {
  .year-life-sec .year-life-slider #sync2 .item .slide-content h4 {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1023px) {
  .year-life-sec .year-life-slider #sync2 .item .slide-content h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .year-life-sec .year-life-slider #sync2 .item .slide-content h4 {
    font-size: 22px;
  }
}
.year-life-sec .year-life-slider #sync2 .item .slide-content label {
  text-transform: uppercase;
  font-family: "sweet_sansbold";
  color: #e54626;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: normal;
  display: block;
  letter-spacing: 0;
}
@media (max-width: 1279px) {
  .year-life-sec .year-life-slider #sync2 .item .slide-content label {
    font-size: 16px;
  }
}
.year-life-sec .year-life-slider #sync2 .item .slide-content p {
  -webkit-transform: scale(0);
          transform: scale(0);
  font-size: 20px;
  line-height: 1.5em;
  margin: 0;
  height: 0;
}
@media (max-width: 1279px) {
  .year-life-sec .year-life-slider #sync2 .item .slide-content p {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .year-life-sec .year-life-slider #sync2 .item .slide-content p {
    font-size: 14px;
  }
}
.year-life-sec .year-life-slider #sync2 .item.slick-current {
  opacity: 1;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.year-life-sec .year-life-slider #sync2 .item.slick-current p {
  -webkit-transform: scale(1);
          transform: scale(1);
  height: auto;
}
.year-life-sec .year-life-slider #sync2::before {
  content: "";
  position: absolute;
  top: -77px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
}
.year-life-sec .year-life-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 0 0;
}
.year-life-sec .year-life-slider .slick-dots li {
  list-style-type: none;
  padding: 0 5px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.year-life-sec .year-life-slider .slick-dots li.slick-active button {
  background: #400062;
}
.year-life-sec .year-life-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #400062;
  background: transparent;
}

.yl-video {
  position: relative;
  padding-bottom: 56%;
}
@media (max-width: 1023px) {
  .yl-video {
    padding: 0;
  }
}
.yl-video .fancybox-cover {
  display: none;
  background-image: url("../images/player_video_icon.svg");
  background-position: center;
  background-size: 100px;
  background-repeat: no-repeat;
}
@media (max-width: 1279px) {
  .yl-video .fancybox-cover {
    background-size: 85px;
  }
}
@media (max-width: 479px) {
  .yl-video .fancybox-cover {
    background-size: 65px;
  }
}
.yl-video .video-desktop-cover {
  background-image: url("../images/player_video_icon.svg");
  background-position: center;
  background-size: 100px;
  background-repeat: no-repeat;
}
@media (max-width: 1279px) {
  .yl-video .video-desktop-cover {
    background-size: 85px;
  }
}
@media (max-width: 479px) {
  .yl-video .video-desktop-cover {
    background-size: 65px;
  }
}
.yl-video video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .yl-video video {
    position: relative;
  }
}

.press-sec {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 288px 0 273px 0;
}
@media (max-width: 1447px) {
  .press-sec {
    padding: 150px 0;
  }
}
@media (max-width: 1307px) {
  .press-sec {
    padding: 80px 0;
  }
}
@media (max-width: 639px) {
  .press-sec {
    padding: 172px 0 256px 0;
  }
}
@media (max-width: 479px) {
  .press-sec {
    padding: 80px 0 67px 0;
  }
}
@media (max-width: 639px) {
  .press-sec .container {
    width: 100%;
  }
}
.press-sec .press-block .press-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.press-sec .press-block .press-slider .slick-dots {
  padding: 22px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 639px) {
  .press-sec .press-block .press-slider .slick-dots {
    padding: 27px 0 0 0;
  }
}
.press-sec .press-block .press-slider .slick-dots li {
  list-style-type: none;
  margin: 0 6px;
}
.press-sec .press-block .press-slider .slick-dots li.slick-active button {
  background: #ffffff;
}
.press-sec .press-block .press-slider .slick-dots li button {
  padding: 0;
  display: block;
  border: 1px solid #ffffff;
  width: 22px;
  height: 22px;
  font-size: 0;
  background: transparent;
  border-radius: 50%;
}
@media (max-width: 639px) {
  .press-sec .press-block .press-slider .slick-dots li button {
    width: 25px;
    height: 25px;
  }
}
.press-sec .press-block .press-slider .item {
  padding: 0 15px;
  height: auto;
}
@media (max-width: 639px) {
  .press-sec .press-block .press-slider .item {
    padding: 0;
  }
}
.press-sec .press-block .press-slider .item .press-box {
  color: #ffffff;
  text-align: center;
  border-radius: 65px;
  padding: 42px 40px 23px 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 639px) {
  .press-sec .press-block .press-slider .item .press-box {
    padding: 32px 19px 20px 19px;
  }
}
@media (max-width: 479px) {
  .press-sec .press-block .press-slider .item .press-box {
    border-radius: 45px;
  }
}
.press-sec .press-block .press-slider .item .press-box p {
  margin: 0 0 30px;
  font-size: 33px;
  line-height: 1.4em;
  letter-spacing: 0.014em;
  text-transform: uppercase;
}
@media (max-width: 1730px) {
  .press-sec .press-block .press-slider .item .press-box p {
    font-size: 25px;
  }
}
@media (max-width: 1447px) {
  .press-sec .press-block .press-slider .item .press-box p {
    font-size: 22px;
    margin: 0 0 14px;
    line-height: 1.45em;
  }
}
@media (max-width: 639px) {
  .press-sec .press-block .press-slider .item .press-box p {
    font-size: 30px;
    margin: 0 0 15px;
  }
}
@media (max-width: 479px) {
  .press-sec .press-block .press-slider .item .press-box p {
    font-size: 20px;
  }
}
.press-sec .press-block .press-slider .item .press-box p span {
  display: block;
  line-height: normal;
  font-size: 25px;
}
@media (max-width: 1730px) {
  .press-sec .press-block .press-slider .item .press-box p span {
    font-size: 21px;
  }
}
@media (max-width: 1447px) {
  .press-sec .press-block .press-slider .item .press-box p span {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .press-sec .press-block .press-slider .item .press-box p span {
    font-size: 16px;
  }
}
.press-sec .press-block .press-slider .item .press-box img {
  max-height: 65px;
  max-width: 230px;
  display: inline-block;
}
@media (max-width: 1730px) {
  .press-sec .press-block .press-slider .item .press-box img {
    max-height: 56px;
  }
}
@media (max-width: 1279px) {
  .press-sec .press-block .press-slider .item .press-box img {
    max-height: 45px;
    max-width: 180px;
  }
}
@media (max-width: 639px) {
  .press-sec .press-block .press-slider .item .press-box img {
    max-height: 70px;
  }
}
@media (max-width: 479px) {
  .press-sec .press-block .press-slider .item .press-box img {
    max-height: 45px;
  }
}
.press-sec .press-block .press-slider .item .press-box.bg-cyan {
  background: #009a8e;
}
.press-sec .press-block .press-slider .item .press-box.bg-blue {
  background: #3c1066;
}
.press-sec .press-block .press-slider .item .press-box.bg-orange {
  background: #f04827;
}
.press-sec .marquee-sec {
  padding: 84px 0 0 0;
}
@media (max-width: 639px) {
  .press-sec .marquee-sec {
    padding: 120px 0 0 0;
  }
}
@media (max-width: 479px) {
  .press-sec .marquee-sec {
    padding: 50px 0 0 0;
  }
}
.press-sec .marquee-sec .marquee_text {
  display: block;
}
.press-sec .marquee-sec .marquee_text ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.press-sec .marquee-sec .marquee_text ul li {
  list-style-type: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 46px;
  padding: 0px 35px;
  background: #3c1066;
  border-radius: 30px;
  margin: 0 14px;
  font-family: "sweet_sansbold";
  letter-spacing: 0.02em;
}
@media (max-width: 1730px) {
  .press-sec .marquee-sec .marquee_text ul li {
    font-size: 38px;
  }
}
@media (max-width: 1447px) {
  .press-sec .marquee-sec .marquee_text ul li {
    font-size: 32px;
    padding: 10px 20px 7px 20px;
  }
}
@media (max-width: 639px) {
  .press-sec .marquee-sec .marquee_text ul li {
    padding: 7px 20px 2px 20px;
  }
}
@media (max-width: 479px) {
  .press-sec .marquee-sec .marquee_text ul li {
    font-size: 26px;
  }
}
.press-sec .marquee-sec .marquee_text .js-marquee-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global-title {
  width: 100%;
  text-align: center;
}
.global-title h2 {
  line-height: 1.08;
  margin-bottom: 35px;
}
.global-title p {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.25em;
  margin-bottom: 65px;
  letter-spacing: 0.02em;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gs--block {
  width: 100%;
  background-color: #3c1066;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 171px 0 97px;
}
@media (max-width: 1307px) {
  .gs--block {
    padding: 90px 0 87px;
  }
}
@media (max-width: 1279px) {
  .gs--block {
    padding: 60px 0 57px;
  }
}
@media (max-width: 639px) {
  .gs--block {
    padding: 84px 0 62px;
  }
}
.gs--block .global-title {
  width: 100%;
  text-align: center;
}
.gs--block .global-title h2 {
  color: #ffffff;
  font-size: 68px;
  font-family: "gillsans-ultrabold";
}
@media (max-width: 1279px) {
  .gs--block .global-title h2 {
    font-size: 46px;
  }
}
@media (max-width: 1023px) {
  .gs--block .global-title h2 {
    font-size: 38px;
  }
}
@media (max-width: 639px) {
  .gs--block .global-title h2 {
    font-size: 32px;
    letter-spacing: -0.03em;
    line-height: 1.25em;
    margin: 0 0 19px 0;
  }
}
.gs--block .global-title p {
  color: #ffffff;
  font-size: 34px;
  margin-bottom: 50px;
}
@media (max-width: 1307px) {
  .gs--block .global-title p {
    font-size: 30px;
  }
}
@media (max-width: 1279px) {
  .gs--block .global-title p {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .gs--block .global-title p {
    font-size: 22px;
  }
}
@media (max-width: 639px) {
  .gs--block .global-title p {
    font-size: 20px;
    padding: 0 29px;
    line-height: 1.36em;
    letter-spacing: 0.04em;
    margin: 0 0 25px;
  }
}
@media (max-width: 479px) {
  .gs--block .global-title p {
    padding: 0;
  }
}
.gs--block .gs--hero {
  width: 100%;
}
@media (max-width: 639px) {
  .gs--block .gs--hero {
    padding-top: 49px;
  }
}
.gs--block .gs--hero .gs-row-block {
  width: 100%;
  padding-top: 77px;
}
@media (max-width: 639px) {
  .gs--block .gs--hero .gs-row-block {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .gs--block .gs--hero .gs-row-block {
    padding-bottom: 20px;
  }
}
.gs--block .gs--hero .gs-row-block:nth-child(even) .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1279px) {
  .gs--block .gs--hero .gs-row-block:nth-child(even) .row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.gs--block .gs--hero .gs-row-block:nth-child(even) .row .gs--col-block .gs-col-box .gs--col-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.gs--block .gs--hero .gs-row-block:nth-child(even) .row .gs--col-block .gs-col-box .gs--col-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.gs--block .gs--hero .gs-row-block .row {
  margin-left: -22px;
  margin-right: -22px;
}
.gs--block .gs--hero .gs-row-block .row .gs--col-block {
  width: 47%;
  padding: 0px 22px;
}
@media (max-width: 1307px) {
  .gs--block .gs--hero .gs-row-block .row .gs--col-block {
    width: 50%;
  }
}
@media (max-width: 1279px) {
  .gs--block .gs--hero .gs-row-block .row .gs--col-block {
    width: 94%;
    margin: 0 0 30px;
    position: relative;
  }
}
@media (max-width: 639px) {
  .gs--block .gs--hero .gs-row-block .row .gs--col-block {
    margin: 0 0 20px;
  }
}
@media (max-width: 1279px) {
  .gs--block .gs--hero .gs-row-block .row .gs--col-block:last-child {
    margin: 0px;
    left: 5%;
  }
}
.gs--block .gs--hero .gs-row-block .row .gs--col-block .gs-col-box {
  width: 100%;
  background-color: #2b0d5b;
  border-radius: 70px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
@media (max-width: 639px) {
  .gs--block .gs--hero .gs-row-block .row .gs--col-block .gs-col-box {
    border-radius: 45px;
  }
}
@media (max-width: 479px) {
  .gs--block .gs--hero .gs-row-block .row .gs--col-block .gs-col-box {
    border-radius: 40px;
  }
}
.gs--block .gs--hero .gs-row-block .row .gs--col-block .gs-col-box .gs--col-img {
  width: 48.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gs--block .gs--hero .gs-row-block .row .gs--col-block .gs-col-box .gs--col-img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.gs--block .gs--hero .gs-row-block .row .gs--col-block .gs-col-box .gs--col-img .gs--video-mobile {
  display: none;
}
.gs--block .gs--hero .gs-row-block .row .gs--col-block .gs-col-box .gs--col-content {
  width: 51.4%;
  padding: 62px 38px 62px 63px;
  background-color: #ffb701;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1730px) {
  .gs--block .gs--hero .gs-row-block .row .gs--col-block .gs-col-box .gs--col-content {
    padding: 20px 30px 20px;
  }
}
@media (max-width: 639px) {
  .gs--block .gs--hero .gs-row-block .row .gs--col-block .gs-col-box .gs--col-content {
    padding: 29px 20px 20px 37px;
  }
}
@media (max-width: 479px) {
  .gs--block .gs--hero .gs-row-block .row .gs--col-block .gs-col-box .gs--col-content {
    padding: 15px 20px 15px 20px;
  }
}
.gs--block .gs--hero .gs-row-block .row .gs--col-block .gs-col-box .gs--col-content h6 {
  font-size: 36px;
  margin-bottom: 19px;
  font-family: "sweet_sansbold";
  line-height: 1.05em;
}
@media (max-width: 1307px) {
  .gs--block .gs--hero .gs-row-block .row .gs--col-block .gs-col-box .gs--col-content h6 {
    font-size: 27px;
  }
}
@media (max-width: 639px) {
  .gs--block .gs--hero .gs-row-block .row .gs--col-block .gs-col-box .gs--col-content h6 {
    font-size: 22px;
    margin: 0 0 8px;
  }
}
@media (max-width: 479px) {
  .gs--block .gs--hero .gs-row-block .row .gs--col-block .gs-col-box .gs--col-content h6 {
    font-size: 18px;
  }
}
.gs--block .gs--hero .gs-row-block .row .gs--col-block .gs-col-box .gs--col-content p {
  font-size: 18px;
  font-family: "sweetsans-medium";
  margin-bottom: 15px;
  line-height: 1.42em;
  letter-spacing: -0.01em;
  padding-right: 25px;
}
@media (max-width: 639px) {
  .gs--block .gs--hero .gs-row-block .row .gs--col-block .gs-col-box .gs--col-content p {
    font-size: 11px;
    line-height: 1.35em;
    letter-spacing: -0.02em;
    padding: 0 13px 0 0;
  }
}
@media (max-width: 479px) {
  .gs--block .gs--hero .gs-row-block .row .gs--col-block .gs-col-box .gs--col-content p {
    margin: 0;
    padding: 0;
  }
}
.gs--block .gs--hero .gs-row-block .row .gs--col-block .gs-col-box .gs--col-content.gs_orange {
  background: #F04827;
}
.gs--block .gs--hero .gs-row-block .row .gs--col-block .gs-col-box .gs--col-content.gs_orange .vertical-middle {
  color: #ffffff;
}
.gs--block .gs--hero .gs-row-block .row .gs--col-block .gs-col-box .gs--col-content.gs_cyan {
  background: #009C90;
}
.gs--block .gs--hero .gs-row-block .row .gs--col-block .gs-col-box .gs--col-content.gs_cyan .vertical-middle {
  color: #ffffff;
}
.gs--block .gs--hero .gs-row-block .row .gs--col-block.topics-bg .gs--col-content {
  background-color: #009c8f;
}
.gs--block .gs--hero .gs-row-block .row .gs--col-block.topics-bg .gs--col-content h6, .gs--block .gs--hero .gs-row-block .row .gs--col-block.topics-bg .gs--col-content p {
  color: #ffffff;
}
.gs--block .gs--hero .gs-row-block .row .gs--col-block.orange-bg .gs--col-content {
  background-color: #ef4826;
}
.gs--block .gs--hero .gs-row-block .row .gs--col-block.orange-bg .gs--col-content h6, .gs--block .gs--hero .gs-row-block .row .gs--col-block.orange-bg .gs--col-content p {
  color: #ffffff;
}
.gs--block .gs--gmo-section {
  width: 850px;
  max-width: 100%;
  margin: auto;
  padding-top: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1307px) {
  .gs--block .gs--gmo-section {
    padding-top: 78px;
  }
}
@media (max-width: 639px) {
  .gs--block .gs--gmo-section {
    padding-top: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.gs--block .gs--gmo-section .gs--gmo-img {
  width: auto;
}
@media (max-width: 639px) {
  .gs--block .gs--gmo-section .gs--gmo-img {
    width: 183px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.gs--block .gs--gmo-section .gs--gmo-img img {
  width: 248px;
}
@media (max-width: 639px) {
  .gs--block .gs--gmo-section .gs--gmo-img img {
    width: 100%;
  }
}
.gs--block .gs--gmo-section .gs--gmo-content {
  padding: 0 0 0 90px;
  width: 477px;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .gs--block .gs--gmo-section .gs--gmo-content {
    padding: 0 0 0 60px;
    width: 337px;
  }
}
@media (max-width: 639px) {
  .gs--block .gs--gmo-section .gs--gmo-content {
    padding: 0 0 39px 0;
    width: 400px;
  }
}
.gs--block .gs--gmo-section .gs--gmo-content p {
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  margin: 0px;
  text-transform: uppercase;
  font-family: "lemonde-sans";
  line-height: normal;
}
@media (max-width: 1023px) {
  .gs--block .gs--gmo-section .gs--gmo-content p {
    font-size: 26px;
  }
}
@media (max-width: 639px) {
  .gs--block .gs--gmo-section .gs--gmo-content p {
    font-family: "gillsans-ultrabold";
    font-size: 32px;
    line-height: 1.2em;
  }
}
@media (max-width: 479px) {
  .gs--block .gs--gmo-section .gs--gmo-content p {
    font-size: 24px;
  }
}
@media (max-width: 639px) {
  .gs--block .container {
    width: 610px;
  }
}
@media (max-width: 479px) {
  .gs--block .container {
    width: 100%;
    padding: 0 27px;
  }
}

.insta_feed_sec_new_style {
  padding: 0;
  background: transparent;
}
@media (max-width: 639px) {
  .insta_feed_sec_new_style .container {
    width: 100%;
  }
}
.insta_feed_sec_new_style .feed_col_in {
  padding: 0;
}
.insta_feed_sec_new_style .feed_col_in .col_l_m {
  width: 50%;
  position: relative;
  background: #009a8e;
  padding: 157px 190px 89px 52px;
}
@media (max-width: 1730px) {
  .insta_feed_sec_new_style .feed_col_in .col_l_m {
    padding: 100px 100px 89px 0px;
  }
}
@media (max-width: 1447px) {
  .insta_feed_sec_new_style .feed_col_in .col_l_m {
    padding: 50px 100px 50px 0px;
  }
}
@media (max-width: 1307px) {
  .insta_feed_sec_new_style .feed_col_in .col_l_m {
    padding: 50px 80px 50px 0px;
  }
}
@media (max-width: 1023px) {
  .insta_feed_sec_new_style .feed_col_in .col_l_m {
    width: 100%;
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
    padding: 78px 57px 60px 57px;
  }
}
@media (max-width: 639px) {
  .insta_feed_sec_new_style .feed_col_in .col_l_m {
    padding: 88px 67px 69px 67px;
  }
}
@media (max-width: 479px) {
  .insta_feed_sec_new_style .feed_col_in .col_l_m {
    padding: 50px 30px;
  }
}
.insta_feed_sec_new_style .feed_col_in .col_l_m::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  background: #009a8e;
  width: 1000%;
}
@media (max-width: 1023px) {
  .insta_feed_sec_new_style .feed_col_in .col_l_m::before {
    left: -100%;
  }
}
.insta_feed_sec_new_style .feed_col_in .col_l_m .hashtag-lainding {
  padding: 26px 0 0 !important;
  color: #ffb801 !important;
}
@media (max-width: 639px) {
  .insta_feed_sec_new_style .feed_col_in .col_l_m .hashtag-lainding {
    padding: 38px 0 0 !important;
  }
}
@media (max-width: 479px) {
  .insta_feed_sec_new_style .feed_col_in .col_l_m .hashtag-lainding {
    padding: 15px 0 0 !important;
  }
}
.insta_feed_sec_new_style .feed_col_in .col_r_m {
  width: 50%;
  padding: 0 0 0 40px;
  margin: 0;
  background: #ffc400;
  position: relative;
}
@media (max-width: 1023px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m {
    width: 100%;
    padding: 0 0 40px;
  }
}
@media (max-width: 639px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m {
    padding: 0 0 67px;
  }
}
@media (max-width: 479px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m {
    padding: 30px 0;
  }
}
.insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box {
  background: #ffc400;
  position: relative;
  border-radius: 90px;
  padding: 278px 0 169px 74px;
  text-align: center;
}
@media (max-width: 1730px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box {
    padding: 138px 0 140px 40px;
  }
}
@media (max-width: 1447px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box {
    padding: 138px 0 50px 40px;
  }
}
@media (max-width: 1279px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box {
    padding: 100px 30px 0 30px;
  }
}
@media (max-width: 639px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box {
    padding: 181px 30px 0 30px;
  }
}
@media (max-width: 479px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box {
    padding: 60px 30px 0 30px;
  }
}
.insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box h2 {
  color: #3b1066;
  font-family: "gillsans-ultrabold";
  margin: 0 0 7px;
  font-size: 70px;
  letter-spacing: -0.02em;
}
@media (max-width: 639px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box h2 {
    font-size: 38px;
    margin: 0 0 6px;
  }
}
@media (max-width: 479px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box h2 {
    font-size: 31px;
    margin: 0 0 7px;
  }
}
.insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box p {
  font-size: 32px;
  padding: 0;
  letter-spacing: 0.04em;
  line-height: 1.38em;
  margin: 0 auto 62px auto;
  max-width: 100%;
  width: 480px;
}
@media (max-width: 1307px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box p {
    font-size: 27px;
    margin: 0 auto 40px auto;
  }
}
@media (max-width: 1279px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box p {
    font-size: 24px;
  }
}
@media (max-width: 639px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box p {
    font-size: 22px;
    max-width: 364px;
    margin: 0 auto 45px auto;
    width: 100%;
    line-height: 1.35em;
    letter-spacing: 0;
  }
}
.insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .st-form {
  margin: 0 auto 0 auto;
  max-width: 100%;
  width: 475px;
}
@media (max-width: 639px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .st-form {
    width: 325px;
  }
}
.insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .st-form .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input {
  height: 65px !important;
  border: 1px solid #3b1066 !important;
  background: none;
  text-align: center;
  font-size: 32px !important;
  font-family: "sweet_sansbold";
  color: #3c1066 !important;
  text-transform: uppercase;
  width: 100%;
  max-width: 100%;
  padding: 3px 54px 0 54px !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50px !important;
}
@media (max-width: 1307px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .st-form .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input {
    height: 70px;
    font-size: 32px;
  }
}
@media (max-width: 1279px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .st-form .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input {
    font-size: 26px;
  }
}
@media (max-width: 639px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .st-form .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input {
    height: 45px !important;
    font-size: 22px !important;
    padding: 3px 20px 0 20px !important;
  }
}
@media (max-width: 479px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .st-form .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input {
    height: 35px;
    font-size: 16px;
  }
}
.insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .st-form .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-webkit-input-placeholder {
  color: #3c1066 !important;
  font-size: 32px !important;
}
.insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .st-form .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-moz-placeholder {
  color: #3c1066 !important;
  font-size: 32px !important;
}
.insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .st-form .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input:-ms-input-placeholder {
  color: #3c1066 !important;
  font-size: 32px !important;
}
.insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .st-form .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-ms-input-placeholder {
  color: #3c1066 !important;
  font-size: 32px !important;
}
.insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .st-form .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::placeholder {
  color: #3c1066 !important;
  font-size: 32px !important;
}
@media (max-width: 639px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .st-form .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-webkit-input-placeholder {
    font-size: 22px !important;
  }
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .st-form .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-moz-placeholder {
    font-size: 22px !important;
  }
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .st-form .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input:-ms-input-placeholder {
    font-size: 22px !important;
  }
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .st-form .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::-ms-input-placeholder {
    font-size: 22px !important;
  }
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .st-form .klaviyo-form > .needsclick > form > .needsclick > .needsclick > .needsclick input::placeholder {
    font-size: 22px !important;
  }
}
.insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .st-form form {
  position: relative;
}
.insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .st-form form .enter-email-submit {
  display: none;
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background: transparent url(../images/right-arrow-purple.svg) no-repeat center center;
  font-size: 0;
  width: 50px;
  border: 0 !important;
  background-size: 45% auto;
  cursor: pointer;
  padding: 0 !important;
}
@media (max-width: 479px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .st-form form .enter-email-submit {
    width: 26px;
  }
}
.insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .corner_graphic {
  position: absolute;
}
.insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .corner_graphic.graphic1 {
  left: 103px;
  top: 140px;
}
@media (max-width: 1730px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .corner_graphic.graphic1 {
    left: 0px;
    top: 40px;
  }
}
@media (max-width: 639px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .corner_graphic.graphic1 {
    left: 17px;
    top: 78px;
  }
}
@media (max-width: 479px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .corner_graphic.graphic1 {
    left: 0;
    top: 0;
  }
}
.insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .corner_graphic.graphic2 {
  right: 0;
  top: 140px;
}
@media (max-width: 1730px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .corner_graphic.graphic2 {
    right: 0px;
    top: 40px;
  }
}
@media (max-width: 639px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .corner_graphic.graphic2 {
    right: 12px;
    top: 78px;
  }
}
@media (max-width: 479px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .corner_graphic.graphic2 {
    right: 0;
    top: 0;
  }
}
.insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .corner_graphic.graphic3 {
  left: 103px;
  bottom: 163px;
}
@media (max-width: 1730px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .corner_graphic.graphic3 {
    left: 0px;
    bottom: 0;
  }
}
@media (max-width: 639px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .corner_graphic.graphic3 {
    left: 17px;
    bottom: 12px;
  }
}
@media (max-width: 479px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .corner_graphic.graphic3 {
    left: 0;
    bottom: 0;
  }
}
.insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .corner_graphic.graphic4 {
  right: 0;
  bottom: 163px;
}
@media (max-width: 1730px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .corner_graphic.graphic4 {
    right: 0px;
    bottom: 0;
  }
}
@media (max-width: 639px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .corner_graphic.graphic4 {
    right: 11px;
    bottom: 12px;
  }
}
@media (max-width: 479px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .corner_graphic.graphic4 {
    right: 0;
    bottom: 0;
  }
}
.insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .corner_graphic img {
  width: 67px;
}
@media (max-width: 639px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .corner_graphic img {
    width: 37px;
  }
}
@media (max-width: 479px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m .stay-in-touch-box .corner_graphic img {
    width: 27px;
  }
}
.insta_feed_sec_new_style .feed_col_in .col_r_m::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  background: #ffc400;
  width: 1000%;
}
@media (max-width: 1023px) {
  .insta_feed_sec_new_style .feed_col_in .col_r_m::before {
    left: -100%;
  }
}

@media (max-width: 1279px) {
  .video-desktop-cover {
    display: none;
  }
}

@media (max-width: 1279px) {
  .fancybox-cover {
    display: block !important;
  }
}

.for-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .for-mobile {
    display: block;
  }
}

.bg-graphic {
  background-image: url(../images/graphic-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tastingisbelieving_banner {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 148px 0 0;
  min-height: 768px;
}
@media (max-width: 639px) {
  .tastingisbelieving_banner {
    width: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 0 48px 0;
    min-height: 510px;
    height: auto;
  }
}
@media (max-width: 639px) {
  .tastingisbelieving_banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 132px;
    background: #3c1066;
  }
}
@media (max-width: 639px) {
  .tastingisbelieving_banner .container {
    width: 100%;
  }
}
.tastingisbelieving_banner .banner_video video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 639px) {
  .tastingisbelieving_banner .banner_video video {
    height: 74.5%;
  }
}
.tastingisbelieving_banner .tb_inner {
  position: relative;
  z-index: 1;
}
.tastingisbelieving_banner .tb_inner h1 {
  font-family: "gillsans-ultrabold";
  font-size: 9.5vw;
  line-height: 0.89em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin: 0 0 33px;
}
@media (max-width: 639px) {
  .tastingisbelieving_banner .tb_inner h1 {
    font-size: 13.5vw;
    margin: 0 0 30px;
  }
}
.tastingisbelieving_banner .tb_inner h1 span {
  font-size: 9vw;
}
@media (max-width: 639px) {
  .tastingisbelieving_banner .tb_inner h1 span {
    font-size: 13vw;
  }
}
@media (max-width: 639px) {
  .tastingisbelieving_banner .tb_inner .btn-new {
    font-size: 13px;
    padding: 5px 43px 5px 34px;
  }
}
.tastingisbelieving_banner .tb_inner .btn-new:after {
  width: 7px;
  height: 13px;
}

.single-recipe .blog-landing-main-image-block:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #160a29;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
}
.single-recipe .blog-landing-main-image-block .grid-blog-block-inner {
  z-index: 1;
}
.single-recipe .blog-landing-main-image-block .grid-blog-block-inner .tasty-recipes-title {
  -webkit-text-stroke: 0;
  color: #ffffff;
}
.single-recipe .blog-landing-main-text-block .tasty-recipes-description p {
  min-height: 290px;
}
@media (max-width: 1023px) {
  .single-recipe .blog-landing-main-text-block .tasty-recipes-description p {
    min-height: auto;
  }
}
.single-recipe .blog-landing-main-text-block .tasty-recipes-description .tasty-recipes-details {
  padding: 0 0 8px;
}
.single-recipe .blog-landing-main-text-block .tasty-recipes-description .tasty-recipes-details .trd-cl-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-recipe .blog-landing-main-text-block .tasty-recipes-description .tasty-recipes-details .trd-cl-m .trd-cl {
  width: 50%;
}
@media (max-width: 479px) {
  .single-recipe .blog-landing-main-text-block .tasty-recipes-description .tasty-recipes-details .trd-cl-m .trd-cl {
    width: 100%;
  }
}
.single-recipe .blog-landing-main-text-block .tasty-recipes-description .tasty-recipes-details .trd-cl-m .trd-cl ul {
  padding: 0;
  font-size: 24px;
}
@media (max-width: 1447px) {
  .single-recipe .blog-landing-main-text-block .tasty-recipes-description .tasty-recipes-details .trd-cl-m .trd-cl ul {
    font-size: 22px;
  }
}
@media (max-width: 1279px) {
  .single-recipe .blog-landing-main-text-block .tasty-recipes-description .tasty-recipes-details .trd-cl-m .trd-cl ul {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .single-recipe .blog-landing-main-text-block .tasty-recipes-description .tasty-recipes-details .trd-cl-m .trd-cl ul {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .single-recipe .blog-landing-main-text-block .tasty-recipes-description .tasty-recipes-details .trd-cl-m .trd-cl ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-recipe .blog-landing-main-text-block .tasty-recipes-description .tasty-recipes-details .trd-cl-m .trd-cl ul li {
  padding: 0 0px 12px 0;
  list-style-type: none;
  line-height: normal;
}
@media (max-width: 639px) {
  .single-recipe .blog-landing-main-text-block .tasty-recipes-description .tasty-recipes-details .trd-cl-m .trd-cl ul li {
    padding: 0 0 8px 0;
  }
}
.single-recipe .blog-landing-main-text-block .social-bo-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 639px) {
  .single-recipe .blog-landing-main-text-block .social-bo-m {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-recipe .blog-landing-main-text-block .social-bo-m .btn {
  margin: 0 0 0 30px;
}
@media (max-width: 639px) {
  .single-recipe .blog-landing-main-text-block .social-bo-m .btn {
    margin: 10px 0 0 0px;
  }
}
@media (max-width: 1279px) {
  .single-recipe .blog-landing-main-text-block .social-bo-m .link-social .social-icon {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.single-recipe .blog-landing-main-text-block .social-bo-m .link-social .social-icon li {
  margin: 0 12px 0 0;
}
.single-recipe .reci-twoCl-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
  padding: 0 24px 0 31px;
}
@media (max-width: 1023px) {
  .single-recipe .reci-twoCl-m {
    padding: 0;
    margin: 0;
  }
}
.single-recipe .reci-twoCl-m > div {
  padding: 0 30px;
  width: 50%;
}
@media (max-width: 767px) {
  .single-recipe .reci-twoCl-m > div {
    width: 100%;
  }
}
.single-recipe .reci-twoCl-m > div ol {
  counter-reset: item;
  padding: 23px 0 0;
}
@media (max-width: 1023px) {
  .single-recipe .reci-twoCl-m > div ol {
    padding: 0;
  }
}
.single-recipe .reci-twoCl-m > div ol li {
  margin: 0 0 79px;
  counter-increment: item;
  list-style-type: none;
  font-size: 35px;
  line-height: 1.45em;
}
@media (max-width: 1730px) {
  .single-recipe .reci-twoCl-m > div ol li {
    font-size: 26px;
    margin: 0 0 35px;
  }
}
@media (max-width: 1447px) {
  .single-recipe .reci-twoCl-m > div ol li {
    font-size: 23px;
  }
}
@media (max-width: 1307px) {
  .single-recipe .reci-twoCl-m > div ol li {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .single-recipe .reci-twoCl-m > div ol li {
    margin: 0 0 18px;
  }
}
@media (max-width: 639px) {
  .single-recipe .reci-twoCl-m > div ol li {
    font-size: 18px;
  }
}
.single-recipe .reci-twoCl-m > div ol li:before {
  margin-right: 14px;
  content: counter(item) ".";
  display: inline-block;
  font-family: "lemonde-sans";
}
.single-recipe .reci-twoCl-m > div .tasty-recipes-instructions-header {
  margin-bottom: 56px;
  margin-top: 19px;
}
@media (max-width: 1023px) {
  .single-recipe .reci-twoCl-m > div .tasty-recipes-instructions-header {
    margin: 0 0 30px;
  }
}
.single-recipe .reci-twoCl-m > div .tasty-recipes-instructions-header h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 3vw;
}
@media (max-width: 1023px) {
  .single-recipe .reci-twoCl-m > div .tasty-recipes-instructions-header h3 {
    font-size: 4.5vw;
  }
}
.single-recipe .reci-twoCl-m .tasty-recipe-ingredients {
  padding-right: 100px;
  width: 46%;
}
@media (max-width: 1023px) {
  .single-recipe .reci-twoCl-m .tasty-recipe-ingredients {
    padding: 0;
    width: 100%;
  }
}
.single-recipe .reci-twoCl-m .tasty-recipe-ingredients .tasty-recipes-scale-container {
  display: none;
}
.single-recipe .reci-twoCl-m .tasty-recipe-ingredients p {
  font-size: 35px;
  margin: 0 0 55px;
  line-height: 1.4em;
}
@media (max-width: 1730px) {
  .single-recipe .reci-twoCl-m .tasty-recipe-ingredients p {
    font-size: 26px;
    margin: 0 0 35px;
  }
}
@media (max-width: 1447px) {
  .single-recipe .reci-twoCl-m .tasty-recipe-ingredients p {
    font-size: 23px;
  }
}
@media (max-width: 1307px) {
  .single-recipe .reci-twoCl-m .tasty-recipe-ingredients p {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .single-recipe .reci-twoCl-m .tasty-recipe-ingredients p {
    margin: 0 0 18px;
  }
}
@media (max-width: 639px) {
  .single-recipe .reci-twoCl-m .tasty-recipe-ingredients p {
    font-size: 18px;
  }
}
.single-recipe .reci-twoCl-m .tasty-recipe-instructions {
  padding-left: 75px;
  padding-right: 0;
  width: 54%;
}
@media (max-width: 1023px) {
  .single-recipe .reci-twoCl-m .tasty-recipe-instructions {
    width: 100%;
    padding: 40px 0 0;
  }
}
.single-recipe .tasty-recipes-notes {
  padding: 0 0 40px 27px;
}
@media (max-width: 1023px) {
  .single-recipe .tasty-recipes-notes {
    padding: 0;
  }
}
.single-recipe .tasty-recipes-notes p {
  font-size: 35px;
  margin: 0 0 55px;
  line-height: 1.45em;
}
@media (max-width: 1730px) {
  .single-recipe .tasty-recipes-notes p {
    font-size: 26px;
    margin: 0 0 35px;
  }
}
@media (max-width: 1447px) {
  .single-recipe .tasty-recipes-notes p {
    font-size: 23px;
  }
}
@media (max-width: 1307px) {
  .single-recipe .tasty-recipes-notes p {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .single-recipe .tasty-recipes-notes p {
    font-size: 18px;
  }
}

.custom-recipe .blog-landing-main-image-block .grid-blog-block-inner h2 {
  color: #ffffff;
  -webkit-text-stroke: 0;
}
.custom-recipe .blog-landing-main-image-block:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #160a29;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}