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

body {
  color: #000;
  font-family: Din-neuzeit-grotesk-std, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

h1 {
  text-align: center;
  max-width: 800px;
  margin: 20px auto 62px;
  font-family: avantgarde-bold, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Din-neuzeit-grotesk-std, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 120%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: avantgarde-bold, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: avantgarde-bold, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

figure {
  margin-bottom: 10px;
}

.container {
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.container.full-width {
  max-width: none;
}

.container.announcement {
  background-color: #d61a1a;
}

.rich-text {
  flex-direction: column;
  align-items: stretch;
}

.rich-text p {
  max-width: 800px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text h2 {
  max-width: 800px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  font-family: avantgarde-bold, sans-serif;
  font-size: 40px;
  line-height: 120%;
}

.rich-text h3 {
  max-width: 800px;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  font-family: avantgarde-bold, sans-serif;
  line-height: 120%;
}

.rich-text h4 {
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: avantgarde-bold, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.rich-text figure {
  margin: 60px auto;
}

.section {
  padding-top: 80px;
  padding-left: 100px;
  padding-right: 100px;
}

.ingress {
  max-width: 800px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  line-height: 120%;
}

.ingress.full-width {
  max-width: 1200px;
}

.heading1-spesial {
  margin-bottom: 68px;
  font-family: Lato-light, sans-serif;
  font-weight: 300;
}

.navbar {
  background-color: #0000;
  align-items: center;
  max-width: 1280px;
  height: 200px;
  display: flex;
}

.navbar-container {
  justify-content: space-between;
  display: flex;
}

.image {
  flex: none;
  order: -1;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  padding-left: 0;
  display: flex;
}

.icon {
  color: #fff;
  padding-top: 1px;
  font-size: 26px;
}

.full-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.slider {
  background-color: #fff;
  height: 615px;
}

.heading-1-hero {
  z-index: 1000;
  color: #fff;
  max-width: none;
  font-family: Din-neuzeit-grotesk-std, sans-serif;
  font-size: 46px;
  font-weight: 300;
  position: absolute;
  inset: auto 0% 7%;
}

.container-hero {
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
  position: relative;
}

.container-hero.full-width {
  max-width: none;
}

.hero-semi-transparent-block {
  z-index: 500;
  background-color: #00000021;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide-nav, .left-arrow, .right-arrow {
  display: none;
}

.module-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  margin-bottom: 100px;
}

.grid-text {
  background-color: #0000;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 60px 70px;
  display: flex;
}

.module-image-right {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #db511d;
  border: 2px solid #db511d;
  border-radius: 50px;
  padding: 20px 37px 16px;
  font-size: 16px;
  line-height: 130%;
}

.button:hover {
  color: #db511d;
  background-color: #db511d1a;
  border-width: 2px;
  border-color: #db511d;
}

.button.form {
  width: 127px;
  margin-top: 0;
}

.module-text {
  margin-bottom: 60px;
}

.module-text.small {
  margin-bottom: 20px;
}

.module-text.strong {
  margin-bottom: 32px;
  font-size: 22px;
  font-style: italic;
}

.module-image-left {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.modules {
  padding-bottom: 60px;
}

.contact-form-block {
  background-color: #db511d1c;
  border: 1px #d5d5d5;
  margin-bottom: 68px;
  padding: 90px;
  display: none;
}

.heading2-centered {
  color: #db511d;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.contact-text {
  max-width: 620px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.field {
  border: 1px #d9d9d9;
  height: 60px;
}

.textarea {
  border: 1px solid #d9d9d9;
  min-height: 140px;
}

.field-label {
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: 400;
}

.field-label.small {
  color: #7c7c7c;
  margin-top: 10px;
  font-size: 16px;
}

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

.success-message {
  background-color: #dbf0dd;
}

.error-message {
  background-color: #fcd5d5;
  margin-top: 26px;
}

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

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.footer-text {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 80px;
  font-size: 16px;
  line-height: 133%;
}

.footer-text.high {
  margin-bottom: 10px;
}

.footer-section {
  color: #fff;
  background-color: #082340;
  margin-top: 240px;
  padding: 112px 100px 100px;
}

.footer-block {
  padding-right: 20px;
  font-size: 18px;
}

.footer-block.line {
  border-left: 1px solid #5e5e86;
  padding-left: 36px;
}

.footer-block.line.last {
  padding-right: 0;
}

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

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

.heading3-footer {
  margin: 0;
  font-family: Lato-Bold, sans-serif;
  font-size: 18px;
}

.heading3-footer.high {
  margin-bottom: 10px;
}

.footer-p-high {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-line {
  border-top: 1px solid #ffffff36;
  justify-content: space-between;
  padding-top: 36px;
  display: flex;
}

.pricacy-text {
  max-width: 678px;
  margin-right: 60px;
  font-size: 14px;
}

.form-block {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.heading-box {
  background-color: #db511d;
  padding-top: 14px;
  padding-bottom: 14px;
}

.heading {
  font-family: Lato-Bold, sans-serif;
}

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

.hero-section {
  flex-direction: column;
  align-items: center;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

.div-block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto 0% 1%;
}

.topbar-section {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-2 {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.testimonial-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 200px;
  width: 172px;
  height: 172px;
  margin-bottom: 50px;
}

.testimonial {
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  display: flex;
}

.testimonial-text {
  max-width: 362px;
  margin-bottom: 23px;
}

.testimonial-text.name {
  font-size: 14px;
}

.div-block-3 {
  display: flex;
}

.div-block-4 {
  padding-bottom: 0;
}

.columns-showcase {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0f0f0f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 397px;
  margin-bottom: 120px;
  display: grid;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.showcase {
  color: #d79307;
  max-width: 360px;
  margin-right: 40px;
  font-size: 18px;
}

.showcase-logo {
  margin-left: 40px;
}

.div-block-6 {
  margin-bottom: 119px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.announcement {
  color: #fff;
  background-color: #db511d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding: 80px;
  display: none;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
  }

  .section {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar {
    padding-left: 60px;
    padding-right: 38px;
  }

  .heading-1-hero {
    max-width: 580px;
  }

  .grid-text {
    padding: 40px 40px 50px;
  }

  .heading2-module {
    font-size: 30px;
  }

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

  .modules {
    padding-bottom: 40px;
  }

  .contact-form-block {
    padding: 40px;
  }

  .footer-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 100px;
  }

  .footer-text {
    padding-bottom: 60px;
  }

  .footer-section {
    margin-top: 160px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer-block.line {
    border: 0 solid #000;
    padding-left: 0;
  }

  .hero-section {
    margin-left: 40px;
    margin-right: 40px;
  }

  .testimonial {
    margin-bottom: 120px;
  }

  .showcase {
    margin-right: 0;
  }

  .showcase-logo {
    max-width: 240px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  .rich-text h2 {
    font-size: 32px;
  }

  .section {
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-1-hero {
    font-size: 40px;
  }

  .module-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    min-height: auto;
    margin-bottom: 60px;
  }

  .form {
    grid-column-gap: 20px;
  }

  .footer-grid {
    margin-bottom: 60px;
  }

  .footer-text {
    padding-bottom: 50px;
  }

  .footer-section {
    margin-top: 130px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section {
    margin-left: 30px;
    margin-right: 30px;
  }

  .testimonial {
    margin-bottom: 100px;
  }

  .columns-showcase {
    grid-template-columns: 1fr;
    height: 100%;
  }

  .showcase {
    margin-bottom: 60px;
  }

  .showcase-logo {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-top: 16px;
    font-size: 28px;
  }

  .section {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar {
    height: 130px;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    width: 160px;
  }

  .slider {
    height: 520px;
  }

  .heading-1-hero {
    padding-left: 31px;
    padding-right: 31px;
    font-size: 32px;
    inset: auto 0% 0%;
  }

  .module-grid {
    margin-bottom: 40px;
  }

  .grid-text {
    padding: 35px 20px 50px;
  }

  .heading2-module {
    font-size: 26px;
  }

  .button {
    padding: 12px 27px 10px;
    font-size: 15px;
  }

  .modules {
    padding-bottom: 30px;
  }

  .contact-form-block {
    padding: 30px 20px;
  }

  .field {
    height: 50px;
  }

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

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-text {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-section {
    margin-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-line {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricacy-text {
    margin-bottom: 57px;
  }

  .cta {
    margin-top: 14px;
  }

  .hero-section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .heading-2 {
    margin-bottom: 28px;
  }

  .columns {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .testimonial {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-showcase {
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .showcase-logo {
    max-width: 200px;
  }
}

#w-node-_44245644-ceca-58e7-4f80-5914d1bd7129-0854b584 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_44245644-ceca-58e7-4f80-5914d1bd712e-0854b584 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_44245644-ceca-58e7-4f80-5914d1bd712f-0854b584 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44245644-ceca-58e7-4f80-5914d1bd711f-0854b584 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_44245644-ceca-58e7-4f80-5914d1bd7126-0854b584 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_44245644-ceca-58e7-4f80-5914d1bd7127-0854b584 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00fa7180-b6a5-c62d-0482-2f5e57c156e6-0854b584 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_00fa7180-b6a5-c62d-0482-2f5e57c156eb-0854b584 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_00fa7180-b6a5-c62d-0482-2f5e57c156ec-0854b584, #w-node-daa1cf29-e5b6-7f77-85af-35c0f404207e-0854b584, #w-node-_5d6e9241-9f8e-fa5c-40c5-9c3f4167ba48-0854b584, #w-node-_9df88368-c33d-dd85-6e6d-bc16e84f3a88-0854b584, #w-node-f7bff814-3799-5e30-8f72-6a8a28fe124d-0854b584, #w-node-_44245644-ceca-58e7-4f80-5914d1bd7138-0854b584, #w-node-_44245644-ceca-58e7-4f80-5914d1bd714c-0854b584, #w-node-_3a42b3f9-873d-1428-8844-a9bd651223cd-0854b584 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_44245644-ceca-58e7-4f80-5914d1bd7129-0854b584 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_44245644-ceca-58e7-4f80-5914d1bd712e-0854b584 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_44245644-ceca-58e7-4f80-5914d1bd711f-0854b584 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_44245644-ceca-58e7-4f80-5914d1bd7126-0854b584 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_00fa7180-b6a5-c62d-0482-2f5e57c156e6-0854b584 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_00fa7180-b6a5-c62d-0482-2f5e57c156eb-0854b584 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Lato-regular';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato-light';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'avantgarde-book';
  src: url('../fonts/ITCAvantGardeStd-Bk.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'avantgarde-bold';
  src: url('../fonts/ITCAvantGardeStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'avantgarde-medium';
  src: url('../fonts/ITCAvantGardeStd-Md.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din-neuzeit-grotesk-std';
  src: url('../fonts/DINNeuzeitGroteskStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}