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

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

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

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

.image {
  display: block;
}

.image-2 {
  clear: none;
  object-fit: fill;
  min-width: 50vw;
  max-width: 50%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1%;
  padding-bottom: 1%;
  display: block;
  position: relative;
  left: auto;
  right: auto;
}

.section {
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  display: flex;
}

.navbar-logo-center {
  z-index: 9999;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  color: #fff;
  background-color: #000;
  width: 100%;
  min-width: 100vw;
  max-width: 100%;
  padding: 1% 0;
  position: sticky;
  top: 10px;
}

.container {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: center;
  align-items: center;
  min-width: 80vw;
  display: flex;
}

.nav-menu-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

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

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

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

.nav-link.nav-link-white {
  color: #fff;
  font-size: 1.7vw;
  line-height: 2vw;
}

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  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;
}

.list-item {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.section-2 {
  background-color: #2975e2;
  border-color: #000;
  min-width: 100vw;
}

.footer-dark {
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  min-width: 100vw;
  padding: 2% 4%;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-link.white-link {
  color: #fff;
}

.footer-social-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 25%;
  margin: 1% auto;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 2%;
  margin-bottom: 2%;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 1.7vw;
  line-height: 2vw;
}

.section-3 {
  color: #fff;
  background-color: #000;
  padding: 3% 4%;
}

.div-block {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 2%;
  padding-bottom: 2%;
}

.div-block-2 {
  color: #fff;
  background-color: #040000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 2%;
  padding-bottom: 2%;
}

.div-block-3 {
  margin-bottom: 20px;
  padding-top: 2%;
  padding-bottom: 2%;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3 Area-4"
                 "Area-5 Area-6 Area-7 Area-8"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: stretch;
  justify-items: stretch;
  min-width: 95%;
  max-width: 100%;
  margin-top: 1%;
  margin-bottom: 1%;
  padding-top: 1%;
  padding-bottom: 1%;
  display: grid;
}

.image-3 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 83px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-4 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-2 {
  text-align: center;
}

.image-5 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-3 {
  text-align: center;
}

.image-6 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-4 {
  text-align: center;
  font-size: 1.5vw;
  line-height: 2vw;
}

.heading-5, .heading-6, .heading-7, .heading-8, .heading-9, .heading-10, .heading-11 {
  text-align: center;
}

.image-7, .image-8, .image-9, .image-10, .image-11, .image-12 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-13 {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  display: block;
}

.section-4 {
  background-color: #2975e2;
}

.image-14 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: auto;
  padding: 10px 15px;
  display: block;
}

.columns {
  text-align: left;
  position: static;
}

.div-block-5 {
  margin: 1% auto;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
}

.bold-text {
  color: #000;
  margin-top: 1%;
  margin-bottom: 1%;
  font-size: 2.5vw;
  line-height: 2.5vw;
}

.bold-text-2 {
  color: #000;
}

.heading-12, .heading-13 {
  color: #2975e2;
}

.heading-14 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-15 {
  color: #000;
  margin-top: 1%;
  margin-bottom: 1%;
  font-size: 1.8vw;
  line-height: 2.3vw;
}

.bold-text-3 {
  color: #000;
  display: inline;
}

.text-block {
  color: #000;
  margin-top: 1%;
  padding-bottom: 1%;
  font-size: 2vw;
  line-height: 2.8vw;
}

.link {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: .5%;
  padding-bottom: 1%;
  font-size: 1.7vw;
  line-height: 2vw;
  display: block;
  position: relative;
}

.text-block-2 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 1%;
  padding-bottom: .5%;
  font-size: 1.7vw;
  line-height: 2vw;
}

.text-block-3 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: .5%;
  padding-bottom: 1%;
  font-size: 1.7vw;
  line-height: 2vw;
}

.image-15 {
  object-fit: fill;
  max-height: 100%;
  display: block;
}

.section-5 {
  object-fit: cover;
  max-width: 100%;
  max-height: 300.183vw;
  display: block;
}

