@-webkit-keyframes stretch {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes stretch {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes stretchless {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes stretchless {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes stretchreverce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
}
@keyframes stretchreverce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
}
@font-face {
  font-family: "VC Kansas Casual";
  src: url("VCKansasCasual-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "VC Kansas Casual";
  src: url("VCKansasCasual-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "VC Kansas Casual";
  src: url("VCKansasCasual-Black.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "VC Kansas Casual";
  src: url("VCKansasCasual-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "VC Kansas Casual";
  src: url("VCKansasCasual-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "VC Kansas Casual";
  src: url("VCKansasCasual-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 500;
}
@media (min-width: 980px) {
  html {
    overflow-y: scroll !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1e1e1e;
  overflow-wrap: break-word;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  margin: 0;
  font-family: "futura-pt", sans-serif;
}
:focus {
  outline: 1px solid;
}
::-webkit-input-placeholder {
  opacity: 1 !important;
}
::placeholder,
::-webkit-input-placeholder {
  opacity: 1 !important;
}
ul,
h1,
h2,
h3,
p,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
li {
  text-decoration: none;
  list-style: none;
}
::-moz-selection {
  background: #1e1e1e;
  color: #fff;
}
::selection {
  background: #1e1e1e;
  color: #fff;
}
p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  font-family: "futura-pt", sans-serif;
}
.pre-title {
  font-size: 15px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: center;
  color: #1e1e1e;
  text-transform: uppercase;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1e1e1e;
  font-weight: bold;
  position: relative;
  text-decoration: underline;
}
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
  text-decoration: none;
  color: #ff5c62;
}
ul li a,
ol li a,
p a {
  color: #ff5c62;
  text-decoration: underline;
  font-weight: bold;
  position: relative;
}
ul li a:hover,
ul li a:focus,
ol li a:hover,
ol li a:focus,
p a:hover,
p a:focus {
  color: #1e1e1e;
  text-decoration: none;
}
b,
strong {
  font-weight: bold;
}
a {
  color: #ff5c62;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #1e1e1e;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "VC Kansas Casual", sans-serif;
  color: #1e1e1e;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-style: italic;
}
h1,
.h1 {
  font-size: 45px !important;
}
@media only screen and (max-width: 480px) {
  h1,
  .h1 {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: MQ-480) {
  h1,
  .h1 {
    font-size: 30px !important;
  }
}
h2,
.h2 {
  font-size: 40px !important;
}
@media only screen and (max-width: 480px) {
  h2,
  .h2 {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: MQ-480) {
  h2,
  .h2 {
    font-size: 30px !important;
  }
}
h3,
.h3 {
  font-size: 35px !important;
}
@media only screen and (max-width: 480px) {
  h3,
  .h3 {
    font-size: 25px !important;
  }
}
@media only screen and (max-width: MQ-480) {
  h3,
  .h3 {
    font-size: 25px !important;
  }
}
h4,
.h4 {
  font-size: 30px !important;
}
@media only screen and (max-width: 480px) {
  h4,
  .h4 {
    font-size: 25px !important;
  }
}
@media only screen and (max-width: MQ-480) {
  h4,
  .h4 {
    font-size: 25px !important;
  }
}
h5,
.h5 {
  font-size: 20px !important;
}
h6,
.h6 {
  font-size: 18px !important;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
}
button {
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0;
}
button:focus {
  outline: none;
}
.btn--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  border-radius: 30px;
  background-color: #3ec195;
  border-radius: 30px;
  letter-spacing: 0.32px;
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.32px;
  text-align: center;
  text-transform: uppercase;
  color: #1e1e1e;
  border: 1px solid #3ec195;
  text-decoration: none;
}
.btn--primary:hover,.btn--primary:focus {
  border: 1px solid #1e1e1e;
  background: #fff;
	outline:0 !important;
}
.link--primary {
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: left;
  color: #1e1e1e;
  position: relative;
  text-transform: uppercase;
  background: url("icon-right-arrow.webp") no-repeat right center/13.5px;
  padding-right: 21.5px;
}
.link--secondary {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: normal;
  text-decoration: underline !important;
  display: inline-block;
}
.inner-page {
  padding: 40px 0px 80px;
}
@media only screen and (max-width: 480px) {
  .inner-page {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: MQ-480) {
  .inner-page {
    padding: 20px 0px;
  }
}
.inner-page h1 {
  padding-bottom: 45px;
}
@media only screen and (max-width: 480px) {
  .inner-page h1 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: MQ-480) {
  .inner-page h1 {
    padding-bottom: 30px;
  }
}
.full-format h2,
.full-format h3,
.full-format h4,
.full-format h5,
.full-format h6,
.full-format h1 {
  margin-bottom: 30px;
}
.full-format h2:last-child,
.full-format h3:last-child,
.full-format h4:last-child,
.full-format h5:last-child,
.full-format h6:last-child,
.full-format h1:last-child {
  padding-bottom: 0;
}
.full-format p,
.full-format ul,
.full-format ol {
  padding-bottom: 30px;
}
.full-format p:last-child,
.full-format ul:last-child,
.full-format ol:last-child {
  padding-bottom: 0 !important;
}
.full-format img {
  width: 100%;
  max-width: 100%;
  max-height: 417px;
  height: 29vw;
  margin-bottom: -5px !important;
}
@media only screen and (max-width: 768px) {
  .full-format img {
    height: 200px;
  }
}
.full-format strong,
.full-format b {
  font-weight: bold;
}
.full-format p.caption {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  opacity: 0.5;
  width: 100%;
  padding-top: 10px !important;
  padding: 0;
}
.full-format p.caption.center {
  text-align: center;
}
.full-format .alignleft,
.full-format .alignright {
  float: left;
}
.full-format .alignleft img,
.full-format .alignright img {
  max-width: 100%;
}
.full-format .aligncenter {
  margin: 0 auto;
  max-width: 100%;
}
.full-format .wp-caption-text {
  font-size: 14px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.57;
  text-align: left;
  color: #1f1b01;
  margin-top: 11px !important;
  display: inline-block;
}
.full-format .video-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .full-format .video-wrapper {
    margin-bottom: 20px;
  }
}
.full-format .video-wrapper:first-child {
  padding-top: 0;
}
.full-format iframe {
  width: 100%;
  max-height: 440px;
  height: 46vw;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .full-format iframe {
    height: 48vw;
    max-height: 534px;
  }
}
.full-format blockquote {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #1e1e1e;
  margin: 0;
  margin-top: 31px;
  margin-bottom: 50px;
  background: #1e1e1e;
  padding: 33px 57px 35px 57px;
  text-transform: uppercase;
  font-family: var(--font-family-secondary);
}
@media only screen and (max-width: 768px) {
  .full-format blockquote {
    padding: 30px 27px 30px 27px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .full-format blockquote {
    font-size: 16px;
    line-height: 1.4;
    padding: 30px 20px 30px 20px;
  }
}
.full-format blockquote p {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  font-family: var(--font-family-secondary);
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .full-format blockquote p {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 980px) {
  .full-format .alignleft img,
  .full-format .alignright img {
    padding: 0;
  }
}
.full-format hr {
  border-bottom: 1px solid #ff5c62;
  border-top: 0;
  margin-bottom: 29.5px;
  height: 1px;
  background: #ff5c62;
  margin-top: 0 !important;
}
@media only screen and (max-width: 980px) {
  .full-format hr .alignleft,
  .full-format hr .alignright,
  .full-format hr .alignleft img,
  .full-format hr .alignright img,
  .full-format hr .aligncenter {
    float: none;
    margin: 0;
    width: 100% !important;
    display: block;
    height: auto;
    max-width: 100%;
  }
}
ol,
ul {
  margin-top: 0;
  padding-left: 22px;
}
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}
ol li,
ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1e1e1e;
}
ul li {
  list-style: disc;
}
ol li {
  list-style: decimal;
}
.width-100 {
  width: 100%;
}
.width-50 {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .width-50 {
    width: 100%;
  }
}
.container-1440 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.container-800 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.container-1280 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.container-1400 {
  max-width: 1400px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.container-1306 {
  max-width: 1300px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.container-1260 {
  max-width: 1260px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
.wrapper {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 0px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.lowercase::first-letter {
  text-transform: capitalize;
}
.capitalize {
  text-transform: capitalize !important;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-end {
  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;
}
.flex-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-direction-row-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-direction-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-justify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-justify-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-justify-column-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.clear {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.margin-auto {
  margin: 0 auto;
}
.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.opacity-zero {
  opacity: 0;
}
.hide {
  display: none !important;
}
.ipad-block {
  display: none;
}
@media only screen and (max-width: 768px) {
  .ipad-block {
    display: block !important;
  }
}
.ipad-none {
  display: block;
}
@media only screen and (max-width: 768px) {
  .ipad-none {
    display: none !important;
  }
}
.mobile-block {
  display: none;
}
@media only screen and (max-width: 600px) {
  .mobile-block {
    display: block !important;
  }
}
.mobile-none {
  display: block;
}
@media only screen and (max-width: 600px) {
  .mobile-none {
    display: none !important;
  }
}
.block-980 {
  display: none !important;
}
@media only screen and (max-width: 980px) {
  .block-980 {
    display: block !important;
  }
}
.none-980 {
  display: block;
}
@media only screen and (max-width: 980px) {
  .none-980 {
    display: none !important;
  }
}
.displayBlock {
  display: block;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.visually-hidden--inline {
  margin: 0;
  height: 1em;
}
.js-focus-hidden:focus {
  outline: none;
}
.no-js:not(html) {
  display: none;
}
.no-js .no-js:not(html) {
  display: block;
}
.no-js .js {
  display: none;
}
.visible {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.center-align {
  margin: 0 auto;
  text-align: center;
}
.center-align * {
  text-align: center !important;
  margin: 0 auto;
}
.left-align {
  margin: 0;
  margin-right: auto;
  text-align: left;
}
.right-align {
  margin: 0;
  margin-left: auto;
  text-align: right;
}
.right-align * {
  margin-left: auto !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-8 {
  padding: 8px;
}
.padding-16 {
  padding: 16px;
}
.padding-24 {
  padding: 24px;
}
.padding-32 {
  padding-bottom: 32px;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.padding-48 {
  padding: 48px;
}
.padding-56 {
  padding: 56px;
}
.padding-80 {
  padding: 80px;
}
.form-section h1 {
  text-align: center;
}
.form-section form label {
  font-size: var(--input-font-size);
  font-weight: var(--input-font-weight);
  font-style: var(--input-font-style);
  line-height: var(--input-ine-height);
  color: var(--input-text-color);
  margin-bottom: 5px;
  display: inline-block;
}
.form-section form input[type="text"],
.form-section form input[type="search"],
.form-section form input[type="email"],
.form-section form input[type="tel"],
.form-section form input[type="password"],
.form-section form textarea,
.form-section form select {
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: var(--input-border-thickness) solid #1e1e1e;
  width: 100%;
  border-radius: var(--input-radius);
  height: 45px;
  font-family: var(--font-family-primary);
  font-size: var(--input-font-size);
  font-weight: var(--input-font-weight);
  font-style: var(--input-font-style);
  line-height: var(--input-ine-height);
  color: var(--input-text-color);
  text-transform: var(--input-text-transform);
  padding: 10px 23px 10px;
  margin-bottom: 30px;
  opacity: 1;
  -webkit-text-fill-color: var(--input-text-color) !important;
  -webkit-box-shadow: 1000px 0px 0px 0px var(--input-border-background-color)
    inset;
}
.form-section form input[type="text"]::-webkit-input-placeholder,
.form-section form input[type="search"]::-webkit-input-placeholder,
.form-section form input[type="email"]::-webkit-input-placeholder,
.form-section form input[type="tel"]::-webkit-input-placeholder,
.form-section form input[type="password"]::-webkit-input-placeholder,
.form-section form textarea::-webkit-input-placeholder,
.form-section form select::-webkit-input-placeholder {
  opacity: 1;
  font-size: var(--input-font-size);
  font-weight: var(--input-font-weight);
  font-style: var(--input-font-style);
  line-height: var(--input-ine-height);
  color: var(--input-text-color);
}
.form-section form input[type="text"]::-moz-placeholder,
.form-section form input[type="search"]::-moz-placeholder,
.form-section form input[type="email"]::-moz-placeholder,
.form-section form input[type="tel"]::-moz-placeholder,
.form-section form input[type="password"]::-moz-placeholder,
.form-section form textarea::-moz-placeholder,
.form-section form select::-moz-placeholder {
  opacity: 1;
  font-size: var(--input-font-size);
  font-weight: var(--input-font-weight);
  font-style: var(--input-font-style);
  line-height: var(--input-ine-height);
  color: var(--input-text-color);
}
.form-section form input[type="text"]:-ms-input-placeholder,
.form-section form input[type="search"]:-ms-input-placeholder,
.form-section form input[type="email"]:-ms-input-placeholder,
.form-section form input[type="tel"]:-ms-input-placeholder,
.form-section form input[type="password"]:-ms-input-placeholder,
.form-section form textarea:-ms-input-placeholder,
.form-section form select:-ms-input-placeholder {
  opacity: 1;
  font-size: var(--input-font-size);
  font-weight: var(--input-font-weight);
  font-style: var(--input-font-style);
  line-height: var(--input-ine-height);
  color: var(--input-text-color);
}
.form-section form input[type="text"]::-ms-input-placeholder,
.form-section form input[type="search"]::-ms-input-placeholder,
.form-section form input[type="email"]::-ms-input-placeholder,
.form-section form input[type="tel"]::-ms-input-placeholder,
.form-section form input[type="password"]::-ms-input-placeholder,
.form-section form textarea::-ms-input-placeholder,
.form-section form select::-ms-input-placeholder {
  opacity: 1;
  font-size: var(--input-font-size);
  font-weight: var(--input-font-weight);
  font-style: var(--input-font-style);
  line-height: var(--input-ine-height);
  color: var(--input-text-color);
}
.form-section form input[type="text"]::placeholder,
.form-section form input[type="search"]::placeholder,
.form-section form input[type="email"]::placeholder,
.form-section form input[type="tel"]::placeholder,
.form-section form input[type="password"]::placeholder,
.form-section form textarea::placeholder,
.form-section form select::placeholder {
  opacity: 1;
  font-size: var(--input-font-size);
  font-weight: var(--input-font-weight);
  font-style: var(--input-font-style);
  line-height: var(--input-ine-height);
  color: var(--input-text-color);
}
.form-section form input[type="text"] option,
.form-section form input[type="search"] option,
.form-section form input[type="email"] option,
.form-section form input[type="tel"] option,
.form-section form input[type="password"] option,
.form-section form textarea option,
.form-section form select option {
  color: var(--input-text-color);
}
.form-section form select {
  padding: 10px 45px 10px 23px;
  background: url("icon-arrow-down.webp") no-repeat right 20px center/13px
    var(--input-border-background-color);
  -webkit-text-fill-color: none !important;
  -webkit-box-shadow: none !important;
}
.form-section form textarea {
  height: 200px;
  padding: 20px 25px;
  border-radius: 10px;
}
.form-section form .checkboxOuter {
  margin: 0;
  margin-bottom: 20px;
}
.form-section form .checkboxOuter label {
  display: inline-block !important;
  top: 0px !important;
  position: relative;
  padding-left: 15px;
  font-family: var(--font-family-primary);
  font-size: var(--input-font-size);
  font-weight: var(--input-font-weight);
  font-style: var(--input-font-style);
  line-height: var(--input-ine-height);
  color: var(--input-text-color);
  cursor: pointer;
}
.form-section form .checkboxOuter label:after {
  z-index: 2;
  content: "";
  vertical-align: middle;
  text-align: center;
  position: absolute;
  cursor: pointer;
  height: 20px;
  width: 20px;
  top: 0px;
  left: -17px;
  background: transparent;
  border-radius: 0px;
  background: #fff;
  border: solid 1px #1e1e1e !important;
}
.form-section form .checkboxOuter input[type="checkbox"]:checked + label:after {
  background: url("boost-icon-ui-check-mark-yes.webp") no-repeat center/20px;
}
.form-section form .checkboxOuter input[type="checkbox"] {
  visibility: hidden;
  margin: 0;
}
.form-section form .floating-label-main {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .form-section form .floating-label-main {
    margin-bottom: 33px;
  }
}
@media only screen and (max-width: MQ-480) {
  .form-section form .floating-label-main {
    margin-bottom: 33px;
  }
}
.form-section form .floating-label-main input {
  margin-bottom: 0 !important;
}
.form-section form .floating-label-main.textarea .floating-label {
  left: 23px;
}
.form-section form .floating-label {
  position: absolute;
  pointer-events: none;
  left: 23px;
  top: 11px;
  margin-bottom: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  color: #1e1e1e;
}
.form-section form input:focus ~ .floating-label {
  top: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  color: #1e1e1e;
}
.form-section form input:not(:-moz-placeholder-shown) ~ .floating-label {
  top: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  color: #1e1e1e;
}
.form-section form input:not(:-ms-input-placeholder) ~ .floating-label {
  top: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  color: #1e1e1e;
}
.form-section form input:not(:placeholder-shown) ~ .floating-label {
  top: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  color: #1e1e1e;
}
.form-section form textarea:focus {
  padding-top: 20px !important;
}
.form-section form textarea:focus ~ .floating-label {
  top: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  color: #1e1e1e;
}
.form-section form textarea:not(:-moz-placeholder-shown) ~ .floating-label {
  top: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  color: #1e1e1e;
}
.form-section form textarea:not(:-ms-input-placeholder) ~ .floating-label {
  top: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  color: #1e1e1e;
}
.form-section form textarea:not(:placeholder-shown) ~ .floating-label {
  top: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  color: #1e1e1e;
}
input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.swiper-button-next,
.swiper-button-prev {
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 30px;
  height: 30px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 15px;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: solid 1px #1e1e1e;
  background-color: #fff;
}
.custom-checkbox .checkmark:after {
  left: 4px;
  top: 0px;
  width: 3px;
  height: 9px;
  border: solid #1e1e1e;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}
.dropdown {
  position: relative;
  width: 347px;
}
.dropdown .selected {
  padding: 11px 15px 11px 0;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #1e1e1e;
}
.dropdown .selected::after {
  content: "";
  position: absolute;
  background: url(icon-dropdown-arrow-black.png) no-repeat center center/contain;
  width: 15px;
  height: 15px;
  right: 0;
  bottom: 11px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.dropdown .selected.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dropdown ul {
  display: none;
  width: 347px;
  position: absolute;
  right: 0;
  top: 44px;
  z-index: 9;
  background-color: #fff;
}
.dropdown ul li a {
  padding: 11px 15px 0 15px;
  display: block;
  width: 100%;
  color: #1e1e1e;
}
.dropdown ul li a.active {
  font-weight: bold;
}
.dropdown ul li:last-child a {
  padding-bottom: 11px;
}
@media only screen and (max-width: 480px) {
  .dropdown {
    width: 100%;
  }
  .dropdown ul {
    width: 100%;
  }
}
@media only screen and (max-width: MQ-480) {
  .dropdown {
    width: 100%;
  }
  .dropdown ul {
    width: 100%;
  }
}
.custom-dropdown-select {
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  border: 1px solid #1e1e1e;
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  color: #1e1e1e;
  letter-spacing: 0.01px;
  border-radius: 50px;
  background: transparent;
  opacity: 1;
  text-transform: uppercase;
  padding: 7.5px 45px 8.5px 25px;
  background: url("icon-arrow-down.webp") no-repeat right 25px center/13px #fff;
}
.pagination-wrapper {
  padding: 16px 40px 14px;
  background: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .pagination-wrapper {
    padding: 10px 10px;
  }
}
.pagination {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pagination li {
  width: auto;
  height: auto;
}
.pagination .pagination-text {
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pagination .pagination-text a:hover span,.pagination .pagination-text a:focus span {
  color: #1e1e1e;
  border-bottom: 1.8px solid #1e1e1e;
}
.pagination .pagination-text span {
  font-size: 14px;
  padding: 2px 2px 0px 2px;
  margin-right: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01px;
  text-align: left;
}
.pagination .pagination-text span.current {
  color: #1e1e1e;
  border-bottom: 1.8px solid #1e1e1e;
}
.pagination .prev,
.pagination .next {
  border: none;
  width: 30px;
  height: 30px;
}
.pagination .prev svg,
.pagination .next svg {
  border-radius: 100%;
  border: 1px solid #1e1e1e;
}
.pagination .prev a,
.pagination .next a {
  display: block;
  width: 30px;
  height: 30px;
}
.pagination .prev a span,
.pagination .next a span {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.01px;
  text-align: left;
}
.pagination .prev a::before,
.pagination .prev a::after,
.pagination .next a::before,
.pagination .next a::after {
  display: none;
}
.pagination .prev .disabled,
.pagination .next .disabled {
  opacity: 0.5;
}
.pagination .prev .disabled svg,
.pagination .next .disabled svg {
  border-radius: 100%;
  border: 0 !important;
}
.pagination .prev {
  margin-right: 47px;
}
.pagination .next {
  margin-left: 47px;
}
.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}
.video-popup {
  border-radius: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: auto;
}
.play-button {
  display: inline-block;
  height: 100px;
  width: 100px;
  background: url('{{"icon-play-white.png"|asset_url}}') no-repeat top
    center/100px;
}
@media only screen and (max-width: 480px) {
  .play-button {
    height: 68px;
    width: 68px;
    background-size: 68px;
  }
}
@media only screen and (max-width: MQ-480) {
  .play-button {
    height: 68px;
    width: 68px;
    background-size: 68px;
  }
}
.accordion-toggle,
.accordion-toggle-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.accordion-toggle .icon-minus,
.accordion-toggle-inner .icon-minus {
  display: none !important;
}
.accordion-toggle.active .icon-minus,
.accordion-toggle-inner.active .icon-minus {
  display: inline !important;
}
.accordion-toggle.active .icon-plus,
.accordion-toggle-inner.active .icon-plus {
  display: none !important;
}
.social-sharing ul {
  margin-left: 15px;
}
.social-sharing ul li {
  margin-right: 15px;
  width: 20px;
}
.social-sharing ul li:last-child {
  margin-right: 0;
}
.social-sharing ul li img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.tab-content {
  display: none;
}
footer {
  background: #1e1e1e;
  width: 100%;
}
footer .main-footer {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px;
}
footer .main-footer * {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  footer .main-footer .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer .main-footer .footer-wrapper .footer-form {
  width: 100%;
  padding-right: 80px;
  max-width: 880px;
}
@media only screen and (max-width: 980px) {
  footer .main-footer .footer-wrapper .footer-form {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  footer .main-footer .footer-wrapper .footer-form {
    padding-right: 0;
  }
}
footer .main-footer .footer-wrapper .footer-form .gform_heading {
  margin-bottom: 20px;
}
footer
  .main-footer
  .footer-wrapper
  .footer-form
  .gfield_required.gfield_required_text {
  display: none;
}
footer
  .main-footer
  .footer-wrapper
  .footer-form
  .gform-theme--foundation
  .gform_fields {
  grid-row-gap: 15px !important;
}
footer .main-footer .footer-wrapper .footer-form .gform_body input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  height: 41px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  padding-left: 0;
}
footer
  .main-footer
  .footer-wrapper
  .footer-form
  .gform_body
  .gform-field-label {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}
footer .main-footer .footer-wrapper .footer-form .gform_body textarea {
  border-radius: 0;
  background: transparent !important;
  border: 1px solid #fff;
  color: #fff;
}
footer
  .main-footer
  .footer-wrapper
  .footer-form
  .gform_body
  input::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}
footer
  .main-footer
  .footer-wrapper
  .footer-form
  .gform_body
  input::-moz-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}
footer
  .main-footer
  .footer-wrapper
  .footer-form
  .gform_body
  input:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}
footer
  .main-footer
  .footer-wrapper
  .footer-form
  .gform_body
  input::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}
footer
  .main-footer
  .footer-wrapper
  .footer-form
  .gform_body
  input::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}
footer
  .main-footer
  .footer-wrapper
  .footer-form
  .gform_footer
  .gform_button.button {
  padding: 12px 20px !important;
  border-radius: 30px !important;
  background-color: #3ec195 !important;
  border-radius: 30px;
  letter-spacing: 0.32px;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: normal;
  letter-spacing: 0.32px;
  text-align: center;
  text-transform: uppercase;
  color: #1e1e1e !important;
  border: 1px solid #3ec195 !important;
  text-decoration: none;
  height: auto !important;
  text-transform: uppercase !important;
}
footer
  .main-footer
  .footer-wrapper
  .footer-form
  .gform_footer
  .gform_button.button:hover,
footer
  .main-footer
  .footer-wrapper
  .footer-form
  .gform_footer
  .gform_button.button:focus {
  background-color: #fff !important;
}
footer .main-footer .footer-wrapper .footer-info {
  max-width: 400px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  footer .main-footer .footer-wrapper .footer-info {
    max-width: 260px;
  }
}
@media only screen and (max-width: 768px) {
  footer .main-footer .footer-wrapper .footer-info {
    max-width: 400px;
    margin-top: 41px;
  }
}
footer .main-footer .footer-wrapper .footer-info .top-button {
  margin-bottom: 40px;
}
footer .main-footer .footer-wrapper .footer-info .btn--primary {
  color: #1e1e1e;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer .main-footer .footer-wrapper .footer-info .content {
  margin-bottom: 39.5px;
}
footer .main-footer .footer-wrapper .footer-info .content a {
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}
footer .main-footer .footer-wrapper .footer-info .content a:hover,
footer .main-footer .footer-wrapper .footer-info .content a:focus {
  color: #ff5c62;
}
footer .main-footer .footer-wrapper .footer-info .social-links {
  padding: 39.5px 0;
  margin-bottom: 39.5px;
  border-top: 1px solid #ff5c62;
  border-bottom: 1px solid #ff5c62;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer .main-footer .footer-wrapper .footer-info .social-links ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer .main-footer .footer-wrapper .footer-info .social-links .link-list {
  list-style: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
footer
  .main-footer
  .footer-wrapper
  .footer-info
  .social-links
  .link-list:last-child {
  margin-bottom: 0;
}
footer .main-footer .footer-wrapper .footer-info .social-links .s-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
footer
  .main-footer
  .footer-wrapper
  .footer-info
  .social-links
  .s-link:hover
  .image-section,footer
  .main-footer
  .footer-wrapper
  .footer-info
  .social-links
  .s-link:focus
  .image-section {
  -webkit-filter: brightness(0) saturate(100%) invert(50%) sepia(18%)
    saturate(3233%) hue-rotate(317deg) brightness(98%) contrast(104%);
  filter: brightness(0) saturate(100%) invert(50%) sepia(18%) saturate(3233%)
    hue-rotate(317deg) brightness(98%) contrast(104%);
}
footer
  .main-footer
  .footer-wrapper
  .footer-info
  .social-links
  .s-link:hover
  span ,footer
  .main-footer
  .footer-wrapper
  .footer-info
  .social-links
  .s-link:focus
  span{
  color: #ff5c62;
}
footer
  .main-footer
  .footer-wrapper
  .footer-info
  .social-links
  .s-link
  .image-section {
	  width: 20px;
	  height: 20px;
	  margin-right:10px;
}
footer
  .main-footer
  .footer-wrapper
  .footer-info
  .social-links
  .s-link
  .image-section
  img {
  width: 100%;
  height: 100%;
}
footer .main-footer .footer-wrapper .footer-info .social-links .s-link span {
  display: block;
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  text-decoration: none;
  display: block;
/*   margin-left: 10px; */
}
footer .main-footer .footer-wrapper .footer-info .copyright * {
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
footer .main-footer .footer-wrapper .footer-info .copyright p {
  margin-bottom: 15px;
/*   opacity: 0.3; */
}
footer .main-footer .footer-wrapper .footer-info .copyright .credit {
/*   opacity: 0.3; */
  text-decoration: none;
}
footer .main-footer .footer-wrapper .footer-info .copyright .credit:hover,footer .main-footer .footer-wrapper .footer-info .copyright .credit:focus {
  opacity: 1;
	text-decoration:underline;
}
footer .main-footer .footer-wrapper .footer-info #menu-footer-legal-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .main-footer .footer-wrapper .footer-info #menu-footer-legal-menu li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
footer
  .main-footer
  .footer-wrapper
  .footer-info
  #menu-footer-legal-menu
  li:before {
  position: absolute;
  content: "|";
  width: 0.5px;
  height: 100%;
  right: 3px;
/*   opacity: 0.3; */
}
footer
  .main-footer
  .footer-wrapper
  .footer-info
  #menu-footer-legal-menu
  li:last-child {
  margin-right: 0;
  padding-right: 0;
}
footer
  .main-footer
  .footer-wrapper
  .footer-info
  #menu-footer-legal-menu
  li:last-child:before {
  display: none;
}
footer .main-footer .footer-wrapper .footer-info #menu-footer-legal-menu li a {
/*   opacity: 0.3; */
  text-decoration: none;
  color: #fff;
}
footer
  .main-footer
  .footer-wrapper
  .footer-info
  #menu-footer-legal-menu
  li
  a:hover,footer
  .main-footer
  .footer-wrapper
  .footer-info
  #menu-footer-legal-menu
  li
  a:focus {
  opacity: 1;
	  text-decoration:underline;
}
header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background: #fff;
  border-bottom: solid 1px #1e1e1e !important;
}
header.fixed {
  top: 0;
  position: fixed;
/*   -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease; */
  margin-top: 0 !important;
}
@media only screen and (max-width: 1100px) {
  main {
    padding-top: 99px;
  }
}
@media only screen and (max-width: 980px) {
  main {
    padding-top: 89.8px;
  }
}
@media only screen and (max-width: 768px) {
  main {
    padding-top: 69.8px;
  }
}
html.active {
  overflow-y: hidden;
}
.main-nav-header .header-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0px 60px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1560px;
}
@media only screen and (max-width: 1100px) {
  .main-nav-header .header-wrapper {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav-header .header-wrapper {
    padding: 10px 30px;
  }
}
.main-nav-header .header-logo {
  width: 100%;
  max-width: 250px;
  height: 69px;
  line-height: 0;
  margin-left: 90px;
}
@media only screen and (max-width: 1280px) {
  .main-nav-header .header-logo {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .main-nav-header .header-logo {
    max-width: 200px;
    height: 59px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 980px) {
  .main-nav-header .header-logo {
    max-width: 180px;
    height: 49px;
  }
}
.main-nav-header .header-logo img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-nav-header .ipad-block {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .main-nav-header .ipad-block {
    display: block;
  }
}
.main-nav-header .ipad-none {
  display: block;
}
@media only screen and (max-width: 1100px) {
  .main-nav-header .ipad-none {
    display: none;
  }
}
.right-menu {
  margin-left: 20px;
}
.main-nav-menu ul {
  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;
}
@media only screen and (max-width: 1100px) {
  .main-nav-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.main-nav-menu ul li {
  margin: 0 5px 0 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 1100px) {
  .main-nav-menu ul li {
    margin: 0 !important;
    padding: 25px 30px;
    border-bottom: 1px solid #1e1e1e;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: unset;
  }
	 .main-nav-menu ul li.menu-item-has-children{
		padding:0!important;
	}
	 .main-nav-menu ul li.menu-item-has-children a{
		padding: 25px 30px !important;
		 width:100% !important;

	}
	.main-nav-menu ul li.menu-item-has-children ul li.menu-item-has-children{
		padding: 20px 0px !important;
	}
	.main-nav-menu ul li.menu-item-has-children ul li a{
		padding:0 !important;
	}
}
.main-nav-menu ul li.button {
  margin-left: 20px;
}
.main-nav-menu ul li.button a {
  position: relative;
  display: block;
  padding: 15px 20px !important;
  background: #3ec195;
  border-radius: 30px;
  border: 1px solid transparent;
}
.main-nav-menu ul li.button a:hover,
.main-nav-menu ul li.button a:focus {
  background: #fff;
  border-color: #1e1e1e;
  color: #1e1e1e !important;
}
.main-nav-menu ul li a {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.32px;
  font-family: var(--font-family-primary);
  text-align: left;
  position: relative;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none !important;
  padding: 44px 20px 45px;
}
@media only screen and (max-width: 1200px) {
  .main-nav-menu ul li a {
    padding: 44px 15px 45px;
  }
}
@media only screen and (max-width: 1100px) {
  .main-nav-menu ul li a {
    padding: 0px 0px !important;
  }
}
.main-nav-menu ul li a:hover,.main-nav-menu ul li a:focus{
  color: #ff5c62 !important;
}
.main-nav-menu ul li a:focus {
  outline: 1px !important;
}
.navbar-collapse {
  background: #fff;
  display: block;
  height: 100%;
  overflow-y: auto;
  padding: 0px 0px;
  position: fixed;
  right: 0;
  top: 90px;
  -webkit-transform: translate(100vw);
  transform: translate(100vw);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .navbar-collapse {
    top: 70px;
  }
}
.navbar-collapse.active {
  -webkit-transform: translate(0);
  transform: translate(0);
  width: 100%;
}
.main-nav-header .main-nav-menu #hamburger,
.main-nav-header .main-nav-menu #hamburger-close {
  position: relative;
  top: 3px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.main-nav-header .main-nav-menu #hamburger:hover svg path,
.main-nav-header .main-nav-menu #hamburger-close:hover svg path,
.main-nav-header .main-nav-menu #hamburger:focus svg path,
.main-nav-header .main-nav-menu #hamburger-close:focus svg path {
  stroke: #ff5c62;
}
.main-nav-header .main-nav-menu #hamburger-close {
  display: none;
}
.main-nav-header .main-nav-menu #hamburger-close.active {
  display: block;
}
.main-nav-header .main-nav-menu #hamburger.active {
  display: none;
}
.main-nav-menu ul.sub-menu {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -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;
  opacity: 0;
  position: absolute;
  top: 111px;
  visibility: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 260px;
  margin-right: 0 !important;
  left: -20px;
  z-index: 1;
  border: 1px solid #1e1e1e;
  border-top: 0;
  pointer-events: none;
	display:none;
}
@media only screen and (max-width: 1100px) {
  .main-nav-menu ul.sub-menu {
    min-width: unset;
    top: 85px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 0;
	  display:block;
  }
}
@media only screen and (max-width: 1100px) {
  .main-nav-menu ul .menu-item-has-children .sub-menu {
    opacity: 0;
    visibility: hidden;
	  z-index:-2;
  }
  .main-nav-menu
    ul
    .menu-item-has-children
    .sub-menu
    .menu-item-has-children:before {
    display: none;
  }
  .main-nav-menu ul .menu-item-has-children .mobile-back-btn {
    display: none;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #000 !important;
    left: 0;
    top: 0;
    text-align: right;
    background: #fff;
    border: 0;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.32px;
    padding: 30px;
    text-transform: uppercase;
  }
  .main-nav-menu ul .menu-item-has-children .mobile-back-btn:before {
    position: absolute;
    left: 30px;
    width: 15px;
    height: 15px;
    content: "";
    background: url(icon-arrow.svg) no-repeat center/15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 0;
    margin: auto;
    bottom: 0;
  }
  .main-nav-menu ul .menu-item-has-children .toogle-btn {
    position: absolute;
    right: 30px;
    width: 15px;
    height: 15px;
    z-index: 2;
    background: url(icon-arrow.svg) no-repeat center/15px;
  }
  .main-nav-menu ul .menu-item-has-children.active .mobile-back-btn {
    display: block;
  }
}
@media only screen and (max-width: 1100px) {
  .main-nav-menu ul .menu-item-has-children .sub-menu {
    padding: 0 30px;
  }
  .main-nav-menu ul .menu-item-has-children .sub-menu .sub-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-nav-menu ul .menu-item-has-children .sub-menu li {
  padding: 20px 30px;
  border-bottom: 1px solid #ff5c62;
  margin-right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 1100px) {
  .main-nav-menu ul .menu-item-has-children .sub-menu li {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-nav-menu ul .menu-item-has-children .sub-menu li a {
  font-family: "VC Kansas Casual", sans-serif;
  font-size: 20px;
  padding: 0;
}
/* .main-nav-menu ul .menu-item-has-children .sub-menu li .sub-menu {
	pointer-events:none;
	z-index:-100;
} */
.main-nav-menu ul .menu-item-has-children.active .sub-menu li .sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
  top: 0px;
  border: 0;
  min-width: 100%;
  left: 0;
  position: relative;
  padding-top: 12px;
	z-index:2;
	pointer-events:all;
}
.main-nav-menu ul .menu-item-has-children .sub-menu li .sub-menu li {
  border-bottom: 0;
  padding: 0;
}
.main-nav-menu
  ul
  .menu-item-has-children
  .sub-menu
  li
  .sub-menu
  li:first-child {
  padding-top: 0;
}
.main-nav-menu ul .menu-item-has-children .sub-menu li .sub-menu li {
  padding-top: 10px;
}
.main-nav-menu ul .menu-item-has-children .sub-menu li .sub-menu li a {
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
}
.main-nav-menu ul li.menu-item-has-children:hover button:after,
.main-nav-menu ul li.menu-item-has-children:focus button:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 25%;
  transform-origin: 100% 25%;
  top: 70%;
}
.menu-item-has-children,
.menu li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.menu-item-has-children .sub-menu li {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  border-bottom: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu-item-has-children .sub-menu li a {
  color: var(--color-off-white);
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  opacity: 1;
  width: 100%;
  padding-bottom: 7px;
  padding-top: 7px;
  padding-left: 20px;
  padding-right: 20px;
}
.menu-item-has-children .sub-menu li a:hover,
.menu-item-has-children .sub-menu li a:focus {
  background: #fff;
  color: #000;
  font-weight: bold;
}
.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.menu-item-has-children .sub-menu li:first-child {
  padding-top: 0;
}
.search-bar {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: solid 1px #000;
  width: 206px;
}
.main-nav-header .search-bar.ipad-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .search-bar a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .search-bar svg:hover path,
header .search-bar svg:focus path {
  fill: var(--color-mid-green);
}
header .search-toggle form {
  width: 100%;
}
header .search-toggle input {
  background: #fff;
  height: 36px;
  border: 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  text-align: left;
  text-decoration: none;
  width: 100%;
  border-radius: 0;
  outline: none !important;
}
header .search-toggle input::-webkit-input-placeholder {
  color: #000;
}
header .search-toggle input::-moz-placeholder {
  color: #000;
}
header .search-toggle input:-ms-input-placeholder {
  color: #000;
}
header .search-toggle input::-ms-input-placeholder {
  color: #000;
}
header .search-toggle input::placeholder {
  color: #000;
}
.search-toggle.active {
  opacity: 1;
  visibility: visible;
}
/* .menu-item-has-children a:hover .sub-menu,
.menu-item-has-children a:focus .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
@media only screen and (max-width: 1100px) {
  .menu-item-has-children a:hover .sub-menu,
  .menu-item-has-children a:focus .sub-menu {
    opacity: 0;
    visibility: hidden;
  }
} */
.main-nav-menu .social-links {
  padding: 25px 30px;
}
.main-nav-menu .social-links .link-list {
  list-style: none !important;
}
.main-nav-menu .social-links .link-list {
  border-bottom: 0 !important;
  padding: 0 0 25px 0 !important;
}
.main-nav-menu .social-links .link-list:last-child {
  padding-bottom: 0 !important;
}
.main-nav-menu .social-links .link-list a {
  color: #1e1e1e !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.main-nav-menu .social-links .link-list a .image-section {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-filter: brightness(0) saturate(100%) invert(9%) sepia(2%)
    saturate(19%) hue-rotate(323deg) brightness(88%) contrast(91%);
  filter: brightness(0) saturate(100%) invert(9%) sepia(2%) saturate(19%)
    hue-rotate(323deg) brightness(88%) contrast(91%);
}
.main-nav-menu .social-links .link-list a .image-section img {
  width: 100%;
  height: 100%;
}
.main-nav-menu .social-links .link-list a:hover,.main-nav-menu .social-links .link-list a:focus {
  color: #ff5c62 !important;
}
.main-nav-menu .social-links .link-list a:hover .image-section,.main-nav-menu .social-links .link-list a:focus .image-section {
  -webkit-filter: brightness(0) saturate(100%) invert(50%) sepia(18%)
    saturate(3233%) hue-rotate(317deg) brightness(98%) contrast(104%);
  filter: brightness(0) saturate(100%) invert(50%) sepia(18%) saturate(3233%)
    hue-rotate(317deg) brightness(98%) contrast(104%);
}

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