.welcome-mat-open {
  background: linear-gradient(59deg, #FCEAE7 -5.15%, #EAEAFF 47.63%, #FFF8F8 96.18%);
  /* background-image: url("./images/welcome-mat/background.png"); 
  background-position: center center; 
  background-size: 1370px auto;*/
  padding: 86px 0 173px;
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  @media (max-width: 991px) {
    .welcome-mat-open {
      padding: 85px 0 110px; } }
  @media (max-width: 767px) {
    .welcome-mat-open {
      padding: 70px 0 100px; } }
  .welcome-mat-open__wrapper {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
	align-items: center; }
	
  .welcome-mat-open__text {
    width: 50%;
    display: none;
    flex-direction: column;
    align-items: center;
    color: #ffffff; }
    @media (max-width: 1199px) {
      .welcome-mat-open__text {
        padding: 0 20px; } }
    @media (max-width: 991px) {
      .welcome-mat-open__text {
        width: 100%; } }
    .welcome-mat-open__text-logo {
      width: 105px;
      margin-top: 9px;
      margin-bottom: 60px; }
      @media (max-width: 991px) {
        .welcome-mat-open__text-logo {
          margin-bottom: 30px; } }
    .welcome-mat-open__text div:nth-of-type(1) {
      font-family: "OpenSansCondensed","DM Sans",sans-serif;
      font-size: 28px;
      font-weight: 500;
      margin-bottom: 17px; }
      @media (max-width: 767px) {
        .welcome-mat-open__text div:nth-of-type(1) {
          font-size: 26px;
          margin-bottom: 10px; } }
    .welcome-mat-open__text div:nth-of-type(2), .welcome-mat-open__text div:nth-of-type(3) {
      font-family: "DM Sans", sans-serif;
      font-size: 26px;
      font-weight: 700;
      line-height: 36px;
      max-width: 490px; }
      @media (max-width: 767px) {
        .welcome-mat-open__text div:nth-of-type(2), .welcome-mat-open__text div:nth-of-type(3) {
          font-size: 30px;
          line-height: 1.3;
          max-width: none; } }
      @media (max-width: 480px) {
        .welcome-mat-open__text div:nth-of-type(2), .welcome-mat-open__text div:nth-of-type(3) {
          font-size: 25px; } }
    .welcome-mat-open__text div:nth-of-type(3) {
      color: #333333;
      position: relative;
      margin-top: 30px; }
      .welcome-mat-open__text div:nth-of-type(3) span {
        position: relative; }
      .welcome-mat-open__text div:nth-of-type(3):before {
        content: '';
        background-image: url("./images/welcome-mat/stroke.svg");
        background-size: 100% 100%;
        width: 509px;
        height: 71px;
        position: absolute;
        top: 43%;
        left: 54%;
        transform: translate(-50%, -50%);
        z-index: 0; }
        @media (max-width: 767px) {
          .welcome-mat-open__text div:nth-of-type(3):before {
            width: 390px;
            top: 50%; } }
  .welcome-mat-open__info {
    /* width: 50%;
    padding: 0 121px 0 23px; */
	position: relative; }
    @media (max-width: 1199px) {
      .welcome-mat-open__info {
        padding: 0px 20px 0; } }
    @media (max-width: 991px) {
      .welcome-mat-open__info {
        width: 100%; } }
		
		/* CAROL 2023 Welcome Mat Change
    .welcome-mat-open__info:before {
      content: "";
      background-image: url(./images/welcome-mat/ameba.svg);
      background-size: 100% auto;
      background-repeat: no-repeat;
      width: 958px;
      height: 800px;
      position: absolute;
      top: -106px;
      left: -180px;
      z-index: -1; }
      @media (max-width: 991px) {
        .welcome-mat-open__info:before {
          width: 600px;
          height: 500px;
          top: -20px;
          left: 50%;
          transform: translateX(-50%); } }
		  */
		
    .welcome-mat-open__info-community {
      width: 100%;
      max-width: 524px; }
      @media (max-width: 767px) {
        .welcome-mat-open__info-community {
          max-width: 350px; } }
    .welcome-mat-open__info-content {
	  /* border-radius: 8px; */
	  /* background-color: #ffffff; */
	  /* padding: 37px 47px; */
	  display: flex;
	  flex-flow: column;
	  gap: 30px;
	  align-items: center;}

      @media (max-width: 991px) {
        .welcome-mat-open__info-content {
          margin: 30px auto 100px;
          max-width: 600px; } }
      @media (max-width: 767px) {
        .welcome-mat-open__info-content {
          padding: 30px; } }
    .welcome-mat-open__info-title {
      color: #212125;
      font-family: 'Filson Pro', 'DM Sans', sans-serif;
	  letter-spacing:.01em;
	  font-size: 2.25rem !important;
      font-weight: 900;
      line-height: 120% !important; }
	  
      @media (max-width: 767px) {
        .welcome-mat-open__info-title {
          font-size: 28px;
          line-height: 1.3; } }
      @media (max-width: 480px) {
        .welcome-mat-open__info-title {
          font-size: 25px; } }
      .welcome-mat-open__info-title span {
        color: #333333;
        font-family: "DM Sans", sans-serif;
        font-size: 18px;
		letter-spacing:2px;
        line-height: 1.2;
        margin-bottom: 9px;
        font-weight: 700;
        display: block; }
    .welcome-mat-open__info-subtitle {
      color: #404051;
	  text-align: center;
      font-family: "DM Sans", sans-serif;
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.875rem;
      margin-top: 31px;
      max-width: 800px;
      display: inline-block; }
	  
      @media (max-width: 767px) {
        .welcome-mat-open__info-subtitle {
          /* margin-top: 15px; */ } }
      @media (max-width: 480px) {
        .welcome-mat-open__info-subtitle {
          font-size: 20px;
		  line-height:28px; } }
    .welcome-mat-open__info-btn {
      color: #ffffff;
      font-family: 'Filson Pro', "DM Sans",sans-serif;
      font-size: 24px;
      letter-spacing: 2.4px;
      font-weight: 500;
	  padding: 20px 200px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
      border-radius: 60px;
      background-color: #2831FF;
      width: 100%;
      text-transform: uppercase;
      text-decoration: none;
      display: block;
      margin-top: 45px;
      margin-bottom: -74px;
	  border:none; }
	  
      @media (max-width: 767px) {
        .welcome-mat-open__info-btn {
          margin-top: 25px;
          margin-bottom: -57px;
          padding: 20px 100px;
          font-size: 20px;
          letter-spacing: 1.5px; } }
      .welcome-mat-open__info-btn:hover {
        transform: translateY(-5px); 
		background-color: #2c33e6 !important;
		box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
		}
  .welcome-mat-open__close {
    cursor: pointer;
    position: absolute;
    bottom: 37px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    max-width: 300px;
    color: #212125;
    font-family: "DM Sans",sans-serif;
    font-size: 16px;
	font-weight: 900;
    transition: color 0.2s; }
    @media (max-width: 991px) {
      .welcome-mat-open__close {
        bottom: 20px; } }
    .welcome-mat-open__close:hover {
      color: #2831ff; }

.welcome-mat-close {
  background: #fff9f9;
  background-image: url("./images/welcome-mat/background-close.svg");
  background-position: center right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 58px 0 103px;
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  
  @media (max-width: 991px) {
    .welcome-mat-close {
      padding: 80px 0 60px;
      background-size: 700px auto;
      background-position: bottom right; } }
  @media (max-width: 767px) {
    .welcome-mat-close {
      padding-top: 50px; } }
  .welcome-mat-close__wrapper {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
  .welcome-mat-close__text {
    width: 44.7%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    padding: 0 20px 0 46px; }
    @media (max-width: 1199px) {
      .welcome-mat-close__text {
        width: 45%; } }
    @media (max-width: 991px) {
      .welcome-mat-close__text {
        width: 100%;
        padding: 0 20px; } }
    .welcome-mat-close__text-logo {
      width: 105px;
      margin-top: 25px;
      margin-bottom: 47px; }
      @media (max-width: 991px) {
        .welcome-mat-close__text-logo {
          margin-bottom: 30px; } }
    .welcome-mat-close__text-title {
      color: #2831ff;
      font-family: "DM Sans",sans-serif;
      font-size: 38px;
      font-weight: 700;
      line-height: 50px;
      max-width: 480px;
      margin-bottom: 31px; }
      @media (max-width: 991px) {
        .welcome-mat-close__text-title {
          max-width: none;
          font-size: 30px;
          line-height: 1.3;
          margin-bottom: 15px; } }
      @media (max-width: 480px) {
        .welcome-mat-close__text-title {
          font-size: 25px; } }
    .welcome-mat-close__text-description {
      color: #333333;
      font-family: "DM Sans",sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 36px;
      max-width: 480px; }
      @media (max-width: 991px) {
        .welcome-mat-close__text-description {
          max-width: none;
          font-size: 18px;
          line-height: 2; } }
  .welcome-mat-close__info {
    width: 55.3%;
    position: relative;
    padding: 0 65px 0 0; }
    @media (max-width: 1199px) {
      .welcome-mat-close__info {
        width: 55%;
        padding-right: 20px; } }
    @media (max-width: 991px) {
      .welcome-mat-close__info {
        width: 100%;
        padding: 40px 20px 0; } }
    .welcome-mat-close__info-image {
      width: 100%;
      max-width: 526px; }
      @media (max-width: 991px) {
        .welcome-mat-close__info-image {
          max-width: 400px; } }
    .welcome-mat-close__info-content {
      border-radius: 8px;
      background-color: #ff9695;
      padding: 26px 40px 11px;
      color: #ffffff;
      margin-top: 18px; }
      @media (max-width: 767px) {
        .welcome-mat-close__info-content {
          padding: 20px 20px 10px; } }
    .welcome-mat-close__info-title {
      font-family: "OpenSansCondensed";
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0.5px;
      margin-bottom: 22px; }
      @media (max-width: 767px) {
        .welcome-mat-close__info-title {
          font-size: 18px;
          line-height: 1.3; } }
    .welcome-mat-close__info-form-row {
      display: flex;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .welcome-mat-close__info-form-row {
          flex-wrap: wrap;
          justify-content: center; } }
      .welcome-mat-close__info-form-row > *:nth-child(1) {
        width: calc(100% - 304px);
        margin-right: 10px; }
        @media (max-width: 767px) {
          .welcome-mat-close__info-form-row > *:nth-child(1) {
            width: 100%;
            margin: 0 0 10px; } }
      .welcome-mat-close__info-form-row > *:nth-child(2) {
        width: 100%;
        max-width: 304px; }
        @media (max-width: 767px) {
          .welcome-mat-close__info-form-row > *:nth-child(2) {
            width: 100%;
            max-width: none;
            display: flex;
            justify-content: center; } }
    @media (max-width: 480px) {
      .welcome-mat-close__info-form .g-recaptcha {
        transform: scale(0.8); } }
    @media (max-width: 320px) {
      .welcome-mat-close__info-form .g-recaptcha {
        transform: scale(0.6); } }
    .welcome-mat-close__info-form-confirm {
      text-align: left;
      padding-top: 5px;
      position: relative; }
      .welcome-mat-close__info-form-confirm label {
        margin: 0;
        color: #ffffff;
        font-family: "DM Sans",sans-serif;
        font-size: 10px;
        font-weight: 700;
        line-height: 20px;
        text-transform: none;
        padding-left: 30px;
        cursor: pointer; }
        .welcome-mat-close__info-form-confirm label:before {
          content: '';
          position: absolute;
          left: 0;
          top: 4px;
          display: block;
          width: 20px;
          height: 20px;
          flex-shrink: 0;
          margin-right: 10px;
          margin-top: 4px;
          border-radius: 4px;
          border: 2px solid #f4f4ff;
          background-color: #ffffff; }
        .welcome-mat-close__info-form-confirm label a {
          color: inherit; }
      .welcome-mat-close__info-form-confirm input[type="checkbox"] {
        display: none; }
        .welcome-mat-close__info-form-confirm input[type="checkbox"]:checked + label:after {
          content: '';
          position: absolute;
          top: 11px;
          left: 3px;
          width: 16px;
          height: 14px;
          background-image: url("./images/welcome-mat/icon-check.svg");
          background-size: 100% 100%;
          background-repeat: no-repeat; }
    .welcome-mat-close__info-form input[type="email"] {
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      border: none;
      outline: none;
      background-color: #ffffff;
      color: #ff9695;
      font-family: "OpenSansCondensed";
      font-size: 18px;
      font-weight: 500;
      padding: 19px 17px; }
      .welcome-mat-close__info-form input[type="email"]::placeholder {
        color: #ff9695;
        opacity: 1; }
      .welcome-mat-close__info-form input[type="email"]:-ms-input-placeholder {
        color: #ff9695; }
      .welcome-mat-close__info-form input[type="email"]::-ms-input-placeholder {
        color: #ff9695; }
    .welcome-mat-close__info-form button {
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      background-color: #2831ff;
      border: none;
      outline: none;
      color: #ffffff;
      font-family: "OpenSansCondensed";
      font-size: 19px;
      font-weight: 500;
      letter-spacing: 1.9px;
      line-height: 29px;
      text-transform: uppercase;
      padding: 10px;
      transition: opacity 0.2s;
      cursor: pointer; }
      .welcome-mat-close__info-form button:hover {
        opacity: 0.8; }
    @media (max-width: 991px) {
      .welcome-mat-close__info {
        width: 100%; } }
  .welcome-mat-close__close {
    cursor: pointer;
    position: absolute;
    bottom: 37px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    max-width: 300px;
    color: #2831ff;
    font-family: "DM Sans",sans-serif;
    font-size: 16px;
    font-style: italic;
    transition: color 0.2s; }
    @media (max-width: 991px) {
      .welcome-mat-close__close {
        bottom: 20px; } }
    .welcome-mat-close__close:hover {
      color: #333333; }
	  
	  
/* Welcome Mat Thicket 
	  
.welcome-mat-thicket {
	position: relative;
	width: 100%;
	background: #FCF1F0;
}	  

.welcome-mat-thicket-headline {
	position: absolute;
	width: 986px;
	height: 226px;
	left: 200px;
	top: 285px;
    z-index: 10000;
	font-family: Poppins;
	font-style: normal;
	font-weight: 900;
	font-size: 72px;
	line-height: 108px;

	color: #2831FF;
}

.welcome-mat-thicket-desc {
	position: absolute;
	width: 986px;
	height: 226px;
	left: 200px;
	top: 545px;
    z-index: 10000;
	font-family: "DM Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 72px;


	color: #2831FF;
}

.welcome-mat-thicket-img {
	position: absolute;
	width: 612px;
	height: 462px;
	left: 1330px;
	top: 235px;
    z-index: 10000;
	background: url(/wp-content/uploads/welcome-mat-thicket.png);
}


.welcome-mat-thicket-bg-shape {
	position: absolute;
	width: 2370px;
	height: 1333px;
	left: -86px;
	top: -269px;

	background: url(/wp-content/uploads/welcome-mat-shape.png);
}

.welcome-mat-thicket-button {
	position: absolute;
	width: 612px;
	height: 164px;
	left: 1330px;
	top: 716px;
	z-index: 10000;
	
	background: #17BCBC;
	border-radius: 20px;
	
	font-family: "DM Sans";
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;

	color: #FFFFFF;
}

.welcome-mat-thicket-button:hover {
	position: absolute;
	width: 612px;
	height: 164px;
	left: 1330px;
	top: 716px;
    z-index: 10000;
	
	background: #FFFFFF;
	border: 8px solid #17BCBC;
	box-sizing: border-box;
	border-radius: 20px;
	
	font-family: "DM Sans";
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;

	color: #17BCBC;
	
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
	

.welcome-mat-thicket-dontshow {
	position: absolute;
	width: 214px;
	height: 28px;
	left: 1080px;
	top: 1000px;
    z-index: 10000;
	font-family: "DM Sans";
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;

	text-align: center;

	color: #000000;
}

.welcome-mat-thicket-dontshow:hover {
	position: absolute;
	width: 214px;
	height: 28px;
	left: 1080px;
	top: 1000px;
    z-index: 10000;
	font-family: "DM Sans";
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;

	text-align: center;

	color: #000000;
}
	
	  
//  END Welcome Mat Thicket */


.main-header {
  width: 100%;
  height: 108px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (max-width: 991px) {
    .main-header {
      height: 80px; } }
  @media (max-width: 767px) {
    .main-header {
      height: 60px; } }
  .main-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-radius: 100%;
    background: transparent; }
    @media (max-width: 991px) {
      .main-header:before {
        width: 150px;
        height: 150px; } }
    @media (max-width: 767px) {
      .main-header:before {
        width: 110px;
        height: 110px; } }
  .main-header__bg {
    width: 100%; }
  .main-header__logo {
    width: 200px;
    position: absolute;
    top: 8%;
    left: 200px;
    transform: translateX(-50%);
  z-index: 2; }
    @media (max-width: 991px) {
      .main-header__logo {
        width: 150px;
        top: 8px; 
		left:150px;} }
    @media (max-width: 767px) {
      .main-header__logo {
        width: 120px;
        top: 4px;
		left:130px !important; } }
    .main-header__logo img {
      width: 100%; }
  .main-header__hamburger {
    position: fixed;
    top: 42px;
    left: 35px;
    z-index: 10000;
    transition: 0.2s opacity linear;
    width: 39px;
    height: 26px;
    cursor: pointer; }
    @media (max-width: 991px) {
      .main-header__hamburger {
        top: 27px;
        left: 20px; } }
    @media (max-width: 767px) {
      .main-header__hamburger {
        top: 17px; } }
    .main-header__hamburger:hover {
      opacity: 0.8; }
    .main-header__hamburger-icon {
      position: absolute;
      width: 39px;
      height: 5px;
      background-color: #17BCBC;
      top: auto;
      bottom: 0;
      transition-delay: .13s;
      transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition-duration: .13s; }
      .main-header__hamburger-icon:before, .main-header__hamburger-icon:after {
        content: '';
        background-color: #17BCBC;
        display: block;
        position: absolute;
        width: 39px;
        height: 5px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform; }
      .main-header__hamburger-icon:before {
        top: -10px;
        transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      .main-header__hamburger-icon:after {
        top: -20px;
        transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }
    .main-header__hamburger.is-active .main-header__hamburger-icon {
      transition-delay: .22s;
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translate3d(0, -10px, 0) rotate(-45deg); }
      .main-header__hamburger.is-active .main-header__hamburger-icon:before {
        top: 0;
        transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
        transform: rotate(-90deg); }
      .main-header__hamburger.is-active .main-header__hamburger-icon:after {
        top: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
        opacity: 0;
}
.main-header__background-image-wrap {
  display:none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: hidden;
  height: 211px;
}

@media (max-width: 991px) {
  .main-header__background-image-wrap {
    height: 148px;
  }
}

@media (max-width: 767px) {
  .main-header__background-image-wrap {
    height: 111px;
  }
}

img.main-header__background-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1366px;
  height: auto;
  z-index: 1;
  max-width: none;
}

@media (max-width: 991px) {
  img.main-header__background-image {
    width: 961px;
  }
}

@media (max-width: 767px) {
  img.main-header__background-image {
    width: 719px;
  }
}


.navigation-overlay {
  position: fixed;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #EBECFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9999;
  transition: right 0.2s ease-in-out;
  padding: 0 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto; }
  @media (max-height: 730px) {
    .navigation-overlay {
      align-items: flex-start; } }
  @media (max-width: 991px) {
    .navigation-overlay {
      align-items: center;
      padding: 0;
      overflow: hidden; } }
  .navigation-overlay.active {
    right: 0; }
  .navigation-overlay__wrapper {
    width: 100%;
    max-width: 1166px;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-height: 730px) {
      .navigation-overlay__wrapper {
        padding: 80px 20px; } }
    @media (max-width: 991px) {
      .navigation-overlay__wrapper {
        width: 100%;
        height: 100%;
        overflow: auto;
        padding: 80px 20px;
        flex-direction: column;
        justify-content: flex-start; } }
    @media (max-width: 767px) {
      .navigation-overlay__wrapper {
        padding: 55px; } }
  .navigation-overlay__left {
    width: 100%;
    max-width: 460px;
    padding-bottom: 32px; }
    @media (max-width: 991px) {
      .navigation-overlay__left {
        max-width: 620px;
        padding: 0 25px 40px; } }
    @media (max-width: 767px) {
      .navigation-overlay__left {
        padding: 0 0 30px; } }
    .navigation-overlay__left ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    .navigation-overlay__left li {
      display: block;
      margin-bottom: 32px; }
      @media (max-width: 991px) {
        .navigation-overlay__left li {
          margin-bottom: 26px; } }
      @media (max-width: 480px) {
        .navigation-overlay__left li {
          text-align: center; } }
      .navigation-overlay__left li:last-child {
        margin-bottom: 0; }
    .navigation-overlay__left a {
      position: relative;
      display: inline-block;
      color: #333333;
      font-family: "Poppins","DM Sans",sans-serif;
      font-size: 56px;
      font-weight: 700;
      letter-spacing: .01em;
      text-decoration: none;
      transition: color 0.2s ease-out; }
      @media (max-width: 991px) {
        .navigation-overlay__left a {
          font-size: 40px;
          letter-spacing: 1px; } }
      @media (max-width: 480px) {
        .navigation-overlay__left a {
          font-size: 30px;
          letter-spacing: 0.5px;
          word-break: break-word; } }
      .navigation-overlay__left a:before {
        content: "";
        position: absolute;
        width: 0;
        height: 4px;
        background: #2831FF;
        bottom: -8px;
        left: 0;
        transition: width 0.2s ease-out; }
        @media (max-width: 480px) {
          .navigation-overlay__left a:before {
            left: 50%;
            transform: translateX(-50%); } }
    .navigation-overlay__left li.current-menu-item a {
      color: #FF9695;
      text-decoration: none; }
      .navigation-overlay__left li.current-menu-item a:before {
        background-color: #FF9695;
        width: calc(100% + 16px); }
    .navigation-overlay__left a:hover {
      color: #2831FF;
      text-decoration: none; }
      .navigation-overlay__left a:hover:before {
        width: calc(100% + 16px); }
    .navigation-overlay__left li.small {
      margin-bottom: 28px; }
      @media (max-width: 991px) {
        .navigation-overlay__left li.small {
          margin-bottom: 15px; } }
      .navigation-overlay__left li.small:last-child {
        margin-bottom: 0; }
      .navigation-overlay__left li.small a {
        font-family: "DM Sans",sans-serif;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase; }
        @media (max-width: 991px) {
          .navigation-overlay__left li.small a {
            font-size: 17px;
            letter-spacing: 1.5px; } }
        @media (max-width: 480px) {
          .navigation-overlay__left li.small a {
            font-size: 15px;
            letter-spacing: 1px; } }
        .navigation-overlay__left li.small a:before {
          display: none; }
  .navigation-overlay__right {
    width: 100%;
    max-width: 620px; }
    .navigation-overlay__right--close {
      max-width: 607px;
      width: calc(100% - 408px); }
      @media (max-width: 991px) {
        .navigation-overlay__right--close {
          width: 100%; } }
  .navigation-overlay__open {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .navigation-overlay__open-top {
      width: 100%;
      padding: 0 25px;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .navigation-overlay__open-top {
          padding: 0; } }
      @media (max-width: 480px) {
        .navigation-overlay__open-top {
          flex-direction: column;
          align-items: center; } }
      .navigation-overlay__open-top div {
        width: 100%;
        max-width: 315px;
        color: #333;
        font-family: "DM Sans",sans-serif;
        letter-spacing: -0.3px;
        font-size: 16px;
        font-weight: 400;
        line-height: 36px; }
        @media (max-width: 480px) {
          .navigation-overlay__open-top div {
            font-size: 16px;
            text-align: center;
            max-width: none; } }
        .navigation-overlay__open-top div a {
          display: inline;
          position: relative;
          color: #2831FF;
          text-decoration: none;
          padding-bottom: 1px;
          border-bottom: 1px solid #2831FF; }
		  .navigation-overlay__open-top div a:hover {
		      color: #333;
		      border-color: #333;
		  }
      .navigation-overlay__open-top > a {
        width: 200px;
        margin-top: -10px;
        transition: opacity 0.2s linear; }
        .navigation-overlay__open-top > a:hover {
          opacity: 0.5; }
        @media (max-width: 480px) {
          .navigation-overlay__open-top > a {
            margin-top: 15px; } }
        .navigation-overlay__open-top > a img {
          width: 100%; }
    .navigation-overlay__open-image {
      width: calc(100% + 85px);
      margin-top: 4px;
      max-width: 705px; }
      @media (max-width: 767px) {
        .navigation-overlay__open-image {
          width: 100%; } }
    .navigation-overlay__open-bottom {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%;
      margin-top: 24px; }
      .navigation-overlay__open-bottom a {
        border-radius: 4px;
        padding: 22px 24px 23px;
        min-width: 235px;
        font-family: "OpenSansCondensed","DM Sans",sans-serif;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        display: block;
        text-align: center;
        margin: 0 10px;
        text-decoration: none;
        text-transform: uppercase;
        transition: transform 0.2s linear; }
        .navigation-overlay__open-bottom a:hover {
          transform: translateY(-5px); }
        @media (max-width: 1199px) {
          .navigation-overlay__open-bottom a {
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          .navigation-overlay__open-bottom a {
            font-size: 15px;
            letter-spacing: 1.4px;
            padding: 17px;
            min-width: 180px; } }
        .navigation-overlay__open-bottom a:nth-child(1) {
          border: 2px solid #C6C7FF;
          color: #333333; 
		  background-color: #C6C7FF; }
        .navigation-overlay__open-bottom a:nth-child(2) {
          background-color:#2831FF;
          color: #ffffff; }
  .navigation-overlay__close {
    width: 100%;
    text-align: center;
    color: #333333;
    padding-right: 6px; }
    @media (max-width: 1199px) {
      .navigation-overlay__close {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .navigation-overlay__close {
        width: calc(100% + 70px);
        margin: 20px -35px 0; } }
    .navigation-overlay__close-logo {
      width: 100%;
      max-width: 133px;
      display: inline-block;
      margin-bottom: 31px;
      transition: opacity 0.2s linear; }
      .navigation-overlay__close-logo:hover {
        opacity: 0.5; }
      .navigation-overlay__close-logo img {
        width: 100%; }
    .navigation-overlay__close-window {
      border-radius: 8px;
      background-color: #fcf1f0;
      padding: 45px 67px 40px; }
      @media (max-width: 1199px) {
        .navigation-overlay__close-window {
          padding: 30px 40px; } }
      @media (max-width: 767px) {
        .navigation-overlay__close-window {
          padding: 30px 20px; } }
    .navigation-overlay__close-title {
      color: #2831ff;
      font-family: "Poppins","DM Sans",sans-serif;
      font-size: 27px;
      font-weight: 700;
      line-height: 45px;
      letter-spacing: -0.8px;
      margin: 0 -10px; }
      @media (max-width: 991px) {
        .navigation-overlay__close-title {
          margin: 0; } }
      @media (max-width: 767px) {
        .navigation-overlay__close-title {
          font-size: 22px;
          line-height: 1.4; } }
    .navigation-overlay__close-subtitle {
      font-family: "DM Sans",sans-serif;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.4px;
      line-height: 30px;
      margin-top: 12px; }
      @media (max-width: 767px) {
        .navigation-overlay__close-subtitle {
          font-size: 14px;
          line-height: 22px; } }
    .navigation-overlay__close-form {
      margin-top: 27px; }
      @media (max-width: 767px) {
        .navigation-overlay__close-form {
          margin-top: 15px; } }
      .navigation-overlay__close-form-row {
        display: flex;
        margin-bottom: 10px;
        justify-content: space-between; }
        @media (max-width: 1199px) {
          .navigation-overlay__close-form-row {
            flex-direction: column;
            align-items: center; } }
      .navigation-overlay__close-form-confirm {
        text-align: left;
        padding-top: 5px;
        position: relative; }
        .navigation-overlay__close-form-confirm label {
          margin: 0;
          color: #333333;
          font-family: "DM Sans";
          font-size: 11px;
          letter-spacing: -0.1px;
          font-weight: 700;
          line-height: 20px;
          text-transform: none;
          padding-left: 28px;
          cursor: pointer; }
          .navigation-overlay__close-form-confirm label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 4px;
            display: block;
            width: 20px;
            height: 20px;
            flex-shrink: 0;
            margin-right: 10px;
            margin-top: 4px;
            border-radius: 4px;
            border: 2px solid #f4f4ff;
            background-color: #ffffff; }
          .navigation-overlay__close-form-confirm label a {
            color: inherit; }
        .navigation-overlay__close-form-confirm input[type="checkbox"] {
          display: none; }
          .navigation-overlay__close-form-confirm input[type="checkbox"]:checked + label:after {
            content: '';
            position: absolute;
            top: 11px;
            left: 3px;
            width: 14px;
            height: 14px;
            background-image: url("./images/welcome-mat/icon-check.svg");
            background-size: 100% 100%;
            background-repeat: no-repeat; }
      .navigation-overlay__close-form input[type="email"] {
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        border: none;
        outline: none;
        background-color: #ffffff;
        color: #ff9695;
        font-family: "OpenSansCondensed";
        font-size: 18px;
        font-weight: 500;
        padding: 19px 21px;
        width: 100%; }
        @media (max-width: 480px) {
          .navigation-overlay__close-form input[type="email"] {
            font-size: 15px;
            padding: 15px; } }
        .navigation-overlay__close-form input[type="email"]::placeholder {
          color: #ff9695;
          opacity: 1; }
        .navigation-overlay__close-form input[type="email"]:-ms-input-placeholder {
          color: #ff9695; }
        .navigation-overlay__close-form input[type="email"]::-ms-input-placeholder {
          color: #ff9695; }
      .navigation-overlay__close-form button {
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        background-color: #2831ff;
        border: none;
        outline: none;
        color: #ffffff;
        font-family: "OpenSansCondensed";
        font-size: 19px;
        font-weight: 500;
        letter-spacing: 1.9px;
        line-height: 29px;
        text-transform: uppercase;
        padding: 10px 19px;
        transition: opacity 0.2s;
        cursor: pointer; }
        @media (max-width: 1199px) {
          .navigation-overlay__close-form button {
            width: 215px;
            padding: 16px 20px;
            margin-top: 10px; } }
        .navigation-overlay__close-form button:hover {
          opacity: 0.8; }
      @media (max-width: 480px) {
        .navigation-overlay__close-form .g-recaptcha {
          transform: scale(0.8); } }
      @media (max-width: 320px) {
        .navigation-overlay__close-form .g-recaptcha {
          transform: scale(0.6); } }

.default-page-template {
  padding: 212px 0 0;
  position: relative;
  overflow: hidden;
  /*
  h2 {
    color: #000000;
    font-family: "Poppins";
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    margin-top: 1em;
    margin-bottom: 0.9em;
    word-break: break-word;

    @include sm() {
      font-size: 25px;
      margin: 1.5em 0;
      line-height: 1.8;
    }

    @include xs() {
      font-size: 20px;
    }
  }
  */ }
  .default-page-template__shape {
    width: 100%;
    max-width: 677px;
    position: absolute;
    top: 350px;
    z-index: -1;
    right: -140px;
    opacity: 0.42; }
    @media (max-width: 991px) {
      .default-page-template__shape {
        max-width: 500px;
        top: 200px; } }
    @media (max-width: 767px) {
      .default-page-template__shape {
        max-width: 300px;
        right: -100px;
        top: 150px; } }
    .default-page-template__shape img {
      width: 100%; }
  @media (max-width: 991px) {
    .default-page-template {
      padding-top: 130px; } }
  @media (max-width: 767px) {
    .default-page-template {
      padding-top: 100px; } }
  .default-page-template__title {
    color: #2831ff;
    font-family: "Poppins","DM Sans",sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0.3px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 84px;
    padding: 0 20px;
    word-break: break-word; }
    @media (max-width: 991px) {
      .default-page-template__title {
        font-size: 45px;
        line-height: 1.4;
        margin-bottom: 1.5em; } }
    @media (max-width: 767px) {
      .default-page-template__title {
        font-size: 37px; } }
    @media (max-width: 480px) {
      .default-page-template__title {
        font-size: 28px; } }
  .default-page-template__content {
    width: 100%;
    max-width: 897px;
    margin: 0 auto 202px;
    padding: 0 20px; }
    @media (max-width: 991px) {
      .default-page-template__content {
        margin-bottom: 100px; } }
    @media (max-width: 480px) {
      .default-page-template__content {
        margin-bottom: 60px; } }
  .default-page-template img {
    height: auto;
    width: 100%;
    margin-bottom: 3.1em; }
    @media (max-width: 991px) {
      .default-page-template img {
        margin-bottom: 2em; } }
    @media (max-width: 767px) {
      .default-page-template img {
        margin-bottom: 1em; } }
  .default-page-template p {
    line-height: 2;
    margin: 0 0 2em; }
  .default-page-template h2 {
    margin: 0 0 60px 0;
    color: #2831FF;
    font-size: 50px;
    font-weight: 900;
    line-height: 70px;
    letter-spacing: .025em;
    text-align: center;
    word-break: break-word;
  }
    @media (max-width: 767px) {
      .default-page-template h2 {
        font-size: 26px;
        line-height: 34px;
      }
    }
  .default-page-template h3 {
    margin: 0 0 40px 0;
    font-size: 32px;
    font-weight: 900;
    line-height: 46px;
    word-break: break-word; }
    @media (max-width: 767px) {
      .default-page-template h3 {
        font-size: 24px;
        line-height: 38px;
      }
    }
  .default-page-template h4 {
    margin: 0 0 40px 0;
    font-family: "OpenSansCondensed";
    font-size: 22px;
    font-weight: 400;
    line-height: 34px; }
  .default-page-template h5 {
    margin: 0 0 90px 0;
    font-family: "OpenSansCondensed";
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    text-align: center; }
  .default-page-template h6 {
    margin: 0 0 50px 0;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em; }
   .default-page-template ul, .default-page-template ol {
      font-size:18px;line-height:36px;margin-left:40px;margin-bottom:40px;}
   .default-page-template li {margin-bottom: 20px;}
   .default-page-template hr {display:block;width:100%;height:24px;margin:0 0 60px 0;background:url(images/article/bg-hr.jpg) center center no-repeat;border:none;}

	
	
	 /* Full Width Template for Beaver Builder */

	 .full-width-template {
	   padding: 0;
	   position: relative;
	   overflow: hidden;
  	 	}
	   /*@media (max-width: 991px) {
	     .full-width-template {
	       padding-top: 130px; } }
	   @media (max-width: 767px) {
	     .full-width-template {
	       padding-top: 100px; } }*/
	   .full-width-template__title, .full-width-template h1 {
	     color: #333333;
	     font-family: "Poppins",sans-serif;
	     font-size: 44px;
	     font-weight: 700;
	     line-height: 54px;
	     letter-spacing: .01em;
	     width: 100%;
	     max-width: 900px;
	     margin: 0px;
	     padding: 0 20px;
	     /* word-break: break-word; */ }
	     @media (max-width: 991px) {
		 	.full-width-template h1 {
		 		font-size:30px;
		 		line-height:40px;} 
	       .full-width-template__title {
	         font-size: 2em;
	         line-height: 1.5em;
	         margin-bottom: 1.5em; } }
	     @media (max-width: 767px) {
	       .full-width-template__title {
	         line-height:1.3em;; } }
	     @media (max-width: 480px) {
	       .full-width-template__title {
	         font-size: 28px; } }
			 .full-width-template h1 strong {
			 	background: linear-gradient(180deg,rgba(251,167,248,0) 50%,#ffffff 50%); }
	   .full-width-template__content {
	     width: 100%;
	     margin: 0;
	     padding: 0; }
	     /*@media (max-width: 991px) {
	       .full-width-template__content {
	         margin-bottom: 100px; } }
	     @media (max-width: 480px) {
	       .full-width-template__content {
	         margin-bottom: 60px; } }*/
	   .full-width-template img {
	     height: auto;
	     width: 100%;
	     margin-bottom: 10px; }
	     @media (max-width: 991px) {
	       .full-width-template img {
	         margin-bottom: 2em; } }
	     @media (max-width: 767px) {
	       .full-width-template img {
	         margin-bottom: 1em; } }
	   .full-width-template p {
	     line-height: 1.8;
	     margin: 0 0 10px; }
	   .full-width-template h2 {
	     margin: 0 0 40px 0;
	     color: #333333;
	     font-size: 50px;
	     font-weight: 900;
	     line-height: 70px;
	     letter-spacing: .025em;
	     text-align: center;
	     word-break: break-word;}
	     @media (max-width: 767px) {
	       .full-width-template h2 {
	         font-size: 26px;
	         line-height: 34px;}}
			 
	   .full-width-template h3 {
	     margin: 0 0 20px 0;
	     font-size: 26px;
	     font-weight: 900;
	     line-height: 38px;
		 letter-spacing:.01em;
	     word-break: break-word; }
	     @media (max-width: 991px) {
	       .full-width-template h3 {
	         font-size: 24px;
	         line-height: 32px; } }

	   .full-width-template h4 {
	     margin: 0 0 40px 0;
	     font-family: "OpenSansCondensed","DM Sans",sans-serif;
	     font-size: 28px;
	     font-weight: 400;
	     line-height: 40px; }
	     @media (max-width: 991px) {
	       .full-width-template h4 {
	         font-size: 26px;
	         line-height: 34px; } }
		 .full-width-template h4 strong {
			 background: linear-gradient(180deg,rgba(251,167,248,0) 50%,#ffffff 50%);
			 font-weight:inherit !important; }
	   .full-width-template h5 {
	     margin: 0 0 40px 0;
	     font-family: "OpenSansCondensed","DM Sans",sans-serif;
	     font-size: 32px;
	     font-weight: 400;
	     line-height: 48px;
	     text-align: center; }
	   .full-width-template h6 {
	     margin: 0 0 50px 0;
		 font-family:"Poppins",sans-serif;
	     font-size: 20px;
	     text-align: center;
	     text-transform: uppercase;
		 line-height:30px;
	     letter-spacing: 2px; }
	     @media (max-width: 991px) {
	       .full-width-template h6 {
	         font-size: 16px;} }
	     .full-width-template ul, .full-width-template ol {
	       font-size:18px;line-height:36px;margin-left:40px;margin-bottom:40px;}
	 	 .full-width-template hr {display:block;width:100%;height:24px;margin:0 0 60px 0;background:url(images/article/bg-hr.jpg) center center no-repeat;border:none;}



.subscribe-form-footer {
  padding: 123px 20px 65px;
  background-color: #FFF;
  background-image: url("./images/bg-subscribe.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }
  @media (max-width: 480px) {
    .subscribe-form-footer {
      padding-top: 60px;
      padding-bottom: 100px; } }
  .subscribe-form-footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29000000', endColorstr='#00ffffff',GradientType=0 ); }
  .subscribe-form-footer__wrapper {
    width: 100%;
    max-width: 1144px;
    margin: 0 auto;
    position: relative; }
    .subscribe-form-footer__wrapper:after {
      content: '';
      position: absolute;
      left: -12px;
      top: -177px;
      width: 500px;
      height: 255px;
      background-image: url(./images/bg-subscribe-arrows.svg);
      background-size: 100% 100%;
      background-repeat: no-repeat; }
      @media (max-width: 480px) {
        .subscribe-form-footer__wrapper:after {
          display: none; } }

.no-result-page__video {
  width: 100%; }
.no-result-page__hero {
  position: relative;
  width: 100%;
  max-width: 1147px;
  margin: -214px auto 56px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
  border-radius: 8px;
  background-color: #fcf1f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 302px;
  padding: 6px 108px 30px 108px;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .no-result-page__hero {
      width: calc(100% - 40px);
      padding-left: 70px;
      padding-right: 70px; } }
  @media (max-width: 991px) {
    .no-result-page__hero {
      height: auto;
      padding: 50px 70px;
      margin: -108px auto 50px; } }
  @media (max-width: 767px) {
    .no-result-page__hero {
      padding: 30px 20px; } }
  @media (max-width: 480px) {
    .no-result-page__hero {
      flex-direction: column;
      text-align: center;
      margin-top: -20px; } }
  .no-result-page__hero-text {
    width: 60%;
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .no-result-page__hero-text {
        width: 100%; } }
  .no-result-page__hero-404 {
    position: absolute;
    top: 53%;
    right: -10px;
    transform: translateY(-50%);
    color: #ffd1c9;
    font-family: "Poppins",sans-serif;
    font-size: 309px;
    font-weight: 700;
    line-height: 0.85;
    letter-spacing: 1.4px; }
    @media (max-width: 991px) {
      .no-result-page__hero-404 {
        font-size: 200px; } }
    @media (max-width: 767px) {
      .no-result-page__hero-404 {
        font-size: 120px; } }
    @media (max-width: 480px) {
      .no-result-page__hero-404 {
        position: static;
        order: -1;
        transform: none;
        width: 100%;
        font-size: 70px;
        margin-bottom: 20px; } }
  .no-result-page__hero-title {
    color: #333333;
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4; }
    @media (max-width: 1199px) {
      .no-result-page__hero-title {
        font-size: 50px; } }
    @media (max-width: 991px) {
      .no-result-page__hero-title {
        font-size: 42px; } }
    @media (max-width: 767px) {
      .no-result-page__hero-title {
        font-size: 35px; } }
    @media (max-width: 480px) {
      .no-result-page__hero-title {
        font-size: 32px; } }
  .no-result-page__hero-subtitle {
    color: #333333;
    font-family: "Born Ready","OpenSansCondensed",sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.45; }
    @media (max-width: 1199px) {
      .no-result-page__hero-subtitle {
        font-size: 43px; } }
    @media (max-width: 991px) {
      .no-result-page__hero-subtitle {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .no-result-page__hero-subtitle {
        font-size: 30px; } }
    @media (max-width: 480px) {
      .no-result-page__hero-subtitle {
        font-size: 22px; } }
.no-result-page__description {
  width: 100%;
  max-width: 970px;
  padding: 0 20px;
  margin: 0 auto 232px; }
  .no-result-page__description p {
    color: #333333;
    font-family: "DM Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    width: 100%;
    max-width: 630px;
    margin-bottom: 2em; }
    @media (max-width: 991px) {
      .no-result-page__description p {
        max-width: none;
        font-size: 16px;
        margin-bottom: 1em; } }
    @media (max-width: 480px) {
      .no-result-page__description p {
        font-size: 15px; } }
    .no-result-page__description p a {
      color: #2831ff;
      text-decoration: underline; }

.blog-hero {
  padding: 147px 20px 191px;
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .blog-hero {
      padding-top: 120px;
      padding-bottom: 160px; } }
  @media (max-width: 991px) {
    .blog-hero {
      padding-top: 90px;
      padding-bottom: 120px; } }
  .blog-hero__wrapper {
    width: 100%;
    max-width: 1071px;
    margin: 0 auto; }
    @media (max-width: 1199px) {
      .blog-hero__wrapper {
        display: flex;
        align-items: center; } }
    @media (max-width: 767px) {
      .blog-hero__wrapper {
        flex-wrap: wrap;
        justify-content: center; } }
  .blog-hero__text {
    width: 100%;
    max-width: 576px; }
    @media (max-width: 1199px) {
      .blog-hero__text {
        width: 50%;
        max-width: none; } }
    @media (max-width: 767px) {
      .blog-hero__text {
        width: 100%;
        margin-bottom: 40px; } }
  .blog-hero__image {
    position: absolute;
    top: 6px;
    right: -88px;
    width: 654px; }
    @media (max-width: 1199px) {
      .blog-hero__image {
        position: static;
        width: 50%;
        transform: translateX(60px); } }
    @media (max-width: 767px) {
      .blog-hero__image {
        width: 80%;
        max-width: 350px;
        transform: none; } }
  .blog-hero__subtitle {
    margin: 0 0 0.8em;
    color: #333333;
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .blog-hero__subtitle {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .blog-hero__subtitle {
        font-size: 18px; } }
  .blog-hero__title {
    margin: 0 0 0.6em;
    color: #333333;
    font-family: "Poppins",sans-serif;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 60px; }
    @media (max-width: 991px) {
      .blog-hero__title {
        font-size: 40px;
        line-height: 1.3; } }
    @media (max-width: 767px) {
      .blog-hero__title {
        font-size: 33px; } }
  .blog-hero__description {
    margin-bottom: 20px;
    color: #333333;
    font-family: "DM Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2; }
    @media (max-width: 1199px) {
      .blog-hero__description {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .blog-hero__description {
        font-size: 15px; } }

.blog-guides {
  min-height: 500px;
  background-color: #ff9695;
  padding: 142px 20px 123px;
  position: relative; }
  @media (max-width: 1199px) {
    .blog-guides {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (max-width: 991px) {
    .blog-guides {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .blog-guides {
      padding: 90px 20px 70px; } }
  .blog-guides:before {
    content: '';
    position: absolute;
    top: -32px;
    left: -342px;
    width: 1031px;
    height: 1329px;
    background-image: url(./images/blog/guide-bg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0.45; }
    @media (max-width: 991px) {
      .blog-guides:before {
        width: 800px;
        height: 1031px;
        left: -300px;
        top: 10px; } }
    @media (max-width: 767px) {
      .blog-guides:before {
        width: 600px;
        height: 773px;
        left: -219px;
        top: 20px; } }
    @media (max-width: 480px) {
      .blog-guides:before {
        width: 500px;
        height: 644px;
        left: -290px; } }
  .blog-guides:after {
    content: '';
    position: absolute;
    top: -86px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("./images/blog/hero-arrow.svg");
    background-repeat: no-repeat;
    width: 33px;
    height: 132px;
    background-size: 100% 100%; }
  .blog-guides__wrapper {
    width: 100%;
    max-width: 1115px;
    margin: 0 auto;
    position: relative; }
  .blog-guides__title {
    margin: 0 0 1.1em;
    text-align: center;
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 1.15px;
    line-height: 60px; }
    @media (max-width: 991px) {
      .blog-guides__title {
        font-size: 40px;
        line-height: 1.3; } }
    @media (max-width: 767px) {
      .blog-guides__title {
        font-size: 33px; } }
  .blog-guides__button {
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 294px;
    margin: 67px auto 0;
    color: #fcf1f0;
    font-family: "OpenSansCondensed","DM Sans",sans-serif;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #fcf1f0;
    transition: transform 0.2s linear; }
    @media (max-width: 767px) {
      .blog-guides__button {
        margin-top: 35px; } }
    .blog-guides__button:hover {
      transform: translateY(-5px); }
  .blog-guides__guide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 52px;
    transition: transform 0.2s linear; }
    @media (max-width: 991px) {
      .blog-guides__guide {
        align-items: stretch; } }
    @media (max-width: 767px) {
      .blog-guides__guide {
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 25px; } }
    .blog-guides__guide:hover {
      transform: scale(1.03); }
    .blog-guides__guide-book {
      width: 18.3%; }
      @media (max-width: 991px) {
        .blog-guides__guide-book {
          width: 20%;
          padding: 0 10px;
          display: flex;
          align-items: center; } }
      @media (max-width: 767px) {
        .blog-guides__guide-book {
          width: 100%;
          max-width: 100px; } }
      @media (max-width: 480px) {
        .blog-guides__guide-book {
          padding-top: 30px;
          max-width: none;
          justify-content: center; } }
      .blog-guides__guide-book img {
        width: 104%;
        max-width: 212px;
        transform: translate(-41px, 5px); }
        @media (max-width: 991px) {
          .blog-guides__guide-book img {
            width: 100%;
            transform: none; } }
        @media (max-width: 480px) {
          .blog-guides__guide-book img {
            max-width: 100px; } }
    .blog-guides__guide-content {
      width: 41.2%;
      padding-right: 50px; }
      @media (max-width: 991px) {
        .blog-guides__guide-content {
          width: 45%;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: center;
          padding: 30px 20px 30px 0; } }
      @media (max-width: 767px) {
        .blog-guides__guide-content {
          width: calc(100% - 100px); } }
      @media (max-width: 480px) {
        .blog-guides__guide-content {
          width: 100%;
          padding: 30px 20px; } }
    .blog-guides__guide-category {
      color: #333333;
      font-family: "OpenSansCondensed","DM Sans",sans-serif;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 2em; }
      @media (max-width: 767px) {
        .blog-guides__guide-category {
          text-align: center;
          width: 100%; } }
    .blog-guides__guide-title {
      color: #333333;
      font-family: "Poppins","DM Sans",sans-serif;
      font-size: 28px;
      font-weight: 700;
      line-height: 38px;
      margin-bottom: 0.7em; }
      @media (max-width: 767px) {
        .blog-guides__guide-title {
          font-size: 20px;
          line-height: 30px;
          text-align: center;
          width: 100%; } }
    .blog-guides__guide-description {
      color: #333333;
      font-family: "DM Sans",sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 2;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .blog-guides__guide-description {
          font-size: 12px; } }
    .blog-guides__guide-image {
      width: 40.5%;
      min-height: 318px;
      border-radius: 0 8px 8px 0;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: #fcf1ef; }
      @media (max-width: 991px) {
        .blog-guides__guide-image {
          width: 35%;
          min-height: unset; } }
      @media (max-width: 767px) {
        .blog-guides__guide-image {
          width: 100%;
          padding-bottom: 50%; } }

.blog-posts {
  background-color: #fcf1f0;
  padding: 180px 20px 248px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .blog-posts {
      padding-top: 120px; } }
  @media (max-width: 767px) {
    .blog-posts {
      padding-top: 80px; } }
  @media (max-width: 480px) {
    .blog-posts {
      padding-top: 40px; } }
  .blog-posts__wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1102px; }
  .blog-posts__title {
    color: #333333;
    font-family: "Poppins","DM Sans",sans-serif;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 60px;
    margin: 0; }
    @media (max-width: 991px) {
      .blog-posts__title {
        font-size: 40px;
        line-height: 1.3; } }
    @media (max-width: 767px) {
      .blog-posts__title {
        font-size: 33px; } }
  .blog-posts__filters {
    margin-top: 83px;
    margin-bottom: 113px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .blog-posts__filters {
        flex-wrap: wrap;
        margin-top: 60px;
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .blog-posts__filters {
        margin-top: 40px;
        margin-bottom: 40px; } }
  .blog-posts__search {
    display: flex;
    width: 100%;
    max-width: 550px;
    margin-right: 10px; }
    @media (max-width: 991px) {
      .blog-posts__search {
        margin: 0 0 30px;
        max-width: none; } }
    .blog-posts__search-icon {
      width: 47px;
      margin: 0;
      display: flex;
      align-items: flex-end;
      padding: 10px 0; }
      @media (max-width: 767px) {
        .blog-posts__search-icon {
          width: 30px; } }
      .blog-posts__search-icon img {
        width: 31px; }
        @media (max-width: 767px) {
          .blog-posts__search-icon img {
            width: 20px; } }
    .blog-posts__search-input {
      font-family: "DM Sans",sans-serif;
      font-size: 17px;
      font-weight: bold;
      padding: 15px 17px;
      color: #2831ff;
      border: none;
      border-bottom: 2px solid #2831ff;
      outline: none;
      border-radius: 0;
      box-shadow: none;
      -webkit-appearance: none;
      width: calc(100% - 132px);
      background: none; }
      @media (max-width: 767px) {
        .blog-posts__search-input {
          width: calc(100% - 93px);
          font-size: 15px;
          padding: 10px; } }
      @media (max-width: 480px) {
        .blog-posts__search-input {
          font-size: 12px;
          padding: 10px 0; } }
      .blog-posts__search-input::placeholder {
        color: #2831ff;
        opacity: 1; }
      .blog-posts__search-input:-ms-input-placeholder {
        color: #2831ff; }
      .blog-posts__search-input::-ms-input-placeholder {
        color: #2831ff; }
    .blog-posts__search-submit {
      position: relative;
      padding-left: 13px;
      cursor: pointer; }
      .blog-posts__search-submit:after {
        content: '';
        position: absolute;
        top: 50%;
        left: calc(50% + 7px);
        transform: translate(-50%, -50%);
        width: 17px;
        height: 17px;
        background-image: url("./images/blog/icon-arrow.svg");
        background-repeat: no-repeat;
        background-size: 100% 100%; }
      .blog-posts__search-submit input {
        cursor: pointer;
        border: none;
        outline: none;
        box-shadow: none;
        -webkit-appearance: none;
        background: #2831ff;
        width: 72px;
        height: 72px;
        border-radius: 0 4px 4px 0;
        transition: opacity 0.2s linear; }
        @media (max-width: 767px) {
          .blog-posts__search-submit input {
            width: 50px;
            height: 50px; } }
      .blog-posts__search-submit:hover {
        opacity: 0.7; }
  .blog-posts__categories {
    width: 100%;
    max-width: 512px;
    position: relative;
    font-family: "DM Sans",sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #2831ff;
    margin-left: 10px; }
    @media (max-width: 991px) {
      .blog-posts__categories {
        margin: 0;
        max-width: none; } }
    @media (max-width: 767px) {
      .blog-posts__categories {
        font-size: 15px; } }
    .blog-posts__categories-title {
      position: relative;
      height: 72px;
      padding: 8px 72px 9px 31px;
      border-radius: 4px;
      background: #ffffff;
      display: flex;
      align-items: center;
      text-transform: uppercase;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      cursor: pointer;
      transition: background-color 0.2s linear; }
      @media (max-width: 767px) {
        .blog-posts__categories-title {
          padding: 10px 50px 10px 20px;
          height: 50px; } }
      .blog-posts__categories-title:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 72px;
        height: 72px;
        border-radius: 0 4px 4px 0;
        background: #2831ff;
        transition: opacity 0.2s linear; }
        @media (max-width: 767px) {
          .blog-posts__categories-title:before {
            width: 50px;
            height: 50px; } }
      .blog-posts__categories-title:after {
        content: '';
        position: absolute;
        top: 32px;
        right: 28px;
        width: 13.5px;
        height: 9px;
        background-image: url("./images/blog/icon-arrow-down.svg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        transition: transform 0.2s linear; }
        @media (max-width: 767px) {
          .blog-posts__categories-title:after {
            top: 22px;
            right: 19px; } }
    .blog-posts__categories.active .blog-posts__categories-title {
      background-color: #ff9695;
      color: #ffffff;
      border-radius: 4px 4px 0 0; }
      .blog-posts__categories.active .blog-posts__categories-title:before {
        opacity: 0; }
      .blog-posts__categories.active .blog-posts__categories-title:after {
        transform: rotate(180deg); }
    .blog-posts__categories-list {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #ffffff;
      border: 2px solid #ff9695;
      border-top: none;
      max-height: 392px;
      overflow: auto;
      z-index: 1; }
      @media (max-width: 767px) {
        .blog-posts__categories-list {
          max-height: 235px; } }
      .blog-posts__categories-list div {
        border-bottom: 2px solid #ff9695;
        padding: 15px 31px;
        color: #ff9695;
        cursor: pointer;
        transition: background-color 0.2s linear; }
        @media (max-width: 767px) {
          .blog-posts__categories-list div {
            padding: 15px 20px; } }
        .blog-posts__categories-list div:hover {
          background-color: #fcf1f0; }
        .blog-posts__categories-list div:last-child {
          border-bottom: none; }
        .blog-posts__categories-list div.active {
          background: rgba(0, 0, 0, 0.06); }
    .blog-posts__categories.active .blog-posts__categories-list {
      display: block; }
  .blog-posts__info {
    font-family: "Poppins","DM Sans",sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #333333;
    text-transform: uppercase; }
  .blog-posts__posts {
    display: flex;
    margin: 41px -22px 0;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .blog-posts__posts {
        margin: 40px -10px 0; } }
    @media (max-width: 767px) {
      .blog-posts__posts {
        margin: 30px 0 0; } }
  .blog-posts__more, .podcast-episodes__more {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "DM Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    background-color: #ffd1c9;
    padding: 20px;
    width: 100%;
    cursor: pointer;
    margin-top: 13px;
    transition: opacity 0.2s linear;
    border-radius: 4px; }
    .blog-posts__more.active, .active.podcast-episodes__more {
      opacity: 0.3; }
    .blog-posts__more:hover, .podcast-episodes__more:hover {
      opacity: 0.7; }
    .blog-posts__more img, .podcast-episodes__more img {
      display: inline-block;
      width: 8.5px;
      margin-left: 23px; }

.blog-post {
  width: 33.33%;
  padding: 0 22px;
  margin-bottom: 38px; }
  @media (max-width: 991px) {
    .blog-post {
      width: 50%;
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .blog-post {
      width: 100%;
      padding: 0;
      margin-bottom: 25px; } }
  .blog-post__wrapper {
    display: block;
    background: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.2s linear;
    height: 100%; }
    .blog-post__wrapper:hover {
      box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
      transform: scale(1.03); }
  .blog-post__thumbnail {
    width: 100%;
    height: 214px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ffa7a6;
    border-radius: 10px 10px 0 0; }
  .blog-post__content {
    padding: 40px 35px 53px; }
    @media (max-width: 767px) {
      .blog-post__content {
        padding: 30px 20px 40px; } }
  .blog-post__category {
    font-family: "OpenSansCondensed","DM Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 2.2px; }
  .blog-post__title {
    font-family: "Poppins","DM Sans",sans-serif;
	letter-spacing:.01em;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #333333;
    margin-top: 0.8em;
    margin-bottom: 0.8em; }
    @media (max-width: 480px) {
      .blog-post__title {
        font-size: 18px;
        line-height: 24px; } }
  .blog-post__excerpt {
    font-family: "DM Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    color: #333333; }

.podcast-hero__text h4 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Poppins";
    font-weight: 400;
}

.podcast-oldepisodes__subtitle {
    font-family: "OpenSansCondensed","DM Sans",sans-serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4em;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.transcript_link {
    background-color: #FFD1C9;
    padding: 20px;
    border: 1px solid transparent;
}

.transcript_link a {
    color: #333;
    text-decoration: none !important;
}

.transcript_link h3 {
    margin-bottom: 0px;
}

.transcript_link a:hover h3 {
    color: #2831FF !important;
}

p.podcast-episodes__description {
	font-family: "OpenSansCondensed","DM Sans",sans-serif;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4em;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;}

.podcast-latest-container {
    display: flex;
    flex-wrap: wrap;}

.podcast-hero {
  padding: 200px 20px 158px;
  position: relative; }
  @media (max-width: 1199px) {
    .podcast-hero {
      padding-top: 150px;
      padding-bottom: 100px; } }
  @media (max-width: 991px) {
    .podcast-hero {
      padding-top: 120px;
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .podcast-hero {
      padding-top: 80px; } }
  .podcast-hero__wrapper {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .podcast-hero__wrapper {
        flex-wrap: wrap;
        justify-content: center; } }
  .podcast-hero__bg-shape {
    position: absolute;
    top: 572px;
    left: -48px;
    width: 100%;
    max-width: 642px;
    z-index: -1; }
    @media (max-width: 1199px) {
      .podcast-hero__bg-shape {
        max-width: 500px;
        left: -31px;
        top: 632px; } }
    @media (max-width: 991px) {
      .podcast-hero__bg-shape {
        max-width: 538px;
        left: -81px;
        top: unset;
        bottom: 38px; } }
  .podcast-hero__bg-together {
    position: absolute;
    top: 36px;
    right: 0;
    width: 100%;
    max-width: 834px;
    z-index: -1; }
    @media (max-width: 1199px) {
      .podcast-hero__bg-together {
        max-width: 500px;
        top: 70px; } }
    @media (max-width: 991px) {
      .podcast-hero__bg-together {
        max-width: 400px;
        top: 20px; } }
    @media (max-width: 767px) {
      .podcast-hero__bg-together {
        top: 80px; } }
    @media (max-width: 480px) {
      .podcast-hero__bg-together {
        display: none; } }
  .podcast-hero__text {
    width: 53%; }
    @media (max-width: 1199px) {
      .podcast-hero__text {
        width: 60%; } }
    @media (max-width: 991px) {
      .podcast-hero__text {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 605px; } }
  .podcast-hero__title {
    color: #333333;
    font-family: "Poppins","DM Sans",sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 112px;
    width: calc(100% + 300px);
    margin: 0 0 0.37em; }
    @media (max-width: 1199px) {
      .podcast-hero__title {
        width: 100%; } }
    @media (max-width: 991px) {
      .podcast-hero__title {
        font-size: 60px;
        line-height: 80px; } }
    @media (max-width: 767px) {
      .podcast-hero__title {
        font-size: 40px;
        line-height: 60px; } }
    .podcast-hero__title span:first-child {
      display: block; }
    .podcast-hero__title span:nth-child(1) {
      color: #333333;
	  background: linear-gradient(180deg,rgba(251,167,248,0) 50%,#FFF7D6 50%);
      display: inline-block;
      position: relative; }
      .podcast-hero__title span:nth-child(2):after {
        content: '';
        position: absolute;
        top: calc(100% - 7px);
        left: 0;
        width: calc(100% + 20px);
        height: 7px;
        background: transparent; }
  .podcast-hero__subtitle {
    color: #333333;
    font-family: "OpenSansCondensed","DM Sans",sans-serif;
    font-size: 39px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0.45em;
    max-width: 480px; }
    @media (max-width: 991px) {
      .podcast-hero__subtitle {
        max-width: none;
        font-size: 30px; } }
  .podcast-hero__description {
    color: #333333;
    font-family: "DM Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8em;
    max-width: 480px; }
    @media (max-width: 991px) {
      .podcast-hero__description {
        max-width: none;
        font-size: 13px; } }
  .podcast-hero__button {
    display: block;
    box-shadow: 0 3px 15px rgba(27, 30, 96, 0.15);
    border-radius: 8px;
    background-color: #2831ff;
    padding: 30px 30px 31px;
    width: 100%;
    max-width: 342px;
    color: #ffffff;
    font-family: "OpenSansCondensed","DM Sans",sans-serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 71px;
    text-decoration: none;
    transition: all 0.2s linear; }
    @media (max-width: 991px) {
      .podcast-hero__button {
        margin-top: 30px;
        margin-bottom: 40px;
        font-size: 22px;
        padding: 20px; } }
    .podcast-hero__button:hover {
      opacity: 0.7;
      transform: translateY(-5px); }
  .podcast-hero__social {
    width: 100%;
    max-width: 494px;
    display: flex;
    flex-wrap: wrap;
    transform: translateX(-23px); }
    @media (max-width: 991px) {
      .podcast-hero__social {
        max-width: none; } }
    @media (max-width: 767px) {
      .podcast-hero__social {
        transform: none; } }
    .podcast-hero__social a {
      display: flex;
      align-items: center;
      width: 50%;
      color: #333333;
      font-family: "DM Sans",sans-serif;
      font-size: 21px;
      font-weight: 700;
      margin-bottom: 29px;
      text-decoration: none;
      transition: all 0.2s linear; }
      @media (max-width: 991px) {
        .podcast-hero__social a {
          font-size: 18px;
          margin-bottom: 20px; } }
      @media (max-width: 480px) {
        .podcast-hero__social a {
          width: 100%; } }
      .podcast-hero__social a span {
        width: 39px;
        position: relative;
        margin-right: 20px; }
      .podcast-hero__social a svg {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
        .podcast-hero__social a svg path {
          fill: #000;
          transition: all 0.2s linear; }
      .podcast-hero__social a:hover {
        color: #2831FF; }
        .podcast-hero__social a:hover svg path {
          fill: #2831FF; }
  .podcast-hero__album {
    width: 47%;
    padding-top: 168px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    @media (max-width: 1199px) {
      .podcast-hero__album {
        width: 40%;
        padding-top: 130px; } }
    @media (max-width: 991px) {
      .podcast-hero__album {
        width: 100%;
        padding-top: 20px; } }
    .podcast-hero__album-image {
      width: 100%;
      max-width: 514px; }
      @media (max-width: 991px) {
        .podcast-hero__album-image {
          max-width: 250px; } }
      .podcast-hero__album-image img {
        width: 100%; }
      .podcast-hero__album-image img:nth-child(2) {
        display: none; }
      .podcast-hero__album-image:hover img:nth-child(1) {
        display: none; }
      .podcast-hero__album-image:hover img:nth-child(2) {
        display: inline; }
    .podcast-hero__album-opinion {
      width: 100%;
      max-width: 559px;
      color: #333333;
      font-family: "Born Ready","OpenSansCondensed",sans-serif;
      font-size: 28px;
      font-weight: 500;
      letter-spacing: 0px;
      line-height: 1.6em;
      margin: 22px 0 32px; }
      @media (max-width: 991px) {
        .podcast-hero__album-opinion {
          font-size: 14px;
          margin: 15px 0 20px; } }
      @media (max-width: 480px) {
        .podcast-hero__album-opinion {
          font-size: 13px;
          line-height: 1.4; } }
    .podcast-hero__album-stars {
      width: 100%;
      max-width: 197px; }

.podcast-audio {
  color: #ffffff;
  text-align: center;
  position: relative;
  margin-bottom: -14.3%; }
  .podcast-audio svg {
    width: 100%;
    margin: 0;
    padding: 0; }
    .podcast-audio svg:first-child {
      margin-bottom: -5px; }
    .podcast-audio svg:last-child {
      margin-top: -5px; }
  .podcast-audio__wrapper {
    padding: 88px 20px;
    background: #2831FF; }
    @media (max-width: 991px) {
      .podcast-audio__wrapper {
        padding: 50px 20px; } }
  .podcast-audio__title {
    color: #ffffff;
    font-family: "Poppins","DM Sans",sans-serif;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1.25px;
    margin: 0 0 0.8em; }
    @media (max-width: 991px) {
      .podcast-audio__title {
        font-size: 37px; } }
    @media (max-width: 767px) {
      .podcast-audio__title {
        font-size: 28px;
        line-height: 1.4; } }
  .podcast-audio__subtitle {
    font-family: "OpenSansCondensed","DM Sans",sans-serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.4px; }
    @media (max-width: 991px) {
      .podcast-audio__subtitle {
        font-size: 14px;
        line-height: 1.4; } }
  .podcast-audio__audio {
    width: 44%;
    max-width: 867px;
    margin: 56px auto 0; }
    @media (max-width: 991px) {
      .podcast-audio__audio {
		width:100%;
        max-width: 700px;
        margin-top: 40px; } }

.podcast-episodes {
  width: 100%;
  background-color: #fcf1f0;
  padding: 143px 20px 128px; }
  @media (max-width: 991px) {
    .podcast-episodes {
      padding: 90px 20px 70px; } }
  @media (max-width: 767px) {
    .podcast-episodes {
      padding: 50px 20px 40px; } }
  .podcast-episodes__wrapper {
    width: 100%;
    max-width: 1102px;
    margin: 0 auto; }
  .podcast-episodes__title {
    text-align: center;
    color: #333333;
    font-family: "Poppins","DM Sans",sans-serif;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1.25px; }
    @media (max-width: 991px) {
      .podcast-episodes__title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .podcast-episodes__title {
        font-size: 30px; } }
  .podcast-episodes__posts {
    width: calc(100% + 44px);
    display: flex;
    margin: 85px -22px 0;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .podcast-episodes__posts {
        margin: 40px -10px 0;
        width: calc(100% + 20px); } }
    @media (max-width: 767px) {
      .podcast-episodes__posts {
        margin: 30px 0 0;
        width: 100%; } }
  .podcast-episodes__more {
    margin-top: 2px; }

.home-page {
  overflow: hidden; }

.home-hero {
  width: 100%;
  min-height: calc(100vh - 108px);
  background-size: cover;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("./images/home/bg-hero.png");
  padding: 75px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative; }
  @media (max-width: 1199px) {
    .home-hero {
      padding: 100px 20px 70px; } }
  @media (max-width: 991px) {
    .home-hero {
      min-height: calc(100vh - 80px); } }
  @media (max-width: 767px) {
    .home-hero {
      min-height: calc(100vh - 60px);
      padding-bottom: 90px; } }
  .home-hero__title {
    color: #333333;
    font-family: "Poppins",sans-serif;
    font-size: 87px;
    font-weight: 700;
    letter-spacing: 2.17px;
    line-height: 112px;
    width: 100%;
    max-width: 1125px;
    margin-left: 10px;
    margin-bottom: 0.7em;
    position: relative;
    z-index: 3; }
    @media (max-width: 1199px) {
      .home-hero__title {
        font-size: 60px;
        line-height: 1.3;
        max-width: 880px; } }
    @media (max-width: 991px) {
      .home-hero__title {
        font-size: 50px;
        margin-left: 0;
        max-width: 770px; } }
    @media (max-width: 767px) {
      .home-hero__title {
        font-size: 38px;
        max-width: 555px; } }
    @media (max-width: 480px) {
      .home-hero__title {
        font-size: 28px; } }
    .home-hero__title span {
      color: #333333;
      display: inline-block;
      position: relative;
      margin-left: 5px; }
      @media (max-width: 991px) {
        .home-hero__title span {
          margin-left: 0; } }
      .home-hero__title span:after {
        content: '';
        background: #333333;
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% + 20px);
        height: 7px; }
        @media (max-width: 767px) {
          .home-hero__title span:after {
            height: 4px;
            width: calc(100% + 5px); } }
  .home-hero__description {
    width: 100%;
    max-width: 880px;
    padding-right: 230px;
    color: #333333;
    font-family: "DM Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    position: relative;
    z-index: 3; }
    @media (max-width: 991px) {
      .home-hero__description {
        padding-right: 0;
        font-size: 16px;
        max-width: 770px; } }
    @media (max-width: 767px) {
      .home-hero__description {
        font-size: 15px;
        max-width: 555px; } }
    @media (max-width: 480px) {
      .home-hero__description {
        font-size: 14px; } }
  .home-hero__paper {
    position: absolute;
    bottom: -89px;
    right: 34px;
    width: 100%;
    max-width: 340px;
    z-index: 1; }
    @media (max-width: 991px) {
      .home-hero__paper {
        max-width: 250px;
        right: 20px; } }
    @media (max-width: 767px) {
      .home-hero__paper {
        max-width: 174px;
        right: -45px;
        bottom: -70px; } }
  .home-hero__dodles {
    position: absolute;
    bottom: -175px;
    right: -172px;
    width: 100%;
    max-width: 467px;
    z-index: 2; }
    @media (max-width: 991px) {
      .home-hero__dodles {
        bottom: -120px;
        right: -150px;
        width: 100%;
        max-width: 360px; } }
    @media (max-width: 767px) {
      .home-hero__dodles {
        max-width: 200px;
        right: -85px;
        bottom: -67px; } }

.home-about {
  position: relative;
  z-index: 1;
  padding: 0 20px 138px; }
  @media (max-width: 991px) {
    .home-about {
      padding-bottom: 60px; } }
  .home-about__introduction {
    width: 100%;
    max-width: 539px;
    margin: -40px auto 0;
    padding-top: 375px;
    padding-bottom: 184px;
    background-image: url("./images/home/bg-about-arrow.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center top; }
    @media (max-width: 991px) {
      .home-about__introduction {
        max-width: 470px;
        padding-top: 200px;
        padding-bottom: 170px; } }
    @media (max-width: 767px) {
      .home-about__introduction {
        max-width: 350px;
        padding-top: 128px;
        padding-bottom: 100px; } }
    .home-about__introduction-wrapper {
      font-family: "OpenSansCondensed","DM Sans",sans-serif;
      font-size: 35px;
      font-weight: 400;
      line-height: 1.25;
      color: #333333;
      position: relative;
      z-index: 1; }
      @media (max-width: 991px) {
        .home-about__introduction-wrapper {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .home-about__introduction-wrapper {
          font-size: 22px; } }
      @media (max-width: 480px) {
        .home-about__introduction-wrapper {
          font-size: 16px; } }
      .home-about__introduction-wrapper:before {
        content: '';
        position: absolute;
        top: 43%;
        left: 46%;
        transform: translate(-50%, -50%);
        width: 641px;
        height: 317px;
        background-image: url(./images/home/bg-about-pink.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: -1; }
        @media (max-width: 767px) {
          .home-about__introduction-wrapper:before {
            width: 430px;
            height: 220px; } }
      .home-about__introduction-wrapper span {
        display: block;
        color: #333333;
        font-family: "OpenSansCondensed","DM Sans",sans-serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.7px;
        line-height: 1.4;
        margin-top: 22px; }
        @media (max-width: 991px) {
          .home-about__introduction-wrapper span {
            font-size: 12px;
            letter-spacing: 0.3px; } }
        @media (max-width: 480px) {
          .home-about__introduction-wrapper span {
            font-size: 11px;
            margin-top: 15px; } }
  .home-about__together {
    width: 100%;
    max-width: 1175px;
    margin: -59px auto 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1199px) {
      .home-about__together {
        margin-top: -20px; } }
    @media (max-width: 767px) {
      .home-about__together {
        flex-direction: column;
        margin-top: 30px; } }
    .home-about__together-text {
      position: absolute;
      width: 100%;
      max-width: 500px; }
      @media (max-width: 1199px) {
        .home-about__together-text {
          max-width: 375px; } }
      @media (max-width: 767px) {
        .home-about__together-text {
          position: static;
          max-width: none;
          order: -1; } }
      .home-about__together-text strong {
        display: block;
        color: #333333;
        font-family: "Poppins","DM Sans",sans-serif;
        font-size: 110px;
        font-weight: 700;
        letter-spacing: 2.75px;
        line-height: 120px; }
        @media (max-width: 1199px) {
          .home-about__together-text strong {
            font-size: 80px;
            line-height: 1.1; } }
        @media (max-width: 767px) {
          .home-about__together-text strong {
            font-size: 52px; } }
        @media (max-width: 480px) {
          .home-about__together-text strong {
            font-size: 29px; } }
      .home-about__together-text p {
        margin: 0;
        max-width: 240px;
        color: #333333;
        font-family: "DM Sans",sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 2; }
        @media (max-width: 991px) {
          .home-about__together-text p {
            font-size: 12px;
            line-height: 1.7;
            max-width: 200px; } }
        @media (max-width: 767px) {
          .home-about__together-text p {
            max-width: none; } }
        @media (max-width: 480px) {
          .home-about__together-text p {
            margin-top: 10px; } }
      .home-about__together-text--jason {
        top: 25px;
        left: 0; }
        .home-about__together-text--jason strong {
          margin-bottom: 23px; }
          @media (max-width: 1199px) {
            .home-about__together-text--jason strong {
              margin-bottom: 10px; } }
          @media (max-width: 767px) {
            .home-about__together-text--jason strong {
              margin-bottom: 0; } }
        @media (max-width: 767px) {
          .home-about__together-text--jason {
            margin-bottom: 30px; } }
      .home-about__together-text--caroline {
        bottom: 87px;
        right: 0;
        text-align: right;
        display: flex;
        flex-direction: column;
        align-items: flex-end; }
        @media (max-width: 1199px) {
          .home-about__together-text--caroline {
            bottom: 120px; } }
        @media (max-width: 767px) {
          .home-about__together-text--caroline {
            text-align: left;
            align-items: flex-start; } }
        .home-about__together-text--caroline p {
          margin-bottom: -12px; }
          @media (max-width: 767px) {
            .home-about__together-text--caroline p {
              margin-bottom: 0; } }
        @media (max-width: 767px) {
          .home-about__together-text--caroline strong {
            order: -1; } }
    .home-about__together-image {
      width: 100%;
      max-width: 697px;
      text-align: center; }
      @media (max-width: 1199px) {
        .home-about__together-image {
          max-width: 575px; } }
      @media (max-width: 991px) {
        .home-about__together-image {
          max-width: 515px; } }
      @media (max-width: 767px) {
        .home-about__together-image {
          margin-top: 20px; } }
      .home-about__together-image img {
        width: 100%; }
      .home-about__together-image-title {
        color: #ffffff;
        font-family: "OpenSansCondensed","DM Sans",sans-serif;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1.8px;
        line-height: 22px;
        position: relative;
        z-index: 1;
        background-image: url(./images/home/bg-about-title.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        width: 100%;
        max-width: 571px;
        padding: 23px 0;
        margin: -56px auto 28px; }
        @media (max-width: 1199px) {
          .home-about__together-image-title {
            margin-top: -30px; } }
        @media (max-width: 991px) {
          .home-about__together-image-title {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 15px; } }
        @media (max-width: 767px) {
          .home-about__together-image-title {
            font-size: 14px; } }
        @media (max-width: 480px) {
          .home-about__together-image-title {
            padding: 5px 25px;
            margin-top: -10px;
            font-size: 12px;
            line-height: 1;
            margin-bottom: 10px; } }
      .home-about__together-image-subtitle {
        font-family: "DM Sans",sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #333333; }
        @media (max-width: 991px) {
          .home-about__together-image-subtitle {
            font-size: 12px; } }
        .home-about__together-image-subtitle a {
          position: relative;
          color: #2831ff;
          text-decoration: none;
          display: inline-block; }
          .home-about__together-image-subtitle a:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            background: #2831ff;
            width: 100%;
            height: 1px; }

.home-meaning {
  padding: 86px 20px 434px;
  background-color: #ff9695;
  background-image: url("./images/home/bg-meaning.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  position: relative; }
  @media (max-width: 991px) {
    .home-meaning {
      padding-top: 50px;
      padding-bottom: 300px; } }
  @media (max-width: 767px) {
    .home-meaning {
      padding-bottom: 240px; } }
  @media (max-width: 480px) {
    .home-meaning {
      padding-top: 40px;
      padding-bottom: 170px; } }
  .home-meaning__wrapper {
    width: 100%;
    max-width: 998px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .home-meaning__subtitle {
    font-family: "DM Sans",sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    width: 100%;
    max-width: 660px; }
    @media (max-width: 991px) {
      .home-meaning__subtitle {
        font-size: 16px; } }
    @media (max-width: 480px) {
      .home-meaning__subtitle {
        font-size: 14px; } }
  .home-meaning__title {
    font-family: "OpenSansCondensed","DM Sans",sans-serif;
    font-size: 35px;
    line-height: 1.4;
    margin: 1em 0 1.9em; }
    @media (max-width: 991px) {
      .home-meaning__title {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .home-meaning__title {
        font-size: 24px;
        line-height: 1.6;
        margin-top: 0.7em;
        margin-bottom: 1.3em; } }
    @media (max-width: 480px) {
      .home-meaning__title {
        font-size: 18px; } }
    .home-meaning__title span {
      display: inline-block;
      position: relative; }
      .home-meaning__title span img {
        position: absolute;
        bottom: 1px;
        left: 0;
        width: 100%;
        height: 6px; }
        @media (max-width: 480px) {
          .home-meaning__title span img {
            height: 4px; } }
  .home-meaning__image {
    width: 100%;
    max-width: 998px;
    position: absolute;
    top: calc(100% - 53px);
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 991px) {
      .home-meaning__image {
        max-width: 650px; } }
    @media (max-width: 767px) {
      .home-meaning__image {
        max-width: 500px; } }
    @media (max-width: 480px) {
      .home-meaning__image {
        max-width: 300px; } }
    .home-meaning__image img {
      width: 100%; }

.home-help {
  background-color: #17bcbc;
  background-image: url("./images/home/bg-help.png");
  background-size: 1747px 100%;
  background-position: center center;
  padding: 305px 20px 251px;
  color: #ffffff; }
  @media (max-width: 991px) {
    .home-help {
      padding-top: 180px;
      padding-bottom: 180px; } }
  @media (max-width: 767px) {
    .home-help {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (max-width: 480px) {
    .home-help {
      padding-top: 70px;
      padding-bottom: 70px; } }
  .home-help__wrapper {
    width: 100%;
    max-width: 913px;
    margin: 0 auto; }
  .home-help__title {
    color: #ffffff;
    font-family: "Poppins";
    font-size: 47px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.4;
    display: flex;
    align-items: center;
    margin-bottom: 0.35em; }
    @media (max-width: 991px) {
      .home-help__title {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .home-help__title {
        font-size: 28px; } }
    @media (max-width: 480px) {
      .home-help__title {
        font-size: 22px;
        text-align: center; } }
    .home-help__title:after {
      content: '';
      display: inline-block;
      width: 150px;
      height: 7px;
      margin-left: 17px;
      background: #ffffff; }
      @media (max-width: 767px) {
        .home-help__title:after {
          width: 60px;
          height: 4px; } }
      @media (max-width: 480px) {
        .home-help__title:after {
          display: none; } }
  .home-help__subtitle {
    font-family: "OpenSansCondensed","DM Sans",sans-serif;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 1.2;
    width: 100%;
    transform: translateX(122px); }
    @media (max-width: 991px) {
      .home-help__subtitle {
        transform: none;
        font-size: 35px;
        max-width: 610px; } }
    @media (max-width: 767px) {
      .home-help__subtitle {
        font-size: 30px;
        max-width: none; } }
    @media (max-width: 480px) {
      .home-help__subtitle {
        font-size: 22px;
        text-align: center; } }
    .home-help__subtitle span {
      display: inline-block;
      position: relative;
      color: #b4fcdd; }
      .home-help__subtitle span img {
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 7px; }
        @media (max-width: 480px) {
          .home-help__subtitle span img {
            height: 5px;
            bottom: -2px; } }

.home-columns {
  position: relative;
  margin: -167px auto 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1169px;
  padding: 0 20px; }
  @media (max-width: 991px) {
    .home-columns {
      margin-top: -100px; } }
  @media (max-width: 767px) {
    .home-columns {
      margin-top: -60px;
      flex-wrap: wrap; } }
  @media (max-width: 480px) {
    .home-columns {
      margin-top: -40px; } }
  .home-columns__column {
    width: 33.333%;
    text-align: center;
    padding: 0 28px; }
    @media (max-width: 991px) {
      .home-columns__column {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .home-columns__column {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px; } }
    .home-columns__column-image {
      position: relative; }
      .home-columns__column-image img:nth-child(1) {
        width: 100%;
        border-radius: 100%;
        position: relative;
        z-index: 2; }
      .home-columns__column-image img:nth-child(2) {
        z-index: 1;
        position: absolute;
        width: 100%; }
      @media (max-width: 767px) {
        .home-columns__column-image {
          max-width: 170px; } }
      @media (max-width: 480px) {
        .home-columns__column-image {
          max-width: 140px; } }
    .home-columns__column:nth-child(1) .home-columns__column-image img:nth-child(2) {
      left: -50px;
      top: 53%;
      transform: translateY(-50%);
      max-width: 176px; }
      @media (max-width: 991px) {
        .home-columns__column:nth-child(1) .home-columns__column-image img:nth-child(2) {
          max-width: 120px;
          left: -20px; } }
    .home-columns__column:nth-child(2) .home-columns__column-image img:nth-child(2) {
      right: -46px;
      bottom: -3px;
      max-width: 184px; }
      @media (max-width: 767px) {
        .home-columns__column:nth-child(2) .home-columns__column-image img:nth-child(2) {
          right: -21px;
          bottom: -5px;
          max-width: 120px; } }
      @media (max-width: 480px) {
        .home-columns__column:nth-child(2) .home-columns__column-image img:nth-child(2) {
          right: -18px;
          bottom: -6px;
          max-width: 95px; } }
    .home-columns__column:nth-child(3) .home-columns__column-image img:nth-child(2) {
      top: -45px;
      right: -21px;
      max-width: 207px; }
      @media (max-width: 767px) {
        .home-columns__column:nth-child(3) .home-columns__column-image img:nth-child(2) {
          top: -35px;
          right: -12px;
          max-width: 160px; } }
    .home-columns__column-title {
      color: #333333;
      font-family: "Poppins","DM Sans",sans-serif;
      font-size: 38px;
      font-weight: 700;
      letter-spacing: 0.95px;
      line-height: 40px;
      margin: 0.45em auto 0.8em;
      width: 100%;
      max-width: 285px; }
      @media (max-width: 991px) {
        .home-columns__column-title {
          font-size: 27px;
          letter-spacing: 0;
          margin-bottom: 0.45em; } }
      @media (max-width: 767px) {
        .home-columns__column-title {
          font-size: 22px;
          line-height: 1.3; } }
    .home-columns__column-description {
      color: #333333;
      font-family: "DM Sans",sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 2;
      width: 100%;
      max-width: 230px;
      margin: 0 auto; }
      @media (max-width: 991px) {
        .home-columns__column-description {
          font-size: 13px; } }
      @media (max-width: 767px) {
        .home-columns__column-description {
          max-width: 410px; } }

.home-boost {
  width: 100%;
  max-width: 970px;
  padding: 0 20px;
  margin: 149px auto 206px;
  text-align: center;
  position: relative; }
  @media (max-width: 991px) {
    .home-boost {
      max-width: 610px; } }
  @media (max-width: 767px) {
    .home-boost {
      max-width: 400px;
      margin-top: 50px;
      margin-bottom: 120px; } }
  @media (max-width: 480px) {
    .home-boost {
      margin-top: 30px;
      margin-bottom: 100px; } }
  .home-boost:before {
    content: '';
    position: absolute;
    top: 58%;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 1018px;
    height: 305px;
    background-image: url(./images/home/bg-boost.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1; }
    @media (max-width: 991px) {
      .home-boost:before {
        top: 44%;
        left: 53%;
        width: 775px;
        height: 260px; } }
    @media (max-width: 767px) {
      .home-boost:before {
        top: 40%;
        left: 50%;
        width: 480px;
        height: 260px; } }
  .home-boost__title {
    font-family: "OpenSansCondensed","DM Sans",sans-serif;
    font-size: 42px;
    letter-spacing: -0.2px;
    font-weight: 400;
    line-height: 1.25;
    color: #333333; }
    @media (max-width: 991px) {
      .home-boost__title {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .home-boost__title {
        font-size: 25px; } }
    @media (max-width: 480px) {
      .home-boost__title {
        font-size: 22px; } }
  .home-boost__subtitle {
    color: #333333;
    font-family: "DM Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    margin-top: 16px; }
    @media (max-width: 991px) {
      .home-boost__subtitle {
        font-size: 15px; } }
    @media (max-width: 767px) {
      .home-boost__subtitle {
        font-size: 14px; } }
    @media (max-width: 480px) {
      .home-boost__subtitle {
        font-size: 13px; } }

.home-black {
  background: #101010;
  padding: 168px 20px 385px;
  background-image: url("./images/home/bg-blacksection.png");
  background-repeat: no-repeat;
  background-position: center right -26px;
  background-size: auto 100%; }
  @media (max-width: 1199px) {
    .home-black {
      padding: 80px 40px 300px; } }
  @media (max-width: 991px) {
    .home-black {
      padding-top: 50px;
      background-position: center right -220px; } }
  @media (max-width: 767px) {
    .home-black {
      padding: 100px 20px;
      background-position: center right -160px; } }
  @media (max-width: 480px) {
    .home-black {
      background-image: none;
      padding: 70px 20px; } }
  .home-black__wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1060px; }
  .home-black__text {
    width: 100%;
    max-width: 630px;
    font-family: "OpenSansCondensed","DM Sans",sans-serif;
    font-size: 37px;
    font-weight: 400;
    line-height: 1.45;
    color: #ffffff; }
    @media (max-width: 767px) {
      .home-black__text {
        font-size: 29px;
        max-width: none;
        text-align: center; }
        .home-black__text br {
          display: none; } }
    @media (max-width: 480px) {
      .home-black__text {
        font-size: 24px; } }
    .home-black__text span {
      position: relative; }
      .home-black__text span div {
        position: absolute;
        width: 100%;
        top: calc(100% + 3px);
        left: 0; }
        @media (max-width: 767px) {
          .home-black__text span div {
            display: none; } }
        .home-black__text span div:before, .home-black__text span div:after {
          content: '';
          position: absolute;
          background-repeat: none;
          background-size: 100% 100%;
          background-position: center center; }
        .home-black__text span div:before {
          top: 0;
          left: 0;
          width: 100%;
          height: 7px;
          background-image: url("./images/home/img-blacksection-card-1a.png"); }
        .home-black__text span div:after {
          top: 13px;
          left: 50%;
          transform: translateX(-50%);
          width: 8px;
          height: 95px;
          background-image: url("./images/home/img-blacksection-card-1b.png"); }
        .home-black__text span div img {
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: 86px;
          z-index: 1;
          margin-left: -9px; }
      .home-black__text span:nth-of-type(2) div:before {
        background-image: url("./images/home/img-blacksection-card-2a.png"); }
      .home-black__text span:nth-of-type(2) div:after {
        background-image: url("./images/home/img-blacksection-card-2b.png");
        height: 90px; }
      .home-black__text span:nth-of-type(2) div img {
        top: 102px;
        margin-left: 15px; }
      .home-black__text span:nth-of-type(3) div:before {
        background-image: url("./images/home/img-blacksection-card-3a.png"); }
      .home-black__text span:nth-of-type(3) div:after {
        background-image: url("./images/home/img-blacksection-card-3b.png");
        height: 130px; }
      .home-black__text span:nth-of-type(3) div img {
        top: 75px;
        margin-left: 6px; }

.home-open-wecanhelp {
  padding: 0 20px;
  position: relative; }
  .home-open-wecanhelp__shape {
    width: 100%;
    max-width: 800px;
    position: absolute;
    bottom: -351px;
    left: -369px; }
    @media (max-width: 991px) {
      .home-open-wecanhelp__shape {
        max-width: 550px;
        bottom: -265px;
        left: -299px; } }
    @media (max-width: 767px) {
      .home-open-wecanhelp__shape {
        display: none; } }
    .home-open-wecanhelp__shape img {
      width: 100%; }
  .home-open-wecanhelp__wrapper {
    width: 100%;
    max-width: 1124px;
    margin: 0 auto; }
  .home-open-wecanhelp__subtitle {
    color: #333333;
    font-family: "DM Sans",sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.3em; }
    @media (max-width: 1199px) {
      .home-open-wecanhelp__subtitle {
        font-size: 18px;
        margin-bottom: 1em; } }
    @media (max-width: 991px) {
      .home-open-wecanhelp__subtitle {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .home-open-wecanhelp__subtitle {
        font-size: 15px; } }
  .home-open-wecanhelp__title {
    color: #333333;
    font-family: "Poppins","DM Sans",sans-serif;
    font-size: 87px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 112px; }
    @media (max-width: 1199px) {
      .home-open-wecanhelp__title {
        font-size: 55px;
        line-height: 1.3; } }
    @media (max-width: 991px) {
      .home-open-wecanhelp__title {
        font-size: 48px; } }
    @media (max-width: 767px) {
      .home-open-wecanhelp__title {
        font-size: 35px; } }
  .home-open-wecanhelp__columns {
    display: flex;
    justify-content: space-between;
    margin-top: 43px; }
    @media (max-width: 767px) {
      .home-open-wecanhelp__columns {
        flex-wrap: wrap; } }
  .home-open-wecanhelp__video {
    width: 54.2%; }
    @media (max-width: 991px) {
      .home-open-wecanhelp__video {
        width: 50%; } }
    @media (max-width: 767px) {
      .home-open-wecanhelp__video {
        width: 100%;
        margin-bottom: 20px; } }
  .home-open-wecanhelp__text {
    width: 40%;
    color: #333333;
    padding-top: 5px; }
    @media (max-width: 991px) {
      .home-open-wecanhelp__text {
        width: 45%; } }
    @media (max-width: 767px) {
      .home-open-wecanhelp__text {
        width: 100%; } }
    .home-open-wecanhelp__text-title {
      font-family: "OpenSansCondensed","DM Sans",sans-serif;
      font-size: 29px;
      font-weight: 400;
      line-height: 1.25;
      letter-spacing: -0.2px;
      margin-bottom: 0.7em; }
      @media (max-width: 767px) {
        .home-open-wecanhelp__text-title {
          font-size: 25px; } }
    .home-open-wecanhelp__text-description {
      font-family: "DM Sans",sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 2; }
      @media (max-width: 767px) {
        .home-open-wecanhelp__text-description {
          font-size: 13px; } }
    .home-open-wecanhelp__text-link {
      display: block;
      width: 100%;
      max-width: 100%;
      box-shadow: 0 3px 15px rgba(27, 30, 96, 0.15);
      background-color: #2831ff;
      padding: 24px;
      color: #ffffff;
      font-family: "OpenSansCondensed","DM Sans",sans-serif;
      font-size: 22px;
      font-weight: 400;
      letter-spacing: 2.2px;
      text-transform: uppercase;
      border-radius: 8px;
      text-align: center;
      text-decoration: none;
      margin-top: 30px;
      transition: transform 0.2s linear; }
      @media (max-width: 767px) {
        .home-open-wecanhelp__text-link {
          padding: 18px; } }
      .home-open-wecanhelp__text-link:hover {
        transform: translateY(-5px); }

.home-open-whatsincluded {
  margin-top: 43px;
  overflow: hidden; }
  .home-open-whatsincluded__wave {
    margin: 0 -3px -10px;
    width: calc(100% + 6px);
    display: block; }
  .home-open-whatsincluded__content {
    background: #333333;
    padding: 0 20px;
    margin-top: -4.4%; }
    @media (max-width: 480px) {
      .home-open-whatsincluded__content {
        margin-top: 2%; } }
  .home-open-whatsincluded__wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1163px; }
  .home-open-whatsincluded__title {
    text-align: center;
    opacity: 0.22;
    color: #ffffff;
    font-family: "Poppins","DM Sans",sans-serif;
    font-size: 87px;
    font-weight: 700;
    letter-spacing: 2.17px; }
    @media (max-width: 1199px) {
      .home-open-whatsincluded__title {
        font-size: 70px; } }
    @media (max-width: 991px) {
      .home-open-whatsincluded__title {
        font-size: 60px; } }
    @media (max-width: 480px) {
      .home-open-whatsincluded__title {
        font-size: 45px; } }
  .home-open-whatsincluded__tabs {
    margin-top: 49px;
    padding-bottom: 67px;
    padding-right: 73px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .home-open-whatsincluded__tabs {
        padding-right: 0; } }
    .home-open-whatsincluded__tabs-navigation {
      margin: 0;
      padding: 0;
      width: 62.4%;
      list-style: none; }
      @media (max-width: 991px) {
        .home-open-whatsincluded__tabs-navigation {
          width: 50%; } }
      @media (max-width: 767px) {
        .home-open-whatsincluded__tabs-navigation {
          width: 47%; } }
      @media (max-width: 480px) {
        .home-open-whatsincluded__tabs-navigation {
          display: none; } }
      .home-open-whatsincluded__tabs-navigation li {
        padding: 23px 97px 23px 20px;
        transition: all 0.2s linear;
        color: #ffffff;
        font-family: "DM Sans",sans-serif;
        font-size: 20px;
        line-height: 1.4;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: right;
        cursor: pointer; }
        @media (max-width: 991px) {
          .home-open-whatsincluded__tabs-navigation li {
            padding: 18px; } }
        @media (max-width: 767px) {
          .home-open-whatsincluded__tabs-navigation li {
            padding: 12px;
            font-size: 14px; } }
        .home-open-whatsincluded__tabs-navigation li.active {
          background-color: #ffd1c9;
          color: #333333; }
    .home-open-whatsincluded__tabs-slides {
      width: 34.6%; }
      @media (max-width: 991px) {
        .home-open-whatsincluded__tabs-slides {
          width: 50%;
          max-width: 400px; } }
      @media (max-width: 767px) {
        .home-open-whatsincluded__tabs-slides {
          width: 53%; } }
      @media (max-width: 480px) {
        .home-open-whatsincluded__tabs-slides {
          width: 100%; } }
      .home-open-whatsincluded__tabs-slides .slick-dots {
        padding: 0;
        margin: 34px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none; }
        @media (max-width: 480px) {
          .home-open-whatsincluded__tabs-slides .slick-dots {
            margin-top: 20px; } }
        .home-open-whatsincluded__tabs-slides .slick-dots li {
          margin: 0 5.5px; }
          .home-open-whatsincluded__tabs-slides .slick-dots li button {
            width: 15px;
            height: 15px;
            background-color: #f48180;
            border-radius: 100%;
            outline: 0;
            border: none;
            -webkit-appearance: none;
            text-indent: -99999px;
            margin: 0;
            padding: 0;
            cursor: pointer; }
          .home-open-whatsincluded__tabs-slides .slick-dots li.slick-active button {
            background-color: #ffd1c9; }
    .home-open-whatsincluded__tabs-slide {
      padding: 0 20px;
      outline: 0; }
      @media (max-width: 767px) {
        .home-open-whatsincluded__tabs-slide {
          padding: 0 10px; } }
      .home-open-whatsincluded__tabs-slide-image {
        width: 100%;
        padding-bottom: 64%;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 10px 10px 0 0; }
      .home-open-whatsincluded__tabs-slide-content {
        background: #ffffff;
        border-radius: 0 0 8px 8px;
        position: relative;
        text-align: center;
        padding: 75px 20px 48px; }
      .home-open-whatsincluded__tabs-slide-icon {
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
        width: 89px;
        height: 89px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ffd1c9;
        padding: 26px; }
        .home-open-whatsincluded__tabs-slide-icon img {
          max-width: 100%;
          max-height: 100%; }
      .home-open-whatsincluded__tabs-slide-title {
        color: #303336;
        font-family: "Poppins","DM Sans",sans-serif;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: .01em;
        margin-bottom: 17px; }
      .home-open-whatsincluded__tabs-slide-description {
        color: #7c7c7c;
        font-family: "DM Sans",sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 2; }
  .home-open-whatsincluded__laptop {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    position: relative; }
    .home-open-whatsincluded__laptop:after {
      content: '';
      position: absolute;
      top: 15px;
      right: 26%;
      width: 63px;
      height: 137px;
      z-index: 5;
      background-image: url(./images/home/img-laptop-shape.png);
      background-size: 100% 100%;
      background-repeat: no-repeat; }
    .home-open-whatsincluded__laptop-title {
      color: #ffffff;
      font-family: "OpenSansCondensed","DM Sans",sans-serif;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 1.8px;
      line-height: 2;
      padding: 0 14.8%;
      margin-bottom: 3px; }
      @media (max-width: 991px) {
        .home-open-whatsincluded__laptop-title {
          font-size: 14px;
          padding: 0 11.4%;
          text-align: center; } }
      @media (max-width: 767px) {
        .home-open-whatsincluded__laptop-title {
          font-size: 13px;
          padding: 0; } }
    .home-open-whatsincluded__laptop-video {
      width: 100%;
      position: relative;
      z-index: 2; }
      .home-open-whatsincluded__laptop-video img {
        width: 100%; }
    .home-open-whatsincluded__laptop-wrapper {
      position: absolute;
      top: 8.8%;
      left: 13.5%;
      right: 13.5%;
      bottom: 14.8%; }

.home-open-learmore {
  position: relative;
  margin-top: -15.7%; }
  .home-open-learmore:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    background: #ff9695;
    width: 100%;
    height: 4px;
    z-index: 1; }
  .home-open-learmore > svg {
    background: #ff9695;
    width: 100%;
    margin-bottom: -10px;
    position: relative; }
  .home-open-learmore__wrapper {
    background: #2831ff;
    padding: 10% 16.2% 136px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 991px) {
      .home-open-learmore__wrapper {
        padding-left: 11.4%;
        padding-right: 11.4%;
        padding-bottom: 90px; } }
    @media (max-width: 767px) {
      .home-open-learmore__wrapper {
        padding: 12% 20px 50px; } }
    @media (max-width: 480px) {
      .home-open-learmore__wrapper {
        flex-direction: column;
        align-items: center; } }
    .home-open-learmore__wrapper:before {
      content: '';
      position: absolute;
      left: 0;
      top: -2px;
      background: #2831ff;
      width: 100%;
      height: 4px;
      z-index: 1; }
  .home-open-learmore__text {
    font-family: "OpenSansCondensed","DM Sans",sans-serif;
    font-size: 33px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.35;
    color: #ffffff;
    width: 65%; }
    @media (max-width: 1199px) {
      .home-open-learmore__text {
        font-size: 28px; } }
    @media (max-width: 991px) {
      .home-open-learmore__text {
        font-size: 21px; } }
    @media (max-width: 480px) {
      .home-open-learmore__text {
        font-size: 19px;
        width: 100%;
        margin-bottom: 20px;
        text-align: center; } }
  .home-open-learmore__button {
    padding: 24px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 3px 15px rgba(27, 30, 96, 0.15);
    background-image: linear-gradient(180deg, #fbe834 0%, #f9cd16 100%);
    display: block;
    text-align: center;
    color: #333333;
    font-family: "OpenSansCondensed","DM Sans",sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    transition: 0.2s transform linear; }
    @media (max-width: 991px) {
      .home-open-learmore__button {
        padding: 20px;
        font-size: 18px; } }
    @media (max-width: 767px) {
      .home-open-learmore__button {
        width: 50%; } }
    @media (max-width: 480px) {
      .home-open-learmore__button {
        width: 100%;
        padding: 16px; } }
    .home-open-learmore__button:hover {
      transform: translateY(-5px); }

.home-close-wemakestuff {
  padding-top: 42px;
  text-align: center; }
  .home-close-wemakestuff > svg {
    width: 100%;
    margin-bottom: -10px;
    background: #ffffff; }
  .home-close-wemakestuff__content {
    background: #fcf1f0;
    padding: 0 20px 147px;
    margin-top: -3.4%; }
    @media (max-width: 991px) {
      .home-close-wemakestuff__content {
        padding-bottom: 100px; } }
    @media (max-width: 767px) {
      .home-close-wemakestuff__content {
        padding-top: 20px;
        padding-bottom: 0; } }
  .home-close-wemakestuff__wrapper {
    width: 100%;
    max-width: 1138px;
    margin: 0 auto; }
  .home-close-wemakestuff__title {
    color: #333333;
    font-family: "Poppins","DM Sans",sans-serif;
    font-size: 47px;
    font-weight: 700;
    letter-spacing: 1.18px;
    line-height: 71px;
    margin-bottom: 13px; }
    @media (max-width: 991px) {
      .home-close-wemakestuff__title {
        font-size: 40px;
        line-height: 1.4; } }
    @media (max-width: 767px) {
      .home-close-wemakestuff__title {
        font-size: 33px; } }
    @media (max-width: 480px) {
      .home-close-wemakestuff__title {
        font-size: 28px; } }
  .home-close-wemakestuff__subtitle {
    color: #333333;
    font-family: "DM Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .home-close-wemakestuff__subtitle {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .home-close-wemakestuff__subtitle {
        font-size: 14px; } }
    @media (max-width: 480px) {
      .home-close-wemakestuff__subtitle {
        font-size: 13px; } }
  .home-close-wemakestuff h3 {
    margin: 0 0 0.9em;
    color: #333333;
    font-family: "DM Sans",sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .home-close-wemakestuff h3 {
        font-size: 18px; } }
    @media (max-width: 480px) {
      .home-close-wemakestuff h3 {
        font-size: 16px; } }
  .home-close-wemakestuff h4 {
    margin: 0 0 4.4em;
    color: #333333;
    font-family: "DM Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2; }
    @media (max-width: 767px) {
      .home-close-wemakestuff h4 {
        margin-bottom: 3em; } }
    @media (max-width: 480px) {
      .home-close-wemakestuff h4 {
        font-size: 13px; } }
  .home-close-wemakestuff__last-episode {
    border-top: 2px solid #ffd1c9;
    margin-top: 82px;
    padding: 72px 10% 90px; }
    @media (max-width: 767px) {
      .home-close-wemakestuff__last-episode {
        padding: 50px 0;
        margin-top: 50px; } }
  .home-close-wemakestuff__columns {
    display: flex;
    border-top: 2px solid #ffd1c9; }
    @media (max-width: 767px) {
      .home-close-wemakestuff__columns {
        flex-wrap: wrap; } }
    .home-close-wemakestuff__columns h3 {
      margin-bottom: 1.6em; }
    .home-close-wemakestuff__columns h4 {
      margin-bottom: 7.6em; }
      @media (max-width: 767px) {
        .home-close-wemakestuff__columns h4 {
          margin-bottom: 3em; } }
    .home-close-wemakestuff__columns > div {
      width: 50%;
      padding: 82px 4% 0; }
      @media (max-width: 767px) {
        .home-close-wemakestuff__columns > div {
          width: 100%;
          padding: 50px 0; } }
      .home-close-wemakestuff__columns > div:first-child {
        border-right: 2px solid #ffd1c9; }
        @media (max-width: 767px) {
          .home-close-wemakestuff__columns > div:first-child {
            border-right: none;
            border-bottom: 2px solid #ffd1c9; } }
  .home-close-wemakestuff__card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    max-width: 339px;
    border-radius: 10px;
    background: #ffffff;
    text-decoration: none;
    text-align: left;
    box-shadow: 0 5px 20px rgba(50, 50, 93, 0.12);
    transition: transform 0.1s linear;
    transform: scale(1); }
    .home-close-wemakestuff__card:hover {
      transform: scale(1.03); }
    .home-close-wemakestuff__card--big {
      max-width: none;
      border-radius: 4px; }
      @media (max-width: 767px) {
        .home-close-wemakestuff__card--big {
          max-width: 339px;
          border-radius: 10px; } }
    .home-close-wemakestuff__card-image {
      height: 215px;
      width: 100%;
      background-color: #4049ff;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      border-radius: 10px 10px 0 0; }
      @media (max-width: 480px) {
        .home-close-wemakestuff__card-image {
          height: 140px; } }
    .home-close-wemakestuff__card--big .home-close-wemakestuff__card-image {
      height: 292px;
      width: 50%;
      order: 2;
      border-radius: 0 4px 4px 0; }
      @media (max-width: 767px) {
        .home-close-wemakestuff__card--big .home-close-wemakestuff__card-image {
          height: 215px;
          width: 100%;
          border-radius: 10px 10px 0 0;
          order: unset; } }
      @media (max-width: 480px) {
        .home-close-wemakestuff__card--big .home-close-wemakestuff__card-image {
          height: 140px; } }
    .home-close-wemakestuff__card-content {
      padding: 36px 10%;
      height: 276px;
      width: 100%;
      overflow: hidden; }
      @media (max-width: 480px) {
        .home-close-wemakestuff__card-content {
          padding: 10%;
          overflow: unset;
          height: auto; } }
    .home-close-wemakestuff__card--big .home-close-wemakestuff__card-content {
      padding: 20px 5.4%;
      height: auto;
      width: 50%;
      order: 1; }
      @media (max-width: 767px) {
        .home-close-wemakestuff__card--big .home-close-wemakestuff__card-content {
          width: 100%;
          padding: 36px 10%;
          height: 276px;
          order: unset; } }
      @media (max-width: 480px) {
        .home-close-wemakestuff__card--big .home-close-wemakestuff__card-content {
          padding: 10%;
          height: auto; } }
    .home-close-wemakestuff__card-subtitle {
      color: #333333;
      font-family: "OpenSansCondensed","DM Sans",sans-serif;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 2.2px;
      line-height: 1.4;
      text-transform: uppercase;
      margin-bottom: 1.3em; }
      @media (max-width: 991px) {
        .home-close-wemakestuff__card-subtitle {
          font-size: 10px; } }
    .home-close-wemakestuff__card-title {
      color: #333333;
      font-family: "Poppins","DM Sans",sans-serif;
      font-size: 24px;
      font-weight: 700;
      letter-spacing: .01em;
      line-height: 32px;
      margin-bottom: 0.5em; }
      @media (max-width: 991px) {
        .home-close-wemakestuff__card-title {
          font-size: 20px;
          line-height: 1.4; } }
    .home-close-wemakestuff__card-description {
      color: #333333;
      font-family: "DM Sans",sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 2; }
      @media (max-width: 991px) {
        .home-close-wemakestuff__card-description {
          font-size: 13px; } }

.register-hero {
  padding: 149px 20px 0;
  margin-bottom: -50px;
  position: relative;
  z-index: 2;
  overflow: hidden; }
  @media (max-width: 991px) {
    .register-hero {
      margin-bottom: 0;
      padding: 120px 20px 50px; } }
  @media (max-width: 767px) {
    .register-hero {
      padding: 90px 20px 50px; } }
  .register-hero__wrapper {
    width: 100%;
    max-width: 1181px;
    margin: 0 auto; }
  .register-hero__title {
    margin: 0;
    font-family: "Poppins","DM Sans",sans-serif;
    font-size: 87px;
    font-weight: 700;
    line-height: 1.4;
    color: #2831ff; }
    @media (max-width: 991px) {
      .register-hero__title {
        font-size: 67px;
        text-align: center; } }
    @media (max-width: 767px) {
      .register-hero__title {
        font-size: 48px; } }
    @media (max-width: 480px) {
      .register-hero__title {
        font-size: 38px; } }
    .register-hero__title span {
      color: #333333;
      position: relative; }
      .register-hero__title span:after {
        content: '';
        bottom: 7px;
        left: 33px;
        width: calc(100% - 35px);
        height: 8px;
        background: transparent;
        position: absolute; }
        @media (max-width: 991px) {
          .register-hero__title span:after {
            height: 7px; } }
        @media (max-width: 767px) {
          .register-hero__title span:after {
            height: 4px; } }
        @media (max-width: 480px) {
          .register-hero__title span:after {
            height: 3px;
            left: 15px;
            bottom: 4px;
            width: calc(100% - 13px); } }
  .register-hero__columns {
    display: flex;
    margin-top: 54px; }
    @media (max-width: 991px) {
      .register-hero__columns {
        flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .register-hero__columns {
        margin-top: 30px; } }
    .register-hero__columns > div {
      width: 50%;
      position: relative; }
      @media (max-width: 991px) {
        .register-hero__columns > div {
          width: 100%; }
          .register-hero__columns > div:nth-child(2) {
            order: -1;
            text-align: center; } }
  .register-hero__laptop {
    position: absolute;
    top: 3px;
    left: -16px;
    width: 727px; }
    @media (max-width: 1199px) {
      .register-hero__laptop {
        width: 500px;
        left: 30px; } }
    @media (max-width: 991px) {
      .register-hero__laptop {
        position: static;
        width: 100%;
        max-width: 350px;
        margin-bottom: 20px; } }
  .register-hero h2 {
    font-family: "OpenSansCondensed","DM Sans",sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 0.7em;
    max-width: 500px; }
    @media (max-width: 991px) {
      .register-hero h2 {
        text-align: center;
        margin: 0 auto 0.7em; } }
    @media (max-width: 767px) {
      .register-hero h2 {
        font-size: 28px; } }
    @media (max-width: 480px) {
      .register-hero h2 {
        font-size: 23px; } }
  .register-hero p {
    color: #333333;
    font-family: "DM Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    margin: 0 0 2.9em;
    max-width: 467px; }
    @media (max-width: 991px) {
      .register-hero p {
        text-align: center;
        max-width: 500px;
        margin: 0 auto 2.5em; } }
    @media (max-width: 767px) {
      .register-hero p {
        font-size: 14px; } }
    @media (max-width: 480px) {
      .register-hero p {
        font-size: 13px; } }
    .register-hero p a {
      color: #2831ff;
      text-decoration: underline; }
  .register-hero ul {
    padding: 55px 150px 34px 91px;
    margin: 0;
    list-style: none;
    position: relative; }
    @media (max-width: 991px) {
      .register-hero ul {
        padding: 30px 70px;
        margin: 0 auto;
        width: 100%;
        max-width: 500px; } }
    @media (max-width: 767px) {
      .register-hero ul {
        max-width: 440px; } }
    @media (max-width: 480px) {
      .register-hero ul {
        padding: 30px 20px;
        max-width: 240px; } }
    .register-hero ul:before {
      content: '';
      position: absolute;
      width: 550px;
      height: 300px;
      top: 49%;
      left: 44%;
      transform: translate(-50%, -50%);
      background-image: url("./images/register-list-bg.svg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center center;
      z-index: -1; }
      @media (max-width: 1199px) {
        .register-hero ul:before {
          left: 50%; } }
      @media (max-width: 767px) {
        .register-hero ul:before {
          width: 430px;
          height: 236px; } }
      @media (max-width: 480px) {
        .register-hero ul:before {
          width: 460px;
          height: 252px;
          top: 46%; } }
    .register-hero ul li {
      position: relative;
      color: #333333;
      font-family: "Poppins","DM Sans",sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 2px;
      line-height: 1.4em;
      text-transform: uppercase;
      margin-bottom: 22px; }
      @media (max-width: 767px) {
        .register-hero ul li {
          font-size: 12px;
          letter-spacing: 0.8px;
          margin-bottom: 15px; } }
      .register-hero ul li:before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background: #333333;
        position: absolute;
        top: 5px;
        left: -14px; }

.register-subscribe {
  padding: 135px 20px 166px;
  background-color: #fcf1f0;
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    .register-subscribe {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (max-width: 480px) {
    .register-subscribe {
      padding-bottom: 70px; } }
  .register-subscribe:before {
    content: '';
    left: 50%;
    top: -66px;
    transform: translateX(-50%);
    position: absolute;
    background-image: url("./images/register-arrow.png");
    width: 33px;
    height: 132px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center; }
  .register-subscribe__wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #333333; }
  .register-subscribe__lock {
    width: 100%;
    max-width: 96px; }
    @media (max-width: 991px) {
      .register-subscribe__lock {
        max-width: 80px; } }
    @media (max-width: 767px) {
      .register-subscribe__lock {
        max-width: 60px; } }
  .register-subscribe__title {
    color: #333333;
    font-family: "Poppins","DM Sans",sans-serif;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.4;
    margin: 1.2em 0 0.55em;
    width: 100%; }
    @media (max-width: 991px) {
      .register-subscribe__title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .register-subscribe__title {
        font-size: 30px; } }
    @media (max-width: 480px) {
      .register-subscribe__title {
        font-size: 25px; } }
  .register-subscribe__subtitle {
    font-family: "OpenSansCondensed","DM Sans",sans-serif;
	color:#333333;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .6px;
    line-height: 2;
    width: 100%; }
    @media (max-width: 991px) {
      .register-subscribe__subtitle {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .register-subscribe__subtitle {
        font-size: 16px; } }
    @media (max-width: 480px) {
      .register-subscribe__subtitle {
        font-size: 14px; } }
    .register-subscribe__subtitle span {
      display: inline;
      position: relative;
      background-color: #ffd1c9;
      padding: 3px 10px; }
  .register-subscribe form {
    margin-top: 65px;
    width: 100%;
    max-width: 717px; }
    @media (max-width: 991px) {
      .register-subscribe form {
        margin-top: 40px; } }
    @media (max-width: 767px) {
      .register-subscribe form {
        margin-top: 30px; } }
    .register-subscribe form p {
      color: #333333;
      font-family: "DM Sans",sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 2;
      margin: 0 0 3.85em; }
      @media (max-width: 991px) {
        .register-subscribe form p {
          font-size: 16px;
          margin-bottom: 2.5em; } }
      @media (max-width: 767px) {
        .register-subscribe form p {
          font-size: 14px;
          margin-bottom: 2em; } }
    .register-subscribe form input[type="email"] {
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      background-color: #ffffff;
      padding: 33px 43px;
      width: 100%;
      color: #ff9695;
      font-family: "Poppins","DM Sans",sans-serif;
      font-size: 24px;
      font-weight: 500;
      -webkit-appearance: none;
      border: none;
      outline: 0; }
      @media (max-width: 991px) {
        .register-subscribe form input[type="email"] {
          font-size: 20px;
          padding: 30px; } }
      @media (max-width: 767px) {
        .register-subscribe form input[type="email"] {
          font-size: 18px;
          padding: 20px; } }
      @media (max-width: 480px) {
        .register-subscribe form input[type="email"] {
          font-size: 15px;
          padding: 15px; } }
      .register-subscribe form input[type="email"]::placeholder {
        color: #ff9695;
        opacity: 1; }
      .register-subscribe form input[type="email"]:-ms-input-placeholder {
        color: #ff9695; }
      .register-subscribe form input[type="email"]::-ms-input-placeholder {
        color: #ff9695; }
    .register-subscribe form .consent {
      text-align: left;
      width: 100%;
      margin-top: 25px;
      margin-bottom: 23px; }
      .register-subscribe form .consent label {
        margin: 0;
        color: #333333;
        font-family: "DM Sans",sans-serif;
        font-size: 19px;
        font-weight: 400;
        line-height: 2;
        text-transform: none;
        padding-left: 73px;
        padding-right: 80px;
        cursor: pointer;
        position: relative; }
        @media (max-width: 991px) {
          .register-subscribe form .consent label {
            font-size: 17px; } }
        @media (max-width: 767px) {
          .register-subscribe form .consent label {
            font-size: 15px;
            padding-left: 45px;
            padding-right: 0; } }
        @media (max-width: 480px) {
          .register-subscribe form .consent label {
            font-size: 12px;
            padding-left: 36px; } }
        .register-subscribe form .consent label > a {
          color: #2831ff;
          text-decoration: none;
          position: relative; }
          @media (max-width: 767px) {
            .register-subscribe form .consent label > a {
              text-decoration: underline; } }
          .register-subscribe form .consent label > a:after {
            content: '';
            position: absolute;
            bottom: -3px;
            left: -3px;
            width: calc(100% + 12px);
            height: 1px;
            background: #2831ff; }
            @media (max-width: 767px) {
              .register-subscribe form .consent label > a:after {
                display: none; } }
        .register-subscribe form .consent label:before {
          content: '';
          position: absolute;
          left: 16px;
          top: 1px;
          display: block;
          width: 37px;
          height: 37px;
          flex-shrink: 0;
          border-radius: 4px;
          border: 2px solid #7c7c7c;
          background-color: #ffffff; }
          @media (max-width: 991px) {
            .register-subscribe form .consent label:before {
              top: 6px; } }
          @media (max-width: 767px) {
            .register-subscribe form .consent label:before {
              width: 25px;
              height: 25px;
              left: 7px;
              top: 3px; } }
          @media (max-width: 480px) {
            .register-subscribe form .consent label:before {
              width: 20px;
              height: 20px; } }
      .register-subscribe form .consent input[type="checkbox"] {
        display: none; }
        .register-subscribe form .consent input[type="checkbox"]:checked + label:after {
          content: '';
          position: absolute;
          top: 11px;
          left: 26px;
          width: 17px;
          height: 17px;
          background-image: url("./images/welcome-mat/icon-check.svg");
          background-size: 100% 100%;
          background-repeat: no-repeat; }
          @media (max-width: 991px) {
            .register-subscribe form .consent input[type="checkbox"]:checked + label:after {
              top: 16px; } }
          @media (max-width: 767px) {
            .register-subscribe form .consent input[type="checkbox"]:checked + label:after {
              width: 12px;
              height: 12px;
              top: 9px;
              left: 14px; } }
          @media (max-width: 480px) {
            .register-subscribe form .consent input[type="checkbox"]:checked + label:after {
              width: 9px;
              height: 9px;
              top: 8px;
              left: 13px; } }
    .register-subscribe form .submit {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .register-subscribe form .submit {
          flex-direction: column;
          align-items: center; } }
    .register-subscribe form .g-recaptcha {
      width: calc(100% - 327px); }
      @media (max-width: 767px) {
        .register-subscribe form .g-recaptcha {
          width: auto; } }
      @media (max-width: 480px) {
        .register-subscribe form .g-recaptcha {
          transform: scale(0.8); } }
      @media (max-width: 320px) {
        .register-subscribe form .g-recaptcha {
          transform: scale(0.6); } }
    .register-subscribe form button[type="submit"] {
      background-color: #2831ff;
      width: 100%;
      max-width: 309px;
      font-size: 24px;
      font-weight: 500;
      letter-spacing: 2.4px;
      padding: 33px 25px; }
      @media (max-width: 991px) {
        .register-subscribe form button[type="submit"] {
          padding: 25px; } }
      @media (max-width: 767px) {
        .register-subscribe form button[type="submit"] {
          margin-top: 10px;
          font-size: 20px;
          padding: 25px; } }
      @media (max-width: 480px) {
        .register-subscribe form button[type="submit"] {
          font-size: 16px;
          padding: 20px; } }

.register-spot {
  margin-top: 13px;
  padding: 146px 20px 110px;
  background-color: #fcf1f0;
  position: relative;
  z-index: 1; }
  .register-spot:before {
    content: '';
    left: 50%;
    top: -66px;
    transform: translateX(-50%);
    position: absolute;
    background-image: url("./images/register-arrow.png");
    width: 33px;
    height: 132px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center; }
  .register-spot__wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 706px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #333333; }
  .register-spot__title {
    color: #333333;
    font-family: "Poppins","DM Sans",sans-serif;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 1.15px;
    line-height: 1.4;
    margin: 0 0 0.87em;
    width: 100%; }
    @media (max-width: 991px) {
      .register-spot__title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .register-spot__title {
        font-size: 30px; } }
    @media (max-width: 480px) {
      .register-spot__title {
        font-size: 25px; } }
  .register-spot__subtitle {
    font-family: "OpenSansCondensed","DM Sans",sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: .6px;
    line-height: 2;
    width: 100%;
    margin-bottom: 71px; }
    @media (max-width: 991px) {
      .register-spot__subtitle {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .register-spot__subtitle {
        font-size: 16px; } }
    @media (max-width: 480px) {
      .register-spot__subtitle {
        font-size: 14px; } }
    .register-spot__subtitle span {
      display: inline;
      position: relative;
      background-color: #ffd1c9;
      padding: 3px 10px; }

.register-spot form {
  width: 100%;
  text-align: left;
  max-width: 619px;
  overflow: hidden; }
.register-spot .rcp_form label {
  display: block;
  font-size: 20px;
  cursor: pointer;
  word-break: break-word; }
.register-spot .rcp_form input[type=text], .register-spot .rcp_form input[type=password], .register-spot .rcp_form input[type=email] {
  width: 100%;
  padding: 12px 16px !important;
  color: #ff9695;
  font-family: "Poppins","DM Sans",sans-serif;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 4px;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
  outline: none;
  transition: .2s;
  -webkit-appearance: none;
  -moz-appearance: none; }
.register-spot .rcp_form input[type=text]:focus, .register-spot .rcp_form input[type=password]:focus, .register-spot .rcp_form input[type=email]:focus {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 150, 149, 0.5) !important; }
.register-spot .rcp_form input.required {
  color: #ff9695 !important; }
.register-spot .rcp_form select {
  width: 100%;
  height: 50px;
  padding: 12px 16px !important;
  color: #ff9695;
  background-color: #ffffff;
  font-family: "Poppins",sans-serif;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
.register-spot .rcp_form li {
  display: grid;
  grid-template-columns: 25px 1fr; }
.register-spot .rcp_form #rcp_submit {
  background-color: #2831ff;
  padding: 25px 90px;
  color: #ffffff;
  font-family: "OpenSansCondensed","DM Sans",sans-serif;
  font-size: 28px !important;
  font-weight: 500;
  letter-spacing: .1em;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 8px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom: 80px;}
  @media (max-width: 991px) {
    .register-spot .rcp_form #rcp_submit {
      padding: 25px; } }
.register-spot .rcp_form #rcp_submit:hover {
  background-color: rgba(40, 49, 255, 0.8);
  cursor: pointer; }
.register-spot .rcp_level_description {
  padding: 10px 0 0 8px !important;
  font-size: 14px !important; }
.register-spot .rcp_subscription_message {
  font-size: 20px; }
.register-spot .rcp_form ul {
  font-size: 17px;
  font-weight: 700; }
.register-spot .rcp-table {
  width: 100%;
  font-size: 20px;
  border-collapse: collapse; }
.register-spot .rcp-table th {
  text-align: left;
  font-weight: 400; }
.register-spot .rcp-table th, .register-spot .rcp-table td {
  padding: 8px 20px;
  word-break: break-word; }
.register-spot .rcp_registration_total {
  margin: 30px 0 40px 0; }
.register-spot .rcp-table tbody tr, .register-spot .rcp-recurring-total {
  background-color: #ffd1c9; }
.register-spot .rcp_form #rcp_auto_renew_wrap {
  display: none !important; }
.register-spot p.rcp_error {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cc0000;
  margin: 0 0 10px;
  padding: 4px;
  background: #ffebe8;
  color: #333333; }
@media (max-width: 480px) {
  .register-spot .g-recaptcha {
    transform: scale(0.8); } }
@media (max-width: 320px) {
  .register-spot .g-recaptcha {
    transform: scale(0.7); } }

.now-page {
  overflow: hidden; }

.now-page-hero {
  margin: 152px auto 0;
  width: 100%;
  max-width: 1221px;
  padding: 0 20px; }
  @media (max-width: 991px) {
    .now-page-hero {
      margin-top: 100px; } }
  @media (max-width: 767px) {
    .now-page-hero {
      margin-top: 80px; } }
  .now-page-hero__title {
    font-family: "Poppins","DM Sans",sans-serif;
    font-size: 87px;
    font-weight: 700;
    line-height: 1.3;
    color: #333333;
    margin: 0 0 0.55em; }
    @media (max-width: 991px) {
      .now-page-hero__title {
        font-size: 67px;
        text-align: center; } }
    @media (max-width: 767px) {
      .now-page-hero__title {
        font-size: 48px; } }
    @media (max-width: 480px) {
      .now-page-hero__title {
        font-size: 38px; } }
    .now-page-hero__title span {
      color: #333;
	  background: linear-gradient(180deg,rgba(251,167,248,0) 50%,#D8EFEF 50%);
      position: relative; }
      .now-page-hero__title span:after {
        content: '';
        bottom: 7px;
        left: 10px;
        width: calc(100% - 10px);
        height: 8px;
        background: transparent;
        position: absolute; }
        @media (max-width: 991px) {
          .now-page-hero__title span:after {
            height: 7px;
            left: 0;
            width: 100%; } }
        @media (max-width: 767px) {
          .now-page-hero__title span:after {
            height: 4px; } }
        @media (max-width: 480px) {
          .now-page-hero__title span:after {
            height: 3px; } }
  .now-page-hero__subtitle {
    font-family: "OpenSansCondensed","DM Sans",sans-serif;
    font-size: 47px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: .6px;
    margin: 0 0 0.7em;
    max-width: 745px; }
    @media (max-width: 991px) {
      .now-page-hero__subtitle {
        text-align: center;
        margin: 0 auto 0.7em; } }
    @media (max-width: 767px) {
      .now-page-hero__subtitle {
        font-size: 28px;
        letter-spacing: 0; } }
    @media (max-width: 480px) {
      .now-page-hero__subtitle {
        font-size: 23px; } }

.now-page-about {
  padding: 113px 20px 0;
  position: relative; }
  @media (max-width: 991px) {
    .now-page-about {
      padding-top: 60px; } }
  .now-page-about__shape-left, .now-page-about__shape-right {
    width: 100%;
    max-width: 678px;
    position: absolute;
    opacity: 0.42;
    z-index: -1; }
    @media (max-width: 991px) {
      .now-page-about__shape-left, .now-page-about__shape-right {
        max-width: 500px; } }
    @media (max-width: 767px) {
      .now-page-about__shape-left, .now-page-about__shape-right {
        max-width: 400px; } }
  .now-page-about__shape-left {
    top: 91px;
    left: -227px; }
    @media (max-width: 767px) {
      .now-page-about__shape-left {
        display: none; } }
  .now-page-about__shape-right {
    top: -63px;
    right: -140px; }
  .now-page-about__wrapper {
    display: flex;
    width: 100%;
    max-width: 1078px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .now-page-about__wrapper {
        flex-wrap: wrap; } }
    .now-page-about__wrapper > div {
      width: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start; }
      @media (max-width: 991px) {
        .now-page-about__wrapper > div {
          padding: 0 20px; } }
      @media (max-width: 767px) {
        .now-page-about__wrapper > div {
          width: 100%;
          padding: 0;
          margin-bottom: 30px; } }
  .now-page-about__avatar {
    width: 100%;
    max-width: 406px;
    position: relative;
    margin-bottom: 46px; }
    @media (max-width: 991px) {
      .now-page-about__avatar {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .now-page-about__avatar {
        max-width: 270px; } }
    .now-page-about__avatar img:nth-child(1) {
      position: absolute;
      z-index: 1;
      top: -44px;
      left: -108px; }
      @media (max-width: 991px) {
        .now-page-about__avatar img:nth-child(1) {
          transform: scale(0.7); } }
      @media (max-width: 767px) {
        .now-page-about__avatar img:nth-child(1) {
          transform: none;
          max-width: 160px;
          top: -17px;
          left: -63px; } }
    .now-page-about__avatar img:nth-child(2) {
      position: relative;
      z-index: 2;
      width: 100%;
      border-radius: 100%; }
    .now-page-about__avatar--jason img:nth-child(1) {
      top: 15px;
      left: unset;
      right: -120px; }
      @media (max-width: 767px) {
        .now-page-about__avatar--jason img:nth-child(1) {
          right: -60px; } }
  .now-page-about__title {
    font-family: "OpenSansCondensed","DM Sans",sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: .6px;
    color: #333333;
    position: relative;
    width: 100%;
    max-width: 473px;
    text-align: center; }
    @media (max-width: 991px) {
      .now-page-about__title {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .now-page-about__title {
        font-size: 28px;
        max-width: 340px; } }
    .now-page-about__title span {
      position: relative;
      z-index: 2; }
    .now-page-about__title svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
      width: 100%; }
  .now-page-about__content {
    margin-top: 52px;
    width: 100%;
    max-width: 435px; }
    @media (max-width: 991px) {
      .now-page-about__content {
        margin-top: 30px; } }
    .now-page-about__content h2 {
      color: #333333;
      font-family: "DM Sans",sans-serif;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 2px;
      line-height: 2;
      text-transform: uppercase;
      margin-bottom: 0.5em; }
      @media (max-width: 991px) {
        .now-page-about__content h2 {
          font-size: 17px;
          letter-spacing: 1.5px; } }
      @media (max-width: 767px) {
        .now-page-about__content h2 {
          font-size: 15px;
          letter-spacing: 1px; } }
    .now-page-about__content ul, .now-page-about__content ol {
      margin: 0 0 44px;
      padding: 0 0 0 36px; }
      @media (max-width: 991px) {
        .now-page-about__content ul, .now-page-about__content ol {
          padding-left: 25px; } }
      @media (max-width: 767px) {
        .now-page-about__content ul, .now-page-about__content ol {
          padding-left: 20px;
          margin-bottom: 30px; } }
      .now-page-about__content ul li, .now-page-about__content ol li {
        color: #333333;
        font-family: "DM Sans",sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 2;
        margin-bottom: 1.6em; }
        @media (max-width: 767px) {
          .now-page-about__content ul li, .now-page-about__content ol li {
            font-size: 15px;
            margin-bottom: 0.8em; } }
        .now-page-about__content ul li a, .now-page-about__content ol li a {
          transform: all 0.2s linear; }
          .now-page-about__content ul li a:hover, .now-page-about__content ol li a:hover {
            color: #333333; }
    .now-page-about__content ol {
      list-style: none;
      counter-reset: section; }
      .now-page-about__content ol li:before {
        counter-increment: section;
        content: counters(section,".") ". "; }
    .now-page-about__content ul {
      list-style: none;
      margin-top: 32px; }
      @media (max-width: 991px) {
        .now-page-about__content ul {
          margin-top: unset; } }
      .now-page-about__content ul li:before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background: #333333;
        margin: 0px 6px 2px 2px; }

.now-page-footer {
  border-top: 1px solid #2831ff;
  margin: 70px auto 149px;
  padding-top: 49px;
  text-align: center;
  width: 100%;
  max-width: 908px; }
  @media (max-width: 991px) {
    .now-page-footer {
      margin-top: 35px;
      margin-bottom: 90px; } }
  @media (max-width: 767px) {
    .now-page-footer {
      margin: 0 auto 40px;
      padding: 30px 20px 0; } }
  .now-page-footer p {
    color: #333333;
    font-family: "OpenSansCondensed","DM Sans",sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .6px;
    line-height: 1.4;
    margin: 0 0 1.9em; }
    @media (max-width: 767px) {
      .now-page-footer p {
        font-size: 13px; } }
  .now-page-footer a {
    color: #2831ff;
    text-decoration: none;
    position: relative; }
    .now-page-footer a:before {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #2831ff; }

.about-page {
  overflow: hidden; }

.about-hero {
  padding: 150px 20px 223px;
  position: relative; }
  @media (max-width: 1199px) {
    .about-hero {
      padding-top: 130px;
      padding-bottom: 130px; } }
  @media (max-width: 991px) {
    .about-hero {
      padding-top: 100px;
      padding-bottom: 90px; } }
  @media (max-width: 480px) {
    .about-hero {
      padding-bottom: 60px; } }
  .about-hero__bg {
    position: absolute;
    top: -25px;
    right: -277px;
    z-index: -1;
    max-width: 1157px; }
    @media (max-width: 1199px) {
      .about-hero__bg {
        max-width: 900px; } }
    @media (max-width: 991px) {
      .about-hero__bg {
        max-width: 820px; } }
    @media (max-width: 767px) {
      .about-hero__bg {
        max-width: 750px;
        top: 30px; } }
    @media (max-width: 480px) {
      .about-hero__bg {
        max-width: 100%;
        right: -30%;
        top: 60px; } }
  .about-hero__wrapper {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto; }
  .about-hero__subtitle {
    color: #212125;
    font-family: "Poppins","DM Sans",sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 2;
    text-transform: uppercase;
    margin-bottom: 0.7em; }
    @media (max-width: 991px) {
      .about-hero__subtitle {
        font-size: 16px; } }
    @media (max-width: 480px) {
      .about-hero__subtitle {
        font-size: 15px; } }
  .about-hero__title {
    color: #212125;
    font-family: 'filson pro', poppins,dm sans,sans-serif;
	background: linear-gradient(180deg,rgba(251,167,248,0) 50%,#FCF1F0 50%);
    font-size: 87px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 0; }
    @media (max-width: 1199px) {
      .about-hero__title {
        font-size: 60px; } }
    @media (max-width: 991px) {
      .about-hero__title {
        font-size: 45px; } }
    @media (max-width: 480px) {
      .about-hero__title {
        font-size: 38px; } }
  .about-hero__columns {
    display: flex;
    margin-top: 16px; }
    @media (max-width: 767px) {
      .about-hero__columns {
        flex-direction: column;
        align-items: center; } }
  .about-hero__image {
    width: 52.5%;
    position: relative; }
    @media (max-width: 1199px) {
      .about-hero__image {
        width: 50%; } }
    @media (max-width: 767px) {
      .about-hero__image {
        display: none; } }
    .about-hero__image img {
      position: absolute;
      top: 24px;
      left: -187px;
      width: 765px; }
      @media (max-width: 1199px) {
        .about-hero__image img {
          width: 500px;
          left: -36px; } }
      @media (max-width: 991px) {
        .about-hero__image img {
          width: 100%;
          position: static;
          padding-right: 20px; } }
      @media (max-width: 767px) {
        .about-hero__image img {
          padding-right: 0; } }
  .about-hero__text {
    width: 47.5%;
    transform: translateX(50px); }
    @media (max-width: 1199px) {
      .about-hero__text {
        width: 50%;
        transform: none; } }
    @media (max-width: 767px) {
      .about-hero__text {
        width: 100%;
        order: -1; } }
    .about-hero__text h2 {
	  font-family: dm sans,sans-serif;
	  font-weight: 700;
	  letter-spacing: -.75px;
      font-size: 33px;
      line-height: 1.4em;
      margin: 0 0 0.8em; }
      @media (max-width: 1199px) {
        .about-hero__text h2 {
          font-size: 27px; } }
      @media (max-width: 991px) {
        .about-hero__text h2 {
          font-size: 22px; } }
      @media (max-width: 480px) {
        .about-hero__text h2 {
          font-size: 19px; } }
    .about-hero__text p {
      color: #212125;
      font-family: "DM Sans",sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 2; }
      @media (max-width: 1199px) {
        .about-hero__text p {
          font-size: 17px; } }
      @media (max-width: 991px) {
        .about-hero__text p {
          font-size: 16px; } }
      @media (max-width: 480px) {
        .about-hero__text p {
          font-size: 14px; } }
      .about-hero__text p a {
        color: #2831ff;
        text-decoration: none;
		border-bottom: 1px solid #2831ff; }
      .about-hero__text p strong {
        font-weight: 700; }

.about-community {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 0 20px; }
  @media (max-width: 991px) {
    .about-community {
      max-width: 650px; } }
  .about-community__bg {
    position: absolute;
    top: -15px;
    left: 47%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 641px;
    z-index: -1; }
    @media (max-width: 991px) {
      .about-community__bg {
        left: 50%; } }
    @media (max-width: 480px) {
      .about-community__bg {
        width: 450px; } }
  .about-community__subtitle {
    color: #212125;
    font-family: "Poppins","DM Sans",sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 2;
    text-transform: uppercase;
    margin-bottom: 1.3em; }
    @media (max-width: 991px) {
      .about-community__subtitle {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .about-community__subtitle {
        font-size: 14px; } }
  .about-community__title {
	font-family: 'filson pro', poppins,dm sans,sans-serif;
	font-weight: 900;
    font-size: 47px;
    line-height: 1.25;
    margin: 0 0 0.55em; }
    @media (max-width: 991px) {
      .about-community__title {
        font-size: 37px; } }
    @media (max-width: 767px) {
      .about-community__title {
        font-size: 30px; } }
  .about-community__avatars {
    display: flex;
    align-items: center;
    justify-content: center; }
    .about-community__avatars img {
      width: 100%;
      max-width: 187px;
      margin: 0 -13px; }
      @media (max-width: 991px) {
        .about-community__avatars img {
          max-width: 140px;
          margin: 0 -5px; } }
      @media (max-width: 767px) {
        .about-community__avatars img {
          max-width: 100px;
          margin: 0 -2px; } }
  .about-community__description {
    text-align: center;
    color: #212125;
    font-family: "DM Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    margin: 33px 0 18px; }
    @media (max-width: 991px) {
      .about-community__description {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .about-community__description {
        font-size: 14px; } }
  .about-community__arrow {
    width: 100%;
    max-width: 33px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .about-community__arrow {
        max-width: 25px; } }
    @media (max-width: 480px) {
      .about-community__arrow {
        max-width: 20px; } }
    .about-community__arrow img {
      width: 100%; }

.about-video {
  width: 100%;
  max-width: 1036px;
  margin: 37px auto 0;
  padding: 0 20px;
  position: relative;
  z-index: 2; }
  .about-video__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 0px;
    height: 0; }
  .about-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.about-belive {
  position: relative;
  z-index: 1;
  background: #17BCBC;
  padding: 35.7% 20px 17%;
  margin-top: -24.2%; }
  @media (max-width: 991px) {
    .about-belive {
      padding-top: 30%; } }
  .about-belive__shape {
    position: absolute;
    bottom: 0;
    right: 100px;
    width: 100%;
    max-width: 1198px;
    z-index: 1; }
  .about-belive__wave-top, .about-belive__wave-bottom {
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0; }
  .about-belive__wave-top {
    top: -7px; }
  .about-belive__wave-bottom {
    bottom: -1px; }
  .about-belive__wrapper {
    width: 100%;
    max-width: 1052px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 3; }
  .about-belive__title {
    color: #ffffff;
	font-family: 'filson pro', poppins,dm sans,sans-serif;
	font-weight: 900;
    font-size: 46px;
    line-height: 1.3;
    letter-spacing: 1.15px;
    margin: 0; }
    @media (max-width: 991px) {
      .about-belive__title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .about-belive__title {
        font-size: 30px; } }
  .about-belive__subtitle {
    color: #ffffff;
    font-family: DM Sans, sans-serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 2; }
    @media (max-width: 1199px) {
      .about-belive__subtitle {
        font-size: 20px;
        letter-spacing: 0.3px; } }
    @media (max-width: 991px) {
      .about-belive__subtitle {
        font-size: 18px;
        letter-spacing: 0; } }
    @media (max-width: 767px) {
      .about-belive__subtitle {
        font-size: 16px; } }
  .about-belive__cards {
    display: flex;
    justify-content: space-between;
    margin-top: 71px;
    margin-bottom: 42px; }
    @media (max-width: 767px) {
      .about-belive__cards {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 10px; } }
  .about-belive__card {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    margin: 0 11px;
    border-radius: 8px;
    background-color: #fcf1f0;
    color: #fd9b9c;
    padding: 20px 30px;
    min-height: 238px;
	font-family: DM sans,sans-serif;
	font-weight: 600;
    font-size: 28px;
    line-height: 1.35; }
    @media (max-width: 1199px) {
      .about-belive__card {
        font-size: 20px;
        padding: 20px; } }
    @media (max-width: 991px) {
      .about-belive__card {
        font-size: 16px;
        padding: 15px;
        min-height: 160px; } }
    @media (max-width: 767px) {
      .about-belive__card {
        min-height: unset;
        padding: 30px 15px;
        margin: 0 10px 20px;
        width: calc(50% - 20px); } }
    @media (max-width: 480px) {
      .about-belive__card {
        margin: 0 0 20px;
        width: 100%;
        padding: 30px; } }
    .about-belive__card:nth-child(even) {
      background-color: #f4f4ff;
      color: #4656fb; }

.about-story {
  background: #ffeae6;
  padding: 5.2% 20px 9.8%; }
  .about-story__wrapper {
    max-width: 1031px;
    margin: 0 auto;
    width: 100%; }
  .about-story__columns {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .about-story__columns {
        flex-wrap: wrap;
        justify-content: center; } }
  .about-story__text {
    width: 48%; }
    @media (max-width: 991px) {
      .about-story__text {
        width: 100%; } }
    .about-story__text h2 {
      color: #212125;
      font-family: 'filson pro', poppins,dm sans,sans-serif;
      font-size: 46px;
      font-weight: 900;
      letter-spacing: .01em;
      line-height: 1.3;
      margin: 0 0 0.55em; }
      @media (max-width: 991px) {
        .about-story__text h2 {
          font-size: 38px; } }
      @media (max-width: 767px) {
        .about-story__text h2 {
          font-size: 30px;
          text-align: center;
          margin-top: 0.7em; } }
    .about-story__text h3 {
	  font-family: DM Sans, sans-serif;
      letter-spacing: -.5px;
      font-size: 31px;
      font-weight: 400;
      line-height: 1.25;
      margin: 0 0 0.65em;
      letter-spacing: 1px; }
      @media (max-width: 991px) {
        .about-story__text h3 {
          font-size: 26px;
          letter-spacing: 0; } }
      @media (max-width: 767px) {
        .about-story__text h3 {
          font-size: 22px;
          text-align: center; } }
    .about-story__text p {
      color: #212125;
      font-family: "DM Sans",sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 2;
      margin-bottom: 2.1em; }
      @media (max-width: 991px) {
        .about-story__text p {
          font-size: 16px;
          margin-bottom: 1em; } }
      @media (max-width: 767px) {
        .about-story__text p {
          font-size: 14px; } }
    .about-story__text a {
      color: #2831ff;
      text-decoration: none; }
  .about-story__image {
    width: 52%; }
    @media (max-width: 991px) {
      .about-story__image {
        width: 100%;
        order: -1;
        text-align: center; } }
    .about-story__image img {
      width: calc(100% + 80px);
      max-width: 595px;
      position: relative;
      left: 48px; }
      @media (max-width: 1199px) {
        .about-story__image img {
          width: 100%;
          position: static; } }
      @media (max-width: 991px) {
        .about-story__image img {
          max-width: 350px; } }
      @media (max-width: 767px) {
        .about-story__image img {
          max-width: 300px; } }
  .about-story__bottom {
    text-align: center;
    margin-top: 13px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 991px) {
      .about-story__bottom {
        margin-top: 30px; } }
    .about-story__bottom h2 {
      color: #212125;
      font-family: "Poppins","DM Sans",sans-serif;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 2px;
      line-height: 2;
      text-transform: uppercase;
      margin-bottom: 1.5em; }
      @media (max-width: 991px) {
        .about-story__bottom h2 {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .about-story__bottom h2 {
          font-size: 16px;
          margin-bottom: 1em; } }
    .about-story__bottom p {
      color: #212125;
      font-family: "DM Sans",sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 2;
      width: 100%;
      max-width: 790px;
      margin-bottom: 2em; }
      @media (max-width: 991px) {
        .about-story__bottom p {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .about-story__bottom p {
          font-size: 14px;
          margin-bottom: 1.5em; } }
    .about-story__bottom h4 {
      color: #212125;
	  font-family: Dm sans,sans-serif;
	  letter-spacing: -.5px;
      font-size: 28px;
      font-weight: 400;
      letter-spacing: 0.6px;
      line-height: 40px;
      width: 100%;
      max-width: 890px; }
      @media (max-width: 991px) {
        .about-story__bottom h4 {
          font-size: 20px;
          line-height: 1.7; } }
      @media (max-width: 767px) {
        .about-story__bottom h4 {
          font-size: 18px; } }
      .about-story__bottom h4 span {
        background: #ffffff;
        padding: 1px 6px; }

.about-core {
  padding: 7.1% 20px 18%;
  background-color: #f3f3fe;
  background-image: url("./images/about/bg-core.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center; }
  .about-core__wrapper {
    width: 100%;
    max-width: 1052px;
    margin: 0 auto; }
  .about-core__title {
	font-family: 'filson pro', poppins,dm sans,sans-serif;
	font-weight:900;
	color: #212125;
    font-size: 46px;
    letter-spacing: 1.15px;
    line-height: 1.4;
    margin: 0 0 0.4em; }
    @media (max-width: 767px) {
      .about-core__title {
        font-size: 38px; } }
  .about-core__subtitle {
    color: #212125;
    font-family: "DM Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    margin: 0; }
    @media (max-width: 767px) {
      .about-core__subtitle {
        font-size: 16px; } }
  .about-core__cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 11.2%; }
  .about-core__card {
    width: calc(100% - 24px);
    max-width: 239px;
    margin: 0 12px 35px;
    background: #ffffff;
    border-radius: 8px; }
    @media (max-width: 480px) {
      .about-core__card {
        margin: 0 0 20px;
        width: 100%;
        max-width: 300px; } }
    .about-core__card-image {
      border-radius: 8px 8px 0 0;
      background-color: #ffffff;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      padding-bottom: 64%; }
    .about-core__card-content {
      padding: 38px 20px 43px; }
      @media (max-width: 480px) {
        .about-core__card-content {
          padding: 30px 20px 30px; } }
    .about-core__card-title {
	  color: #212125;
	  font-family: Poppins, Dm sans,sans-serif;
	  font-weight: 900;
	  font-size: 16px;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin: 0 0 1em; }
    .about-core__card-description {
      color: #212125;
      font-family: "DM Sans",sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.8em;
      margin: 0; }

.about-interests {
  margin-top: -7.5%; }
  .about-interests svg {
    width: 100%; }
    .about-interests svg:nth-of-type(1) {
      margin-bottom: -10px; }
      @media (max-width: 480px) {
        .about-interests svg:nth-of-type(1) {
          margin-bottom: -4px; } }
    .about-interests svg:nth-of-type(2) {
      margin-top: -10px; }
      @media (max-width: 480px) {
        .about-interests svg:nth-of-type(2) {
          margin-top: -4px; } }
  .about-interests__wrapper {
    background: #9da1ff;
    padding: 8.3% 15.2% 3.6%; }
    @media (max-width: 991px) {
      .about-interests__wrapper {
        padding-left: 10%;
        padding-right: 10%; } }
    @media (max-width: 767px) {
      .about-interests__wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
  .about-interests__wrapper-inner {
    width: 100%;
    margin: 0 auto;
    max-width: 950px; }
  .about-interests__title {
    color: #ffffff;
	font-family: 'filson pro',poppins,dm sans,sans-serif;
	font-weight:900;
    font-size: 46px;
    line-height: 60px;
    width: 100%;
    max-width: 660px;
    margin: 0 auto 1.8em;
    text-align: center; }
    @media (max-width: 991px) {
      .about-interests__title {
        font-size: 40px;
        line-height: 1.4; } }
    @media (max-width: 767px) {
      .about-interests__title {
        font-size: 35px; } }
    @media (max-width: 480px) {
      .about-interests__title {
        font-size: 28px; } }
  .about-interests__card {
    width: 100%;
    display: flex;
    margin-bottom: 102px; }
    @media (max-width: 767px) {
      .about-interests__card {
        margin-bottom: 50px; } }
    @media (max-width: 480px) {
      .about-interests__card {
        flex-direction: column;
        align-items: center; } }
    .about-interests__card:nth-of-type(odd) {
      transform: translateX(-93px); }
      @media (max-width: 991px) {
        .about-interests__card:nth-of-type(odd) {
          transform: none; } }
    .about-interests__card:nth-of-type(even) {
      transform: translateX(93px);
      justify-content: flex-end; }
      @media (max-width: 991px) {
        .about-interests__card:nth-of-type(even) {
          transform: none; } }
    .about-interests__card-image {
      width: 36.5%;
      position: relative; }
      @media (max-width: 480px) {
        .about-interests__card-image {
          width: 100%;
          max-width: 160px; } }
      .about-interests__card-image div {
        position: absolute;
        width: 100%;
        max-width: 321px; }
        @media (max-width: 767px) {
          .about-interests__card-image div {
            position: relative; } }
      .about-interests__card-image img {
        width: 100%;
        position: relative;
        z-index: 2; }
        .about-interests__card-image img:last-child {
          position: absolute;
          z-index: 1; }
    .about-interests__card:nth-of-type(1) div {
      top: -2px;
      right: 10px; }
      @media (max-width: 767px) {
        .about-interests__card:nth-of-type(1) div {
          top: unset;
          right: unset; } }
      .about-interests__card:nth-of-type(1) div img:last-child {
        width: 77%;
        top: -13%;
        left: -10%; }
    .about-interests__card:nth-of-type(2) div {
      top: -12px;
      right: 16px; }
      @media (max-width: 767px) {
        .about-interests__card:nth-of-type(2) div {
          top: unset;
          right: unset; } }
      .about-interests__card:nth-of-type(2) div img:last-child {
        width: 50%;
        top: -12.5%;
        right: -3.4%; }
    .about-interests__card:nth-of-type(3) div {
      top: -27px;
      right: 10px; }
      @media (max-width: 767px) {
        .about-interests__card:nth-of-type(3) div {
          top: unset;
          right: unset; } }
      .about-interests__card:nth-of-type(3) div img:last-child {
        width: 56.4%;
        bottom: -22%;
        left: 1%; }
        @media (max-width: 767px) {
          .about-interests__card:nth-of-type(3) div img:last-child {
            bottom: -15%; } }
        @media (max-width: 480px) {
          .about-interests__card:nth-of-type(3) div img:last-child {
            bottom: -2%; } }
    .about-interests__card:nth-of-type(4) div {
      top: -33px;
      right: 16px; }
      @media (max-width: 767px) {
        .about-interests__card:nth-of-type(4) div {
          top: unset;
          right: unset; } }
      .about-interests__card:nth-of-type(4) div img:last-child {
        width: 92.5%;
        top: -12%;
        right: -26%; }
        @media (max-width: 767px) {
          .about-interests__card:nth-of-type(4) div img:last-child {
            top: -15%;
            right: -13%; } }
    .about-interests__card-content {
      width: 63.5%; }
      @media (max-width: 767px) {
        .about-interests__card-content {
          padding-left: 25px; } }
      @media (max-width: 480px) {
        .about-interests__card-content {
          width: 100%;
          padding-left: 0; } }
    .about-interests__card:nth-of-type(even) .about-interests__card-content {
      order: -1;
      text-align: right;
      max-width: 470px;
      padding-right: 64px; }
      @media (max-width: 767px) {
        .about-interests__card:nth-of-type(even) .about-interests__card-content {
          order: unset;
          text-align: unset;
          max-width: unset;
          padding-right: unset; } }
    .about-interests__card-title {
      color: #ffffff;
	  font-family: 'DM Sans', sans-serif;
	  letter-spacing: -.5px;
	  font-weight: 800;
      font-size: 46px;
      line-height: 1.25;
      margin: 0 0 0.35em; }
      @media (max-width: 767px) {
        .about-interests__card-title {
          font-size: 40px;
          letter-spacing: 1px;
          margin-bottom: 0.1em; } }
      @media (max-width: 480px) {
        .about-interests__card-title {
          font-size: 35px;
          text-align: center; } }
    .about-interests__card-description {
      color: #ffffff;
      font-family: "DM Sans",sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 2; }
      @media (max-width: 767px) {
        .about-interests__card-description {
          font-size: 16px; } }
      @media (max-width: 480px) {
        .about-interests__card-description {
          font-size: 15px;
          text-align: center; } }

.about-things {
  background: #fcf1f0;
  padding: 18.7% 80px 12.3%;
  margin-top: -12%; }
  @media (max-width: 991px) {
    .about-things {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (max-width: 480px) {
    .about-things {
      padding-left: 20px;
      padding-right: 20px; } }
  .about-things__wrapper {
    width: 100%;
    max-width: 1102px;
    margin: 0 auto; }
  .about-things__title {
	color: #212125;
	font-family: 'filson pro', poppins, sans-serif;
	font-weight: 900;
	letter-spacing:0px;
    font-size: 46px;
    line-height: 1.3;
    margin: 0 0 0.7em; }
    @media (max-width: 1199px) {
      .about-things__title {
        font-size: 40px; } }
    @media (max-width: 991px) {
      .about-things__title {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .about-things__title {
        font-size: 30px; } }
    @media (max-width: 480px) {
      .about-things__title {
        font-size: 22px; } }
  .about-things__description {
    color: #212125;
    font-family: "DM Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    margin: 0 0 5.2em;
    max-width: 1010px; }
    @media (max-width: 1199px) {
      .about-things__description {
        font-size: 17px; } }
    @media (max-width: 991px) {
      .about-things__description {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .about-things__description {
        font-size: 15px;
        margin-bottom: 3em; } }
    @media (max-width: 480px) {
      .about-things__description {
        font-size: 14px; } }

.about-projects__title {
  color: #212125;
  font-family: DM sans,sans-serif;
  letter-spacing: -.5px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 3em;
  word-break: break-word; }
  @media (max-width: 767px) {
    .about-projects__title {
      font-size: 19px; } }
.about-projects--things .about-projects__title {
  margin-bottom: 2.2em; }
  @media (max-width: 480px) {
    .about-projects--things .about-projects__title {
      margin-bottom: 4em; } }
.about-projects--failed .about-projects__title {
  color: #FFF; }
.about-projects__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -31.5px; }
.about-projects--things .about-projects__wrapper {
  margin: 0 -59px; }
  @media (max-width: 991px) {
    .about-projects--things .about-projects__wrapper {
      margin: -31.5px; } }
.about-projects__project {
  width: 50%;
  padding: 0 31.5px 38px; }
  @media (max-width: 767px) {
    .about-projects__project {
      width: 100%; } }
  .about-projects__project-wrapper {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    background-color: #ffffff;
    position: relative; }
  .about-projects__project a {
    display: block;
    text-decoration: none; }
  .about-projects__project-avatar {
    width: 100%;
    max-width: 62px;
    position: absolute;
    left: -36px;
    top: 45px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 100%; }
    @media (max-width: 480px) {
      .about-projects__project-avatar {
        left: 50%;
        top: 0;
        transform: translate(-50%, -50%); } }
  .about-projects__project-title {
    color: #2831ff;
	font-family: Dm sans,sans-serif;
	letter-spacing: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.6em;
    padding: 19px 32px 0;
    transition: color 0.2s linear;
    word-break: break-word; }
    @media (max-width: 480px) {
      .about-projects__project-title {
        text-align: center;
        padding: 40px 20px 0; } }
  a:hover .about-projects__project-title {
    color: #000; }
  .about-projects__project-description {
    color: #212125;
    font-family: "DM Sans",sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 0 32px 24px;
    max-width: 530px; }
    @media (max-width: 480px) {
      .about-projects__project-description {
        padding: 0 20px 24px; } }
  .about-projects__project-cta {
    background-color: #EBECFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 7px 7px 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 0 0 4px 4px; }
    @media (max-width: 480px) {
      .about-projects__project-cta {
        padding-left: 20px; } }
    .about-projects__project-cta div {
      color: #212125;
      font-family: "DM Sans";
      font-style:italic;
      font-size: 11px;
      line-height: 2;
      letter-spacing: 0; }
    .about-projects__project-cta a {
      display: block;
      color: #ffffff;
	  font-family: Dm sans,sans-serif;
	  font-size: 9px;
	  font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
      border-radius: 4px;
      background-color: #ff9695;
      padding: 10px 12px;
      text-decoration: none;
      transition: opacity 0.2s linear;
      text-align: center; }
      .about-projects__project-cta a:hover {
        opacity: 0.8; }
.about-projects--things .about-projects__project {
  padding-bottom: 54px; }

.about-past-projects {
  background: #ffd1c9;
  padding: 9.5% 80px 8.8%; }
  @media (max-width: 991px) {
    .about-past-projects {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (max-width: 480px) {
    .about-past-projects {
      padding-left: 20px;
      padding-right: 20px; } }
  .about-past-projects__wrapper {
    width: 100%;
    max-width: 1156px;
    margin: 0 auto; }

.about-failed-projects {
  background: #ff9695;
  padding: 8% 80px 10.8%; }
  @media (max-width: 991px) {
    .about-failed-projects {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (max-width: 480px) {
    .about-failed-projects {
      padding-left: 20px;
      padding-right: 20px; } }
  .about-failed-projects__wrapper {
    width: 100%;
    max-width: 1156px;
    margin: 0 auto; }

.about-cta {
  background-color: #ced0ff;
  padding: 83px 20px 73px; }
  @media (max-width: 991px) {
    .about-cta {
      padding: 60px 20px; } }
  .about-cta__wrapper {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      .about-cta__wrapper {
        flex-direction: column; } }
  .about-cta__title {
	color: #212125;
	font-family: Dm sans,sans-serif;
	letter-spacing: -.5px;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    width: calc(100% - 397px); }
    @media (max-width: 1199px) {
      .about-cta__title {
        font-size: 22px;
        line-height: 1.4; } }
    @media (max-width: 991px) {
      .about-cta__title {
        font-size: 19px;
        width: calc(100% - 280px); } }
    @media (max-width: 767px) {
      .about-cta__title {
        font-size: 18px;
        text-align: center;
        width: 100%;
        margin-bottom: 30px; } }
  .about-cta__button {
	color: #212125;
	font-family: Dm sans,sans-serif;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 0 3px 15px rgba(27, 30, 96, 0.15);
    background-image: linear-gradient(180deg, #fbe834 0%, #f9cd16 100%);
    display: block;
    text-align: center;
    padding: 27px 20px;
    width: 100%;
    max-width: 310px;
    border-radius: 10px;
    text-decoration: none;
    transition: transform 0.2s linear; }
    .about-cta__button:hover {
      transform: translateY(-5px); }
    @media (max-width: 1199px) {
      .about-cta__button {
        font-size: 20px;
        padding: 24px 20px; } }
    @media (max-width: 991px) {
      .about-cta__button {
        max-width: 250px;
        font-size: 18px;
        padding: 20px; } }

.contact-hero {
  width: 100%;
  max-width: 1221px;
  padding: 0 20px;
  margin: 153px auto 0; }
  @media (max-width: 991px) {
    .contact-hero {
      margin-top: 100px; } }
  .contact-hero__title {
    font-family: "Poppins","DM Sans",sans-serif;
    font-size: 87px;
    font-weight: 700;
    line-height: 1.3;
    color: #333333;
    margin: 0 0 0.45em; }
    @media (max-width: 991px) {
      .contact-hero__title {
        font-size: 67px;
        text-align: center; } }
    @media (max-width: 767px) {
      .contact-hero__title {
        font-size: 48px; } }
    @media (max-width: 480px) {
      .contact-hero__title {
        font-size: 38px; } }
    .contact-hero__title span {
      color: #333333;
	  background:linear-gradient(180deg, rgba(251,167,248,0) 50%, #EBECFF 50%);
      position: relative; }
      .contact-hero__title span:after {
        content: '';
        bottom: 7px;
        left: 57px;
        width: calc(100% - 62px);
        height: 8px;
        background: transparent;
        position: absolute; }
        @media (max-width: 991px) {
          .contact-hero__title span:after {
            height: 6px;
            left: 45px;
            width: calc(100% - 48px); } }
        @media (max-width: 767px) {
          .contact-hero__title span:after {
            height: 4px; } }
        @media (max-width: 480px) {
          .contact-hero__title span:after {
            height: 3px; } }
  .contact-hero__subtitle {
    font-family: "OpenSansCondensed","DM Sans",sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 0.7em; }
    @media (max-width: 991px) {
      .contact-hero__subtitle {
        text-align: center;
        margin: 0 auto 0.7em; } }
    @media (max-width: 767px) {
      .contact-hero__subtitle {
        font-size: 28px; } }
    @media (max-width: 480px) {
      .contact-hero__subtitle {
        font-size: 23px; } }

.contact-content {
  margin-top: 146px;
  margin-bottom: 55px;
  padding: 0 20px;
  position: relative; }
  @media (max-width: 1199px) {
    .contact-content {
      margin-top: 100px;
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .contact-content {
      margin-top: 70px; } }
  @media (max-width: 767px) {
    .contact-content {
      margin-bottom: 0; } }
  @media (max-width: 480px) {
    .contact-content {
      margin-top: 30px; } }
  .contact-content__shape-yellow, .contact-content__shape-pink {
    width: 100%;
    position: absolute;
    z-index: -1; }
  .contact-content__shape-yellow {
    top: 244px;
    left: 33px;
    max-width: 438px; }
    @media (max-width: 1199px) {
      .contact-content__shape-yellow {
        max-width: 370px;
        left: -55px; } }
    @media (max-width: 991px) {
      .contact-content__shape-yellow {
        max-width: 300px;
        top: 70px; } }
  .contact-content__shape-pink {
    top: 259px;
    left: -179px;
    max-width: 678px;
    opacity: 0.42; }
    @media (max-width: 1199px) {
      .contact-content__shape-pink {
        max-width: 500px; } }
    @media (max-width: 991px) {
      .contact-content__shape-pink {
        max-width: 450px;
        top: 35px;
        left: -220px; } }
  .contact-content__wrapper {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .contact-content__wrapper {
        flex-wrap: wrap; } }
    .contact-content__wrapper > div:nth-child(1) {
      width: 42%;
      padding-right: 20px; }
      @media (max-width: 1199px) {
        .contact-content__wrapper > div:nth-child(1) {
          width: 35%; } }
      @media (max-width: 991px) {
        .contact-content__wrapper > div:nth-child(1) {
          width: 100%;
          padding: 0 0 30px; } }
    .contact-content__wrapper > div:nth-child(2) {
      width: 58%; }
      @media (max-width: 1199px) {
        .contact-content__wrapper > div:nth-child(2) {
          width: 65%; } }
      @media (max-width: 991px) {
        .contact-content__wrapper > div:nth-child(2) {
          width: 100%; } }
  .contact-content__gif {
    display: block;
    width: 100%;
    max-width: 362px; }
    @media (max-width: 991px) {
      .contact-content__gif {
        max-width: 250px;
        margin: 0 auto; } }
  .contact-content h3 {
    max-width: 470px;
    color: #333333;
    font-family: "Poppins";
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 2em; }
    @media (max-width: 1199px) {
      .contact-content h3 {
        max-width: none;
        font-size: 27px;
        margin-bottom: 1.5em; } }
    @media (max-width: 991px) {
      .contact-content h3 {
        font-size: 24px;
        margin-bottom: 0.9em;
        line-height: 1.4; } }
    @media (max-width: 480px) {
      .contact-content h3 {
        font-size: 20px;
        text-align: center; } }
  .contact-content h4 {
    color: #333333;
    font-family: "Poppins","DM Sans",sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 0.8em; }
    @media (max-width: 1199px) {
      .contact-content h4 {
        font-size: 18px;
        letter-spacing: 1.5px; } }
    @media (max-width: 767px) {
      .contact-content h4 {
        line-height: 1.4; } }
    @media (max-width: 480px) {
      .contact-content h4 {
        text-align: center; } }
  .contact-content p {
    color: #333333;
    font-family: "DM Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 3.6em; }
    @media (max-width: 1199px) {
      .contact-content p {
        font-size: 16px; } }
    @media (max-width: 480px) {
      .contact-content p {
        font-size: 14px; } }
		.contact-content p a {
			color:#2831FF;
		}

.contact-mail {
  background-color: #2831ff;
  padding: 120px 20px 152px;
  position: relative; }
  @media (max-width: 1199px) {
    .contact-mail {
      padding: 90px 20px 140px; } }
  @media (max-width: 991px) {
    .contact-mail {
      padding: 50px 20px 140px; } }
  .contact-mail__shape {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 100%;
    max-width: 880px; }
    @media (max-width: 1199px) {
      .contact-mail__shape {
        max-width: 800px; } }
    @media (max-width: 991px) {
      .contact-mail__shape {
        max-width: 600px; } }
    @media (max-width: 767px) {
      .contact-mail__shape {
        width: 80%; } }
  .contact-mail__wrapper {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto; }
  .contact-mail h2 {
    color: #ffffff;
    font-family: "Poppins","DM Sans",sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 1.2em; }
    @media (max-width: 991px) {
      .contact-mail h2 {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .contact-mail h2 {
        font-size: 16px;
        line-height: 1.4; } }
    @media (max-width: 480px) {
      .contact-mail h2 {
        font-size: 15px;
        text-align: center; } }
  .contact-mail p {
    color: #ffffff;
    font-family: "DM Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    margin: 0; }
    @media (max-width: 991px) {
      .contact-mail p {
        font-size: 16px; } }
    @media (max-width: 480px) {
      .contact-mail p {
        font-size: 15px;
        text-align: center; } }
  .contact-mail__mail {
    display: inline-block;
    margin-top: 0.5em;
    text-decoration: none;
    color: #ffffff;
    font-family: "Poppins","DM Sans",sans-serif;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: .01em;
    position: relative;
    transition: color 0.2s linear;
    word-break: break-word; }
    @media (max-width: 1199px) {
      .contact-mail__mail {
        font-size: 60px; } }
    @media (max-width: 991px) {
      .contact-mail__mail {
        font-size: 42px; } }
    @media (max-width: 767px) {
      .contact-mail__mail {
        font-size: 25px; } }
    @media (max-width: 480px) {
      .contact-mail__mail {
        font-size: 4vw;
        margin-top: 5vw; } }
    .contact-mail__mail:after {
      content: '';
      position: absolute;
      bottom: -17px;
      left: 0;
      width: 100%;
      height: 8px;
      background-color: #ffffff;
      transition: background-color 0.2s linear; }
      @media (max-width: 991px) {
        .contact-mail__mail:after {
          height: 6px;
          bottom: -15px; } }
      @media (max-width: 480px) {
        .contact-mail__mail:after {
          height: 4px;
          bottom: -10px; } }
    .contact-mail__mail:hover {
      color: #b4fcdd; }
      .contact-mail__mail:hover:after {
        background-color: #b4fcdd; }
  .contact-mail__cards {
    margin-top: 105px;
    padding: 0 80px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    @media (max-width: 1199px) {
      .contact-mail__cards {
        padding: 0;
        justify-content: center; } }
    @media (max-width: 991px) {
      .contact-mail__cards {
        flex-direction: column;
        justify-content: center;
        margin-top: 70px; } }
    @media (max-width: 991px) {
      .contact-mail__cards {
        margin-top: 80px; } }
  .contact-mail__card {
    display: block;
    position: relative;
    padding: 64px 46px 64px 96px;
    border-radius: 8px;
    background-color: #ffffff;
    width: 100%;
    max-width: 381px; }
    @media (max-width: 1199px) {
      .contact-mail__card {
        margin: 0 40px; } }
    @media (max-width: 991px) {
      .contact-mail__card {
        margin: 0 0 60px;
        padding: 70px 50px 50px;
        text-align: center; }
        .contact-mail__card:last-child {
          margin-bottom: 0; } }
    @media (max-width: 480px) {
      .contact-mail__card {
        padding: 60px 20px 30px; } }
    .contact-mail__card-avatar {
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 0;
      width: 100%;
      max-width: 139px;
      border-radius: 100%; }
      @media (max-width: 767px) {
        .contact-mail__card-avatar {
          left: 50%;
          top: 0;
          max-width: 90px; } }
    .contact-mail__card-title {
      font-family: "OpenSansCondensed","DM Sans",sans-serif;
      font-size: 27px;
      font-weight: 400;
      line-height: 1.25;
      margin: 0 0 0.6em; }
      @media (max-width: 480px) {
        .contact-mail__card-title {
          font-size: 20px; } }
    .contact-mail__card-social {
      display: flex;
      align-items: center; }
      @media (max-width: 991px) {
        .contact-mail__card-social {
          justify-content: center; } }
      .contact-mail__card-social a {
        display: inline-block;
        margin-right: 19px;
        transition: transform 0.2s linear; }
        .contact-mail__card-social a:hover {
          transform: translateY(-5px); }
        .contact-mail__card-social a:last-child {
          margin-right: 0; }
	.contact-mail__mail.is-hidden {
		    display: none; }

.vibrant-hero {
  margin-bottom: 21.4%; }
  @media (max-width: 991px) {
    .vibrant-hero {
      margin-bottom: 7%; } }
  @media (max-width: 767px) {
    .vibrant-hero {
      margin-bottom: 11%; } }
  .vibrant-hero__background {
    width: 100%;
    background-color: #ffa97d;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 39.5%; }
  .vibrant-hero__text {
    width: calc(100% - 40px);
    max-width: 1147px;
    margin: -21.1% auto 0;
    box-shadow: 0 10px 20px rgba(23, 25, 74, 0.1);
    border-radius: 8px;
    background-color: #fcf1f0;
    padding: 5.5% 5.8% 9.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative; }
    @media (max-width: 991px) {
      .vibrant-hero__text {
        padding-bottom: 5.5%; } }
    .vibrant-hero__text h1 {
      margin: 0 0 0.5em;
      font-family: "Poppins","DM Sans",sans-serif;
      font-size: 60px;
      line-height: 1.4;
      font-weight: 700;
      color: #2831ff; }
      @media (max-width: 991px) {
        .vibrant-hero__text h1 {
          font-size: 5.5vw; } }
      @media (max-width: 480px) {
        .vibrant-hero__text h1 {
          text-align: center; } }
      .vibrant-hero__text h1 span {
		background: linear-gradient(180deg,rgba(251,167,248,0) 50%,#D8EFEF 50%);  
        color: #333;
        position: relative;
        display: inline-block; }
        .vibrant-hero__text h1 span:before {
          content: '';
          position: absolute;
          bottom: -1px;
          left: -4px;
          width: calc(100% + 13px);
          height: 7px;
          background: transparent; }
          @media (max-width: 991px) {
            .vibrant-hero__text h1 span:before {
              height: 9%;
              bottom: 0;
              left: 0;
              width: 100%; } }
    .vibrant-hero__text h2 {
      color: #333333;
      font-family: "OpenSansCondensed","DM Sans",sans-serif;
      font-size: 34px;
      font-weight: 400;
      line-height: 1.35;
      margin: 0;
      width: 50%; }
      @media (max-width: 991px) {
        .vibrant-hero__text h2 {
          font-size: 3.4vw; } }
      @media (max-width: 767px) {
        .vibrant-hero__text h2 {
          width: 100%; } }
      @media (max-width: 480px) {
        .vibrant-hero__text h2 {
          font-size: 4.5vw;
          text-align: center; } }
  .vibrant-hero__laptop {
    position: absolute;
    width: 63%;
    max-width: 617px;
    bottom: -43%;
    right: 0.9%; }
    @media (max-width: 1199px) {
      .vibrant-hero__laptop {
        width: 54%;
        bottom: -37%;
        right: 0; } }
    @media (max-width: 991px) {
      .vibrant-hero__laptop {
        position: relative;
        width: 50%;
        bottom: unset;
        right: unset; } }
    @media (max-width: 767px) {
      .vibrant-hero__laptop {
        width: 100%;
        margin-top: 7%; } }
    .vibrant-hero__laptop img {
      width: 100%;
      display: block; }
    .vibrant-hero__laptop:after {
      content: 'Is this the site you were expecting to see?';
      position: absolute;
      right: 94.5%;
      bottom: 26.7%;
      color: #333333;
      font-family: "Born Ready","OpenSansCondensed",sans-serif;
      font-size: 20px;
      font-weight: 500;
      background-color: #fbe834;
      padding: 9px 10px;
      white-space: nowrap; }
      @media (max-width: 991px) {
        .vibrant-hero__laptop:after {
          font-size: 1.5vw; } }
      @media (max-width: 767px) {
        .vibrant-hero__laptop:after {
          position: static;
          display: block;
          margin-top: 15px;
          text-align: center;
          font-size: 2.5vw; } }
      @media (max-width: 480px) {
        .vibrant-hero__laptop:after {
          font-size: 3.5vw;
          white-space: normal;
          line-height: 1.4; } }

.vibrant-welcome {
  width: calc(100% - 40px);
  max-width: 1126px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .vibrant-welcome {
      flex-wrap: wrap; } }
  .vibrant-welcome__image {
    width: 47%;
    position: relative;
    top: -17px; }
    @media (max-width: 991px) {
      .vibrant-welcome__image {
        position: static;
        width: 100%;
        text-align: center; } }
    .vibrant-welcome__image img {
      width: 100%;
      max-width: 522px;
      display: inline-block; }
      @media (max-width: 991px) {
        .vibrant-welcome__image img {
          max-width: 300px; } }
      @media (max-width: 767px) {
        .vibrant-welcome__image img {
          max-width: 230px; } }
  .vibrant-welcome__content {
    width: 45.5%; }
    @media (max-width: 991px) {
      .vibrant-welcome__content {
        width: 100%;
        margin-top: 30px; } }
    .vibrant-welcome__content h3 {
      color: #333333;
      font-family: "Poppins","DM Sans",sans-serif;
      font-size: 36px;
      font-weight: 700;
      line-height: 60px;
      margin: 0 0 .5em; }
      @media (max-width: 991px) {
        .vibrant-welcome__content h3 {
          text-align: center;
          font-size: 30px;
          line-height: 1.3;
          margin-bottom: 0.4em; } }
      @media (max-width: 767px) {
        .vibrant-welcome__content h3 {
          font-size: 25px; } }
    .vibrant-welcome__content p {
      color: #333333;
      font-family: "DM Sans",sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 2;
      margin: 0 0 1.9em;
      padding-right: 30px; }
      @media (max-width: 1199px) {
        .vibrant-welcome__content p {
          font-size: 17px; } }
      @media (max-width: 991px) {
        .vibrant-welcome__content p {
          font-size: 16px;
          margin-bottom: 1.3em;
          padding-right: 0; } }
      @media (max-width: 767px) {
        .vibrant-welcome__content p {
          font-size: 15px;
          margin-bottom: 1em; } }

.vibrant-about {
  padding: 12.2% 20px 7.7%;
  position: relative;
  overflow: hidden; }
  .vibrant-about__wrapper {
    width: 100%;
    max-width: 988px;
    margin: 0 auto; }
  .vibrant-about__shape {
    width: 49.7%;
    position: absolute;
    top: 2%;
    right: -11.6%;
    z-index: -1;
    opacity: 0.42; }
  .vibrant-about__title {
    color: #333333;
    font-family: "Poppins","DM Sans",sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 1em; }
    @media (max-width: 991px) {
      .vibrant-about__title {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .vibrant-about__title {
        font-size: 25px; } }
  .vibrant-about__subtitle {
    text-align: center;
    color: #333333;
    font-family: "Poppins",sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 2;
    text-transform: uppercase;
    width: 100%;
    max-width: 680px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .vibrant-about__subtitle {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .vibrant-about__subtitle {
        font-size: 16px; } }
  .vibrant-about__columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 54px; }
    @media (max-width: 767px) {
      .vibrant-about__columns {
        margin-top: 25px; } }
  .vibrant-about__content {
    width: 48%; }
    @media (max-width: 991px) {
      .vibrant-about__content {
        width: 58%; } }
    @media (max-width: 767px) {
      .vibrant-about__content {
        width: 100%; } }
    .vibrant-about__content p {
      color: #333333;
      font-family: "DM Sans",sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 2;
      margin: 0 0 2em; }
      @media (max-width: 1199px) {
        .vibrant-about__content p {
          font-size: 17px; } }
      @media (max-width: 991px) {
        .vibrant-about__content p {
          font-size: 16px;
          margin-bottom: 1.3em; } }
      @media (max-width: 767px) {
        .vibrant-about__content p {
          font-size: 15px;
          margin-bottom: 1em; } }
  .vibrant-about__logo {
    width: 38.7%;
    text-align: center;
    position: relative;
    left: 40px;
    padding-top: 18px; }
    @media (max-width: 1199px) {
      .vibrant-about__logo {
        position: static; } }
    @media (max-width: 767px) {
      .vibrant-about__logo {
        width: 100%; } }
    .vibrant-about__logo img {
      width: 100%;
      max-width: 264px;
      display: inline-block; }
      @media (max-width: 767px) {
        .vibrant-about__logo img {
          max-width: 200px; } }
    .vibrant-about__logo span {
      margin-top: 40px;
      display: block;
      padding: 10px;
      background-color: #fbe834;
      color: #333333;
      font-family: "Born Ready","OpenSansCondensed",sans-serif;
      font-size: 20px;
      font-weight: 500; }
      @media (max-width: 991px) {
        .vibrant-about__logo span {
          font-size: 13px; } }
      @media (max-width: 767px) {
        .vibrant-about__logo span {
          font-size: 13px;
          max-width: 320px;
          margin: 10px auto 0; } }

.vibrant-articles {
  background: #17BCBC;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
  padding: 7.5% 20px 4.9%;
  background-repeat: no-repeat;
  background-position: center top -46px;
  background-size: 100% auto; }
  .vibrant-articles__wrapper {
    width: 100%;
    max-width: 1147px;
    margin: 0 auto; }
  .vibrant-articles__title {
    color: #ffffff;
    font-family: "Poppins";
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1.25px;
    line-height: 1.4;
    margin: 0 0 0.6em;
    text-align: center; }
    @media (max-width: 1199px) {
      .vibrant-articles__title {
        font-size: 42px; } }
    @media (max-width: 991px) {
      .vibrant-articles__title {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .vibrant-articles__title {
        font-size: 28px; } }
  .vibrant-articles__description {
    width: 100%;
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    font-family: "DM Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2; }
    @media (max-width: 1199px) {
      .vibrant-articles__description {
        font-size: 17px;
        max-width: 800px; } }
    @media (max-width: 991px) {
      .vibrant-articles__description {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .vibrant-articles__description {
        font-size: 15px; } }
  .vibrant-articles__articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 83px; }
    @media (max-width: 1199px) {
      .vibrant-articles__articles {
        margin-top: 60px; } }

.vibrant-book {
  padding-top: 10%;
  padding-bottom: 5.9%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .vibrant-book {
      flex-wrap: wrap; } }
  .vibrant-book__image {
    width: 53%; }
    @media (max-width: 991px) {
      .vibrant-book__image {
        width: 40%; } }
    @media (max-width: 767px) {
      .vibrant-book__image {
        width: 100%; } }
    .vibrant-book__image img {
      width: 100%;
      max-width: 717px;
      position: relative;
      left: -26px; }
      @media (max-width: 767px) {
        .vibrant-book__image img {
          max-width: 400px; } }
  .vibrant-book__content {
    width: 43.5%;
    padding-right: 6.5%;
    padding-top: 7px; }
    @media (max-width: 1199px) {
      .vibrant-book__content {
        width: 55%;
        padding-top: 0; } }
    @media (max-width: 767px) {
      .vibrant-book__content {
        width: 100%;
        padding: 30px 20px 0;
        max-width: 500px; } }
    .vibrant-book__content h4 {
      color: #333333;
      font-family: "Poppins","DM Sans",sans-serif;
      font-size: 20px;
      line-height: 1.4;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin: 0 0 0.6em; }
      @media (max-width: 1199px) {
        .vibrant-book__content h4 {
          font-size: 18px; } }
      @media (max-width: 480px) {
        .vibrant-book__content h4 {
          font-size: 14px;
          letter-spacing: 1px; } }
    .vibrant-book__content h3 {
      color: #333333;
      font-family: "Poppins","DM Sans",sans-serif;
      font-size: 41px;
      font-weight: 700;
      letter-spacing: .01em;
      line-height: 1.5;
      margin: 0 0 0.45em; }
      @media (max-width: 1199px) {
        .vibrant-book__content h3 {
          font-size: 31px; } }
      @media (max-width: 991px) {
        .vibrant-book__content h3 {
          font-size: 25px; } }
      @media (max-width: 480px) {
        .vibrant-book__content h3 {
          font-size: 19px;
          letter-spacing: 0; } }
    .vibrant-book__content p {
      color: #333333;
      font-family: "DM Sans",sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 2;
      margin: 0 0 2.9em; }
      @media (max-width: 1199px) {
        .vibrant-book__content p {
          font-size: 17px; } }
      @media (max-width: 991px) {
        .vibrant-book__content p {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .vibrant-book__content p {
          font-size: 15px;
          margin-bottom: 1.5em; } }
    .vibrant-book__content a {
      display: inline-block;
      width: 100%;
      max-width: 256px;
      box-shadow: 0 3px 15px rgba(27, 30, 96, 0.15);
      border-radius: 8px;
      background-color: #2831ff;
      text-align: center;
      padding: 24px;
      color: #ffffff;
      font-family: "OpenSansCondensed","DM Sans",sans-serif;
      font-size: 19px;
      font-weight: 500;
      letter-spacing: 1.9px;
      text-transform: uppercase;
      text-decoration: none;
      transition: transform 0.2s linear; }
      .vibrant-book__content a:hover {
        transform: translateY(-5px); }
      @media (max-width: 767px) {
        .vibrant-book__content a {
          font-size: 16px;
          padding: 15px;
          max-width: 230px; } }

.vibrant-stuff {
  overflow: hidden; }
  .vibrant-stuff svg {
    display: block;
    width: calc(100% + 10px);
    margin-left: -5px; }
    .vibrant-stuff svg:nth-of-type(1) {
      margin-bottom: -3px; }
    .vibrant-stuff svg:nth-of-type(2) {
      margin-top: -3px; }
  .vibrant-stuff__wrapper {
    width: 100%;
    padding: 9% 20px 2.5%;
    background: #ff9695; }
    .vibrant-stuff__wrapper--jds {
      padding-bottom: 8%; }
  .vibrant-stuff__wrapper-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .vibrant-stuff__title {
    font-family: "Born Ready","OpenSansCondensed",sans-serif;
    font-size: 37px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 64px;
    text-align: center;
    width: 100%;
    color: #ffffff; }
    @media (max-width: 991px) {
      .vibrant-stuff__title {
        font-size: 32px;
        margin-bottom: 0.7em; } }
    @media (max-width: 767px) {
      .vibrant-stuff__title {
        font-size: 27px; } }
  .vibrant-stuff__content {
    width: 51.7%;
    padding-right: 50px; }
    .vibrant-stuff__content--jds {
      margin-top: 122px;
      padding-right: unset;
      padding-left: 50px; }
      @media (max-width: 991px) {
        .vibrant-stuff__content--jds {
          margin-top: 50px; } }
    @media (max-width: 991px) {
      .vibrant-stuff__content {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    .vibrant-stuff__content h4 {
      color: #ffffff;
      font-family: "Poppins","DM Sans",sans-serif;
      font-size: 30px;
      font-weight: 700;
      letter-spacing: 0.75px;
      line-height: 1.4;
      margin: 0 0 0.5em; }
      @media (max-width: 991px) {
        .vibrant-stuff__content h4 {
          font-size: 25px; } }
      @media (max-width: 767px) {
        .vibrant-stuff__content h4 {
          font-size: 20px; } }
    .vibrant-stuff__content p {
      color: #ffffff;
      font-family: "DM Sans",sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 2;
      margin: 0 0 1em; }
      @media (max-width: 1199px) {
        .vibrant-stuff__content p {
          font-size: 17px; } }
      @media (max-width: 991px) {
        .vibrant-stuff__content p {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .vibrant-stuff__content p {
          font-size: 15px; } }
  .vibrant-stuff__video {
    width: 48.3%; }
    .vibrant-stuff__video--jds {
      margin-top: 122px; }
      @media (max-width: 991px) {
        .vibrant-stuff__video--jds {
          order: 5;
          margin-top: 0; } }
    @media (max-width: 991px) {
      .vibrant-stuff__video {
        width: 100%;
        max-width: 500px; } }
    .vibrant-stuff__video-wrapper {
      width: 100%;
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 25px;
      height: 0; }
    .vibrant-stuff__video--vimeo .vibrant-stuff__video-wrapper {
      position: unset;
      padding: unset;
      height: unset; }
    .vibrant-stuff__video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .vibrant-stuff__video--vimeo iframe {
      position: unset;
      width: 100%;
      height: unset; }
  .vibrant-stuff__columns {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 112px; }
    @media (max-width: 991px) {
      .vibrant-stuff__columns {
        margin-top: 60px; } }
    @media (max-width: 767px) {
      .vibrant-stuff__columns {
        flex-direction: column;
        align-items: center; } }
  .vibrant-stuff__column {
    width: 33.333%;
    padding: 0 25px; }
    @media (max-width: 991px) {
      .vibrant-stuff__column {
        padding: 0 20px; } }
    @media (max-width: 767px) {
      .vibrant-stuff__column {
        padding: 0;
        width: 100%;
        max-width: 300px;
        margin-bottom: 50px; } }
    .vibrant-stuff__column a {
      display: block;
      text-decoration: none; }
    .vibrant-stuff__column-image {
      width: 100%;
      margin-bottom: 12px;
      position: relative;
      transition: transform 0.2s linear; }
      .vibrant-stuff__column-image img:nth-of-type(1) {
        display: block;
        width: 100%;
        position: relative;
        z-index: 2; }
      .vibrant-stuff__column-image img:nth-of-type(2) {
        position: absolute;
        width: 62%;
        max-width: 194px;
        top: -10.2%;
        left: -20.5%; }
    a:hover .vibrant-stuff__column-image {
      transform: translateY(-5px); }
    .vibrant-stuff__column:nth-of-type(2) .vibrant-stuff__column-image img:nth-of-type(2) {
      max-width: 159px;
      width: 50%;
      top: unset;
      left: unset;
      bottom: -1.9%;
      right: -10%; }
    .vibrant-stuff__column:nth-of-type(3) .vibrant-stuff__column-image img:nth-of-type(2) {
      max-width: 181px;
      width: 57%;
      left: unset;
      top: -11.2%;
      right: -6.2%; }
    .vibrant-stuff__column-title {
      color: #ffffff;
      font-family: "Poppins",sans-serif;
      font-size: 30px;
      font-weight: 700;
      letter-spacing: .01em;
      line-height: 1.3;
      margin-bottom: 0.3em;
      text-align: center;
      transition: color 0.2s linear; }
      @media (max-width: 991px) {
        .vibrant-stuff__column-title {
          font-size: 22px; } }
    a:hover .vibrant-stuff__column-title {
      color: #ffd1c9; }
    .vibrant-stuff__column-description {
      color: #ffffff;
      font-family: "DM Sans",sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 2;
      text-align: center;
      width: 100%;
      max-width: 230px;
      margin: 0 auto; }
      @media (max-width: 991px) {
        .vibrant-stuff__column-description {
          font-size: 13px; } }

.vibrant-instagram {
  background-color: #f4f4ff;
  background-image: url(./images/vibrant/bg-instagram.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -12%;
  padding: 21.2% 20px 10.6%; }
  @media (max-width: 991px) {
    .vibrant-instagram {
      padding-bottom: 130px; } }
  .vibrant-instagram__wrapper {
    width: 100%;
    max-width: 1036px;
    margin: 0 auto; }
  .vibrant-instagram__title {
    font-family: "OpenSansCondensed","DM Sans",sans-serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #333;
    text-align: center; }
    @media (max-width: 991px) {
      .vibrant-instagram__title {
        line-height: 1.4;
        font-size: 18px; } }
    @media (max-width: 767px) {
      .vibrant-instagram__title {
        font-size: 16px; } }
    .vibrant-instagram__title a {
      color: #2831ff;
      text-decoration: underline; }
  .vibrant-instagram__images {
    margin-top: 56px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (max-width: 767px) {
      .vibrant-instagram__images {
        margin-top: 35px; } }
    .vibrant-instagram__images div {
      width: 25%;
      padding: 0 10px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .vibrant-instagram__images div {
          width: 100%;
          max-width: 200px; } }
    .vibrant-instagram__images img {
      width: 100%;
      display: block; transition:top .3s linear; position: relative; top:0;}
      .vibrant-instagram__images img:hover {
        top:-5px;}

.dashboard-content {
  width: calc(100% - 110px);
}
@media only screen and (max-width: 62em) {
	.dashboard-content {
		width: 100%;
		margin: 12px !important;
	} 
}

.site-wrapper--dashboard {
  display: flex;
  min-height: 100%; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

  .bwb {
 	display:flex;
 	flex-wrap:wrap;
 	justify-content:flex-start;
  }

  .callout-image {
  	width:30%;
  }

  .callout-description {
	width:70%;
  }

  .callout-description h2 {
	margin-bottom:20px;
 	font-size:30px;
	color:#2831ff;
  }

  .bwb .btn-drip-form {
	background-color: #ffd1c9;
	color: #000;
  }
  
  
  
  
  .all-callouts {
      display: grid;
      grid-gap: 40px;
      grid-template: auto auto / 1fr 1fr;
  }

  .bwb {
  	grid-column: 1 / 3;
  	margin-bottom:0px;
  }

  .callout-little {
      padding: 30px;
      border-radius: 4px;}

  .callout-little.robot {
      border: 2px solid #F9CD16;
      background-color: #FFF7D6;
  }

  .callout-little.coaching {
      border: 2px solid #FF9695;
      background-color: #FCF1F0;
  }

  .callout-little h2 {
      margin-bottom: 20px;
      font-size: 30px;}

  .callout-little.robot h2 {
  	color:#F9CD16 !important;}

  .callout-little.coaching h2 {
  	color:#FF9695 !important;}

  @media only screen and (max-width: 768px) {

  .all-callouts{
  grid-template: auto auto auto / 100%;}

  .bwb {
  	grid-column: 1 / 2;}

  } 
  
  
  
  

img {
  max-width: 100%;
}
@media (max-width: 767px) {
  iframe {
    min-width: 0 !important;
  }
  .library-search {
    width: 100%;
  }
  .library-custom-select {
    width: 100%;
  }
  .library-custom-select-options {
    width: 100%;
  }
  .section-people .section-card-wrapper {
    display: block;
  }
  .people-overlay {
    max-width: 100%;
  }
  .people-overlay-card-img {
    max-width: 100%;
    display: block;
  }
  .people-overlay-car-img img {
    max-width: 100%;
    height: auto;
    max-height: none;
    width: 100%;
  }
  .people-close {
    right: 0;
  }
  .callout-image {
	  width:100%;
  }
  .callout-image img {
	  width:100%;
  }
  .callout-description {
	  width:100%;
  }
  .callout-description {
	  text-align:center;
  }
}

/*
	minimalPlayer audio player version 1.0
	Creator: ThemeSpartans
	Created: 22/4/2015
	
	browsers supported: IE10 and later,Mozilla,Safari,Chrome,Opera!	
*/
@charset "utf-8";
#minimal_player{
	width: auto;
	height: auto;
	position: relative;
	border-radius: 50%;
	display:block;
	background-color: rgba(0,0,0,0.30);
}
#minimal_player #knobSlider{
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#minimal_player #play_pause{
	width:auto;
	height:auto;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	margin:auto;
	cursor:pointer;
	display:block;
}
#minimal_player #playBtn{
	width:100%;
	height:100%;
	position:absolute;
	display:block;
}
#minimal_player #pauseBtn{
	width:100%;
	height:100%;
	position:absolute;
	display:none;
}
#minimal_player #play_pause img{
	display:block;
    margin:0 auto;
}
#minimal_player canvas{
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 50%;
	display: block;
}
#minimal_player #warning{
	font-family: "DM Sans",sans-serif;
	height: auto;
	text-align: center;
	color: #474747;
	font-weight: bold;
}
#minimal_player #audio{	
	display: none;
	width: 0px;
	height: 0px;
}
#minimal_player svg{
	display:block;
    margin:0 auto;
}
#minimal_player svg path{
	fill:#FFFFFF;
}
#minimal_player svg:hover path{
	fill:rgba(241,190,38,1.00);
}

/*# sourceMappingURL=style-new.css.map */


/* Carol new navigation links*/
.Header-nav-inner {
	text-decoration:none !important;
	display:flex;
	justify-content:flex-end;
	text-align:right;
	padding:36px;
	font-family:"Poppins", "DM Sans",sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	color: #333333!important;}
    @media (max-width: 991px) {
      .Header-nav-inner {
        padding:26px; } }
    @media (max-width: 896px) {
      .Header-nav-inner {
        display:none; } }


.Header-nav-item {
	display:inline-block;
	vertical-align:middle;
	color:#333333;
	text-decoration:none;
	margin:0 1.5%;
	padding:.618em 0;
	font-size:14px;
	transition-duration:300ms;
}

a.Header-nav-item:last-of-type {
	background-color:#17BCBC;
	color:white;
	padding:11px 20px 11px 20px !important;
	border-radius:4px;
	transition-duration:300ms;
}

a.Header-nav-item:hover {
    color: #2831FF;
    background: linear-gradient(180deg,rgba(251,167,248,0) 50%,#EBECFF 50%);
}

a.Header-nav-item.featured {
	transition-duration:300ms;
}

a.Header-nav-item.featured:hover {
    background: linear-gradient(180deg, #2831FF 0%, #2831FF 100%);
    color: #fff;
}


.about-hero a:hover, .about-story__text a:hover, .contact-content p a:hover {
    background-color: #B4FCDD;
	border-bottom: 1px solid #B4FCDD;
}


/* Carol Coaching Sales Page */

section#hero {
    padding: 150px 100px 40px 100px;
    background: url(/wp-content/uploads/New-Sales-BG@2x-Compressed.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    background-size: cover;
}

.blue {
	color: #2831FF;
}

.coral {
	color: #FF9695;
}

.teal {
	color: #17BCBC;
}

.script {
    font-family: "Born Ready","OpenSansCondensed",sans-serif;
    font-weight: 500 !important;
    font-size: 60px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 85%, rgba(255,255,255,0) 100%);
}

.hero-grid {
    display: grid;
    grid-template: auto / 60% 45%;
}

#hero h1 {
    padding: 0px;
    margin-bottom: 20px;
}

img.hero-img {
    grid-row: 1/2;
    grid-column: 2/3;
    padding: 20px;
}

p.hero-header {
    grid-column: 1/2;
    width: 70%;
}

.button-wrap {
    font-family: OpenSansCondensed, sans-serif !important;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 500 !important;
	margin-top: 60px;
}

a.blue-button {
    font-size: 24px;
    border: 1px solid #1c25f3;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
	background-color: #2831FF;
	color: #fff;
	text-decoration:none;
	transition-duration:300ms;
}

a.blue-button:hover {
    background-color: #fff;
    border-color: white;
    color: #2831FF;
}

/* Canvas Section */

.canvas-message {
    display: grid;
    grid-template: auto / 30% auto;
    margin-top: 100px;
}

img.canvas-img {
    padding: 20px 40px 20px 20px;
}

.teal-canvas {
    padding: 60px;
    background-color: #D8EFEF;
    margin-bottom: 100px;
}

/* Transformation Section */

.left-paragraph {
    width: 70%;
	margin-bottom:80px;
}

.left-paragraph h3 {
	margin-bottom:30px;
}

h1.transform-header {
    width: 80%;
    text-align: center;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px !important;
}

h1.transform-header strong {
    font-family: "Born Ready", "OpenSansCondensed",sans-serif;
    font-weight: 500;
    font-size: 50px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(255,209,201,1) 50%, rgba(255,209,201,1) 85%, rgba(255,255,255,0) 85%, rgba(255,255,255,0) 100%);
}

.right-paragraph {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-bottom: 80px;
}

p.secret {
    text-align: center;
    font-size: .9em;
    color: #FF9695;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

img.coral-arrow {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0px;
}

/* Promises Section */

section#four {
    padding: 100px 100px 100px 100px;
}

.four-header {
    margin-bottom: 80px;
}

.four-header h1 strong {
    background: linear-gradient(180deg,rgba(251,167,248,0) 50%,#FCF1F0 50%) !important !important;
}

.four-header h1 {
    text-align: center;
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.promise-grid {
    display: grid;
    grid-template: auto auto / 50% 50%;
    grid-gap: 10px;
    margin-bottom: 50px;
}

.promise {
    text-align: center;
    padding: 50px;
    display: grid;
}

.promise p {
    font-size: 1em;
    margin-bottom: 20px;
}

.promise h4 {
    margin-bottom: 0px;
}

.clarity h4:first-child {
    text-transform: uppercase;
    font-size: 3em;
    color: #2831FF;
    font-weight: 500;
    margin-bottom: 30px;
}

.clarity {
    background: url(/wp-content/uploads/Clarity-BG-2@2x-Compressed.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 100%;
}

.joy {
    background: url(/wp-content/uploads/Joy-BG@2x-Compressed.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 100%;
}

.joy h4:first-child {
    text-transform: uppercase;
    font-size: 3em;
    color: #17BCBC;
    font-weight: 500;
    margin-bottom: 30px;
}

.connection {
    background: url(/wp-content/uploads/Connection-BG@2x-Compressed.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}	

.connection h4:first-child {
    text-transform: uppercase;
    font-size: 3em;
    color: #FF9695;
    font-weight: 500;
    margin-bottom: 30px;
}

.motivation {
    background: url(/wp-content/uploads/Motivation-BG@2x-Compressed.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.motivation h4:first-child {
    text-transform: uppercase;
    font-size: 3em;
    color: #F9CD16;
    font-weight: 500;
    margin-bottom: 30px;
}

img.gold-arrow {
    width: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.you-promise h1 {
    text-align: center;
    display: block;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.you-promise h1 strong {
	background: linear-gradient(180deg,rgba(251,167,248,0) 50%,#FCF1F0 50%) !important;
}

.you-grid {
    display: grid;
    grid-template: 80px auto / 40% auto;
    margin-bottom: 10px;
}

.you-grid img {
    margin-bottom: 0px;
    align-self: end;
}

.you-grid p {
    padding: 0px 0px 0px 30px;
    grid-column: 2/3;
    grid-row: 2/3;
    margin-top: -25px;
}

.you-blue h6 {
    background-color: #EBECFF;
    padding-top: 20px;
    font-size: 18px;
    display: block;
    height: 50%;
	grid-column:1;
}


.you-coral h6 {
    background-color: #FCF1F0;
    padding-top: 20px;
    font-size: 18px;
    display: block;
    height: 75%;
	grid-column:1;
}

.you-teal h6 {
    background-color: #D8EFEF;
    padding: 20px;
    font-size: 18px;
    display: block;
    height: 60%;
	grid-column:1;
}

/* Listen Section */

section#listen {
    display: grid;
    grid-template: 100% / 65% auto;
    background-color: #D8EFEF;
}

.left-text {
    padding: 75px;
}

.left-text h6 {
    text-align: left;
    margin-bottom: 30px;
}

img.listen-img {
    margin-bottom: 0px;
}

/* Introducing Section */

section#introducing {
    padding: 100px;
    padding: 80px 100px 100px 100px;
    background: url(/wp-content/uploads/What-You-Get-Banner-Compressed.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    background-size: cover;
}

.icon-grid {
    display: grid;
    grid-template: auto / 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 40px;
}

.icons {
    text-align: center;
    color: #fff;
}

.icons h4 {
    margin-bottom: 0px;
}

#introducing .teal-canvas {
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

#introducing .teal-canvas h4:nth-child(3) {
    margin-top: 30px;
}


.teal-canvas h1 strong {
	background: linear-gradient(180deg,rgba(251,167,248,0) 50%,#ffffff 50%);
}


#introducing .teal-canvas h3 {
    margin-bottom: 0px;
}

.features-grid {
    display: grid;
    grid-template-columns: 35% auto;
}

h1.what-you-get {
    margin-top: 10px;
    font-family: "Born Ready","OpenSansCondensed",sans-serif;
    font-weight: 400;
    text-align: right;
    padding-right: 40px;
    font-size: 55px;
}

.white-canvas {
    padding: 50px;
    background-color: white;
    /* width: 50%; */
    margin-left: auto;
    margin-right: 155px;
    border: 10px solid #FCF1F0;
}

.white-canvas h4 strong {
    border-bottom: 2px solid #333333;
}

.button-wrap.introducing {
    text-align: center;
    margin-right: 155px;
    margin-top: -20px;
}

.button-wrap.introducing a:hover {
    border-color: #17BCBC;
}

.next-coaching-grid {
    width: 85%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template: 10% 10% 80% / 30% auto 25%;
    background-color: white;
    border-radius: 8px;
    max-height: 460px;
}

.session-header {
    padding: 5px 20px;
    background: #FF9695;
    grid-column: 1/4;
    border-radius: 8px 8px 0px 0px;
    color: #fff;
}

.session-header h4 {
    text-transform: uppercase;
}

.session-image {
    grid-row: 2/4;
    background: url(/wp-content/uploads/Upcoming-Session-Photo@2x-Compressed.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    background-size: cover;
    border-radius: 0px 0px 0px 8px;
}

h4#coaching-date {
    grid-row: 2/3;
    text-align: right;
    grid-column: 2/4;
    margin-bottom: 0px !important;
    padding: 10px 20px 10px 0px;
    color: #FF9695;
}

.session-info {
    grid-row: 3/4;
    grid-column: 2/4;
    padding: 40px;
}

.session-info h6 {
    text-align: left;
    margin-bottom: 10px;
}

.session-info h4 {
    margin-bottom: 20px;
}

.session-info h3 {
    margin-bottom: 10px;
    font-size: 34px;
}

.session-info .button-wrap {
    text-align: center;
    display: block;
    width: 100% !important;
	margin-top:auto;
}

.session-info a.blue-button {
    padding: 15px;
    width: 100% !important;
    display: inline-block;
}

.future-topics {
    background-color: #FCF1F0;
    border-radius: 8px;
    padding: 50px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    text-align: left;
}

.future-topics h6 {
    margin-bottom: 30px;
}

.future-topics p {
    margin-top: 20px;
}

/* Testimonial Section */

section#testimonials {
    padding: 100px;
    background-color: #FCF1F0;
    border: 50px solid #fff;
}

#testimonials h1 {
    font-family: "Born Ready", "OpenSansCondensed", sans-serif;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0px;
}

.testimonial-grid {
    display: grid;
    grid-template: 650px 650px 600px / 50% 50%;
    grid-gap: 20px;
}

.testimonial-item {
    height: 400px;
    text-align: center;
    padding: 20px;
}

.testimonial-item h3 {
    margin-bottom: 20px;
}

.testimonial-item p {
    font-size: .95em;
    margin-bottom: 20px;
}

.testimonial-item h6 {
    font-size: 16px !important;
    margin-bottom: 30px;
}

a.case-study {
    background-color: #2831FF;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
	transition-duration:300ms;
}

a.case-study:hover {
	color: #2831FF !important;
	background-color: white;
}

/* Pumped */

section#pumped {
    display: grid;
    padding: 100px;
    height: 60%;
    padding: 100px;
    background: url(/wp-content/uploads/Laptop@2x-Compressed.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    background-size: cover;
}

.section-content {
    align-self: center;
}

#pumped h1 {
    color: white;
	text-align:center;
}

#pumped h1 strong {
    background: linear-gradient(180deg,rgba(251,167,248,0) 50%,#2831FF 50%) !important;
}

#pumped .button-wrap {
    text-align: center;
	margin-top: 60px;
}

#pumped a.blue-button:hover {
    border-color: #17BCBC;
}

/* Features */

div#intro {
    text-align: center;
    padding: 100px 200px;
}

div#intro h1 {
    margin-left: 0px !important;
    margin-bottom: 20px;
}

#intro h6 {
    margin-bottom: 0px;
}

section#feature-1 {
    padding: 80px;
    background: url(/wp-content/uploads/number-1-replacement@2x-Compressed.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    background-size: cover;
    display: grid;
    grid-template: auto / 70% 30%;
    border-left: 50px solid white;
    border-right: 50px solid white;
}

.left-content {
    padding-right: 60px;
}

.left-content h6, .right-content h6 {
    text-align: left;
    margin-bottom: 20px;
}

.right-content h3, .left-content h3 {
    margin-bottom: 20px;
}

.left-content ol {
	margin-bottom:20px !important;
}

section#feature-2 {
    padding: 80px;
    background: url(/wp-content/uploads/Part-2-BG@2x-Compressed.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: scroll;
    background-size: cover;
    display: grid;
    grid-template: auto / 30% 70%;
    border-left: 50px solid white;
    border-right: 50px solid white;
}

section#feature-3 {
    padding: 80px;
    background: url(/wp-content/uploads/Part-3-BG@2x-Compressed.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    background-size: cover;
    display: grid;
    grid-template: auto / 70% 30%;
    border-left: 50px solid white;
    border-right: 50px solid white;
}

section#feature-4 {
    padding: 80px;
    background: url(/wp-content/uploads/Part-4-BG@2x-Compressed.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: scroll;
    background-size: cover;
    display: grid;
    grid-template: auto / 30% 70%;
    border-left: 50px solid white;
    border-right: 50px solid white;
}

section#feature-5 {
    padding: 80px;
    background: url(/wp-content/uploads/Part-5-BG@2x-Compressed.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    background-size: cover;
    display: grid;
    grid-template: auto / 70% 30%;
    border-left: 50px solid white;
    border-right: 50px solid white;
}

/* Boost */

section#boost {
    display: grid;
    padding: 100px;
    height: 60vh;
    padding: 100px;
    background: url(/wp-content/uploads/Unlimited-Signup-BG@2x-Compressed.jpg);
    background-repeat: no-repeat;
    background-position: 30% 0%;
    background-attachment: scroll;
    background-size: cover;
}

#boost h1 {
    text-align: right;
    width: 60%;
    margin-left: auto;
    color: white;
    align-self: center;
}

#boost h1 strong {
    background: linear-gradient(180deg,rgba(251,167,248,0) 50%,#FF9695 50%) !important;
}

/* Join */

section#join-packages {
    padding: 100px 100px 150px;
    background-color: #EBECFF;
}

.pricing-intro {
    text-align: center;
}

.pricing-intro p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.pricing-grid {
    display: grid;
    grid-template: auto / 50% 50%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    grid-gap: 20px;
}

.package-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
}

.package h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0px;
}

.price {
    padding: 10px;
    background-color: #D8EFEF;
}

.price h6 {
    margin-bottom: 0px !important;
}

span.timeframe {
    font-family: "DM Sans";
    text-transform: none;
    letter-spacing: 0;
    font-size: .8em;
    font-weight: 400;
}

.features-list ul {
    list-style: none;
    margin-left: 0px;
}

.features-list li {
    padding: 8px 0px;
    border-top: 1px solid #D8EFEF;
    line-height: 1.6em;
}

.features-list h6 {
	margin-bottom:0px !important;
}

.not {
    background-color: #efefef;
}

.package a {
    text-decoration: none;
}

.package .button-wrap {
    margin-top: 20px;
}

a.yellow-button {
    font-size: 22px;
    border: 1px solid #F9CD16;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    background-color: #F9CD16;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: 1px;
    text-decoration: none;
	transition-duration:300ms;
}

a.yellow-button:hover {
    background-color: #2831FF;
    border-color: #2831FF;
	color:#fff !important;
}

.package-2 .package-content {
    border: 4px solid #FF9695;
}

.package-2 .price {
    background-color: #FCF1F0;
}

.package-2 .features-list li {
    border-color: #FFD1C9;
}

.package h4 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4em;
    text-align: center;
    background-color: #FCF1F0;
    padding: 10px;
}

.package a h4 {
    color: #2831FF;
}

.package a:hover h4, .package a:hover {
    color: #333;
}

/* Tablet */

@media only screen and (max-width: 992px) {
  section#hero {
  	background: url(/wp-content/uploads/Intro-Tablet-BG@2x-Compressed.jpg);
	padding:8%;
  }
  
  .hero-grid {
  	grid-template: auto / 100%;
  }
  
  .hero-img {
      grid-row: 2/3 !important;
      grid-column: 1/2 !important;
      margin-top: 60px;
  }
  .canvas-img {
	  display:none;
  }
  .canvas-message {
  	grid-template: auto / 100%;
  }
  .left-paragraph {
	  width:100%;
  }
  .right-paragraph {
	  width:100%;
  }
  img.coral-arrow {
	  margin-bottom:0px;
  }
  
  section#four {
      padding: 8% 4%;
  }
  .promise {
	  padding:30px;
  }
  .you-grid h6 {
  	  padding: 0px 4px;
  }
  section#introducing {
  	  padding: 6% 6% 8% 6%;
  }
  .icons h4 {
	  font-size:20px;
  }
  .icons p {
      font-size: .9em;
  }
  #introducing .teal-canvas {
	  width:85%;
  }
  .features-grid {
  	grid-template-columns: 100%;
  }
  h1.what-you-get {
	  text-align:center;
	  margin-bottom: 20px;
  }
  .white-canvas {
	  width:85%;
	  margin-left:auto;
  }
  .button-wrap.introducing {
	  margin-right: 0;
  }
  h4#coaching-date::before {
	  width:55%;
  }
  .session-info a.blue-button {
	  font-size:18px;
  }
  section#testimonials {
	  padding:4%
  }
  .testimonial-grid {
	  grid-template:710px 650px 560px / 50% 50%;
	  grid-gap:10px;
  }
  div#intro {
	  padding: 10% 15%;
  }
  section#feature-1, section#feature-2, section#feature-3, section#feature-4, section#feature-5 {
	  padding:4%;
  }
  section#feature-1 {
	  background: url(/wp-content/uploads/number-1-mobile@2x_Compressed.jpg);
	  grid-template: auto / 60% 40%;
  }
  section#feature-2 {
	  background: url(/wp-content/uploads/number-2-mobile@2x_Compressed.jpg);
	  grid-template: auto / 40% 60%;
  }
  section#feature-3 {
	  background: url(/wp-content/uploads/number-3-mobile@2x_Compressed.jpg);
	  grid-template: auto / 60% 40%;
  }
  section#feature-4 {
	  background: url(/wp-content/uploads/number-4-mobile@2x_Compressed.jpg);
	  grid-template: auto / 40% 60%;
  }
  section#feature-5 {
	  background: url(/wp-content/uploads/number-5-mobile@2x_Compressed.jpg);
	  grid-template: auto / 60% 40%;
  }
  section#boost {
	  padding: 6% 0% 6% 6%;
	  background-position: 40% 0%;
  }
  #boost h1 {
	  text-align:center;
	  margin-left:auto;
	  width:70%;
  }
  
  section#join-packages {
  	  padding: 6% 6% 20% 6%;
  }
  .pricing-grid {
	  width:100%;
  }
  
}


/* Mobile */


@media only screen and (max-width: 768px) {

	.hero-left {
		text-align:center !important;}
	section#hero {
		padding: 14% 8%;
	}
	a.blue-button {
		font-size:16px !important;
		padding:15px !important;
	}
	.teal-canvas {
		padding:30px !important;
		text-align:center;
		margin-bottom:40px !important;
	}
	.canvas-message {
		margin-top:0px !important;
	}
	img.canvas-img {
		display:block !important;
		grid-row: 2/3 !important;
	}
	h4 {    
		font-size: 22px;
    	line-height: 30px;
	}
	h3 {
		font-size: 22px;
    	line-height: 30px;
	}
	.right-paragraph {
		text-align:center !important;
	}
	
	.script {
		font-size:50px;
	}
	p.secret {
		width:100%;
	}
	.four-header h1 {
		width:100%;
	}
	.you-promise h1 {
		width:100% !important;
	}
	
	.promise-grid {
		grid-template: auto / 100%
	}
	.you-grid {
		margin-top:40px;
		grid-template: 50px auto auto / 100%;
	}
	.you-blue h6, .you-coral h6, .you-teal h6 {
		padding:10px 10px 20px 10px;
		height:auto !important;
		margin-bottom: 0px !important;
	}
	.you-grid p {
	    grid-column: 1/2;
	    grid-row: 3/4;
		margin-top: 15px;
	}
	.left-text {
		padding:8%;
		text-align:center;
	}
	.left-text h6 {
		text-align:center;
	}
	section#four {
		padding: 8% 4% 12%;
	}
	section#listen {
		grid-template: auto / 100%;
	}
	.icon-grid {
		grid-template: auto auto auto / 1fr 1fr;
	}
	.icon-5 {
	    grid-column: 1/3 !important;
	    width: 50%;
	    margin-left: auto;
	    margin-right: auto;
	}
	#introducing .teal-canvas {
	    width: 100% !important;
	}
	.white-canvas {
		width:100% !important;
		margin-right:auto !important;
		margin-left:auto !important;
		padding:30px !important;
	}
	.session-image {
		display:none;
	}
	h4#coaching-date {
		padding:10px 20px;
	}
	
	h4#coaching-date, .session-info {
		grid-column:1/4;
		text-align:center;
	}
	.session-info h6 {
		text-align:center;
	}
	.session-info h3 {
		line-height: 42px;
	}
	.next-coaching-grid {
		max-height:600px;
	}
	.session-header {
		display: grid;
		text-align:center !important;
	}
	.session-header h4 {
	    margin-bottom: 0px !important;
	    align-self: center;
	}
	.future-topics {
		width:85%;
		text-align:center !important;
		padding:6% !important;
	}
	.future-topics p {
		font-size: .95em;
	}
	section#testimonials {
		border:20px solid #fff !important;
	}
	.testimonial-grid {
		grid-template: auto auto auto auto auto auto / 100%;
	}
	.testimonial-item {
		padding:4%;
		height:auto !important;
	}
	.testimonial-item.last {
		grid-column: 1/2 !important;
		width:100%;
	}
	section#pumped {
		padding:10% !important;
	}
	
	section#feature-1, section#feature-2, section#feature-3, section#feature-4, section#feature-5 {
		grid-template: auto / 100%;
	    border-left: 20px solid white;
	    border-right: 20px solid white;
		padding:10% 8%;
	}
	
	.left-content {
		padding-right:0px;
		padding-bottom:20px;
	}
	section#boost {
		background-position: 15% 0%;
		padding:6% !important;
	}
	#boost h1 {
		width: 100% !important;
	}
	section#join-packages {
		padding: 10% 4% 35% 4%;
	}
	.pricing-intro p {
		width:100% !important;
	}
	.pricing-grid {
		grid-template: auto / 100%;
		padding:0px !important;
	}
	.package-content {
		padding:4%;
	}
	.price h6 {
		font-size: 20px !important;
	}
	
  p.hero-header {
    text-align:center;
	width:100%;
  }
  .button-wrap {
	  text-align:center;
  }
}

/* Checkout Page */

section#checkout__hero {
    background: url(/wp-content/uploads/Checkout-BG@2x_2-Compressed.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
    background-size: cover;
    padding: 10% 8% 15% 8%; }

#checkout__hero h1 {
    text-align: center;
}

section#checkout__form {
    background-color: #FCF1F0;
    padding: 8% 20% 20%;}
	@media only screen and (max-width: 992px) {
		section#checkout__form {
			padding: 8% 15% 25%;} }
	@media only screen and (max-width: 768px) {	
		section#checkout__form {
			padding: 8% 15% 35%;} }	
			    
/*RCP  Forms */				
	
p.rcp_subscription_message {
	font-family: "Poppins","DM Sans",sans-serif;}
	
span.rcp_subscription_level_name {
	 font-weight: 700;}

.rcp_level_description {
	 line-height: 1.6em;}

.rcp_subscription_level label {
    line-height: 1.6em;}
	
.rcp_gateway_fields legend {
	margin-bottom: 10px;}

@media only screen and (max-width: 768px) {
	.rcp-table thead:first-child {
	    background-color: #FFD1C9;}}
		
@media only screen and (max-width: 768px) {
	.rcp-table td:first-child {
	    background-color: #FFD1C9;}}
	
	@media only screen and (max-width: 768px) {
	.rcp-table td:before {
		padding-left: 10px; }}


/* Account Settings ALL Page */

section#settings__hero {
	background: url(/wp-content/uploads/Settings-BG@2x-Compressed.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
	background-size: cover;
	padding: 10% 8% 15% 8%; }
	
section#settings__form {
	background-color: #FCF1F0;
	padding: 0% 20% 20%;}
	@media only screen and (max-width: 992px) {
		section#checkout__form {
			padding: 0% 15% 25%;} }
	@media only screen and (max-width: 768px) {	
			section#checkout__form {
			padding: 0% 15% 35%;} }
				
#settings__form h6 {
	margin-top: 80px;}
	

@media only screen and (max-width: 768px) {
	.rcp_form_field_wrapper {
	grid-template-columns: 1fr; } }


/* Coaching Session Replay Page */

section#coaching-hub {
	padding: 10% 8% 15% 8%;
	background: url(/wp-content/uploads/Workshop-BG@2x-Compressed.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
	background-size: cover;
	margin-top: -1px;}
	@media only screen and (max-width: 992px) {
		section#coaching-hub {
			padding: 10% 8% 25% 8%; } }
	@media only screen and (max-width: 768px) {
		section#coaching-hub {
		padding: 10% 8% 40% 8%; } }

.hub-intro {
	text-align: center;
	display: grid;
	margin-bottom: 40px;}

p.go-back {
	background-color: white;
	width: 25%;
	padding: 8px;
	border-radius: 4px;
	margin-bottom: 40px;
	transition-duration:300ms;}
	@media only screen and (max-width: 992px) {
		p.go-back {
			width: 40%;
			font-size: .9em; }}
	@media only screen and (max-width: 768px) {
		p.go-back {
			width: 100%; }}

p.go-back:hover {
	background-color:#FCF1F0;}

.go-back a {
	text-decoration: none;
	text-align: center !important;}

.hub-intro h4 {
	text-transform: uppercase !important;}

.hub-intro h1 {
	margin-bottom: 40px;}
	@media only screen and (max-width: 768px) {
		.hub-intro h1 {
			padding:0px !important;} }

.info-grid {
	display: grid;
	grid-template: auto / 25% auto 25%;
	border: 2px solid #17BCBC;
	margin-bottom: 100px;}
	@media only screen and (max-width: 992px) {
		.info-grid {
			grid-template: auto auto / 50% 50%;} }
	@media only screen and (max-width: 768px) {
		.info-grid {
			grid-template: auto auto auto / 100%;
			margin-bottom: 50px;} }

.grid-2 {
	border-left: 2px solid #17BCBC;
	border-right: 2px solid #17BCBC;}
	@media only screen and (max-width: 992px) {
		.grid-2 {    
			border-top: 2px solid #17BCBC;
			grid-column: 1/3;} }
	@media only screen and (max-width: 768px) {
		.grid-2 { 
			grid-column: 1/2;
			border-top:2px solid #17BCBC;
			border-bottom:2px solid #17BCBC;} }
			
	@media only screen and (max-width: 992px) {
		.grid-3 {    
			grid-column: 2/3;
			grid-row: 1/2;
			border-left: 2px solid #17BCBC;} }
	@media only screen and (max-width: 768px) {
		.grid-3 { 
			grid-column: 1/2;
			grid-row: 3/4;
			border-left:0px solid #17BCBC;} }

.grid-1, .grid-2, .grid-3 {
	padding: 20px;}

.info-grid h6 {
	 margin-bottom: 20px;}

.info-grid ul {
	 margin-left: 25px;}

.info-grid li {
	 line-height: 1.6em;
	 margin-bottom: 15px;}

.info-grid p {
	 text-align: center;}

.grid-button {
	 text-align: center;
	 box-sizing: inherit;
	 height: 40px;}

.info-grid a.case-study {
	 text-align: center;}

 /*Coaching Hub Page */

 section#coaching-hub__intro {
     padding: 8% 8% 12%;
     text-align: center;
     background: url(/wp-content/uploads/Access-Hub-Header-BG@2x-Compressed.jpg);
     background-repeat: no-repeat;
     background-position: center bottom;
     background-attachment: scroll;
     background-size: cover;}
 	@media only screen and (max-width: 768px) {
 		section#coaching-hub__intro {
 			padding: 10% 8% 40%; } }

 #coaching-hub__intro h4 {
     text-transform: uppercase;
 }

 #coaching-hub__intro h1 strong {
     background: linear-gradient(180deg,rgba(251,167,248,0) 50%,#ffffff 50%);
 }

 .nav-grid {
     display: grid;
     grid-template: auto / auto auto auto auto auto;
     width: 70%;
     margin-left: auto;
     margin-right: auto;
     margin-top: 60px;}
 	@media only screen and (max-width: 992px) {
 		.nav-grid {
 			width:100%; }}
 	@media only screen and (max-width: 768px) {
 		.nav-grid {
 			grid-template: auto auto auto auto auto / auto; }}

 .nav-grid p a {
     text-decoration: none;
     background-color: #17BCBC;
     color: white;
     padding: 8px;
     border-radius: 4px;
 	transition-duration:300ms;}
 	@media only screen and (max-width: 992px) {
 		.nav-grid p a {
 			font-size:.9em; }}

 .nav-grid p a:hover {
     background-color: #2831FF;
     color: white !important;}

section#coaching-hub__info {
     padding: 8%;}
 	@media only screen and (max-width: 992px) {
 		section#coaching-hub__info {
 			 padding: 4%;} }

.hub-info-grid {
     display: grid;
     grid-template: auto / 1fr 1fr 1fr;
     grid-gap: 30px;}
 	@media only screen and (max-width: 992px) {
 		.hub-info-grid {
 			grid-gap: 10px;} }
 	@media only screen and (max-width: 992px) {
 		.hub-info-grid {
 			grid-template: auto auto auto / 100%;} }
		
 @media only screen and (max-width: 992px) {
 	.hub-info-grid img {
 		margin-bottom:10px !important;} }
		
 @media only screen and (max-width: 992px) {
 	.hub-info-grid h3 {
 		font-size: 20px;
 		line-height: 28px;
 		margin-bottom: 20px;} }

 @media only screen and (max-width: 992px) {
 	.hub-info-grid p {
 		font-size: .9em;} }

 .hub-grid-1 h3 {
     color: #FF9695;}

 .hub-grid-2 h3 {
     color: #17BCBC;}

 .hub-grid-3 h3 {
     color: blue;}

 .button-grid {
     display: grid;
     grid-template: auto auto / 50% 50%;
     grid-auto-flow: column;
     margin-top: 40px;}
 	@media only screen and (max-width: 992px) {
 		.button-grid {
 	    	grid-template: auto auto auto auto / 100%; }}

 .button-grid p {
     font-size: .9em;
     margin-bottom: 0px;
     text-align: center;}

 .button-grid a {
     padding: 10px;
     background-color: #EBECFF;
     border-radius: 4px;
     margin: 4px;
     text-align: center;
     color: #333 !important;
     text-decoration: none;}
 	@media only screen and (max-width: 992px) {
 		.button-grid a {
 			margin-bottom:20px !important;} }
 	@media only screen and (max-width: 768px) {
 		.button-grid a {
 			padding:20px; }}

 @media only screen and (max-width: 768px) {
 		#coaching-hub__next .session-header h4 {
 			text-align:center;} }
		
 @media only screen and (max-width: 768px) {
 		#coaching-hub__next .session-info, #coaching-hub__next h4#coaching-date {
 			text-align:center; }
 		#coaching-hub__next .session-info h6 {
 			text-align:center !important;}}
		

 .button-grid a:hover {
 	opacity:.8;}

 .button-grid a:nth-child(4) {
     background-color: #2831FF !important;
     color: #fff !important; }

section#coaching-hub__next {
     padding: 0% 8% 8% 8%;}
 	@media only screen and (max-width: 768px) {
 		section#coaching-hub__next {
 			padding: 0% 8% 12% 8%;}}

 #coaching-hub__next .next-coaching-grid {
     margin-top: 0px;
     box-shadow: 0 5px 20px 0 rgba(27,30,96,0.14);}
 	@media only screen and (max-width: 992px) {
 		#coaching-hub__next .next-coaching-grid {
 			width:100%; } }
 	@media only screen and (max-width: 768px) {
 		#coaching-hub__next .next-coaching-grid {
 			max-height: 700px;} }

 #coaching-hub__next .session-info .blue-button h4 {
     margin-bottom: 0px;}
 	@media only screen and (max-width: 768px) {
 		#coaching-hub__next .session-info .blue-button h4 {
 		    font-size: 20px;
 		    line-height: 24px; }}

 a.blue-button:hover {
     background-color: #17BCBC;
     border-color: white;
     color: white;}

 @media only screen and (max-width: 768px) {
 	#coaching-hub__next .session-info {
 		padding: 20px; }}

 section#coaching-hub__past {
     padding: 8% 8% 15% 8%;
     background-color: #D8EFEF;}
 	@media only screen and (max-width: 992px) {
 		section#coaching-hub__past {
 			 padding: 8% 8% 25% 8%; } }
 	@media only screen and (max-width: 768px) {
 		section#coaching-hub__past {
 			padding: 8% 8% 30% 8%; } }

 #coaching-hub__past h1 {
     text-align: center;
     margin-bottom: 80px;}

 .past-sessions-grid {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     grid-gap: 30px;}
 	@media only screen and (max-width: 992px) {
 		.past-sessions-grid {
 			grid-template-columns: 1fr 1fr; }}
 	@media only screen and (max-width: 768px) {
 		.past-sessions-grid {
 			grid-template-columns: 1fr ; }}

 .past-sessions-grid a {
 	transition: .2s;}

 .past-sessions-grid a:hover {
     transform: scale(1.05);}

 .past-sessions-grid img {
     box-shadow: 0 5px 20px 0 rgba(27,30,96,0.14);
     border-radius: 4px;
 	margin-bottom: 0px;}

/* Waim Unlimited */

section#unlimited__intro {
    background: url(/wp-content/uploads/Settings-BG@2x-Compressed.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
    background-size: cover;
    padding: 8% 8% 8% 8%;
    display: grid;
    grid-template-columns: 60% 40%;}
	@media only screen and (max-width: 992px) {
		section#unlimited__intro {
			padding:4%; } }
	@media only screen and (max-width: 768px) {
		section#unlimited__intro {
			grid-template-columns: 100%;} }
		

.unlimited__left-side {
    text-align: center;
}

.unlimited__left-side, .unlimited__right-side {
    padding: 40px;}
	@media only screen and (max-width: 992px) {
	.unlimited__left-side, .unlimited__right-side {
		padding:8%;}}

.unlimited__left-side h4 {
    text-transform: uppercase;
}

#unlimited__intro h1 {
    margin-bottom: 40px;}
	@media only screen and (max-width: 768px) {
		#unlimited__intro h1 {
		    font-size: 30px !important;
		    line-height: 40px !important;
		    padding: 0px; } }

@media only screen and (max-width: 768px) {
	#unlimited__intro h6 {
		margin-bottom:0px;} }

@media only screen and (max-width: 768px) {
	.unlimited__right-side {
		 padding: 0% 30% 12%; } }

section#unlimited__for-you {
    padding: 8%;}
	@media only screen and (max-width: 992px) {
		section#unlimited__for-you {
			padding:4%; } }

#unlimited__for-you h4 {
    text-align: center;
}

#unlimited__for-you h4 strong {
    background: linear-gradient(180deg,rgba(251,167,248,0) 50%,#FCF1F0 50%) !important;
}

#unlimited__for-you h4 {
    text-align: center;
}

@media only screen and (max-width: 992px) {
	.for-you-grid img {
		margin-bottom:10px !important;}}

.for-you-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 15px;}
	@media only screen and (max-width: 768px) {
		.for-you-grid {
			grid-template-columns: auto; } }

.for-you-column-1, .for-you-column-2, .for-you-column-3 {
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px 0 rgba(25,25,25,0.10);}
	@media only screen and (max-width: 992px) {
		.for-you-column-1, .for-you-column-2, .for-you-column-3 {
			padding: 15px; } }

.for-you-grid p {
    font-size: 1em;}
	@media only screen and (max-width: 992px) {
		.for-you-grid p {
		    font-size: .9em;} }

section#unlimited__whatyouget {
    padding: 0% 8% 8% 8%;
    display: grid;
    grid-template-columns: 1fr 1fr;}
	@media only screen and (max-width: 992px) {
		section#unlimited__whatyouget  {
			padding:0% 4% 4% 4%; } }
	@media only screen and (max-width: 768px) {
		section#unlimited__whatyouget {
			grid-template-columns: 100%;
			grid-template-rows: auto auto auto auto auto auto;} }

#unlimited__whatyouget h6 {
    grid-column: 1/3;}
	@media only screen and (max-width: 768px) {
		#unlimited__whatyouget h6 {
			grid-column: 1/2;
			margin-bottom:10px;} }

#unlimited__whatyouget h6 strong {
    background: linear-gradient(180deg,rgba(251,167,248,0) 50%,#FFD1C9 50%) !important;
}

.unlimited-features-left, .unlimited-features-right {
    padding: 40px;
    text-align: center;}
	@media only screen and (max-width: 992px) {
		.unlimited-features-left, .unlimited-features-right {
		    padding: 20px; } }

h1.unlimited-teachery strong {
    background: linear-gradient(180deg,rgba(251,167,248,0) 50%,#FCF1F0 50%);
}

#unlimited__whatyouget p {
    margin-bottom: 50px;
}

.unlimited-features-right {
    border-left: 2px solid #FF9695;}
	@media only screen and (max-width: 768px) {
		.unlimited-features-right {
		    border-left: 0px solid #FF9695;} }

h1.unlimited-dashboard strong {
    background: linear-gradient(180deg,rgba(251,167,248,0) 50%,#D8EFEF 50%);
}

.unlimited-features-wide {
    grid-column: 1/3;
    display: grid;
    margin-top: 50px;
    text-align: center;}
	@media only screen and (max-width: 768px) {
		.unlimited-features-wide {
			grid-column: 1/2; } }

img.unlimited-number-img {
    width: 50%;
    justify-self: center;
}

section#unlimited__whatyouget h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

#unlimited__whatyouget h1 {
    margin-bottom: 40px;}
	@media only screen and (max-width: 992px) {
		#unlimited__whatyouget h1 {
		    font-size: 30px !important;
		    line-height: 38px !important; } }

.unlimited-features-wide h1 strong {
    background: linear-gradient(180deg,rgba(251,167,248,0) 50%,#EBECFF 50%);
}

.course-card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 50px;
    margin-top: 50px;}
	@media only screen and (max-width: 992px) {
		.course-card-wrapper {
			grid-template-columns: 1fr 1fr 1fr; } }
	@media only screen and (max-width: 768px) {
		.course-card-wrapper {
			grid-template-columns: 1fr 1fr;
			margin-top:0px; } }

.course-card {
    border: 2px solid #FCF1F0;
    border-radius: 8px;
    box-shadow: 0 5px 20px 0 rgba(25,25,25,0.10);
    display: grid;
}

.course-card-content {
    padding: 10px 4px;
    display: grid;
}

.course-card-content h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0px;
}

h1.unlimited-coaching strong {
    background: linear-gradient(180deg,rgba(251,167,248,0) 50%,#FFF7D6 50%);
}

h1.unlimited-everything strong {
    background: linear-gradient(180deg,rgba(251,167,248,0) 50%,#E8FFF5 50%);
}

section#unlimited__letsgo {
    padding: 8%;
    display: grid;
    padding: 100px;
    height: auto;
    padding: 100px;
    background: url(/wp-content/uploads/Unlimited-Signup-BG-@2x-Compressed.jpg);
    background-repeat: no-repeat;
    background-position: 30% 0%;
    background-attachment: scroll;
    background-size: cover;
    text-align: center;}
	@media only screen and (max-width: 992px) {
		section#unlimited__letsgo {
			padding: 4%;
			height: auto; } }
	@media only screen and (max-width: 768px) {
		section#unlimited__letsgo {
			height: 40vh
			align-items: center; } }

@media only screen and (max-width: 768px) {	
	#unlimited__letsgo h1 {
		font-size: 30px !important;
		line-height: 40px !important;} }

#unlimited__letsgo h1 strong {
    background: linear-gradient(180deg,rgba(251,167,248,0) 0%,#FF9695 0%) !important;
    color: white;
}

section#unlimited__register {
    background-color: #FCF1F0;
    padding: 8% 20% 20%;}
	@media only screen and (max-width: 992px) {
		section#unlimited__register {
			padding: 8% 10% 20%;} }
	@media only screen and (max-width: 768px) {	
		section#unlimited__register {
			padding: 8% 10% 40%; } }

.unlimited__register-intro {
    text-align: center;
}

/* Choose Your Adventure */

section#choose {
    padding: 4% 8% 20%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 20px;}
	@media only screen and (max-width: 992px) {
		section#choose {
			grid-gap: 10px; } }
	@media only screen and (max-width: 768px) {
		section#choose {
			padding: 4% 8% 40%; 
			 grid-template-columns: 100%;} }

p.choose-intro {
    text-align: center;
    background-color: #E8FFF5;
    padding: 10px;
    border: 2px solid #B4FCDD;
    border-radius: 4px;
    grid-column: 1/3;}
	@media only screen and (max-width: 992px) {
		p.choose-intro {
			margin-bottom:40px; } }

#choose h2 {
    font-family: "Born Ready", "OpenSansCondensed", sans-serif;
    font-weight: 500;
    grid-column: 1/3;
    margin-bottom: 0px;
}

.go-left {
    padding: 80px 40px;
    background-color: #D8EFEF;
    text-align: center;
    border-radius: 8px;}
	@media only screen and (max-width: 992px) {
		.go-left {
			padding: 8%; } }
	@media only screen and (max-width: 768px) {
		.go-left {
			padding: 6%; } }

.go-left h3 strong, .go-right h3 strong {
    background: linear-gradient(180deg,rgba(251,167,248,0) 50%,#ffffff 50%) !important;
}

.cya-1 {
    background-color: #17BCBC !important;
}

.go-right {
    padding: 80px 40px;
    text-align: center;
    background-color: #FCF1F0;
    border-radius: 8px;
}

.cya-2 {
    background-color: #FF9695 !important;}

a.case-study.cya-2:hover {
    background-color: white !important;
    color: #FF9695 !important;}

a.case-study.cya-1:hover {
    background-color: white !important;
    color: #17BCBC !important;}

@media only screen and (max-width: 992px) {
.cya-1, .cya-2 {
    font-size: .8em;} }

/* New Home 2020 */

section#newhome__hero {
    padding: 8% 0% 8% 8%;
    background: url(/wp-content/uploads/New-Home-BG-Intro@2x_Compressed.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: scroll;
    background-size: cover;
    display: grid;
    grid-template-columns: 50% 50%;
	grid-gap:10px;}
	@media only screen and (max-width: 992px) {
		section#newhome__hero {
		    padding: 4% 0% 4% 8%; } }
	@media only screen and (max-width: 768px) {
		section#newhome__hero {
			background-position: center top;
			grid-template-columns: 100%;
			padding: 4% 4% 4% 4%;
			text-align:center; } }

.newhome__subhead {
    grid-column: 1/3;}
	@media only screen and (max-width: 768px) {
		.newhome__subhead {
		    grid-column: 1/2; } }

.newhome__subhead h4 {
    text-transform: uppercase;}

.newhome__subhead h4::before {
    content: " ";
    display: inline-block;
    background-image: url(/wp-content/uploads/Unboring@3x_Compressed.png);
    background-size: cover;
    width: 120px;
    margin-right: 4px;
    height: 80px;
    position: relative;
    top: 20px;
}

.newhome__intro h1 {
    margin-bottom: 40px;
    padding: 0px;}
	@media only screen and (max-width: 1142px) {
		.newhome__intro h1 {
			font-size: 3.5vw;
			line-height: 1.3em;} }
	@media only screen and (max-width: 992px) {
		.newhome__intro h1 {
		    font-size: 24px !important;
		    line-height: 34px !important;} }

.newhome__intro p {
    font-size: 1.4em;}
	@media only screen and (max-width: 992px) {
		.newhome__intro p {
			font-size: 1.em;}}

.newhome__hero-image img {
    z-index: 1 !important;
}


section#newhome__circle-header {
    margin-top: -12%;
    z-index: 99 !important;}
	@media only screen and (max-width: 768px) {
		section#newhome__circle-header {
			margin-top: 0%;
			background-color: #EBECFF;} }

.newhome__circle {
    text-align: center;
	background: url(/wp-content/uploads/Tab-BG-Full@2x_Compressed.png);
	background-size: cover;
	background-position: top center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 20px;}
	@media only screen and (max-width: 768px) {
		.newhome__circle {
			height: 100px;
			padding: 100px 20px;} }


.circle-content {
    position: relative;
    top: -80px;
}

.circle-content::before {
    content: " ";
    display: block;
    position: relative;
    height: 100px;
    background: url(/wp-content/uploads/gold-arrow@2x-1.png) top center no-repeat;
    background-size: contain;
}

.newhome__circle h6 {
    margin-bottom: 0px;
}

.newhome__circle h2 {
    font-family: "Born Ready", "OpenSansCondensed", sans-serif;
    font-weight: 500;
}

.newhome__circle h2 strong {
    font-weight: inherit;
	background: linear-gradient(180deg,rgba(251,167,248,0) 30%,#ffffff 30%) !important;
}

section#newhome__call-to-action {
    padding: 0% 18% 20%;
    background: url(/wp-content/uploads/Home-Page-Blindspot-Background@2x_Compressed.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
    background-size: contain;
    margin-top: -8%;
    position: relative;
    text-align: center;
    background-color: #EBECFF;}
	@media only screen and (max-width: 992px) {
		section#newhome__call-to-action {
		    padding: 0% 10% 20%; } }
	@media only screen and (max-width: 768px) {
		section#newhome__call-to-action {
			margin-top:0px;
			padding: 4% 10% 40%;
			background-position: center top; } }
			
.newhome__signup {
    display: grid;
    grid-template: auto auto / 100%;}


h1.newhome-workbook {
    margin-top: 20px;
    grid-column: 1/2;
    grid-row: 2/3;}
	@media only screen and (max-width: 992px) {
		h1.newhome-workbook {
			margin-bottom: 20px;
			font-size: 30px !important;} }
	@media only screen and (max-width: 768px) {
		h1.newhome-workbook {
			grid-column: 1/2;} }

h1.newhome-workbook strong {
    background: transparent;
    border-bottom: 2px dashed #17BCBC;
}

img.download-image {
    grid-column: 1/2;
    padding: 20px 20px 0px;
    margin-bottom: 0px;
	width:40%;}
	@media only screen and (max-width: 768px) {
		img.download-image {
			width:60%;} }

.signup-description-text {
    padding: 20px 20px 0px;
    text-align: left;}
	@media only screen and (max-width: 768px) {
		.signup-description-text {
			text-align: center; }}

.newhome__signup h3 {
    grid-column: 2/3;
    grid-row: 2/3;}
	@media only screen and (max-width: 992px) {
		.newhome__signup h3 {
			font-size:20px !important; } }

.newhome__signup p {
    margin-bottom: 30px;
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: .95em;
}

div#home-page-quiz {
    position: relative;
    margin-top: 40px;}
	@media only screen and (max-width: 768px) {
		div#home-page-quiz {
			margin-top:0px;} }
			

/* New Home Right Message Form */

.rm-widget.rm-wdg_prjub3tu {
    font-family: "OpenSansCondensed",sans-serif !important;
    font-weight: 400 !important;
    border-radius: 8px !important;}

.rm-wdg_prjub3tu .rm-title p {
    font-weight: 400 !important;
    text-transform: uppercase !important;
	font-family: "OpenSansCondensed",sans-serif !important;
    font-size: 30px !important;}
	@media only screen and (max-width: 768px) {
		.rm-wdg_prjub3tu .rm-title p {
			font-size: 24px !important;} }

.rm-wdg_prjub3tu .rm-description p {
	font-family: "OpenSansCondensed",sans-serif !important;
    font-size: 24px !important;}
	@media only screen and (max-width: 768px) {
		.rm-wdg_prjub3tu .rm-description p {
			font-size: 20px !important;} }

.rm-widget.rm-wdg_prjub3tu .rm-button {
    padding: 20px 40px !important;
    border-radius: 8px;
    font-family: "Poppins" !important;
    opacity: 1 !important;
	max-width: 100%!important;
    transition: transform 0.2s linear !important;}
		@media only screen and (max-width: 768px) {
			.rm-widget.rm-wdg_prjub3tu .rm-button {
				padding: 20px 20px !important; } }

.rm-wdg_prjub3tu button.rm-button:hover {
    transform: translate(0px, -4px) !important;
}

.rm-widget.rm-wdg_prjub3tu .rm-button p {
    letter-spacing: 1px !important;
    font-size: 18px !important;}
	@media only screen and (max-width: 768px) {
		.rm-widget.rm-wdg_prjub3tu .rm-button p {
			font-size: 14px !important;
	   	 	padding: 3px 10px !important; } }

.rm-widget.rm-wdg_prjub3tu input.rm-input {
	max-width: 100%!important;}
	
.rm-widget.rm-wdg_prjub3tu .rm-offer-form {
	max-width: 100%!important;
    margin: 0px auto 0px!important;}
	
.rm-widget.rm-wdg_prjub3tu div.rm-powered-container, .rm-widget.rm-wdg_prjub3tu .rm-c a.rm-powered, .rm-widget.rm-wdg_prjub3tu .rm-no-c a.rm-powered, .rm-widget.rm-wdg_prjub3tu .rm-c a.rm-powered span, .rm-widget.rm-wdg_prjub3tu .rm-no-c a.rm-powered span, .rm-widget.rm-wdg_prjub3tu .rm-c a.rm-powered img, .rm-widget.rm-wdg_prjub3tu .rm-no-c a.rm-powered img {
	display: none !important;}


/* Right Message on Social Media Detox, Pitch Article, Slack and 30-day Challenge 

.rm-wdg_uma1o00z .rm-title p, .rm-wdg_zsqooiof .rm-title p, .rm-wdg_82tztvaj .rm-title p, .rm-wdg_8a516f5e .rm-title p, .rm-wdg_zjx7zmw6 .rm-title p, .rm-wdg_fugo39ld .rm-title p, .rm-wdg_dxv5uvoj .rm-title p, .rm-wdg_u0a3aaxt .rm-title p, .rm-wdg_xqusicet .rm-title p, .rm-wdg_4wiiouel .rm-title p, .rm-wdg_hdnm0ao5 .rm-title p, .rm-wdg_p5mw2h3g .rm-title p {
    font-family: "OpenSansCondensed","DM Sans",sans-serif !important;
    text-transform: uppercase !important;
	font-size: 30px !important;
	line-height: 1.2em !important;
	margin-top: 10px !important;
	text-align: left !important;}

.rm-wdg_zsqooiof .rm-title p, .rm-wdg_fugo39ld .rm-title p, .rm-wdg_xqusicet .rm-title p, .rm-wdg_p5mw2h3g .rm-title p {
	font-size:24px !important;}


.rm-wdg_uma1o00z .rm-description p, .rm-wdg_zsqooiof .rm-description p, .rm-wdg_82tztvaj .rm-description p, .rm-wdg_8a516f5e .rm-description p, .rm-wdg_zjx7zmw6 .rm-description p, .rm-wdg_fugo39ld .rm-description p, .rm-wdg_dxv5uvoj .rm-description p, .rm-wdg_u0a3aaxt .rm-description p, .rm-wdg_xqusicet .rm-description p, .rm-wdg_4wiiouel .rm-description p, .rm-wdg_hdnm0ao5 .rm-description p, .rm-wdg_p5mw2h3g .rm-description p {
    font-family: "DM Sans", sans-serif !important;
	text-align: left !important;}

.rm-wdg_uma1o00z.rm-inline .rm-title p::before, .rm-wdg_zsqooiof.rm-toaster .rm-title p::before, .rm-wdg_82tztvaj.rm-modal .rm-title p::before {
    content: 'Get The Free Guide' !important;
    color: #333 !important;
    display: block !important;
    font-size: .7em !important;
    font-weight: 400 !important;
    background-color: #FBE834 !important;
    width: 45% !important;
	text-align: center !important;
	margin-bottom: 10px !important;}
	@media only screen and (max-width: 768px) {
		.rm-wdg_uma1o00z.rm-inline .rm-title p::before, .rm-wdg_zsqooiof.rm-toaster .rm-title p::before, .rm-wdg_82tztvaj.rm-modal .rm-title p::before {
			width: 100% !important; } }
	

.rm-inline.rm-wdg_uma1o00z div.rm-main, .rm-modal.rm-wdg_82tztvaj div.rm-main, .rm-inline.rm-wdg_zjx7zmw6 div.rm-main, .rm-modal.rm-wdg_8a516f5e div.rm-main, .rm-inline.rm-wdg_u0a3aaxt div.rm-main, .rm-modal.rm-wdg_dxv5uvoj div.rm-main, .rm-inline.rm-wdg_hdnm0ao5 div.rm-main, .rm-modal.rm-wdg_4wiiouel div.rm-main  {
    padding: 30px 30px 20px!important;
    width: 60% !important;
    float: right !important;}

.rm-widget.rm-wdg_uma1o00z div.rm-powered-container, .rm-widget.rm-wdg_zsqooiof div.rm-powered-container, .rm-widget.rm-wdg_82tztvaj div.rm-powered-container, .rm-widget.rm-wdg_zjx7zmw6 div.rm-powered-container, .rm-widget.rm-wdg_fugo39ld div.rm-powered-container, .rm-widget.rm-wdg_8a516f5e div.rm-powered-container {
	display:none !important;}
	
.rm-widget.rm-wdg_dxv5uvoj div.rm-powered-container, .rm-widget.rm-wdg_u0a3aaxt div.rm-powered-container, .rm-widget.rm-wdg_xqusicet div.rm-powered-container {
	display:none !important;}
	
.rm-widget.rm-wdg_4wiiouel div.rm-powered-container, .rm-widget.rm-wdg_hdnm0ao5 div.rm-powered-container, .rm-widget.rm-wdg_p5mw2h3g div.rm-powered-container {
	display:none !important;}
	
.rm-widget.rm-wdg_prjub3tu div.rm-terms, .rm-widget.rm-wdg_uma1o00z div.rm-terms, .rm-widget.rm-wdg_zsqooiof div.rm-terms, .rm-widget.rm-wdg_82tztvaj div.rm-terms {
	display:none !important;}
	
.rm-widget.rm-wdg_8a516f5e div.rm-terms, .rm-widget.rm-wdg_zjx7zmw6 div.rm-terms, .rm-widget.rm-wdg_fugo39ld div.rm-terms {
	display:none !important;}
	
.rm-widget.rm-wdg_dxv5uvoj div.rm-terms, .rm-widget.rm-wdg_u0a3aaxt div.rm-terms, .rm-widget.rm-wdg_xqusicet div.rm-terms {
	display:none !important;}
	
.rm-widget.rm-wdg_4wiiouel div.rm-terms, .rm-widget.rm-wdg_hdnm0ao5 div.rm-terms, .rm-widget.rm-wdg_p5mw2h3g div.rm-terms {
	display:none !important;}

.rm-widget.rm-wdg_uma1o00z.rm-inline, .rm-widget.rm-wdg_82tztvaj.rm-modal {
    background: url(/wp-content/uploads/Lead-Magnet-BG-Image_Compressed.jpg) no-repeat !important;
    background-size: cover !important;
    border-radius: 8px !important;
    background-position: calc(100% + 2%) !important;}
	
.rm-widget.rm-wdg_zjx7zmw6.rm-inline, .rm-widget.rm-wdg_8a516f5e.rm-modal {
    background: url(/wp-content/uploads/Lead-Magnet-BG-Image_Compressed.jpg) no-repeat !important;
    background-size: cover !important;
    border-radius: 8px !important;
    background-position: calc(100% + 2%) !important;}
	
.rm-widget.rm-wdg_u0a3aaxt.rm-inline, .rm-widget.rm-wdg_dxv5uvoj.rm-modal {
    background: url(/wp-content/uploads/Lead-Magnet-BG-Image_Compressed.jpg) no-repeat !important;
    background-size: cover !important;
    border-radius: 8px !important;
    background-position: calc(100% + 2%) !important;}

.rm-widget.rm-wdg_hdnm0ao5.rm-inline, .rm-widget.rm-wdg_4wiiouel.rm-modal {
    background: url(/wp-content/uploads/Lead-Magnet-BG-Image_Compressed.jpg) no-repeat !important;
    background-size: cover !important;
    border-radius: 8px !important;
    background-position: calc(100% + 2%) !important;}

.rm-widget.rm-wdg_zsqooiof.rm-toaster {
    background-color: #FF9695 !important;}

.rm-widget.rm-wdg_zsqooiof.rm-toaster.rm-is-offer .rm-title p::before {
    content: 'Get The Free Guide' !important;
    color: #333 !important;
    display: block !important;
    font-size: .7em !important;
    font-weight: 400 !important;
    background-color: #FBE834 !important;
    width: 100% !important;
	text-align: center !important;
	margin-bottom: 10px !important;}	

.rm-powered span, .rm-powered img {display:none !important;}

.rm-wdg_82tztvaj .rm-description p, .rm-wdg_8a516f5e .rm-description p, .rm-wdg_dxv5uvoj .rm-description p, .rm-wdg_4wiiouel .rm-description p { 
	font-size:.8em !important;}

.rm-widget.rm-wdg_82tztvaj.rm-modal .rm-offer-form[data-v-9969fc36] {
	max-width:100% !important;}
	
.rm-wdg_zjx7zmw6.rm-inline .rm-title p::before, .rm-wdg_fugo39ld.rm-toaster .rm-title p::before, .rm-wdg_8a516f5e.rm-modal .rm-title p::before {
    content: 'Get The Free Guide' !important;
    color: #333 !important;
    display: block !important;
    font-size: .7em !important;
    font-weight: 400 !important;
    background-color: #FBE834 !important;
    width: 45% !important;
	text-align: center !important;
	margin-bottom: 10px !important;}
	@media only screen and (max-width: 768px) {
		.rm-wdg_zjx7zmw6.rm-inline .rm-title p::before, .rm-wdg_fugo39ld.rm-toaster .rm-title p::before, .rm-wdg_8a516f5e.rm-modal .rm-title p::before {
			width: 100% !important; } }
			
	
.rm-wdg_u0a3aaxt.rm-inline .rm-title p::before, .rm-wdg_xqusicet.rm-toaster .rm-title p::before, .rm-wdg_dxv5uvoj.rm-modal .rm-title p::before {
    content: 'Get The Free Guide' !important;
    color: #333 !important;
    display: block !important;
    font-size: .7em !important;
    font-weight: 400 !important;
    background-color: #FBE834 !important;
    width: 45% !important;
	text-align: center !important;
	margin-bottom: 10px !important;}
	@media only screen and (max-width: 768px) {
		.rm-wdg_u0a3aaxt.rm-inline .rm-title p::before, .rm-wdg_xqusicet.rm-toaster .rm-title p::before, .rm-wdg_dxv5uvoj.rm-modal .rm-title p::before {
			width: 100% !important; } }
			
.rm-wdg_hdnm0ao5.rm-inline .rm-title p::before, .rm-wdg_p5mw2h3g.rm-toaster .rm-title p::before, .rm-wdg_4wiiouel.rm-modal .rm-title p::before {
    content: 'Get The Free Guide' !important;
    color: #333 !important;
    display: block !important;
    font-size: .7em !important;
    font-weight: 400 !important;
    background-color: #FBE834 !important;
    width: 45% !important;
	text-align: center !important;
	margin-bottom: 10px !important;}
	@media only screen and (max-width: 768px) {
		.rm-wdg_hdnm0ao5.rm-inline .rm-title p::before, .rm-wdg_p5mw2h3g.rm-toaster .rm-title p::before, .rm-wdg_4wiiouel.rm-modal .rm-title p::before {
			width: 100% !important; } }
	
*/	
	
	
			
/* Quiz Results Right Message Forms */
/* Time Tangler - Inline */


.rm-widget.rm-wdg_brr6vmxv {
    font-family: "OpenSansCondensed",sans-serif !important;
    font-weight: 400 !important;
    border-radius: 8px !important;}

.rm-wdg_brr6vmxv .rm-title p {
    font-weight: 400 !important;
    text-transform: uppercase !important;
	font-family: "OpenSansCondensed",sans-serif !important;
    font-size: 30px !important;}
	@media only screen and (max-width: 768px) {
		.rm-wdg_brr6vmxv .rm-title p {
			font-size: 24px !important;} }

.rm-wdg_brr6vmxv .rm-description p {
	font-family: "OpenSansCondensed",sans-serif !important;
    font-size: 24px !important;}
	@media only screen and (max-width: 768px) {
		.rm-wdg_brr6vmxv .rm-description p {
			font-size: 20px !important;} }

.rm-widget.rm-wdg_brr6vmxv .rm-button {
    padding: 20px 40px !important;
    border-radius: 8px;
    font-family: "Poppins" !important;
    opacity: 1 !important;
	max-width: 100%!important;
    transition: transform 0.2s linear !important;}
		@media only screen and (max-width: 768px) {
			.rm-widget.rm-wdg_brr6vmxv .rm-button {
				padding: 20px 20px !important; } }

.rm-wdg_brr6vmxv button.rm-button:hover {
    transform: translate(0px, -4px) !important;
}

.rm-widget.rm-wdg_brr6vmxv .rm-button p {
    letter-spacing: 1px !important;
    font-size: 18px !important;}
	@media only screen and (max-width: 768px) {
		.rm-widget.rm-wdg_brr6vmxv .rm-button p {
			font-size: 14px !important;
	   	 	padding: 3px 10px !important; } }

.rm-widget.rm-wdg_brr6vmxv input.rm-input {
	max-width: 100%!important;}

.rm-widget.rm-wdg_brr6vmxv .rm-offer-form {
	max-width: 100%!important;
    margin: 0px auto 0px!important;}

.rm-widget.rm-wdg_brr6vmxv div.rm-powered-container, .rm-widget.rm-wdg_brr6vmxv .rm-c a.rm-powered, .rm-widget.rm-wdg_brr6vmxv .rm-no-c a.rm-powered, .rm-widget.rm-wdg_brr6vmxv .rm-c a.rm-powered span, .rm-widget.rm-wdg_brr6vmxv .rm-no-c a.rm-powered span, .rm-widget.rm-wdg_brr6vmxv .rm-c a.rm-powered img, .rm-widget.rm-wdg_brr6vmxv .rm-no-c a.rm-powered img {
	display: none !important;}


	
/* Time Tangler - Modal */
	
.rm-widget.rm-wdg_436lzrdi {
    font-family: "OpenSansCondensed",sans-serif !important;
    font-weight: 400 !important;
    border-radius: 8px !important;}

.rm-wdg_436lzrdi .rm-title p {
    font-weight: 400 !important;
    text-transform: uppercase !important;
	font-family: "OpenSansCondensed",sans-serif !important;
    font-size: 30px !important;}
	@media only screen and (max-width: 768px) {
		.rm-wdg_436lzrdi .rm-title p {
			font-size: 24px !important;} }

.rm-wdg_436lzrdi .rm-description p {
	font-family: "OpenSansCondensed",sans-serif !important;
    font-size: 24px !important;}
	@media only screen and (max-width: 768px) {
		.rm-wdg_436lzrdi .rm-description p {
			font-size: 20px !important;} }

.rm-widget.rm-wdg_436lzrdi .rm-button {
    padding: 20px 40px !important;
    border-radius: 8px;
    font-family: "Poppins" !important;
    opacity: 1 !important;
	max-width: 100%!important;
    transition: transform 0.2s linear !important;}
		@media only screen and (max-width: 768px) {
			.rm-widget.rm-wdg_436lzrdi .rm-button {
				padding: 20px 20px !important; } }

.rm-wdg_436lzrdi button.rm-button:hover {
    transform: translate(0px, -4px) !important;
}

.rm-widget.rm-wdg_436lzrdi .rm-button p {
    letter-spacing: 1px !important;
    font-size: 18px !important;}
	@media only screen and (max-width: 768px) {
		.rm-widget.rm-wdg_436lzrdi .rm-button p {
			font-size: 14px !important;
	   	 	padding: 3px 10px !important; } }

.rm-widget.rm-wdg_436lzrdi input.rm-input {
	max-width: 100%!important;}

.rm-widget.rm-wdg_436lzrdi .rm-offer-form {
	max-width: 100%!important;
    margin: 0px auto 0px!important;}

.rm-widget.rm-wdg_436lzrdi div.rm-powered-container, .rm-widget.rm-wdg_436lzrdi .rm-c a.rm-powered, .rm-widget.rm-wdg_436lzrdi .rm-no-c a.rm-powered, .rm-widget.rm-wdg_436lzrdi .rm-c a.rm-powered span, .rm-widget.rm-wdg_436lzrdi .rm-no-c a.rm-powered span, .rm-widget.rm-wdg_436lzrdi .rm-c a.rm-powered img, .rm-widget.rm-wdg_436lzrdi .rm-no-c a.rm-powered img {
	display: none !important;}	
	
.rm-wdg_brr6vmxv .rm-terms, .rm-wdg_brr6vmxv .rm-terms a, .rm-wdg_436lzrdi .rm-terms, .rm-wdg_436lzrdi .rm-terms a {
	display:none;} 
	
/* Invisible Innovator */

.rm-widget.rm-wdg_fbbe3ub0, .rm-widget.rm-wdg_se8jl2hs {
    font-family: "OpenSansCondensed",sans-serif !important;
    font-weight: 400 !important;
    border-radius: 8px !important;}

.rm-wdg_fbbe3ub0 .rm-title p, .rm-wdg_se8jl2hs .rm-title p {
    font-weight: 400 !important;
    text-transform: uppercase !important;
	font-family: "OpenSansCondensed",sans-serif !important;
    font-size: 30px !important;}
	@media only screen and (max-width: 768px) {
		.rm-wdg_fbbe3ub0 .rm-title p, .rm-wdg_se8jl2hs .rm-title p {
			font-size: 24px !important;} }

.rm-wdg_fbbe3ub0 .rm-description p, .rm-wdg_se8jl2hs .rm-description p {
	font-family: "OpenSansCondensed",sans-serif !important;
    font-size: 24px !important;}
	@media only screen and (max-width: 768px) {
		.rm-wdg_fbbe3ub0 .rm-description p, .rm-wdg_se8jl2hs .rm-description p {
			font-size: 20px !important;} }

.rm-widget.rm-wdg_fbbe3ub0 .rm-button, .rm-widget.rm-wdg_se8jl2hs .rm-button {
    padding: 20px 40px !important;
    border-radius: 8px;
    font-family: "Poppins" !important;
    opacity: 1 !important;
	max-width: 100%!important;
    transition: transform 0.2s linear !important;}
		@media only screen and (max-width: 768px) {
			.rm-widget.rm-wdg_fbbe3ub0 .rm-button, .rm-widget.rm-wdg_se8jl2hs .rm-button {
				padding: 20px 20px !important; } }

.rm-wdg_fbbe3ub0 button.rm-button:hover, .rm-wdg_se8jl2hs button.rm-button:hover {
    transform: translate(0px, -4px) !important;
}

.rm-widget.rm-wdg_fbbe3ub0 .rm-button p, .rm-widget.rm-wdg_se8jl2hs .rm-button p {
    letter-spacing: 1px !important;
    font-size: 18px !important;}
	@media only screen and (max-width: 768px) {
		.rm-widget.rm-wdg_fbbe3ub0 .rm-button p, .rm-widget.rm-wdg_se8jl2hs .rm-button p {
			font-size: 14px !important;
	   	 	padding: 3px 10px !important; } }

.rm-widget.rm-wdg_fbbe3ub0 input.rm-input, .rm-widget.rm-wdg_se8jl2hs input.rm-input {
	max-width: 100%!important;}

.rm-widget.rm-wdg_fbbe3ub0 .rm-offer-form, .rm-widget.rm-wdg_se8jl2hs .rm-offer-form {
	max-width: 100%!important;
    margin: 0px auto 0px!important;}

.rm-widget.rm-wdg_fbbe3ub0 div.rm-powered-container, .rm-widget.rm-wdg_fbbe3ub0 .rm-c a.rm-powered, .rm-widget.rm-wdg_fbbe3ub0 .rm-no-c a.rm-powered, .rm-widget.rm-wdg_fbbe3ub0 .rm-c a.rm-powered span, .rm-widget.rm-wdg_fbbe3ub0 .rm-no-c a.rm-powered span, .rm-widget.rm-wdg_fbbe3ub0 .rm-c a.rm-powered img, .rm-widget.rm-wdg_fbbe3ub0 .rm-no-c a.rm-powered img {
	display: none !important;}	
	
.rm-widget.rm-wdg_se8jl2hs div.rm-powered-container, .rm-widget.rm-wdg_se8jl2hs .rm-c a.rm-powered, .rm-widget.rm-wdg_se8jl2hs .rm-no-c a.rm-powered, .rm-widget.rm-wdg_se8jl2hs .rm-c a.rm-powered span, .rm-widget.rm-wdg_se8jl2hs .rm-no-c a.rm-powered span, .rm-widget.rm-wdg_se8jl2hs .rm-c a.rm-powered img, .rm-widget.rm-wdg_se8jl2hs .rm-no-c a.rm-powered img {
	display: none !important;}	

.rm-wdg_fbbe3ub0 .rm-terms, .rm-wdg_fbbe3ub0 .rm-terms a, .rm-wdg_se8jl2hs .rm-terms, .rm-wdg_se8jl2hs .rm-terms a {
	display:none;} 


/* Penny Producer */

.rm-widget.rm-wdg_hm1b3anp, .rm-widget.rm-wdg_hyzolpgk {
    font-family: "OpenSansCondensed",sans-serif !important;
    font-weight: 400 !important;
    border-radius: 8px !important;}

.rm-wdg_hm1b3anp .rm-title p, .rm-wdg_hyzolpgk .rm-title p {
    font-weight: 400 !important;
    text-transform: uppercase !important;
	font-family: "OpenSansCondensed",sans-serif !important;
    font-size: 30px !important;}
	@media only screen and (max-width: 768px) {
		.rm-wdg_hm1b3anp .rm-title p, .rm-wdg_hyzolpgk .rm-title p {
			font-size: 24px !important;} }

.rm-wdg_hm1b3anp .rm-description p, .rm-wdg_hyzolpgk .rm-description p {
	font-family: "OpenSansCondensed",sans-serif !important;
    font-size: 24px !important;}
	@media only screen and (max-width: 768px) {
		.rm-wdg_hm1b3anp .rm-description p, .rm-wdg_hyzolpgk .rm-description p {
			font-size: 20px !important;} }

.rm-widget.rm-wdg_hm1b3anp .rm-button, .rm-widget.rm-wdg_hyzolpgk .rm-button {
    padding: 20px 40px !important;
    border-radius: 8px;
    font-family: "Poppins" !important;
    opacity: 1 !important;
	max-width: 100%!important;
    transition: transform 0.2s linear !important;}
		@media only screen and (max-width: 768px) {
			.rm-widget.rm-wdg_hm1b3anp .rm-button, .rm-widget.rm-wdg_hyzolpgk .rm-button {
				padding: 20px 20px !important; } }

.rm-wdg_hm1b3anp button.rm-button:hover, .rm-wdg_hyzolpgk button.rm-button:hover {
    transform: translate(0px, -4px) !important;
}

.rm-widget.rm-wdg_hm1b3anp .rm-button p, .rm-widget.rm-wdg_hyzolpgk .rm-button p {
    letter-spacing: 1px !important;
    font-size: 18px !important;}
	@media only screen and (max-width: 768px) {
		.rm-widget.rm-wdg_hm1b3anp .rm-button p, .rm-widget.rm-wdg_hyzolpgk .rm-button p {
			font-size: 14px !important;
	   	 	padding: 3px 10px !important; } }

.rm-widget.rm-wdg_hm1b3anp input.rm-input, .rm-widget.rm-wdg_hyzolpgk input.rm-input {
	max-width: 100%!important;}

.rm-widget.rm-wdg_hm1b3anp .rm-offer-form, .rm-widget.rm-wdg_hyzolpgk .rm-offer-form {
	max-width: 100%!important;
    margin: 0px auto 0px!important;}

.rm-widget.rm-wdg_hm1b3anp div.rm-powered-container, .rm-widget.rm-wdg_fbbe3ub0 .rm-c a.rm-powered, .rm-widget.rm-wdg_fbbe3ub0 .rm-no-c a.rm-powered, .rm-widget.rm-wdg_fbbe3ub0 .rm-c a.rm-powered span, .rm-widget.rm-wdg_fbbe3ub0 .rm-no-c a.rm-powered span, .rm-widget.rm-wdg_fbbe3ub0 .rm-c a.rm-powered img, .rm-widget.rm-wdg_fbbe3ub0 .rm-no-c a.rm-powered img {
	display: none !important;}	

.rm-widget.rm-wdg_hyzolpgk div.rm-powered-container, .rm-widget.rm-wdg_hyzolpgk .rm-c a.rm-powered, .rm-widget.rm-wdg_hyzolpgk .rm-no-c a.rm-powered, .rm-widget.rm-wdg_hyzolpgk .rm-c a.rm-powered span, .rm-widget.rm-wdg_hyzolpgk .rm-no-c a.rm-powered span, .rm-widget.rm-wdg_hyzolpgk .rm-c a.rm-powered img, .rm-widget.rm-wdg_hyzolpgk .rm-no-c a.rm-powered img {
	display: none !important;}	
	
.rm-wdg_hm1b3anp .rm-terms, .rm-wdg_hm1b3anp .rm-terms a, .rm-wdg_hyzolpgk .rm-terms, .rm-wdg_hyzolpgk .rm-terms a {
	display:none;} 
	
/* Misunderstood Marketer */

.rm-widget.rm-wdg_qz7g5q3e, .rm-widget.rm-wdg_rc8lcdcd {
    font-family: "OpenSansCondensed",sans-serif !important;
    font-weight: 400 !important;
    border-radius: 8px !important;}

.rm-wdg_qz7g5q3e .rm-title p, .rm-wdg_rc8lcdcd .rm-title p {
    font-weight: 400 !important;
    text-transform: uppercase !important;
	font-family: "OpenSansCondensed",sans-serif !important;
    font-size: 30px !important;}
	@media only screen and (max-width: 768px) {
		.rm-wdg_qz7g5q3e .rm-title p, .rm-wdg_rc8lcdcd .rm-title p {
			font-size: 24px !important;} }

.rm-wdg_qz7g5q3e .rm-description p, .rm-wdg_rc8lcdcd .rm-description p {
	font-family: "OpenSansCondensed",sans-serif !important;
    font-size: 24px !important;}
	@media only screen and (max-width: 768px) {
		.rm-wdg_qz7g5q3e .rm-description p, .rm-wdg_rc8lcdcd .rm-description p {
			font-size: 20px !important;} }

.rm-widget.rm-wdg_qz7g5q3e .rm-button, .rm-widget.rm-wdg_rc8lcdcd .rm-button {
    padding: 20px 40px !important;
    border-radius: 8px;
    font-family: "Poppins" !important;
    opacity: 1 !important;
	max-width: 100%!important;
    transition: transform 0.2s linear !important;}
		@media only screen and (max-width: 768px) {
			.rm-widget.rm-wdg_qz7g5q3e .rm-button, .rm-widget.rm-wdg_rc8lcdcd .rm-button {
				padding: 20px 20px !important; } }

.rm-wdg_qz7g5q3e button.rm-button:hover, .rm-wdg_rc8lcdcd button.rm-button:hover {
    transform: translate(0px, -4px) !important;
}

.rm-widget.rm-wdg_qz7g5q3e .rm-button p, .rm-widget.rm-wdg_rc8lcdcd .rm-button p {
    letter-spacing: 1px !important;
    font-size: 18px !important;}
	@media only screen and (max-width: 768px) {
		.rm-widget.rm-wdg_qz7g5q3e .rm-button p, .rm-widget.rm-wdg_rc8lcdcd .rm-button p {
			font-size: 14px !important;
	   	 	padding: 3px 10px !important; } }

.rm-widget.rm-wdg_qz7g5q3e input.rm-input, .rm-widget.rm-wdg_rc8lcdcd input.rm-input {
	max-width: 100%!important;}

.rm-widget.rm-wdg_qz7g5q3e .rm-offer-form, .rm-widget.rm-wdg_rc8lcdcd .rm-offer-form {
	max-width: 100%!important;
    margin: 0px auto 0px!important;}

.rm-widget.rm-wdg_qz7g5q3e div.rm-powered-container, .rm-widget.rm-wdg_qz7g5q3e .rm-c a.rm-powered, .rm-widget.rm-wdg_qz7g5q3e .rm-no-c a.rm-powered, .rm-widget.rm-wdg_qz7g5q3e .rm-c a.rm-powered span, .rm-widget.rm-wdg_qz7g5q3e .rm-no-c a.rm-powered span, .rm-widget.rm-wdg_qz7g5q3e .rm-c a.rm-powered img, .rm-widget.rm-wdg_qz7g5q3e .rm-no-c a.rm-powered img {
	display: none !important;}	

.rm-widget.rm-wdg_rc8lcdcd div.rm-powered-container, .rm-widget.rm-wdg_rc8lcdcd .rm-c a.rm-powered, .rm-widget.rm-wdg_rc8lcdcd .rm-no-c a.rm-powered, .rm-widget.rm-wdg_rc8lcdcd .rm-c a.rm-powered span, .rm-widget.rm-wdg_rc8lcdcd .rm-no-c a.rm-powered span, .rm-widget.rm-wdg_rc8lcdcd .rm-c a.rm-powered img, .rm-widget.rm-wdg_rc8lcdcd .rm-no-c a.rm-powered img {
	display: none !important;}	
	
.rm-wdg_qz7g5q3e .rm-terms, .rm-wdg_qz7g5q3e .rm-terms a, .rm-wdg_rc8lcdcd .rm-terms, .rm-wdg_rc8lcdcd .rm-terms a {
	display:none;} 
	
/* Meticulous Maker */

.rm-widget.rm-wdg_x86w6hoo, .rm-widget.rm-wdg_kv52m2wu {
    font-family: "OpenSansCondensed",sans-serif !important;
    font-weight: 400 !important;
    border-radius: 8px !important;}

.rm-wdg_x86w6hoo .rm-title p, .rm-wdg_kv52m2wu .rm-title p {
    font-weight: 400 !important;
    text-transform: uppercase !important;
	font-family: "OpenSansCondensed",sans-serif !important;
    font-size: 30px !important;}
	@media only screen and (max-width: 768px) {
		.rm-wdg_x86w6hoo .rm-title p, .rm-wdg_kv52m2wu .rm-title p {
			font-size: 24px !important;} }

.rm-wdg_x86w6hoo .rm-description p, .rm-wdg_kv52m2wu .rm-description p {
	font-family: "OpenSansCondensed",sans-serif !important;
    font-size: 24px !important;}
	@media only screen and (max-width: 768px) {
		.rm-wdg_x86w6hoo .rm-description p, .rm-wdg_kv52m2wu .rm-description p {
			font-size: 20px !important;} }

.rm-widget.rm-wdg_x86w6hoo .rm-button, .rm-widget.rm-wdg_kv52m2wu .rm-button {
    padding: 20px 40px !important;
    border-radius: 8px;
    font-family: "Poppins" !important;
    opacity: 1 !important;
	max-width: 100%!important;
    transition: transform 0.2s linear !important;}
		@media only screen and (max-width: 768px) {
			.rm-widget.rm-wdg_x86w6hoo .rm-button, .rm-widget.rm-wdg_kv52m2wu .rm-button {
				padding: 20px 20px !important; } }

.rm-wdg_x86w6hoo button.rm-button:hover, .rm-wdg_kv52m2wu button.rm-button:hover {
    transform: translate(0px, -4px) !important;
}

.rm-widget.rm-wdg_x86w6hoo .rm-button p, .rm-widget.rm-wdg_kv52m2wu .rm-button p {
    letter-spacing: 1px !important;
    font-size: 18px !important;}
	@media only screen and (max-width: 768px) {
		.rm-widget.rm-wdg_x86w6hoo .rm-button p, .rm-widget.rm-wdg_kv52m2wu .rm-button p {
			font-size: 14px !important;
	   	 	padding: 3px 10px !important; } }

.rm-widget.rm-wdg_x86w6hoo input.rm-input, .rm-widget.rm-wdg_kv52m2wu input.rm-input {
	max-width: 100%!important;}

.rm-widget.rm-wdg_x86w6hoo .rm-offer-form, .rm-widget.rm-wdg_kv52m2wu .rm-offer-form {
	max-width: 100%!important;
    margin: 0px auto 0px!important;}

.rm-widget.rm-wdg_x86w6hoo div.rm-powered-container, .rm-widget.rm-wdg_x86w6hoo .rm-c a.rm-powered, .rm-widget.rm-wdg_x86w6hoo .rm-no-c a.rm-powered, .rm-widget.rm-wdg_x86w6hoo .rm-c a.rm-powered span, .rm-widget.rm-wdg_x86w6hoo .rm-no-c a.rm-powered span, .rm-widget.rm-wdg_x86w6hoo .rm-c a.rm-powered img, .rm-widget.rm-wdg_x86w6hoo .rm-no-c a.rm-powered img {
	display: none !important;}	

.rm-widget.rm-wdg_kv52m2wu div.rm-powered-container, .rm-widget.rm-wdg_kv52m2wu .rm-c a.rm-powered, .rm-widget.rm-wdg_kv52m2wu .rm-no-c a.rm-powered, .rm-widget.rm-wdg_kv52m2wu .rm-c a.rm-powered span, .rm-widget.rm-wdg_kv52m2wu .rm-no-c a.rm-powered span, .rm-widget.rm-wdg_kv52m2wu .rm-c a.rm-powered img, .rm-widget.rm-wdg_kv52m2wu .rm-no-c a.rm-powered img {
	display: none !important;}	
	
.rm-wdg_x86w6hoo .rm-terms, .rm-wdg_x86w6hoo .rm-terms a, .rm-wdg_kv52m2wu .rm-terms, .rm-wdg_kv52m2wu .rm-terms a {
	display:none;} 

.announcement-bar {height: 50px;display: grid;background-color: #17BCBC;width:100%;}
	
@media (max-width: 767px) {
	.announcement-bar {display:none !important;}
}

.waim-spinner-wrapper {
  background: #2831ff;
  width: 72px;
  height: 72px;
  border-radius: 0 4px 4px 0;
  padding: 28px;
  margin-left: 13px;
}

.waim-spinner-wrapper ~ * {
  display: none;
}

.waim-spinner-wrapper ~ *::after {
  display: none;
}

.waim-spinner ~ * {
  display: none !important;
}

.waim-spinner {
  margin: 5px auto;
  font-size: 4px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: spin 1.1s infinite ease;
  animation: spin 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}


/* 2023 Dashboard Teaser */

.library-intro-container {
	display: grid;
    grid-template-columns: 70% 26%;
    grid-gap: 4%;
    padding-bottom: 40px;
    border-bottom: 1.5px solid #EAEBF4;
}

.quick-links-container {
	display:flex;
	flex-direction:column;
	gap:16px;
}

a.quick-link-link {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 7px 16px 7px 16px;
	gap: 10px;
	width: 100%;
	height: 40px;
	background: #F8F8FC;
	border-radius: 8px;
	flex: none;
	order: 0;
	flex-grow: 0;
	text-decoration: none;
	transition: background 300ms ease;
	border: 1px solid #F8F8FC;
}

.icon-name-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 8px;
}

.icon-wrap {
	width: 16px;
	height: 16px;
}

.link-name {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #212125;
}

.arrow-wrap {
	width: 16px;
	height: 16px;
}

.library-intro-container h2 {
    margin-bottom: 0px;
	font-size:26px; 
}

.library-intro-container p {
    margin-bottom: 0px;
}

.library-right-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.library-left-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

a.quick-link-link:hover {
    background: #f8f8fc;
	border: 1px solid #2831FF;
	color:#2831FF;
}

a.quick-link-link:hover .icon-name-wrap div.link-name{
	color:#2831FF !important;
}

a.quick-link-link:hover img{
	filter: invert(19%) sepia(81%) saturate(7455%) hue-rotate(243deg) brightness(101%) contrast(108%);
}


@media (max-width: 767px) {
.library-intro-container {grid-template-columns: 100%;}
}

/* END 2023 Dashboard Teaser */


@-webkit-keyframes spin {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes spin {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

/* Welcome Top Bar */

.welcomeTopBar{
	position: relative;
	z-index: 9;
}

.welcomeTopBar *{
	font-family: 'DM Sans', sans-serif;
}

.welcomeTopBar .container-fluid{
	display:flex;
}

.welcomeTopBar .welcomeUser{
	font-weight: 700;
	font-size: 30px;
	line-height: 39px;
	color: #212125;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.welcomeTopBar .welcomeLinks {
	display: flex;
	align-items: center;
	gap: 15px;
}

.welcomeTopBar .welcomeUser .quickLinks{
	display: none;
}

.welcomeTopBar .welcomeSummary {
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #707183;
	margin-top: 7px;
	max-width: 610px;
	margin-bottom: -5px;
}
.welcomeTopBar .welcomeContent{
	display: flex;
	align-items: center;
	margin-left: auto;
}

.welcomeTopBar .form-search {
	width: 454px;
	height: 40px;
	background: #F8F8FC;
	border: 1.5px solid #EAEBF4;
	border-radius: 12px;
	padding: 8px 16px;
	gap: 10px;
	justify-content: start;
}

.welcomeTopBar .form-search input[type="text"]{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #555;
	border:0;
	margin:0;
	background: #F8F8FC;
	padding:0;
	width: 100%;
	height: auto;
}

.welcomeTopBar .form-search input[type="text"]::placeholder{
    color: #9FA0B3;
}

.welcomeTopBar .form-search img{
	filter: grayscale(100%);
	width: 19px;
	opacity: 0.45;
	height: auto;
}

.welcomeTopBar .form-search button{
	display: none;
}

.welcomeTopBar .quickLinks{
	margin-left:16px;
	padding-left:16px;
	border-left: 1.5px solid #EAEBF4;
}

.welcomeTopBar .quickLinks a {
	border: 1.5px solid #EAEBF4;
	border-radius: 12px;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #9FA0B3;
	padding: 11px 16px;
	height: 40px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-width: 137px;
	transition: .2s;
}

.welcomeTopBar .quickLinks a svg path{
	transition: .2s;
}

.welcomeTopBar .quickLinks a:hover{
	border-color:#2831FF;
}

.welcomeTopBar .quickLinks a:hover svg path{
	fill:#2831FF;
}

.overflow-hidden{
	overflow: hidden !important;
}

#quickDrawer{
	position: fixed;
	top: 0px;
	background: #F8F8FC;
	border: 1px solid rgba(159, 160, 179, 0.34);
	border-radius: 0px 40px 0px 0px;
	width: 100%;
	max-width: 663px;
	transition: right 0.4s ease-in-out;
	right: -663px;
	min-height: calc(100vh - 2px);
	overflow-x: auto;
	height:100%;
	scrollbar-width: none;
	
	::-webkit-scrollbar {
        height: 0px;
        width: 0px;
        background: #f0f0f0;
    }
}

#quickDrawer.active{
	right: 0px;
}

#quickDrawer .drawerWrap{
	align-items: stretch;
	display: flex;
	min-height: calc(100vh - 2px);
}

#quickDrawer .quickBoxTitle{
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	color: #404051;
	margin-bottom:12px;
	display: flex;
	justify-content: space-between;
	align-items: end;
}

#quickDrawer .drawerLeft{
	padding: 56px 36px 40px;
	border-right: 1px solid rgba(159, 160, 179, 0.34);
	background: #EAEBF4;
	width:307px;
}

#quickDrawer .drawerRight{
	padding: 36px 36px 40px;
	width: calc(100% - 307px);
}

#quickDrawer .closeDrawer{
	cursor: pointer;
}

#quickDrawer .closeDrawer path,
#quickDrawer .closeDrawer rect{
	transition: .2s;
}

#quickDrawer .closeDrawer:hover path{
	fill: #2831FF;
}

#quickDrawer .closeDrawer:hover rect{
	stroke: #2831FF;
}

.next_session_box{
	background: #FFFFFF;
	border: 1px solid #212125;
	box-shadow: 3px 3px 0px #212125;
	border-radius: 20px;
	padding: 20px;
	margin-top: 12px;
}

.next_session_box img.nexts_image{
	width: 64px;
	height: 64px;
	border-radius: 14px;
	object-fit: cover;
}

.next_session_box .nexts_title{
	margin-top: 15px;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.02em;
	color: #404051;
}

.next_session_box .nexts_content{
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #707183;
	margin-top: 14px;
}

.next_session_box .nexts_meta{
	border-top: 1px solid #EAEBF4;
	padding-top: 18px;
	margin-top: 18px;
	margin-bottom: 16px;
}

.next_session_box .nexts_meta div{
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: right;
	color: #404051;
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 5px;
}

a.round-button{
	background: #2831FF;
	border-radius: 22.854px;
	height:44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #F8F8FC;
	text-decoration: none;
	gap: 4px;
	transition: all 0.3s ease;
}

a.round-button:hover{
	background: #666CFF;
	color: #F8F8FC;
}

.up_sessions{
	margin-top: 44px;
}

.up_sessions .sessions_list{
	margin-top:12px;
	display:flex;
	flex-direction: column;
	gap: 12px;
}

.up_sessions .sessions_list .session_item{
	background: #FFFFFF;
	border: 1.5px solid #EAEBF4;
	border-radius: 12px;
	padding: 10px 16px;
	display: flex;
	min-height: 88px;
	gap: 12px;
	text-decoration: none;
}

.up_sessions .sessions_list a.session_item:hover{
	border: 1.5px solid #2831FF;
}

.up_sessions .sessions_list .session_item .session_date {
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	color: #404051;
	min-width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vDivider{
	background: #D7D7F3;
	border-radius: 10px;
	width: 3px;
}

.vDivider.orange{
	background: #F8D3CB;
}

.up_sessions .sessions_list .session_item .session_info{
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
}

.up_sessions .sessions_list .session_name{
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #404051;
}

.up_sessions .sessions_list .session_text{
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #707183;
}

/* User Dashboard */

.site-wrapper--dashboard{
	background: #2A2A36;
}

.site-wrapper--dashboard main{
	background: #fff;
	border-radius: 40px 40px 0px 0px;
	margin: 12px 12px 0 0;
	padding: 36px;
}


@media screen and (max-width: 1024px) {
	.welcomeTopBar .form-search {
		width: 300px;
	}
}

@media screen and (max-width: 991px) {
	.welcomeTopBar .container-fluid {
		flex-direction: column;
	}	
	
	.welcomeTopBar .welcomeUser .quickLinks {
		display: flex;
		border:0;
		margin-left:0;
	}

	.welcomeTopBar .welcomeContent {
		margin-left: 0;
		margin-top: 15px;
	}
	
	.welcomeTopBar .welcomeContent .quickLinks{
		display: none;
	}
	
	.welcomeTopBar .form-search {
		width: 100%;
	}
}

@media screen and (max-width: 767px) 
{
	#quickDrawer{
		width: calc(100vw + 1px);
		max-width: inherit;
		right:-100%;
	}
	
	#quickDrawer.active{
		right: -1px !important;
	}
	
	#quickDrawer .drawerLeft,
	#quickDrawer .drawerRight{
		width: 100%;
		padding: 35px 25px;
		border: 0;
	}
}

@media screen and (max-width: 575px) {
	.welcomeTopBar .welcomeContent {
		flex-direction: column;
		align-items: start;
		gap: 20px;
	}
	.welcomeTopBar .quickLinks {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}
	.welcomeTopBar .form-search {
		width: 100%;
	}
	.welcomeTopBar .welcomeUser {
		font-size: 20px;
		line-height: 25px;
	}
}

@media screen and (max-width: 500px) {
	#quickDrawer .drawerWrap{
		flex-direction: column-reverse;
	}
	.dark-bg-wrapper main.dashboard-content {
		padding: 25px;
	}
	.dashboard-content {
		width: 100%;
		margin: 5px !important;
	}
}