h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.heading-1 {
  color: #151515;
  text-align: center;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 120%;
  position: static;
}

.heading-2 {
  color: #151515;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
}

.main-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 56px;
  margin-bottom: 56px;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.text-24 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.text-24.text-black {
  color: #151515;
  line-height: 120%;
  display: flex;
}

.text-24.text-black.text-regular {
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.text-24.text-red {
  color: #f92d30;
}

.text-24.text-red.text-medium {
  font-weight: 500;
  display: flex;
}

.text-24.text-white {
  color: #fff;
  line-height: 120%;
}

.div-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.button-main {
  aspect-ratio: auto;
  background-color: #151515;
  border-radius: 100px;
  padding: 16px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  position: static;
}

.button-main:hover {
  background-color: #151515;
  border: 3px solid #eee;
}

.button-secondary {
  color: #151515;
  background-color: #e3e3e3;
  border: 1px solid #e3e3e3;
  border-radius: 100px;
  padding: 16px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.button-secondary:hover {
  color: #151515;
  background-color: #e3e3e3;
  border-width: 3px;
  border-color: #eee;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.text-block.text-32 {
  color: #151515;
}

.text-block.text-32.text-black {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.text-block-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  display: flex;
}

.text-block-2.text-bold {
  font-size: 40px;
}

.div-block-5 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.div-2 {
  box-sizing: border-box;
  grid-column-gap: 95px;
  grid-row-gap: 95px;
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 200px;
  padding: 200px 0 0;
  display: flex;
}

.text-30 {
  color: #151515;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.text-30.text-bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 30px;
}

.text-30.text-bold.text-black {
  color: #151515;
}

.text-30.text-bold.text-white {
  color: #fff;
  line-height: 120%;
}

.text-30.text-red {
  color: #f92d30;
}

.text-block-3 {
  color: #000;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-top: 16px;
  display: flex;
}

.text-48 {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.text-48.text-bold {
  color: #fff;
  font-weight: 700;
  line-height: 40px;
}

.text-48.text-bold.text-black {
  color: #151515;
  text-align: center;
  line-height: 40px;
}

.text-48.text-white {
  color: #fff;
}

.text-48.text-white.text-bold {
  line-height: 120%;
}

.div-block-8, .div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #151515;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.body {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body:hover {
  color: red;
}

.div-block-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  padding-left: 120px;
  display: flex;
}

.image {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  object-fit: fill;
  background-clip: border-box;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: clip;
}

.div-block-11 {
  grid-column-gap: 126px;
  grid-row-gap: 48px;
  background-color: #151515;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 60px 100px;
  display: grid;
}

.div-footer {
  flex-flow: column;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-14 {
  font-family: Montserrat, sans-serif;
}

.text-14.text-white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  width: 100px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-14.text-gray {
  color: #828282;
}

.image-2 {
  width: 100%;
}

.div-block-13 {
  box-sizing: border-box;
  justify-content: flex-end;
  align-items: center;
  padding-right: 100px;
  display: flex;
}

.div-block-14 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 100px;
  display: flex;
}

.image-3 {
  width: 100%;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #151515;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-16 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.div-block-17 {
  flex-flow: column;
  display: flex;
}

.div-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #151515;
  border-radius: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 100%;
  height: 300px;
  margin: 0 0 100px;
  padding: 0 60px 24px;
  display: flex;
}

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

.button-tertiary {
  background-color: #f92d30;
  border-radius: 100px;
  padding: 16px;
  font-family: Montserrat, sans-serif;
}

.div-block-19 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 70%;
  padding-top: 32px;
  display: flex;
}

