/** Shopify CDN: Minification failed

Line 1001:2 "z-idnex" is not a known CSS property
Line 1768:25 Expected ":"

**/
footer {
  display: none !important;
}

html, body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Poppins";
  font-size: 4.106vw;
  color: #5074be;
  line-height: 1.25;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: center;
}

.container {
    width: 86.5vw;
    margin: 0 auto;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    width: 100%;
    object-fit: cover;
}

p {
    margin: 0;
}

strong {
    font-weight: 800;
}

h1 {
    margin-top: 0;
    margin-bottom: 4.106vw;
    font-size: 7.971vw;
    font-weight: 800;
    line-height: 1.1;
    color: #4e72c0;
}

h2 {
    margin-top: 0;
    margin-bottom: 4vw;
    font-size: 7.971vw;
    font-weight: 800;
    line-height: 1.3;
}

h4 {
    margin-top: 0;
    margin-bottom: 1.4vw;
    font-size: 5.4vw;
    font-weight: 800;
    line-height: 1.4;
}

.btn {
    display: inline-block;
    height: 11.594vw;
    padding: 4.106vw 8.696vw 0;
    border: none;
    outline: none;
    font-size: 3.140vw;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .2vw;
    white-space: nowrap;
    cursor: pointer;
    transition: .2s;
}

.red-btn {
    background-color: #ea7a64;
    color: #fff;
}

.red-btn:hover {
    background-color: #ea8777;
}

.desktop {
  display: none;
}

@media (min-width: 1000px) {
    body {
      font-size: 1.302vw;
      text-align: left;
    }

    .container {
        width: 81.2vw;
    }

    h1 {
        margin-bottom: 1.198vw;
        font-size: 3.698vw;
        margin-top: 1.042vw;
    }

    h2 {
        margin-bottom: 1.1vw;
        font-size: 2.604vw;
    }

    h4 {
        margin-top: 0;
        margin-bottom: .7vw;
        font-size: 1.5vw;
        font-weight: 800;
        line-height: 1.4;
    }

    .btn {
        height: 4.010vw;
        margin: 0;
        padding: 1.354vw 2.917vw 0;
        font-size: 1.094vw;
        letter-spacing: .1vw;
    }

  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }
}

header {
    background-color: #fff;
  box-shadow: 0 0 12.077vw rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 100000;
}

.header-top {
    position: relative;
}

header .container {
    display: flex;
    align-items: center;
  justify-content: space-between;
    height: 24.879vw;
}

header .logo {
    width: 54.589vw;
    display: block;
    line-height: 1;
}

header .logo img {
    display: block;
}

.menu-toggle {
    width: 13.768vw;
    height: 7.246vw;
  position: relative;
  transform: rotate(0deg);
  cursor: pointer;
}

.menu-toggle span {
    display: block;
    margin-bottom: 1.449vw;
    width: 100%;
    height: 1.449vw;
    background: #e87a68;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .3s ease-in-out;
}

.menu-toggle span:last-child {
  margin-bottom: 0;
}

.mobile-group {
    display: none;
    position: absolute;
    bottom: 1px;
    left: -6.75vw;
    transform: translateY(100%);
    z-index: 10000;
    width: 100vw;
    padding: 2vw 6.8vw 8vw;
    background-color: #fff;
    font-size: 3.8vw;
    text-transform: uppercase;
}

header .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.header-menu li {
    margin-bottom: 3vw;
}

.header-menu li a {
    position: relative;
    display: inline-block;
}

.header-menu li.active {
    font-weight: 900;
    color: #4c70c4;
}

.header-menu li.active li {
    font-weight: 400;
}

.header-menu li ul {
    display: none;
    margin: 3vw 0;
}

.header-menu .open-submenu {
    position: absolute;
    top: 50%;
    right: -3vw;
    transform: translate(100%, -50%);
    width: 4vw;
    height: 100%;
  font-size: 3.5vw;
  font-weight: 700;
}

header .user,
header .cart .icon {
    font-size: 5.8vw;
}

header .user a,
header .cart .icon a {
    display: block;
}

header .user {
  font-size: 4.831vw;
  font-weight: 800;
  color: #353336;
  position: relative;
  text-transform: none;
}

header .user:after {
  content: "";
  position: absolute;
  bottom: -0.483vw;
  left: 0;
  width: 100%;
  height: 1px; 
  background-color: #353336;
}

header .cart {
    position: relative;
    margin-left: 8vw;
  font-size: 4.831vw;
  color: #ea7a64;
}

