body {
  background: #fff !important;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.d-f-c-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.d-f-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.active-show {
  display: block;
  animation: fadein .15s linear;
}
.hs-circle--background {
  fill: none;
  stroke: rgba(255,255,255,0.45);
  stroke-width: 3;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
.hero {
  position: relative;
}
.hero .slick-dots {
  position: relative;
  width: auto;
  bottom: auto;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.hero .slick-dots li {
  margin: 0;
  margin-right: 20px;
  width: 7px;
  height: 7px;
  background: 0 0;
}
.hero .slick-dots li button {
  width: 11px;
  height: 11px;
  color: transparent;
  background: 0 0;
}
.hero .slick-dots li button:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 0;
  width: 11px;
  height: 11px;
  background: #553f3f !important;
  opacity: .3;
  border-radius: 11px;
  transition: .1s ease;
}
.hero .slick-dots li:hover {
  background: 0 0;
}
.hero .slick-dots li.slick-active {
  background: 0 0;
}
.hero .slick-dots .slick-active button:before {
  transform: translate(-50%,-50%) scale(1.4);
  opacity: 1;
}
.circle-note-progress {
  display: none;
}
.hs-circle--bar {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-dasharray: 100 100;
  stroke-linecap: round;
  transition: linear;
}
.hs-circle {
  transform: rotate(-90deg);
}
.hs-circle--inside {
  fill: rgba(255,255,255,0.45);
  stroke: none;
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.slick-dots li button:hover:before {
  opacity: 1;
  background: #fff;
}
.hs-slide-pregress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  margin-bottom: 60px;
  padding-left: 100px;
}
.slide-pregress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hs-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.hs-tiitle {
  font-family: 'SangBleu Sunrise';
  font-style: normal;
  font-weight: 700 !important;
  font-size: 50px !important;
  line-height: 137%;
  margin: 0;
  color: #553f3f;
  margin-bottom: 30px;
}
.hs-container {
  width: 90% !important;
  max-width: 1700px;
  margin: 0 auto;
}
.hs-content,
.new-hs-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.froth-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.home-two .slick-list {
  max-height: 750px;
}
.hs-slide-left {
  margin-top: 50px;
  margin-left: 100px;
  width: 41.666666%;
  height: 575px;
  max-width: 605px;
  z-index: 10;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hs-slide-right {
  width: 50%;
  z-index: 2;
}
.hs-slide-right .hs-box {
  width: auto;
  z-index: 10;
  position: relative;
  max-height: 750px;
}
.hs-decore-line {
  position: absolute;
  top: 0;
  right: calc(5vw);
  height: 102%;
  width: auto;
  max-width: 150% !important;
}
.hero-slide {
  position: relative;
  overflow: hidden;
}
.hero-slides {
  position: relative;
}
.slick-slider {
  margin-bottom: 0 !important;
}
.slick-slide {
  height: inherit !important;
  height: auto;
}
.slick-slide:focus {
  outline: 0 !important;
}
.slick-slide:active {
  outline: 0 !important;
}
.hs-link {
  font-family: 'TT Commons';
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  padding: 21px 86px 17px;
  background: #ff7a74;
  color: #fff !important;
  box-shadow: 0 20px 45px rgba(255,134,129,0.25);
  border-radius: 10px;
  margin-top: auto;
  margin-bottom: 80px;
  transition: 250ms ease;
}
.hs-link:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 24px 54px transparent;
  background-color: rgba(255,142,136,0.8);
}
.hs-link:visited {
  color: #fff;
}
#hs-descr-white {
  font-family: 'TT Commons';
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 138%;
  letter-spacing: normal;
  color: #fff;
  margin: 0;
  max-width: 400px;
}
.canada {
  margin-bottom: 15px;
}
.canada-container {
  text-align: center;
  margin: 50px auto;
}
.canada-title {
  max-width: 500px;
  margin: 10px auto !important;
}
.ca-customers {
  font-family: 'TT Commons';
  color: #553f3f;
  font-size: 22px;
}
.empower-cta-container p {
  text-align: left;
  margin-top: 0;
}
@media (max-width: 1420px) {
  .hs-tiitle {
    font-size: 48px !important;
  }
  .new-hs-content {
    padding-top: 10px 0;
  }
  .hs-content {
    padding-top: 167px;
    padding-bottom: 120px;
  }
  .froth-content {
    padding-top: 100px;
  }
}
@media (max-width: 1200px) {
  .empower-cta-container p {
    text-align: center;
  }
}
@media (max-width: 1180px) {
  .hs-slide-right {
    width: 58%;
  }
  .hs-tiitle {
    font-size: 42px !important;
  }
  #hs-descr-white,
  .hs-descr {
    font-size: 20px;
  }
  .hs-content,
  .new-hs-content {
    height: 100vh;
  }
  .hs-slide-pregress {
    margin-bottom: 15px;
  }
}
@media (max-width: 998px) {
  .hs-tiitle {
    font-size: 32px !important;
  }
  .canada {
    width: 80%;
  }
  .hs-slide-left {
    height: 375px;
    margin-left: 0;
    margin-top: 25px;
  }
  .hs-link {
    margin-bottom: 0;
    font-size: 20px;
  }
  .hs-slide-pregress {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .hero {
    position: relative;
    max-height: none;
  }
}
@media (max-width: 768px) {
  .hs-content,
  .new-hs-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .froth-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .hs-dots {
    bottom: 0;
  }
  .hs-slide-pregress {
    height: auto;
    justify-content: center;
  }
  .slide-pregress {
    display: none;
  }
  .hs-tiitle {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 35px;
  }
  .hs-slide-left {
    width: 100%;
    order: 0;
    max-width: 467px;
    height: 180px;
    margin-top: 0;
  }
  .hs-slide-right {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 0;
    order: 1;
    margin-bottom: 20px;
  }
  .hs-slide-right .hs-box {
    max-width: 320px;
    margin: 0 auto;
  }
  .hs-link {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin: 0;
    transform: translate(-50%,0);
    z-index: 24;
    white-space: nowrap;
  }
  .hero .slick-dots {
    margin-bottom: 0;
  }
  .hero .slick-dots li {
    margin-right: 13px;
  }
  .hero .slick-dots li button:before {
    width: 6px;
    height: 6px;
  }
  .hero .slick-dots .slick-active button:before {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 468px) {
  .hs-slide-left {
    height: 160px;
    max-width: 280px;
  }
  .hs-tiitle {
    font-size: 25px !important;
    letter-spacing: normal;
  }
  #hs-descr-white,
  .hs-descr {
    font-size: 16px;
  }
  .hs-slide-right {
    width: 100%;
  }
  .hs-link {
    bottom: 50px;
    width: 94%;
    text-align: center;
    padding: 16px 0;
  }
  .hs-dots {
    bottom: 0;
  }
  .hs-content,
  .new-hs-content {
    padding-top: 74px;
  }
  .froth-content {
    padding-top: 74px;
  }
}
.hs-container {
  width: 96%;
  max-width: 1700px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .featured-title {
    width: 25%;
    font-size: 16px;
  }
  .featured-logos {
    width: 75%;
  }
  .featured-row {
    justify-content: space-between;
  }
  .featured-logo {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .featured-title {
    width: 100px;
    font-size: 14px;
  }
  .featured-logos {
    width: 582px;
  }
}
.block-title {
  text-align: center;
  font-family: 'SangBleu Sunrise';
  color: #553f3f;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
.block-title_mobile {
  display: none;
}
.block-title_desktop {
  display: inline;
}
@media (max-width: 992px) {
  .block-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .block-title {
    font-size: 28px;
  }
}
@media (max-width: 468px) {
  .block-title {
    font-size: 24px;
  }
  .block-title_mobile {
    display: inline;
  }
  .block-title_desktop {
    display: none;
  }
}
.d-f-start-c {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
.d-f-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.hs-container {
  width: 96%;
  max-width: 1700px;
  margin: 0 auto;
}
.howitworks-card-title {
  font-family: 'SangBleu Sunrise';
  font-size: 20px;
  font-weight: 700 !important;
  color: #ed7873;
  margin: 0;
  text-align: center;
}
.howitworks-card {
  flex-direction: column;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  width: 25%;
  margin: 0 35px;
}
.howitworks-card-img {
  margin-bottom: 64px;
  height: 214px;
}
.howitworks-card-img img {
  width: 100%;
}
.howitworks-card-descr {
  font-family: 'TT Commons';
  color: #837e7e;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: normal;
  margin: 0;
  margin-top: 20px;
}
.movement {
  max-width: 285px;
}
.movement img {
  max-width: 285px;
  transform: translate(17px,0);
}
.box {
  max-width: 280px;
  width: 20%;
}
.box img {
  transform: translate(0,-25px);
}
.experience {
  max-width: 400px;
  width: 35%;
}
.experience img {
  transform: translate(23px,0);
}
.experience .howitworks-card-descr {
  max-width: 278px;
}
.howitworks {
  margin-top: 105px;
}
.howitworks .block-title {
  margin-bottom: 164px;
}
@media (max-width: 992px) {
  .block-title {
    font-size: 30px;
  }
  .howitworks .block-title {
    margin-bottom: 65px;
  }
  .howitworks-card-img {
    margin-bottom: 32px;
    height: 200px;
  }
  .howitworks-card {
    margin: 0 15px;
  }
  .box img {
    transform: translate(0,-15px);
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .howitworks {
    margin-top: 52px;
  }
  .howitworks .block-title {
    margin-bottom: 55px;
  }
  .movement {
    max-width: none;
  }
  .movement img {
    transform: translate(10px,0);
  }
  .box {
    max-width: none;
  }
  .box img {
    transform: translate(0,-5px);
    max-width: 100%;
  }
  .experience {
    max-width: none;
  }
  .experience img {
    transform: translate(6px,0);
  }
  .block-title {
    font-size: 28px;
  }
  .howitworks-cards {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  .howitworks-card-img {
    height: 128px;
    margin-bottom: 20px;
  }
  .howitworks-card-img img {
    height: 100%;
  }
  .howitworks-card {
    width: 100%;
    margin: 0;
    margin-bottom: 52px;
  }
  .howitworks-card-title {
    font-size: 24px;
  }
  .howitworks-card-descr {
    font-size: 16px;
    max-width: 354px;
    margin-top: 18px;
    line-height: 1.2em;
  }
}
@media (max-width: 468px) {
  .block-title {
    font-size: 24px;
  }
}
.block-title {
  text-align: center;
  font-family: 'SangBleu Sunrise';
  color: #553f3f;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 992px) {
  .block-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .block-title {
    font-size: 28px;
  }
}
@media (max-width: 468px) {
  .block-title {
    font-size: 24px;
  }
}
.d-f-start-c {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
.hs-container {
  width: 96%;
  max-width: 1700px;
  margin: 0 auto;
}
.subscription {
  position: relative;
  margin-top: 266px;
}
.subscription .block-title {
  margin-bottom: 128px;
}
.subscription-block {
  max-width: 284px;
  margin: 0 68px;
  width: 50%;
  text-align: left;
}
.subscription-block img {
  width: 100%;
  height: 412px;
  border-radius: 3px;
  object-fit: cover;
}
.subscription-block:first-child {
  margin-left: 0;
}
.subscription-block:last-child {
  margin-right: 0;
}
.subscription-blocks {
  margin-bottom: 100px;
  position: relative;
}
.subscription-blocks:last-child {
  margin-bottom: 0;
}
.subscription-descr {
  font-family: 'TT Commons';
  color: #8a8484;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 128.2%;
  margin: 0;
}
.subscription-title-strong {
  font-family: 'SangBleu Sunrise';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  color: #432e37;
  margin: 45px 0 30px;
}
.subscription-decore-line {
  position: absolute;
  width: 100%;
  top: 15%;
  left: 0;
}
@media (max-width: 768px) {
  .subscription-blocks {
    margin: 0 0 42px;
  }
  .subscription-block img {
    height: 270px;
  }
  .subscription {
    position: relative;
    overflow: hidden;
    margin-top: 132px;
  }
  .subscription .block-title {
    margin-bottom: 75px;
  }
  .subscription-decore-line {
    width: 200%;
    transform: translate(-30%,0);
    top: 10%;
  }
  .subscription-block {
    max-width: 205px;
    width: 40%;
    margin: 0;
  }
  .subscription-block:first-child {
    margin-right: 7%;
  }
  .subscription-block:last-child {
    margin-left: 7%;
  }
  .subscription-title-strong {
    font-size: 22px;
    margin: 35px 0 25px;
  }
  .subscription-descr {
    font-size: 14px;
    line-height: 128.2%;
  }
}
@media (max-width: 468px) {
  .swipe-content {
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll;
  }
  .subscription {
    margin-top: 50px;
  }
  .subscription .hs-container {
    width: 100%;
  }
  .subscription-block {
    min-width: 210px;
  }
  .subscription-block:first-child {
    margin-right: 45px;
  }
  .subscription-block:last-child {
    margin-right: 45px;
    margin-left: 0;
  }
  .subscription-blocks {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
  .subscription-blocks:first-child {
    margin-left: 20px;
  }
  .subscription-title-strong {
    font-size: 18px;
    margin: 21px 0 15px;
  }
  .subscription-decore-line {
    top: 5%;
    width: 250%;
    max-width: 250% !important;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes translateDown {
  0% {
    opacity: 0;
    transform: scale(.6) translate3d(0,0,0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate3d(0,0,0);
  }
}
.box-slider-img {
  max-height: 480px;
  height: 100%;
}
.box-slider-img img {
  height: 100%;
  width: auto;
}
@media (max-width: 468px) {
  .box-modal-descr-container {
    font-size: 14px;
    width: auto;
    margin: 25px;
  }
  .canada {
    width: 60%;
  }
  .box-modal-link {
    margin-bottom: 25px;
    width: calc(50%);
    margin-top: 0;
    font-size: 20px;
  }
  .box-modal-title {
    font-size: 24px;
    margin: 20px 0 19px 25px;
  }
  .box-modal-close {
    top: 23px;
    right: 25px;
  }
  .box-slider-img {
    max-height: 340px;
    height: 340px;
  }
  .box-modal-dialog {
    max-width: 96%;
  }
}
.block-title {
  text-align: center;
  font-family: 'SangBleu Sunrise';
  color: #553f3f;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 992px) {
  .block-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .block-title {
    font-size: 28px;
  }
}
@media (max-width: 468px) {
  .block-title {
    font-size: 24px;
  }
}
.hs-container {
  width: 96%;
  max-width: 1700px;
  margin: 0 auto;
}
.box-themes {
  background: url(/images/landing/box-theme/box-theme-bg.svg);
  padding-top: 220px;
  margin-top: 182px;
  overflow: hidden;
  padding-bottom: 286px;
  background-repeat: no-repeat;
}
.box-slide-title {
  font-family: 'SangBleu Sunrise';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  color: #553f3f;
  margin: 40px 0 18px;
}
.box-slide-item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0 30px;
  text-align: left;
}
.box-slide-img {
  width: 100%;
  transition: 250ms ease;
}
.box-slider,
.prev-box-slider,
.social-slider {
  max-width: 1098px;
  margin: 0 auto;
  margin-top: 90px;
  width: 80%;
}
.box-slider .slick-slide div,
.prev-box-slider .slick-slide div,
.social-slider .slick-slide div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.box-slider .slick-next,
.prev-box-slider .slick-next,
.social-slider .slick-next {
  width: 16px;
  height: 31px;
  transition: 250ms ease;
  opacity: 1;
  right: -75px;
  top: 135px;
}
.box-slider .slick-next:hover,
.prev-box-slider .slick-next:hover,
.social-slider .slick-next:hover {
  opacity: .6;
}
.box-slider .slick-prev,
.prev-box-slider .slick-prev,
.social-slider .slick-prev {
  width: 16px;
  height: 31px;
  transition: 250ms ease;
  opacity: 1;
  left: -75px;
  top: 135px;
}
.box-slider .slick-prev:before {
  content: '';
  background-image: url(/images/landing/box-theme/box-slider-left-arrow.svg);
  width: 16px;
  height: 31px;
  background-size: 16px 31px;
  display: inline-block;
}
.box-slider .slick-prev:hover,
.prev-box-slider .slick-prev:hover,
.social-slider .slick-prev:hover {
  opacity: .6;
}
.box-slide-img-container {
  position: relative;
  transition: opacity 250ms ease-in-out;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 260px;
}
.box-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.all-boxes .box-slide-img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: auto;
}
.box-slide-img-container:hover {
  opacity: .8;
  cursor: pointer;
}
.box-slide-img-container:hover .box-slide-zoome {
  transform: scale(1.2);
}
.box-slide-zoome {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 27px;
  height: 27px;
  border-radius: 0;
  transition: 250ms ease;
}
@media (min-width: 1970px) {
  .box-themes,
  .gift-hiw {
    background-repeat: repeat-x;
  }
}
@media (max-width: 1300px) {
  .box-slide-img-container {
    height: 220px;
  }
  .box-slider .slick-prev,
  .prev-box-slider .slick-prev,
  .social-slider .slick-prev {
    top: 115px;
  }
  .box-slider .slick-next,
  .social-slider .slick-next {
    top: 115px;
  }
  .prev-box-slider .slick-next {
    top: 100px;
  }
}
@media (max-width: 1100px) {
  .box-slide-img-container {
    height: 190px;
  }
  .box-slider .slick-prev,
  .prev-box-slider .slick-prev,
  .social-slider .slick-prev {
    top: 100px;
  }
  .box-slider .slick-next,
  .social-slider .slick-next {
    top: 100px;
  }
  .prev-box-slider .slick-next {
    top: 80px;
  }
}
@media (max-width: 992px) {
  .box-slide-title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .box-themes {
    padding-top: 150px;
    background-position: 20% 0;
    margin-top: 132px;
    padding-bottom: 128px;
    background-size: cover;
  }
  .box-slide-item {
    padding: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .box-slider,
  .prev-box-slider {
    margin-top: 48px;
    max-width: 300px;
  }
  .box-slider .slick-slide div,
  .prev-box-slider .slick-slide div,
  .social-slider .slick-slide div {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .box-slide-img-container {
    height: 230px;
  }
  .box-slider .slick-next,
  .prev-box-slider .slick-next,
  .social-slider .slick-next {
    right: -25%;
    top: 125px;
  }
  .box-slider .slick-prev,
  .prev-box-slider .slick-prev,
  .social-slider .slick-prev {
    left: -25%;
    top: 125px;
  }
  .box-slide-title {
    font-size: 20px;
    text-align: center;
    margin: 20px 0 17px;
  }
}
@media (max-width: 468px) {
  .box-themes {
    padding-top: 150px;
    background-position: 35% 0;
    margin-top: 80px;
    padding-bottom: 135px;
  }
  .box-slider,
  .prev-box-slider .social-slider {
    width: 95%;
    margin-top: 75px;
    max-width: 365px;
  }
  .box-slider .slick-next,
  .prev-box-slider .slick-next,
  .social-slider .slick-next {
    right: -10px;
  }
  .box-slider .slick-prev,
  .prev-box-slider .slick-prev,
  .social-slider .slick-prev {
    left: -10px;
  }
  .box-slide-item {
    margin: 0 15px;
  }
  .box-slide-descr {
    font-size: 14px;
  }
  .box-slide-link {
    font-size: 14px;
  }
  .box-slide-title {
    margin: 16px 0 14px;
  }
  .box-slide-img-container img {
    border-radius: 10px;
  }
  .box-slide-zoome {
    display: none !important;
  }
}
.block-title {
  text-align: center;
  font-family: 'SangBleu Sunrise';
  color: #553f3f;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 992px) {
  .block-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .block-title {
    font-size: 28px;
  }
}
@media (max-width: 468px) {
  .block-title {
    font-size: 24px;
  }
}
.hs-container {
  width: 96%;
  max-width: 1700px;
  margin: 0 auto;
}
.d-f-end-start {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
}
.d-f-start-between {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.impact {
  margin-top: 166px;
  overflow: hidden;
  padding-bottom: 316px;
  position: relative;
}
.impact .block-title {
  line-height: .9;
  margin-left: 30px;
  position: relative;
}
.impact-head-icon-title {
  width: 56%;
  flex: 0 0 56%;
  padding-right: 10%;
}
.impact-head-icon-title img {
  flex: 0 0 67px;
  width: 100%;
  max-width: 67px;
}
.impact-list {
  margin: 0;
  font-family: 'TT Commons';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  line-height: 125%;
  letter-spacing: normal;
  color: #8a8484;
  margin-top: 22px;
  padding-right: 10%;
}
.impact-head {
  max-width: 1426px;
  margin: 0 auto;
  margin-bottom: 118px;
}
.impact-cols {
  max-width: 1426px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.impact-col-left {
  width: 27%;
  position: relative;
  z-index: 10;
  flex: 0 0 27%;
}
.impact-col-mid {
  width: 25%;
  flex: 0 0 25%;
}
.impact-col-right {
  width: 42%;
  position: relative;
  z-index: 10;
  flex: 0 0 42%;
}
.impact-col-img {
  width: 100%;
}
.impact-after-text {
  font-family: 'SangBleu Sunrise';
  font-style: normal;
  font-weight: 400;
  font-size: 37px;
  line-height: 135%;
  color: #958f8f;
  text-align: left;
  margin: 0;
  margin-top: 50px;
  max-width: 345px;
}
.impact-decore-line {
  position: absolute;
  width: 100%;
  top: 10%;
  left: 0;
  max-height: 940px;
}
.impact-list-col {
  margin-bottom: 118px;
  width: 42%;
  position: relative;
  z-index: 10;
  flex: 0 0 42%;
}
@media (max-width: 992px) {
  .impact .hs-container {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .impact-decore-line {
    width: 150%;
    max-width: 150% !important;
    top: 15%;
    left: -25%;
    z-index: 1;
  }
  .impact-after-text {
    font-size: 24px;
    max-width: 230px;
    margin-top: 30px;
  }
  .impact-col-right {
    width: 320px;
    flex: 0 0 320px;
    margin: 0 25px;
  }
  .impact-col-left {
    width: 225px;
    flex: 0 0 225px;
    margin: 0 25px;
  }
  .impact-col-mid {
    width: 209px;
    flex: 0 0 209px;
    margin: 0 25px;
  }
  .impact-img-block {
    margin-left: -50px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .impact-img-block::-webkit-scrollbar {
    display: none;
  }
  .impact-list {
    margin-top: 36px;
  }
}
@media (max-width: 768px) {
  .impact .hs-container {
    width: 100%;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .impact .hs-container::-webkit-scrollbar {
    display: none;
  }
  .impact-decore-line {
    left: 0;
  }
  .impact-list {
    font-size: 16px;
    margin-top: 13px;
  }
  .impact-head-icon-title {
    width: 45%;
    flex: 0 0 45%;
  }
  .impact-head-icon-title img {
    flex: 0 0 40px;
    width: 100%;
    max-width: 40px;
  }
  .impact-list-col {
    margin-bottom: 70px;
    width: 55%;
    position: relative;
    z-index: 10;
    flex: 0 0 55%;
  }
  .impact-after-text {
    font-size: 21px;
    max-width: 168px;
  }
}
@media (max-width: 468px) {
  .impact-head-icon-title {
    width: 100%;
    flex: 0 0 100%;
    order: 0;
    margin-bottom: 48px;
    padding-right: 0;
    justify-content: center;
  }
  .impact-list-col {
    width: 100%;
    flex: 0 0 100%;
    order: 2;
    padding-left: 40px;
    margin-bottom: 0;
  }
  .impact-img-block {
    order: 1;
    margin-bottom: 62px;
    margin-left: 0;
  }
  .impact {
    margin-top: 60px;
    padding-bottom: 171px;
  }
  .impact .block-title {
    margin-left: 13px;
  }
  .impact-decore-line {
    width: 1330px;
    max-width: 1330px !important;
    top: -2%;
    left: -55%;
  }
}
.all-boxes .box-slide-item {
  max-width: 100%;
}
.all-boxes .box-slide-title {
  text-align: center;
}
.all-boxes .box-slide-link {
  text-align: center;
  color: #ff8d88;
  transition: 250ms;
}
.box-slide-link:hover {
  opacity: .5;
  cursor: pointer;
}
@media (max-width: 768px) {
  .all-boxes .box-slider,
  .all-boxes .prev-box-slider,
  .all-boxes .social-slider {
    margin-top: 33px;
    max-width: 400px;
  }
  .all-boxes .box-slider .slick-next,
  .all-boxes .prev-box-slider .slick-next,
  .all-boxes .social-slider .slick-next {
    right: -15px;
  }
  .all-boxes .box-slider .slick-prev,
  .all-boxes .prev-box-slider .slick-prev,
  .all-boxes .social-slider .slick-prev {
    left: -15px;
  }
}
@media (max-width: 468px) {
  .all-boxes .box-slider,
  .all-boxes .prev-box-slider,
  .all-boxes .social-slider {
    width: 100%;
  }
  .all-boxes .box-slider .slick-next,
  .all-boxes .prev-box-slider .slick-next,
  .all-boxes .social-slider .slick-next {
    right: 0;
  }
  .all-boxes .box-slider .slick-prev,
  .all-boxes .prev-box-slider .slick-prev,
  .all-boxes .social-slider .slick-prev {
    left: 0;
    z-index: 10;
  }
  .all-boxes .box-slide-item {
    margin: 0;
  }
}
.block-link {
  font-family: 'TT Commons';
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  padding: 21px 86px 17px;
  background: #ff7a74;
  color: #fff !important;
  box-shadow: 0 20px 45px rgba(255,134,129,0.25);
  border-radius: 10px;
  transition: 250ms ease;
  margin-top: 60px;
}
.block-link:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 24px 54px transparent;
  background-color: rgba(255,142,136,0.8);
}
.d-f-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  .block-link {
    margin-top: 40px;
  }
}
@media (max-width: 468px) {
  .block-link {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.block-title {
  text-align: center;
  font-family: 'SangBleu Sunrise';
  color: #553f3f;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 992px) {
  .block-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .block-title {
    font-size: 28px;
  }
}
@media (max-width: 468px) {
  .block-title {
    font-size: 24px;
  }
}
.hs-container {
  width: 96%;
  max-width: 1700px;
  margin: 0 auto;
}
.d-f-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.d-f-c-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}
.d-f-start-around {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  align-content: flex-start;
}
.d-f-start-c {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
.sub-title-line-colored {
  margin-bottom: 116px;
}
.fair-trade .retail-title {
  min-height: auto;
  text-align: center;
}
.fair-trade .col-3s {
  padding: 0;
}
.fair-trade-cols {
  max-width: 1098px;
  margin: 0 auto;
  margin-bottom: 63px;
}
.fair-trade-col-s4 {
  width: 25%;
  flex: 0 0 25%;
  max-width: 200px;
}
.fair-trade-icon-descr {
  font-family: 'TT Commons';
  color: #8a8484;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 129%;
  letter-spacing: normal;
  margin: 0;
  margin-top: 31px;
}
.fair-trade-icon {
  width: 106px;
  height: 106px;
  margin: 0 auto;
}
.fair-trade-icon img {
  width: 100%;
}
.artisans-gutter {
  width: 40%;
  height: 1.5px;
  background: #ff9f9f;
  margin-bottom: 87px;
  position: relative;
}
.artisans-gutter:before {
  content: '';
  height: 87px;
  width: 1.5px;
  position: absolute;
  left: 50%;
  top: 0;
  background: #ff9f9f;
}
.after-retail-title {
  text-align: center;
  margin: 0;
  font-family: 'TT Commons';
  color: #553f3f;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 129%;
}
.payment-section .retail-title {
  margin-top: 0;
  text-align: center;
  margin-bottom: 58px;
  height: auto;
  min-height: auto;
}
.plase-order .col-3s {
  width: 100%;
  flex: 0 0 100%;
}
.not-fair-modal-swipe {
  display: none !important;
}
.mobile-swipe-descr {
  display: none !important;
}
@media (max-width: 992px) {
  .artisans-subtitle {
    font-size: 28px;
  }
  .retail-title {
    font-size: 20px;
    min-height: 88px;
    font-size: 17px;
    line-height: 23px;
  }
  .retail-text {
    font-size: 18px;
  }
  .after-retail-title {
    font-size: 22px;
  }
  .fair-trade-icon-descr {
    font-size: 16px;
  }
  .sub-title-line-colored {
    margin-bottom: 60px;
  }
  .artisans-gutter {
    margin-bottom: 60px;
  }
  .artisans-gutter:before {
    height: 60px;
  }
  .retail-cols {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .artisans-subtitle {
    font-size: 20px;
  }
  .retail-title {
    font-size: 17px;
    min-height: 88px;
    font-size: 20px;
    line-height: 27px;
  }
  .retail-text {
    font-size: 16px;
  }
  .after-retail-title {
    font-size: 20px;
  }
  .fair-trade-icon-descr {
    font-size: 16px;
  }
  .sub-title-line-colored {
    margin-bottom: 60px;
  }
  .artisans-gutter {
    margin-bottom: 50px;
    width: 30%;
  }
  .artisans-gutter:before {
    height: 50px;
  }
  .retail-cols {
    margin-bottom: 35px;
    max-width: 90%;
  }
  .sub-title-line {
    max-width: 90%;
    margin-bottom: 15px;
  }
  .fair-trade-cols {
    max-width: 90%;
    justify-content: center;
    margin-bottom: 45px;
  }
  .artisans {
    margin-top: 157px;
  }
  .artisans .block-title {
    margin-bottom: 65px;
  }
  .retail-number-wrapper {
    width: 35px;
    height: 35px;
  }
  .retail-number {
    font-size: 20px;
  }
  .fair-trade-icon {
    width: 58px;
    height: 58px;
  }
  .fair-trade .retail-title {
    margin-top: 14px;
  }
  .fair-trade-col-s4 {
    width: 20%;
    flex: 0 0 20%;
    padding: 0 10px;
  }
  .payment-section .retail-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 578px) {
  .cols-mobile-swipe {
    width: 100%;
    max-width: 100%;
  }
  .fair-trade-col-s4 {
    width: 25%;
    flex: 0 0 25%;
    padding: 0 10px;
  }
}
.block-title {
  text-align: center;
  font-family: 'SangBleu Sunrise';
  color: #553f3f;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 992px) {
  .block-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .block-title {
    font-size: 28px;
  }
}
@media (max-width: 468px) {
  .block-title {
    font-size: 24px;
  }
}
.d-f-c-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.hs-container {
  width: 96%;
  max-width: 1700px;
  margin: 0 auto;
}
.questions {
  margin-top: 135px;
  background: #ecf5f5;
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
  margin-bottom: 80px;
}
.questions:after {
  content: '';
  width: 100%;
  height: 200px;
  background: url(/images/landing/questions/full-after.png);
  position: absolute;
  background-position: top center;
  top: -50px;
  left: 50%;
  transform: translate(-50%,0);
}
.questions:before {
  content: '';
  width: 100%;
  height: 200px;
  background: url(/images/landing/questions/full-after.png);
  position: absolute;
  background-position: bottom center;
  bottom: -75px;
  left: 50%;
  transform: translate(-50%,0);
}
.questions .hs-container {
  max-width: 958px;
  width: 75%;
}
.questions .hs-container>* {
  position: relative;
  z-index: 10;
}
.questions .block-title {
  margin-bottom: 100px;
  text-align: left;
  padding-left: 10%;
}
.accordion {
  position: relative;
  user-select: none;
  transition: opacity 350ms ease-in-out;
  opacity: 1;
}
.accordion:hover {
  opacity: .5;
  cursor: pointer;
}
.accordion-row {
  margin-bottom: 38px;
  text-align: left;
}
.answer {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 350ms ease-in-out;
  padding-left: 10%;
}
.questions-question {
  font-family: 'TT Commons';
  font-style: normal;
  font-weight: 400 !important;
  font-size: 32px;
  line-height: 133%;
  color: #462c37;
  margin: 0;
  padding-left: 10%;
  transition: color 350ms ease-in-out;
  width: 100%;
}
.questions-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%) rotate(180deg);
  width: 26px;
  height: 26px;
  transition: 350ms ease-in-out;
}
.questions-icon svg {
  fill: #bdbdbd;
  width: 100%;
}
.answer-text {
  font-family: 'TT Commons';
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: normal;
  color: #8d8d8d;
  opacity: 1;
  transition: opacity 350ms ease-in-out;
  margin-top: 37px;
  margin-bottom: 66px;
}
.accordion-active .questions-icon {
  transform: translate(0,-50%) rotate(0);
}
.accordion-active .questions-icon svg {
  fill: #ff8d88;
}
.accordion-active .questions-question {
  color: #ff8d88;
}
.accordion-desct-hide .answer-text {
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
.before-questions .hs-link {
  margin-top: 0;
}
@media (max-width: 992px) {
  .questions .block-title {
    margin-bottom: 70px;
  }
  .questions-question {
    font-size: 24px;
  }
  .answer-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .questions {
    padding-top: 60px;
    margin-top: 140px;
    padding-bottom: 30px;
  }
  .questions .block-title {
    margin-bottom: 50px;
  }
  .questions-question {
    font-size: 20px;
  }
  .answer-text {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 50px;
  }
  .questions-icon {
    width: 20px;
    height: 20px;
  }
  .accordion-row {
    margin-bottom: 24px;
  }
}
@media (max-width: 468px) {
  .questions {
    padding-top: 30px;
    padding-bottom: 10px;
    margin-top: 60px;
  }
  .questions .hs-container {
    width: 85%;
  }
  .questions .block-title {
    margin-bottom: 26px;
    text-align: left;
    padding-left: 10%;
  }
  .questions-question {
    font-size: 17px;
  }
  .answer-text {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 38px;
  }
  .questions-icon {
    width: 14px;
    height: 14px;
  }
  .accordion-row {
    margin-bottom: 20px;
  }
}
.block-link {
  font-family: 'TT Commons';
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  padding: 21px 86px 17px;
  background: #ff7a74;
  color: #fff;
  box-shadow: 0 20px 45px rgba(255,134,129,0.25);
  border-radius: 10px;
  transition: 250ms ease;
  margin-top: 60px;
}
.block-link:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 24px 54px transparent;
  background-color: rgba(255,142,136,0.8);
}
.d-f-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  .block-link {
    margin-top: 40px;
  }
}
@media (max-width: 468px) {
  .block-link {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.d-f-end-between {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
}
.footer {
  margin-top: 180px;
  padding-bottom: 65px;
}
.footer-container {
  max-width: 1098px;
  width: 96%;
  margin: 0 auto;
}
.footer-row {
  border-top: 1px solid #ff9993;
  padding-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}
.f-col {
  width: 25%;
  flex: 0 0 25%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.f-col-lg {
  width: 85%;
  flex: 0 0 85%;
  align-self: flex-end;
}
.f-col-sm {
  width: 15%;
  flex: 0 0 15%;
}
.fair-trade-logo-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.fair-trade-logo-wrapper img {
  width: 100%;
  max-width: 125px !important;
}
.footer-logo-row {
  padding-top: 45px !important;
  border-top: 1px solid #ff9993;
  margin-right: 15%;
}
.footer-logo {
  width: 134px;
  margin-right: 20px;
}
.footer-logo img {
  width: 100%;
}
.links-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-link {
  font-family: 'TT Commons';
  width: auto;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 184.2%;
  color: #958f8f;
  margin: 0;
  transition: opacity 250ms ease;
}
.footer-link:hover {
  text-decoration: none;
  color: #958f8f;
  opacity: .7;
}
.footer-title {
  font-family: 'TT Commons';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 128.2%;
  color: #ff8484;
  margin: 0 0 11px;
}
.footer-logo-row .footer-link {
  margin: 0 10px;
  font-size: 18px;
}
.footer-form {
  position: relative;
  width: 100%;
}
.footer-form input {
  width: 100%;
  border: none;
  height: 40px;
  border-bottom: 1px solid #ff9993;
  border-radius: 0 !important;
  padding: 10px 35px 10px 1px !important;
}
.footer-form input:focus {
  outline: 0;
  box-shadow: 0 6px 12px rgba(0,0,0,0.06);
}
.footer-form button {
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  padding: 0;
  padding: 0 5px;
  background: 0 0;
  border: none;
  transition: 250ms ease;
}
.footer-form button:hover {
  transform: translate(5px,0);
}
.footer-form input:not(:placeholder-shown)+button {
  background-color: rgba(255,160,160,0.2);
}
.footer-form button img {
  width: 100%;
}
@media (max-width: 992px) {
  .footer-container {
    width: 83% !important;
  }
  .footer-row {
    padding-top: 44px !important;
  }
  .footer {
    margin-top: 147px;
    position: relative !important;
  }
  .f-col-sm {
    position: absolute !important;
    right: 12.5% !important;
    top: 150px !important;
  }
  .f-col-lg {
    width: 100% !important;
    flex: 0 0 100% !important;
    margin-top: 50px;
  }
  .footer-logo-row {
    margin-right: 0 !important;
  }
  .footer-title {
    margin-bottom: 19px;
  }
  .footer-logo {
    width: 113px !important;
  }
  a.footer-link {
    width: auto !important;
    font-size: 18px;
  }
  p.footer-link a.footer-link {
    margin: 0 !important;
  }
  .footer-logo-row a.footer-link,
  .footer-logo-row p.footer-link {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .footer-title {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .footer-row {
    padding-top: 44px;
  }
  .footer-logo-row {
    margin-right: 3%;
  }
  a.footer-link {
    font-size: 18px;
  }
  .footer-logo {
    max-width: 112px;
  }
  .f-col {
    margin-bottom: 40px;
  }
}
@media (max-width: 578px) {
  .footer-container {
    width: 90%;
  }
  .footer-logo-row {
    margin-right: 0;
  }
  .mobile-1 {
    order: 0;
  }
  .mobile-2 {
    order: 1;
  }
  .mobile-3 {
    order: 2;
  }
  .f-col-sm {
    order: 3;
    flex: 0 0 25%;
    width: 25%;
    position: relative !important;
    top: unset !important;
    right: unset !important;
  }
  .mobile-4 {
    order: 4;
    width: 100%;
    flex: 0 0 100%;
  }
  .f-col-lg {
    order: 5;
    width: 100%;
    flex: 0 0 100%;
  }
  .footer-logo-row {
    flex-wrap: wrap;
  }
  .footer-logo-row {
    padding-top: 0;
    border: none;
  }
}
@media (max-width: 524px) {
  .footer-row {
    padding-top: 44px;
  }
  .footer-logo {
    justify-content: flex-start !important;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
}
p {
  font-family: 'TT Commons' !important;
}
.subscription-prices {
  background: #f5f3f3;
  padding-top: 50px;
  text-align: center;
}
#mobile-prices {
  display: none;
}
.price-content {
  display: flex;
  flex-direction: column;
}
.small-price {
  color: #553f3f;
}
.popular {
  background-color: #ff8d88;
  border-radius: 18.5px;
  color: #fff;
  padding: 5px;
  margin-left: 10px;
  max-width: 125px;
  margin-top: -42px;
  margin-bottom: 20px;
}
.selected-dot {
  border-radius: 50%;
  display: inline-block;
  margin: 20px auto -17%;
  z-index: 20;
}
.cta-div {
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  display: flex;
}
.cta-blurb {
  color: #978c8c;
  text-align: center;
}
.right-border {
  border-right: 1px solid #e6e1e1;
}
.use-code {
  color: #fff;
}
.msa-cta-cont,
.msa-cta-cont-cozy {
  margin-top: 70px;
}
.active-sub {
  background-color: #553f3f;
  transition: transform .25s ease;
  height: 20px;
  width: 20px;
  transform: translate(1px,2px);
}
.artisan-item,
.msa-welcome {
  text-align: left !important;
}
.member-quote,
.msa-message {
  text-align: left;
  line-height: 1.1em;
  font-size: 16px;
  letter-spacing: -0.078px;
}
.line-left {
  border-left: 1px solid #e6e1e1;
  margin: 0 !important;
}
.hiw-item {
  text-align: center;
}
.prev-descr {
  text-align: center;
  line-height: 25px !important;
  letter-spacing: -0.078px;
}
.artisan-location {
  color: #ff7a74;
  font-size: 16px;
  text-align: left;
}
.social-date {
  color: #ff7a74;
  font-size: 16px;
  text-align: center;
}
.selling-points {
  color: #fff;
  list-style-type: none;
}
.social-slide-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo-slide-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 25px;
  opacity: .7;
}
.box-slide-item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0 30px;
  text-align: center;
}
.social-title {
  text-align: center;
}
.price-slide-item {
  position: relative;
  cursor: pointer;
}
.price-text {
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  padding-left: 5px;
}
.price-slider {
  z-index: 99;
}
.msa-link {
  font-family: 'TT Commons';
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  padding: 21px 76px 17px;
  background: #ff7a74;
  color: #fff !important;
  box-shadow: 0 20px 45px rgba(255,134,129,0.25);
  border-radius: 10px;
  margin-top: auto;
  margin-bottom: 80px;
  transition: 250ms ease;
}
.msa-link:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 24px 54px transparent;
  background-color: rgba(255,142,136,0.8);
}
.msa-link:visited {
  color: #fff;
}
.horizontal {
  display: none;
}
.selling-points li {
  color: #fff;
}
#hiw-image-3 {
  width: 65%;
  transform: translate(30%,-1px);
}
.progress-bar {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 0;
  border-radius: 10px;
  overflow: hidden;
  margin: 35px auto;
  background-color: #f5f5f5;
  background-image: linear-gradient(to right,#553f3f,#553f3f);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
}
#hiw-image-1 {
  width: 80%;
  transform: translate(17%,1px);
}
#exp-btn-resp {
  display: none;
  text-align: center;
  margin: 0 auto;
}
#desktop-cozy-title {
  display: block;
}
#mobile-cozy-title {
  display: none;
}
.price-svg {
  width: 100%;
}
#above-fold-cont {
  max-height: 800px;
}
#fold-cta {
  margin-top: 10px;
}
#fold-title {
  font-size: 42px !important;
  padding-top: 40px;
  margin-bottom: 0;
}
#fold-p {
  font-size: 18px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
#copy-code {
  margin: 10px;
}
.globe-impact-left {
  font-family: 'TT Commons';
  width: 100%;
  max-width: 300px;
  margin-left: 100px;
  text-align: left;
}
.globe-impact-right {
  width: 100%;
  text-align: right;
}
@media (max-width: 1420px) {
  .froth-content {
    padding-top: 100px;
  }
}
@media (max-width: 1200px) {
  .hs-slide-left {
    margin-top: 0 !important;
  }
}
@media (max-width: 998px) {
  #fold-title {
    font-size: 30px !important;
  }
  #fold-p {
    padding-top: 10px;
  }
  .active-sub {
    height: 15px;
    width: 15px;
  }
}
@media (max-width: 850px) {
  .active-sub {
    height: 17px;
    width: 17px;
  }
}
@media (max-width: 770px) {
  .features-text {
    line-height: 18px !important;
    min-width: 180px;
  }
  #exp-btn {
    display: none;
  }
  .globe-title {
    margin-left: 0 !important;
  }
  #exp-btn-resp {
    display: block;
    margin-bottom: 100px;
  }
  .moment-wrap {
    margin-top: 50px;
  }
  .globe-impact-right {
    text-align: center;
  }
  .globe-impact-left {
    width: 100%;
    max-width: 300px;
    margin-left: 0;
  }
  .impact-heart-img {
    width: 100% !important;
  }
  .hr-right {
    margin: 0 auto !important;
    width: 75% !important;
  }
  .globe-left {
    padding-left: 5px !important;
    width: auto !important;
  }
  .froth-content {
    padding-bottom: 200px;
  }
  .globe-right {
    padding-left: 50px !important;
    margin-top: 170px;
  }
  .moment-wrap {
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
  }
  .moment-right-cont {
    padding-left: 0 !important;
    padding-top: 50px;
    width: 100% !important;
  }
  .moment-left {
    width: 100% !important;
  }
  #fold-title {
    font-size: 20px;
  }
  #fold-cta {
    margin-top: 0;
  }
  #hs-descr-white,
  .hs-descr {
    padding-top: 30px;
  }
  #copy-code {
    max-width: 200px;
  }
  .active-sub {
    height: 24px;
    width: 24px;
    transform: translate(-0.5px,1px);
  }
  #hiw-image-3 {
    transform: translate(25%,0);
  }
  .hiw-ipad {
    height: 100px !important;
  }
  .hs-gift-line {
    height: 60%;
  }
  .col-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .artisan-stories {
    font-size: 14px !important;
    line-height: 1em !important;
  }
  .prev-box-slider .box-slide-item {
    background: 0 0;
  }
  #desktop-cozy-title {
    display: none;
  }
  .artisan-location {
    font-size: 14px !important;
  }
  .progress-bar {
    height: 5px;
  }
  #mobile-cozy-title {
    display: block;
  }
  .prev-box-title {
    text-align: left !important;
  }
  .msa-link {
    font-size: 19px;
  }
  #hiw-image-1 {
    width: 70%;
  }
  #hiw-image-3 {
    width: 50%;
  }
  .prev-descr {
    text-align: left;
  }
}
@media (max-width: 670px) {
  .active-sub {
    height: 22px;
    width: 22px;
    transform: translate(0,2px);
  }
  .cozy-hero {
    padding: 0;
    border-radius: none;
  }
}
@media (max-width: 480px) {
  .join-us {
    max-width: 300px;
  }
  .globe-impact-right {
    text-align: right;
  }
  #mobile-prices {
    display: block;
  }
  #p-c {
    display: none;
  }
  .progress-bar-gift {
    display: block;
  }
  .globe-impact-left {
    width: 100%;
    min-width: 240px;
  }
  .logo-slider .slick-dots {
    bottom: 10px !important;
  }
  .globe-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .fair-trade-t {
    margin: 10px auto;
  }
  .moment-right-cont {
    min-width: 300px !important;
  }
  #globe-right-title {
    font-size: 24px !important;
    margin-top: 50px;
    text-align: left;
  }
  #fold-p {
    max-width: 280px;
  }
  .moment-wrap {
    margin-bottom: 20px;
  }
  .froth-content {
    padding-bottom: 300px;
    padding-top: 60px;
  }
  .globe-impact-left {
    width: 90%;
  }
  .fair-trade-t {
    margin-bottom: 80px;
    margin-left: 10px;
  }
  .moment-left {
    width: 100% !important;
  }
  .moment-right-cont {
    width: 50% !important;
  }
  #select-sub {
    width: 70%;
  }
  #fold-p {
    font-size: 28px;
    max-width: 450px;
  }
  .italic {
    text-align: center;
  }
  .review-wrap {
    margin-top: 60px;
    font-size: 14px;
  }
  #hs-descr-white,
  .hs-descr {
    padding-top: 5px;
  }
  .hiw-ipad {
    height: 180px !important;
  }
  #hiw-image-3 {
    transform: translate(50%,0);
  }
  .prev-box-title {
    text-align: center !important;
  }
  .prev-descr {
    text-align: center;
  }
  .cozy-title {
    font-size: 32px;
  }
  .selected-dot {
    margin: 20px auto -10px;
  }
  .cta-div {
    display: block;
    z-index: 11;
  }
}
.impact-heart-img {
  width: 80%;
}
@media (max-width: 480px) {
  .globe-right {
    padding-left: 0 !important;
    margin-top: 20px;
  }
  .glonbe-background {
    min-height: 780px;
  }
  .moment-right-cont {
    width: 100% !important;
  }
}
@media (max-width: 375px) {
  .active-sub {
    height: 12px;
    width: 12px;
    transform: translate(0,10px);
  }
}
@media (max-width: 325px) {
  .well-travelled .well-travelled-box-slider .slick-slide p,
  .well-travelled .well-travelled-box-slider-responsive .slick-slide p {
    min-width: 180px !important;
  }
  .msa-link {
    padding: 21px 55px 17px;
  }
}
.logo-slide-img-container {
  position: relative;
  transition: opacity 250ms ease-in-out;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 60px;
}
.gift-hiw-title,
.moment-wrap {
  display: flex;
  text-align: left;
  margin-bottom: 50px;
}
.moment-wrap {
  align-items: center;
}
.globe-wrap {
  margin-top: -150px;
  display: flex;
}
.moment-left {
  width: 45%;
}
.globe-left {
  text-align: left;
  line-height: 20px;
  padding-left: 100px;
  width: 100%;
}
.globe-right {
  padding-left: 100px;
  justify-content: center;
  padding-top: 50px;
}
#laura-quote {
  padding-left: 20px;
}
.moment-right-cont {
  width: 50%;
  padding-left: 100px;
  text-align: left;
}
.moment-img-container img {
  width: 100%;
}
.line {
  width: 90%;
  height: 1px;
  margin: auto;
  background: rgba(0,0,0,0.15);
}
.membership-impact {
  position: relative;
  max-width: 95%;
  background: linear-gradient(180deg,#f4efe9 0,rgba(244,239,233,0) 100%);
  border-radius: 19px;
  padding: 100px 0 0;
  margin: auto;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .membership-impact {
    padding: 25px 0;
  }
}
.impact-img-container {
  transform: translateY(-25%);
}
.impact-img-container img {
  width: 100%;
}
@media (max-width: 768px) {
  .impact-img-container {
    transform: translateY(0);
    margin: 50px 0;
  }
  .empower-titles {
    font-family: 'SangBleu Sunrise' !important;
  }
}
.membership-customer {
  padding: 100px 0;
}
.features-title {
  font-family: 'SangBleu Sunrise';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color: #978c8c;
  text-align: center;
}
.features-img-container {
  height: 80px;
}
.features-img-container img {
  width: auto;
  max-width: 130px;
  max-height: 40px;
  opacity: .8;
}
.features-text {
  font-size: 16px;
  font-family: 'TT Commons';
  line-height: 25px;
  letter-spacing: -0.078px;
}
.hr-right {
  width: 50%;
  margin: 0 33%;
}
.logos-wrap {
  width: 20%;
}
.logos-title {
  font-family: 'SangBleu Sunrise';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color: #978c8c;
  text-align: center;
  margin-top: 0;
  padding: 20px 5px;
}
.gift-cta-cont,
.globe-cont,
.review-wrap {
  display: flex;
}
.fair-trade-t {
  max-width: 200px;
  margin-left: 10px;
}
.italic {
  font-style: italic;
  font-weight: 500;
}
.globe-title {
  max-width: 350px;
  margin-left: 100px;
  text-align: left;
  line-height: 35px;
  margin-top: 30px;
}
.logo-width {
  max-width: 100px !important;
}
.active-price-show {
  display: block;
}
.hide-card {
  display: none;
}
.prev-box-slider .slick-dots .slick-active {
  background: #553f3f;
  border-radius: 100%;
}
.prev-box-slider .slick-dots {
  bottom: -15px !important;
}
.letter-space {
  letter-spacing: -0.032px !important;
  line-height: 25px !important;
}
.hero-background {
  background: url(https://globein.com/images/homepage_v2/main-hero1.png);
  background-position: center;
  background-size: cover;
}
.homepage-hero .slick-dots li button:before {
  background: #fff !important;
}
.press-title {
  font-size: 16px;
  font-family: 'TT Commons';
  text-align: center;
  color: #978c8c;
  padding: 40px 0;
  margin-top: 0;
}
@media (max-width: 480px) {
  .press-title {
    padding-top: 40px;
  }
  .membership-features-bottom .features-text {
    margin-top: 0;
  }
}
.marketing-icons {
  display: flex;
  justify-content: space-between;
  margin: 80px auto;
  max-width: 900px;
}
.one-box-left {
  width: 50%;
}
.one-box-right {
  width: 50%;
  padding-left: 50px;
}
.inside-desc {
  max-width: 120px;
  line-height: 18px;
  letter-spacing: .066px;
  font-size: 14px;
  color: #978c8c;
  text-align: left;
}
#icons-hr {
  width: 75% !important;
  margin: 0 auto;
}
.one-items-wrap {
  display: flex;
  justify-content: space-evenly;
}
.whats-inside {
  font-size: 19px;
  color: #553f3f;
  margin: 40px 0 15px 0;
  font-weight: 400;
  text-align: left;
}
.comes-in-the-box {
  padding: 50px 0;
}
.box-blurb {
  font-size: 19px;
  line-height: 26px;
  color: #978c8c;
  letter-spacing: -0.078px;
  text-align: left;
  max-width: 400px;
}
.box-name {
  font-family: 'SangBleu Sunrise';
  line-height: 38px;
  font-size: 28px;
  color: #553f3f;
  text-align: left;
}
.one-box-slider .slick-slide {
  display: flex !important;
}
.bt-break {
  margin-bottom: 50px;
}
.inbox-slide-img {
  width: 100%;
  transition: 250ms ease;
  height: 100%;
  object-fit: scale-down;
}
.inbox-slide-title {
  font-family: 'TT Commons' !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 120%;
  color: #553f3f;
  margin: 40px 0 18px;
  text-align: center;
}
@media (max-width: 992px) {
  .inbox-slide-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .inbox-slide-title {
    font-size: 20px;
    text-align: center;
    margin: 20px 0 17px;
  }
}
@media (max-width: 480px) {
  .inbox-slide-title {
    margin: 16px 0 14px;
  }
}
.inbox-slide-img-container {
  height: 150px;
}
@media (max-width: 468px) {
  .inbox-slide-img-container img {
    border-radius: 10px;
  }
}
.block-title-blurb {
  margin-bottom: 100px;
  margin-top: 0;
  text-align: center;
  color: rgba(85,63,63,0.6);
  font-size: 25px;
}
@media (max-width: 480px) {
  .block-title-blurb {
    font-size: 16px;
    margin: 5px auto;
    max-width: 300px;
  }
}
.box-display-content {
  padding-top: 20px;
}
.bd-slide-left {
  margin-top: 25px;
  width: 41.666666%;
  max-width: 405px;
  z-index: 10;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  bottom: 35%;
  margin-left: 30px;
}
.bd-slide-left p {
  color: #432e37;
  line-height: 22px;
  letter-spacing: -0.32px;
  font-family: 'TT Commons';
  font-weight: 400;
}
.bd-link {
  font-family: 'TT Commons';
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  padding: 21px 55px 17px;
  background: #fff;
  color: #553f3f !important;
  border-radius: 8px;
  margin-top: auto;
  margin-bottom: 80px;
  margin-left: 15px;
  transition: 250ms ease;
  box-shadow: 0 0 20px rgba(221,208,203,0.904);
}
.bd-link:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 24px 54px transparent;
  background-color: rgba(255,142,136,0.8);
}
.bd-link:visited {
  color: rgba(255,142,136,0.8);
}
.bd-cta-container .bd-link {
  margin-bottom: 0;
}
.bd-blurb {
  display: inline-block;
  color: #553f3f;
  margin-left: 30px;
  min-width: 150px;
  font-weight: 400 !important;
  font-size: 16px;
}
.bd-cta-container {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.annual-pay {
  font-size: 16px;
}
.box-display-img {
  margin: 100px auto 100px;
  position: relative;
}
.join-card {
  text-align: center;
}
.join-card img {
  width: 100%;
}
.hiw-cta-div {
  text-align: center;
  margin: 50px auto;
}
.surprise-para {
  margin: 100px auto 50px;
  line-height: 26px;
  color: #978c8c;
  font-size: 18px;
  max-width: 500px;
  letter-spacing: normal !important;
}
@media (max-width: 769px) {
  .globe-cont-box-section .slick-next,
  .globe-cont-box-section .slick-prev {
    top: 150px;
  }
  .surprise-para {
    color: #553f3f;
    margin: 50px auto;
    font-weight: 400 !important;
  }
  .well-travelled-cta .bd-link {
    padding: 21px 50px 17px;
  }
}
.empower-artisans,
.empower-details {
  display: flex;
  flex-wrap: wrap;
}
.empower-artisans {
  align-items: flex-start;
  justify-content: space-evenly;
  margin: 0 auto 100px;
  padding-top: 100px;
}
.empower-details {
  padding: 30px 80px;
  align-items: center;
  justify-content: space-between;
}
.stats {
  text-align: center;
  width: 18%;
}
.stats h2 {
  color: #553f3f;
  font-family: 'TT Commons';
  font-size: 32px;
}
.empower-titles {
  text-align: left;
  width: 28%;
}
#empower-main-title {
  font-size: 35px;
}
.empower-logos {
  text-align: center;
}
#empower {
  background-image: url(https://globein.com/images/homepage_v2/group-logos.svg);
  background-color: #f0f2f36b;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1050px) {
  #empower {
    background-image: url(https://globein.com/images/homepage_v2/group-logos.svg);
    background-color: #f0f2f36b;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .well-travelled-cta {
    width: 95% !important;
  }
}
.comm-descr {
  max-width: 400px;
  text-align: left;
  letter-spacing: -0.24px;
  line-height: 28px;
  color: rgba(85,63,63,0.6);
}
.comm-wrap {
  display: flex;
  align-items: center;
  text-align: left;
}
.comm-img {
  width: 100%;
}
#comm-title {
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: left;
}
.comm-right {
  margin-left: 60px;
  text-align: left;
}
#logo-impact {
  max-width: 150px;
}
@media (max-width: 480px) {
  #logo-impact {
    max-width: 100px;
  }
  .globe-content {
    padding-top: 50px !important;
    padding-bottom: 100px;
  }
  .surprise-para {
    font-size: 14px;
  }
  .bd-link {
    font-size: 19px;
  }
  .comm-descr {
    font-size: 18px;
    line-height: 22px;
  }
  .comm-content .comm-descr {
    max-width: 300px;
  }
  #comm-title {
    margin-bottom: 10px;
  }
  .globe-right h3 {
    font-size: 18px;
  }
}
.globe-impact-hr {
  display: none;
  margin: 50px auto;
}
@media (max-width: 769px) {
  .globe-impact-hr {
    display: block;
  }
}
.homepage-hero .slick-slide {
  min-height: 1080px;
  background-color: #a3cdd5;
  background-size: cover;
  background-position: center;
}
.homepage-hero .hs-content {
  padding-bottom: 0;
}
.homepage-hero .new-hs-content {
  padding-bottom: 0;
}
.homepage-hero .hs-slide-left {
  padding-right: 20px;
}
.homepage-hero .hs-slide-right .hs-box {
  max-width: 100%;
}
.homepage-hero .hs-bottom {
  margin-top: 100px;
}
.homepage-hero .hs-bottom.mb {
  display: none;
}
.membership-features-bottom .slick-list {
  padding-bottom: 40px;
}
.membership-features-bottom .slick-dots {
  bottom: 20px;
}
.marketing-icons {
  max-width: 980px;
}
.marketing-icons .block {
  font-family: TT Commons;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.32px;
  color: #553f3f;
}
.marketing-icons img {
  margin-right: 30px;
}
.hero-box {
  margin-top: 130px;
}
.hero-box .box-display-content {
  background: #e6ddcb;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 70px 0 70px 80px;
}
.hero-box .bd-slide-content {
  position: relative;
  text-align: left;
}
.hero-box .bd-text-container p {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 34px;
  letter-spacing: -0.32px;
  color: #432e37;
}
@media (max-width: 769px) {
  .hero-box .bd-text-container p {
    font-family: 'SangBleu Sunrise' !important;
  }
  .homepage-hero .hs-link {
    margin-top: 0;
    margin-right: 30px;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  .homepage-hero .hs-bottom p {
    display: inline-block;
    line-height: 1;
    text-align: left;
    position: relative;
    top: 8px;
    color: #553f3f !important;
    letter-spacing: -0.24px;
  }
  .homepage-hero .hs-bottom p span {
    color: #978c8c;
  }
  .homepage-hero .hs-bottom {
    margin-top: 365px !important;
  }
}
.hero-box .bd-cta-container,
.hero-box .bd-text-container {
  width: 50%;
}
.hero-box .bd-img-container {
  position: absolute;
  right: -55px;
  top: -105px;
  width: 48%;
}
.hero-box .bd-img-container img {
  margin: 0;
  max-width: 100%;
}
.hero-box .bd-blurb {
  font-size: 20px;
  line-height: 1.1;
  position: relative;
  top: 10px;
  letter-spacing: -0.32px;
}
.hero-box .annual-pay {
  font-size: 18px;
}
.empower-artisans #empower-main-title {
  font-size: 44px;
  line-height: 60px;
  letter-spacing: -0.01em;
}
.empower-artisans h3.empower-titles {
  font-family: 'TT Commons';
  line-height: 34px;
  letter-spacing: -0.32px;
  color: #432e37;
  font-weight: 400 !important;
}
.empower-artisans p.empower-titles {
  font-size: 20px;
  line-height: 25px;
  color: #978c8c;
  letter-spacing: -0.24px;
}
#empower {
  margin-bottom: 100px;
}
#empower .empower-details {
  align-items: flex-start;
}
.empower-details .stats p.sub {
  font-size: 16px;
  text-transform: uppercase;
  min-height: 30px;
}
.empower-details .stats h2 {
  letter-spacing: -0.32px;
}
.empower-details .stats p {
  font-size: 18px;
  line-height: 25px;
  color: #978c8c;
  letter-spacing: -0.24px;
}
.empower-cta-container {
  padding-top: 60px;
}
.empower-cta-container p {
  font-family: TT Commons;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.32px;
  color: #432e37;
}
.all-boxes .box-slide-img {
  width: auto !important;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  display: inline-block;
}
.globe-content {
  padding: 100px 0;
  background: #fdf7f1;
  padding-bottom: 250px;
}
.globe-right h4 {
  margin-bottom: 70px;
  font-family: 'TT Commons';
  line-height: 25px;
}
@media (max-width: 769px) {
  .globe-right h4 {
    font-family: 'SangBleu Sunrise';
  }
}
.globe-right h3 {
  margin-bottom: 60px;
  font-family: 'SangBleu Sunrise';
}
.globe-cont,
.globe-cont-row {
  display: inline-block;
}
.globe-impact-left {
  width: 46%;
  max-width: 100%;
  margin-left: 0;
  float: left;
}
.globe-content .block-title {
  text-align: left;
}
.globe-right {
  padding: 0;
  width: 38%;
  float: right;
  padding-right: 30px;
  text-align: left;
}
.globe-right p {
  font-family: 'TT Commons';
  color: #978c8c;
  text-align: left;
  font-size: 18px;
  letter-spacing: -0.24px;
  line-height: 22px;
  padding: 5px 0;
}
.globe-cont .block-link {
  margin-top: 0;
}
.well-travel-title {
  padding-top: 50px;
}
.well-travelled-cta {
  display: flex;
  text-align: center;
  margin-top: 30px;
  justify-content: center;
  width: 55%;
  margin: 0 10px;
}
.well-travelled-box-slider-responsive {
  display: none !important;
}
@media (max-width: 998px) {
  .well-travelled-box-slider-responsive {
    display: block !important;
  }
  .well-travelled-box-slider {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .well-travel-title {
    padding-top: 0;
  }
  .well-travelled-cta {
    display: inline-block;
    margin-bottom: 10px;
    width: 60%;
  }
  .well-travelled-cta .bd-link,
  .well-travelled-cta .msa-link {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.well-travelled-row {
  display: inline-block;
  width: 100%;
}
.well-travelled-left {
  float: right;
  width: 48%;
}
.well-travelled-right {
  float: left;
  text-align: left;
  width: 40%;
}
.well-travelled .well-travelled-box-slider .slick-list,
.well-travelled .well-travelled-box-slider-responsive .slick-list {
  height: auto !important;
}
.well-travelled .well-travelled-box-slider .slick-slide,
.well-travelled .well-travelled-box-slider-responsive .slick-slide {
  height: auto !important;
}
.well-travelled .well-travelled-box-slider .slick-slide p,
.well-travelled .well-travelled-box-slider-responsive .slick-slide p {
  margin-bottom: 0 !important;
  font-family: 'TT Commons';
  text-align: left !important;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  letter-spacing: -0.24px;
  color: rgba(85,63,63,0.6);
  cursor: pointer;
  min-width: 200px;
}
.well-travelled .well-travelled-box-slider .slick-slide,
.well-travelled .well-travelled-box-slider-responsive .slick-slide {
  padding: 10px;
}
.well-travelled .well-travelled-box-slider .slick-slide:nth-child(3),
.well-travelled .well-travelled-box-slider-repsonsive .slick-slide:nth-child(3) {
  border-bottom: 1px solid #fff;
}
.well-travelled .well-travelled-right .activeP {
  border: 1px solid #c4c4c4 !important;
  padding: 30px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: #553f3f !important;
}
.activeP {
  position: relative;
  display: block;
}
.activeP:after {
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-bottom: 0 solid #fff;
  border-left: 0 solid #fff;
  top: 55%;
  left: 103.5%;
  margin-left: -25px;
  content: '';
  transform: rotate(45deg);
  margin-top: -25px;
  background: #fff;
  border-radius: 5px;
}
.well-travelled .well-travelled-img-slider .slick-slide .notactiveP {
  padding: 30px;
  border-bottom: 1px solid #c4c4c4 !important;
}
.well-travelled-img-slider .slick-slide img {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
.one-box-slider .slick-next,
.one-box-slider .slick-prev,
.well-travelled-img-slider .slick-next,
.well-travelled-img-slider .slick-prev {
  width: 70px;
  height: 70px;
  -webkit-box-shadow: 0 16px 26px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 16px 26px rgba(0,0,0,0.1);
  box-shadow: 0 16px 26px rgba(0,0,0,0.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 999;
}
.one-box-slider .slick-next:before,
.one-box-slider .slick-prev:before,
.well-travelled-img-slider .slick-next:before,
.well-travelled-img-slider .slick-prev:before {
  color: #c4c4c4;
}
.one-box-slider .slick-next:hover:before,
.one-box-slider .slick-prev:hover:before,
.well-travelled-img-slider .slick-next:hover:before,
.well-travelled-img-slider .slick-prev:hover:before {
  color: #ff9993;
}
.join-card img {
  padding-bottom: 30px;
}
.comm-content .comm-img.mb {
  display: none;
}
.globe-cont-box-section .slick-prev {
  left: 2%;
}
.globe-cont-box-section .slick-next {
  right: auto;
  left: 42%;
}
.one-box-slider .slick-slide img {
  max-width: 100%;
}
.one-box-cta {
  margin-top: 60px;
}
.one-box-slider .one-items-wrap .slick-slide {
  display: block !important;
  padding: 0 15px;
}
.one-box-slider .one-items-wrap .slick-slide img {
  margin-bottom: 15px;
}
.one-box-slider .one-items-wrap .slick-next,
.one-box-slider .one-items-wrap .slick-prev {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  width: auto !important;
  height: auto !important;
}
.one-box-slider .one-items-wrap .slick-prev {
  left: 0 !important;
}
.one-box-slider .one-items-wrap .slick-next {
  right: 0 !important;
}
.slider-arrow-common .one-items-wrap .slick-next:before,
.slider-arrow-common .one-items-wrap .slick-prev:before {
  color: #ff9993;
  height: 100px;
  display: inline-block;
}
.join-card-section {
  padding-top: 100px !important;
}
@media only screen and (max-width: 1180px) {
  .homepage-hero .hs-content,
  .homepage-hero .new-hs-content {
    height: auto;
    padding-top: 80px;
  }
  .homepage-hero .hs-bottom {
    margin-top: 100px;
  }
  .hero-box .box-display-content {
    padding: 40px 0 40px 30px;
  }
  .hero-box {
    margin-top: 70px;
  }
  .hero-box .bd-text-container p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }
  .hero-box .bd-blurb {
    font-size: 19px;
  }
  .hero-box .annual-pay {
    font-size: 14px;
  }
  .hero-box .bd-cta-container {
    width: 96%;
  }
  .hero-box .bd-link {
    font-size: 20px;
    padding: 21px 40px 17px;
  }
  .hero-box .bd-img-container {
    right: -20px;
    top: -55px;
    width: 50%;
  }
}
.well-travelled {
  padding-top: 50px;
}
@media only screen and (min-width: 769px) and (max-width: 1180px) {
  .homepage-hero .slick-slide {
    min-height: 750px;
  }
}
@media only screen and (min-width: 998px) {
  .well-travelled .well-travelled-box-slider .slick-slide,
  .well-travelled .well-travelled-box-slider-responsive .slick-slide {
    width: 100% !important;
  }
}
@media only screen and (max-width: 997px) {
  .well-travelled .well-travelled-box-slider .slick-slide p,
  .well-travelled .well-travelled-box-slider-responsive .slick-slide p {
    border: 1px solid #c4c4c4 !important;
    padding: 30px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #553f3f !important;
  }
  .activeP:after {
    display: none;
  }
  .well-travelled-left,
  .well-travelled-right {
    display: block;
    width: 100%;
  }
  .well-travelled-right-desktop {
    display: none;
  }
  .well-travelled-left {
    margin-bottom: 50px;
  }
  .well-travelled .well-travelled-img-slider .slick-slide {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin: 0 10px;
    padding: 20px;
  }
  .well-travelled .well-travelled-img-slider .slick-slide.slick-current p {
    border: 1px solid #553f3f;
  }
  .well-travelled .well-travelled-img-slider .slick-slide p,
  .well-travelled .well-travelled-img-slider .slick-slide span {
    font-size: 19px;
    line-height: 26px;
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .marketing-icons {
    max-width: 80%;
    margin: 50px auto;
  }
  .marketing-icons .block {
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.078px;
  }
  .marketing-icons img {
    display: block;
    margin: 0 auto 25px;
    max-height: 30px;
  }
  .empower-artisans {
    margin: 0 auto 60px;
    padding-top: 60px;
  }
  .empower-artisans #empower-main-title,
  .empower-artisans .empower-titles {
    width: 100%;
    text-align: center;
  }
  .empower-artisans #empower-main-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .empower-artisans h3.empower-titles {
    line-height: 29px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .empower-artisans h3.empower-titles br {
    display: none;
  }
  .empower-artisans p.empower-titles {
    font-size: 19px;
    line-height: 26px;
  }
  .empower-details {
    padding: 20px 40px;
    display: inline-block;
  }
  .empower-details .stats {
    width: 50%;
    float: left;
    padding: 0 15px 30px;
  }
  .empower-details .stats:nth-child(3n) {
    clear: left;
  }
  .empower-details .stats p.sub {
    min-height: auto;
  }
  .empower-details .stats h2 {
    font-size: 36px;
    margin-top: 0;
  }
  .empower-details .stats p {
    font-size: 19px;
    line-height: 26px;
  }
  .empower-cta-container .row {
    text-align: center;
  }
  .empower-cta-container p {
    font-size: 19px;
    line-height: 26px;
  }
  .empower-cta-container .msa-link {
    margin-top: 20px;
  }
  #empower {
    margin-bottom: 50px;
  }
  .globe-impact-left,
  .globe-right {
    width: 100%;
    float: left;
    padding: 0 !important;
  }
  .globe-right {
    margin-top: 30px !important;
  }
  .comm-content .comm-wrap {
    display: inline-block;
    width: 100%;
  }
  .comm-content .comm-left {
    float: right;
    width: 48%;
  }
  .comm-content .comm-right {
    float: left;
    width: 48%;
    margin-left: 0;
  }
  .comm-content #comm-title {
    margin-top: 0;
  }
  .comm-content .block-link {
    padding: 21px 20px 17px;
    width: 100%;
  }
  .comm-content.odd .comm-img {
    width: 100%;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  .comm-content .comm-descr {
    max-width: 100%;
    color: rgba(85,63,63,0.6);
    font-family: 'TT Commons';
  }
}
@media only screen and (max-width: 770px) {
  .all-boxes .hiw-cta-div .bd-link,
  .all-boxes .hiw-cta-div .msa-link {
    padding: 21px 10px 17px;
    font-size: 20px;
    width: 46%;
    max-width: 300px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .comes-in-the-box {
    padding-top: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 770px) {
  .comm-content.odd {
    margin-top: 50px;
  }
  .comm-content.odd .comm-right {
    width: 35%;
  }
  .comm-content.odd .comm-left {
    width: 50%;
  }
  .comm-content.even .comm-left {
    width: 40%;
  }
  .comm-content.even .hs-container {
    margin: 0;
  }
  .story-of-title {
    max-width: 270px;
  }
  #globe-right-title {
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 500px;
  }
}
@media (max-width: 1200px) {
  #third-review {
    margin-top: -150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1000px) {
  #third-review {
    margin-top: -120px;
  }
  .join-card-row {
    min-height: 650px;
  }
}
@media only screen and (max-width: 768px) {
  .globe-content {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 522px) {
  .homepage-hero .hs-bottom.mb {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 40px !important;
    margin-bottom: 50px;
  }
  .homepage-hero .hs-bottom {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #third-review {
    margin-top: 0;
  }
  .well-travelled .well-travelled-box-slider .slick-slide p,
  .well-travelled .well-travelled-box-slider-responsive .slick-slide p {
    padding: 15px !important;
  }
  .homepage-hero .hs-bottom {
    display: none;
  }
  .bd-cta-container .bd-link {
    margin-left: 0;
  }
  .well-travelled {
    padding-top: 0;
  }
  .homepage-hero .hs-link {
    margin-top: 0;
    margin-right: 30px;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  .homepage-hero .hs-slide-right {
    order: 0;
  }
  .homepage-hero .hs-bottom.mb p {
    display: inline-block;
    line-height: 1;
    text-align: left;
    position: relative;
    top: 8px;
    color: #553f3f !important;
    letter-spacing: -0.24px;
  }
  .homepage-hero .hs-bottom.mb p span {
    color: #978c8c;
  }
  .membership-features-bottom .box-slide-item {
    padding: 0 15px;
  }
  .membership-features-bottom .features-text {
    min-width: 100%;
  }
  .all-boxes .box-slide-item {
    padding: 0 15px;
  }
  .join-card-section {
    padding-top: 20px !important;
  }
  .join-card-section .container>.row {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  .join-card-section .join-card {
    max-width: 50%;
    float: left;
    padding: 0 10px;
  }
  .join-card-section .row .join-card:nth-child(even) {
    float: right;
  }
  .join-card img {
    padding-bottom: 20px;
  }
  .one-box-right {
    padding-left: 15px;
  }
  .globe-cont-box-section .slick-next,
  .globe-cont-box-section .slick-prev {
    width: 40px;
    height: 40px;
    top: 150px;
  }
  .one-box-slider .one-items-wrap .slick-slide {
    padding: 0 5px;
  }
  .one-box-cta .msa-link {
    width: 100%;
    text-align: center;
  }
  .homepage-hero .slick-slide {
    min-height: 740px;
  }
  .homepage-hero .hs-slide-right .hs-box {
    max-height: 300px;
  }
}
@media only screen and (max-width: 522px) {
  .homepage-hero .hs-link {
    width: 48%;
    margin-right: 5px;
    font-size: 18px;
    padding: 16px 0;
    bottom: 0;
  }
  .homepage-hero .hs-bottom.mb p {
    width: 48%;
    font-size: 18px;
    line-height: 1.2;
  }
  .homepage-hero .slick-slide {
    min-height: 660px;
  }
  .homepage-hero .hs-bottom {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .homepage-hero .hs-bottom.mb p {
    font-size: 16px;
  }
  .marketing-icons {
    max-width: 90%;
    margin: 40px auto;
  }
  .marketing-icons .block {
    font-size: 16px;
    line-height: 20px;
    padding: 0 5px;
  }
  .marketing-icons img {
    margin-bottom: 15px;
    max-height: 20px;
  }
  .hiw-slider .box-slide-item {
    padding: 0 15px;
  }
  .hero-box .bd-cta-container,
  .hero-box .bd-text-container {
    width: 100% !important;
  }
  .hero-box .bd-img-container {
    position: absolute;
    right: -55px;
    top: -105px;
    width: 48%;
  }
  .hero-box .bd-img-container img {
    margin: 0;
    max-width: 100%;
  }
}
.hero-box .bd-blurb {
  font-size: 20px;
  line-height: 1.1;
  position: relative;
  top: 10px;
  letter-spacing: -0.32px;
}
.hero-box .annual-pay {
  font-size: 18px;
}
.empower-artisans #empower-main-title {
  font-size: 44px;
  line-height: 60px;
  letter-spacing: -0.01em;
}
.empower-artisans h3.empower-titles {
  font-family: 'TT Commons';
  line-height: 34px;
  letter-spacing: -0.32px;
  color: #432e37;
  font-weight: 400 !important;
}
.empower-artisans p.empower-titles {
  font-size: 20px;
  line-height: 25px;
  color: #978c8c;
  letter-spacing: -0.24px;
}
#empower {
  margin-bottom: 100px;
}
#empower .empower-details {
  align-items: flex-start;
}
.empower-details .stats p.sub {
  font-size: 16px;
  text-transform: uppercase;
  min-height: 30px;
}
.empower-details .stats h2 {
  letter-spacing: -0.32px;
}
.empower-details .stats p {
  font-size: 18px;
  line-height: 25px;
  color: #978c8c;
  letter-spacing: -0.24px;
}
.empower-cta-container {
  padding-top: 60px;
}
.empower-cta-container p {
  font-family: TT Commons;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.32px;
  color: #432e37;
}
.all-boxes .box-slide-img {
  width: auto !important;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  display: inline-block;
}
.globe-content {
  padding: 100px 0;
  background: #fdf7f1;
  padding-bottom: 250px;
}
.globe-right h4 {
  margin-bottom: 70px;
  font-family: 'TT Commons';
  line-height: 25px;
}
@media (max-width: 769px) {
  .globe-right h4 {
    font-family: 'SangBleu Sunrise';
  }
}
.globe-right h3 {
  margin-bottom: 60px;
  font-family: 'SangBleu Sunrise';
}
.globe-cont,
.globe-cont-row {
  display: inline-block;
}
.globe-impact-left {
  width: 46%;
  max-width: 100%;
  margin-left: 0;
  float: left;
}
.globe-content .block-title {
  text-align: left;
}
.globe-right {
  padding: 0;
  width: 38%;
  float: right;
  padding-right: 30px;
  text-align: left;
}
.globe-right p {
  font-family: 'TT Commons';
  color: #978c8c;
  text-align: left;
  font-size: 18px;
  letter-spacing: -0.24px;
  line-height: 22px;
  padding: 5px 0;
}
.globe-cont .block-link {
  margin-top: 0;
}
.well-travel-title {
  padding-top: 50px;
}
.well-travelled-cta {
  display: flex;
  text-align: center;
  margin-top: 30px;
  justify-content: center;
  width: 55%;
  margin: 0 10px;
}
.well-travelled-box-slider-responsive {
  display: none !important;
}
@media (max-width: 998px) {
  .well-travelled-box-slider-responsive {
    display: block !important;
  }
  .well-travelled-box-slider {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .well-travel-title {
    padding-top: 0;
  }
  .well-travelled-cta {
    display: inline-block;
    margin-bottom: 10px;
    width: 60%;
  }
  .well-travelled-cta .bd-link,
  .well-travelled-cta .msa-link {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.well-travelled-row {
  display: inline-block;
  width: 100%;
}
.well-travelled-left {
  float: right;
  width: 48%;
}
.well-travelled-right {
  float: left;
  text-align: left;
  width: 40%;
}
.well-travelled .well-travelled-box-slider .slick-list,
.well-travelled .well-travelled-box-slider-responsive .slick-list {
  height: auto !important;
}
.well-travelled .well-travelled-box-slider .slick-slide,
.well-travelled .well-travelled-box-slider-responsive .slick-slide {
  height: auto !important;
}
.well-travelled .well-travelled-box-slider .slick-slide p,
.well-travelled .well-travelled-box-slider-responsive .slick-slide p {
  margin-bottom: 0 !important;
  font-family: 'TT Commons';
  text-align: left !important;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  letter-spacing: -0.24px;
  color: rgba(85,63,63,0.6);
  cursor: pointer;
  min-width: 200px;
}
.well-travelled .well-travelled-box-slider .slick-slide,
.well-travelled .well-travelled-box-slider-responsive .slick-slide {
  padding: 10px;
}
.well-travelled .well-travelled-box-slider .slick-slide:nth-child(3),
.well-travelled .well-travelled-box-slider-repsonsive .slick-slide:nth-child(3) {
  border-bottom: 1px solid #fff;
}
.well-travelled .well-travelled-right .activeP {
  border: 1px solid #c4c4c4 !important;
  padding: 30px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: #553f3f !important;
}
.activeP {
  position: relative;
  display: block;
}
.activeP:after {
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-bottom: 0 solid #fff;
  border-left: 0 solid #fff;
  top: 55%;
  left: 103.5%;
  margin-left: -25px;
  content: '';
  transform: rotate(45deg);
  margin-top: -25px;
  background: #fff;
  border-radius: 5px;
}
.well-travelled .well-travelled-img-slider .slick-slide .notactiveP {
  padding: 30px;
  border-bottom: 1px solid #c4c4c4 !important;
}
.well-travelled-img-slider .slick-slide img {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
.one-box-slider .slick-next,
.one-box-slider .slick-prev,
.well-travelled-img-slider .slick-next,
.well-travelled-img-slider .slick-prev {
  width: 70px;
  height: 70px;
  -webkit-box-shadow: 0 16px 26px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 16px 26px rgba(0,0,0,0.1);
  box-shadow: 0 16px 26px rgba(0,0,0,0.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 999;
}
.one-box-slider .slick-next:before,
.one-box-slider .slick-prev:before,
.well-travelled-img-slider .slick-next:before,
.well-travelled-img-slider .slick-prev:before {
  color: #c4c4c4;
}
.one-box-slider .slick-next:hover:before,
.one-box-slider .slick-prev:hover:before,
.well-travelled-img-slider .slick-next:hover:before,
.well-travelled-img-slider .slick-prev:hover:before {
  color: #ff9993;
}
.join-card img {
  padding-bottom: 30px;
}
.comm-content .comm-img.mb {
  display: none;
}
.globe-cont-box-section .slick-prev {
  left: 2%;
}
.globe-cont-box-section .slick-next {
  right: auto;
  left: 42%;
}
.one-box-slider .slick-slide img {
  max-width: 100%;
}
.one-box-cta {
  margin-top: 60px;
}
.one-box-slider .one-items-wrap .slick-slide {
  display: block !important;
  padding: 0 15px;
}
.one-box-slider .one-items-wrap .slick-slide img {
  margin-bottom: 15px;
}
.one-box-slider .one-items-wrap .slick-next,
.one-box-slider .one-items-wrap .slick-prev {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  width: auto !important;
  height: auto !important;
}
.one-box-slider .one-items-wrap .slick-prev {
  left: 0 !important;
}
.one-box-slider .one-items-wrap .slick-next {
  right: 0 !important;
}
.slider-arrow-common .one-items-wrap .slick-next:before,
.slider-arrow-common .one-items-wrap .slick-prev:before {
  color: #ff9993;
  height: 100px;
  display: inline-block;
}
.join-card-section {
  padding-top: 100px !important;
}
@media only screen and (max-width: 1180px) {
  .homepage-hero .hs-content,
  .homepage-hero .new-hs-content {
    height: auto;
    padding-top: 80px;
  }
  .homepage-hero .hs-bottom {
    margin-top: 100px;
  }
  .hero-box .box-display-content {
    padding: 40px 0 40px 30px;
  }
  .hero-box {
    margin-top: 70px;
  }
  .hero-box .bd-text-container p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }
  .hero-box .bd-blurb {
    font-size: 19px;
  }
  .hero-box .annual-pay {
    font-size: 14px;
  }
  .hero-box .bd-cta-container {
    width: 96%;
  }
  .hero-box .bd-link {
    font-size: 20px;
    padding: 21px 40px 17px;
  }
  .hero-box .bd-img-container {
    right: -20px;
    top: -55px;
    width: 50%;
  }
}
.well-travelled {
  padding-top: 50px;
}
@media only screen and (min-width: 769px) and (max-width: 1180px) {
  .homepage-hero .slick-slide {
    min-height: 750px;
  }
}
@media only screen and (min-width: 998px) {
  .well-travelled .well-travelled-box-slider .slick-slide,
  .well-travelled .well-travelled-box-slider-responsive .slick-slide {
    width: 100% !important;
  }
}
@media only screen and (max-width: 997px) {
  .well-travelled .well-travelled-box-slider .slick-slide p,
  .well-travelled .well-travelled-box-slider-responsive .slick-slide p {
    border: 1px solid #c4c4c4 !important;
    padding: 30px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #553f3f !important;
  }
  .activeP:after {
    display: none;
  }
  .well-travelled-left,
  .well-travelled-right {
    display: block;
    width: 100%;
  }
  .well-travelled-right-desktop {
    display: none;
  }
  .well-travelled-left {
    margin-bottom: 50px;
  }
  .well-travelled .well-travelled-img-slider .slick-slide {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin: 0 10px;
    padding: 20px;
  }
  .well-travelled .well-travelled-img-slider .slick-slide.slick-current p {
    border: 1px solid #553f3f;
  }
  .well-travelled .well-travelled-img-slider .slick-slide p,
  .well-travelled .well-travelled-img-slider .slick-slide span {
    font-size: 19px;
    line-height: 26px;
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .marketing-icons {
    max-width: 80%;
    margin: 50px auto;
  }
  .marketing-icons .block {
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.078px;
  }
  .marketing-icons img {
    display: block;
    margin: 0 auto 25px;
    max-height: 30px;
  }
  .empower-artisans {
    margin: 0 auto 60px;
    padding-top: 60px;
  }
  .empower-artisans #empower-main-title,
  .empower-artisans .empower-titles {
    width: 100%;
    text-align: center;
  }
  .empower-artisans #empower-main-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .empower-artisans h3.empower-titles {
    line-height: 29px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .empower-artisans h3.empower-titles br {
    display: none;
  }
  .empower-artisans p.empower-titles {
    font-size: 19px;
    line-height: 26px;
  }
  .empower-details {
    padding: 20px 40px;
    display: inline-block;
  }
  .empower-details .stats {
    width: 50%;
    float: left;
    padding: 0 15px 30px;
  }
  .empower-details .stats:nth-child(3n) {
    clear: left;
  }
  .empower-details .stats p.sub {
    min-height: auto;
  }
  .empower-details .stats h2 {
    font-size: 36px;
    margin-top: 0;
  }
  .empower-details .stats p {
    font-size: 19px;
    line-height: 26px;
  }
  .empower-cta-container .row {
    text-align: center;
  }
  .empower-cta-container p {
    font-size: 19px;
    line-height: 26px;
  }
  .empower-cta-container .msa-link {
    margin-top: 20px;
  }
  #empower {
    margin-bottom: 50px;
  }
  .globe-impact-left,
  .globe-right {
    width: 100%;
    float: left;
    padding: 0 !important;
  }
  .globe-right {
    margin-top: 30px !important;
  }
  .comm-content .comm-wrap {
    display: inline-block;
    width: 100%;
  }
  .comm-content .comm-left {
    float: right;
    width: 48%;
  }
  .comm-content .comm-right {
    float: left;
    width: 48%;
    margin-left: 0;
  }
  .comm-content #comm-title {
    margin-top: 0;
  }
  .comm-content .block-link {
    padding: 21px 20px 17px;
    width: 100%;
  }
  .comm-content.odd .comm-img {
    width: 100%;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  .comm-content .comm-descr {
    max-width: 100%;
    color: rgba(85,63,63,0.6);
    font-family: 'TT Commons';
  }
}
@media only screen and (max-width: 770px) {
  .all-boxes .hiw-cta-div .bd-link,
  .all-boxes .hiw-cta-div .msa-link {
    padding: 21px 10px 17px;
    font-size: 20px;
    width: 46%;
    max-width: 300px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .comes-in-the-box {
    padding-top: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 770px) {
  .comm-content.odd {
    margin-top: 50px;
  }
  .comm-content.odd .comm-right {
    width: 35%;
  }
  .comm-content.odd .comm-left {
    width: 50%;
  }
  .comm-content.even .comm-left {
    width: 40%;
  }
  .comm-content.even .hs-container {
    margin: 0;
  }
  .story-of-title {
    max-width: 270px;
  }
  #globe-right-title {
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 500px;
  }
}
@media (max-width: 1200px) {
  #third-review {
    margin-top: -150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1000px) {
  #third-review {
    margin-top: -120px;
  }
  .join-card-row {
    min-height: 650px;
  }
}
@media only screen and (max-width: 768px) {
  .globe-content {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 522px) {
  .homepage-hero .hs-bottom.mb {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .homepage-hero .hs-bottom {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #third-review {
    margin-top: 0;
  }
  .well-travelled .well-travelled-box-slider .slick-slide p,
  .well-travelled .well-travelled-box-slider-responsive .slick-slide p {
    padding: 15px !important;
  }
  .homepage-hero .hs-bottom {
    display: none;
  }
  .bd-cta-container .bd-link {
    margin-left: 0;
  }
  .well-travelled {
    padding-top: 0;
  }
  .homepage-hero .hs-link {
    margin-top: 0;
    margin-right: 30px;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  .homepage-hero .hs-slide-right {
    order: 0;
  }
  .homepage-hero .hs-bottom.mb p {
    display: inline-block;
    line-height: 1;
    text-align: left;
    position: relative;
    top: 8px;
    color: #553f3f !important;
    letter-spacing: -0.24px;
  }
  .homepage-hero .hs-bottom.mb p span {
    color: #978c8c;
  }
  .membership-features-bottom .box-slide-item {
    padding: 0 15px;
  }
  .membership-features-bottom .features-text {
    min-width: 100%;
  }
  .all-boxes .box-slide-item {
    padding: 0 15px;
  }
  .join-card-section {
    padding-top: 20px !important;
  }
  .join-card-section .container>.row {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  .join-card-section .join-card {
    max-width: 50%;
    float: left;
    padding: 0 10px;
  }
  .join-card-section .row .join-card:nth-child(even) {
    float: right;
  }
  .join-card img {
    padding-bottom: 20px;
  }
  .one-box-right {
    padding-left: 15px;
  }
  .globe-cont-box-section .slick-next,
  .globe-cont-box-section .slick-prev {
    width: 40px;
    height: 40px;
    top: 150px;
  }
  .one-box-slider .one-items-wrap .slick-slide {
    padding: 0 5px;
  }
  .one-box-cta .msa-link {
    width: 100%;
    text-align: center;
  }
  .homepage-hero .slick-slide {
    min-height: 740px;
  }
  .homepage-hero .hs-slide-right .hs-box {
    max-height: 300px;
  }
}
@media only screen and (max-width: 522px) {
  .homepage-hero .hs-link {
    width: 48%;
    margin-right: 5px;
    font-size: 18px;
    padding: 16px 0;
    bottom: 0;
  }
  .homepage-hero .hs-bottom.mb p {
    width: 48%;
    font-size: 18px;
    line-height: 1.2;
  }
  .homepage-hero .slick-slide {
    min-height: 660px;
  }
  .homepage-hero .hs-bottom {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .homepage-hero .hs-bottom.mb p {
    font-size: 16px;
  }
  .marketing-icons {
    max-width: 90%;
    margin: 40px auto;
  }
  .marketing-icons .block {
    font-size: 16px;
    line-height: 20px;
    padding: 0 5px;
  }
  .marketing-icons img {
    margin-bottom: 15px;
    max-height: 20px;
  }
  .hiw-slider .box-slide-item {
    padding: 0 15px;
  }
  .hero-box .bd-cta-container,
  .hero-box .bd-text-container {
    width: 100% !important;
  }
  .hero-box .box-display-content {
    padding: 30px;
  }
  .hero-box .bd-img-container {
    width: 100%;
    position: static;
  }
  .hero-box .bd-cta-container {
    display: block;
  }
  .hero-box .bd-link {
    width: 100%;
    text-align: center;
  }
  .hero-box .bd-blurb {
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
  .empower-details {
    padding: 20px 0;
  }
  .all-boxes .bd-link,
  .all-boxes .msa-link {
    width: 90%;
  }
  .comm-content .comm-left,
  .comm-content .comm-right {
    float: left;
    width: 100%;
  }
  .comm-content .comm-right {
    margin: 30px 0;
    max-width: 300px;
  }
  .comm-left {
    text-align: left;
  }
  .all-boxes {
    padding-bottom: 40px;
  }
  .comm-content {
    padding: 0 0 40px !important;
  }
  .comm-content.odd .comm-right {
    margin-bottom: 0;
  }
  .join-card-section .join-card {
    max-width: 100%;
    width: 100%;
    -ms-flex: auto;
    flex: auto;
  }
  .comm-content.even .comm-img {
    display: none;
  }
  .comm-content .comm-img.mb {
    display: block;
    margin-bottom: 30px;
  }
  .one-box-slider .slick-slide {
    display: block !important;
  }
  .one-box-left,
  .one-box-right {
    width: 100%;
  }
  .globe-cont-box-section .slick-next,
  .globe-cont-box-section .slick-prev {
    top: 140px;
  }
  .globe-cont-box-section .slick-prev {
    left: 0;
  }
  .globe-cont-box-section .slick-next {
    left: auto;
    right: 0;
  }
  .comm-content.odd .comm-img {
    margin: 40px 0 40px -60px;
  }
  .all-boxes .hiw-cta-div .bd-link,
  .all-boxes .hiw-cta-div .msa-link {
    font-size: 19px;
    width: 90%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .card_image {
    width: 150%;
  }
  .hiw-cta-div .msa-link {
    width: 100%;
  }
  .msa-link {
    padding: 21px 76px 17px;
  }
}
