.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.dropdown-image {
  margin-bottom: 14px;
  border-radius: 10px;
}

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.navigation-link:hover {
  color: #af2d75;
}

.navigation-link.w--current {
  color: #d6279c;
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-toggle {
  padding-right: 24px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lineto circular pro book', sans-serif;
}

.dropdown-toggle:hover {
  color: #8c54ff;
}

.nav-blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.dropdown-pointer {
  position: relative;
}

.nav-link-details {
  opacity: 0.9;
  font-family: Montserrat, sans-serif;
  color: #18191c;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  white-space: normal;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  margin-right: 44px;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  min-height: 90px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #8c54ff;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.navigation {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 320px;
  padding-top: 10px;
  background-color: transparent;
}

.navigation-dropdown.dropdown-long {
  left: -185px;
  min-width: 500px;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-block {
  position: relative;
  z-index: 25;
  display: none;
  width: 100%;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 140px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper-flex.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.dropdown-title {
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  color: #18191c;
  font-size: 15px;
  font-weight: 600;
}

.dropdown-title:hover {
  color: #18191c;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.dropdown-wrapper {
  overflow: hidden;
  min-width: 140px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.icon-4 {
  margin-right: 5px;
  color: #20222b;
}

.icon-4:hover {
  color: #af2d75;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #283338;
  font-size: 15px;
}

.flowbase-logo {
  width: 54px;
}

.icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #151720;
}

.dropdown-link-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.icon {
  width: 100%;
}

.pointer {
  position: absolute;
  left: 0%;
  top: -3%;
  right: 4%;
  bottom: auto;
  z-index: 20;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.login-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-blog {
  font-family: 'Lineto circular pro book', sans-serif;
  color: #18191c;
  font-size: 14px;
  white-space: normal;
}

.dropdown-column-right {
  width: 50%;
  height: 100%;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
}

.dropdown-link {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: hsla(0, 0%, 98%, 0.8);
  color: #7839f3;
}

.banner-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 55px;
  padding: 8px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(138deg, #a54e87, #af2d75), url('../images/loginRegisterBackground.png');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.banner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-37 {
  margin-right: 10px;
  padding: 6px 15px;
  border-radius: 6px;
  background-color: #18191c;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.cta-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.brand-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand-2 {
  display: block;
  height: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo {
  height: 100%;
}

.hiring-label {
  display: none;
  margin-top: 10px;
  margin-left: 16px;
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #a54e87;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.body {
  overflow: visible;
  background-color: #151720;
}

.outlined-btn {
  margin-top: 16px;
  margin-right: 16px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #303fe1;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, color 300ms cubic-bezier(.23, 1, .32, 1), background-color 300ms ease;
  transition: border-color 300ms ease, color 300ms cubic-bezier(.23, 1, .32, 1), background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: capitalize;
}

.outlined-btn:hover {
  border-color: #303fe1;
  background-color: #303fe1;
  color: #fff;
}

.outlined-btn.no-margin-top {
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: #20222b;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
}

.outlined-btn.no-margin-top:hover {
  background-color: #20222b;
}

.outlined-btn.no-margin-top.outline_btn {
  margin-left: 25px;
}

.outlined-btn.no-margin-top.licenseos-custom {
  margin-left: 0px;
  border-color: #151720;
}

.outlined-btn.no-margin-top.licenseos-custom:hover {
  background-color: #151720;
}

.outlined-btn.no-margin-top.ancomox-hero-button1:hover {
  border-color: #ac367a;
}

.outlined-btn.full-width {
  width: 100%;
  margin-right: 0px;
}

.outlined-btn.full-width.google-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filled-btn {
  margin-top: 16px;
  margin-right: 16px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #303fe1;
  border-radius: 4px;
  background-color: #303fe1;
  -webkit-transition: border-color 300ms ease, color 300ms cubic-bezier(.23, 1, .32, 1), background-color 300ms ease;
  transition: border-color 300ms ease, color 300ms cubic-bezier(.23, 1, .32, 1), background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: capitalize;
}

.filled-btn:hover {
  border-color: #fff;
  background-color: #fff;
  color: #303fe1;
}

.filled-btn.no-margin-top {
  margin-top: 0px;
}

.filled-btn.no-margin-top.no-margin-right {
  margin-right: 0px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: transparent;
  background-color: #e9e9e9;
  text-align: center;
}

.filled-btn.no-margin-top.no-margin-right:hover {
  background-color: #20222b;
  font-family: Montserrat, sans-serif;
  color: #18191c;
}

.filled-btn.no-margin-top.no-margin-right.filled_button_right {
  margin-left: 30px;
}

.filled-btn.no-margin-top.no-margin-right.btn-dark {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #151720;
}

.filled-btn.no-margin-top.no-margin-right.btn-dark:hover {
  color: #fff;
}

.filled-btn.no-margin-top.no-margin-right.btn-dark.btn-product-haupt-licenseos {
  border-style: none;
  background-color: transparent;
  background-image: linear-gradient(139deg, #2e8953, #a5c84e);
}

.filled-btn.no-margin-top.no-margin-right.btn-dark.btn-product-haupt-emergencyos {
  border-style: none;
  background-color: transparent;
  background-image: linear-gradient(171deg, #4a54a5, #973538);
}

.filled-btn.no-margin-top.no-margin-right.licenseos {
  background-color: #151720;
}

.filled-btn.no-margin-top.no-margin-right.licenseos:hover {
  color: #fff;
}

.filled-btn.no-margin-top.no-margin-right.navbar-button-dark {
  background-color: #20222b;
}

.filled-btn.no-margin-top.no-margin-right.navbar-button-dark:hover {
  color: #fff;
}

.filled-btn.no-margin-top.no-margin-right.navbar-button-dark.cta-button-dark {
  margin-left: 0px;
}

.filled-btn.no-margin-top.no-margin-right.ancomox-hero-button2:hover {
  color: #fff;
}

.filled-btn.no-margin-top.full-width-phone {
  border-color: transparent;
  background-color: #af2d75;
}

.filled-btn.no-margin-top.full-width-phone:hover {
  color: #18191c;
}

.filled-btn.no-margin-top.no-margin-right {
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #af2d75;
  text-align: center;
}

.filled-btn.no-margin-top.no-margin-right.close-cookie-bar {
  font-family: 'Lineto circular pro', sans-serif;
}

.filled-btn.no-margin-top.no-margin-right.close-cookie-bar:hover {
  color: #fff;
}

.filled-btn.full-width {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  border-color: transparent;
  background-color: #af2d75;
}

.filled-btn.full-width:hover {
  color: #18191c;
}

.filled-btn.full-width {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.text-block:hover {
  color: #af2d75;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.text-block-2:hover {
  color: #af2d75;
}

.text-block-3 {
  color: #fff;
  font-size: 18px;
}

.text-block-3:hover {
  color: #af2d75;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

.hero-btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-btn-container.center {
  margin-top: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-title {
  max-width: 100%;
  margin-top: 0px;
  font-size: 72px;
  line-height: 78px;
}

.hero-title.center {
  font-family: 'Lineto circular pro', sans-serif;
  color: #fff;
  font-size: 5em;
  text-align: center;
}

.hero-title.medium {
  font-family: 'Lineto circular pro', sans-serif;
  color: snow;
  font-size: 60px;
  line-height: 66px;
}

.container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #151720;
}

.container.hero-flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.hero-flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-top {
  z-index: 2;
  width: 70%;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-section {
  padding-top: 100px;
  padding-bottom: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-bottom {
  z-index: 0;
  width: 100%;
}

.hero-img {
  border-radius: 8px;
}

.cookie-bar {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  width: 100%;
  max-width: 640px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #151720;
  box-shadow: 0 16px 30px 0 rgba(13, 15, 25, 0.5);
  font-weight: 500;
  white-space: normal;
}

.cookie-text {
  margin-right: 16px;
  font-family: 'Lineto circular pro book', sans-serif;
  color: #e4e2e2;
  font-size: 16px;
  font-weight: 400;
}

.cookie-link {
  text-decoration: underline;
}

.cookie-bar-2 {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 640px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #151720;
  box-shadow: 0 16px 30px 0 rgba(13, 15, 25, 0.5);
  font-weight: 500;
  white-space: normal;
}

.cookie-text-2 {
  margin-right: 16px;
}

.section-title {
  max-width: 50%;
  margin: 0px auto 16px;
  font-size: 42px;
  line-height: 48px;
}

.section-title.center {
  margin-bottom: 24px;
  text-align: center;
}

.section-title.in-half-div {
  max-width: none;
  margin-bottom: 10px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 60px;
  font-weight: 900;
}

.section-title.in-half-div.main-cta-head {
  margin-bottom: 10px;
  padding-right: 269px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.section-title.in-one-third-div {
  max-width: none;
  margin-bottom: 20px;
  color: #fff;
  font-size: 2.3em;
  line-height: 1.2em;
}

.integration-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-field-wrap {
  margin-bottom: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-field-wrap.small-margin-bottom {
  margin-bottom: 16px;
}

.field-label {
  margin-bottom: 4px;
  font-family: 'Lineto circular pro', sans-serif;
  color: #fff;
  font-weight: 700;
}

.success-message {
  padding: 16px;
  border-radius: 2px;
  background-color: #303fe1;
  color: #fff;
  font-weight: 600;
}

.success-message.soft {
  padding: 16px;
  background-color: #fff;
  color: #304ffe;
}

.utility-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 16px;
  background-color: #151720;
}

.utility-page-form.card {
  min-width: 33.3334%;
  padding: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.utility-page-form.card.max-width {
  width: 100%;
  max-width: 460px;
  min-width: 320px;
  background-color: #151720;
}

.google-btn-icon {
  display: block;
  width: 16px;
  margin-right: 10px;
}

.utility-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  margin-bottom: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 35px;
}

.text-field {
  height: 48px;
  padding: 10px 16px;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #20222b;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease;
  color: #fff;
  font-weight: 500;
}

.text-field:hover {
  border-color: #af2d75;
}

.text-field:focus {
  border-color: #af2d75;
  background-color: #151720;
}

.text-field::-webkit-input-placeholder {
  color: #5b5d63;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.text-field:-ms-input-placeholder {
  color: #5b5d63;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.text-field::-ms-input-placeholder {
  color: #5b5d63;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.text-field::placeholder {
  color: #5b5d63;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.form-help-text {
  font-family: 'Lineto circular pro book', sans-serif;
  color: #cec3c3;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.text-link {
  color: #af2d75;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.text-link.muted {
  font-family: 'Lineto circular pro', sans-serif;
  color: #fff;
}

.utility-page-wrapper-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrapper-content.with-card {
  width: 100vw;
  margin-bottom: 0px;
  padding: 80px 32px;
}

.utility-card-title {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: 'Lineto circular pro', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.checkbox-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.checkbox-wrap.no-margin-bottom {
  margin-bottom: 0px;
}

.error-message {
  padding: 16px;
  border: 2px solid #ff194a;
  border-radius: 4px;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
}

.error-message.soft {
  background-color: rgba(255, 25, 74, 0.1);
  text-align: center;
}

.extra-form-actions-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.extra-form-actions-wrapper.margin-top {
  margin-top: 16px;
}

.extra-form-actions-wrapper.margin-top.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.extra-form-actions-wrapper.margin-top.center.no-margin-bottom {
  margin-bottom: 0px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  background-color: #20222b;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.checkbox.w--redirected-checked {
  border-width: 2px;
  border-color: #304ffe;
  background-color: #304ffe;
  background-image: url('../images/thick-check-white_1thick-check-white.png');
  background-size: 12px;
}

.checkbox.small {
  width: 20px;
  height: 20px;
}

.checkbox.small.w--redirected-checked {
  background-color: #af2d75;
}

.checkbox.small {
  width: 20px;
  height: 20px;
}

.checkbox.small.w--redirected-checked {
  background-color: #af2d75;
}

.body-2 {
  background-color: #0d0f19;
  background-image: url('../images/loginRegisterBackground.png');
  background-position: 50% 50%;
  background-size: cover;
}

.checkbox-label {
  color: #fff;
}

.hero-left {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 8.333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.submit-btn {
  margin-top: 16px;
  margin-right: 16px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #303fe1;
  border-radius: 4px;
  background-color: #303fe1;
  -webkit-transition: border-color 300ms ease, color 300ms cubic-bezier(.23, 1, .32, 1), background-color 300ms ease;
  transition: border-color 300ms ease, color 300ms cubic-bezier(.23, 1, .32, 1), background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: capitalize;
}

.submit-btn:hover {
  border-color: #fff;
  background-color: #fff;
  color: #303fe1;
}

.submit-btn.no-margin-top {
  height: 56px;
  margin-top: 0px;
  margin-left: 24px;
}

.text-field-2 {
  height: 48px;
  padding: 10px 16px;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #20222b;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease;
  color: #fff;
  font-weight: 500;
}

.text-field-2:hover {
  border-color: #af2d75;
}

.text-field-2:focus {
  border-color: #af2d75;
  background-color: #151720;
}

.text-field-2::-webkit-input-placeholder {
  color: #5b5d63;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.text-field-2:-ms-input-placeholder {
  color: #5b5d63;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.text-field-2::-ms-input-placeholder {
  color: #5b5d63;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.text-field-2::placeholder {
  color: #5b5d63;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.text-field-2.big {
  height: 56px;
}

.hero-section-2 {
  position: static;
  z-index: 2;
  padding-top: 65px;
  padding-bottom: 210px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 30px none #ae3076;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-section-2.hero-section-2 {
  background-image: none;
}

.hero-email-form {
  margin-top: 48px;
  margin-bottom: 0px;
}

.inline-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-right {
  position: relative;
  z-index: 1;
  width: 50%;
}

.paragraph {
  margin-bottom: 20px;
  font-family: 'Lineto circular pro', sans-serif;
  color: #fff;
  font-size: 17px;
}

.div-block-38 {
  display: block;
}

.faq-wrapper {
  display: block;
  width: 50%;
  padding-left: 7%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-dropdown-list {
  position: static;
  background-color: #151720;
}

.faq-dropdown-list.w--open {
  padding-top: 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #a555a2;
}

.faq-icon-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #af2d75;
}

.subheading {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lineto circular', sans-serif;
  color: #af2d75;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.faq-icon-line {
  width: 16px;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
}

.faq-icon-line.rotate {
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.section {
  z-index: 1;
  margin-top: 100px;
  padding: 40px 190px 120px;
  background-color: #151720;
}

.faq-dropdown {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: #18191c;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.faq-dropdown:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.faq-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.faq-paragraph {
  margin-bottom: 0px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  opacity: 0.8;
  font-family: 'Lineto circular', sans-serif;
  color: #fff;
}

.half-div {
  width: 50%;
  padding-right: 8.333%;
}

.faq-title {
  max-width: 100%;
  font-family: 'Lineto circular book', sans-serif;
  white-space: normal;
}

.section-2 {
  z-index: 1;
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #151720;
}

.features-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-text-block {
  z-index: 2;
  width: 50%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.features-text-block.left {
  padding-right: 8.333%;
}

.features-text-block.right {
  padding-left: 8.333%;
}

.feature-title-large {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 54px;
  font-weight: 600;
}

.features-img-block {
  z-index: 0;
  width: 50%;
}

.paragraph-2 {
  opacity: 0.8;
  font-family: 'Lineto circular pro book', sans-serif;
  color: #fff;
  font-size: 16px;
}

.paragraph-3 {
  opacity: 0.7;
  font-family: 'Lineto circular book', sans-serif;
  color: #fff;
  font-size: 16px;
}

.paragraph-3.custom-feddback-p {
  padding-right: 470px;
  font-family: Montserrat, sans-serif;
}

.companies-flex-wrapper {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.companies-half-grid {
  display: -ms-grid;
  display: grid;
  width: 75%;
  padding-left: 8.3334%;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.subheading-2 {
  display: inline-block;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #af2d75;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.section-3 {
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 10px;
  background-color: #151720;
}

.one-third-div {
  width: 33.3334%;
  padding-right: 32px;
}

.one-third-div.no-padding-right {
  padding-right: 0px;
}

.company-grid-img {
  max-height: 40px;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #181818;
}

.footer-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordion-wrapper {
  display: none;
}

.footer_sites {
  margin-bottom: 82px;
}

.container-2 {
  margin-bottom: 68px;
}

.text-block-8 {
  font-family: 'Lineto circular pro', sans-serif;
  color: #e2e2e2;
  font-weight: 700;
  text-align: center;
}

.footer-3 {
  margin-bottom: 0px;
  padding-top: 86px;
  padding-bottom: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 3px none #af2d75;
  background-color: transparent;
  background-image: url('../images/Footer.png');
  background-position: 50% 50%;
  background-size: auto;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.heading {
  font-family: 'Lineto circular pro', sans-serif;
  color: #fff;
}

.heading-2 {
  font-family: 'Lineto circular pro', sans-serif;
  color: #fff;
}

.heading-3 {
  font-family: 'Lineto circular pro', sans-serif;
  color: #fff;
}

.heading-4 {
  font-family: 'Lineto circular pro', sans-serif;
  color: #fff;
}

.list-item {
  opacity: 0.7;
  font-family: 'Lineto circular book', sans-serif;
  color: #fff;
  font-size: 16px;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-9 {
  padding-left: 10px;
  opacity: 0.8;
  font-family: 'Lineto circular book', sans-serif;
  color: #e2e2e2;
}

.text-block-10 {
  padding-right: 5px;
  opacity: 0.8;
  font-family: 'Lineto circular book', sans-serif;
  color: #e2e2e2;
}

.text-field-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.field-label-2 {
  margin-bottom: 4px;
  font-weight: 600;
}

.terms-agree-link {
  color: #af2d75;
  font-weight: 700;
}

.utility-logo-2 {
  height: 65px;
  margin-bottom: 48px;
}

.form-help-text-2 {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.utility-card-title-2 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.text-field-spacer {
  width: 24px;
}

.body-3 {
  background-color: #0d0f19;
  background-image: url('../images/loginRegisterBackground.png');
  background-position: 50% 50%;
  background-size: cover;
}

.checkbox-label-2 {
  color: #fffdfd;
}

.faq-wrapper-2 {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 26px;
  padding: 28px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(159, 6, 255, 0.2);
  border-radius: 21px;
  cursor: pointer;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.question-title {
  color: #001a49;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.faq-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff2e7;
}

.faq-content {
  overflow: hidden;
}

.faq-paragraph-2 {
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #4f596a;
  font-size: 17px;
  font-weight: 500;
}

.faq-plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-h1 {
  text-align: center;
}

.pricing-h1.faq-h2 {
  margin-bottom: 50px;
  color: #fff;
}

.faq-plus-l {
  position: absolute;
  width: 5px;
  height: 100%;
  border-radius: 3px;
  background-color: #af2d75;
}

.faq-q-text.faqheader {
  margin-bottom: 10px;
  font-family: 'Lineto circular', sans-serif;
  color: #fff;
  font-size: 25px;
}

.faq-plus {
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: #af2d75;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
}

.container-3 {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
}

.container-3.faq-container {
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
  border-radius: 5px;
  background-color: #151720;
  box-shadow: 0 0 50px 0 rgba(45, 62, 80, 0.06);
}

.faq-wrap {
  font-family: 'Lineto circular pro', sans-serif;
}

.link {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-answer-text {
  margin-bottom: 0px;
  opacity: 0.7;
  font-family: 'Lineto circular pro book', sans-serif;
  color: #fff;
  font-size: 16px;
}

.faq-answer {
  overflow: hidden;
  padding-left: 45px;
  border-bottom: 1px solid rgba(45, 62, 80, 0.12);
}

.faq-answer.last-faq-answer {
  border-bottom-width: 0px;
}

.div-block-41 {
  margin-bottom: 35px;
}

.link-2 {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 1px;
  opacity: 0.8;
  font-family: 'Lineto circular pro book', sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.link-2.link_footer_right {
  margin-left: 10px;
}

.link-2.link_footer_left {
  margin-right: 10px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.body-4 {
  background-color: #151720;
  background-image: url('../images/Group_30.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #18191c;
}

.team-members-collection-list {
  margin-top: 48px;
}

.team-members-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.team-member-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 12px;
  padding-bottom: 24px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.empty-state {
  padding: 16px;
  border-radius: 4px;
  background-color: #151720;
  font-weight: 500;
}

.hiring-label-2 {
  display: inline-block;
  margin-left: 16px;
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #303fe1;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.hiring-label-2.in-cta {
  margin-bottom: 16px;
  background-color: #d82364;
}

.cta-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 24px;
  background-color: #20222b;
}

.cta-block.hiring {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18191c;
}

.cta-title {
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  text-align: center;
}

.btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-container.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-hero {
  height: 450px;
  margin-top: 60px;
}

.div-block-42 {
  padding-right: 50px;
  padding-left: 50px;
}

.heading-5 {
  margin-bottom: 0px;
  font-family: 'Lineto circular pro', sans-serif;
  color: #d82364;
  font-size: 2.5em;
  font-weight: 400;
}

.heading-5.sub-heading {
  margin-top: 10px;
  color: #fff;
  font-size: 3em;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  max-width: 70%;
}

.div-block-44 {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.about-us {
  height: 500px;
  margin-top: 40px;
}

.div-block-45 {
  margin-right: 50px;
  margin-left: 50px;
}

.headline {
  padding-right: 100px;
}

.lottie-animation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-11 {
  margin-top: 10px;
  opacity: 0.8;
  font-family: 'Lineto circular pro book', sans-serif;
  color: #fff;
  font-size: 16px;
}

.column-2 {
  padding-top: 0px;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  margin-top: 100px;
}

.logos-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 11px;
  background-color: #f1f4f6;
}

.logos-wrap.big {
  display: -ms-grid;
  display: grid;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.logo-box.big {
  width: 140px;
  height: 70px;
  border-radius: 6px;
}

.payment-logo {
  height: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.payment-logo.custom-logo {
  height: 40px;
}

.payment-logo.visa-logo {
  height: 15px;
}

.payment-logo.custom-logo-dinners {
  height: 30px;
}

.payment-logo.amex-logo {
  width: 100%;
  height: auto;
}

.payment-logo.big-logo {
  height: 70px;
}

.payment-logo.big {
  height: 45px;
}

.section-4 {
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #0d0f19;
}

.section-4.medium {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-small {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 83.33333333333334%;
  margin-right: auto;
  margin-left: auto;
}

.container-small.show-overflow {
  overflow: visible;
}

.body-5 {
  background-color: #18191c;
}

.heading-6 {
  font-family: 'Lineto circular pro', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.section-5 {
  margin-top: 90px;
}

.heading-7 {
  margin-top: 10px;
  opacity: 0.8;
  font-family: 'Lineto circular book', sans-serif;
  color: #fafafa;
  font-weight: 400;
  text-align: center;
}

.grid {
  margin-top: 60px;
  margin-right: 160px;
  margin-left: 160px;
  -ms-grid-columns: 0.75fr 0.25fr 0.75fr;
  grid-template-columns: 0.75fr 0.25fr 0.75fr;
}

.job-item {
  padding: 20px;
  background-color: #1f2124;
}

.image-2 {
  max-height: 100px;
  max-width: 100px;
}

.heading-8 {
  color: #fff;
  font-size: 1.3em;
}

.heading-9 {
  opacity: 0.8;
  font-family: 'Lineto circular', sans-serif;
  color: #f7f7f7;
  font-size: 1em;
  font-weight: 400;
}

.job-badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.badge_error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  min-width: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #af2d75;
  color: #fff;
}

.badge_error.badge-left {
  margin-left: 20px;
}

.badge_text_white {
  color: #fff;
  font-weight: 700;
}

.job-apply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button_info_round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #9b6497;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.button_info_round:hover {
  background-color: #af2d75;
}

.button_info_round.button-left {
  margin-left: 20px;
}

.language-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #484646;
  text-decoration: none;
}

.language-link:hover {
  color: #7735f6;
}

.flag-1 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/united-kingdom.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flag-5 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/sweden.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flag-4 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/norway.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.langauge-line-base {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: rgba(155, 158, 184, 0.22);
}

.language-toggle {
  padding-right: 45px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(155, 158, 184, 0.22);
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lineto circular book', sans-serif;
  color: #20355a;
  font-size: 18px;
}

.langauge-line-break {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 0%;
  height: 1px;
  background-color: #5b3acc;
}

.flag-2 {
  width: 27px;
  height: 27px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/03e843d355743dc47b99765a46085382.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flag-3 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/france.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  min-width: 200px;
  padding: 8px 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  box-shadow: 18px 18px 45px 19px rgba(79, 94, 120, 0.1);
}

.text-block-12 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.icon-5 {
  color: #20222b;
}

.section-7 {
  margin-top: 70px;
}

.heading-10 {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 50px;
  border: 1px none #000;
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  text-align: center;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-48 {
  width: 40%;
}

.grid-2 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-49 {
  width: 50%;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 30px;
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

.heading-13 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
}

.grid-3 {
  -ms-grid-columns: 0.75fr 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr 0.75fr;
}

.image-3 {
  width: 100%;
}

.image-3.discord-image {
  width: 68%;
  text-align: center;
}

.heading-14 {
  font-size: 17px;
}

.heading-15 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

.column-5 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 107px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/2c21aeda16de354ba5334551a883b481.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.body-6 {
  overflow: hidden;
  background-color: #151720;
  background-image: url('../images/icons_in_bg.png');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-13 {
  margin-bottom: 10px;
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-13.custom-text {
  color: #af2d75;
}

.image-4 {
  width: 100%;
  text-align: left;
}

.heading-16 {
  position: static;
  z-index: 0;
  font-family: 'Lineto circular', sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  text-align: center;
}

.text-block-14 {
  position: static;
  z-index: 0;
  margin-top: 20px;
  padding-right: 170px;
  padding-left: 170px;
  opacity: 0.23;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.div-block-51 {
  position: static;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-52 {
  margin-top: 20px;
  padding: 20px;
  border-radius: 6px;
  background-color: #20222b;
}

.container-4 {
  display: none;
  margin-top: 60px;
}

.grid-4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-5 {
  width: 100%;
}

.t06_icon {
  color: #fff;
  font-size: 17px;
}

.t06_arrow_right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  border: 1px solid #c1c7d0;
  border-radius: 100px;
}

.t06_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 25px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #20222b;
}

.t06_container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.t06_slider {
  width: 100%;
  height: auto;
  padding-right: 30px;
  padding-bottom: 75px;
  padding-left: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.t06_mask {
  overflow: visible;
  width: 40%;
}

.t06_stars_wrap {
  margin-bottom: 10px;
}

.t06_card_base {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #20222b;
  color: #b8b9c2;
}

.t06_arrow_left {
  left: auto;
  top: auto;
  right: 80px;
  bottom: 0%;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #c1c7d0;
  border-radius: 100px;
}

.t06_paragraph {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.t06_avatar {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  background-image: url('../images/Transparent-Icon.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t06 {
  display: block;
  overflow: hidden;
  min-height: 300px;
  margin-bottom: 130px;
  padding: 100px 5% 100px 11%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151720;
}

.t06_avatar_02 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  background-image: url('../images/Transparent-Icon.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t06_author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t06_team_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.t06_h3 {
  margin: 0px auto 25px;
  color: #0a1f44;
  font-size: 36px;
  line-height: 45px;
  text-align: left;
}

.t06_author_wrap {
  padding-left: 10px;
}

.t06_star {
  width: 16px;
  margin-right: 6px;
}

.t06_job {
  font-family: Montserrat, sans-serif;
  color: #8a94a6;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.t06_avatar_04 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  background-image: url('../images/Transparent-Icon.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t06_avatar_03 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  background-image: url('../images/Transparent-Icon.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t06_slider_nav {
  margin-right: 34px;
}

.t06_avatar_05 {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100px;
  background-image: url('../images/forest_avatar.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.t06_name {
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.t06_title_wrap {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t06_h5 {
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
}

.t06_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  color: #7540ee;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  text-decoration: none;
}

.ourcustomers {
  margin-top: 110px;
  padding: 0px 122px;
  background-color: transparent;
}

.grid-5 {
  padding: 10px 30px;
  -ms-grid-columns: 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 10px;
  background-color: #20222b;
}

.link-block-2 {
  color: #fff;
  text-decoration: none;
}

.heading-17 {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
}

.div-block-53 {
  width: 100%;
}

.grid-6 {
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-18 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 800;
}

.image-6 {
  border-radius: 13px;
}

.text-block-15 {
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: left;
}

.div-block-54 {
  display: block;
}

.image-7 {
  position: relative;
  left: 117px;
  top: 48px;
  z-index: 2;
}

.image-8 {
  position: relative;
  left: 27px;
  top: -226px;
  z-index: 1;
}

.image-9 {
  position: relative;
  left: 612px;
  top: 20px;
  z-index: 1;
}

.image-10 {
  position: relative;
  left: 766px;
  top: -297px;
  z-index: 2;
}

.image-11 {
  position: relative;
  left: 836px;
  top: -182px;
  z-index: 1;
}

.image-12 {
  position: relative;
  top: -278px;
  z-index: 1;
}

.image-13 {
  position: relative;
  left: 659px;
  z-index: 1;
}

.section-10 {
  height: 1500px;
}

.section-benefits {
  padding-right: 100px;
  padding-left: 100px;
}

.heading-19 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
}

.grid-7 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-55 {
  padding: 5px 10px;
  background-image: url('../images/003.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-55.benefit-1 {
  background-image: url('../images/001.png');
}

.div-block-55.benefit-2 {
  background-image: url('../images/002.png');
}

.heading-20 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

.text-block-16 {
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.div-block-56 {
  margin-bottom: 25px;
}

.section-hero {
  margin-bottom: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Montserrat, sans-serif;
}

.heading-21 {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.text-block-17 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-1.cto-section {
  margin-top: 170px;
  margin-bottom: 70px;
}

.text-block-18 {
  font-family: Montserrat, sans-serif;
  color: #ad2869;
  font-weight: 600;
  text-align: center;
}

.div-block-57 {
  color: #fff;
}

.heading-22 {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-right: 174px;
  padding-left: 174px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}

.text-block-19 {
  padding-right: 270px;
  padding-left: 270px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-11 {
  margin-bottom: 18px;
  padding-bottom: 100px;
}

.section-hero-new {
  margin-bottom: 140px;
  padding: 100px 70px 70px;
  background-image: url('../images/icons_in_bg-1.png');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.emergencyos-banner {
  height: auto;
  margin-top: 120px;
  background-color: transparent;
  background-image: url('../images/EmergencyOS-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.emergencyos-banner.licenseos-banner {
  margin-top: 91px;
  margin-bottom: 160px;
  background-image: url('../images/License_OS-3.png');
}

.div-block-59 {
  height: 90%;
  padding-top: 140px;
  padding-bottom: 70px;
}

.heading-23 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.heading-24 {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.heading-24.price {
  font-size: 16px;
  font-weight: 500;
}

.heading-24.main-cta-subhead {
  margin-bottom: 18px;
  padding-right: 269px;
  font-size: 16px;
  text-align: left;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 76px;
  padding-left: 76px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-61 {
  margin-top: 60px;
  padding-right: 140px;
  padding-left: 140px;
}

.grid-8 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fe02_container {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin: 80px auto 0px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fe02_card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  max-height: 90px;
  min-height: 90px;
  padding: 15px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #151720;
  box-shadow: 7px 7px 55px 0 rgba(137, 173, 255, 0.35);
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.fe02_card:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.fe02_card.hauptseite_product_compatible_card {
  background-color: #20222b;
  box-shadow: none;
}

.fe02_icon {
  width: 51px;
  margin-right: 15px;
}

.fe02_icon.icon-arma {
  width: 65px;
}

.fe02_card_titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fe02_h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #f7f7f7;
  font-size: 16px;
  line-height: 21px;
}

.fe02_link_cover {
  margin-top: 0px;
  text-decoration: none;
}

.fe02_text {
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-20 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-21 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.body-heading-3 {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
}

.column-7 {
  margin-top: 0px;
  padding-left: 40px;
}

.heading-centered {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.heading-25 {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.heading-26 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.93);
  font-size: 7.5em;
  font-weight: 800;
  text-align: center;
}

.image-14 {
  width: auto;
}

.get-started-grid {
  grid-column-gap: 49px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.body-heading-2 {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

.contact-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #151720;
  opacity: 1;
}

.column-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.feat-big-text-2 {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.dot-div-2 {
  position: absolute;
  left: 595px;
  top: -10px;
  width: 195px;
}

.work-section {
  background-color: transparent;
}

.fractions {
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 0px;
}

.body-text {
  color: #b3b3b3;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.heading-27 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #b9b8b8;
  font-size: 15px;
  text-align: center;
}

.navigation-split-absolute-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  max-width: 1200px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(32, 31, 31, 0.74);
  opacity: 1;
  -o-object-fit: none;
  object-fit: none;
}

.brand-centre {
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.fe02_h5-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
}

.more-feat-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-4 {
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #151720;
  text-align: center;
}

.heading-28 {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-indent: 0px;
  text-shadow: 1px 1px 11px #000;
  -webkit-column-count: auto;
  column-count: auto;
}

.fe02_card-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  min-height: 100px;
  padding: 15px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #151720;
  box-shadow: 1px 1px 70px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.fe02_card-2:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.navigation-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fraction-section {
  position: static;
  margin-top: 0px;
  padding-top: 100px;
  background-color: #151720;
}

.column-9 {
  margin-top: 0px;
  padding-right: 0px;
}

.feat-big-text {
  margin-bottom: 5px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
}

.works-div {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.fe02_container-2 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin: 110px auto 0px;
  padding-bottom: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fe02_text-2 {
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.logo-2 {
  width: 150px;
}

.columns {
  padding-right: 0px;
  padding-left: 0px;
}

.nav-link-mobile {
  display: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 16px;
  padding-left: 16px;
  color: #3f0a3d;
  font-size: 15px;
}

.nav-link-mobile:hover {
  color: #02676b;
}

.small-text-2 {
  font-family: Montserrat, sans-serif;
  color: #b3b3b3;
  font-size: 15px;
  line-height: 1.5;
}

.dot-div {
  position: absolute;
  left: 215px;
  top: 35px;
  width: 195px;
}

.how-it-works-grid {
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 130px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.works-image {
  width: 90px;
  margin-bottom: 10px;
}

.works-image.transaction-image {
  margin-bottom: 28px;
}

.nav-link-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 13px 16px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: default;
}

.nav-link-full:hover {
  border-bottom-color: #02676b;
  color: #003d7a;
}

.container-7 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-features-grid {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  box-shadow: 2px 16px 35px 0 rgba(9, 7, 37, 0.06);
}

.text-block-22 {
  padding-right: 40px;
  padding-left: 40px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #b3b3b3;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.body-text-3 {
  color: #6d859e;
  font-size: 18px;
  line-height: 1.5;
}

.body-text-3.space-under {
  margin-bottom: 25px;
  color: #b3b3b3;
}

.hero-section-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(79%, transparent), to(#16161f)), url('../images/Frame_334.png');
  background-image: linear-gradient(180deg, transparent 79%, #16161f), url('../images/Frame_334.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.how-it-works {
  padding-top: 100px;
  padding-bottom: 60px;
  background-image: linear-gradient(129deg, #003d7a, #6e0708);
}

.text-block-23 {
  padding-right: 40px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  color: #b3b3b3;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

.section-features {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-features.background {
  background-color: transparent;
  background-image: linear-gradient(176deg, #003d7a, #6e0708);
}

.button_p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #18191c;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
}

.button_p:hover {
  background-color: #610f14;
}

.container-8 {
  position: static;
  top: 25%;
  margin-top: 100px;
}

.link-3 {
  padding-right: 7px;
  padding-left: 7px;
  border-radius: 0px;
  opacity: 0.8;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.button-4 {
  display: block;
  width: 200px;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: transparent;
  background-image: linear-gradient(50deg, #003d7a, #6e0708);
  font-size: 19px;
  text-align: center;
}

.more-feat-image {
  width: 80px;
}

.heading-29 {
  margin-top: 70px;
  margin-bottom: 51px;
  padding-top: 10px;
  padding-right: 170px;
  padding-left: 170px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #a7a0a0;
  font-size: 2vw;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.text-block-24 {
  color: #fff;
  font-size: 19px;
}

.small-text {
  color: #b3b3b3;
  font-size: 15px;
  line-height: 1.5;
}

.body-7 {
  background-color: #151720;
}

.licenseos-hero {
  height: auto;
  margin-bottom: 0px;
  background-image: url('../images/icons_in_bg_1.png'), -webkit-gradient(linear, left top, left bottom, from(#aacb4d), to(#298654));
  background-image: url('../images/icons_in_bg_1.png'), linear-gradient(180deg, #aacb4d, #298654);
  background-position: 100% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.div-block-62 {
  width: 100%;
  height: 100%;
  background-image: url('../images/icons_in_bg_1.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-63 {
  margin-bottom: 1px;
  padding-top: 120px;
  padding-right: 60px;
  padding-left: 60px;
}

.grid-9 {
  -ms-grid-columns: 0.75fr 1fr 1.75fr;
  grid-template-columns: 0.75fr 1fr 1.75fr;
}

.div-block-64 {
  padding-top: 30px;
}

.heading-30 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 93px;
  font-weight: 800;
}

.text-block-25 {
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2.5vh;
  line-height: 30px;
}

.vorteil {
  display: block;
  padding: 15px;
  border-radius: 6px;
  background-color: #151720;
  background-image: url('../images/002_1.png');
  background-position: 5% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.vorteil.vorteil2 {
  margin-bottom: 10px;
  box-shadow: 1px 1px 70px 0 rgba(0, 0, 0, 0.5);
}

.vorteil.vorteil1 {
  margin-bottom: 10px;
  background-image: url('../images/001_1.png');
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.5);
}

.vorteil.vorteil3 {
  background-image: url('../images/003_1.png');
  box-shadow: 1px 1px 70px 0 rgba(0, 0, 0, 0.5);
}

.heading-31 {
  margin-top: 0px;
  margin-bottom: 55px;
  font-family: Montserrat, sans-serif;
  color: #fffefe;
  font-size: 37px;
  line-height: 32px;
  font-weight: 800;
}

.heading-31.hero-vorteile {
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 31px;
}

.heading-31.hero-vorteile:hover {
  background-image: linear-gradient(126deg, #2e8954, #9dc952);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-31.licenseos-functions-heading {
  margin-bottom: 15px;
  font-weight: 800;
  text-align: center;
}

.heading-31.licenseos-functions-heading.licenseos-price-head {
  text-align: left;
}

.heading-31.price-head {
  font-size: 37px;
  font-weight: 900;
}

.heading-31.price-name {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 23px;
  font-weight: 700;
}

.features-subtext {
  margin-top: 2px;
  margin-bottom: 0px;
  padding-right: 0px;
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.features-subtext.licenseos-hero-subtext {
  text-align: left;
}

.features-subtext.licenseos-price-subhead {
  padding-right: 343px;
  text-align: left;
}

.features-subtext.licenseos-price-subhead.rechtlicher-hinweis-prices {
  margin-top: 20px;
  padding-right: 0px;
}

.div-block-66 {
  width: 100%;
  height: 100%;
}

.hero-end-div {
  position: relative;
  top: -25px;
  height: 100px;
  background-image: url('../images/Vector-2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cookie-block {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 2%;
  z-index: 99;
  display: none;
  max-width: 300px;
  min-height: 64px;
  margin-right: auto;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
  background-color: transparent;
  background-image: linear-gradient(138deg, #95c552, #2c8854);
  color: #34bcd1;
}

.banner-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: -0.02em;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.cookie {
  width: 22px;
  margin-right: 20px;
}

.button-cookie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding: 10px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #39e5ff;
  border-radius: 7px;
  background-color: #fff;
  opacity: 0.7;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #34bcd1;
  text-decoration: none;
}

.button-cookie:hover {
  background-color: #34bcd1;
  color: #fff;
}

.pointer-2 {
  position: absolute;
  left: -27%;
  top: auto;
  right: auto;
  bottom: 10%;
  width: 190px;
}

.text-block-26 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.licenseos-features {
  padding: 35px 60px;
  background-color: #151720;
}

.grid-10 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-rechts-image-links {
  margin-top: 64px;
  margin-bottom: 64px;
}

.image-15 {
  max-height: 400px;
  max-width: 100%;
  border-radius: 9px;
}

.image-16 {
  max-height: 400px;
  border-radius: 6px;
}

.licenseos-all-features {
  margin-top: 60px;
  padding: 30px 60px;
  background-image: url('../images/Group.png');
  background-position: 0px 0px;
  background-size: auto;
}

.licenseos-all-features.emergencyos-all-features {
  margin-top: 0px;
  background-color: #151720;
  background-image: none;
}

.grid-11 {
  margin-top: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.licenseos-allfeatures-div {
  padding: 20px;
  border-radius: 6px;
  background-color: #20222b;
}

.licenseos-allfeatures-div:hover {
  background-image: linear-gradient(162deg, #95c552, #2c8854);
}

.licenseos-allfeatures-div.emergencyos-allfeatures-div:hover {
  background-image: linear-gradient(126deg, #763038, #4856aa);
}

.heading-32 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
}

.text-block-27 {
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.licenseos-preise {
  padding-top: 53px;
  padding-bottom: 53px;
}

.licenseos-price {
  margin-top: 100px;
  margin-bottom: 0px;
  padding: 50px 60px;
}

.div-block-69 {
  margin-top: 45px;
}

.grid-12 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-70 {
  position: relative;
  height: 500px;
  padding: 49px 30px 30px;
  border-radius: 6px;
  background-color: #20222b;
}

.div-block-70.price-box-emergencyos {
  height: 600px;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-28 {
  padding-top: 8px;
  padding-left: 6px;
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.text-block-29 {
  padding-bottom: 30px;
  border-bottom: 2px solid #c3c0c0;
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
  color: #fff5f5;
  font-weight: 400;
}

.div-block-72 {
  margin-top: 20px;
}

.price-item-feature-text {
  font-family: Montserrat, sans-serif;
  color: #eee;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

.price-item-feature-img {
  max-width: 100%;
  padding-left: 0px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item-2 {
  margin-top: 5px;
  margin-bottom: 10px;
}

.price-button-buy-now {
  display: block;
  border-radius: 6px;
  background-color: transparent;
  background-image: linear-gradient(198deg, #9dc952 14%, #2e8954 86%);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
}

.price-button-buy-now.price-button-buy-now-licenseos {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3%;
  margin-right: 20px;
  margin-left: 20px;
  background-image: linear-gradient(160deg, #a4c84d 14%, #2d8853 95%);
}

.price-button-buy-now.price-button-buy-now-licenseos:hover {
  background-image: linear-gradient(236deg, #1f643f 23%, #80983a 80%);
  opacity: 1;
}

.price-button-buy-now.price-button-buy-now-licenseos.price-button-buy-now-emergencyos {
  background-image: linear-gradient(257deg, #763038 14%, #4856aa 95%);
}

.price-button-buy-now.price-button-buy-now-licenseos.price-button-buy-now-emergencyos:hover {
  background-image: linear-gradient(140deg, #333269 14%, #471413 86%);
}

.div-block-73 {
  width: 100%;
  margin-top: 40px;
}

.container-9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url('../images/Payment-Method.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.licenseos-cta {
  padding-top: 120px;
  padding-bottom: 120px;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 235px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-image: url('../images/Frame_273.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-74.licenseos-cta {
  background-image: url('../images/CTA-2-min.png');
}

.container-10 {
  border-radius: 6px;
}

.div-block-75 {
  padding-left: 30px;
  line-height: 20px;
}

.heading-33 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 800;
}

.text-block-30 {
  padding-right: 0px;
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.text-block-30.demo-data {
  margin-top: 15px;
  opacity: 1;
  font-weight: 600;
}

.cta-button-licenseos {
  margin-top: 15px;
  padding: 11px 21px;
  border-radius: 6px;
  background-color: #151720;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.emergencyos-hero-new {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: auto;
  background-color: #030303;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__headline {
  position: absolute;
  left: 201px;
  top: 14.3vh;
  right: 0px;
  max-width: 8ch;
  margin-right: auto;
  margin-left: auto;
}

.hero__cta-disclaimer {
  color: rgba(84, 84, 101, 0.6);
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}

.hero__transform-target {
  height: 100%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
  font-size: 10vw;
}

.hero__cta-section {
  position: relative;
  margin-top: -32vh;
  margin-bottom: 8vw;
}

.hero__ui {
  position: absolute;
  left: 32%;
  top: 0.6em;
  z-index: -1;
  display: block;
  width: 16em;
  height: 308%;
  max-width: none;
  margin-top: -2.95em;
  margin-left: -8.5em;
}

.hero__cta-button {
  height: 46px;
  padding: 15px 48px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #334ac0;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.hero__cta-button:hover {
  background-color: #586ee0;
}

.hero__cta-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero {
  margin-bottom: 557px;
}

.hero__hand {
  position: absolute;
  left: 30%;
  top: -1.9em;
  z-index: 1;
  width: 15.2em;
  height: auto;
  max-width: none;
  margin-left: -8em;
}

.hero__headline-text {
  display: block;
  color: #334ac0;
  font-size: 10vw;
  line-height: 0.95em;
  text-align: center;
}

.hero__scroll-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-top: 0rem;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.hero__cta-disclamer-link {
  color: #586ee0;
  text-decoration: none;
}

.hero__cta-disclamer-link:hover {
  text-decoration: underline;
}

.hero__cta-input {
  width: 226px;
  height: 46px;
  margin-bottom: 0px;
  padding: 14px 18px;
  border-style: solid none solid solid;
  border-width: 1px 0px 1px 1px;
  border-color: #dddfe5 #000 #dddfe5 #dddfe5;
  border-radius: 4px 0px 0px 4px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: rgba(84, 84, 101, 0.82);
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.hero__cta-input:hover {
  border-top-color: rgba(43, 42, 53, 0.3);
  border-bottom-color: rgba(43, 42, 53, 0.3);
  border-left-color: rgba(43, 42, 53, 0.3);
}

.hero__cta-input:focus {
  border-top-color: #334ac0;
  border-bottom-color: #334ac0;
  border-left-color: #334ac0;
}

.hero__cta-heading {
  margin-bottom: 17px;
  color: #2b2a35;
  text-align: center;
}

.hero__container {
  display: block;
  height: 150vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero__intro {
  position: absolute;
  left: 50%;
  top: 32vh;
  z-index: 1;
  width: 80vw;
  max-width: 42ch;
  margin-top: 22vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #545465;
  font-size: 0.15em;
  line-height: 1.75em;
  font-weight: 400;
  text-align: center;
}

.hero__container-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: none;
  margin: 0px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero__cta-inputwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.body-8 {
  background-color: #151720;
}

.html-embed {
  width: auto;
  margin-top: 30px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom: 1px none #ac367a;
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  letter-spacing: 6px;
  text-decoration: none;
}

.herodown {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-right: 20%;
  padding-left: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(38%, #23252f), color-stop(70%, transparent));
  background-image: linear-gradient(180deg, #23252f 38%, transparent 70%);
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-34 {
  position: absolute;
  left: 417px;
  top: 162px;
  z-index: -1;
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f02d06), color-stop(53%, #f67e0c), to(#f7df0d));
  background-image: linear-gradient(180deg, #f02d06, #f67e0c 53%, #f7df0d);
  opacity: 0.6;
  font-size: 13em;
  line-height: 0.9em;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-35 {
  background-image: linear-gradient(63deg, #f02d06 20%, #f67e0c 57%, #f7df0d 77%);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12em;
  line-height: 1em;
  font-weight: 900;
  text-align: center;
  letter-spacing: 4px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.crimeoshero {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  min-height: auto;
  padding: 0px 5% 135px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px 1px 0px;
  border-color: transparent transparent #fff;
  background-image: url('../images/los-santos.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.heading-36 {
  margin-top: 0px;
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.cto2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #20222b;
}

.cto2.cto3 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cto2-text {
  width: 70%;
}

.videodiv {
  position: relative;
  top: -200px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #2a2b33;
  box-shadow: 0 -20px 15px 11px #151720;
}

.column-11 {
  padding-right: 0px;
  padding-left: 15px;
}

.link-4 {
  padding-right: 10px;
  padding-left: 10px;
  opacity: 0.6;
  color: #fff;
  text-decoration: none;
}

.twoboxes {
  position: relative;
  top: -175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-12 {
  padding-right: 15px;
  padding-left: 0px;
}

.heading-37 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 23px;
}

.videodivelementdiv {
  padding: 50px;
}

.cto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: -80px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-38 {
  margin-top: 30px;
  padding-right: 391px;
  padding-left: 398px;
  opacity: 0.7;
  color: #fff;
  font-size: 1.5em;
  line-height: 32px;
  text-align: center;
}

.div-block-13 {
  padding: 51px 65px 60px;
}

.heading-39 {
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.heading-40 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.div-block-11 {
  width: 70%;
}

.image-17 {
  height: auto;
  border-radius: 6px;
}

.heading-41 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
}

.background-video-2 {
  top: -100px;
  z-index: 2;
  width: 100%;
  height: 95%;
  border-radius: 15px;
}

.footer-5 {
  background-color: #151720;
}

.image-18 {
  width: 450px;
  height: 200px;
  border-radius: 6px;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9 {
  height: 330px;
  padding: 30px 50px;
  border-radius: 10px;
  background-color: #2a2b33;
}

.heading-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.image-19 {
  position: absolute;
  left: 62px;
  top: 10px;
  z-index: 1;
}

.div-block-77 {
  width: 70%;
}

.image-20 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.heading-43 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
}

.div-block-4 {
  margin-top: 100px;
  font-size: 14px;
}

.div-block-78 {
  display: block;
  height: 330px;
  padding: 110px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #2a2b33;
}

.heading-44 {
  margin-bottom: 20px;
  padding-right: 70px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.body-9 {
  background-color: #151720;
}

.author-name {
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  color: #972b74;
  font-size: 20px;
  line-height: 1.1;
}

.image-21 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.author-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.date-text {
  margin-top: 20px;
  margin-bottom: 32px;
  opacity: 0.5;
  color: #fff;
  font-style: italic;
  font-weight: 500;
}

.category {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c8a378;
  color: #c8a378;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.category.category-space {
  display: inline-block;
  margin-bottom: 12px;
  border-bottom-color: #972b74;
  color: #972b74;
}

.author-image {
  overflow: hidden;
  width: 122px;
  height: 122px;
  min-height: 122px;
  min-width: 122px;
  margin-right: 20px;
  border-radius: 0px;
}

.article {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-section {
  padding: 100px 3%;
}

.container-11 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.container-11.article-container {
  max-width: 870px;
}

.author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e5e5e5;
}

.body-10 {
  background-color: #15151e;
}

.heading-45 {
  color: #fff;
}

.paragraph-4 {
  color: #fff;
}

.flowbase-remove {
  position: fixed;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 45px;
  z-index: 999;
  width: 100%;
  max-width: 380px;
  min-height: 155px;
  padding: 18px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 4px none #20222b;
  border-radius: 18px;
  background-color: #20222b;
  background-image: url('../images/Flowbase-Bubble-Right.png');
  background-position: 100% 0%;
  background-size: 170px;
  background-repeat: no-repeat;
  box-shadow: -2px 40px 45px -30px rgba(0, 18, 45, 0.27);
}

.flowbase-h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 41px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.close-circle {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.close-circle:hover {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.close-icon {
  width: 14px;
}

.flowbase-button {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 11px 24px;
  border-radius: 11px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.main-cta {
  margin-top: 50px;
  margin-bottom: 100px;
}

.container-12 {
  padding: 40px;
  border-radius: 20px;
  background-image: url('../images/Frame_274.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1280px) {
  .section-title.in-half-div {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
  }

  .hero-section-2 {
    border: 1px none #000;
  }

  .half-div {
    position: relative;
    z-index: 1;
  }

  .paragraph-2 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .paragraph-3.custom-feddback-p {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .div-block-41 {
    padding-left: 18px;
  }

  .language-toggle {
    border-style: none;
  }

  .text-block-12 {
    color: #fff;
  }

  .body-6 {
    margin-bottom: 30px;
    padding-top: 20px;
  }

  .t06 {
    padding-top: 40px;
    padding-left: 13%;
  }

  .container-5 {
    margin-top: 30px;
  }

  .heading-29 {
    line-height: 32px;
  }

  .hero__cta-section {
    margin-top: -10vh;
    margin-bottom: 8vw;
  }

  .hero__container {
    height: 200vh;
  }
}

@media screen and (min-width: 1440px) {
  .section-title.in-half-div {
    font-weight: 900;
  }

  .div-block-41 {
    padding-left: 61px;
  }

  .heading-29 {
    font-size: 30px;
    line-height: 36px;
  }

  .hero__cta-section {
    margin-top: 0vh;
    margin-bottom: 4vw;
  }

  .hero__container {
    height: 150vh;
  }
}

@media screen and (min-width: 1920px) {
  .filled-btn.no-margin-top.no-margin-right.btn-dark.btn-product-haupt-emergencyos {
    border-style: none;
    background-color: transparent;
    background-image: linear-gradient(168deg, #973538, #4a54a5);
  }

  .text-block-5 {
    font-size: 15px;
  }

  .section-title.in-half-div {
    font-weight: 900;
  }

  .section-title.in-half-div.main-cta-head {
    margin-bottom: 20px;
    padding-right: 260px;
  }

  .section-title.in-one-third-div {
    font-size: 2.5em;
  }

  .hero-section-2 {
    border: 1px none #000;
    background-image: none;
  }

  .subheading {
    font-size: 14px;
    line-height: 20px;
  }

  .section {
    margin-top: 80px;
    padding-right: 500px;
    padding-left: 500px;
  }

  .section-2 {
    padding-top: 30px;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .paragraph-3 {
    font-size: 18px;
  }

  .paragraph-3.custom-feddback-p {
    font-size: 15px;
  }

  .subheading-2 {
    font-size: 1.5em;
    line-height: 20px;
  }

  .section-3 {
    padding-top: 70px;
  }

  .company-grid-img {
    max-height: 50px;
  }

  .list-item {
    font-size: 17px;
    list-style-type: none;
  }

  .div-block-41 {
    padding-left: 0px;
  }

  .div-block-43 {
    padding-top: 90px;
  }

  .about-us {
    margin-top: 140px;
  }

  .text-block-11 {
    font-size: 1.4em;
  }

  .column-4 {
    margin-top: 100px;
  }

  .body-5 {
    background-color: #18191c;
    color: #18191c;
  }

  .heading-6 {
    font-family: 'Lineto circular', sans-serif;
    color: #fff;
    font-size: 4em;
    text-align: center;
  }

  .section-5 {
    margin-top: 110px;
  }

  .heading-7 {
    margin-top: 20px;
    font-family: 'Lineto circular pro', sans-serif;
    color: #fff;
    font-size: 2em;
    text-align: center;
  }

  .section-6 {
    margin-top: 70px;
  }

  .grid {
    margin-right: 240px;
    margin-left: 240px;
    -ms-grid-columns: 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr;
  }

  .job-item {
    padding: 20px;
    border-radius: 5px;
    background-color: #1f2124;
  }

  .job-image {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-2 {
    max-height: 100px;
    max-width: 100px;
    border-radius: 10px;
  }

  .heading-8 {
    font-family: 'Lineto circular pro', sans-serif;
    color: #f5f5f5;
  }

  .heading-9 {
    opacity: 0.8;
    color: #f1f1f1;
  }

  .job-badges {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }

  .badge_error {
    background-color: #af2d75;
    font-family: 'Lineto circular', sans-serif;
    font-size: 17px;
    font-weight: 700;
  }

  .badge_error.badge-left {
    margin-left: 15px;
  }

  .job-apply {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }

  .button_info_round {
    border-radius: 4px;
    background-color: #9b6497;
    font-family: 'Lineto circular', sans-serif;
    font-size: 19px;
    font-weight: 700;
  }

  .button_info_round:hover {
    background-color: #af2d75;
  }

  .button_info_round.button-left {
    margin-left: 20px;
  }

  .button_info_round.button-left:hover {
    background-color: #af2d75;
  }

  .language-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .language-link:hover {
    color: #000;
  }

  .language-toggle {
    border-style: none;
  }

  .flag-2 {
    background-image: url('../images/03e843d355743dc47b99765a46085382.png');
  }

  .language-list.w--open {
    background-color: #fff;
  }

  .text-block-12 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 18px;
  }

  .icon-5 {
    color: #20222b;
  }

  .text-block-13 {
    margin-left: 0px;
    padding-left: 0px;
  }

  .heading-16 {
    position: static;
    z-index: 0;
    line-height: 76px;
    font-weight: 900;
  }

  .text-block-14 {
    position: static;
    margin-top: 25px;
    margin-bottom: 29px;
    opacity: 0.16;
  }

  .div-block-51 {
    margin-top: 25px;
  }

  .t06 {
    padding-top: 101px;
    padding-left: 12%;
  }

  .container-5 {
    margin-top: 40px;
  }

  .ourcustomers {
    margin-top: 0px;
    padding-right: 220px;
    padding-left: 220px;
  }

  .grid-5 {
    margin-top: 150px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-17 {
    font-size: 30px;
  }

  .image-7 {
    left: 345px;
    top: 67px;
  }

  .image-8 {
    left: 99px;
    top: -188px;
  }

  .image-9 {
    left: 865px;
    top: 37px;
  }

  .image-10 {
    left: 1118px;
  }

  .image-11 {
    left: 1355px;
    top: -222px;
  }

  .image-12 {
    left: 256px;
    top: -256px;
  }

  .image-13 {
    left: 1188px;
  }

  .section-benefits {
    padding-right: 331px;
    padding-left: 331px;
  }

  .heading-19 {
    margin-bottom: 35px;
  }

  .text-block-19 {
    padding-right: 520px;
    padding-left: 520px;
  }

  .section-hero-new {
    margin-bottom: 180px;
    padding-right: 141px;
    padding-left: 141px;
  }

  .emergencyos-banner {
    margin-top: 140px;
    padding-bottom: 100px;
    background-color: transparent;
    background-image: url('../images/EmergencyOS-1.png');
  }

  .emergencyos-banner.licenseos-banner {
    margin-top: 100px;
    margin-bottom: 90px;
    background-image: url('../images/License_OS-2.png');
  }

  .div-block-59 {
    padding-top: 187px;
    padding-bottom: 119px;
    background-image: none;
  }

  .heading-23 {
    margin-bottom: 17px;
    font-size: 40px;
    font-weight: 900;
  }

  .heading-23.main-cta-head {
    margin-bottom: 5px;
    text-align: left;
  }

  .heading-24 {
    font-size: 18px;
  }

  .heading-24.price {
    font-size: 16px;
  }

  .heading-24.main-cta-subhead {
    margin-bottom: 20px;
    padding-right: 206px;
    font-size: 20px;
    text-align: left;
  }

  .fe02_card.hauptseite_product_compatible_card {
    box-shadow: none;
  }

  .heading-26 {
    margin-bottom: 0px;
    font-size: 90px;
    line-height: 132px;
  }

  .fe02_container-2 {
    margin-top: 200px;
    padding-bottom: 80px;
  }

  .heading-29 {
    margin-top: 10px;
    margin-bottom: 36px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 36px;
  }

  .licenseos-hero {
    height: auto;
    padding-bottom: 0px;
  }

  .div-block-62 {
    padding-right: 230px;
    padding-left: 230px;
    background-position: 50% 154%;
    background-size: cover;
  }

  .div-block-63 {
    padding-right: 200px;
    padding-left: 200px;
  }

  .heading-31 {
    margin-bottom: 50px;
  }

  .heading-31.licenseos-functions-heading {
    margin-bottom: 15px;
  }

  .heading-31.licenseos-functions-heading.licenseos-price-head {
    text-align: left;
  }

  .features-subtext {
    padding-right: 0px;
    text-align: center;
  }

  .features-subtext.licenseos-hero-subtext {
    text-align: left;
  }

  .features-subtext.licenseos-price-subhead {
    padding-right: 380px;
    text-align: left;
  }

  .hero-end-div {
    margin-top: 0px;
  }

  .cookie-block {
    position: fixed;
    bottom: 0px;
    border-color: transparent;
  }

  .licenseos-features {
    padding-right: 230px;
    padding-left: 230px;
  }

  .licenseos-all-features {
    padding: 40px 230px;
    background-repeat: no-repeat;
  }

  .licenseos-all-features.emergencyos-all-features {
    margin-top: 0px;
    padding-top: 90px;
    padding-bottom: 70px;
    background-color: #151720;
    background-image: none;
  }

  .grid-11 {
    grid-auto-flow: column;
  }

  .licenseos-allfeatures-div:hover {
    background-image: linear-gradient(118deg, #9c3331, #4658af);
  }

  .licenseos-allfeatures-div.licenseos-all-features-once:hover {
    background-image: linear-gradient(170deg, #2c8754, #a6c94d);
  }

  .licenseos-preise {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .price-item-feature-img {
    display: inline-block;
    max-width: 100%;
  }

  .container-9 {
    margin-bottom: 34px;
    padding-top: 77px;
    padding-bottom: 77px;
    background-image: url('../images/Payment-Method_1.png');
    background-position: 50% 50%;
  }

  .hero__cta-section {
    margin-top: -4vh;
    margin-bottom: 4vw;
  }

  .html-embed {
    margin-top: 40px;
    margin-bottom: 30px;
    color: #ac367a;
    letter-spacing: 8px;
  }

  .herodown {
    background-image: linear-gradient(178deg, #23252f 20%, transparent 36%);
  }

  .heading-34 {
    position: absolute;
    left: 563px;
    top: 246px;
    font-size: 16.4em;
  }

  .heading-35 {
    background-image: linear-gradient(248deg, #f7e00d 36%, #f7920d 42%, #f02d06 68%);
    font-family: Montserrat, sans-serif;
    font-size: 13em;
    line-height: 1em;
  }

  .crimeoshero {
    height: 960px;
    font-size: 3em;
  }

  .heading-36 {
    font-size: 16px;
  }

  .section1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .videodiv {
    position: relative;
    top: -250px;
    width: 70%;
    height: 350px;
    padding: 50px;
    border-radius: 20px;
    background-color: #2a2b33;
    box-shadow: none;
  }

  .twoboxes {
    top: -214px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .videodivelementdiv {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .cto {
    height: 500px;
    margin-top: -300px;
  }

  .heading-38 {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-right: 548px;
    padding-left: 548px;
    font-family: Montserrat, sans-serif;
    font-size: 1.7em;
    line-height: 35px;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-13 {
    padding-right: 65px;
    padding-left: 65px;
  }

  .heading-40 {
    font-size: 26px;
  }

  .heading-41 {
    font-size: 26px;
  }

  .background-video-2 {
    top: -190px;
    width: 80%;
    height: 95%;
    border-radius: 15px;
  }

  .image-18 {
    width: 470px;
  }

  .column-14 {
    padding-left: 90px;
  }

  .div-block-9 {
    border-radius: 10px;
  }

  .image-19 {
    left: 195px;
    top: 50px;
  }

  .div-block-77 {
    width: 70%;
    height: 450px;
  }

  .div-block-4 {
    margin-top: 220px;
  }

  .heading-44 {
    padding-right: 180px;
    font-size: 26px;
  }

  .main-cta {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .container-12 {
    padding: 37px 53px;
    background-image: url('../images/Frame_274.png');
    background-position: 84% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .mobile-nav-link {
    width: 100%;
  }

  .navigation-container-mob {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigation-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  }

  .menu-mob {
    border-radius: 100px;
    background-color: #fafafa;
    color: #000;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #ae2d75;
  }

  .navigation {
    display: none;
  }

  .navigation-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-menu {
    display: none;
  }

  .mobile-nav {
    padding-top: 15px;
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .mobile-toggle {
    width: 100%;
  }

  .logo {
    height: 24px;
  }

  .hiring-label {
    font-size: 12px;
    line-height: 18px;
  }

  .hero-title {
    max-width: 75%;
    font-size: 60px;
    line-height: 66px;
  }

  .container.hero-flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 64px;
    padding-right: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-section {
    padding-top: 160px;
  }

  .hero-bottom {
    width: 100%;
  }

  .cookie-bar {
    right: 0px;
    width: auto;
    max-width: none;
  }

  .cookie-bar-2 {
    right: 0px;
    width: auto;
    max-width: none;
  }

  .section-title {
    max-width: 75%;
    font-size: 36px;
    line-height: 42px;
  }

  .section-title.in-half-div {
    font-size: 48px;
    line-height: 48px;
  }

  .integration-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .utility-page-form.card {
    min-width: 50%;
  }

  .utility-logo {
    margin-bottom: 64px;
  }

  .utility-card-title {
    font-size: 34px;
    line-height: 40px;
  }

  .hero-left {
    width: 100%;
    margin-bottom: 64px;
    padding-right: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-section-2 {
    padding-top: 160px;
  }

  .hero-right {
    width: 100%;
  }

  .hero-right.first-on-mobile {
    display: block;
    margin-bottom: 48px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .subheading {
    font-size: 16px;
    line-height: 22px;
  }

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .features-flex {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .features-text-block {
    width: 100%;
    margin-bottom: 64px;
    padding-right: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feature-title-large {
    font-size: 42px;
    line-height: 48px;
  }

  .features-img-block {
    width: 100%;
  }

  .companies-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .companies-half-grid {
    width: 100%;
    margin-top: 48px;
    padding-left: 0%;
  }

  .subheading-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .section-3 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .one-third-div {
    padding-right: 0px;
  }

  .one-third-div.no-padding-right.full-width-mobile {
    width: 100%;
  }

  .footer-columns {
    position: static;
    display: none;
    overflow: visible;
  }

  .accordion-item-content-list {
    overflow: visible;
  }

  .accordion-item-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .accordion-item-content {
    overflow: hidden;
  }

  .chevron {
    color: #a7a7a7;
  }

  .accordion-footer-item {
    border-bottom: 1px solid #ececec;
  }

  .accordion-wrapper {
    display: block;
  }

  .footer_sites {
    display: none;
  }

  .footer-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .utility-logo-2 {
    margin-bottom: 64px;
  }

  .utility-card-title-2 {
    font-size: 34px;
    line-height: 40px;
  }

  .team-member-card-wrap {
    width: 50%;
  }

  .hiring-label-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .cta-title {
    max-width: 66.6667%;
    font-size: 42px;
    line-height: 48px;
  }

  .btn-container.center {
    margin-top: 40px;
  }

  .logos-wrap {
    display: -ms-grid;
    display: grid;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .logos-wrap.big {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .section-4 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-4.medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container-small.show-overflow.full-width-on-mobile {
    max-width: 100%;
  }

  .t06_mask {
    width: 60%;
  }

  .image-8 {
    left: 9px;
    top: -300px;
  }

  .image-12 {
    left: 241px;
    top: -405px;
  }

  .fe02_card {
    display: block;
    width: 49%;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .fe02_icon {
    width: 36px;
    margin-bottom: 10px;
  }

  .fe02_icon.icon-arma {
    width: 48px;
  }

  .heading-centered {
    margin-bottom: 40px;
  }

  .heading-26 {
    font-size: 5.8em;
  }

  .get-started-grid {
    grid-column-gap: 25px;
  }

  .contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .feat-big-text-2 {
    font-size: 20px;
  }

  .dot-div-2 {
    left: 420px;
    top: 10px;
    width: 100px;
  }

  .navigation-split-absolute-copy {
    position: relative;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand-centre {
    margin-right: 10px;
  }

  .footer-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .fe02_card-2 {
    display: block;
    width: 49%;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .navigation-side {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .navigation-side.align-left {
    display: none;
  }

  .feat-big-text {
    font-size: 20px;
  }

  .works-div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .fe02_container-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-menu-base {
    height: auto;
    background-color: #3f0a3d;
  }

  .nav-link-mobile {
    display: block;
    width: 100%;
    color: #fff;
  }

  .nav-link-mobile:hover {
    color: #fff;
  }

  .icon-6 {
    color: #fff;
  }

  .dot-div {
    left: 170px;
    top: 50px;
    width: 100px;
  }

  .how-it-works-grid {
    grid-column-gap: 50px;
  }

  .nav-link-full {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-style: none;
    color: #fff;
  }

  .nav-link-full:hover {
    color: #fff;
  }

  .more-features-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .menu-button {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(63, 10, 61, 0.1);
    color: #3f0a3d;
  }

  .menu-button.w--open {
    border-color: #02676b;
    background-color: #3f0a3d;
  }

  .text-block-23 {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-29 {
    margin-top: 42px;
    padding-right: 107px;
    padding-left: 107px;
    font-size: 4vw;
  }

  .pointer-2 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 130%;
  }

  .hero__transform-target {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .hero__intro {
    top: 28vh;
    font-size: 0.23em;
  }

  .crimeoshero {
    height: auto;
    max-height: none;
    min-height: auto;
    padding-top: 180px;
    padding-bottom: 80px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .heading-38 {
    display: block;
    margin-bottom: 50px;
    padding-right: 118px;
    padding-left: 118px;
  }

  .div-block-13 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-17 {
    padding-top: 30px;
  }

  .heading-41 {
    font-size: 12px;
  }

  .div-block-9 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-19 {
    display: none;
  }

  .div-block-78 {
    padding: 50px 20px;
  }

  .heading-44 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
  }

  .flowbase-remove {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .menu-mob.w--open {
    background-color: #ae2d75;
  }

  .banner-bar {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .brand-2 {
    padding-left: 0px;
  }

  .hero-btn-container {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero-title {
    max-width: 100%;
    font-size: 54px;
    line-height: 60px;
  }

  .hero-section {
    padding-top: 120px;
    padding-bottom: 96px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-title {
    max-width: 100%;
  }

  .section-title.in-half-div {
    font-size: 42px;
    line-height: 48px;
  }

  .integration-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .utility-page-form.card {
    min-width: 80%;
  }

  .utility-logo {
    height: 32px;
    margin-bottom: 48px;
  }

  .utility-card-title {
    font-size: 32px;
    line-height: 38px;
  }

  .submit-btn.no-margin-top.full-width-mobile {
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero-section-2 {
    padding-top: 120px;
    padding-bottom: 96px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inline-form.flex-vertical-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .faq-wrapper {
    width: 100%;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .faq-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .half-div {
    width: 100%;
    margin-bottom: 48px;
    padding-right: 0%;
  }

  .section-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .features-flex {
    padding-top: 48px;
    padding-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-text-block.left {
    padding-right: 0%;
  }

  .features-text-block.right {
    padding-left: 0%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .companies-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .companies-half-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .section-3 {
    display: none;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .one-third-div {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0%;
  }

  .footer_sites {
    display: none;
  }

  .footer-3 {
    display: block;
    padding: 40px 20px 5px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .text-field-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .utility-logo-2 {
    height: 32px;
    margin-bottom: 48px;
  }

  .utility-card-title-2 {
    font-size: 32px;
    line-height: 38px;
  }

  .text-field-spacer {
    display: none;
  }

  .faq-question-wrap {
    padding-right: 32px;
    padding-left: 32px;
  }

  .pricing-h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .cta-block {
    padding: 48px;
    border-radius: 16px;
  }

  .cta-title {
    max-width: 100%;
    font-size: 36px;
    line-height: 42px;
  }

  .logos-wrap {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .logos-wrap.big {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-column-gap: 11px;
    grid-row-gap: 19px;
  }

  .payment-logo {
    padding-right: 0px;
  }

  .section-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-4.medium {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container-small {
    max-width: 100%;
  }

  .heading-16 {
    font-size: 49px;
    line-height: 55px;
  }

  .t06_mask {
    width: 80%;
  }

  .t06_slider_nav._5 {
    right: -36%;
  }

  .t06_slider_nav._4 {
    right: -27%;
  }

  .t06_slider_nav._3 {
    right: -18%;
  }

  .t06_slider_nav._2 {
    right: -9%;
  }

  .ourcustomers {
    display: none;
  }

  .image-7 {
    left: 36px;
    top: -137px;
  }

  .image-12 {
    left: 162px;
    top: -454px;
  }

  .fe02_card {
    width: 48.5%;
    margin-bottom: 15px;
  }

  .body-heading-3 {
    font-size: 35px;
  }

  .get-started-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .body-heading-2 {
    font-size: 35px;
  }

  .contact-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .dot-div-2 {
    display: none;
  }

  .brand-centre {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-4 {
    padding: 40px 20px;
  }

  .fe02_card-2 {
    width: 48.5%;
    margin-bottom: 15px;
  }

  .navigation-side {
    width: 100%;
  }

  .grid-content {
    text-align: center;
  }

  .icon-6 {
    color: #fff;
  }

  .dot-div {
    display: none;
  }

  .how-it-works-grid {
    grid-row-gap: 75px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .works-image.transaction-image {
    margin-bottom: 10px;
  }

  .section-features {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cookie-block {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .hero__cta-disclaimer {
    text-align: center;
  }

  .hero__cta-button {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }

  .hero__cta-input {
    width: 100%;
    margin-bottom: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #dddfe5;
    border-radius: 4px;
  }

  .hero__cta-heading {
    font-size: 1.4em;
    line-height: 1em;
  }

  .hero__container {
    height: 300vh;
  }

  .hero__cta-inputwrapper {
    display: block;
    width: 100%;
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .crimeoshero {
    height: auto;
    min-height: 760px;
    padding-top: 100px;
  }

  .flowbase-remove {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .mobile-nav-link {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .menu-mob.w--open {
    background-color: #af2d75;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mobile-toggle {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .banner-bar {
    display: none;
  }

  .logo {
    height: 20px;
  }

  .hiring-label {
    margin-left: 12px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 10px;
    line-height: 16px;
  }

  .body {
    overflow: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .outlined-btn.no-margin-top {
    display: inline-block;
    margin-right: 0px;
  }

  .filled-btn.no-margin-top.no-margin-right {
    display: none;
    width: 200px;
    margin-bottom: 20px;
  }

  .filled-btn.no-margin-top.no-margin-right.filled_button_right {
    margin-top: 10px;
    margin-left: 0px;
  }

  .filled-btn.no-margin-top.full-width-phone {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 13px;
  }

  .filled-btn.no-margin-top.no-margin-right.close-cookie-bar {
    width: 100%;
  }

  .filled-btn.no-margin-top.no-margin-right.close-cookie-bar {
    width: 100%;
  }

  .hero-btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-btn-container.center {
    margin-top: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-title {
    font-size: 48px;
    line-height: 54px;
  }

  .hero-title.center {
    font-size: 2.2em;
    line-height: 1.3em;
  }

  .hero-title.medium {
    font-size: 2.4em;
    line-height: 1.1em;
  }

  .hero-top {
    margin-bottom: 40px;
  }

  .hero-section {
    padding-top: 96px;
    padding-bottom: 72px;
  }

  .cookie-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookie-text {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .cookie-bar-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookie-text-2 {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .section-title.in-half-div {
    font-size: 36px;
    line-height: 42px;
    text-align: left;
  }

  .section-title.in-half-div.main-cta-head {
    padding-right: 0px;
    font-size: 10px;
    line-height: 12px;
  }

  .utility-page-form.card.max-width {
    min-width: 280px;
  }

  .text-field {
    border-radius: 0px;
  }

  .utility-card-title {
    font-size: 30px;
    line-height: 36px;
  }

  .extra-form-actions-wrapper {
    font-size: 12px;
    line-height: 20px;
  }

  .hero-left {
    margin-bottom: 40px;
  }

  .text-field-2 {
    border-radius: 0px;
  }

  .hero-section-2 {
    padding-top: 96px;
    padding-bottom: 72px;
  }

  .hero-section-2.hero-section-2 {
    padding-bottom: 0px;
  }

  .section {
    display: block;
    padding: 48px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .features-flex {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .features-text-block {
    margin-bottom: 40px;
  }

  .feature-title-large {
    font-size: 36px;
    line-height: 42px;
  }

  .paragraph-3.custom-feddback-p {
    padding-right: 0px;
  }

  .companies-half-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .section-3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer_sites {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-8 {
    display: block;
  }

  .footer-3 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .div-block-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .utility-card-title-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .faq-q-text.faqheader {
    font-size: 17px;
    line-height: 27px;
  }

  .team-member-card-wrap {
    width: 100%;
  }

  .hiring-label-2 {
    margin-left: 12px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 10px;
    line-height: 16px;
  }

  .cta-block {
    padding: 32px;
  }

  .cta-block.hiring {
    margin-top: 100px;
  }

  .cta-title {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-5.sub-heading {
    font-size: 1.8em;
    line-height: 1em;
  }

  .heading-5.heading {
    font-size: 1.9em;
  }

  .image {
    margin-top: 70px;
  }

  .about-us {
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .headline {
    padding-right: 0px;
  }

  .payments {
    display: none;
  }

  .logos-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    grid-column-gap: 3px;
    grid-row-gap: 6px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .logos-wrap.big {
    margin-bottom: 0px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .section-4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-4.medium {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .heading-16 {
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    line-height: 38px;
    font-weight: 600;
  }

  .text-block-14 {
    padding-right: 10px;
    padding-left: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .div-block-51 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .t06_icon {
    display: block;
  }

  .t06_arrow_right {
    display: none;
  }

  .t06_card {
    padding: 15px;
  }

  .t06_slider {
    padding-right: 10px;
    padding-left: 10px;
  }

  .t06_mask {
    width: 100%;
  }

  .t06_arrow_left {
    display: none;
  }

  .t06 {
    padding-top: 41px;
  }

  .t06_slider_nav {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .t06_slider_nav._5 {
    right: 0%;
  }

  .t06_slider_nav._4 {
    right: 0%;
  }

  .t06_slider_nav._3 {
    right: 0%;
  }

  .t06_slider_nav._2 {
    right: 0%;
  }

  .ourcustomers {
    display: none;
  }

  .image-7 {
    display: none;
  }

  .section-benefits {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-hero-new {
    margin-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
    background-position: 50% 0%;
  }

  .div-block-59 {
    padding-top: 90px;
  }

  .fe02_card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .body-heading-3 {
    font-size: 32px;
  }

  .heading-26 {
    margin-bottom: 10px;
    font-size: 2.4em;
  }

  .body-heading-2 {
    font-size: 32px;
  }

  .contact-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .fractions {
    padding-right: 0px;
  }

  .body-text {
    font-size: 17px;
  }

  .background-video {
    position: relative;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-4 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .fe02_card-2 {
    width: 100%;
  }

  .logo-2 {
    width: 220px;
  }

  .icon-6 {
    color: #fff;
  }

  .more-features-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .menu-button {
    border-style: none;
  }

  .body-text-3 {
    font-size: 17px;
  }

  .section-features {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .button_p {
    display: none;
  }

  .container-8 {
    margin-top: 100px;
  }

  .heading-29 {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 6vw;
  }

  .text-block-24 {
    display: block;
    font-size: 17px;
    text-align: center;
  }

  .heading-31 {
    margin-bottom: 12px;
    font-size: 23px;
  }

  .heading-31.licenseos-functions-heading {
    font-size: 22px;
  }

  .banner-wrap-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-68 {
    margin-bottom: 20px;
  }

  .cookie {
    display: none;
  }

  .grid-10 {
    display: block;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .licenseos-all-features.emergencyos-all-features {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-11 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .licenseos-cta.emergencyos-cta {
    display: none;
    padding-right: 16px;
    padding-left: 16px;
  }

  .heading-33 {
    font-size: 19px;
  }

  .hero__cta-section {
    margin-bottom: 20vw;
  }

  .hero__cta-input {
    width: 100%;
  }

  .hero__cta-heading {
    line-height: 1.5em;
  }

  .hero__container {
    height: 150vh;
  }

  .hero__cta-inputwrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-block-31 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .crimeoshero {
    padding-top: 140px;
  }

  .author-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .author-image {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .social-link {
    margin-left: 10px;
  }

  .author-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-12 {
    display: none;
  }
}

#w-node-_6c160a5a-0260-a70a-f4bc-4b8518cd5708-6e6906a5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6c160a5a-0260-a70a-f4bc-4b8518cd570d-6e6906a5 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6c160a5a-0260-a70a-f4bc-4b8518cd5710-6e6906a5 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6c160a5a-0260-a70a-f4bc-4b8518cd5711-6e6906a5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6c160a5a-0260-a70a-f4bc-4b8518cd5718-6e6906a5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6c160a5a-0260-a70a-f4bc-4b8518cd571d-6e6906a5 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6c160a5a-0260-a70a-f4bc-4b8518cd5720-6e6906a5 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6c160a5a-0260-a70a-f4bc-4b8518cd5721-6e6906a5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d9fc31dc-6b43-01f4-fb2f-6c12bfc3b9d8-06bdf5fa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d6da79da-32b2-25b5-c06a-a1b6ee89d6e6-06bdf5fa {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f80468dd-a62a-39b4-f4eb-65dd036afb50-06bdf5fa {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f80468dd-a62a-39b4-f4eb-65dd036afb51-06bdf5fa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_21f7fbe6-072f-a905-67eb-48120e79958f-06bdf5fa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_21f7fbe6-072f-a905-67eb-48120e799594-06bdf5fa {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3ab2fc1b-0aee-e28f-4b35-3c71499071ab-06bdf5fa {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3ab2fc1b-0aee-e28f-4b35-3c71499071a6-06bdf5fa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@font-face {
  font-family: 'Lineto circular';
  src: url('../fonts/lineto-circular-black.eot') format('embedded-opentype'), url('../fonts/lineto-circular-black.woff') format('woff'), url('../fonts/lineto-circular-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular pro';
  src: url('../fonts/lineto-circular-pro-bold.eot') format('embedded-opentype'), url('../fonts/lineto-circular-pro-bold.woff') format('woff'), url('../fonts/lineto-circular-pro-bold.ttf') format('truetype'), url('../fonts/lineto-circular-pro-bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular pro book';
  src: url('../fonts/lineto-circular-pro-book.eot') format('embedded-opentype'), url('../fonts/lineto-circular-pro-book.woff') format('woff'), url('../fonts/lineto-circular-pro-book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular pro';
  src: url('../fonts/lineto-circular-pro-bookItalic.eot') format('embedded-opentype'), url('../fonts/lineto-circular-pro-bookItalic.woff') format('woff'), url('../fonts/lineto-circular-pro-bookItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular pro';
  src: url('../fonts/lineto-circular-pro-medium.eot') format('embedded-opentype'), url('../fonts/lineto-circular-pro-medium.woff') format('woff'), url('../fonts/lineto-circular-pro-medium.ttf') format('truetype'), url('../fonts/lineto-circular-pro-medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular';
  src: url('../fonts/lineto-circular-blackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular';
  src: url('../fonts/lineto-circular-boldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular';
  src: url('../fonts/lineto-circular-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular book';
  src: url('../fonts/lineto-circular-book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular';
  src: url('../fonts/lineto-circular-bookItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular';
  src: url('../fonts/lineto-circular-mediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular';
  src: url('../fonts/lineto-circular-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}