@import url("//hello.myfonts.net/count/342186");
@import url("//hello.myfonts.net/count/2c9871");
.entry-content li a, .entry-content p a:not(.btn):not(.cta), .entry-content h1 a, .entry-content h2 a, .entry-content h3 a, .entry-content h4 a, .entry-content h5 a, .entry-content h6 a {
  color: #f1a355;
  border-bottom: 1px solid transparent;
  transition: color 0.4s ease, border 0.4s ease;
}
.entry-content li a:hover, .entry-content p a:hover:not(.btn):not(.cta), .entry-content h1 a:hover, .entry-content h2 a:hover, .entry-content h3 a:hover, .entry-content h4 a:hover, .entry-content h5 a:hover, .entry-content h6 a:hover {
  color: #f1a355;
  border-bottom: 1px solid #f1a355;
}

.entry-content h1.is-alt .has-underline::after, .hero-text h1 span::after, .hero-text h2 span::after, .thanks-page-content h1::after, .be-with-me-intro-content h2 span::after {
  content: "";
  height: 9px;
  width: 100%;
  position: absolute;
  bottom: 2px;
  left: 0;
  background: #f1a355;
  z-index: -1;
}
@media screen and (min-width: 860px) {
  .entry-content h1.is-alt .has-underline::after, .hero-text h1 span::after, .hero-text h2 span::after, .thanks-page-content h1::after, .be-with-me-intro-content h2 span::after {
    height: 18px;
    bottom: 6px;
  }
}

.page-shop .hero-text h2 span::after {
  content: "";
  height: 18px;
  width: 100%;
  position: absolute;
  bottom: 3px;
  left: 0;
  background: #82cfcd;
  z-index: -1;
}

@font-face {
  font-family: 'Trend Sans One';
  src: url("../fonts/342186_0_0.eot");
  src: url("../fonts/342186_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/342186_0_0.woff2") format("woff2"), url("../fonts/342186_0_0.woff") format("woff"), url("../fonts/342186_0_0.ttf") format("truetype");
}
@font-face {
  font-family: 'EyeCatchingPro';
  src: url("../fonts/2C9871_0_0.eot");
  src: url("../fonts/2C9871_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2C9871_0_0.woff2") format("woff2"), url("../fonts/2C9871_0_0.woff") format("woff"), url("../fonts/2C9871_0_0.ttf") format("truetype");
}
@font-face {
  font-family: 'EyeCatchingAlts';
  src: url("../fonts/2C9871_1_0.eot");
  src: url("../fonts/2C9871_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2C9871_1_0.woff2") format("woff2"), url("../fonts/2C9871_1_0.woff") format("woff"), url("../fonts/2C9871_1_0.ttf") format("truetype");
}
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon-btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.4s ease;
}

hr {
  border: 0;
  width: 100%;
  height: 1px;
  background: #a5a5a5;
  margin: 0 auto;
}
hr.is-default {
  max-width: 780px;
}
hr.is-large {
  max-width: 980px;
}
hr.mt-xsmall {
  margin-top: 10px;
}
hr.mb-xsmall {
  margin-bottom: 10px;
}
hr.mt-small {
  margin-top: 15px;
}
@media screen and (min-width: 820px) {
  hr.mt-small {
    margin-top: 30px;
  }
}
hr.mb-small {
  margin-bottom: 15px;
}
@media screen and (min-width: 820px) {
  hr.mb-small {
    margin-bottom: 30px;
  }
}
hr.mt-medium {
  margin-top: 25px;
}
@media screen and (min-width: 820px) {
  hr.mt-medium {
    margin-top: 50px;
  }
}
hr.mb-medium {
  margin-bottom: 25px;
}
@media screen and (min-width: 820px) {
  hr.mb-medium {
    margin-bottom: 50px;
  }
}
hr.mt-large {
  margin-top: 35px;
}
@media screen and (min-width: 820px) {
  hr.mt-large {
    margin-top: 70px;
  }
}
hr.mb-large {
  margin-bottom: 35px;
}
@media screen and (min-width: 820px) {
  hr.mb-large {
    margin-bottom: 70px;
  }
}
hr.mt-xlarge {
  margin-top: 50px;
}
@media screen and (min-width: 820px) {
  hr.mt-xlarge {
    margin-top: 100px;
  }
}
hr.mb-xlarge {
  margin-bottom: 50px;
}
@media screen and (min-width: 820px) {
  hr.mb-xlarge {
    margin-bottom: 100px;
  }
}
hr.mt-xxlarge {
  margin-top: 70px;
}
@media screen and (min-width: 820px) {
  hr.mt-xxlarge {
    margin-top: 140px;
  }
}
hr.mb-xxlarge {
  margin-bottom: 70px;
}
@media screen and (min-width: 820px) {
  hr.mb-xxlarge {
    margin-bottom: 140px;
  }
}
hr.mt-xxxlarge {
  margin-top: 110px;
}
@media screen and (min-width: 820px) {
  hr.mt-xxxlarge {
    margin-top: 220px;
  }
}
hr.mb-xxxlarge {
  margin-bottom: 110px;
}
@media screen and (min-width: 820px) {
  hr.mb-xxxlarge {
    margin-bottom: 220px;
  }
}

.hr-wrap {
  position: relative;
}
.hr-wrap.is-black {
  background-color: #1d1d22;
}
.hr-wrap.is-white {
  background-color: #ffffff;
}
.hr-wrap.is-orange {
  background-color: #f1a355;
}
.hr-wrap.is-turquoise {
  background-color: #82cfcd;
}
.hr-wrap.is-grey {
  background-color: #a5a5a5;
}
.hr-wrap.is-grey-light {
  background-color: #f4f4f4;
}
.hr-wrap .badge {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110px;
  height: auto;
  display: block;
}

.mobile .hide-on-mobile {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.show-on-mobile {
  display: none !important;
}
.mobile .show-on-mobile {
  display: block !important;
}
@media screen and (max-width: 480px) {
  .show-on-mobile {
    display: block !important;
  }
}

.spacer {
  padding-top: 50px;
}
@media screen and (min-width: 950px) {
  .spacer {
    padding-top: 70px;
  }
}

.btn {
  display: inline-block;
  font-family: "Trend Sans One", sans-serif;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  text-align: center;
  position: relative;
  box-shadow: inset 0 0 0 1px #1d1d22;
  color: #1d1d22;
  font-size: 12px;
  line-height: 1;
  padding: 10px 30px;
  transition: color 0.4s ease;
  border: 0;
  min-width: 100px;
}
.btn.is-full {
  width: 100%;
  display: block;
}
.btn.is-centered, .btn.pull-center {
  margin: 0 auto;
}
.btn.pull-left {
  float: left;
}
.btn.pull-right {
  float: right;
}
.btn.is-xlarge {
  padding: 20px 80px;
}
.btn.is-large {
  padding: 15px 70px;
}
.btn.is-medium {
  padding: 15px 50px;
}
.btn.is-small {
  padding: 10px 30px;
}
.btn.is-black {
  color: #1d1d22;
  box-shadow: inset 0 0 0 1px #1d1d22;
}
.btn.is-grey {
  color: #a5a5a5;
  box-shadow: inset 0 0 0 1px #a5a5a5;
}
.desktop .btn.becomes-white:hover {
  color: #ffffff;
}
.desktop .btn.becomes-white:hover:hover::before, .desktop .btn.becomes-white:hover:hover::after {
  border-color: #ffffff;
}
.btn.is-orange {
  color: #f1a355;
  box-shadow: inset 0 0 0 1px #f1a355;
}
.desktop .btn.becomes-black:hover {
  color: #1d1d22;
}
.desktop .btn.becomes-black:hover:hover::before, .desktop .btn.becomes-black:hover:hover::after {
  border-color: #1d1d22;
}
.btn.is-white {
  color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
}
.btn.is-turquoise {
  color: #82cfcd;
  box-shadow: inset 0 0 0 1px #82cfcd;
}
.desktop .btn.becomes-orange:hover {
  color: #f1a355;
}
.desktop .btn.becomes-orange:hover:hover::before, .desktop .btn.becomes-orange:hover:hover::after {
  border-color: #f1a355;
}
.btn::before, .btn::after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: all 0.4s ease;
}
.btn::before {
  border-left: 2px solid #1d1d22;
  border-bottom: 2px solid #1d1d22;
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.btn::after {
  border-top: 2px solid #1d1d22;
  border-right: 2px solid #1d1d22;
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.desktop .btn:hover::before, .desktop .btn:hover::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.is-working .btn span {
  opacity: 0;
}
.btn .tb-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50.1%, -50.1%);
      -ms-transform: translate(-50.1%, -50.1%);
          transform: translate(-50.1%, -50.1%);
}
.btn .tb-loader span {
  opacity: 1;
}

.cta {
  display: inline-block;
  font-family: "Trend Sans One", sans-serif;
  text-transform: uppercase;
  background: #1d1d22;
  cursor: pointer;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  padding: 12px 30px;
  transition: color 0.4s ease, background 0.4s ease;
  border: 0;
  min-width: 100px;
}
.cta.has-icon .icon {
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}
.cta.is-large {
  font-size: 20px;
  letter-spacing: 1px;
  padding: 20px 25px;
}
@media screen and (max-width: 539px) {
  .cta.is-large {
    width: 100%;
  }
}
@media screen and (min-width: 880px) {
  .cta.is-large {
    padding: 30px 150px;
  }
}
.cta.is-medium {
  font-size: 24px;
  letter-spacing: 1px;
  padding: 30px 50px;
}
.cta.is-full {
  width: 100%;
}
.cta.is-orange {
  background: #f1a355;
  color: #ffffff;
}
.desktop .cta.becomes-white:hover {
  background: #ffffff;
  color: #f1a355;
}
.desktop .cta.becomes-black:hover {
  background: #1d1d22;
  color: #f1a355;
}
.desktop .cta.becomes-turquoise:hover {
  background: #82cfcd;
  color: #ffffff;
}
.desktop .cta:hover {
  background: #82cfcd;
  border: 0;
}

.embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  margin-bottom: 27px;
}
@media screen and (min-width: 950px) {
  .embed {
    margin-bottom: 31px;
  }
}
.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-center {
  text-align: center;
}

.is-hidden {
  display: none;
}

.viewport-100 {
  height: calc(100vh - 155px);
}

.center-vh {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50.1%, -50.1%);
      -ms-transform: translate(-50.1%, -50.1%);
          transform: translate(-50.1%, -50.1%);
}

.taglet {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-align: right;
  font-family: "Trend Sans One", sans-serif;
  color: #a5a5a5;
  font-size: 12px;
  line-height: 12px;
  z-index: 5;
  width: 230px;
  display: block;
  letter-spacing: 0.05em;
}
.taglet::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 1px;
  background: #f1a355;
  top: -10px;
  right: 0;
}

.tb-loader {
  margin: 0px auto;
  width: 60px;
  height: 10px;
  text-align: center;
  line-height: 14px;
  display: none;
}
.tb-loader.is-active {
  display: block;
}
.tb-loader span {
  position: relative;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: dots 1s infinite ease-in-out;
          animation: dots 1s infinite ease-in-out;
  display: inline-block;
  background: #a5a5a5;
  margin: 0px 5px;
  top: -3px;
}
.tb-loader span:nth-child(1) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.tb-loader span:nth-child(2) {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
.tb-loader.is-white span {
  background: #ffffff;
}
.tb-loader.is-black span {
  background: #1d1d22;
}
.tb-loader.is-orange span {
  background: #f1a355;
}
.tb-loader.is-turquoise span {
  background: #82cfcd;
}

@-webkit-keyframes dots {
  0%, 80%, 100% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes dots {
  0%, 80%, 100% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 5;
  display: none;
  width: 40px;
  height: 40px;
  color: #7f7f7f;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0s ease 0.4s, color 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0s ease 0.4s, color 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0s ease 0.4s, color 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (min-width: 1220px) {
  .back-to-top {
    display: block;
  }
}
.back-to-top .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50.1%, -50.1%);
      -ms-transform: translate(-50.1%, -50.1%);
          transform: translate(-50.1%, -50.1%);
}
.back-to-top.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0s, color 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0s, color 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0s, color 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (min-width: 1220px) {
  .back-to-top.is-docked {
    position: absolute;
    bottom: 85px;
    color: #1d1d22;
  }
}
@media screen and (min-width: 1470px) {
  .back-to-top.is-docked {
    bottom: 95px;
  }
}
.desktop .back-to-top:hover {
  color: #1d1d22;
}

.svg-tara-sig {
  width: 200px;
  height: auto;
  margin-left: -10px;
}
.text-white .svg-tara-sig {
  fill: #ffffff;
}

.page-cta {
  background: #1d1d22;
  padding: 100px 20px;
  text-align: center;
  font-family: "Trend Sans One", sans-serif;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  position: relative;
}
@media screen and (min-width: 720px) {
  .page-cta {
    font-size: 28px;
    padding: 200px 10px;
    font-size: 34px;
  }
}
.page-cta.is-small {
  font-size: 20px;
}
@media screen and (min-width: 720px) {
  .page-cta.is-small {
    font-size: 24px;
  }
}
.page-cta a {
  color: #f1a355;
  transition: color 0.4s ease;
}
.desktop .page-cta a:hover {
  color: #82cfcd;
}
.page-cta .page-cta-text {
  position: relative;
  z-index: 2;
}
.page-cta .page-cta-svg {
  position: relative;
  width: 100%;
}
.page-cta .page-cta-svg svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 540px;
  z-index: 1;
  width: 100%;
}
.page-cta .page-cta-svg.is-white svg {
  fill: #ffffff;
}
.page-cta .page-cta-svg.is-orange svg {
  fill: #f1a355;
}
.page-cta .page-cta-svg.is-turquoise svg {
  fill: #82cfcd;
}

.comments-area {
  background: #ffffff;
}

.comments-inner {
  max-width: 600px;
  margin: 0 auto;
}

.comments-reply-header {
  padding: 0px 15px 30px 15px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 670px) {
  .comments-reply-header {
    padding: 0px 15px 50px 15px;
  }
}
.comments-reply-header .comment-reply-title {
  font-family: "Oswald", sans-serif;
  color: #1d1d22;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 38px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (min-width: 670px) {
  .comments-reply-header .comment-reply-title {
    font-size: 40px;
    line-height: 44px;
  }
}
.comments-reply-header .comment-reply-disclaimer {
  font-size: 16px;
}

.comments-title {
  float: left;
  font-family: "Trend Sans One", sans-serif;
  font-weight: 400;
  color: #a5a5a5;
  font-size: 14px;
}

.leave-comment-btn {
  color: #1d1d22;
  float: right;
  font-family: "Trend Sans One", sans-serif;
  color: #a5a5a5;
  font-size: 14px;
  transition: color 0.4s ease;
}
.leave-comment-btn:hover {
  color: #1d1d22;
}

.comment-body {
  padding: 20px 15px;
  background: #ffffff;
  position: relative;
}
@media screen and (min-width: 670px) {
  .comment-body {
    padding: 50px;
  }
}
.comment-children .comment-body {
  padding: 20px 15px 20px 35px;
}
@media screen and (min-width: 670px) {
  .comment-children .comment-body {
    padding: 50px 50px 50px 130px;
  }
}
.comment-children .comment-children .comment-body {
  padding: 20px 15px 20px 75px;
}
@media screen and (min-width: 670px) {
  .comment-children .comment-children .comment-body {
    padding: 50px 50px 50px 170px;
  }
}

.comment-avatar {
  width: 55px;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 670px) {
  .comment-avatar {
    float: left;
    width: 80px;
  }
}
.comment-avatar img {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
  background: #f4f4f4;
}

.comment-date {
  color: #a5a5a5;
  font-size: 11px;
  line-height: 16px;
  font-family: "Trend Sans One", sans-serif;
  margin-bottom: 15px;
}
@media screen and (min-width: 670px) {
  .comment-date {
    position: absolute;
    top: 50px;
    right: 50px;
  }
}

.comment-author {
  font-size: 14px;
  color: #1d1d22;
  font-family: "Trend Sans One", sans-serif;
  line-height: 20px;
  margin-bottom: 5px;
}
@media screen and (min-width: 670px) {
  .comment-author {
    margin-bottom: 30px;
  }
}
.comment-author a {
  color: #1d1d22;
  transition: color 0.4s ease;
}
.comment-author a:hover {
  color: #f1a355;
}

.comment-content {
  width: 100%;
}
.comment-content .comment-text {
  padding-bottom: 15px;
}
.comment-content .comment-text p {
  margin-bottom: 31px;
}
.comment-content .comment-text p:last-of-type {
  margin-bottom: 0;
}
.comment-content .comment-text a {
  color: #1d1d22;
  border-bottom: 1px solid #1d1d22;
  transition: color 0.4s ease, border 0.4s ease;
}
.comment-content .comment-text a:hover {
  color: #1d1d22;
  border-color: #1d1d22;
}
@media screen and (min-width: 670px) {
  .comment-content {
    float: left;
    width: calc(100% - 80px);
    padding-left: 30px;
    font-size: 17px;
    line-height: 29px;
  }
}

.comment-reply-btn a {
  color: #a5a5a5;
  font-size: 11px;
  font-family: "Trend Sans One", sans-serif;
  transition: color 0.4s ease;
}
.comment-reply-btn a:hover {
  color: #1d1d22;
}

.comment-respond {
  padding: 50px 0px 40px 0px;
  background: #eff2f4;
}
@media screen and (min-width: 670px) {
  .comment-respond {
    padding: 100px 0px 80px 0px;
  }
}
.comment-respond .comment-user-loggedin {
  text-align: center;
  padding: 10px;
  line-height: 20px;
}
.comment-respond .comment-user-loggedin a {
  color: #f1a355;
}
.comment-respond .comment-reply {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #f4f4f4;
  font-size: 14px;
  line-height: 20px;
}
.comment-respond .comment-reply a {
  color: #1d1d22;
}

