@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 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-dark: #0d0d0d;
  --paragraph-gray: #6f6f6f;
  --primary: #d10005;
  --light-gray: #f9f9fa;
  --font-family: Exo, sans-serif;
  --white: white;
  --gray: #e9e9e9;
  --dark-gray-50: #afafaf80;
  --dark-gray: #afafaf;
  --error: #ffdede;
  --search: #292929;
  --white-50: #ffffff80;
}

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

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

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

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

body {
  color: var(--primary-dark);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

h1 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1em;
}

h3 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1em;
}

h4 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  text-transform: capitalize;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .5s;
}

a:hover {
  color: var(--primary-dark);
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

li {
  background-image: url('../images/list-bullet.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 22px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
  position: relative;
}

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/bxs_quote-left_1bxs_quote-left.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-background {
  background-color: var(--light-gray);
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.blue-background {
  background-color: var(--primary);
}

.section.landing-banner {
  background-color: var(--primary);
  background-image: linear-gradient(to top, #0000001a 43%, #0000);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.section.banner-contacts-3 {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  padding-top: 110px;
  padding-bottom: 140px;
  display: flex;
  overflow: hidden;
}

.base-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.relative-position {
  z-index: 60;
  font-family: var(--font-family);
  position: relative;
}

.base-container.full-width, .base-container.nowidth {
  max-width: none;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  text-align: center;
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

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

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.gray-style-guide {
  background-color: var(--gray);
  width: 75px;
  height: 75px;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.primary-dark-style-guide {
  background-color: var(--primary-dark);
  width: 75px;
  height: 75px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 10px #0000001a;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 10px #00000012;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 55px;
}

.h1-mobile {
  font-size: 45px;
}

.h2-mobile {
  font-size: 35px;
}

.h3-mobile {
  font-size: 30px;
}

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  margin-right: 40px;
  display: flex;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  border-radius: 50px;
  padding: 11px 40px;
  transition: all .5s;
  display: inline-block;
}

.primary-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  opacity: 1;
  color: var(--primary);
}

.primary-button.search-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.primary-button.search-button:hover {
  border-color: var(--primary-dark);
  background-color: var(--primary-dark);
  color: var(--white);
}

.primary-button.hover-black {
  font-family: var(--font-family);
  text-transform: none;
}

.primary-button.hover-black:hover {
  border-color: var(--primary-dark);
  background-color: var(--primary-dark);
  color: var(--white);
}

.primary-button.full-width-support {
  width: 100%;
}

.primary-button.full-width-support:hover {
  border-color: var(--primary-dark);
  background-color: var(--primary-dark);
  color: var(--white);
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.pages-banner {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-top: 111px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  width: 100%;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  font-family: var(--font-family);
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  margin-right: 50px;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  font-family: var(--font-family);
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
}

.licensing-heading {
  font-family: var(--font-family);
  text-transform: none;
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  text-transform: uppercase;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  color: var(--primary-dark);
  border: 1px solid #0d0d0d80;
  border-radius: 50px;
  min-width: 280px;
  min-height: 51px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--primary-dark);
}

.password-input::placeholder {
  color: #0d0d0d80;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  font-family: var(--font-family);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  z-index: 100;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

.text-center {
  font-family: var(--font-family);
  text-align: center;
}

._404-content-wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
  position: relative;
}

.changelog-heading {
  margin-bottom: 20px;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer-rights-wrapper {
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-rights {
  grid-column-gap: 5px;
  color: var(--white);
  display: flex;
}

.footer-copyright {
  color: var(--white);
  margin-bottom: 0;
  font-size: 10px;
}

.footer-copyright-link {
  color: var(--primary);
  text-decoration: none;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--white);
}

.body-with-background {
  background-color: var(--light-gray);
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  background-color: var(--light-gray);
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding: 40px;
  display: flex;
}

.style-guide-button-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.paragraph-large {
  font-family: var(--font-family);
  font-size: 18px;
  line-height: 1.5em;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

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

.text-white.no-margin {
  font-family: var(--font-family);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.light-background {
  background-color: var(--light-gray);
}

.contacts-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  background-color: var(--light-gray);
  width: 50%;
  margin-left: 40px;
  padding: 40px;
}

.contacts-divider {
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.contacts-detail {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-no-margin {
  font-family: var(--font-family);
  margin-top: 0;
  margin-bottom: 0;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-right-arrow {
  color: var(--dark-gray-50);
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.contacts-slider-arrow-icon {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-arrows-divider {
  background-color: #6f6f6f66;
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-textarea {
  color: var(--primary-dark);
  border: 1px solid #6f6f6f66;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 18px;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
}

.contacts-textarea::placeholder {
  color: var(--paragraph-gray);
  font-size: 18px;
}

.contacts-input {
  background-color: var(--white);
  color: var(--primary-dark);
  border: 1px solid #6f6f6f66;
  height: auto;
  min-height: 58px;
  padding: 20px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid var(--primary);
}

.contacts-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 18px;
}

.contacts-form-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.contacts-title {
  width: 100%;
}

.contact-3-inputs-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts-3-form {
  text-align: center;
}

.white-text {
  color: #fff;
}

.search-wrap-input {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #0000;
  height: 50px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--white);
}

.search-desktop {
  z-index: 1000;
  background-color: #0d0d0d99;
  background-image: linear-gradient(#000 8%, #0000), url('../images/image_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  filter: invert();
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  border-radius: 10px;
  width: 100%;
  height: 3px;
  margin-bottom: 30px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  font-family: var(--font-family);
  font-size: 18px;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--primary);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 51px;
  margin-bottom: 0;
  padding: 10px 20px 10px 25px;
  font-size: 18px;
}

.search-input:focus {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--primary);
}

.search-input::placeholder {
  color: var(--paragraph-gray);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  padding-top: 190px;
  padding-bottom: 80px;
}

.list-item-circle {
  background-color: var(--primary);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  inset: 7px auto auto 0;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray);
  width: 75px;
  height: 75px;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
}

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.landing-banner-image {
  object-fit: cover;
  width: auto;
  max-width: 85%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  background-color: #eef4f8;
  border-radius: 10px;
  width: 100%;
  height: 15px;
}

.landing-progress-bar-95 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 95%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 35px auto;
}

.landing-progress-bar-92 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 92%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-100 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 100%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-88 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 88%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.landing-feature-icon {
  color: var(--white);
  background-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-inner-page-item {
  background-color: var(--primary);
  text-align: center;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  box-shadow: 0 0 30px #eef4f8;
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.landing-inner-page-title {
  font-size: 20px;
}

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 960px;
  margin-bottom: 40px;
  display: flex;
}

.landing-performance-item-title {
  color: var(--primary-dark);
  font-weight: 600;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-download-block-wrapper {
  background-color: var(--primary);
  background-image: url('../images/Frame-47_1Frame 47.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
  box-shadow: 0 0 30px #0000004d;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.mb-20 {
  margin-bottom: 20px;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.home-banner-section {
  align-items: flex-end;
  height: auto;
  min-height: 780px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-form-block {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  height: 68px;
  display: flex;
  inset: auto 292px 0% auto;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.testimonials-slide {
  height: auto;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.news-image {
  object-fit: cover;
  background-image: url('../images/Photo-2-1_1Photo 2 (1).webp');
  background-position: 50%;
  background-size: cover;
  width: 45%;
  position: relative;
  overflow: hidden;
}

.subscribe-input-wrapper {
  text-align: left;
  width: 250px;
  margin-top: 0;
  margin-bottom: 0;
}

.link-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.search {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rich-text-style h2 {
  margin-bottom: 15px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

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

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

.paragraph-gray-style-guide {
  background-color: var(--paragraph-gray);
  width: 75px;
  height: 75px;
}

.paragraph-small {
  font-size: 16px;
  line-height: 1.5em;
}

.link-wrapper-with-icon {
  grid-column-gap: 10px;
  justify-content: space-between;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.link-black {
  color: var(--primary-dark);
  transition: all .3s;
  display: flex;
}

.link-black:hover {
  color: var(--primary);
}

.secondary-fire-button {
  border: 1px solid var(--primary);
  color: var(--primary-dark);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 50px;
  padding: 11px 40px;
  transition: all .5s;
  display: inline-block;
}

.secondary-fire-button:hover {
  background-color: var(--primary);
  opacity: 1;
  color: var(--white);
}

.primary-fire-white-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  border-radius: 50px;
  padding: 11px 40px;
  transition: all .5s;
  display: inline-block;
}

.primary-fire-white-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  opacity: 1;
  color: var(--white);
}

.primary-fire-white-button.hover-with-white-border:hover {
  border-color: var(--white);
  background-color: #0000;
}

.primary-fire-white-button.comming-soon {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.primary-fire-white-button.comming-soon:hover {
  border-color: var(--primary);
  background-color: var(--white);
  color: var(--primary);
}

.footer-bottom {
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
}

.footer-top {
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  padding-top: 130px;
  padding-bottom: 50px;
}

.subscribe {
  text-align: center;
  align-items: flex-start;
  margin-bottom: -50px;
}

.footer-links-wrap {
  grid-column-gap: 50px;
  display: flex;
}

.footer-bottom-container {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rights-wrapper {
  grid-column-gap: 5px;
  display: flex;
}

.footer-link-copyright {
  color: var(--white);
  margin-bottom: 10px;
}

.footer-link-copyright:hover {
  color: var(--primary);
}

.link-white {
  font-family: var(--font-family);
  color: var(--white);
}

.link-white:hover {
  color: var(--primary);
}

.link-red {
  font-family: var(--font-family);
  color: var(--primary);
}

.link-red:hover {
  color: var(--white);
}

.get-in-touch-container {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fire-department-logo.footer {
  max-width: 250px;
}

.logo-brand.w--current {
  flex: none;
}

.footer-contacts-container {
  grid-column-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.contacts-item-wrapper {
  grid-column-gap: 20px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contacts-item-wrapper.first-item {
  width: 30%;
}

.footer-address {
  font-family: var(--font-family);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.primary-button-with-icon {
  grid-column-gap: 10px;
  background-color: var(--primary);
  text-transform: none;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-with-icon.footer-button {
  flex: none;
  display: none;
}

.primary-button-with-icon.light-box {
  grid-column-gap: 0px;
  background-color: #0000;
  padding: 0;
}

.button-white-text {
  z-index: 50;
  font-family: var(--font-family);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.link-icon-white {
  z-index: 10;
  opacity: 1;
  object-fit: cover;
  flex: none;
  width: 24px;
  height: 25px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: absolute;
  inset: auto;
}

.icons-wrapper {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 25px;
  display: flex;
  position: relative;
}

.link-icon-red {
  z-index: 100;
  width: 24px;
  height: 25px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: none;
  position: absolute;
  inset: auto;
}

.white-btn-ov {
  background-color: var(--white);
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto auto -5% -5%;
}

.our-contacts-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.address-icon {
  z-index: 100;
}

.footer-contact-link {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

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

.footer-contact-link.phone {
  margin-top: 5px;
}

.footer-contact-link.mail {
  font-family: var(--font-family);
  margin-top: 7px;
}

.phone-container {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.logo-top-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.our-news-container {
  background-color: var(--primary);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.news-info-content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  padding: 50px 100px;
  display: flex;
}

.latest-news-form {
  margin-bottom: 0;
}

.our-news-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.field-form {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
  width: 300px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 12px 20px;
}

.field-form:focus {
  border-bottom-color: var(--white);
}

.field-form::placeholder {
  color: var(--white);
  font-size: 18px;
}

.subscribe-title {
  color: var(--white);
  text-align: left;
  text-transform: none;
  width: 100%;
  margin-bottom: 30px;
}

.footer-line {
  background-color: #fff3;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.main-project-footer {
  font-family: var(--font-family);
  width: 100%;
}

.succes-message-transparent {
  background-color: #0000;
  border-radius: 50px;
  padding: 20px;
}

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

.error-message {
  background-color: var(--error);
  border-radius: 50px;
  margin-top: 20px;
  padding: 20px;
}

.error-message.center-text {
  text-align: center;
}

.error-text {
  color: var(--primary);
}

.nav-dropdowm-link-line-2 {
  background-color: var(--primary);
  opacity: .7;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.main-menu-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.megamenu-dropdown-wrap {
  width: 50%;
}

.dropdown-item {
  background-color: #0000;
  padding: 32px 14px;
  transition: opacity .5s;
  display: flex;
}

.dropdown-item:hover {
  opacity: .7;
}

.dropdown-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.nav-fixed-white-menu {
  font-family: var(--font-family);
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu-wrap {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-header-wrap {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-mobile-3 {
  padding-left: 0;
  display: none;
}

.nav-dropdown-intro-link {
  width: 100%;
  margin-left: 0;
  padding: 5px 8px 5px 0;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-intro-link:hover {
  color: var(--primary);
  margin-left: 5px;
}

.nav-dropdown-intro-link.w--current, .nav-dropdown-intro-link.w--current:hover {
  color: var(--primary);
}

.border-wrap-2 {
  display: flex;
}

.tablet-menu-3 {
  display: none;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-3.w--open {
  border-style: solid;
  border-color: var(--gray);
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-dropdown-list-3.portfolio-details.w--open {
  width: 260px;
}

.nav-dropdown-list-3.megamenu {
  width: 370px;
  left: -110px;
}

.nav-dropdown-list-3.megamenu.w--open {
  width: 410px;
}

.nav-dropdown-icon-2 {
  color: #000;
  font-size: 16px;
  display: block;
}

.nav-dropdown-icon-2.white-home-5-icon {
  display: none;
}

.brand-logo {
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.brand-logo:hover {
  opacity: 1;
}

.brand-logo.w--current {
  transition-property: opacity;
}

.brand-logo.w--current:hover {
  opacity: 1;
}

.main-nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.nav-item-link {
  font-family: var(--font-family);
  color: #fff;
  flex: none;
  padding-left: 14px;
  padding-right: 14px;
  transition-property: all;
  display: flex;
}

.nav-item-link:hover {
  opacity: .7;
  color: var(--white);
}

.login-tablet-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-left: 30px;
  display: none;
}

.line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.nav-dropdown-link-wrapper-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.megamenu-dropdown-wrapper-2 {
  justify-content: center;
  display: flex;
}

.dropdown-menu-2 {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-item-white {
  font-family: var(--font-family);
  color: #fff;
}

.nav-menu-shadow-overlay-3 {
  align-items: center;
  display: flex;
}

.phone-header-wrap {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-contact-link {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  transition-property: opacity;
  transition-duration: .3s;
}

.header-contact-link:hover {
  opacity: .7;
  color: var(--white);
}

.search-wrap {
  z-index: 100;
  background-color: var(--search);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.navbar-search {
  cursor: pointer;
  object-fit: cover;
  height: 24px;
  font-family: "Fa solid 900", sans-serif;
}

.navbar-search.facebook {
  height: 22px;
}

.image-main-logo {
  object-fit: cover;
  width: auto;
  max-width: 190px;
  height: auto;
}

.image-main-logo.logo-animation, .address-icon-red {
  opacity: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.address-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.phone-tablet-wrap {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.address-icon-red-tablet {
  opacity: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.phone-tablet-container {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.banner-intro-content {
  z-index: 100;
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.white-description {
  font-family: var(--font-family);
  color: var(--white);
}

.white-description.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.button-hero-wrapper {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.description-banner-spacing {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.next-section-link {
  border: 1px solid var(--primary);
  border-radius: 100%;
  justify-content: center;
  width: 51px;
  height: 51px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icons-wrapper {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.section-benefits {
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.benefits-line {
  background-color: #0d0d0d4d;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.benefits-line.licensing {
  inset: 0% 0% auto;
}

.benefit-item-wrapper {
  flex-direction: column;
  align-items: center;
  width: 18%;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.benefit-title {
  color: var(--primary);
  margin-top: 0;
  font-size: 55px;
}

.benefit-text {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
}

.benefit-line {
  background-color: var(--primary);
  width: 100%;
  height: 4px;
  position: absolute;
  inset: auto 0% 0%;
}

.benefit-item-container {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.content-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-info.centered {
  align-items: center;
}

.dot {
  background-color: var(--primary);
  border-radius: 100%;
  width: 16px;
  height: 16px;
}

.subtitle-wrapper {
  flex-direction: row;
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.subtitle-wrapper.display-flex {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.subtitle-wrapper.display-flex-center {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.news-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.subtitle-left {
  width: 55%;
}

.subtitle-left.gallery {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.news-description {
  max-width: 550px;
  margin-bottom: 0;
}

.secondary-button-wrap {
  border: 1px solid var(--primary);
  border-radius: 50px;
  padding: 12px 40px;
  position: relative;
  overflow: hidden;
}

.red-btn-ov {
  background-color: var(--primary);
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto auto -5% -5%;
}

.button-black-text {
  z-index: 50;
  font-family: var(--font-family);
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.our-blog-wrapper {
  width: 100%;
}

.blog-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-list-wrapper.blog-list-category {
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
}

.blog-item {
  border: 1px solid #6f6f6f66;
  min-height: 450px;
  overflow: hidden;
}

.white-blog-container {
  z-index: 50;
  background-color: var(--white);
  width: 110%;
  margin-bottom: -5px;
  margin-left: -5px;
  margin-right: -5px;
  padding: 20px 25px 25px;
  position: relative;
}

.blog-post-description {
  margin-bottom: 20px;
  font-size: 16px;
}

.blog-data {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.bottom-blog-post-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.black-link-with-icon {
  grid-column-gap: 10px;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.blog-title {
  margin-top: 0;
  transition: opacity .35s;
}

.blog-title:hover {
  opacity: .7;
}

.our-blog-hero-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.blog-main-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.red-absolute-bg {
  background-color: var(--primary);
  width: 100%;
  height: 534px;
  position: absolute;
  inset: auto 0% 0%;
}

.left-relative-container {
  z-index: 50;
  grid-row-gap: 80px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 45%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.white-circle {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.string-wrapper {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.circle-number {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
}

.row-item {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.row-white-text {
  color: var(--white);
  width: 100%;
  max-width: 415px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.video-section {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper, .collection-list, .collection-item {
  height: 100%;
}

.rows-container {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container {
  grid-column-gap: 80px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.right-image-container {
  z-index: 1;
  background-image: url('../images/4-1-1-1-1-1_14 (1) (1) (1) (1) (1).webp');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  width: 1065px;
  margin-right: -5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.phone-wrapper {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contacts-info-wrapper {
  padding-bottom: 50px;
  padding-left: 50px;
}

.top-content-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 380px;
  margin-bottom: 40px;
  display: flex;
}

.white-button-wrap {
  background-color: var(--white);
  font-family: var(--font-family);
  border-radius: 50px;
  padding: 12px 40px;
  position: relative;
  overflow: hidden;
}

.white-button-wrap.with-borders {
  border: 1px solid var(--white);
  padding-top: 11px;
  padding-bottom: 11px;
}

.red-buuton-text {
  z-index: 50;
  font-family: var(--font-family);
  color: var(--primary);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.section-get-in-touch {
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.title-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 400px;
  margin-right: auto;
  display: flex;
}

.video-content {
  z-index: 100;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.lightbox-link {
  z-index: 30;
  color: #0000;
  width: 100%;
  height: 51px;
  position: absolute;
}

.bg-image {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.video-content-wrapper {
  align-items: flex-end;
  width: 100vw;
  height: 100%;
  padding-bottom: 80px;
  display: flex;
}

.white-preloader {
  z-index: 100;
  background-color: var(--white);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.red-preloader {
  background-color: var(--primary);
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.customer-reviews-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slide-nav-2 {
  display: none;
}

.right-review-arrow {
  background-color: #6f6f6f1a;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  display: flex;
  inset: auto 0% 0% auto;
}

.right-review-arrow.left-arrow {
  margin-right: 0;
  right: 81px;
}

.customer-reviews-container {
  grid-column-gap: 85px;
  justify-content: space-between;
  display: flex;
}

.customer-reviews-left {
  background-image: url('../images/feuerwehr-mitgliedwerden_1.avif');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 480px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.customer-reviews-left.autor-2, .customer-reviews-left.autor-3 {
  background-image: url('../images/feuerwehr-mitgliedwerden_1.avif');
}

.customer-reviews-right {
  font-family: var(--font-family);
}

.reviews-text {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
}

.reviews-mask {
  height: auto;
}

.testimonials-main-title {
  color: var(--primary);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.star-icon.mini {
  object-fit: cover;
  width: auto;
  height: 18px;
}

.star-icon-wrapper {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star-icon-wrapper.mini-gap {
  grid-column-gap: 3px;
}

.autor-name {
  color: var(--primary);
}

.name-container {
  margin-top: 40px;
}

.address-icon-footer {
  z-index: 100;
  opacity: 1;
  width: auto;
  height: auto;
  position: relative;
}

.testimonial-slide {
  z-index: 20;
  position: relative;
}

.hover-slider-arrow {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  max-width: 120px;
  height: 10vw;
  max-height: 120px;
  display: flex;
}

.projects-arrow {
  z-index: 15;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.white-left-preloader {
  background-color: var(--white);
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.white-left-preloader.red-color {
  background-color: var(--primary);
}

.hero-banner-wrapper, .banner-bg-wrap, .banner-hero-item {
  height: 100%;
}

.hero-bg-image {
  z-index: 1;
  background-image: url('../images/feuerwehr-mnk_1.avif');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  position: absolute;
  inset: 0%;
}

.hero-bg-image.contact-us-3 {
  height: 750px;
}

.hero-bg-image.wehr {
  background-image: url('../images/fireman-man-posing-to-camera-2025-01-09-06-14-57-utc_1.avif');
}

.hero-bg-image.lf86 {
  background-image: url('../images/side-view-of-fireman-in-uniform-closing-truck-at-f-2024-11-10-23-45-43-utc_1.avif');
}

.hero-bg-image.fest {
  background-image: url('../images/oktoberfest-munich-waiter-serve-beer-close-up-2024-12-07-19-29-36-utc_1.avif');
}

.hero-bg-image.festschrift, .hero-bg-image.festbro {
  background-image: url('../images/man-in-traditional-bavarian-clothes-holding-mugs-o-2024-10-18-09-10-07-utc_1.avif');
}

.hero-bg-image.aktive {
  background-image: url('../images/partial-view-of-brigade-of-firefighters-and-water-2024-11-17-23-04-30-utc_1.avif');
}

.hero-bg-image.lf10 {
  background-image: url('../images/lf10-header_1.avif');
}

.home-banner-main-container {
  align-items: flex-end;
  width: 100vw;
  height: auto;
  display: flex;
}

.nav-white-static {
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.nav-item-black {
  color: var(--primary-dark);
}

.nav-item-link-dark {
  color: var(--primary-dark);
  flex: none;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.nav-item-link-dark:hover {
  color: var(--primary);
}

.header-contact-link-dark {
  color: var(--primary-dark);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.header-contact-link-dark:hover {
  color: var(--primary);
}

.search-wrap-light-red {
  z-index: 100;
  cursor: pointer;
  background-color: #d1000514;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.dropdown-item-red-hover {
  background-color: #0000;
  padding: 32px 14px;
  display: flex;
}

.dropdown-item-red-hover.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.nav-line-black, .line-black {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.style-guide-list-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.section-banner-home-2 {
  width: 100vw;
  height: 100vh;
  min-height: 800px;
}

.background-video {
  object-fit: cover;
  background-image: linear-gradient(225deg, #00000073, #0000 40%), linear-gradient(to top, #000000e6, #0000), linear-gradient(45deg, #000c, #0000), linear-gradient(#d100051a, #d100051a), linear-gradient(#0d0d0d33, #0d0d0d33);
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-banner {
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 111px;
  display: flex;
  position: relative;
}

.red-section-benefits {
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.benefit-text-white {
  font-family: var(--font-family);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.benefit-title-white {
  font-family: var(--font-family);
  color: var(--white);
  margin-top: 0;
  font-size: 55px;
  position: static;
}

.white-benefit-item-wrapper {
  flex-direction: column;
  align-items: center;
  width: 20%;
  display: flex;
  position: relative;
}

.white-banner-title-home-2 {
  font-family: var(--font-family);
  color: var(--white);
  text-transform: none;
  font-size: 70px;
}

.banner-intro-content-home-2 {
  z-index: 100;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.description-banner-home-2 {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.feature-item {
  border: 1px solid #6f6f6f66;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -50px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subtitle-center {
  font-family: var(--font-family);
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.team-collection-list-wrapper {
  min-height: 650px;
}

.team-wrapper {
  z-index: 20;
  grid-column-gap: 60px;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  max-width: none;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-our-team {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.firefighter-name {
  font-family: var(--font-family);
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 35px;
}

.background-shade {
  z-index: 5;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.background-shade.third-height {
  background-color: var(--primary);
  height: 40%;
  inset: auto 0% 0%;
}

.team-item {
  color: #fff;
  width: 33.33%;
  min-width: 33.33vw;
  height: 100%;
  text-decoration: none;
}

.slide-image {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.firefighter {
  background-image: url('../images/image_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
}

.firefighter.mfz {
  background-image: url('../images/image_2.avif');
  background-position: 100% 100%;
}

.firefighter.lf10 {
  background-image: url('../images/lf10-header_1.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.team-member-info {
  z-index: 100;
  background-color: var(--primary);
  color: var(--primary);
  text-align: center;
  width: 110%;
  padding-bottom: 10px;
  position: absolute;
  inset: auto auto -8px;
}

.team-collection-list-wrap {
  max-width: none;
}

.social-block {
  background-color: var(--search);
  color: #fff;
  border: 1px #ffffff17;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-block:hover {
  z-index: 10;
}

.firefighter-job {
  font-family: var(--font-family);
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
}

.team-social-icon-white {
  color: var(--white);
  font-family: "Fa brands 400", sans-serif;
  font-size: 23px;
}

.team-socials {
  grid-column-gap: 30px;
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.get-in-touch-container-home-2 {
  z-index: 1;
  background-image: url('../images/feuerwehr-mnk_1.avif');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  height: 550px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-margin-bottom {
  margin-bottom: -275px;
  padding-top: 80px;
  position: relative;
}

.reviews-red-background {
  background-color: var(--primary);
  padding-top: 355px;
  padding-bottom: 80px;
}

.testimonials-main-title-white {
  font-family: var(--font-family);
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.autor-name-white {
  font-family: var(--font-family);
  color: var(--white);
}

.reviews-text-white {
  color: var(--white);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
}

.lightbox-hairy {
  position: relative;
}

.base-container-2 {
  font-family: var(--font-family);
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.hover-link {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.services-container-home-1 {
  grid-column-gap: 60px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.short-info-wrap-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.short-info-content-2 {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.collection-ruc-services-item {
  width: 31.5%;
  overflow: hidden;
}

.subscribe-input-2 {
  border: 1px solid var(--primary);
  color: var(--primary-dark);
  background-color: #0000;
  border-radius: 50px;
  height: 51px;
  margin-bottom: 0;
  padding: 18px 20px;
  font-size: 18px;
  display: block;
}

.subscribe-input-2:focus {
  border-color: var(--primary-dark);
}

.subscribe-input-2::placeholder {
  color: var(--paragraph-gray);
}

.subscribe-form-2 {
  grid-column-gap: 15px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-service-image {
  background-image: url('../images/Fire-9_1Fire 9.webp');
  background-position: 50% 0;
  background-size: cover;
  flex: none;
  justify-content: space-between;
  width: 40%;
  display: flex;
}

.hero-item {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.our-services-title-home-1 {
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.right-services {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.services-description {
  margin-bottom: 0;
  font-size: 16px;
}

.contacts-item-wrap-home-1 {
  grid-column-gap: 20px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.address {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
}

.grid-item {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 340px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-services {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
  / 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 60px;
}

.serv-image {
  background-image: url('../images/Fire-3_1Fire 3.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 260px;
  position: absolute;
  inset: 0%;
}

.serv-image.serv-2 {
  background-image: url('../images/Fire-4_1Fire 4.webp');
}

.serv-image.serv-3 {
  background-image: url('../images/8_28.webp');
}

.serv-image.serv-4 {
  background-image: url('../images/Fire-1_1Fire 1.webp');
}

.serv-image.serv-5 {
  background-image: url('../images/Fire-2_1Fire 2.webp');
}

.serv-image.serv-6 {
  background-image: url('../images/7_27.webp');
}

.serv-image.big-size-1 {
  height: 300px;
}

.serv-image.big-size-2 {
  background-image: url('../images/7_27.webp');
  height: 300px;
}

.serv-image.big-size-3 {
  background-image: url('../images/8_28.webp');
  height: 300px;
}

.content-info-wrap {
  background-color: var(--white);
  width: 100%;
  padding: 20px 20px 20px 24px;
  position: relative;
  overflow: hidden;
}

.benefit-line-vertical {
  background-color: var(--primary);
  width: 4px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.benefit-line-vertical.middle-line {
  left: auto;
}

.description-our-services {
  max-width: 550px;
  margin-bottom: 0;
}

.dont-shrink-button {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-item-home-1 {
  flex-direction: column;
  justify-content: center;
  width: auto;
  display: flex;
}

.content-item-home-1.address {
  width: 270px;
}

.arrow-white {
  background-color: #fff3;
  border: 1px solid #fff0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  display: flex;
  inset: auto 0% 0% auto;
}

.arrow-white.left-white-arrow {
  right: 81px;
}

.testimonials-slide-white {
  height: auto;
}

.succes-red-text {
  color: var(--primary);
}

.center-description {
  font-family: var(--font-family);
  margin-bottom: 0;
}

.home-2-services {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.hero-item-home-2 {
  grid-row-gap: 10px;
  font-family: var(--font-family);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.background-fill {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.centered-call-to-action {
  z-index: 50;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.background-red-fill {
  background-image: url('../images/feuerwehr-mitgliedwerden_1.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  min-width: 100vw;
  height: 101%;
}

.background-red-fill.jugend {
  background-image: linear-gradient(#00000080, #00000080), url('../images/selective-focus-of-firefighters-having-conversatio-2024-11-18-07-27-32-utc_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.call-to-action-heading {
  font-family: var(--font-family);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 70%;
  margin-right: auto;
  display: flex;
}

.join {
  font-family: var(--font-family);
  color: var(--white);
  text-transform: none;
  margin-bottom: 20px;
}

.collection-list-wrapper-2 {
  position: absolute;
  inset: 0%;
}

.collection-list-2, .collection-item-2 {
  height: 100%;
}

.white-join-us-text {
  font-family: var(--font-family);
  color: var(--white);
  width: 100%;
}

.home-blog-collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.template-empty-state-2 {
  color: #d56b5b;
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.section-no-paddings {
  position: relative;
}

.section-no-paddings.padding-bottom {
  padding-bottom: 80px;
}

.link-wrapper-with-line {
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.link-wrapper-with-line:hover {
  grid-column-gap: 20px;
}

.bg-red {
  background-color: var(--primary);
  width: 100vw;
  height: 400px;
  position: absolute;
  inset: 0% 0% auto;
}

.gallery-title {
  color: var(--white);
  text-transform: none;
  width: 60%;
}

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

.gallery-lightbox {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 250px;
  display: flex;
}

.gall-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.gall-ov {
  background-color: #0d0d0d80;
  background-image: linear-gradient(#00000080, #00000080), url('../images/491267498_979454971009108_6053064305073356651_n_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.eye-wrap {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.eye-icon {
  color: var(--white);
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.our-gallery-con {
  width: 100%;
}

.large-photo-con {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photo-white-overlay {
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: auto 40px 40px auto;
}

.paragraph-gall {
  margin-top: 20px;
  margin-bottom: 20px;
}

.gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 25px;
}

.photo-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: top;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 280px;
  max-width: none;
  height: 100%;
  margin-top: 0;
  display: block;
  position: static;
  top: 0;
  overflow: hidden;
}

.photo-item.first {
  vertical-align: top;
  margin-top: 0;
}

.mini-list {
  grid-column-gap: 0px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  place-items: start center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.collection-list-3, .collection-item-3 {
  height: 100%;
}

.top-grid-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.gall-text {
  color: var(--white);
  width: 36%;
}

.view-gall-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.gall-text-big {
  color: var(--white);
  width: 40%;
  display: none;
}

.services-description-home-2 {
  font-family: var(--font-family);
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
}

.content-wrapper-home-2 {
  font-family: var(--font-family);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-content {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.right-description.maxw-543px {
  width: 50%;
}

.content-block-absolute {
  padding-left: 30px;
  padding-right: 30px;
}

.content-block-absolute.border {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.left-heading {
  width: 50%;
}

.block-absolute {
  background-color: var(--primary);
  justify-content: space-between;
  min-width: 725px;
  margin-bottom: -20px;
  padding: 44px 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-block-left {
  background-image: url('../images/phoca_thumb_l_lf86fahrerseite_1.avif');
  background-position: 0%;
  background-size: cover;
  width: 50%;
  height: 620px;
  position: relative;
  overflow: hidden;
}

.image-block-left.mfz {
  background-image: url('../images/mfz_1.avif');
  background-position: 50%;
}

.image-block-left.lf10 {
  background-image: url('../images/lf10-michelsneukirchen_1.avif');
  background-position: 50%;
}

.display-horizontal {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-20px {
  font-size: 20px;
  font-weight: 600;
}

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

.text-16px.maxw {
  font-family: var(--font-family);
  max-width: 370px;
}

.content-bottom {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.text-content-right {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-left: 74px;
  display: flex;
}

.red-text {
  color: #ef4444;
}

.number-bold {
  color: #fff;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
}

.image-row {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.row-text {
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
}

.banner-section-home-3 {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 190px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-intro-content-home-3 {
  z-index: 100;
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-home-3 {
  object-fit: cover;
  height: 40px;
}

.home-3-logo-wrapper {
  grid-column-gap: 30px;
  justify-content: flex-start;
  display: flex;
}

.home-3-content {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.image-banner-home-3 {
  object-fit: cover;
  background-image: url('../images/2-1_12 (1).webp');
  background-position: 50%;
  background-size: cover;
  width: 40%;
  max-width: 980px;
  height: 90vh;
  min-height: 100vh;
  max-height: 110vh;
  position: absolute;
  inset: 100px 0% 0% auto;
  overflow: hidden;
}

.next-section-link-white {
  border: 1px solid var(--white);
  border-radius: 100%;
  justify-content: center;
  width: 51px;
  height: 51px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-label {
  background-color: #fff3;
  border-radius: 80px;
  margin-bottom: 20px;
  padding: 8px 30px;
}

.white-label-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.hover-text-wrap {
  height: auto;
  max-height: 27px;
  overflow: hidden;
}

.white-label-text-bottom {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.section-video {
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.play-video {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.play-video:hover {
  opacity: 1;
}

.play-button-2 {
  z-index: 5;
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.play-button-hover-2 {
  z-index: 10;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover-2:hover {
  width: 110px;
  height: 110px;
  transform: scale(1);
}

.section-bottom-gall {
  margin-top: -100px;
  padding-bottom: 80px;
  position: relative;
}

.gallery-list-home-3 {
  width: 100%;
}

.gallery-home-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 40% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-lightbox-home-3 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 350px;
  display: flex;
}

.secondary-footer-top {
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
}

.mini-project-footer {
  width: 100%;
}

.item-home-3 {
  height: 100%;
}

.dark-ov {
  z-index: 1;
  background-image: linear-gradient(135deg, var(--primary-dark), transparent), linear-gradient(to bottom, #00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.number-services-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.popup-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
}

.home-2-service-item {
  grid-column-gap: 25px;
  grid-row-gap: 30px;
  background-color: #fff;
  border: 1px solid #6f6f6f66;
  align-items: center;
  padding: 20px;
  display: flex;
}

.section-red {
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-red.without-top-spacing {
  padding-top: 0;
}

.white-description-home-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.inner-banner-con {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.inner-banner-con.contact-us {
  height: 750px;
}

.banner-inner-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
}

.banner-item, .banner-list {
  height: 100%;
}

.inner-ov {
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.password-con {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.lottie-conainer {
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  height: 300px;
  display: flex;
  position: relative;
}

.lottie {
  font-family: var(--font-family);
  object-fit: cover;
  width: 100%;
  height: 300px;
  position: absolute;
  inset: auto auto -5%;
}

.h2-red-span {
  color: var(--primary);
  text-transform: none;
}

.error-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  display: flex;
}

.loop-intro-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.coming-soon-heading-2 {
  width: 95%;
  margin-top: 60px;
  font-size: 54px;
}

.coming-soon-paragraph-2 {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-form-2 {
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.coming-soon-page-wrap-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-overlay {
  z-index: 1;
  background-color: #0003;
  background-image: linear-gradient(45deg, #d1000559, #0d0d0d26);
  position: absolute;
  inset: 0%;
}

.loop-section {
  width: 100%;
}

.image-content-right {
  grid-column-gap: 1rem;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.h1-color-span {
  color: var(--primary);
}

.loop-image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.images-layout {
  grid-column-gap: 1rem;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.coming-soon-input-2 {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--primary) var(--white) var(--primary) var(--primary);
  color: var(--primary-dark);
  background-color: #0000;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100%;
  min-width: 300px;
  height: 51px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 18px;
}

.coming-soon-input-2:focus {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--primary) var(--white) var(--primary) var(--primary);
}

.coming-soon-input-2::placeholder {
  color: var(--paragraph-gray);
  font-size: 18px;
}

.loop-image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.loop-image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -60%;
  display: grid;
}

.coming-soon-form-container {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.loop-image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.loop-container {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.body-dark {
  background-color: var(--white);
}

.succes-message-white-bg {
  background-color: var(--white);
  border-radius: 50px;
  padding: 20px;
}

.section-about-us {
  padding-top: 190px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.about-us-bg {
  z-index: 1;
  background-color: var(--primary);
  max-width: 1700px;
  position: absolute;
  inset: 0%;
}

.about-us-bg-image {
  z-index: 2;
  background-image: url('../images/1-1_11 (1).webp');
  background-position: 63%;
  background-size: cover;
  width: 50%;
  max-width: 975px;
  height: 510px;
  position: absolute;
  inset: auto -3% 70px auto;
  overflow: hidden;
}

.about-us-bg-image.bg-image-2 {
  background-image: url('../images/2-1_12 (1).webp');
}

.about-us-content-wrapper {
  z-index: 50;
  grid-row-gap: 90px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.companions-logo {
  object-fit: cover;
  max-width: none;
  height: 40px;
  display: inline;
}

.companions-logo-wrapper {
  width: 100%;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.about-us-description {
  color: var(--white);
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-content-about-us {
  z-index: 100;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.companions-logo-loop {
  grid-column-gap: 90px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.logo-loop-wrapper {
  grid-column-gap: 90px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.grid-services-about-us {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
  / 1fr 1fr 1fr;
  width: 100%;
}

.grid-item-about-us {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 340px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.serv-image-about-us {
  background-image: url('../images/Fire-3_1Fire 3.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 340px;
  position: absolute;
  inset: 0%;
}

.serv-image-about-us.about-img-2 {
  background-image: url('../images/7_27.webp');
  height: 240px;
}

.serv-image-about-us.about-img-3 {
  background-image: url('../images/Fire-4_1Fire 4.webp');
}

.serv-image-about-us.about-img-1 {
  background-image: url('../images/Fire-3_1Fire 3.webp');
}

.desktop-btn-wrap {
  flex: none;
  align-items: center;
  display: flex;
}

.tablet-btn-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: none;
}

.content-about-us-wrap {
  background-color: var(--white);
  width: 100%;
  padding: 20px 20px 20px 24px;
  position: relative;
  overflow: hidden;
}

.middle-image-wrap {
  width: 100%;
  height: 240px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.top-middle-wrap {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.grid-item-middle {
  grid-row-gap: 50px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 340px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.our-statistics-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.our-statistics-left {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.our-statistics-right {
  background-image: url('../images/10_110.webp');
  background-position: 0%;
  background-size: cover;
  width: 45%;
  max-width: 690px;
  position: relative;
  overflow: hidden;
}

.statistics-content {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.statistics-red-row {
  z-index: 10;
  background-color: var(--primary);
  justify-content: space-between;
  align-items: center;
  width: 700px;
  height: 165px;
  padding: 30px 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.benefit-item-con {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.statistics-item {
  flex-direction: column;
  width: auto;
  display: flex;
}

.statistics-wrapper {
  align-items: flex-start;
  height: 215px;
  position: relative;
}

.our-statistics-tablet {
  background-image: url('../images/10_110.webp');
  background-position: 0%;
  background-size: cover;
  width: 45%;
  max-width: 690px;
  display: none;
}

.about-us-line-vert {
  background-color: var(--primary);
  width: 4px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.description-about-us {
  font-family: var(--font-family);
  color: var(--white);
  text-align: center;
  width: 55%;
  margin-bottom: 0;
}

.section-inner-banner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-inner-banner.about-us-banner {
  background-color: var(--primary);
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
  overflow: hidden;
}

.banner-dark-ov {
  z-index: 10;
  font-family: var(--font-family);
  background-image: linear-gradient(#0009, #0009);
  position: absolute;
  inset: 0%;
}

.banner-dark-ov.our-services {
  background-image: linear-gradient(315deg, #0d0d0d4d, #0000 51%, #0d0d0d4d), linear-gradient(#000000b3, #000000b3);
}

.inner-content-wrapper {
  z-index: 10;
  background-image: url('../images/feuerwehr-mitgliedwerden_1.avif');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.inner-content-wrapper.contact-us-3 {
  padding-bottom: 40px;
}

.counter-about-us {
  grid-row-gap: 50px;
  background-color: var(--primary);
  flex-direction: column;
  width: 270px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: auto auto -150px 100px;
}

.image-banner-bottom {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.banner-bottom {
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.description-banner-top-block {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.white-description-about {
  width: 90%;
}

.banner-block-right {
  z-index: 1;
  width: 45%;
  margin-left: auto;
  position: relative;
}

.banner-content-about-us-3 {
  flex-direction: column;
  height: 100%;
  padding-top: 170px;
  overflow: hidden;
}

.benefits-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 33%;
  display: flex;
}

.background-video-about-us {
  object-fit: cover;
  object-position: 50% 0%;
  background-image: linear-gradient(225deg, #00000073, #0000 40%), linear-gradient(#d100051a, #d100051a), linear-gradient(#0d0d0d33, #0d0d0d33);
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.benefits-about-us-3 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.statistics-item-full-width {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.benefits-about-us-3-tablet {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-tablet-red {
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: relative;
}

.benefit-title-about-us-3 {
  color: var(--white);
  margin-top: 0;
  font-size: 45px;
}

.about-us-3-con {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-right: auto;
  display: flex;
}

.team-intro-wrap {
  position: relative;
  overflow: hidden;
}

.home-1-our-team-author {
  text-align: left;
  padding-top: 20px;
}

.social-links-wrap {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.team-social-icon-black {
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.team-social-icon-black:hover {
  color: var(--primary-dark);
}

.our-team-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.team-hero-wrap {
  width: 100%;
}

.team-social-wrapper {
  z-index: 2;
  background-color: #00000026;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-social-con {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.our-team-image {
  z-index: 1;
  object-fit: cover;
  background-image: url('../images/FireFighters-12-1_1FireFighters 12 (1).webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.our-team-image.team-2 {
  background-image: url('../images/FireFighters-10-1_1FireFighters 10 (1).webp');
}

.our-team-image.team-3 {
  background-image: url('../images/FireFighters-11-1_1FireFighters 11 (1).webp');
}

.our-team-image.team-4 {
  background-image: url('../images/FireFighters-8-1_1FireFighters 8 (1).webp');
}

.our-team-image.team-5 {
  background-image: url('../images/FireFighters-9-1_1FireFighters 9 (1).webp');
}

.our-team-image.team-6 {
  background-image: url('../images/FireFighters-7-1_1FireFighters 7 (1).webp');
}

.color-team-position {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
}

.vertical-faq-line {
  background-color: #111;
  width: 2px;
  height: 16px;
  position: absolute;
}

.faq-description {
  font-family: var(--font-family);
}

.tab-faq-title {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tab-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-family: var(--font-family);
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.tab-faq {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.subtitle-faq {
  font-size: 20px;
}

.close-wrapp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hover-cover {
  background-color: #8ea5b60d;
  display: none;
  position: absolute;
  inset: 0%;
}

.horizontal-faq-line {
  background-color: #111;
  width: 16px;
  height: 2px;
}

.skills-item {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  display: flex;
}

.skills-item.left-top-last-one, .skills-item.left-top-last-one-left {
  border-top: 1px solid #afafaf80;
  border-bottom-style: solid;
  border-bottom-color: #afafaf80;
}

.skills-item.left-top {
  border-top: 1px solid #6f6f6f4d;
  border-bottom-style: none;
}

.tab-bottom {
  background-color: #8ea5b60d;
  border-top: 1px #afafaf80;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.faq-list {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.tab-bottom-content {
  font-family: var(--font-family);
  border-top: 1px #ffffff1a;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 36px 48px;
}

.banner-content-wrap {
  flex-direction: column;
  align-items: center;
  width: 70%;
  display: flex;
}

.description-faq {
  color: var(--white);
  text-align: center;
  width: 80%;
  margin-bottom: 0;
}

.faq-banner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.faq-banner.about-us-banner {
  background-color: var(--primary);
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
  overflow: hidden;
}

.testimonial-card {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.testimonial-card.middle-card {
  justify-content: flex-end;
}

.testimonial-info {
  width: 60%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.testimonial-info.middle-card-info {
  left: 0;
  right: auto;
}

.testimonial-image {
  background-image: url('../images/2-1_12 (1).webp');
  background-position: 50%;
  background-size: cover;
  width: 55%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.testimonial-image.testimonial-1 {
  background-image: url('../images/1-1_11 (1).webp');
}

.testimonial-image.testimonial-2 {
  background-image: url('../images/FireFighters-9-1_1FireFighters 9 (1).webp');
}

.grid-testimonials {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template: "."
  / 1fr;
  width: 100%;
}

.author-s-review {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.customer-name {
  margin-top: 0;
  font-size: 18px;
}

.author-s-photo {
  background-image: url('../images/Photo2_1Photo2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.author-s-photo.author-s-2 {
  background-image: url('../images/Photo1_1Photo1.webp');
}

.author-s-photo.author-s-3 {
  background-image: url('../images/Photo3_1Photo3.webp');
}

.reviews-text-dark {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3em;
}

.testimonials-wrap {
  z-index: 2;
  background-color: var(--white);
  border: 1px solid #6f6f6f4d;
  border-left-style: none;
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.testimonials-wrap.middle-testimonials {
  border-left-style: solid;
  border-right-style: none;
}

.info-content {
  height: 100%;
}

.info-review-container {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.author-s-item {
  grid-column-gap: 20px;
  justify-content: flex-start;
  display: flex;
}

.h2-title {
  font-family: var(--font-family);
  margin-bottom: 20px;
}

.support-link {
  text-transform: lowercase;
}

.support-text {
  font-family: var(--font-family);
  width: 100%;
}

.form-block {
  margin-bottom: 0;
}

.icons-wrap {
  z-index: 10;
  background-image: linear-gradient(315deg, #00000073, #0000 51%, #27000159), linear-gradient(#d1000533, #d1000533);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-contact-us {
  font-size: 16px;
}

.main-subtitle {
  color: #ca9c5e;
}

.contacts-textarea--3 {
  border: 1px solid var(--primary);
  color: var(--primary-dark);
  background-color: #0000;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 18px;
}

.contacts-textarea--3:focus {
  border: 1px solid var(--primary);
}

.contacts-textarea--3::placeholder {
  color: var(--paragraph-gray);
  font-size: 18px;
}

.contacts-detail-2 {
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  display: flex;
}

.contacts-3-wrapper {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
}

.contacts-3-form-wrapper-2 {
  width: 100%;
  margin-bottom: 0;
}

.icon-map-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 13%;
  left: 2%;
}

.testimonials-card-item-3 {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
}

.icon-map-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 21% 28% auto auto;
}

.location-map-wrapper-2 {
  justify-content: center;
  align-items: center;
  position: relative;
}

.locations-wrapper {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.map-icon-2 {
  color: var(--primary);
  padding: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
}

.map-icon-2.icon-3 {
  font-size: 20px;
}

.map-icon-2.icon-1 {
  font-size: 22px;
}

.base-container-14 {
  z-index: 100;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.address-item {
  font-size: 16px;
}

.locations-item {
  text-align: center;
  background-color: #fff;
  border: 1px solid #6f6f6f66;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
}

.locations {
  z-index: 10;
  margin-top: -130px;
  padding-bottom: 80px;
  position: relative;
}

.icon-map-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 6%;
  left: -28%;
}

.map {
  height: 400px;
}

.numbers-list-item-2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 32px;
  font-size: 18px;
  line-height: 1.6em;
}

.map-section {
  position: relative;
  overflow: hidden;
}

.contact-us-3-container {
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px 20px 20px;
  display: flex;
}

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

.banner-dark-overlay {
  z-index: 10;
  background-image: linear-gradient(225deg, #0000004d, #0000 53%, #0d0d0d4d), linear-gradient(#000000b3, #000000b3);
  position: absolute;
  inset: 0%;
}

.link-con-with-icon {
  grid-column-gap: 10px;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.collection-list-wrapper-3 {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.collection-list-4, .collection-item-4 {
  height: 100%;
}

.contacts-us-3-input {
  border: 1px solid var(--primary);
  color: var(--primary-dark);
  background-color: #0000;
  height: auto;
  min-height: 51px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 20px;
  font-size: 18px;
  transition: all .2s;
}

.contacts-us-3-input:focus {
  border: 1px solid var(--primary);
}

.contacts-us-3-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 18px;
}

.contacts-us-3-input.select-input {
  color: #111;
  background-color: #0000;
  margin-right: 0;
}

.contact-us-2-wrapper {
  grid-column-gap: 80px;
  font-family: var(--font-family);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-form-wrap {
  background-color: var(--light-gray);
  width: 50%;
  padding: 40px;
}

.contacts-content {
  width: 50%;
}

.hero-top-content {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 140px;
}

.hero-top-content.home-3-banner {
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 80px;
}

.circle-link-portfolio-details {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 6px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-link-portfolio-details:hover {
  opacity: 1;
}

.meta-card {
  text-align: center;
  border-right: 1px solid #afafaf80;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 100%;
  display: flex;
}

.meta-card.last-card {
  border-right-style: none;
}

.grid-wrap {
  z-index: 20;
  grid-template-rows: 1fr;
  grid-template-columns: 15px 100% 15px;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.home-3-main-title {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.background-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-image {
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.portfolio-hero-banner {
  border-bottom: 1px solid #ffffff1a;
  flex: 1;
  justify-content: center;
  min-height: 725px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.link-wrap {
  align-self: center;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 41px;
  display: none;
  position: absolute;
}

.portfolio-main-section {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.overlay-blog {
  background-color: #11111180;
  position: absolute;
  inset: 0%;
}

.number-item {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
}

.button-link-text {
  z-index: 25;
  letter-spacing: .22em;
  font-size: 12px;
  position: relative;
}

.portfolio-meta {
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.outline {
  border: 1px solid #afafaf80;
  border-right-color: #e9e9e9;
  border-radius: 100%;
  margin: 9px;
  position: absolute;
  inset: 0%;
}

.notaro-banner-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.circle-link-hover-2 {
  background-color: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.centered-intro {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.contact-form {
  z-index: 100;
  background-color: var(--white);
  border: 1px solid #6f6f6f66;
  width: 45%;
  max-width: 500px;
  padding: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.background-video-join-us {
  object-fit: cover;
  object-position: 50% 0%;
  background-image: linear-gradient(to top, #00000080 4%, #0000 60%), linear-gradient(#0003, #0003);
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.banner-title-join-us {
  width: 100%;
  margin-bottom: 20px;
  font-size: 52px;
}

.logo-invert {
  filter: invert();
  object-fit: cover;
  height: 35px;
}

.logo-wrap {
  grid-column-gap: 40px;
  justify-content: flex-start;
  display: flex;
}

.paragraph-join-us {
  width: 100%;
  margin-bottom: 40px;
}

.hero-content-wrap {
  grid-column-gap: 80px;
  justify-content: flex-start;
  width: 100%;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.image-left-con {
  background-image: url('../images/1-1_11 (1).webp');
  background-position: 70%;
  background-size: cover;
  width: 50%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.content-right-con {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.grid-join-us {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
  / 1fr 1fr 1fr;
  width: 100%;
}

.content-join-us {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-item-carrer {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 500px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.job-content {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.job-content.button {
  margin-top: 20px;
}

.job-info {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.country {
  margin-top: 0;
  margin-bottom: 0;
}

.country-of-work {
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.job-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.join-us-content {
  width: 100%;
}

.home-2-gallery-image-block {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 280px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-2-gallery-image-block.big {
  height: 580px;
}

.home-2-gallery {
  z-index: 999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.banner-title-2 {
  color: #f9f9fa;
  text-align: center;
}

.gallery-list {
  width: 100%;
  height: 100%;
}

.gallery-item-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 40% 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
}

.gallery-page-lightbox {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.about-team {
  width: 93%;
  line-height: 1.5em;
}

.span-avatar {
  text-align: left;
  white-space: nowrap;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid #0000;
  border-radius: .5rem;
  width: 3rem;
  height: 3rem;
  margin-left: .5rem;
  margin-right: .5rem;
  text-decoration: none;
  transition: border-radius .4s cubic-bezier(.25, .46, .45, .94), border-color .4s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  bottom: -.5em;
}

.span-avatar:hover {
  border-color: #3f8ef1;
  border-radius: 2rem;
}

.span-avatar.three {
  background-image: url('../images/FireFighters-7-1_1FireFighters 7 (1).webp');
  background-size: cover;
}

.span-avatar.three:hover {
  border-color: var(--primary);
  border-bottom-left-radius: .5rem;
}

.span-avatar.two {
  background-image: url('../images/FireFighters-10-1_1FireFighters 10 (1).webp');
  background-size: cover;
}

.span-avatar.two:hover {
  border-color: var(--primary);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.span-avatar.one {
  white-space: nowrap;
  background-image: url('../images/FireFighters-8-1_1FireFighters 8 (1).webp');
  background-size: cover;
}

.span-avatar.one:hover {
  border-color: var(--primary);
}

.span-name {
  background-color: var(--primary);
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
  border-radius: 1rem;
  margin-top: -1.25rem;
  margin-left: -1rem;
  padding: .2rem .875rem;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  position: absolute;
}

.span-name.three {
  background-color: var(--primary);
}

.span-name.two {
  background-color: var(--primary);
  color: #fff;
}

.span-text-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-paragraph {
  width: 85%;
}

.section-blog {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.content-blog-details-wrap {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.overlay-blog-2 {
  background-color: #0d0d0d80;
  position: absolute;
  inset: 0%;
}

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

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

.data-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.blog-template-wrapper-2 {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-wrapper-2.banner {
  max-width: 100%;
}

.blog-intro-content {
  grid-column-gap: 180px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  width: 71%;
  min-height: 500px;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
}

.blog-template-pagination-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.border-wrap-reviews {
  border-right: 1px solid #ca9c5e;
  margin-right: 20px;
  padding-right: 20px;
}

.previ-post-arrow {
  color: #afafaf;
  width: 18px;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.scroll-blog-link {
  z-index: 5;
  background-color: var(--light-gray);
  border: 1px #8c9fac33;
  border-radius: 100%;
  margin-bottom: -70px;
  padding: 6px;
  position: absolute;
  inset: auto 0 0% auto;
  overflow: hidden;
}

.slider-blog-arrow {
  border-right: 1px solid #6f6f6f66;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
  top: auto;
  bottom: 0;
}

.slider-blog-arrow.right {
  border-right-style: none;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 0;
  left: auto;
}

.review-blog-details {
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: 50px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-arrow {
  z-index: 100;
  filter: invert();
  height: 30px;
  position: relative;
  transform: rotate(45deg);
}

.section-blog-details {
  justify-content: center;
  align-items: stretch;
  height: 500px;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-blog-circle {
  border: 1px solid #6f6f6f66;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: relative;
}

.scroll-blog-circle:hover {
  opacity: 1;
}

.data-line-container {
  width: 40px;
  position: relative;
  overflow: hidden;
}

.title-blog-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blog-details-link-title-2 {
  margin-bottom: 0;
}

.next-post-arrow-2 {
  color: #afafaf;
  width: 18px;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.data-line {
  background-color: var(--primary-dark);
  width: 40px;
  height: 1px;
}

.circle-link-wrapper {
  margin: -48px;
  padding: 48px;
}

.link-hover-fill {
  background-color: var(--primary);
  border-radius: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.background-blog-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.our-blog-grid-wrapper {
  width: 100%;
}

.inner-banner-blog {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-details-title {
  margin-top: 30px;
  margin-bottom: 20px;
  transition: opacity .35s;
}

.blog-details-title:hover {
  opacity: .7;
}

.licensing-description {
  font-family: var(--font-family);
  width: 70%;
}

.landing-title {
  color: var(--white);
  font-size: 60px;
}

.section-lp-title-description {
  text-align: center;
  width: 70%;
  margin-top: 20px;
}

.section-title-wrapper-lp {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-lp-title-description.long-text {
  width: 95%;
}

.landing-feature-title {
  color: var(--white);
  font-weight: 600;
}

.landing-feature-text {
  color: var(--white);
  font-size: 16px;
}

.landing-page-link {
  color: var(--primary-dark);
}

.landing-page-link:hover {
  color: var(--white);
}

.promotion-icon {
  margin-right: 8px;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-text-block {
  font-size: 14px;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.close-image {
  width: 12px;
  height: 12px;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-label-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.bold-text {
  font-family: var(--font-family);
  text-transform: none;
}

.container-2 {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  max-width: none;
}

.gif-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 250px;
}

.gif-image._2 {
  object-position: 50% 85%;
  height: 270px;
}

.gif-image.right {
  line-height: 1em;
}

.confetti {
  z-index: 1;
  display: none;
  position: fixed;
  inset: 0%;
  transform: scale(1.5);
}

.timeline-text {
  max-width: 380px;
  font-size: .8em;
  line-height: 1.3em;
}

.timeline-text.small {
  font-size: .8em;
  line-height: 1.2em;
}

.container-3 {
  width: 100%;
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
}

.container-3.flex-verticle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline-item {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.timeline-item._2 {
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
}

.timeline-item.left-item, .timeline-item.left-2 {
  font-family: var(--font-family);
  text-align: left;
  align-items: flex-start;
}

.timeline-item.right {
  font-family: var(--font-family);
}

.link {
  color: #ee8d32;
}

.timeline-month {
  margin-bottom: 7px;
  font-size: 2em;
  font-weight: 700;
}

.new-section {
  background-color: var(--primary);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.dot-2 {
  z-index: 3;
  background-color: #061c30;
  border: 1px solid #fff;
  border-radius: 2000px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 4.8% 0% 0% -7px;
}

.dot-2._9 {
  top: 36.2%;
}

.dot-2._1 {
  top: 1%;
}

.dot-2._8 {
  top: 32.3%;
}

.dot-2._5 {
  top: 20.5%;
}

.dot-2._4 {
  top: 16.5%;
}

.dot-2._3 {
  top: 12.7%;
}

.dot-2._7 {
  top: 28.3%;
}

.dot-2._6 {
  top: 24.4%;
}

.dot-2._2 {
  top: 8.7%;
}

.dot-2._10 {
  top: 40.1%;
}

.dot-2._11 {
  top: 44%;
}

.dot-2._12 {
  top: 48%;
}

.dot-2._13 {
  top: 51.9%;
}

.dot-2._14 {
  top: 55.8%;
}

.dot-2._15 {
  top: 59.8%;
}

.dot-2._16 {
  top: 63.8%;
}

.dot-2._17 {
  top: 67.6%;
}

.dot-2._18 {
  top: 71.5%;
}

.dot-2._19 {
  top: 75.5%;
}

.dot-2._20 {
  top: 79.4%;
}

.dot-2._21 {
  top: 83.3%;
}

.dot-2._22 {
  top: 87.2%;
}

.dot-2._23 {
  top: 91.2%;
}

.dot-2._24 {
  top: 95.1%;
}

.dot-2._25 {
  top: 99%;
}

.timeline-track {
  border: 1px solid #fff;
  border-radius: 1000px;
  flex-direction: column;
  align-items: stretch;
  width: 7px;
  display: flex;
  position: relative;
}

.rewind-time-gif {
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -53% 0% 0%;
}

.text-link {
  color: #fff;
  margin-top: 29px;
  font-size: 1.2em;
  text-decoration: none;
}

.text-link.main {
  opacity: 0;
  position: absolute;
}

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

.text-center-2.relative {
  cursor: pointer;
  position: relative;
}

.timeline-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 40vh;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 44%;
  height: 100%;
  display: grid;
}

.text-6em {
  font-family: var(--font-family);
  color: #fff;
  text-transform: none;
  margin: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: .9;
}

.thumb-thumb {
  background-color: #fff;
  border-radius: 1000px;
  width: 100%;
  height: 2%;
}

.timeline-wrapper {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: stretch center;
  width: 90%;
  max-width: 1000px;
  margin-top: 151px;
  display: flex;
}

.link-2, .bold-text-2 {
  text-transform: none;
}

.figure-caption {
  color: var(--paragraph-gray);
  text-align: left;
  padding-left: 10px;
  font-size: 15px;
  font-style: italic;
}

.figure-caption-2 {
  color: var(--paragraph-gray);
  text-align: left;
  padding-left: 10px;
  font-size: 16px;
  font-style: italic;
}

.image-4 {
  margin-top: 0;
  padding-top: 0;
  padding-right: 10px;
}

.image-5 {
  padding-left: 10px;
}

.heading {
  font-family: var(--font-family);
  text-transform: none;
}

.figure-caption-3 {
  text-align: left;
  padding-left: 10px;
  font-size: 16px;
  font-style: italic;
}

.imageintext {
  max-width: 100%;
}

.figure-caption-4 {
  text-align: left;
  padding-left: 10px;
  font-size: 16px;
  font-style: italic;
}

.link-3, .bold-text-3 {
  text-transform: none;
}

.code-embed, .bold-text-4 {
  font-family: var(--font-family);
}

.link-coming-soon {
  font-family: var(--font-family);
  color: var(--dark-gray);
  width: 100px;
  margin-left: 0;
  margin-right: auto;
  padding: 5px 8px 5px 0;
  transition-property: all;
  transition-duration: .3s;
  display: flex;
}

.bold-text-5, .code-embed-2, .heading-2, .paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .heading-3, .list-item, .list-item-2, .heading-4, .list-item-3, .heading-5, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .heading-6, .list-item-11, .list-item-12, .list-item-13, .heading-7, .paragraph-17, .paragraph-18, .paragraph-19, .heading-8, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26, .heading-9, .heading-10, .paragraph-27, .paragraph-28, .paragraph-29, .heading-11, .paragraph-30, .paragraph-31, .paragraph-32, .paragraph-33, .paragraph-34, .paragraph-35, .paragraph-36, .paragraph-37, .paragraph-38, .paragraph-39, .paragraph-40, .paragraph-41, .paragraph-42, .paragraph-43, .paragraph-44, .paragraph-45, .rich-text-block, .paragraph-46, .paragraph-47, .paragraph-48, .paragraph-49, .paragraph-50, .paragraph-51, .paragraph-52, .paragraph-53, .heading-12, .paragraph-54, .paragraph-55, .paragraph-56, .paragraph-57, .paragraph-58, .paragraph-59, .paragraph-60, .paragraph-61, .paragraph-62, .heading-13, .paragraph-63, .paragraph-64, .heading-14, .paragraph-65, .paragraph-66, .heading-15, .paragraph-67, .paragraph-68, .paragraph-69, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .paragraph-70, .list-item-22, .list-item-23, .paragraph-71, .paragraph-72, .list-item-24, .list-item-25, .list-item-26, .list-item-27, .list-item-28, .list-item-29, .paragraph-73, .paragraph-74, .paragraph-75, .list-item-30, .list-item-31, .list-item-32, .paragraph-76, .list-item-33, .list-item-34, .list-item-35, .paragraph-77, .list-item-36, .list-item-37, .list-item-38, .list-item-39, .list-item-40, .paragraph-78, .list-item-41, .list-item-42, .list-item-43, .paragraph-79, .list-item-44, .list-item-45, .heading-16, .paragraph-80, .paragraph-81, .paragraph-82, .paragraph-83, .paragraph-84, .paragraph-85, .paragraph-86, .heading-17, .paragraph-87, .heading-18, .paragraph-88, .heading-19, .paragraph-89, .heading-20, .paragraph-90, .heading-21, .paragraph-91, .paragraph-92, .heading-22 {
  font-family: var(--font-family);
}

.container-4 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.div-block {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  width: 100%;
  display: block;
}

.container-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: none;
  display: flex;
}

.picture-block {
  padding-top: 10px;
  padding-bottom: 20px;
}

.fullwidth {
  min-width: 100%;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 28px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.landing-banner {
    padding-top: 180px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .h2-tablet {
    font-size: 40px;
  }

  .h3-tablet {
    font-size: 30px;
  }

  .h4-tablet, .h4-mobile {
    font-size: 25px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .contacts-content-wrapper {
    padding-right: 60px;
  }

  .contacts-title {
    width: 95%;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .home-banner-section {
    min-height: 100vh;
    padding-bottom: 100px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .news-image {
    width: 49%;
  }

  .subscribe-input-wrapper {
    width: 350px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .footer-bottom {
    padding-bottom: 80px;
  }

  .footer-contacts-container {
    justify-content: space-around;
  }

  .contacts-item-wrapper {
    width: auto;
  }

  .contacts-item-wrapper.first-item {
    width: 275px;
  }

  .primary-button-with-icon.footer-button {
    flex: none;
  }

  .news-info-content {
    width: 51%;
  }

  .dropdown-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-intro-link {
    font-weight: 500;
  }

  .nav-dropdown-list-3.w--open {
    left: auto;
  }

  .nav-item-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .description-banner-spacing {
    width: 85%;
  }

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

  .subtitle-left.gallery {
    grid-column-gap: 80px;
    justify-content: space-between;
  }

  .red-absolute-bg {
    height: 584px;
  }

  .left-relative-container {
    width: 40%;
  }

  .video-section {
    height: 550px;
  }

  .container {
    grid-column-gap: 130px;
  }

  .right-image-container {
    margin-right: -10%;
  }

  .contacts-info-wrapper {
    padding-bottom: 60px;
    padding-left: 60px;
  }

  .top-content-wrap {
    width: 400px;
  }

  .section-get-in-touch {
    padding-bottom: 130px;
  }

  .title-wrap {
    max-width: 415px;
  }

  .customer-reviews-container {
    grid-column-gap: 100px;
  }

  .customer-reviews-left {
    height: 480px;
  }

  .reviews-text {
    font-size: 38px;
  }

  .nav-item-link-dark, .dropdown-item-red-hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-list-wrapper {
    margin-right: 60px;
  }

  .benefit-title-white {
    font-size: 62px;
  }

  .white-banner-title-home-2 {
    font-size: 80px;
  }

  .description-banner-home-2 {
    width: 80%;
  }

  .feature-item {
    padding: 45px;
  }

  .subtitle-center {
    width: 50%;
  }

  .section-our-team {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .background-shade {
    padding-left: 25px;
    padding-right: 15px;
  }

  .firefighter {
    height: 600px;
  }

  .section-margin-bottom {
    padding-top: 130px;
  }

  .reviews-red-background {
    padding-top: 405px;
    padding-bottom: 130px;
  }

  .reviews-text-white {
    font-size: 38px;
  }

  .collection-ruc-services-item {
    width: 31.8%;
  }

  .hero-service-image {
    width: 45%;
  }

  .right-services {
    width: 55%;
  }

  .contacts-item-wrap-home-1 {
    width: auto;
  }

  .grid-item {
    height: 380px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-services {
    margin-bottom: 80px;
  }

  .serv-image {
    height: 300px;
  }

  .serv-image.big-size-1, .serv-image.big-size-2, .serv-image.big-size-3 {
    height: 350px;
  }

  .home-2-services {
    grid-column-gap: 60px;
  }

  .call-to-action-heading {
    width: 60%;
  }

  .section-no-paddings.padding-bottom {
    padding-bottom: 130px;
  }

  .photo-white-overlay {
    width: 50%;
  }

  .gall-text {
    width: 30%;
    display: none;
  }

  .gall-text-big {
    width: 45%;
    display: block;
  }

  .block-absolute {
    margin-bottom: -50px;
  }

  .image-block-left {
    min-width: 580px;
    height: 600px;
  }

  .display-horizontal {
    grid-column-gap: 100px;
  }

  .banner-section-home-3 {
    min-height: auto;
    padding-top: 240px;
    padding-bottom: 130px;
  }

  .image-banner-home-3 {
    width: 43%;
    height: 100vh;
  }

  .section-bottom-gall {
    padding-bottom: 130px;
  }

  .gallery-home-3 {
    grid-column-gap: 30px;
  }

  .gallery-lightbox-home-3 {
    height: 400px;
  }

  .secondary-footer-top {
    padding-top: 120px;
  }

  .section-red {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .coming-soon-heading-2 {
    width: 100%;
    font-size: 61px;
  }

  .loop-container {
    grid-column-gap: 60px;
  }

  .section-about-us {
    padding-top: 240px;
  }

  .about-us-bg-image {
    background-position: 78%;
    width: 65%;
    height: 570px;
    right: -10%;
  }

  .about-us-content-wrapper {
    grid-row-gap: 100px;
  }

  .grid-services-about-us {
    margin-bottom: 80px;
  }

  .grid-item-about-us {
    height: 400px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .serv-image-about-us {
    height: 400px;
  }

  .serv-image-about-us.about-img-2, .middle-image-wrap {
    height: 300px;
  }

  .top-middle-wrap {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-item-middle {
    height: 400px;
  }

  .our-statistics-right {
    width: 50%;
  }

  .statistics-red-row {
    width: 810px;
    padding-left: 90px;
    padding-right: 90px;
  }

  .our-statistics-tablet {
    width: 50%;
  }

  .description-about-us {
    width: 45%;
  }

  .section-inner-banner {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .inner-content-wrapper.contact-us-3 {
    padding-bottom: 60px;
  }

  .counter-about-us {
    left: 50px;
  }

  .image-banner-bottom {
    height: 600px;
    margin-left: 4%;
  }

  .description-banner-top-block {
    grid-column-gap: 80px;
  }

  .white-description-about {
    width: 75%;
  }

  .banner-block-right {
    width: 40%;
  }

  .benefit-title-about-us-3 {
    font-size: 50px;
  }

  .tab-faq {
    grid-column-gap: 72px;
  }

  .description-faq {
    width: 70%;
  }

  .faq-banner {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .testimonial-card {
    width: 80%;
  }

  .testimonial-card.middle-card {
    margin-left: auto;
  }

  .testimonial-card.full-width {
    width: 100%;
  }

  .grid-testimonials {
    grid-row-gap: 100px;
  }

  .address-item {
    padding-right: 40px;
  }

  .locations {
    padding-bottom: 130px;
  }

  .contact-us-2-wrapper {
    grid-column-gap: 100px;
  }

  .banner-title-join-us {
    font-size: 61px;
  }

  .logo-invert {
    height: 40px;
  }

  .logo-wrap {
    grid-column-gap: 60px;
  }

  .image-left-con {
    min-width: 580px;
  }

  .grid-item-carrer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-2-gallery-image-block.big {
    height: 590px;
  }

  .home-2-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gallery-item-wrapper {
    grid-column-gap: 30px;
  }

  .span-text-wrap {
    width: 80%;
  }

  .banner-paragraph {
    width: 70%;
  }

  .section-blog {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-intro-content {
    width: 70%;
    min-height: 550px;
  }

  .slider-blog-arrow {
    padding-right: 80px;
  }

  .slider-blog-arrow.right {
    padding-left: 80px;
  }

  .review-blog-details {
    grid-column-gap: 60px;
  }

  .section-blog-details {
    height: 650px;
  }

  .licensing-description {
    width: 60%;
  }

  .landing-title {
    font-size: 65px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.banner-contacts-3 {
    padding-top: 100px;
  }

  .home-banner-section {
    padding-bottom: 80px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .white-banner-title.home-3-size {
    font-size: 58px;
  }

  .video-section {
    height: 600px;
  }

  .right-image-container {
    margin-right: -22%;
  }

  .banner-section-home-3 {
    padding-top: 200px;
  }

  .home-3-content {
    grid-row-gap: 70px;
  }

  .image-banner-home-3 {
    height: 93vh;
  }

  .section-video {
    height: 700px;
  }

  .lottie {
    height: 280px;
  }

  .section-about-us {
    padding-top: 225px;
  }

  .about-us-bg-image {
    width: 70%;
    right: -15%;
  }

  .about-us-content-wrapper {
    grid-row-gap: 90px;
  }

  .section-inner-banner.about-us-banner {
    min-height: 550px;
  }

  .counter-about-us {
    left: 140px;
  }

  .image-banner-bottom {
    height: 650px;
    margin-left: 9%;
  }

  .description-banner-top-block {
    margin-bottom: 60px;
  }

  .banner-block-right {
    width: 45%;
  }

  .tab-faq {
    grid-column-gap: 80px;
  }

  .faq-banner.about-us-banner {
    min-height: 550px;
  }

  .hero-top-content.home-3-banner {
    padding-top: 50px;
  }

  .home-2-gallery-image-block {
    height: 424px;
  }

  .home-2-gallery-image-block.big {
    height: 878px;
  }

  .blog-intro-content {
    min-height: 500px;
    padding-top: 200px;
    padding-bottom: 80px;
  }

  .review-blog-details {
    grid-column-gap: 80px;
  }

  .landing-title {
    font-size: 70px;
  }
}

@media screen and (min-width: 1920px) {
  .section.landing-banner {
    padding-top: 190px;
  }

  .section.banner-contacts-3 {
    background-image: linear-gradient(#0e0e0e80, #0e0e0e80), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50% 20%;
  }

  .base-container {
    max-width: 1440px;
  }

  .contacts-title {
    width: 80%;
  }

  .search-section {
    padding-top: 220px;
  }

  .home-banner-section {
    padding-bottom: 100px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .footer-bottom {
    padding-bottom: 100px;
  }

  .footer-top {
    padding-top: 150px;
  }

  .footer-links-wrap {
    grid-column-gap: 35px;
  }

  .footer-bottom-container {
    grid-column-gap: 100px;
    flex-direction: row;
    align-items: flex-start;
  }

  .get-in-touch-container {
    grid-column-gap: 70px;
    flex-direction: row;
  }

  .footer-contacts-container {
    width: auto;
  }

  .primary-button-with-icon.footer-button {
    display: flex;
  }

  .primary-button-with-icon.top-footer {
    display: none;
  }

  .our-contacts-wrapper {
    grid-column-gap: 70px;
    width: auto;
  }

  .logo-top-wrapper {
    width: auto;
  }

  .news-info-content {
    padding-right: 220px;
  }

  .main-nav-container {
    max-width: 1440px;
  }

  .white-banner-title.home-3-size {
    font-size: 62px;
  }

  .description-banner-spacing {
    width: 70%;
  }

  .description-banner-spacing.home-3 {
    width: 80%;
  }

  .blog-item {
    min-height: 480px;
  }

  .left-relative-container {
    width: 35%;
  }

  .video-section {
    height: 685px;
  }

  .right-image-container {
    flex: 0 auto;
  }

  .contacts-info-wrapper {
    padding-bottom: 80px;
    padding-left: 80px;
  }

  .video-content-wrapper {
    min-height: 685px;
  }

  .customer-reviews-container {
    grid-column-gap: 120px;
  }

  .reviews-text {
    font-size: 42px;
  }

  .white-banner-title-home-2 {
    font-size: 100px;
  }

  .subtitle-center {
    width: 43%;
  }

  .firefighter {
    height: 650px;
  }

  .get-in-touch-container-home-2 {
    flex: 0 auto;
  }

  .reviews-text-white {
    font-size: 42px;
  }

  .short-info-content-2 {
    justify-content: space-around;
  }

  .background-red-fill {
    background-position: 50% 70%;
  }

  .call-to-action-heading {
    width: 50%;
  }

  .white-join-us-text {
    width: 99%;
  }

  .gallery-title {
    width: 45%;
  }

  .gallery-lightbox {
    height: 300px;
  }

  .photo-white-overlay {
    width: 45%;
  }

  .gall-text {
    width: 25%;
  }

  .gall-text-big {
    width: 40%;
  }

  .services-description-home-2 {
    width: 80%;
  }

  .banner-section-home-3 {
    justify-content: center;
    padding-top: 240px;
  }

  .home-3-content {
    grid-row-gap: 125px;
  }

  .section-video {
    height: 750px;
  }

  .lottie {
    height: 350px;
    bottom: -10%;
  }

  .section-about-us {
    padding-top: 240px;
  }

  .about-us-bg-image {
    width: 100%;
    max-width: 990px;
    right: -25%;
  }

  .about-us-content-wrapper {
    grid-row-gap: 110px;
  }

  .logo-loop-wrapper {
    max-width: 1440px;
  }

  .our-statistics-right, .our-statistics-tablet {
    width: 100%;
  }

  .description-about-us {
    width: 40%;
  }

  .section-inner-banner.about-us-banner {
    min-height: 600px;
  }

  .counter-about-us {
    bottom: -130px;
    left: 240px;
  }

  .image-banner-bottom {
    height: 750px;
    margin-left: 13.5%;
  }

  .description-banner-top-block {
    max-width: 1440px;
    margin-bottom: 80px;
  }

  .white-description-about {
    width: 65%;
  }

  .banner-content-wrap {
    width: 60%;
  }

  .faq-banner.about-us-banner {
    min-height: 600px;
  }

  .testimonial-card {
    width: 70%;
  }

  .testimonial-image.testimonial-2 {
    width: 65%;
  }

  .map {
    height: 500px;
  }

  .contact-us-2-wrapper {
    grid-column-gap: 120px;
  }

  .hero-top-content.home-3-banner {
    padding-top: 70px;
  }

  .contact-form {
    width: 40%;
    max-width: 550px;
  }

  .banner-title-join-us {
    width: 95%;
  }

  .hero-content-wrap {
    grid-column-gap: 100px;
  }

  .join-us-content {
    width: 98%;
  }

  .span-text-wrap {
    width: 70%;
  }

  .blog-intro-content {
    width: 60%;
    min-height: 550px;
    padding-top: 210px;
    padding-bottom: 100px;
  }

  .section-blog-details {
    height: 700px;
  }

  .licensing-description {
    width: 50%;
  }

  .landing-title {
    font-size: 75px;
  }
}

@media screen and (max-width: 991px) {
  .section.changelog-banner {
    min-height: 400px;
  }

  .section.banner-contacts-3 {
    min-height: 600px;
    padding-bottom: 100px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .pages-banner {
    min-height: 400px;
    padding-top: 103px;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .style-guide-buttons-wrapper {
    padding: 20px;
  }

  .contacts-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-title {
    width: 75%;
  }

  .contact-3-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    padding-top: 160px;
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-banner-title-wrapper {
    width: 90%;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .home-banner-section {
    background-position: 60%;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .news-image {
    width: 100%;
    height: 400px;
  }

  .subscribe-input-wrapper {
    width: 100%;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .link-black.red-hover:hover {
    color: var(--primary);
  }

  .secondary-fire-button, .primary-fire-white-button {
    display: block;
  }

  .footer-links-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-contacts-container {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .contacts-item-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .contacts-item-wrapper.first-item {
    width: 100%;
  }

  .our-news-container {
    flex-direction: column-reverse;
  }

  .news-info-content {
    align-items: center;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .latest-news-form {
    width: 80%;
  }

  .our-news-wrap {
    align-items: center;
  }

  .field-form {
    width: 100%;
  }

  .subscribe-title {
    text-align: center;
    width: 80%;
  }

  .nav-dropdowm-link-line-2 {
    display: none;
  }

  .main-menu-wrapper {
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .megamenu-dropdown-wrap {
    justify-content: center;
    width: 100%;
  }

  .dropdown-item {
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }

  .nav-dropdown-white {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-wrap {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .right-header-wrap {
    border-left-style: none;
    display: none;
  }

  .logo-mobile-3 {
    justify-content: center;
    margin-bottom: 27px;
    display: flex;
  }

  .logo-mobile-3:hover {
    opacity: 1;
  }

  .nav-dropdown-intro-link {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-weight: 500;
  }

  .nav-dropdown-intro-link.w--current {
    color: var(--primary);
  }

  .nav-dropdown-intro-link.w--current:hover {
    color: #0f0f14;
  }

  .border-wrap-2 {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .tablet-menu-3 {
    background-color: #0d0d0d;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .nav-dropdown-list-3 {
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-3.w--open {
    box-shadow: none;
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-3.portfolio-details.w--open {
    border-style: none;
  }

  .nav-dropdown-list-3.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-list-3.megamenu.w--open {
    border-style: none;
    width: 100%;
    height: 250px;
    overflow: auto;
  }

  .nav-dropdown-icon-2 {
    justify-content: space-between;
    inset: 0% 0% 0% auto;
  }

  .nav-dropdown-icon-2.white-home-5-icon {
    color: #111;
    font-size: 12px;
    display: block;
  }

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

  .nav-line-white {
    background-color: #fff;
    height: 1px;
    margin-bottom: 5px;
  }

  .top-tablet-menu-2 {
    background-color: #fff;
    width: 100%;
  }

  .nav-item-link {
    color: var(--primary-dark);
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 0;
    line-height: 1.5em;
  }

  .nav-item-link:hover {
    opacity: 1;
    color: var(--primary);
  }

  .nav-close-icon-3 {
    align-self: stretch;
    max-width: 60%;
  }

  .close-menu-button-2.w--open {
    z-index: 10;
    background-color: #0000;
    padding: 13px 0 0 20px;
    position: absolute;
    inset: 15px 15px auto auto;
  }

  .login-tablet-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    padding-right: 15px;
    display: flex;
  }

  .line-white {
    background-color: #fff;
  }

  .nav-dropdown-link-wrapper-2 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .megamenu-dropdown-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

  .dropdown-menu-2 {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 100px;
    padding-left: 15px;
    overflow: hidden;
  }

  .wrapper-item-home-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 10px;
  }

  .menu-button-3 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding: 15px 0;
  }

  .menu-button-3.w--open {
    background-color: #0000;
    display: none;
  }

  .nav-item-white {
    color: var(--primary-dark);
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .nav-menu-shadow-overlay-3 {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 30px #00000026;
  }

  .search-wrap {
    display: none;
  }

  .address-icon-red-tablet {
    opacity: 1;
    object-fit: cover;
    height: 24px;
    position: static;
  }

  .image-main-logo-tablet {
    height: auto;
  }

  .banner-intro-content {
    width: 90%;
  }

  .description-banner-spacing {
    width: 80%;
    margin-top: 10px;
  }

  .benefits-line {
    display: none;
  }

  .benefits-line.support, .benefits-line.licensing {
    display: block;
  }

  .benefit-item-wrapper {
    align-items: flex-start;
    width: 30%;
    padding-bottom: 60px;
  }

  .benefit-line {
    left: auto;
    right: auto;
  }

  .benefit-item-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .content-info {
    align-items: center;
    width: 100%;
  }

  .subtitle-wrapper.display-flex {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
  }

  .subtitle-left {
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    display: flex;
  }

  .subtitle-left.gallery {
    width: 80%;
  }

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

  .red-absolute-bg {
    height: 110vh;
    display: none;
  }

  .left-relative-container {
    grid-row-gap: 40px;
    width: 100%;
  }

  .string-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .row-item {
    grid-row-gap: 10px;
    width: 100%;
  }

  .row-white-text {
    max-width: 100%;
  }

  .rows-container {
    grid-column-gap: 40px;
    flex-direction: row;
    width: 100%;
  }

  .container {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .right-image-container {
    width: 100%;
    height: 500px;
    margin-right: 0;
  }

  .phone-icon {
    opacity: 1;
    object-fit: cover;
    height: 24px;
    position: static;
  }

  .we-are-always {
    color: var(--white);
    width: 70%;
  }

  .section-get-in-touch {
    background-color: var(--primary);
    padding-top: 80px;
  }

  .title-wrap {
    width: 55%;
    max-width: 100%;
  }

  .customer-reviews-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .customer-reviews-left {
    width: 100%;
    height: 450px;
  }

  .reviews-text {
    font-size: 30px;
  }

  .hover-slider-arrow {
    width: 100%;
    height: 100%;
  }

  .projects-arrow {
    width: 60px;
    height: 60px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 100px 80px;
  }

  .hero-bg-image {
    background-position: 60%;
  }

  .hero-bg-image.contact-us-3 {
    height: 610px;
  }

  .home-banner-main-container {
    background-image: none;
  }

  .nav-item-black {
    color: #0f0f14;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .nav-item-link-dark {
    color: #0f0f14;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 0;
    line-height: 1.5em;
  }

  .search-wrap-light-red {
    display: none;
  }

  .dropdown-item-red-hover {
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }

  .nav-line-black {
    background-color: var(--primary-dark);
    height: 1px;
    margin-bottom: 5px;
  }

  .line-black {
    background-color: var(--primary-dark);
  }

  .style-guide-list-wrapper {
    width: 100%;
  }

  .background-video {
    object-position: 64% 50%;
  }

  .video-banner {
    padding-top: 100px;
  }

  .white-benefit-item-wrapper {
    align-items: flex-start;
    width: 30%;
  }

  .white-banner-title-home-2 {
    font-size: 65px;
  }

  .banner-intro-content-home-2 {
    width: 90%;
  }

  .description-banner-home-2 {
    width: 80%;
    margin-top: 10px;
  }

  .feature-item {
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 20px;
  }

  .subtitle-center {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    display: flex;
  }

  .team-wrapper {
    grid-column-gap: 25px;
    justify-content: flex-start;
    min-height: auto;
    padding-bottom: 20px;
    overflow: auto;
  }

  .firefighter-name {
    font-size: 30px;
  }

  .team-item {
    min-width: 48vw;
  }

  .slide-image {
    height: 500px;
  }

  .firefighter {
    height: 650px;
  }

  .team-member-info {
    width: 100%;
    padding-bottom: 3px;
    bottom: -2px;
  }

  .social-block {
    cursor: default;
  }

  .firefighter-job, .team-social-icon-white {
    font-size: 20px;
  }

  .get-in-touch-container-home-2 {
    width: 100%;
    height: 500px;
  }

  .reviews-text-white {
    font-size: 30px;
  }

  .services-container-home-1 {
    grid-column-gap: 40px;
  }

  .short-info-content-2 {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .collection-ruc-services-item {
    width: 31.5%;
  }

  .subscribe-input-2 {
    width: 100%;
    min-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .subscribe-form-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .contacts-item-wrap-home-1 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .serv-image.big-size-1, .serv-image.big-size-2, .serv-image.big-size-3 {
    height: 400px;
  }

  .content-item-home-1.e-mail {
    width: 80%;
  }

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

  .centered-call-to-action {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .background-red-fill {
    background-size: cover;
  }

  .call-to-action-heading {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin-right: auto;
  }

  .home-blog-collection-list {
    grid-row-gap: 25px;
    column-count: 2;
    grid-template-columns: 1fr 1fr;
  }

  .bg-red {
    height: 550px;
  }

  .gallery-title {
    width: 100%;
    margin-top: 0;
  }

  .large-photo-con {
    flex-direction: column;
    height: 600px;
  }

  .photo-white-overlay {
    background-color: var(--white);
    border: 1px solid #6f6f6f66;
    width: 80%;
    inset: auto auto 0%;
  }

  .photo-item {
    width: 100%;
  }

  .mini-list {
    grid-column-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .top-grid-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .gall-text {
    width: 100%;
  }

  .view-gall-wrapper {
    justify-content: center;
    height: 500px;
    display: flex;
  }

  .gall-text-big {
    width: 100%;
  }

  .heading-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .right-description.maxw-543px, .left-heading {
    width: 100%;
  }

  .block-absolute {
    min-width: 100%;
    margin-bottom: -120px;
  }

  .image-block-left {
    height: 500px;
  }

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

  .content-bottom {
    margin-bottom: 120px;
  }

  .text-content-right {
    padding-left: 30px;
  }

  .number-bold {
    font-size: 40px;
  }

  .banner-section-home-3 {
    background-image: linear-gradient(45deg, #d1000599, #0000 76%), linear-gradient(#d10005b8, #d10005b8), url('../images/2-1_12 (1).webp');
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, cover;
    padding-top: 180px;
  }

  .banner-intro-content-home-3 {
    width: 90%;
  }

  .image-banner-home-3 {
    display: none;
  }

  .section-video {
    height: 500px;
    padding-bottom: 60px;
  }

  .section-bottom-gall {
    margin-top: -60px;
  }

  .gallery-lightbox-home-3 {
    height: 300px;
  }

  .inner-banner-con.contact-us {
    height: 610px;
  }

  .inner-ov {
    padding-top: 80px;
  }

  .lottie-conainer {
    width: 70%;
    height: 250px;
  }

  .lottie {
    height: 280px;
    bottom: -10%;
  }

  .error-page-wrap {
    padding-top: 60px;
  }

  .coming-soon-wrapper-2 {
    align-items: center;
  }

  .coming-soon-heading-2 {
    text-align: center;
    width: 75%;
    font-size: 55px;
  }

  .coming-soon-paragraph-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .image-content-right {
    display: none;
  }

  .loop-container {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
  }

  .section-about-us {
    background-color: var(--primary);
    padding-top: 180px;
  }

  .about-us-bg {
    display: none;
  }

  .about-us-bg-image {
    width: 100%;
    max-width: 100%;
    height: 400px;
    position: static;
  }

  .about-us-content-wrapper {
    grid-row-gap: 80px;
  }

  .companions-logo-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    padding-top: 0;
    position: static;
  }

  .about-us-description {
    width: 100%;
  }

  .banner-content-about-us {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .companions-logo-loop {
    grid-column-gap: 60px;
    justify-content: flex-start;
  }

  .logo-loop-wrapper {
    grid-column-gap: 60px;
  }

  .grid-services-about-us {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .grid-item-about-us {
    height: 400px;
    padding-bottom: 0;
  }

  .serv-image-about-us, .serv-image-about-us.about-img-2 {
    height: 350px;
  }

  .desktop-btn-wrap {
    display: none;
  }

  .tablet-btn-wrap {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .middle-image-wrap {
    height: 100%;
    overflow: visible;
  }

  .top-middle-wrap {
    padding-bottom: 0;
  }

  .grid-item-middle {
    height: 400px;
    padding-bottom: 0;
  }

  .statistics-content {
    grid-row-gap: 0px;
    width: 90%;
  }

  .benefit-item-con {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .description-about-us {
    width: 70%;
  }

  .section-inner-banner.about-us-banner {
    min-height: 500px;
  }

  .inner-content-wrapper {
    padding-top: 80px;
  }

  .inner-content-wrapper.contact-us-3 {
    padding-bottom: 20px;
  }

  .counter-about-us {
    bottom: -230px;
  }

  .image-banner-bottom {
    z-index: 1;
    background-image: linear-gradient(#0000, #0000), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 0%;
    height: 430px;
  }

  .description-banner-top-block {
    margin-bottom: 60px;
  }

  .white-description-about {
    width: 70%;
    padding-right: 0;
  }

  .banner-block-right {
    width: 20%;
    display: none;
  }

  .banner-content-about-us-3 {
    height: auto;
    padding-top: 140px;
  }

  .benefits-wrap {
    width: auto;
  }

  .background-video-about-us {
    object-position: 64% 50%;
  }

  .benefits-about-us-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .benefits-about-us-3-tablet {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: row;
  }

  .section-tablet-red {
    display: block;
  }

  .about-us-3-con {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }

  .our-team-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .team-social-wrapper {
    background-color: #0000;
  }

  .our-team-image {
    height: 320px;
  }

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-faq {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .hover-cover {
    display: none;
  }

  .skills-item.left-top-last-one-left {
    border-bottom-style: none;
  }

  .faq-list, .description-faq {
    width: 100%;
  }

  .faq-banner.about-us-banner {
    min-height: 500px;
  }

  .testimonial-card {
    flex-direction: column;
  }

  .testimonial-card.middle-card {
    flex-direction: column-reverse;
  }

  .testimonial-info {
    width: 85%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .testimonial-image {
    width: 100%;
    margin-bottom: -170px;
  }

  .support-text {
    width: 86%;
  }

  .locations-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .locations {
    margin-top: -100px;
  }

  .contacts-us-3-input.last-child {
    margin-right: 0;
  }

  .contact-us-2-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .contacts-form-wrap {
    width: 100%;
    padding: 30px;
  }

  .contacts-content {
    width: 100%;
  }

  .hero-top-content.home-3-banner {
    margin-top: 80px;
    padding-top: 80px;
  }

  .meta-card {
    grid-row-gap: 5px;
    border-bottom: 1px solid #afafaf80;
    border-right-style: none;
    flex-wrap: nowrap;
    width: 35%;
    padding-bottom: 20px;
  }

  .home-3-main-title {
    width: 100%;
  }

  .background-image {
    background-position: 52%;
  }

  .portfolio-hero-banner {
    min-height: 675px;
  }

  .portfolio-meta {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: auto auto;
    grid-auto-flow: row;
    justify-content: space-around;
    padding-top: 80px;
  }

  .notaro-banner-content-wrap {
    text-align: center;
    align-items: center;
  }

  .centered-intro {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .contact-form {
    width: 100%;
    max-width: 100%;
    position: static;
  }

  .background-video-join-us {
    object-position: 64% 50%;
  }

  .banner-title-join-us {
    font-size: 50px;
  }

  .hero-content-wrap {
    grid-column-gap: 60px;
  }

  .image-left-con {
    background-position: 66%;
  }

  .grid-join-us {
    grid-template-columns: 1fr;
  }

  .grid-item-carrer {
    height: 550px;
  }

  .job-content {
    width: 55%;
  }

  .home-2-gallery-image-block {
    height: 180px;
  }

  .home-2-gallery-image-block.big {
    height: 380px;
  }

  .home-2-gallery {
    padding-left: 0;
    padding-right: 0;
  }

  .about-team {
    width: 100%;
  }

  .span-avatar {
    border-radius: .35rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 6;
  }

  .span-text-wrap {
    width: 100%;
  }

  .banner-paragraph {
    width: 75%;
  }

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

  .blog-template-wrapper-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-wrapper-2.banner {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-intro-content {
    width: 100%;
    padding-top: 180px;
  }

  .blog-template-pagination-2 {
    margin-top: 60px;
  }

  .scroll-blog-link {
    margin-bottom: -80px;
  }

  .slider-blog-arrow {
    padding-right: 60px;
  }

  .slider-blog-arrow.right {
    padding-left: 60px;
  }

  .section-blog-details {
    height: 450px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .licensing-description {
    width: 90%;
  }

  .landing-title {
    font-size: 55px;
  }

  .section-lp-title-description {
    width: 80%;
  }

  .section-title-wrapper-lp {
    max-width: 560px;
  }

  .section-lp-title-description.long-text {
    width: 100%;
  }

  .promotion-labels-wrapper, .promotion-label-holder {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .text-6em {
    font-size: 4.5em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 35px;
  }

  blockquote {
    font-size: 18px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.landing-banner {
    padding-top: 140px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.banner-contacts-3 {
    min-height: 550px;
  }

  .base-container {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .h1-tablet {
    font-size: 45px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.search-button {
    border-radius: 50px;
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .pages-banner {
    min-height: 350px;
    padding-top: 95px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 20px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .banner-title {
    margin-bottom: 10px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .contacts-form-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-title {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-3-inputs-wrapper {
    grid-template-columns: 1fr;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .search-input {
    border-right-style: solid;
    border-radius: 50px;
  }

  .search-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .home-banner-section {
    background-position: 65%;
    padding-bottom: 60px;
  }

  .left-arrow {
    left: 0;
    right: auto;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

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

  .section-title-center {
    margin-bottom: 40px;
  }

  .news-image {
    height: 300px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .footer-top {
    padding-top: 110px;
  }

  .get-in-touch-container {
    grid-row-gap: 40px;
  }

  .contacts-item-wrapper {
    justify-content: flex-start;
  }

  .primary-button-with-icon.top-footer {
    width: 100%;
  }

  .logo-top-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .news-info-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .our-news-wrap {
    flex-wrap: wrap;
  }

  .nav-menu-wrap {
    max-width: none;
  }

  .brand-logo.w--current {
    padding-left: 0;
  }

  .dropdown-menu-2 {
    overflow: hidden;
  }

  .image-main-logo, .image-main-logo-tablet {
    height: 55px;
  }

  .banner-intro-content, .description-banner-spacing {
    width: 100%;
  }

  .section-benefits {
    padding-top: 60px;
  }

  .benefit-item-wrapper {
    width: 40%;
    padding-bottom: 40px;
  }

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

  .benefit-item-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .subtitle-wrapper {
    margin-bottom: 40px;
  }

  .subtitle-wrapper.display-flex {
    flex-direction: column;
    align-items: flex-end;
  }

  .subtitle-left, .subtitle-left.gallery {
    width: 100%;
  }

  .news-description {
    max-width: 100%;
  }

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

  .string-wrapper {
    flex-direction: row;
  }

  .rows-container {
    flex-direction: column;
  }

  .right-image-container {
    background-position: 50% 100%;
  }

  .contacts-info-wrapper {
    flex-direction: column;
    width: 100%;
    padding-right: 50px;
  }

  .we-are-always {
    width: 100%;
  }

  .section-get-in-touch {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-wrap {
    width: 75%;
  }

  .customer-reviews-left {
    height: 400px;
  }

  .reviews-text {
    font-size: 28px;
  }

  .hero-bg-image {
    background-position: 65%;
  }

  .hero-bg-image.contact-us-3 {
    height: 560px;
  }

  .home-banner-main-container {
    background-image: linear-gradient(#0000, #0000);
  }

  .style-guide-list-wrapper {
    width: 100%;
  }

  .video-banner {
    padding-top: 90px;
  }

  .red-section-benefits {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .benefit-title-white {
    font-size: 45px;
  }

  .white-benefit-item-wrapper {
    width: 40%;
  }

  .white-banner-title-home-2 {
    font-size: 55px;
  }

  .banner-intro-content-home-2, .description-banner-home-2 {
    width: 100%;
  }

  .feature-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .subtitle-center {
    width: 100%;
  }

  .section-our-team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .firefighter-name {
    font-size: 27px;
  }

  .team-item {
    min-width: 55vw;
  }

  .slide-image {
    height: 400px;
  }

  .get-in-touch-container-home-2 {
    background-position: 50% 100%;
  }

  .section-margin-bottom {
    padding-top: 60px;
  }

  .reviews-red-background {
    padding-top: 335px;
    padding-bottom: 60px;
  }

  .reviews-text-white {
    font-size: 28px;
  }

  .services-container-home-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .short-info-wrap-2 {
    grid-row-gap: 30px;
  }

  .short-info-content-2 {
    justify-content: space-between;
  }

  .collection-ruc-services-item {
    width: 48%;
  }

  .hero-service-image {
    flex: 0 auto;
    width: 100%;
    height: 500px;
  }

  .right-services {
    width: 100%;
  }

  .contacts-item-wrap-home-1 {
    justify-content: flex-start;
  }

  .grid-services {
    margin-bottom: 40px;
  }

  .description-our-services {
    max-width: 100%;
  }

  .content-item-home-1.e-mail {
    width: 100%;
    margin-bottom: 0;
  }

  .center-description {
    max-width: 100%;
  }

  .home-2-services {
    width: 100%;
  }

  .centered-call-to-action {
    text-align: center;
    grid-template-columns: auto;
    align-items: center;
  }

  .call-to-action-heading {
    text-align: center;
    grid-template-columns: 1fr;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }

  .join {
    margin-bottom: 10px;
  }

  .home-blog-collection-list {
    column-count: 1;
    flex-wrap: wrap;
  }

  .section-no-paddings.padding-bottom {
    padding-bottom: 60px;
  }

  .photo-white-overlay {
    width: 90%;
    margin-top: -160px;
  }

  .paragraph-gall {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .photo-item {
    width: 100%;
  }

  .gall-text {
    max-width: 100%;
  }

  .view-gall-wrapper {
    height: 400px;
  }

  .gall-text-big {
    max-width: 100%;
  }

  .content-block-absolute {
    text-align: center;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-absolute {
    min-width: auto;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .image-block-left {
    width: 100%;
    height: 400px;
    margin-top: 30px;
  }

  .content-bottom {
    flex-direction: column-reverse;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .text-content-right {
    padding-left: 0;
  }

  .number-bold {
    font-size: 35px;
  }

  .banner-section-home-3 {
    padding-top: 155px;
    padding-bottom: 60px;
  }

  .banner-intro-content-home-3 {
    width: 100%;
  }

  .logo-home-3 {
    height: 35px;
  }

  .home-3-content {
    grid-row-gap: 60px;
  }

  .section-video {
    height: 450px;
  }

  .section-bottom-gall {
    padding-bottom: 60px;
  }

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

  .secondary-footer-top {
    padding-top: 60px;
  }

  .section-red {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-red.without-top-spacing {
    padding-top: 0;
  }

  .inner-banner-con.contact-us {
    height: 550px;
  }

  .lottie-conainer {
    width: 100%;
  }

  .coming-soon-wrapper-2 {
    text-align: center;
    margin-left: 0%;
  }

  .coming-soon-heading-2 {
    width: 85%;
    font-size: 50px;
  }

  .coming-soon-paragraph-2 {
    width: 70%;
  }

  .image-content-right {
    height: 30rem;
  }

  .coming-soon-input-2 {
    min-width: 240px;
  }

  .section-about-us {
    padding-top: 155px;
  }

  .about-us-bg-image {
    height: 350px;
  }

  .about-us-content-wrapper {
    grid-row-gap: 60px;
  }

  .companions-logo {
    height: 35px;
  }

  .banner-content-about-us {
    width: 100%;
  }

  .companions-logo-loop, .logo-loop-wrapper {
    grid-column-gap: 40px;
  }

  .grid-item-about-us {
    height: 350px;
  }

  .serv-image-about-us, .serv-image-about-us.about-img-2 {
    height: 300px;
  }

  .grid-item-middle {
    height: 350px;
  }

  .our-statistics-container {
    flex-direction: column;
  }

  .our-statistics-left {
    grid-row-gap: 30px;
  }

  .our-statistics-right {
    width: 100%;
    height: 400px;
    display: none;
  }

  .statistics-content {
    width: 100%;
    max-width: 100%;
  }

  .statistics-red-row {
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .benefit-item-con {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .statistics-wrapper {
    height: auto;
  }

  .our-statistics-tablet {
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .description-about-us {
    width: 100%;
  }

  .section-inner-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-inner-banner.about-us-banner {
    min-height: 450px;
  }

  .counter-about-us {
    grid-row-gap: 30px;
    flex-flow: wrap;
    width: 100%;
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
  }

  .image-banner-bottom {
    height: 380px;
  }

  .description-banner-top-block {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .white-description-about, .banner-block-right {
    width: 100%;
  }

  .benefits-about-us-3, .benefits-about-us-3-tablet {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-tablet-red {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .benefit-title-about-us-3 {
    font-size: 45px;
  }

  .about-us-3-con {
    text-align: center;
    width: 100%;
  }

  .home-1-our-team-author {
    text-align: center;
  }

  .our-team-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .our-team-image {
    height: 300px;
  }

  .color-team-position {
    margin-bottom: 10px;
  }

  .banner-content-wrap, .description-faq {
    width: 100%;
  }

  .faq-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-info {
    width: 90%;
  }

  .grid-testimonials {
    grid-row-gap: 40px;
  }

  .author-s-review {
    text-align: center;
  }

  .testimonials-wrap {
    padding: 30px;
  }

  .info-review-container {
    grid-row-gap: 30px;
  }

  .h2-title {
    margin-bottom: 10px;
  }

  .support-text {
    width: 100%;
  }

  .testimonials-card-item-3 {
    max-width: 360px;
  }

  .locations-wrapper {
    justify-items: center;
  }

  .locations {
    padding-bottom: 60px;
  }

  .map {
    height: 320px;
  }

  .contacts-form-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-top-content.home-3-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-3-main-title {
    grid-row-gap: 10px;
    width: 100%;
  }

  .portfolio-hero-banner {
    min-height: 600px;
  }

  .number-item {
    font-size: 40px;
  }

  .portfolio-meta {
    grid-template-columns: auto;
  }

  .notaro-banner-content-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .centered-intro {
    grid-row-gap: 40px;
  }

  .banner-title-join-us {
    font-size: 45px;
  }

  .logo-invert {
    height: 35px;
  }

  .paragraph-join-us {
    width: 100%;
    margin-bottom: 40px;
  }

  .hero-content-wrap {
    flex-direction: column-reverse;
    margin-top: 30px;
  }

  .image-left-con {
    background-position: 70%;
    width: 100%;
    height: 400px;
    margin-top: 30px;
  }

  .content-right-con {
    padding-left: 0;
  }

  .job-content {
    width: 85%;
  }

  .home-2-gallery-image-block {
    min-width: 200px;
  }

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

  .gallery-item-wrapper {
    grid-template-columns: 1fr;
  }

  .about-team {
    font-size: 33px;
  }

  .span-avatar {
    background-size: 2.5rem 2.5rem;
    height: 2.2rem;
    margin-top: -2rem;
    bottom: -.3em;
  }

  .span-avatar.three, .span-avatar.two, .span-avatar.one {
    margin-top: 0;
  }

  .span-name {
    display: none;
  }

  .banner-paragraph {
    width: 100%;
  }

  .section-blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-template-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-intro-content {
    width: 100%;
    min-height: 450px;
  }

  .blog-template-pagination-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .scroll-blog-link {
    margin-bottom: -60px;
  }

  .slider-blog-arrow {
    border-bottom: 1px solid #6f6f6f66;
    border-right-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .review-blog-details {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .scroll-blog-circle {
    width: 120px;
    height: 120px;
  }

  .licensing-description {
    width: 100%;
  }

  .landing-title {
    font-size: 45px;
  }

  .section-lp-title-description {
    width: 100%;
  }

  .section-title-wrapper-lp {
    margin-bottom: 40px;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .gif-image {
    object-position: 50% 50%;
    height: 160px;
  }

  .timeline-text.small {
    font-size: .9em;
  }

  .timeline-item {
    height: 270px;
  }

  .rewind-time-gif {
    margin-left: auto;
    margin-right: auto;
    inset: 0%;
  }

  .timeline-content-wrapper {
    width: 45%;
    font-size: 12px;
  }

  .container-4 {
    flex-flow: column;
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .section.banner-contacts-3 {
    padding-bottom: 60px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .pages-banner {
    padding-top: 90px;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

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

  .home-banner-section {
    background-image: linear-gradient(to bottom, null, null);
    min-height: 650px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .subscribe-input-wrapper {
    flex: 1;
    align-self: stretch;
    margin-bottom: 0;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

  .center-title {
    text-align: center;
  }

  .primary-fire-white-button.comming-soon {
    border-radius: 50px;
    width: 100%;
  }

  .footer-bottom, .footer-top, .subscribe {
    text-align: left;
  }

  .footer-links-wrap {
    justify-content: space-between;
  }

  .rights-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-link-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .contacts-item-wrapper {
    text-align: left;
  }

  .logo-top-wrapper {
    align-items: flex-start;
  }

  .latest-news-form {
    width: 100%;
  }

  .our-news-wrap {
    justify-content: center;
  }

  .field-form, .subscribe-title, .dropdown-item {
    width: 100%;
  }

  .nav-dropdown-list-3.megamenu {
    align-items: center;
    padding-right: 0;
  }

  .nav-dropdown-icon-2.white-home-5-icon {
    font-size: 12px;
  }

  .nav-line-white {
    height: 2px;
  }

  .megamenu-dropdown-wrapper-2 {
    align-items: center;
    width: 100%;
  }

  .wrapper-item-home-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 23px;
    display: flex;
  }

  .image-main-logo, .image-main-logo-tablet {
    height: 50px;
  }

  .benefit-item-wrapper {
    width: 80%;
  }

  .right-image-container {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contacts-info-wrapper {
    align-items: center;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .top-content-wrap, .title-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .video-content {
    align-items: center;
  }

  .customer-reviews-slider {
    padding-bottom: 80px;
  }

  .customer-reviews-left {
    height: 350px;
  }

  .hero-bg-image {
    background-position: 67%;
  }

  .home-banner-main-container {
    background-position: 70%;
  }

  .dropdown-item-red-hover {
    width: 100%;
  }

  .white-benefit-item-wrapper {
    width: 80%;
  }

  .white-banner-title-home-2 {
    font-size: 21px;
  }

  .feature-item {
    min-height: 120px;
    padding: 24px;
  }

  .team-wrapper {
    grid-column-gap: 20px;
  }

  .section-our-team {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .team-item {
    min-width: 90vw;
  }

  .get-in-touch-container-home-2 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .collection-ruc-services-item {
    width: 100%;
  }

  .subscribe-form-2 {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
  }

  .hero-service-image {
    height: 350px;
  }

  .hero-item {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .contacts-item-wrap-home-1 {
    text-align: left;
  }

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

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

  .hero-item-home-2 {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .call-to-action-heading {
    width: 100%;
  }

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

  .large-photo-con {
    height: auto;
    min-height: 700px;
  }

  .photo-white-overlay {
    width: 100%;
    padding: 20px;
  }

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

  .content-block-absolute {
    text-align: center;
    width: 70%;
  }

  .content-block-absolute.border {
    border-style: solid none;
    border-top-width: 2px;
    border-top-color: #fff;
    border-bottom-width: 2px;
    border-bottom-color: #fff;
    width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-absolute {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 15px;
  }

  .image-block-left {
    height: 300px;
  }

  .text-content-right {
    grid-row-gap: 15px;
  }

  .row-text {
    align-items: flex-start;
  }

  .banner-section-home-3 {
    height: auto;
    padding-top: 150px;
  }

  .banner-intro-content-home-3 {
    text-align: center;
    align-items: center;
  }

  .home-3-logo-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-video {
    height: 400px;
  }

  .gallery-lightbox-home-3 {
    height: 250px;
  }

  .secondary-footer-top {
    text-align: left;
  }

  .popup-wrap {
    width: 100%;
  }

  .lottie {
    bottom: -20%;
  }

  .coming-soon-heading-2 {
    width: 100%;
    font-size: 45px;
  }

  .coming-soon-paragraph-2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-form-2 {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .coming-soon-input-2 {
    border-right-style: solid;
    border-right-color: var(--primary);
    border-radius: 50px;
    min-width: auto;
  }

  .coming-soon-input-2:focus {
    border-right-style: solid;
    border-right-color: var(--primary);
  }

  .coming-soon-form-container {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .loop-container {
    grid-template-columns: 1fr;
  }

  .section-about-us {
    padding-top: 150px;
  }

  .about-us-bg-image {
    width: auto;
    height: 250px;
  }

  .companions-logo {
    height: 30px;
  }

  .banner-content-about-us {
    text-align: center;
    align-items: center;
  }

  .grid-services-about-us {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .statistics-content {
    text-align: center;
  }

  .statistics-red-row {
    padding: 40px 15px;
  }

  .benefit-item-con {
    grid-row-gap: 35px;
    justify-content: center;
  }

  .statistics-item {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .image-banner-bottom {
    height: 350px;
  }

  .benefits-about-us-3 {
    grid-row-gap: 35px;
    justify-content: center;
  }

  .statistics-item-full-width {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .benefits-about-us-3-tablet {
    grid-row-gap: 35px;
    flex-direction: column;
    justify-content: center;
  }

  .our-team-wrapper {
    grid-template-columns: 1fr;
  }

  .tab-bottom-content {
    padding: 36px 24px;
  }

  .testimonial-info {
    margin-top: -75px;
  }

  .testimonial-image {
    margin-bottom: -90px;
  }

  .grid-testimonials {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .reviews-text-dark {
    font-size: 20px;
  }

  .testimonials-wrap {
    padding: 20px 20px 20px 24px;
  }

  .info-review-container {
    grid-row-gap: 20px;
  }

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

  .locations {
    margin-top: -60px;
  }

  .hero-top-content {
    padding-top: 48px;
  }

  .meta-card {
    width: 100%;
  }

  .contact-form {
    padding: 20px;
  }

  .logo-wrap {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .image-left-con {
    height: 300px;
  }

  .content-right-con {
    grid-row-gap: 15px;
  }

  .grid-join-us {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .job-content {
    width: 100%;
  }

  .job-info {
    flex-wrap: wrap;
  }

  .home-2-gallery-image-block, .home-2-gallery-image-block.big {
    height: 250px;
  }

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

  .about-team {
    font-size: 28px;
  }

  .data-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .blog-intro-content {
    height: auto;
    min-height: 530px;
    padding-top: 160px;
  }

  .border-wrap-reviews {
    margin-right: 10px;
    padding-right: 10px;
  }

  .slider-blog-arrow {
    border-bottom: 1px solid #afafaf80;
    border-right-style: none;
    width: 100%;
    padding-bottom: 25px;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 25px;
  }

  .circle-link-wrapper {
    margin-left: -48px;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .gif-image {
    height: 80%;
  }

  .timeline-text {
    font-size: .8em;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3.flex-verticle {
    justify-content: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }

  .timeline-item {
    height: 220px;
  }

  .timeline-month {
    font-size: 1.7em;
  }

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

  .timeline-track {
    width: 7px;
  }

  .text-link {
    margin-top: 29px;
    margin-left: 20px;
  }

  .timeline-content-wrapper {
    grid-row-gap: 24vh;
  }

  .text-6em {
    font-size: 2em;
  }

  .timeline-wrapper {
    width: 93%;
  }

  .container-4 {
    flex-flow: column;
    width: 97%;
  }
}

#w-node-f4249edb-644c-415c-22fe-79179e2c87b4-6d9ff3ab {
  place-self: center;
}

#w-node-_3e3abe94-7d5a-a6cc-c0cd-a9e480a8ab92-6d9ff3ab, #w-node-_372136d8-e829-64ef-67e2-838d3299aaf5-6d9ff39c, #w-node-_3046d385-00ef-1a39-a240-eeadbd211d20-6d9ff39c, #w-node-f8dcdfff-88b2-174f-772a-e4e26476447c-6d9ff39c, #w-node-_2e780f7e-ddc2-b018-b89f-b3fe073d5c8c-6d9ff39c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad6b046e-46c3-7bf1-8962-6d3d92e48ca9-6d9ff3a1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ad6b046e-46c3-7bf1-8962-6d3d92e48caa-6d9ff3a1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ad6b046e-46c3-7bf1-8962-6d3d92e48cd2-6d9ff3a1 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-ad6b046e-46c3-7bf1-8962-6d3d92e48ce7-6d9ff3a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-b8f49d7c-d541-a749-dde3-7f9abf59f717-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f718-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f719-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f71a-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f71b-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f71c-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f71d-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f71e-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f71f-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f720-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f721-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f722-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f723-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f724-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f725-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f726-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f727-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f728-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f72a-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f72b-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f72c-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f72d-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f72e-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f72f-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f730-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f731-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f732-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f733-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f734-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f735-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f736-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f737-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f738-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f739-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f73a-6d9ff3a3, #w-node-b8f49d7c-d541-a749-dde3-7f9abf59f73b-6d9ff3a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_352c014b-92ec-d1b0-3137-6aae029d6855-6d9ff3a7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_352c014b-92ec-d1b0-3137-6aae029d6857-6d9ff3a7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_352c014b-92ec-d1b0-3137-6aae029d685a-6d9ff3a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_352c014b-92ec-d1b0-3137-6aae029d6864-6d9ff3a7 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-c7d9928d-8815-c9ec-6dca-8f8b417b5798-6d9ff3ac {
  place-self: center;
}

#w-node-c7d9928d-8815-c9ec-6dca-8f8b417b579d-6d9ff3ac, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-6d9ff3ad, #w-node-_4c65cdd3-5fc8-629c-955c-fd5b89ebd147-6d9ff3ad, #w-node-df913356-9a6c-6691-e3e9-d3425b85db0b-6d9ff3ad, #w-node-_175d3897-51bd-40f0-db26-f23c355600da-6d9ff3ad, #w-node-_52c39752-3c3e-ea99-045d-192f0a73a510-6d9ff3ad, #w-node-a05d2112-a9e7-14a0-b472-e20555af71fe-6d9ff3ad, #w-node-a05d2112-a9e7-14a0-b472-e20555af7201-6d9ff3ad, #w-node-db3f1526-ff82-a014-4056-ea47bd39b7b5-6d9ff3ad, #w-node-db3f1526-ff82-a014-4056-ea47bd39b7b8-6d9ff3ad, #w-node-be2c8a01-a91e-ac3d-bbc5-e45c639689ac-6d9ff3ad, #w-node-be2c8a01-a91e-ac3d-bbc5-e45c639689af-6d9ff3ad, #w-node-_18c21407-e1d8-66b6-bb64-58084b3fd276-6d9ff3ad, #w-node-_18c21407-e1d8-66b6-bb64-58084b3fd279-6d9ff3ad, #w-node-_4037d04d-b916-733c-3930-87116a29d6d4-6d9ff3ad, #w-node-_4037d04d-b916-733c-3930-87116a29d6d7-6d9ff3ad, #w-node-e0d01296-b749-6554-9199-69d9221ea31e-6d9ff3ad, #w-node-e0d01296-b749-6554-9199-69d9221ea321-6d9ff3ad, #w-node-f9bd7289-6686-c6dc-262c-8d9c5dcdec84-6d9ff3ad, #w-node-f9bd7289-6686-c6dc-262c-8d9c5dcdec87-6d9ff3ad, #w-node-_057e6fd6-0a4c-ffb0-c404-6671490a393a-6d9ff3ad, #w-node-_9bf8b4a2-579d-52ef-bfed-6e981534a7ad-6d9ff3ad, #w-node-_3f64921d-d87e-d13d-2389-69e7165b0d09-6d9ff3ad, #w-node-_3f64921d-d87e-d13d-2389-69e7165b0d0c-6d9ff3ad, #w-node-e42531c2-7ec9-9042-397e-4f10b94b0dc3-6d9ff3ad, #w-node-e42531c2-7ec9-9042-397e-4f10b94b0dc6-6d9ff3ad, #w-node-_2e3b016f-5e78-fe34-01cf-b7e97cf01d8a-6d9ff3ad, #w-node-_2e3b016f-5e78-fe34-01cf-b7e97cf01d8d-6d9ff3ad, #w-node-f597d6a5-578e-fde4-cae2-dccfb56473a5-6d9ff3ad, #w-node-f597d6a5-578e-fde4-cae2-dccfb56473a8-6d9ff3ad, #w-node-_2c4b76de-974d-69a8-8d6f-3b32287b04ea-6d9ff3ad, #w-node-_2c4b76de-974d-69a8-8d6f-3b32287b04ed-6d9ff3ad, #w-node-_609b4321-2f2a-7c08-9aa9-29783e3cbb38-6d9ff3ad, #w-node-_609b4321-2f2a-7c08-9aa9-29783e3cbb3b-6d9ff3ad, #w-node-ad0713c8-acd5-cb6a-05b3-81074f071225-6d9ff3ad, #w-node-_54aa58e7-0b97-3d1d-783f-80e3ceba61a8-6d9ff3ad, #w-node-c98287b5-f1a4-979d-8f84-29f576107039-6d9ff3ad, #w-node-_22dbdf7d-d19f-6002-e8c4-62cb72055f3d-6d9ff3ad, #w-node-_2d15e77d-0295-6a54-7f89-4b1af07cc358-6d9ff3ad, #w-node-c8195ed5-482f-e462-2091-823868d9f1b9-6d9ff3ad, #w-node-_7ed35a41-7680-0887-4b2c-c483cf167156-6d9ff3ad, #w-node-_3d709119-81df-0d7c-46a4-b9192c0bce99-6d9ff3ad, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-6d9ff3ad, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-6d9ff3ad, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-6d9ff3ad, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-6d9ff3ad, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-6d9ff3ad, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-6d9ff3ad, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-6d9ff3ad, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-6d9ff3ad, #w-node-_60ed9f8e-3187-b8f5-dc34-c010bbe63f93-6d9ff3ad, #w-node-_60ed9f8e-3187-b8f5-dc34-c010bbe63f96-6d9ff3ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84ffe60a-a2fb-0f2e-0056-87fc3e95d3b7-6d9ff3ae {
  place-self: center;
}

#w-node-_84ffe60a-a2fb-0f2e-0056-87fc3e95d3bc-6d9ff3ae, #w-node-_7fa1b374-5ded-32c3-b3d5-b50c4516c0a2-6d9ff3af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fa1b374-5ded-32c3-b3d5-b50c4516c0a9-6d9ff3af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7fa1b374-5ded-32c3-b3d5-b50c4516c0b0-6d9ff3af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fa1b374-5ded-32c3-b3d5-b50c4516c0b7-6d9ff3af {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1b2b0e19-7b22-a4ce-ea9e-ec891127e0a5-6d9ff3af, #w-node-de699298-12d0-1208-9534-f086dba28a28-6d9ff3af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90bf751f-3d27-9ab8-fb6d-4ac718e656e2-6d9ff3af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-6d9ff3b2, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-6d9ff3b2, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-6d9ff3b2, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-6d9ff3b2, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-6d9ff3b2, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-6d9ff3b2, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-6d9ff3b2, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-6d9ff3b2, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-6d9ff3b2, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-6d9ff3b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89bb3c69-d46b-ba5d-b323-3200ab0e4846-6d9ff3b4 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_9c4da120-46ca-e9cc-3634-3ac43f43976e-6d9ff3b5 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_81dc1ff5-9a5a-937c-5887-cc453c4ff519-336e7e83 {
  place-self: center;
}

#w-node-_81dc1ff5-9a5a-937c-5887-cc453c4ff51e-336e7e83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d38f644-4200-b2ae-0118-03e99d96703d-336e7e83 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_2ff346e5-c6cd-f1b5-aefa-a4f64887626a-71a8e5e2 {
  place-self: center;
}

#w-node-_2ff346e5-c6cd-f1b5-aefa-a4f64887626f-71a8e5e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ff346e5-c6cd-f1b5-aefa-a4f64887626a-fc85b214 {
  place-self: center;
}

#w-node-_2ff346e5-c6cd-f1b5-aefa-a4f64887626f-fc85b214 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ff346e5-c6cd-f1b5-aefa-a4f64887626a-6f876db0 {
  place-self: center;
}

#w-node-_2ff346e5-c6cd-f1b5-aefa-a4f64887626f-6f876db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ad6b046e-46c3-7bf1-8962-6d3d92e48caa-6d9ff3a1 {
    grid-column: span 3 / span 3;
  }

  #w-node-_77e149fe-e302-1997-253a-23d158a66090-6d9ff3a6, #w-node-_77e149fe-e302-1997-253a-23d158a660a7-6d9ff3a6, #w-node-_77e149fe-e302-1997-253a-23d158a660be-6d9ff3a6, #w-node-_77e149fe-e302-1997-253a-23d158a660d5-6d9ff3a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_352c014b-92ec-d1b0-3137-6aae029d6857-6d9ff3a7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_352c014b-92ec-d1b0-3137-6aae029d6864-6d9ff3a7 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_89bb3c69-d46b-ba5d-b323-3200ab0e4846-6d9ff3b4, #w-node-_89bb3c69-d46b-ba5d-b323-3200ab0e4856-6d9ff3b4, #w-node-_9d38f644-4200-b2ae-0118-03e99d96703d-336e7e83, #w-node-_9d38f644-4200-b2ae-0118-03e99d96704d-336e7e83 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_352c014b-92ec-d1b0-3137-6aae029d6857-6d9ff3a7 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d67067a6-dfc7-22d6-7b31-4f00402c44b7-6d9ff39f, #w-node-_323ca82c-0f99-f335-df9c-cc27d421668a-6d9ff39f, #w-node-c935dfa0-647f-e4ef-d8e6-02dea8e388b1-6d9ff39f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ad6b046e-46c3-7bf1-8962-6d3d92e48ce7-6d9ff3a1 {
    justify-self: center;
  }

  #w-node-_7eb49071-412e-cee8-44fa-4cf496c258ec-6d9ff3a1, #w-node-_46ce29f2-367b-785c-79e1-8acc17a6e05b-6d9ff3a1, #w-node-_6ebbfc25-1970-f3a6-18f6-7ef3404a1f3b-6d9ff3a1, #w-node-_098995e2-76c5-4ef8-5d71-87c6cbd93ee4-6d9ff3a6, #w-node-_098995e2-76c5-4ef8-5d71-87c6cbd93eed-6d9ff3a6, #w-node-_098995e2-76c5-4ef8-5d71-87c6cbd93ef6-6d9ff3a6, #w-node-_098995e2-76c5-4ef8-5d71-87c6cbd93eff-6d9ff3a6, #w-node-_098995e2-76c5-4ef8-5d71-87c6cbd93f08-6d9ff3a6, #w-node-_098995e2-76c5-4ef8-5d71-87c6cbd93f11-6d9ff3a6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_352c014b-92ec-d1b0-3137-6aae029d6857-6d9ff3a7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0b080e53-87dc-bbc5-fe8a-b2e170ea09b5-6d9ff3aa, #w-node-_221d31f8-d673-bc13-3ac8-a5e7336ff932-6d9ff3aa, #w-node-_08829dbd-a32a-f2e1-db20-02463a81c575-6d9ff3aa, #w-node-d1424cad-50cd-e2a2-f29f-ecb9a70d6fcd-6d9ff3aa, #w-node-_3c63e466-daf4-16c3-f23d-e6edc5349b6b-6d9ff3aa, #w-node-_2507861e-ceb4-1093-aae8-86230332ad13-6d9ff3aa, #w-node-b9db333b-11e2-e7ab-a072-7a7f6c6297c3-6d9ff3ac, #w-node-b9db333b-11e2-e7ab-a072-7a7f6c6297cc-6d9ff3ac, #w-node-b9db333b-11e2-e7ab-a072-7a7f6c6297d5-6d9ff3ac, #w-node-b9db333b-11e2-e7ab-a072-7a7f6c6297de-6d9ff3ac, #w-node-b9db333b-11e2-e7ab-a072-7a7f6c6297e7-6d9ff3ac, #w-node-b9db333b-11e2-e7ab-a072-7a7f6c6297f0-6d9ff3ac, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-6d9ff3ad, #w-node-_4c65cdd3-5fc8-629c-955c-fd5b89ebd147-6d9ff3ad, #w-node-df913356-9a6c-6691-e3e9-d3425b85db0b-6d9ff3ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_175d3897-51bd-40f0-db26-f23c355600da-6d9ff3ad {
    grid-column: span 2 / span 2;
  }

  #w-node-_52c39752-3c3e-ea99-045d-192f0a73a510-6d9ff3ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a05d2112-a9e7-14a0-b472-e20555af71fe-6d9ff3ad {
    grid-column: span 2 / span 2;
  }

  #w-node-a05d2112-a9e7-14a0-b472-e20555af7201-6d9ff3ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-db3f1526-ff82-a014-4056-ea47bd39b7b5-6d9ff3ad {
    grid-column: span 2 / span 2;
  }

  #w-node-db3f1526-ff82-a014-4056-ea47bd39b7b8-6d9ff3ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-be2c8a01-a91e-ac3d-bbc5-e45c639689ac-6d9ff3ad {
    grid-column: span 2 / span 2;
  }

  #w-node-be2c8a01-a91e-ac3d-bbc5-e45c639689af-6d9ff3ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_18c21407-e1d8-66b6-bb64-58084b3fd276-6d9ff3ad {
    grid-column: span 2 / span 2;
  }

  #w-node-_18c21407-e1d8-66b6-bb64-58084b3fd279-6d9ff3ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4037d04d-b916-733c-3930-87116a29d6d4-6d9ff3ad {
    grid-column: span 2 / span 2;
  }

  #w-node-_4037d04d-b916-733c-3930-87116a29d6d7-6d9ff3ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e0d01296-b749-6554-9199-69d9221ea31e-6d9ff3ad {
    grid-column: span 2 / span 2;
  }

  #w-node-e0d01296-b749-6554-9199-69d9221ea321-6d9ff3ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f9bd7289-6686-c6dc-262c-8d9c5dcdec84-6d9ff3ad {
    grid-column: span 2 / span 2;
  }

  #w-node-f9bd7289-6686-c6dc-262c-8d9c5dcdec87-6d9ff3ad, #w-node-_057e6fd6-0a4c-ffb0-c404-6671490a393a-6d9ff3ad, #w-node-_9bf8b4a2-579d-52ef-bfed-6e981534a7ad-6d9ff3ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3f64921d-d87e-d13d-2389-69e7165b0d09-6d9ff3ad {
    grid-column: span 2 / span 2;
  }

  #w-node-_3f64921d-d87e-d13d-2389-69e7165b0d0c-6d9ff3ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e42531c2-7ec9-9042-397e-4f10b94b0dc3-6d9ff3ad {
    grid-column: span 2 / span 2;
  }

  #w-node-e42531c2-7ec9-9042-397e-4f10b94b0dc6-6d9ff3ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2e3b016f-5e78-fe34-01cf-b7e97cf01d8a-6d9ff3ad {
    grid-column: span 2 / span 2;
  }

  #w-node-_2e3b016f-5e78-fe34-01cf-b7e97cf01d8d-6d9ff3ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f597d6a5-578e-fde4-cae2-dccfb56473a5-6d9ff3ad {
    grid-column: span 2 / span 2;
  }

  #w-node-f597d6a5-578e-fde4-cae2-dccfb56473a8-6d9ff3ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2c4b76de-974d-69a8-8d6f-3b32287b04ea-6d9ff3ad {
    grid-column: span 2 / span 2;
  }

  #w-node-_2c4b76de-974d-69a8-8d6f-3b32287b04ed-6d9ff3ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_609b4321-2f2a-7c08-9aa9-29783e3cbb38-6d9ff3ad {
    grid-column: span 2 / span 2;
  }

  #w-node-_609b4321-2f2a-7c08-9aa9-29783e3cbb3b-6d9ff3ad, #w-node-ad0713c8-acd5-cb6a-05b3-81074f071225-6d9ff3ad, #w-node-_54aa58e7-0b97-3d1d-783f-80e3ceba61a8-6d9ff3ad, #w-node-c98287b5-f1a4-979d-8f84-29f576107039-6d9ff3ad, #w-node-_22dbdf7d-d19f-6002-e8c4-62cb72055f3d-6d9ff3ad, #w-node-_2d15e77d-0295-6a54-7f89-4b1af07cc358-6d9ff3ad, #w-node-c8195ed5-482f-e462-2091-823868d9f1b9-6d9ff3ad, #w-node-_7ed35a41-7680-0887-4b2c-c483cf167156-6d9ff3ad, #w-node-_3d709119-81df-0d7c-46a4-b9192c0bce99-6d9ff3ad, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-6d9ff3ad, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-6d9ff3ad, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-6d9ff3ad, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-6d9ff3ad, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-6d9ff3ad, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-6d9ff3ad, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-6d9ff3ad, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-6d9ff3ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_60ed9f8e-3187-b8f5-dc34-c010bbe63f93-6d9ff3ad {
    grid-column: span 2 / span 2;
  }

  #w-node-_60ed9f8e-3187-b8f5-dc34-c010bbe63f96-6d9ff3ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7fa1b374-5ded-32c3-b3d5-b50c4516c0a9-6d9ff3af {
    grid-column: span 1 / span 1;
  }

  #w-node-_7fa1b374-5ded-32c3-b3d5-b50c4516c0b7-6d9ff3af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_90bf751f-3d27-9ab8-fb6d-4ac718e656e2-6d9ff3af {
    grid-column: span 1 / span 1;
  }

  #w-node-c267ff26-0c2f-7291-0918-871255de5786-6d9ff3b1, #w-node-c267ff26-0c2f-7291-0918-871255de578f-6d9ff3b1, #w-node-c267ff26-0c2f-7291-0918-871255de5798-6d9ff3b1, #w-node-c267ff26-0c2f-7291-0918-871255de57a1-6d9ff3b1, #w-node-c267ff26-0c2f-7291-0918-871255de57aa-6d9ff3b1, #w-node-c267ff26-0c2f-7291-0918-871255de57b3-6d9ff3b1, #w-node-_4ebd5ec0-3fd9-578d-68e6-4c888e049d84-336e7e83, #w-node-_4ebd5ec0-3fd9-578d-68e6-4c888e049d8d-336e7e83, #w-node-_4ebd5ec0-3fd9-578d-68e6-4c888e049d96-336e7e83, #w-node-_4ebd5ec0-3fd9-578d-68e6-4c888e049d9f-336e7e83, #w-node-_4ebd5ec0-3fd9-578d-68e6-4c888e049da8-336e7e83, #w-node-_4ebd5ec0-3fd9-578d-68e6-4c888e049db1-336e7e83 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@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 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}