@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chillax;
  src: url('../fonts/Chillax-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --es-red: #cc3400;
  --rules: #bcc7d1;
  --white-smoke: #f2f2f2;
  --white: white;
  --orange-red-3: #f14b00;
  --black-2: #262626;
  --white-smoke-2: #f2f2f2;
  --black: black;
  --orange-red: #fe5808;
  --blue: #5c0ffa;
  --orange-red-2: #fe5a08;
  --red: #c30;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

h1 {
  color: var(--es-red);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
}

h2 {
  color: var(--es-red);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

h3 {
  color: var(--es-red);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
}

li {
  border-bottom: 1px solid #00000047;
  padding: 20px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 21px;
}

.wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.navwrapper {
  z-index: 9999;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.nav-menu {
  text-align: right;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link {
  color: #cc3400;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 5px solid #0000;
  align-items: center;
  height: 100%;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.nav-link:hover {
  border-bottom-color: var(--es-red);
}

.nav-link.w--current {
  border-bottom-color: var(--es-red);
  color: var(--es-red);
  font-weight: 700;
}

.herowrapper {
  background-color: #faebeb;
  width: 100%;
  height: 100vh;
}

.block {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-top: 80px;
  display: flex;
}

.block.reverse {
  flex-flow: wrap;
}

.div-block-3 {
  flex-wrap: wrap;
  width: 45%;
  padding-right: 62px;
  display: flex;
}

.leadpara {
  padding-right: 100px;
  font-family: aktiv-grotesk;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
}

.leadpara.centred {
  padding-right: 0;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.div-block-4 {
  width: 55%;
  height: 100%;
  padding-right: 80px;
}

.reasonsblock {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.ctabox {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.ctablock {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.white {
  color: #333;
  margin-bottom: 0;
  font-weight: 600;
}

.button {
  background-color: var(--es-red);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  box-shadow: 0 2px #c94104;
}

.button:hover {
  background-color: #aa2a00;
}

.slide {
  background-image: url('../images/5d9211d28072f12382ac7865_slider09.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider {
  height: 100%;
}

.footer {
  background-color: #3e3e3e;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.div-block-6 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  display: flex;
}

._25 {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 25%;
  padding-right: 0;
  display: flex;
}

.footerh4 {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.footerpara {
  color: var(--white);
  font-family: Generalsans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.boilerplate {
  color: #1a1a1a;
  background-color: #262626;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  display: flex;
}

.bolierplatetext {
  color: var(--white);
  letter-spacing: 2px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  display: block;
}

.bolierlink {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.bolierlink.w--current {
  font-family: Generalsans, Arial, sans-serif;
  font-weight: 600;
}

.div-block-7 {
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

._50 {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-right: 80px;
  display: flex;
}

.tabs {
  flex-flow: column wrap;
  display: flex;
}

.tab-link-tab-1 {
  color: var(--orange-red-3);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #0003;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-left: 33px;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.tab-link-tab-1.w--current {
  border: 5px solid var(--es-red);
  background-color: var(--white);
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.tabs-menu {
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 51px;
  display: flex;
}

.centred {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

._1pxrule {
  background-color: #00000040;
  width: 100%;
  height: 1px;
  margin-top: 128px;
  margin-bottom: -151px;
}

.tabblock {
  width: 75%;
  height: 100%;
}

.icon {
  background-color: #f14b0082;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .5s;
  display: flex;
}

.icon:hover {
  opacity: 1;
  background-color: #c30;
}

.right-arrow {
  margin-right: 20px;
}

.left-arrow {
  margin-left: 20px;
}

.slide-2 {
  background-image: url('../images/5d9212060984c57b5d963d58_slider06.jpg');
  background-position: 50%;
  background-size: cover;
}

.lead-para {
  margin-bottom: 20px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.text-block-8 {
  color: #333;
  text-align: center;
  margin-top: -10px;
  font-family: Generalsans, Arial, sans-serif;
  line-height: 1.2;
}

.tabs-content {
  justify-content: center;
  display: flex;
}

.tab-pane-tab-1 {
  text-align: center;
}

.pricing-block {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.pricing-table {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
}

.price-header {
  background-color: var(--black-2);
  color: var(--black-2);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.plan-h5 {
  color: var(--white);
  letter-spacing: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.price {
  margin-bottom: 10px;
}

.plan-price {
  color: #fff;
  letter-spacing: -2px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
}

.text-span {
  letter-spacing: 0;
  margin-left: -5px;
  font-size: 45px;
}

.text-span-2 {
  margin-right: -8px;
  font-size: 45px;
}

.pricing-features {
  background-color: var(--white-smoke);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.pricing-list {
  text-align: center;
  width: 100%;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  list-style-type: none;
}

.list-item {
  border-bottom-color: var(--rules);
}

.pricing-strapline {
  text-align: center;
  margin-top: 40px;
}

.pricing-image {
  width: 250px;
  height: 250px;
  margin-bottom: 20px;
}

.top-rule {
  border-top: 1px solid var(--rules);
  font-family: Generalsans, Arial, sans-serif;
}

.heading-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 80px;
  display: flex;
}

.pricing-faq-wrapper {
  background-color: var(--white-smoke-2);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing-faq-block {
  width: 100%;
  max-width: 1400px;
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.pricing-faq-para {
  font-family: Generalsans, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.pricing-faq-h4 {
  color: var(--es-red);
  font-family: Generalsans, Arial, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.heading-7 {
  color: #c30;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.heading-8, .heading-9 {
  color: #c30;
}

.div-block-11 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.text-page-hero {
  background-color: var(--es-red);
  background-image: linear-gradient(#cc3400c2, #cc3400c2), url('../images/slider04.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  display: flex;
}

.text-page-hero-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  display: flex;
}

.text-hero-h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}

.text-hero-h2 {
  color: #fff;
  font-weight: 600;
}

.text-hero-para {
  color: #fff;
  margin-bottom: 20px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.div-block-12 {
  width: 70%;
}

.text-page-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.text-page-wrapper.tiont {
  background-color: var(--white-smoke-2);
}

.div-block-13 {
  grid-column-gap: 79px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  display: grid;
}

.image-2 {
  width: 100%;
}

.tabs-2 {
  width: 100%;
  max-width: 1400px;
}

.tab-pane-tab-1-2 {
  padding: 40px;
}

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

.tab-link-tab-1-2 {
  background-color: var(--white-smoke);
  color: var(--black-2);
  margin: 10px;
}

.tab-link-tab-1-2.w--current {
  background-color: var(--es-red);
  color: #fff;
  margin: 10px;
}

.tab-link-tab-2 {
  background-color: var(--white-smoke);
  margin: 10px;
}

.tab-link-tab-2.w--current {
  background-color: var(--es-red);
  color: #fff;
}

.tab-link-tab-3 {
  background-color: var(--white-smoke);
  margin: 10px;
}

.tab-link-tab-3.w--current {
  background-color: var(--es-red);
  color: #fff;
}

.text-block-9 {
  font-family: Generalsans, Arial, sans-serif;
  font-weight: 500;
}

.tab-pane-tab-2, .tab-pane-tab-3 {
  padding: 40px;
}

.heading-11 {
  text-transform: uppercase;
  width: 80%;
  margin-top: 0;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 17px;
}

.link-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black-2);
  flex-flow: wrap;
  grid-template: "."
                 "."
                 / 1.75fr .25fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 20px;
  text-decoration: none;
  display: grid;
}

.image-3 {
  color: #fff;
  width: 100%;
}

.text-block-11 {
  width: 80%;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 17px;
}

.tabs-menu-2 {
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: flex;
}

.info-card {
  background-color: var(--white-smoke);
  border: 1px #000;
  border-radius: 6px;
  padding: 20px;
  text-decoration: none;
  transition: all .2s;
}

.info-card:hover {
  transform: translate(0, -6px);
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-h1 {
  color: #fff;
  text-transform: uppercase;
  background-color: #cc3400d6;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 20px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 78px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

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

.slide-3 {
  background-image: url('../images/5d92120645ed7712fb7f620f_slider02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/5bd18ae4b8f6b267f14d3025_slider03.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/5bd18a999c511ad78847939c_slider04.jpg');
  background-position: 50%;
  background-size: cover;
}

.home-links {
  color: var(--black-2);
  align-items: center;
  height: 35px;
  margin-top: 20px;
  font-family: aktiv-grotesk;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.text-block-14 {
  color: #333;
  margin-right: 10px;
  font-family: Generalsans, Arial, sans-serif;
  font-weight: 600;
}

.image-4 {
  background-color: #0000;
  width: 45px;
  height: 45px;
}

.link-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 15px;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.big-number {
  color: #333;
  font-family: Chillax, Arial, sans-serif;
  font-size: 55px;
}

.text-block-15, .text-block-16 {
  color: #333;
  margin-top: -10px;
  font-family: Generalsans, Arial, sans-serif;
  line-height: 1.2;
}

.list-lasat-item {
  margin-bottom: 20px;
}

.bold-text {
  font-family: Generalsans, Arial, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-21 {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.image-11 {
  margin-bottom: 40px;
}

.heading-19 {
  font-size: 65px;
}

.link-3 {
  color: var(--black-2);
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  text-decoration: none;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.image-12 {
  padding-bottom: 5px;
}

.body {
  font-family: Inter;
}

.heading-20 {
  font-family: Generalsans, Arial, sans-serif;
}

.heading-21 {
  font-weight: 600;
}

.paragraph {
  font-family: Generalsans, Arial, sans-serif;
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 51px;
  }

  .navwrapper {
    justify-content: space-around;
    display: block;
  }

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

  .nav-link {
    border-bottom: 1px solid var(--rules);
    background-color: #fff;
    height: 90px;
    margin-right: 0;
  }

  .nav-link.w--current {
    height: 90px;
    margin-right: 0;
  }

  .herowrapper {
    margin-bottom: 40px;
  }

  .block {
    flex-flow: column wrap;
    margin-top: 0;
    padding: 40px;
  }

  .block.reverse {
    flex-direction: column-reverse;
  }

  .div-block-3 {
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
    display: flex;
  }

  .leadpara {
    padding-right: 0;
  }

  .image {
    width: 100%;
  }

  .div-block-4 {
    width: 100%;
    padding-right: 0;
  }

  .ctablock {
    text-align: center;
    width: 90%;
    margin-top: 49px;
    margin-bottom: 50px;
  }

  .white {
    margin-bottom: 40px;
  }

  .button {
    margin-left: 0;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  ._25 {
    width: 85%;
    margin-top: 20px;
    padding-right: 0;
  }

  .div-block-7 {
    flex-flow: column wrap;
    width: 90%;
  }

  ._50 {
    width: 85%;
    padding-right: 0;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    border-radius: 0;
    justify-content: flex-start;
    width: 100%;
    height: 75px;
    margin-left: 0;
    padding: 20px;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .tabblock {
    width: 80%;
  }

  .div-block-8 {
    margin-top: 6px;
  }

  .icon-2 {
    color: var(--white);
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 2px;
    font-size: 32px;
    line-height: 1;
  }

  .menu-button {
    background-color: var(--es-red);
    border-radius: 8px;
    width: 55px;
    height: 55px;
    padding: 10px;
  }

  .text-block-8 {
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .pricing-block {
    flex-flow: column;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 40px;
  }

  .pricing-table {
    width: 100%;
  }

  .plan-h5 {
    text-align: center;
  }

  .pricing-features {
    margin-bottom: 40px;
  }

  .heading-wrapper {
    justify-content: center;
    margin-top: 40px;
  }

  .pricing-faq-wrapper {
    flex-direction: column;
    padding: 40px;
  }

  .pricing-faq-block {
    max-width: 100%;
  }

  .div-block-10 {
    width: 100%;
  }

  .heading-9 {
    text-align: center;
  }

  .div-block-11 {
    justify-content: space-between;
    width: 100%;
  }

  .text-page-hero {
    height: 35vh;
    padding: 40px;
  }

  .text-hero-h1 {
    margin-bottom: 20px;
    display: block;
  }

  .div-block-12 {
    width: 100%;
  }

  .text-page-wrapper {
    padding: 40px;
  }

  .div-block-13 {
    grid-column-gap: 21px;
  }

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

  .heading-11 {
    width: 100%;
  }

  .tabs-menu-2 {
    margin-bottom: 0;
  }

  .div-block-15 {
    padding: 40px;
  }

  .slider-h1 {
    font-size: 65px;
  }

  .image-5, .image-6, .image-8, .image-9, .div-block-18 {
    width: 100%;
  }

  .big-number {
    margin-right: 10px;
  }

  .text-block-15, .text-block-16 {
    align-items: center;
    margin-top: 0;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    margin-right: 0;
  }

  .nav-link.w--current {
    height: 90px;
    margin-right: 0;
  }

  .block {
    max-width: 100%;
  }

  .white {
    margin-bottom: 40px;
  }

  .tab-link-tab-1 {
    width: 100%;
    height: 75px;
  }

  .tab-link-tab-1.w--current {
    width: 100%;
    height: 75px;
    padding: 20px;
  }

  .tabs-menu {
    width: 100%;
  }

  .icon-2 {
    color: var(--white);
    font-size: 32px;
    line-height: 1;
  }

  .menu-button {
    background-color: var(--es-red);
  }

  .text-block-8 {
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .pricing-block {
    max-width: 100%;
  }

  .pricing-faq-block {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-8 {
    text-align: center;
  }

  .text-hero-h1 {
    margin-bottom: 20px;
    display: block;
  }

  .text-hero-h2 {
    line-height: 1.2;
  }

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

  .text-page-wrapper {
    padding-bottom: 0;
  }

  .text-page-wrapper.tiont {
    padding-bottom: 40px;
  }

  .div-block-14 {
    grid-template-rows: auto;
  }

  .heading-11 {
    width: 100%;
  }

  .tabs-menu-2 {
    margin-bottom: 0;
  }

  .div-block-15 {
    padding: 20px;
  }

  .slider-h1 {
    font-size: 46px;
  }

  .image-5, .image-7 {
    width: 100%;
  }

  .heading-15, .heading-16, .heading-18 {
    line-height: 1.2;
  }

  .big-number {
    margin-right: 10px;
  }

  .text-block-15, .text-block-16 {
    align-items: center;
    margin-top: 0;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 33px;
    line-height: 40px;
  }

  p, li {
    font-size: 19px;
  }

  .navbar {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    width: 100%;
    height: 90px;
  }

  .nav-link, .nav-link.w--current {
    margin-right: 0;
  }

  .herowrapper {
    height: 100vh;
  }

  .block {
    flex-direction: column;
    margin-top: 0;
    padding: 20px;
  }

  .div-block-3 {
    width: 100%;
    display: block;
  }

  .leadpara {
    padding-right: 0;
    font-size: 18px;
    line-height: 27px;
  }

  .div-block-4 {
    width: 100%;
    padding-right: 0;
  }

  .reasonsblock {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ctabox {
    flex-flow: column wrap;
    margin-top: 0;
  }

  .ctablock {
    margin-top: 41px;
    margin-bottom: 44px;
  }

  .white {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
  }

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

  .footer {
    flex-flow: column wrap;
    padding: 20px;
  }

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

  ._25 {
    width: 100%;
    margin-top: 20px;
  }

  .footerpara {
    font-size: 15px;
  }

  .boilerplate {
    flex-flow: column wrap;
  }

  .div-block-7 {
    flex-flow: column wrap;
    align-items: center;
  }

  ._50 {
    width: 100%;
    padding-right: 0;
  }

  .tabs {
    margin-top: 68px;
  }

  .tab-link-tab-1 {
    justify-content: flex-start;
  }

  .tab-link-tab-1.w--current {
    background-color: var(--white-smoke);
    justify-content: flex-start;
  }

  .tabs-menu {
    margin-bottom: 20px;
  }

  ._1pxrule {
    margin-top: 0;
  }

  .tabblock {
    flex-direction: column;
    width: 90%;
    display: flex;
  }

  .slide-2 {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-8 {
    text-align: center;
  }

  .icon-2 {
    color: #fff;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    font-size: 32px;
    line-height: 1;
    display: flex;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    padding: 2px;
    display: flex;
  }

  .lead-para {
    font-size: 19px;
  }

  .text-block-8 {
    color: var(--es-red);
    align-items: center;
    display: flex;
  }

  .pricing-block {
    flex-direction: column;
    margin-top: 0;
    padding: 20px;
  }

  .price-header {
    width: 100%;
  }

  .plan-price {
    font-size: 100px;
  }

  .pricing-features {
    padding: 20px;
  }

  .pricing-strapline {
    margin-top: 20px;
  }

  .heading-wrapper {
    margin-top: 0;
    padding: 0 20px 20px;
  }

  .pricing-faq-wrapper {
    justify-content: flex-start;
  }

  .pricing-faq-block {
    margin-top: auto;
    margin-bottom: 0;
  }

  .div-block-10 {
    grid-column-gap: 0px;
  }

  .heading-8 {
    font-size: 31px;
  }

  .heading-9 {
    margin-bottom: 0;
    font-size: 26px;
  }

  .div-block-11 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .text-page-hero {
    height: 55vh;
    padding: 20px;
  }

  .text-page-hero-wrapper {
    max-width: 100%;
  }

  .text-hero-h1 {
    margin-bottom: 20px;
    font-size: 42px;
  }

  .text-hero-h2 {
    font-size: 24px;
  }

  .text-hero-para {
    font-size: 19px;
  }

  .div-block-12 {
    width: 100%;
  }

  .text-page-wrapper {
    flex-direction: row;
    padding: 20px;
  }

  .text-page-wrapper.tiont {
    padding-bottom: 20px;
  }

  .div-block-13 {
    max-width: 100%;
  }

  .image-2 {
    margin-bottom: 20px;
  }

  .tabs-2 {
    max-width: 100%;
  }

  .tab-pane-tab-1-2 {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .tabs-content-2 {
    width: 100%;
  }

  .div-block-14 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    width: 100%;
    max-width: 100%;
  }

  .tab-link-tab-1-2, .tab-link-tab-1-2.w--current, .tab-link-tab-2 {
    margin: 0 0 10px;
  }

  .tab-link-tab-3 {
    margin: 0;
  }

  .tab-pane-tab-2 {
    padding: 20px;
  }

  .tab-pane-tab-3 {
    padding: 19px;
  }

  .heading-11 {
    width: 100%;
  }

  .tabs-menu-2 {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
    padding: 13px;
  }

  .slider-h1 {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 31px;
  }

  .div-block-16, .image-5, .image-8 {
    width: 100%;
  }

  .heading-12 {
    line-height: 1.2;
  }

  .heading-13 {
    font-size: 29px;
    line-height: 1.2;
  }

  .heading-14 {
    line-height: 1.2;
  }

  .image-10 {
    width: 100%;
  }

  .heading-17, .heading-18 {
    line-height: 1.2;
  }

  .big-number {
    color: var(--es-red);
    margin-right: 10px;
    font-size: 45px;
  }

  .text-block-15, .text-block-16 {
    color: var(--es-red);
    align-items: center;
    display: flex;
  }
}

#w-node-b452467b-376c-9b08-461e-24e520959849-f0dcd64c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c04d7a51-eaaf-df38-19e3-dd23b3f829df-1a225c49 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-f4c7b609-60d3-6934-417d-b06d386dabad-1a225c49 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-ba221ceb-d1b0-0e31-2ee5-402c05149498-1a225c49 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-ba221ceb-d1b0-0e31-2ee5-402c05149499-1a225c49 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-cfd588d2-43d3-2014-b42b-36335d1f91f7-1a225c49 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-cfd588d2-43d3-2014-b42b-36335d1f91f8-1a225c49 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f3fbdd8d-b77e-9bc3-717a-17f64663795c-1a225c49 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-f3fbdd8d-b77e-9bc3-717a-17f64663795d-1a225c49 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0a67f32f-4ac3-dece-97a9-60fcae374f09-1a225c49 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-_0a67f32f-4ac3-dece-97a9-60fcae374f0a-1a225c49 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_6ccecc57-d8a3-ff3a-c8da-c677456d1b73-1a225c49 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-_6ccecc57-d8a3-ff3a-c8da-c677456d1b74-1a225c49 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_5730402a-0592-88d6-d960-58e7830ce21b-1a225c49 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: end;
}

#w-node-_5730402a-0592-88d6-d960-58e7830ce21c-1a225c49 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e55c39c7-ae5b-de4c-c780-39669c164352-b6dcf077, #w-node-_45b5e14a-fd41-c6a7-aad6-686b5174bfd3-b6dcf077 {
  order: -9999;
}

@media screen and (max-width: 991px) {
  #w-node-d684eb73-0499-a30d-03f4-d3b1171b06e4-1a225c49, #w-node-ba221ceb-d1b0-0e31-2ee5-402c05149493-1a225c49, #w-node-cfd588d2-43d3-2014-b42b-36335d1f91f2-1a225c49, #w-node-f3fbdd8d-b77e-9bc3-717a-17f646637957-1a225c49, #w-node-_0a67f32f-4ac3-dece-97a9-60fcae374f04-1a225c49, #w-node-_6ccecc57-d8a3-ff3a-c8da-c677456d1b6e-1a225c49, #w-node-_5730402a-0592-88d6-d960-58e7830ce216-1a225c49, #w-node-_4efd3f22-ee2c-f6a8-1c9d-4cf7f7266064-b6dcf077 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8a6e5766-876d-af91-0704-e19525fc167a-b6dcf077 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-e55c39c7-ae5b-de4c-c780-39669c164351-b6dcf077 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e55c39c7-ae5b-de4c-c780-39669c164352-b6dcf077 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7f0f2cbc-75e2-3cd2-ddc7-e71d93fb0cdb-b6dcf077, #w-node-_7f0f2cbc-75e2-3cd2-ddc7-e71d93fb0cd2-b6dcf077, #w-node-_45b5e14a-fd41-c6a7-aad6-686b5174bfdc-b6dcf077 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45b5e14a-fd41-c6a7-aad6-686b5174bfd3-b6dcf077 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b452467b-376c-9b08-461e-24e520959849-f0dcd64c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6f092c22-5e8b-9a80-2e68-a8abb15379bc-f0dcd64c, #w-node-_60e18372-c86e-16ea-0ec1-a6556dff1458-f0dcd64c, #w-node-_1fa5abef-97a2-eeed-71d1-0a09f54dfbc5-f0dcd64c, #w-node-_25a163bf-4103-a45a-3c33-fcfcb587b18e-f0dcd64c, #w-node-_940f3eb8-ff4f-4fee-38d4-1e6315994715-f0dcd64c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d684eb73-0499-a30d-03f4-d3b1171b06e4-1a225c49 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ba221ceb-d1b0-0e31-2ee5-402c05149493-1a225c49 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-cfd588d2-43d3-2014-b42b-36335d1f91f2-1a225c49, #w-node-f3fbdd8d-b77e-9bc3-717a-17f646637957-1a225c49, #w-node-_0a67f32f-4ac3-dece-97a9-60fcae374f04-1a225c49, #w-node-_6ccecc57-d8a3-ff3a-c8da-c677456d1b6e-1a225c49, #w-node-_5730402a-0592-88d6-d960-58e7830ce216-1a225c49 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e55c39c7-ae5b-de4c-c780-39669c164351-b6dcf077, #w-node-_7f0f2cbc-75e2-3cd2-ddc7-e71d93fb0cdb-b6dcf077 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}