.comment-form-wrap {
  padding: 20px;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (min-width: 670px) {
  .comment-form-wrap {
    padding: 50px;
  }
}

.comments-optin {
  font-size: 14px;
  line-height: 16px;
}
.comments-optin a {
  color: #1d1d22;
  border-bottom: 1px solid #1d1d22;
}
.comments-optin label {
  color: #1d1d22;
  font-family: "freight-text-pro", serif;
  font-size: 12px;
  line-height: 12px;
  display: block;
}
.comments-optin select {
  margin-top: 10px;
  border: 1px solid #1d1d22;
  padding: 10px;
  border-radius: 0;
  color: #1d1d22;
  font-family: "freight-text-pro", serif;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
}

.comment-list {
  max-width: 880px;
  margin: 0 auto;
  padding: 50px 0px;
}

.comments-list-header {
  max-width: 820px;
  margin: 0 auto;
  border-bottom: 1px solid #bfbfbf;
  padding: 0px 20px 5px 20px;
}

.entry-content ul {
  margin-bottom: 27px;
}
@media screen and (min-width: 950px) {
  .entry-content ul {
    margin-bottom: 31px;
  }
}
.entry-content ul li {
  position: relative;
  padding: 0px 0px 10px 40px;
  font-size: 16px;
}
@media screen and (min-width: 440px) {
  .entry-content ul li {
    padding: 0px 0px 10px 50px;
  }
}
@media screen and (min-width: 720px) {
  .entry-content ul li {
    font-size: 19px;
  }
}
.entry-content ul li:last-of-type {
  padding-bottom: 0;
}
.entry-content ul li::before {
  position: absolute;
  content: "\25B2";
  border-radius: 0;
  width: auto;
  height: auto;
  background: transparent;
  color: #1d1d22;
  font-size: 12px;
  left: 12px;
  top: 0px;
}
@media screen and (min-width: 440px) {
  .entry-content ul li::before {
    left: 24px;
  }
}
.is-bg-black .entry-content ul li::before {
  color: #f1a355;
}
.entry-content ul .has-check {
  padding: 0px 0px 10px 40px;
}
@media screen and (min-width: 440px) {
  .entry-content ul .has-check {
    padding: 0px 0px 10px 50px;
  }
}
.entry-content ul .has-check::before {
  position: absolute;
  content: "\2713";
  border-radius: none;
  width: auto;
  height: auto;
  background: transparent;
  color: #1d1d22;
  font-size: 14px;
  left: 12px;
  top: 0px;
}
@media screen and (min-width: 440px) {
  .entry-content ul .has-check::before {
    left: 24px;
  }
}
.is-bg-black .entry-content ul .has-check::before {
  color: #f1a355;
}
.entry-content ul .has-triangle.is-small {
  font-size: 17px;
  line-height: 29px;
}
.entry-content ul .has-triangle.is-small a {
  color: #1d1d22;
  border-bottom: 1px solid #1d1d22;
}
.entry-content ul .has-triangle.is-small a:hover {
  color: #f1a355;
  border-bottom-color: #f1a355;
}
.entry-content ol {
  margin-bottom: 37px;
  padding-left: 20px;
}
@media screen and (min-width: 950px) {
  .entry-content ol {
    margin-bottom: 51px;
  }
}
.entry-content ol li {
  list-style: none;
  counter-increment: licounter;
  position: relative;
  padding: 0px 0px 15px 30px;
  font-size: 19px;
}
.entry-content ol li::before {
  position: absolute;
  left: -1px;
  top: 0;
  content: counter(licounter) ".";
  color: #1d1d22;
}
.entry-content.text-white ol li::before {
  color: #ffffff;
}
.entry-content.text-white ul .has-triangle::before, .entry-content.text-white ul .has-check::before {
  color: #ffffff;
}
.entry-content.text-white a:not(.is-btn) {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.entry-content.text-white hr {
  background-color: #ffffff;
}
.entry-content.separator-black hr {
  background-color: #1d1d22;
}
.entry-content.separator-white hr {
  background-color: #ffffff;
}
.entry-content.separator-orange hr {
  background-color: #f1a355;
}
.entry-content p {
  margin-bottom: 22px;
}
@media screen and (min-width: 950px) {
  .entry-content p {
    margin-bottom: 31px;
  }
}
.entry-content p + img::after {
  content: "";
  display: table;
  clear: both;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content hr {
  margin: 40px 0px;
}
@media screen and (min-width: 720px) {
  .entry-content hr {
    margin: 80px 0px;
  }
}
.entry-content img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 40px auto 40px auto;
}
.entry-content img.alignright {
  float: right;
}
.entry-content img.alignleft {
  float: left;
}
.entry-content img.aligncenter {
  margin: 40px auto;
  display: block;
}
.single-post .entry-content img:first-of-type {
  margin-top: 60px;
  margin-bottom: 80px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 24px;
}
.entry-content h1 strong, .entry-content h2 strong, .entry-content h3 strong, .entry-content h4 strong, .entry-content h5 strong, .entry-content h6 strong {
  font-weight: 700;
}
@media screen and (min-width: 950px) {
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 28px;
  }
}
.entry-content h1 {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 31px;
}
@media screen and (min-width: 720px) {
  .entry-content h1 {
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 56px;
  }
}
.entry-content h1.is-alt {
  font-family: "freight-text-pro", serif;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 720px) {
  .entry-content h1.is-alt {
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 1em;
  }
}
.entry-content h1.is-alt .has-underline {
  position: relative;
  z-index: 1;
}
.entry-content h1.is-large {
  font-size: 26px;
  line-height: 34px;
}
@media screen and (min-width: 720px) {
  .entry-content h1.is-large {
    font-size: 50px;
    line-height: 64px;
  }
}
.entry-content h1.is-large-alt {
  font-family: "Trend Sans One", sans-serif;
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 20px;
}
@media screen and (min-width: 720px) {
  .entry-content h1.is-large-alt {
    font-size: 60px;
    line-height: 70px;
  }
}
.entry-content h2 {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 720px) {
  .entry-content h2 {
    font-size: 32px;
    line-height: 44px;
  }
}
.entry-content h2.is-small {
  font-size: 20px;
  line-height: 34px;
}
.entry-content h2.is-medium {
  font-size: 19px;
  line-height: 31px;
}
@media screen and (min-width: 720px) {
  .entry-content h2.is-medium {
    font-size: 25px;
    line-height: 39px;
  }
}
.entry-content h2.has-tick::after {
  content: "";
  display: table;
  clear: both;
}
.entry-content h2.has-tick .icon-tick {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  margin-left: -3px;
  position: relative;
  top: 0px;
  color: #f1a355;
}
@media screen and (min-width: 720px) {
  .entry-content h2.has-tick .icon-tick {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-left: -5px;
  }
}
.entry-content h2.has-tick span {
  display: block;
  width: calc(100% - 70px);
  float: left;
}
.entry-content h3 {
  font-size: 19px;
  line-height: 28px;
}
@media screen and (min-width: 720px) {
  .entry-content h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.entry-content h3.is-large {
  font-size: 24px;
  line-height: 32px;
}
@media screen and (min-width: 720px) {
  .entry-content h3.is-large {
    font-size: 30px;
    line-height: 42px;
  }
}
.entry-content h3.is-large.is-alt {
  font-weight: 400;
}
.entry-content h3.is-large.is-alt strong {
  font-weight: 700;
}
.entry-content h3.is-xlarge {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 25px;
}
@media screen and (min-width: 720px) {
  .entry-content h3.is-xlarge {
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 40px;
  }
}
.entry-content h3.is-underlined {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 25px;
  display: inline;
  border-bottom: 1px solid currentColor;
}
.entry-content h3.is-underlined span {
  border-bottom: 1px solid currentColor;
}
@media screen and (min-width: 720px) {
  .entry-content h3.is-underlined {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 40px;
  }
}
.entry-content h4 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.entry-content h4.is-small {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
  letter-spacing: 0.14em;
}
.entry-content h5 {
  font-family: "Trend Sans One", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.entry-content h5.is-large {
  font-size: 20px;
  line-height: 30px;
}
@media screen and (min-width: 720px) {
  .entry-content h5.is-large {
    font-size: 30px;
    line-height: 40px;
  }
}
.entry-content h5.is-medium {
  font-size: 14px;
  line-height: 25px;
}
@media screen and (min-width: 720px) {
  .entry-content h5.is-medium {
    font-size: 16px;
    line-height: 26px;
  }
}
.entry-content h5.is-medium-alt {
  font-size: 20px;
  line-height: 30px;
}
.entry-content h6 {
  font-weight: 400;
  font-family: "Trend Sans One", sans-serif;
  font-size: 12px;
  line-height: 22px;
}
.entry-content .dropcap {
  font-family: "Oswald", sans-serif;
  font-size: 44px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 860px) {
  .entry-content .dropcap {
    text-align: left;
    margin-right: 30px;
    float: left;
    font-size: 56px;
  }
}
.entry-content blockquote {
  position: relative;
  margin: 30px 0px 20px 30px;
  max-width: 480px;
}
@media screen and (min-width: 720px) {
  .entry-content blockquote {
    margin: 80px 0px 60px 80px;
  }
}
.entry-content blockquote p {
  font-size: 22px;
  line-height: 32px;
  font-family: "freight-text-pro", serif;
}
@media screen and (min-width: 720px) {
  .entry-content blockquote p {
    font-size: 30px;
    line-height: 40px;
  }
}
.entry-content blockquote h4 {
  font-family: "Trend Sans One", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  padding-top: 30px;
}
.entry-content blockquote::before {
  content: "\2018\2018";
  position: absolute;
  font-family: 'Times New Roman', serif;
  font-size: 170px;
  line-height: 1;
  left: -50px;
  top: -35px;
  z-index: -1;
  color: #f4f4f4;
  letter-spacing: -0.08em;
}
@media screen and (min-width: 720px) {
  .entry-content blockquote::before {
    font-size: 250px;
    left: -85px;
    top: -65px;
  }
}
.entry-content blockquote.is-alt {
  max-width: 560px;
}
.entry-content blockquote.is-alt::before {
  display: none;
}
.entry-content blockquote.is-alt p {
  font-size: 24px;
  line-height: 35px;
}
.entry-content blockquote.is-alt h3 {
  font-family: 'EyeCatchingPro';
  font-size: 110px;
  line-height: 20px;
  font-style: normal;
  position: relative;
  top: 15px;
  left: -70px;
  font-weight: 400;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: 1;
}
.entry-content blockquote.is-alt h2 {
  position: relative;
  z-index: 2;
}
.entry-content .icon-long-arrow-down {
  width: 60px;
  height: 60px;
  display: block;
}
@media screen and (min-width: 720px) {
  .entry-content .icon-long-arrow-down {
    width: 70px;
    height: 70px;
  }
}
.entry-content .icon-long-arrow-down.is-orange {
  fill: #f1a355;
}
.entry-content .icon-long-arrow-down.is-turquoise {
  fill: #82cfcd;
}
.entry-content .icon-long-arrow-down.is-black {
  fill: #1d1d22;
}
.entry-content .icon-long-arrow-down.align-center {
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 720px) {
  .entry-content .icon-long-arrow-down.align-center {
    margin: 0 auto 60px auto;
  }
}
.entry-content h2 + h5 {
  margin-top: -20px;
}
.entry-content h3 + h5 {
  margin-top: -20px;
}
.entry-content h3 + h1 {
  margin-top: -20px;
}
.entry-content h2 + h1 {
  margin-top: -30px;
}
.entry-content h1 + h1 {
  margin-top: -20px;
}
.entry-content .is-script {
  font-family: 'EyeCatchingPro';
  font-size: 55px;
  line-height: 1px;
  font-style: normal;
  position: relative;
  top: 10px;
}
@media screen and (min-width: 720px) {
  .entry-content .is-script {
    font-size: 65px;
    line-height: 20px;
  }
}
.entry-content .plyr {
  margin-bottom: 27px;
}
@media screen and (min-width: 950px) {
  .entry-content .plyr {
    margin-bottom: 31px;
  }
}
.entry-content .tb-mark {
  position: relative;
}
.entry-content .tb-mark .svg-mark {
  fill: #f1a355;
  width: 30px;
  height: 30px;
  margin: 0 auto 30px auto;
  display: block;
}
@media screen and (min-width: 1000px) {
  .entry-content .tb-mark .svg-mark {
    position: absolute;
    top: 10px;
    left: -80px;
  }
}

.entry-arrow {
  -webkit-animation-name: bob;
          animation-name: bob;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.site-footer {
  background: #1d1d22;
  color: #a5a5a5;
  font-size: 13px;
  position: relative;
  z-index: 10;
}

.site-footer-header {
  height: 75px;
}

.site-footer-logo {
  position: absolute;
  top: 25px;
  left: 20px;
}
@media screen and (min-width: 920px) {
  .site-footer-logo {
    left: 50px;
  }
}
@media screen and (min-width: 1220px) {
  .site-footer-logo {
    left: 110px;
  }
}
.site-footer-logo svg {
  width: 100%;
  height: auto;
  max-width: 30px;
  fill: #f1a355;
}

.site-footer-nav {
  padding-bottom: 20px;
}
@media screen and (min-width: 920px) {
  .site-footer-nav {
    padding-bottom: 0;
    position: absolute;
    top: 20px;
    left: 100px;
  }
}
@media screen and (min-width: 1220px) {
  .site-footer-nav {
    left: 170px;
  }
}
.site-footer-nav .menu {
  line-height: 31px;
}
.site-footer-nav .menu li {
  display: block;
  padding: 5px 10px;
}
@media screen and (min-width: 920px) {
  .site-footer-nav .menu li {
    display: inline-block;
    padding: 0px 10px;
  }
}
.site-footer-nav .menu li a {
  font-family: "Trend Sans One", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #f4f4f4;
  display: inline-block;
  opacity: 1;
  transition: color 0.4s ease;
}
.desktop .site-footer-nav .menu li a:hover {
  color: #f1a355;
}

.site-footer-details {
  padding-bottom: 20px;
}
@media screen and (min-width: 920px) {
  .site-footer-details {
    padding-bottom: 0;
    position: absolute;
    right: 50px;
    top: 20px;
  }
}
@media screen and (min-width: 1220px) {
  .site-footer-details {
    right: 110px;
  }
}
.site-footer-details a {
  color: #a5a5a5;
  transition: color 0.4s ease;
}
.desktop .site-footer-details a:hover {
  color: #ffffff;
}

.site-footer-socials {
  padding-left: 15px;
  display: inline-block;
  position: relative;
  top: 4px;
}
.site-footer-socials a {
  display: inline-block;
  padding: 0px 3px;
}

.site-footer-content {
  display: none;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .site-footer-content {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
  }
}
.site-footer-content.is-active {
  display: block;
}

.footer-links-btn {
  position: absolute;
  right: 5px;
  top: 15px;
  color: #a5a5a5;
  font-family: "Trend Sans One", sans-serif;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  padding: 15px;
}
.footer-links-btn span {
  display: inline-block;
  width: 10px;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .footer-links-btn {
    display: none;
  }
}

.form {
  transition: all 0.4s ease;
}
.form .label {
  color: #939393;
  font-family: "Trend Sans One", sans-serif;
  font-size: 12px;
  line-height: 1;
  display: block;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.form .label.is-not-hidden {
  opacity: 1;
}
.comment-form-wrap .form .label {
  margin-bottom: 5px;
}
.form input, .form textarea {
  border: 0;
  border-bottom: 1px solid #a5a5a5;
  background: transparent;
  padding: 10px 0px 10px 0px;
  font-family: "freight-text-pro", serif;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  color: #1d1d22;
  transition: border 0.4s ease, color 0.4s ease;
}
.form input.error, .form textarea.error {
  border-bottom-color: #f1a355;
}
.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  transition: color 0.4s ease, opacity 0.4s ease;
  color: #a5a5a5;
}
.form input:-moz-placeholder, .form textarea:-moz-placeholder {
  transition: color 0.4s ease, opacity 0.4s ease;
  color: #a5a5a5;
}
.form input::-moz-placeholder, .form textarea::-moz-placeholder {
  transition: color 0.4s ease, opacity 0.4s ease;
  color: #a5a5a5;
}
.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  transition: color 0.4s ease, opacity 0.4s ease;
  color: #a5a5a5;
}
.comment-form-wrap .form input, .comment-form-wrap .form textarea {
  background: #ffffff;
  padding: 8px 10px;
  border-bottom: 0;
}
.form textarea {
  min-height: 100px;
  vertical-align: top;
}
.form textarea.is-large {
  height: 240px;
}
.form select {
  width: 100%;
}
.form .submit-btn {
  border: 0;
  background: transparent;
  color: #1d1d22;
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  right: -5px;
  opacity: 1;
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  opacity: 0;
}
.form .is-active .submit-btn {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
.form .is-active input::-webkit-input-placeholder, .form .is-active textarea::-webkit-input-placeholder {
  opacity: 0.65;
}
.form .is-active input:-moz-placeholder, .form .is-active textarea:-moz-placeholder {
  opacity: 0.65;
}
.form .is-active input::-moz-placeholder, .form .is-active textarea::-moz-placeholder {
  opacity: 0.65;
}
.form .is-active input:-ms-input-placeholder, .form .is-active textarea:-ms-input-placeholder {
  opacity: 0.65;
}
.form .is-active .label {
  opacity: 1;
}
.form .is-focused::-webkit-input-placeholder {
  opacity: 0.65;
}
.form .is-focused:-moz-placeholder {
  opacity: 0.65;
}
.form .is-focused::-moz-placeholder {
  opacity: 0.65;
}
.form .is-focused:-ms-input-placeholder {
  opacity: 0.65;
}
.form.is-working {
  opacity: 0.6;
  pointer-events: none;
}
.form.is-working .submit-btn {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}
.form-alt .form .label {
  opacity: 1;
  padding-bottom: 8px;
  line-height: 17px;
}
.form-alt .form input, .form-alt .form textarea {
  background: #f4f4f4;
  border-bottom: 0;
  padding: 10px;
}
.form-alt .form textarea {
  min-height: 180px;
}

.field-wrap {
  position: relative;
  padding-bottom: 25px;
  transition: opacity 0.4s ease;
  text-align: left;
}
.field-wrap:last-of-type {
  padding-bottom: 0;
}
.field-wrap.has-select {
  padding-top: 17px;
}
.field-wrap.has-select .label {
  position: relative;
  top: -8px;
}
.field-wrap.is-read-only {
  opacity: 0.7;
}

@media screen and (max-width: 719px) {
  .field-split {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 720px) {
  .field-split .field-wrap {
    width: 50%;
    float: left;
  }
  .field-split .field-wrap:nth-child(1) {
    padding-right: 10px;
  }
  .field-split .field-wrap:nth-child(2) {
    padding-left: 10px;
  }
  .field-split .field-wrap:nth-child(2) .label {
    left: 10px;
  }
}

.has-radio, .has-checkbox {
  position: relative;
}
.has-radio label, .has-checkbox label {
  cursor: pointer;
  padding: 10px 10px 10px 30px;
  display: block;
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  transition: color 0.4s ease;
}
.has-radio input, .has-checkbox input {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px;
}
.has-radio .box, .has-checkbox .box {
  width: 15px;
  height: 15px;
  border: 1px solid #1d1d22;
  display: block;
  position: absolute;
  left: 2px;
  top: 12px;
  z-index: 1;
  transition: border 0.4s ease;
}
.has-radio .box::before, .has-checkbox .box::before {
  content: "";
  position: absolute;
  transition: opacity 0.4s ease, background 0.4s ease, border 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, background 0.4s ease, border 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, background 0.4s ease, border 0.4s ease, -webkit-transform 0.4s ease;
  opacity: 0;
}
.has-radio .radio, .has-checkbox .radio {
  border-radius: 50%;
}
.has-radio .radio::before, .has-checkbox .radio::before {
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  background: #1d1d22;
  border-radius: 50%;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.has-radio .checkbox::before, .has-checkbox .checkbox::before {
  width: 14px;
  height: 7px;
  border-left: 3px solid #1d1d22;
  border-bottom: 3px solid #1d1d22;
  -webkit-transform: translateY(2px) rotate(-45deg) scale(0.5);
      -ms-transform: translateY(2px) rotate(-45deg) scale(0.5);
          transform: translateY(2px) rotate(-45deg) scale(0.5);
  left: 3px;
  top: -1px;
}
.has-radio input:checked + .radio::before, .has-checkbox input:checked + .radio::before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.has-radio input:checked + .checkbox::before, .has-checkbox input:checked + .checkbox::before {
  opacity: 1;
  -webkit-transform: translateY(0px) rotate(-45deg) scale(1);
      -ms-transform: translateY(0px) rotate(-45deg) scale(1);
          transform: translateY(0px) rotate(-45deg) scale(1);
}
.has-radio:hover label, .has-checkbox:hover label {
  color: #1d1d22;
}
.has-radio:hover .box, .has-checkbox:hover .box {
  border-color: #1d1d22;
}
.has-radio:hover .radio::before, .has-checkbox:hover .radio::before {
  background-color: #1d1d22;
}
.has-radio:hover .checkbox::before, .has-checkbox:hover .checkbox::before {
  border-color: #1d1d22;
}

.form-response {
  padding: 20px;
  text-align: center;
  background: #1d1d22;
  color: #ffffff;
  font-family: "freight-text-pro", serif;
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px;
  margin-top: 20px;
}
.form-response:empty {
  display: none;
}
.form-response.is-error {
  background: #f1a355;
}

@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@keyframes pulse {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
label.error {
  text-align: left;
  color: #ffffff;
  background: #f1a355;
  padding: 5px 10px;
  font-size: 13px;
  font-family: "freight-text-pro", serif;
  line-height: 20px;
  width: 100%;
  display: block;
}

.spinner {
  margin: 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 14px;
  height: 14px;
  background-color: #f1a355;
  border-radius: 100%;
  display: inline-block;
  margin: 0px 2px;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
          animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ac-form ._form-branding {
  display: none;
}
.ac-form ._form-content::after {
  content: "";
  display: table;
  clear: both;
}
.is-subscribe .ac-form ._form-content .field-wrap {
  padding: 0px 10px;
}
@media screen and (min-width: 600px) {
  .is-subscribe .ac-form ._form-content .field-wrap {
    float: left;
    width: 50%;
  }
}
.is-subscribe .ac-form ._form-content .field-wrap._field3 {
  width: 100%;
}
.ac-form ._button-wrapper {
  padding-top: 30px;
  clear: both;
}

.form-wrap.pt-small {
  padding-top: 15px;
}
@media screen and (min-width: 820px) {
  .form-wrap.pt-small {
    padding-top: 30px;
  }
}
.form-wrap.pb-small {
  padding-bottom: 15px;
}
@media screen and (min-width: 820px) {
  .form-wrap.pb-small {
    padding-bottom: 30px;
  }
}
.form-wrap.pt-medium {
  padding-top: 20px;
}
@media screen and (min-width: 820px) {
  .form-wrap.pt-medium {
    padding-top: 50px;
  }
}
.form-wrap.pb-medium {
  padding-bottom: 20px;
}
@media screen and (min-width: 820px) {
  .form-wrap.pb-medium {
    padding-bottom: 50px;
  }
}
.form-wrap.pt-large {
  padding-top: 25px;
}
@media screen and (min-width: 820px) {
  .form-wrap.pt-large {
    padding-top: 70px;
  }
}
.form-wrap.pb-large {
  padding-bottom: 25px;
}
@media screen and (min-width: 820px) {
  .form-wrap.pb-large {
    padding-bottom: 70px;
  }
}
.form-wrap.pt-xlarge {
  padding-top: 35px;
}
@media screen and (min-width: 820px) {
  .form-wrap.pt-xlarge {
    padding-top: 100px;
  }
}
.form-wrap.pb-xlarge {
  padding-bottom: 35px;
}
@media screen and (min-width: 820px) {
  .form-wrap.pb-xlarge {
    padding-bottom: 100px;
  }
}
.form-wrap.pt-xxlarge {
  padding-top: 50px;
}
@media screen and (min-width: 820px) {
  .form-wrap.pt-xxlarge {
    padding-top: 140px;
  }
}
.form-wrap.pb-xxlarge {
  padding-bottom: 50px;
}
@media screen and (min-width: 820px) {
  .form-wrap.pb-xxlarge {
    padding-bottom: 140px;
  }
}
.form-wrap.pt-xxxlarge {
  padding-top: 90px;
}
@media screen and (min-width: 820px) {
  .form-wrap.pt-xxxlarge {
    padding-top: 220px;
  }
}
.form-wrap.pb-xxxlarge {
  padding-bottom: 90px;
}
@media screen and (min-width: 820px) {
  .form-wrap.pb-xxxlarge {
    padding-bottom: 220px;
  }
}
.form-wrap.is-dark {
  background: #1d1d22;
}
.form-wrap.is-dark input, .form-wrap.is-dark textarea {
  background: #303038;
  color: #ffffff;
}
.form-wrap.is-dark .select2-container--default .select2-selection--single {
  background: #303038;
}
.form-wrap.is-dark .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
}
.form-wrap.is-dark .select2-container--default .select2-results__option[aria-selected] {
  color: #ffffff;
  background: #303038;
}
.form-wrap.is-dark .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #34343e;
}

.form-inner {
  max-width: 660px;
  margin: 0 auto;
  padding: 0px 20px;
}

.hero {
  width: 100%;
  background-color: #f4f4f4;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-bg-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  will-change: transform;
}

.hero-bg-layer-inner {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  z-index: 1;
}
.hero-bg-layer-inner.is-layer {
  background-size: contain;
}

.hero-overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.hero-inner {
  position: relative;
  height: 100vh;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 3;
}
.mobile .hero-inner {
  min-height: 690px;
}

.hero-text {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 859px) {
  .hero-text {
    padding: 180px 60px 30px 60px;
    height: 100%;
  }
}
@media screen and (max-width: 559px) {
  .hero-text {
    padding: 100px 30px 30px 30px;
  }
}
@media screen and (min-width: 860px) {
  .hero-text {
    position: absolute;
  }
}
@media screen and (min-width: 860px) {
  .hero-text.width-25 {
    width: 25%;
  }
}
@media screen and (min-width: 860px) {
  .hero-text.width-50 {
    width: 50%;
  }
}
@media screen and (min-width: 860px) {
  .hero-text.width-75 {
    width: 75%;
  }
}
@media screen and (min-width: 860px) {
  .hero-text.width-100 {
    width: 100%;
  }
}
@media screen and (min-width: 860px) {
  .hero-text.left-top {
    left: 0;
    top: 0;
    padding-top: 15%;
  }
}
@media screen and (min-width: 860px) {
  .hero-text.left-center {
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 860px) {
  .hero-text.left-bottom {
    left: 0;
    bottom: 0;
    padding-bottom: 15%;
  }
}
@media screen and (min-width: 860px) {
  .hero-text.right-top {
    right: 0;
    top: 0;
    padding-top: 15%;
  }
}
@media screen and (min-width: 860px) {
  .hero-text.right-center {
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 860px) {
  .hero-text.right-bottom {
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding-bottom: 15%;
  }
}
@media screen and (min-width: 860px) {
  .hero-text.center-top {
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    padding-top: 15%;
  }
}
@media screen and (min-width: 860px) {
  .hero-text.center-center {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 860px) {
  .hero-text.center-bottom {
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    padding-bottom: 15%;
  }
}
.hero-text.text-center {
  text-align: center;
}
.hero-text h1 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: "freight-text-pro", serif;
}
@media screen and (min-width: 860px) {
  .hero-text h1 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 40px;
  }
}
.hero-text h1.is-large-alt {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hero-text h1 span {
  text-decoration: none !important;
  position: relative;
}
.page-blog .hero-text h1, .category .hero-text h1 {
  color: #ffffff;
}
.page-blog .hero-text h1 a, .category .hero-text h1 a {
  color: #ffffff;
}
.hero-text h2 {
  font-size: 28px;
  line-height: 38px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (min-width: 860px) {
  .hero-text h2 {
    font-size: 40px;
    line-height: 54px;
  }
}
.hero-text h2 span {
  text-decoration: none !important;
  position: relative;
}
.hero-text h3 {
  font-family: "Trend Sans One", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 860px) {
  .hero-text h3 {
    font-size: 20px;
  }
}
.page-blog .hero-text h3, .category .hero-text h3 {
  color: #f1a355;
}
.hero-text h3 + h1 {
  padding-top: 30px;
}
.hero-text p + h2 {
  padding-top: 30px;
}
.hero-text p {
  font-size: 17px;
  line-height: 25px;
}
@media screen and (min-width: 860px) {
  .hero-text p {
    font-size: 24px;
    line-height: 32px;
  }
}
.hero-text p a {
  color: #1d1d22;
  transition: color 0.4s ease;
}
.hero-text p a:hover {
  color: #f1a355;
}
.hero-text .hero-logo, .hero-text .tb-mark {
  display: none;
  position: absolute;
  top: -20%;
  left: 50%;
  margin-left: -18px;
}
@media screen and (min-width: 860px) {
  .hero-text .hero-logo, .hero-text .tb-mark {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .hero-text .hero-logo, .hero-text .tb-mark {
    top: -40%;
  }
}
.hero-text .hero-logo svg, .hero-text .tb-mark svg {
  width: 100%;
  height: auto;
  max-width: 35px;
  fill: #f1a355;
}
.hero-text .tb-mark {
  display: block;
}
@media screen and (max-width: 859px) {
  .hero-text .tb-mark {
    top: 30px;
  }
}

.hero-parallax {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.full-image {
  position: relative;
}
.full-image img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
}

.full-image-overlay {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.full-image-overlay .overlay-inner {
  width: 100%;
  text-align: center;
}
.full-image-overlay .overlay-inner .overlay-text {
  padding: 40px 20px;
}
@media screen and (min-width: 1220px) {
  .full-image-overlay .overlay-inner .overlay-text {
    max-width: 820px;
    padding: 120px;
    top: 0;
    position: absolute;
  }
}
.full-image-overlay .overlay-inner .align-right {
  right: 0;
}
.full-image-overlay .overlay-inner .align-left {
  left: 0;
}
.full-image-overlay .overlay-inner .align-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 640px) {
  .full-image-overlay .overlay-inner.is-white {
    color: #ffffff;
  }
  .full-image-overlay .overlay-inner.is-white h1, .full-image-overlay .overlay-inner.is-white h2, .full-image-overlay .overlay-inner.is-white h3, .full-image-overlay .overlay-inner.is-white h4, .full-image-overlay .overlay-inner.is-white h5 {
    color: #ffffff;
  }
}
.full-image-overlay .overlay-inner.is-xsmall {
  max-width: 380px;
}
@media screen and (min-width: 990px) {
  .full-image-overlay .overlay-inner.is-xsmall {
    max-width: 420px;
    padding: 50px 10px;
  }
}
.full-image-overlay .overlay-inner.is-small {
  max-width: 380px;
}
@media screen and (min-width: 990px) {
  .full-image-overlay .overlay-inner.is-small {
    max-width: 500px;
    padding: 50px 10px;
  }
}
.full-image-overlay .overlay-inner.is-medium {
  max-width: 380px;
}
@media screen and (min-width: 990px) {
  .full-image-overlay .overlay-inner.is-medium {
    max-width: 540px;
    padding: 100px 10px;
  }
}
.full-image-overlay .overlay-inner.is-large {
  max-width: 380px;
}
@media screen and (min-width: 990px) {
  .full-image-overlay .overlay-inner.is-large {
    max-width: 660px;
    padding: 100px 10px;
  }
}
.full-image-overlay .overlay-inner.is-xlarge {
  max-width: 560px;
}
@media screen and (min-width: 990px) {
  .full-image-overlay .overlay-inner.is-xlarge {
    max-width: 760px;
    padding: 100px 10px;
  }
}

.image-downloads {
  padding-bottom: 40px;
}
@media screen and (min-width: 990px) {
  .image-downloads {
    padding-bottom: 120px;
  }
}
.image-downloads .inner {
  margin: 0 auto;
  max-width: 1200px;
}

.image-download-item {
  display: block;
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 480px) {
  .image-download-item {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 640px) {
  .image-download-item {
    width: 25%;
  }
}
.image-download-item img {
  display: block;
  height: auto;
  width: 100%;
}
.image-download-item .download-overlay {
  background: rgba(29, 29, 34, 0.4);
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.image-download-item .download-overlay .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50.1%, -50.1%);
      -ms-transform: translate(-50.1%, -50.1%);
          transform: translate(-50.1%, -50.1%);
}
.image-download-item:hover .download-overlay {
  opacity: 1;
}

@media screen and (min-width: 480px) {
  .split-image {
    width: 50%;
    float: left;
  }
}
.split-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 480px) {
  .split-image img {
    object-fit: cover;
    object-position: top;
    font-family: 'object-fit: cover; object-position: top;';
    height: 420px;
  }
}
@media screen and (min-width: 940px) {
  .split-image img {
    height: 760px;
  }
}

.image-collage {
  overflow: hidden;
}
.image-collage.pt-small {
  padding-top: 15px;
}
@media screen and (min-width: 820px) {
  .image-collage.pt-small {
    padding-top: 30px;
  }
}
.image-collage.pb-small {
  padding-bottom: 15px;
}
@media screen and (min-width: 820px) {
  .image-collage.pb-small {
    padding-bottom: 30px;
  }
}
.image-collage.pt-medium {
  padding-top: 20px;
}
@media screen and (min-width: 820px) {
  .image-collage.pt-medium {
    padding-top: 50px;
  }
}
.image-collage.pb-medium {
  padding-bottom: 20px;
}
@media screen and (min-width: 820px) {
  .image-collage.pb-medium {
    padding-bottom: 50px;
  }
}
.image-collage.pt-large {
  padding-top: 25px;
}
@media screen and (min-width: 820px) {
  .image-collage.pt-large {
    padding-top: 70px;
  }
}
.image-collage.pb-large {
  padding-bottom: 25px;
}
@media screen and (min-width: 820px) {
  .image-collage.pb-large {
    padding-bottom: 70px;
  }
}
.image-collage.pt-xlarge {
  padding-top: 35px;
}
@media screen and (min-width: 820px) {
  .image-collage.pt-xlarge {
    padding-top: 100px;
  }
}
.image-collage.pb-xlarge {
  padding-bottom: 35px;
}
@media screen and (min-width: 820px) {
  .image-collage.pb-xlarge {
    padding-bottom: 100px;
  }
}
.image-collage.pt-xxlarge {
  padding-top: 50px;
}
@media screen and (min-width: 820px) {
  .image-collage.pt-xxlarge {
    padding-top: 140px;
  }
}
.image-collage.pb-xxlarge {
  padding-bottom: 50px;
}
@media screen and (min-width: 820px) {
  .image-collage.pb-xxlarge {
    padding-bottom: 140px;
  }
}
.image-collage.pt-xxxlarge {
  padding-top: 90px;
}
@media screen and (min-width: 820px) {
  .image-collage.pt-xxxlarge {
    padding-top: 220px;
  }
}
.image-collage.pb-xxxlarge {
  padding-bottom: 90px;
}
@media screen and (min-width: 820px) {
  .image-collage.pb-xxxlarge {
    padding-bottom: 220px;
  }
}
.image-collage.mt-xsmall {
  margin-top: 10px;
}
.image-collage.mb-xsmall {
  margin-bottom: 10px;
}
.image-collage.mt-small {
  margin-top: 15px;
}
@media screen and (min-width: 820px) {
  .image-collage.mt-small {
    margin-top: 30px;
  }
}
.image-collage.mb-small {
  margin-bottom: 15px;
}
@media screen and (min-width: 820px) {
  .image-collage.mb-small {
    margin-bottom: 30px;
  }
}
.image-collage.mt-medium {
  margin-top: 25px;
}
@media screen and (min-width: 820px) {
  .image-collage.mt-medium {
    margin-top: 50px;
  }
}
.image-collage.mb-medium {
  margin-bottom: 25px;
}
@media screen and (min-width: 820px) {
  .image-collage.mb-medium {
    margin-bottom: 50px;
  }
}
.image-collage.mt-large {
  margin-top: 35px;
}
@media screen and (min-width: 820px) {
  .image-collage.mt-large {
    margin-top: 70px;
  }
}
.image-collage.mb-large {
  margin-bottom: 35px;
}
@media screen and (min-width: 820px) {
  .image-collage.mb-large {
    margin-bottom: 70px;
  }
}
.image-collage.mt-xlarge {
  margin-top: 50px;
}
@media screen and (min-width: 820px) {
  .image-collage.mt-xlarge {
    margin-top: 100px;
  }
}
.image-collage.mb-xlarge {
  margin-bottom: 50px;
}
@media screen and (min-width: 820px) {
  .image-collage.mb-xlarge {
    margin-bottom: 100px;
  }
}
.image-collage.mt-xxlarge {
  margin-top: 70px;
}
@media screen and (min-width: 820px) {
  .image-collage.mt-xxlarge {
    margin-top: 140px;
  }
}
.image-collage.mb-xxlarge {
  margin-bottom: 70px;
}
@media screen and (min-width: 820px) {
  .image-collage.mb-xxlarge {
    margin-bottom: 140px;
  }
}
.image-collage.mt-xxxlarge {
  margin-top: 110px;
}
@media screen and (min-width: 820px) {
  .image-collage.mt-xxxlarge {
    margin-top: 220px;
  }
}
.image-collage.mb-xxxlarge {
  margin-bottom: 110px;
}
@media screen and (min-width: 820px) {
  .image-collage.mb-xxxlarge {
    margin-bottom: 220px;
  }
}
.image-collage.is-bg-black {
  background-color: #1d1d22;
}
.image-collage.is-bg-white {
  background-color: #ffffff;
}
.image-collage.is-bg-orange {
  background-color: #f1a355;
}
.image-collage.is-bg-turquoise {
  background-color: #82cfcd;
}
.image-collage.is-bg-grey {
  background-color: #a5a5a5;
}
.image-collage.is-bg-light-grey {
  background-color: #f4f4f4;
}
.image-collage .image-collage-inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.image-collage .image-collage-item {
  position: absolute;
}
.image-collage .image-collage-item img {
  display: block;
  width: 100%;
  height: auto;
}
.image-collage.is-style-1 .image-collage-inner {
  height: 700px;
}
@media screen and (min-width: 420px) {
  .image-collage.is-style-1 .image-collage-inner {
    height: 1180px;
  }
}
@media screen and (min-width: 720px) {
  .image-collage.is-style-1 .image-collage-inner {
    height: 485px;
  }
}
@media screen and (min-width: 980px) {
  .image-collage.is-style-1 .image-collage-inner {
    height: 485px;
  }
}
@media screen and (min-width: 1130px) {
  .image-collage.is-style-1 .image-collage-inner {
    height: 710px;
  }
}
.image-collage.is-style-1 .image-collage-item-1 {
  width: 62%;
  top: 0;
}
@media screen and (min-width: 720px) {
  .image-collage.is-style-1 .image-collage-item-1 {
    width: 27%;
    top: 8.3%;
    left: 0;
    z-index: 1;
  }
}
.image-collage.is-style-1 .image-collage-item-2 {
  width: 77%;
  top: 48%;
  left: 0%;
}
@media screen and (min-width: 720px) {
  .image-collage.is-style-1 .image-collage-item-2 {
    width: 22%;
    top: 53%;
    left: 12.5%;
    z-index: 4;
  }
}
.image-collage.is-style-1 .image-collage-item-3 {
  width: 48%;
  top: 23%;
  left: 32%;
}
@media screen and (min-width: 720px) {
  .image-collage.is-style-1 .image-collage-item-3 {
    width: 35%;
    top: 24%;
    left: 32%;
    z-index: 3;
  }
}
.image-collage.is-style-1 .image-collage-item-4 {
  width: 44%;
  top: 43%;
  left: 59%;
  z-index: 4;
}
@media screen and (min-width: 720px) {
  .image-collage.is-style-1 .image-collage-item-4 {
    width: 22%;
    top: 14%;
    left: 59%;
    z-index: 1;
  }
}
.image-collage.is-style-1 .image-collage-item-5 {
  width: 34.5%;
  top: 82%;
  left: 4%;
}
@media screen and (min-width: 720px) {
  .image-collage.is-style-1 .image-collage-item-5 {
    width: 18.5%;
    top: 53%;
    left: 73%;
    z-index: 1;
  }
}
.image-collage.is-style-1 .image-collage-item-6 {
  width: 39.5%;
  top: 71%;
  left: 54%;
}
@media screen and (min-width: 720px) {
  .image-collage.is-style-1 .image-collage-item-6 {
    width: 16.5%;
    top: 0;
    left: 83%;
    z-index: 1;
  }
}
.image-collage.is-style-2 .image-collage-inner {
  height: 620px;
}
@media screen and (min-width: 440px) {
  .image-collage.is-style-2 .image-collage-inner {
    height: 1060px;
  }
}
@media screen and (min-width: 720px) {
  .image-collage.is-style-2 .image-collage-inner {
    height: 510px;
  }
}
.image-collage.is-style-2 .image-collage-item-1 {
  width: 40%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 720px) {
  .image-collage.is-style-2 .image-collage-item-1 {
    width: 15.7%;
    top: 31%;
    left: 0;
    z-index: 1;
  }
}
.image-collage.is-style-2 .image-collage-item-2 {
  width: 47.5%;
  top: 6%;
  left: 47.5%;
}
@media screen and (min-width: 720px) {
  .image-collage.is-style-2 .image-collage-item-2 {
    width: 21.5%;
    top: 0%;
    left: 6.5%;
    z-index: 2;
  }
}
.image-collage.is-style-2 .image-collage-item-3 {
  width: 38.5%;
  top: 28%;
  left: 27.2%;
  z-index: 4;
}
@media screen and (min-width: 720px) {
  .image-collage.is-style-2 .image-collage-item-3 {
    width: 16.5%;
    top: 47%;
    left: 17.2%;
    z-index: 4;
  }
}
.image-collage.is-style-2 .image-collage-item-4 {
  width: 35%;
  top: 35%;
  left: 60%;
  z-index: 3;
}
@media screen and (min-width: 720px) {
  .image-collage.is-style-2 .image-collage-item-4 {
    width: 29%;
    top: 9%;
    left: 31%;
    z-index: 3;
  }
}
.image-collage.is-style-2 .image-collage-item-5 {
  width: 50.5%;
  top: 63.5%;
  left: 9%;
}
@media screen and (min-width: 720px) {
  .image-collage.is-style-2 .image-collage-item-5 {
    width: 24.5%;
    top: 49.5%;
    left: 57%;
    z-index: 4;
  }
}
.image-collage.is-style-2 .image-collage-item-6 {
  width: 47.5%;
  top: 80%;
  left: 29.1%;
}
@media screen and (min-width: 720px) {
  .image-collage.is-style-2 .image-collage-item-6 {
    width: 23.5%;
    top: 0;
    left: 62.1%;
    z-index: 3;
  }
}
.image-collage.is-style-2 .image-collage-item-7 {
  width: 29%;
  top: 61.5%;
  left: 71%;
}
@media screen and (min-width: 720px) {
  .image-collage.is-style-2 .image-collage-item-7 {
    width: 18%;
    top: 30.5%;
    left: 83%;
    z-index: 1;
  }
}
.image-collage.is-style-3 .image-collage-inner {
  height: 350px;
}
@media screen and (min-width: 430px) {
  .image-collage.is-style-3 .image-collage-inner {
    height: 520px;
  }
}
@media screen and (min-width: 580px) {
  .image-collage.is-style-3 .image-collage-inner {
    height: 340px;
  }
}
@media screen and (min-width: 720px) {
  .image-collage.is-style-3 .image-collage-inner {
    height: 420px;
  }
}
@media screen and (min-width: 990px) {
  .image-collage.is-style-3 .image-collage-inner {
    height: 610px;
  }
}
.image-collage.is-style-3 .image-collage-item-1 {
  width: 29.2%;
  top: 55.1%;
  left: 2%;
  z-index: 5;
}
@media screen and (min-width: 580px) {
  .image-collage.is-style-3 .image-collage-item-1 {
    width: 19.2%;
    top: 45.1%;
    left: 15%;
    z-index: 4;
  }
}
.image-collage.is-style-3 .image-collage-item-2 {
  width: 38.3%;
  top: 10%;
  left: 18.15%;
  z-index: 3;
}
@media screen and (min-width: 580px) {
  .image-collage.is-style-3 .image-collage-item-2 {
    width: 26.3%;
    top: 0%;
    left: 32.15%;
    z-index: 4;
  }
}
.image-collage.is-style-3 .image-collage-item-3 {
  width: 43%;
  top: 21.7%;
  left: 54%;
  z-index: 4;
}
@media screen and (min-width: 580px) {
  .image-collage.is-style-3 .image-collage-item-3 {
    width: 25%;
    top: 8.7%;
    left: 60%;
    z-index: 3;
  }
}
.image-collage.is-style-3 .image-collage-item-4 {
  width: 32.7%;
  top: 54%;
  left: 62%;
}
@media screen and (min-width: 580px) {
  .image-collage.is-style-3 .image-collage-item-4 {
    width: 20.7%;
    top: 45%;
    left: 60%;
    z-index: 1;
  }
}

.popover {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0s 0.4s, height 0s 0.4s, width 0s 0.4s, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0s 0.4s, height 0s 0.4s, width 0s 0.4s, transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0s 0.4s, height 0s 0.4s, width 0s 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .popover {
    background-image: url(../images/tara-bliss-ocean-bg.jpg);
  }
}
.popover.is-active {
  transition: opacity 0.4s ease, visibility 0s, height 0s, width 0s, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s, height 0s, width 0s;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s, height 0s, width 0s, -webkit-transform 0.4s ease;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.popover .close-btn {
  position: absolute;
  top: 10px;
  right: 5px;
  z-index: 3;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 40px;
  width: 40px;
}
.popover .close-btn .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50.1%, -50.1%);
      -ms-transform: translate(-50.1%, -50.1%);
          transform: translate(-50.1%, -50.1%);
}
@media screen and (min-width: 540px) {
  .popover .close-btn {
    top: 15px;
    right: 25px;
  }
}
.popover .close-btn:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.popover .outer {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-y: auto;
}
.popover .inner {
  width: 100%;
  max-width: 580px;
  text-align: center;
  margin: 0 auto;
  padding: 60px 20px 20px 20px;
}
@media screen and (min-width: 580px) {
  .popover .inner {
    padding: 60px 40px 40px 40px;
  }
}
@media screen and (min-width: 720px) {
  .popover .inner {
    padding: 60px;
  }
}
.popover h1 {
  margin-bottom: 10px;
}
.popover h2 {
  color: #f1a355;
  font-size: 28px;
  line-height: 38px;
}
@media screen and (min-width: 980px) {
  .popover h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (min-width: 1440px) {
  .popover h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .popover h2 {
    font-size: 60px;
    line-height: 75px;
  }
}
.popover p:last-of-type {
  margin-bottom: 10px;
}

.popover-split {
  position: relative;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.popover-split .popover-left-col {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 2;
}
@media screen and (max-width: 899px) {
  .popover-split .popover-left-col {
    display: none;
  }
}
.popover-split .popover-left-col .inner {
  width: 100%;
  max-width: 580px;
  text-align: center;
}
@media screen and (min-height: 690px) {
  .popover-split .popover-left-col .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50.1%, -50.1%);
        -ms-transform: translate(-50.1%, -50.1%);
            transform: translate(-50.1%, -50.1%);
  }
}
.popover-split .popover-left-col .popover-left-image {
  position: absolute;
  left: 60px;
  right: 0px;
  bottom: 30px;
  top: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.popover-split .popover-right-col {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 2;
  overflow-y: auto;
}
@media screen and (max-width: 899px) {
  .popover-split .popover-right-col {
    width: 100%;
  }
}
.popover-split .popover-right-col .inner {
  width: 100%;
  text-align: center;
}
@media screen and (min-height: 690px) {
  .popover-split .popover-right-col .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50.1%, -50.1%);
        -ms-transform: translate(-50.1%, -50.1%);
            transform: translate(-50.1%, -50.1%);
  }
}

.popover-bg {
  background: #ffffff;
  width: 4000px;
  height: 2000px;
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
  position: absolute;
  z-index: 1;
  top: 66%;
  right: -105vw;
  display: none;
}
@media screen and (min-width: 900px) {
  .popover-bg {
    display: block;
  }
}
@media screen and (min-width: 1270px) {
  .popover-bg {
    right: -83vw;
  }
}
@media screen and (min-width: 1440px) {
  .popover-bg {
    right: -50vw;
    top: 66%;
  }
}

.search-page {
  padding: 70px 0px;
}
@media screen and (min-width: 720px) {
  .search-page {
    padding: 160px 0px;
  }
}

.search-header {
  text-align: center;
  padding-bottom: 60px;
}
.search-header h1 {
  color: #f1a355;
  margin-bottom: 15px;
}

.search-results-form {
  max-width: 460px;
  margin: 0 auto;
  padding: 0px 15px;
}

.search-results {
  max-width: 640px;
  margin: 0 auto;
}

.search-result {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
}
@media screen and (min-width: 720px) {
  .search-result {
    padding: 20px 0px;
  }
}
.search-result:first-of-type {
  padding-top: 0;
}
.search-result a {
  color: #1d1d22;
  border-bottom: 1px solid transparent;
  font-family: "freight-text-pro", serif;
  transition: color 0.4s ease;
}
.search-result a:hover {
  color: #f1a355;
}
.search-result .search-result-meta {
  font-family: "Trend Sans One", sans-serif;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  color: #a5a5a5;
  padding-top: 5px;
}
.search-result .search-result-meta span::after {
  content: ",";
  padding-right: 3px;
}
.search-result .search-result-meta span:last-of-type::after {
  display: none;
}
.search-result:last-of-type {
  border-bottom: 0;
}

.no-results {
  text-align: center;
  padding-bottom: 30px;
}
.no-results a {
  font-weight: 700;
}

.search-results-form {
  padding-bottom: 60px;
}

.footer-cta {
  background: #f1a355;
  color: #1d1d22;
  position: relative;
  z-index: 5;
  display: none;
}
@media screen and (min-width: 1130px) {
  .footer-cta {
    display: block;
    height: 60px;
    padding: 10px 0px 20px 220px;
  }
}
@media screen and (min-width: 1280px) {
  .footer-cta {
    padding: 10px 0px 20px 290px;
  }
}
@media screen and (min-width: 1470px) {
  .footer-cta {
    padding: 20px 0px 20px 370px;
    height: 80px;
  }
}
.footer-cta h3 {
  color: #ffffff;
  font-size: 24px;
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  display: inline-block;
  padding-right: 20px;
}
@media screen and (min-width: 1470px) {
  .footer-cta h3 {
    font-size: 30px;
  }
}
.footer-cta img {
  max-width: 220px;
  height: auto;
  position: absolute;
  top: -5px;
  left: -30px;
}
@media screen and (min-width: 1280px) {
  .footer-cta img {
    left: -10px;
    max-width: 260px;
    top: -10px;
  }
}
@media screen and (min-width: 1470px) {
  .footer-cta img {
    max-width: 330px;
    left: 0;
  }
}
.footer-cta p {
  display: inline-block;
  padding-right: 20px;
}
@media screen and (max-width: 1469px) {
  .footer-cta p {
    font-size: 18px;
  }
}

.blog-index {
  position: relative;
  z-index: 1;
}

.blog-index-list {
  min-height: 730px;
}
.blog-index-list .tb-loader {
  padding-top: 100px;
}
.blog-index-list .no-posts {
  text-align: center;
  color: #a5a5a5;
  font-style: italic;
  padding: 95px 0px;
}

.blog-index-post {
  padding: 40px 20px 20px 20px;
}
@media screen and (min-width: 920px) {
  .blog-index-post {
    padding: 100px 20px;
  }
}
.blog-index-post.is-alt {
  background: #f4f4f4;
}
.blog-index-post h1 {
  color: #f1a355;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 620px) {
  .blog-index-post h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (min-width: 920px) {
  .blog-index-post h1 {
    padding-left: 360px;
    padding-bottom: 50px;
    font-size: 40px;
    line-height: 54px;
  }
}
.blog-index-post h1 a {
  color: #f1a355;
  transition: color 0.4s ease;
}
.blog-index-post h1 a:hover {
  color: #ed8a26;
}
.blog-index-post.is-inactive {
  display: none;
}

.blog-index-post-inner {
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 919px) {
  .blog-index-post-inner .taglet-wrap {
    padding-bottom: 20px;
  }
  .blog-index-post-inner .taglet-wrap .taglet {
    width: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    text-align: left;
  }
  .blog-index-post-inner .taglet-wrap .taglet:after {
    display: none;
  }
}
@media screen and (min-width: 920px) {
  .blog-index-post-inner .taglet-wrap {
    position: absolute;
    left: -70px;
    top: 110px;
    z-index: 5;
  }
}

.blog-index-post-image {
  min-height: 1px;
  padding-bottom: 20px;
}
@media screen and (min-width: 620px) {
  .blog-index-post-image {
    width: 50%;
    float: left;
    padding-right: 15px;
  }
}
@media screen and (min-width: 920px) {
  .blog-index-post-image {
    padding-right: 25px;
  }
}
.blog-index-post-image a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 70%;
  width: 100%;
}
.blog-index-post-image a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(50, 50, 50, 0.15);
  transition: background 0.4s ease;
}
.blog-index-post-image a:hover::after {
  background: rgba(50, 50, 50, 0.05);
}
.blog-index-post-image a:hover img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.03);
          transform: translate3d(-50%, -50%, 0) scale(1.03);
}
.blog-index-post-image img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  will-change: transform;
}

@media screen and (min-width: 620px) {
  .blog-index-post-excerpt {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 920px) {
  .blog-index-post-excerpt {
    padding-left: 50px;
    padding-right: 20px;
  }
}
.blog-index-post-excerpt p {
  margin-bottom: 31px;
}
@media screen and (min-width: 920px) {
  .blog-index-post-excerpt .btn {
    margin-top: 24px;
  }
}

.blog-index-filter {
  max-width: 1110px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 620px) {
  .blog-index-filter {
    text-align: right;
    padding: 30px 20px 10px 20px;
  }
}
.blog-index-filter li {
  display: block;
}
@media screen and (max-width: 619px) {
  .blog-index-filter li {
    border-bottom: 1px solid #f4f4f4;
  }
}
@media screen and (min-width: 620px) {
  .blog-index-filter li {
    margin-right: 10px;
    display: inline-block;
  }
}
.blog-index-filter li a {
  display: block;
  padding: 12px 10px;
  color: #a5a5a5;
  font-family: "Trend Sans One", sans-serif;
  font-size: 12px;
  line-height: 12px;
  transition: color 0.4s ease;
}
@media screen and (min-width: 620px) {
  .blog-index-filter li a {
    display: inline-block;
    padding: 5px;
  }
}
.blog-index-filter li a:hover {
  color: #7f7f7f;
}
.blog-index-filter li a.is-active {
  color: #1d1d22;
}
@media screen and (min-width: 620px) {
  .blog-index-filter li::after {
    content: "";
    display: inline-block;
    border-radius: 50%;
    height: 3px;
    width: 3px;
    background: #a5a5a5;
    position: relative;
    top: -3px;
    margin-left: 10px;
  }
}
.blog-index-filter li:last-of-type {
  margin-right: 0;
}
.blog-index-filter li:last-of-type::after {
  display: none;
}

.blog-index-load-more {
  text-align: center;
  height: 100px;
}
@media screen and (max-width: 919px) {
  .blog-index-load-more {
    padding-top: 30px;
  }
}
.blog-index-load-more a {
  color: #a5a5a5;
  font-family: "Trend Sans One", sans-serif;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  transition: color 0.4s ease;
}
.blog-index-load-more a:hover {
  color: #7f7f7f;
}

.blog-post {
  position: relative;
}
.blog-post:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  min-height: 500px;
  background-image: url(../images/tara-bliss-ocean-bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 480px) {
  .blog-post:after {
    height: 75vh;
    min-height: 700px;
  }
}

.blog-post-header {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 90px 20px 0px 20px;
}
@media screen and (min-width: 480px) {
  .blog-post-header {
    padding: 180px 20px 0px 20px;
  }
}
.blog-post-header h3 {
  font-family: "Trend Sans One", sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (min-width: 880px) {
  .blog-post-header h3 {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.blog-post-header h1 {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 480px) {
  .blog-post-header h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media screen and (min-width: 880px) {
  .blog-post-header h1 {
    font-size: 42px;
    line-height: 54px;
  }
}

.blog-post-content {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  padding: 0px 20px;
}

.blog-post-related {
  background: #1d1d22;
  padding: 50px 20px 80px;
  position: relative;
}
@media screen and (min-width: 880px) {
  .blog-post-related {
    padding: 100px 20px;
  }
}
.blog-post-related .blog-post-related-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.blog-post-related .blog-post-related-posts {
  margin: 0px -10px;
}
.blog-post-related h3 {
  color: #ffffff;
  font-family: "Trend Sans One", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
.blog-post-related .related-post {
  color: #f1a355;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  display: block;
  padding: 10px;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: color 0.4s ease;
}
.blog-post-related .related-post:hover {
  color: #ffffff;
}
.blog-post-related .owl-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -60px;
  text-align: center;
}
.blog-post-related .owl-dots .owl-dot {
  border: 1px solid #f1a355;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-radius: 50%;
}
.blog-post-related .owl-dots .owl-dot.active {
  background: #f1a355;
}

.blog-post-author {
  max-width: 820px;
  margin: 0 auto;
  padding: 0px 20px;
}
.blog-post-author h3 {
  font-family: "Trend Sans One", sans-serif;
  font-weight: 400;
  color: #a5a5a5;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.blog-post-author h3 span {
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding-right: 30px;
  display: inline-block;
}
.blog-post-author h3::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #bfbfbf;
}

.blog-post-author-content {
  padding: 50px 0px 100px 0px;
}

@media screen and (max-width: 539px) {
  .blog-post-author-image {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 540px) {
  .blog-post-author-image {
    width: 25%;
    float: left;
  }
}
.blog-post-author-image img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  background: #f4f4f4;
  display: block;
}

@media screen and (min-width: 540px) {
  .blog-post-author-text {
    width: 75%;
    float: left;
    padding-left: 15px;
  }
}

.blog-post-subscribe {
  padding: 30px 0px 0px 0px;
  background-image: url(../images/tara-bliss-ocean-bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 950px) {
  .blog-post-subscribe {
    padding: 50px 0px 0px 0px;
    margin-bottom: 100px;
  }
}

.blog-post-subscribe-overlay {
  background: #82cfb3;
  width: 200vw;
  height: 2000px;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -80vw;
  opacity: 0.5;
  display: none;
}
@media screen and (min-width: 950px) {
  .blog-post-subscribe-overlay {
    display: block;
  }
}

.blog-post-subscribe-content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.blog-post-subscribe-content h3 {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 950px) {
  .blog-post-subscribe-content h3 {
    font-size: 40px;
    line-height: 54px;
  }
}
.blog-post-subscribe-content .ac-form-wrap {
  padding-top: 30px;
}
@media screen and (min-width: 580px) {
  .blog-post-subscribe-content .field-wrap {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 580px) {
  .blog-post-subscribe-content .field-wrap:nth-child(1) {
    padding-right: 10px;
  }
}
@media screen and (min-width: 580px) {
  .blog-post-subscribe-content .field-wrap:nth-child(2) {
    padding-left: 10px;
  }
}
.blog-post-subscribe-content .field-wrap .label {
  color: #ffffff;
}
.blog-post-subscribe-content .field-wrap input {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.blog-post-subscribe-content .field-wrap input::-webkit-input-placeholder {
  color: #ffffff;
}
.blog-post-subscribe-content .field-wrap input:-moz-placeholder {
  color: #ffffff;
}
.blog-post-subscribe-content .field-wrap input::-moz-placeholder {
  color: #ffffff;
}
.blog-post-subscribe-content .field-wrap input:-ms-input-placeholder {
  color: #ffffff;
}

.blog-post-subscribe-text {
  width: 100%;
  max-width: 560px;
  padding: 40px 20px 40px 20px;
  margin: 0 auto;
}
@media screen and (min-width: 950px) {
  .blog-post-subscribe-text {
    float: right;
    padding-top: 80px;
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

.blog-post-subscribe-image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 420px;
  margin: 0 auto;
}
@media screen and (min-width: 950px) {
  .blog-post-subscribe-image {
    float: left;
  }
}

.blog-post-share {
  text-align: center;
  padding: 80px 0px 120px 0px;
}

.blog-post-like-page {
  color: #f1a355;
  border-bottom: 1px solid #f1a355;
  font-family: "Trend Sans One", sans-serif;
  font-size: 12px;
  display: block;
  width: 200px;
  text-align: left;
  margin: 0 auto;
  letter-spacing: 0.05em;
  padding: 20px 0px 3px 0px;
}
.blog-post-like-page .fb-btn {
  position: relative;
  top: 4px;
  float: right;
}

.blog-post-subscribe-cta {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media screen and (min-width: 1210px) {
  .blog-post-subscribe-cta {
    display: block;
  }
}
.blog-post-subscribe-cta a {
  display: block;
  -webkit-transform: rotate(-90deg) translateX(-360px) translateY(-360px);
      -ms-transform: rotate(-90deg) translateX(-360px) translateY(-360px);
          transform: rotate(-90deg) translateX(-360px) translateY(-360px);
  font-family: "Trend Sans One", sans-serif;
  color: #f1a355;
  font-size: 12px;
  line-height: 12px;
  z-index: 5;
  letter-spacing: 0.05em;
}
.blog-post-subscribe-cta a span {
  display: inline-block;
  margin-right: 10px;
}
.blog-post-subscribe-cta a .svg-zigzag {
  fill: #f1a355;
  display: inline-block;
  width: 180px;
  height: auto;
  position: relative;
  top: 10px;
}

.blog-post-fb-wrap {
  background: #1d1d22;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-family: "Trend Sans One", sans-serif;
  padding: 8px 15px;
  width: 100%;
  max-width: 310px;
  margin-bottom: 10px;
}
.blog-post-fb-wrap .fb-btn {
  height: 20px;
  position: relative;
  margin-left: 15px;
  top: 4px;
}

.error-section {
  height: calc(100vh - 155px);
  width: 100%;
  position: relative;
}

.member-login {
  position: relative;
}
.member-login .label {
  opacity: 1;
}

.member-login-wrap {
  padding: 90px 20px;
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 660px) {
  .member-login-wrap {
    padding: 160px 20px;
  }
}
@media screen and (min-width: 990px) {
  .member-login-wrap {
    padding: 200px 20px;
  }
}

.member-login-header {
  padding-bottom: 50px;
  text-align: center;
  font-size: 16px;
}
.member-login-header h1 {
  font-family: "Oswald", sans-serif;
  color: #1d1d22;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 44px;
  font-weight: 400;
  margin-bottom: 20px;
}

.member-login-footer {
  font-size: 16px;
  padding-top: 20px;
}
.member-login-footer a {
  color: #f1a355;
}

.thanks-page {
  width: 100%;
  background-image: url(../images/tara-bliss-thankyou-bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.thanks-page-inner {
  max-width: 590px;
  width: 100%;
  position: relative;
  padding: 110px 20px 40px 20px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 720px) {
  .thanks-page-inner {
    padding: 200px 0px 160px 0px;
  }
}

.thanks-page-content {
  position: relative;
}
.thanks-page-content .svg-yes {
  position: absolute;
  top: -80px;
  left: -30px;
  fill: #fdf7ec;
  width: 280px;
  height: auto;
  display: block;
  z-index: -1;
}
@media screen and (min-width: 720px) {
  .thanks-page-content .svg-yes {
    width: 400px;
    left: -140px;
  }
}
.thanks-page-content .thanks-page-content-header {
  text-align: center;
}
.thanks-page-content h1 {
  font-size: 40px;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.thanks-page-content h1::after {
  bottom: -7px;
}

.shop-index-product {
  padding: 20px;
}
.shop-index-product.is-white {
  background: #ffffff;
}
.shop-index-product.is-black {
  background: #1d1d22;
}
.shop-index-product.is-grey-light {
  background: #f4f4f4;
}
@media screen and (min-width: 420px) {
  .shop-index-product {
    padding: 40px;
  }
}
@media screen and (min-width: 880px) {
  .shop-index-product {
    padding: 100px;
  }
}

.shop-index-product-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.shop-index-product-image {
  min-height: 1px;
}
@media screen and (max-width: 879px) {
  .shop-index-product-image {
    max-width: 580px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 880px) {
  .shop-index-product-image {
    width: 50%;
    float: left;
    padding-right: 25px;
  }
}
.shop-index-product-image a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 70%;
  width: 100%;
}
.shop-index-product-image a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(50, 50, 50, 0.08);
  transition: background 0.4s ease;
}
.shop-index-product-image a:hover::after {
  background: rgba(50, 50, 50, 0);
}
.shop-index-product-image a:hover img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.03);
          transform: translate3d(-50%, -50%, 0) scale(1.03);
}
.shop-index-product-image img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  will-change: transform;
}

@media screen and (max-width: 879px) {
  .shop-index-product-text {
    max-width: 580px;
    margin: 0 auto;
    padding-top: 40px;
  }
}
@media screen and (min-width: 880px) {
  .shop-index-product-text {
    width: 50%;
    float: left;
    padding-left: 50px;
  }
}
.shop-index-product-text p {
  margin-bottom: 31px;
  font-size: 17px;
  line-height: 28px;
}
.shop-index-product-text .product-description {
  padding-bottom: 5px;
}
.shop-index-product-text .product-description.is-white {
  color: #ffffff;
}
.shop-index-product-text .product-description.is-black {
  color: #1d1d22;
}
.shop-index-product-text .product-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
@media screen and (min-width: 880px) {
  .shop-index-product-text .product-title {
    font-size: 40px;
    line-height: 54px;
    padding-bottom: 35px;
  }
}
.shop-index-product-text .product-title a {
  transition: color .4s ease;
}
.shop-index-product-text .product-title.is-white a {
  color: #ffffff;
}
.shop-index-product-text .product-title.is-white a:hover {
  color: #f1a355;
}
.shop-index-product-text .product-title.is-black a {
  color: #1d1d22;
}
.shop-index-product-text .product-title.is-black a:hover {
  color: #f1a355;
}
.shop-index-product-text .product-title.is-orange a {
  color: #f1a355;
}
.shop-index-product-text .product-title.is-orange a:hover {
  color: #82cfcd;
}
.shop-index-product-text .product-title.is-turquoise a {
  color: #82cfcd;
}
.shop-index-product-text .product-title.is-turquoise a:hover {
  color: #f1a355;
}

.pull-quote {
  padding: 80px 40px;
}
@media screen and (min-width: 960px) {
  .pull-quote {
    padding: 200px 10px;
  }
}
.pull-quote.is-small {
  padding: 60px 40px;
}
@media screen and (min-width: 960px) {
  .pull-quote.is-small {
    padding: 120px 10px;
  }
}

.pull-quote-inner {
  position: relative;
  margin: 0 auto;
  max-width: 480px;
}
.pull-quote-inner p {
  font-size: 22px;
  line-height: 28px;
  font-family: "freight-text-pro", serif;
}
@media screen and (min-width: 960px) {
  .pull-quote-inner p {
    font-size: 30px;
    line-height: 40px;
  }
}
.pull-quote-inner h4 {
  font-family: "Trend Sans One", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  padding-top: 30px;
}
.pull-quote-inner::before {
  content: "\02BB\02BB";
  position: absolute;
  font-family: 'Times New Roman', serif;
  font-size: 180px;
  line-height: 1;
  left: -45px;
  top: -45px;
  z-index: -1;
  color: #f4f4f4;
  letter-spacing: -0.15em;
}
@media screen and (min-width: 960px) {
  .pull-quote-inner::before {
    font-size: 250px;
    top: -65px;
    left: -85px;
    letter-spacing: -0.14em;
  }
}

.text-content {
  padding-left: 20px;
  padding-right: 20px;
  background: no-repeat;
}
@media screen and (min-width: 860px) {
  .text-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.text-content .text-content-wrap {
  margin: 0 auto;
  max-width: 1180px;
}
.text-content .text-content-inner {
  margin: 0 auto;
  max-width: 780px;
}
.text-content .text-content-inner.is-small {
  max-width: 480px;
}
.text-content .text-content-inner.is-medium {
  max-width: 580px;
}
.text-content .text-content-inner.is-large {
  max-width: 980px;
}
.text-content .text-content-inner.is-full {
  max-width: 100%;
}
.text-content .text-content-inner.align-left {
  float: left;
}
.text-content .text-content-inner.align-right {
  float: right;
}
.text-content.pt-small {
  padding-top: 15px;
}
@media screen and (min-width: 820px) {
  .text-content.pt-small {
    padding-top: 30px;
  }
}
.text-content.pb-small {
  padding-bottom: 15px;
}
@media screen and (min-width: 820px) {
  .text-content.pb-small {
    padding-bottom: 30px;
  }
}
.text-content.pt-medium {
  padding-top: 20px;
}
@media screen and (min-width: 820px) {
  .text-content.pt-medium {
    padding-top: 50px;
  }
}
.text-content.pb-medium {
  padding-bottom: 20px;
}
@media screen and (min-width: 820px) {
  .text-content.pb-medium {
    padding-bottom: 50px;
  }
}
.text-content.pt-large {
  padding-top: 25px;
}
@media screen and (min-width: 820px) {
  .text-content.pt-large {
    padding-top: 70px;
  }
}
.text-content.pb-large {
  padding-bottom: 25px;
}
@media screen and (min-width: 820px) {
  .text-content.pb-large {
    padding-bottom: 70px;
  }
}
.text-content.pt-xlarge {
  padding-top: 35px;
}
@media screen and (min-width: 820px) {
  .text-content.pt-xlarge {
    padding-top: 100px;
  }
}
.text-content.pb-xlarge {
  padding-bottom: 35px;
}
@media screen and (min-width: 820px) {
  .text-content.pb-xlarge {
    padding-bottom: 100px;
  }
}
.text-content.pt-xxlarge {
  padding-top: 50px;
}
@media screen and (min-width: 820px) {
  .text-content.pt-xxlarge {
    padding-top: 140px;
  }
}
.text-content.pb-xxlarge {
  padding-bottom: 50px;
}
@media screen and (min-width: 820px) {
  .text-content.pb-xxlarge {
    padding-bottom: 140px;
  }
}
.text-content.pt-xxxlarge {
  padding-top: 90px;
}
@media screen and (min-width: 820px) {
  .text-content.pt-xxxlarge {
    padding-top: 220px;
  }
}
.text-content.pb-xxxlarge {
  padding-bottom: 90px;
}
@media screen and (min-width: 820px) {
  .text-content.pb-xxxlarge {
    padding-bottom: 220px;
  }
}
.text-content.mt-xsmall {
  margin-top: 10px;
}
.text-content.mb-xsmall {
  margin-bottom: 10px;
}
.text-content.mt-small {
  margin-top: 15px;
}
@media screen and (min-width: 820px) {
  .text-content.mt-small {
    margin-top: 30px;
  }
}
.text-content.mb-small {
  margin-bottom: 15px;
}
@media screen and (min-width: 820px) {
  .text-content.mb-small {
    margin-bottom: 30px;
  }
}
.text-content.mt-medium {
  margin-top: 25px;
}
@media screen and (min-width: 820px) {
  .text-content.mt-medium {
    margin-top: 50px;
  }
}
.text-content.mb-medium {
  margin-bottom: 25px;
}
@media screen and (min-width: 820px) {
  .text-content.mb-medium {
    margin-bottom: 50px;
  }
}
.text-content.mt-large {
  margin-top: 35px;
}
@media screen and (min-width: 820px) {
  .text-content.mt-large {
    margin-top: 70px;
  }
}
.text-content.mb-large {
  margin-bottom: 35px;
}
@media screen and (min-width: 820px) {
  .text-content.mb-large {
    margin-bottom: 70px;
  }
}
.text-content.mt-xlarge {
  margin-top: 50px;
}
@media screen and (min-width: 820px) {
  .text-content.mt-xlarge {
    margin-top: 100px;
  }
}
.text-content.mb-xlarge {
  margin-bottom: 50px;
}
@media screen and (min-width: 820px) {
  .text-content.mb-xlarge {
    margin-bottom: 100px;
  }
}
.text-content.mt-xxlarge {
  margin-top: 70px;
}
@media screen and (min-width: 820px) {
  .text-content.mt-xxlarge {
    margin-top: 140px;
  }
}
.text-content.mb-xxlarge {
  margin-bottom: 70px;
}
@media screen and (min-width: 820px) {
  .text-content.mb-xxlarge {
    margin-bottom: 140px;
  }
}
.text-content.mt-xxxlarge {
  margin-top: 110px;
}
@media screen and (min-width: 820px) {
  .text-content.mt-xxxlarge {
    margin-top: 220px;
  }
}
.text-content.mb-xxxlarge {
  margin-bottom: 110px;
}
@media screen and (min-width: 820px) {
  .text-content.mb-xxxlarge {
    margin-bottom: 220px;
  }
}
.text-content .text-white {
  color: #ffffff;
}
.text-content .text-light {
  color: #a5a5a5;
}
.text-content.is-bg-black {
  background: #1d1d22;
}
.text-content.is-bg-orange {
  background: #f1a355;
}
.text-content.is-bg-turquoise {
  background: #82cfcd;
}
.text-content.is-bg-light-grey {
  background: #f4f4f4;
}
.text-content.is-bg-light-blue {
  background: #eff2f4;
}

.video-overlay {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #1d1d22;
  overflow: hidden;
  will-change: contents;
}
.video-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(29, 29, 34, 0.75);
  z-index: 2;
}
.video-overlay h3 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
}
@media screen and (min-width: 720px) {
  .video-overlay h3 {
    font-size: 50px;
    line-height: 60px;
  }
}
.video-overlay h2 {
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.15em;
}

.video-overlay-inner {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
  max-width: 820px;
}
@media screen and (min-width: 720px) {
  .video-overlay-inner {
    padding: 160px 20px;
  }
}

.video-overlay-video {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 177.77777778vh;
  min-width: 100%;
  min-height: 56.25vw;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 719px) {
  .video-overlay-video {
    display: none;
  }
}

.panels {
  position: relative;
}

.panel {
  background: #1d1d22;
  overflow: hidden;
  color: #ffffff;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .panel {
    float: left;
    width: 50%;
    padding-top: 45%;
  }
}
.panel h2 {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 45px;
}
@media screen and (min-width: 1100px) {
  .panel h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.panel h3 {
  font-size: 27px;
  line-height: 38px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  .panel h3 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
.panel p {
  max-width: 260px;
}
@media screen and (max-width: 1099px) {
  .panel p {
    font-size: 16px;
    line-height: 26px;
  }
}
.panel p:last-of-type {
  margin-bottom: 0;
}
.panel .btn {
  margin-top: 26px;
}

.panel-image {
  width: 100%;
  z-index: 2;
  position: relative;
  top: 0;
  left: 0;
  will-change: transform;
  padding-top: 90%;
}
@media screen and (min-width: 1100px) {
  .panel-image {
    position: absolute;
    height: 100%;
  }
}
.panel-image .panel-image-inner {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
}

.panel-svg {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
}
.panel-svg svg {
  position: absolute;
  left: -20px;
  bottom: 20px;
  max-width: 800px;
}
@media screen and (min-width: 1100px) {
  .panel-svg svg {
    left: -60px;
    bottom: 30px;
  }
}
.panel-svg.is-white svg {
  fill: #ffffff;
}
.panel-svg.is-small svg {
  max-width: 65%;
}

@media screen and (max-width: 1099px) {
  .panel-inner {
    max-width: 540px;
    margin: 0 auto;
    padding: 60px;
  }
}
@media screen and (max-width: 639px) {
  .panel-inner {
    padding: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .panel-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50.1%, -50.1%);
        -ms-transform: translate(-50.1%, -50.1%);
            transform: translate(-50.1%, -50.1%);
  }
}

.subscribe-cta {
  background-image: url(../images/tara-bliss-ocean-bg.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.subscribe-cta-intro {
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  max-width: 580px;
  padding: 60px 15px 60px 15px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 920px) {
  .subscribe-cta-intro {
    padding: 140px 0px 140px 0px;
  }
}
.subscribe-cta-intro h3 {
  font-size: 20px;
  line-height: 40px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  font-weight: 400;
  display: inline;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}
.subscribe-cta-intro h2 {
  font-family: "freight-text-pro", serif;
  font-size: 46px;
  line-height: 54px;
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
  display: inline;
}
@media screen and (min-width: 920px) {
  .subscribe-cta-intro h2 {
    font-size: 65px;
    line-height: 75px;
  }
}
.subscribe-cta-intro h3 + p {
  height: 1px;
}

.subscribe-cta-content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 1400px;
}
@media screen and (min-width: 920px) {
  .subscribe-cta-content.is-style-2 {
    padding: 40px 0px;
  }
}

.subscribe-cta-image-col {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
@media screen and (min-width: 920px) {
  .subscribe-cta-image-col {
    width: 50%;
    padding-top: 50%;
  }
}
@media screen and (min-width: 920px) {
  .is-style-1 .subscribe-cta-image-col, .is-style-3 .subscribe-cta-image-col {
    float: left;
  }
}
@media screen and (min-width: 920px) {
  .is-style-2 .subscribe-cta-image-col {
    float: right;
    padding-top: 43%;
  }
}

@media screen and (max-width: 919px) {
  .subscribe-cta-text-col {
    background: #ffffff;
  }
}
@media screen and (min-width: 920px) {
  .subscribe-cta-text-col {
    width: 50%;
  }
}
@media screen and (min-width: 920px) {
  .is-style-1 .subscribe-cta-text-col, .is-style-3 .subscribe-cta-text-col {
    float: right;
  }
}
@media screen and (min-width: 920px) {
  .is-style-2 .subscribe-cta-text-col {
    float: left;
  }
}

.subscribe-cta-image {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.subscribe-cta-overlay {
  background: #ffffff;
  position: absolute;
  z-index: 1;
}
.subscribe-cta-overlay.is-style-1 {
  top: 38%;
  right: -150vw;
  width: 200vw;
  height: 2000px;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media screen and (min-width: 320px) {
  .subscribe-cta-overlay.is-style-1 {
    top: 36%;
    right: -125vw;
  }
}
@media screen and (min-width: 660px) {
  .subscribe-cta-overlay.is-style-1 {
    top: 50%;
    right: -65vw;
  }
}
.subscribe-cta-overlay.is-style-2 {
  right: 0px;
  width: 4000px;
  height: 2000px;
  -webkit-transform: rotate(145deg);
      -ms-transform: rotate(145deg);
          transform: rotate(145deg);
  top: -760px;
}
@media screen and (min-width: 440px) {
  .subscribe-cta-overlay.is-style-2 {
    top: -685px;
  }
}
@media screen and (min-width: 630px) {
  .subscribe-cta-overlay.is-style-2 {
    -webkit-transform: rotate(145deg);
        -ms-transform: rotate(145deg);
            transform: rotate(145deg);
    top: -545px;
  }
}
@media screen and (min-width: 920px) {
  .subscribe-cta-overlay.is-style-2 {
    top: auto;
    bottom: -165%;
    -webkit-transform: rotate(-42deg);
        -ms-transform: rotate(-42deg);
            transform: rotate(-42deg);
  }
}
@media screen and (min-width: 1020px) {
  .subscribe-cta-overlay.is-style-2 {
    bottom: -170%;
  }
}
@media screen and (min-width: 1140px) {
  .subscribe-cta-overlay.is-style-2 {
    -webkit-transform: rotate(-42deg);
        -ms-transform: rotate(-42deg);
            transform: rotate(-42deg);
    bottom: -135%;
  }
}
@media screen and (min-width: 1320px) {
  .subscribe-cta-overlay.is-style-2 {
    -webkit-transform: rotate(-38deg);
        -ms-transform: rotate(-38deg);
            transform: rotate(-38deg);
    bottom: -105%;
  }
}
@media screen and (min-width: 1650px) {
  .subscribe-cta-overlay.is-style-2 {
    -webkit-transform: rotate(-32deg);
        -ms-transform: rotate(-32deg);
            transform: rotate(-32deg);
    bottom: -60%;
  }
}
.subscribe-cta-overlay.is-style-3 {
  top: 50%;
  right: -50vw;
  width: 200vw;
  height: 2000px;
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.subscribe-cta-text-inner {
  max-width: 580px;
  text-align: center;
  margin: 0 auto;
}
.is-style-1 .subscribe-cta-text-inner {
  padding: 40px 25px 80px 25px;
  border-bottom: 1px solid #a5a5a5;
}
@media screen and (min-width: 480px) {
  .is-style-1 .subscribe-cta-text-inner {
    padding: 40px 50px 80px 50px;
  }
}
.is-style-2 .subscribe-cta-text-inner {
  padding: 40px 25px 80px 25px;
}
@media screen and (min-width: 480px) {
  .is-style-2 .subscribe-cta-text-inner {
    padding: 40px 50px 80px 50px;
  }
}
.is-style-3 .subscribe-cta-text-inner {
  padding: 120px 50px 80px 50px;
}
@media screen and (min-width: 480px) {
  .is-style-3 .subscribe-cta-text-inner {
    padding: 80px 25px 80px 25px;
  }
}
.subscribe-cta-text-inner h2 {
  font-size: 36px;
  line-height: 44px;
  color: #f1a355;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .subscribe-cta-text-inner h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.subscribe-cta-text-inner h6 {
  font-size: 18px;
  color: #82cfcd;
}
.subscribe-cta-text-inner .icon-star {
  color: #82cfcd;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 40px auto;
}

.be-with-me {
  background-image: url(../images/tara-bliss-be-with-me.jpg);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 949px) {
  .be-with-me {
    background-position: 50% 50%;
  }
}
@media screen and (min-width: 950px) {
  .be-with-me {
    min-height: 1000px;
  }
}

.be-with-me-intro {
  position: relative;
}
@media screen and (max-width: 949px) {
  .be-with-me-intro {
    padding: 90px 20px 190px 20px;
    background-image: url(../images/tara-bliss-be-with-me.jpg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 950px) {
  .be-with-me-intro {
    height: 1000px;
  }
}

.be-with-me-intro-content {
  text-align: center;
}
@media screen and (min-width: 950px) {
  .be-with-me-intro-content {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 500px;
  }
}
.be-with-me-intro-content p {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 950px) {
  .be-with-me-intro-content p {
    font-size: 24px;
  }
}
.be-with-me-intro-content h2 {
  font-size: 32px;
  line-height: 38px;
}
@media screen and (min-width: 950px) {
  .be-with-me-intro-content h2 {
    font-size: 42px;
    line-height: 54px;
  }
}
.be-with-me-intro-content h2 span {
  text-decoration: none !important;
  position: relative;
}

.be-with-me-cta {
  position: relative;
  text-align: center;
  padding: 30px 10px;
}
@media screen and (max-width: 949px) {
  .be-with-me-cta {
    background: #1d1d22;
  }
}
@media screen and (min-width: 950px) {
  .be-with-me-cta {
    padding: 100px 0px 0px 0px;
    height: 700px;
    float: left;
    width: 50%;
  }
}
.be-with-me-cta h2 {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 950px) {
  .be-with-me-cta h2 {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 0.8em;
  }
}

.be-with-me-arrow {
  display: none;
}
@media screen and (min-width: 950px) {
  .be-with-me-arrow {
    display: block;
    position: absolute;
    bottom: -140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.be-with-me-arrow svg {
  width: 30px;
  height: auto;
  display: block;
  margin: 0 auto;
  fill: #f1a355;
  -webkit-animation-name: bob;
          animation-name: bob;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (min-width: 950px) {
  .be-with-me-arrow svg {
    width: 60px;
  }
}

@-webkit-keyframes bob {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0);
  }
}

@keyframes bob {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0);
  }
}
.be-with-me-alt {
  background-image: url(../images/tara-bliss-thankyou-bg.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.be-with-me-alt-content {
  margin: 0 auto;
  max-width: 600px;
  padding: 60px 20px;
  text-align: center;
}
@media screen and (min-width: 950px) {
  .be-with-me-alt-content {
    padding: 200px 0px;
  }
}
.be-with-me-alt-content h3 {
  color: #f1a355;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 950px) {
  .be-with-me-alt-content h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.page-anchor {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  visibility: hidden;
}
@media screen and (max-width: 959px) {
  .page-anchor {
    display: none;
  }
}
.page-anchor.is-visible {
  visibility: visible;
}
.page-anchor .anchor {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-align: left;
  font-family: "Trend Sans One", sans-serif;
  color: #1d1d22;
  font-size: 14px;
  line-height: 14px;
  z-index: 5;
  letter-spacing: 0.05em;
  display: inline-block;
  position: absolute;
  left: -160px;
  top: -150px;
  cursor: pointer;
  z-index: 7;
  width: 360px;
  transition: color 0.4s ease;
}
.no-mac .page-anchor .anchor {
  letter-spacing: 0.01em;
}
.page-anchor .anchor::before {
  content: "";
  display: inline-block;
  width: 80px;
  background: #1d1d22;
  height: 1px;
  position: relative;
  top: -4px;
  margin-right: 7px;
  transition: background 0.4s ease;
}
.page-anchor .anchor.is-white {
  color: #ffffff;
}
.page-anchor .anchor.is-white::before {
  background: #ffffff;
}
.page-anchor .anchor.is-orange {
  color: #f1a355;
}
.page-anchor .anchor.is-orange::before {
  background: #f1a355;
}
.page-anchor .anchor.is-turquoise {
  color: #82cfcd;
}
.page-anchor .anchor.is-turquoise::before {
  background: #82cfcd;
}
.page-anchor .anchor.is-horizontal {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: -40px;
  left: 0px;
}
.page-anchor .anchor:hover {
  color: #f1a355;
}
.page-anchor .anchor:hover::before {
  background: #f1a355;
}

.sub-nav {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 7;
  width: 100%;
  background: #1d1d22;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
  transition: opacity .1s ease, visibility 0s .1s, -webkit-transform .1s ease;
  transition: opacity .1s ease, visibility 0s .1s, transform .1s ease;
  transition: opacity .1s ease, visibility 0s .1s, transform .1s ease, -webkit-transform .1s ease;
}
@media screen and (max-width: 959px) {
  .sub-nav {
    display: none;
  }
}
.sub-nav.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: opacity .3s ease .2s, visibility 0s .2s, -webkit-transform .3s ease .2s;
  transition: opacity .3s ease .2s, visibility 0s .2s, transform .3s ease .2s;
  transition: opacity .3s ease .2s, visibility 0s .2s, transform .3s ease .2s, -webkit-transform .3s ease .2s;
}
.sub-nav .menu {
  padding: 10px 0px;
  text-align: center;
  line-height: 12px;
}
.sub-nav li {
  display: inline-block;
  padding: 0px 20px;
  line-height: 12px;
  position: relative;
}
.sub-nav li::after {
  position: absolute;
  right: 0;
  top: 10px;
  content: "";
  height: 12px;
  background: #ffffff;
  width: 1px;
}
.sub-nav li:last-of-type::after {
  display: none;
}
.sub-nav li a {
  color: #ffffff;
  font-family: "Trend Sans One", sans-serif;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding: 10px;
  transition: color 0.4s ease;
}
.sub-nav li a:hover {
  color: #f1a355;
}

.split-block.pt-small {
  padding-top: 15px;
}
@media screen and (min-width: 820px) {
  .split-block.pt-small {
    padding-top: 30px;
  }
}
.split-block.pb-small {
  padding-bottom: 15px;
}
@media screen and (min-width: 820px) {
  .split-block.pb-small {
    padding-bottom: 30px;
  }
}
.split-block.pt-medium {
  padding-top: 20px;
}
@media screen and (min-width: 820px) {
  .split-block.pt-medium {
    padding-top: 50px;
  }
}
.split-block.pb-medium {
  padding-bottom: 20px;
}
@media screen and (min-width: 820px) {
  .split-block.pb-medium {
    padding-bottom: 50px;
  }
}
.split-block.pt-large {
  padding-top: 25px;
}
@media screen and (min-width: 820px) {
  .split-block.pt-large {
    padding-top: 70px;
  }
}
.split-block.pb-large {
  padding-bottom: 25px;
}
@media screen and (min-width: 820px) {
  .split-block.pb-large {
    padding-bottom: 70px;
  }
}
.split-block.pt-xlarge {
  padding-top: 35px;
}
@media screen and (min-width: 820px) {
  .split-block.pt-xlarge {
    padding-top: 100px;
  }
}
.split-block.pb-xlarge {
  padding-bottom: 35px;
}
@media screen and (min-width: 820px) {
  .split-block.pb-xlarge {
    padding-bottom: 100px;
  }
}
.split-block.pt-xxlarge {
  padding-top: 50px;
}
@media screen and (min-width: 820px) {
  .split-block.pt-xxlarge {
    padding-top: 140px;
  }
}
.split-block.pb-xxlarge {
  padding-bottom: 50px;
}
@media screen and (min-width: 820px) {
  .split-block.pb-xxlarge {
    padding-bottom: 140px;
  }
}
.split-block.pt-xxxlarge {
  padding-top: 90px;
}
@media screen and (min-width: 820px) {
  .split-block.pt-xxxlarge {
    padding-top: 220px;
  }
}
.split-block.pb-xxxlarge {
  padding-bottom: 90px;
}
@media screen and (min-width: 820px) {
  .split-block.pb-xxxlarge {
    padding-bottom: 220px;
  }
}
.split-block .split-block-inner {
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .split-block .split-block-inner {
    padding: 0px 20px;
  }
}
.split-block.is-large .split-block-inner {
  max-width: 980px;
}
@media screen and (min-width: 720px) {
  .split-block.is-large .left-col {
    padding-right: 30px;
  }
}
@media screen and (min-width: 720px) {
  .split-block.is-large .right-col {
    padding-left: 30px;
  }
}
.split-block.is-extra-large .split-block-inner {
  max-width: 1280px;
}
.split-block.is-full .split-block-inner {
  max-width: 100%;
}
@media screen and (min-width: 720px) {
  .split-block .left-col {
    float: left;
    padding-right: 20px;
  }
}
@media screen and (min-width: 720px) {
  .split-block .right-col {
    float: right;
    padding-left: 20px;
  }
}
@media screen and (max-width: 719px) {
  .split-block .split-col:first-of-type {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 720px) {
  .split-block .split-col {
    width: 50%;
  }
}
.split-block .split-col img {
  width: 100%;
  height: auto;
  display: block;
}
.split-block .split-col blockquote {
  margin: 0px 0px 0px 0px;
}
.split-block .split-col blockquote p {
  font-size: 24px;
  line-height: 35px;
}
.split-block.text-white {
  color: #ffffff;
}
.split-block.text-white hr {
  background-color: #ffffff;
}
.split-block.text-black {
  color: #1d1d22;
}
.split-block.is-bg-black {
  background-color: #1d1d22;
}
.split-block.is-bg-white {
  background-color: #ffffff;
}
.split-block.is-bg-orange {
  background-color: #f1a355;
}
.split-block.is-bg-turquoise {
  background-color: #82cfcd;
}
.split-block.is-bg-grey {
  background-color: #a5a5a5;
}
.split-block.is-bg-grey-light {
  background-color: #f4f4f4;
}
.split-block .split-content-svg {
  padding: 10px 30px;
  max-width: 400px;
  margin: 0 auto;
}
.split-block .split-content-svg svg {
  max-width: 100%;
}
.split-block .split-content-svg.is-white svg {
  fill: #ffffff;
}
.split-block .split-content-svg.is-black svg {
  fill: #1d1d22;
}
.split-block .split-content-svg.is-orange svg {
  fill: #f1a355;
}
.split-block .split-content-svg.is-turquoise svg {
  fill: #82cfcd;
}

.mixed-bag {
  position: relative;
  z-index: 2;
}
.mixed-bag.is-bg-black {
  background: #1d1d22;
}
.mixed-bag.is-bg-orange {
  background: #f1a355;
}
.mixed-bag.is-bg-turquoise {
  background: #82cfcd;
}
.mixed-bag.is-bg-light-grey {
  background: #f4f4f4;
}
.mixed-bag.is-bg-light-blue {
  background: #eff2f4;
}
.mixed-bag .text-white {
  color: #ffffff;
}
.mixed-bag.pt-small {
  padding-top: 15px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.pt-small {
    padding-top: 30px;
  }
}
.mixed-bag.pb-small {
  padding-bottom: 15px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.pb-small {
    padding-bottom: 30px;
  }
}
.mixed-bag.pt-medium {
  padding-top: 20px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.pt-medium {
    padding-top: 50px;
  }
}
.mixed-bag.pb-medium {
  padding-bottom: 20px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.pb-medium {
    padding-bottom: 50px;
  }
}
.mixed-bag.pt-large {
  padding-top: 25px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.pt-large {
    padding-top: 70px;
  }
}
.mixed-bag.pb-large {
  padding-bottom: 25px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.pb-large {
    padding-bottom: 70px;
  }
}
.mixed-bag.pt-xlarge {
  padding-top: 35px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.pt-xlarge {
    padding-top: 100px;
  }
}
.mixed-bag.pb-xlarge {
  padding-bottom: 35px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.pb-xlarge {
    padding-bottom: 100px;
  }
}
.mixed-bag.pt-xxlarge {
  padding-top: 50px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.pt-xxlarge {
    padding-top: 140px;
  }
}
.mixed-bag.pb-xxlarge {
  padding-bottom: 50px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.pb-xxlarge {
    padding-bottom: 140px;
  }
}
.mixed-bag.pt-xxxlarge {
  padding-top: 90px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.pt-xxxlarge {
    padding-top: 220px;
  }
}
.mixed-bag.pb-xxxlarge {
  padding-bottom: 90px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.pb-xxxlarge {
    padding-bottom: 220px;
  }
}
.mixed-bag.mt-xsmall {
  margin-top: 10px;
}
.mixed-bag.mb-xsmall {
  margin-bottom: 10px;
}
.mixed-bag.mt-small {
  margin-top: 15px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.mt-small {
    margin-top: 30px;
  }
}
.mixed-bag.mb-small {
  margin-bottom: 15px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.mb-small {
    margin-bottom: 30px;
  }
}
.mixed-bag.mt-medium {
  margin-top: 25px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.mt-medium {
    margin-top: 50px;
  }
}
.mixed-bag.mb-medium {
  margin-bottom: 25px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.mb-medium {
    margin-bottom: 50px;
  }
}
.mixed-bag.mt-large {
  margin-top: 35px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.mt-large {
    margin-top: 70px;
  }
}
.mixed-bag.mb-large {
  margin-bottom: 35px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.mb-large {
    margin-bottom: 70px;
  }
}
.mixed-bag.mt-xlarge {
  margin-top: 50px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.mt-xlarge {
    margin-top: 100px;
  }
}
.mixed-bag.mb-xlarge {
  margin-bottom: 50px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.mb-xlarge {
    margin-bottom: 100px;
  }
}
.mixed-bag.mt-xxlarge {
  margin-top: 70px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.mt-xxlarge {
    margin-top: 140px;
  }
}
.mixed-bag.mb-xxlarge {
  margin-bottom: 70px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.mb-xxlarge {
    margin-bottom: 140px;
  }
}
.mixed-bag.mt-xxxlarge {
  margin-top: 110px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.mt-xxxlarge {
    margin-top: 220px;
  }
}
.mixed-bag.mb-xxxlarge {
  margin-bottom: 110px;
}
@media screen and (min-width: 820px) {
  .mixed-bag.mb-xxxlarge {
    margin-bottom: 220px;
  }
}
@media screen and (max-width: 719px) {
  .mixed-bag {
    background-position: 0% 50% !important;
  }
}

.mixed-bag-image {
  width: 100%;
}
@media screen and (max-width: 719px) {
  .mixed-bag-image {
    max-width: 420px;
    margin: 0 auto !important;
    padding: 0px 20px;
  }
}
@media screen and (min-width: 720px) {
  .mixed-bag-image {
    width: 65%;
  }
}
.mixed-bag-image img {
  width: 100%;
  height: auto;
  display: block;
}
.image-large .mixed-bag-image {
  width: 75%;
}
@media screen and (min-width: 720px) {
  .image-large .mixed-bag-image {
    width: 65%;
  }
}
@media screen and (min-width: 720px) {
  .mixed-bag-image {
    float: left;
    width: 50%;
    padding-right: 60px;
  }
}

.mixed-bag-text {
  position: relative;
  z-index: 2;
  padding: 20px;
}
@media screen and (min-width: 720px) {
  .mixed-bag-text {
    max-width: 500px;
    float: left;
    width: 50%;
    padding: 0px 40px 0px 0px;
  }
}
@media screen and (min-width: 720px) {
  .image-large .mixed-bag-text {
    width: 35%;
  }
}
@media screen and (min-width: 720px) {
  .is-large .mixed-bag-text {
    padding-left: 20px;
  }
}
.mixed-bag-text.text-white {
  color: #ffffff;
}
.mixed-bag-text.text-white hr {
  background-color: #ffffff;
}
.mixed-bag-text.text-black {
  color: #1d1d22;
}
.mixed-bag-text.text-orange {
  color: #f1a355;
}

.mixed-bag-inner {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
  position: relative;
}
.mixed-bag-inner.is-large {
  max-width: 1280px;
}
.mixed-bag-inner.is-xlarge {
  max-width: 1470px;
}
.mixed-bag-inner.is-medium {
  max-width: 780px;
}
.mixed-bag-inner.is-small {
  max-width: 640px;
}
.mixed-bag-inner.is-full {
  max-width: 100%;
}

.mixed-bag-svg {
  position: relative;
  width: 100%;
  max-width: 780px;
  z-index: 1;
}
@media screen and (max-width: 710px) {
  .mixed-bag-svg {
    bottom: 0 !important;
    left: 0 !important;
    padding: 0px 30px;
  }
}
@media screen and (min-width: 720px) {
  .mixed-bag-svg {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.mixed-bag-svg.is-white svg {
  fill: #ffffff;
}
.mixed-bag-svg.is-black svg {
  fill: #1d1d22;
}
.mixed-bag-svg.is-orange svg {
  fill: #f1a355;
}
.mixed-bag-svg.is-turquoise svg {
  fill: #82cfcd;
}
.mixed-bag-svg.is-grey svg {
  fill: #c4c4c4;
}
.mixed-bag-svg.is-small {
  max-width: 480px;
}
.mixed-bag-svg.is-xsmall {
  max-width: 280px;
}

.mixed-bag-center {
  overflow: hidden;
  position: relative;
}
.mixed-bag-center.is-bg-black {
  background: #1d1d22;
}
.mixed-bag-center.is-bg-orange {
  background: #f1a355;
}
.mixed-bag-center.is-bg-turquoise {
  background: #82cfcd;
}
.mixed-bag-center.is-bg-light-grey {
  background: #f4f4f4;
}
.mixed-bag-center.is-bg-light-blue {
  background: #eff2f4;
}
.mixed-bag-center .text-white {
  color: #ffffff;
}
.mixed-bag-center .text-white hr {
  background-color: #ffffff;
}
.mixed-bag-center.pt-small {
  padding-top: 15px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.pt-small {
    padding-top: 30px;
  }
}
.mixed-bag-center.pb-small {
  padding-bottom: 15px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.pb-small {
    padding-bottom: 30px;
  }
}
.mixed-bag-center.pt-medium {
  padding-top: 20px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.pt-medium {
    padding-top: 50px;
  }
}
.mixed-bag-center.pb-medium {
  padding-bottom: 20px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.pb-medium {
    padding-bottom: 50px;
  }
}
.mixed-bag-center.pt-large {
  padding-top: 25px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.pt-large {
    padding-top: 70px;
  }
}
.mixed-bag-center.pb-large {
  padding-bottom: 25px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.pb-large {
    padding-bottom: 70px;
  }
}
.mixed-bag-center.pt-xlarge {
  padding-top: 35px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.pt-xlarge {
    padding-top: 100px;
  }
}
.mixed-bag-center.pb-xlarge {
  padding-bottom: 35px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.pb-xlarge {
    padding-bottom: 100px;
  }
}
.mixed-bag-center.pt-xxlarge {
  padding-top: 50px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.pt-xxlarge {
    padding-top: 140px;
  }
}
.mixed-bag-center.pb-xxlarge {
  padding-bottom: 50px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.pb-xxlarge {
    padding-bottom: 140px;
  }
}
.mixed-bag-center.pt-xxxlarge {
  padding-top: 90px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.pt-xxxlarge {
    padding-top: 220px;
  }
}
.mixed-bag-center.pb-xxxlarge {
  padding-bottom: 90px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.pb-xxxlarge {
    padding-bottom: 220px;
  }
}
.mixed-bag-center.mt-xsmall {
  margin-top: 10px;
}
.mixed-bag-center.mb-xsmall {
  margin-bottom: 10px;
}
.mixed-bag-center.mt-small {
  margin-top: 15px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.mt-small {
    margin-top: 30px;
  }
}
.mixed-bag-center.mb-small {
  margin-bottom: 15px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.mb-small {
    margin-bottom: 30px;
  }
}
.mixed-bag-center.mt-medium {
  margin-top: 25px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.mt-medium {
    margin-top: 50px;
  }
}
.mixed-bag-center.mb-medium {
  margin-bottom: 25px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.mb-medium {
    margin-bottom: 50px;
  }
}
.mixed-bag-center.mt-large {
  margin-top: 35px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.mt-large {
    margin-top: 70px;
  }
}
.mixed-bag-center.mb-large {
  margin-bottom: 35px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.mb-large {
    margin-bottom: 70px;
  }
}
.mixed-bag-center.mt-xlarge {
  margin-top: 50px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.mt-xlarge {
    margin-top: 100px;
  }
}
.mixed-bag-center.mb-xlarge {
  margin-bottom: 50px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.mb-xlarge {
    margin-bottom: 100px;
  }
}
.mixed-bag-center.mt-xxlarge {
  margin-top: 70px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.mt-xxlarge {
    margin-top: 140px;
  }
}
.mixed-bag-center.mb-xxlarge {
  margin-bottom: 70px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.mb-xxlarge {
    margin-bottom: 140px;
  }
}
.mixed-bag-center.mt-xxxlarge {
  margin-top: 110px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.mt-xxxlarge {
    margin-top: 220px;
  }
}
.mixed-bag-center.mb-xxxlarge {
  margin-bottom: 110px;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center.mb-xxxlarge {
    margin-bottom: 220px;
  }
}

.mixed-bag-center-text {
  position: relative;
  z-index: 2;
}

.mixed-bag-center-image {
  max-width: 420px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 819px) {
  .mixed-bag-center-image {
    padding: 0px 20px;
  }
}
.mixed-bag-center-image img {
  width: 100%;
  height: auto;
  display: block;
}

.mixed-bag-center-svg {
  display: block;
  position: relative;
  width: 100%;
  max-width: 480px;
  z-index: 3;
  margin: -20px auto -40px auto;
}
@media screen and (min-width: 820px) {
  .mixed-bag-center-svg {
    max-width: 780px;
    margin: -80px auto -100px auto;
  }
}
.mixed-bag-center-svg.is-white svg {
  fill: #ffffff;
}
.mixed-bag-center-svg.is-black svg {
  fill: #1d1d22;
}
.mixed-bag-center-svg.is-orange svg {
  fill: #f1a355;
}
.mixed-bag-center-svg.is-turquoise svg {
  fill: #82cfcd;
}
.mixed-bag-center-svg.is-small {
  max-width: 480px;
}

.mixed-bag-center-overlay {
  background: #ffffff;
  width: 5000px;
  height: 2000px;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
  position: absolute;
  z-index: 1;
  top: 185%;
  right: -1000px;
}
@media screen and (min-width: 240px) {
  .mixed-bag-center-overlay {
    top: 165%;
  }
}
@media screen and (min-width: 360px) {
  .mixed-bag-center-overlay {
    top: 135%;
  }
}
@media screen and (min-width: 410px) {
  .mixed-bag-center-overlay {
    top: 110%;
  }
}

.faqs.pt-small {
  padding-top: 15px;
}
@media screen and (min-width: 820px) {
  .faqs.pt-small {
    padding-top: 30px;
  }
}
.faqs.pb-small {
  padding-bottom: 15px;
}
@media screen and (min-width: 820px) {
  .faqs.pb-small {
    padding-bottom: 30px;
  }
}
.faqs.pt-medium {
  padding-top: 20px;
}
@media screen and (min-width: 820px) {
  .faqs.pt-medium {
    padding-top: 50px;
  }
}
.faqs.pb-medium {
  padding-bottom: 20px;
}
@media screen and (min-width: 820px) {
  .faqs.pb-medium {
    padding-bottom: 50px;
  }
}
.faqs.pt-large {
  padding-top: 25px;
}
@media screen and (min-width: 820px) {
  .faqs.pt-large {
    padding-top: 70px;
  }
}
.faqs.pb-large {
  padding-bottom: 25px;
}
@media screen and (min-width: 820px) {
  .faqs.pb-large {
    padding-bottom: 70px;
  }
}
.faqs.pt-xlarge {
  padding-top: 35px;
}
@media screen and (min-width: 820px) {
  .faqs.pt-xlarge {
    padding-top: 100px;
  }
}
.faqs.pb-xlarge {
  padding-bottom: 35px;
}
@media screen and (min-width: 820px) {
  .faqs.pb-xlarge {
    padding-bottom: 100px;
  }
}
.faqs.pt-xxlarge {
  padding-top: 50px;
}
@media screen and (min-width: 820px) {
  .faqs.pt-xxlarge {
    padding-top: 140px;
  }
}
.faqs.pb-xxlarge {
  padding-bottom: 50px;
}
@media screen and (min-width: 820px) {
  .faqs.pb-xxlarge {
    padding-bottom: 140px;
  }
}
.faqs.pt-xxxlarge {
  padding-top: 90px;
}
@media screen and (min-width: 820px) {
  .faqs.pt-xxxlarge {
    padding-top: 220px;
  }
}
.faqs.pb-xxxlarge {
  padding-bottom: 90px;
}
@media screen and (min-width: 820px) {
  .faqs.pb-xxxlarge {
    padding-bottom: 220px;
  }
}
.faqs.mt-xsmall {
  margin-top: 10px;
}
.faqs.mb-xsmall {
  margin-bottom: 10px;
}
.faqs.mt-small {
  margin-top: 15px;
}
@media screen and (min-width: 820px) {
  .faqs.mt-small {
    margin-top: 30px;
  }
}
.faqs.mb-small {
  margin-bottom: 15px;
}
@media screen and (min-width: 820px) {
  .faqs.mb-small {
    margin-bottom: 30px;
  }
}
.faqs.mt-medium {
  margin-top: 25px;
}
@media screen and (min-width: 820px) {
  .faqs.mt-medium {
    margin-top: 50px;
  }
}
.faqs.mb-medium {
  margin-bottom: 25px;
}
@media screen and (min-width: 820px) {
  .faqs.mb-medium {
    margin-bottom: 50px;
  }
}
.faqs.mt-large {
  margin-top: 35px;
}
@media screen and (min-width: 820px) {
  .faqs.mt-large {
    margin-top: 70px;
  }
}
.faqs.mb-large {
  margin-bottom: 35px;
}
@media screen and (min-width: 820px) {
  .faqs.mb-large {
    margin-bottom: 70px;
  }
}
.faqs.mt-xlarge {
  margin-top: 50px;
}
@media screen and (min-width: 820px) {
  .faqs.mt-xlarge {
    margin-top: 100px;
  }
}
.faqs.mb-xlarge {
  margin-bottom: 50px;
}
@media screen and (min-width: 820px) {
  .faqs.mb-xlarge {
    margin-bottom: 100px;
  }
}
.faqs.mt-xxlarge {
  margin-top: 70px;
}
@media screen and (min-width: 820px) {
  .faqs.mt-xxlarge {
    margin-top: 140px;
  }
}
.faqs.mb-xxlarge {
  margin-bottom: 70px;
}
@media screen and (min-width: 820px) {
  .faqs.mb-xxlarge {
    margin-bottom: 140px;
  }
}
.faqs.mt-xxxlarge {
  margin-top: 110px;
}
@media screen and (min-width: 820px) {
  .faqs.mt-xxxlarge {
    margin-top: 220px;
  }
}
.faqs.mb-xxxlarge {
  margin-bottom: 110px;
}
@media screen and (min-width: 820px) {
  .faqs.mb-xxxlarge {
    margin-bottom: 220px;
  }
}

.faqs-inner {
  max-width: 680px;
  margin: 0 auto;
}

.faq-title h2 {
  color: #82cfcd;
  margin-bottom: 30px;
  text-align: center;
  font-size: 32px;
  line-height: 44px;
}
@media screen and (min-width: 690px) {
  .faq-title h2 {
    margin-bottom: 60px;
    font-size: 60px;
    line-height: 70px;
  }
}

.faq {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
.faq .icon {
  fill: #1d1d22;
  display: block;
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 10px;
  position: absolute;
  left: 5px;
  top: 8px;
}
@media screen and (min-width: 690px) {
  .faq .icon {
    left: 0;
  }
}
.faq .icon-minus {
  display: none;
}
.faq.is-active .icon-minus {
  display: block;
}
.faq.is-active .icon-plus {
  display: none;
}

.faq-question {
  font-weight: 700;
  padding: 0px 15px 10px 35px;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 690px) {
  .faq-question {
    padding: 0px 0px 10px 30px;
  }
}

.faq-answer {
  padding: 10px 15px 25px 35px;
  display: none;
}
@media screen and (min-width: 690px) {
  .faq-answer {
    padding: 10px 15px 25px 30px;
  }
}

.logo-scroller {
  background: #f4f4f4;
  position: relative;
  padding-left: 120px;
  overflow: hidden;
}
.logo-scroller .owl-stage {
  padding-left: 0 !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 115px;
}
.logo-scroller .logo-scroller-item {
  padding: 0px 20px;
}
.logo-scroller .logo-scroller-item figure {
  position: relative;
}
.logo-scroller .logo-scroller-item figure img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.4 !important;
  max-width: 200px;
  display: block;
  height: auto;
  max-height: 40px;
  width: auto;
}

.logo-scroller-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 120px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #a5a5a5;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  text-transform: uppercase;
  padding-left: 20px;
  letter-spacing: 0.06em;
}

.border-text-content {
  padding-left: 10px;
  padding-right: 10px;
}
.border-text-content .border-content {
  margin: 0 auto;
  max-width: 780px;
  padding: 25px 15px 20px 15px;
  border: 1px solid #a5a5a5;
}
@media screen and (min-width: 720px) {
  .border-text-content .border-content {
    padding: 50px 30px 40px 30px;
  }
}
.border-text-content .border-content.is-small {
  max-width: 480px;
  padding: 20px 10px 15px 10px;
}
@media screen and (min-width: 720px) {
  .border-text-content .border-content.is-small {
    padding: 40px 20px 30px 20px;
  }
}
.border-text-content .border-content.is-medium {
  max-width: 580px;
  padding: 25px 15px 20px 15px;
}
@media screen and (min-width: 720px) {
  .border-text-content .border-content.is-medium {
    padding: 50px 30px 40px 30px;
  }
}
.border-text-content .border-content.is-large {
  max-width: 980px;
  padding: 30px 30px 20px 30px;
}
@media screen and (min-width: 720px) {
  .border-text-content .border-content.is-large {
    padding: 70px 70px 50px 70px;
  }
}
.border-text-content .border-content.is-full {
  max-width: 100%;
  padding: 35px 35px 25px 35px;
}
@media screen and (min-width: 720px) {
  .border-text-content .border-content.is-full {
    padding: 70px 70px 50px 70px;
  }
}
.border-text-content .border-content.border-black {
  border-color: #1d1d22;
}
.border-text-content .border-content.border-orange {
  border-color: #f1a355;
}
.border-text-content .border-content.border-turquoise {
  border-color: #82cfcd;
}
.border-text-content .border-content.border-grey-light {
  border-color: #f4f4f4;
}
.border-text-content .border-content.border-turquoise {
  border-color: #a5a5a5;
}
.border-text-content .border-content.border-white {
  border-color: #ffffff;
}
.border-text-content .border-content p + h4, .border-text-content .border-content p + h5, .border-text-content .border-content p + h3 {
  margin-top: -25px;
}
.border-text-content .border-content h5 + p {
  margin-top: -20px;
}
.border-text-content.pt-small {
  padding-top: 15px;
}
@media screen and (min-width: 820px) {
  .border-text-content.pt-small {
    padding-top: 30px;
  }
}
.border-text-content.pb-small {
  padding-bottom: 15px;
}
@media screen and (min-width: 820px) {
  .border-text-content.pb-small {
    padding-bottom: 30px;
  }
}
.border-text-content.pt-medium {
  padding-top: 20px;
}
@media screen and (min-width: 820px) {
  .border-text-content.pt-medium {
    padding-top: 50px;
  }
}
.border-text-content.pb-medium {
  padding-bottom: 20px;
}
@media screen and (min-width: 820px) {
  .border-text-content.pb-medium {
    padding-bottom: 50px;
  }
}
.border-text-content.pt-large {
  padding-top: 25px;
}
@media screen and (min-width: 820px) {
  .border-text-content.pt-large {
    padding-top: 70px;
  }
}
.border-text-content.pb-large {
  padding-bottom: 25px;
}
@media screen and (min-width: 820px) {
  .border-text-content.pb-large {
    padding-bottom: 70px;
  }
}
.border-text-content.pt-xlarge {
  padding-top: 35px;
}
@media screen and (min-width: 820px) {
  .border-text-content.pt-xlarge {
    padding-top: 100px;
  }
}
.border-text-content.pb-xlarge {
  padding-bottom: 35px;
}
@media screen and (min-width: 820px) {
  .border-text-content.pb-xlarge {
    padding-bottom: 100px;
  }
}
.border-text-content.pt-xxlarge {
  padding-top: 50px;
}
@media screen and (min-width: 820px) {
  .border-text-content.pt-xxlarge {
    padding-top: 140px;
  }
}
.border-text-content.pb-xxlarge {
  padding-bottom: 50px;
}
@media screen and (min-width: 820px) {
  .border-text-content.pb-xxlarge {
    padding-bottom: 140px;
  }
}
.border-text-content.pt-xxxlarge {
  padding-top: 90px;
}
@media screen and (min-width: 820px) {
  .border-text-content.pt-xxxlarge {
    padding-top: 220px;
  }
}
.border-text-content.pb-xxxlarge {
  padding-bottom: 90px;
}
@media screen and (min-width: 820px) {
  .border-text-content.pb-xxxlarge {
    padding-bottom: 220px;
  }
}
.border-text-content.mt-xsmall {
  margin-top: 10px;
}
.border-text-content.mb-xsmall {
  margin-bottom: 10px;
}
.border-text-content.mt-small {
  margin-top: 15px;
}
@media screen and (min-width: 820px) {
  .border-text-content.mt-small {
    margin-top: 30px;
  }
}
.border-text-content.mb-small {
  margin-bottom: 15px;
}
@media screen and (min-width: 820px) {
  .border-text-content.mb-small {
    margin-bottom: 30px;
  }
}
.border-text-content.mt-medium {
  margin-top: 25px;
}
@media screen and (min-width: 820px) {
  .border-text-content.mt-medium {
    margin-top: 50px;
  }
}
.border-text-content.mb-medium {
  margin-bottom: 25px;
}
@media screen and (min-width: 820px) {
  .border-text-content.mb-medium {
    margin-bottom: 50px;
  }
}
.border-text-content.mt-large {
  margin-top: 35px;
}
@media screen and (min-width: 820px) {
  .border-text-content.mt-large {
    margin-top: 70px;
  }
}
.border-text-content.mb-large {
  margin-bottom: 35px;
}
@media screen and (min-width: 820px) {
  .border-text-content.mb-large {
    margin-bottom: 70px;
  }
}
.border-text-content.mt-xlarge {
  margin-top: 50px;
}
@media screen and (min-width: 820px) {
  .border-text-content.mt-xlarge {
    margin-top: 100px;
  }
}
.border-text-content.mb-xlarge {
  margin-bottom: 50px;
}
@media screen and (min-width: 820px) {
  .border-text-content.mb-xlarge {
    margin-bottom: 100px;
  }
}
.border-text-content.mt-xxlarge {
  margin-top: 70px;
}
@media screen and (min-width: 820px) {
  .border-text-content.mt-xxlarge {
    margin-top: 140px;
  }
}
.border-text-content.mb-xxlarge {
  margin-bottom: 70px;
}
@media screen and (min-width: 820px) {
  .border-text-content.mb-xxlarge {
    margin-bottom: 140px;
  }
}
.border-text-content.mt-xxxlarge {
  margin-top: 110px;
}
@media screen and (min-width: 820px) {
  .border-text-content.mt-xxxlarge {
    margin-top: 220px;
  }
}
.border-text-content.mb-xxxlarge {
  margin-bottom: 110px;
}
@media screen and (min-width: 820px) {
  .border-text-content.mb-xxxlarge {
    margin-bottom: 220px;
  }
}
.border-text-content .text-white {
  color: #ffffff;
}
.border-text-content .text-light {
  color: #a5a5a5;
}
.border-text-content.is-bg-black {
  background: #1d1d22;
}
.border-text-content.is-bg-orange {
  background: #f1a355;
}
.border-text-content.is-bg-turquoise {
  background: #82cfcd;
}
.border-text-content.is-bg-light-grey {
  background: #f4f4f4;
}
.border-text-content.is-bg-light-blue {
  background: #eff2f4;
}

.ambassadors-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 0px 10px 0px;
}
@media screen and (min-width: 880px) {
  .ambassadors-inner {
    padding: 80px 0px 30px 0px;
  }
}
@media screen and (min-width: 1080px) {
  .ambassadors-inner {
    max-width: 1020px;
  }
}

.ambassador {
  padding: 30px 20px 0px 20px;
}
@media screen and (min-width: 880px) {
  .ambassador {
    padding: 50px 20px;
  }
}

.ambassador-image {
  margin: 0 auto 20px auto;
  width: 110px;
  height: 110px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}
@media screen and (min-width: 720px) {
  .ambassador-image {
    float: left;
    margin: 0px 30px 0px 0px;
  }
}
@media screen and (min-width: 880px) {
  .ambassador-image {
    width: 180px;
    height: 180px;
    margin: 0px 80px 0px 0px;
  }
}
.ambassador-image img {
  width: 100%;
  height: auto;
  display: block;
}

.ambassador-text {
  position: relative;
  padding: 10px 0px 0px;
}
@media screen and (min-width: 720px) {
  .ambassador-text {
    float: left;
    width: calc(100% - 140px);
  }
}
@media screen and (min-width: 880px) {
  .ambassador-text {
    padding: 20px 0px 0px;
    width: calc(100% - 260px);
  }
}

.ambassador-icon {
  color: #f4f4f4;
  font-size: 200px;
  line-height: 200px;
  font-family: 'Times New Roman', serif;
  position: absolute;
  left: -30px;
  top: -38px;
  z-index: -1;
  letter-spacing: -10px;
}
@media screen and (min-width: 880px) {
  .ambassador-icon {
    font-size: 240px;
    line-height: 240px;
    left: -75px;
    top: -35px;
    letter-spacing: -20px;
  }
}

.ambassador-title {
  font-size: 24px;
  line-height: 24px;
  font-family: "Trend Sans One", sans-serif;
  color: #82cfcd;
  text-align: right;
  margin: 15px 0px 30px 0px;
  position: relative;
  padding-right: 20px;
  font-weight: 400;
}
@media screen and (min-width: 880px) {
  .ambassador-title {
    font-size: 30px;
    line-height: 30px;
    margin: 20px 0px 60px 0px;
  }
}
.ambassador-title::after {
  content: "";
  width: 1000px;
  height: 2px;
  background: #82cfcd;
  position: absolute;
  left: 100%;
  top: 50%;
  tranform: translateY(-50%);
}

.instagram-feed {
  padding: 60px 0px;
}
.instagram-feed .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.instafeed {
  position: relative;
  width: 100%;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 820px) {
  .instafeed {
    width: 50%;
  }
}

.insta-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.insta-image-wrap {
  float: left;
  width: 33.33%;
  position: relative;
  padding-top: 33.33%;
}

.instagram-feed-text {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  text-align: center;
  padding-top: 40px;
}
@media screen and (min-width: 820px) {
  .instagram-feed-text {
    padding-top: 0;
    width: 50%;
  }
}

.instagram-feed-text-inner {
  margin: 0 auto;
  max-width: 480px;
}
.instagram-feed-text-inner h1 {
  margin-bottom: 31px;
  color: #f1a355;
}

@media screen and (min-width: 560px) {
  .image-block {
    float: left;
    width: 33.33%;
  }
}
.image-block figure {
  padding: 10px;
}
.image-block figure img {
  width: 100%;
  height: auto;
  display: block;
}

.image-blocks .inner {
  max-width: 980px;
}

.members .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 95px 5px 40px 5px;
}
@media screen and (min-width: 1260px) {
  .members .inner {
    padding: 140px 10px 40px 10px;
  }
}

@media screen and (min-width: 670px) {
  .member-dashboard-section {
    padding-bottom: 60px;
  }
}

.member-profile .inner {
  max-width: 580px;
  margin: 0 auto;
  padding: 90px 10px 20px 10px;
}
@media screen and (min-width: 670px) {
  .member-profile .inner {
    padding: 90px 10px 90px 10px;
  }
}
@media screen and (min-width: 1260px) {
  .member-profile .inner {
    padding: 140px 10px 100px 10px;
  }
}

.member-profile-title {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 670px) {
  .member-profile-title {
    padding-bottom: 80px;
  }
}

.member-profile-separator {
  margin: 40px 0px;
}

.member-profile-avatar {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding-bottom: 35px;
}
@media screen and (min-width: 670px) {
  .member-profile-avatar {
    max-width: 220px;
    float: left;
    margin-right: 40px;
  }
}

.member-profile-avatar-link {
  color: #f1a355;
  font-family: "Trend Sans One", sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.member-profile-data {
  width: 100%;
  margin: 0 auto;
  max-width: 300px;
}
@media screen and (min-width: 670px) {
  .member-profile-data {
    float: left;
  }
}

.member-profile-avatar-wrap {
  border-radius: 50%;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin: 0 auto 10px auto;
  background: #f4f4f4;
}
@media screen and (min-width: 670px) {
  .member-profile-avatar-wrap {
    width: 220px;
    height: 220px;
  }
}
.member-profile-avatar-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.member-product-page {
  padding: 20px 0px;
}
@media screen and (min-width: 760px) {
  .member-product-page {
    padding: 80px 0px 40px 0px;
  }
}

.member-content .member-content-item {
  display: block;
  padding: 10px;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 780px) {
  .member-content .member-content-item {
    width: 33.33%;
    float: left;
  }
}
.member-content .member-content-item img {
  width: 100%;
  height: auto;
  display: block;
}
.member-content .member-content-item:hover .member-content-title {
  background: rgba(241, 163, 85, 0.9);
}
.member-content .member-content-title {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 40px;
  background: rgba(29, 29, 34, 0.9);
  color: #ffffff;
  text-align: center;
  padding: 40px 40px;
  transition: background 0.4s ease;
}
@media screen and (min-width: 760px) {
  .member-content .member-content-title {
    padding: 60px 70px;
  }
}
.member-content .member-content-title h2 {
  line-height: 39px;
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.member-content-footer {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid #f4f4f4;
}

.member-dashboard-title {
  text-align: center;
  padding-bottom: 40px;
}
.member-dashboard-title h3 {
  font-family: "Oswald", sans-serif;
  color: #82cfcd;
  border-bottom: 1px solid #82cfcd;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
}

.soundcloud-embed {
  padding: 20px 10px 20px 10px;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (min-width: 560px) {
  .dl-image-download {
    padding-bottom: 20px;
  }
}
.dl-image-download .inner {
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .dl-image-download .dl-image {
    float: left;
    width: 40%;
  }
}
.dl-image-download .dl-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.dl-image-download .dl-text {
  text-align: center;
  padding-top: 30px;
}
@media screen and (min-width: 560px) {
  .dl-image-download .dl-text {
    float: left;
    width: 60%;
    padding-left: 50px;
    text-align: left;
    padding-top: 0;
  }
}
.dl-image-download .dl-text h3 {
  margin-bottom: 20px;
}
.dl-image-download .dl-button {
  padding: 0px 10px 20px 10px;
}

.dl-buttons {
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .dl-buttons {
    margin-bottom: 40px;
  }
}
.dl-buttons.buttons-1 .dl-button {
  max-width: 330px;
  margin: 0 auto;
  padding: 10px;
}
.dl-buttons.buttons-3 .dl-button {
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 560px) {
  .dl-buttons.buttons-3 .dl-button {
    width: 33.33%;
    float: left;
  }
}
.dl-buttons.buttons-2 .dl-button, .dl-buttons.buttons-4 .dl-button {
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 560px) {
  .dl-buttons.buttons-2 .dl-button, .dl-buttons.buttons-4 .dl-button {
    width: 50%;
    float: left;
  }
}

.video-embed {
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .video-embed {
    margin-bottom: 30px;
  }
}

.member-form-link {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .member-form-link {
    margin-top: 30px;
  }
}

.member-hero {
  background: #1d1d22;
  position: relative;
  padding: 70px 0px 0px 0px;
}
.member-hero .inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px 30px 15px;
  text-align: center;
  color: #ffffff;
  font-size: 19px;
  line-height: 31px;
}
@media screen and (min-width: 670px) {
  .member-hero .inner {
    padding: 60px 10px 50px 10px;
  }
}
.member-hero .inner h1 {
  color: #82cfcd;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.member-hero .plyr {
  box-shadow: 0px 0px 30px 0px rgba(29, 29, 34, 0.2);
}

.member-content-video-wrap, .member-content-image-wrap {
  padding-top: 40px;
}

.member-dashboard-nav {
  position: absolute;
  top: 50%;
  left: 340px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
@media screen and (min-width: 730px) {
  .member-dashboard-nav {
    display: block;
  }
}
.member-dashboard-nav a {
  padding: 3px 0 5px 0;
  color: #1d1d22;
  font-size: 13px;
  line-height: 13px;
  font-family: "Trend Sans One", sans-serif;
  display: block;
  transition: color 0.4s ease;
}
.member-dashboard-nav a:hover {
  color: #f1a355;
}

.member-user {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 729px) {
  .member-user {
    padding-right: 25px;
  }
}

.member-avatar {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.member-avatar .member-avatar-wrap {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 730px) {
  .member-avatar .member-avatar-wrap {
    width: 40px;
    height: 40px;
  }
}
.member-avatar img {
  width: 100%;
  height: auto;
  display: block;
}
.member-avatar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  height: 30px;
  width: 1px;
  background: #f4f4f4;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.member-name {
  display: none;
}
@media screen and (min-width: 730px) {
  .member-name {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 30px 0px 15px;
    color: #1d1d22;
  }
}

.member-user-nav {
  position: absolute;
  top: 50%;
  right: 5px;
  height: 50px;
  padding: 10px 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
  line-height: 13px;
  font-family: "Trend Sans One", sans-serif;
}
@media screen and (min-width: 730px) {
  .member-user-nav {
    right: 20px;
    height: 60px;
  }
}
.member-user-nav .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px 50px;
  background: #ffffff;
  min-width: 220px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgba(29, 29, 34, 0.2);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  transition: opacity 0.4s ease, visiblity 0s 0.4s, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visiblity 0s 0.4s;
  transition: opacity 0.4s ease, transform 0.4s ease, visiblity 0s 0.4s, -webkit-transform 0.4s ease;
}
.member-user-nav .sub-menu::before {
  content: "";
  border: 10px solid transparent;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -20px;
  right: 20px;
  z-index: 2;
}
.member-user-nav .sub-menu li {
  padding: 15px 0px;
  display: block;
}
.member-user-nav .sub-menu a {
  display: inline-block;
  padding-bottom: 5px;
  color: #1d1d22;
  transition: color 0.4s ease;
}
.member-user-nav .sub-menu a:hover {
  color: #f1a355;
}
.member-user-nav .icon-arrow-up {
  position: absolute;
  color: #1d1d22;
  right: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.member-user-nav.is-active .sub-menu {
  transition: opacity 0.4s ease, visiblity 0s, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visiblity 0s;
  transition: opacity 0.4s ease, transform 0.4s ease, visiblity 0s, -webkit-transform 0.4s ease;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  pointer-events: auto;
  visibility: visible;
}

.accordion-q {
  color: #1d1d22;
  cursor: pointer;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  padding-right: 50px;
  padding: 15px 55px 15px 0px;
  font-size: 14px;
  line-height: 24px;
  transition: color 0.4s ease;
  font-family: "Trend Sans One", sans-serif;
}
.text-accordion .accordion-q {
  color: #ffffff;
}
@media screen and (min-width: 730px) {
  .accordion-q {
    padding: 20px 60px 20px 0px;
  }
}
.accordion-q span {
  transition: color 0.4s ease;
}
.accordion-q.is-active {
  color: #f1a355;
}
.accordion-q.is-active .icon {
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.accordion-q:hover {
  color: #f1a355;
}
.accordion-q .icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  transition: color 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, color 0.4s ease;
  transition: transform 0.4s ease, color 0.4s ease, -webkit-transform 0.4s ease;
}

.accordion-a {
  display: none;
  padding: 20px 0px 0px 0px;
}
@media screen and (min-width: 500px) {
  .accordion-a {
    padding: 20px 0px;
  }
}

.accordion-image {
  display: none;
}
@media screen and (min-width: 1030px) {
  .accordion-image {
    float: left;
    width: 40%;
    display: block;
  }
}
.accordion-image img {
  display: block;
  width: 100%;
  height: auto;
}

.accordion-title {
  position: relative;
}
.text-accordion .accordion-title {
  display: none;
}
@media screen and (min-width: 1030px) {
  .accordion-title {
    margin-top: 20px;
    float: left;
    width: 30%;
  }
}
.accordion-title h3 {
  color: #82cfcd;
  font-family: "Oswald", sans-serif;
  padding: 10px 0px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1030px) {
  .accordion-title h3 {
    padding: 0px 40px;
  }
}
@media screen and (min-width: 1030px) {
  .accordion-title::before {
    content: "";
    height: 1px;
    width: 9999px;
    position: absolute;
    top: 50%;
    right: 100%;
    background: #82cfcd;
  }
}
.text-accordion .accordion-title::before {
  display: none;
}

.accordion-wrap {
  padding: 0px 15px;
  width: 100%;
}
@media screen and (min-width: 1030px) {
  .accordion-wrap {
    overflow: hidden;
  }
}

.accordion-inner {
  margin: 0 auto;
  max-width: 960px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1030px) {
  .accordion-inner {
    padding-bottom: 100px;
  }
}
.accordion-inner.has-image {
  max-width: 1040px;
}

@media screen and (min-width: 1030px) {
  .accordion {
    width: 70%;
    float: right;
    overflow: hidden;
  }
  .text-accordion .accordion {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 1030px) {
  .accordion.has-image-sibling {
    width: 60%;
    padding-left: 40px;
  }
}

.text-accordion {
  padding-left: 10px;
  padding-right: 10px;
}
.text-accordion h1 {
  margin-bottom: 10px;
}
.text-accordion h5 {
  margin-bottom: 30px;
}

.block-overlay {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.block-overlay::after {
  content: "";
  background: rgba(29, 29, 34, 0.9);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.block-overlay-inner {
  padding: 50px 20px 40px 20px;
  max-width: 640px;
  margin: 0 auto;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 690px) {
  .block-overlay-inner {
    padding: 80px 0px 40px 0px;
  }
}
.block-overlay-inner hr {
  background: #ffffff;
}
.block-overlay-inner .has-check::before {
  color: #ffffff !important;
}

.block-overlay-footer {
  position: relative;
  z-index: 2;
  background: rgba(29, 29, 34, 0.5);
  padding: 40px 10px;
}
.block-overlay-footer h1, .block-overlay-footer h2, .block-overlay-footer h3, .block-overlay-footer h4, .block-overlay-footer h5 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block-overlay-footer h1:last-child, .block-overlay-footer h2:last-child, .block-overlay-footer h3:last-child, .block-overlay-footer h4:last-child, .block-overlay-footer h5:last-child {
  margin-bottom: 0;
}
.block-overlay-footer h2.has-tick {
  padding-right: 20px;
  color: #ffffff;
  font-size: 25px;
  line-height: 39px;
  margin-bottom: 0;
}
.block-overlay-footer h2.has-tick .icon {
  width: 35px;
  height: 35px;
}

.block-overlay-footer-inner {
  max-width: 1230px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.payment-panels {
  padding-bottom: 10px;
}
@media screen and (min-width: 830px) {
  .payment-panels {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 60px;
  }
}

.payment-panel {
  padding: 30px 25px;
  margin: 0px 0px 20px 0px;
  background: #ffffff;
  text-align: center;
}
@media screen and (min-width: 830px) {
  .payment-panel {
    -webkit-flex: 0 1 46%;
        -ms-flex: 0 1 46%;
            flex: 0 1 46%;
    padding: 70px 40px;
    margin: 2%;
  }
}
@media screen and (min-width: 830px) {
  .payment-panel.entry-content h3.is-xlarge {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 830px) {
  .payment-panel.entry-content h1 {
    margin-bottom: 40px;
  }
}

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms;
}
body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0;
}
body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms;
}
body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0;
}
body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms;
}
body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0;
}
body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms;
}
body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0;
}
body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms;
}
body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0;
}
body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms;
}
body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0;
}
body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms;
}
body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0;
}
body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms;
}
body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0;
}
body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms;
}
body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0;
}
body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms;
}
body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0;
}
body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms;
}
body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0;
}
body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms;
}
body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0;
}
body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms;
}
body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0;
}
body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms;
}
body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0;
}
body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms;
}
body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0;
}
body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms;
}
body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0;
}
body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms;
}
body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0;
}
body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms;
}
body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0;
}
body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms;
}
body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0;
}
body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms;
}
body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0;
}
body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms;
}
body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0;
}
body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms;
}
body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0;
}
body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms;
}
body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0;
}
body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms;
}
body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0;
}
body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms;
}
body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0;
}
body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms;
}
body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0;
}
body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms;
}
body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0;
}
body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms;
}
body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0;
}
body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms;
}
body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0;
}
body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms;
}
body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0;
}
body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms;
}
body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0;
}
body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms;
}
body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0;
}
body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms;
}
body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0;
}
body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms;
}
body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0;
}
body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms;
}
body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0;
}
body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms;
}
body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0;
}
body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms;
}
body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0;
}
body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms;
}
body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0;
}
body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms;
}
body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0;
}
body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms;
}
body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0;
}
body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms;
}
body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0;
}
body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms;
}
body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0;
}
body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms;
}
body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0;
}
body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms;
}
body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0;
}
body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms;
}
body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0;
}
body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms;
}
body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0;
}
body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms;
}
body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0;
}
body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms;
}
body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0;
}
body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms;
}
body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0;
}
body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms;
}
body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0;
}
body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms;
}
body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0;
}
body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms;
}
body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0;
}
body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms;
}
body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0;
}
body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms;
}
body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0;
}
body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms;
}
body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0;
}
body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms;
}
body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0;
}
body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms;
}
body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0;
}
body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms;
}
body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0;
}
body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms;
}
body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0;
}
body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms;
}
body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0;
}
body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  will-change: transform;
}
[data-aos^='fade'][data-aos^='fade'].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-aos='fade-up'] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos='fade-down'] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos='fade-right'] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos='fade-left'] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos='fade-up-right'] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos='fade-up-left'] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos='fade-down-right'] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos='fade-down-left'] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

