@font-face {
  font-family: Nunitosans;
  src: url('../fonts/NunitoSans-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunitosans;
  src: url('../fonts/NunitoSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --midnight-blue: #08033f;
  --navy: #0f0583;
}

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

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

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

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

h2 {
  color: var(--midnight-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--midnight-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

li {
  font-size: 18px;
  line-height: 30px;
}

.contact-info {
  opacity: .86;
  background-color: #222;
  padding: 0 20px;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.link {
  color: #fff;
  font-family: Nunitosans, sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.bold-text {
  font-size: 15px;
  font-weight: 900;
}

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

.div-block {
  z-index: 9999;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block.a {
  justify-content: flex-start;
}

.link-block, .link-block-2, .link-block-3, .link-block-4 {
  margin-right: 10px;
}

.navbar {
  clear: none;
  -webkit-text-fill-color: inherit;
  background-color: #ffffffc2;
  background-clip: border-box;
  border: 1px solid #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  box-shadow: 1px 1px 6px -1px #313131;
}

.navbar.inner-page {
  border-style: none none solid;
  border-bottom-color: silver;
  border-radius: 0;
  flex-direction: row;
  margin-top: 0;
  box-shadow: 1px 1px 3px #e0e0e0;
}

.container {
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.nav-link {
  color: #001d44;
  font-family: Changa One, Impact, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.menu-wrapper {
  position: absolute;
  inset: 0%;
}

.slider {
  height: 890px;
}

.div-block-3 {
  background-image: url('../images/s1.png');
  background-position: 50%;
  background-size: auto;
  height: 100%;
}

.zoom {
  background-image: url('../images/icon-park-orlando.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  transform: scale(1);
}

.zoom.s2 {
  background-image: url('../images/icon-park-orlando.jpg');
}

.zoom.s3 {
  background-image: url('../images/S3.png');
}

.heading {
  color: #fff;
  text-align: center;
  width: 829px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 100px;
}

.div-block-4 {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: absolute;
  inset: 28% 0% auto;
}

.button {
  background-color: #05c535;
  border-radius: 8px;
  margin-top: 20px;
  padding: 20px 25px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.button:hover {
  background-color: #009225;
}

.icon {
  background-color: #0000006b;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.icon-2 {
  background-color: #0000006b;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.slide-nav {
  display: none;
}

.heading-2 {
  color: #fff;
  text-align: center;
  font-family: Prata, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-5 {
  z-index: 999989;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-6 {
  background-color: #fff;
  width: 2px;
  height: 50px;
}

.div-block-7 {
  background-image: url('../images/icon-park-map.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 500px;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.column-2 {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-8 {
  background-color: #333;
  padding: 40px 90px;
}

.div-block-8.a {
  background-color: #fff;
  padding: 100px 50px 60px 40px;
}

.div-block-8.a.b {
  background-color: #0000;
  padding-top: 10px;
  padding-left: 90px;
  padding-right: 10px;
}

.div-block-8.a.r {
  padding-top: 50px;
  padding-right: 40px;
}

.div-block-8.i {
  padding: 40px 20px 20px;
}

.div-block-9 {
  justify-content: flex-start;
  display: flex;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.heading-3 {
  color: #fff;
  font-family: Changa One, Impact, sans-serif;
  line-height: 42px;
}

.heading-3.a {
  color: #222;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}

.bold-text-2 {
  color: #161616;
  font-family: Lustria, sans-serif;
  font-size: 26px;
}

.bold-text-2.white {
  color: #fff;
}

.bold-text-2.black {
  color: #fff;
  font-family: Exo, sans-serif;
}

.paragraph {
  color: #fff;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.paragraph.a {
  color: #222;
}

.paragraph.black {
  color: #222;
  margin-bottom: 0;
}

.section {
  background-color: #333;
}

.heading-4 {
  color: #fff;
  font-family: Nunitosans, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.bold-text-3 {
  font-family: Lustria, sans-serif;
  font-weight: 400;
}

.bold-text-3.a {
  color: #222;
}

.text-block {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 17px;
}

.text-block.a {
  color: #222;
}

.bold-text-4 {
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 31px;
}

.column-4, .column-5, .column-6 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-10 {
  height: 765px;
}

.section-2 {
  display: none;
}

.section-3 {
  background-color: #333;
}

.section-4 {
  background-image: url('../images/bg-plan-3.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 50px;
  padding-right: 0;
}

.section-4.center {
  background-image: linear-gradient(#fcfcfce0, #fcfcfce0), url('../images/I-Drive-360-Entrance.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.column-7 {
  padding-left: 0;
  padding-right: 0;
}

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

.div-block-11, .div-block-12, .div-block-13, .div-block-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-15 {
  background-color: #1e73be;
  width: 200px;
  height: 2px;
}

.div-block-16, .div-block-17, .div-block-18, .div-block-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-20 {
  padding-right: 40px;
}

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

.div-block-20.center.margin {
  padding-left: 100px;
  padding-right: 100px;
}

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 50px;
  font-family: Nunitosans, sans-serif;
  font-weight: 300;
  display: flex;
}

.heading-5 {
  color: #747474;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
}

.heading-6 {
  color: #161616;
  margin-top: 10px;
  font-family: Lustria, sans-serif;
  font-size: 34px;
}

.heading-6.t {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

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

.div-block-22 {
  justify-content: center;
  padding-bottom: 100px;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-left: 20px;
  margin-right: 20px;
}

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

.div-block-23 {
  justify-content: center;
  display: flex;
  position: relative;
}

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

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

.div-block-26 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-7 {
  color: #fff;
  font-family: Lustria, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-8 {
  margin-top: 30px;
  font-family: Prata, sans-serif;
  font-size: 20px;
}

.heading-8.y {
  color: #161616;
  margin-top: 10px;
  font-family: Prata, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  color: #828282;
  margin-bottom: 8px;
  font-family: Nunitosans, sans-serif;
  font-size: 18px;
}

.list-item-5 {
  color: #828282;
  font-family: Nunitosans, sans-serif;
  font-size: 18px;
}

.list {
  padding-bottom: 30px;
}

.list-2 {
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.list-3 {
  padding-bottom: 30px;
}

.column-8 {
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.div-block-28 {
  max-width: 1200px;
}

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

.section-5 {
  background-image: url('../images/bg-plan-3.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 50px;
}

.div-block-29 {
  background-color: #1e73be;
  width: 150px;
  height: 3px;
  margin-top: 30px;
  padding-top: 0;
}

.div-block-29.p {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-30 {
  padding-bottom: 50px;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.button-2 {
  background-color: #222;
  border-radius: 5px;
}

.link-block-5 {
  color: #fff;
  background-color: #408bd1;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 4px 10px;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  font-family: Nunitosans, sans-serif;
  text-decoration: none;
}

.image-2 {
  margin-right: 10px;
}

.div-block-32 {
  width: 800px;
  padding-top: 30px;
  padding-bottom: 50px;
}

.heading-9 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Nunitosans, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 57px;
  display: flex;
}

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

.section-6 {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-33 {
  background-image: url('../images/tes.jpeg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.bold-text-5 {
  color: #fff;
  font-family: Nunitosans, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 44px;
}

.bold-text-6 {
  color: #408bd1;
  font-family: Nunitosans, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

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

.slider-2 {
  height: 650px;
}

.slide-nav-2 {
  padding-bottom: 100px;
}

.section-7 {
  background-image: url('../images/bg-plan-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-9 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-34 {
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
}

.heading-10 {
  color: #747474;
  font-family: Nunitosans, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.paragraph-3 {
  color: #2222228f;
  margin-top: 40px;
  font-size: 22px;
  line-height: 37px;
}

.div-block-35, .div-block-36, .div-block-37, .div-block-38 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-6 {
  margin-top: 33px;
}

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

.div-block-40 {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.div-block-41 {
  width: 49%;
  margin-left: 15px;
}

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

.text-field {
  padding: 20px;
  font-family: Nunitosans, sans-serif;
  font-size: 18px;
}

.text-field.p {
  font-size: 16px;
}

.text-field-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Nunitosans, sans-serif;
  font-size: 16px;
}

.text-field-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-field-3.p {
  font-family: Nunitosans, sans-serif;
  font-size: 16px;
}

.text-field-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-field-4.p {
  font-family: Nunitosans, sans-serif;
  font-size: 16px;
}

.text-field-5 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Nunitosans, sans-serif;
  font-size: 18px;
}

.text-field-6, .text-field-7, .text-field-8, .text-field-9 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Nunitosans, sans-serif;
  font-size: 16px;
}

.textarea {
  padding-top: 10px;
  padding-bottom: 80px;
  font-family: Nunitosans, sans-serif;
  font-size: 16px;
}

.submit-button {
  background-color: #1e73be;
  width: 100%;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Nunitosans, sans-serif;
  font-weight: 900;
}

.div-block-43 {
  padding-left: 100px;
}

.link-3, .link-4, .link-5 {
  color: #444;
  font-family: Lustria, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.column-10 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-44 {
  color: #333;
  background-color: #004a64;
  flex-direction: column;
  justify-content: flex-start;
  height: 400px;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  display: flex;
}

.columns-2 {
  flex-direction: row;
  justify-content: space-around;
  align-self: stretch;
  align-items: flex-start;
  padding: 20px 100px;
  display: block;
}

.heading-11 {
  font-family: Nunitosans, sans-serif;
}

.heading-12 {
  color: #fff;
  text-align: right;
  font-family: Nunitosans, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.bold-text-7 {
  margin-right: 20px;
  font-weight: 300;
}

.bold-text-8 {
  font-weight: 400;
  text-decoration: none;
}

.link-6 {
  color: #1e73be;
  text-decoration: none;
}

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

.bold-text-9 {
  font-weight: 400;
  text-decoration: none;
}

.link-7, .bold-text-10 {
  color: #408bd1;
  text-decoration: none;
}

.link-8 {
  text-decoration: none;
}

.link-9 {
  color: #408bd1;
  text-decoration: none;
}

.div-block-46 {
  padding-top: 0;
  display: flex;
}

.bold-text-11, .bold-text-12, .bold-text-13 {
  font-weight: 400;
}

.background-video {
  width: auto;
  height: auto;
  padding-top: 220px;
  padding-bottom: 220px;
}

.columns-3 {
  display: flex;
}

.background-video-2 {
  flex: none;
  width: 100%;
  height: 100%;
}

.link-block-6 {
  background-color: #ffcf40;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  box-shadow: 1px 1px 3px #4e4e4e;
}

.columns-4, .div-block-47 {
  max-width: 1000px;
}

.heading-13 {
  color: #fff;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.column-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-14 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Exo, sans-serif;
}

.section-8 {
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.body {
  border-radius: 0;
}

.section-9 {
  background-color: #0099b1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/best-golf-courses-in-orlando.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px #44b4ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.section-9.tapa-toro {
  background-image: linear-gradient(#0000, #0000), url('../images/tapa-toro-header.jpeg');
  background-position: 0 0, 50%;
}

.section-9.blog {
  height: 325px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-15 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 70px;
  line-height: 95px;
}

.container-2 {
  max-width: 1200px;
}

.section-10 {
  margin-top: 60px;
}

.heading-16 {
  color: #08002e;
  font-family: Exo, sans-serif;
}

.paragraph-4 {
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-4.light, .paragraph-4.bold {
  font-weight: 800;
}

.section-11 {
  background-color: #004a64;
  max-width: none;
  min-height: 400px;
  max-height: 400px;
  margin-top: 0;
  margin-bottom: 0;
}

.column-12 {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  display: block;
}

.div-block-49 {
  background-color: #03a8e5;
  padding-top: 10px;
  padding-bottom: 0;
}

.columns-5 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 1100px;
  display: flex;
}

.container-3 {
  justify-content: center;
  display: flex;
}

.heading-17 {
  color: #fff;
  font-family: Changa One, Impact, sans-serif;
}

.heading-17.white {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
  font-weight: 400;
}

.heading-18 {
  color: #004a64;
  font-family: Changa One, Impact, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
}

.section-12 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 40px;
  display: flex;
}

.div-block-50 {
  align-self: flex-start;
  width: auto;
  max-width: 1200px;
  margin-top: 20px;
}

.text-block-3 {
  color: #0082f3;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.link-block-7 {
  text-decoration: underline;
}

.link-block-7.w--current {
  text-decoration: none;
}

.div-block-51 {
  margin-top: 20px;
}

.container-4 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  max-width: 1200px;
  display: flex;
}

.heading-19 {
  color: #000129;
  font-family: Exo, sans-serif;
  font-weight: 800;
}

.image-3 {
  margin-top: 15px;
}

.heading-20 {
  border: 1px #090031;
  border-bottom-style: solid;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.footer {
  background-color: #004a64;
}

.rich-text-block {
  margin-top: 40px;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.text-block-4 {
  color: #00000a;
  margin-top: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

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

.rich-text-block-2 {
  text-align: left;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.container-6._4-images {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-4 {
  width: 300px;
  max-width: 100%;
  margin-bottom: 40px;
}

.image-4.small {
  width: 200px;
}

.rich-text-block-3 {
  text-align: left;
}

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

.grid-7.new {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.grid-9 {
  grid-template-rows: auto;
}

.image-5 {
  margin-bottom: 20px;
}

.image-7 {
  width: 100%;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 10px;
}

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

.grid-13 {
  grid-template-rows: auto;
}

.grid-14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}

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

.grid-16 {
  grid-template-rows: auto;
}

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

.section-4-copy {
  background-image: url('../images/bg-plan-3.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 50px;
  padding-right: 0;
}

.section-4-copy.center {
  padding-top: 40px;
  padding-bottom: 40px;
}

.link-10 {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 17px;
  text-decoration: none;
}

.heading-21 {
  font-size: 19px;
}

.column-13 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-7 {
  max-width: 1225px;
  padding-top: 100px;
}

.heading-22 {
  color: var(--navy);
  text-align: center;
  font-size: 19px;
  line-height: 32px;
}

.div-block-52 {
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-9 {
  border-radius: 7px;
  min-width: 175px;
  min-height: 150px;
  max-height: 150px;
}

.columns-6 {
  margin-bottom: 40px;
}

.section-13 {
  padding-bottom: 100px;
}

.link-block-8 {
  text-decoration: none;
}

.text-block-5 {
  color: #fff;
  margin-top: 40px;
  font-size: 28px;
}

.paragraph-5 {
  color: #fff;
  max-width: 450px;
}

.white {
  color: #fff;
  font-family: Lustria, sans-serif;
  font-weight: 400;
  line-height: 27px;
}

.div-block-53 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-54 {
  text-align: center;
  max-width: 900px;
}

.container-8 {
  max-width: 1200px;
  padding-top: 0;
}

.heading-23 {
  color: #fff;
  font-family: Prata, sans-serif;
  line-height: 48px;
}

.paragraph-6 {
  color: #fff;
  font-family: Prata, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.div-block-55 {
  margin-top: 0;
  margin-bottom: 20px;
}

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

.div-block-56 {
  max-width: 800px;
  padding-left: 20px;
}

.link-11 {
  color: #0cb270;
}

.div-block-57 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.heading-24 {
  color: #fff;
  font-family: Lustria, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.div-block-58 {
  border: 1px solid #aaa;
  padding-bottom: 10px;
}

.link-block-9 {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  .image {
    margin-left: 20px;
  }

  .div-block-8.a.b {
    padding-left: 20px;
  }

  .heading-3 {
    margin-top: 10px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 21px;
  }

  .heading-4 {
    line-height: 30px;
  }

  .bold-text-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .container-6._4-images, .grid-8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .grid-12, .grid-17 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .div-block-20.center.margin {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-6, .grid-7 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-7.new {
    grid-template-columns: 1fr;
  }

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

  .image-5, .image-6 {
    width: 100%;
  }

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

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

@media screen and (max-width: 479px) {
  p {
    font-size: 17px;
    line-height: 29px;
  }

  .image {
    margin-right: 10px;
  }

  .div-block-20.center.margin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-9 {
    height: 125px;
  }

  .heading-15 {
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .menu-button {
    margin-left: 15px;
  }

  .columns-5 {
    width: auto;
    overflow: hidden;
  }

  .container-3 {
    overflow: hidden;
  }

  .container-6._4-images, .grid-8 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

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

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

  .grid-14, .grid-17 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-_8b95ac65-a678-f158-ee7d-25e40fa3eabe-dcab7bdb, #w-node-_9c73c1ee-7db3-50e2-190f-961e2845ffb6-dcab7bdb, #w-node-b827602a-f687-1f51-9b16-bb6ad3aaf0e7-dcab7bdb {
  justify-self: center;
}

#w-node-c5d5e2af-c82a-a108-b090-2d45b3b8a98f-5487b5b8, #w-node-fe9a42d2-393d-d7c6-5e9f-cccf54c39865-7fd5ebe9, #w-node-fe9a42d2-393d-d7c6-5e9f-cccf54c39865-654949ee, #w-node-e055e6a5-eab4-691b-9552-09839207711f-aab82c0a, #w-node-e055e6a5-eab4-691b-9552-09839207711f-e240c31f, #w-node-e055e6a5-eab4-691b-9552-09839207711f-db04ce09, #w-node-fe9a42d2-393d-d7c6-5e9f-cccf54c39865-24ff3396, #w-node-fe9a42d2-393d-d7c6-5e9f-cccf54c39865-e55b7c83, #w-node-c5d5e2af-c82a-a108-b090-2d45b3b8a98f-cac975ba {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 767px) {
  #w-node-c5d5e2af-c82a-a108-b090-2d45b3b8a98e-5487b5b8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c5d5e2af-c82a-a108-b090-2d45b3b8a98f-5487b5b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0d2e529-d49b-1afb-25b2-5f219dc5b8ce-7fd5ebe9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fe9a42d2-393d-d7c6-5e9f-cccf54c39865-7fd5ebe9, #w-node-fe9a42d2-393d-d7c6-5e9f-cccf54c39865-654949ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0d2e529-d49b-1afb-25b2-5f219dc5b8ce-24ff3396 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fe9a42d2-393d-d7c6-5e9f-cccf54c39865-24ff3396 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0d2e529-d49b-1afb-25b2-5f219dc5b8ce-e55b7c83 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fe9a42d2-393d-d7c6-5e9f-cccf54c39865-e55b7c83, #w-node-c5d5e2af-c82a-a108-b090-2d45b3b8a98e-cac975ba, #w-node-e68bbe5b-33ab-f335-6424-3ab867d84a9c-cac975ba, #w-node-ffc80499-47eb-377d-00e6-d7655a0c3e13-cac975ba, #w-node-_1f607d99-9fcf-94cb-d163-393d9b625dc1-cac975ba, #w-node-c5d5e2af-c82a-a108-b090-2d45b3b8a98f-cac975ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lustria';
  src: url('../fonts/Lustria-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prata';
  src: url('../fonts/Prata-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}