@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --pale-green: #d1e0e1;
  --dark-green: #003c3c;
  --black: #333;
  --transparent: #fff0;
  --mid-green: #4c7676;
  --orange: #f5ab2a;
  --white-2: white;
  --black-2: black;
}

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

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

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

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

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

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

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

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

.nav-section {
  z-index: 10;
  background-color: var(--white);
  position: sticky;
  top: 0;
}

.hero-section {
  background-color: var(--white);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/procession.webp');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  min-height: 525px;
  display: flex;
}

._2-col-section {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.slider-section {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.slider-section._60t {
  padding-top: 60px;
}

.green-section {
  background-color: var(--pale-green);
  padding-top: 60px;
  padding-bottom: 60px;
}

.white-section {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.white-section._0t {
  padding-top: 0;
}

.footer-section {
  background-color: var(--dark-green);
  padding-top: 60px;
  padding-bottom: 100px;
}

.body {
  color: var(--black);
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
}

.top-div {
  background-color: var(--dark-green);
  justify-content: center;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  text-decoration: none;
  display: flex;
}

.nav-div {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

.co-logo {
  width: 300px;
}

.navbar {
  background-color: var(--transparent);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  margin-left: auto;
}

.nav-link {
  border-bottom: 2px solid var(--transparent);
  margin-left: 8px;
  margin-right: 8px;
  padding: 5px 2px;
  font-family: Bodoni Moda, sans-serif;
  font-weight: 500;
  transition: all .2s;
}

.nav-link:hover {
  border-bottom-width: 1px;
  border-bottom-color: var(--black);
}

.nav-link.w--current {
  border-bottom-color: var(--black);
  color: var(--black);
}

.nav-link._0r {
  margin-right: 0;
}

.dropdown-toggle {
  border-bottom: 2px solid var(--transparent);
  margin-left: 8px;
  margin-right: 8px;
  padding: 5px 22px 5px 2px;
  font-family: Bodoni Moda, sans-serif;
  font-weight: 500;
}

.dropdown-toggle:hover {
  border-bottom-width: 1px;
  border-bottom-color: var(--black);
}

.dropdown-link {
  font-family: Bodoni Moda, sans-serif;
  font-weight: 400;
}

.dropdown-link.w--current {
  background-color: var(--dark-green);
  color: var(--white);
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: var(--white);
}

.icon {
  margin-right: 5px;
}

.hero-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  max-width: 1400px;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.hero-title {
  color: var(--white);
  margin-bottom: 30px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 76px;
}

.hero-subtitle {
  color: var(--white);
  max-width: 760px;
  margin-bottom: auto;
  font-family: Bodoni Moda, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
}

._2-col-div {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.green-div {
  background-color: var(--pale-green);
  width: 70%;
  padding: 40px 60px;
}

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

.green-div._100 {
  width: 100%;
}

.green-div._100.t60 {
  margin-top: 40px;
}

.green-div._w-border {
  border: 5px solid var(--pale-green);
  background-color: var(--white);
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
}

.img-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 35%;
  margin-left: 60px;
}

.img-div.man {
  background-image: url('../images/man-walking.webp');
  background-position: 100%;
}

.img-div.meeting {
  background-image: url('../images/consultation.webp');
  background-position: 50%;
  width: 100%;
  height: 100%;
  margin-left: 0;
}

.img-div.sm {
  background-image: url('../images/funeral-procession.webp');
  max-height: 300px;
}

.img-div.direct {
  background-image: url('../images/people-beach.webp');
}

.img-div.horses {
  background-image: url('../images/horses.webp');
}

.img-div.s2-2 {
  background-image: url('../images/Flowers.webp');
  margin-left: 0;
  margin-right: 60px;
}

.img-div.s3-2 {
  background-image: url('../images/Pre-Paid-2.webp');
  margin-left: 0;
  margin-right: 60px;
}

.img-div.s3-1 {
  background-image: url('../images/Pre-Paid-1.webp');
}

.img-div.s4-1 {
  background-image: url('../images/Costs-1.webp');
  margin-left: 40px;
}

.img-div.s4-2 {
  background-image: url('../images/Costs-2.webp');
  background-position: 20%;
  margin-left: 0;
  margin-right: 60px;
}

.img-div.bristol {
  background-image: url('../images/Bristol1.webp');
  background-position: 100%;
}

.h1 {
  letter-spacing: -1px;
  margin-bottom: 40px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 54px;
}

.p.padding-bot {
  margin-bottom: 20px;
}

.left-arrow {
  background-color: var(--mid-green);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: none;
}

.left-arrow._60r {
  margin-left: 60px;
}

.right-arrow {
  background-color: var(--mid-green);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: none;
}

.right-arrow._60r {
  margin-right: 60px;
}

.arrow-img {
  width: 65%;
  display: none;
}

.slider {
  background-color: var(--transparent);
  width: 96%;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.slider.logos {
  min-height: auto;
}

.slider._6img {
  width: 100%;
  min-height: 450px;
  padding-left: 10px;
  padding-right: 10px;
}

.slide-nav {
  justify-content: center;
  display: none;
}

.google-button {
  border: 2px solid var(--dark-green);
  background-color: var(--dark-green);
  box-shadow: inset 0 0 0 0 var(--white);
  color: var(--white);
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
}

.google-button:hover {
  box-shadow: inset 0 -100px 0 0 var(--white);
  color: var(--black);
  text-decoration: none;
}

.google-button.padding-top {
  text-transform: uppercase;
}

.clients-title {
  text-align: center;
  width: 90%;
  max-width: 1400px;
  margin-bottom: 40px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
}

.testimonial-container {
  width: 100%;
  max-width: 1075px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-txt {
  font-family: Bodoni Moda, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}

.testimonial-name {
  text-align: right;
}

.left-div {
  background-color: var(--pale-green);
  width: 70%;
}

.left-div._50 {
  width: 50%;
}

.left-div._100 {
  width: 100%;
}

.right-div {
  flex-direction: column;
  align-items: center;
  width: 30%;
  margin-left: 60px;
  display: flex;
}

.right-div._50 {
  align-items: flex-start;
  width: 50%;
}

.call-us-button {
  border: 1px solid var(--white);
  background-color: var(--dark-green);
  box-shadow: inset 0 0 0 0 var(--white);
  color: var(--white);
  margin-top: 30px;
  margin-bottom: -50px;
  padding: 15px 80px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.call-us-button:hover {
  border-color: var(--black);
  box-shadow: inset 0 -100px 0 0 var(--white);
  color: var(--black);
  text-decoration: none;
}

.medium-title {
  letter-spacing: -1px;
  margin-bottom: 30px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.hyperlink {
  color: var(--black);
  font-weight: 600;
}

.body-div {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.body-div._60t {
  margin-top: 60px;
}

.award-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.award-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.award-text {
  text-align: center;
  font-family: Bodoni Moda, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.mtm-logo {
  height: 150px;
  margin-bottom: 30px;
}

._2-box-div {
  justify-content: space-between;
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2-box-div._100 {
  width: 100%;
  margin-top: 40px;
}

._2-box-div.downloads {
  width: 100%;
  margin-top: 0;
}

._2-box-div.down {
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
}

.box-div {
  width: 45%;
}

.box-div.download {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.box-div._100 {
  width: 100%;
}

.img-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-container._1 {
  background-image: url('../images/black-urn.webp');
  height: 340px;
}

.img-container._2 {
  background-image: url('../images/funeral-procession.webp');
  height: 340px;
}

.box-title {
  background-color: var(--pale-green);
  color: var(--black);
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 20px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.box-title.small {
  text-transform: capitalize;
  font-size: 26px;
  line-height: 34px;
}

.find-out-more-button {
  border: 1px solid var(--dark-green);
  background-color: var(--dark-green);
  box-shadow: inset 0 0 0 0 var(--white);
  color: var(--white);
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 80px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.find-out-more-button:hover {
  border-color: var(--black);
  box-shadow: inset 0 -100px 0 0 var(--white);
  color: var(--black);
  text-decoration: none;
}

.footer-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-container {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.footer-container.right {
  align-items: flex-end;
}

.footer-link {
  box-shadow: inset 0 -1px 0 0 var(--white);
  color: var(--white);
  margin-bottom: 10px;
  padding-bottom: 2px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.footer-link:hover {
  box-shadow: inset 0 -2px 0 0 var(--white);
}

.footer-link.bold {
  font-weight: 700;
}

.fb-link {
  color: var(--white);
  margin-top: 10px;
  font-family: "Fa Brands 400", sans-serif;
  text-decoration: none;
}

.cta {
  color: var(--black);
  text-align: center;
  letter-spacing: -1px;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.top-section-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.chat-section {
  background-color: var(--pale-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--dark-green);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--black);
  transform: scale(1.05);
}

.livechat-button {
  background-color: var(--dark-green);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.live-chat-top-text {
  letter-spacing: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  position: static;
}

.live-chat-top-text.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.live-icon-chat {
  margin-right: 10px;
}

.live-chat-bottom-text {
  font-size: 12px;
}

.live-chat-bottom-text.bold {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.title-section.orange {
  background-color: var(--orange);
}

.title-section.green {
  background-color: var(--dark-green);
}

.title-div {
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.orange-button {
  border: 1px solid var(--white);
  background-color: var(--orange);
  box-shadow: inset 0 0 0 0 var(--white);
  color: var(--white);
  margin-top: 0;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
}

.orange-button:hover {
  box-shadow: inset 0 -100px 0 0 var(--white);
  outline-color: var(--orange);
  outline-offset: -4px;
  color: var(--orange);
  outline-width: 1px;
  outline-style: solid;
  text-decoration: none;
}

.title-container {
  width: 70%;
  max-width: 550px;
}

.svs-title {
  color: var(--white);
  letter-spacing: -1px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
}

.svs-title._0b {
  margin-bottom: 0;
}

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

.h2 {
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 47px;
}

.h2._20b {
  margin-bottom: 0;
  font-size: 35px;
  line-height: 45px;
}

.h2._40t {
  margin-top: 40px;
}

.h2.centre {
  text-align: center;
}

.h2.main-underline {
  border-bottom: 2px #000;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

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

.list._2col {
  grid-column-gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.list._2col._0b {
  margin-bottom: 0;
  padding-left: 0;
}

.bullet-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

.tick-icon {
  color: var(--dark-green);
  margin-right: 3px;
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
}

.green-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  box-shadow: inset 0 0 0 0 var(--dark-green);
  color: var(--black);
  margin-top: 20px;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
}

.green-button:hover {
  box-shadow: inset 0 -100px 0 0 var(--dark-green);
  color: var(--white);
  text-decoration: none;
}

.site-map-link, .no-line {
  color: var(--black);
  text-decoration: none;
}

.contact-map {
  filter: grayscale();
  width: 70%;
}

._30-div {
  width: 30%;
}

._30-div._320 {
  max-width: 320px;
}

.areas-map {
  filter: grayscale();
  width: 100%;
}

.strapline {
  text-align: center;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.strapline.ot {
  margin-top: 0;
}

.footer-links {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
}

.top-section {
  z-index: 10;
  background-color: var(--white);
  position: static;
  top: 0;
}

.top-button {
  border: 2px solid var(--white);
  background-color: var(--dark-green);
  box-shadow: inset 0 0 0 0 var(--white);
  color: var(--white);
  margin-top: 0;
  padding: 20px 90px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
}

.top-button:hover {
  box-shadow: inset 0 -100px 0 0 var(--white);
  color: var(--black);
  text-decoration: none;
}

.social-media-div {
  z-index: 20;
  border: 1px solid var(--mid-green);
  background-color: var(--dark-green);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 5px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.sm-link {
  border: 1px solid var(--dark-green);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 3px;
  margin-right: 3px;
  font-family: "Fa Brands 400", sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.sm-link:hover {
  border-color: var(--mid-green);
  border-radius: 100px;
}

.sm-link.contact {
  font-family: "Fa Solid 900", sans-serif;
}

.cremation-dropdown-div {
  background-color: var(--dark-green);
  margin-top: 50px;
  padding: 10px 40px;
}

.dropdown-wrapper {
  border-bottom: 1px solid var(--white);
  cursor: pointer;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.dropdown-wrapper._0b {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dropdown-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.dropdown-text {
  color: var(--white);
  font-family: Bodoni Moda, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}

.dropdown-arrow {
  color: var(--white);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.dropdown-container {
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}

._6-img-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

._6-img-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 350px;
}

._6-img-div._1 {
  background-image: url('../images/Fleet-of-modern-hearses.webp');
}

._6-img-div._2 {
  background-image: url('../images/Funeral-flower-arrangement.webp');
}

._6-img-div._3 {
  background-image: url('../images/Black-horses.webp');
}

._6-img-div._4 {
  background-image: url('../images/hearses-in-cortege.webp');
}

._6-img-div._5 {
  background-image: url('../images/Printed-funeral-tribute-with-red-and-white-flowers-by-Adams-Funeral-Directors.webp');
}

._6-img-div._6 {
  background-image: url('../images/group-of-mourners.webp');
}

._6-img-box {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._6-box-txt {
  margin-top: 20px;
  font-family: Bodoni Moda, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

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

.gallery-thumb {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 350px;
}

.foot-link {
  color: var(--white);
  text-decoration: none;
}

.ecclesiastical {
  background-image: url('../images/295958371_2090748874467017_8911850671251851551_n-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.ecclesiastical.n-logo {
  background-image: url('../images/NAFD.webp');
  width: 140px;
}

.ecclesiastical.iso {
  background-image: url('../images/VT6eavSG_400x400.webp');
  border-radius: 40px;
  width: 80px;
}

.pop-head {
  color: var(--dark-green);
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 39px;
}

.widget-block {
  z-index: 1000;
  background-color: var(--white);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: auto;
  padding: 40px;
  display: none;
  position: fixed;
  inset: auto auto 3% 1%;
  box-shadow: 1px 1px 3px #0000002e;
}

.primary-btn {
  color: #fff;
  background-color: #ffa200;
  border-radius: 4px;
  margin-top: 20px;
  padding: 20px 40px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: inline-block;
}

.primary-btn:hover {
  color: #000;
  background-color: #fff;
}

.primary-btn.hovr-black:hover {
  color: #f9f9f9;
  background-color: #080f34;
}

.primary-btn.hovr-black.margin-top-20 {
  margin-top: 20px;
}

.primary-btn.hovr-black.margin-top-20.mobil-btn {
  background-color: var(--dark-green);
  display: block;
}

.close-icon {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 22px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-icon:hover {
  background-color: #0000;
}

.close-icon.circle {
  background-color: #111;
  font-family: "Fa Solid 900", sans-serif;
}

.text-span-2 {
  font-size: 30px;
  font-weight: 700;
}

.footer-brand {
  text-decoration: none;
}

.footer-brand.popup {
  height: 60px;
}

.popup-p {
  line-height: 1.5;
}

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

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

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

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

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

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

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

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 50000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.fs-cc-manager_component {
  z-index: 5000;
  display: none;
  position: fixed;
  inset: auto auto 70px 12px;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.div-block {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    min-height: 430px;
  }

  ._2-col-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-section {
    padding-top: 40px;
  }

  .nav-div {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .nav-menu {
    background-color: var(--pale-green);
    margin-top: 30px;
    margin-left: 0;
    padding: 20px;
  }

  .nav-link {
    border-bottom-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }

  .nav-link:hover, .nav-link.w--current {
    border-bottom-width: 0;
    text-decoration: underline;
  }

  .dropdown-toggle {
    border-bottom-width: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 20px 10px 0;
  }

  .dropdown-toggle:hover {
    border-bottom-width: 0;
    text-decoration: underline;
  }

  .dropdown-toggle.w--open {
    padding-left: 0;
    padding-right: 20px;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

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

  .dropdown-list.w--open {
    background-color: var(--pale-green);
    position: relative;
  }

  .co-logo-link {
    margin-right: auto;
  }

  .hero-div {
    padding-top: 60px;
  }

  .hero-title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 50px;
  }

  .hero-subtitle {
    width: 100%;
    max-width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  ._2-col-div {
    background-color: var(--pale-green);
    flex-direction: column;
    padding-bottom: 40px;
  }

  ._2-col-div._100 {
    width: 100%;
    max-width: 100%;
  }

  ._2-col-div._0b {
    padding-bottom: 0;
  }

  .green-div {
    width: 100%;
    padding: 40px;
  }

  .img-div.man {
    background-position: 50% 0;
    width: 90%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .img-div.meeting {
    height: 350px;
  }

  .h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .left-arrow._60r {
    margin-left: 30px;
    padding-bottom: 0;
  }

  .right-arrow._60r {
    margin-right: 30px;
  }

  .slider.logos {
    height: 250px;
  }

  .slider._6img {
    min-height: 320px;
  }

  .slide-nav {
    display: none;
  }

  .clients-title {
    font-size: 40px;
  }

  .testimonial-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .left-div, .left-div._50, .left-div._100 {
    width: 100%;
  }

  .right-div {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .right-div._50 {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-left: 0;
  }

  .call-us-button {
    display: none;
  }

  .award-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 75%;
  }

  .award-div {
    width: 100%;
  }

  .award-div._2 {
    display: none;
  }

  .mtm-logo {
    width: 100%;
  }

  ._2-box-div {
    flex-direction: column;
    width: 100%;
  }

  .box-div {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .box-div._40b, .box-div.download {
    margin-bottom: 60px;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .icon-2 {
    color: var(--black);
  }

  .cta {
    letter-spacing: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .title-div {
    background-color: var(--dark-green);
    flex-direction: column;
    padding-bottom: 40px;
  }

  .title-div.o {
    background-color: var(--orange);
  }

  .title-container {
    width: 100%;
    padding: 40px;
  }

  .svs-title {
    font-size: 40px;
    line-height: 50px;
  }

  .h2 {
    font-size: 35px;
    line-height: 45px;
  }

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

  ._6-img-div {
    min-height: 250px;
  }

  ._6-box-txt {
    max-width: 150px;
    margin-top: 10px;
  }

  ._6-box-txt.short {
    max-width: 120px;
  }

  .primary-btn.hovr-black.margin-top-20.mobil-btn {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .nav-section {
    position: static;
  }

  .hero-section {
    min-height: 350px;
  }

  .slider-section {
    padding-bottom: 40px;
  }

  .slider-section._60t {
    padding-top: 40px;
  }

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

  .white-section._0t {
    padding-bottom: 40px;
  }

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

  .p-white {
    text-align: center;
    width: 90%;
  }

  .hero-title {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-subtitle {
    font-size: 30px;
    line-height: 40px;
  }

  .img-div.man {
    height: 300px;
  }

  .h1 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 42px;
  }

  .left-arrow {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .left-arrow._60r {
    margin-left: 10px;
  }

  .right-arrow {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .right-arrow._60r {
    margin-right: 10px;
  }

  .slider {
    width: 90%;
    height: 450px;
  }

  .slider.logos {
    height: auto;
  }

  .slider._6img {
    height: auto;
    min-height: 270px;
  }

  .clients-title {
    font-size: 30px;
    line-height: 40px;
  }

  .testimonial-container {
    flex-direction: column;
    justify-content: center;
    padding-left: 65px;
    padding-right: 65px;
    display: flex;
  }

  .testimonial-txt {
    font-size: 20px;
    line-height: 30px;
  }

  .body-div._60t {
    margin-top: 40px;
  }

  .award-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 75%;
  }

  .award-div._2 {
    display: none;
  }

  .award-text {
    font-size: 18px;
    line-height: 25px;
  }

  .mtm-logo {
    max-width: 130px;
  }

  ._2-box-div {
    margin-top: 40px;
  }

  .box-div._40b, .box-div.download {
    margin-bottom: 40px;
  }

  .img-container._1, .img-container._2 {
    height: 300px;
  }

  .footer-container.right, .footer-container.left {
    width: auto;
  }

  .footer-link {
    text-align: right;
  }

  .cta, .svs-title, .h2 {
    font-size: 34px;
    line-height: 42px;
  }

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

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

  .strapline {
    margin-top: 40px;
  }

  .top-section {
    position: static;
  }

  ._6-img-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._6-img-div {
    min-height: 200px;
  }

  .pop-head {
    font-size: 24px;
    line-height: 32px;
  }

  .widget-block {
    height: 435px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 400px;
    min-height: auto;
  }

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

  .slider-section._60t {
    padding-top: 30px;
    padding-bottom: 10px;
  }

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

  .white-section._0t {
    padding-bottom: 30px;
  }

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

  .top-div {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-div {
    width: 100%;
    padding: 15px 0 0;
  }

  .p-white {
    max-width: 220px;
    line-height: 27px;
  }

  .co-logo {
    width: 100%;
    max-width: 280px;
  }

  .navbar {
    flex-direction: column;
    align-items: center;
  }

  .nav-menu {
    margin-top: 0;
  }

  .dropdown {
    width: 100%;
  }

  .co-logo-link {
    margin-right: 0;
  }

  .hero-div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-title {
    text-align: center;
    font-size: 38px;
    line-height: 42px;
  }

  .hero-subtitle {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
  }

  .green-div {
    padding: 30px 20px;
  }

  .img-div.man {
    height: 200px;
  }

  .img-div.meeting {
    height: 250px;
  }

  .h1 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }

  .left-arrow, .right-arrow {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    display: none;
  }

  .slider {
    height: 470px;
  }

  .slider.logos, .slider._6img {
    height: 220px;
  }

  .slide-nav {
    justify-content: center;
    display: flex;
  }

  .clients-title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 38px;
  }

  .testimonial-container {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .right-div {
    height: auto;
  }

  .medium-title {
    margin-bottom: 20px;
  }

  .body-div._60t {
    margin-top: 30px;
  }

  .award-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: start;
    width: 100%;
  }

  .award-div {
    width: 100%;
  }

  .award-text {
    font-size: 16px;
    line-height: 23px;
  }

  .mtm-logo {
    object-fit: contain;
    height: 70px;
    margin-bottom: 14px;
  }

  ._2-box-div {
    margin-top: 30px;
  }

  .box-div {
    width: 100%;
  }

  .box-div._40b {
    width: 100%;
    margin-bottom: 30px;
  }

  .box-div.download {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .img-container._1, .img-container._2 {
    height: 200px;
  }

  .box-title {
    font-size: 24px;
    line-height: 34px;
  }

  .box-title.small {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .find-out-more-button {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-div {
    flex-direction: column-reverse;
  }

  .footer-container.right {
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .footer-container.left {
    width: 100%;
  }

  .fb-link {
    margin-top: 10px;
  }

  .menu-button {
    background-color: var(--dark-green);
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .icon-2 {
    color: var(--white);
    text-align: center;
  }

  .cta {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 36px;
  }

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .whatsapp-container {
    width: 65px;
    height: 65px;
    bottom: 10px;
    right: 0;
  }

  .livechat-button {
    width: 90%;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .title-div, .title-div.o {
    padding: 20px;
  }

  .title-container {
    padding: 30px 20px;
  }

  .svs-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }

  .h2 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 36px;
  }

  .h2._20b {
    font-size: 30px;
    line-height: 40px;
  }

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

  .strapline {
    margin-top: 30px;
  }

  .top-button {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 40px;
  }

  ._6-img-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: start;
    width: 100%;
  }

  ._6-img-div {
    min-height: 100px;
  }

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

  .ecclesiastical.iso {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .pop-head {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .widget-block {
    width: auto;
    height: auto;
    padding: 20px;
    right: 10px;
  }

  .primary-btn.hovr-black.margin-top-20.mobil-btn {
    display: block;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

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

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

#w-node-_0a31d1ca-6e5d-d6b1-bd6d-30d8611519f3-b253d3d1, #w-node-_6f1c9c3a-6612-727e-3d09-8aba075f6a15-b253d3d1, #w-node-_8cdb8bae-75ec-c3da-38dc-73df21f7eb2e-b253d3d1, #w-node-_33d60497-492f-eda2-ac23-37a19423e592-b253d3d1, #w-node-f75678fd-7780-40ab-05ce-f38e377bc65b-b253d3d1, #w-node-a0dd6b39-b37a-57af-013c-fe3965c71748-b253d3d1, #w-node-_26075e9e-da81-ae13-5a31-6d4b1126b4f4-b253d3d1, #w-node-_594387c0-34f3-1185-64ec-6eb06b1c7e40-c56d622d, #w-node-e24d04eb-4231-9de9-9be3-38fe2e33b038-c56d622d, #w-node-d084e32c-e9a8-0c48-3fb5-50c59fb20096-c56d622d, #w-node-_2292c998-8b7e-6b58-4066-74c80d770a89-c56d622d, #w-node-_649c720a-40e8-4a41-db91-eb83e32513ce-a052103b, #w-node-_9ca24af3-d714-9196-4986-04f1ef44360e-a052103b, #w-node-fe392c0c-7398-7080-da91-c9d0cf0d3d49-a052103b, #w-node-f862dc8e-e40b-e4aa-2c9e-b9e4952ef8d2-a052103b, #w-node-_67cbcf98-2f43-26e2-716f-b0310df9d4ad-a052103b, #w-node-ff9bb7db-a320-645b-3600-f0be7168c3d1-a052103b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f82d0d70-0b43-45e5-c0cb-dadf15d8b970-a052103b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-f82d0d70-0b43-45e5-c0cb-dadf15d8b970-a052103b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_649c720a-40e8-4a41-db91-eb83e32513ce-a052103b, #w-node-_9ca24af3-d714-9196-4986-04f1ef44360e-a052103b, #w-node-fe392c0c-7398-7080-da91-c9d0cf0d3d49-a052103b, #w-node-f862dc8e-e40b-e4aa-2c9e-b9e4952ef8d2-a052103b, #w-node-_67cbcf98-2f43-26e2-716f-b0310df9d4ad-a052103b, #w-node-ff9bb7db-a320-645b-3600-f0be7168c3d1-a052103b, #w-node-f82d0d70-0b43-45e5-c0cb-dadf15d8b970-a052103b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}