[data-aos='zoom-in'] {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos='zoom-in-up'] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos='zoom-in-down'] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos='zoom-in-right'] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos='zoom-in-left'] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos='zoom-out'] {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos='zoom-out-up'] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos='zoom-out-down'] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos='zoom-out-right'] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos='zoom-out-left'] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
[data-aos^='slide'][data-aos^='slide'].aos-animate {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[data-aos='slide-up'] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos='slide-down'] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos='slide-right'] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos='slide-left'] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos='flip-left'] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}
[data-aos='flip-left'].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-right'] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}
[data-aos='flip-right'].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-up'] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}
[data-aos='flip-up'].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos='flip-down'] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}
[data-aos='flip-down'].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 32px;
  height: 20px;
  display: block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 2px;
  background-color: #1d1d22;
  border-radius: 4px;
  position: absolute;
}
.desktop .hamburger-inner, .desktop .hamburger-inner::before, .desktop .hamburger-inner::after {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * Squeeze
 */
.desktop .hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.desktop .hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.desktop .hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.desktop .hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.desktop .hamburger--squeeze.is-active .hamburger-inner::before {
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.desktop .hamburger--squeeze.is-active .hamburger-inner::after {
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.plyr input[type=range]:focus, .plyr:focus {
  outline: 0;
}

.plyr .plyr__video-embed iframe, .plyr__tooltip {
  pointer-events: none;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
  direction: ltr;
}

.plyr, .plyr *, .plyr ::after, .plyr ::before {
  box-sizing: border-box;
}

.plyr a, .plyr button, .plyr input, .plyr label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.plyr audio, .plyr video {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}

.plyr input[type=range] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  background: 0 0;
}

.plyr input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
}

.plyr input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
  transition: background .2s ease,border .2s ease,transform .2s ease;
  transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.plyr input[type=range]::-moz-range-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
  user-select: none;
}