header .cart .product-number {
    position: absolute;
    top: -1.5vw;
    right: -2.7vw;
    display: block;
    width: 4vw;
    height: 4vw;
    border-radius: 100%;
    background-color: #4e72c0;
    font-size: 2.6vw;
    color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1000px) {
    header {
      box-shadow: 0 0 2.604vw rgba(0, 0, 0, 0.2);
    }
  
    header .container {
      height: 6.25vw;
    }

    header .logo {
        width: 15.573vw;
    }

    .menu-toggle {
        display: none;
    }

    .mobile-group {
        display: flex;
        position: static;
        width: auto;
        padding: 0;
        background-color: transparent;
        transform: none;
    }

    header .user {
      font-size: 1.302vw;
    }

    header .cart {
        margin-left: 3.021vw;
      font-size: 1.979vw;
      margin-top: 0.260vw;
    }

    header .cart .product-number {
        top: -.5vw;
        right: -1vw;
        width: 1.4vw;
        height: 1.4vw;
        font-size: .9vw;
        line-height: 1.4vw;
    }

  header .user:after {
    bottom: -0.104vw;
  }
}

.hero {
  color: #fff;
  display: flex;
  align-items: flex-end;
  min-height: 128.986vw;
  padding: 7.729vw 0;
  position: relative;
  text-align: left;
  font-size: 3.623vw;
  text-shadow: 0 0 4.831vw #000000;
  font-weight: 300;
  line-height: 1.53;
}

.hero p {
  letter-spacing: -.015em;
}

.hero .container {
  position: relative;
  z-index: 10;
  width: 89.372vw;
}

.hero picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero picture img {
  width: 100%;
  height: 100%;
  display: block;
}

.hero h2 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 6.763vw;
  margin: 0;
  letter-spacing: .03em;
  line-height: 1.2;
}

.hero h1 {
  font-size: 9.903vw;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  margin-bottom: 1.208vw;
}

.hero .btn {
  font-size: 3.623vw;
  text-shadow: none;
  height: 12.319vw;
  padding-top: 3.623vw;
  margin-top: 4.348vw;
}

@media (min-width: 1000px) {
  .hero {
    display: flex;
    align-items: center;
    min-height: 41.406vw;
    padding: 5.729vw 0 4.167vw;
    font-size: 1.302vw;
    text-shadow: 0 0 1.563vw rgb(0 0 0 / 70%);
    font-weight: 300;
    line-height: 1.5;
  }
  
  .hero p {
    letter-spacing: normal;
    text-shadow: 0 0 0.781vw rgb(0 0 0 / 70%);
  }
  
  .hero .container {
    width: 81.25vw;
  }
  
  .hero h2 {
    font-size: 2.396vw;
    line-height: 1.2;
  }
  
  .hero h1 {
    font-size: 3.542vw;
    margin-bottom: 0.833vw;
    margin-top: 0;
  }
  
  .hero .btn {
    font-size: 1.094vw;
    height: 4.01vw;
    padding-top: 1.302vw;
    margin-top: 1.563vw;
  }
  
  .hero .content {
    width: 32.292vw;
  }
}

.shop-section {
  padding: 4.831vw 0 9.179vw;
  color: #353336;
  font-size: 3.865vw;
  line-height: 1.31;
}

.shop-section .container {
  width: 95.894vw;
}

.shop-section img {
  width: 55.556vw;
  margin: 0 auto;
  display: block;
}

.shop-section .stars {
  font-size: 6.039vw;
  color: #e87a68;
  letter-spacing: -.1em;
  margin-top: 1.691vw;
}

.shop-section h2 {
  font-size: 5.314vw;
  line-height: 1.27;
  width: 91.787vw;
  margin: 3.623vw auto 4.831vw;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

.shop-section .text {
  width: 91vw;
  margin: 0 auto;
}

.shop-section p {
  letter-spacing: -.03em;
  margin-bottom: 4.831vw;
}

.shop-section .bundle h3 {
  font-size: 5.072vw;
  font-weight: 700;
  color: #5074be;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: .06em;
  margin-top: 6.763vw;
  margin-bottom: 4.106vw;
}

.shop-section .bundle-products {
  background-color: #5074be;
  border-radius: 43px;
  padding: 4.831vw 2.657vw 13.285vw 7.246vw;
  color: #fff;
}

.shop-section .bundle-products .item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.shop-section .bundle-products .item .price {
  width: 28.261vw;
  margin-right: 6.28vw;
  font-size: 8.937vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: -.05em;
  line-height: 1;
}

.shop-section .bundle-products .item:last-child .price {
  margin-right: 4.831vw;
}

.shop-section .bundle-products .item .price .compare {
  font-size: 6.522vw;
  color: #b7cdfb;
  letter-spacing: -.02em;
  display: inline-block;
}

.shop-section .compare {
  position: relative;
}

.shop-section .compare:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 0.483vw; 
  background: #b7cdfb;
}

