:root {
  --black-900: #0c1a40;
  --nunito: Nunito, sans-serif;
  --stroke-color: #e5e5e5;
  --green-color: #8ec213;
  --white: white;
  --orange-color: #fe5c45;
  --black-800: #2e3c63;
  --placeholder-color: #b1b1b1;
  --yello-color: #fcb736;
  --acoa-color: #00bac7;
  --poppins: Poppins, sans-serif;
  --tab-color: white;
  --tab-color-active: #ffebc6;
  --yellow: #d6a617;
  --dark-green: #28b67c33;
}

body {
  color: #333;
  background-color: #fffdf5;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 4.875rem;
}

h2 {
  color: var(--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
}

h3 {
  font-family: var(--nunito);
  color: var(--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

h4 {
  font-family: var(--nunito);
  color: var(--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.25rem;
}

h5 {
  font-family: var(--nunito);
  color: var(--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

h6 {
  font-family: var(--nunito);
  color: var(--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

.padding-section-large {
  padding-top: 1.75rem;
  padding-bottom: 2.75rem;
}

.padding-section-large.padding-bottom-medium {
  padding-bottom: 3.75rem;
}

.padding-section-large.padding-bottom-top-medium {
  padding-top: 3.75rem;
}

.text-size-medium {
  color: var(--black-900);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.625rem;
}

.text-size-medium.text-color-white {
  color: var(--white);
}

.text-size-medium.aling-center {
  justify-content: center;
  align-items: center;
}

.text-size-medium.text-color-green {
  color: var(--green-color);
  text-align: center;
  justify-content: center;
  align-items: center;
}

.container-large {
  width: 100%;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.is-testimonial {
  overflow: hidden;
}

.heading-style-h4.text-color-orange {
  color: var(--orange-color);
}

.heading-style-h4.text-color-white {
  color: var(--white);
}

.padding-bottom {
  width: 100%;
  padding: 0;
}

.padding-bottom.padding-medium {
  padding-bottom: 2.5rem;
}

.padding-bottom.padding-xlarge {
  padding-bottom: 4.375rem;
}

.padding-bottom.padding-large {
  padding-bottom: 3.75rem;
}

.padding-bottom.padding-xsmall {
  padding-bottom: 1.5rem;
}

.padding-bottom.padding-small {
  padding-bottom: 1.875rem;
}

.padding-bottom.padding-xxsmall {
  padding-bottom: 1.25rem;
}

.padding-bottom.padding-xxlarge {
  padding-bottom: 5rem;
}

.text-size-regular {
  font-family: var(--nunito);
  color: var(--black-900);
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.text-size-regular.text-color-white {
  color: var(--white);
}

.text-size-regular.text-color-orange {
  color: var(--orange-color);
}

.padding-global {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navigation {
  background-color: #fffdf5;
  padding: 1.25rem 1.5rem .9375rem;
  position: sticky;
  top: 0;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-left-content {
  grid-column-gap: .9375rem;
  align-items: center;
  display: flex;
}

.navigation-menu {
  grid-column-gap: .9rem;
  align-items: center;
  display: flex;
}

.nav-link {
  font-family: var(--nunito);
  color: var(--black-900);
  padding: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
}

.nav-link.w--current {
  color: var(--orange-color);
}

.navigation-dropdown-toggle {
  grid-column-gap: .3125rem;
  font-family: var(--nunito);
  color: var(--black-900);
  padding: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
  display: flex;
}

.dropdown-icon-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.minus {
  background-color: var(--black-800);
  width: .625rem;
  height: 2px;
}

.plus {
  background-color: var(--black-800);
  width: .625rem;
  height: 2px;
  position: absolute;
  top: auto;
  transform: rotate(90deg);
}

.dropdown-list {
  grid-row-gap: 1.25rem;
  background-color: #0000;
  border-radius: .625rem;
  top: 1.25rem;
  right: auto;
}

.dropdown-list._02.w--open {
  width: 30rem;
  left: -148px;
}

.dropdown-link {
  font-family: var(--nunito);
  color: var(--black-900);
  width: 100%;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
  text-decoration: none;
}

.dropdown-link.w--current {
  color: var(--orange-color);
  width: 100%;
}

.dropdown-list-wrapper {
  grid-row-gap: 1.625rem;
  flex-direction: column;
  display: flex;
}

.dropdown-menu-heading {
  font-family: var(--nunito);
  color: var(--black-900);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
}

.dropdown-link-wrapper {
  grid-row-gap: 1.25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  transition: padding .3s;
  display: flex;
  position: relative;
}

.dropdown-link-wrapper:hover {
  padding-left: 10px;
}

.cart {
  text-decoration: none;
}

.cart-button {
  font-family: var(--nunito);
  color: var(--black-900);
  background-color: #0000;
  align-items: center;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
}

.cart-quantity {
  border-width: 1px;
  border-color: var(--placeholder-color);
  color: var(--black-900);
  text-align: center;
  background-color: #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: auto;
  height: 3.5rem;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.625rem;
  display: flex;
}

.button {
  background-color: var(--orange-color);
  font-family: var(--nunito);
  color: var(--white);
  border-radius: 2.25rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.875rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.125rem;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.button:hover {
  background-color: var(--black-900);
  color: var(--white);
}

.button.is-secondary {
  border: 1px solid var(--stroke-color);
  background-color: var(--white);
  color: var(--orange-color);
}

.button.is-secondary.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button._01 {
  background-color: var(--yello-color);
}

.button._01:hover {
  background-color: var(--black-900);
}

.button._03 {
  background-color: var(--acoa-color);
}

.button._03:hover {
  background-color: var(--black-900);
}

.button.cta {
  height: 3.5rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
  margin-left: -11.9375rem;
}

.button.is-discount {
  height: 3rem;
  margin-left: -117px;
}

.button.is-discount:hover {
  transform: none;
}

.button.show-tablet {
  display: none;
}

.heading-style-h2 {
  z-index: 1;
  position: relative;
}

.heading-style-h2.text-color-white {
  color: var(--white);
}

.heading-style-h2.text-color-yello {
  color: var(--yello-color);
}

.section-footer {
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd27902_Footer%20Bg.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.footer-component {
  padding-top: 8.125rem;
}

.footer-grid {
  grid-column-gap: 5.25rem;
  grid-row-gap: 5.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: start;
  display: grid;
}

.footer-left-content {
  flex-direction: column;
  display: flex;
}

.footer-text {
  font-family: var(--nunito);
  color: #e8e8e8;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
}

.footer-social-link-wrapper {
  grid-column-gap: .75rem;
  display: flex;
}

.footer-link-menu-wrapper {
  grid-row-gap: 1.875rem;
  flex-direction: column;
  display: flex;
}

.heading-style-h5 {
  overflow: visible;
}

.heading-style-h5.v2 {
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd278ff_Vector%203.png");
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 18.125rem;
  height: 3.9375rem;
  display: flex;
}

.heading-style-h5.text-color-yello {
  color: var(--yello-color);
}

.heading-style-h5.text-color-white {
  color: var(--white);
  justify-content: center;
  align-items: center;
}

.heading-style-h5.in-home-1 {
  color: var(--acoa-color);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 6rem;
  display: flex;
}

.footer-menu-link {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.footer-link {
  font-family: var(--nunito);
  color: #e8e8e8;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
  text-decoration: none;
}

.footer-bottom-content {
  background-color: #223668;
  justify-content: center;
  align-items: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  display: flex;
}

.footer-image._02 {
  position: absolute;
  bottom: 15rem;
  right: 13.125rem;
}

.footer-image._01 {
  position: absolute;
  top: auto;
  bottom: 8rem;
  left: 4.3125rem;
}

.home-header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 35rem;
  display: flex;
  overflow: hidden;
}

.header-content-wrapper {
  grid-column-gap: 9.125rem;
  grid-row-gap: 9.125rem;
  grid-template-rows: auto;
  justify-content: flex-start;
  place-items: flex-end center;
  display: flex;
}

.header-left-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 45.8125rem;
  display: flex;
}

.header-right-content {
  flex: none;
}

.header-image-wrapper {
  max-width: 100%;
  position: relative;
}

.hero-main-image {
  max-width: 100%;
}

.header-image._01 {
  position: absolute;
  right: 1.75rem;
}

.header-image._02 {
  position: absolute;
  bottom: 2.1rem;
  right: 4.125rem;
}

.header-image._03 {
  position: absolute;
  left: 0;
}

.header-image._04 {
  position: absolute;
  bottom: 7.625rem;
  left: 0;
}

.header-image._05 {
  position: absolute;
  bottom: 0;
  left: 3.125rem;
}

.header-tricker-content-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.tricker-image._01 {
  z-index: -1;
  position: absolute;
  bottom: 3.5rem;
  left: 10.1rem;
}

.tricker-image._02 {
  z-index: -1;
  position: absolute;
  bottom: 3.3125rem;
  left: auto;
  right: 5.7rem;
}

.header-inner-image-wrapper {
  flex: none;
  overflow: hidden;
}

.section-service-area.v2 {
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd278c1_Srivces%20bg.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-area-top-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.line-color-pink {
  z-index: 0;
  background-color: #fccdda;
  width: 100%;
  height: .9375rem;
  position: absolute;
  top: 2.25rem;
}

.line-color-pink._01 {
  z-index: 0;
  z-index: 0;
  background-color: #fccdda;
}

.line-color-light-golden {
  z-index: 0;
  background-color: #ffe3ac;
  width: 100%;
  height: .9rem;
  position: absolute;
  top: 2.25rem;
}

.line-color-light-golden._02 {
  z-index: 0;
  z-index: 0;
}

.text-size-small {
  font-family: var(--poppins);
  color: var(--black-800);
  margin-bottom: 0;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-size-small.text-size-medium {
  font-weight: 500;
}

.section-about-area {
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd27912_shape.svg"), url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd27901_Vector%2010.png");
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, cover;
}

.about-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  place-items: center start;
}

.about-grid.v2 {
  grid-column-gap: 4.875rem;
  grid-row-gap: 4.875rem;
  grid-column-gap: 4.875rem;
  grid-row-gap: 4.875rem;
  grid-template-rows: auto;
  align-content: center;
  justify-items: start;
}

.about-image-wrapper {
  position: relative;
}

.cow-image {
  position: absolute;
  top: -5.5rem;
  left: 0;
}

.about-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-counter-arear {
  background-color: #fff1f1;
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd27913_Counter%20Bg.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section-counter-arear.v2 {
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd27850_Countact%20Area%20Bg.png");
}

.section-counter-arear.is-about {
  background-color: #fffdf5;
}

.counter-arear-content {
  justify-content: space-between;
  display: flex;
}

.counter-arear-content.v2 {
  justify-content: space-between;
  align-items: center;
}

.counter-namber-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.counter-number-wrapper {
  justify-content: center;
  align-items: flex-start;
  height: 3rem;
  display: flex;
  overflow: hidden;
}

.counter-namber {
  font-size: 2.625rem;
  line-height: 3rem;
}

.counter-text {
  font-family: var(--nunito);
  color: var(--black-900);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.benefit-component.v2 {
  justify-content: space-between;
  display: flex;
}

.benefit-top-content {
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 38.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.benefit-grid {
  grid-column-gap: 4.375rem;
  grid-row-gap: 3.07692rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.benefit-items {
  grid-column-gap: 1.25rem;
  align-items: flex-start;
  display: flex;
}

.benefit-icon._01 {
  position: absolute;
  left: 1.25rem;
}

.benefit-icon._02 {
  position: absolute;
  bottom: 0;
  right: 1.4875rem;
}

.benefit-icon._03 {
  position: absolute;
  top: -14px;
  right: 3.75rem;
}

.benefit-info-wrapper {
  grid-row-gap: .1875rem;
  flex-direction: column;
  display: flex;
}

.heading-style-h3.text-color-yellow {
  color: var(--yello-color);
}

.heading-style-h3.text-color-orange {
  color: var(--orange-color);
}

.heading-style-h3.text-color-white {
  color: var(--white);
}

.heading-style-h3.text-color-bule {
  color: #03c2cf;
}

.section-photo-gallery {
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd27874_Gallery%20Icon.png"), url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd27873_Gallery%20Bg.png");
  background-position: 50%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
}

.photo-gallery-top-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.photo-gallery-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.photo-gallery-image-content {
  text-align: center;
  width: 100%;
}

.photo-gallery-image {
  background-image: linear-gradient(#fd96961f, #fd96961f);
}

.section-feature {
  background-color: #f7fae2;
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd2786e_Feature%20Bg.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-component {
  justify-content: space-between;
  display: flex;
}

.feature-component.v2 {
  flex-direction: row;
}

.feature-item {
  border: 8px solid var(--stroke-color);
  background-color: #acdc3b;
  border-radius: 1.875rem;
  padding: 1.875rem 4.375rem 1.875rem 2.1875rem;
}

.feature-item._01 {
  border-color: var(--white);
}

.feature-item._02 {
  border-color: var(--white);
  background-color: var(--yello-color);
}

.feature-item._03 {
  border-color: var(--white);
  background-color: var(--orange-color);
}

.feature-content-wrapper {
  grid-column-gap: 1.5625rem;
  display: flex;
}

.feature-content {
  grid-row-gap: .3125rem;
  flex-direction: column;
  display: flex;
}

.text-saize-bold {
  font-family: var(--nunito);
  color: var(--black-900);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
}

.text-saize-bold.text-color-white {
  color: var(--white);
}

.section-feature-secondary {
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd2791c_bg.png"), url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd2791a_bg.png");
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.feature-left-content-wrapper {
  grid-row-gap: 3.125rem;
  flex-direction: column;
  display: flex;
}

.feature-two-grid {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto;
}

.feature-top-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature-two-list-wrapper {
  grid-row-gap: 1.875rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature-two-list {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.feature-right-side-content {
  position: relative;
}

.feature-image {
  position: absolute;
  bottom: 0;
}

.section-testimonial.v2 {
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd27873_Gallery%20Bg.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-mask {
  width: 26.375rem;
  height: 100%;
  overflow: visible;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
  margin-right: 1.625rem;
  overflow: visible;
}

.testimonial-slider-content {
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd278c8_Testimonial%20brodr%2002.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 26.3125rem;
  height: 23.25rem;
  padding: 3.125rem 2.5rem 3.125rem 3.125rem;
  display: flex;
}

.testimonial-slider-content._01 {
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd278c9_Testimonial%20brodr.png");
  height: 24rem;
}

.testimonial-slider-content._02 {
  background-size: cover;
}

.testimonial-slider-content._03 {
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd278e2_Testimonial%20brodr%2003.png");
  background-size: cover;
}

.testimonial-content-wrapper {
  grid-row-gap: 1.625rem;
  flex-direction: column;
  display: flex;
}

.testimonial-top-content-wapper {
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 38.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-top-content {
  grid-column-gap: 1.25rem;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  display: flex;
}

.line-color-green {
  z-index: -1;
  background-color: #d5fd68;
  width: 100%;
  height: .9375rem;
  position: absolute;
  top: 2.25rem;
}

.slider-nav {
  position: absolute;
  bottom: -.75rem;
}

.blog-top-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-item {
  grid-row-gap: 1.5625rem;
  flex-direction: column;
  align-items: flex-start;
  width: 410px;
  display: flex;
}

.blog-details-content {
  flex-direction: column;
  display: flex;
}

.blog-top-content {
  grid-column-gap: 1.5rem;
  display: flex;
}

.blog-content {
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog-bottom {
  grid-column-gap: .5rem;
  font-family: var(--nunito);
  color: var(--orange-color);
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
  display: flex;
}

.text-block {
  text-decoration: none;
}

.section-benefit-area {
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd2783c_Benefit%20bg.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.benefit-content-wrapper {
  grid-row-gap: 1.6875rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 17.875rem;
  display: flex;
}

.benefit-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 190px;
  display: flex;
  position: relative;
}

.benefit-details {
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-left-image-wrapper {
  position: relative;
}

.about-happy-hours-content {
  background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd27838_About%20Happy%20Hours.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 2rem 1.625rem 2.5rem 1.875rem;
  display: flex;
  position: absolute;
  bottom: -2.3125rem;
  right: -3rem;
}

.about-details-wrapper {
  grid-row-gap: 1.6875rem;
  flex-direction: column;
  display: flex;
}

.about-open-date-and-time-content {
  grid-row-gap: .9375rem;
  flex-direction: column;
  display: flex;
}

.about-date-time-content {
  grid-column-gap: 5px;
  display: flex;
}

.day {
  font-family: var(--nunito);
  color: #ab7104;
  width: 120px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375rem;
}

.time {
  font-family: var(--nunito);
  color: #ab7104;
  width: 100px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.375rem;
}

.about-left-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.blog-collection-list {
  grid-column-gap: 2.8125rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefit-icon-wrapper {
  position: absolute;
  inset: 0%;
}

.dropdown-list-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--white);
  border-radius: .625rem;
  flex-flow: column;
  padding: 1.875rem 2.5rem 1.875rem 1.875rem;
  display: flex;
}

.dropdown-list-item._01 {
  width: 22.625rem;
  margin-top: 1.875rem;
  box-shadow: 0 8px 24px #00000012;
}

.dropdown-list-item._01.right {
  background-color: var(--tab-color);
  position: absolute;
  top: -56px;
  left: 175px;
}

.dropdown-list-item._02 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 30rem;
  margin-top: 1.875rem;
  box-shadow: 0 8px 24px #00000012;
}

.dropdown-menu-line {
  background-color: var(--orange-color);
  width: 11px;
  height: 2px;
  margin-top: 11px;
  position: absolute;
  left: -20px;
  overflow: visible;
}

.dropdown-link-list-wrapper {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: padding .3s;
  display: flex;
  position: relative;
}

.cart-container {
  background-color: var(--white);
  border-radius: 1.875rem;
}

.cart-header {
  border-bottom-color: var(--stroke-color);
  padding: 1.25rem 1.5rem;
}

.cart-list {
  padding: .75rem 1.5rem;
}

.cart-details {
  grid-row-gap: .75rem;
  margin-left: 0;
  margin-right: 0;
}

.remove-button {
  color: var(--black-900);
  flex-flow: column;
  text-decoration: none;
}

.cart-footer {
  grid-row-gap: 2rem;
}

.cart-line-item {
  margin-bottom: 0;
}

.cart-checkout-actions {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.close-button {
  cursor: pointer;
}

.cart-quantity-text {
  color: var(--black-900);
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.error-message {
  background-color: var(--orange-color);
  font-family: var(--nunito);
  color: var(--white);
  text-align: center;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.hireus-inner-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #fff;
  border: 1px solid #e8ecf2;
  border-radius: .625rem;
  flex-flow: column;
  padding: 1.25rem;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 -2px 4px #0000001f, 0 4px 6px #0000000a;
}

.hireus-button {
  grid-column-gap: .375rem;
  color: #fff;
  white-space: nowrap;
  background-color: #007bfc;
  border: 1px solid #fff3;
  border-radius: .25rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5625rem .875rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: .875rem;
  text-decoration: none;
  display: flex;
}

.click-here-text {
  font-weight: 500;
}

.hireus-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hire-us-paragraph {
  flex: 1;
  max-width: 15.625rem;
  font-size: .875rem;
  line-height: 1.375rem;
}

.hireus-button-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.hireus-content {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hireus-content._1st {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e8ecf2;
  border-radius: 6px;
  padding: .5625rem .75rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 6px #0000000a, inset 0 -2px 4px #0000001f;
}

.hireus-content._2nd {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
}

.hireus-badge-wrapper {
  z-index: 99699999;
  grid-column-gap: 1.25rem;
  display: flex;
  position: fixed;
  bottom: 24px;
  left: 24px;
}

.hire-us-button-text {
  box-shadow: inset 0 -.25px .25px #0003;
}

.hire-us-icon-wrapper {
  background-color: #007bfc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  display: flex;
}

.hire-us-icon-wrapper._2nd {
  cursor: pointer;
  cursor: pointer;
  background-color: #e8ecf2;
  flex: none;
}

.list-item {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: .93rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-size-bold-group {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.5rem;
}

.list {
  display: none;
}

.image-2 {
  max-width: 25%;
}

.background-video {
  width: 75%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .padding-section-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .style-guide-menu {
    padding: 2rem 3rem;
    position: static;
  }

  .style-guide-heading-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container-large {
    max-width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-top-xsmall {
    margin-top: 0;
  }

  .style-guide-content-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-style-h6 {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .padding-bottom.padding-large {
    padding-bottom: 2.5rem;
  }

  .padding-bottom.padding-xlarge {
    padding-bottom: 4rem;
  }

  .text-size-regular {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .padding-global {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .style-guide-content-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .style-guide-content-layout {
    grid-template-columns: 1fr;
  }

  .navigation-left-content {
    grid-column-gap: 1.5rem;
  }

  .navigation-logo {
    width: 50px;
    height: 40px;
  }

  .navigation-menu {
    background-color: var(--white);
    padding: 1.5rem 1.5rem 2rem;
  }

  .nav-link {
    margin-bottom: .75rem;
  }

  .navigation-dropdown {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: .75rem;
    display: flex;
  }

  .navigation-dropdown._01 {
    flex-flow: column;
  }

  .navigation-dropdown-toggle {
    margin-bottom: 0;
    margin-left: 0;
  }

  .navigation-dropdown-toggle.w--open {
    margin-bottom: 0;
  }

  .dropdown-list {
    position: static;
  }

  .dropdown-list._02.w--open {
    width: auto;
    margin-top: .75rem;
    margin-bottom: 2rem;
    padding: 2rem;
  }

  .button {
    flex-flow: column;
    height: 3rem;
  }

  .button.show-dekstop {
    display: none;
  }

  .button.show-tablet {
    display: block;
  }

  .section-footer {
    background-position: 0 0;
  }

  .footer-grid {
    grid-column-gap: 4.4rem;
    grid-row-gap: 2.9rem;
    grid-template-columns: 1.5fr 1fr;
  }

  .footer-bottom-content {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .footer-image._01 {
    display: none;
  }

  .footer-image._02 {
    display: none;
    right: auto;
  }

  .home-header {
    height: auto;
    padding-top: 4rem;
  }

  .header-component {
    margin-bottom: 5rem;
  }

  .header-content-wrapper {
    grid-column-gap: 9.125rem;
    grid-row-gap: 4.4rem;
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    display: flex;
  }

  .header-right-content {
    flex-flow: row;
    justify-content: center;
  }

  .header-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-main-image {
    width: 70%;
  }

  .header-image._01, .header-image._02 {
    display: inline-flex;
  }

  .header-image._04, .header-image._05, .header-image._01, .header-image._02 {
    display: inline-flex;
  }

  .header-image._03 {
    display: inline-flex;
    top: -2.812px;
    left: 37px;
  }

  .header-image._04, .header-image._05 {
    display: inline-flex;
  }

  .header-tricker-content-wrapper {
    display: none;
  }

  .section-service-area.v2 {
    background-position: 50%;
    background-size: cover;
  }

  .section-about-area {
    background-position: 50%, 2% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
  }

  .about-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-image-wrapper, .about-image {
    width: 100%;
  }

  .section-counter-arear.v2 {
    background-position: 50%;
  }

  .counter-arear-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .counter-arear-content.v2 {
    grid-column-gap: 1.8rem;
    grid-row-gap: 2.5rem;
    grid-column-gap: 1.8rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .benefit-component.v2 {
    grid-column-gap: 1.125rem;
    grid-column-gap: 1.125rem;
  }

  .benefit-grid {
    grid-column-gap: 4.4rem;
    grid-template-columns: 1fr 1fr;
  }

  .benefit-items {
    grid-row-gap: 1.25rem;
    flex-flow: column;
  }

  .section-photo-gallery {
    background-position: 50%, -33px 0;
  }

  .photo-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-feature {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .feature-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .feature-item._01, .feature-item._02, .feature-item._03, .feature-item._01, .feature-item._02, .feature-item._03 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-saize-bold {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .section-feature-secondary {
    background-image: url("https://cdn.prod.website-files.com/672a3a37fd2297b14bd277de/672a3a38fd2297b14bd2791c_bg.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .feature-two-grid {
    grid-row-gap: 4.7rem;
    grid-template-columns: 1fr;
  }

  .feature-image {
    position: static;
  }

  .slider-nav {
    display: none;
    bottom: -.15rem;
  }

  .blog-top-content-wrapper {
    grid-row-gap: 1.25rem;
    flex-flow: column;
  }

  .blog-item {
    width: auto;
  }

  .blog-image {
    width: 100%;
  }

  .section-hero.v2 {
    background-position: 50%;
    background-size: cover;
    height: 81vh;
  }

  .hero-icon._01 {
    left: 2.1rem;
    right: auto;
  }

  .hero-icon._02 {
    top: 4.1rem;
    left: auto;
    right: 44px;
  }

  .benefit-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 1.6875rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
  }

  .about-happy-hours-content {
    bottom: -4.1125rem;
    right: -.6rem;
  }

  .service-item-content {
    grid-row-gap: 2rem;
    flex-flow: column;
    padding: 3rem 2.5rem;
  }

  .service-right-content, .service-image {
    width: 100%;
  }

  .photo-gallery-content-wrapper {
    grid-column-gap: 2.375rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: grid;
  }

  .gallery-image {
    width: 100%;
  }

  .photo-gallery-right-content {
    grid-column-gap: 16px;
    grid-row-gap: .7rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .photo-gallery-content {
    grid-column-gap: 2.375rem;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-hero-banar {
    background-position: 50% 100%;
    background-repeat: repeat;
    background-size: cover;
    height: 12.5rem;
  }

  .about-content {
    grid-row-gap: 3.25rem;
    flex-flow: column;
  }

  .about-left-content {
    width: 100%;
  }

  .about-our-school-content {
    top: 26.5rem;
    right: -1px;
  }

  .blog-collection-list {
    grid-column-gap: 2rem;
    grid-row-gap: 3.1rem;
    grid-template-columns: 1fr 1fr;
  }

  .price-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .price-item._02, .price-item._03 {
    background-position: 50%;
  }

  .price-item._01 {
    background-position: 50%;
    width: 100%;
  }

  .price-item._02, .price-item._03 {
    background-position: 50%;
  }

  .services-area-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .teacher-collection-list {
    grid-template-columns: 1fr 1fr;
    place-items: start;
  }

  .cta-content {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .suopport-area-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 1.625rem;
    grid-template-columns: 1fr 1fr;
  }

  .support-card-item._01 {
    background-position: 0 0;
    background-repeat: repeat;
    padding: 2.5rem;
  }

  .section-faq {
    background-position: 100% 0;
    background-repeat: no-repeat;
  }

  .faq-grid {
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr;
  }

  .blog-catagory-item {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .blog-details blockquote {
    font-size: 1.5rem;
  }

  .services-top-content-wrapper {
    grid-row-gap: 1.25rem;
    flex-flow: column;
  }

  .services-details-content {
    width: auto;
  }

  .teacher-details-content {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .contact-us-component {
    grid-row-gap: 4rem;
  }

  .contact-us-top-content-wrapper {
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .contact-us-left-content {
    max-width: none;
  }

  .contact-us-form-block {
    padding: 3.5rem 3rem;
  }

  .contact-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .input {
    height: 3.5rem;
    padding: .6rem 1.5rem;
  }

  .sing-up-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sing-up-content-wrapper {
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .login-content, .forgot-password-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .license-content-wrapper {
    padding: 2rem 1.5rem;
  }

  .license-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .price-details-component {
    flex-flow: column;
  }

  .price-details-left-content {
    max-width: none;
  }

  .plan-add-to-cart-card {
    max-width: none;
    padding: 2.5rem 2rem;
  }

  .price-select-field {
    width: 38.9rem;
  }

  .checkout-container {
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .checkout-payment-content-wrapper, .checkout-payment-content {
    width: 100%;
  }

  .checkout-discounts {
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .checkout-discounts-code-field {
    width: 100%;
  }

  .paypal-container {
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .paypal-left-side-contant, .paypal-payment-right-content {
    width: 100%;
  }

  .order-confirmation-container {
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .order-confirmation-left-content, .order-confirmation-right-content {
    width: 100%;
  }

  .nav-menu-line-wrapper {
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-menu-button {
    padding: 0;
  }

  .nav-menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu-line {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .utility-page-wrap {
    height: 80vh;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .flex-block-3 {
    width: auto;
  }

  .flexbox-small-dikey {
    width: 100%;
  }

  .flexbox-1-yatay {
    flex-flow: column;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .gallery-wrapper.farmsen {
    grid-template-rows: auto auto;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.2rem;
    line-height: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .padding-section-large {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .note-wrapper {
    padding: 1rem;
  }

  .style-guide-menu {
    padding: 1.5rem 2.5rem;
  }

  .style-guide-heading-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xxlarge {
    margin-bottom: 6.4rem;
  }

  .style-guide-content-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .padding-bottom.padding-large {
    padding-bottom: 2.5rem;
  }

  .text-size-regular {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-section-medium {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .style-guide-content-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dropdown-list._02.w--open {
    width: auto;
    padding: 1.5rem;
  }

  .button {
    height: 3rem;
  }

  .button.show-tablet {
    justify-content: center;
    align-items: center;
    height: 3rem;
    display: flex;
  }

  .section-footer {
    background-position: 5% 0;
  }

  .footer-text {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-header {
    padding-top: 4.6rem;
  }

  .line-color-pink, .line-color-light-golden {
    top: 1.75rem;
  }

  .counter-arear-component {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .counter-arear-content {
    grid-column-gap: 16px;
    grid-row-gap: 2.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .counter-arear-content.v2 {
    grid-template-columns: 1fr 1fr;
  }

  .benefit-component.v2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .photo-gallery-top-content {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .photo-gallery-grid {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .photo-gallery-image {
    width: 100%;
  }

  .feature-component {
    grid-template-columns: 1fr;
  }

  .testimonial-slider-content._01 {
    padding: 2.5rem 2rem;
  }

  .line-color-green {
    top: 1.75rem;
  }

  .blog-top-content-wrapper {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .hero-icon._01 {
    top: 3.3rem;
  }

  .hero-icon._02 {
    right: 22px;
  }

  .line-color-light-blue {
    top: 1.65rem;
  }

  .photo-gallery-content-wrapper {
    grid-template-columns: 1fr;
  }

  .photo-gallery-right-content {
    grid-row-gap: 2.1rem;
  }

  .number-wrapper {
    overflow: hidden;
  }

  .line-color-light-green {
    top: 1.75rem;
  }

  .section-hero-banar {
    height: 10.5rem;
  }

  .about-content {
    grid-row-gap: 2.5rem;
  }

  .about-our-school-content {
    display: none;
  }

  .blog-collection-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .price-grid {
    grid-template-columns: 1fr;
  }

  .price-details-wrapper {
    padding-top: 3rem;
  }

  .services-area-collection-list {
    grid-column-gap: 1.3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .services-item {
    padding: 2rem 1.5rem;
  }

  .teacher-collection-list-wrapper {
    width: 100%;
  }

  .teacher-collection-list {
    grid-row-gap: 6.4rem;
    grid-template-columns: 1fr;
    place-items: start center;
    width: 100%;
  }

  .teacher-content-wrapper {
    background-position: 63% 100%;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    width: 25.625rem;
    height: 24rem;
    display: flex;
  }

  .teacher-image-wrapper {
    width: 100%;
    top: -2.8875rem;
    left: 0;
  }

  .teacher-image {
    width: 14.9rem;
  }

  .teacher-details {
    justify-content: flex-start;
    align-items: center;
    bottom: 5.2rem;
    left: auto;
  }

  .section-cta {
    background-color: #ffdd98;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .cta-content {
    grid-row-gap: 1.4rem;
  }

  .input-field {
    width: 30.3rem;
    height: 4rem;
    padding: 1.5rem 2rem;
  }

  .suopport-area-grid {
    grid-template-columns: 1fr;
  }

  .faq-accordion {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .blog-catagory-collection-list {
    grid-column-gap: 1.2rem;
  }

  .blog-catagory-item {
    padding: .6rem 1.5rem;
  }

  .blog-details p {
    margin-bottom: 1.5rem;
  }

  .blog-details img {
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-details h4 {
    margin-bottom: 1.5rem;
  }

  .blog-details ul {
    margin-bottom: 2rem;
  }

  .blog-details blockquote {
    padding: 4rem 2.5rem;
    font-size: 1.35rem;
    line-height: 2rem;
  }

  .teacher-details-content {
    background-position: 50%;
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-us-form-block {
    padding: 2.5rem 1.5rem;
  }

  .contact-grid {
    grid-column-gap: 1.6rem;
  }

  .input {
    height: 3.3rem;
    padding: .6rem 1rem;
  }

  .sing-up-content {
    padding: 3rem;
  }

  .login-content {
    padding: 3rem 2.5rem;
  }

  .forgot-password-content {
    border-radius: 1.5rem;
    padding: 3rem 2.5rem;
  }

  .changelog-content {
    max-width: 32.3rem;
    padding: 3rem 2.5rem;
  }

  .changelog-version {
    padding: 1rem 1.5rem;
  }

  .license-icon-wrapper {
    grid-column-gap: 2rem;
  }

  .license-content-wrapper {
    padding: 1.5rem 1rem;
  }

  .license-grid {
    grid-template-columns: 1fr 1fr;
  }

  .default-state {
    grid-row-gap: 1.3rem;
  }

  .price-select-field {
    width: 28.5rem;
  }

  .checkout-info-wrapper, .checkout-payment-content {
    padding: 2rem 1.5rem;
  }

  .utility-page-wrap {
    height: 75vh;
  }

  .password-protected {
    width: 95%;
    max-width: none;
  }

  .image {
    max-width: 100%;
  }

  .voranmeldung-form-wrapper {
    width: 98%;
  }

  .heading-text-wrapper {
    width: 95%;
  }

  .gallery-overview, .features-list {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 1.85rem;
    line-height: 2.25rem;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.2rem;
  }

  .padding-section-large {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .note-wrapper, .style-guide-menu {
    border-radius: .65rem;
  }

  .text-size-medium {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .text-size-medium.testimonial-text {
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-large {
    margin-bottom: 2rem;
  }

  .margin-bottom.margin-xsmall {
    margin-bottom: 1rem;
  }

  .margin-bottom.margin-top-xsmall {
    margin-top: 0;
  }

  .button-row {
    grid-row-gap: 1.25rem;
    flex-direction: column;
    align-items: stretch;
  }

  .button-row.align-center {
    align-items: center;
  }

  .style-guide-content-wrapper {
    border-radius: .65rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h4 {
    font-size: 1.35rem;
    line-height: 1.6rem;
  }

  .padding-bottom.padding-xxlarge, .padding-bottom.padding-xlarge, .padding-bottom.padding-xxlarge, .padding-bottom.padding-xlarge {
    padding-bottom: 3rem;
  }

  .text-size-regular {
    font-size: .9rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .style-guide-content-list {
    grid-template-columns: 1fr;
  }

  .bold-text {
    font-size: .9rem;
  }

  .navigation {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navigation-left-content {
    grid-column-gap: 1rem;
  }

  .navigation-brand-logo-wrapper {
    padding-left: 0;
  }

  .navigation-logo {
    max-width: 83%;
  }

  .dropdown-list._02.w--open {
    width: auto;
  }

  .cart-quantity {
    width: 3rem;
    height: 3rem;
  }

  .button {
    height: 3rem;
    padding: .6rem 1.5rem;
    line-height: 1rem;
  }

  .button.cta {
    margin-left: 0;
  }

  .section-footer {
    background-position: 10% 0;
  }

  .footer-grid {
    grid-row-gap: 2.3rem;
    grid-template-columns: 1.5fr;
  }

  .heading-style-h5.in-home-1 {
    width: 20rem;
  }

  .footer-bottom-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-header {
    padding-top: 3.9rem;
  }

  .hero-main-image {
    width: 100%;
  }

  .header-image._01, .header-image._02, .header-image._04, .header-image._05, .header-image._01, .header-image._02, .header-image._04, .header-image._05, .tricker-image._02, .tricker-image._02 {
    display: none;
  }

  .section-service-area.v2 {
    background-position: 0 0;
  }

  .line-color-pink, .line-color-light-golden {
    display: none;
  }

  .counter-arear-content {
    grid-template-columns: 1fr;
  }

  .counter-arear-content.v2 {
    grid-column-gap: 1.4rem;
    grid-row-gap: 2.3rem;
    grid-column-gap: 1.4rem;
    grid-row-gap: 2.3rem;
  }

  .benefit-component.v2, .benefit-grid {
    grid-template-columns: 1fr;
  }

  .benefit-items {
    flex-flow: row;
  }

  .benefit-icon._01 {
    left: 4.25rem;
  }

  .photo-gallery-grid {
    grid-template-columns: 1fr;
  }

  .feature-item._01, .feature-item._02, .feature-item._03, .feature-item._01, .feature-item._02, .feature-item._03 {
    padding: 1.5rem 1rem;
  }

  .text-saize-bold {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .feature-left-content-wrapper {
    grid-row-gap: 1.8rem;
  }

  .feature-two-grid {
    grid-row-gap: 4rem;
  }

  .feature-top-content, .feature-two-list-wrapper, .feature-right-side-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-mask {
    width: auto;
    height: auto;
  }

  .testimonial-slider._01 {
    margin-right: .85rem;
  }

  .testimonial-slider-content._01 {
    border: 1px solid var(--orange-color);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 1rem;
    width: auto;
    height: auto;
    padding: 2rem 1rem;
  }

  .testimonial-slider-content._02 {
    border: 1px solid var(--acoa-color);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 1rem;
    width: auto;
    height: auto;
    padding: 2rem 1rem;
  }

  .testimonial-slider-content._03 {
    border: 1px solid var(--yello-color);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 1rem;
    width: auto;
    height: auto;
    padding: 2rem 1rem;
  }

  .testimonial-content-wrapper {
    grid-row-gap: 1.3rem;
  }

  .testimonial-image {
    width: 51px;
  }

  .line-color-green {
    top: 1.55rem;
  }

  .slider-nav {
    display: none;
  }

  .blog-top-content {
    grid-column-gap: 1.1rem;
  }

  .section-hero.v2 {
    background-position: 50% 100%;
  }

  .section-benefit-area {
    background-position: 50%;
    background-size: cover;
  }

  .hero-icon._01, .hero-icon._02, .hero-icon._01, .hero-icon._02, .about-happy-hours-content {
    display: none;
  }

  .service-tabs-menu {
    grid-row-gap: .5rem;
    flex-flow: column;
    width: 100%;
    margin-bottom: 2rem;
  }

  .service-item-content {
    padding: 2rem 1rem;
  }

  .line-color-light-blue {
    display: none;
  }

  .photo-gallery-right-content {
    grid-row-gap: .3rem;
  }

  .photo-gallery-content {
    grid-row-gap: 1.375rem;
    grid-template-columns: 1fr;
  }

  .number-wrapper {
    height: 2.5rem;
  }

  .line-color-light-green {
    top: 1.35rem;
  }

  .section-hero-banar {
    height: 9.5rem;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .price-item._02, .price-item._03 {
    background-position: 50%;
  }

  .price-item._01 {
    background-position: 50%;
    background-size: cover;
  }

  .price-item._02, .price-item._03 {
    background-position: 50%;
  }

  .price-details-wrapper {
    padding: 1rem;
  }

  .line-color-yello {
    display: none;
  }

  .services-area-collection-list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .services-image {
    max-width: 80%;
  }

  .teacher-collection-list {
    grid-row-gap: 8.7rem;
  }

  .teacher-content-wrapper {
    width: 18rem;
    height: 15.3rem;
  }

  .teacher-image-wrapper {
    top: -7.0875rem;
  }

  .teacher-image {
    width: 13.6rem;
  }

  .teacher-details {
    bottom: 3.3rem;
  }

  .cta-form-block {
    margin-bottom: 0;
  }

  .cta-form {
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .input-field {
    width: auto;
    height: 3.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .faq-icon-wrapper {
    display: none;
  }

  .faq-accordion {
    padding: 1.2rem 1rem;
  }

  .blog-catagory-collection-list-wrapper {
    width: 100%;
  }

  .blog-catagory-collection-list {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .blog-catagory-collection-item {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .blog-catagory-item, .blog-catagory-item.w--current {
    text-align: center;
  }

  .blog-details h3 {
    font-size: 1.3rem;
  }

  .blog-details p {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .blog-details h4 {
    font-size: 1.4rem;
  }

  .blog-details li {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .blog-details blockquote {
    margin-bottom: 2rem;
    padding: 2rem 1rem;
    font-size: 1.25rem;
    line-height: 1.65rem;
  }

  .services-details-content p, .services-details-content li, .services-details-content p, .services-details-content li {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .teacher-details-content {
    grid-row-gap: 1.375rem;
    flex-flow: column;
    padding-top: 1.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .teacher-details-top-content-wrapper {
    grid-row-gap: .7rem;
    text-align: center;
    flex-flow: column;
    width: 100%;
    position: static;
  }

  .teacher-top-content {
    width: 100%;
  }

  .teacher-details-wrapper {
    text-align: center;
  }

  .contact-details {
    grid-row-gap: 2.5rem;
  }

  .contact-address-wapper._02, .contact-address-wapper._03 {
    grid-column-gap: .6rem;
    grid-row-gap: .75rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-address-wapper._01 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-address-wapper._02, .contact-address-wapper._03 {
    grid-column-gap: .6rem;
    grid-row-gap: .75rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-us-form-block {
    border-radius: 1rem;
    padding: 1.5rem 1rem;
  }

  .contact-us-form {
    grid-row-gap: 1.3rem;
  }

  .contact-grid {
    grid-row-gap: 1.2rem;
    flex-flow: column;
    display: flex;
  }

  .contact-field-wrapper {
    grid-row-gap: .5rem;
  }

  .input {
    height: 3rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .input.message-field {
    height: 4.5rem;
    min-height: 6.7rem;
  }

  .sing-up-content {
    border-radius: 1rem;
    padding: 2rem 1.25rem;
  }

  .google-login-link {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .sing-up-divider {
    grid-column-gap: .5rem;
  }

  .sing-up-form-block {
    grid-row-gap: .9rem;
  }

  .sing-up-field-wrapper {
    grid-row-gap: .6rem;
  }

  .login-content {
    border-radius: 1rem;
    padding: 2rem 1.25rem;
  }

  .forgot-password-content {
    border-radius: 1rem;
    padding: 2rem 1rem;
  }

  .changelog-content {
    max-width: 20rem;
    padding: 2rem 1rem;
  }

  .changelog-version {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .license-icon-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 19px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .75fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .license-content-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .license-image {
    justify-content: flex-start;
  }

  .license-grid {
    grid-template-columns: 1fr;
  }

  .line-color-blue {
    top: 1.35rem;
  }

  .price-feature-list-item {
    flex-flow: column;
  }

  .price-details p {
    margin-bottom: 1.2rem;
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .plan-add-to-cart-card {
    border-radius: 1rem;
    padding: 2rem 1rem;
  }

  .price-select-field {
    width: 16.5rem;
    height: 3rem;
  }

  .checkout-info-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .checkout-block-header {
    margin-bottom: 0;
  }

  .checkout-row-content {
    grid-row-gap: 1.625rem;
  }

  .checkout-column {
    grid-row-gap: .6rem;
  }

  .order-item {
    justify-content: center;
    align-items: center;
    padding-top: 1.5rem;
  }

  .paypal-row, .order-confirmation-row {
    grid-row-gap: .75rem;
  }

  .heading {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .heading-2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .dropdown-list-item._02 {
    flex-flow: column;
    width: 18.8rem;
    margin-top: -.6rem;
  }

  .cart-container {
    justify-content: flex-start;
    align-items: stretch;
    width: 103%;
    max-width: none;
    height: 751px;
  }

  .cart-item {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .cart-details {
    grid-row-gap: .5rem;
  }

  .utility-page-wrap {
    height: 70vh;
  }

  .password-protected {
    width: 90%;
    padding: 1.5rem 1rem;
  }

  .password-content {
    padding: 0;
  }

  .password-filed-content {
    grid-row-gap: 1rem;
  }

  ._404-page-content {
    width: 90%;
    max-width: none;
  }

  .image {
    max-width: 60%;
  }

  .tabs-menu {
    grid-template-columns: 1fr;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .activity-photo-block {
    height: auto;
  }
}

#w-node-_1d77ca9f-bd00-c3a8-64d5-eff5b980f7e2-4bd2782c, #w-node-_1d77ca9f-bd00-c3a8-64d5-eff5b980f7fb-4bd2782c, #w-node-_18bf359c-f3e7-053a-1553-dcc71f2a9355-4bd2782c, #w-node-_1f3567dc-5acb-b9d6-ad84-06772c786265-4bd2782c, #w-node-b407a3a3-7bae-8d0c-606d-3192bb2596ec-4bd2782c, #w-node-_85678257-cc35-225b-9793-5cea8001f268-4bd2782c, #w-node-fc811a94-610a-efbd-90d5-5cef72be51f2-4bd2782c, #w-node-b82c152b-3dc7-174a-66c1-eca9643e3978-4bd2782c, #w-node-_4574361c-f0ef-d184-1f44-accf4522fdea-4bd2782c, #w-node-_6aac7863-6ad5-d541-6d25-dcfbfc3eed07-4bd2782c, #w-node-ce0dee95-67bf-7275-39db-62e21cb099cc-4bd2782c, #w-node-c79e9cc0-f280-afb3-c651-23893a38749a-4bd2782c, #w-node-c79e9cc0-f280-afb3-c651-23893a38749c-4bd2782c, #w-node-_1d81c9aa-3752-267c-1677-db43adc61d07-4bd2782c, #w-node-c79e9cc0-f280-afb3-c651-23893a38749e-4bd2782c, #w-node-c79e9cc0-f280-afb3-c651-23893a3874a0-4bd2782c, #w-node-c79e9cc0-f280-afb3-c651-23893a3874a2-4bd2782c, #w-node-c79e9cc0-f280-afb3-c651-23893a3874a4-4bd2782c, #w-node-e175ae65-c6f0-4f77-e477-bf62f615d582-4bd2782c, #w-node-aa176246-645e-a5cc-ace5-cac0d44af36c-4bd2782c, #w-node-_551e2522-020c-e16a-2ec6-e83e6b8df346-4bd2782c, #w-node-b9f480d3-b398-b4df-7cd6-4460ca941b22-4bd2782c, #w-node-_98787093-4acb-bd9b-94e6-fc92db0c8f56-4bd2782c, #w-node-_702708a4-9943-5997-c2af-a3b7289ca620-4bd2782c, #w-node-d9bb99ad-fae9-e7de-f7af-caa6160db6ee-4bd2782c, #w-node-_405a8343-ab2d-a5d8-d1b1-b15ee5609027-4bd2782c, #w-node-a4558efd-0684-d0ec-a3b4-659a50578018-50578011, #w-node-a4558efd-0684-d0ec-a3b4-659a50578028-50578011 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4558efd-0684-d0ec-a3b4-659a50578038-50578011 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_22107beb-2d1a-45eb-fcd4-55e7fd4a5e50-50578011, #w-node-f1f41ab6-7882-cf4e-952f-4a263f879e35-3f879dff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d9bb99ad-fae9-e7de-f7af-caa6160db6ee-4bd2782c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f1f41ab6-7882-cf4e-952f-4a263f879e35-3f879dff {
    justify-self: start;
  }
}