.plyr input[type=range]::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
  transition: background .2s ease,border .2s ease,transform .2s ease;
  transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.plyr input[type=range]::-ms-track {
  height: 8px;
  background: 0 0;
  border: 0;
  color: transparent;
}

.plyr input[type=range]::-ms-fill-upper {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
}

.plyr input[type=range]::-ms-fill-lower {
  height: 8px;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
  background: #82cfcd;
}

.plyr input[type=range]::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
  transition: background .2s ease,border .2s ease,transform .2s ease;
  transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}

.plyr input[type=range]::-ms-tooltip {
  display: none;
}

.plyr input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr input[type=range].tab-focus:focus {
  outline-offset: 3px;
}

.plyr input[type=range]:active::-webkit-slider-thumb {
  background: #82cfcd;
  border-color: #fff;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.plyr input[type=range]:active::-moz-range-thumb {
  background: #82cfcd;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr input[type=range]:active::-ms-thumb {
  background: #82cfcd;
  border-color: #fff;
  -ms-transform: scale(1.25);
      transform: scale(1.25);
}

.plyr--video input[type=range].tab-focus:focus {
  outline: rgba(255, 255, 255, 0.5) dotted 1px;
}

.plyr--audio input[type=range].tab-focus:focus {
  outline: rgba(86, 93, 100, 0.5) dotted 1px;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
}

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}

