.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.top-bar {
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.icon-location-top-bar {
  width: 35px;
}

.top-bar-wrap {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  text-decoration: none;
  display: flex;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto minmax(auto, .5fr);
  padding-top: 50px;
  padding-bottom: 0;
}

.column-top-bar {
  width: 100%;
}

.image {
  width: 100%;
  max-width: 190px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-contact-icon {
  padding-top: 0;
}

.icon-phone-top-bar {
  width: 35px;
}

.top-bar-link-contact-number {
  color: #333333b3;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.top-bar-link-contact-number:hover {
  color: #2837a8;
  font-weight: 600;
}

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

.top-bar-location {
  color: #333333b3;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.top-bar-location:hover {
  color: #2837a8;
  font-weight: 600;
}

.code-phone-icon, .code-location-icon {
  color: #2837a8;
  width: 35px;
  max-width: none;
}

.navigation-wrapper {
  position: static;
}

.navigation-column {
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0;
}

.text-block-sub-nav {
  color: #131c7a;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.text-block-sub-nav:hover {
  color: #ec3525;
}

.text-block-sub-nav.w--current {
  padding-bottom: 5px;
}

.checklist-nav {
  margin-bottom: 0;
  padding-top: 0;
  list-style-type: none;
}

.navigation-full {
  z-index: 9;
  border-bottom: 1px solid #3d424b12;
  align-items: center;
  width: 100%;
  padding: 20px 0%;
  display: flex;
  position: sticky;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
}

.dropdown {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.dropdown-toggle {
  color: #fff;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #8ca3ce;
}

.dropdown-list {
  min-width: 100%;
}

.dropdown-list.w--open {
  background-color: #0000;
  padding-top: 21px;
  position: absolute;
  inset: 80px 0 auto;
  box-shadow: 2px 30px 50px #00000014;
}

.navigation {
  z-index: 9;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.drop-arrow-plain {
  margin-right: 5px;
  font-size: 14px;
}

.list-item-sub-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.navigation-drop-container {
  background-color: #fff;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 50px;
  display: flex;
}

.navigation-left {
  background-color: #0000;
  background-image: linear-gradient(108deg, #0f1670, #2837a8 99%, #2836a8);
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-sub-nav-header {
  color: #2a93c9;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.text-block-sub-nav-header:hover {
  color: #ec3525;
}

.checklist-item {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.navigation-container {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.nav-menu {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.list {
  padding-left: 50px;
  list-style-type: none;
}

.text-span {
  font-weight: 900;
}

.navigation-link {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: #8da3cf;
}

.navigation-link.w--current, .navigation-link.w--current:hover {
  color: #fff;
}

.check-icon-about-us {
  width: 20px;
  height: auto;
  position: absolute;
  top: 5px;
  left: 5px;
}

.nav-title {
  margin-bottom: 10px;
  font-size: 16px;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-link-block-mob {
  color: #283338;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 22px;
  font-size: 16px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-block-mob:hover {
  color: #7735f6;
  background-color: #7735f60d;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-mobile {
  width: 54px;
}

.text-block-sub-nav-2 {
  color: #131b79;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.text-block-sub-nav-2:hover {
  color: #ec3525;
}

.text-block-sub-nav-2.w--current {
  padding-bottom: 5px;
}

.nav-icon {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.nav-icon:hover {
  color: #8ea3cd;
}

.code-embed {
  color: #131c79;
  width: 30px;
  display: inline-block;
}

.grid-nav {
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, min-content) auto;
}

.nav-link {
  color: #1e2b92;
  width: 100%;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.nav-link:hover {
  color: #8ca3d0;
}

.paragraph {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.paragraph.white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  line-height: 25px;
}

.paragraph.white.gaq {
  margin-bottom: 0;
}

.grid-slide-1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  margin-top: 3px;
}

.button-slider {
  color: #272727;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 0 solid #2a93c933;
  border-radius: 30px;
  width: 200px;
  padding: 12px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.button-slider:hover {
  color: #fff;
  background-color: #8da3cf;
}

.right-arrow {
  display: none;
}

.container-slider-1 {
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1300px;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.header-slide-1 {
  color: #fff;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 60px;
  position: static;
}

.left-arrow {
  display: none;
}

.slide-2 {
  background-image: linear-gradient(#0cacff80, #b2e5e133), url('../images/slide-02-NEW.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 500px;
}

.container-slider-3 {
  max-width: 1300px;
  height: 100%;
}

.slider {
  height: 500px;
}

.container-slider-2 {
  max-width: 1300px;
  height: 100%;
}

.slide-3 {
  background-image: linear-gradient(#0cacff80, #b2e5e133), url('../images/slide-03-NEW.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 500px;
}

.text-block-slide-1 {
  color: #fff;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-slide-1.sub-page {
  line-height: 30px;
}

.slide-1 {
  background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-1_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 500px;
}

.div-block-content-left-slide-1 {
  padding-top: 100px;
  padding-left: 0;
}

.div-block-content-left-slide-1.sub-page {
  padding-top: 80px;
}

.div-block-content-left-slide-1.sub-page.git {
  padding-top: 100px;
}

.home-services {
  padding-top: 30px;
  padding-bottom: 30px;
}

.basic-column {
  padding-left: 0;
  padding-right: 0;
}

.div-block-info-columns-2837a8 {
  background-color: #2837a8;
  height: 600px;
  padding: 20px 30px;
}

.div-block-info-columns-9faecd {
  background-color: #9faecd;
  height: 600px;
  padding: 20px;
}

.container-column-animation {
  max-width: 1300px;
  margin-top: 0;
}

.text-block-block-4-content {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-block-1-header {
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.image-6 {
  width: 35px;
}

.column-divider-bottom {
  border-bottom: 1px solid #fff3;
  margin-bottom: 13px;
  padding-bottom: 15px;
}

.div-block-funeral-insurance {
  text-align: center;
  height: 100%;
}

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

.icon-home-funeral-insurance {
  color: #fff;
  width: 35px;
}

.grid-home-services {
  border-bottom: 1px solid #ffffff80;
  grid-template-rows: auto;
  grid-template-columns: min-content 1fr;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.icon-home-health-care {
  color: #fff;
  width: 35px;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  color: #fff;
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.color-neutral-300 {
  color: #fff;
}

.success-message {
  color: #4a3aff;
  background-color: #2837a8;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-family: Montserrat, sans-serif;
}

.text-area {
  opacity: 1;
  color: #333;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  min-height: 144px;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 28px;
  box-shadow: 0 2px 7px #14142b14;
}

.text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.grid-home-form {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-home-form.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.form {
  opacity: 1;
  background-color: #9faecd;
  border-width: 0;
  min-height: 300px;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 40px;
}

.card.form.health-care {
  background-color: #24319e;
  width: 55%;
  margin-top: 0;
  padding: 40px;
  display: none;
}

.card.form.hospicheq-b {
  background-color: #24319e;
  width: 55%;
  margin-top: 0;
  padding: 40px;
  display: block;
}

.card.form.light {
  display: none;
}

.card.form.light.get-a-quote {
  border-radius: 0;
  margin-top: 0;
  padding: 20px;
}

.card.form.refer-group, .card.form.request-presentation {
  background-color: #24319e;
  width: 100%;
  margin-top: 0;
  padding: 40px;
  display: none;
}

.card.form.employer-group {
  background-color: #24319e;
  width: 55%;
  margin-top: 0;
  padding: 40px;
  display: none;
}

.card.form.get-in-touch, .card.form.request-a-call {
  background-color: #24319e;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 40px;
  display: none;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-family: Montserrat, sans-serif;
}

.btn-primary {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #222f9a;
  border-radius: 48px;
  justify-content: center;
  margin-top: 10px;
  padding: 15px 38px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2837a8;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.light {
  background-color: #0000;
  border: 2px solid #fff;
  margin-top: 30px;
}

.btn-primary.light:hover {
  background-color: #8da3cf;
  border-color: #8da3cf;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  min-height: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  box-shadow: 0 2px 7px #14142b14;
}

.input:hover {
  border-width: 0;
  border-color: #1e2a92;
  box-shadow: 0 2px 12px #14142b1a;
}

.input:focus {
  color: #211f54;
  border-color: #2837a8;
}

.input::placeholder {
  color: #a0a0a0;
  font-size: 15px;
}

.git-form-input {
  color: #a0a0a0;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  min-height: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  box-shadow: 0 2px 7px #14142b14;
}

.what-makes-us-different {
  padding-top: 80px;
  padding-bottom: 80px;
}

.feature-icon-3 {
  width: 40px;
  padding: 0;
}

.feature-icon-3.overall {
  width: 50px;
  margin-top: 35px;
  margin-bottom: 20px;
  position: relative;
  inset: 0% auto;
}

.features-row {
  margin-top: 50px;
}

.feature-column {
  padding-left: 0;
  padding-right: 0;
}

.feature-icon-2 {
  width: 40px;
  padding: 0;
}

.feature-icon-2.overall {
  width: 60px;
  margin-top: 35px;
  margin-bottom: 20px;
  position: relative;
  inset: 0% auto;
}

.feature-title {
  color: #1e2022;
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.section-3-title-wrapper {
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-3-text-block-header {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.feature-icon-1 {
  width: 40px;
  padding: 0;
}

.feature-icon-1.overall {
  width: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  inset: 0% auto;
}

.div-block-icon-1-section-3 {
  text-align: center;
  background-color: #2837a8;
  border: 0 solid #e5e5e5;
  border-radius: 100px;
  width: 130px;
  height: 130px;
  margin-top: auto;
  margin-bottom: 30px;
  padding-bottom: 0;
  position: relative;
}

.container-section-3 {
  max-width: 1300px;
  position: relative;
}

.feature-block {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feature-block.wide {
  text-align: justify;
  width: 90%;
}

.paragraph-section-3 {
  color: #333333e6;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.icon-wmud {
  color: #fff;
  width: 60px;
  margin-top: 30px;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  top: 0%;
  bottom: 0%;
}

.home-ramaph-info {
  background-color: #2837a8;
  height: auto;
}

.text-flying {
  color: #ffffffe6;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.container-section-6 {
  max-width: 1300px;
}

.home-ramaph-info-content-wrapper {
  height: 100%;
  margin-top: 50px;
}

.flying-image {
  background-image: url('../images/WhatsApp-Image-2023-09-15-at-11.12.59.jpg');
  background-position: 50% 0;
  background-size: auto;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  height: 500px;
  max-height: none;
}

.bold {
  font-weight: 900;
}

.paragraph-section-flying {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.home-ramaph-info-wrapper {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.info-block-right {
  width: 100%;
  padding-top: 0;
}

.button-section-4 {
  color: #272727;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button-section-4:hover {
  color: #fff;
  background-color: #9faecd;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.section-title-wrapper {
  text-align: center;
  width: 90%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: block;
}

.section-title-wrapper.full {
  text-align: left;
  flex-direction: row;
  width: 100%;
}

.section-title-wrapper.full.info {
  margin-bottom: 30px;
  padding-top: 0;
}

.image-ramaph-info {
  background-image: url('../images/ramaph-info-image.jpg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 400px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
}

.our-services {
  padding-top: 50px;
  padding-bottom: 50px;
}

.our-services-block-5 {
  text-align: center;
  background-color: #f0f4f7;
  border-radius: 4px;
  padding: 60px 40px;
  position: relative;
}

.our-services-block-5.image {
  color: #fff;
  text-align: center;
  background-image: url('../images/home-our-service--05.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 320px;
  height: 320px;
  display: block;
}

.our-services-block-4 {
  text-align: center;
  background-color: #f0f4f7;
  border-radius: 4px;
  padding: 60px 40px;
  position: relative;
}

.our-services-block-4.image {
  color: #fff;
  text-align: center;
  background-image: url('../images/home-our-service--04.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 320px;
  height: 320px;
  display: block;
}

.section-description-section-5 {
  color: #868686;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.our-services-block-2 {
  text-align: center;
  background-color: #f0f4f7;
  border-radius: 4px;
  padding: 60px 40px;
  position: relative;
}

.our-services-block-2.image {
  color: #fff;
  text-align: center;
  background-image: url('../images/home-our-service--02.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 320px;
  height: 320px;
  display: block;
}

.our-services-block-6 {
  text-align: center;
  background-color: #f0f4f7;
  border-radius: 4px;
  padding: 60px 40px;
  position: relative;
}

.our-services-block-6.image {
  color: #fff;
  text-align: center;
  background-image: url('../images/home-our-service-06.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 320px;
  height: 320px;
  display: block;
}

.our-services-row-2 {
  text-align: center;
  margin-top: 30px;
}

.our-services-row-1 {
  text-align: center;
}

.button-os {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button-os:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.button-os.our-services-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #2837a8;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto -10% 10% auto;
}

.our-services-columns {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-column {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-section-our-services {
  max-width: 1300px;
  position: relative;
}

.text-block-header-section-5 {
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.our-services-block-3 {
  text-align: center;
  background-color: #f0f4f7;
  border-radius: 4px;
  padding: 60px 40px;
  position: relative;
}

.our-services-block-3.image {
  color: #fff;
  text-align: center;
  background-image: url('../images/home-our-service--03.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 320px;
  height: 320px;
  display: block;
}

.our-services-block-1 {
  text-align: center;
  background-color: #f0f4f7;
  border-radius: 4px;
  padding: 60px 40px;
  position: relative;
}

.our-services-block-1.image {
  color: #fff;
  text-align: center;
  background-image: url('../images/home-our-service--01.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 320px;
  height: 320px;
  display: block;
}

.footer {
  background-color: #2d2d35;
  padding-top: 50px;
}

.container-footer {
  max-width: 1300px;
  position: relative;
}

.footer-logo {
  width: 145px;
}

.footer-social-col-right {
  text-align: right;
  height: 100px;
  margin-top: 0;
  padding-top: 0;
}

._360 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

._360:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

._360.green {
  background-color: #fb0102;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

._360.green:hover {
  background-color: #a4c3d2;
}

.rate-us {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.rate-us:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.rate-us.green {
  text-transform: capitalize;
  background-color: #fb0102;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.rate-us.green:hover {
  background-color: #a4c3d2;
}

.rate-us.green.w--current {
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 15px;
}

.bold-text-9 {
  font-size: 14px;
}

.column-5 {
  text-align: left;
}

.bold-text-8 {
  text-transform: capitalize;
  font-size: 14px;
}

.footer-small-social-icon {
  height: 20px;
  margin-top: 5px;
  padding-top: 0;
  padding-left: 3px;
}

.footer-small-social-icon.instagram {
  margin-top: 4px;
  padding-left: 0;
}

.footer-social-icon {
  text-align: center;
  background-color: #1f6fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-right: 5px;
  padding-top: 6px;
  transition: background-color .2s;
  display: inline-block;
}

.footer-social-icon:hover {
  background-color: #1f6fff;
}

.footer-social-icon.instagram {
  background-image: linear-gradient(85deg, #f9ce34, #ee2a7b 49%, #6228d7);
}

.footer-menu-column {
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
  position: relative;
  top: auto;
  bottom: auto;
}

.footer-inline-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.footer-inline-link:hover {
  color: #fff6;
}

.simple-bottom-footer {
  color: #979da5;
  background-color: #333;
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
}

.bottom-footer-paragraph {
  float: left;
  color: #ffffff80;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.bold-text-7 {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.link-block-footer-medlink {
  color: #fff;
  padding-left: 5px;
  text-decoration: none;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
}

.nav-footer-wrapper {
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.social-footer-wrapper {
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.grid-nav-mobi {
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, min-content) auto;
}

.nav-icon-mobi {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.nav-icon-mobi:hover {
  color: #8ea3cd;
}

.code-embed-mobi {
  color: #131c79;
  width: 30px;
  display: inline-block;
}

.footer-wrapper {
  text-align: center;
}

.back-to-top {
  justify-content: center;
  align-items: center;
  display: flex;
}

.back-to-top-sub-footer {
  background-color: #2837a8;
  padding: 20px;
}

.arrow-up {
  width: 100%;
  max-width: 20px;
  padding: 0;
}

.subpage-image {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 90px;
}

.subpage-image.our-vision {
  text-align: left;
  background-image: linear-gradient(#0cacff80, #b2e5e133), url('../images/about-us.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.subpage-image-container {
  flex-wrap: nowrap;
  align-items: center;
  max-width: 1300px;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  position: relative;
}

.sub-page-image-grid {
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  align-items: stretch;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sub-page-content-left {
  padding-top: 0;
  padding-left: 0;
}

.sub-page-header {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 55px;
  line-height: 65px;
}

.page-subtitle {
  width: 65%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  display: block;
}

.page-subtitle.full {
  width: 100%;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.slider-sub-page {
  height: 500px;
}

.sub-page-slide-1 {
  background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 500px;
}

.sub-page-slide-1.our-vision {
  background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/sub-page-image-our-vision.jpg');
}

.sub-page-slide-1.option-health-care {
  background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/sub-page-image-option-health-care.jpg');
}

.sub-page-slide-1.health-care {
  background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/sub-page-image-health-care.jpg');
}

.sub-page-slide-1.hospi-cheq {
  background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/sub-page-image-gap-cover.jpg');
}

.sub-page-slide-1.funeral-insurance {
  background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/sub-page-image-funeral-insurance.jpg');
}

.sub-page-slide-1.request-presentation {
  background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/sub-page-image-request-presentation.jpg');
}

.sub-page-slide-1.refer-group {
  background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/sub-page-image-refer-group.jpg');
}

.sub-page-slide-1.media-events {
  background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/sub-page-image-media-events.jpg');
}

.sub-page-slide-1.get-in-touch {
  background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/sub-page-image-get-in-touch.jpg');
}

.slide-nav {
  display: none;
}

.sub-page-content {
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-link-text {
  text-align: center;
  letter-spacing: .9px;
  text-transform: capitalize;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.sub-container {
  max-width: 1300px;
  padding-top: 0;
  padding-bottom: 0;
}

.sub-page-paragraph {
  color: #333333e6;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.sub-page-paragraph.light {
  color: #ffffffe6;
}

.sub-page-paragraph.light.terms {
  font-size: 13px;
  line-height: 20px;
}

.sub-page-paragraph.special {
  font-weight: 700;
}

.listed-item {
  opacity: 1;
  color: #333333e6;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.sub-page-image {
  border: 10px solid #464587;
  width: 100%;
  max-width: none;
}

.sub-page-header-main-content {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.sub-page-header-main-content.top-title {
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.sub-page-header-main-content.light {
  color: #fff;
  border-bottom: 1px solid #ffffff80;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.quick-stack {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding: 0;
}

.quick-stack.funeral-insurance {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.sub-page-list {
  margin-top: 10px;
}

.sub-page-list.light {
  padding-left: 20px;
}

.image-2 {
  width: 20px;
}

.make-difference {
  font-family: Segoepr, Verdana, sans-serif;
  font-size: 16px;
}

.cell {
  align-items: center;
}

.link-block {
  color: #fff;
  text-align: center;
  background-color: #2837a8;
  border-radius: 5px;
  width: 180px;
  height: auto;
  margin-top: 30px;
  padding: 10px 15px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
  position: relative;
}

.wrapper-content {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-icon-button {
  width: 100%;
  max-width: 25px;
}

.sub-container-2 {
  max-width: 1300px;
}

.quick-stack-options-health-care {
  padding: 30px 0;
}

.medical-aid-advisory-intermediary-services {
  opacity: 1;
  background-image: linear-gradient(#23319db3, #23319db3), url('../images/option-healthcare-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 10px;
  width: 100%;
  height: 200px;
}

.healthcare-content {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-healthcare {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.hospicheq {
  opacity: 1;
  background-image: linear-gradient(#212e98b3, #212e98b3), url('../images/about-5-570x200.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 10px;
  width: 100%;
  height: 200px;
}

.sub-text-healthcare {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.sub-page-paragraph-2 {
  color: #828590;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.listed-item-2 {
  opacity: .9;
  color: #828590;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.healthcare-form {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.sub-page-header-3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 700;
}

.sub-page-header-3.top-title {
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
}

.sub-page-paragraph-healthcare {
  color: #828590;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.wrapper-content-2 {
  padding-top: 0;
  padding-bottom: 50px;
}

.healthcare-form-block.ktg-w-form {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-hospicheq {
  padding-left: 15px;
}

.accordion-item {
  width: 100%;
  overflow: hidden;
}

.hosipcheq {
  background-color: #fffffff2;
  max-width: 100%;
  padding: 0;
  box-shadow: 0 20px 100px #c4cae340;
}

.sub-page-header-4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 700;
}

.text-block-66 {
  font-size: 17px;
}

.hospicheq-form-block.ktg-w-form {
  margin-top: 30px;
}

.sub-page-image-hospicheq {
  border: 10px solid #9c98bd;
  width: 100%;
  margin-bottom: 20px;
}

.hospicheq-form {
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 20px;
}

.dropdown-list-hospicheq {
  background-color: #fff;
  padding: 20px;
  display: block;
  position: static;
}

.hospicheq-accordion {
  margin-top: 20px;
}

.text-block-65 {
  white-space: normal;
  flex: none;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.accordion-toggle {
  color: #fff;
  text-transform: none;
  background-color: #24329f;
  align-items: center;
  height: 70px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  display: flex;
}

.container {
  position: relative;
}

.container.footer-container {
  border: 0 solid #0000001a;
  border-radius: 5px;
  max-width: 1300px;
  margin-bottom: 20px;
  padding: 25px 0;
  font-size: 13px;
}

.container.bottom-footer {
  text-align: center;
  background-color: #2d2d35;
  border-radius: 4px;
  max-width: 1300px;
  padding: 21px 0 18px;
}

.footer-link-text-2 {
  text-align: center;
  letter-spacing: .9px;
  text-transform: capitalize;
  padding-top: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.pl {
  padding-left: 10px;
  font-size: 14px;
}

.footer-paragraph {
  color: #aeb1be;
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

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

.footer-disclaimer {
  opacity: .7;
  font-size: 12px;
}

.footer-link {
  color: #949494;
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.email {
  color: #aeb1be;
  background-image: url('../images/email.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
  font-size: 14px;
}

.footer-link.location {
  color: #aeb1be;
  background-image: url('../images/map.svg');
  background-position: 0 10%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-top: 0;
  padding-left: 25px;
  font-size: 14px;
  line-height: 25px;
}

.footer-link.pages-bullet {
  color: #aeb1be;
  padding-left: 15px;
}

.footer-link.whats-app {
  color: #aeb1be;
  background-image: url('../images/whatsapp.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
  font-size: 14px;
}

.footer-link.contact {
  color: #aeb1be;
  background-image: url('../images/phone-receiver-silhouette.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
  font-size: 14px;
}

.footer-link.pages {
  color: #aeb1be;
  padding-left: 0;
  font-size: 14px;
}

.footer-link.facebook {
  color: #aeb1be;
  background-image: url('../images/facebook-app-symbol.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
  font-size: 14px;
}

.admin-login {
  color: #fff;
  text-align: center;
  background-color: #2837a8;
  border-radius: 5px;
  width: 100%;
  max-width: 160px;
  height: auto;
  margin-top: 30px;
  padding: 15px;
  text-decoration: none;
  display: block;
  position: relative;
}

.footer-title {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.bottom-footer-paragraph-2 {
  float: left;
  color: #828590;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  display: block;
  position: static;
}

.link-footer {
  color: #828590;
  text-decoration: none;
}

.footer-bottom-paragraph {
  text-align: center;
  width: 100%;
}

.individual-family-plans {
  border: 0 solid #9c98bd;
  width: 100%;
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.request-presentation-button {
  color: #fff;
  text-align: center;
  background-color: #2837a8;
  border-radius: 5px;
  width: auto;
  max-width: none;
  height: auto;
  margin: 30px 10px;
  padding: 15px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.sub-page-paragraph-funeral-insurance {
  color: #828590;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.footer-link-text-3 {
  text-align: center;
  letter-spacing: .9px;
  text-transform: capitalize;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.employer-group-funeral-cover-form-block.ktg-w-form {
  margin-top: 30px;
}

.request-presentation-button-view {
  color: #fff;
  text-align: center;
  background-color: #2837a8;
  border-radius: 5px;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0 10px;
  padding: 15px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.request-presentation-button-view.first {
  margin-left: 0;
}

.s-sub-page-header {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 400;
}

.sub-page-header-5 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 700;
}

.sub-page-header-5.top-header {
  margin-top: 0;
}

.button-wrapper {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 0;
}

.employer-group-funeral-cover-form {
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 20px;
}

.make-difference-2 {
  font-family: Segoepr, Verdana, sans-serif;
}

.request-presentation-button-bottom-refer-group {
  color: #fff;
  text-align: center;
  background-color: #2837a8;
  border-radius: 5px;
  width: auto;
  max-width: none;
  height: auto;
  margin: 30px 10px;
  padding: 15px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.request-presentation-button-bottom-refer-group.apply-online {
  width: auto;
}

.request-presentation-button-application {
  color: #fff;
  text-align: center;
  background-color: #2837a8;
  border-radius: 5px;
  width: auto;
  max-width: none;
  height: auto;
  margin: 30px 10px;
  padding: 15px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.sub-page-image-individual-family {
  border: 10px solid #9c98bd;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.funural-insurance-tab-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.tab-wrapper {
  padding-top: 10px;
}

.burial-society-stokvel-plans {
  border: 0 solid #9c98bd;
  width: 100%;
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tab-background {
  background-color: #222f9a;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px 25px;
}

.tab-background.w--current {
  background-color: #8aa2ce;
  border-bottom: 0 solid #ce8a8b;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 15px 25px;
}

.sub-page-image-funeral-insurance {
  border: 10px solid #9c98bd;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tabs-content-2 {
  margin-top: 20px;
}

.sub-page-image-employer-group-funeral-cover {
  border: 10px solid #9c98bd;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sub-page-sub-header-main-content {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.sub-page-sub-header-main-content.top-title {
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.icon-admin, .icon-button {
  width: 100%;
  max-width: 20px;
}

.request-presentation-burial-societies-form {
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 20px;
}

.request-presentation-burial-societies-form-block.ktg-w-form {
  margin-top: 30px;
}

.refer-group-burial-societies-form {
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 20px;
}

.refer-group-burial-societies-form-block.ktg-w-form {
  margin-top: 30px;
}

.thumbnail-business-development-10 {
  text-align: center;
  background-image: url('../images/grid-gallery-10-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-member-engagement-14 {
  text-align: center;
  background-image: url('../images/grid-gallery-27-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-22 {
  text-align: center;
  background-image: url('../images/kwagga-22-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-24 {
  text-align: center;
  background-image: url('../images/kwagga-24-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-17 {
  text-align: center;
  background-image: url('../images/kwagga-17-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-business-development-13 {
  text-align: center;
  background-image: url('../images/grid-gallery-13-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.image-icon {
  width: 100%;
  height: 100%;
  position: static;
}

.thumbnail-member-engagement-3 {
  text-align: center;
  background-image: url('../images/grid-gallery-16-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-26 {
  text-align: center;
  background-image: url('../images/kwagga-26-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-member-engagement-18 {
  text-align: center;
  background-image: url('../images/grid-gallery-32-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-4 {
  text-align: center;
  background-image: url('../images/kwagga-4-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-member-engagement-17 {
  text-align: center;
  background-image: url('../images/grid-gallery-31-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.smc-wrapper {
  text-align: center;
  border-radius: 0;
  height: 100%;
  position: static;
}

.thumbnail-fraud-summit-3 {
  text-align: center;
  background-image: url('../images/fraud-summit-3-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-business-development-2 {
  text-align: center;
  background-image: url('../images/grid-gallery-2-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-member-engagement-12 {
  text-align: center;
  background-image: url('../images/grid-gallery-25-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-business-development-1 {
  text-align: center;
  background-image: url('../images/grid-gallery-1-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-1 {
  text-align: center;
  background-image: url('../images/kwagga-1-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.tab-panel {
  background-color: #fff;
  border-radius: 24px;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
}

.text-wrapper-me {
  opacity: 1;
  color: #fff;
  background-color: #464587b3;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  position: absolute;
  inset: 0;
}

.thumbnail-business-development-6 {
  text-align: center;
  background-image: url('../images/grid-gallery-6-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-member-engagement-5 {
  text-align: center;
  background-image: url('../images/grid-gallery-18-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-fraud-summit-1 {
  text-align: center;
  background-image: url('../images/fraud-summit-1-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-9 {
  text-align: center;
  background-image: url('../images/kwagga-9-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-fraud-summit-2 {
  text-align: center;
  background-image: url('../images/fraud-summit-2-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-18 {
  text-align: center;
  background-image: url('../images/kwagga-18-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.load-bar {
  background-color: #464587;
  border-radius: 500px;
  width: 0%;
  height: 5px;
}

.text-block-67 {
  font-family: Open Sans, sans-serif;
}

.tabs-menu {
  justify-content: center;
  align-items: stretch;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.thumbnail-member-engagement-7 {
  text-align: center;
  background-image: url('../images/grid-gallery-20-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.image-wrapper {
  z-index: 100;
  background-color: #0000;
  background-image: linear-gradient(#0009, #0009), url('../images/video-poster.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  width: 290px;
  max-width: none;
  height: 190px;
  position: relative;
}

.thumbnail-business-development-11 {
  text-align: center;
  background-image: url('../images/grid-gallery-11-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-5 {
  text-align: center;
  background-image: url('../images/kwagga-5-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-15 {
  text-align: center;
  background-image: url('../images/kwagga-15-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-member-engagement-21 {
  text-align: center;
  background-image: url('../images/grid-gallery-35-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-23 {
  text-align: center;
  background-image: url('../images/kwagga-23-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-16 {
  text-align: center;
  background-image: url('../images/kwagga-16-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-6 {
  text-align: center;
  background-image: url('../images/kwagga-6-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-member-engagement-8 {
  text-align: center;
  background-image: url('../images/grid-gallery-21-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-member-engagement-16 {
  text-align: center;
  background-image: url('../images/grid-gallery-29-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-19 {
  text-align: center;
  background-image: url('../images/kwagga-19-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-business-development-5 {
  text-align: center;
  background-image: url('../images/grid-gallery-5-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-11 {
  text-align: center;
  background-image: url('../images/kwagga-11-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-member-engagement-22 {
  text-align: center;
  background-image: url('../images/grid-gallery-36-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-20 {
  text-align: center;
  background-image: url('../images/kwagga-20-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-21 {
  text-align: center;
  background-image: url('../images/kwagga-21-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.link-block-smc {
  border-radius: 0;
}

.thumbnail-kwagga-office-grand-opening-13 {
  text-align: center;
  background-image: url('../images/kwagga-13-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-member-engagement-13 {
  text-align: center;
  background-image: url('../images/grid-gallery-26-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-member-engagement-26 {
  text-align: center;
  background-image: url('../images/grid-gallery-40-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-fraud-summit-4 {
  text-align: center;
  background-image: url('../images/fraud-summit-4-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.load-bar-base {
  background-color: #9c98bd4d;
  border-radius: 0;
  max-width: 220px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.open-icon-home {
  width: 100%;
  max-width: 25px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.thumbnail-member-engagement-25 {
  text-align: center;
  background-image: url('../images/grid-gallery-39-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-member-engagement-11 {
  text-align: center;
  background-image: url('../images/grid-gallery-24-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-business-development-4 {
  text-align: center;
  background-image: url('../images/grid-gallery-4-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-member-engagement-9 {
  text-align: center;
  background-image: url('../images/grid-gallery-22-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.column-image-home {
  padding-top: 10px;
  padding-right: 5px;
}

.thumbnail-kwagga-office-grand-opening-3 {
  text-align: center;
  background-image: url('../images/kwagga-3-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-fraud-summit-5 {
  text-align: center;
  background-image: url('../images/fraud-summit-5-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-business-development-9 {
  text-align: center;
  background-image: url('../images/grid-gallery-9-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-12 {
  text-align: center;
  background-image: url('../images/kwagga-12-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.tab-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.thumbnail-member-engagement-23 {
  text-align: center;
  background-image: url('../images/grid-gallery-37-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.tabs-content {
  padding-top: 40px;
  overflow: visible;
}

.open-buton {
  width: 100%;
  height: 100%;
  position: relative;
}

.thumbnail-kwagga-office-grand-opening-8 {
  text-align: center;
  background-image: url('../images/kwagga-8-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-business-development-8 {
  text-align: center;
  background-image: url('../images/grid-gallery-8-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-14 {
  text-align: center;
  background-image: url('../images/kwagga-14-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-member-engagement-20 {
  text-align: center;
  background-image: url('../images/grid-gallery-34-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-member-engagement-19 {
  text-align: center;
  background-image: url('../images/grid-gallery-33-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-10 {
  text-align: center;
  background-image: url('../images/kwagga-10-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-member-engagement-6 {
  text-align: center;
  background-image: url('../images/grid-gallery-19-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-member-engagement-10 {
  text-align: center;
  background-image: url('../images/grid-gallery-23-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-member-engagement-15 {
  text-align: center;
  background-image: url('../images/grid-gallery-28-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-business-development-12 {
  text-align: center;
  background-image: url('../images/grid-gallery-12-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-25 {
  text-align: center;
  background-image: url('../images/kwagga-25-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-7 {
  text-align: center;
  background-image: url('../images/kwagga-7-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-kwagga-office-grand-opening-2 {
  text-align: center;
  background-image: url('../images/kwagga-2-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-business-development-7 {
  text-align: center;
  background-image: url('../images/grid-gallery-7-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-member-engagement-2 {
  text-align: center;
  background-image: url('../images/grid-gallery-15-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-member-engagement-1 {
  text-align: center;
  background-image: url('../images/grid-gallery-14-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-business-development-3 {
  text-align: center;
  background-image: url('../images/grid-gallery-3-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.thumbnail-member-engagement-4 {
  text-align: center;
  background-image: url('../images/grid-gallery-17-370x260.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.open-icon {
  width: 100%;
  max-width: 25px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.tab-button {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #222f9a;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #9c98bd;
  border-radius: 3px;
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  position: relative;
}

.thumbnail-member-engagement-24 {
  text-align: center;
  background-image: url('../images/grid-gallery-38-370x260.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.media-events-tab-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.wrapper-map {
  height: 100%;
}

.column-contact-us-head-office {
  padding-top: 10px;
  padding-right: 5px;
}

.email-icon, .whats-app-icon {
  opacity: 1;
  height: 16px;
  margin-top: -2px;
  margin-right: 7px;
}

.tab-wrapper-contact-us {
  padding: 20px;
}

.phone-title {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: inline;
}

.fax-title {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: inline;
}

.gps-title {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: inline;
}

.location-button {
  color: #828590;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.location-button.margin-top {
  margin-top: 10px;
}

.gps-icon, .fax-icon, .phone-icon {
  opacity: 1;
  height: 16px;
  margin-top: -2px;
  margin-right: 7px;
}

.thumbnail-contact-head-office-2 {
  text-align: center;
  background-image: url('../images/head-office-02-large.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 130px;
  height: 90px;
  position: relative;
  overflow: hidden;
}

.fax-button {
  color: #828590;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.fax-button.margin-top {
  margin-top: 10px;
}

.thumbnail-contact-head-office-3 {
  text-align: center;
  background-image: url('../images/head-office-03-large.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 130px;
  height: 90px;
  position: relative;
  overflow: hidden;
}

.thumbnail-contact-head-office-1 {
  text-align: center;
  background-image: url('../images/head-office-01-large.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 130px;
  height: 90px;
  position: relative;
  overflow: hidden;
}

.gps-button {
  color: #828590;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.gps-button.margin-top {
  margin-top: 10px;
}

.tabs-menu-contact-us {
  margin-bottom: 30px;
}

.thumbnail-contact-jhb-office-4 {
  text-align: center;
  background-image: url('../images/jhb-office-04-large.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 130px;
  height: 90px;
  position: relative;
  overflow: hidden;
}

.email-button {
  color: #828590;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.email-button.margin-top {
  margin-top: 10px;
}

.whats-app-button {
  color: #828590;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.whats-app-button.margin-top {
  margin-top: 10px;
}

.contact-us-tab {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #23309c;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.contact-us-tab.w--current {
  color: #fff;
  text-transform: uppercase;
  background-color: #9c98bd;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.thumbnail-contact-jhb-office-1 {
  text-align: center;
  background-image: url('../images/jhb-office-01-large.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 130px;
  height: 90px;
  position: relative;
  overflow: hidden;
}

.phone-button {
  color: #828590;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.phone-button.margin-top {
  margin-top: 10px;
}

.thumbnail-contact-head-office-4 {
  text-align: center;
  background-image: url('../images/head-office-04-large.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 130px;
  height: 90px;
  position: relative;
  overflow: hidden;
}

.contact-mail {
  color: #9c98bd;
  font-weight: 700;
}

.text-head-office {
  opacity: 1;
  color: #fff;
  background-color: #464587b3;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  position: absolute;
  inset: 0;
}

.text-column {
  padding-right: 20px;
}

.text-column-title {
  text-transform: capitalize;
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.text-column-title.margin-top {
  margin-top: 40px;
}

.whats-app-title {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: inline;
}

.html-embed {
  height: 470px;
  max-height: none;
}

.email-title {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: inline;
}

.thumbnail-contact-jhb-office-2 {
  text-align: center;
  background-image: url('../images/jhb-office-02-large.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 130px;
  height: 90px;
  position: relative;
  overflow: hidden;
}

.tab-menu-contact-us {
  margin-top: 30px;
}

.columns-contact-us-head-office.margin-top {
  margin-top: 20px;
}

.contact-bold {
  color: #828590;
  font-weight: 700;
}

.location-icon {
  opacity: 1;
  height: 16px;
  margin-top: -2px;
  margin-right: 7px;
}

.thumbnail-contact-jhb-office-3 {
  text-align: center;
  background-image: url('../images/jhb-office-03-large.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 130px;
  height: 90px;
  position: relative;
  overflow: hidden;
}

.location-title {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: inline;
}

.get-in-touch-tab-text {
  color: #fff;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.content_wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.paragraph_centered {
  opacity: .9;
  color: #828590;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.sub-header-privacy-policy {
  color: #29293a;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.paragraph-privacy-policy {
  opacity: .9;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.link-privacy-policy-2 {
  color: #464587;
  font-weight: 600;
  text-decoration: none;
  display: inline;
}

.main-header-privacy-policy {
  opacity: 1;
  color: #29293a;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 35px;
}

.privacy-bloc {
  align-items: stretch;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.privacy-bloc.our-role {
  flex-direction: column;
}

.listed-item-privacy-policy {
  opacity: .9;
  color: #828590;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.divider-2 {
  background-color: #69696926;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.intro_wrapper {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.privacy_content_wrapper {
  background-color: #fff;
  border: 1px solid #6969691a;
  border-radius: 20px;
  padding: 24px 40px;
  font-family: Montserrat, sans-serif;
  overflow: visible;
}

.main-header-privacy-policy-2 {
  opacity: 1;
  color: #29293a;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 35px;
}

.sub-header-privacy-policy-2 {
  color: #29293a;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
  font-family: Montserrat, sans-serif;
}

.fs-cc-banner_text-link-2 {
  color: #464587;
  border-bottom: 2px solid #464587;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_button-3 {
  color: #fff;
  text-align: center;
  background-color: #464587;
  border: 2px solid #464587;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.fs-cc-banner_button-3:hover {
  color: #fff;
}

.fs-cc-banner_trigger {
  display: none;
}

.text {
  color: #000;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  min-height: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.text:hover {
  border-width: 0;
  border-color: #1e2a92;
  box-shadow: 0 2px 12px #14142b1a;
}

.text:focus {
  color: #333;
  border-width: 0;
  border-color: #2837a8;
}

.text::placeholder {
  color: #a0a0a0;
  font-size: 15px;
}

.form-header {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff80;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.form-header.terms {
  text-transform: capitalize;
  margin-top: 30px;
  padding-bottom: 20px;
}

.form-header.mt-30 {
  margin-top: 30px;
}

.form-header.mt-30.nb {
  border-bottom-width: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.get-a-quote-small {
  text-transform: none;
  font-size: 15px;
  font-weight: 500;
}

.grid-rg {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-rg.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.grid-rg.form.mb-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 15px;
}

.grid-rg.mt-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 15px;
}

.grid-rg.mt-15.mb-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 15px;
}

.grid-health-care-form {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-health-care-form.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
}

.grid-hospicheq-form {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-hospicheq-form.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
}

.form-checkbox-rg {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 23px;
}

.sub-page-text-checkbox {
  color: #ffffffe6;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.sub-page-text-checkbox.light {
  color: #ffffffe6;
}

.sub-page-text-checkbox.light.terms {
  font-size: 13px;
  line-height: 20px;
}

.checkbox {
  margin-top: 6px;
  font-size: 16px;
}

.grid-git-form {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-git-form.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.grid-git-form.form.mb-15 {
  margin-bottom: 15px;
}

.grid-git-form.form.mb-15.mt-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 15px;
}

.form-wrapper {
  margin-top: 30px;
}

.get-in-touch-image {
  background-image: url('../images/GIT-image.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.cell-git {
  justify-content: center;
  align-items: center;
}

.quick-stack-git {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.slider-tablet-home {
  height: 500px;
  display: none;
}

.slide-1-tablet {
  background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-1_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 500px;
}

.slider-sub-page-tablet, .slider-mobi-landscape-home {
  height: 500px;
  display: none;
}

.slide-1-mobi-landscape {
  background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-1_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 500px;
}

.slider-sub-page-mobi-landscape {
  height: 500px;
  display: none;
}

.slide-1-sub-mobi-landscape {
  background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-1_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 500px;
}

.slider-mobi-home {
  height: 500px;
  display: none;
}

.slide-1-mobi {
  background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-1_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 500px;
}

.slider-sub-page-mobi {
  height: 500px;
  display: none;
}

.button-building {
  color: #272727;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 0 solid #2a93c933;
  border-radius: 30px;
  width: 200px;
  margin-top: 15px;
  padding: 12px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.button-building:hover {
  color: #fff;
  background-color: #8da3cf;
}

.request-call-form {
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 20px;
}

.request-call-form-block.ktg-w-form {
  margin-top: 30px;
}

.gap-cover {
  opacity: 1;
  background-image: linear-gradient(#212e98b3, #212e98b3), url('../images/gap-cover-background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  width: 100%;
  height: 200px;
}

.success-icon {
  color: #fff;
}

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

.text-block-68 {
  color: #fff;
}

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

.body {
  font-family: Montserrat, sans-serif;
}

@media screen and (min-width: 1440px) {
  .div-block-content-left-slide-1.sub-page.git {
    padding-top: 100px;
  }

  .div-block-info-columns-2837a8, .div-block-info-columns-9faecd {
    height: 550px;
  }

  .grid-home-form.form {
    grid-column-gap: 32px;
    grid-row-gap: 15px;
  }

  .card.form.health-care, .card.form.employer-group, .card.form.get-in-touch, .card.form.request-a-call {
    background-color: #24319e;
  }

  .btn-primary {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .btn-primary.light {
    background-color: #8da3cf;
  }

  .home-ramaph-info {
    background-image: linear-gradient(90deg, #1d2a9c, #3a4ab5);
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-flying {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
  }

  .flying-image {
    background-image: url('../images/ramaph-info-image.jpg');
  }

  .paragraph-section-flying {
    font-family: Open Sans, sans-serif;
    font-size: 17px;
  }

  .home-ramaph-info-wrapper {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .info-block-right {
    padding: 30px 0 30px 20px;
  }

  .button-section-4 {
    font-family: Open Sans, sans-serif;
  }

  .button-section-4:hover {
    background-color: #9faecd;
  }

  .image-ramaph-info {
    background-image: url('../images/ramaph-info-image.jpg');
    background-position: 0 0;
    background-size: cover;
    height: 400px;
  }

  .columns {
    margin-left: 0;
    margin-right: 0;
  }

  .button-os.our-services-button {
    padding-bottom: 15px;
  }

  .grid-rg.form, .grid-health-care-form.form, .grid-hospicheq-form.form, .grid-git-form.form {
    grid-column-gap: 32px;
    grid-row-gap: 15px;
  }

  .button-building {
    margin-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  .top-bar {
    display: none;
  }

  .grid-2 {
    place-items: center;
    height: 145px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
  }

  .navigation-full {
    background-color: #fff;
  }

  .navigation, .navigation-left {
    display: none;
  }

  .checklist-item {
    margin-bottom: -5px;
    font-size: 13px;
  }

  .mobile-nav {
    background-color: #2837a8;
    padding-top: 15px;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .text-block {
    text-transform: uppercase;
  }

  .mobile-toggle {
    color: #fff;
    width: 100%;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .mobile-toggle:hover {
    color: #fff;
  }

  .menu-mob {
    color: #fff;
    background-color: #2837a8;
    border-radius: 10px;
    padding: 15px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #2837a8;
  }

  .nav-title {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .nav-content-wrap {
    padding-left: 10px;
  }

  .nav-content-wrap:hover {
    color: #fff;
  }

  .navigation-mob {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    padding: 15px 3%;
    display: flex;
    box-shadow: 0 0 3px #000;
  }

  .mobile-nav-link {
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .mobile-nav-link:hover, .mobile-nav-link:focus, .mobile-nav-link:visited {
    color: #fb0102;
  }

  .mobile-nav-link.current {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .navigation-link-block-mob {
    color: #fff;
    margin-bottom: 0;
    padding: 20px 40px 20px 20px;
    font-family: Lato, sans-serif;
  }

  .navigation-link-block-mob:hover {
    color: #fff;
    background-color: #0000;
  }

  .navigation-link-block-mob.bt-1 {
    border-top: 1px solid #ffffff4d;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .logo-mobile {
    width: 100%;
    max-width: 200px;
  }

  .mobile-dropdown {
    width: 100%;
  }

  .mobile-dropdown:hover {
    color: #fb0102;
  }

  .dropdown-list-mob {
    background-color: #fff;
  }

  .dropdown-list-mob.w--open {
    background-color: #8ca3cf;
    border-top: 0 dashed #0000;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 11px 59px 55px #5252520d;
  }

  .grid-slide-1 {
    grid-template-columns: 1fr 1fr;
    padding: 50px;
  }

  .grid-slide-1.sub-page {
    grid-template-columns: 1fr 1fr;
  }

  .grid-slide-1.tablet {
    grid-template-rows: auto;
    grid-template-columns: 100%;
    place-items: end center;
    margin: 0;
    padding: 0 50px 50px;
  }

  .grid-slide-1.tablet.git {
    padding-bottom: 80px;
  }

  .grid-slide-1.mobi-landscape, .grid-slide-1.mobi {
    grid-template-rows: auto;
    grid-template-columns: 100%;
    place-items: end center;
    margin: 0;
    padding: 0 50px 50px;
  }

  .button-slider {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header-slide-1, .header-slide-1.sub-page {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
  }

  .slider {
    display: none;
  }

  .text-block-slide-1, .text-block-slide-1.sub-page {
    font-size: 16px;
    line-height: 25px;
  }

  .div-block-content-left-slide-1, .div-block-content-left-slide-1.sub-page {
    padding-top: 30px;
  }

  .div-block-info-columns-2837a8 {
    background-color: #3b50b0;
    width: auto;
    height: auto;
    margin: 10px 1px;
    padding: 30px;
  }

  .div-block-info-columns-9faecd {
    height: auto;
    margin: 1px;
    padding: 30px;
  }

  .container-column-animation {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-block-1-header {
    text-transform: capitalize;
    font-size: 15px;
  }

  .image-6 {
    width: 30px;
  }

  .card.form {
    padding: 54px 32px;
  }

  .card.form.health-care, .card.form.hospicheq-b, .card.form.employer-group {
    width: 100%;
  }

  .btn-primary {
    padding: 15px 25px;
  }

  .what-makes-us-different {
    padding: 50px;
  }

  .features-row {
    margin-top: 30px;
  }

  .feature-title {
    text-align: center;
    line-height: 30px;
  }

  .section-3-title-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .div-block-icon-1-section-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-block {
    width: 90%;
  }

  .feature-block.wide {
    text-align: left;
  }

  .paragraph-section-3 {
    text-align: center;
  }

  .text-flying {
    line-height: 45px;
  }

  .home-ramaph-info-content-wrapper {
    margin-top: 0;
    margin-bottom: 70px;
  }

  .info-block-right {
    padding-top: 0;
  }

  .button-section-4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .section-title-wrapper.full.info {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .image-ramaph-info {
    background-position: 50% 0;
    background-size: cover;
  }

  .our-services {
    padding-left: 50px;
    padding-right: 50px;
  }

  .our-services-block-5, .our-services-block-4 {
    padding: 50px 30px 30px;
  }

  .section-description-section-5 {
    margin-top: 20px;
    font-size: 15px;
  }

  .our-services-block-2, .our-services-block-6 {
    padding: 50px 30px 30px;
  }

  .button-os.our-services-button {
    text-transform: capitalize;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    right: 0%;
  }

  .our-services-block-3, .our-services-block-1 {
    padding: 50px 30px 30px;
  }

  .footer {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-footer {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-logo {
    width: 100%;
  }

  .footer-social-col-right {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column-5 {
    text-align: center;
  }

  .footer-menu-column, .footer-logo-column-left {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-inline-link {
    text-transform: capitalize;
    margin-right: 9px;
    font-size: 12px;
  }

  .bottom-footer-paragraph {
    float: none;
    text-align: center;
  }

  .bold-text-7 {
    vertical-align: middle;
  }

  .nav-footer-wrapper {
    height: 130px;
  }

  .social-footer-wrapper {
    justify-content: center;
    align-items: center;
    height: 80px;
  }

  .icon {
    font-size: 30px;
  }

  .code-embed-mobi {
    color: #fff;
  }

  .footer-wrapper {
    width: 100%;
  }

  .subpage-image {
    padding: 140px 45px 60px;
  }

  .subpage-image.our-vision {
    padding-top: 50px;
  }

  .sub-page-image-grid {
    grid-template-columns: 1fr;
    padding: 50px;
  }

  .sub-page-content-left {
    padding-top: 0;
  }

  .page-subtitle {
    width: 80%;
  }

  .slider-sub-page {
    display: none;
  }

  .sub-page-slide-1.our-vision {
    background-position: 0 0, 50%;
  }

  .sub-page-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sub-page-image {
    border-color: #464587;
  }

  .sub-page-header-main-content {
    margin-top: 30px;
  }

  .sub-page-header-main-content.top-title {
    line-height: 35px;
  }

  .quick-stack {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .wrapper-content {
    padding: 50px;
  }

  .quick-stack-options-health-care {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-healthcare {
    font-weight: 600;
    line-height: 35px;
  }

  .sub-text-healthcare {
    line-height: 10px;
  }

  .sub-page-header-3 {
    margin-top: 30px;
  }

  .sub-page-paragraph-healthcare {
    margin-bottom: 10px;
  }

  .wrapper-content-2 {
    padding: 30px;
  }

  .accordion-item {
    max-width: none;
  }

  .sub-page-header-4 {
    margin-top: 30px;
  }

  .text-block-66 {
    white-space: break-spaces;
    overflow-wrap: normal;
    line-height: 25px;
  }

  .sub-page-image-hospicheq {
    border-color: #464587;
  }

  .hospicheq-accordion {
    margin-bottom: 20px;
  }

  .container.footer-container {
    font-size: 12px;
    line-height: 20px;
  }

  .footer-link.email.footer-contact-information.pt-5 {
    padding-top: 5px;
  }

  .footer-link.email.footer-contact-information.pt-5.pb-5 {
    padding-bottom: 5px;
  }

  .footer-link.whats-app.footer-contact-information.pt-5, .footer-link.contact.footer-contact-information.pt-5 {
    padding-top: 5px;
  }

  .footer-link.contact.footer-contact-information.pt-5.pb-5 {
    padding-bottom: 5px;
  }

  .footer-link.facebook.footer-contact-information.pt-5 {
    padding-top: 5px;
  }

  .footer-link.facebook.footer-contact-information.pt-5.pb-5 {
    padding-bottom: 5px;
  }

  .tabs-menu-funeral-insurance {
    border-bottom: 1px solid #ddd9;
    padding-bottom: 10px;
  }

  .request-presentation-button-view {
    margin-top: 15px;
    margin-left: 0;
  }

  .sub-page-header-5 {
    margin-top: 30px;
  }

  .tab-wrapper {
    padding-top: 5px;
  }

  .tab-background, .tab-background.w--current {
    margin-bottom: 10px;
  }

  .sub-page-image-funeral-insurance {
    border-color: #464587;
  }

  .sub-page-sub-header-main-content {
    margin-top: 30px;
    line-height: 25px;
  }

  .request-presentation-burial-societies-form-block.ktg-w-form, .refer-group-burial-societies-form-block.ktg-w-form {
    margin-top: 0;
  }

  .tab-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .tab-button.w--current {
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .media-events-tab-text {
    font-size: 15px;
    font-weight: 400;
  }

  .column-contact-us-head-office {
    margin-top: 10px;
    padding-top: 0;
    padding-right: 0;
  }

  .thumbnail-contact-head-office-2, .thumbnail-contact-head-office-3, .thumbnail-contact-head-office-1 {
    width: 300px;
    height: 150px;
  }

  .tabs-menu-contact-us {
    border-bottom: 1px solid #ddd9;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .thumbnail-contact-jhb-office-4 {
    width: 300px;
    height: 150px;
  }

  .contact-us-tab, .contact-us-tab.w--current {
    margin-bottom: 10px;
  }

  .thumbnail-contact-jhb-office-1, .thumbnail-contact-head-office-4 {
    width: 300px;
    height: 150px;
  }

  .text-column {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .text-column-title {
    font-size: 28px;
  }

  .text-column-title.margin-top-mobi {
    margin-top: 40px;
  }

  .html-embed.margin-top {
    margin-top: 20px;
  }

  .thumbnail-contact-jhb-office-2 {
    width: 300px;
    height: 150px;
  }

  .columns-contact-us-head-office {
    margin-bottom: 20px;
  }

  .columns-contact-us-head-office.margin-top {
    margin-bottom: 0;
  }

  .thumbnail-contact-jhb-office-3 {
    width: 300px;
    height: 150px;
  }

  .privacy_content_wrapper {
    border-width: 0;
    padding: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .slider-tablet-home {
    height: 600px;
    display: block;
  }

  .slide-1-tablet {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-1-tablet.jpg');
    height: 600px;
  }

  .slide-1-tablet.our-vision {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-our-vision-tablet.jpg');
  }

  .slide-1-tablet.option-health-care {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-option-health-care-tablet.jpg');
  }

  .slide-1-tablet.health-care {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-health-care-tablet.jpg');
  }

  .slide-1-tablet.funeral-insurance {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-funeral-insurance-tablet.jpg');
  }

  .slide-1-tablet.refer-a-group {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-refer-group-tablet.jpg');
  }

  .slide-1-tablet.request-presentation {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-request-presentation-tablet.jpg');
  }

  .slide-1-tablet.media-and-events {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-option-media-events-tablet.jpg');
  }

  .slide-1-tablet.get-in-touch {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-get-in-touch-tablet.jpg');
    padding-bottom: 0;
  }

  .slide-1-tablet.hospicheq {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-gap-cover-tablet.jpg');
  }

  .slider-sub-page-tablet {
    height: 600px;
    display: block;
  }

  .slider-mobi-landscape-home {
    height: 600px;
    display: none;
  }

  .slide-1-mobi-landscape {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-1-tablet.jpg');
    height: 600px;
  }

  .slide-1-mobi-landscape.our-vision {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-our-vision-tablet.jpg');
  }

  .slide-1-mobi-landscape.option-health-care {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-option-health-care-tablet.jpg');
  }

  .slide-1-mobi-landscape.health-care {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-hospicheq-tablet.jpg');
  }

  .slide-1-mobi-landscape.funeral-insurance {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-funeral-insurance-tablet.jpg');
  }

  .slide-1-mobi-landscape.refer-a-group {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-refer-group-tablet.jpg');
  }

  .slide-1-mobi-landscape.request-presentation {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-request-presentation-tablet.jpg');
  }

  .slide-1-mobi-landscape.media-and-events {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-option-media-events-tablet.jpg');
  }

  .slide-1-mobi-landscape.get-in-touch {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-get-in-touch-tablet.jpg');
  }

  .slider-sub-page-mobi-landscape {
    height: 600px;
    display: none;
  }

  .slide-1-sub-mobi-landscape {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-1-tablet.jpg');
    height: 600px;
  }

  .slide-1-sub-mobi-landscape.our-vision {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-our-vision-tablet.jpg');
  }

  .slide-1-sub-mobi-landscape.option-health-care {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-option-health-care-tablet.jpg');
  }

  .slide-1-sub-mobi-landscape.health-care {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-hospicheq-tablet.jpg');
  }

  .slide-1-sub-mobi-landscape.funeral-insurance {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-funeral-insurance-tablet.jpg');
  }

  .slide-1-sub-mobi-landscape.refer-a-group {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-refer-group-tablet.jpg');
  }

  .slide-1-sub-mobi-landscape.request-presentation {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-request-presentation-tablet.jpg');
  }

  .slide-1-sub-mobi-landscape.media-and-events {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-option-media-events-tablet.jpg');
  }

  .slide-1-sub-mobi-landscape.get-in-touch {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-get-in-touch-tablet.jpg');
  }

  .slide-1-sub-mobi-landscape.our-vision-mobi-landscape, .slide-1-sub-mobi-landscape.option-health-care-mobi-landscape, .slide-1-sub-mobi-landscape.health-care-mobi-landscape, .slide-1-sub-mobi-landscape.hospicheq-mobi-landscape, .slide-1-sub-mobi-landscape.funeral-insurance-mobi-landscape, .slide-1-sub-mobi-landscape.refer-group-mobi-landscape, .slide-1-sub-mobi-landscape.request-presentation-mobi-landscape, .slide-1-sub-mobi-landscape.media-events-mobi-landscape, .slide-1-sub-mobi-landscape.media-get-in-touch-landscape {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-our-vision-tablet.jpg');
  }

  .slider-mobi-home {
    height: 600px;
    display: none;
  }

  .slide-1-mobi {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-1-tablet.jpg');
    height: 600px;
  }

  .slide-1-mobi.our-vision {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-our-vision-tablet.jpg');
  }

  .slide-1-mobi.option-health-care {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-option-health-care-tablet.jpg');
  }

  .slide-1-mobi.health-care {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-hospicheq-tablet.jpg');
  }

  .slide-1-mobi.funeral-insurance {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-funeral-insurance-tablet.jpg');
  }

  .slide-1-mobi.refer-a-group {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-refer-group-tablet.jpg');
  }

  .slide-1-mobi.request-presentation {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-request-presentation-tablet.jpg');
  }

  .slide-1-mobi.media-and-events {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-option-media-events-tablet.jpg');
  }

  .slide-1-mobi.get-in-touch {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-get-in-touch-tablet.jpg');
  }

  .slider-sub-page-mobi {
    height: 600px;
    display: none;
  }

  .button-building {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .grid-slide-1 {
    grid-template-columns: 2fr auto;
    width: 100%;
    max-width: 420px;
  }

  .grid-slide-1.mobi-landscape {
    max-width: none;
    padding-bottom: 70px;
  }

  .grid-slide-1.mobi-landscape.home {
    padding-bottom: 90px;
  }

  .grid-slide-1.mobi-landscape {
    padding-bottom: 70px;
  }

  .grid-slide-1.mobi-landscape.pb-90 {
    padding-bottom: 90px;
  }

  .grid-slide-1.mobi-landscape.pb-70 {
    padding-bottom: 70px;
  }

  .grid-slide-1.mobi-landscape.pb-130 {
    padding-bottom: 130px;
  }

  .grid-slide-1.mobi {
    max-width: none;
    padding-bottom: 70px;
  }

  .grid-slide-1.mobi.home, .grid-slide-1.mobi.option-health-care, .grid-slide-1.mobi.our-vision {
    padding-bottom: 90px;
  }

  .header-slide-1 {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 40px;
  }

  .header-slide-1.tablet, .header-slide-1.mobi {
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 35px;
  }

  .text-block-slide-1 {
    font-size: 17px;
    line-height: 30px;
  }

  .div-block-info-columns-2837a8, .div-block-info-columns-9faecd {
    height: auto;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .container-column-animation {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-funeral-insurance {
    text-align: left;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .text-area {
    border-radius: 18px;
  }

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

  .grid-home-form.form {
    grid-row-gap: 20px;
  }

  .card.form {
    padding: 56px 32px;
  }

  .btn-primary {
    padding: 15px 32px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .what-makes-us-different {
    padding: 30px;
  }

  .feature-icon-3.overall {
    margin-bottom: 10px;
  }

  .features-row {
    margin-top: 0;
  }

  .feature-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-icon-2.overall, .feature-title {
    margin-bottom: 10px;
  }

  .section-3-title-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .section-3-text-block-header {
    font-size: 35px;
    line-height: 40px;
  }

  .feature-icon-1.overall {
    margin-bottom: 10px;
  }

  .div-block-icon-1-section-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-section-3 {
    padding: 30px;
  }

  .feature-block {
    width: 100%;
  }

  .feature-block.wide {
    text-align: center;
    width: 100%;
  }

  .paragraph-section-3 {
    text-align: center;
  }

  .text-flying {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
  }

  .home-ramaph-info-content-wrapper {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flying-image {
    text-align: center;
    background-position: 50% 8%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .bold {
    font-weight: 400;
  }

  .home-ramaph-info-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .info-block-right {
    width: 100%;
  }

  .home-ramaph-info-column {
    text-align: center;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
  }

  .section-title-wrapper.full.info {
    text-align: left;
  }

  .our-services, .our-services-block-5 {
    padding: 30px;
  }

  .our-services-block-5.image {
    padding-top: 50px;
  }

  .our-services-block-4 {
    padding: 30px;
  }

  .our-services-block-4.image {
    padding-top: 50px;
  }

  .our-services-block-2 {
    padding: 30px;
  }

  .our-services-block-2.image {
    padding-top: 50px;
  }

  .our-services-block-6 {
    padding: 30px;
  }

  .our-services-block-6.image {
    padding-top: 50px;
  }

  .button-os.our-services-button {
    margin-top: 10px;
  }

  .our-services-columns, .pricing-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-header-section-5 {
    font-size: 35px;
  }

  .our-services-block-3 {
    padding: 30px;
  }

  .our-services-block-3.image {
    padding-top: 50px;
  }

  .our-services-block-1 {
    padding: 30px;
  }

  .our-services-block-1.image {
    padding-top: 50px;
  }

  .footer-logo {
    max-width: 150px;
  }

  .footer-social-col-right {
    text-align: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 0;
  }

  .footer-row {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-logo-column-left {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-inline-link {
    margin-right: 10px;
  }

  .simple-bottom-footer {
    text-align: left;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }

  .nav-footer-wrapper, .social-footer-wrapper {
    height: 50px;
  }

  .subpage-image {
    padding: 110px 25px 40px;
  }

  .subpage-image.our-vision {
    padding-top: 100px;
  }

  .sub-page-image-grid {
    grid-template-columns: 2fr;
    padding-top: 50px;
  }

  .sub-page-header {
    font-size: 45px;
    line-height: 45px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .sub-page-header-main-content {
    margin-top: 15px;
  }

  .quick-stack {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .sub-page-list {
    padding-left: 20px;
  }

  .quick-stack-options-health-care {
    padding: 0;
  }

  .text-healthcare {
    font-size: 25px;
    line-height: 35px;
  }

  .sub-text-healthcare {
    font-size: 20px;
    line-height: 10px;
  }

  .sub-page-header-3, .sub-page-header-4 {
    margin-top: 15px;
  }

  .text-block-66, .text-block-65 {
    font-size: 15px;
  }

  .container.footer-container {
    border-width: 0;
    border-radius: 0;
    margin-bottom: 0;
  }

  .container.bottom-footer {
    border-radius: 0;
  }

  .footer-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column.last {
    padding-bottom: 0;
  }

  .footer-row-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-row-2.block {
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-footer-paragraph-2 {
    float: none;
    margin-bottom: 7px;
  }

  .request-presentation-button-view {
    width: 100%;
    max-width: 200px;
    margin-bottom: 0;
  }

  .s-sub-page-header {
    font-size: 20px;
    line-height: 25px;
  }

  .sub-page-header-5 {
    margin-top: 15px;
  }

  .request-presentation-button-bottom-refer-group {
    width: 100%;
    max-width: 290px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .request-presentation-button-application {
    width: 100%;
    max-width: 200px;
    margin-top: 20px;
  }

  .sub-page-sub-header-main-content {
    margin-top: 15px;
  }

  .request-presentation-burial-societies-form, .refer-group-burial-societies-form {
    margin-top: 0;
    padding-bottom: 0;
  }

  .tabs-menu {
    flex-wrap: wrap;
    margin-left: auto;
  }

  .image-wrapper {
    border-radius: 0;
    width: 250px;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .column-image-home {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-image-home.gallery-margin-top {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .tab-grid {
    grid-template-rows: auto auto auto;
  }

  .columns-image-home {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-button {
    border-radius: 0;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tab-button.w--current {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .column-contact-us-head-office {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .thumbnail-contact-head-office-2, .thumbnail-contact-head-office-3, .thumbnail-contact-head-office-1, .thumbnail-contact-jhb-office-4, .thumbnail-contact-jhb-office-1, .thumbnail-contact-head-office-4 {
    width: 100%;
    max-width: 220px;
  }

  .text-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .thumbnail-contact-jhb-office-2 {
    width: 100%;
    max-width: 220px;
  }

  .columns-contact-us-head-office {
    margin-left: 0;
    margin-right: 0;
  }

  .thumbnail-contact-jhb-office-3 {
    width: 100%;
    max-width: 220px;
  }

  .list-8 {
    padding-left: 20px;
  }

  .content_wrapper {
    padding-left: 0;
  }

  .list-9 {
    padding-left: 20px;
  }

  .sub-header-privacy-policy {
    margin-top: 0;
  }

  .list-11, .list-4 {
    padding-left: 20px;
  }

  .main-header-privacy-policy {
    margin-top: 0;
  }

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

  .main-header-privacy-policy-2 {
    margin-top: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .text {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .grid-rg.form {
    grid-row-gap: 20px;
  }

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

  .grid-health-care-form.form {
    grid-row-gap: 20px;
    margin-bottom: 25px;
  }

  .grid-health-care-form.form.mb-30 {
    margin-bottom: 30px;
  }

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

  .grid-hospicheq-form.form {
    grid-row-gap: 20px;
  }

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

  .grid-git-form.form {
    grid-row-gap: 20px;
  }

  .slider-tablet-home, .slider-sub-page-tablet {
    display: none;
  }

  .slider-mobi-landscape-home {
    height: 750px;
    display: block;
  }

  .slide-1-mobi-landscape {
    height: 750px;
  }

  .slider-sub-page-mobi-landscape {
    height: 750px;
    display: block;
  }

  .slide-1-sub-mobi-landscape.our-vision-mobi-landscape {
    height: 750px;
  }

  .slide-1-sub-mobi-landscape.option-health-care-mobi-landscape {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-option-health-care-mobi-lanscape.jpg');
    height: 750px;
  }

  .slide-1-sub-mobi-landscape.health-care-mobi-landscape {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-healthcare-mobi-lanscape.jpg');
    height: 750px;
  }

  .slide-1-sub-mobi-landscape.hospicheq-mobi-landscape {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-gap-cover-mobi-lanscape.jpg');
    height: 750px;
  }

  .slide-1-sub-mobi-landscape.funeral-insurance-mobi-landscape {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-funeral-insurance-mobi-lanscape.jpg');
    height: 750px;
  }

  .slide-1-sub-mobi-landscape.refer-group-mobi-landscape {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-refer-group-mobi-lanscape.jpg');
    height: 750px;
  }

  .slide-1-sub-mobi-landscape.request-presentation-mobi-landscape {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-request-presentation-mobi-lanscape.jpg');
    height: 750px;
  }

  .slide-1-sub-mobi-landscape.media-events-mobi-landscape {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-media-events-mobi-lanscape.jpg');
    height: 750px;
  }

  .slide-1-sub-mobi-landscape.media-get-in-touch-landscape {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-get-in-touch-mobi-lanscape.jpg');
    height: 750px;
  }

  .slider-mobi-home {
    height: 750px;
    display: none;
  }

  .slide-1-mobi {
    height: 750px;
  }

  .slider-sub-page-mobi {
    height: 750px;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .menu-mob {
    padding: 10px;
  }

  .navigation-mob {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navigation-link-block-mob {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .logo-mobile {
    max-width: 150px;
  }

  .logo-link {
    padding-top: 5px;
  }

  .paragraph.white {
    font-size: 15px;
  }

  .grid-slide-1 {
    grid-template-columns: 2fr;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-slide-1.mobi.home {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-slide-1.mobi.option-health-care {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-slide-1.mobi.pb-60 {
    text-transform: capitalize;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-slide-1.mobi.our-vision {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-slide-1.mobi.pb-80 {
    text-transform: capitalize;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-slide-1 {
    text-transform: capitalize;
    font-size: 30px;
    line-height: 35px;
  }

  .header-slide-1.mobi {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
  }

  .slider {
    height: 500px;
  }

  .text-block-slide-1 {
    font-size: 17px;
    line-height: 25px;
  }

  .text-block-slide-1.mobi {
    display: none;
  }

  .slide-1 {
    background-image: linear-gradient(#3b50b0, #ffffff1a), url('../images/main-header-1.jpg');
    background-position: 0 0, 70%;
    background-size: auto, cover;
  }

  .div-block-content-left-slide-1.mobi {
    text-align: center;
  }

  .div-block-info-columns-2837a8 {
    border-radius: 5px;
    height: auto;
    padding: 20px;
    font-size: 15px;
  }

  .div-block-info-columns-9faecd {
    border-radius: 5px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-block-1-header {
    padding-top: 5px;
    font-family: Open Sans, sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 25px;
  }

  .icon-home-funeral-insurance, .icon-home-health-care {
    width: 30px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .card.form {
    margin-top: 20px;
    padding: 20px 15px;
  }

  .card.form.health-care, .card.form.hospicheq-b {
    padding: 20px;
  }

  .card.form.light {
    background-color: #0000;
    padding: 0;
  }

  .card.form.refer-group, .card.form.request-presentation, .card.form.employer-group, .card.form.get-in-touch, .card.form.request-a-call {
    padding: 20px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .input {
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .feature-icon-3, .feature-icon-2 {
    width: 30px;
  }

  .feature-title {
    margin-bottom: 13px;
  }

  .section-3-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-3-text-block-header {
    font-size: 30px;
    line-height: 40px;
  }

  .feature-icon-1 {
    width: 30px;
  }

  .div-block-icon-1-section-3 {
    width: 130px;
    height: 130px;
  }

  .feature-block.wide {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .text-flying {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .home-ramaph-info-content-wrapper {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .flying-image {
    height: 300px;
  }

  .paragraph-section-flying {
    text-align: center;
  }

  .home-ramaph-info-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .info-block-right {
    text-align: center;
    width: 100%;
  }

  .button-section-4 {
    text-align: center;
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .home-ramaph-info-column {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section-title-wrapper.full.info {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section-description-section-5 {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .button-os {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .button-os.our-services-button {
    text-transform: uppercase;
    font-weight: 600;
  }

  .text-block-header-section-5 {
    font-size: 35px;
    line-height: 40px;
  }

  .footer-social-col-right {
    margin-top: 0;
    padding-top: 20px;
  }

  ._360, .rate-us {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .footer-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-column-left {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
    display: none;
  }

  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }

  .nav-footer-wrapper {
    display: none;
  }

  .subpage-image {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-image.our-vision {
    padding-top: 50px;
  }

  .sub-page-image-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: repeat(auto-fit, 0%);
    grid-template-columns: auto;
    grid-auto-columns: auto;
    max-width: none;
    padding: 10px;
  }

  .sub-page-content-left {
    width: auto;
  }

  .sub-page-header {
    max-width: none;
    font-size: 30px;
    line-height: 40px;
    display: block;
  }

  .page-subtitle {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .slider-sub-page {
    height: 500px;
  }

  .sub-page-slide-1 {
    background-image: linear-gradient(#3b50b0, #ffffff1a), url('../images/main-header-1.jpg');
    background-position: 0 0, 70%;
    background-size: auto, cover;
  }

  .sub-page-paragraph {
    text-align: left;
  }

  .sub-page-paragraph.special {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
  }

  .sub-page-header-main-content {
    font-size: 22px;
    line-height: 30px;
  }

  .sub-page-header-main-content.top-title {
    margin-top: 0;
    font-size: 22px;
  }

  .wrapper-content {
    padding: 30px;
  }

  .text-healthcare {
    line-height: 30px;
  }

  .sub-text-healthcare {
    font-size: 16px;
  }

  .sub-page-paragraph-2 {
    text-align: justify;
  }

  .sub-page-header-3 {
    line-height: 30px;
  }

  .sub-page-header-3.top-title {
    margin-top: 25px;
  }

  .sub-page-paragraph-healthcare {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sub-page-header-4 {
    line-height: 30px;
  }

  .dropdown-list-hospicheq {
    padding-left: 20px;
  }

  .hospicheq-accordion {
    margin-bottom: 20px;
  }

  .accordion-toggle {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .container.footer-container {
    padding: 0 19px 0 0;
  }

  .container.bottom-footer {
    margin-top: 30px;
    padding: 0;
  }

  .footer-row-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-title {
    line-height: 30px;
  }

  .bottom-footer-paragraph-2 {
    color: #828590cc;
  }

  .tabs-menu-funeral-insurance {
    padding-bottom: 0;
  }

  .request-presentation-button-view {
    max-width: none;
  }

  .sub-page-header-5 {
    line-height: 30px;
  }

  .request-presentation-button-bottom-refer-group {
    max-width: none;
  }

  .request-presentation-button-bottom-refer-group.apply-online {
    width: 100%;
    margin-top: 10px;
  }

  .request-presentation-button-application {
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .funural-insurance-tab-text {
    line-height: 25px;
  }

  .tab-background, .tab-background.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .sub-page-sub-header-main-content {
    font-size: 16px;
    line-height: 25px;
  }

  .sub-page-sub-header-main-content.top-title {
    margin-top: 25px;
  }

  .tab-panel {
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper-me {
    height: 100%;
  }

  .tab-grid {
    grid-template-rows: auto auto auto;
  }

  .tabs-content {
    padding-top: 20px;
  }

  .tab-wrapper-contact-us {
    padding-left: 0;
    padding-right: 0;
  }

  .thumbnail-contact-head-office-2, .thumbnail-contact-head-office-3, .thumbnail-contact-head-office-1, .thumbnail-contact-jhb-office-4, .thumbnail-contact-jhb-office-1, .thumbnail-contact-head-office-4 {
    max-width: none;
  }

  .text-head-office {
    height: 100%;
  }

  .thumbnail-contact-jhb-office-2, .thumbnail-contact-jhb-office-3 {
    max-width: none;
  }

  .list-15 {
    padding-left: 20px;
  }

  .content_wrapper {
    flex: 1;
    padding-left: 0;
  }

  .sub-header-privacy-policy {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-privacy-policy {
    text-align: justify;
  }

  .main-header-privacy-policy {
    font-size: 30px;
  }

  .listed-item-privacy-policy {
    text-align: justify;
  }

  .privacy_content_wrapper {
    border-width: 0;
    max-width: 100%;
    padding: 0;
  }

  .main-header-privacy-policy-2 {
    font-size: 30px;
  }

  .bold-text-2, .sub-header-privacy-policy-2 {
    font-size: 25px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button-3 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .text {
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .text::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .sub-page-text-checkbox {
    text-align: justify;
  }

  .slider-tablet-home {
    height: 500px;
  }

  .slide-1-tablet {
    background-image: linear-gradient(#3b50b0, #ffffff1a), url('../images/main-header-1.jpg');
    background-position: 0 0, 70%;
    background-size: auto, cover;
  }

  .slider-sub-page-tablet {
    height: 500px;
  }

  .slider-mobi-landscape-home {
    height: 500px;
    display: none;
  }

  .slide-1-mobi-landscape {
    background-image: linear-gradient(#3b50b0, #ffffff1a), url('../images/main-header-1.jpg');
    background-position: 0 0, 70%;
    background-size: auto, cover;
  }

  .slider-sub-page-mobi-landscape {
    height: 500px;
    display: none;
  }

  .slide-1-sub-mobi-landscape {
    background-image: linear-gradient(#3b50b0, #ffffff1a), url('../images/main-header-1.jpg');
    background-position: 0 0, 70%;
    background-size: auto, cover;
  }

  .slide-1-sub-mobi-landscape.hospicheq-mobi-landscape {
    background-image: linear-gradient(#19289966, #b2e5e133 100%, #b2e5ff33 20%), url('../images/main-header-gap-cover-mobi.jpg');
  }

  .slider-mobi-home {
    height: 450px;
    display: block;
  }

  .slide-1-mobi {
    background-image: url('../images/main-header-1-mobi.jpg');
    background-position: 50% 0;
    background-size: cover;
    height: 450px;
  }

  .slide-1-mobi.our-vison-mobi {
    background-image: url('../images/main-header-our-vision-mobi.jpg');
  }

  .slide-1-mobi.option-health-care-mobi {
    background-image: url('../images/main-header-option-health-care-mobi.jpg');
  }

  .slide-1-mobi.health-care-mobi {
    background-image: url('../images/main-header-healthcare-mobi.jpg');
  }

  .slide-1-mobi.hospicheq-mobi {
    background-image: url('../images/main-header-gap-cover-mobi.jpg');
  }

  .slide-1-mobi.funeral-insurance-mobi {
    background-image: url('../images/main-header-funeral-insurance-mobi.jpg');
  }

  .slide-1-mobi.refer-group-mobi {
    background-image: url('../images/main-header-refer-group-mobi.jpg');
  }

  .slide-1-mobi.request-presentat-on-mobi {
    background-image: url('../images/main-header-request-presentation-mobi.jpg');
  }

  .slide-1-mobi.media-events-mobi {
    background-image: url('../images/main-header-media-events-mobi.jpg');
  }

  .slide-1-mobi.get-in-touch-mobi {
    background-image: url('../images/main-header-get-in-touch-mobi.jpg');
  }

  .slider-sub-page-mobi {
    height: 450px;
    display: block;
  }
}

#w-node-_54ca842d-6171-dbb6-7295-b64536ed2e18-5bc784a4 {
  justify-self: start;
}

#w-node-_44ac18b5-c219-ad16-db65-deea4475c843-8e245357 {
  grid-template-rows: auto;
  grid-template-columns: minmax(20px, 20px) auto;
}

#w-node-_44ac18b5-c219-ad16-db65-deea4475c844-8e245357, #w-node-_44ac18b5-c219-ad16-db65-deea4475c846-8e245357 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_860a08a1-7b6c-29c2-7db3-a96e4fe13aae-4fe13a97, #w-node-_860a08a1-7b6c-29c2-7db3-a96e4fe13ab4-4fe13a97, #w-node-f497e94a-7551-6e5c-f577-e4ff9ac0e8ee-4fe13a97, #w-node-_191d64c3-b770-41e5-cdca-2c7fe9ac699d-4fe13a97 {
  place-self: center start;
}

#w-node-a71b0a5c-fc29-cfc5-d4e4-689ebb389d2d-bb389d24 {
  place-self: center;
}

#w-node-a71b0a5c-fc29-cfc5-d4e4-689ebb389d30-bb389d24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a71b0a5c-fc29-cfc5-d4e4-689ebb389d34-bb389d24, #w-node-a71b0a5c-fc29-cfc5-d4e4-689ebb389d35-bb389d24 {
  place-self: center;
}

#w-node-_659b42bf-8cac-38e4-f5e2-103b42c05418-d72e2cdf {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_659b42bf-8cac-38e4-f5e2-103b42c05419-d72e2cdf, #w-node-_659b42bf-8cac-38e4-f5e2-103b42c0541b-d72e2cdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7857e1e-ed2d-e527-ef62-3fe74d28d21c-25fcc305 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b7857e1e-ed2d-e527-ef62-3fe74d28d21d-25fcc305, #w-node-b7857e1e-ed2d-e527-ef62-3fe74d28d222-25fcc305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f18991d5-7a64-c8bd-4f75-699aadd55d7d-c132114b, #w-node-_22167b62-fbdb-aec0-3d88-1470889258e6-b356349c {
  justify-self: start;
}

#w-node-_50a9ef12-8ff9-ffe0-2714-4a677b6eea21-cd980ed9 {
  grid-template-rows: auto;
  grid-template-columns: minmax(20px, 20px) auto;
}

#w-node-_50a9ef12-8ff9-ffe0-2714-4a677b6eea22-cd980ed9, #w-node-_50a9ef12-8ff9-ffe0-2714-4a677b6eea24-cd980ed9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50a9ef12-8ff9-ffe0-2714-4a677b6eea28-cd980ed9 {
  grid-template-rows: auto;
  grid-template-columns: minmax(20px, 20px) auto;
}

#w-node-_50a9ef12-8ff9-ffe0-2714-4a677b6eea29-cd980ed9, #w-node-_50a9ef12-8ff9-ffe0-2714-4a677b6eea2b-cd980ed9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50a9ef12-8ff9-ffe0-2714-4a677b6eea2f-cd980ed9 {
  grid-template-rows: auto;
  grid-template-columns: minmax(20px, 20px) auto;
}

#w-node-_50a9ef12-8ff9-ffe0-2714-4a677b6eea30-cd980ed9, #w-node-_50a9ef12-8ff9-ffe0-2714-4a677b6eea32-cd980ed9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50a9ef12-8ff9-ffe0-2714-4a677b6ee9fd-cd980ed9 {
  grid-template-rows: auto;
  grid-template-columns: minmax(20px, 20px) auto;
}

#w-node-_50a9ef12-8ff9-ffe0-2714-4a677b6ee9fe-cd980ed9, #w-node-_50a9ef12-8ff9-ffe0-2714-4a677b6eea00-cd980ed9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50a9ef12-8ff9-ffe0-2714-4a677b6eea5c-cd980ed9 {
  grid-template-rows: auto;
  grid-template-columns: minmax(20px, 20px) auto;
}

#w-node-_50a9ef12-8ff9-ffe0-2714-4a677b6eea5d-cd980ed9, #w-node-_50a9ef12-8ff9-ffe0-2714-4a677b6eea5f-cd980ed9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50a9ef12-8ff9-ffe0-2714-4a677b6eea63-cd980ed9 {
  grid-template-rows: auto;
  grid-template-columns: minmax(20px, 20px) auto;
}

#w-node-_50a9ef12-8ff9-ffe0-2714-4a677b6eea64-cd980ed9, #w-node-_50a9ef12-8ff9-ffe0-2714-4a677b6eea66-cd980ed9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50a9ef12-8ff9-ffe0-2714-4a677b6eea6a-cd980ed9 {
  grid-template-rows: auto;
  grid-template-columns: minmax(20px, 20px) auto;
}

#w-node-_50a9ef12-8ff9-ffe0-2714-4a677b6eea6b-cd980ed9, #w-node-_50a9ef12-8ff9-ffe0-2714-4a677b6eea6d-cd980ed9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76fbe42-998b-22c5-09d8-aafa2c5e7187-cd980ed9, #w-node-c314e0ac-4a8c-7964-c3ce-986ddcdfdcf3-0046d807, #w-node-_775619ad-43de-832a-6f56-a154ef2202bc-9c5aaa60 {
  justify-self: start;
}

#w-node-_3394ff04-8550-0a32-2a54-acd987eb12e0-911184db, #w-node-_3394ff04-8550-0a32-2a54-acd987eb12e5-911184db, #w-node-_3394ff04-8550-0a32-2a54-acd987eb12ea-911184db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e211c4b-62c4-ba7c-16fa-80be72797f7a-fcace8f1 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-c6ef795a-abe8-3bb7-fe39-31601f9d2689-fcace8f1, #w-node-_9923ed7d-02b4-7272-f28c-5f58fb6aa228-6ae4542c {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_3394ff04-8550-0a32-2a54-acd987eb12e0-911184db, #w-node-_3394ff04-8550-0a32-2a54-acd987eb12e5-911184db, #w-node-_3394ff04-8550-0a32-2a54-acd987eb12ea-911184db {
    justify-self: center;
  }

  #w-node-_4e211c4b-62c4-ba7c-16fa-80be72797f7a-fcace8f1 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b7857e1e-ed2d-e527-ef62-3fe74d28d21c-25fcc305 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b9122153-2417-52a5-1cbe-8808d695e2f1-5bc784a4 {
    place-self: center;
  }

  #w-node-b7857e1e-ed2d-e527-ef62-3fe74d28d21c-25fcc305 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_78b953ca-9181-069b-6bb6-a0171c69ae26-0046d807, #w-node-_7836b158-b53d-cbae-7e5d-2921c6264d58-911184db, #w-node-_4878d4e8-2e7c-9da3-9da8-1a2ec11b02cf-fcace8f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Segoepr';
  src: url('../fonts/segoepr.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yanonekaffeesatz';
  src: url('../fonts/YanoneKaffeesatz-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yanonekaffeesatz';
  src: url('../fonts/YanoneKaffeesatz-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yanonekaffeesatz';
  src: url('../fonts/YanoneKaffeesatz-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yanonekaffeesatz';
  src: url('../fonts/YanoneKaffeesatz-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yanonekaffeesatz';
  src: url('../fonts/YanoneKaffeesatz-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yanonekaffeesatz';
  src: url('../fonts/YanoneKaffeesatz-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}