@-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: "Source Sans Pro Semibold";
  src: url(SourceSansPro-Semibold.ttf) format("TrueType");
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url(SourceSansPro-Regular.ttf) format("TrueType");
  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: 500 100%/0.8 "Source Sans Pro Semibold", sans-serif !important;
  color: #474747;
  letter-spacing: normal;
  overflow-wrap: break-word;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
}
:focus {
  outline: none;
}
::-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;
}
img {
  z-index: 1;
  position: relative;
}
img::before {
  content: "";
  width: 100%;
  height: calc(100% + 10px);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
li {
  text-decoration: none;
  list-style: none;
}
::-moz-selection {
  background: #1c1c1c;
  color: #fff;
}
::selection {
  background: #1c1c1c;
  color: #fff;
}
.pre-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  font-family: "Mina", sans-serif;
  margin-bottom: 20px;
}
p {
  font-size: 16px;
  line-height: 28.8px;
  letter-spacing: normal;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  p {
    font-size: 14px;
    line-height: 160%;
  }
}

p a {
  color: #ffcb05;
  text-decoration: none !important;
  font-weight: 600;
  position: relative;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
ul li a,
ol li a {
  color: #ffcb05;
  text-decoration: none !important;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
b,
strong {
  font-weight: bold;
  font-family: "Source Sans Pro Semibold", sans-serif;
}
a {
  font-family: "Source Sans Pro Semibold", sans-serif;
  color: #ffcb05;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 28.8px;
}
a:hover,
a:focus {
  color: #474747;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Mina", sans-serif;
  color: #808285;
}
h1,
.h1 {
  letter-spacing: normal;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media only screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 480px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: MQ-480) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
h2,
.h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
h2 a,
.h2 a {
  color: #ffcb05;
}
h2.small,
.h2.small {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
h2.small a,
.h2.small a {
  color: #ffcb05;
}
h2.small a:hover,
h2.small a:focus,
.h2.small a:hover,
.h2.small a:focus {
  color: #474747;
}
@media only screen and (max-width: 480px) {
  h2.small,
  .h2.small {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
  h2.small a,
  .h2.small a {
    font-size: var(--h2-small-mobile-fontsize);
    line-height: var(--h2-small-mobile-lineheight);
    letter-spacing: var(--h2-small-mobile-letterspacing);
  }
}
@media only screen and (max-width: MQ-480) {
  h2.small,
  .h2.small {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
  h2.small a,
  .h2.small a {
    font-size: var(--h2-small-mobile-fontsize);
    line-height: var(--h2-small-mobile-lineheight);
    letter-spacing: var(--h2-small-mobile-letterspacing);
  }
}
@media only screen and (max-width: 480px) {
  h2,
  .h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
@media only screen and (max-width: MQ-480) {
  h2,
  .h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
h3,
.h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
h3 a,
.h3 a {
  color: #ffcb05;
}
h3 a:hover,
h3 a:focus,
.h3 a:hover,
.h3 a:focus {
  color: #474747;
}
@media only screen and (max-width: 480px) {
  h3,
  .h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: MQ-480) {
  h3,
  .h3 {
    font-size: 25px;
  }
}
h4,
.h4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
h4 a,
.h4 a {
  font-size: var(--h4-desktop-fontsize);
  line-height: var(--h4-desktop-lineheight);
  letter-spacing: var(--h4-desktop-letterspacing);
}
h5,
.h5 {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
h6,
.h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
button {
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0;
}
button:focus {
  outline: none;
}
.link--primary {
  font-family: "Mina", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: left;
  color: #1c1c1c;
  position: relative;
  text-transform: uppercase;
  background: url("icoright-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 {
  font-family: "Source Sans Pro Semibold", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02px;
}
.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;
}
@media only screen and (max-width: 480px) {
  .full-format h2 {
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
@media only screen and (max-width: MQ-480) {
  .full-format h2 {
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
@media only screen and (max-width: 480px) {
  .full-format h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
@media only screen and (max-width: MQ-480) {
  .full-format h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
@media only screen and (max-width: 480px) {
  .full-format h4 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
@media only screen and (max-width: MQ-480) {
  .full-format h4 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
@media only screen and (max-width: 480px) {
  .full-format h5 {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
@media only screen and (max-width: MQ-480) {
  .full-format h5 {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
@media only screen and (max-width: 480px) {
  .full-format h6 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
@media only screen and (max-width: MQ-480) {
  .full-format h6 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
.full-format p {
  padding-bottom: 30px;
}
.full-format p:last-child {
  padding-bottom: 0 !important;
}
.full-format p a {
  text-decoration: underline !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.full-format p a:hover {
  text-decoration: none !important;
}
.full-format p a::after,
.full-format p a:before {
  display: none;
}
@media only screen and (max-width: 480px) {
  .full-format p {
    font-size: 16px;
    font-style: normal;
    line-height: 180%;
  }
}
@media only screen and (max-width: MQ-480) {
  .full-format p {
    font-size: 16px;
    font-style: normal;
    line-height: 180%;
  }
}
.full-format img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 500px;
}
.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;
  margin-top: 20px !important;
  margin-right: 60px;
}
.full-format .alignleft img,
.full-format .alignright img {
  max-width: 100%;
}
@media only screen and (max-width: 980px) {
  .full-format .alignleft,
  .full-format .alignright {
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 980px) {
  .full-format .alignleft:last-child,
  .full-format .alignright:last-child {
    margin-bottom: 10px !important;
  }
}
.full-format .alignright {
  margin-left: 60px;
  margin-right: 0;
}
.full-format .aligncenter {
  margin: 0 auto;
  max-width: 100%;
  margin-top: 20px !important;
}
@media only screen and (max-width: 980px) {
  .full-format .aligncenter {
    margin-bottom: 0px !important;
  }
}
.full-format .aligncenter:last-child {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 980px) {
  .full-format .aligncenter:last-child {
    margin-bottom: 10px !important;
  }
}
.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%;
  height: 534px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .full-format iframe {
    height: 48vw;
    max-height: 534px;
  }
}
.full-format a {
  text-decoration: underline;
  color: #1c1c1c;
}
.full-format a.btn--primary {
  text-decoration: none;
  color: #fff;
}
.full-format blockquote {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.full-format blockquote:after {
  position: absolute;
  content: "";
  width: 57.12px;
  top: 40px;
  height: 45.15px;
  background: url(testimonial-icon.svg) no-repeat top/57.12px;
  left: 0px;
}
@media only screen and (max-width: 600px) {
  .full-format blockquote {
    padding-top: 76px;
    padding-left: 0;
    padding-bottom: 30px;
  }
  .full-format blockquote:after {
    top: 0;
    width: 56.93px;
    height: 45px;
    background: url(testimonial-icon.svg) no-repeat top/56.93px;
  }
}
.full-format blockquote p {
  font-family: "Mina", sans-serif;
  padding-left: 40px;
  border-left: 1px solid #ffcb05;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  margin-left: 20px;
  line-height: 110%;
  width: 100%;
  color: #808285;
  text-transform: none;
}
@media only screen and (max-width: 768px) {
  .full-format blockquote p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }
}
@media only screen and (max-width: 600px) {
  .full-format blockquote p {
    padding-left: 0;
    margin-left: 0;
    border-top: 1px solid #ffcb05;
    border-left: 0;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 980px) {
  .full-format .alignleft img,
  .full-format .alignright img {
    padding: 0;
  }
}
.full-format ol,
.full-format ul {
  padding-bottom: 20px;
  margin-top: 0;
}
.full-format ol:last-child,
.full-format ul:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.full-format ol li,
.full-format ul li {
  list-style-type: decimal;
  font-size: 16px;
  font-style: normal;
  line-height: 180%;
}
.full-format iframe {
  width: 100%;
  height: 534px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .full-format iframe {
    height: 40vw;
  }
}
.full-format a {
  text-decoration: underline;
  color: #1c1c1c;
}
.full-format a.btn--primary {
  text-decoration: none;
  color: #fff;
}
.full-format hr {
  border-top: 1px solid #ffcb05;
  height: 1px;
  background: #ffcb05;
  margin-bottom: 20px;
  height: 1px;
  margin-top: -10px;
}
.full-format ul {
  padding-left: 0px;
}
.full-format ul li {
  list-style: none;
  padding-left: 15px;
  position: relative;
}
.full-format ul li ol {
  padding-left: 15px;
}
.full-format ul li ol li {
  padding-left: 3px;
}
.full-format ul li ol li:before {
  display: none;
}
.full-format ul li::before {
  background: #474747;
  width: 4px;
  height: 4px;
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 50%;
}
.full-format ol {
  padding-left: 15px;
}
.full-format ol ul li {
  position: relative;
  padding-left: 15px;
  list-style-type: none;
}
.full-format ol ul li ol li {
  list-style-type: decimal;
}
.full-format ol ul li::before {
  background: #474747;
  width: 4px;
  height: 4px;
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 50%;
}
.full-format ol li {
  padding-left: 3px;
  list-style-type: 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-1400 {
  max-width: 1400px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.container-1340 {
  max-width: 1340px;
  width: 100%;
  padding: 0 20px;
  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 20px;
  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;
}
.line-bg {
  background: url(bg.jpg) no-repeat center/100%;
  background-size: cover;
}
html.pum-open.pum-open-overlay.pum-open-scrollable
  body
  > :not([aria-modal="true"]) {
  padding-right: 0 !important;
}
.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 color-white;
  width: 100%;
  border-radius: var(--input-radius);
  height: 45px;
  font-family: "Source Sans Pro Semibold", sans-serif;
  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: "Source Sans Pro Semibold", sans-serif;
  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 color-white !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: color-white;
}
.form-section form input:focus ~ .floating-label {
  top: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  color: #1c1c1c;
}
.form-section form input:not(:-moz-placeholder-shown) ~ .floating-label {
  top: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  color: #1c1c1c;
}
.form-section form input:not(:-ms-input-placeholder) ~ .floating-label {
  top: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  color: #1c1c1c;
}
.form-section form input:not(:placeholder-shown) ~ .floating-label {
  top: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  color: #1c1c1c;
}
.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: #1c1c1c;
}
.form-section form textarea:not(:-moz-placeholder-shown) ~ .floating-label {
  top: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  color: #1c1c1c;
}
.form-section form textarea:not(:-ms-input-placeholder) ~ .floating-label {
  top: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  color: #1c1c1c;
}
.form-section form textarea:not(:placeholder-shown) ~ .floating-label {
  top: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  color: #1c1c1c;
}
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;
  color: #1c1c1c;
  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 #1c1c1c;
  background-color: #fff;
}
.custom-checkbox .checkmark:after {
  left: 4px;
  top: 0px;
  width: 3px;
  height: 9px;
  border: solid #1c1c1c;
  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 #1c1c1c;
}
.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: #1c1c1c;
}
.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 #fff;
  font-family: "Source Sans Pro Semibold", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  color: #1c1c1c;
  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 {
  color: #1c1c1c;
  border-bottom: 1.8px solid #1c1c1c;
}
.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: #1c1c1c;
  border-bottom: 1.8px solid #1c1c1c;
}
.pagination .prev,
.pagination .next {
  border: none;
  width: 30px;
  height: 30px;
}
.pagination .prev svg,
.pagination .next svg {
  border-radius: 100%;
  border: 1px solid #fff;
}
.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: #474747;
  padding: 70px 0 !important;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 50px 0 !important;
  }
}
footer .container-1360 {
  max-width: 1360px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 980px) {
  footer .container-1360 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer .footer-main-menu {
  width: calc(100% - 228px);
}
@media only screen and (max-width: 980px) {
  footer .footer-main-menu {
    width: 100%;
  }
}
footer .footer-main-menu ul#menu-footer-menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  footer .footer-main-menu ul#menu-footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer .footer-main-menu ul#menu-footer-menu > li {
  display: block;
  padding-right: 40px;
  max-width: 268px;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  footer .footer-main-menu ul#menu-footer-menu > li {
    width: 100%;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
    margin-bottom: 40px;
    max-width: 100%;
    padding-right: 0;
  }
}
footer .footer-main-menu ul#menu-footer-menu > li > a {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  font-family: "Mina", sans-serif;
  position: relative;
  color: white;
}
@media only screen and (max-width: 768px) {
  footer .footer-main-menu ul#menu-footer-menu > li > a {
    padding-right: 25px;
  }
  footer .footer-main-menu ul#menu-footer-menu > li > a:before {
    position: absolute;
    content: "";
    right: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    background: url(dropdown-arrow.svg) no-repeat center/15px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-main-menu ul#menu-footer-menu .sub-menu {
    display: none;
  }
}
footer .footer-main-menu ul#menu-footer-menu .sub-menu li {
  margin-top: 16px;
  padding: 0 !important;
}
footer .footer-main-menu ul#menu-footer-menu .sub-menu li a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  opacity: 0.5;
  padding: 0;
  background: transparent !important;
}
footer .footer-main-menu ul#menu-footer-menu .sub-menu li a:hover,
footer .footer-main-menu ul#menu-footer-menu .sub-menu li a:focus {
  opacity: 1;
  background: transparent;
}
footer .contact-section-footer {
  max-width: 228px;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  footer .contact-section-footer {
    width: 100%;
    max-width: 100%;
  }
}
footer .contact-section-footer .social-links span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  font-family: "Mina", sans-serif;
  color: white;
  display: block;
  margin-bottom: 20px;
}
footer .contact-section-footer .social-links .social-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid white;
}
footer .contact-section-footer .social-links .social-links-wrapper li {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
footer
  .contact-section-footer
  .social-links
  .social-links-wrapper
  li
  a:hover
  img,
footer
  .contact-section-footer
  .social-links
  .social-links-wrapper
  li
  a:focus
  img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%)
    saturate(0%) hue-rotate(3deg) brightness(105%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(3deg) brightness(105%) contrast(101%);
}
footer .contact-section-footer .social-links .social-links-wrapper li img {
  width: 100%;
  height: 100%;
  position: relative;
}
footer .contact-section-footer .copyright p {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: white;
  opacity: 0.5;
  font-family: "Source Sans Pro", sans-serif;
}
footer .contact-section-footer .copyright a {
  margin-top: 20px;
  display: block;
}
footer .contact-section-footer .copyright a:hover p,
footer .contact-section-footer .copyright a:focus p {
  opacity: 1;
}
.announcement-bar {
  background: #ffcb05;
  padding: 7px 0;
  position: relative;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.announcement-bar .container-1440 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.announcement-bar .container-1440 .announcement {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  color: #474747;
  text-align: center;
}
.announcement-bar .close-icon {
  position: absolute;
  right: 20px;
  width: 15px;
  height: 15px;
  top: calc(50% - 7.5px);
}
.announcement-bar .slider {
  overflow: hidden;
}
header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background: transparent;
  top: 0;
}
header.announcement-hide
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li
  .sub-menu {
  top: 93px !important;
}
header.announcement-hide .header-wrapper .navbar-collapse {
  top: 79px !important;
}
header.fixed
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li
  .sub-menu {
  top: 93px;
}
@media only screen and (max-width: 1100px) {
  header.fixed
    .header-wrapper
    .main-nav
    .main-nav-menu
    .header-main-menu-container
    ul.menu
    li
    .sub-menu {
    top: 79px;
  }
}
header.fixed,
header.white {
  background: #fff;
}
@media only screen and (max-width: 980px) {
  header.fixed .header-wrapper,
  header.white .header-wrapper {
    border-bottom: 1px solid #ebebeb;
  }
}
header.fixed
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li
  a,
header.white
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li
  a {
  color: #474747;
}
header.fixed
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li a::before,
header.white
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li a::before {
  -webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(34%)
    saturate(3%) hue-rotate(49deg) brightness(101%) contrast(93%);
  filter: brightness(0) saturate(100%) invert(24%) sepia(34%) saturate(3%)
    hue-rotate(49deg) brightness(101%) contrast(93%);
}
header.fixed
  .header-wrapper
  .main-nav
  .main-nav-menu
  .mobile-hamburger
  #hamburger
  svg
  path,
header.white
  .header-wrapper
  .main-nav
  .main-nav-menu
  .mobile-hamburger
  #hamburger
  svg
  path {
  stroke: #474747;
}
header.fixed .header-wrapper .header-logo .fixed-logo,
header.white .header-wrapper .header-logo .fixed-logo {
  display: block;
}
header.fixed .header-wrapper .header-logo .logo,
header.white .header-wrapper .header-logo .logo {
  display: none;
}
header .header-wrapper {
  margin: 0 auto;
  padding: 20px 0px;
  width: 100%;
  background: transparent;
}
@media only screen and (max-width: 1100px) {
  header .header-wrapper {
    padding: 15px 0;
  }
}
header .header-wrapper .container-1400 {
  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;
}
header .header-wrapper .header-logo {
  width: 100%;
  width: 200px;
  height: 53px;
}
header .header-wrapper .header-logo .fixed-logo {
  display: none;
}
@media only screen and (max-width: 1100px) {
  header .header-wrapper .header-logo {
    width: 180px;
    height: 48px;
  }
}
header .header-wrapper .header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li {
  padding-right: 60px;
  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;
}

header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li.menu-item-has-children {
  padding-right: 60px;
  white-space: nowrap;
}
@media only screen and (max-width: 1280px) {
  header
    .header-wrapper
    .main-nav
    .main-nav-menu
    .header-main-menu-container
    ul.menu
    li.menu-item-has-children {
    padding-right: 35px;
  }
	header .header-wrapper .main-nav .main-nav-menu .header-main-menu-container ul.menu li{
		padding-right:35px;
	}

}
@media only screen and (max-width: 1200px) {
  header
    .header-wrapper
    .main-nav
    .main-nav-menu
    .header-main-menu-container
    ul.menu
    li {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  header
    .header-wrapper
    .main-nav
    .main-nav-menu
    .header-main-menu-container
    ul.menu
    li.menu-item-has-children {
    padding-right: 25px;
  }
	header .header-wrapper .main-nav .main-nav-menu .header-main-menu-container ul.menu li .arrow{
		right:0 !important;
	}
}
@media only screen and (max-width: 1024px) {
  header
    .header-wrapper
    .main-nav
    .main-nav-menu
    .header-main-menu-container
    ul.menu
    li.menu-item-has-children {
    padding-right: 20px;
  }
}
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
li.button{
	padding-right:0;
}
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li.button
  a {
  padding: 15px 30px 12px 30px;
  border-radius: 10px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffcb05),
    to(#faa61a)
  );
  background: linear-gradient(90deg, #ffcb05 0%, #faa61a 100%);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  font-family: "Mina", sans-serif;
  color: #474747 !important;
  white-space: nowrap;
}
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li.button
  a:hover,
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li.button
  a:focus {
  background: -webkit-gradient(linear, left top, left bottom, from(#474747));
  background: linear-gradient(#474747);
  color: #fff !important;
}
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li.active
  > a:after,header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li
  > a:hover:after  {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  width:100%;
}
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li.active>a:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li.active>a::before {
  top: 4px;
} */
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li
  a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  font-family: "Mina", sans-serif;
  position: relative;
  white-space: nowrap;
}
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li
  a:after {
  position: absolute;
  width: 0;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  background: #ffcb05;
  height: 1px;
  content: "";
  left: 0;
  bottom: 2px;
}
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li
  .arrow {
  position: relative;
  width: 20px;
  height: 20px;
  right: -10px;
  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;
	  display:none !important;
}
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li.menu-item-has-children>a::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  right: 0px;
	  top:3px;
  background: url(dropdown-arrow.svg) no-repeat center/15px;
}
header .header-wrapper .main-nav .main-nav-menu .header-main-menu-container ul.menu li.menu-item-has-children>a{
	padding-right:20px;
}
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li
  .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 40px 30px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  left: 0;
  top: 130px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: #ebebeb;
  display: none;
  position: absolute;
}
@media only screen and (max-width: 1100px) {
  header
    .header-wrapper
    .main-nav
    .main-nav-menu
    .header-main-menu-container
    ul.menu
    li
    .sub-menu {
    top: 116px;
  }
}
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li
  .sub-menu
  li {
  padding-right: 40px;
}
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li
  .sub-menu
  li:last-child {
  padding-right: 0;
}
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li
  .sub-menu
  li
  a {
  color: #474747;
}
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li
  .sub-menu
  li
  a:hover:after,
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li
  .sub-menu
  li
  a:focus:after {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  width: 100%;
}
header .header-wrapper .main-nav .main-nav-menu .mobile-hamburger #hamburger {
  position: relative;
  top: 3px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: block;
}
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .mobile-hamburger
  #hamburger
  .hamburger-icon {
  display: block;
  width: 100%;
  height: 100%;
}
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .mobile-hamburger
  #hamburger.active {
  display: none;
}
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .mobile-hamburger
  #hamburger
  svg {
  width: 30px;
  height: 30px;
}
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .mobile-hamburger
  #hamburger:hover
  svg
  path,
header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .mobile-hamburger
  #hamburger:focus
  svg
  path {
  stroke: #ffcb05;
}
html.active {
  overflow-y: hidden !important;
}
.main-nav-header .ipad-none {
  display: block;
}
.main-nav-header .ipad-block {
  display: none;
}
@media(max-width:1200px){
	header .header-wrapper .main-nav .main-nav-menu .header-main-menu-container ul.menu li a{
		font-size:13px;
	}
	header .header-wrapper .main-nav .main-nav-menu .header-main-menu-container ul.menu li.button a{
		font-size:13px;
		padding-left:20px;
		padding-right:20px;
		
	}
}
@media only screen and (max-width: 992px) {
  .main-nav-header .ipad-block {
    display: block;
  }
  .main-nav-header .ipad-none {
    display: none;
  }
}
.main-nav-header .header-logo img {
  height: 100%;
  width: 100%;
  -o-object-position: left;
  object-position: left;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 84px;
}
.main-nav-header .main-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .navbar-collapse {
    background: white;
    display: block;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 80px;
    position: fixed;
    left: 0;
    top: 115px;
    -webkit-transform: translate(-100vw);
    transform: translate(-100vw);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 0px;
    z-index: 10;
  }
  .navbar-collapse.active {
    -webkit-transform: translate(0);
    transform: translate(0);
    width: 100%;
  }
  .overlay {
    background: #000;
    height: 100vh;
    left: calc(100% - 1750px);
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 115px;
    -webkit-transform: translate(-100vw);
    transform: translate(-100vw);
    width: 0;
    z-index: 1;
  }
  .overlay.active {
    -webkit-transform: translate(0);
    transform: translate(0);
    width: calc(100% + 700px);
  }
  .close-btn {
    display: none;
  }
  .close-btn:hover svg path,
  .close-btn:focus svg path {
    stroke: #ffcb05;
  }
  .close-btn.active {
    display: block;
  }
  .main-nav-menu ul li.btn--primary {
    margin: 20px 0;
  }
}
@media (max-width: 992px) {
  .main-nav-header .header-logo {
    width: 160px;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .navbar-collapse.active {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .search-toggle {
    left: -190px;
    width: 180px;
  }
}
.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;
}
@media only screen and (max-width: 992px) {
  header #menu-main-menu-1 .menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header #menu-main-menu-1 .menu-item-has-children a {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    color: #474747;
  }
  header #menu-main-menu-1 .menu-item-has-children a:hover,
  header #menu-main-menu-1 .menu-item-has-children a:focus {
    color: #ffcb05;
    text-decoration: none;
  }
  header #menu-main-menu-1 .menu-item-has-children .arrow {
    position: relative;
    width: 20px;
    height: 20px;
    right: -10px;
    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;
  }
  header #menu-main-menu-1 .menu-item-has-children .arrow::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: url(dropdown-arrow.svg) no-repeat center/15px;
    -webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(34%)
      saturate(3%) hue-rotate(49deg) brightness(101%) contrast(93%);
    filter: brightness(0) saturate(100%) invert(24%) sepia(34%) saturate(3%)
      hue-rotate(49deg) brightness(101%) contrast(93%);
  }
  header #menu-main-menu-1 .menu-item-has-children.active .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  header #menu-main-menu-1 .menu-item-has-children .sub-menu {
    display: none;
    margin-left: -30px;
    background: #ebebeb;
    width: calc(100% + 60px);
    padding: 35px 30px;
    margin-top: 25px;
    margin-right: -30px;
  }
  header #menu-main-menu-1 .menu-item-has-children .sub-menu li {
    margin-bottom: 30px;
  }
  header #menu-main-menu-1 .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }
  header #menu-main-menu-1 .menu-item-has-children .sub-menu li a {
    position: relative;
    line-height: normal;
  }
  header #menu-main-menu-1 .menu-item-has-children .sub-menu li a:hover,
  header #menu-main-menu-1 .menu-item-has-children .sub-menu li a:focus {
    color: #ffcb05;
    text-decoration: none;
  }
  header #menu-main-menu-1 > li {
    padding: 20px 30px 19px;
    border-bottom: 1px solid #ebebeb;
  }
  header #menu-main-menu-1 > li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    font-family: "Mina", sans-serif;
  }
  header #menu-main-menu-1 > li.active {
    padding-bottom: 0;
  }
  header #menu-main-menu-1 > li.button a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 30px 12px 30px;
    border-radius: 10px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#ffcb05),
      to(#faa61a)
    );
    background: linear-gradient(90deg, #ffcb05 0%, #faa61a 100%);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    font-family: "Mina", sans-serif;
    color: #474747 !important;
    white-space: nowrap;
  }
  header #menu-main-menu-1 > li.button a:hover,
  header #menu-main-menu-1 > li.button a:focus {
    background: -webkit-gradient(linear, left top, left bottom, from(#474747));
    background: linear-gradient(#474747);
    color: #fff !important;
  }
}
.white-header header {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 992px) {
  .white-header header .header-wrapper {
    border-bottom: 1px solid #ebebeb;
  }
}
.white-header
  header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li
  a {
  color: #474747;
}
.white-header
  header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .header-main-menu-container
  ul.menu
  li
  .arrow::before {
  -webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(34%)
    saturate(3%) hue-rotate(49deg) brightness(101%) contrast(93%);
  filter: brightness(0) saturate(100%) invert(24%) sepia(34%) saturate(3%)
    hue-rotate(49deg) brightness(101%) contrast(93%);
}
.white-header
  header
  .header-wrapper
  .main-nav
  .main-nav-menu
  .mobile-hamburger
  #hamburger
  svg
  path {
  stroke: #474747;
}
.white-header header .header-wrapper .header-logo .fixed-logo {
  display: block;
}
.white-header header .header-wrapper .header-logo .logo {
  display: none;
}

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