.plyr__video-embed {
  padding-bottom: 56.25%;
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
}

.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  -webkit-transform: translateY(-35.95%);
      -ms-transform: translateY(-35.95%);
          transform: translateY(-35.95%);
}

.plyr video::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 150%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 24px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr--hide-controls .plyr__captions {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}

@media (min-width: 1024px) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px;
  }
}
.plyr ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  line-height: 1;
  text-align: center;
}

.plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button {
  margin-left: 5px;
}

.plyr__controls .plyr__progress:first-child, .plyr__controls .plyr__time:first-child, .plyr__controls > button:first-child {
  margin-left: 0;
}

.plyr__controls .plyr__volume {
  margin-left: 5px;
}

.plyr__controls [data-plyr=pause] {
  margin-left: 0;
}

.plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: 0 0;
  border-radius: 3px;
  cursor: pointer;
  transition: background .3s ease,color .3s ease,opacity .3s ease;
  color: inherit;
}

.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.plyr__controls button:focus {
  outline: 0;
}

.plyr__controls .icon--captions-on, .plyr__controls .icon--exit-fullscreen, .plyr__controls .icon--muted {
  display: none;
}

@media (min-width: 480px) {
  .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button {
    margin-left: 10px;
  }
}
.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}

.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 50px 10px 10px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  transition: opacity .3s ease;
}