.image-16 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body {
  background-color: #000;
  font-family: Roboto, sans-serif;
}

.text-block-8 {
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: #333;
  border-radius: 1rem;
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 1.5vw;
  line-height: 2vw;
}

.text-block-5 {
  color: #000;
  text-align: justify;
  background-color: #2975e2;
  border-radius: 1rem;
  padding: 2%;
}

.text-block-6 {
  text-align: justify;
  margin-bottom: 2%;
}

.text-block-7 {
  color: #fff;
  font-size: 1.7vw;
  line-height: 2vw;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5%;
  font-size: 1.5vw;
  line-height: 1.5vw;
}

.heading-17 {
  color: #000;
}

.image-18, .image-19 {
  color: #fff;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  min-width: 100vw;
}

.grid.vertical-space {
  margin-bottom: 5%;
  padding-top: 3%;
  padding-left: 5%;
  padding-right: 5%;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  grid-template-rows: auto;
  grid-template-areas: "Area-2 Area";
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-areas: "Area-2 Area";
}

.div-block-7 {
  color: #fff;
  background-color: #2975e2;
  padding-left: 2%;
  padding-right: 2%;
}

.div-block-8 {
  background-color: #2975e2;
  min-width: 100%;
  padding: 2% 10% 4%;
}

.div-block-9 {
  background-color: #2975e2;
  padding-left: 2%;
  padding-right: 2%;
}

.image-20 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-18 {
  text-align: center;
}

.heading-19 {
  margin-top: 1%;
  margin-bottom: 1%;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
}

.div-block-10 {
  margin: auto;
  padding: 1% 3px 1% 3%;
}

.text-block-8-copy {
  color: #000;
  text-align: justify;
  border-radius: 1rem;
  padding: 2%;
}

.image-22, .image-24 {
  min-width: 100%;
  min-height: 100%;
}

.nav_image {
  display: none;
}

.link-2 {
  -webkit-text-stroke-color: black;
}

.button, .button-2 {
  display: none;
}

.image-25, .image-26 {
  min-width: 100%;
  min-height: 100%;
}

.image-27 {
  min-width: 3vw;
}