.shop-section .bundle-products .item .price span {
  display: block;
  font-size: 2.899vw;
  font-weight: 300;
  letter-spacing: normal;
  margin-top: 0.725vw;
  margin-bottom: 2.415vw;
}

.shop-section .bundle-products .title {
  font-size: 5.314vw;
  font-weight: 600;
  line-height: 1.18;
  text-align: left;
  letter-spacing: -.02em;
  width: 50.725vw;
}

.shop-section .bundle-products .title small {
  font-size: 5.314vw;
  font-weight: 300;
  display: block;
}

.shop-section .bundle-products .plus {
  font-size: 18.116vw;
  font-weight: 700;
  color: #e87a68;
  line-height: 1;
  margin: -0.725vw 3.623vw -3.623vw 0;
}

.shop-section .bundle-price {
  width: 86.473vw;
  background-color: #fff;
  border: 2px solid #5074be;
  border-radius: 100px;
  margin: -11.353vw auto 0;
  font-size: 5.797vw;
  color: #e87a68;
  font-weight: 600;
  line-height: 1;
  padding: 3.623vw 8.454vw 4.106vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.shop-section .bundle-price .price {
  font-size: 10.145vw;
  font-weight: 700;
  margin-left: 3.623vw;
  margin-bottom: 0.483vw;
  letter-spacing: -.08em;
  font-weight: 700;
}

.shop-section .bundle-price .compare {
  font-size: 7.488vw;
  color: #a1bcf2;
  letter-spacing: -.04em;
  font-weight: 700;
}

.shop-section .bundle-price .price-text {
  letter-spacing: -.02em;
}

input.btn {
  padding-top: 0;
}

.shop-section .btn {
  margin-top: 5.556vw;
  height: 12.077vw;
  font-size: 3.865vw;
}

@media (min-width: 1000px) {
  .shop-section {
    padding: 3.906vw 0 5.729vw;
    font-size: 1.198vw;
    line-height: 1.63;
  }
  
  .shop-section .container {
    width: 83.333vw;
  }
  
  .shop-section .show-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .shop-section img {
    width: 35.938vw;
    margin: 0;
  }
  
  .shop-section .stars {
    font-size: 2.188vw;
    letter-spacing: -.1em;
    margin-top: 0.521vw;
  }
  
  .shop-section h2 {
    font-size: 1.823vw;
    line-height: 1.31;
    width: 39.583vw;
    margin: 0.781vw 0 1.563vw;
  }
  
  .shop-section .text {
    width: 40.625vw;
    margin: 0;
    margin-right: 1.042vw;
  }
  
  .shop-section p {
    letter-spacing: -.015em;
    margin-bottom: 2.083vw;
  }
  
  .shop-section .bundle h3 {
    font-size: 1.51vw;
    letter-spacing: .06em;
    margin-top: 0;
    margin-bottom: 1.302vw;
    text-align: center;
  }
  
  .shop-section .bundle {
    width: 75.26vw;
    margin: 1.979vw auto 0;
  }
  
  .shop-section .bundle-products {
    border-radius: 69px;
    padding: 1.146vw 4.427vw 1.302vw 4.167vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .shop-section .bundle-products .item .price {
    width: auto;
    max-width: 10.417vw;
    margin-right: 2.083vw;
    font-size: 1.719vw;
    font-weight: 700;
    text-align: center;
    letter-spacing: -.05em;
    line-height: 1;
  }
  
  .shop-section .bundle-products .item:last-child .price {
    margin-right: 1.042vw;
  }
  
  .shop-section .bundle-products .item:last-child .title {
    width: 18.229vw;
  }
  
  .shop-section .bundle-products .item .price .compare {
    font-size: 1.406vw;
    letter-spacing: -.02em;
  }
  
  .shop-section .compare:after {
    height: 0.104vw; 
  }
  
  .shop-section .bundle-products .item .price span {
    font-size: 0.99vw;
    margin-top: 0.365vw;
    margin-bottom: 0;
    letter-spacing: 0.03em;
  }
  
  .shop-section .bundle-products .title {
    font-size: 1.563vw;
    line-height: 1.13;
    letter-spacing: -.02em;
    width: 22.135vw;
  }
  
  .shop-section .bundle-products .title small {
    font-size: 1.198vw;
    display: inline;
  }
  
  .shop-section .bundle-products .plus {
    font-size: 4.792vw;
    margin: 0 1.823vw 0 2.083vw;
  }
  
  .shop-section .bundle-price {
    width: 34.74vw;
    background-color: #fff;
    border: 2px solid #4e72c0;
    border-radius: 100px;
    margin: -0.781vw auto 0;
    font-size: 1.25vw;
    padding: 1.042vw 2.604vw 1.042vw;
    flex-wrap: nowrap;
  }
  
  .shop-section .bundle-price .price {
    font-size: 2.188vw;
    margin-left: 1.354vw;
    margin-bottom: 0;
    letter-spacing: -.08em;
  }
  
  .shop-section .bundle-price .compare {
    font-size: 1.615vw;
    letter-spacing: -.04em;
  }
  
  .shop-section .bundle-price .price-text {
    letter-spacing: -.02em;
    margin-left: 1.146vw;
  }
  
  input.btn {
    padding-top: 0;
  }
  
  .shop-section .btn {
    margin-top: 1.458vw;
    height: 3.906vw;
    font-size: 1.094vw;
  }

  .shop-section .bundle-products .item:last-child .price {
    margin-right: 1.563vw;
  }
  
  .shop-section form {
    text-align: center;
  }
}

.picture-bg {
  position: relative;
}

.picture-bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.picture-bg .bg img {
  width: 100%;
  height: 100%;
  display: block;
}

.picture-bg .container {
  position: relative;
  z-index: 10;
}

.its-simple {
  padding: 5.556vw 0 6.28vw;
  font-size: 3.623vw;
  line-height: 1.33;
  color: #353336;
  letter-spacing: -.02em;
}

.its-simple p {
  margin: 0;
}

.its-simple h2 {
  font-size: 7.971vw;
  font-weight: 700;
  letter-spacing: -.03em;
  margin: 0;
}

.its-simple .container {
  width: 86.957vw;
}

@media (min-width: 1000px) {
  .its-simple {
    padding: 0.938vw 0 0.885vw;
    font-size: 0.99vw;
    line-height: 1.37;
    letter-spacing: -.02em;
  }
  
  .its-simple h2 {
    font-size: 2.604vw;
    letter-spacing: -.02em;
    margin: 0;
    margin-right: 1.406vw;
  }
  
  .its-simple h2 .desktop {
    display: inline;
  }
  
  .its-simple .container {
    width: 37.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.why-ss {
  min-height: 140.338vw;
  padding: 7.246vw 0 4.831vw;
  font-size: 3.623vw;
  line-height: 1.53;
  text-shadow: 0 0 7.246vw #000000;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  text-align: left;
}

.why-ss h2 {
  font-size: 7.729vw;
  font-weight: 700;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.why-ss .container {
  width: 86.957vw;
}

.why-ss p {
  letter-spacing: -.02em;
  margin-bottom: 5.556vw;
}

.bottom-bar {
  display: none !important;
}

@media (min-width: 1000px) {
  .why-ss {
    min-height: 45.573vw;
    padding: 7.552vw 0 5.208vw;
    font-size: 1.198vw;
    line-height: 1.63;
    text-shadow: 0 0 1.563vw #fff;
    display: flex;
    align-items: center;
    color: #353336;
  }
  
  .why-ss h2 {
    font-size: 3.021vw;
    letter-spacing: -.02em;
    white-space: normal;
    margin-bottom: 1.563vw;
  }
  
  .why-ss .container {
    width: 81.25vw;
  }
  
  .why-ss p {
    letter-spacing: -.02em;
    margin-bottom: 2.083vw;
  }
  
  .why-ss p:last-child {
    margin-bottom: 0;
  }
  
  .why-ss .text {
    width: 35.417vw;
  }
} 

.slick-dots {
	 position: absolute;
	 bottom: 4vw;
	 left: 50%;
	 transform: translateX(-50%);
}
 .slick-dots li button {
     width: 5.314vw;
	 height: 5.314vw;
	 border: 1px solid #7e7a7a;
	 border-radius: 100%;
   border-width: 2px;
}
 .slick-dots li button:before {
	 display: none;
}
 .slick-dots .slick-active button {
	 background-color: #353336;
}
 .slick-dotted.slick-slider {
	 margin-bottom: 0;
}
 .slick-track {
	 display: flex;
}
 .slick-list {
	 overflow: visible;
}
 @media (min-width: 1000px) {
	 .slick-dots {
		 bottom: 2.4vw;
	}
	 .slick-dots li button {
		 width: 1vw;
		 height: 1vw;
	}
}

.school-free-from {
  background-color: #4e72c0;
  box-shadow: 0 0 12.077vw rgba(0, 0, 0, 0.2);
  position: relative;
  z-idnex: 5;
  color: #fff;
  padding: 20.531vw 0 16.184vw;
}

.school-free-from picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.school-free-from picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.school-free-from .container {
  position: relative;
  z-index: 5;
  width: 89.372vw;
}

.school-free-from h3 {
  font-size: 4.106vw;
  font-weight: 400;
  margin: 0;
  margin-bottom:0vw;
}

.school-free-from h2 {
  margin-bottom: 13vw;
}

.school-free-from .item {
  font-weight: 700;
  font-size: 6.039vw;
  line-height: 1;
  margin-bottom: 9.662vw;
}

.school-free-from .item span {
  position: relative;
  padding-left: 4.831vw;
}

.school-free-from .item span:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: -1.208vw;
  transform: translateX(-100%);
  font-size: 9.179vw;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
}

.school-free-from .column {
  padding-top: 2.415vw;
}

.school-free-from .slick-dots button {
  border-color: #fff;
}

.school-free-from .slick-dots .slick-active button {
  background: #fff;
}

.school-free-from .items.mobile {
  padding-bottom: 10.145vw;
}

@media (min-width: 1000px) {
  .school-free-from {
    box-shadow: 0 0 2.604vw rgba(0, 0, 0, 0.2);
    padding: 6.510vw 0 3vw;
    text-align: center;
  }

  .school-free-from .container {
    width: 69.792vw;
  }

  .school-free-from h3 {
    font-size: 1.927vw;
  }

  .school-free-from h2 {
    margin-bottom: 2.208vw;
    font-size: 3.021vw;
  }

  .school-free-from .item {
    font-size: 1.302vw;
    margin-bottom: 5.208vw;
  }

  .school-free-from .item:nth-of-type(1) {
    margin-right: 8.229vw;
  }

  .school-free-from .item:nth-of-type(2) {
    margin-right: 7.604vw;
  }

  .school-free-from .item:nth-of-type(3) {
    margin-right: 7.396vw;
  }

  .school-free-from .item:nth-of-type(4) {
    margin-right: 6.302vw;
  }

  .school-free-from .item:nth-of-type(6) {
    margin-right: 6.719vw;
  }

  .school-free-from .item:nth-of-type(7) {
    margin-right: 6.927vw;
  }

  .school-free-from .item:nth-of-type(8) {
    margin-right: 6.406vw;
  }

  .school-free-from .item:nth-of-type(9) {
    margin-right: 5.521vw;
  }

  .school-free-from .item span {
    padding-left: 1.042vw;
  }

  .school-free-from .item span:before {
    top: -0.260vw;
    font-size: 1.979vw;
  }

  .school-free-from .column {
    padding-top: 0;
  }

  .school-free-from .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 1.042vw;
  }

  .school-free-from .items.mobile {
    display: none !important;
    position: absolute;
    z-index: -1;
  }
}

.school-free-from {
  padding-top: 14.01vw;
   padding-bottom: 6.763vw;
}

.school-free-from h3 {
  font-size: 4.106vw;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: -.02em;
  margin-bottom: 1.208vw;
}

.school-free-from h2 {
  font-weight: 700;
  font-size: 7.971vw;
  margin-bottom: 7.246vw;
}

.school-free-from .item {
  font-size: 7.005vw;
  margin-bottom: 13.768vw;
}

.school-free-from .item span:before {
  width: 14.493vw;
  height: 14.493vw;
  background-color: #ea7a64;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.school-free-from .item span {
  padding-left: 20.29vw;
  white-space: nowrap;
}

.school-free-from .item span:before {
  transform: translateY(-50%);
  top: 50%;
}

.slick-dots li button {
  width: 4.831vw;
  height: 4.831vw;
  margin: 0;
}

.slick-dots li {
  margin: 0 0.725vw;
}

.school-free-from .slick-dots {
  bottom: 7vw;
}

@media (min-width: 1000px) {
  .school-free-from {
    padding-top: 7.188vw;
     padding-bottom: 3.854vw;
  }
  
  .school-free-from h3 {
    font-size: 1.719vw;
    letter-spacing: -.02em;
    margin-bottom: 0.417vw;
  }
  
  .school-free-from h2 {
    font-size: 3.021vw;
    margin-bottom: 3.385vw;
  }
  
  .school-free-from h2 .desktop {
    display: inline;
  }
  
  .school-free-from .item {
    font-size: 1.302vw;
    margin-bottom: 4.323vw;
  }
  
  .school-free-from .item span:before {
    width: 3.125vw;
    height: 3.125vw;
    transform: translate(-100%, -50%);
  }
  
  .school-free-from .item span {
    padding-left: 1.042vw;
  }
  
  .slick-dots li button {
    width: 1.042vw;
    height: 1.042vw;
    margin: 0;
  }
  
  .slick-dots li {
    margin: 0 0.156vw;
  }
  
  .school-free-from .slick-dots {
    bottom: 7vw;
  }

  .school-free-from .item:nth-of-type(1) {
    margin-right: 6.771vw;
  }

  .school-free-from .item:nth-of-type(2) {
    margin-right: 6.25vw;
  }

  .school-free-from .item:nth-of-type(3) {
    margin-right: 6.25vw;
  }
}

.school-testimonials {
  padding: 10.870vw 0 11.353vw;
}

.school-testimonials .container {
  width: 100%;
}

.school-testimonials .image {
  width: 56.763vw;
  margin: 0 auto 8.454vw;
}

.school-testimonials .testimonials {
  padding-bottom: 12.802vw;
}

.school-testimonials .image img {
  display: block;
}

.school-testimonials h2 {
  font-size: 7.05vw;
  margin-bottom: 4.831vw;
  line-height: 1.15;
}

.school-testimonials .testimonial {
  margin: 0 7.246vw;
}

.school-testimonials .author {
  margin-top: 4.831vw;
}

@media (min-width: 1000px) {
  .school-testimonials {
    padding: 4.427vw 0 4.010vw;
    position: relative;
    z-index: 5;
  }
  
  
  .testimonials .testimonial {
    min-height: 23.125vw !important;
  }

  .school-testimonials .slick-list {
    overflow: visible !important;
  }

  .school-testimonials .testimonial {
    margin: 0;
    padding-left: 15.104vw;
  }

  .school-testimonials .image {
    width: 40.594vw;
    margin: 0;
    position: absolute;
    left: 2.104vw;
    height: 37.813vw;
  }

  .school-testimonials .image:after {
    content: '';
    width: 26.042vw;
    height: 2.5vw;
    position: absolute;
    bottom: 2.656vw;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .school-testimonials .testimonials {
    padding-bottom: 0;
  }

  .school-testimonials .image img {
    height: 100%;
  }

  .school-testimonials h2 {
    font-size: 2.188vw;
    margin-bottom: 1.302vw;
  }

  .school-testimonials .author {
    margin-top: 1.823vw;
  }

  .school-testimonials .stars {
    font-size: 2.188vw;
    color: #4e72c0;
    letter-spacing: -.1em;
    margin-bottom: 1.823vw;
    padding-right: .5vw;
  }

  body .slick-prev,
  body .slick-next {
    width: 1.875vw;
    height: 1.875vw;
    bottom: 0;
    top: auto;
    transform: none;
    z-index: 1000;
  }

  body .slick-prev {
    left: 43.75vw;
  }
  
  body .slick-next {
    right: 50vw;
  }

  body .slick-prev:before,
  body .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-size: 2.188vw;
    color: #ea7a64;
    opacity: 1;
  }
  
  body .slick-prev:before {
    content: "\f060";
  }
  
  body .slick-next:before {
    content: "\f061";
  }
}

@media (max-width: 999px) {
 .school-testimonials {
    padding-top: 11.836vw;
    padding-bottom: 7.246vw;
  }
  
  .school-testimonials .stars {
    font-size: 7.729vw;
    color: #e87a68;
    letter-spacing: -.10em;
    margin-bottom: 2.415vw;
  }

  .school-testimonials .image {
    margin-bottom: 4.831vw;
  }

  .school-testimonials h2 {
    font-size: 5.556vw;
    line-height: 1.27;
    margin-bottom: 2.899vw;
  }

  .school-testimonials .testimonial .text {
    line-height: 1.29;
  }

  .school-testimonials .author {
    font-weight: 600;
    margin-top: 4.106vw;
  }

   .slick-dots li button {
     border-color: #5074be;
   }

   .slick-dots .slick-active button {
     background-color: #5074be;
   }

  .school-testimonials .testimonials {
      padding-bottom: 16.908vw;
  }
}

@media (min-width: 1000px) {
  .testimonial.slick-slide {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 0vw;
  }

  .school-testimonials .image:before {
    height: 37.396vw;
    width: 26.042vw;
    content: '';
    display: block;
    z-index: 2;
    position: absolute;
    background-size: cover;
    top: 0;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3.49vw;
    width: 28.594vw;
    box-shadow: 0 0 2.604vw rgba(0, 0, 0, 0.2);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background: #fff;
  }

  .school-testimonials .image:after {
    background-image: url(/cdn/shop/files/IMG_5A588E1AF196-1.jpg?v=1670679704);
    z-index: 10;
    bottom: 3.49vw;
  }

      .school-testimonials .text {
          width: 40vw;
          text-align: right;
          padding-right: 7vw;
          color: #4e72c0;
          font-size: 1vw;
          font-weight: 400;
          margin: 0 auto 0 0;
      }

  .school-testimonials h2 {
      font-size: 1.979vw;
      line-height: 1.2;
      letter-spacing: -.03em;
  }

  .school-testimonials .author {
      font-weight: 600;
      font-size: 1.302vw;
      margin-top: 1.042vw;
  }

  .school-testimonials .text {
    font-size: 1.302vw;
    line-height: 1.32;
    width: 44.271vw;
  }

  .school-testimonials .stars {
      color: #ea7a64;
      margin-bottom: 1.042vw;
  }

  .school-testimonials .testimonial {
      margin: 0 12.5vw;
      min-height: 35.521vw !important;
      display: flex;
      align-items: center;
      padding: 1.563vw 0 5.208vw;
  }

  .school-testimonials .image {
      width: 28.594vw;
      position: absolute;
      right: 2.604vw;
      bottom: 0;
      left: auto;
      height: 37.396vw;
  }

   .school-testimonials .image img {
      width: 24.479vw;
      left: 50%;
      transform: translateX(-50%);
      height: 27.76vw;
      margin: 0;
      display: block;
      position: absolute;
      z-index: 10000;
      top: 2.344vw;
   }

   .school-testimonials {
     padding: 0;
   }

   .slick-arrow:before {
     font-weight: 700;
   }

  .school-testimonials .slick-arrow {
    bottom: 4.427vw;
  }
}

.bundle-banner {
  background-color: #e87a68;
  padding: 9.179vw 0 9.662vw;
  text-align: center;
}

.bundle-banner h2 {
  font-size: 7.005vw;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.btn.blue-btn {
  background-color: #5074be;
  color: #ffffff;
}

.btn.blue-btn:hover {
  background-color: #6181c4;
}

.slick-dots li:only-child {
    display: none;
}

.bundle-banner .btn {
  height: 12.319vw;
  font-size: 3.623vw;
}

.bundle-banner .container {
  width: 95vw;
}

@media (min-width: 1000px) {
  .bundle-banner {
    padding: 3.125vw 0 3.49vw;
  }
  
  .bundle-banner h2 {
    font-size: 3.021vw;
    letter-spacing: -.02em;
    line-height: 1.2;
  }
  
  .bundle-banner .btn {
    height: 4.01vw;
    font-size: 1.094vw;
    min-width: 14.531vw;
  }
  
  .bundle-banner .container {
    width: 58vw;
  }
}

.bundle-blog {
  padding: 8.454vw 0 10.145vw;
}

.bundle-blog h2 {
  font-size: 7.005vw;
  font-weight: 700;
  color: #353336;
  margin-bottom: 4.106vw;
  letter-spacing: -.03em;
}

.bundle-blog .container {
  width: 100%;
}

.bundle-blog .item {
  margin: 0 6.039vw;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 3.14vw 6.522vw 0.483vw rgba(0, 0, 0, 0.19);
}

.bundle-blog .item .image {
  height: 54.106vw;
  position: relative;
  display: block;
}

.bundle-blog .item img{
  width: 100%;
  display: block;
  height: 100%;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.bundle-blog .item .image h3 {
  position: absolute;
  font-size: 5.072vw;
  color: #ffffff;
  text-shadow: 0 0 4.831vw rgba(0, 0, 0, 1);
  font-weight: 600;
  line-height: 1.4;
  bottom: 3.14vw;
  left: 0;
  padding: 0 3.623vw 0 7.729vw;
  text-align: left;
  letter-spacing: -.03em;
  margin: 0;
}

.bundle-blog .item .info {
  font-size: 3.623vw;
  line-height: 1.4;
  padding: 3.865vw 7.246vw 6.039vw;
  text-align: left;
  color: #353336;
  letter-spacing: -.04em;
}

.bundle-blog .item .info a {
  font-size: 3.623vw;
  display: block;
  color: #5074be;
  line-height: 1;
  margin-top: 2.657vw;
  font-weight: 600;
}

.bundle-blog .slider {
  padding-bottom: 14.251vw;
}

.bundle-blog .slick-dots {
  bottom: 0;
}

.bundle-blog picture {
  display: none;
}

@media (min-width: 1000px) {
  .bundle-blog {
    padding: 3.906vw 0 4.583vw;
    position: relative;
  }
  
  .bundle-blog h2 {
    font-size: 2.396vw;
    margin-bottom: 1.302vw;
    letter-spacing: -.03em;
  }
  
  .bundle-blog .container {
    width: 81.25vw;
  }
  
  .bundle-blog .item {
    margin: 0;
    border-radius: 18px;
    box-shadow: none;
    overflow: hidden;
  }
  
  .bundle-blog .item .image {
    height: 15.208vw;
  }
  
  .bundle-blog .item img{
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    object-position: center -2.344vw;
  }
  
  .bundle-blog .item .image h3 {
    font-size: 1.51vw;
    text-shadow: 0 0 1.042vw rgba(0, 0, 0, 1);
    font-weight: 600;
    bottom: 0.677vw;
    padding: 0 2.083vw;
    letter-spacing: -.01em;
  }
  
  .bundle-blog .item .info {
    font-size: 0.99vw;
    line-height: 1.42;
    padding: 1.198vw 2.083vw 2.083vw;
    letter-spacing: -.02em;
  }
  
  .bundle-blog .item .info a {
    font-size: 0.99vw;
    margin-top: 1.042vw;
  }
  
  .bundle-blog .slider {
    padding-bottom: 0;
    box-shadow: -0.469vw 0.469vw 1.406vw 0.104vw rgba(0, 0, 0, 0.19);
    border-radius: 18px;s
  }
  
  .bundle-blog .text {
    margin: 0 0 0 auto;
    width: 32.917vw;
  }
  
  .bundle-blog .slick-list {
    overflow: hidden;
  }

  .bundle-blog picture {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .bundle-blog picture img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .bundle-blog .container {
    position: relative;
    z-index: 10;
  }

  .bundle-blog .slick-prev {
    left: 24.74vw;
    right: auto;
  }

  .bundle-blog .slick-next {
    right: 1.979vw;
    left: auto;
  }

  .bundle-blog .slick-prev,
  .bundle-blog .slick-next {
    bottom: 1.51vw;
  }
}

.bundle-footer {
  color: #fff;
  font-weight: 700;
  background-color: #5074be;
  padding: 12.077vw 0 18.116vw;
}

.bundle-footer .footer-row {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.589vw;
}

.bundle-footer .user .account {
  position: relative;
  margin-right: 8.213vw;
}

.bundle-footer .user .account:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.242vw;
  background: #fff;
}

.bundle-footer .cart {
  font-size: 7.246vw;
}

.bundle-footer .social {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6.522vw;
  margin-top: 10.87vw;
}

.bundle-footer .social a {
  display: block;
  margin: 0 1.932vw;
}

.bundle-footer .social-wrapper .title {
  display: none;
}

@media (min-width: 1000px) {
  .bundle-footer {
    padding: 0;
  }
  
  .bundle-footer .footer-row {
    font-size: 1.302vw;
    margin-top: 1.042vw;
  }
  
  .bundle-footer .user .account {
    margin-right: 2.5vw;
    font-weight: 400;
    letter-spacing: -.02em;
  }
  
  .bundle-footer .user .account:after {
    height: 0.052vw;
  }
  
  .bundle-footer .cart {
    font-size: 2.188vw;
  }
  
  .bundle-footer .social {
    justify-content: flex-start;
    font-size: 2.188vw;
    margin-top: 0;
  }
  
  .bundle-footer .social a {
    margin: 0 1.198vw 0 0;
  }

  .bundle-footer .social-wrapper .title {
    display: block;
    font-size: 1.719vw;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 1.302vw;
    letter-spacing: -.02em;
  }

  .bundle-footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 2.604vw 0 3.906vw;
    min-height: 15.781vw;
  }
}