.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
  background: #82cfcd;
  color: #fff;
}

.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565D64;
}

.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
  background: #82cfcd;
  color: #fff;
}

.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px;
  border: 4px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  transition: all .3s ease;
}

.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.plyr__play-large:focus {
  outline: rgba(255, 255, 255, 0.5) dotted 1px;
}

.plyr .plyr__play-large {
  display: inline-block;
}

.plyr--audio .plyr__play-large, .plyr--playing .plyr__controls [data-plyr=play], .plyr__controls [data-plyr=pause] {
  display: none;
}

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}

.plyr--playing .plyr__controls [data-plyr=pause] {
  display: inline-block;
}

.plyr--captions-active .plyr__controls .icon--captions-on, .plyr--fullscreen-active .icon--exit-fullscreen, .plyr--muted .plyr__controls .icon--muted {
  display: block;
}

.plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr--captions-active .plyr__controls .icon--captions-on + svg, .plyr--fullscreen-active .icon--exit-fullscreen + svg, .plyr--muted .plyr__controls .icon--muted + svg {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
      -ms-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease;
}

.plyr__tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}

.plyr button.tab-focus:focus .plyr__tooltip, .plyr button:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
      -ms-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.plyr button:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
      -ms-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
      -ms-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.plyr__controls button:first-child .plyr__tooltip--visible, .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:first-child:hover .plyr__tooltip, .plyr__controls button:last-child .plyr__tooltip--visible, .plyr__controls button:last-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr__progress {
  position: relative;
  display: none;
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
}

