:root {
  --black-2: #1f1f1f;
  --crimson: #d61036;
  --brown: #970a26;
  --crimson-2: #ef123d;
  --white: white;
  --dark-slate-blue: #1b4476;
  --steel-blue: #3a84de;
  --midnight-blue: #122945;
  --black: black;
  --royal-blue: #2963aa;
  --white-smoke: #f2f2f2;
  --dim-grey: #545454;
}

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

body {
  color: var(--black-2);
  text-align: center;
  font-family: mundial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--crimson);
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: color 1s;
}

a:hover {
  color: var(--brown);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

li {
  margin-bottom: 6px;
}

strong {
  color: var(--crimson);
  font-weight: 400;
}

.body-section {
  cursor: auto;
  width: 100%;
  padding: 100px 10%;
  overflow: hidden;
}

.body-section.cta {
  background-color: var(--crimson-2);
  color: var(--white);
  text-align: left;
  background-image: linear-gradient(#ef123de6, #ef123de6), url('../images/hh-background.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 120%;
  padding-top: 160px;
  padding-bottom: 40px;
  font-size: 21px;
  position: relative;
}

.body-section.short-top {
  padding-top: 40px;
}

.body-section.no-bottom {
  padding-bottom: 0;
}

.body-section.contact {
  background-image: linear-gradient(#ffffffed, #ffffffed), url('../images/dazzle.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 200%;
}

.body-section.blue {
  color: var(--white);
  background-image: linear-gradient(145deg, #1b4476f2, #122945f2), url('../images/hh-background.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 125%;
}

.body-section.background {
  position: relative;
}

.body-section.grey {
  background-color: #f1f1f1;
}

.body-section.archive {
  padding-top: 140px;
}

.body-section.accreds {
  padding-top: 40px;
  padding-bottom: 40px;
}

.colour-example {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 18%;
  height: 120px;
  display: flex;
}

.colour-example._8 {
  background-color: var(--dark-slate-blue);
}

.colour-example._6 {
  background-color: var(--steel-blue);
}

.colour-example._3 {
  background-color: var(--black-2);
}

.colour-example._1 {
  background-color: var(--midnight-blue);
}

.colour-example._2 {
  background-color: var(--crimson);
}

.colour-example._5 {
  background-color: var(--black);
}

.colour-example._7 {
  background-color: var(--royal-blue);
}

.colour-example._4 {
  background-color: var(--white);
  color: #000;
}

.colour-example._10 {
  background-color: var(--brown);
}

.colour-example._9 {
  background-color: var(--crimson-2);
}

.colours-box {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.body-container {
  z-index: 3;
  max-width: 1200px;
  position: relative;
}

.body-container.cta {
  z-index: 3;
  padding-right: 40%;
  position: relative;
}

.body-container.text {
  text-align: left;
}

.para-link {
  color: var(--crimson);
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.para-link:hover {
  text-decoration: underline;
}

.heroes {
  color: var(--crimson);
  letter-spacing: 2px;
  text-transform: lowercase;
  font-family: Avengeance, sans-serif;
}

.title-underlines {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.title-underlines.half {
  justify-content: flex-start;
  padding-left: 0%;
}

.underline {
  background-image: linear-gradient(to right, #d6103600, var(--crimson));
  border-radius: 0% 100% 100% 0%;
  width: 45%;
  height: 3px;
  margin-right: 12px;
}

.underline.right {
  background-image: linear-gradient(270deg, #d6103600, var(--crimson));
  border-radius: 100% 0% 0% 100%;
  margin-left: 12px;
  margin-right: 0;
}

.underline.white {
  background-image: linear-gradient(to right, #fff0, var(--white));
}

.underline.white.right {
  background-image: linear-gradient(270deg, #fff0, var(--white));
}

.title-underline-feature {
  width: 32px;
  height: 32px;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  margin-right: 0;
  font-weight: 400;
  text-decoration: none;
  transition: color 1s;
}

.nav-link:hover {
  color: var(--midnight-blue);
}

.main-button {
  border: 1px solid var(--white);
  background-color: var(--crimson);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 30px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 1.2s;
}

.main-button:hover {
  background-color: var(--brown);
  color: var(--white);
}

.main-button.alt {
  background-color: var(--dark-slate-blue);
}

.main-button.alt:hover {
  background-color: var(--steel-blue);
}

.main-button.alt2 {
  background-color: var(--brown);
}

.main-button.alt2:hover {
  background-color: var(--steel-blue);
}

.main-button.wide {
  background-color: var(--dark-slate-blue);
  width: 100%;
  padding: 10px 12px;
}

.main-button.wide:hover {
  background-color: var(--steel-blue);
}

.main-button.cols {
  text-align: center;
  height: 46px;
  padding: 15px 8px;
  font-size: 14px;
  line-height: 1.1;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.white {
  color: var(--white);
}

.text-2-cols {
  text-align: left;
  column-count: 2;
  column-gap: 60px;
}

.spacer {
  height: 20px;
}

.spacer.thin {
  height: 10px;
}

.nav {
  z-index: 999;
  background-color: var(--crimson);
  color: var(--white);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 101px;
  padding-top: 39px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.contact-notices {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(145deg, var(--dark-slate-blue), var(--midnight-blue));
  color: var(--white);
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 39px;
  padding: 6px 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.contact-icon {
  object-fit: contain;
  width: 18px;
  height: 18px;
}

.contact-link {
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
  transition: color 1s;
}

.contact-link:hover {
  color: var(--crimson);
}

.contact-link.alt:hover {
  color: var(--midnight-blue);
}

.contact-holder {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-link {
  width: auto;
  height: 82px;
  position: absolute;
  bottom: 8px;
  left: 20px;
}

.nav-contact-button {
  border: 2px solid var(--white);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color 1s, background-color 1s;
  display: flex;
}

.nav-contact-button:hover {
  background-color: var(--white);
  color: var(--crimson);
}

.menu-page {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  display: flex;
}

.inner-menu-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.logo-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.menu-block {
  border-bottom: 2px solid var(--white);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 62px;
  padding: 10px 200px 10px 170px;
  display: flex;
  position: relative;
}

.menu-item {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 42px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  position: relative;
}

.menu-item.drop {
  background-color: var(--crimson);
  text-align: left;
  border-top: 1px dotted #ffffff80;
  justify-content: flex-start;
  height: auto;
  min-height: 42px;
  margin: 0;
  padding: 8px 16px;
  line-height: 1.2;
  transition: background-color 1s;
}

.menu-item.drop:hover {
  background-color: var(--brown);
  color: var(--white);
}

.menu-dropdown {
  border-bottom: 1px dotted #ffffff80;
  width: auto;
  min-width: 240px;
  max-width: 320px;
  height: auto;
  min-height: 10px;
  margin: 0;
  padding: 10px 0 0;
  display: none;
  position: absolute;
  top: 42px;
  left: -10px;
}

.mobile-menu-button {
  display: none;
}

.page-header {
  border-bottom: 3px solid var(--dark-slate-blue);
  color: var(--white);
  text-align: left;
  width: 100%;
  height: auto;
  min-height: 460px;
  padding: 150px 10% 40px;
  font-size: 21px;
  position: relative;
}

.page-header.new {
  border-bottom-width: 1px;
  border-bottom-color: #fff0;
  padding-bottom: 50px;
}

.page-head-container {
  z-index: 3;
  max-width: 1200px;
  padding-right: 52%;
  position: relative;
}

.page-head-container.new {
  padding-right: 55%;
}

.page-featured-image {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.page-featured-image.clip {
  width: 65%;
}

.page-head-backgorund {
  z-index: 2;
  background-color: var(--crimson-2);
  background-image: linear-gradient(#ef123df2, #ef123df2), url('../images/hh-background.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  width: 52%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.page-head-backgorund.clip {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(#1b4476f2, #1b4476f2), url('../images/hh-background.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  width: 55%;
  height: auto;
  top: 150px;
  bottom: 30px;
}

.button-holder {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.credits-section {
  width: 100%;
  height: auto;
  padding: 20px 10%;
}

.credits-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.credit-holder {
  background-color: #f1f1f1;
  border: 2px solid #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
}

.credit-holder.cta {
  border-color: var(--brown);
  background-color: var(--crimson);
  color: var(--white);
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.credit-holder.blue {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  font-size: 16px;
}

.testimonial-title {
  width: 60%;
  margin-bottom: 14px;
  font-size: 21px;
  font-weight: 600;
}

.testimonial-title.full {
  color: var(--crimson);
  width: auto;
  line-height: 1.2;
}

.star-rating-holder {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.star-rating-holder.center {
  justify-content: center;
}

.rating-star {
  object-fit: contain;
  width: 22px;
  height: 22px;
  margin-right: 2px;
}

.testimonial-name {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.testimonial-company {
  color: var(--crimson);
  font-size: 14px;
}

.logo-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cred-logo {
  object-fit: contain;
  object-position: 50% 50%;
  width: 90px;
  height: 60px;
}

.buttons {
  z-index: 999;
  position: fixed;
  top: 49px;
  right: 20px;
}

.nav-chat {
  border: 2px solid var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 42px;
  font-weight: 400;
  transition: color 1s, background-color 1s;
  display: none;
}

.nav-chat:hover {
  background-color: var(--white);
  color: var(--crimson);
}

.cta-image {
  z-index: 3;
  object-fit: contain;
  object-position: 100% 100%;
  width: 45%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5%;
}

.cta-border, .cta-bottom-border {
  z-index: 2;
  background-color: var(--white);
  width: 100%;
  height: 130px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}

.cta-spacer {
  display: none;
}

.heading-holder.red {
  color: var(--crimson);
}

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

.benefits-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.benefit-item {
  text-align: center;
  background-color: #f1f1f1;
  border: 2px solid #ccc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.benefit-item.button {
  padding-bottom: 84px;
}

.benefit-icon {
  object-fit: contain;
  width: 120px;
  height: 80px;
  margin-bottom: 20px;
}

.benefit-title {
  color: var(--midnight-blue);
  margin-top: 0;
  font-size: 26px;
  font-weight: 700;
}

.columns {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.column {
  width: 100%;
  height: auto;
}

.column.footer {
  padding-right: 100px;
}

.column.footer-links {
  padding-left: 20px;
}

.column.left-padding {
  padding-bottom: 40px;
  padding-left: 60px;
}

.column.right-border {
  border-right: 1px solid #fff;
  padding-bottom: 40px;
  padding-right: 60px;
}

.column.right-border.red {
  border-right-color: var(--crimson);
}

.main-col-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 300px;
  max-height: 380px;
}

.footer-link {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  text-decoration: none;
  transition: color 1s;
}

.footer-link:hover {
  color: var(--crimson-2);
}

.body-container-2 {
  max-width: 1200px;
}

.contact-icon-2 {
  z-index: 1;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 7px;
  left: 7px;
}

.contact-icon-2.footer {
  width: 100%;
  height: 100%;
  position: static;
}

.footer-section {
  border-left: 12px solid var(--crimson);
  background-color: var(--midnight-blue);
  background-image: linear-gradient(to bottom, #1b4476e6, #1b4476e6), url('../images/hh-background.svg'), linear-gradient(145deg, #1b447600, var(--dark-slate-blue));
  color: #fff;
  text-align: left;
  background-position: 0 0, -400px, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto 120%, auto;
  padding: 80px 10% 100px;
  font-size: 16px;
}

.social-icon {
  width: 100%;
  height: 100%;
  transition: opacity 1s;
}

.social-icon:hover {
  opacity: .75;
}

.footer-logo-link {
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

.contact-icon-holder-2 {
  background-color: #f5a201;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  padding: 8px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-icon-holder-2.footer {
  background-color: var(--crimson-2);
  width: 32px;
  height: 32px;
  padding: 7px;
}

.footer-inner-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.social-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.footer-logo {
  object-fit: contain;
  object-position: 0% 0%;
  width: auto;
  height: 120px;
}

.contact-items-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 40% 60%;
}

.footer-titles {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 18px;
}

.socials-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.contact-item {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 4px;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.contact-item.footer {
  min-height: 32px;
  padding-top: 0;
  padding-left: 42px;
}

.contact-item.footer.address {
  padding-top: 4px;
}

.contact-icon-link-2 {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}

.contact-icon-link-2.footer {
  letter-spacing: 1px;
  font-size: 16px;
  text-decoration: none;
  transition: color 1s;
}

.contact-icon-link-2.footer:hover {
  color: var(--crimson-2);
}

.contact-form-block {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.title-underline {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.title-underline.left {
  justify-content: flex-start;
}

.contact-icon-link {
  color: var(--midnight-blue);
  margin-top: -2px;
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
  transition: color 1s;
}

.contact-icon-link:hover {
  color: var(--crimson);
}

.title-underline-right {
  background-color: #f2bb30;
  border-radius: 4px;
  width: 110px;
  height: 6px;
}

.text-field {
  border-bottom: 2px solid var(--crimson);
  cursor: text;
  height: 52px;
  margin-bottom: 0;
  transition: border-color .8s;
}

.text-field:hover {
  border-bottom-color: var(--brown);
}

.text-field.text-area {
  width: 100%;
  height: 110px;
  min-height: 110px;
  margin-bottom: 16px;
}

.contact-form-div {
  width: 100%;
}

.contact-anchor {
  width: 100%;
  height: 0;
  position: relative;
  top: -160px;
}

.columns-2 {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto;
}

.gdpr-message {
  margin-bottom: 16px;
  font-size: 14px;
}

.contact-form-submit {
  background-color: var(--crimson);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  height: auto;
  padding: 12px 2px;
  font-size: 18px;
  font-weight: 400;
  transition: background-color 1s;
}

.contact-form-submit:hover {
  background-color: var(--dark-slate-blue);
}

.title-underline-left {
  background-color: #2f4858;
  border-radius: 4px;
  width: 30px;
  height: 6px;
}

.column-2 {
  width: 100%;
  height: 100%;
}

.contact-icon-holder {
  background-color: var(--midnight-blue);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  padding: 7px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-icon-copy {
  width: 22px;
  height: 22px;
  position: absolute;
}

.contact-icon-copy.back {
  z-index: 2;
  top: 7px;
  left: 7px;
}

.body-section-2 {
  text-align: center;
  cursor: auto;
  width: 100%;
  padding: 100px 10%;
  transition: color 1s, background-color 1s;
  overflow: hidden;
}

.body-section-2.light-grey {
  background-color: #eee;
}

.body-section-2.light-grey.contact {
  background-color: #dadada;
  background-image: url('../images/Consara-Back.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.contact-form-grid {
  grid-template-rows: auto;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.reviews-slide {
  width: 100%;
  height: auto;
}

.reviews-slider-button {
  background-color: var(--crimson);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 34px;
  transition: background-color 1s;
  display: flex;
  bottom: 0;
  left: 0;
}

.reviews-slider-button:hover {
  background-color: var(--brown);
}

.reviews-slider-button.right {
  left: 60px;
}

.reviews-slider-mask {
  width: 100%;
  height: auto;
}

.ratings-star {
  object-fit: contain;
  width: 28px;
  height: 28px;
}

.reviews-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 80px;
}

.ratings-holder {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 6px;
  display: flex;
}

.title-underline-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-underline-holder.left {
  justify-content: flex-start;
}

.reviews-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 40% 60%;
}

.hidden-nav {
  display: none;
}

.title-underline-2 {
  background-color: #7eb73a;
  width: 120px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.review-body {
  font-style: italic;
}

.review-holder {
  width: 100%;
  height: auto;
  margin-top: 120px;
}

.review-name {
  font-weight: 700;
}

.services-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.services-grid.four {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.services-grid-item {
  width: 100%;
  height: 100%;
}

.services-item-inner {
  border-bottom: 3px solid var(--crimson);
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 190px 30px 20px;
  font-size: 16px;
  transition: box-shadow 1s;
  display: flex;
  position: relative;
  box-shadow: 0 -2px 12px 2px #00000040;
}

.services-item-inner:hover {
  box-shadow: 0 -2px 12px 2px #00000080;
}

.service-item-image {
  object-fit: cover;
  width: 100%;
  height: 180px;
  position: absolute;
  top: 0;
}

.service-item-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1f1f1f;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 1s;
  display: flex;
  position: absolute;
  bottom: -25px;
}

.service-item-button:hover {
  color: #fff;
  background-color: #ff1654;
  background-image: none;
  text-decoration: none;
}

.service-item-heading {
  text-transform: none;
  cursor: pointer;
  font-size: 26px;
}

.service-item-heading-link {
  color: var(--crimson);
  font-size: 26px;
}

.service-item-heading-link:hover {
  color: var(--brown);
}

.background-image {
  z-index: 1;
  filter: grayscale() blur(5px);
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-overlay {
  z-index: 2;
  background-color: #ffffffb3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.faq-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: auto;
  width: 100%;
  height: auto;
}

.faq-holder {
  border-bottom: 1px solid var(--midnight-blue);
  width: 100%;
  height: auto;
  position: relative;
}

.faq-icon-holder {
  z-index: 2;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 30px;
  height: 37px;
  font-size: 26px;
  display: flex;
  position: absolute;
  top: 0;
  right: 10px;
}

.faq-icon {
  color: var(--crimson);
  margin: 0;
  transform: rotate(-90deg);
}

.faq-title {
  color: var(--crimson);
  padding: 12px 48px 12px 20px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.faq-answer {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.spacer-2 {
  height: 30px;
}

.spacer-2.mid {
  height: 20px;
}

.cta-bold {
  color: var(--white);
  font-weight: 400;
}

.blog-post-border {
  z-index: 2;
  background-color: var(--crimson);
  width: 2px;
  height: 100%;
  position: absolute;
  top: 23px;
  left: 16px;
}

.blog-title {
  font-size: 26px;
}

.blog-post-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: filter 1s;
}

.blog-post-image:hover {
  filter: contrast(125%) brightness(80%);
}

.blog-post-image-link {
  width: 100%;
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.blog-post-image-link.shadow {
  box-shadow: 1px 1px 12px 2px #00000040;
}

.blog-post-icon-inner {
  width: 100%;
  height: 100%;
}

.blog-title-link {
  letter-spacing: 1px;
}

.blog-title-link.alt:hover {
  color: #0b1e33;
}

.blog-post-icon {
  z-index: 3;
  background-color: var(--dark-slate-blue);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 8px 8px 8px 10px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 6px;
}

.blog-post-holder {
  width: 100%;
  height: 100%;
  min-height: auto;
  padding: 220px 20px 10px 32px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.accreditations {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.accreditations.left {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  justify-content: flex-start;
}

.accreds-image {
  object-fit: contain;
  width: 140px;
  height: 80px;
}

.blog-header {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 320px;
  padding: 86px 10% 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-featured-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-head-overlay {
  z-index: 2;
  background-color: #21212180;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-header-text {
  z-index: 3;
  color: #fff;
  text-transform: capitalize;
  position: relative;
}

.blog-title-2 {
  font-size: 50px;
}

.section-border {
  background-color: var(--crimson);
  width: 100%;
  height: 12px;
  position: relative;
}

.section-border-overlay {
  background-color: var(--dark-slate-blue);
  width: 33%;
  height: 100%;
}

.blog-sidebar-item-image-link {
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.blog-sidebar-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-color: #727272;
  grid-template-columns: 1fr;
  width: 100%;
  height: auto;
  padding: 20px;
}

.sidebar-title-link {
  color: #fff;
}

.sidebar-title-link:hover {
  color: var(--crimson-2);
}

.blog-page-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 73% 27%;
}

.blog-text-column {
  width: 100%;
  height: auto;
  padding-right: 60px;
}

.main-button-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #7eb73a;
  min-width: 160px;
  padding: 10px 12px 9px;
  font-size: 18px;
  font-weight: 400;
  transition: background-color 1s;
}

.main-button-5:hover {
  background-color: #528119;
  background-image: none;
  text-decoration: none;
}

.main-button-5.blog-sidebar {
  background-color: var(--crimson);
  width: 100%;
  padding: 8px 6px 7px;
  font-size: 16px;
}

.main-button-5.blog-sidebar:hover {
  background-color: var(--brown);
  color: #fff;
}

.sidebar-item-title {
  letter-spacing: 1px;
  font-size: 26px;
  line-height: 1.2;
}

.blog-sidebar-item {
  width: 100%;
  height: auto;
  font-size: 18px;
}

.blog-body-section {
  text-align: left;
  width: 100%;
  padding: 40px 5% 60px 10%;
  transition: color 1s, background-color 1s;
  overflow: hidden;
}

.blog-sidebar-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pricing-option-grid-holder {
  color: #122945;
  border-right: 1px solid #54545480;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-weight: 400;
}

.pricing-option-grid-holder.center {
  color: #545454;
  text-align: center;
  border-right: 1px solid #54545480;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-option-grid-holder.end {
  border-right: 0 #54545400;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-section-3 {
  cursor: auto;
  width: 100%;
  padding: 100px 10%;
  overflow: hidden;
}

.body-section-3.top {
  padding-top: 40px;
}

.sign-up-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #d61036;
  border: 1px solid #d61036;
  border-radius: 100px;
  width: 100%;
  padding: 12px 4px;
  transition: background-color .8s, color .8s;
}

.sign-up-button:hover {
  color: #d61036;
  background-color: #0000;
}

.pricing-grid-options-wrap {
  text-align: left;
  border-top: 1px solid #54545480;
  border-left: 1px solid #54545480;
  border-right: 1px solid #54545480;
}

.body-container-3 {
  max-width: 1200px;
}

.option-details-title {
  color: #d61036;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-tabs-content {
  z-index: 1;
  border: 1px solid #54545480;
  padding: 30px;
}

.option-details-holder {
  margin-top: 10px;
}

.pricing-tab-link {
  color: #122945;
  letter-spacing: 1px;
  text-transform: lowercase;
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom-color: #54545480;
  padding: 14px 40px;
  font-family: Avengeance, sans-serif;
  font-size: 24px;
}

.pricing-tab-link.w--current {
  color: #d61036;
  background-color: #fff;
  border-color: #54545480 #54545480 #fff;
}

.options-detail-text {
  color: #545454;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
}

.pricing-option-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom: 1px solid #54545480;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}

.pricing-option-grid.grey {
  background-color: #f2f2f2;
  border-bottom: 1px solid #54545480;
}

.pricing-tabs-menu {
  z-index: 2;
  margin-bottom: -1px;
}

.options-details-icon {
  object-fit: contain;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.gdpr-message-2 {
  font-size: 14px;
}

.text-page-quick-link {
  color: #d61036;
  font-weight: 400;
  text-decoration: none;
  transition: color .8s;
}

.text-page-quick-link:hover {
  color: #122945;
}

.submit-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #122945;
  border: 1px solid #fff;
  padding: 12px 20px;
  font-weight: 400;
  line-height: 1.5;
  transition: color .8s, background-color .8s;
}

.submit-button:hover {
  background-color: #3a84de;
}

.service-plan-links-holder {
  text-align: left;
  border-top: 2px solid #d61036;
  border-bottom: 2px solid #d61036;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 14px 20px 20px;
  display: flex;
}

.para-link-2 {
  color: #d61036;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.para-link-2:hover {
  text-decoration: underline;
}

.text-field-2 {
  color: #1f1f1f;
  letter-spacing: 1px;
  cursor: text;
  border: 1px solid #b2b2b2;
  border-radius: 0;
  width: 100%;
  height: 50px;
  font-size: 18px;
  transition: background-color .8s, border-color .8s;
}

.text-field-2:hover {
  background-color: #f2f2f2;
  border-color: #2d2d2d;
}

.contact-form-holder {
  width: 100%;
  height: auto;
}

.contact-form-holder.pricing {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

.service-plan-header {
  font-size: 36px;
  line-height: 1.2;
}

.form-confirmation {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  display: flex;
}

.service-plan-links-grid {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-top: 40px;
}

.contact-form {
  grid-column-gap: 24px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form.contact {
  grid-column-gap: 20px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  margin-bottom: 12px;
}

.header-button-holder {
  z-index: 4;
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 12px;
  margin-bottom: 30px;
  font-size: 18px;
  display: flex;
  position: static;
  bottom: 60px;
}

.header-grid-item-border {
  background-color: var(--crimson);
  width: auto;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hgib-border {
  background-color: #e21983;
  width: 100%;
  height: 1px;
  margin-right: 12px;
}

.header-border {
  z-index: 3;
  background-color: #f4f4f4;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  width: 500vh;
  height: 200vh;
  position: absolute;
  top: 80%;
}

.hgi-icon-inner {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.main-button-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #e21983;
  border: 2px solid #fff;
  border-radius: 120px;
  width: auto;
  min-width: 180px;
  padding: 20px 22px 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 1s;
}

.main-button-6:hover {
  color: #fff;
  background-color: #1d71b8;
  background-image: none;
  text-decoration: none;
}

.main-button-6.alt {
  background-color: #1d71b8;
  background-image: none;
}

.main-button-6.alt:hover {
  background-color: #7a7a7a;
}

.home-statement-holder {
  z-index: 4;
  color: #fff;
  text-align: center;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.home-header-section {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 800px;
  padding: 180px 10% 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hgi-icon {
  border: 2px solid var(--crimson);
  border-radius: 100%;
  width: 110px;
  height: 110px;
  padding: 0;
  position: absolute;
  top: -40px;
  right: 24px;
}

.hidden-h1 {
  width: 0;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0;
  position: relative;
  top: -80px;
  bottom: -80px;
}

.header-grid-item-holder {
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 20px 30px 64px;
  font-size: 16px;
  position: relative;
  overflow: visible;
  box-shadow: 0 -1px 12px 2px #00000040;
}

.header-grid {
  z-index: 4;
  grid-column-gap: 24px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  display: grid;
  position: relative;
}

.home-background-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 750px;
  position: absolute;
  inset: 0 0 80px;
}

.top-service-title {
  color: #e21983;
  margin-top: 0;
  font-size: 28px;
  font-weight: 600;
}

.service-item-link {
  font-weight: 600;
}

.service-item-link:hover {
  color: var(--dark-slate-blue);
}

.hgil {
  color: #e21983;
  white-space: nowrap;
}

.hgil:hover {
  color: #8d98a5;
}

.header-grid-item-button {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.home-statement {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 300;
}

.home-image-overlay {
  z-index: 2;
  background-color: #0009;
  width: 100%;
  height: 750px;
  position: absolute;
  inset: 0% 0% 80px;
}

.header-ratings-holder {
  grid-column-gap: 8px;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.page-contact-form-block {
  margin-top: 40px;
}

.page-contact-form {
  display: block;
}

.whatsapp-contact {
  z-index: 997;
  border: 3px solid var(--white);
  background-color: #25d366;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 10px;
  transition: box-shadow 1s, background-color 1s;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 2px 12px 2px #0003;
}

.whatsapp-contact:hover {
  background-color: var(--steel-blue);
  box-shadow: 0 2px 12px 2px #00000073;
}

.whatsapp-icon {
  filter: invert();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.pop-up-stuff {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.pop-up-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 525px;
  display: flex;
}

.pop-up-close {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  transition: box-shadow 1s;
  display: flex;
  position: absolute;
  top: -12px;
  right: -12px;
}

.pop-up-close:hover {
  box-shadow: 0 2px 12px 2px #00000073;
}

.pop-up-inner {
  background-color: var(--crimson);
  background-image: linear-gradient(45deg, var(--crimson), var(--crimson-2));
  color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: 100%;
  padding: 30px 40px;
  display: flex;
  position: relative;
  overflow: auto;
}

.gdpr-text.pop-up {
  color: #fff;
  margin-top: 12px;
}

.pop-up-link {
  color: #fff;
}

.pop-up-link:hover {
  color: var(--midnight-blue);
}

.pop-up-contact-form {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.pop-up-holder {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #333333a6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 80px 10%;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-form-2 {
  color: #212121;
  width: 100%;
  height: auto;
  font-size: 14px;
}

.text-field-3 {
  cursor: text;
  border: 2px solid #e21983;
  border-radius: 6px;
  height: 50px;
  margin-bottom: 0;
  font-size: 16px;
  transition: border-color 1s;
}

.text-field-3:hover {
  border-color: #8d98a5;
}

.text-field-3.text-area {
  height: 110px;
  margin-bottom: 16px;
}

.close-icon {
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}

.pop-up-title {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.2;
}

.main-button-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #dc1881;
  border: 2px solid #fff;
  border-radius: 120px;
  width: auto;
  min-width: 180px;
  padding: 20px 22px 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 1s;
}

.main-button-7:hover {
  color: #fff;
  background-color: #1d71b8;
  background-image: none;
  text-decoration: none;
}

.main-button-7.form {
  background-color: var(--steel-blue);
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 52px;
  max-height: 60px;
}

.main-button-7.form:hover {
  background-color: var(--dark-slate-blue);
}

.contact-form-grid-2 {
  text-align: left;
  grid-template-rows: auto;
  margin-bottom: 16px;
}

@media screen and (min-width: 1280px) {
  .body-container {
    max-width: 1300px;
  }

  .main-button {
    font-size: 18px;
  }

  .main-button.cols {
    font-size: 16px;
  }

  .page-head-container {
    max-width: 1300px;
  }

  .credits-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .main-button-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .body-container-3 {
    max-width: 1300px;
  }

  .home-statement-holder {
    padding-left: 5%;
    padding-right: 5%;
  }

  .top-service-title {
    margin-top: 0;
  }
}

@media screen and (min-width: 1440px) {
  .body-section.archive {
    padding-top: 150px;
  }

  .page-header {
    min-height: 500px;
    padding-top: 160px;
    font-size: 22px;
  }

  .credits-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rating-star {
    width: 24px;
    height: 24px;
  }

  .cta-image {
    right: 0%;
  }

  .main-col-image {
    min-height: 310px;
  }

  .socials-link {
    width: 34px;
    height: 34px;
  }

  .body-section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blog-post-holder {
    padding-right: 30px;
  }

  .accreds-image {
    width: 150px;
    height: 85px;
  }

  .blog-header {
    min-height: 340px;
  }

  .blog-title-2 {
    font-size: 52px;
  }

  .main-button-5 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .header-button-holder {
    margin-bottom: 40px;
  }

  .home-statement-holder {
    padding-left: 5%;
    padding-right: 5%;
  }

  .top-service-title {
    margin-top: 10px;
    font-size: 30px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 21px;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 38px;
  }

  h4 {
    font-size: 32px;
  }

  .body-section.cta {
    background-image: linear-gradient(to bottom, null, null), url('../images/hh-background.svg');
    background-size: auto, auto 140%;
  }

  .body-section.archive {
    padding-top: 160px;
  }

  .body-container {
    max-width: 1460px;
  }

  .underline {
    height: 5px;
  }

  .title-underline-feature {
    width: 36px;
    height: 36px;
  }

  .main-button {
    font-size: 21px;
  }

  .nav {
    font-size: 18px;
  }

  .inner-menu-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .page-header {
    min-height: 520px;
    padding-top: 190px;
    font-size: 24px;
  }

  .page-head-container {
    max-width: 1460px;
  }

  .credits-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .credit-holder.blue {
    font-size: 18px;
  }

  .rating-star {
    width: 26px;
    height: 26px;
    margin-right: 3px;
  }

  .cta-image {
    object-position: 0% 100%;
    width: 35%;
    left: 65%;
  }

  .benefit-title {
    font-size: 28px;
  }

  .main-col-image {
    min-height: 340px;
    max-height: 420px;
  }

  .body-container-2 {
    max-width: 1400px;
  }

  .contact-icon-2 {
    width: 24px;
    height: 24px;
    top: 8px;
    left: 8px;
  }

  .footer-section {
    font-size: 18px;
  }

  .contact-icon-holder-2 {
    width: 40px;
    height: 40px;
  }

  .footer-titles {
    font-size: 21px;
  }

  .socials-link {
    width: 36px;
    height: 36px;
  }

  .contact-item {
    padding-left: 52px;
  }

  .contact-icon-link-2 {
    font-size: 24px;
  }

  .contact-form-block {
    margin-top: 120px;
  }

  .contact-icon-link {
    font-size: 24px;
  }

  .text-field {
    height: 62px;
    font-size: 21px;
  }

  .text-field.text-area {
    height: 124px;
  }

  .contact-form-submit {
    height: 62px;
    font-size: 21px;
  }

  .contact-icon-holder {
    width: 40px;
    height: 40px;
  }

  .contact-icon-copy.back {
    width: 24px;
    height: 24px;
    top: 8px;
    left: 8px;
  }

  .body-section-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .services-item-inner {
    padding-top: 230px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
  }

  .service-item-image {
    height: 220px;
  }

  .faq-icon-holder {
    height: 41px;
  }

  .faq-title {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .faq-answer {
    font-size: 18px;
  }

  .blog-title {
    font-size: 28px;
  }

  .blog-post-image-link.shadow {
    height: 240px;
  }

  .blog-post-holder {
    padding-top: 240px;
    padding-right: 40px;
    font-size: 18px;
  }

  .accreds-image {
    width: 160px;
    height: 90px;
  }

  .blog-header {
    min-height: 350px;
  }

  .blog-title-2 {
    font-size: 54px;
  }

  .main-button-5 {
    letter-spacing: 2px;
    padding: 14px 24px;
    font-size: 18px;
  }

  .blog-body-section {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .body-container-3 {
    max-width: 1460px;
  }

  .pricing-tab-link {
    font-size: 26px;
  }

  .options-detail-text {
    font-size: 18px;
  }

  .submit-button {
    height: 60px;
  }

  .text-field-2 {
    height: 60px;
    font-size: 21px;
  }

  .header-button-holder {
    margin-bottom: 60px;
  }

  .main-button-6 {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .home-statement-holder {
    padding-left: 10%;
    padding-right: 10%;
  }

  .header-grid-item-holder {
    font-size: 18px;
  }

  .header-grid {
    grid-column-gap: 40px;
    max-width: 1400px;
  }

  .top-service-title {
    margin-top: 10px;
    font-size: 32px;
  }

  .page-contact-form-block {
    margin-top: 120px;
  }

  .main-button-7 {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  .body-section {
    padding: 60px 5%;
  }

  .body-section.cta {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .body-section.no-bottom {
    padding-bottom: 40px;
  }

  .body-container.cta {
    z-index: 3;
    padding-right: 200px;
  }

  .title-underlines {
    text-align: left;
    justify-content: flex-start;
    padding-left: 0%;
    padding-right: 10%;
  }

  .underline {
    width: 0%;
    display: none;
  }

  .underline.right {
    width: 90%;
    display: block;
  }

  .nav-link {
    margin-bottom: 10px;
  }

  .main-button.cols {
    padding-top: 14px;
    font-size: 16px;
  }

  .white {
    font-size: 32px;
  }

  .text-2-cols {
    column-gap: 40px;
  }

  .contact-notices, .logo-link, .nav-contact-button {
    z-index: 998;
  }

  .menu-page {
    z-index: 997;
    background-color: var(--crimson);
    background-image: linear-gradient(140deg, #970a2600, var(--brown));
    padding: 110px 5% 60px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .inner-menu-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .menu-block {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-item {
    text-align: left;
    border-bottom: 1px dotted #ffffff80;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin-bottom: 4px;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
    display: block;
  }

  .menu-item.drop {
    background-color: #0000;
    border-top: 0 #0000;
    border-bottom: 0 #0000;
    justify-content: flex-start;
    align-items: center;
    padding-top: 4px;
    padding-left: 0;
    padding-right: 20px;
    font-size: 18px;
  }

  .menu-item.drop:hover {
    background-color: #0000;
  }

  .menu-dropdown {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 0 #0000;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: auto;
    max-width: none;
    display: grid;
    position: static;
  }

  .mobile-menu-button {
    z-index: 998;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 26px;
    display: flex;
    position: absolute;
    right: 188px;
    overflow: hidden;
  }

  .menu-bar-bottom {
    background-color: #fff;
    width: 42px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .menu-bar-mid {
    background-color: #fff;
    width: 42px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-bar-top {
    background-color: #fff;
    width: 42px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .page-header {
    padding-top: 129px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 18px;
  }

  .page-head-container.new {
    padding-right: 45%;
  }

  .page-featured-image.clip {
    width: 80%;
  }

  .page-head-backgorund.clip {
    width: 70%;
    top: 125px;
    bottom: 25px;
  }

  .credits-section {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .credit-holder._2 {
    display: none;
  }

  .nav-chat {
    z-index: 998;
  }

  .cta-image {
    width: 65%;
    max-width: 500px;
    right: -10%;
  }

  .cta-border, .cta-bottom-border {
    display: none;
  }

  .heading-holder.center.red {
    text-align: left;
  }

  .benefits-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    font-size: 16px;
  }

  .benefit-icon {
    height: 60px;
  }

  .benefit-title {
    font-size: 21px;
  }

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

  .columns.reverse {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .column.footer-links, .column.left-padding {
    padding-left: 0;
  }

  .column.right-border {
    border-bottom: 1px solid #fff;
    border-right: 0 #0000;
  }

  .main-col-image {
    height: 320px;
    min-height: auto;
    max-height: none;
    margin-bottom: 20px;
  }

  .footer-section {
    padding: 60px 5%;
  }

  .contact-items-grid {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .contact-form-block {
    margin-top: 10px;
  }

  .title-underline {
    justify-content: flex-start;
  }

  .columns-2 {
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    display: flex;
  }

  .columns-2.reverse {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .body-section-2 {
    text-align: left;
    padding: 60px 5%;
  }

  .body-section-2.light-grey.contact {
    background-position: 50% 30px;
    background-size: auto 200%;
  }

  .reviews-slide {
    max-width: 670px;
    margin-right: 20px;
  }

  .reviews-slider-mask {
    max-width: 680px;
  }

  .title-underline-holder {
    justify-content: flex-start;
  }

  .reviews-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .review-holder {
    margin-top: 30px;
  }

  .services-grid {
    text-align: center;
    grid-template-columns: 1fr 1fr;
  }

  .services-grid.four {
    grid-template-columns: 1fr 1fr;
  }

  .service-item-heading {
    font-size: 24px;
  }

  .faq-grid {
    grid-column-gap: 30px;
  }

  .blog-title {
    font-size: 24px;
  }

  .blog-post-image-link {
    height: 180px;
  }

  .blog-post-holder {
    padding-top: 180px;
  }

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

  .accreditations {
    grid-column-gap: 20px;
    justify-content: flex-start;
  }

  .accreds-image {
    object-position: 0% 50%;
    width: 120px;
    height: 60px;
  }

  .blog-header {
    min-height: 300px;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .blog-header-text {
    text-align: left;
  }

  .blog-title-2 {
    font-size: 42px;
  }

  .blog-sidebar-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-page-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-text-column {
    padding-right: 0;
  }

  .sidebar-item-title {
    font-size: 24px;
  }

  .blog-sidebar-item {
    font-size: 16px;
  }

  .blog-body-section {
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
  }

  .pricing-option-grid-holder {
    padding: 12px;
  }

  .body-section-3 {
    padding: 60px 5%;
  }

  .pricing-tabs-content {
    padding: 10px;
  }

  .pricing-tab-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 21px;
  }

  .gdpr-message-2 {
    font-size: 12px;
  }

  .service-plan-links-holder {
    padding-left: 6px;
    padding-right: 6px;
  }

  .contact-form-holder.pricing {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .service-plan-header {
    font-size: 32px;
    line-height: 1.2;
  }

  .header-button-holder {
    margin-top: 40px;
    bottom: -46px;
  }

  .home-statement-holder {
    padding-left: 0%;
    padding-right: 0%;
  }

  .home-header-section {
    min-height: auto;
    padding-top: 140px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hgi-icon {
    width: 90px;
    height: 90px;
    right: 20px;
  }

  .header-grid-item-holder {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .header-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .home-background-image {
    object-position: 75% 50%;
    height: 1160px;
    top: -260px;
  }

  .top-service-title {
    font-size: 24px;
  }

  .home-statement {
    font-size: 42px;
  }

  .home-image-overlay {
    height: 900px;
  }

  .page-contact-form-block {
    margin-top: 10px;
  }

  .pop-up-inner {
    justify-content: flex-start;
    align-items: center;
  }

  .pop-up-contact-form {
    color: #fff;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
  }

  .pop-up-holder {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-form-2 {
    color: #fff;
  }

  .text-field-3 {
    border-color: #8d98a5;
  }

  .main-button-7.form {
    background-color: #1d71b8;
    width: 100%;
  }

  .main-button-7.form:hover {
    background-color: #333;
  }
}

@media screen and (max-width: 767px) {
  body {
    text-align: left;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  .body-section {
    padding: 40px 30px;
  }

  .body-section.archive {
    padding-top: 90px;
  }

  .body-container.cta {
    padding-right: 0;
  }

  .title-underlines {
    justify-content: flex-start;
    padding-left: 0%;
    padding-right: 10%;
  }

  .underline {
    width: 0%;
  }

  .underline.right {
    width: 90%;
  }

  .nav-link {
    margin-bottom: 12px;
  }

  .main-button {
    font-size: 16px;
  }

  .text-2-cols {
    column-count: 1;
  }

  .nav {
    height: 68px;
    padding-top: 6px;
  }

  .contact-notices {
    height: 6px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0;
  }

  .contact-holder {
    display: none;
  }

  .logo-link {
    height: 50px;
    bottom: 6px;
    left: 14px;
  }

  .menu-page {
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .inner-menu-holder {
    display: block;
  }

  .menu-item.drop {
    font-size: 16px;
  }

  .mobile-menu-button {
    right: 182px;
  }

  .page-header {
    background-color: var(--crimson-2);
    min-height: auto;
    padding: 76px 18px 20px;
  }

  .page-header.new {
    background-color: var(--white);
    padding-top: 90px;
  }

  .page-head-container {
    padding-right: 0%;
  }

  .page-head-container.new {
    padding-right: 30%;
  }

  .page-featured-image {
    width: 100%;
    display: none;
    left: 0;
  }

  .page-featured-image.clip {
    width: 90%;
    display: block;
    left: auto;
  }

  .page-head-backgorund {
    opacity: .95;
    width: auto;
    height: auto;
    top: 194px;
    left: 12px;
    right: 12px;
  }

  .page-head-backgorund.clip {
    width: 90%;
    top: 85px;
    left: 0;
  }

  .credits-section {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .credit-holder.cta {
    display: none;
  }

  .buttons {
    top: 16px;
    right: 14px;
  }

  .cta-image {
    display: none;
  }

  .benefits-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .column.footer {
    padding-right: 0;
  }

  .main-col-image {
    height: 260px;
  }

  .footer-link {
    font-size: 16px;
  }

  .body-container-2 {
    padding-left: 0;
  }

  .footer-section {
    background-image: linear-gradient(to bottom, #1b4476e6, #1b4476e6), url('../images/hh-background.svg'), linear-gradient(145deg, #1b447600, var(--dark-slate-blue));
    background-size: auto, auto 150%, auto;
    padding-bottom: 40px;
    padding-left: 18px;
    padding-right: 30px;
  }

  .footer-inner-grid {
    font-size: 14px;
  }

  .social-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-items-grid {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .footer-titles {
    font-size: 16px;
  }

  .socials-link {
    width: 50px;
    height: 50px;
  }

  .contact-item {
    min-height: 36px;
    padding-top: 0;
  }

  .contact-icon-link-2, .contact-icon-link {
    font-size: 18px;
  }

  .body-section-2 {
    text-align: left;
    padding: 40px 30px;
  }

  .reviews-slide, .reviews-slider-mask {
    max-width: 500px;
  }

  .services-grid, .services-grid.four {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .services-item-inner {
    padding-top: 120px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .service-item-image {
    height: 120px;
  }

  .service-item-button {
    font-size: 12px;
  }

  .service-item-heading {
    font-size: 21px;
  }

  .service-item-heading-link {
    font-size: 24px;
  }

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

  .faq-title, .faq-answer {
    padding-left: 12px;
  }

  .blog-post-border {
    left: 10px;
  }

  .blog-post-holder {
    padding-left: 20px;
  }

  .blog-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .accreds-image {
    width: 110px;
  }

  .blog-header {
    min-height: auto;
    padding-top: 140px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-title-2 {
    font-size: 36px;
  }

  .blog-body-section {
    text-align: left;
    padding: 40px 30px;
  }

  .body-section-3 {
    padding: 40px 30px;
  }

  .pricing-grid-options-wrap {
    font-size: 16px;
  }

  .pricing-tabs-menu {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .gdpr-message-2 {
    margin-bottom: 14px;
  }

  .submit-button {
    font-size: 21px;
  }

  .service-plan-header {
    font-size: 26px;
    line-height: 1.2;
  }

  .form-confirmation {
    margin-bottom: 12px;
  }

  .service-plan-links-grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .contact-form.contact {
    grid-row-gap: 12px;
    margin-bottom: 12px;
  }

  .home-statement-holder {
    font-size: 34px;
  }

  .home-header-section {
    padding-top: 100px;
  }

  .hgi-icon {
    width: 80px;
    height: 80px;
    top: -30px;
  }

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

  .home-background-image {
    object-position: 65% 50%;
  }

  .home-statement {
    font-size: 38px;
  }

  .header-ratings-holder {
    flex-direction: column;
  }

  .pop-up-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pop-up-contact-form {
    margin-top: 3px;
    margin-bottom: 5px;
  }

  .pop-up-holder {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  li {
    margin-bottom: 12px;
  }

  .body-section {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .body-section.cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-container.cta {
    padding-right: 0;
  }

  .nav-link {
    letter-spacing: 2px;
    margin-bottom: 8px;
    line-height: 1.5;
  }

  .main-button {
    text-align: center;
    min-width: 100%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .main-button.cols {
    min-width: auto;
    padding-left: 26px;
    padding-right: 26px;
    left: 16px;
    right: auto;
  }

  .nav-contact-button {
    width: 100%;
    font-size: 16px;
  }

  .menu-page {
    padding: 74px 20px 90px;
  }

  .menu-item {
    position: static;
  }

  .menu-dropdown {
    grid-template-columns: 1fr;
    display: block;
  }

  .mobile-menu-button {
    right: 14px;
  }

  .page-head-container.new {
    padding-right: 20%;
  }

  .page-featured-image.clip, .page-head-backgorund.clip {
    width: 95%;
  }

  .credits-section {
    padding-top: 14px;
    padding-bottom: 14px;
  }

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

  .credit-holder {
    text-align: left;
    padding: 12px;
    display: block;
  }

  .testimonial-title {
    width: 100%;
  }

  .star-rating-holder.center, .logo-holder {
    justify-content: flex-start;
    width: 100%;
  }

  .cred-logo {
    object-position: 0% 50%;
    width: 80.8594px;
  }

  .buttons {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: var(--brown);
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 2fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 14px;
    display: grid;
    inset: auto 0 0;
    box-shadow: 1px -2px 12px 2px #00000040;
  }

  .nav-chat {
    background-color: var(--steel-blue);
    color: var(--black);
    width: auto;
    min-width: 150px;
    display: flex;
  }

  .nav-chat:hover {
    color: var(--crimson);
    background-color: #0000;
  }

  .cta-image {
    object-position: 100% 0%;
    width: 310px;
    height: 220px;
    display: block;
    right: -50px;
  }

  .cta-border {
    height: 40px;
    display: block;
  }

  .cta-bottom-border {
    z-index: 2;
    background-color: var(--brown);
    height: auto;
    display: block;
    top: 220px;
    bottom: -20px;
  }

  .cta-spacer {
    height: 30px;
    padding: 0;
    display: block;
  }

  .heading-holder {
    padding-right: 25%;
  }

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

  .benefit-item {
    text-align: left;
    align-items: flex-start;
    padding: 14px;
  }

  .benefit-icon {
    object-position: 0% 50%;
    width: 80px;
    height: 70px;
  }

  .main-col-image {
    height: 180px;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-section {
    border-left-width: 8px;
    padding: 40px 20px 70px 16px;
  }

  .footer-logo-link {
    width: 60%;
  }

  .footer-inner-grid {
    grid-template-columns: 1fr;
  }

  .social-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-logo {
    width: 100%;
    height: auto;
  }

  .footer-titles {
    margin-bottom: 20px;
  }

  .socials-link {
    width: 40px;
    height: 40px;
  }

  .body-section-2 {
    padding: 40px 20px 50px;
    font-size: 18px;
  }

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

  .reviews-slide, .reviews-slider-mask {
    max-width: 270px;
  }

  .services-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .services-grid.four {
    grid-template-columns: 1fr;
  }

  .services-item-inner {
    text-align: left;
    align-items: flex-start;
  }

  .service-item-image {
    left: 0;
  }

  .service-item-button {
    text-align: center;
    width: 70%;
    padding-left: 12px;
    padding-right: 12px;
    left: 14px;
  }

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

  .faq-title {
    padding-left: 0;
  }

  .faq-answer {
    padding-left: 0;
    padding-right: 12px;
  }

  .spacer-2 {
    height: 20px;
  }

  .spacer-2.mid {
    display: none;
  }

  .blog-post-icon {
    left: 0;
  }

  .blog-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .accreditations {
    grid-column-gap: 16px;
  }

  .accreds-image {
    width: 80px;
    height: 70px;
  }

  .blog-header {
    min-height: 420px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-sidebar-item-image-link {
    height: 120px;
  }

  .blog-sidebar-grid {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .main-button-5 {
    text-align: center;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .sidebar-item-title {
    font-size: 21px;
  }

  .blog-body-section {
    padding: 40px 20px 50px;
    font-size: 18px;
  }

  .pricing-option-grid-holder {
    border-right: 0 #54545400;
    padding: 16px 8px 10px;
    font-size: 18px;
  }

  .pricing-option-grid-holder.center {
    border-right: 0 #54545400;
    font-size: 18px;
  }

  .pricing-option-grid-holder.end {
    padding: 6px 16px 16px;
  }

  .body-section-3 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
  }

  .option-details-holder {
    margin-top: 20px;
  }

  .pricing-tab-link {
    border-style: solid solid none;
    border-color: #54545480 #54545480 #54545400;
    border-bottom-width: 0;
  }

  .pricing-option-grid {
    grid-template-columns: 2fr;
  }

  .pricing-tabs-menu {
    flex-direction: column;
    margin-bottom: 0;
  }

  .text-page-quick-link {
    margin-bottom: 12px;
  }

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

  .service-plan-links-holder {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-plan-header {
    font-size: 24px;
    line-height: 1.2;
  }

  .header-button-holder {
    grid-row-gap: 14px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    position: static;
  }

  .header-border {
    display: none;
  }

  .main-button-6 {
    text-align: center;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .home-statement-holder {
    text-align: left;
    letter-spacing: 2px;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 28px;
  }

  .home-header-section {
    background-color: #f4f4f4;
    padding-bottom: 20px;
  }

  .hgi-icon {
    left: 20px;
    right: auto;
  }

  .header-grid-item-holder {
    text-align: left;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-columns: 1fr;
  }

  .home-background-image {
    object-position: 56.5% 50%;
    height: 1100px;
    top: -300px;
    bottom: auto;
  }

  .top-service-title {
    font-size: 22px;
  }

  .service-item-link {
    font-size: 28px;
  }

  .home-statement {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.1;
  }

  .home-image-overlay {
    height: 800px;
    bottom: 0;
  }

  .header-ratings-holder {
    margin-top: 16px;
  }

  .chat {
    color: var(--white);
  }

  .chat:hover {
    color: var(--crimson);
  }

  .whatsapp-contact {
    bottom: 80px;
    right: 10px;
  }

  .pop-up-content {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pop-up-close {
    top: -6px;
    right: -6px;
  }

  .pop-up-inner {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 26px 16px 16px;
  }

  .pop-up-contact-form {
    margin-bottom: 0;
  }

  .pop-up-holder {
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .pop-up-title {
    font-size: 26px;
  }

  .main-button-7 {
    text-align: center;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .main-button-7.form {
    width: 100%;
  }

  .contact-form-grid-2 {
    grid-template-columns: 1fr;
  }
}

#w-node-_5b572c2d-e678-82cc-c655-9b7f74a6f4d1-15f5a376, #w-node-_5b572c2d-e678-82cc-c655-9b7f74a6f4de-15f5a376, #w-node-_5b572c2d-e678-82cc-c655-9b7f74a6f4eb-15f5a376, #w-node-_62b519b8-1274-0d4f-3afc-53274fa17fe9-15f5a376 {
  place-self: stretch stretch;
}

#w-node-_6c85b8d9-cb9e-359b-8a75-faa1ee023681-15f5a376, #w-node-f0bc20ab-f653-1aa6-2d9f-0379bdefde18-15f5a376, #w-node-bfffbe93-720b-151a-abc4-ef4d16099ae7-15f5a376, #w-node-_18821d34-bd6c-1d5d-46ac-0884d0ae200f-15f5a376, #w-node-_390161cb-6aad-dae7-707a-a6a6d8106814-15f5a376, #w-node-_46852a2a-5092-c3c6-8bb2-b238a703a60b-15f5a376, #w-node-c12c2d38-ffc7-ff42-7a9e-62168dc69be4-15f5a376, #w-node-c12c2d38-ffc7-ff42-7a9e-62168dc69be8-15f5a376, #w-node-_2db58c49-b998-182e-7c4f-ba33a1c02214-15f5a376, #w-node-_2db58c49-b998-182e-7c4f-ba33a1c02218-15f5a376, #w-node-_1db3887c-2845-5344-5fc8-f0d9141a129f-15f5a376, #w-node-_1db3887c-2845-5344-5fc8-f0d9141a12a2-15f5a376, #w-node-e01ad396-cad3-2a81-a87d-df667fd1e46e-15f5a376, #w-node-e01ad396-cad3-2a81-a87d-df667fd1e469-15f5a376, #w-node-_51fe14ef-f268-9553-4b94-05d756689655-15f5a376, #w-node-_51fe14ef-f268-9553-4b94-05d75668965f-15f5a376, #w-node-_51fe14ef-f268-9553-4b94-05d756689669-15f5a376, #w-node-_51fe14ef-f268-9553-4b94-05d756689673-15f5a376, #w-node-_51fe14ef-f268-9553-4b94-05d75668967d-15f5a376, #w-node-_51fe14ef-f268-9553-4b94-05d756689687-15f5a376, #w-node-_5a990f67-f3ce-c995-602a-3bee57625bd8-15f5a376, #w-node-_5a990f67-f3ce-c995-602a-3bee57625bdc-15f5a376, #w-node-_5a990f67-f3ce-c995-602a-3bee57625bde-15f5a376, #w-node-_5a990f67-f3ce-c995-602a-3bee57625be2-15f5a376, #w-node-_5a990f67-f3ce-c995-602a-3bee57625be4-15f5a376, #w-node-_5a990f67-f3ce-c995-602a-3bee57625be8-15f5a376 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a0bc6eb-1a51-006a-8338-11e720d46a60-15f5a376, #w-node-_2a0bc6eb-1a51-006a-8338-11e720d46a6a-15f5a376, #w-node-_2a0bc6eb-1a51-006a-8338-11e720d46a74-15f5a376, #w-node-_2a0bc6eb-1a51-006a-8338-11e720d46a7e-15f5a376, #w-node-_2a0bc6eb-1a51-006a-8338-11e720d46a88-15f5a376, #w-node-_2a0bc6eb-1a51-006a-8338-11e720d46a92-15f5a376 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start stretch;
}

#w-node-_559fd557-7f86-bd15-5175-44b6255be24f-15f5a376, #w-node-_559fd557-7f86-bd15-5175-44b6255be25e-15f5a376, #w-node-_103a552e-510c-1654-35ca-1cf831977a32-15f5a376 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_103a552e-510c-1654-35ca-1cf831977a3b-15f5a376, #w-node-_103a552e-510c-1654-35ca-1cf831977a41-15f5a376, #w-node-_103a552e-510c-1654-35ca-1cf831977a47-15f5a376 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start stretch;
}

#w-node-_103a552e-510c-1654-35ca-1cf831977a51-15f5a376 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_103a552e-510c-1654-35ca-1cf831977a5f-15f5a376 {
  place-self: stretch stretch;
}

#w-node-_9cc297ee-30ad-f6ef-c86f-b407cdef9a1c-15f5a376, #w-node-_9cc297ee-30ad-f6ef-c86f-b407cdef9a1e-15f5a376 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cc297ee-30ad-f6ef-c86f-b407cdef9a22-15f5a376, #w-node-_9cc297ee-30ad-f6ef-c86f-b407cdef9a27-15f5a376, #w-node-_9cc297ee-30ad-f6ef-c86f-b407cdef9a2c-15f5a376 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start stretch;
}

#w-node-_9cc297ee-30ad-f6ef-c86f-b407cdef9a3f-15f5a376, #w-node-_9cc297ee-30ad-f6ef-c86f-b407cdef9a61-15f5a376, #w-node-_9cc297ee-30ad-f6ef-c86f-b407cdef9a83-15f5a376 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe154-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe164-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe167-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe16b-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe17b-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe17e-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe182-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe192-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe195-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe199-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe1a9-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe1ac-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe1b2-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe1c2-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe1c5-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe1c9-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe1d9-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe1dc-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe1e0-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe1f0-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe1f3-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe1f7-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe207-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe20a-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe210-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe220-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe223-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe227-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe237-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe23a-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe23e-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe24e-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe251-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe255-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe265-15f5a376, #w-node-_89ea21a1-bc3b-1a9d-3b0a-0dde35abe268-15f5a376 {
  place-self: stretch stretch;
}

#w-node-_390161cb-6aad-dae7-707a-a6a6d8106814-43e4b948, #w-node-_46852a2a-5092-c3c6-8bb2-b238a703a60b-43e4b948, #w-node-c12c2d38-ffc7-ff42-7a9e-62168dc69be4-43e4b948, #w-node-c12c2d38-ffc7-ff42-7a9e-62168dc69be8-43e4b948, #w-node-_2db58c49-b998-182e-7c4f-ba33a1c02214-43e4b948, #w-node-_2db58c49-b998-182e-7c4f-ba33a1c02218-43e4b948, #w-node-_1db3887c-2845-5344-5fc8-f0d9141a129f-43e4b948, #w-node-_1db3887c-2845-5344-5fc8-f0d9141a12a2-43e4b948, #w-node-e01ad396-cad3-2a81-a87d-df667fd1e46e-43e4b948, #w-node-e01ad396-cad3-2a81-a87d-df667fd1e469-43e4b948, #w-node-_02088a93-b04c-1e51-7a2d-b9799580abf2-43e4b948, #w-node-_02088a93-b04c-1e51-7a2d-b9799580abf0-43e4b948, #w-node-_51fe14ef-f268-9553-4b94-05d756689655-43e4b948, #w-node-_51fe14ef-f268-9553-4b94-05d75668965f-43e4b948, #w-node-_51fe14ef-f268-9553-4b94-05d756689669-43e4b948, #w-node-_51fe14ef-f268-9553-4b94-05d756689673-43e4b948, #w-node-_51fe14ef-f268-9553-4b94-05d75668967d-43e4b948, #w-node-_51fe14ef-f268-9553-4b94-05d756689687-43e4b948, #w-node-_10834644-7c3b-f97b-e209-57cb9d5d1335-43e4b948, #w-node-_10834644-7c3b-f97b-e209-57cb9d5d133d-43e4b948, #w-node-_10834644-7c3b-f97b-e209-57cb9d5d1345-43e4b948, #w-node-_10834644-7c3b-f97b-e209-57cb9d5d134d-43e4b948, #w-node-_10834644-7c3b-f97b-e209-57cb9d5d1355-43e4b948, #w-node-_10834644-7c3b-f97b-e209-57cb9d5d135d-43e4b948, #w-node-_5a990f67-f3ce-c995-602a-3bee57625bd8-43e4b948, #w-node-_5a990f67-f3ce-c995-602a-3bee57625bdc-43e4b948, #w-node-_5a990f67-f3ce-c995-602a-3bee57625bde-43e4b948, #w-node-_5a990f67-f3ce-c995-602a-3bee57625be2-43e4b948, #w-node-_5a990f67-f3ce-c995-602a-3bee57625be4-43e4b948, #w-node-_5a990f67-f3ce-c995-602a-3bee57625be8-43e4b948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a0bc6eb-1a51-006a-8338-11e720d46a60-43e4b948, #w-node-_2a0bc6eb-1a51-006a-8338-11e720d46a6a-43e4b948, #w-node-_2a0bc6eb-1a51-006a-8338-11e720d46a74-43e4b948, #w-node-_2a0bc6eb-1a51-006a-8338-11e720d46a7e-43e4b948, #w-node-_2a0bc6eb-1a51-006a-8338-11e720d46a88-43e4b948, #w-node-_2a0bc6eb-1a51-006a-8338-11e720d46a92-43e4b948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start stretch;
}

#w-node-_559fd557-7f86-bd15-5175-44b6255be24f-43e4b948, #w-node-_559fd557-7f86-bd15-5175-44b6255be25e-43e4b948, #w-node-_76394215-528f-e781-f68c-d1a0257cd83e-43e4b948, #w-node-_76394215-528f-e781-f68c-d1a0257cd850-43e4b948, #w-node-_103a552e-510c-1654-35ca-1cf831977a32-43e4b948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_103a552e-510c-1654-35ca-1cf831977a3b-43e4b948, #w-node-_103a552e-510c-1654-35ca-1cf831977a41-43e4b948, #w-node-_103a552e-510c-1654-35ca-1cf831977a47-43e4b948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start stretch;
}

#w-node-_103a552e-510c-1654-35ca-1cf831977a51-43e4b948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_103a552e-510c-1654-35ca-1cf831977a5f-43e4b948 {
  place-self: stretch stretch;
}

#w-node-_9cc297ee-30ad-f6ef-c86f-b407cdef9a1c-43e4b948, #w-node-_9cc297ee-30ad-f6ef-c86f-b407cdef9a1e-43e4b948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cc297ee-30ad-f6ef-c86f-b407cdef9a22-43e4b948, #w-node-_9cc297ee-30ad-f6ef-c86f-b407cdef9a27-43e4b948, #w-node-_9cc297ee-30ad-f6ef-c86f-b407cdef9a2c-43e4b948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start stretch;
}

#w-node-_9cc297ee-30ad-f6ef-c86f-b407cdef9a3f-43e4b948, #w-node-_9cc297ee-30ad-f6ef-c86f-b407cdef9a61-43e4b948, #w-node-_9cc297ee-30ad-f6ef-c86f-b407cdef9a83-43e4b948, #w-node-b6780b47-0a3a-e8c7-7366-2c1c67fb258f-172eaa7c, #w-node-b6780b47-0a3a-e8c7-7366-2c1c67fb25a2-172eaa7c, #w-node-b6780b47-0a3a-e8c7-7366-2c1c67fb25a3-172eaa7c, #w-node-b6780b47-0a3a-e8c7-7366-2c1c67fb25a4-172eaa7c, #w-node-b6780b47-0a3a-e8c7-7366-2c1c67fb25ae-172eaa7c, #w-node-b6780b47-0a3a-e8c7-7366-2c1c67fb25b8-172eaa7c, #w-node-_6c85b8d9-cb9e-359b-8a75-faa1ee023681-f6ef1854, #w-node-f0bc20ab-f653-1aa6-2d9f-0379bdefde18-f6ef1854, #w-node-bfffbe93-720b-151a-abc4-ef4d16099ae7-f6ef1854, #w-node-_18821d34-bd6c-1d5d-46ac-0884d0ae200f-f6ef1854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e993b891-1b3f-d5f8-310e-49f372957565-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f372957575-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f372957578-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f37295757c-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f37295758c-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f37295758f-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f372957593-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f3729575a3-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f3729575a6-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f3729575aa-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f3729575ba-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f3729575bd-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f3729575c3-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f3729575d3-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f3729575d6-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f3729575da-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f3729575ea-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f3729575ed-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f3729575f1-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f372957601-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f372957604-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f372957608-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f372957618-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f37295761b-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f372957621-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f372957631-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f372957634-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f372957638-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f372957648-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f37295764b-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f37295764f-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f37295765f-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f372957662-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f372957666-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f372957676-f6ef1854, #w-node-e993b891-1b3f-d5f8-310e-49f372957679-f6ef1854, #w-node-_57daa637-a601-b9b0-9c19-c4992e0dee3c-f6ef1854, #w-node-_57daa637-a601-b9b0-9c19-c4992e0dee4c-f6ef1854, #w-node-_57daa637-a601-b9b0-9c19-c4992e0dee56-f6ef1854 {
  place-self: stretch stretch;
}

#w-node-_39a150ce-8ce3-25f4-cef3-3461a2699241-f6ef1854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39a150ce-8ce3-25f4-cef3-3461a269924c-f6ef1854, #w-node-_39a150ce-8ce3-25f4-cef3-3461a2699252-f6ef1854, #w-node-_39a150ce-8ce3-25f4-cef3-3461a2699258-f6ef1854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start stretch;
}

#w-node-_39a150ce-8ce3-25f4-cef3-3461a2699262-f6ef1854 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39a150ce-8ce3-25f4-cef3-3461a2699270-f6ef1854 {
  place-self: stretch stretch;
}


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