@media screen and (min-width: 1920px) {
  .image-2 {
    min-width: 50vw;
  }

  .section {
    min-width: 100vw;
  }

  .navbar-logo-center {
    z-index: 10000;
    min-width: 100vw;
    top: 0;
  }

  .navbar-logo-center-container.shadow-three {
    min-width: 100vw;
    max-width: 100%;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .container {
    font-size: 2rem;
    line-height: 2rem;
  }

  .navbar-wrapper-three {
    min-width: 100vw;
  }

  .nav-menu-wrapper-three {
    align-self: auto;
  }

  .nav-menu-block {
    min-width: 80vw;
    max-width: 80vw;
    padding-left: 0;
  }

  .nav-link.nav-link-white {
    letter-spacing: .1vw;
    font-size: 1.7vw;
    line-height: 2vw;
  }

  .nav-link.nav-link-white.w--current {
    font-size: 1.7vw;
    line-height: 2vw;
  }

  .list-item {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    justify-content: center;
    min-width: 100vw;
  }

  .section-2, .footer-dark {
    min-width: 100vw;
  }

  .footer-wrapper {
    max-width: none;
  }

  .footer-content {
    grid-row-gap: 1rem;
  }

  .footer-block {
    padding-top: 2%;
    padding-left: 3%;
    padding-right: 2%;
  }

  .title-small, .footer-link.white-link {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .footer-social-block {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    max-width: 25%;
    position: static;
  }

  .footer-social-link {
    flex: 0 auto;
    width: 10%;
    min-width: 3vw;
    margin-left: 0;
    display: block;
  }

  .footer-divider {
    min-width: 100vw;
  }

  .footer-copyright-center {
    font-size: 1.7vw;
    line-height: 2vw;
  }

  .container-2 {
    grid-column-gap: 3%;
    grid-row-gap: 3%;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    font-size: 2rem;
    line-height: 2rem;
  }

  .image-6 {
    min-width: 30%;
  }

  .heading-4 {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .section-4 {
    min-width: 100vw;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
  }

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

  .bold-text {
    color: #000;
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .bold-text-2 {
    color: #000;
  }

  .heading-13 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .heading-14 {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .heading-15 {
    font-size: 1.8vw;
    line-height: 2.3vw;
  }

  .bold-text-3 {
    color: #000;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .text-block {
    font-size: 2vw;
    line-height: 2.8vw;
  }

  .link, .text-block-2, .text-block-3 {
    font-size: 1.7vw;
    line-height: 2vw;
  }

  .text-block-8 {
    text-align: left;
    letter-spacing: .02vw;
    background-color: #2975e2;
    min-width: 100%;
    padding-left: 0%;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .text-block-5 {
    text-align: justify;
    letter-spacing: .02rem;
    background-color: #2975e2;
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .text-block-6 {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .text-block-7 {
    font-size: 1.7vw;
    line-height: 2vw;
  }

  .heading-16 {
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5%;
    font-size: 1.5vw;
    line-height: 1.5vw;
  }

  .heading-17 {
    color: #000;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .image-18 {
    width: 10%;
  }

  .grid {
    grid-template-areas: "Area Area-2";
    min-width: 100vw;
  }

  .grid-2 {
    grid-template-areas: "Area-2 Area";
    min-width: 100vw;
  }

  .grid-3 {
    min-width: 100vw;
  }

  .div-block-7 {
    background-color: #2975e2;
    min-width: 100%;
    padding: 2% 10% 4%;
  }

  .div-block-8 {
    letter-spacing: .1rem;
    background-color: #2975e2;
    min-width: 100%;
    padding: 2% 10% 4%;
    font-size: 2rem;
    line-height: 2rem;
  }

  .div-block-9 {
    background-color: #2975e2;
    min-width: 100%;
    padding: 2% 10% 4%;
  }

  .heading-19 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .heading-20 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .grid-4 {
    min-width: 100%;
  }

  .div-block-10 {
    padding-bottom: 1%;
  }

  .text-block-8-copy {
    letter-spacing: .02rem;
    background-color: #2975e2;
    min-width: 100%;
    line-height: 2.8rem;
  }

  .image-22 {
    min-width: 100%;
  }

  .heading-21 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .heading-22 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .image-24, .image-25, .image-26 {
    min-width: 100%;
  }

  .bold-text-4 {
    font-size: 1.7vw;
    line-height: 2vw;
  }

  .image-27 {
    width: 10%;
    min-width: 3vw;
  }
}

@media screen and (max-width: 991px) {
  .image-2 {
    display: none;
  }

  .navbar-logo-center-container.shadow-three {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .container {
    flex-flow: column;
    max-width: 728px;
    display: flex;
  }

  .navbar-wrapper-three {
    flex-flow: row;
    justify-content: space-around;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-link.nav-link-white {
    color: #000;
  }

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

  .menu-button {
    margin-right: 20%;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .footer-dark {
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-copyright-center {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .div-block, .div-block-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-3 {
    margin-bottom: 20px;
  }

  .container-2 {
    grid-template-rows: auto auto;
    margin-top: 1%;
  }

  .heading-4 {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .bold-text {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }

  .heading-15 {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .text-block {
    line-height: 2.5vw;
  }

  .link, .text-block-2, .text-block-3, .text-block-8, .text-block-7 {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .heading-16 {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .heading-17 {
    color: #000;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-23 {
    min-height: 275px;
  }

  .nav_image {
    align-self: center;
    max-width: 50%;
    margin-bottom: 0%;
    display: block;
  }

  .button {
    text-align: center;
    background-color: #2975e2;
    width: 25%;
    font-size: 2vw;
    line-height: 2.5vw;
    display: block;
  }

  .button-2 {
    text-align: center;
    width: 25%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-center {
    flex-flow: column;
    display: flex;
  }

  .navbar-wrapper-three {
    text-align: center;
    flex-flow: row;
    display: flex;
  }

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

  .nav-menu-wrapper-three {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-flow: column;
    align-items: stretch;
    max-width: 50%;
    padding-bottom: 30px;
    display: block;
  }

  .nav-menu-block {
    flex-direction: column;
    align-items: flex-start;
    max-width: 200px;
    display: block;
  }

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

  .nav-link.nav-link-white {
    color: #000;
  }

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

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

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

  .menu-button {
    margin-right: 16%;
  }

  .menu-button:active {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .list-item {
    flex-flow: column;
    align-items: flex-start;
  }

  .section-2 {
    padding-right: 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    text-align: left;
    align-items: flex-start;
    display: flex;
  }

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

  .footer-social-block {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .section-3 {
    padding-top: 5%;
  }

  .container-2 {
    grid-template: "Area Area-2 Area-3 Area-4"
                   "Area-5 Area-6 Area-7 Area-8"
                   / 1fr 1fr 1fr 1fr;
  }

  .heading-4 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .section-4 {
    background-color: #2975e2;
  }

  .column {
    padding-left: 30px;
  }

  .bold-text {
    font-size: 4.5vw;
    line-height: 4.5vw;
  }

  .heading-15, .text-block, .text-block-2, .text-block-3 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .div-block-6 {
    text-align: justify;
  }

  .text-block-8 {
    text-align: left;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .text-block-5, .text-block-6 {
    text-align: justify;
  }

  .text-block-7 {
    text-align: justify;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .heading-16 {
    padding-top: 0%;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .heading-17 {
    color: #000;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area"
                   "Area-2"
                   / 1fr;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area-2"
                   "Area"
                   / 1fr;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area-2"
                   "Area"
                   / 1fr;
    margin-top: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .div-block-7, .div-block-8, .div-block-9 {
    padding-top: 5%;
  }

  .grid-4 {
    margin-bottom: 5%;
  }

  .text-block-8-copy {
    text-align: justify;
  }

  .nav_image {
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .button {
    width: 30%;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .bold-text-4 {
    font-size: 2.5vw;
    line-height: 3vw;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .navbar-wrapper-three {
    flex-flow: row;
  }

  .nav-menu-wrapper-three {
    flex-flow: row;
    justify-content: space-between;
  }

  .nav-menu-three {
    flex-direction: column;
    max-width: 80%;
  }

  .nav-link.nav-link-white {
    color: #000;
  }

  .menu-button {
    align-self: flex-start;
  }

  .list-item {
    color: #000;
  }

  .section-2 {
    padding-top: 0%;
    padding-bottom: 0%;
    padding-right: 0;
  }

  .footer-block {
    align-items: flex-start;
    display: flex;
  }

  .footer-social-block {
    max-width: 45%;
  }

  .footer-copyright-center {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .section-3 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .div-block-2, .div-block-3 {
    margin-bottom: 40px;
  }

  .container-2 {
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   "Area-5"
                   "Area-6"
                   "Area-7"
                   "Area-8"
                   / 1fr;
  }

  .heading-4 {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .section-4 {
    background-color: #2975e2;
    padding-bottom: 0%;
  }

  .div-block-4, .column {
    padding-left: 10px;
  }

  .bold-text {
    font-size: 5.5vw;
    line-height: 5.5vw;
  }

  .heading-15 {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .text-block {
    text-align: left;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .text-block-2, .text-block-3 {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .div-block-6 {
    text-align: justify;
    margin-bottom: 3%;
  }

  .image-17 {
    margin-bottom: 3%;
  }

  .text-block-8 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .text-block-5 {
    text-align: justify;
    margin-bottom: 20px;
  }

  .text-block-6 {
    text-align: justify;
  }

  .text-block-7 {
    text-align: center;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .heading-16 {
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .heading-17 {
    color: #333;
    margin-bottom: 0;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area"
                   "Area-2"
                   / 1fr;
    grid-auto-flow: row;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area-2"
                   "Area"
                   / 1fr;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area-2"
                   "Area"
                   / 1fr;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .grid-4 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template: "Area"
                   "Area-2"
                   / 1fr;
    padding-bottom: 5%;
  }

  .text-block-8-copy {
    text-align: justify;
    margin-bottom: 20px;
  }

  .image-22 {
    grid-template-areas: "Area-2"
                         "Area";
  }

  .nav_image {
    align-self: center;
  }

  .link-2 {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .button {
    background-color: #2975e2;
    width: 35%;
    padding: 2%;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .bold-text-4 {
    font-size: 4vw;
    line-height: 4.5vw;
  }
}

#w-node-d1dc703e-d5ce-a56f-a0df-13776761ae73-a124671a, #w-node-_35dc9207-468d-c4cc-1f89-e11d93c36941-a124671a {
  grid-area: Area-2;
}

#w-node-fe094a8a-fbf2-2c11-0e68-93b60d9fa109-a124671a {
  grid-area: Area;
}

#w-node-_86225d0b-4e29-a401-f892-e1e3230abb2f-a124671a {
  grid-area: Area-2;
}

#https-www\.bing\.com-maps-where-Calgary-2C-AB-T2H0H6-2C-CA-cp-51\.047411-7E-114\.057977-lvl-16\.0.w-node-_24ba4db0-3c7f-bcbf-583f-d1467f0fbc88-a124671a {
  grid-area: Area;
}

#w-node-e0c015e1-76e1-abad-3a0d-8688fb8dbdce-a124671a {
  grid-area: Area-6;
}

#w-node-e0c015e1-76e1-abad-3a0d-8688fb8dbdd4-a124671a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0c015e1-76e1-abad-3a0d-8688fb8dbdda-a124671a {
  grid-area: Area-8;
}

#w-node-e0c015e1-76e1-abad-3a0d-8688fb8dbdde-a124671a {
  grid-area: Area;
}

#w-node-e0c015e1-76e1-abad-3a0d-8688fb8dbde4-a124671a {
  grid-area: Area-7;
}

#w-node-e0c015e1-76e1-abad-3a0d-8688fb8dbdea-a124671a {
  grid-area: Area-3;
}

#w-node-e0c015e1-76e1-abad-3a0d-8688fb8dbdee-a124671a {
  grid-area: Area-5;
}

#w-node-e0c015e1-76e1-abad-3a0d-8688fb8dbdf4-a124671a {
  grid-area: Area-2;
}

@media screen and (min-width: 1920px) {
  #w-node-d1dc703e-d5ce-a56f-a0df-13776761ae73-a124671a, #w-node-_35dc9207-468d-c4cc-1f89-e11d93c36941-a124671a {
    grid-area: Area-2;
  }

  #https-www\.bing\.com-maps-where-Calgary-2C-AB-T2H0H6-2C-CA-cp-51\.047411-7E-114\.057977-lvl-16\.0.w-node-_24ba4db0-3c7f-bcbf-583f-d1467f0fbc88-a124671a {
    grid-area: Area;
  }

  #w-node-e0c015e1-76e1-abad-3a0d-8688fb8dbde6-a124671a {
    grid-area: Area-7;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d1dc703e-d5ce-a56f-a0df-13776761ae73-a124671a {
    grid-area: Area-2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d1dc703e-d5ce-a56f-a0df-13776761ae73-a124671a {
    grid-area: Area-2;
  }

  #w-node-_35dc9207-468d-c4cc-1f89-e11d93c36941-a124671a {
    grid-area: Area;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_35dc9207-468d-c4cc-1f89-e11d93c36941-a124671a, #w-node-fe094a8a-fbf2-2c11-0e68-93b60d9fa109-a124671a {
    grid-area: Area;
  }
}