.plyr__progress input[type=range]::-moz-range-track {
  background: 0 0;
}

.plyr__progress input[type=range]::-ms-fill-upper {
  background: 0 0;
}

.plyr__progress .plyr__tooltip {
  left: 0;
}

.plyr .plyr__progress {
  display: inline-block;
}

.plyr__progress--buffer, .plyr__progress--played, .plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 100px;
}

.plyr__progress--buffer::-webkit-progress-bar, .plyr__progress--played::-webkit-progress-bar, .plyr__volume--display::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress--buffer::-webkit-progress-value, .plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-moz-progress-bar, .plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-ms-fill, .plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
  border-radius: 100px;
}

.plyr__progress--played, .plyr__volume--display {
  z-index: 1;
  color: #82cfcd;
  background: 0 0;
  transition: none;
}

.plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}

.plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}

.plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
  display: none;
}

.plyr__progress--buffer::-webkit-progress-value {
  transition: width .2s ease;
}

.plyr__progress--buffer::-moz-progress-bar {
  transition: width .2s ease;
}

.plyr__progress--buffer::-ms-fill {
  transition: width .2s ease;
}

.plyr--video .plyr__progress--buffer, .plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress--buffer, .plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.66);
}

.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.66);
}

.plyr--loading .plyr__progress--buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.66);
}

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.plyr__time + .plyr__time {
  display: none;
}

