.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.header-arrow {
  display: inline-block;
}

.div-block-11 {
  display: none;
}

.dropdown-list-wrapper {
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
}

.dropdown-list-wrapper.w--open {
  background-color: #f5f7fa;
  margin-top: 30px;
  padding: 30px 20px;
  line-height: 1em;
  right: -150px;
  box-shadow: 0 1px 9px rgba(9, 7, 24, .05), 0 24px 38px rgba(18, 8, 80, .1);
}

.dropdown-list-wrapper.w--open:hover {
  font-style: normal;
  font-weight: 400;
}

.logo {
  height: 120%;
  object-fit: contain;
  position: relative;
  bottom: 0;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  display: none;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
}

.bg-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-2.navbarlinkicon {
  height: 25px;
  display: none;
  bottom: -3px;
  left: -13px;
  right: auto;
}

.headernav {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.navmenu {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdownlink {
  color: #89c240;
  text-align: left;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2vw;
  text-decoration: none;
  transition: color .3s;
}

.dropdownlink:hover {
  color: #fcfdff;
  background-color: #94c93d;
}

.dropdownlink.w--current {
  color: #89c240;
}

.dropdownlink.w--current:hover {
  color: #fff;
}

.brand {
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  margin-right: auto;
  display: flex;
}

.nav-link-drop-down-2 {
  color: #6d768d;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  transition: color .35s;
  display: inline;
  position: static;
}

.nav-link-drop-down-2:hover {
  color: #0b98dc;
  font-style: italic;
  font-weight: 700;
}

.nav-link-drop-down-2.dropdown {
  margin-top: 0;
  display: block;
  position: relative;
}

.nav-link-drop-down-2.dropdown:hover {
  font-style: normal;
  font-weight: 400;
}

.new-item-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.new-item-wrapper.main {
  align-items: center;
  margin-left: 1vw;
  display: flex;
}

.div-block-10 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.nav-container {
  height: 100%;
  max-width: 95%;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.button {
  color: #04146d;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 1%;
  padding: 12px 20px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.button.navutton {
  color: #fff;
  margin-right: 0;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
}

.button.service {
  padding-left: 30px;
  padding-right: 30px;
}

.button.grad {
  color: #fff;
  overflow: hidden;
}

.navbarlink {
  color: #2361ab;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  transition: color .35s;
  display: block;
  position: relative;
}

.navbarlink.w--current {
  color: #04146d;
  font-weight: 900;
}

.navbarlink.dropdpwn:hover {
  font-style: normal;
}

.link {
  text-decoration: none;
}

.link.navcontactlink {
  color: #fff;
}

.navbarlinkwrapper {
  position: relative;
}

.navbar {
  z-index: 999;
  height: 85px;
  max-width: 100%;
  min-width: 100%;
  perspective: 3000px;
  transform-origin: 50% 0;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 4.5vh;
  transition: height .3s, background-color .3s;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body {
  background-color: #f5faff;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.pagewrapper {
  padding-top: 119px;
  overflow: hidden;
}

.pagewrapper.home {
  padding-top: 0;
}

.div-block-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

._48_30 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 0 #2665ac;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
}

.container {
  width: 84vw;
  max-width: 1500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.homes1c {
  width: 92vw;
  max-width: none;
}

.tripformwrapper {
  width: 90vw;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  padding: 30px 30px 28px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .28);
}

._32_25 {
  color: #04146d;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
}

._32_25.special1 {
  text-align: center;
  letter-spacing: -.5px;
  white-space: nowrap;
  font-weight: 600;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 110px;
  padding-top: 109px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

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

.homes1 {
  margin-bottom: 35px;
  position: relative;
}

.bg {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg.image.herobg {
  filter: blur(2px);
}

.bg.herobgg {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(255, 255, 255, .68));
  display: none;
}

.bg.buttonbg {
  width: 200%;
  background-image: linear-gradient(to right, #21b9d3, #2166ae 70%);
  transition: transform .5s;
  left: auto;
}

.bg.buttonimage {
  width: 50%;
  transform-origin: 0%;
  object-fit: contain;
  top: auto;
  bottom: -24%;
  left: auto;
  right: -5%;
  overflow: hidden;
}

.homes1button {
  min-height: 70px;
  background-color: #fcfdff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: -35px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.image-3 {
  width: 80px;
  max-width: none;
  object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
}

.image-3._2 {
  width: 100px;
  filter: contrast(120%) brightness(150%);
}

.leafattach {
  height: 60px;
  position: absolute;
}

.leafattach._1 {
  top: -20%;
  right: -10%;
}

.leafattach._2 {
  height: 34px;
  bottom: 5%;
  left: -10%;
}

.leafattach._3 {
  top: -13%;
  right: -3%;
}

.leafattach._4 {
  height: 34px;
  bottom: 5%;
  left: -2%;
}

.leafattach._5 {
  z-index: 1;
  height: 34px;
  bottom: 5%;
  left: -2%;
}

.leafattach._6 {
  z-index: 1;
  right: -2%;
}

.div-block-13 {
  width: 100%;
  grid-column-gap: 2vw;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.servicec {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #4f5a66;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  justify-items: center;
  padding-bottom: 30px;
  text-decoration: none;
  display: grid;
}

.image-5 {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.div-block-14 {
  width: 85%;
}

._22_20 {
  color: #0e4586;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
}

._22_20.sft {
  text-align: left;
  margin-bottom: 0;
  line-height: 1.3;
}

.text-span-2 {
  color: #89c240;
  margin-top: 10px;
  text-decoration: none;
  display: inline-block;
}

._7050 {
  padding-top: 70px;
  padding-bottom: 50px;
}

.div-block-15 {
  width: 80px;
  height: 60px;
  transform-origin: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-15._2 {
  width: 100px;
}

.paragraph-2 {
  text-align: center;
}

.paragraph-2.left {
  text-align: left;
}

.div-block-16 {
  width: 90%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._34_28 {
  color: #0e4586;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.6;
}

._34_28.left {
  text-align: left;
}

._34_28.left.special {
  line-height: 1.3;
}

._34_28.service {
  text-align: left;
  line-height: 1.3;
}

._34_28.incident {
  color: #db2400;
  margin-bottom: 20px;
}

.image-6 {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-right: 30px;
}

.image-6.speical {
  width: 62px;
  height: 62px;
  margin-right: 0;
  display: block;
  position: relative;
}

.image-6.speical._2 {
  align-self: flex-end;
  position: relative;
  top: -10px;
  left: 5px;
}

.image-6.speical._1 {
  align-self: flex-start;
  bottom: -10px;
  right: 5px;
}

.div-block-18 {
  align-items: center;
  display: flex;
}

.paragraph-3 {
  margin-bottom: 0;
}

._2070_050 {
  padding-top: 20px;
  padding-bottom: 70px;
}

.footerheader {
  z-index: 4;
  width: 100%;
  max-width: 1500px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.footermenu {
  color: #1672b4;
  border-bottom: 1px #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: color .3s;
}

.footermenu.first {
  padding-top: 0;
}

.footermenu.footermenutitle {
  padding-bottom: 3px;
}

.footermenu.sub {
  padding-top: 0;
  padding-bottom: 3px;
  padding-left: 5px;
  font-weight: 400;
}

.div-block-31 {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.footermain {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subfootertext {
  color: #1672b4;
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.link-4 {
  color: #1672b4;
  text-decoration: none;
  transition: color .4s;
}

.link-4:hover {
  color: #89c240;
  text-decoration: underline;
}

.space {
  font-size: 10px;
}

.footerlink {
  color: #1672b4;
  line-height: 1.3;
  text-decoration: none;
  transition: color .3s;
}

.footerlink.w--current {
  color: #000;
  font-weight: 500;
}

.footerlink.nohover {
  cursor: default;
}

.footertitle {
  color: #0e4586;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
}

.footertitle.w--current {
  color: #000;
  font-weight: 500;
}

.footer-content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.container-4 {
  max-width: 1316px;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container-4.footer {
  z-index: 3;
  width: 100%;
  max-width: 1500px;
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  padding: 30px 0 10px;
  display: grid;
  position: relative;
}

.paymenticon {
  height: 34px;
  object-fit: contain;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
}

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

.div-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footeritemwrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 7px;
  display: flex;
}

.footerparagraph {
  color: #1672b4;
  margin-bottom: 14px;
  padding-left: 0;
  line-height: 1.3;
}

.footerparagraph.payment {
  margin-bottom: 4px;
}

.footerparagraph.link {
  margin-bottom: 0;
}

.subfooterwrapper {
  z-index: 1;
  max-width: 900px;
  text-align: center;
  justify-content: center;
  margin-top: 30px;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-32 {
  margin-left: 3px;
}

.footerbrand {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-right: auto;
  display: flex;
}

.footerlogo {
  height: 80px;
  object-fit: contain;
  position: relative;
  bottom: 0;
}

.text-block-5 {
  position: relative;
}

.image-7 {
  width: 100%;
  height: 36vw;
  object-fit: cover;
}

.div-block-20 {
  width: 90%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.div-block-33 {
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.div-block-34 {
  display: flex;
}

.sidetext {
  color: #0e4586;
  text-align: center;
  flex: none;
  margin-top: 13px;
  margin-right: 50px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.div-block-21 {
  max-width: 100%;
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1.7fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.serviceimage {
  width: 100%;
  height: 100%;
  min-width: 300px;
  object-fit: cover;
}

.serviceimage.position {
  object-position: 50% 0%;
}

.servicecontentwrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.servicetoptext {
  color: #0e4586;
  text-align: center;
  flex: none;
  margin-top: 13px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.div-block-36 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-37 {
  margin-bottom: 20px;
  display: flex;
}

.div-block-38 {
  max-width: 270px;
  min-width: 250px;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  margin-left: 30px;
  display: grid;
}

.serviceimgaewrapper {
  width: 30vw;
  height: 22vw;
  justify-content: center;
  display: flex;
  position: relative;
}

.div-block-39 {
  background-color: #fff;
  padding: 10px;
  display: flex;
}

.text-block-6 {
  color: #89c240;
  font-size: 16px;
  font-weight: 500;
}

.text-block-6.check {
  width: auto;
  margin-right: 8px;
  font-weight: 600;
}

._5070_4055 {
  padding-top: 50px;
  padding-bottom: 70px;
}

.pricingtitle {
  z-index: 1;
  color: #04146d;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
}

._38_25 {
  color: #04146d;
  font-weight: 400;
  line-height: 1.3;
}

._38_25.ratetitle {
  margin-top: 0;
}

.detailrates {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  padding: 0 25px 40px;
  display: flex;
}

.ratewrapper {
  z-index: 1;
  width: 100%;
  background-color: #1672b4;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
}

.bg-3 {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-3.pricing {
  background-color: #fff;
  border: 10px solid #c8dd6e;
  box-shadow: inset 0 0 1px 1px #94c93d;
}

.pricingtab {
  width: 100%;
  border: .5px solid #c8dd6e;
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricingcontentwrapper {
  z-index: 1;
  width: 100%;
  position: relative;
}

.paragraph-18 {
  margin-bottom: 0;
  font-size: 16px;
}

.detailrate {
  text-align: center;
  margin-bottom: 0;
}

.text-span-8 {
  font-size: 24px;
}

.feewrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: stretch;
  justify-items: stretch;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
  position: relative;
}

.divider-2 {
  width: 100%;
  height: 1px;
  background-color: #c3ceda;
}

.divider-2.padding {
  margin-top: 9px;
  margin-bottom: 9px;
}

.ratetag {
  color: #f9f9f9;
  text-align: center;
  margin-bottom: 0;
}

.trioformsection {
  padding-top: 50px;
  padding-bottom: 0;
}

.trioformsection.bpadding {
  padding-bottom: 50px;
}

.paragraph-19 {
  margin-bottom: 0;
}

.ratesection {
  padding-top: 50px;
  padding-bottom: 70px;
}

.div-block-40 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.list-item {
  list-style-type: square;
}

.list {
  margin-top: 3px;
  padding-left: 20px;
}

.div-block-41 {
  flex-direction: column;
  display: flex;
}

.text-span-9 {
  text-transform: uppercase;
  font-weight: 700;
}

.list-copy {
  width: 80%;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7px;
  padding-left: 20px;
  display: grid;
}

.div-block-42 {
  width: 80px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.schoolc {
  border-top: 1px solid rgba(0, 0, 0, .2);
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  margin-top: 20px;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.schoolc.hide {
  display: none;
}

.div-block-14-copy {
  max-width: 800px;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.image-8 {
  width: 520px;
  height: 400px;
  object-fit: cover;
  object-position: 50% 30%;
}

.schoolt {
  border-top: 1px solid rgba(0, 0, 0, .2);
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.schoolt._2 {
  border-top-style: none;
  margin-top: 0;
  padding-top: 10px;
}

.schoolt._3 {
  border-bottom-style: none;
  padding-bottom: 0;
}

.div-block-3 {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.list-item-2 {
  list-style-type: square;
}

.school-form-block {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.radio-button-field {
  width: 50%;
  align-items: center;
  display: flex;
}

.plus, .minus {
  margin-bottom: 0;
  line-height: 38px;
}

.checkbox-label {
  margin-left: 15px;
  font-size: 17px;
  line-height: 1.2;
}

.form-text {
  background-color: #f5faff;
  border: 1px #000;
  border-bottom: 1px solid #04146d;
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 300;
}

.form-text.message {
  height: 17vh;
}

.form-text.board {
  margin-top: 0;
}

.school-form {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-block-3 {
  color: #001fef;
  text-shadow: none;
  font-size: 1em;
  line-height: 2;
  position: relative;
}

.text-block-2 {
  color: #c24747;
  text-shadow: none;
  font-size: .8em;
  font-weight: 400;
}

.itemwrapper {
  margin-bottom: 3px;
  position: relative;
}

.itemwrapper.flex {
  display: flex;
}

.itemwrapper.grid {
  grid-column-gap: 0px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 38px 1fr 38px;
  grid-auto-columns: 1fr;
  display: grid;
}

.sign {
  width: 38px;
  height: 38px;
  color: #fff;
  background-color: #89c240;
  justify-content: center;
  display: flex;
}

.sign:hover {
  background-color: #8d021f;
}

.paragraph-5 {
  margin-bottom: 0;
}

.radio-button-label {
  padding-left: 10px;
  font-weight: 300;
}

.form-fileds-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.formtitles {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.formtitles.numstudentsheader, .formtitles.daysrequiredheader {
  margin-bottom: 10px;
}

.schoolformwrapper {
  max-width: 800px;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  padding: 30px 30px 26px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.submit-button-2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #0e4586;
  margin-top: 10px;
  padding-left: 28px;
  padding-right: 28px;
  line-height: 1.3;
  display: inline;
  position: relative;
}

.checkbox-field {
  display: flex;
}

.error-message {
  line-height: 2;
}

.text-span-10 {
  padding-top: 5px;
  font-style: italic;
  font-weight: 600;
  display: inline-block;
}

.paragraph-20 {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.4;
}

.paragraph-20.notincluded {
  color: #333;
}

.paragraph-20.included {
  color: #0dc000;
}

.div-block-43 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  padding: 10px;
  display: grid;
}

.text-span-17 {
  color: #615f5f;
  font-family: PT Sans, sans-serif;
  font-style: italic;
}

.image-9 {
  width: 100%;
  max-height: 60vw;
  padding-left: 10px;
}

.packagefwrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
}

.packagefwrapper.grey {
  background-color: #f2f8ff;
}

.price {
  color: #04146d;
  margin-bottom: 0;
}

.div-block-23 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.paragraph-21 {
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  padding: 10px 3px;
  display: flex;
}

.div-block-44 {
  background-color: #90d1f9;
  flex-direction: column;
  display: flex;
}

.div-block-44.center {
  justify-content: center;
}

.paragraph-17 {
  height: 100%;
  color: #04146d;
  text-align: center;
  background-color: rgba(255, 255, 255, .5);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
}

.paragraph-22 {
  color: ivory;
  text-align: center;
  padding: 0 3px 10px;
}

.div-block-45 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-5 {
  color: #04146d;
}

.membershipc {
  border-top: 1px solid rgba(0, 0, 0, .2);
  border-bottom: 1px rgba(0, 0, 0, .2);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-46 {
  justify-content: center;
  align-items: flex-start;
  padding: 10px 3px 0;
  display: flex;
}

.price-2 {
  color: #f7f8f8;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 700;
}

.price-2.small {
  margin-left: 3px;
  font-size: 16px;
}

.memberfee {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 10px;
  display: grid;
}

.package {
  color: #f5faff;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 600;
}

.link-block, .slide-nav {
  display: none;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.slidericon {
  width: 35px;
  margin-left: 0;
  margin-right: 0;
  position: static;
  transform: scale(.7);
}

.right-arrow {
  z-index: 3;
  width: 35px;
}

.left-arrow {
  z-index: 3;
  width: 35px;
  justify-content: center;
  align-items: center;
}

.iframecode {
  display: none;
}

.iframecode.hide {
  display: block;
}

.div-block-47 {
  width: 196px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.fixsection {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

._48_30-copy {
  text-align: center;
  text-shadow: 1px 0 #2665ac;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.image-3-copy {
  width: 300px;
  max-width: 80vw;
  object-fit: contain;
  position: relative;
  left: 0;
  right: 0;
}

.div-block-15-copy {
  transform-origin: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-copy {
  text-align: center;
}

.link-6 {
  color: #89c240;
}

.text-span-18 {
  color: #94c93d;
}

@media screen and (min-width: 1440px) {
  .dropdown-list-wrapper:hover, .dropdown-list:hover {
    font-style: normal;
    font-weight: 400;
  }

  .dropdownlink {
    border-radius: 0;
    line-height: 1.6;
  }

  .nav-link-drop-down-2 {
    margin-top: 4px;
    line-height: 1em;
    display: inline-block;
  }

  .navbarlink {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 991px) {
  .hearder-button-line-medium {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    background-color: #04146d;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-11 {
    grid-column-gap: 16px;
    grid-row-gap: 4px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-bottom: 20px;
    display: grid;
  }

  .dropdown-list-wrapper {
    background-color: #2166ae;
    margin-top: 3px;
    margin-bottom: 5px;
  }

  .dropdown-list-wrapper.w--open {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    padding: 25px 10px;
    display: flex;
    position: static;
  }

  .navbuttonicons {
    width: 60%;
    min-height: 18px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .dropdown-list {
    position: relative;
    top: 0%;
    left: auto;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    display: block;
    position: static;
  }

  .nav-menu-button {
    width: 45px;
    min-height: 45px;
    min-width: 45px;
    perspective: 10000px;
    color: #fff;
    padding: 0;
    font-size: 30px;
    transition: background-color .3s, transform .3s;
  }

  .nav-menu-button:hover {
    transform: scale(.96);
  }

  .button-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-4 {
    color: #e5e7e8;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
  }

  .headernav {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .navmenu {
    width: auto;
    height: 100vh;
    max-height: 100vh;
    background-color: #282c72;
    margin-top: -4.5vh;
    padding-left: 3%;
    padding-right: 3%;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: hidden;
    box-shadow: 0 1px 9px -4px rgba(31, 36, 50, .08), 0 24px 38px rgba(18, 8, 80, .1);
  }

  .dropdownlink {
    color: #e5e7e8;
    text-align: center;
    white-space: normal;
    padding: 5px 10px;
    font-size: 17px;
  }

  .dropdownlink.w--current {
    color: #fcfdff;
  }

  .nav-link-drop-down-2 {
    font-size: 25px;
  }

  .nav-link-drop-down-2.dropdown {
    width: 100%;
    text-align: center;
  }

  .new-item-wrapper {
    justify-content: center;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .new-item-wrapper.main {
    margin-left: 0;
  }

  .hearder-button-line-bottom {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    background-color: #04146d;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-10 {
    width: 60vw;
    height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 30px;
    display: flex;
    position: relative;
  }

  .hearder-button-line-top {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    background-color: #04146d;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbarlink {
    color: #e5e7e8;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
  }

  .navbarlink.w--current {
    color: #fcfdff;
  }

  .navbarlink.dropdpwn {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link.navcontactlink {
    color: #e5e7e8;
    font-size: 16px;
    line-height: 1.4;
  }

  .link.navcontactlink:hover {
    color: #fcfdff;
  }

  .container.speical {
    width: 60vw;
  }

  .container.service {
    width: 70vw;
  }

  .container.service.differ {
    width: 75vw;
  }

  .tripformwrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    margin-top: 100px;
  }

  .leafattach._3 {
    right: 2%;
  }

  .leafattach._6 {
    right: -4%;
  }

  .div-block-13 {
    grid-template-columns: 1fr;
  }

  .footertitle {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .footer-content-block {
    text-align: left;
    margin-bottom: 0;
  }

  .container-4.footer {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .subfooterwrapper {
    margin-top: 0;
  }

  .image-7 {
    height: 40vw;
  }

  .div-block-35 {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .div-block-21 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .serviceimage {
    min-height: 0;
    min-width: 0;
  }

  .servicecontentwrapper {
    width: 110%;
    max-width: 88vw;
  }

  .servicecontentwrapper.school {
    width: 100%;
  }

  .div-block-38 {
    min-width: 230px;
  }

  .serviceimgaewrapper {
    width: 100%;
    height: 45vw;
  }

  .pricingtitle {
    font-size: 25px;
  }

  ._38_25.ratetitle {
    margin-bottom: 0;
  }

  .schoolc {
    background-color: #fff;
    border-top-style: none;
    border-bottom-style: none;
  }

  .div-block-14-copy {
    width: 85%;
  }

  .image-8 {
    width: 50vw;
    height: 35vw;
  }

  .div-block-43, .memberfee {
    grid-column-gap: 12px;
  }

  .link-block {
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-list-wrapper.w--open {
    text-align: left;
    margin-left: 0;
  }

  .dropdown-list.w--open {
    text-align: left;
    padding-top: 5px;
  }

  .text-block-4 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .headernav {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .navmenu {
    flex-direction: row;
    align-items: stretch;
  }

  .dropdownlink {
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .brand {
    padding-left: 0;
  }

  .new-item-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-container {
    padding-left: 10px;
    padding-right: 15px;
  }

  .navbarlink {
    font-size: 17px;
  }

  .link.navcontactlink {
    font-size: 15.5px;
  }

  .navbar {
    height: 75px;
  }

  .body {
    font-size: 17px;
    line-height: 1.5;
  }

  .pagewrapper {
    padding-top: 100px;
  }

  ._48_30 {
    font-size: 35px;
  }

  .container.speical {
    width: 80vw;
  }

  .tripformwrapper {
    padding: 20px 10px 17px;
  }

  ._32_25 {
    font-size: 33px;
  }

  ._32_25.special1 {
    font-size: 30px;
  }

  .div-block-2 {
    margin-top: 75px;
  }

  .paragraph {
    width: 90%;
  }

  .bg.image {
    opacity: .76;
  }

  .bg.image.herobg {
    opacity: 1;
    object-position: 30% 50%;
    left: 0%;
    right: 0%;
  }

  .bg.herobgg {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(252, 253, 255, .78) 9%, rgba(255, 255, 255, .28) 71%, rgba(0, 0, 0, 0) 93%);
  }

  .homes1button {
    margin-top: 20px;
  }

  .leafattach._1 {
    height: 50px;
    top: -16%;
    right: -9%;
  }

  .leafattach._2 {
    height: 30px;
  }

  .leafattach._6 {
    height: 50px;
  }

  ._7050 {
    padding-bottom: 30px;
  }

  .div-block-17 {
    margin-top: 4px;
  }

  ._34_28 {
    font-size: 31px;
  }

  ._34_28.left.special {
    font-size: 30px;
  }

  ._2070_050 {
    padding-bottom: 50px;
  }

  .subfootertext {
    flex: 1;
  }

  .space {
    font-size: 5px;
  }

  .footertitle {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .footer-content-block {
    min-width: 40%;
  }

  .footer-content-block.last {
    margin-bottom: 0;
  }

  .container-4.footer {
    min-width: 0;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .footeritemwrapper {
    margin-bottom: 4px;
  }

  .footerparagraph {
    font-size: 17px;
  }

  .subfooterwrapper {
    height: auto;
  }

  .sidetext {
    margin-right: 30px;
  }

  .div-block-37 {
    flex-direction: column;
  }

  .div-block-38 {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin-top: 0;
    margin-left: 0;
  }

  ._5070_4055 {
    padding-top: 40px;
  }

  .pricingtitle {
    font-size: 25px;
  }

  ._38_25 {
    font-size: 33px;
  }

  .pricingtab {
    max-width: 350px;
  }

  .feewrapper {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .divider-2 {
    height: .7px;
  }

  .trioformsection, .ratesection {
    padding-top: 40px;
  }

  .list-copy {
    width: 100%;
  }

  .schoolc {
    margin-top: 10px;
    padding-top: 30px;
  }

  .div-block-14-copy {
    margin-top: 16px;
  }

  .image-8 {
    width: 70vw;
    height: 50vw;
  }

  .schoolt {
    margin-top: 10px;
    padding-top: 30px;
  }

  .form-text {
    line-height: 1.667em;
  }

  .form-fileds-wrapper {
    line-height: 20px;
  }

  .formtitles {
    font-size: 17px;
  }

  .schoolformwrapper {
    max-width: 96vw;
  }

  .submit-button-2 {
    font-size: 18px;
  }

  .paragraph-20 {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 15px;
  }

  .div-block-43 {
    grid-column-gap: 3px;
  }

  .image-9 {
    padding-left: 3px;
  }

  .packagefwrapper {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 15px;
  }

  .div-block-24 {
    grid-column-gap: 3px;
  }

  .paragraph-21 {
    margin-top: 10px;
    padding-left: 3px;
    font-size: 14px;
  }

  .div-block-22 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-17 {
    font-size: 16px;
  }

  .div-block-45 {
    grid-column-gap: 20px;
  }

  .membershipc {
    margin-top: 10px;
    padding-top: 30px;
  }

  .div-block-46 {
    padding-bottom: 0;
  }

  .price-2 {
    font-size: 20px;
  }

  .price-2.small {
    font-size: 15px;
  }

  .memberfee {
    grid-column-gap: 3px;
  }

  ._48_30-copy {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  .dropdown-list-wrapper.w--open {
    padding-top: 30px;
  }

  .headernav {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navmenu {
    margin-top: -2.5vh;
  }

  .dropdownlink {
    text-align: center;
    white-space: normal;
    font-size: 15px;
  }

  .brand {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .new-item-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10 {
    width: 70vw;
    padding-top: 20px;
  }

  .nav-container {
    justify-content: space-between;
    padding-left: 1vw;
    padding-right: 3vw;
  }

  .button.service {
    padding-left: 25px;
    padding-right: 25px;
  }

  .navbarlink {
    text-align: center;
    font-size: 15.5px;
  }

  .link.navcontactlink {
    font-size: 15px;
  }

  .navbar {
    height: 60px;
    margin-top: 2.5vh;
  }

  .pagewrapper {
    padding-top: 82px;
  }

  ._48_30 {
    font-size: 30px;
  }

  .container.service, .container.service.differ {
    width: 80vw;
  }

  .tripformwrapper {
    width: 93vw;
  }

  ._32_25, ._32_25.special1 {
    font-size: 25px;
  }

  .div-block-2 {
    padding-top: 35px;
  }

  .paragraph {
    margin-top: 0;
  }

  .bg.herobgg {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(252, 253, 255, .78) 37%, rgba(255, 255, 255, .28) 77%, rgba(0, 0, 0, 0) 93%);
  }

  .homes1button {
    min-height: 60px;
  }

  .image-3 {
    width: 60px;
  }

  .image-3._2 {
    width: 80px;
  }

  .leafattach._1 {
    height: 40px;
  }

  .leafattach._2 {
    height: 25px;
    left: -5%;
  }

  .leafattach._3 {
    height: 40px;
  }

  .leafattach._4 {
    height: 24px;
  }

  .leafattach._5 {
    height: 25px;
  }

  .leafattach._6 {
    height: 10vw;
    top: -6%;
    right: 2%;
  }

  .servicec {
    padding-bottom: 20px;
  }

  .image-5 {
    height: 210px;
  }

  ._22_20 {
    font-size: 20px;
    line-height: 1.4;
  }

  .div-block-15 {
    width: 60px;
    height: 50px;
  }

  .div-block-15._2 {
    width: 80px;
  }

  .div-block-17 {
    margin-top: 9px;
  }

  ._34_28 {
    font-size: 28px;
    line-height: 1.3;
  }

  ._34_28.service {
    line-height: 1.2;
  }

  .image-6 {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .image-6.speical {
    width: 70px;
    height: 70px;
    margin-right: 5px;
  }

  .image-6.speical._2, .image-6.speical._1 {
    position: static;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: flex-start;
  }

  ._2070_050 {
    padding-top: 0;
  }

  .footermenu {
    font-size: 17.5px;
  }

  .div-block-31 {
    grid-column-gap: 2vw;
    padding-bottom: 0;
  }

  .footertitle {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-4.footer {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .paymenticon {
    max-width: 18vw;
  }

  .footerparagraph {
    font-size: 16px;
  }

  .subfooterwrapper {
    height: auto;
  }

  .footerbrand {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sidetext {
    font-size: 20px;
    line-height: 1.4;
    display: none;
  }

  .div-block-35 {
    grid-template-columns: 1fr;
  }

  .servicecontentwrapper {
    width: 100%;
  }

  .servicetoptext {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.4;
  }

  .div-block-37 {
    margin-bottom: 15px;
  }

  .serviceimgaewrapper {
    height: 55vw;
  }

  ._5070_4055 {
    padding-top: 40px;
    padding-bottom: 55px;
  }

  .pricingtitle {
    font-size: 22px;
  }

  ._38_25 {
    font-size: 25px;
  }

  .ratewrapper {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .paragraph-18 {
    font-size: 15.5px;
  }

  .feewrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .trioformsection {
    padding-top: 30px;
  }

  .trioformsection.bpadding {
    padding-bottom: 40px;
  }

  .ratesection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .div-block-42 {
    width: auto;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .schoolc, .schoolt {
    margin-top: 0;
  }

  .schoolt._2 {
    padding-top: 4px;
    padding-bottom: 20px;
  }

  .schoolt._3 {
    margin-top: 14px;
    padding-top: 20px;
  }

  .schoolt._1 {
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .school-form-block {
    font-size: 2.5em;
  }

  .plus, .minus, .checkbox-label {
    font-size: 17px;
  }

  .form-text {
    font-size: 16px;
  }

  .form-text.message {
    height: auto;
    white-space: normal;
  }

  .text-block-2 {
    font-size: 15px;
  }

  .paragraph-5 {
    font-size: 18px;
  }

  .radio-button-label {
    font-size: 17px;
  }

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

  .formtitles {
    line-height: 20px;
  }

  .schoolformwrapper {
    margin-top: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-20 {
    font-size: 3.5vw;
  }

  .div-block-43 {
    margin-top: 0;
    padding: 5px;
  }

  .image-9 {
    padding-right: 10px;
  }

  .price, .paragraph-21 {
    font-size: 3.2vw;
  }

  .paragraph-17 {
    padding: 7px 5px;
    font-size: 3vw;
  }

  .paragraph-22 {
    margin-bottom: 0;
    font-size: 15px;
  }

  .div-block-45 {
    grid-template-columns: 1fr;
  }

  .list-2 {
    padding-left: 25px;
  }

  .membershipc {
    margin-top: 0;
  }

  .price-2 {
    font-size: 17px;
  }

  .price-2.small {
    margin-left: 1px;
    font-size: 13px;
  }

  .memberfee {
    margin-top: 0;
    padding: 5px;
  }

  .package {
    font-size: 3.2vw;
  }

  .div-block-47 {
    width: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  ._48_30-copy {
    font-size: 30px;
  }

  .image-3-copy {
    width: 50vw;
  }

  .paragraph-copy {
    margin-top: 0;
  }
}

#w-node-_7de676d5-03a7-e3dc-8480-f7cf0779f518-d5ceb7a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-afb02e21-d282-67d2-c3fd-97ee13b74069-13b7405f {
  justify-self: start;
}

#contact.w-node-afb02e21-d282-67d2-c3fd-97ee13b74093-13b7405f {
  justify-self: end;
}

#w-node-afb02e21-d282-67d2-c3fd-97ee13b740aa-13b7405f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1c7d9650-f5a1-c059-51e0-498a2879b888-42739a03 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1c7d9650-f5a1-c059-51e0-498a2879b891-42739a03, #w-node-_6beb0568-da52-905a-91aa-3cf9a5c53514-42739a03 {
  justify-self: start;
}

#w-node-_1c7d9650-f5a1-c059-51e0-498a2879b8b7-42739a03, #w-node-_9280a26c-3dab-cf55-0644-fa35ca6a949a-e4e28c22, #w-node-_47dbbc66-81a5-3057-cc29-4a601284f784-e4e28c22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#schoolform.w-node-_5c7e043e-5882-b5b9-873f-bdccf469d4ef-e4e28c22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_5c7e043e-5882-b5b9-873f-bdccf469d4f7-e4e28c22, #w-node-_5c7e043e-5882-b5b9-873f-bdccf469d4fb-e4e28c22, #w-node-_5c7e043e-5882-b5b9-873f-bdccf469d507-e4e28c22, #w-node-_5c7e043e-5882-b5b9-873f-bdccf469d50b-e4e28c22, #w-node-_5c7e043e-5882-b5b9-873f-bdccf469d50f-e4e28c22, #w-node-_5c7e043e-5882-b5b9-873f-bdccf469d513-e4e28c22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5c7e043e-5882-b5b9-873f-bdccf469d514-e4e28c22 {
  grid-area: 1 / 1 / 2 / 4;
}

#Number-of-students.w-node-_5c7e043e-5882-b5b9-873f-bdccf469d516-e4e28c22 {
  grid-area: 2 / 2 / 3 / 2;
  align-self: end;
}

#w-node-_5c7e043e-5882-b5b9-873f-bdccf469d517-e4e28c22 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-_5c7e043e-5882-b5b9-873f-bdccf469d51a-e4e28c22 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: start;
}

#w-node-_5c7e043e-5882-b5b9-873f-bdccf469d51d-e4e28c22, #w-node-_5c7e043e-5882-b5b9-873f-bdccf469d526-e4e28c22, #w-node-_5c7e043e-5882-b5b9-873f-bdccf469d545-e4e28c22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5c7e043e-5882-b5b9-873f-bdccf469d549-e4e28c22 {
  justify-self: center;
}

#w-node-d6b298f6-6391-c642-f220-482f737b94c8-e4e28c22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d783857c-6960-0f91-9c8b-a1441a0b0a87-e4e28c22 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d6b298f6-6391-c642-f220-482f737b94c8-9d0aa809 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d783857c-6960-0f91-9c8b-a1441a0b0a87-9d0aa809, #w-node-_70d580f9-bedc-3ca4-5900-c0810eb7a1ff-9d0aa809 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_655aef48-8fa0-5aa0-93d8-ecfc59bcd1f7-9d0aa809 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_7de676d5-03a7-e3dc-8480-f7cf0779f518-d5ceb7a0 {
    grid-column: span 1 / span 1;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74069-13b7405f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b740aa-13b7405f {
    grid-column: span 2 / span 2;
  }

  #w-node-_9280a26c-3dab-cf55-0644-fa35ca6a949a-e4e28c22, #w-node-_47dbbc66-81a5-3057-cc29-4a601284f784-e4e28c22, #schoolform.w-node-_5c7e043e-5882-b5b9-873f-bdccf469d4ef-e4e28c22, #w-node-d6b298f6-6391-c642-f220-482f737b94c8-e4e28c22, #w-node-d6b298f6-6391-c642-f220-482f737b94c8-9d0aa809 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3599a4d2-eeb1-2d14-7ae0-989f7518ca57-9d0aa809 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_655aef48-8fa0-5aa0-93d8-ecfc59bcd1f7-9d0aa809 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74069-13b7405f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74080-13b7405f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #contact.w-node-afb02e21-d282-67d2-c3fd-97ee13b74093-13b7405f {
    justify-self: auto;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b740aa-13b7405f, #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b888-42739a03, #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b8b7-42739a03 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74069-13b7405f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5c7e043e-5882-b5b9-873f-bdccf469d4ff-e4e28c22, #w-node-_5c7e043e-5882-b5b9-873f-bdccf469d503-e4e28c22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5c7e043e-5882-b5b9-873f-bdccf469d545-e4e28c22 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3599a4d2-eeb1-2d14-7ae0-989f7518ca57-9d0aa809 {
    grid-column: span 3 / span 3;
  }
}