.image-4 {
  width: 20%;
  max-width: 100%;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.navbar-no-shadow {
  z-index: 999;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff;
  background-clip: content-box;
  border-radius: 0;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-no-shadow-container {
  z-index: auto;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
  position: sticky;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". . ."
                 ". . Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #151515;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.text-14 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  transition: border .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.nav-link.text-14:hover {
  outline-offset: 0px;
  color: #151515;
  border-bottom: 3px solid #000;
  border-radius: 0;
  outline: 3px #1a1b1fbf;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f92d30;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.button-tertiary {
  letter-spacing: 0;
  text-transform: none;
  justify-content: flex-end;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button-primary.button-tertiary:hover {
  background-color: #151515;
}

.div-block-22 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.div-block-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.image-5 {
  width: 30%;
}

.div-block-25 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-27 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: static;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.image-6 {
  position: relative;
}

.div-block-30 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.image-7, .image-8 {
  width: 40%;
}

.image-9 {
  width: 30%;
}

.image-10 {
  width: 50%;
}

.div-block-31 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  line-height: 0;
  display: flex;
}

.image-12, .image-13, .image-14 {
  width: 100%;
}

.image-15 {
  width: 80%;
}

.div-block-37 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.text-bold {
  font-weight: 700;
}

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-span {
  color: #f92d30;
}

.div-block-40 {
  width: 20%;
}

.image-16 {
  width: 100%;
}

.div-block-41 {
  text-align: center;
  width: 80%;
}

.div-block-42 {
  width: 60%;
}

.div-block-43 {
  width: 40%;
}

.div-block-44 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-45 {
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .heading-1 {
    font-size: 60px;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 40px;
  }

  .main-div {
    margin-left: 48px;
    margin-right: 48px;
  }

  .text-24.text-black {
    font-size: 14px;
  }

  .text-24.text-black.text-regular {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .text-24.text-red.text-medium {
    font-size: 16px;
  }

  .text-24.text-white {
    font-size: 14px;
  }

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

  .div-block-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: wrap;
    width: 90%;
    padding-top: 75px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .text-30, .text-30.text-bold.text-black, .text-30.text-bold.text-white {
    font-size: 24px;
  }

  .text-48.text-bold.text-black {
    text-align: center;
    font-size: 28px;
  }

  .text-48.text-bold.text-white {
    justify-content: flex-start;
    align-items: center;
    font-size: 28px;
    line-height: 40px;
    display: flex;
  }

  .body {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-10 {
    padding-left: 48px;
  }

  .div-block-11 {
    grid-column-gap: 16px;
    grid-template: "Area"
                   "."
                   / 1fr 1fr 1fr 1fr;
  }

  .div-block-12 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    display: flex;
  }

  .text-14.text-white {
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-2 {
    width: 70%;
  }

  .image-3 {
    width: 100%;
  }

  .div-block-16 {
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
  }

  .div-1 {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    height: 320px;
    margin-bottom: 48px;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    overflow: clip;
  }

  .div-block-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 100%;
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .image-4 {
    vertical-align: baseline;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
  }

  .navbar-no-shadow {
    position: sticky;
    top: 0;
  }

  .navbar-no-shadow-container {
    z-index: 0;
    color: #fff;
    background-color: #fff;
    position: sticky;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    color: #151515;
    padding: 12px;
  }

  .menu-button:hover {
    color: #151515;
  }

  .menu-button.w--open {
    color: #151515;
    background-color: #0000;
  }

  .div-block-31 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    display: flex;
  }

  .div-block-33 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .image-11 {
    display: block;
  }

  .image-12, .image-13, .image-14 {
    width: 50%;
  }

  .image-15 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .div-block-40 {
    width: 30%;
  }

  .image-16, .div-block-42 {
    width: 100%;
  }

  .div-block-43 {
    width: 70%;
  }

  .div-block-45 {
    padding-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .heading-1 {
    width: 100%;
    font-size: 40px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .text-24.text-black.text-regular {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .button-main, .button-secondary {
    font-size: 12px;
  }

  .div-block-5 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .div-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 90%;
    padding-top: 75px;
  }

  .text-30.text-bold.text-white {
    max-width: 700px;
  }

  .div-block-7 {
    padding-top: 0;
  }

  .text-48.text-bold.text-black {
    text-align: center;
    font-size: 28px;
  }

  .div-3 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .div-block-10 {
    padding-top: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-11 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .div-footer {
    width: 100%;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-2 {
    width: 30%;
    display: block;
  }

  .image-2.none {
    display: none;
  }

  .div-block-14 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 30%;
    padding-left: 0;
  }

  .image-3 {
    width: 25%;
  }

  .div-block-16 {
    border-top: 1px solid #292929;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 24px;
    padding-left: 0;
  }

  .div-1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    height: 620px;
    margin-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-19 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 24px;
  }

  .image-4 {
    width: 60%;
  }

  .navbar-no-shadow-container {
    background-color: #fff;
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link.text-14 {
    border-bottom: 1px solid #ececec;
    justify-content: center;
    align-items: center;
    margin-left: 24px;
    margin-right: 24px;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button:hover {
    color: #151515;
  }

  .div-block-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-24 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .div-block-33 {
    flex-flow: column;
  }

  .image-12, .image-13, .image-14 {
    width: 100%;
  }

  .div-block-35 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top: 2px solid #313131;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 56px;
    padding-bottom: 56px;
    display: flex;
  }

  .image-15 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .list-item {
    width: 100%;
  }

  .div-block-42 {
    flex-flow: row;
    align-self: auto;
    width: 100%;
    display: flex;
  }

  .div-block-43 {
    align-self: auto;
    width: 100%;
  }

  .div-block-45 {
    padding-top: 75px;
  }
}

@media screen and (max-width: 479px) {
  .heading-1, .heading-2 {
    font-size: 40px;
  }

  .text-24.text-black.text-regular {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-secondary {
    padding: 12px;
  }

  .div-block-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-right: 12px;
    padding-left: 12px;
  }

  .div-2 {
    width: 90%;
    margin-bottom: 0;
    padding: 75px 24px;
  }

  .text-30.text-bold.text-white {
    font-size: 24px;
  }

  .text-48.text-bold.text-black {
    text-align: center;
  }

  .div-3 {
    flex-flow: column;
    display: flex;
  }

  .div-block-11 {
    margin-left: 0;
  }

  .image-2 {
    width: 50%;
  }

  .div-block-14 {
    width: 60%;
  }

  .image-3 {
    width: 50%;
  }

  .div-block-16 {
    flex-flow: column;
  }

  .div-1 {
    flex-flow: column;
    width: 90%;
  }

  .button-tertiary {
    font-size: 12px;
  }

  .div-block-19 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 24px;
  }

  .image-4 {
    width: 70%;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .div-block-27, .div-block-30 {
    display: none;
  }

  .div-block-35 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-15 {
    width: 100%;
  }

  .div-block-36 {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-37 {
    display: block;
  }

  .div-block-45 {
    padding-top: 75px;
  }
}

#w-node-_40b9d7bb-164d-62b8-92db-d3d228cafb1b-3eac3ccd, #w-node-_4fcbe35d-3584-d745-9738-39eb3ef95154-3eac3ccd, #w-node-_71932aa5-9b8d-ebfb-673f-62ff48acc177-3eac3ccd, #w-node-_084a6b3f-7a1e-371d-b939-57dc7ef9a9d8-3eac3ccd, #w-node-_1baf8e60-6858-dc6a-0007-082347f1f271-3eac3ccd {
  place-self: center;
}

#w-node-_8d6b7762-fe5e-d36a-017d-a59bd56b8e62-3eac3ccd {
  place-self: center start;
}

#w-node-_600694df-165f-ddba-da94-6e2512c5e3cf-3eac3ccd {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_75f73c61-4dd3-2d69-4bd1-1ac1a60772d5-3eac3ccd {
  place-self: center;
}

#w-node-_7c522c36-cba3-5dbb-269b-eabd9d8b4913-3eac3ccd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_8d6b7762-fe5e-d36a-017d-a59bd56b8e62-3eac3ccd {
    justify-self: center;
  }

  #w-node-_600694df-165f-ddba-da94-6e2512c5e3cf-3eac3ccd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_75f73c61-4dd3-2d69-4bd1-1ac1a60772d5-3eac3ccd {
    place-self: center;
  }

  #w-node-_7c522c36-cba3-5dbb-269b-eabd9d8b4913-3eac3ccd {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }
}