@media (min-width: 768px) {
  .plyr__time + .plyr__time {
    display: inline-block;
  }
}
.plyr__time + .plyr__time::before {
  content: "\2044";
  margin-right: 10px;
}

.plyr__volume {
  display: none;
}

.plyr .plyr__volume {
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  position: relative;
}

.plyr .plyr__volume input[type=range] {
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}
@media (min-width: 768px) {
  .plyr .plyr__volume {
    max-width: 100px;
  }
}
.plyr--is-ios .plyr__volume, .plyr--is-ios [data-plyr=mute] {
  display: none !important;
}

.plyr--fullscreen-active {
  height: 100%;
  width: 100%;
  background: #000;
  border-radius: 0 !important;
}

.plyr--fullscreen-active video {
  height: 100%;
}

.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr--fullscreen-active .plyr__video-embed {
  overflow: visible;
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr--fullscreen-fallback.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: auto;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single:focus {
  outline: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #eff2f4;
  border: 0;
  border-radius: 0px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  font-size: 16px;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 10px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  line-height: 20px;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #eff2f4;
  border: 0;
  font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 5px;
  right: 7px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #d1d9df;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Coming soon */
@media screen and (max-width: 859px) {
  .coming-soon-email-link {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0px 10px;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 700;
  }
}

/* Home */
.palm-overlay {
  position: absolute;
  top: -340px;
  right: -80px;
  z-index: 3;
  display: block;
  height: auto;
  width: 100%;
  max-width: 480px;
  mix-blend-mode: multiply;
  opacity: 0.9;
}
.no-mix-blend-mode .palm-overlay, .mobile .palm-overlay, .tablet .palm-overlay {
  display: none;
}
