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

:root {
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--accent--primary-1: #ea5614;
  --systemflow-lite--neutral--100: #101a2b;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --systemflow-lite--primary--10: #f2f6ff;
  --systemflow-lite--neutral--80: #636b75;
  --systemflow-lite--neutral--10-2: white;
  --systemflow-lite--primary--60: #2f54eb;
  --systemflow-lite--primary--50: #597ef7;
  --systemflow-lite--primary--70: #1d39c4;
  --systemflow-lite--primary--80: #10239e;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.background-video {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: #fff0;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: absolute;
  inset: 0% 0% auto;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-content-wrapper.kontakt {
  justify-content: center;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library--neutral--100);
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 0;
  font-family: Alternate, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-link.w--current {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---header-nav-link.w--current:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--100);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---bg-full-width-top {
  z-index: -2;
  background-color: var(--elements-webflow-library--neutral--200);
  width: 100%;
  min-height: 630px;
  position: absolute;
  inset: 0% 0% auto;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-list-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---hero-v7-left-col {
  margin-top: 56px;
}

.brix---section-hero-v7 {
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---grid-hero-v7 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---grid-1-column-row-16px {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---card-form {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  min-height: 576px;
  margin-bottom: 0;
  padding: 56px 40px;
}

.brix---input-label {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

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

.brix---floating-image-hero-v7 {
  z-index: -1;
  max-width: 650px;
  position: absolute;
  inset: -8% -13% auto auto;
  transform: rotate(140deg);
}

.container {
  max-width: none;
  position: absolute;
}

.heading {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alternate, Tahoma, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 150px;
  text-decoration: none;
  position: static;
}

.heading.v1 {
  text-align: center;
  font-size: 110px;
  line-height: 140px;
}

.heading.v2 {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  font-size: 50px;
  line-height: 70px;
}

.heading.v2.blaxk {
  color: var(--systemflow-lite--neutral--100);
}

.heading.v2.blaxk.left {
  text-align: left;
}

.heading.v2.blaxk.left.v4 {
  letter-spacing: 2px;
  font-size: 35px;
  line-height: 50px;
}

.heading.v2.left {
  text-align: left;
}

.heading.v3 {
  direction: ltr;
  color: var(--systemflow-lite--neutral--100);
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: normal;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-size: 25px;
  font-style: normal;
  line-height: 40px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.heading.v3:hover {
  text-decoration: none;
}

.sysf-container {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sysf-heading {
  color: var(--systemflow-lite--neutral--100);
}

.sysf-heading.sysf-xl {
  color: var(--systemflow-lite--primary--10);
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.sysf-body-text {
  color: var(--systemflow-lite--neutral--80);
  margin-top: 0;
}

.sysf-body-text.sysf-m {
  color: var(--systemflow-lite--neutral--10-2);
  letter-spacing: 0;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.sysf-body-text.sysf-m.black {
  color: var(--systemflow-lite--neutral--100);
  font-weight: 300;
}

.sysf-body-text.sysf-m.left {
  text-align: left;
}

.sysf-wrapper-m {
  padding-top: 64px;
  padding-bottom: 64px;
}

.sysf-button {
  background-color: var(--systemflow-lite--primary--60);
  color: var(--systemflow-lite--neutral--10-2);
  text-align: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button:hover {
  background-color: var(--systemflow-lite--primary--50);
}

.sysf-button:active {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button:focus {
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10-2), 0 0 0 5px var(--systemflow-lite--primary--60);
}

.sysf-button.sysf-medium {
  border-radius: 6px;
  padding: 8px 12px;
}

.sysf-button.sysf-medium:hover {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button.sysf-medium:active {
  background-color: var(--systemflow-lite--primary--80);
}

.sysf-button.sysf-medium:focus {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button-text {
  font-weight: 500;
  display: inline-block;
}

.sysf-tagline {
  background-color: var(--systemflow-lite--primary--10);
  color: var(--systemflow-lite--primary--60);
  letter-spacing: -.006em;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.sysf-c-t-primary-60 {
  color: var(--systemflow-lite--primary--60);
}

.sysf-hero-title-centered {
  text-align: center;
  width: 100%;
  max-width: 1120px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.sysf-ctas-wrapper {
  margin-top: 1.5rem;
}

.sysf-hero-video {
  border-radius: 0;
  max-width: 70%;
}

.sysf-hero-section {
  background-image: linear-gradient(#09111d, #0f1b2c 36%);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.sysf-lightbox-centered {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tagline {
  color: var(--systemflow-lite--neutral--10-2);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Alternate, Tahoma, sans-serif;
  font-size: 25px;
  line-height: 40px;
}

.tagline.blaxk {
  color: var(--systemflow-lite--neutral--100);
  font-size: 20px;
}

.tagline.left {
  text-align: left;
}

.container-2 {
  background-color: var(--systemflow-lite--neutral--10-2);
  background-image: url('../images/feer.png'), url('../images/feer.png');
  background-position: 68%, 33%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 70%, auto 70%;
  justify-content: center;
  align-items: stretch;
  min-width: 70%;
  max-width: 70%;
  min-height: auto;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 92% 0% auto;
}

.div-block {
  width: 99.9999%;
  height: 100%;
}

.link-block {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  padding: 12px 40px;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.paragraph {
  text-decoration: none;
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Alternate, Tahoma, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.rt-component-container {
  width: 100%;
  max-width: 1120px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section.rt-icon-box-v-six {
  background-image: linear-gradient(180deg, var(--systemflow-lite--neutral--100) 60%, #00021d);
  padding-top: 100px;
  padding-bottom: 100px;
}

.rt-component-section.rt-footer-v-four {
  background-image: linear-gradient(180deg, var(--systemflow-lite--neutral--100) 31%, #03091f);
  padding-top: 70px;
}

.rt-component-section.rt-contact-v-one {
  background-color: var(--systemflow-lite--neutral--100);
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/DSC03298-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 100vh;
  padding-top: 140px;
}

.rt-text-center {
  text-align: center;
}

.rt-home-one-features-container {
  display: flex;
}

.rt-home-one-features-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 1px solid #e4e4e4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 77px 55px;
  display: flex;
}

.rt-home-one-features-item.rtborder-off {
  border-right-style: none;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---opacity-20-2 {
  opacity: .2;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

.brix---button-row-left {
  margin-right: 24px;
}

.brix---floating-image-hero-v2---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: -1% auto auto -21%;
  transform: rotate(140deg);
}

.brix---full-width-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brix---section-hero-full-width-right {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---hero-full-width-right-hero-v5 {
  max-width: 45%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---hero-full-width-right-hero-v5.left {
  inset: 0% auto 0% 0%;
}

.logos {
  padding-right: 20px;
}

.button {
  background-color: var(--elements-webflow-library--accent--primary-1);
  padding: 12px 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.button:hover {
  background-color: var(--systemflow-lite--neutral--100);
}

.rt-home-two-award-date-box {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 16px;
  line-height: 24px;
  display: flex;
}

.rt-heading-five-48 {
  color: #1f2e54;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.rt-home-two-award-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.rt-home-two-award-container.no {
  margin-top: 0;
}

.rt-home-body-text {
  color: var(--elements-webflow-library--neutral--100);
  font-family: Alternate, Tahoma, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.rt-home-two-award-content {
  color: var(--elements-webflow-library--neutral--300);
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.rt-home-two-award-item {
  padding-right: 40px;
}

.rt-home-two-award-item.rt-item-two {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  padding-bottom: 40px;
  padding-left: 40px;
}

.rt-home-two-award-item.rt-item-two.line {
  border-top: 1px solid #ececec;
  padding-top: 40px;
}

.rt-home-two-award-item.rt-item-three {
  padding-left: 40px;
  padding-right: 0;
}

.rt-home-two-award-item.rt-item-three.line, .rt-home-two-award-item.line {
  border-top: 1px solid #ececec;
  padding-top: 40px;
}

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

.inner-container._550px {
  max-width: 550px;
}

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

.empty-state {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ebeff6;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #14142b14;
}

.color-secondary-1 {
  color: #2388ff;
}

.btn-primary {
  color: #fff;
  text-align: center;
  background-color: #ff2d46;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  box-shadow: 0 4px 8px #ff2d4666;
}

.btn-primary:hover {
  color: #fff;
  transform: scale(.95);
}

.btn-primary.pd-14px---24px {
  padding: 14px 24px;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns.instagram-feed---3-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.color-neutral-800 {
  color: #19213d;
}

.color-neutral-800.hover-color-accent-1:hover {
  color: #ff2d46;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.flex {
  display: flex;
}

.flex.align-center {
  align-items: center;
}

.flex.align-center.gap-column-12px {
  grid-column-gap: 12px;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  font-weight: 500;
}

.heading-h1-size {
  color: #19213d;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.heading-h1-size.mg-bottom-8px {
  color: var(--systemflow-lite--neutral--100);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Alternate, Tahoma, sans-serif;
}

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

.grid-2-columns._1-5fr---1fr {
  grid-template-columns: 1.5fr 1fr;
}

.grid-2-columns._1-5fr---1fr.mg-bottom-64px {
  max-width: 1120px;
}

.social-icon-font {
  line-height: 21px;
}

.social-icon-font.btn-social-icon {
  margin-right: 8px;
  font-size: 20px;
  line-height: 1em;
}

.logo-instagram {
  border-radius: 0;
  max-width: 40px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.feedspring-alert-text {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 20px;
}

.feedspring-alert-title {
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.instagram-count-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.feedspring-container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.instagram-link {
  z-index: 99;
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  background-color: #08080bb5;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.instagram-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.instagram-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.instagram-count {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.instagram-count-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.feedspring-alert-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feedspring-wrapper {
  z-index: 5;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.feedspring-section {
  padding: 72px 5%;
  display: none;
}

.feedspring-alert-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.feedspring-alert {
  color: #000;
  background-color: #f5f7f8;
  border: 1px solid #edf0f2;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  display: flex;
}

.intagram-post {
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-margin-top-ten {
  margin-top: 10px;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-decoration: none;
  transition: color .35s;
}

.rt-body-font-color:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.rt-about-option {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: .32px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.rt-about-option:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-about-option.rt-about-last {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.rt-designed-text {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.rt-home-about-block-one {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.rt-home-copyright-main-block {
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.rt-container-4 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rt-social-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.rt-links-block-two-home {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--radiant-ui-components-library-marketplace--color--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.rt-home-footer-para {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  max-width: 316px;
  padding-top: 29px;
  font-size: 16px;
  line-height: 27px;
}

.rt-copyright-text {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-text-field-home {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  border: 1px solid #06060626;
  width: 100%;
  margin-bottom: 0;
  padding: 26px 0 26px 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.rt-submit-button-home {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: #0000;
  background-image: url('../images/Footer-One-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 51px;
  padding: 13px 21px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  overflow: hidden;
}

.rt-quick-link-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 17px;
  line-height: 27px;
  display: flex;
}

.rt-quick-link-list.rt-padding-top {
  padding-top: 40px;
}

.rt-email-block {
  margin-top: 5px;
  margin-bottom: 0;
}

.rt-footer-blue-icon {
  z-index: 2;
  position: absolute;
}

.rt-form-home {
  grid-row-gap: 15px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  min-width: 316px;
  display: flex;
}

.rt-footer-lower-font {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 27px;
}

.rt-padding {
  margin-top: 6px;
}

.rt-social-links-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #06060626;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-home-footer-container-two {
  max-width: 1290px;
}

.rt-footer-links-text {
  color: #686868;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.rt-footer-links-text.rt-color-dark {
  color: #000;
}

.rt-footer-links-text.rt-color-dark.rt-hover:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-home-social-link-icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.rt-footer-hover-icon {
  z-index: 1;
  position: relative;
}

.rt-footer-icon-background {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  position: absolute;
  inset: 0%;
}

.rt-home-footer-main-block-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.rt-quick-link-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-quick-link-block-two.rt-padding, .rt-quick-link-block-two.rt-padding._1 {
  margin-top: 0;
}

.rt-quick-link-block-two.rt-padding-three {
  align-items: center;
}

.rt-footer-link-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.rt-footer-link-box.rt-padding-buttom {
  text-decoration: none;
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.rt-image {
  margin-top: 6px;
}

.bold-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.bold-text:hover {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: none;
}

.image {
  margin-top: 30%;
}

.rt-body-font-color-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: color .35s;
}

.rt-no-underline {
  cursor: pointer;
  text-decoration: none;
}

.rt-contact-block-two-left {
  text-align: center;
  flex: 1;
  align-self: center;
  max-width: 47%;
}

.rt-contact-block-two-right {
  flex: 1;
  align-self: center;
}

.rt-footer-address-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 10px;
}

.rt-home-one-submit {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: .11rem;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  width: 285px;
  padding: 17px 5px;
  font-family: Lato, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.5625rem;
}

.rt-image-height-auto-2 {
  object-fit: cover;
  height: auto;
  margin-top: 6px;
}

.rt-contact-two-flex-one {
  margin-top: 35px;
  margin-bottom: 20px;
}

.rt-contact-two-flex-one.rt-contact-one-flex {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  align-items: center;
}

.rt-contact-two-flex-two {
  align-items: center;
  margin-bottom: 45px;
}

.rt-footer-social-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.rt-home-one-form-text-field {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #49392a;
  height: 58px;
  padding-left: 25px;
  padding-right: 25px;
}

.rt-home-one-form-text-field.rt-contact-one-text-field {
  color: var(--systemflow-lite--neutral--100);
  background-color: #f3f3f3;
  border-style: none;
  border-radius: 5px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}

.rt-home-one-form-text-field.rt-contact-one-text-field::placeholder {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-home-one-form-text-field.rt-contact-one-text-field.rt-contact-one-textarea {
  height: 120px;
  padding-top: 20px;
}

.rt-contact-one-block-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-self: stretch;
}

.rt-contact-one-form-block {
  width: 100%;
  margin-top: 38px;
  margin-bottom: 0;
}

.heading-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Alternate, Tahoma, sans-serif;
}

.container-3 {
  max-width: 80%;
}

.heading-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: Alternate, Tahoma, sans-serif;
  font-weight: 700;
}

.paragraph-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: Lato, sans-serif;
}

.heading-4 {
  color: #ea5614;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alternate, Tahoma, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 150px;
  text-decoration: none;
  position: static;
}

.heading-4.v1 {
  font-size: 110px;
  line-height: 140px;
}

.heading-4.v2 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  line-height: 70px;
}

.perso {
  max-width: 90%;
}

@media screen and (min-width: 1280px) {
  .container-2 {
    min-height: auto;
    padding-bottom: 0;
    top: 93%;
  }

  .rt-component-section.rt-contact-v-one {
    padding-top: 200px;
  }

  .rt-home-about-block-one {
    width: auto;
  }

  .rt-links-block-two-home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .rt-submit-button-home {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .rt-home-footer-main-block-two {
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-quick-link-block-two.rt-padding-one {
    padding-right: 100px;
  }

  .rt-quick-link-block-two.rt-padding {
    padding-right: 116px;
  }

  .rt-quick-link-block-two.rt-padding-three {
    padding-right: 30px;
  }

  .image {
    margin-top: 0%;
  }

  .rt-contact-one-block-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

@media screen and (min-width: 1440px) {
  .brix---grid-hero-v7 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---grid-2-columns-form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .sysf-hero-title-centered {
    max-width: 1120px;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    min-width: 70%;
    max-width: 70%;
    min-height: auto;
    top: 94%;
  }

  .rt-component-container {
    max-width: 1120px;
  }

  .rt-component-section.rt-footer-v-four {
    margin-top: 0%;
  }

  .rt-component-section.rt-contact-v-one {
    padding-top: 200px;
  }

  .rt-home-one-features-item {
    flex: none;
  }

  .brix---grid-hero-v1 {
    grid-column-gap: 90px;
  }

  .rt-home-two-award-content {
    max-width: 376px;
  }

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

  .rt-home-footer-main-block-two {
    justify-content: space-between;
    align-items: flex-start;
  }

  .image {
    margin-top: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .sysf-hero-title-centered {
    max-width: 1120px;
  }

  .container-2 {
    background-position: 64%, 37%;
    align-items: center;
    min-width: 60%;
    max-width: 60%;
    top: 93%;
  }

  .link-block.middle {
    align-items: center;
  }

  .rt-component-container {
    max-width: 1120px;
  }

  .rt-component-section.rt-icon-box-v-six {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .rt-component-section.rt-contact-v-one {
    padding-top: 300px;
  }

  .brix---hero-full-width-right-hero-v5 {
    width: 100%;
    max-width: 46%;
  }

  .grid-2-columns._1-5fr---1fr.mg-bottom-64px {
    place-items: center start;
    max-width: 1120px;
  }

  .feedspring-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .feedspring-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .rt-links-block-two-home {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0%;
  }

  .rt-home-footer-main-block-two {
    justify-content: space-between;
    align-items: flex-start;
  }

  .image {
    margin-top: 0%;
  }
}

@media screen and (max-width: 991px) {
  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

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

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---hero-v7-left-col {
    margin-top: 0;
  }

  .brix---section-hero-v7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-hero-v7 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .brix---floating-image-hero-v7 {
    top: 24%;
    right: -30%;
  }

  .sysf-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sysf-button.sysf-medium {
    font-size: 16px;
  }

  .sysf-hero-title-centered {
    width: 100%;
  }

  .sysf-ctas-wrapper {
    margin-top: 1rem;
  }

  .rt-home-one-features-container {
    justify-content: center;
    align-items: center;
  }

  .rt-home-one-features-item {
    padding: 30px 25px 22px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-hero-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v2---1 {
    top: 24%;
    right: -30%;
  }

  .brix---section-hero-full-width-right {
    padding-top: 100px;
    padding-bottom: 522px;
  }

  .brix---hero-full-width-right-hero-v5 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 450px;
    display: flex;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .rt-home-two-award-container {
    margin-top: 22px;
  }

  .rt-home-two-award-content {
    padding-top: 16px;
  }

  .rt-home-two-award-item {
    padding-right: 20px;
  }

  .rt-home-two-award-item.rt-item-two {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-two-award-item.rt-item-three {
    padding-left: 20px;
  }

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

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

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

  .grid-3-columns.instagram-feed---3-col-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

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

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

  .rt-designed-text {
    text-align: center;
  }

  .rt-home-about-block-one {
    grid-row-gap: 0px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 2px;
  }

  .rt-home-copyright-main-block {
    grid-column-gap: 23px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 22px;
    padding-bottom: 30px;
  }

  .rt-container-4 {
    max-width: 1290px;
    position: static;
  }

  .rt-social-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .rt-links-block-two-home {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: start;
    width: 100%;
  }

  .rt-home-footer-para {
    text-align: center;
    padding-top: 19px;
    padding-bottom: 25px;
  }

  .rt-footer-blue-icon {
    opacity: 0;
  }

  .rt-form-home {
    justify-content: center;
    padding-top: 16px;
  }

  .rt-home-footer-main-block-two {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    align-items: flex-start;
    padding-bottom: 67px;
    display: grid;
  }

  .rt-quick-link-block-two {
    text-align: left;
    align-items: flex-start;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .rt-contact-block-two-left {
    align-self: flex-start;
  }

  .rt-home-one-submit {
    width: 200px;
  }

  .rt-contact-two-flex-one {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .rt-contact-two-flex-two {
    margin-bottom: 25px;
  }

  .rt-home-one-form-text-field {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-contact-one-block-two {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .brix---header-logo {
    max-width: 90%;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

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

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---section-hero-v7 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .brix---grid-hero-v7 {
    grid-template-columns: 1fr;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---grid-2-columns-form {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v7 {
    max-width: 480px;
  }

  .sysf-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sysf-heading.sysf-xl {
    margin-bottom: 12px;
  }

  .rt-home-one-features-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: grid;
  }

  .rt-home-one-features-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 21px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-v1 {
    grid-template-columns: 1fr;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---floating-image-hero-v2---1 {
    max-width: 480px;
  }

  .brix---section-hero-full-width-right {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---hero-full-width-right-hero-v5 {
    margin-top: 62px;
    position: static;
  }

  .rt-home-two-award-date-box {
    padding-top: 10px;
    padding-bottom: 4px;
  }

  .rt-home-two-award-container {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-home-two-award-content {
    text-align: center;
    max-width: 400px;
    padding-top: 5px;
  }

  .rt-home-two-award-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-home-two-award-item.rt-item-two {
    border-left-style: none;
    border-right-style: none;
  }

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

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

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

  .grid-3-columns.instagram-feed---3-col-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .heading-h1-size {
    font-size: 38px;
    line-height: 46px;
  }

  .grid-2-columns, .grid-2-columns._1-5fr---1fr {
    grid-template-columns: 1fr;
  }

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

  .feedspring-alert-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .rt-home-about-block-one {
    width: 100%;
  }

  .rt-social-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .rt-links-block-two-home {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .rt-footer-lower-font {
    text-align: center;
  }

  .rt-home-footer-main-block-two {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .rt-quick-link-block-two {
    text-align: left;
    align-items: flex-start;
  }

  .rt-contact-block-two-left {
    max-width: 100%;
  }

  .rt-contact-one-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .rt-home-one-submit {
    width: 100%;
  }

  .rt-contact-two-flex-one, .rt-contact-two-flex-two {
    flex: 1;
  }

  .rt-contact-one-block-two {
    padding-top: 25vh;
    display: block;
  }

  .rt-contact-one-form-block {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    min-height: 80vh;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-content-wrapper.kontakt {
    justify-content: space-between;
  }

  .brix---header-nav-link {
    color: var(--systemflow-lite--neutral--100);
  }

  .brix---header-nav-list-item {
    color: var(--systemflow-lite--neutral--100);
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
    background-color: var(--elements-webflow-library--accent--primary-1);
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---section-hero-v7 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---floating-image-hero-v7 {
    display: none;
  }

  .heading.v1 {
    text-align: center;
    font-size: 50px;
    line-height: 70px;
  }

  .heading.v2 {
    font-size: 26px;
    line-height: 40px;
  }

  .sysf-wrapper-m {
    padding-top: 0;
  }

  .sysf-button.sysf-medium {
    align-self: stretch;
  }

  .sysf-ctas-wrapper {
    flex-direction: column;
    margin-top: 1rem;
    display: flex;
  }

  .sysf-hero-video {
    max-width: 90%;
  }

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

  .tagline {
    font-size: 16px;
  }

  .container-2 {
    flex-flow: column;
    display: none;
  }

  .rt-component-section.rt-icon-box-v-six {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rt-component-section.rt-footer-v-four {
    padding-bottom: 20px;
  }

  .rt-component-section.rt-contact-v-one {
    padding-top: 140px;
  }

  .rt-home-one-features-container {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .brix---btn-primary-2, .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---floating-image-hero-v2---1 {
    display: none;
  }

  .brix---section-hero-full-width-right, .brix---section-hero-full-width-right.left {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---hero-full-width-right-hero-v5 {
    object-fit: fill;
    height: 50%;
  }

  .button {
    text-align: center;
  }

  .rt-home-two-award-content {
    text-align: left;
    max-width: 100%;
  }

  .rt-home-two-award-item {
    align-items: flex-start;
    padding-right: 0;
  }

  .rt-home-two-award-item.rt-item-two {
    padding: 20px 0;
  }

  .rt-home-two-award-item.rt-item-two.line {
    border-top-style: none;
    padding-top: 20px;
  }

  .rt-home-two-award-item.rt-item-three {
    padding-left: 0;
  }

  .rt-home-two-award-item.rt-item-three.line {
    border-top-style: none;
    padding-top: 20px;
  }

  .rt-home-two-award-item.line {
    border-top-style: none;
    padding-top: 20px;
    padding-right: 0;
  }

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

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .heading-h1-size {
    font-size: 32px;
    line-height: 38px;
  }

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

  .rt-designed-text {
    text-align: left;
  }

  .rt-home-about-block-one {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-social-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .rt-links-block-two-home {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-home-footer-para {
    text-align: left;
  }

  .rt-quick-link-list.rt-padding-top {
    padding-top: 20px;
  }

  .rt-email-block {
    width: 100%;
  }

  .rt-form-home {
    min-width: 100%;
  }

  .rt-home-social-link-icons {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .rt-home-footer-main-block-two {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding-bottom: 43px;
  }

  .rt-quick-link-block-two {
    text-align: left;
    align-items: flex-start;
  }

  .rt-quick-link-block-two.rt-padding {
    padding-bottom: 15px;
  }

  .rt-footer-link-box {
    padding-bottom: 20px;
  }

  .rt-footer-link-box.rt-padding-buttom {
    padding-bottom: 16px;
  }

  .image {
    margin-top: 0%;
  }

  .rt-contact-two-flex-one.rt-contact-one-flex {
    display: none;
  }

  .rt-contact-one-block-two {
    padding-top: 0%;
  }

  .div-block-2 {
    margin-top: -50px;
    padding-top: 0;
  }

  .handyyy {
    display: none;
  }

  .container-3 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .link {
    font-size: 12px;
  }

  .link-2, .link-3 {
    font-size: 10px;
  }

  .heading-4.v1 {
    text-align: center;
    font-size: 50px;
    line-height: 70px;
  }

  .heading-4.v2 {
    font-size: 26px;
    line-height: 40px;
  }
}

#w-node-_1ba00d01-4092-0f54-4a6d-56857aae605a-a578e740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ba00d01-4092-0f54-4a6d-56857aae6062-a578e740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_1ba00d01-4092-0f54-4a6d-56857aae6063-a578e740, #w-node-_3ec7edce-1dd8-6ac0-fcb4-35d49a3174fa-a578e740, #w-node-_3ec7edce-1dd8-6ac0-fcb4-35d49a317506-a578e740, #w-node-_3ec7edce-1dd8-6ac0-fcb4-35d49a317512-a578e740, #w-node-_3ec7edce-1dd8-6ac0-fcb4-35d49a31751e-a578e740, #w-node-_3ec7edce-1dd8-6ac0-fcb4-35d49a31752a-a578e740, #w-node-_3ec7edce-1dd8-6ac0-fcb4-35d49a317536-a578e740, #w-node-_3ec7edce-1dd8-6ac0-fcb4-35d49a317542-a578e740, #w-node-_3ec7edce-1dd8-6ac0-fcb4-35d49a31754e-a578e740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_728bc60d-f2f0-c006-0676-91459bd73dba-a578e740, #w-node-_728bc60d-f2f0-c006-0676-91459bd73dcb-a578e740 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_728bc60d-f2f0-c006-0676-91459bd73da7-a578e740 {
    place-self: start center;
  }
}


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