:root {
  --rr-orange: #e56521;
  --grey1: #888685;
  --coral: #ec7738;
  --black: black;
  --white-2: white;
  --white: white;
  --silver: #c4beba;
  --medium-sea-green: #03bf6d;
  --slate-blue: #4253ff;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.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: #121217;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

p {
  color: #919197;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

blockquote {
  color: #919197;
  border-left: 2px solid #4253ff;
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.navigation {
  background-color: #fff;
  margin-top: 16px;
  margin-bottom: 24px;
  margin-left: 41px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  top: 0;
  right: 0;
  box-shadow: 0 12px 10px -5px #0000001a;
}

.navigation.style-2 {
  border-bottom-style: none;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 12px 10px -5px #0000001a;
}

.navigation.fixed-english {
  z-index: 9;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  opacity: 1;
  color: #000;
  background-color: #000000ba;
  border-bottom: 1px solid #ffffff26;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 10%;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.navigation.style-4 {
  margin-top: 3px;
  margin-bottom: 22px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 12px 10px -5px #0000001a;
}

.navigation.style-3 {
  z-index: 9;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  opacity: 1;
  color: #000;
  background-color: #000000ba;
  border-bottom: 1px solid #ffffff26;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 10%;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.navigation-link {
  color: #12121780;
  border-bottom: 1px solid #0000;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .4s;
}

.navigation-link:hover {
  color: #4253ff;
  border-bottom-color: #4253ff;
}

.navigation-link.w--current {
  color: #121217;
  border-bottom-color: #4253ff;
}

.navigation-link.white {
  color: #fffc;
  border: 1px #000;
  margin-left: -14px;
  font-weight: 300;
}

.navigation-link.white:hover {
  color: #fff;
}

.navigation-link.normal {
  color: #000;
  padding-right: 20px;
}

.navigation-link.normal.w--current {
  color: #4253ff;
}

.navigation-link.normal.white {
  z-index: 1;
  color: #fff;
  cursor: pointer;
  margin-left: -14px;
  font-weight: 400;
}

.navigation-link.normal.white.w--current {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-bottom-width: 0;
  border-bottom-color: #fff;
  margin-left: -14px;
  font-weight: 500;
  display: inline-block;
  transform: translate(0);
}

.navigation-link.normal.small-padding {
  margin-top: 1px;
  margin-bottom: 23px;
}

.navigation-link.normal.small-padding.w--current {
  color: #000;
}

.navigation-link.small-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.drop-arrow {
  color: #fff;
  margin-right: 10px;
  font-size: 13px;
  display: flex;
  overflow: auto;
}

.brand {
  float: left;
  clear: none;
  margin-top: 0;
  margin-bottom: 1px;
  margin-left: 0;
  position: relative;
  top: 0;
}

.brand.w--current {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.brand.style-1 {
  float: none;
  display: inline-block;
  top: 0;
}

.brand.in-scroll {
  width: 200px;
  top: 13px;
}

.banner {
  background-color: #4253ff;
  height: 600px;
  position: relative;
}

.banner.style-2 {
  background-color: #0000;
  height: 750px;
}

.banner.style-3 {
  background-color: #fff;
  background-image: url('../images/banner-X-min.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #fff;
  max-width: 1006650000000%;
  height: 700px;
  margin: -40px auto -13px;
  position: static;
}

.banner.style-4 {
  background-color: #b7bbc9;
  background-image: linear-gradient(#212127e6, #212127e6), url('../images/shutterstock_302512319.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 680px;
}

.banner.style-5 {
  background-color: #313137;
  height: auto;
}

.banner.style-7 {
  background-color: #c2c6d3;
  height: auto;
  padding-top: 40px;
  padding-bottom: 0;
}

.banner.style-7.with-white-color {
  background-color: #fafafa;
}

.banner.style-8 {
  background-color: #212127;
  height: 700px;
}

.banner.full {
  background-color: #0000;
  height: 100vh;
}

.banner.full-blue {
  background-color: #4253ff;
  background-image: url('../images/wrench.svg');
  background-position: 117% 38%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 700px;
}

.banner.full-screen {
  background-color: #212127;
  background-image: linear-gradient(#212127e6, #212127e6), url('../images/zero-gravity-devices-comp-min-uai-2064x1577.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
}

.banner.style-9 {
  background-color: #f5f5f7;
  background-image: url('../images/ronald-yang-21762.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}

.banner.style-10 {
  background-image: linear-gradient(45deg, #4253ff, #2f41fc);
  height: 600px;
}

.banner.style-11 {
  background-image: linear-gradient(#212127e6, #212127e6), url('../images/bench-accounting-49906-1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.banner.style-12 {
  background-color: #c2c6d3;
  background-image: url('../images/waves-bg-10.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 600px;
}

.banner.intro {
  background-image: url('../images/headerbg-4.svg');
  background-position: 50%;
  background-size: cover;
  height: 750px;
}

.section {
  color: #1212174f;
  text-align: center;
  border: 0 #00000030;
  border-radius: 12px;
  max-width: 1200px;
  margin-top: auto;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.section.gray {
  border-style: none;
  border-width: 5px 1px 1px;
  border-color: var(--rr-orange) black black;
  color: #000;
  border-radius: 0;
  margin-top: -17px;
  padding-top: 56px;
}

.section.gray.more {
  background-color: #c2c6d3;
}

.section.gray.more.shadow {
  box-shadow: inset 0 30px 50px -7px #0000001a;
}

.section.gray.more.shadow.less-space.more-top {
  padding-top: 100px;
}

.section.gray.more.shadow.less-space.more-extra-top {
  box-shadow: none;
  padding-top: 40px;
  padding-bottom: 45px;
}

.section.gray.more.shadow.top-padding {
  padding-top: 120px;
}

.section.gray.more.shadow.home-intro {
  background-color: #a6abbd;
}

.section.gray.more.less-space {
  background-color: #eb7921;
  margin-top: -183px;
  margin-bottom: 3px;
  padding-top: 21px;
  padding-bottom: 12px;
}

.section.gray.no-bottom-padding {
  padding-bottom: 0;
}

.section.gray.laptop {
  background-color: #fdfdfd;
  background-image: url('../images/tread-light-HOME.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 700px;
  margin: -22px 0 0;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.gray.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.gray.faq {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.section.with-photo {
  background-image: linear-gradient(#fff0 26%, #fff 90%), url('../images/mockup-1.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1450px;
  height: 600px;
}

.section.less-space {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.blue {
  background-color: #4253ff;
}

.section.blue.logo {
  background-color: #4253ff;
  padding: 70px 40px;
}

.section.blue.less-space.lesser {
  padding-top: 35px;
  padding-bottom: 35px;
}

.section.blue.shadow {
  box-shadow: inset 0 30px 50px -7px #0003;
}

.section.blue.shadow.add-image {
  color: #302c2a;
  background-color: #000000e6;
  background-image: linear-gradient(#58504adb, #58504adb), url('../images/RAPIDROOTWHITE.png');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  padding-bottom: 140px;
}

.section.less-padding {
  padding-top: 50px;
}

.section.features {
  padding-top: 0;
  padding-bottom: 50px;
  position: relative;
}

.section.photo {
  background-color: #f3f4f6;
  background-image: url('../images/support.jpg');
  background-position: -172px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
}

.section.photo-2 {
  background-color: #fff;
}

.section.add-photo {
  background-image: url('../images/home-bg-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.intro {
  background-color: #fff;
  padding-top: 650px;
}

.container-fluid {
  z-index: 5;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-fluid.features {
  margin-top: -150px;
  position: relative;
}

.container-fluid.center {
  color: #000;
  margin-top: 70px;
  margin-left: -349px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.container-fluid.center.uper {
  top: 35%;
}

.container-fluid.center.uper.normal {
  top: 40%;
}

.container-fluid.center.uper.more {
  top: 28%;
}

.container-fluid.center.uper.in-full-width {
  top: 45%;
}

.container-fluid.center.uper.in-contact {
  margin-top: -18px;
  position: relative;
  top: 44%;
  overflow: scroll;
}

.container-fluid.center.contact {
  margin-top: -146px;
  margin-bottom: 175px;
  top: 45%;
}

.container-fluid.center.bottom {
  display: flex;
  top: 70%;
}

.container-fluid.center.pop-up {
  width: 30%;
}

.container-fluid.center.bottom-absolute {
  position: absolute;
  inset: 42px 0 0;
  transform: none;
}

.container-fluid.center.style-10 {
  top: 69%;
}

.container-fluid.center.intro {
  top: 30%;
}

.container-fluid.in-404 {
  width: 60%;
}

.container-fluid.in-project-page {
  margin-top: -150px;
  position: relative;
}

.service-business-wrapper {
  float: left;
  text-align: center;
  border-right: 1px solid #e1e1e1;
  width: 33.333%;
  margin-right: -1px;
  padding: 60px 40px 50px;
}

.service-business-wrapper.another-line {
  border-left: 1px solid #e1e1e1;
}

.service-wrapper {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.service-icon {
  background-image: url('../images/idea-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.service-icon.icon-2 {
  background-image: url('../images/analytics.svg');
}

.service-icon.icon-3 {
  background-image: url('../images/sitemap.svg');
}

.service-title {
  margin-top: 0;
}

.top-title {
  color: #000;
  text-align: center;
  background-color: #0000;
  margin-top: 28px;
  margin-bottom: auto;
  margin-right: 1px;
  font-size: 48px;
}

.top-title.less-space {
  margin-bottom: 40px;
}

.top-title.less-space.more {
  margin-bottom: 30px;
}

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

.bolder {
  color: #4253ff;
  margin-left: 2px;
  font-size: 40px;
  font-weight: 600;
  line-height: 0;
  display: none;
}

.bolder.white {
  color: #fff;
}

.top-heading {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 140px;
  margin-bottom: 1px;
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
}

.top-heading.dark {
  color: #000;
  margin-top: 63px;
  font-weight: 500;
}

.top-heading.white {
  color: #000000ab;
}

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

.top-margin.more {
  margin-top: 85px;
  margin-bottom: 63px;
}

.top-margin.more.extra {
  background-image: url('../images/RapidRopot-Sector-Walkway.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: 10px;
  margin-bottom: auto;
  padding-bottom: 122px;
}

.top-margin.big {
  margin-top: 100px;
}

.top-margin.intro {
  margin-top: 80px;
}

.left-padding {
  padding-left: 57px;
  padding-right: 40px;
}

.social-icon {
  filter: grayscale();
  background-color: #4253ff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-left: 3px;
  margin-right: 3px;
  transition: all .3s;
}

.social-icon:hover {
  filter: none;
}

.social-icon.facebook {
  background-image: url('../images/font-awesome_4-7-0_facebook_256_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon.twitter {
  background-image: url('../images/font-awesome_4-7-0_twitter_100_0_ffffff_none-5_1font-awesome_4-7-0_twitter_100_0_ffffff_none (5).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon.google {
  background-image: url('../images/font-awesome_4-7-0_google_100_0_ffffff_none-1_1font-awesome_4-7-0_google_100_0_ffffff_none (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon.insta {
  background-image: url('../images/font-awesome_4-7-0_instagram_100_0_ffffff_none-5_1font-awesome_4-7-0_instagram_100_0_ffffff_none (5).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
}

.project-wrapper {
  filter: grayscale();
  color: #121217;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  width: 100%;
  height: 320px;
  margin-bottom: 20px;
  padding: 40px;
  text-decoration: none;
  transition: all .4s;
  position: relative;
}

.project-wrapper:hover {
  filter: none;
  color: #4253ff;
  transform: translate(0, -5px);
  box-shadow: 0 10px 12px -7px #00000026;
}

.project-wrapper.style-2 {
  border-style: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
}

.project-wrapper.style-2.add-shadow {
  margin-bottom: 20px;
  box-shadow: 0 12px 10px -7px #00000026;
}

.project-wrapper.style-2.add-shadow:hover {
  box-shadow: 0 12px 10px -7px #0000004d;
}

.project-wrapper.smaller {
  height: 160px;
}

.project-wrapper.no-line {
  border-style: none;
}

.project-title {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 22px;
  font-weight: 400;
}

.project-type {
  color: #919197;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.project-type.in-testi {
  margin-top: 0;
}

.arrow-bottom {
  background-image: url('../images/export.svg');
  background-position: 0 0;
  background-size: contain;
  width: 23px;
  height: 23px;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.arrow-bottom.in-blog {
  bottom: 26px;
  right: 30px;
}

.arrow-bottom.in-blog.second-arrow {
  bottom: 25px;
}

.arrow-bottom.uper {
  bottom: 30px;
}

.logo-wrapper {
  float: left;
  opacity: .8;
  width: 20%;
  height: 100px;
  transition: all .2s;
}

.logo-wrapper:hover {
  opacity: 1;
}

.logo-wrapper.logo-1 {
  background-image: url('../images/RR-START-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.logo-wrapper.logo-2 {
  background-image: url('../images/RAPIDROOTWHITE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
}

.logo-wrapper.logo-3 {
  background-image: url('../images/MAGNAPILE-SOLUITONS-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
}

.logo-wrapper.logo-4 {
  background-image: url('../images/partner1-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.logo-wrapper.logo-5 {
  background-image: url('../images/RAPIDROOT-HIRES.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
}

.testi-slider {
  background-color: #0000;
  height: auto;
}

.slide-nav {
  opacity: .7;
  margin-top: 15px;
  font-size: 10px;
  position: relative;
}

.slide-nav.full-color {
  opacity: 1;
  margin-top: 40px;
}

.testi-wrapper {
  text-align: left;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testi-wrapper.card {
  text-align: center;
  background-color: #fff;
  width: 70%;
  padding: 50px;
  box-shadow: 0 12px 10px -7px #0003;
}

.testi-wrapper.center {
  text-align: center;
}

.button {
  background-color: var(--grey1);
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('../images/long-arrow-pointing-to-the-right.svg');
  background-position: 128%;
  background-repeat: no-repeat;
  background-size: 18px;
  background-attachment: scroll;
  border: 2px solid #000;
  border-radius: 10px;
  margin-top: auto;
  margin-bottom: 60px;
  padding: 2px auto 0;
  font-size: 13px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #4253ff;
  background-position: 90%;
  padding-left: 20px;
  padding-right: 45px;
}

.button.white {
  color: #fff;
  border-color: #fff;
}

.button.white:hover {
  color: #4253ff;
  background-color: #fff;
  background-image: url('../images/long-arrow-pointing-to-the-right-1.svg');
}

.button.in-navigation {
  float: right;
  position: relative;
  top: 18px;
}

.button.in-tab {
  background-color: var(--coral);
  color: var(--coral);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-color: #f1f1f7;
  margin-right: 25px;
}

.button.in-tab:hover {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-color: #4253ff;
  padding-left: 30px;
  padding-right: 30px;
}

.button.in-tab.w--current {
  background-color: var(--coral);
  color: #fff;
  border-color: #4253ff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.button.in-tab.pricing {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
}

.button.in-tab.pricing.annual {
  border-radius: 0 10px 10px 0;
}

.button.in-tab.with-dark-color {
  border-color: #838390;
}

.button.in-tab.with-dark-color:hover {
  color: #616172;
  border-color: #616172;
}

.button.in-tab.with-dark-color.w--current {
  border-color: #4253ff;
}

.button.green {
  float: none;
  opacity: 1;
  backface-visibility: hidden;
  color: #e48b1b;
  text-align: center;
  background-repeat: no-repeat;
  border-color: #e48b1b;
  margin-top: auto;
  margin-left: 83px;
  margin-right: -35px;
  padding: 0 auto 0 13px;
  display: inline-block;
  position: static;
  inset: auto auto auto 600px;
  transform: translate(0);
}

.button.green:hover {
  color: #fff;
  background-color: #50bf9f;
}

.button.green.full {
  color: #fff;
  background-color: #03bf6d;
  border-color: #03bf6d;
}

.button.green.full.full-width {
  background-color: var(--coral);
  border-width: 0;
  margin-top: -200px;
  margin-left: -38px;
  display: inline-block;
}

.button.green.full.full-width.in-banner {
  background-color: #4253ff;
  border-color: #4253ff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 35%;
  height: 55px;
}

.button.green.full.in-password {
  height: 50px;
}

.button.full-blue {
  color: #fff;
  text-align: right;
  background-color: #000;
  margin-top: 95px;
  padding-bottom: auto;
}

.button.full-width {
  text-align: center;
  width: 100%;
}

.button.purple {
  color: #c2442c;
  border-color: #c2442c;
}

.button.purple:hover, .button.purple.full {
  color: #fff;
  background-color: #c2442c;
}

.button.rounded {
  border-radius: 50px;
}

.button.dark {
  color: #212127;
  border-color: #212127;
}

.button.dark:hover, .button.dark.full {
  color: #fff;
  background-color: #212127;
}

.button.custom {
  color: #fff;
  background-color: #361808;
  border-width: 0;
  border-radius: 0;
  transform: translate(0);
}

.button.custom:hover {
  background-color: var(--black);
}

.testi-icon {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  display: block;
}

.testi-icon.photo-2 {
  background-image: url('../images/3.jpg');
  background-size: cover;
}

.testi-icon.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testi-name {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
}

.pricing-wrapper {
  float: left;
  text-align: left;
  background-color: #fff;
  width: 33.333%;
  margin-left: -1px;
  padding: 40px 20px 50px;
  transition: all .4s;
  position: relative;
  box-shadow: 0 10px 12px -7px #00000026;
}

.pricing-wrapper.featured {
  box-shadow: none;
  background-color: #4253ff;
  border-style: none;
  margin-top: -40px;
  padding-top: 80px;
  position: relative;
}

.pricing-wrapper.style-3 {
  box-shadow: none;
  border: 1px solid #e1e1e1;
}

.pricing-wrapper.style-3:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 12px -7px #0000004d;
}

.pricing-wrapper.style-4 {
  box-shadow: none;
  background-color: #0000;
  padding: 0 10px;
}

.pricing-wrapper.style-4.four-column {
  width: 25%;
}

.pricing-wrapper.style-4.full-price {
  text-align: center;
  width: 100%;
  margin-left: 0;
}

.pricing-wrapper.full-pricing {
  float: right;
  background-color: #0000;
  width: 90%;
  box-shadow: 0 20px 50px #00000026;
}

.pricing-title {
  color: #7a7a7a;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}

.pricing-title.white {
  color: #fff;
}

.pricing-title.blue {
  color: #4253ff;
  margin-top: 0;
  font-weight: 500;
}

.pricing-title.center-blue {
  color: #4253ff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.price {
  color: #4253ff;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
  display: inline-block;
}

.price.white {
  color: #fff;
}

.price.in-photo-view {
  color: #fff;
  font-size: 70px;
  line-height: 60px;
}

.white-paragraph {
  color: #000;
  text-align: right;
  margin-top: 7px;
  margin-bottom: 13px;
  margin-left: 97px;
  padding: 0 0 7px 47px;
  font-weight: 500;
}

.drop-down-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.drop-down-list.w--open {
  background-color: #fff;
  font-size: 15px;
  box-shadow: 0 12px 10px -7px #0003;
}

.drop-down-list.in-drop.w--open {
  z-index: 1;
  width: 300px;
  top: -10px;
  left: 163px;
}

.drop-down-list.mega.w--open {
  width: 120px;
}

.dropdown-link {
  color: #000;
  cursor: pointer;
  width: 100%;
  padding-right: 25px;
  font-family: Poppins, sans-serif;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: #121217b3;
}

.dropdown-link.second {
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-wrapper {
  filter: grayscale();
  color: #121217;
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .4s;
}

.blog-wrapper:hover {
  filter: none;
  color: #4253ff;
  transform: translate(0, -5px);
  box-shadow: 0 12px 10px -7px #0000004d;
}

.blog-content {
  padding: 35px 34px 25px;
  position: relative;
  box-shadow: 0 12px 10px -7px #00000026;
}

.blog-title {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.dark.with-color-background {
  color: #4f5362;
}

.line-divider {
  background-color: #e1e1e1;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.line-divider.in-footer {
  margin-top: 30px;
  margin-bottom: 25px;
}

.line-divider.in-footer.transparent {
  background-color: #ffffff24;
}

.nav-style-2 {
  float: none;
  text-align: center;
  margin-top: -35px;
}

.nav-style-2.dark-nav {
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: auto;
  display: flex;
}

.social-wrapper {
  float: right;
  position: relative;
  top: 25px;
}

.top-header {
  border-bottom: 1px solid #e1e1e1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-header.no-line {
  border-bottom-style: none;
  padding-bottom: 10px;
}

.nav-left {
  float: none;
  padding-right: 20px;
}

.align-right {
  text-align: right;
}

.div-block {
  position: relative;
  top: 7px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tab-menu.left {
  text-align: left;
  margin-top: 0;
  padding-left: 82px;
}

.tab-menu.more-space {
  margin-bottom: 60px;
}

.tab-link {
  opacity: .6;
  filter: grayscale();
  text-align: center;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .3s;
}

.tab-link:hover {
  opacity: 1;
}

.tab-link.w--current {
  opacity: 1;
  filter: none;
  color: #4253ff;
  background-color: #0000;
}

.tab-icon {
  background-color: #fff;
  background-image: url('../images/stats.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45px;
  border: 1px solid #4253ff;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.tab-icon.ico-2 {
  background-image: url('../images/browser-5.svg');
}

.tab-icon.icon-3 {
  background-image: url('../images/viral-marketing.svg');
}

.tab-icon.icon-4 {
  background-image: url('../images/coding-1.svg');
}

.tab-name {
  font-size: 17px;
  line-height: 28px;
}

.line-tab {
  background-color: #e1e1e1;
  width: 250px;
  height: 1px;
  position: relative;
  top: 47px;
}

.line-tab.right {
  background-color: #0000;
  background-image: linear-gradient(to right, #e1e1e1 60%, #fff0);
}

.line-tab.right.lwdr {
  background-image: linear-gradient(270deg, #e1e1e1 60%, #fff0);
}

.services-wrapper {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.service-icon-style {
  float: left;
  background-image: url('../images/vector-2.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 55px;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.service-icon-style.ico-2 {
  background-image: url('../images/depth-perception.svg');
}

.service-icon-style.ico-3 {
  background-image: url('../images/molecule.svg');
}

.service-icon-style.ico-4 {
  background-image: url('../images/cubes.svg');
}

.service-icon-style.ico-5 {
  background-image: url('../images/like-3.svg');
}

.service-icon-style.ico-6 {
  background-image: url('../images/navigation-2.svg');
}

.service-icon-style.ico-7 {
  background-image: url('../images/users-1.svg');
}

.service-content {
  position: relative;
  overflow: hidden;
}

.features-wrapper {
  float: left;
  text-align: center;
  background-color: #fff;
  width: 33.333%;
  padding: 50px 40px 40px;
}

.features-wrapper.no-line {
  border-right-style: none;
  margin-top: 0;
  padding-top: 51px;
}

.features-shadow {
  box-shadow: 4px 40px 100px #00000026;
}

.icon-circle {
  background-color: #4253ff;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-circle.ico-1 {
  background-image: url('../images/umbrella.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.icon-circle.ico-2 {
  background-image: url('../images/gift-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.icon-circle.ico-3 {
  background-image: url('../images/paper-plane-6.svg');
  background-position: 44%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.heading {
  margin-bottom: 0;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
}

.project-content {
  background-color: #fff;
  padding: 15px 15px 15px 1px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.collection-list-wrapper {
  background-color: #f5f5f7;
}

.client-wrapper {
  float: left;
  width: 33.333%;
  padding: 10px;
}

.client-wrapper.four {
  width: 25%;
}

.client-content {
  background-color: #f5f5f7;
  background-image: url('../images/partner5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  height: 140px;
  transition: all .3s;
}

.client-content:hover {
  transform: translate(0, -5px);
  box-shadow: 0 12px 10px -7px #00000026;
}

.client-content.logo-2 {
  background-image: url('../images/partner1.png');
  background-size: 40px;
}

.client-content.logo-3 {
  background-image: url('../images/partner7.png');
  background-size: 110px;
}

.client-content.logo-4 {
  background-image: url('../images/partner3.png');
  background-size: 110px;
}

.client-content.logo-5 {
  background-image: url('../images/partner6.png');
  background-size: 110px;
}

.client-content.logo-6 {
  background-image: url('../images/partner8.png');
  background-size: 110px;
}

.client-content.white-client {
  background-color: #fff;
}

.contact-infon {
  float: left;
  border: 1px solid var(--coral);
  background-image: url('../images/phone-call-7.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.contact-infon.ico-2 {
  background-image: url('../images/position.svg');
  background-size: 38px;
}

.contact-infon.ico-3 {
  background-image: url('../images/mail.svg');
  background-size: 30px;
}

.contact-infon.add-it-center {
  float: none;
  margin: -6px auto 10px;
  display: block;
}

.contact-content {
  position: relative;
  overflow: hidden;
}

.contact-title {
  margin-top: 0;
  margin-bottom: 3px;
}

.form-wrapper {
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-field {
  color: #000;
  border-style: none;
  border-radius: 10px;
  height: 55px;
  margin-top: 6px;
  padding-top: 0;
  padding-left: 20px;
  font-weight: 500;
  display: inline-block;
  box-shadow: 0 12px 10px -7px #0000001a;
}

.text-field:hover {
  background-color: #fafafa;
}

.text-field:focus {
  color: #4253ff;
  background-color: #fafafa;
}

.text-field.area {
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 74px;
}

.text-field.area.less-margin {
  margin-bottom: 10px;
}

.text-field.pass {
  height: 50px;
}

.text-field.in-banner {
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 65%;
}

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

.success-message {
  background-color: #03bf6d;
  background-image: url('../images/success.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.error-message {
  background-color: #c53737;
  background-image: url('../images/error-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-3 {
  position: relative;
  top: 42px;
}

.check-list {
  text-align: left;
  background-image: url('../images/success-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-bottom: 15px;
}

.check-list.none {
  color: #ccc;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.check-list.none.transparent {
  color: #ffffff70;
}

.check-list.white {
  color: #fff;
}

.unordered-list {
  padding-left: 0;
  padding-right: 0;
}

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

.div-block-4.normal {
  padding-left: 0;
}

.div-block-4.another-style {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 12px 10px -7px #0003;
}

.div-block-4.another-style.white-photo {
  background-image: url('../images/fw-slider1-p1-2.jpg');
  background-position: 50%;
  background-size: 960px;
}

.horizontal-divider {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.vision-wrapper {
  background-image: url('../images/vision02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  position: relative;
  box-shadow: 0 12px 10px -7px #00000026;
}

.vision-wrapper.photo-2 {
  background-image: url('../images/vision01.jpg');
}

.vision-wrapper.photo-3 {
  background-image: url('../images/vision03.jpg');
  background-position: 50% 0;
}

.vision-content {
  background-color: #fff;
  margin-right: 50px;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.features-icon {
  background-image: url('../images/edit-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-bottom: 25px;
}

.features-icon.ico-2 {
  background-image: url('../images/network-3.svg');
}

.features-icon.ico-3 {
  background-image: url('../images/navigation-1.svg');
}

.features-icon.ico-4 {
  background-image: url('../images/flag-3.svg');
}

.features-icon.ico-5 {
  background-image: url('../images/megaphone-4.svg');
}

.features-icon.ico-6 {
  background-image: url('../images/magic-wand-1.svg');
}

.features-icon.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column {
  margin-bottom: 16px;
  padding-left: 0;
}

.lightbox-link {
  text-align: left;
  cursor: pointer;
  background-image: url('../images/rapidroot-page-left-1-IMAGE.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  transition: all .3s;
  position: static;
  right: auto;
  box-shadow: 0 12px 10px -7px #00000026;
}

.lightbox-link:hover {
  box-shadow: 0 12px 10px -7px #0000004d;
}

.lightbox-link.auto {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: auto;
  padding-left: 74px;
  padding-right: 0;
}

.play-icon {
  background-image: url('../images/play-icon_1play-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-icon.smaller-icon {
  width: 70px;
  height: 70px;
}

.tab-pane {
  padding-bottom: 20px;
}

.tab-pane.no-padding {
  padding-bottom: 0;
}

.slide {
  padding-bottom: 20px;
}

.about-wrapper {
  text-align: center;
  background-color: #fff;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
  display: block;
  box-shadow: 0 10px 12px -7px #0000004d;
}

.team-content {
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  padding: 0;
  box-shadow: 0 12px 10px -7px #00000026;
}

.team-name {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-left: 5px;
  margin-right: auto;
  font-size: 16px;
}

.half-section {
  float: left;
  clear: right;
  text-align: left;
  width: 50%;
  height: 650px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.half-section.normal {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  left: -16px;
}

.half-section.gray-color {
  background-color: var(--rr-orange);
  height: 650px;
  max-height: 650px;
  margin-left: 0;
  padding-left: 47px;
}

.half-section.add-map {
  background-image: url('../images/MIDLANDS-SAFARI-HIRES-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.half-section.add-gray {
  background-color: #f1f1f7;
}

.half-section.with-photo {
  background-image: url('../images/contact.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.half-section.in-banner {
  background-image: url('../images/rawpixel-com-310778.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.half-section.in-banner.color {
  background-color: #4253ff;
  background-image: none;
  background-size: auto;
}

.half-section.pricing-section {
  background-image: linear-gradient(#21212733, #21212733), url('../images/pric-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-right: 0;
}

.half-section.pricing-section.photo-2 {
  background-image: linear-gradient(#2121274d, #2121274d), url('../images/pric-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.left-square {
  color: #111113;
  background-color: #fff;
  width: 500px;
  height: 100%;
  margin-bottom: 33px;
  display: block;
  position: relative;
  top: 0;
  bottom: 17px;
  right: 0;
  overflow: hidden;
}

.container-center {
  width: 70%;
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.container-center.video {
  width: 100%;
}

.container-center.more {
  width: 70%;
}

.container-center.contact-page {
  width: 90%;
}

.photo-wrapper {
  float: left;
  background-image: url('../images/vision01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 46%;
  height: 500px;
  margin-right: 20px;
  box-shadow: 0 12px 10px -7px #00000026;
}

.photo-wrapper.side-2 {
  background-image: url('../images/vision02.jpg');
  margin-top: 50px;
  position: relative;
}

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

.features-second-wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.features-content {
  width: 33.33%;
  padding: 20px;
  display: inline-block;
}

.div-block-9 {
  background-color: #fff;
  padding: 50px;
  box-shadow: 0 12px 10px -7px #00000026;
}

.div-block-9.images {
  text-align: center;
  padding: 20px 20px 20px 30px;
}

.white-content {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  width: 90%;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 50px 30px;
  display: block;
  position: relative;
  box-shadow: 0 12px 10px -7px #00000026;
}

.based-content {
  background-color: #fff;
  padding: 50px;
  box-shadow: 0 12px 10px -7px #0000004d;
}

.sol-banner {
  background-color: #fff;
  background-image: url('../images/BANNER-A4.png');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  margin-top: -122px;
  margin-bottom: -67px;
  padding-top: 1px;
  position: relative;
  box-shadow: inset -2px 30px 50px -7px #0003;
}

.sol-banner.add-image {
  box-shadow: none;
  background-image: linear-gradient(#4253fff2, #4253fff2), url('../images/financia-b.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sol-banner.dark {
  background-color: #212127;
}

.sol-banner.dark.larger {
  background-image: url('../images/rapidroot-bridge-foundation-1b.jpg');
  background-size: cover;
  height: 350px;
  margin: 0;
  padding: 6px 0 0;
}

.sol-banner.no-shadow {
  box-shadow: none;
}

.sol-banner.gray {
  background-color: #9ea2b1;
}

.sol-banner.gray.no-shadow.more {
  height: 300px;
}

.sol-banner.gray.small {
  background-image: url('../images/IMG_3740.JPG'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: 748px, 125px;
  height: 220px;
}

.sol-banner.biger {
  height: 400px;
}

.sol-banner.biger.dark.no-shadow.add-photo {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/joel-filipe-204529.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.sol-banner.biger.no-shadow.in-blog-page {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.sol-banner.biger-sub {
  height: 450px;
}

.sol-banner.white-background {
  background-color: #f1f1f7;
}

.sol-banner.about {
  background-image: url('../images/EVOKE-ARCH.webp');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.sol-banner.home {
  border-bottom: 5px solid var(--rr-orange);
  background-image: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.sol-banner.structures {
  border-bottom: 5px none var(--rr-orange);
  background-image: url('../images/photo0jpg.jpg');
  background-position: 50% 75%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
}

.toggle-element {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.toggle-element.in-pages {
  width: 90%;
}

.toggle-wrapper {
  margin-bottom: 10px;
}

.toggle-header {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 4px;
  width: 100%;
  padding: 0 15px 17px 20px;
  text-decoration: none;
  box-shadow: 0 10px 12px -7px #00000026;
}

.toggle-header:hover {
  color: var(--rr-orange);
}

.toggle-header.with-ico {
  background-image: url('../images/like-3.svg');
  background-position: 19px;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-left: 55px;
}

.toggle-header.with-ico.ico-2 {
  background-image: url('../images/users-1.svg');
}

.toggle-header.with-ico.ico-3 {
  background-image: url('../images/navigation-2.svg');
}

.toggle-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.toggle-content {
  overflow: hidden;
}

.toggle-space {
  color: #000;
  padding: 30px 30px 30px 15px;
  font-size: 16px;
}

.toggle-icon {
  float: right;
  background-image: url('../images/arrow-down-sign-to-navigate.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  right: 10px;
}

.utility-page-wrap {
  background-color: #4253ff;
  background-image: url('../images/attention-1.svg');
  background-position: 117%;
  background-repeat: no-repeat;
  background-size: 36%;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 80vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.password {
  background-image: url('../images/key-2.svg');
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.meta-tag {
  margin-bottom: 0;
  font-size: 15px;
  font-style: italic;
  line-height: 25px;
  display: inline-block;
}

.background-video {
  height: 100%;
}

.video-overlay {
  background-color: #80838ff2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.video-overlay.less {
  background-color: #80838fe6;
}

.video-overlay.other-color {
  background-color: #212127e6;
}

.subscribe-wrapper {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dropdown {
  width: 100%;
}

.text-block {
  display: inline-block;
}

.icon-5 {
  font-size: 10px;
  bottom: 0;
  right: 0;
  transform: rotate(-90deg);
}

.smaller {
  font-size: 15px;
  line-height: 25px;
}

.footer {
  color: #2222274f;
  background-color: #000000b8;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 88px;
  padding-bottom: 18px;
  padding-right: 0;
}

.footer.style-2 {
  background-color: #fff;
}

.footer.style-3 {
  background-color: #4253ff;
  padding-left: 10px;
  padding-right: 10px;
}

.footer.style-4 {
  background-color: #212127;
  padding-top: 62px;
}

.footer-link {
  color: #fff;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
  text-decoration: none;
  display: inline-block;
}

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

.footer-link.nav {
  margin-left: 10px;
  margin-right: 10px;
}

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

.copyright {
  text-align: left;
  font-size: 15px;
}

.copy-link {
  color: #717176;
  text-decoration: none;
}

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

.copy-link.tran {
  color: #ffffff9c;
}

.copy-link.tran:hover {
  color: #fff;
}

.blue {
  color: #fff;
  margin-top: 8px;
}

.block {
  border-right: 1px solid #e1e1e1;
  margin-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.block.no-line {
  border-right-style: none;
}

.block.zero-left {
  margin-left: 0;
}

.column-2 {
  padding-left: 0;
  position: relative;
}

.link-block {
  margin-bottom: 30px;
  display: block;
}

.move-down {
  margin-top: 90px;
}

.move-down.double {
  margin-top: 180px;
}

.div-block-11 {
  margin-top: -170px;
}

.blue-background {
  background-color: #4253ff;
  overflow: hidden;
}

.footer-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.alerts-wrapper {
  color: #de5959;
  background-color: #ffe9e9;
  margin-bottom: 20px;
  padding: 15px 20px;
  position: relative;
}

.alerts-wrapper.success {
  color: #5f9025;
  background-color: #ebf6e0;
}

.alerts-wrapper.warning {
  color: #8f872e;
  background-color: #fbfadd;
}

.alerts-wrapper.notice {
  color: #4587a9;
  background-color: #e9f7fe;
}

.alert-text {
  margin-right: 5px;
  font-weight: 600;
  display: inline-block;
}

.second-text {
  font-weight: 300;
  display: inline-block;
}

.alert-remove-first {
  color: #de5959;
  background-color: #ffe9e9;
  margin-bottom: 20px;
  padding: 15px 20px;
  position: relative;
}

.alert-icon {
  cursor: pointer;
  background-image: url('../images/remove-symbol.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.alert-icon.second {
  background-image: url('../images/remove-symbol-1.svg');
}

.alert-icon.third {
  background-image: url('../images/remove-symbol-2.svg');
}

.alert-icon.fourth {
  background-image: url('../images/remove-symbol-4.svg');
}

.alert-remove-second {
  color: #5f9025;
  background-color: #ebf6e0;
  margin-bottom: 20px;
  padding: 15px 20px;
  position: relative;
}

.alert-remove-third {
  color: #8f872e;
  background-color: #fbfadd;
  margin-bottom: 20px;
  padding: 15px 20px;
  position: relative;
}

.alert-remove-fourth {
  color: #4587a9;
  background-color: #e9f7fe;
  margin-bottom: 20px;
  padding: 15px 20px;
  position: relative;
}

.deleted {
  color: #cacaca;
  text-decoration: line-through;
}

.mark {
  color: #8a803e;
  background-color: #fcf8e3;
  padding: 2px 4px;
}

.color {
  color: #fff;
  background-color: #4253ff;
  padding: 2px 4px;
}

.call-to-action {
  color: #fff;
  text-align: center;
  background-color: #4253ff;
  padding: 60px 20px 60px 40px;
}

.call-to-action.transparent {
  color: #212127;
  background-color: #fff;
  box-shadow: 0 12px 10px -7px #00000026;
}

.call-to-action.with-image {
  background-image: linear-gradient(#0003, #0003), url('../images/BANNER-IMAGE-2.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.call-text {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 26px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  top: 6px;
}

.progress-wrapper {
  margin-bottom: 15px;
  margin-left: 1px;
  position: relative;
}

.progress-line {
  background-color: #e9e9e9;
  width: 100%;
  height: 3px;
  position: relative;
  overflow: hidden;
}

.progress-line.second-style {
  float: left;
  width: 60%;
  height: 28px;
  display: inline-block;
}

.progress-overlay {
  background-color: #4253ff;
  width: 80%;
  position: absolute;
  inset: 0;
}

.progress-overlay.second {
  width: 60%;
}

.progress-overlay.third {
  width: 95%;
}

.progress-overlay.fourth {
  width: 57%;
}

.progress-overlay.five {
  width: 100%;
}

.progress-overlay.six {
  width: 20%;
}

.paragraph-progress {
  margin-left: 20px;
  display: inline-block;
}

.no-margin {
  margin-top: 0;
}

.contact-full {
  background-color: #4253ff;
  background-image: linear-gradient(#4253fff7, #4253fff7), url('../images/contact.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 100vh;
}

.contact-div {
  background-color: #f1f1f7;
  border-radius: 4px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px 20px;
  display: block;
  box-shadow: 0 12px 10px -7px #0003;
}

.contact-div.in-pop-up {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
}

.div-block-12 {
  margin-top: 0;
  margin-bottom: -40px;
  padding-bottom: 0;
  position: relative;
}

.map {
  filter: grayscale();
  height: 100%;
}

.full {
  height: 100%;
}

.map-tab {
  height: 300px;
}

.map-overlay {
  position: absolute;
  inset: 0;
}

.full-overlay {
  z-index: 1;
  background-image: linear-gradient(45deg, #4253ff, #4253ff9c);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.contact-pop-up {
  z-index: 9999;
  background-image: linear-gradient(#212127f7, #212127f7);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.close-pop-up {
  opacity: .6;
  background-image: url('../images/error-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  transition: all .4s;
  position: absolute;
  top: 20px;
  right: 20px;
}

.close-pop-up:hover {
  opacity: 1;
}

.small-agree {
  font-size: 15px;
  font-style: italic;
}

.scroll-navigation {
  background-color: #fff;
  width: 100%;
  margin-top: 49px;
  margin-bottom: -15px;
  margin-right: -3px;
  padding: 2px 10px 9px 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 10px 12px -7px #0003;
}

.go-top {
  z-index: 9996;
  background-color: var(--rr-orange);
  cursor: ne-resize;
  background-image: url('../images/font-awesome_4-7-0_long-arrow-up_100_0_ffffff_none_1font-awesome_4-7-0_long-arrow-up_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.go-top:hover {
  background-color: #4253ffe0;
}

.go-top.w--current {
  background-color: var(--rr-orange);
}

.project-page-wrapper {
  background-color: #fff;
  padding: 50px 60px 60px;
  box-shadow: 0 -10px 20px #0000001a;
}

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

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

.details {
  margin-right: 5px;
  display: inline-block;
}

.details.better {
  color: #616167;
  font-style: italic;
}

.sub-blog-overlay {
  background-image: linear-gradient(#0000004d, #0000004d);
  position: absolute;
  inset: 0;
}

.blog-post-wrapper {
  background-color: #fff;
  padding: 50px 100px;
}

.menu-button.button-white {
  display: none;
}

.nav-menu {
  float: right;
  clear: none;
}

.collection-item-2 {
  padding-left: 0;
  padding-right: 25px;
  display: flex;
}

.form-block {
  margin-top: -60px;
}

.form-block.no-margin-form {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-13.horizontal-part {
  float: left;
  width: 20%;
}

.div-block-13.team-name {
  margin-left: -35px;
  padding-left: 0;
}

.image {
  width: 100%;
  margin-top: 6px;
}

.top-banner-title {
  color: #fff;
  margin-top: -127px;
  margin-bottom: 38px;
  font-size: 52px;
  font-weight: 600;
  line-height: 52px;
}

.top-banner-title.smaller-text {
  font-size: 44px;
  font-weight: 400;
  line-height: 47px;
}

.top-banner-title.dark {
  color: #4253ff;
}

.top-banner-title.dark.dark-small {
  margin-top: 15px;
  font-size: 38px;
  line-height: 47px;
}

.top-banner-title.add-top-margin {
  margin-top: 40px;
}

.top-banner-title.grande {
  font-size: 70px;
  line-height: 80px;
}

.sub-text-banner {
  color: #fffc;
  margin-top: -38px;
  margin-left: 14px;
  margin-right: 13px;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.sub-text-banner.gray-color {
  color: #919196;
}

.sub-text-banner.make-darker {
  color: #4f5362;
}

.sub-text-banner.in-intro {
  margin-top: 15px;
  font-size: 18px;
}

.add-in-center {
  margin-top: 94px;
}

.add-in-center.more {
  margin-top: 120px;
}

.add-in-center.more.make-cnt {
  text-align: center;
  margin-top: 100px;
}

.add-in-center.more-full {
  margin-top: 203px;
}

.banner-ico {
  background-image: url('../images/diamond-5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.scroll-down-wrapper {
  z-index: 998;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.scroll-down-wrapper.left-align {
  text-align: right;
  padding-right: 30px;
}

.scroll-down-icon {
  background-image: url('../images/font-awesome_4-7-0_long-arrow-down_100_0_ffffff_none_1font-awesome_4-7-0_long-arrow-down_100_0_ffffff_none.png');
  background-position: 0 0;
  background-size: contain;
  width: 25px;
  height: 25px;
}

.lightbox-ico {
  width: 80px;
  height: 80px;
  position: relative;
  top: 5px;
}

.form-banner {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-menu-slider {
  text-align: center;
  background-color: #fff;
  display: block;
  box-shadow: 0 10px 12px -7px #00000026;
}

.tab-pane-3 {
  background-color: #313137;
  background-image: url('../images/keyboard.png');
  background-position: 50% 129%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 600px;
}

.tab-pane-3.style-2 {
  background-image: url('../images/scene2.jpg');
  background-position: 50%;
  background-size: cover;
}

.tab-pane-3.style-3 {
  background-image: url('../images/scene3.jpg');
  background-position: 50%;
  background-size: cover;
}

.tab-design-slider {
  filter: grayscale();
  background-color: #fff;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  margin-left: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: opacity .4s;
}

.tab-design-slider:hover {
  filter: none;
}

.tab-design-slider.w--current {
  filter: none;
  background-color: #fff;
}

.text-tab-number {
  float: left;
  color: #4253ff;
  text-align: center;
  border: 1px solid #4253ff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  padding-top: 22px;
  font-size: 25px;
  display: inline-block;
}

.tab-slider-title {
  color: #4253ff;
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}

.tab-slide-content {
  position: relative;
  overflow: hidden;
}

.paragraph {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.hero-image {
  float: left;
  max-width: 580px;
  position: relative;
  top: -41px;
  left: -169px;
}

.absolute-navigation {
  width: 100%;
  position: absolute;
}

.slider-banner {
  background-color: #0000;
  height: 100%;
}

.slide-nav-banner {
  opacity: .7;
  font-size: 12px;
}

.arrow-slide {
  color: #fff;
  background-color: #212127cc;
  width: 70px;
  height: 70px;
  font-size: 24px;
  transition: all .3s;
}

.arrow-slide:hover {
  background-color: #4253ff;
}

.lightbox-slide {
  width: 80%;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.slider-rotator {
  background-color: #0000;
  height: auto;
}

.hide-option {
  overflow: hidden;
}

.image-2 {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.intro-title {
  color: #fff;
  margin-top: 0;
  font-size: 52px;
  font-weight: 400;
  line-height: 52px;
}

.info-wrapper-content {
  display: block;
  position: relative;
  top: 100px;
  overflow: hidden;
}

.features-wrapper-intro {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.into-link {
  color: #ffffff80;
  cursor: pointer;
  border-bottom: 1px solid #ffffff80;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.into-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.demo-main {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: all .4s;
  display: block;
  position: relative;
  box-shadow: 0 12px 10px -7px #0000001a;
}

.demo-main:hover {
  transform: translate(0, -10px);
  box-shadow: 0 12px 10px -2px #00000026;
}

.bottom-title-pres {
  border-bottom: 70px solid #4253ff;
  border-left: 70px solid #0000;
  border-right: 0 solid #0000;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.text-block-3 {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  position: absolute;
  top: 37px;
  bottom: 0;
  right: 15px;
}

.text-block-3.two {
  right: 12px;
}

.div-block-17 {
  margin-top: 117px;
  margin-bottom: 5px;
}

.full-contact-width {
  background-color: #0000;
  height: 100vh;
}

.contact-hald-part {
  float: left;
  background-color: #1d1e253b;
  border-radius: 14px;
  width: 50%;
  height: 600px;
  margin-top: 23px;
  margin-bottom: 1px;
  padding: 58px 0 20px;
}

.contact-hald-part.no-padding {
  height: autopx;
  background-color: #fff;
  padding: 0;
}

.contact-info-part {
  text-align: center;
  height: 180px;
  margin-top: 42px;
  padding-top: 0;
  box-shadow: 0 1px #e1e1e1;
}

.line-divider-price {
  background-color: #fff6;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.circle-dollar {
  text-align: center;
  background-color: #03bf6d;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 42px;
  display: inline-block;
  position: relative;
  top: -30px;
  left: 5px;
}

.preloader {
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
}

.loader-center {
  text-align: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.loader {
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

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

.text-block-5 {
  font-weight: 400;
}

.container {
  float: right;
  margin-right: 0;
}

.paragraph-2 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.paragraph-3 {
  text-align: left;
}

.image-3 {
  max-width: 275px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.text-block-6, .text-block-7, .text-block-8 {
  font-weight: 400;
}

.text-block-9 {
  color: #fff;
  margin-left: -14px;
  padding-left: 20px;
  font-weight: 400;
}

.text-block-10 {
  font-weight: 400;
}

.image-4 {
  margin-top: -22px;
  margin-left: -8px;
  padding-top: 5px;
}

.image-5 {
  display: inline-block;
}

.image-6 {
  margin-bottom: 35px;
  padding-top: 23px;
}

.heading-2 {
  margin-top: -13px;
  margin-bottom: 27px;
  margin-right: 6px;
  padding-top: 15px;
  padding-bottom: 0;
}

.paragraph-4 {
  color: #424247;
  text-align: justify;
  margin: 22px auto 29px;
  padding: 0 0 90px;
  font-weight: 300;
}

.paragraph-5 {
  color: #424227;
  text-align: justify;
  margin-bottom: 29px;
  margin-left: -54px;
  margin-right: -3px;
  padding-top: 24px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
}

.image-7 {
  float: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: dashed;
  border-color: #000;
  margin: 0 0 auto 13px;
  padding: 0 43px 0 0;
  font-family: Montserrat, sans-serif;
  display: inline-block;
  position: static;
  inset: 0% auto 0 -2%;
  overflow: visible;
}

.image-7.left-square {
  clear: none;
  background-color: #ee8e07;
  background-size: auto;
  margin-top: 70px;
  margin-bottom: auto;
  display: block;
  position: relative;
  inset: 0% 1% 0% -5%;
}

.heading-3 {
  color: #000;
  text-transform: lowercase;
  border-color: #0000008c;
  margin-top: 14px;
  padding-left: 40px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
}

.text-span {
  text-align: left;
  margin-top: -20px;
  margin-left: 167px;
  padding-right: 0;
}

.section-2 {
  text-align: center;
  background-color: #fff;
  margin-top: 19px;
  margin-bottom: -5px;
  margin-left: 7px;
  padding-top: 0;
  padding-bottom: 0;
}

.column-7 {
  padding-top: 2px;
  padding-left: 30px;
  padding-right: 5px;
}

.container-2 {
  background-color: #0000;
  margin-top: 69px;
  margin-bottom: -1px;
}

.row-3 {
  border-top: 1.2px solid #0000;
  margin-top: 44px;
  margin-bottom: 47px;
  margin-right: 79px;
  padding-top: 35px;
  padding-left: 38px;
}

.image-8 {
  border-left-color: #000;
  border-radius: 15px;
  margin-top: -2px;
  margin-right: -83px;
  padding-left: 0;
  padding-right: auto;
}

.image-9 {
  border-radius: 15px;
  margin-top: 5px;
  padding-left: auto;
}

.image-10 {
  text-align: center;
  border-radius: 15px;
  padding-right: 3px;
  position: static;
}

.text-block-mio {
  opacity: .78;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  width: 60%;
  min-width: auto;
  min-height: auto;
  margin-top: 67px;
  margin-bottom: 104px;
  margin-right: -21px;
  padding-left: 8px;
  font-size: 20px;
  display: inline-block;
  position: relative;
  inset: -73px -85px -4px 64px;
  overflow: visible;
  box-shadow: 0 0 6px #30232340;
}

.image-11 {
  position: fixed;
}

.body-2 {
  overflow: hidden;
}

.text-block-11 {
  text-align: center;
  margin-top: -65px;
  margin-bottom: 14px;
  padding-bottom: 0;
  font-size: 26px;
}

.link-block-2 {
  color: #1212171a;
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  position: relative;
  right: -87px;
  box-shadow: 1px 1px 3px #000;
}

.link {
  text-align: center;
  cursor: default;
  background-color: #e27d0f;
  border: 0 solid #000;
  border-radius: 12px;
  margin: 34px 0 1px;
  padding: auto 0;
  display: inline;
  position: relative;
  top: 28px;
  left: 630px;
  right: auto;
  box-shadow: 0 0 6px #000, 1px 1px 3px #000;
}

.heading-4 {
  color: #000;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 53px;
}

.column-8 {
  background-color: #e69407;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -14px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.image-12 {
  margin-top: 3px;
  margin-bottom: 11px;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
}

.column-9 {
  margin-top: -37px;
}

.heading-5 {
  color: #000;
  margin-top: 38px;
  margin-bottom: 72px;
  font-size: 40px;
}

.body-3 {
  background-color: var(--white-2);
  border: 0 #000;
  border-radius: 0;
  margin-top: 0;
}

.paragraph-6 {
  color: #000;
  text-align: left;
  margin-left: -51px;
}

.paragraph-7 {
  margin-right: -47px;
}

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

.paragraph-8 {
  color: #000;
  margin-right: -5px;
}

.div-block-18 {
  margin-right: -65px;
}

.paragraph-9 {
  text-align: left;
  margin-left: 1px;
  padding-right: 0;
}

.image-13 {
  margin-top: -6px;
}

.paragraph-10 {
  color: #000;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-11 {
  text-align: left;
}

.image-14 {
  margin-right: 0;
}

.paragraph-12 {
  color: #000;
  text-align: justify;
  margin: 20px -83px 124px 0;
  padding: 0 80px 0 22px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-13 {
  text-align: justify;
  margin-right: 25px;
  padding-top: 20px;
  padding-left: 40px;
}

.heading-6 {
  color: #000;
  text-align: center;
  margin-top: 92px;
  padding-left: 157px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.heading-7 {
  color: #84848c;
  text-align: center;
  margin-top: 79px;
  padding-top: auto;
  padding-bottom: auto;
}

.column-11 {
  padding-left: 0;
  padding-right: 58px;
  right: -52px;
}

.column-12 {
  margin-top: 0;
  left: 0;
}

.heading-8 {
  color: #000;
  text-align: center;
  background-color: #0000;
  margin-top: 31px;
  margin-bottom: 51px;
  padding-top: 0;
  font-size: 32px;
  font-weight: 500;
}

.div-block-19 {
  margin-top: -90px;
}

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

.heading-9 {
  text-align: center;
  margin-top: 82px;
}

.heading-10 {
  color: #000;
  margin-bottom: 40px;
}

.div-block-21 {
  margin-top: 68px;
}

.body-4 {
  color: #000;
}

.bold-text {
  color: #121217;
  margin-top: 12px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.image-15 {
  margin: 7px -43px 4px 4px;
  padding-top: 12px;
  padding-bottom: 4px;
  padding-left: 0;
}

.column-13 {
  margin-top: -1px;
  margin-bottom: 4px;
}

.paragraph-14 {
  color: #000;
  text-align: left;
  margin-right: 1px;
  padding-left: 60px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.heading-11 {
  color: #000;
  text-align: left;
  padding-left: 0;
  padding-right: 1px;
}

.paragraph-15 {
  color: #000;
  margin-top: 104px;
  font-weight: 300;
}

.text-block-12 {
  color: #220909;
  margin-left: 105px;
  margin-right: 113px;
  font-size: 38px;
  font-weight: 400;
}

.heading-12 {
  margin-top: -29px;
  margin-left: -58px;
  margin-right: 1px;
  padding-top: 188px;
  padding-bottom: 0;
  padding-right: 3px;
}

.text-block-13 {
  margin-top: 112px;
}

.text-block-14 {
  text-align: justify;
  background-color: #0000;
  border-style: solid;
  border-color: #0000;
  border-left-width: 1.2px;
  border-right-width: 1.2px;
}

.heading-13 {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: 44px;
}

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

.heading-14 {
  text-align: center;
  font-size: 18px;
}

.text-block-15 {
  text-align: justify;
  margin-top: auto;
  padding-top: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.div-block-22 {
  opacity: 1;
  background-color: #fff;
  border: 0 #0000;
  border-radius: 0;
  margin-right: 0;
}

.column-14 {
  padding-right: 32px;
}

.column-15 {
  border: 1px solid #0000;
  padding-left: 20px;
  padding-right: 32px;
}

.text-block-16 {
  text-align: justify;
  padding-left: 28px;
  padding-right: 44px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.bold-text-3 {
  text-align: center;
  margin-top: auto;
  margin-bottom: 13px;
  padding-top: auto;
  padding-bottom: 0;
}

.heading-15 {
  text-align: left;
  margin-top: 44px;
  margin-bottom: -4px;
  font-size: 18px;
}

.column-16 {
  padding-left: 32px;
}

.text-block-17 {
  text-align: justify;
  padding-bottom: 32px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.columns {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-16 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 60px;
  margin-right: -7px;
  padding-left: 0;
}

.div-block-23 {
  margin-left: 1px;
}

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

.text-block-18 {
  display: block;
}

.icon-6 {
  color: #000;
  background-color: #0000;
  display: inline;
}

.heading-16 {
  padding-top: 64px;
}

.image-17 {
  margin-top: 171px;
  padding-left: 0;
}

.container-3 {
  position: static;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: end;
  display: grid;
}

.columns-2 {
  background-color: #eea208;
  margin-top: 21px;
  margin-bottom: 21px;
}

.div-block-25 {
  background-color: #0000003b;
  margin-top: 60px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 16px;
}

.collection-list {
  border-style: none;
  margin-bottom: 47px;
  padding-left: 54px;
}

.section-3 {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  border-right-width: 1px;
  margin-top: 78px;
}

.paragraph-16 {
  color: #000;
  text-align: left;
  margin-left: 88px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.image-18 {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 72px;
  margin-left: 79px;
  padding-top: 19px;
  padding-left: auto;
}

.image-19 {
  opacity: 1;
  border: 0 #000;
  margin-top: 111px;
  margin-left: 15px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 0 -20px #000;
}

.column-18 {
  padding-left: 66px;
}

.heading-17 {
  margin-top: 29px;
  padding-top: 0;
  padding-left: 99px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.heading-18 {
  padding-left: 104px;
}

.paragraph-17 {
  color: #000;
  padding-left: 106px;
  padding-right: 114px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.bold-text-4 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.bold-text-5 {
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.paragraph-18 {
  color: #000;
  padding-left: 12px;
  padding-right: 29px;
}

.collection-item-3 {
  padding-left: 0;
}

.image-20 {
  margin-left: 76px;
  padding-left: 0;
}

.collection-list-2 {
  margin-right: auto;
}

.heading-19 {
  color: #eaa01f;
  font-family: Oswald, sans-serif;
  display: flex;
}

.heading-20 {
  display: flex;
}

.heading-21 {
  float: right;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.heading-22 {
  padding-left: 0;
  font-family: Oswald, sans-serif;
}

.text-span-2 {
  color: #fc9a12;
}

.text-block-19 {
  color: #000;
  margin-top: 14px;
  padding-left: 55px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
}

.text-span-3 {
  color: #eb9913;
  display: inline;
}

.image-21 {
  clear: right;
  text-align: center;
  background-color: #0000;
  margin-top: 132px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: inline-block;
}

.section-4 {
  background-color: #fff;
  margin-top: 76px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 0;
  line-height: 26px;
}

.paragraph-19 {
  margin-top: 94px;
}

.paragraph-20 {
  color: var(--white-2);
  background-color: #0000;
  margin-top: 27px;
  margin-bottom: 0;
  padding: 0 0 3px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-21 {
  color: #000;
}

.image-22 {
  margin-left: 76px;
  padding-bottom: 28px;
  padding-left: 0;
  padding-right: 63px;
}

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

.collection-list-wrapper-2 {
  border-style: none;
  border-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-3 {
  margin-top: 90px;
}

.image-23 {
  border: 0 #000;
  margin-top: 1px;
  margin-bottom: auto;
  margin-right: auto;
  padding: 11px 40px 1px;
}

.heading-23 {
  text-align: left;
  margin-top: 15px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.bold-text-6 {
  padding-left: 0;
  font-family: Poppins, sans-serif;
  position: relative;
  inset: -32px 0% 0% 130px;
}

.columns-4 {
  margin-top: 60px;
}

.image-24 {
  margin-left: 60px;
  margin-right: auto;
  padding-right: 55px;
}

.heading-24 {
  margin-top: 60px;
  margin-left: 69px;
  font-weight: 500;
}

.heading-25 {
  margin-right: 200px;
  padding-left: 55px;
}

.bold-text-8 {
  margin-top: 111px;
  margin-left: 69px;
  padding-left: auto;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 38px;
  display: block;
}

.paragraph-22 {
  color: #000;
  margin-top: 38px;
  margin-left: 72px;
  margin-right: 101px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-23 {
  margin-left: 60px;
}

.paragraph-24 {
  text-align: justify;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 1px;
}

.paragraph-25 {
  color: #000;
  text-align: justify;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-26 {
  color: var(--rr-orange);
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  font-weight: 600;
}

.div-block-26 {
  margin-top: -19px;
}

.image-25 {
  margin-top: -10px;
  margin-bottom: 3px;
  margin-left: -13px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 147px;
}

.image-26 {
  float: left;
  margin-top: -36px;
  padding-left: 0;
  padding-right: 3px;
}

.image-27 {
  margin: 2px -200px 107px;
  padding-bottom: 0;
}

.paragraph-26 {
  color: #fff;
  background-color: #0000;
  margin-top: -49px;
  font-weight: 400;
}

.div-block-27 {
  text-align: center;
  margin-top: 35px;
}

.image-28 {
  margin-top: -95px;
}

.columns-5 {
  margin: -44px auto 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
}

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

.columns-6 {
  margin-bottom: -19px;
  position: static;
}

.div-block-28 {
  background-color: #ec8609;
}

.column-21 {
  background-color: #0000;
  padding-left: 46px;
}

.paragraph-27 {
  color: #000;
  text-align: justify;
  padding-left: 25px;
}

.paragraph-28 {
  color: #000;
  text-align: justify;
}

.collection-list-wrapper-3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image-29 {
  margin-left: 0;
}

.bold-text-9 {
  text-align: center;
}

.div-block-29 {
  padding-left: 0;
  padding-right: 0;
  overflow: auto;
}

.image-30 {
  text-align: right;
  margin-top: 59px;
  margin-left: -31px;
  padding-left: 0;
  position: static;
  overflow: visible;
}

.paragraph-29 {
  padding-left: 65px;
}

.columns-7 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 54px;
}

.heading-27 {
  padding-left: 0;
  font-weight: 600;
}

.image-31 {
  margin-left: -4px;
}

.column-23 {
  text-align: left;
  padding-left: 25px;
}

.div-block-30 {
  text-align: center;
  margin-left: 0;
}

.column-24 {
  padding-left: 44px;
}

.div-block-31 {
  text-align: center;
  max-width: 1200px;
  margin-left: 268px;
}

.section-5 {
  float: none;
  text-align: center;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.image-32 {
  margin-right: -31px;
}

.body-5 {
  text-align: center;
  margin-top: -24px;
  margin-bottom: 20px;
  padding-top: 0;
}

.column-25 {
  position: static;
}

.section-6 {
  text-align: center;
  background-color: #0000;
  border: 0 #000;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 43px;
  position: static;
}

.div-block-32 {
  text-align: center;
  min-width: 1000px;
}

.div-block-33 {
  text-align: center;
  background-color: #0000;
  border-top: 0 solid #000;
}

.column-26 {
  text-align: left;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 1000px;
  min-height: 200px;
  display: grid;
}

.section-7 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 42px;
  padding-top: 40px;
  padding-bottom: 21px;
  display: flex;
}

.columns-8 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns-9 {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.section-8 {
  justify-content: center;
  align-items: center;
  display: inline;
}

.image-33 {
  display: block;
}

.paragraph-30 {
  display: inline-block;
}

.column-27 {
  align-self: center;
}

.heading-28, .heading-29, .heading-30 {
  text-align: center;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.heading-31 {
  text-align: center;
  font-family: Poppins, sans-serif;
}

.heading-32, .heading-33 {
  text-align: center;
  font-size: 32px;
}

.section-9 {
  margin-top: 39px;
}

.heading-34 {
  font-size: 70px;
}

.image-34 {
  margin-left: 5px;
}

.image-35 {
  text-align: center;
  margin-bottom: -3px;
  margin-left: 76px;
}

.column-28 {
  padding-bottom: 0;
}

.heading-35, .text-block-20 {
  text-align: center;
}

.heading-36 {
  display: flex;
}

.heading-37 {
  margin-top: -110px;
  margin-left: 184px;
  padding-top: 0;
  padding-bottom: 13px;
}

.column-29 {
  min-height: 400px;
}

.column-30, .column-31, .column-32, .column-33, .column-34, .column-35 {
  min-height: 250px;
}

.div-block-35, .div-block-36, .image-36, .div-block-37, .div-block-38, .div-block-39, .div-block-40 {
  text-align: center;
}

.image-37 {
  text-align: center;
  min-width: 400px;
  max-width: 400px;
  margin-bottom: 4px;
}

.div-block-41 {
  text-align: center;
  min-width: 350px;
  max-width: 350px;
}

.div-block-42, .div-block-43, .text-block-21, .div-block-44, .text-block-22 {
  text-align: center;
}

.heading-38 {
  text-align: left;
  margin-top: 31px;
  margin-bottom: 51px;
  font-size: 45px;
  font-weight: 500;
}

.image-38 {
  min-width: 300px;
  max-width: 300px;
  margin-bottom: 0;
}

.image-39 {
  min-width: 400px;
  margin-bottom: -7px;
}

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

.heading-39 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 500;
}

.bold-text-10 {
  font-family: Poppins, sans-serif;
}

.heading-40 {
  text-align: center;
  font-weight: 500;
}

.image-40 {
  text-align: right;
}

.div-block-45, .div-block-46, .div-block-47 {
  text-align: center;
}

.div-block-48 {
  text-align: center;
  background-color: #0000;
}

.text-block-23 {
  background-color: var(--white-2);
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: 125px, 125px;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-24, .text-block-25 {
  text-align: center;
}

.text-block-26, .text-block-27, .text-block-28 {
  text-align: center;
  margin-top: 20px;
}

.columns-10 {
  padding-top: 20px;
}

.image-41, .div-block-49, .div-block-50, .div-block-51, .heading-41 {
  text-align: center;
}

.div-block-52 {
  max-width: 1100px;
}

.section-11, .div-block-53, .div-block-54, .div-block-55 {
  text-align: center;
}

.heading-42, .heading-43 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}

.heading-44 {
  text-align: center;
  margin-top: 139px;
  margin-bottom: 60px;
  font-weight: 500;
}

.heading-45 {
  font-size: 25px;
  font-weight: 500;
}

.text-block-29 {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

.text-block-30 {
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-56 {
  text-align: right;
}

.image-42 {
  border: 4px solid #6a6666;
  margin-top: 76px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
}

.div-block-57 {
  text-align: left;
}

.image-43 {
  margin-top: 10px;
  padding-top: 0;
}

.image-44 {
  text-align: center;
  border: 2px solid #6a6666;
  margin-top: 40px;
}

.image-45 {
  text-align: right;
  border: 2px solid #6a6666;
  margin-top: 40px;
}

.image-46 {
  text-align: left;
  border: 2px solid #6a6666;
  margin-top: 40px;
}

.text-block-31 {
  text-align: left;
  margin-top: 20px;
  padding-right: 10px;
}

.text-block-32 {
  text-align: left;
  margin-top: 16px;
  padding-left: 0;
}

.button-2 {
  background-color: var(--coral);
  color: #fff;
  text-align: right;
  border-radius: 5px;
  margin-top: 6px;
  margin-left: 0;
}

.container-4 {
  background-color: #5c555259;
  height: 300px;
}

.div-block-58 {
  border-top: 5px solid var(--rr-orange);
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.button-3 {
  background-color: #ec9838;
  border: 0 solid #000000f2;
  border-radius: 5px;
  margin-top: -12px;
  margin-bottom: 1px;
  margin-right: -228px;
  padding-bottom: 0;
}

.heading-46 {
  margin-top: 103px;
  padding-top: 20px;
  font-weight: 500;
}

.text-block-33 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.heading-47 {
  margin-top: 21px;
  font-weight: 500;
}

.image-47 {
  text-align: center;
}

.div-block-59, .image-48 {
  text-align: right;
}

.image-49 {
  text-align: left;
}

.div-block-60 {
  text-align: right;
}

.heading-48 {
  margin-top: 20px;
  font-size: 40px;
  font-weight: 500;
}

.column-36 {
  font-size: 20px;
}

.heading-49 {
  color: var(--black);
  margin-top: 30px;
  margin-bottom: -4px;
  font-weight: 500;
}

.columns-11 {
  margin-top: 60px;
}

.div-block-61 {
  text-align: right;
}

.div-block-62 {
  text-align: left;
}

.heading-50 {
  color: var(--black);
  margin-top: 26px;
  padding-top: 0;
  font-weight: 500;
}

.heading-51 {
  color: #fff;
  text-align: left;
}

.text-block-34 {
  margin-left: 40px;
  margin-right: 40px;
}

.image-50 {
  width: auto;
  margin-top: 0;
  margin-bottom: -67px;
  padding-top: 0;
  display: inline-block;
}

.image-51 {
  margin-top: 17px;
}

.image-52 {
  margin-top: 6px;
}

.image-53 {
  margin-top: 16px;
}

.heading-52 {
  font-weight: 500;
}

.image-54 {
  text-align: center;
}

.div-block-63 {
  text-align: left;
}

.image-55 {
  text-align: left;
  margin-left: 10px;
}

.columns-12 {
  background-color: #0000;
  border: 1px #000;
  align-items: center;
  margin-top: 0;
  margin-bottom: -3px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-56 {
  min-width: 350px;
  margin: 33px 0 0 38px;
  padding-top: 0;
  padding-right: 12px;
}

.heading-53 {
  color: #121217;
  margin-top: 29px;
  font-weight: 500;
}

.text-block-35 {
  color: #000;
  margin-top: 18px;
  font-size: 18px;
  line-height: 27px;
}

.button-4 {
  background-color: var(--coral);
  color: var(--white-2);
  margin-top: 30px;
  margin-bottom: 17px;
  font-size: 15px;
}

.heading-54 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 500;
}

.section-12 {
  margin-top: 220px;
}

.image-57 {
  margin-top: -211px;
}

.body-6 {
  border: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.heading-55 {
  margin-top: 92px;
  margin-left: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 32px;
  font-weight: 500;
}

.section-13 {
  border-bottom: 2px solid #000;
  margin-top: 82px;
}

.columns-13 {
  background-color: #0000;
  border: 0 #0000;
  margin-bottom: 29px;
}

.text-block-36 {
  margin-top: 40px;
  padding-bottom: 57px;
  font-size: 25px;
  line-height: 30px;
}

.columns-14 {
  background-color: var(--white-2);
  background-image: linear-gradient(#fff, #fff);
  border: 2px #6a6666;
  margin-top: -1px;
}

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

.div-block-64 {
  text-align: center;
  background-color: #0000;
  border: 1px #000;
}

.heading-56 {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  border-top: 20px #d1c7c7;
  border-bottom-width: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
}

.section-14 {
  margin-top: 100px;
  margin-bottom: 20px;
}

.text-block-37 {
  text-align: justify;
  margin-top: 60px;
  margin-left: 20px;
  font-size: 25px;
  font-style: normal;
  line-height: 35px;
}

.section-15 {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--white-2), white), linear-gradient(to bottom, #d5cccc0f, #424242 26%, #545454 33%, #636363 39%, #777 47%, #8c8c8c 55%, #a29696 62%, white);
  margin-top: 20px;
  margin-bottom: 60px;
}

.heading-57 {
  margin-left: 20px;
  font-weight: 500;
}

.div-block-65 {
  text-align: left;
  border-bottom: 0 solid #8d7f7f;
}

.image-58 {
  text-align: center;
  margin-top: 69px;
  margin-left: 20px;
}

.div-block-66 {
  margin-left: 100px;
  margin-right: 100px;
}

.text-block-38 {
  font-size: 18px;
  line-height: 26px;
}

.heading-58 {
  font-weight: 500;
}

.heading-59 {
  text-align: right;
  margin-top: 78px;
  font-size: 46px;
  font-weight: 500;
}

.text-block-39 {
  font-size: 18px;
  line-height: 24px;
}

.section-16 {
  margin-left: 100px;
  margin-right: 100px;
}

.text-block-40 {
  color: #000;
  margin-top: 57px;
  margin-right: 20px;
  font-size: 16px;
  line-height: 28px;
}

.image-59 {
  text-align: center;
  margin-left: 20px;
}

.div-block-67 {
  text-align: right;
}

.div-block-68 {
  text-align: left;
}

.heading-60 {
  text-align: right;
  margin-top: 40px;
}

.heading-61 {
  text-align: center;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 60px;
}

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

.heading-63 {
  text-align: center;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 60px;
}

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

.text-block-41 {
  text-align: left;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.text-block-42 {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.section-17 {
  margin-top: 40px;
}

.text-block-43, .text-block-44, .text-block-45, .text-block-46, .text-block-47, .text-block-48 {
  color: #000;
}

.image-60 {
  margin-top: 0;
  margin-bottom: -68px;
  margin-left: 40px;
}

.section-18 {
  margin-bottom: 40px;
}

.image-61 {
  margin-left: 60px;
}

.image-62 {
  margin-top: 40px;
  margin-left: 40px;
}

.section-19 {
  text-align: center;
  margin-top: 121px;
  margin-bottom: 100px;
  font-size: 20px;
  line-height: 28px;
}

.container-6 {
  text-align: left;
  border-radius: 0;
}

.tab-pane-tab-1 {
  margin-top: 40px;
}

.text-block-49, .text-block-50 {
  margin-top: 40px;
  font-size: 18px;
  line-height: 27px;
}

.heading-65 {
  margin-top: 50px;
  font-weight: 500;
}

.image-63 {
  margin-top: 20px;
}

.heading-66 {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 500;
}

.heading-67 {
  margin-top: 50px;
  font-weight: 500;
}

.text-block-51 {
  margin-top: 40px;
  font-size: 18px;
  line-height: 27px;
}

.image-64 {
  border: 0 solid #6a6666;
  margin-top: 60px;
  margin-bottom: 140px;
}

.tabs-2 {
  margin-top: 40px;
}

.column-37 {
  text-align: center;
}

.column-38 {
  text-align: center;
  margin-top: -9px;
  padding-top: 0;
}

.image-65 {
  text-align: center;
  max-width: 80%;
  margin-top: 6px;
}

.image-66 {
  text-align: center;
  margin-top: 10px;
  margin-right: 44px;
  padding-top: 0;
}

.column-39 {
  text-align: center;
}

.heading-68 {
  color: #fff;
  margin-top: 3px;
  margin-left: 20px;
  padding-bottom: 40px;
  font-weight: 500;
}

.heading-69 {
  margin-bottom: 40px;
  font-weight: 500;
}

.section-20 {
  border-top: 1px #000;
  border-bottom: 20px solid #d1c7c7;
  border-radius: 17px;
}

.section-21 {
  margin-top: 40px;
}

.column-40 {
  background-color: #0000;
  padding-top: 33px;
  padding-bottom: 33px;
}

.section-22 {
  border-top: 5px solid var(--white);
  background-color: #0000;
  background-image: linear-gradient(#fff, #fff);
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
}

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

.heading-70 {
  margin-top: 60px;
  font-weight: 500;
}

.text-block-52 {
  margin-top: 40px;
  font-size: 18px;
  line-height: 27px;
}

.image-67 {
  margin-top: 60px;
}

.column-41 {
  padding-bottom: 60px;
}

.heading-71 {
  margin-top: 50px;
  font-size: 28px;
  font-weight: 500;
}

.text-block-53 {
  margin-top: 40px;
  font-size: 18px;
  line-height: 27px;
}

.image-68 {
  border: 0 solid #6a6666;
  margin-top: 50px;
}

.columns-16 {
  margin-bottom: -24px;
}

.column-42 {
  padding-left: 40px;
}

.heading-72 {
  text-align: center;
  margin-bottom: 40px;
}

.heading-73 {
  color: var(--black);
  margin-top: 40px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.heading-74 {
  margin-top: 38px;
  margin-bottom: -20px;
  font-style: normal;
  font-weight: 400;
}

.columns-17 {
  border-top: 0 solid #6a6666;
  border-bottom: 0 solid #6a6666;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.body-7 {
  border-bottom: 20px solid #000;
  margin-top: 0;
  padding-top: 0;
}

.heading-75 {
  text-align: center;
  margin-bottom: 60px;
}

.image-69 {
  text-align: left;
  margin-top: 18px;
  margin-bottom: 0;
  margin-left: 34px;
  padding-top: 4px;
  padding-bottom: 0;
}

.button-5 {
  color: #000;
  background-color: #bfb7b7;
  margin-bottom: 20px;
}

.heading-76, .heading-77 {
  text-align: center;
  font-weight: 500;
}

.button-6, .div-block-69 {
  text-align: center;
}

.button-7 {
  background-color: #d16e23;
  margin-top: 20px;
}

.heading-78 {
  text-align: center;
  margin-top: 47px;
  font-size: 24px;
}

.heading-79, .heading-80, .heading-81, .heading-82 {
  text-align: center;
  font-weight: 500;
}

.section-23 {
  background-color: #ffffff0f;
  border-top: 0 solid #d16e23;
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.columns-18 {
  border-top: 0 solid #000;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.section-24 {
  background-color: #0000;
  background-image: linear-gradient(#000, #fff);
  margin-top: 28px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.columns-19 {
  background-image: linear-gradient(#666161, #fff), linear-gradient(#e6d9d93d, #fff);
  align-items: center;
  padding-bottom: 0;
  padding-right: 10%;
  display: flex;
}

.columns-20 {
  margin-top: 116px;
}

.button-8 {
  background-color: var(--rr-orange);
  margin-top: -221px;
  margin-bottom: -3px;
  padding-top: 3px;
  padding-bottom: 3px;
}

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

.text-block-54 {
  text-align: left;
  margin-top: -169px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.columns-21 {
  background-image: linear-gradient(#666161, #fff);
  margin-bottom: -170px;
}

.heading-84 {
  color: var(--white-2);
  margin-top: 30px;
  font-weight: 500;
}

.div-block-70 {
  text-align: right;
}

.button-9 {
  background-color: var(--coral);
  margin-top: 38px;
}

.image-70 {
  margin-bottom: 13px;
}

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

.text-block-56 {
  color: #000;
  background-color: #0000;
}

.text-block-57, .text-block-58, .text-block-59 {
  color: #000;
}

.heading-85 {
  color: var(--white-2);
  margin-top: 3px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 8px;
  padding-left: 0;
}

.image-71 {
  text-align: center;
  margin-top: 89px;
  margin-bottom: -51px;
  margin-left: 0;
}

.columns-22 {
  margin-top: 50px;
}

.text-block-60 {
  text-align: justify;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.heading-86 {
  color: #000;
  font-weight: 500;
}

.heading-87 {
  color: #000;
  margin-bottom: 40px;
}

.button-10 {
  background-color: var(--coral);
}

.column-43 {
  margin-top: 73px;
}

.section-25 {
  margin-top: 4px;
  margin-bottom: -15px;
}

.heading-88 {
  margin-top: 22px;
  font-weight: 500;
}

.image-72 {
  text-align: right;
  margin-top: 10px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-73 {
  text-align: left;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-26 {
  background-color: #d5cccc0f;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#666161, #fff), linear-gradient(#d5cccc0f, #fff);
  margin-top: -54px;
}

.heading-89 {
  margin-bottom: 27px;
}

.columns-23 {
  background-image: linear-gradient(#d5cccc0f, #fff);
}

.text-block-61 {
  color: #121217;
  text-align: left;
  max-width: 650px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.heading-90 {
  color: #000;
  text-align: left;
  margin-top: 20px;
  padding-left: 15px;
  font-size: 38px;
  font-weight: 500;
}

.image-74, .div-block-71 {
  text-align: left;
}

.image-75 {
  margin-top: -103px;
  margin-bottom: -3px;
  padding-top: 0;
  padding-bottom: 0;
}

.columns-24 {
  background-color: #0000;
  border-top: 0 #b8afaf;
  margin-top: 40px;
}

.image-76 {
  margin-top: -71px;
}

.image-77 {
  margin-top: -69px;
}

.heading-91 {
  color: #000;
  margin-top: 45px;
}

.text-block-62 {
  margin-bottom: -32px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-92, .heading-93 {
  color: #000;
}

.button-11 {
  text-align: left;
}

.button-12 {
  background-color: #ec7d38;
  margin-top: 54px;
}

.button-13, .button-14 {
  background-color: #ec7d38;
  margin-top: 10px;
  margin-bottom: 20px;
}

.button-15 {
  background-color: #ec7d38;
  margin-top: 10px;
}

.columns-25 {
  background-image: linear-gradient(#6a6666, #fff);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10%;
  display: flex;
}

.heading-94 {
  color: var(--white-2);
  text-align: left;
  margin-top: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.text-block-63 {
  text-align: left;
  margin-top: 40px;
  margin-left: 20px;
  font-size: 20px;
  line-height: 32px;
}

.image-78 {
  margin-top: 100px;
}

.heading-95 {
  text-align: left;
  margin-top: 151px;
  margin-left: 20px;
  font-weight: 500;
}

.image-79 {
  margin-top: 18px;
  margin-bottom: 0;
  margin-left: 128px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 18px;
}

.columns-26 {
  border-bottom: 5px none var(--rr-orange);
  background-color: #0000;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.image-80 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.column-44 {
  background-color: #0000;
}

.div-block-72 {
  padding-top: 140px;
}

.text-block-64 {
  color: #000;
  text-align: left;
  margin-top: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.button-16 {
  text-align: left;
  background-color: #ec8638;
  margin-top: 20px;
  padding-bottom: 4px;
}

.div-block-73, .div-block-74 {
  text-align: left;
}

.image-81 {
  margin-top: -58px;
}

.column-45 {
  font-weight: 500;
}

.heading-96 {
  color: #000;
  padding-left: 20px;
  font-weight: 500;
}

.heading-97 {
  color: #000;
  margin-top: -2px;
  padding-left: 20px;
  font-weight: 500;
}

.text-block-65 {
  margin-top: 56px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.image-82 {
  border: 4px #6a6666;
  margin-top: -1px;
  padding-bottom: 0;
}

.columns-27 {
  border-bottom: 0 solid #000;
}

.column-46 {
  border: 0 #6a6666;
}

.image-83 {
  border: 0 solid #6a6666;
}

.div-block-75 {
  text-align: left;
}

.section-27 {
  margin-top: 78px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-84 {
  text-align: left;
}

.image-85 {
  text-align: left;
  margin-top: 0;
  margin-bottom: -13px;
  margin-left: -12px;
}

.div-block-76 {
  text-align: left;
  padding-top: 40px;
}

.div-block-77, .column-47 {
  border: 1px #000;
}

.div-block-78 {
  margin-top: 100px;
}

.heading-98 {
  margin-top: 100px;
  margin-left: 20px;
  font-weight: 500;
}

.text-block-66 {
  margin-left: 20px;
  font-size: 16px;
  line-height: 25px;
}

.button-17 {
  background-color: var(--coral);
  margin-left: 20px;
}

.heading-99 {
  margin-left: 20px;
}

.heading-100 {
  font-weight: 500;
}

.heading-101 {
  font-size: 32px;
  font-weight: 500;
}

.text-block-67 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 27px;
}

.section-28 {
  border-top: 5px solid var(--white);
  margin-top: -42px;
  margin-bottom: 40px;
  padding-top: 0;
}

.button-18 {
  background-color: var(--coral);
  margin-top: 20px;
}

.heading-102 {
  margin-top: 75px;
  margin-bottom: 20px;
  margin-left: -2px;
  font-weight: 500;
}

.text-block-68 {
  margin-top: 40px;
  margin-bottom: -44px;
  margin-left: 2px;
  font-size: 18px;
  line-height: 27px;
}

.image-86 {
  margin-top: 120px;
  margin-left: 20px;
  margin-right: 128px;
}

.button-19 {
  background-color: var(--coral);
}

.section-29 {
  margin-top: 102px;
}

.section-30 {
  margin-top: 180px;
  margin-bottom: 18px;
  padding-top: 0;
}

.button-20 {
  background-color: var(--coral);
}

.heading-103 {
  font-size: 32px;
  font-weight: 500;
}

.heading-104 {
  font-size: 24px;
}

.text-block-69 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 27px;
}

.button-21 {
  background-color: var(--rr-orange);
  margin-top: 20px;
  font-size: 15px;
}

.image-87 {
  min-width: 375px;
  margin-top: 125px;
}

.image-88 {
  min-width: 400px;
  margin-top: 20px;
}

.container-7 {
  margin-top: 55px;
}

.heading-105 {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 500;
}

.heading-106 {
  text-align: center;
  font-weight: 500;
  line-height: 38px;
}

.text-block-70, .text-block-71, .text-block-72 {
  font-size: 16px;
  line-height: 26px;
}

.text-block-73 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.section-31 {
  background-color: #0000;
}

.section-32 {
  background-image: linear-gradient(#6a6666, #fff);
  margin-top: 32px;
}

.section-33 {
  margin-bottom: 43px;
}

.heading-107 {
  text-align: right;
  margin-top: 34px;
  font-weight: 500;
}

.div-block-79, .heading-108 {
  text-align: right;
}

.button-22 {
  background-color: var(--coral);
  margin-top: 26px;
}

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

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  align-content: end;
}

.image-90, .div-block-80, .div-block-81, .div-block-82, .section-34 {
  text-align: center;
}

.text-block-74 {
  font-size: 16px;
  line-height: 26px;
}

.image-91 {
  margin-top: 113px;
}

.container-8 {
  margin-top: 91px;
}

.section-35 {
  margin-top: -68px;
}

.text-block-75 {
  font-size: 16px;
  line-height: 26px;
}

.container-9 {
  margin-top: 70px;
}

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

.heading-109 {
  font-weight: 500;
}

.heading-110 {
  margin-top: 100px;
  font-weight: 500;
  line-height: 48px;
}

.heading-111 {
  text-align: left;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.text-block-76 {
  text-align: left;
  font-size: 18px;
  line-height: 27px;
}

.section-36 {
  border: 1px solid #fff;
  margin-top: 71px;
  margin-bottom: 30px;
}

.image-92 {
  text-align: center;
  margin-top: 14px;
  padding-top: 0;
}

.text-block-77 {
  margin-top: 8px;
}

.text-block-78, .text-block-79 {
  color: var(--white-2);
}

.container-11 {
  text-align: center;
  margin-top: 73px;
  margin-bottom: 6px;
}

.div-block-83 {
  text-align: center;
  margin-bottom: 8px;
}

.button-23 {
  background-color: var(--rr-orange);
  margin-top: 40px;
  font-size: 15px;
}

.button-24 {
  background-color: var(--rr-orange);
  text-align: left;
  margin-top: 40px;
  font-size: 15px;
}

.div-block-84 {
  text-align: left;
}

.heading-112 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.text-block-80 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 27px;
}

.text-block-81 {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
}

.text-block-82 {
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
}

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

.heading-113 {
  text-align: center;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
}

.text-block-83 {
  text-align: center;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 60px;
}

.text-block-84 {
  font-size: 16px;
  line-height: 26px;
}

.text-block-85 {
  text-align: center;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 60px;
}

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

.text-block-86 {
  text-align: center;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 60px;
}

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

.text-block-87, .text-block-88 {
  font-size: 16px;
  line-height: 26px;
}

.image-93, .image-94, .div-block-85, .div-block-86, .div-block-87, .heading-116, .heading-117 {
  text-align: center;
}

.heading-118 {
  text-align: center;
  font-style: italic;
}

.button-25 {
  background-color: var(--coral);
  margin-top: 20px;
  padding-top: 8px;
}

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

.section-38 {
  margin-top: 20px;
}

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

.text-block-89 {
  margin-bottom: -4px;
  font-size: 16px;
  line-height: 26px;
}

.container-12 {
  margin-top: 22px;
  margin-bottom: 140px;
}

.text-block-90 {
  margin-top: 40px;
  font-size: 16px;
  line-height: 26px;
}

.container-13 {
  margin-top: 20px;
}

.container-14 {
  margin-top: 40px;
  margin-bottom: -132px;
}

.div-block-90 {
  text-align: center;
  overflow: hidden;
}

.text-block-91, .text-block-92 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.container-15 {
  margin-top: 40px;
}

.heading-119, .heading-120 {
  text-align: center;
  margin-top: 25px;
}

.heading-121 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

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

.section-39 {
  margin-top: 83px;
  margin-bottom: 20px;
}

.image-95, .div-block-91, .div-block-92, .div-block-93, .div-block-94, .div-block-95, .div-block-96 {
  text-align: center;
}

.container-16 {
  margin-bottom: 40px;
}

.heading-123 {
  color: var(--black);
  margin-top: 40px;
  font-weight: 500;
}

.section-40 {
  border-top: 5px solid var(--rr-orange);
  align-items: center;
  margin-top: 0;
  display: flex;
}

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

.heading-124 {
  margin-top: 19px;
  font-weight: 400;
  overflow: visible;
}

.button-26 {
  background-color: var(--coral);
  margin-top: 40px;
}

.container-17 {
  margin-top: 0;
  margin-bottom: 60px;
}

.section-41 {
  margin-top: 102px;
  margin-bottom: -1px;
  padding-bottom: 2px;
}

.text-block-93 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 27px;
}

.image-96 {
  margin-top: 0;
}

.text-block-94 {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
}

.columns-28 {
  margin-bottom: -139px;
}

.container-18 {
  margin-top: 80px;
  margin-bottom: 51px;
}

.div-block-98 {
  text-align: center;
  font-weight: 500;
}

.heading-125 {
  margin-top: 100px;
  font-weight: 500;
}

.image-97 {
  margin-top: 10px;
}

.columns-29 {
  margin-top: -68px;
}

.heading-126 {
  color: #121217;
  margin-top: 40px;
  font-weight: 500;
}

.heading-127 {
  margin-top: 40px;
  font-weight: 500;
}

.section-42 {
  border: 5px solid var(--white);
  margin-top: 0;
}

.image-98 {
  text-align: right;
  margin-top: 20px;
}

.button-27 {
  background-color: var(--rr-orange);
  margin-top: 40px;
  font-size: 15px;
  font-weight: 400;
}

.columns-30 {
  margin-top: -92px;
  margin-bottom: -157px;
}

.section-43 {
  border-top: 15px none var(--rr-orange);
  margin-top: 0;
}

.div-block-99 {
  text-align: left;
  padding-bottom: 20px;
}

.button-28 {
  background-color: var(--rr-orange);
  margin-top: 20px;
  margin-left: 15px;
  font-size: 15px;
}

.div-block-100 {
  text-align: center;
  margin-top: 20px;
}

.button-29, .button-30, .button-31 {
  background-color: var(--rr-orange);
  margin-top: 20px;
}

.text-block-95, .text-block-96, .text-block-97 {
  font-size: 16px;
  line-height: 26px;
}

.image-99, .image-100, .image-101 {
  margin-bottom: 20px;
}

.heading-128, .heading-129, .heading-130 {
  font-weight: 500;
}

.container-19 {
  margin-top: -36px;
}

.image-102 {
  margin-top: 8px;
}

.columns-31 {
  margin-top: -38px;
}

.div-block-101 {
  text-align: left;
  padding-top: 20px;
  padding-left: 15px;
}

.section-44 {
  margin-top: -69px;
}

.slider {
  opacity: .22;
  margin-top: 114px;
}

.heading-131 {
  color: #fff;
  text-align: left;
  margin-top: -65px;
  margin-left: -441px;
  font-weight: 500;
}

.collection-list-3 {
  text-align: left;
  margin-left: -9px;
  padding-left: 0;
}

.image-103 {
  margin-top: 10px;
}

.image-104 {
  margin-top: 1px;
  margin-bottom: -240px;
}

.paragraph-31 {
  color: #000;
  text-align: left;
  font-size: 16px;
}

.paragraph-32 {
  color: #000;
  text-align: left;
}

.paragraph-33, .paragraph-34, .paragraph-35, .paragraph-36, .paragraph-37, .paragraph-38, .paragraph-39, .paragraph-40 {
  color: #000;
  text-align: left;
  font-size: 16px;
}

.image-105 {
  margin-top: 11px;
  margin-left: -9px;
}

.button-32 {
  background-color: var(--coral);
  margin-top: 12px;
  font-size: 15px;
}

.text-block-98 {
  margin-bottom: 178px;
}

.container-20 {
  margin-top: 78px;
  margin-bottom: 90px;
}

.section-45 {
  text-align: center;
}

.paragraph-41, .paragraph-42, .paragraph-43 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.body-8 {
  margin-top: -10px;
  margin-bottom: 10px;
}

.section-46 {
  display: block;
}

.image-106 {
  max-width: none;
  display: block;
  position: static;
}

.image-107 {
  margin-top: 30px;
  margin-bottom: -17px;
  padding-left: 3px;
}

.container-21 {
  padding-top: 6px;
}

.heading-132 {
  color: #fff;
  text-align: left;
  margin-top: 251px;
  margin-bottom: 1px;
  margin-left: 236px;
  font-size: 60px;
  font-weight: 500;
  line-height: 80px;
}

.container-22 {
  background-color: #fff;
  border-radius: 0;
  margin-top: -3px;
  margin-bottom: 4px;
}

.heading-133 {
  font-weight: 500;
}

.container-23 {
  margin-top: 40px;
}

.text-block-99 {
  font-size: 16px;
  line-height: 26px;
}

.image-108 {
  text-align: left;
  margin-top: 16px;
  margin-left: -211px;
}

.div-block-102 {
  text-align: left;
}

.columns-32 {
  margin-top: 36px;
}

.columns-32.v2 {
  margin-top: 64px;
}

.heading-134 {
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

.heading-135 {
  margin-top: 60px;
  padding-top: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.heading-136 {
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

.container-24 {
  margin-bottom: 3px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-47 {
  margin-top: 86px;
}

.heading-137 {
  text-align: center;
  height: 20%;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

.container-25 {
  margin-bottom: 28px;
}

.banner-solutions {
  background-color: #fff;
  background-image: url('../images/baaner-a1.png');
  background-position: 50%;
  background-size: cover;
  height: 250px;
  margin-top: -22px;
  margin-bottom: -19px;
  padding-top: 1px;
  position: relative;
  box-shadow: inset -2px 30px 50px -7px #0003;
}

.banner-solutions.add-image {
  box-shadow: none;
  background-image: linear-gradient(#4253fff2, #4253fff2), url('../images/financia-b.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-solutions.dark {
  background-color: #212127;
}

.banner-solutions.dark.more-biger {
  background-image: url('../images/SOLAR-1.png');
  margin: 0;
  padding: 6px 0 0;
}

.banner-solutions.no-shadow {
  box-shadow: none;
}

.banner-solutions.gray {
  background-color: #9ea2b1;
}

.banner-solutions.gray.no-shadow.more {
  height: 300px;
}

.banner-solutions.gray.small {
  background-image: url('../images/IMG_3740.JPG'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: 748px, 125px;
  height: 220px;
}

.banner-solutions.biger {
  height: 400px;
}

.banner-solutions.biger.dark.no-shadow.add-photo {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/joel-filipe-204529.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.banner-solutions.biger.no-shadow.in-blog-page {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.banner-solutions.biger-sub {
  height: 450px;
}

.banner-solutions.white-background {
  background-color: #f1f1f7;
}

.banner-solutions.solutions {
  margin-bottom: 0;
}

.banner-solutions.about {
  background-image: url('../images/BANNER-A4.png');
}

.banner-solutions.custom {
  background-image: url('../images/devon-new.jpg');
  background-position: 50% 60%;
  height: 350px;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-solutions.sectors {
  color: #0000;
  background-image: url('../images/strat_12-resized-strip-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.banner-solutions.faq {
  background-image: url('../images/new-image-delamere.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 350px;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-solutions.rapidroot {
  background-image: url('../images/Picture1.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  margin-top: -109px;
  margin-bottom: 1px;
}

.banner-solutions.ngo {
  background-image: url('../images/SL-1_1SL 1.avif');
  background-position: 50% 45%;
  height: 350px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.section-48 {
  border-top: 5px solid var(--white);
  margin-top: -45px;
  padding-top: 56px;
  padding-left: 10%;
  padding-right: 10%;
}

.banner-solution.new {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 650px;
  max-height: 650px;
  display: flex;
}

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

.image-109 {
  text-align: center;
  margin-top: 21px;
  padding-top: 5px;
}

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

.section-49 {
  margin-bottom: 99px;
  padding-bottom: 200px;
}

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

.heading-138 {
  font-weight: 400;
}

.text-block-100 {
  font-style: italic;
  text-decoration: underline;
}

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

.lightbox-link-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  display: block;
}

.heading-139 {
  text-align: center;
  margin-top: 84px;
  margin-bottom: 35px;
  font-size: 32px;
  font-weight: 500;
}

.heading-140 {
  font-size: 24px;
}

.heading-141 {
  font-weight: 500;
}

.heading-142 {
  margin-top: 40px;
  font-weight: 500;
}

.heading-143 {
  margin-top: 20px;
  margin-bottom: 34px;
}

.column-48 {
  margin-top: 40px;
}

.button-33 {
  background-color: var(--rr-orange);
  color: var(--white-2);
  margin-top: -194px;
  margin-bottom: 62px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.field-label {
  color: #fff;
  background-color: #0000;
}

.field-label-2 {
  color: #fff;
}

.submit-button {
  background-color: var(--rr-orange);
  text-align: left;
  font-size: 15px;
}

.textarea {
  margin-top: 20px;
  margin-bottom: 9px;
  padding-bottom: 32px;
}

.text-field-2 {
  margin-top: 79px;
  padding-top: 12px;
}

.text-field-3 {
  margin-top: 9px;
}

.list {
  margin-top: -49px;
}

.list-2 {
  margin-top: -47px;
}

.heading-144, .heading-145 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.image-110 {
  border-bottom: 0 solid #6a6666;
}

.image-111 {
  max-width: 80%;
  margin-top: 5px;
}

.div-block-104, .div-block-105 {
  margin-top: 20px;
}

.slide-2 {
  height: 500px;
}

.slide-1 {
  background-color: var(--silver);
  background-image: url('../images/MILLFOlD-SCHOOL.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 500px;
}

.mask {
  background-color: var(--white-2);
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
  margin-top: 0;
}

.slide-3 {
  background-color: var(--silver);
  background-image: linear-gradient(#0000001f, #0000001f), url('../images/Lookout-at-The-Tawny-April-2021-Websize.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide {
  background-image: url('../images/rapidroot-bridge-foundation-1b.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  overflow: visible;
}

.slide-5 {
  background-color: var(--silver);
  background-image: url('../images/slider-4-image-min.png');
  background-position: 50% 65%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide-nav-2 {
  margin-top: -94px;
  margin-bottom: -176px;
  margin-left: 1px;
  display: none;
}

.heading-146 {
  color: #fff;
  margin-top: 416px;
  font-weight: 600;
}

.icon-7 {
  margin-bottom: 71px;
}

.icon-8 {
  margin-bottom: 70px;
}

.heading-147 {
  color: #fff;
  margin-top: 65px;
  margin-left: -114px;
  font-weight: 600;
}

.heading-148 {
  color: #fff;
  margin-top: -96px;
  margin-left: -114px;
  padding-left: 0;
  font-weight: 600;
}

.container-26 {
  margin-top: 331px;
}

.heading-149 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
}

.heading-150 {
  color: #fff;
  text-align: left;
  margin: 0 auto 0 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 600;
  display: block;
}

.hero-container {
  text-align: left;
  margin-top: 0%;
}

.heading-151, .heading-152 {
  color: #fff;
  font-weight: 600;
}

.container-28 {
  margin-top: 326px;
}

.heading-153 {
  color: #fff;
  margin-top: 17px;
  margin-left: -133px;
  font-weight: 600;
}

.heading-154 {
  color: #fff;
  margin-top: -97px;
  margin-left: -134px;
  font-weight: 600;
}

.container-29 {
  margin-top: 365px;
}

.heading-155 {
  font-weight: 400;
}

.container-30 {
  margin-top: 30px;
}

.columns-33 {
  margin-top: 20px;
}

.dropdown-link-2 {
  width: auto;
}

.columns-34 {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 138px;
}

.container-31 {
  margin-bottom: -147px;
}

.container-32 {
  margin-top: 26px;
}

.container-33 {
  margin-bottom: -137px;
}

.body-9 {
  max-height: 650px;
  margin-top: 0;
  margin-bottom: -48px;
  padding-bottom: 47px;
}

.image-112 {
  max-width: none;
  max-height: 650px;
  padding-right: 26px;
}

.section-50 {
  border-top: 5px none var(--rr-orange);
  border-bottom: 5px none var(--white);
  margin-top: 0;
  padding-left: 8%;
  padding-right: 10%;
}

.heading-156 {
  color: var(--black);
  font-size: 38px;
  font-weight: 500;
}

.button-34 {
  background-color: var(--rr-orange);
  margin-top: 22px;
  font-size: 15px;
}

.heading-157 {
  color: var(--black);
}

.section-51 {
  margin-top: 79px;
  margin-bottom: 11px;
}

.column-49, .column-50, .column-51 {
  text-align: center;
}

.section-52 {
  margin-top: 121px;
}

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

.heading-159 {
  text-align: center;
  margin-top: 40px;
  padding-top: 40px;
  font-size: 32px;
}

.slide-6 {
  background-image: url('../images/f696b4ad-ariel-view-1600x1200-V2-2.jpg');
  background-size: cover;
}

.container-34 {
  margin-top: 2px;
  padding-top: 0;
}

.container-35 {
  margin-top: 323px;
  margin-bottom: -2px;
  padding-left: 0;
}

.heading-160 {
  color: #fff;
  margin-top: 72px;
  margin-left: -103px;
  font-weight: 600;
}

.heading-161 {
  color: #fff;
  margin-top: -90px;
  margin-left: -102px;
  font-weight: 600;
}

.heading-162 {
  font-size: 32px;
  font-weight: 500;
}

.columns-35 {
  align-items: center;
  margin-top: 17px;
  display: flex;
}

.section-53 {
  margin-top: 40px;
  margin-bottom: -12px;
  padding-top: 40px;
}

.button-35 {
  background-color: var(--rr-orange);
  margin-top: 32px;
  padding-top: 9px;
  font-size: 15px;
}

.section-54 {
  border-top: 5px solid var(--rr-orange);
  margin-top: -6px;
}

.section-55 {
  margin-top: 175px;
  margin-bottom: -4px;
  padding-top: 0;
  padding-bottom: 3px;
}

.text-block-101 {
  font-size: 20px;
  font-weight: 500;
}

.image-113 {
  margin-top: 4px;
  margin-bottom: -17px;
}

.image-114 {
  margin-top: 33px;
  margin-bottom: -20px;
  padding-bottom: 0;
}

.text-block-102 {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.text-block-103 {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
}

.text-block-104, .text-block-105, .text-block-106 {
  margin-top: 15px;
}

.columns-36 {
  background-color: #0000;
}

.heading-163, .heading-164, .heading-165 {
  color: var(--black);
  font-weight: 500;
}

.text-block-107, .text-block-108, .text-block-109 {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
}

.image-115 {
  margin-bottom: 23px;
}

.button-36 {
  background-color: var(--rr-orange);
}

.heading-166 {
  font-weight: 500;
}

.image-116 {
  margin-top: -27px;
  margin-bottom: 65px;
}

.heading-167 {
  font-weight: 500;
}

.column-54 {
  margin-top: 0;
  padding-left: 0;
  padding-right: 44px;
}

.image-117 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  margin-top: 40px;
  margin-bottom: 0;
}

.image-118 {
  float: right;
  clear: both;
  position: static;
}

.columns-37 {
  margin-top: 29px;
}

.heading-168 {
  text-align: center;
  margin-top: 32px;
  font-weight: 500;
}

.column-55 {
  padding-left: 7px;
}

.div-block-106 {
  text-align: center;
  margin-top: 4px;
  padding-bottom: 14px;
  font-weight: 500;
}

.heading-169 {
  margin-top: 41px;
  font-size: 32px;
  font-weight: 500;
}

.div-block-107 {
  margin-top: 0;
}

.button-37 {
  background-color: var(--coral);
  color: var(--white);
  margin-top: -84px;
  padding-top: 2px;
}

.button-38 {
  background-color: var(--coral);
  margin-top: -51px;
  margin-bottom: -15px;
  padding-top: 1px;
  padding-bottom: 2px;
}

.image-119 {
  text-align: center;
  width: 450px;
}

.heading-170 {
  margin-top: -57px;
}

.heading-171 {
  font-size: 32px;
  font-weight: 400;
}

.section-56 {
  margin-top: 86px;
  padding-top: 10px;
}

.image-120 {
  min-width: 376px;
  margin-top: 29px;
  padding-top: 91px;
}

.image-121 {
  margin-top: 48px;
}

.heading-172 {
  margin-top: 15px;
  font-size: 38px;
  font-weight: 500;
  line-height: 45px;
}

.heading-173 {
  color: var(--white-2);
  margin-top: 66px;
  margin-left: 0%;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-108 {
  margin-left: -43px;
  padding-left: 0;
}

.columns-38 {
  margin-top: 36px;
}

.section-57 {
  margin-top: 51px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 95px;
}

.heading-174 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
}

.columns-39 {
  margin-top: 78px;
}

.heading-175 {
  margin-top: 19px;
  padding-top: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-110 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 27px;
}

.section-58 {
  margin-top: 77px;
}

.text-block-111 {
  text-align: left;
  margin-top: 44px;
  font-size: 18px;
  line-height: 27px;
}

.image-122 {
  margin-top: 12px;
}

.button-39 {
  background-color: var(--coral);
  margin-top: -60px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
}

.heading-176 {
  margin-top: 55px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.section-59 {
  margin-top: 15px;
  padding-top: 0;
}

.text-block-112 {
  text-align: center;
  margin-top: 24px;
  padding-top: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.heading-177 {
  margin-top: 120px;
  font-weight: 500;
}

.image-123 {
  margin-top: 0;
  padding-top: 85px;
}

.text-block-113 {
  text-align: left;
  margin-top: 31px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 19px;
  font-size: 18px;
  line-height: 27px;
}

.image-124 {
  margin-top: 10px;
  padding-top: 52px;
}

.column-56 {
  margin-top: 0;
}

.image-125 {
  text-align: center;
  margin-top: 3px;
  margin-left: 55px;
}

.column-57 {
  text-align: center;
}

.section-60 {
  background-color: var(--grey1);
  background-image: linear-gradient(to bottom, var(--grey1), white);
  margin-top: 49px;
  margin-bottom: 0;
  padding-bottom: 37px;
}

.text-block-114 {
  color: var(--black);
  margin-top: 19px;
  font-size: 18px;
  line-height: 27px;
}

.heading-178 {
  color: var(--white);
  margin-top: 41px;
  font-size: 32px;
  font-weight: 500;
}

.section-61 {
  margin-bottom: 173px;
}

.heading-179 {
  font-size: 32px;
  line-height: 38px;
}

.heading-180 {
  font-weight: 500;
}

.button-40 {
  background-color: var(--coral);
  margin-top: 15px;
  font-size: 15px;
}

.heading-181 {
  color: var(--white);
}

.heading-182 {
  margin-top: 27px;
  font-size: 32px;
  font-weight: 500;
}

.button-41 {
  background-color: var(--coral);
  margin-top: -105px;
  margin-bottom: 15px;
  margin-left: 40px;
  padding-top: 4px;
  font-size: 15px;
}

.container-36 {
  margin-top: 87px;
}

.image-126 {
  text-align: center;
  max-width: 80%;
  margin-top: -2px;
}

.heading-183 {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
}

.heading-184 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}

.columns-40 {
  margin-left: 64px;
}

.text-block-115, .text-block-116, .text-block-117, .text-block-118 {
  text-align: center;
}

.heading-185, .heading-186, .heading-187 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}

.heading-188, .heading-189, .heading-190, .heading-191 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.container-37 {
  padding-bottom: 44px;
  padding-left: 0;
  padding-right: 39px;
}

.image-127 {
  margin-top: 0;
}

.section-62 {
  margin-bottom: -174px;
  padding-bottom: 1px;
}

.image-128 {
  margin-left: 154px;
}

.heading-192 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.image-129 {
  text-align: right;
}

.columns-41 {
  text-align: center;
  margin-top: 50px;
}

.heading-193 {
  text-align: center;
  margin-top: 64px;
  font-size: 32px;
  font-weight: 500;
}

.heading-194 {
  font-size: 24px;
  font-weight: 500;
}

.heading-195 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
}

.heading-196 {
  font-size: 24px;
  font-weight: 500;
}

.text-block-119 {
  text-align: left;
  white-space: normal;
  font-size: 14px;
  font-weight: 400;
}

.text-block-120 {
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.text-block-121 {
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
}

.div-block-109 {
  margin-top: 191px;
}

.image-130 {
  margin-top: 0;
}

.heading-197 {
  padding-top: 20px;
  font-weight: 500;
  line-height: 45px;
}

.heading-198 {
  font-weight: 400;
}

.heading-199 {
  margin-top: 7px;
  font-weight: 400;
}

.heading-200 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.heading-201 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}

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

.heading-202, .heading-203 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.heading-204 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}

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

.heading-205 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}

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

.image-131 {
  margin-left: -33px;
  padding-left: 0;
}

.image-132 {
  margin-top: 90px;
  padding-top: 25px;
}

.slide-7 {
  background-image: url('../images/CABINS-AXY.jpg');
  background-position: 50% 75%;
  background-size: cover;
  line-height: 38px;
}

.heading-206 {
  color: var(--white-2);
  margin-top: 374px;
  margin-left: 72px;
  font-size: 38px;
  font-weight: 600;
}

.heading-207 {
  color: var(--white-2);
  margin-top: -92px;
  margin-left: 75px;
  font-size: 32px;
  font-weight: 600;
}

.heading-208 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

.heading-209 {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
}

.heading-210 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

.text-block-125 {
  margin-top: 23px;
}

.slide-8 {
  background-image: url('../images/SLIDER-NEW-PHOTO-1-1.png');
  background-position: 50% 25%;
  background-size: cover;
}

.heading-211 {
  color: var(--white-2);
  margin-top: 383px;
  margin-left: 41px;
  font-weight: 600;
}

.heading-212 {
  color: var(--white-2);
  margin-top: -101px;
  margin-left: 43px;
  font-size: 32px;
  font-weight: 600;
}

.heading-213 {
  margin-top: 38px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-126 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 27px;
}

.heading-214 {
  margin-top: 16px;
  font-size: 24px;
}

.image-133 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  margin-top: 2px;
}

.slide-div {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 75%;
  margin-top: 0;
  padding-top: 370px;
  padding-bottom: 10px;
  padding-left: 12%;
  display: flex;
  overflow: visible;
}

.slider-2 {
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.column-58 {
  padding-bottom: 43px;
}

.text-block-127 {
  padding-top: 10px;
  padding-left: 0;
  font-size: 18px;
  line-height: 26px;
}

.text-block-128 {
  padding-top: 10px;
  font-size: 18px;
  line-height: 26px;
}

.text-block-129 {
  margin-top: 0;
  padding-top: 10px;
  font-size: 18px;
  line-height: 26px;
}

.right-col {
  text-align: right;
  padding-left: 50px;
  padding-right: 0;
}

.left-col {
  padding-left: 0;
  padding-right: 50px;
}

.left-col.large {
  background-image: url('../images/podium.5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  height: 80%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 210px;
  padding-bottom: 210px;
}

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

.text-block-130 {
  padding-top: 10px;
  font-size: 18px;
  line-height: 27px;
}

.image-134 {
  margin-bottom: 26px;
  padding-top: 20px;
}

.text-block-131 {
  text-align: left;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 27px;
}

.columns-43 {
  align-items: center;
  margin-top: 76px;
  padding-bottom: 19px;
  padding-right: 10%;
  display: flex;
}

.section-63 {
  padding-top: 34px;
}

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

.columns-45 {
  align-items: center;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 14px;
  display: flex;
}

.heading-215 {
  font-size: 18px;
  line-height: 27px;
}

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

.text-block-132 {
  font-size: 18px;
  line-height: 27px;
}

.subhead-text {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
}

.last-cols {
  margin-bottom: 50px;
}

.text-block-133 {
  font-size: 18px;
  line-height: 27px;
}

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

.dlink.w--current {
  color: var(--black);
}

.div-block-110 {
  background-image: url('../images/floor-system-section-XX.jpg');
  background-position: 0%;
  background-size: cover;
  height: 100%;
  margin-top: 50px;
  padding-top: 0;
}

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

.success {
  background-color: var(--grey1);
  color: #fff;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.left-arrow {
  inset: 0% auto 0% 0%;
}

.section-65 {
  padding-top: 0;
}

.middle-div {
  padding-top: 40px;
}

.faq-div {
  position: relative;
}

.column-69 {
  padding-left: 122px;
}

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

.title-div {
  width: 70%;
  margin-top: -12px;
  margin-bottom: 30%;
  margin-left: 10%;
  padding-top: 19px;
}

.image-140 {
  margin-top: 24px;
}

.columns-49 {
  padding-left: 10%;
  padding-right: 10%;
}

.section-68 {
  text-align: center;
  margin-top: 63px;
}

.lang-div {
  z-index: 10;
  margin-top: -21px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: fixed;
  inset: 28px 30px auto auto;
}

.lang {
  opacity: .8;
  color: #fff;
  letter-spacing: .5px;
  border-bottom: 1px solid #0000;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.lang:hover {
  opacity: 1;
}

.lang.w--current {
  opacity: 1;
  border-bottom-color: #f5f5f5;
  margin-left: 15px;
}

.heading-221 {
  font-size: 28px;
  line-height: 36px;
}

.faq-img {
  max-width: 400px;
  margin-left: 0%;
  padding-top: 10px;
  display: inline-block;
}

.faq-img-holder {
  text-align: right;
  padding-right: 10%;
  position: relative;
}

.heading-222 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.heading-223 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}

.text-block-134, .image-141 {
  text-align: center;
}

.heading-224 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}

.heading-225 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

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

.text-block-136 {
  font-size: 38px;
  font-weight: 500;
}

.text-block-137 {
  padding-top: 10px;
  font-size: 24px;
}

.text-block-138 {
  font-size: 24px;
  font-weight: 400;
}

.text-block-139 {
  font-size: 24px;
}

.text-block-140 {
  margin-top: 48px;
  font-size: 28px;
  line-height: 38px;
}

.text-block-141 {
  text-align: center;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-142 {
  font-size: 24px;
}

.text-block-143 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-144 {
  font-weight: 500;
}

.text-block-145 {
  text-align: center;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-146 {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-147 {
  font-size: 32px;
  font-weight: 500;
}

.text-block-148 {
  padding-top: 40px;
  font-size: 28px;
  font-weight: 500;
}

.text-block-149 {
  margin-top: -3px;
  padding-top: 10px;
  font-size: 24px;
}

.text-block-150 {
  padding-top: 40px;
  font-size: 28px;
  font-weight: 500;
}

.text-block-151 {
  padding-top: 10px;
  font-size: 24px;
}

.text-block-152 {
  padding-top: 50px;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-153 {
  padding-top: 40px;
  font-size: 28px;
  font-weight: 500;
}

.text-block-154 {
  padding-top: 10px;
  font-size: 24px;
}

.text-block-155 {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 40px;
  font-size: 38px;
  font-weight: 500;
}

.text-block-156 {
  padding-top: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-157 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 27px;
}

.text-block-158 {
  font-size: 28px;
}

.text-block-159 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-160 {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
}

.text-block-161 {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 20px;
  font-size: 38px;
  font-weight: 500;
}

.text-block-162 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-163 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
}

.text-block-164 {
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 30px;
}

.text-block-165 {
  text-align: center;
  padding-top: 60px;
  font-size: 38px;
  font-weight: 500;
}

.text-block-166, .text-block-167 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 28px;
}

.text-block-168 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
}

.text-block-169 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
}

.text-block-170 {
  text-align: center;
  padding-top: 10px;
  font-size: 24px;
  line-height: 30px;
}

.text-block-171 {
  line-height: 30px;
}

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

.text-block-173, .text-block-174 {
  text-align: center;
  padding-top: 10px;
  font-size: 24px;
  line-height: 30px;
}

.text-block-175 {
  font-size: 32px;
  line-height: 35px;
}

.text-block-176 {
  text-align: center;
  padding-top: 60px;
  font-size: 32px;
}

.text-block-177 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 32px;
  line-height: 30px;
}

.text-block-178 {
  font-size: 38px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-179 {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 28px;
  line-height: 38px;
}

.text-block-180 {
  padding-top: 20px;
  font-size: 28px;
  font-weight: 500;
}

.text-block-181 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 28px;
}

.text-block-182 {
  padding-top: 20px;
  padding-bottom: 60px;
  font-size: 32px;
  font-weight: 500;
}

.text-block-183 {
  font-size: 28px;
}

.text-block-184 {
  padding-bottom: 40px;
}

.text-block-185 {
  color: var(--white-2);
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
}

.text-block-186 {
  color: var(--white-2);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-187 {
  color: var(--white-2);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-188 {
  font-size: 38px;
  font-weight: 600;
}

.text-block-189 {
  font-size: 38px;
}

.text-block-190, .text-block-191 {
  color: var(--white-2);
  padding-top: 20px;
  padding-bottom: 60px;
  font-size: 38px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-192 {
  color: var(--white-2);
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
}

.text-block-193 {
  color: var(--white-2);
}

.text-block-194 {
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 60px;
  font-size: 38px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-195, .text-block-196 {
  color: var(--white-2);
  padding-top: 20px;
  padding-bottom: 60px;
  font-size: 38px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-197 {
  color: var(--white-2);
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 20px;
}

.text-block-198 {
  color: var(--white-2);
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
}

.text-block-199 {
  color: var(--white-2);
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 38px;
  font-weight: 600;
}

.text-block-200 {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-201 {
  font-size: 32px;
  line-height: 30px;
}

.text-block-202, .text-block-203, .text-block-204 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-205 {
  color: var(--white-2);
  text-align: left;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
}

.text-block-206 {
  font-size: 28px;
  line-height: 38px;
}

.text-block-207 {
  padding-top: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-208 {
  padding-top: 20px;
  font-size: 24px;
}

.text-block-209 {
  padding-top: 20px;
  font-size: 32px;
  font-weight: 500;
}

.text-block-210 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}

.text-block-211 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
}

.text-block-212 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.text-block-213 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

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

.text-block-215 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.text-block-216 {
  font-size: 28px;
}

.text-block-217 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

.text-block-218 {
  text-align: left;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.text-block-219 {
  padding-top: 20px;
  font-size: 28px;
}

.text-block-220 {
  padding-top: 40px;
  font-size: 28px;
  font-weight: 500;
}

.text-block-221 {
  padding-top: 20px;
  font-size: 24px;
}

.text-block-222 {
  padding-top: 40px;
  font-size: 28px;
  font-weight: 500;
}

.text-block-223 {
  padding-top: 20px;
  font-size: 24px;
}

.text-block-224, .text-block-225 {
  padding-top: 40px;
  font-size: 28px;
  font-weight: 500;
}

.text-block-226 {
  padding-top: 20px;
  font-size: 24px;
}

.text-block-227 {
  padding-top: 40px;
  font-size: 32px;
  font-weight: 500;
}

.text-block-228 {
  padding-top: 20px;
  font-size: 24px;
}

.text-block-229 {
  padding-top: 40px;
  font-size: 38px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-230 {
  padding-top: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-231 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
}

.text-block-232 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-233 {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
}

.heading-226 {
  font-weight: 500;
}

.text-block-234 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 28px;
  line-height: 32px;
}

.text-block-235 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.text-block-236 {
  text-align: center;
  padding-top: 20px;
  font-size: 32px;
  line-height: 30px;
}

.text-block-237 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.text-block-238 {
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

.text-block-239 {
  color: var(--white-2);
  padding-top: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

.text-block-240 {
  color: var(--white-2);
  padding-top: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-241 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 28px;
}

.text-block-242 {
  text-align: center;
  padding-top: 60px;
  font-size: 28px;
  font-weight: 500;
}

.columns-50 {
  text-align: center;
  font-size: 24px;
}

.text-block-243, .text-block-244 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.text-block-245 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

.text-block-246 {
  text-align: center;
  padding-top: 40px;
  font-size: 24px;
}

.text-block-247 {
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

.text-block-248 {
  color: var(--white-2);
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

.text-block-249 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 28px;
  line-height: 30px;
}

.text-block-250 {
  padding-top: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-251 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}

.text-block-252 {
  font-size: 28px;
}

.text-block-253 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 30px;
}

.text-block-254 {
  padding-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

.text-block-255 {
  color: var(--white-2);
  text-align: left;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
}

.hero-slide-1 {
  object-position: 50% 50%;
  background-image: url('../images/STRAT-NEW.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.flood-plains-banner {
  background-color: #fff;
  background-image: url('../images/BANNER-A4.png');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  margin-top: -122px;
  margin-bottom: -67px;
  padding-top: 1px;
  position: relative;
  box-shadow: inset -2px 30px 50px -7px #0003;
}

.flood-plains-banner.add-image {
  box-shadow: none;
  background-image: linear-gradient(#4253fff2, #4253fff2), url('../images/financia-b.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.flood-plains-banner.dark {
  background-color: #212127;
}

.flood-plains-banner.dark.larger {
  background-image: url('../images/SOLAR-1.png');
  background-size: cover;
  height: 350px;
  margin: 0;
  padding: 6px 0 0;
}

.flood-plains-banner.no-shadow {
  box-shadow: none;
}

.flood-plains-banner.gray {
  background-color: #9ea2b1;
}

.flood-plains-banner.gray.no-shadow.more {
  height: 300px;
}

.flood-plains-banner.gray.small {
  background-image: url('../images/IMG_3740.JPG'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: 748px, 125px;
  height: 220px;
}

.flood-plains-banner.biger {
  height: 400px;
}

.flood-plains-banner.biger.dark.no-shadow.add-photo {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/joel-filipe-204529.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.flood-plains-banner.biger.no-shadow.in-blog-page {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.flood-plains-banner.biger-sub {
  height: 450px;
}

.flood-plains-banner.white-background {
  background-color: #f1f1f7;
}

.flood-plains-banner.about {
  background-image: url('../images/phil-about-new.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.flood-plains-banner.home {
  border-bottom: 5px solid var(--rr-orange);
  background-image: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.flood-plains-banner.structures {
  border-bottom: 5px none var(--rr-orange);
  background-image: url('../images/beach-1-min.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.flood-plains-banner.structures.floors {
  background-image: url('../images/slider-4-image-min.png');
  background-position: 50% 65%;
}

.ground-beams-banner {
  background-color: #fff;
  background-image: url('../images/BANNER-A4.png');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  margin-top: -122px;
  margin-bottom: -67px;
  padding-top: 1px;
  position: relative;
  box-shadow: inset -2px 30px 50px -7px #0003;
}

.ground-beams-banner.add-image {
  box-shadow: none;
  background-image: linear-gradient(#4253fff2, #4253fff2), url('../images/financia-b.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.ground-beams-banner.dark {
  background-color: #212127;
}

.ground-beams-banner.dark.larger {
  background-image: url('../images/SOLAR-1.png');
  background-size: cover;
  height: 350px;
  margin: 0;
  padding: 6px 0 0;
}

.ground-beams-banner.no-shadow {
  box-shadow: none;
}

.ground-beams-banner.gray {
  background-color: #9ea2b1;
}

.ground-beams-banner.gray.no-shadow.more {
  height: 300px;
}

.ground-beams-banner.gray.small {
  background-image: url('../images/IMG_3740.JPG'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: 748px, 125px;
  height: 220px;
}

.ground-beams-banner.biger {
  height: 400px;
}

.ground-beams-banner.biger.dark.no-shadow.add-photo {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/joel-filipe-204529.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.ground-beams-banner.biger.no-shadow.in-blog-page {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.ground-beams-banner.biger-sub {
  height: 450px;
}

.ground-beams-banner.white-background {
  background-color: #f1f1f7;
}

.ground-beams-banner.about {
  background-image: url('../images/phil-about-new.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ground-beams-banner.home {
  border-bottom: 5px solid var(--rr-orange);
  background-image: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.ground-beams-banner.structures {
  border-bottom: 5px none var(--rr-orange);
  background-image: url('../images/beach-1-min.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
}

.flood-plains-esp {
  background-color: #fff;
  background-image: url('../images/BANNER-A4.png');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  margin-top: -122px;
  margin-bottom: -67px;
  padding-top: 1px;
  position: relative;
  box-shadow: inset -2px 30px 50px -7px #0003;
}

.flood-plains-esp.add-image {
  box-shadow: none;
  background-image: linear-gradient(#4253fff2, #4253fff2), url('../images/financia-b.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.flood-plains-esp.dark {
  background-color: #212127;
}

.flood-plains-esp.dark.larger {
  background-image: url('../images/SOLAR-1.png');
  background-size: cover;
  height: 350px;
  margin: 0;
  padding: 6px 0 0;
}

.flood-plains-esp.no-shadow {
  box-shadow: none;
}

.flood-plains-esp.gray {
  background-color: #9ea2b1;
}

.flood-plains-esp.gray.no-shadow.more {
  height: 300px;
}

.flood-plains-esp.gray.small {
  background-image: url('../images/IMG_3740.JPG'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: 748px, 125px;
  height: 220px;
}

.flood-plains-esp.biger {
  height: 400px;
}

.flood-plains-esp.biger.dark.no-shadow.add-photo {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/joel-filipe-204529.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.flood-plains-esp.biger.no-shadow.in-blog-page {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.flood-plains-esp.biger-sub {
  height: 450px;
}

.flood-plains-esp.white-background {
  background-color: #f1f1f7;
}

.flood-plains-esp.about {
  background-image: url('../images/phil-about-new.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.flood-plains-esp.home {
  border-bottom: 5px solid var(--rr-orange);
  background-image: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.flood-plains-esp.structures {
  border-bottom: 5px none var(--rr-orange);
  background-image: url('../images/rsz_1img_6393.jpg');
  background-position: 50% 75%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
}

.ground-beams-esp {
  background-color: #fff;
  background-image: url('../images/BANNER-A4.png');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  margin-top: -122px;
  margin-bottom: -67px;
  padding-top: 1px;
  position: relative;
  box-shadow: inset -2px 30px 50px -7px #0003;
}

.ground-beams-esp.add-image {
  box-shadow: none;
  background-image: linear-gradient(#4253fff2, #4253fff2), url('../images/financia-b.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.ground-beams-esp.dark {
  background-color: #212127;
}

.ground-beams-esp.dark.larger {
  background-image: url('../images/SOLAR-1.png');
  background-size: cover;
  height: 350px;
  margin: 0;
  padding: 6px 0 0;
}

.ground-beams-esp.no-shadow {
  box-shadow: none;
}

.ground-beams-esp.gray {
  background-color: #9ea2b1;
}

.ground-beams-esp.gray.no-shadow.more {
  height: 300px;
}

.ground-beams-esp.gray.small {
  background-image: url('../images/IMG_3740.JPG'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: 748px, 125px;
  height: 220px;
}

.ground-beams-esp.biger {
  height: 400px;
}

.ground-beams-esp.biger.dark.no-shadow.add-photo {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/joel-filipe-204529.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.ground-beams-esp.biger.no-shadow.in-blog-page {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.ground-beams-esp.biger-sub {
  height: 450px;
}

.ground-beams-esp.white-background {
  background-color: #f1f1f7;
}

.ground-beams-esp.about {
  background-image: url('../images/phil-about-new.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ground-beams-esp.home {
  border-bottom: 5px solid var(--rr-orange);
  background-image: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.ground-beams-esp.structures {
  border-bottom: 5px none var(--rr-orange);
  background-image: url('../images/beach-1-min.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
}

.button-42 {
  background-color: var(--coral);
}

.button-43 {
  text-align: center;
}

.button-44 {
  background-color: var(--coral);
  text-align: center;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 17px;
}

.image-142 {
  margin-top: 38px;
}

.text-block-256 {
  margin-top: 22px;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

.text-block-257 {
  font-size: 18px;
  line-height: 27px;
}

.heading-227 {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-258 {
  font-size: 18px;
  line-height: 27px;
}

.body-10 {
  padding-top: 3px;
}

.button-45 {
  background-color: var(--coral);
  margin-top: 33px;
}

.heading-228 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.heading-229 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

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

.heading-230 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
}

.heading-231 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

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

.heading-232, .heading-233, .heading-234 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

.body-11 {
  margin-top: 75px;
}

.dropdown-2 {
  position: relative;
}

.heading-235 {
  font-size: 38px;
  font-weight: 500;
}

.text-block-261 {
  padding-top: 14px;
  font-size: 32px;
}

.button-46 {
  background-color: var(--coral);
  margin-top: -81px;
  padding-top: 7px;
}

.heading-236 {
  color: #2e2e2e;
  text-align: center;
  margin-top: -18px;
  padding-top: 7px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.text-block-262 {
  text-align: center;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.section-69 {
  margin-top: 60px;
  padding-bottom: 32px;
}

.text-block-263 {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
}

.text-block-264 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-265 {
  text-align: center;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-266 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 27px;
}

.text-block-267 {
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
}

.div-block-112 {
  text-align: center;
  margin-top: 4px;
  padding-bottom: 14px;
  font-weight: 500;
}

.image-145 {
  border-bottom: 0 solid #6a6666;
}

.columns-51 {
  margin-top: -18px;
  padding-top: 46px;
}

.image-146 {
  margin-top: 30px;
}

.heading-237 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.heading-238 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

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

.heading-239 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.heading-240 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

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

.heading-241 {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
}

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

.heading-242 {
  text-align: center;
  font-weight: 500;
}

.section-70 {
  margin-top: -24px;
  padding-top: 0;
}

.image-147 {
  padding-top: 25px;
}

.image-148 {
  text-align: center;
  margin-left: 60px;
  padding-left: 0;
}

.image-149, .image-150 {
  margin-left: 60px;
}

.section-71 {
  margin-top: 12px;
  padding-top: 0;
}

.container-38 {
  margin-top: 51px;
}

.column-77 {
  margin-top: -9px;
}

.container-39 {
  margin-top: 99px;
}

.body-12 {
  margin-top: 0;
}

.text-block-271 {
  margin-top: -117px;
  padding-top: 29px;
  font-size: 18px;
  line-height: 25px;
}

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

.columns-52 {
  padding-top: 40px;
}

.image-151 {
  padding-top: 10px;
}

.image-152 {
  margin-right: 60px;
  padding-left: 0;
  padding-right: 20px;
}

.heading-244 {
  font-size: 38px;
  font-weight: 500;
}

.div-block-113 {
  margin-left: 60px;
}

.image-154 {
  margin-top: 20px;
  margin-left: 0;
}

.bold-text-11 {
  font-weight: 300;
}

.columns-53 {
  margin-top: 40px;
}

.heading-245 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.section-72 {
  margin-top: -108px;
}

.heading-246 {
  color: #f4f4f84f;
}

.text-block-272 {
  color: var(--white);
  margin-top: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
}

.text-block-273 {
  color: var(--white);
  margin-top: 36px;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
}

.section-73 {
  margin-top: 33px;
  padding-top: 0;
}

.heading-247 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.heading-248 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

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

.text-block-275 {
  font-style: italic;
}

.heading-251, .heading-252, .heading-253 {
  font-size: 18px;
  font-weight: 500;
}

.column-79, .column-80, .column-81 {
  text-align: center;
}

.heading-254, .heading-255, .heading-256 {
  font-size: 24px;
  font-weight: 500;
}

.section-74 {
  padding-top: 40px;
}

.heading-257 {
  margin-top: 100px;
  font-weight: 500;
}

.container-40 {
  margin-top: -50px;
  padding-top: 0;
}

.container-41, .container-42, .container-43 {
  margin-top: -50px;
}

.image-156 {
  margin-top: 21px;
}

.text-block-276 {
  color: #fff;
  font-weight: 400;
}

.container-44 {
  float: right;
  margin-right: 0;
}

.image-157 {
  max-width: 275px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.dlink-2.w--current {
  color: #e56521;
}

.icon-9 {
  margin-left: 60px;
}

.navigation-esp {
  background-color: #fff;
  margin-top: 16px;
  margin-bottom: 24px;
  margin-left: 41px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  top: 0;
  right: 0;
  box-shadow: 0 12px 10px -5px #0000001a;
}

.navigation-esp.style-2 {
  border-bottom-style: none;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 12px 10px -5px #0000001a;
}

.navigation-esp.fixed-english {
  z-index: 9;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  opacity: 1;
  color: #000;
  background-color: #000000ba;
  border-bottom: 1px solid #ffffff26;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 10%;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.navigation-esp.style-4 {
  margin-top: 3px;
  margin-bottom: 22px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 12px 10px -5px #0000001a;
}

.navigation-esp.style-3 {
  z-index: 9;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  opacity: 1;
  color: #000;
  background-color: #000000ba;
  border-bottom: 1px solid #ffffff26;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 10%;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.navigation-esp-copy {
  background-color: #fff;
  margin-top: 16px;
  margin-bottom: 24px;
  margin-left: 41px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  top: 0;
  right: 0;
  box-shadow: 0 12px 10px -5px #0000001a;
}

.navigation-esp-copy.style-2 {
  border-bottom-style: none;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 12px 10px -5px #0000001a;
}

.navigation-esp-copy.fixed-english {
  z-index: 9;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  opacity: 1;
  color: #000;
  background-color: #000000ba;
  border-bottom: 1px solid #ffffff26;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 10%;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.navigation-esp-copy.style-4 {
  margin-top: 3px;
  margin-bottom: 22px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 12px 10px -5px #0000001a;
}

.navigation-esp-copy.style-3 {
  z-index: 9;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  opacity: 1;
  color: #000;
  background-color: #000000ba;
  border-bottom: 1px solid #ffffff26;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 10%;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.nav-style-2-copy {
  float: none;
  text-align: center;
  margin-top: -35px;
}

.nav-style-2-copy.dark-nav, .nav-style-2-copy.dark-nav-copy {
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: auto;
  display: flex;
}

.recaptcha {
  margin-top: -86px;
}

html.w-mod-js [data-ix="toggle-content-initial-appe"] {
  height: 0;
}

html.w-mod-js [data-ix="progress-line-on-scroll"], html.w-mod-js [data-ix="progress-line-on-scroll-2"], html.w-mod-js [data-ix="progress-line-on-scroll-3"], html.w-mod-js [data-ix="progress-line-on-scroll-4"], html.w-mod-js [data-ix="progress-line-on-scroll-5"], html.w-mod-js [data-ix="progress-line-on-scroll-6"] {
  width: 0%;
}

html.w-mod-js [data-ix="display-none-subscribe-on-load"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="hide-scroll-navigation-on-initial-app"] {
  display: none;
}

html.w-mod-js [data-ix="slide-out-go-top-on-load"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="slide-in-element-on-tab"] {
  opacity: 0;
  transform: translate(0, -100px);
}

html.w-mod-js [data-ix="slide-in-element-on-tab-2"] {
  opacity: 0;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="slide-in-element-on-tab-3"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="slide-in-effect-on-load"], html.w-mod-js [data-ix="slide-in-effect-on-load-2"], html.w-mod-js [data-ix="slide-in-effect-on-load-3"], html.w-mod-js [data-ix="slide-in-effect-on-load-4"], html.w-mod-js [data-ix="slide-in-effect-on-load-5"], html.w-mod-js [data-ix="slide-in-effect-on-load-6"], html.w-mod-js [data-ix="slide-in-effect-on-load-7"] {
  opacity: 0;
  transform: translate(0, -15px);
}

html.w-mod-js [data-ix="slide-right-effect-on-load"] {
  opacity: 0;
  transform: translate(30px);
}

html.w-mod-js [data-ix="slide-left-effect-on-load"], html.w-mod-js [data-ix="slide-left-effect-on-load-2"], html.w-mod-js [data-ix="slide-left-effect-on-load-3"] {
  opacity: 0;
  transform: translate(-15px);
}

html.w-mod-js [data-ix="slide-out-effect-on-load"], html.w-mod-js [data-ix="slide-out-effect-on-load-2"], html.w-mod-js [data-ix="slide-out-effect-on-load-3"] {
  opacity: 0;
  transform: translate(0, 15px);
}

html.w-mod-js [data-ix="scale-in-effect-on-load"], html.w-mod-js [data-ix="scale-in-effect-on-load-2"], html.w-mod-js [data-ix="scale-in-effect-on-load-3"], html.w-mod-js [data-ix="scale-in-effect-on-load-4"], html.w-mod-js [data-ix="scale-in-effect-on-load-5"] {
  opacity: 0;
  transform: scale(1.2);
}

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

  .navigation {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
  }

  .navigation.style-2 {
    padding-right: 5px;
  }

  .navigation.fixed-english {
    color: #000;
    background-color: #000000ba;
    padding-left: 20px;
    padding-right: 0;
  }

  .navigation.style-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation.style-3 {
    color: #000;
    background-color: #000000ba;
    padding-left: 20px;
    padding-right: 0;
  }

  .navigation-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigation-link.white {
    padding-left: 0;
  }

  .navigation-link.normal.white {
    margin-left: 20px;
  }

  .navigation-link.normal.white.w--current {
    width: 400px;
    margin-left: 20px;
    transform: none;
  }

  .brand {
    margin-bottom: 0;
    top: 0;
  }

  .brand.w--current {
    flex: none;
    top: 0;
  }

  .banner.full-blue {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .banner.full-screen {
    height: 800px;
  }

  .banner.style-9 {
    height: 600px;
  }

  .section.gray.laptop {
    background-color: #fafafa;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.photo {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.intro {
    padding-top: 320px;
  }

  .container-fluid.center.uper.in-contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-fluid.center.pop-up {
    width: 80%;
  }

  .container-fluid.center.style-10 {
    top: 50%;
  }

  .service-business-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .top-title {
    margin-bottom: 60px;
  }

  .align-center.add-it-left {
    text-align: left;
    margin-top: 20px;
  }

  .bolder {
    display: none;
  }

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

  .project-wrapper {
    height: 240px;
  }

  .arrow-bottom.in-blog {
    bottom: 24px;
  }

  .arrow-bottom.in-blog.second-arrow {
    bottom: 25px;
  }

  .logo-wrapper {
    width: 33.333%;
  }

  .testi-wrapper.card, .pricing-wrapper {
    width: 100%;
  }

  .pricing-wrapper.featured {
    margin-top: 0;
  }

  .pricing-wrapper.style-3 {
    margin-bottom: -1px;
    margin-left: 0;
  }

  .pricing-wrapper.style-4.four-column {
    width: 50%;
    margin-bottom: 30px;
  }

  .pricing-wrapper.full-pricing {
    float: none;
    width: 100%;
  }

  .drop-down-list.w--open {
    position: static;
  }

  .drop-down-list.in-drop.w--open {
    width: auto;
    position: relative;
    top: auto;
    left: auto;
  }

  .nav-style-2 {
    text-align: left;
    background-color: #f5f5f7;
  }

  .nav-style-2.dark-nav {
    background-color: #000000ba;
  }

  .top-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-left {
    background-color: #f5f5f7;
  }

  .div-block {
    top: 3px;
  }

  .features-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-item, .client-wrapper.four {
    width: 50%;
  }

  .form-wrapper {
    width: 100%;
  }

  .div-block-4.normal {
    margin-bottom: 40px;
  }

  .vision-wrapper {
    width: 50%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-wrapper {
    width: 70%;
  }

  .team-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .half-section {
    width: 100%;
  }

  .half-section.gray-color {
    float: none;
    height: auto;
    max-height: 100%;
    margin-left: 0;
    padding: 20px 0;
  }

  .half-section.add-map {
    float: none;
    height: auto;
  }

  .container-center {
    width: 90%;
    margin-top: 0;
    position: static;
    top: auto;
    transform: none;
  }

  .features-content {
    width: 50%;
  }

  .white-content {
    margin-top: -20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sol-banner.dark.larger {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sol-banner.home {
    margin-bottom: 14px;
    padding-bottom: 0;
  }

  .toggle-element {
    width: 90%;
  }

  .utility-page-wrap {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .footer-link {
    padding-top: 5px;
    padding-left: 0;
  }

  .copyright, .copyright.white-paragraph.make-center {
    text-align: center;
  }

  .blue {
    margin-bottom: 5px;
  }

  .alert-remove-fourth {
    padding-right: 51px;
  }

  .contact-div {
    width: 90%;
  }

  .div-block-12 {
    flex-flow: column wrap;
    margin-bottom: 0;
    display: flex;
  }

  .project-page-wrapper, .blog-post-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    color: #4253ff;
  }

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

  .menu-button.auto-margin {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
  }

  .menu-button.button-white {
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    display: block;
  }

  .menu-button.button-white {
    color: #fff;
    font-size: 40px;
  }

  .menu-button.button-white.w--open {
    background-color: #e56521;
  }

  .nav-menu {
    background-color: #f5f5f7;
  }

  .row-2 {
    width: 100%;
  }

  .collection-item-2 {
    width: 50%;
  }

  .margin-device {
    margin-top: 30px;
  }

  .form-block {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .add-bottom-margin {
    margin-bottom: 30px;
  }

  .align-left {
    text-align: left;
  }

  .div-block-13.horizontal-part {
    width: 50%;
  }

  .top-banner-title {
    font-size: 49px;
  }

  .top-banner-title.grande {
    font-size: 50px;
    line-height: 60px;
  }

  .sub-text-banner {
    font-size: 17px;
  }

  .add-in-center {
    margin-top: 40px;
  }

  .add-in-center.more {
    margin-top: 10px;
  }

  .add-in-center.more.make-cnt {
    margin-top: 0;
  }

  .add-in-center.more-full {
    margin-top: 150px;
  }

  .form-banner {
    width: 100%;
  }

  .tab-design-slider {
    border-bottom: 1px solid #e1e1e1;
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .arrow-slide {
    display: none;
  }

  .lightbox-slide {
    width: 100%;
    margin-left: 0;
  }

  .image-2 {
    max-width: 1001px;
  }

  .info-wrapper-content {
    text-align: center;
    top: 152px;
  }

  .demo-main {
    margin-bottom: 50px;
  }

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

  .full-contact-width {
    height: 1400px;
  }

  .contact-hald-part {
    width: 100%;
  }

  .container {
    margin-right: 0;
  }

  .image-3 {
    margin-top: 0;
    margin-left: 0;
  }

  .bold-text {
    font-size: 35px;
    line-height: 44px;
  }

  .image-21 {
    margin-top: 50px;
  }

  .text-block-26 {
    margin-top: 0;
  }

  .text-block-27 {
    margin-top: 0;
    padding-top: 0;
  }

  .text-block-28 {
    margin-top: 0;
  }

  .text-block-32 {
    margin-top: 20px;
  }

  .columns-12 {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }

  .section-15 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-19 {
    margin-top: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-64 {
    margin-top: 35px;
    margin-bottom: 0;
  }

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

  .column-40 {
    padding: 0;
  }

  .section-22 {
    border-bottom: 5px solid var(--rr-orange);
    padding-bottom: 50px;
  }

  .column-42 {
    padding-left: 10px;
  }

  .heading-73 {
    font-size: 35px;
  }

  .columns-17 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-69 {
    margin-left: 0;
  }

  .columns-18 {
    flex-direction: column-reverse;
    padding-left: 5%;
    padding-right: 5%;
  }

  .columns-19 {
    flex-direction: column-reverse;
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-61, .heading-90 {
    padding-left: 0;
  }

  .columns-25, .columns-26 {
    flex-direction: column-reverse;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-28 {
    margin-top: 0;
    padding-top: 25px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-102, .text-block-68 {
    margin-left: 40px;
  }

  .section-29 {
    margin-top: 80px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-36 {
    margin-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-37 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-90 {
    padding-top: 34px;
  }

  .text-block-91, .text-block-92 {
    font-size: 40px;
  }

  .section-39 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-41 {
    margin-top: 70px;
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-96 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-18 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-43 {
    margin-top: 30px;
  }

  .button-28 {
    margin-left: 0;
  }

  .div-block-101 {
    padding-top: 0;
    padding-left: 0;
  }

  .container-20 {
    margin-top: 30px;
  }

  .image-107 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-22 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .columns-32.v2 {
    flex-direction: column-reverse;
    display: flex;
  }

  .heading-135 {
    margin-top: 20px;
  }

  .container-24 {
    margin-top: 0;
  }

  .banner-solutions.dark.more-biger {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 17px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .section-48 {
    border-bottom: 5px solid var(--white-2);
    border-top-color: var(--white-2);
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .banner-solution.new {
    height: 100%;
    max-height: 100%;
    padding-top: 300px;
    padding-bottom: 40px;
  }

  .div-block-103 {
    padding-top: 48px;
  }

  .form {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-110 {
    max-width: 50%;
  }

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

  .mask {
    background-image: none;
    margin-top: 14px;
    margin-bottom: -19px;
    padding-top: 0;
  }

  .slide-3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Lookout-at-The-Tawny-April-2021-Websize.jpg');
  }

  .hero-slide {
    background-position: 50% 20%;
    margin-top: 0;
  }

  .columns-34 {
    padding-top: 0;
  }

  .body-9 {
    height: 100%;
    max-height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-112 {
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding-right: 0;
    position: relative;
    top: -94px;
  }

  .section-50 {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-52 {
    margin-top: 70px;
  }

  .columns-35 {
    flex-direction: column;
  }

  .section-53 {
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .text-block-102 {
    font-size: 20px;
  }

  .heading-171 {
    margin-top: -50px;
    line-height: 38px;
  }

  .section-56 {
    margin-top: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .heading-173 {
    margin-top: 0;
    margin-left: 5%;
    position: relative;
  }

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

  .heading-175 {
    font-size: 35px;
  }

  .image-122 {
    max-width: 350px;
  }

  .heading-176 {
    margin-top: 40px;
    font-size: 35px;
  }

  .section-59 {
    margin-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-177 {
    margin-top: 70px;
  }

  .image-123 {
    margin-top: 40px;
  }

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

  .image-125 {
    margin-left: 0;
  }

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

  .image-128 {
    margin-top: 0;
    margin-left: 0;
  }

  .slide-div {
    height: 75%;
    margin-top: 26px;
    margin-bottom: -10px;
    padding-bottom: 40px;
  }

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

  .right-col.build {
    text-align: center;
    padding-top: 40px;
  }

  .right-col.nonprofit {
    text-align: left;
    padding-top: 23px;
  }

  .right-col.about {
    text-align: left;
    margin-bottom: 15px;
  }

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

  .left-col.large {
    margin-top: 43px;
  }

  .columns-42 {
    flex-direction: column-reverse;
  }

  .columns-43 {
    flex-direction: column-reverse;
    padding-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .columns-44, .columns-45 {
    flex-direction: column;
  }

  .columns-46, .columns-47 {
    flex-direction: column-reverse;
  }

  .div-block-110 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 12px;
    padding-top: 200px;
    padding-bottom: 200px;
  }

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

  .foundations-cols {
    margin-bottom: 60px;
  }

  .columns-48 {
    justify-content: space-between;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
  }

  .col-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .image-135 {
    max-width: 270px;
  }

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

  .image-136 {
    max-width: 300%;
  }

  .middle-div {
    text-align: center;
  }

  .section-66 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .column-63 {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-64, .column-65, .column-66 {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-div {
    margin-top: 34px;
  }

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

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

  .column-69, .column-70, .column-71 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-3-split {
    text-align: center;
    margin-bottom: 50px;
  }

  .col-3-split.last {
    margin-bottom: 0;
  }

  .tabs-menu {
    text-align: center;
  }

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

  .flipped-cols {
    flex-direction: column-reverse;
    display: flex;
  }

  .image-138, .image-139 {
    max-width: 50%;
  }

  .column-73 {
    padding-top: 35px;
  }

  .section-67 {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .column-74 {
    margin-bottom: 30px;
  }

  .title-div {
    margin-bottom: 50px;
  }

  .flippd {
    flex-direction: column-reverse;
    display: flex;
  }

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

  .columns-49 {
    flex-direction: column-reverse;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .column-76 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .lang-div {
    top: 26px;
    right: 103px;
  }

  .lang {
    margin-left: 14px;
    padding-left: 0;
    font-size: 13px;
  }

  .lang.w--current {
    margin-left: 15px;
    padding-left: 0;
  }

  .faq-img {
    margin-top: 0;
    margin-left: 0;
  }

  .faq-img-holder {
    text-align: left;
    margin-top: 34px;
    padding-right: 0%;
  }

  .text-block-155 {
    line-height: 40px;
  }

  .text-block-160 {
    line-height: 44px;
  }

  .text-block-161 {
    line-height: 34px;
  }

  .text-block-162 {
    line-height: 44px;
  }

  .text-block-169 {
    line-height: 30px;
  }

  .text-block-190, .text-block-191, .text-block-194, .text-block-195 {
    line-height: 44px;
  }

  .hero-slide-1 {
    background-position: 50% 20%;
    margin-top: 0;
  }

  .flood-plains-banner.dark.larger, .ground-beams-banner.dark.larger, .flood-plains-esp.dark.larger, .ground-beams-esp.dark.larger {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .heading-232, .heading-233, .heading-234 {
    font-size: 32px;
    font-weight: 500;
  }

  .image-143 {
    max-width: 50%;
  }

  .section-69 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-144, .image-145 {
    max-width: 50%;
  }

  .image-151 {
    padding-top: 0;
    padding-left: 10px;
  }

  .image-154 {
    margin-left: 40px;
  }

  .image-155 {
    padding-left: 10px;
  }

  .heading-249 {
    font-size: 18px;
    font-weight: 600;
  }

  .heading-250 {
    font-size: 24px;
    font-weight: 500;
  }

  .container-44 {
    margin-right: 0;
  }

  .image-157 {
    margin-top: 0;
    margin-left: 0;
  }

  .icon-9 {
    flex: 0 auto;
    margin-left: 343px;
    padding-left: 0;
  }

  .navigation-esp {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
  }

  .navigation-esp.style-2 {
    padding-right: 5px;
  }

  .navigation-esp.fixed-english {
    color: #000;
    background-color: #000000ba;
    padding-left: 20px;
    padding-right: 0;
  }

  .navigation-esp.style-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-esp.style-3 {
    color: #000;
    background-color: #000000ba;
    padding-left: 20px;
    padding-right: 0;
  }

  .navigation-esp-copy {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
  }

  .navigation-esp-copy.style-2 {
    padding-right: 5px;
  }

  .navigation-esp-copy.fixed-english {
    color: #000;
    background-color: #000000ba;
    padding-left: 20px;
    padding-right: 0;
  }

  .navigation-esp-copy.style-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-esp-copy.style-3 {
    color: #000;
    background-color: #000000ba;
    padding-left: 20px;
    padding-right: 0;
  }

  .nav-style-2-copy {
    text-align: left;
    background-color: #f5f5f7;
  }

  .nav-style-2-copy.dark-nav, .nav-style-2-copy.dark-nav-copy {
    background-color: #000000ba;
  }
}

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

  .navigation.style-2, .navigation.fixed-english, .navigation.style-3 {
    padding-left: 5px;
  }

  .navigation-link.white {
    margin-left: 20px;
  }

  .brand.style-1 {
    text-align: center;
    display: block;
  }

  .banner {
    height: 400px;
  }

  .banner.style-2 {
    height: 550px;
  }

  .section.with-photo {
    background-position: 0 0, 50%;
    background-size: auto, auto;
  }

  .section.intro {
    padding-top: 100px;
  }

  .container-fluid.center.intro {
    top: 45%;
  }

  .service-business-wrapper {
    border-bottom: 1px solid #e1e1e1;
    border-right-style: none;
  }

  .service-business-wrapper.no-line-mobile {
    border-bottom-style: none;
  }

  .align-center.add-it-left {
    margin-top: 10px;
  }

  .arrow-bottom.in-blog {
    bottom: 12px;
  }

  .logo-wrapper {
    width: 50%;
  }

  .testi-wrapper {
    margin-top: 30px;
  }

  .button.in-tab, .button.in-tab.with-dark-color {
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block {
    text-align: center;
    margin-top: 10px;
  }

  .features-wrapper, .collection-item {
    width: 100%;
  }

  .client-wrapper {
    width: 50%;
  }

  .vision-wrapper {
    width: 80%;
  }

  .about-wrapper, .container-center {
    width: 90%;
  }

  .features-content, .toggle-element {
    width: 100%;
  }

  .utility-page-content {
    width: 90%;
  }

  .subscribe-wrapper {
    width: 70%;
  }

  .block {
    border-right-style: none;
    margin-left: 0;
    display: block;
  }

  .call-to-action {
    padding-left: 20px;
  }

  .call-text {
    margin-bottom: 20px;
    margin-right: 0;
    top: 0;
  }

  .map-tab {
    margin-top: 30px;
  }

  .collection-item-2 {
    width: 100%;
  }

  .form-block {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-13 {
    width: 80%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .margin-device-2 {
    margin-top: 30px;
  }

  .add-in-center, .add-in-center.more {
    margin-top: 0;
  }

  .tab-pane-3 {
    height: 650px;
  }

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

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

  .bold-text {
    font-size: 35px;
    line-height: 44px;
  }

  .body-5 {
    margin-bottom: 0;
  }

  .image-65 {
    min-width: 32%;
    max-width: 100%;
  }

  .columns-26 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-80 {
    margin-top: 0;
  }

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

  .image-83 {
    max-width: 60%;
  }

  .text-block-68 {
    margin-left: 20px;
  }

  .heading-103 {
    line-height: 35px;
  }

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

  .container-8, .container-9, .container-10 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-11 {
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-15 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-122 {
    line-height: 38px;
  }

  .section-39 {
    margin-top: 20px;
  }

  .heading-124 {
    line-height: 38px;
  }

  .image-100 {
    margin-top: 26px;
  }

  .image-101 {
    margin-top: 25px;
  }

  .heading-135 {
    line-height: 44px;
  }

  .banner-solution.new {
    padding-top: 240px;
    padding-bottom: 30px;
  }

  .grid-5 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-139 {
    margin-top: 20px;
  }

  .form {
    width: 80%;
  }

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

  .image-110 {
    max-width: 70%;
  }

  .image-111 {
    min-width: 32%;
    max-width: 100%;
  }

  .mask {
    margin-top: 29px;
    margin-bottom: -13px;
    padding-top: 18px;
    padding-bottom: 0;
  }

  .slide-3, .hero-slide {
    height: 420px;
    padding-bottom: 0;
  }

  .slide-nav-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .icon-7 {
    margin-bottom: 28px;
    margin-right: 10px;
  }

  .icon-8 {
    margin-bottom: 28px;
    margin-left: 10px;
  }

  .heading-156 {
    font-size: 35px;
    line-height: 44px;
  }

  .slide-6 {
    height: 420px;
    margin-top: 17px;
    padding-bottom: 0;
  }

  .column-52 {
    margin-top: 35px;
  }

  .heading-172, .heading-175 {
    line-height: 44px;
  }

  .image-126 {
    min-width: 32%;
    max-width: 100%;
  }

  .text-block-120 {
    text-align: center;
    margin-bottom: 50px;
  }

  .heading-197 {
    line-height: 44px;
  }

  .slide-7 {
    height: 420px;
    padding-bottom: 15px;
  }

  .slide-8 {
    height: 420px;
    padding-bottom: 0;
  }

  .slide-div {
    padding-top: 200px;
    padding-left: 10%;
  }

  .right-col.nonprofit {
    padding-top: 30px;
  }

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

  .div-block-110 {
    background-size: cover;
  }

  .column-60, .section-64, .section-65 {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .image-138, .image-139 {
    max-width: 70%;
  }

  .section-68 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lang-div {
    margin-left: 0;
    top: 26px;
    right: 90px;
  }

  .faq-img {
    width: 100%;
  }

  .text-block-146, .text-block-155, .text-block-176 {
    line-height: 44px;
  }

  .text-block-185 {
    padding-top: 0;
    line-height: 25px;
  }

  .text-block-190 {
    padding-bottom: 0;
    line-height: 44px;
  }

  .text-block-191 {
    padding-top: 0;
    line-height: 44px;
  }

  .text-block-192 {
    padding-top: 10px;
  }

  .text-block-194 {
    margin-top: -6px;
    margin-bottom: -87px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 44px;
  }

  .text-block-195 {
    padding-bottom: 6px;
    line-height: 44px;
  }

  .text-block-231 {
    line-height: 34px;
  }

  .hero-slide-1 {
    height: 420px;
    padding-bottom: 0;
  }

  .heading-236 {
    line-height: 44px;
  }

  .image-143, .image-144, .image-145 {
    max-width: 70%;
  }

  .heading-241 {
    padding-top: 53px;
  }

  .image-151 {
    padding-top: 11px;
    line-height: 25px;
  }

  .column-78 {
    text-align: center;
  }

  .heading-252 {
    margin-top: 41px;
  }

  .heading-253 {
    margin-top: 53px;
  }

  .icon-9 {
    margin-left: 140px;
  }

  .navigation-esp.style-2, .navigation-esp.fixed-english, .navigation-esp.style-3, .navigation-esp-copy.style-2, .navigation-esp-copy.fixed-english, .navigation-esp-copy.style-3 {
    padding-left: 5px;
  }
}

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

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .banner, .banner.style-3 {
    height: 500px;
  }

  .banner.full-screen {
    height: 600px;
  }

  .banner.intro {
    height: 700px;
  }

  .container-fluid.center.bottom {
    top: 53%;
  }

  .container-fluid.center.pop-up {
    width: 95%;
  }

  .service-business-wrapper.another-line {
    border-left-style: none;
  }

  .top-title {
    margin-bottom: 40px;
  }

  .bolder {
    font-size: 33px;
    display: none;
  }

  .arrow-bottom.uper {
    right: 15px;
  }

  .logo-wrapper {
    width: 100%;
  }

  .testi-wrapper.card {
    padding: 20px;
  }

  .button.in-tab {
    margin-bottom: 10px;
  }

  .button.in-tab.pricing {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .button.in-tab.pricing.annual {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .button.in-tab.with-dark-color {
    margin-left: 10px;
  }

  .pricing-wrapper.style-4.four-column {
    width: 100%;
  }

  .pricing-wrapper.full-pricing {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dark.with-color-background.in-fintro {
    font-size: 31px;
  }

  .nav-style-2.dark-nav {
    background-color: #000000d9;
  }

  .line-tab {
    display: none;
  }

  .project-content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .client-wrapper, .client-wrapper.four {
    width: 100%;
  }

  .div-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4.another-style {
    padding-left: 15px;
  }

  .vision-wrapper {
    width: 100%;
  }

  .vision-content {
    margin-right: 20px;
  }

  .lightbox-link {
    height: 300px;
  }

  .about-wrapper {
    width: 100%;
    padding: 40px;
  }

  .half-section.gray-color {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .half-section.add-gray {
    padding-right: 0;
  }

  .left-square {
    width: 250px;
  }

  .container-center.video {
    width: 300px;
  }

  .container-center.more {
    width: 90%;
  }

  .container-center.contact-page {
    width: 100%;
  }

  .photo-wrapper {
    width: 120px;
    height: 300px;
  }

  .div-block-9 {
    padding: 20px;
  }

  .based-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sol-banner.dark.larger {
    height: 350px;
  }

  .sol-banner.gray.small {
    height: 240px;
  }

  .toggle-element.in-pages {
    width: 100%;
  }

  .toggle-title, .subscribe-wrapper {
    width: 90%;
  }

  .progress-line.second-style {
    width: 100%;
  }

  .paragraph-progress {
    margin-left: 0;
    display: block;
  }

  .contact-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-page-wrapper {
    padding-top: 20px;
  }

  .form-block, .div-block-13 {
    width: 100%;
  }

  .div-block-13.horizontal-part {
    width: 100%;
    margin-bottom: 0;
  }

  .add-in-center.more {
    margin-top: -140px;
  }

  .tab-pane-3 {
    height: 720px;
  }

  .div-block-15 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .intro-title {
    font-size: 32px;
    line-height: 45px;
  }

  .demo-main {
    width: 100%;
  }

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

  .contact-hald-part {
    padding: 10px 15px;
  }

  .contact-info-part {
    height: 200px;
  }

  .image-3 {
    max-width: 150px;
  }

  .bold-text {
    font-size: 33px;
    line-height: 44px;
  }

  .image-56 {
    min-width: auto;
  }

  .heading-53 {
    line-height: 42px;
  }

  .heading-55 {
    line-height: 38px;
  }

  .section-15 {
    margin-top: 0;
  }

  .section-19 {
    margin-bottom: 70px;
  }

  .image-65 {
    max-width: 65%;
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .heading-73 {
    font-size: 33px;
  }

  .heading-74 {
    font-size: 24px;
    line-height: 32px;
  }

  .image-79 {
    margin-left: -5px;
  }

  .image-80 {
    margin-top: 1px;
  }

  .image-83 {
    max-width: 100%;
  }

  .heading-100 {
    font-size: 24px;
    line-height: 32px;
  }

  .section-28 {
    margin-bottom: 20px;
  }

  .heading-103 {
    line-height: 44px;
  }

  .heading-104 {
    font-size: 24px;
    line-height: 32px;
  }

  .image-88 {
    min-width: auto;
    margin-top: 0;
  }

  .section-36 {
    margin-top: 15px;
  }

  .image-92 {
    margin-top: 0;
  }

  .heading-119, .heading-120, .heading-122, .heading-124 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-135 {
    font-size: 30px;
    line-height: 38px;
  }

  .container-24 {
    margin-bottom: 0;
  }

  .banner-solutions.dark.more-biger {
    height: 350px;
  }

  .banner-solutions.gray.small {
    height: 240px;
  }

  .banner-solution.new {
    padding-top: 200px;
  }

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

  .form {
    width: 100%;
  }

  .image-110 {
    max-width: 100%;
  }

  .image-111 {
    max-width: 65%;
  }

  .slide-3 {
    background-image: url('../images/PHOTO-2020-03-04-09-50-55.jpg');
    background-position: 20% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 440px;
    line-height: 30px;
  }

  .hero-slide {
    height: 440px;
  }

  .heading-149 {
    font-size: 29px;
    line-height: 40px;
  }

  .heading-150 {
    font-size: 23px;
    line-height: 33px;
  }

  .heading-155 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-156 {
    font-size: 33px;
  }

  .heading-157 {
    font-size: 24px;
    line-height: 32px;
  }

  .slide-6 {
    height: 440px;
  }

  .column-53 {
    margin-top: 52px;
  }

  .heading-169 {
    line-height: 38px;
  }

  .heading-171 {
    font-size: 24px;
    line-height: 32px;
  }

  .section-57 {
    padding-bottom: 70px;
  }

  .heading-174 {
    line-height: 42px;
  }

  .heading-175 {
    font-size: 33px;
    line-height: 38px;
  }

  .image-122 {
    max-width: 210px;
  }

  .heading-176 {
    font-size: 33px;
    line-height: 42px;
  }

  .image-124 {
    margin-top: 30px;
  }

  .image-125 {
    margin-top: 20px;
  }

  .heading-178 {
    line-height: 38px;
  }

  .heading-179, .heading-181 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-182 {
    line-height: 42px;
  }

  .container-36 {
    margin-top: 30px;
  }

  .image-126 {
    max-width: 65%;
  }

  .heading-198, .heading-199 {
    font-size: 24px;
    line-height: 32px;
  }

  .slide-7 {
    height: 440px;
  }

  .heading-209 {
    font-size: 24px;
    line-height: 32px;
  }

  .slide-8 {
    height: 440px;
  }

  .heading-214 {
    font-size: 24px;
    line-height: 32px;
  }

  .slide-div {
    background-image: linear-gradient(#00000040, #00000040);
    padding-left: 8%;
    padding-right: 8%;
  }

  .left-col.large {
    padding-top: 109px;
    padding-bottom: 109px;
  }

  .columns-48 {
    flex-direction: column;
  }

  .column-60 {
    padding-bottom: 10px;
  }

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

  .image-135 {
    max-width: 210px;
  }

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

  .heading-216, .heading-217, .heading-218 {
    font-size: 24px;
    line-height: 32px;
  }

  .image-138, .image-139 {
    max-width: 100%;
  }

  .heading-219, .heading-220 {
    font-size: 24px;
    line-height: 32px;
  }

  .image-140 {
    max-width: 90%;
  }

  .lang-div {
    display: inline-block;
    right: 81px;
  }

  .faq-img {
    width: 100%;
  }

  .text-block-138 {
    line-height: 30px;
  }

  .text-block-140 {
    line-height: 38px;
  }

  .text-block-146 {
    line-height: 32px;
  }

  .text-block-147 {
    line-height: 38px;
  }

  .text-block-155 {
    line-height: 44px;
  }

  .text-block-156, .text-block-159 {
    line-height: 38px;
  }

  .text-block-160 {
    line-height: 40px;
  }

  .text-block-163, .text-block-165, .text-block-168, .text-block-180 {
    line-height: 30px;
  }

  .text-block-186, .text-block-190 {
    line-height: 44px;
  }

  .text-block-191 {
    padding-bottom: 0;
    line-height: 44px;
  }

  .text-block-192 {
    line-height: 30px;
  }

  .text-block-194 {
    margin-top: -45px;
    margin-bottom: -114px;
    padding-top: 40px;
    line-height: 44px;
  }

  .text-block-195 {
    margin-bottom: -34px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 44px;
  }

  .text-block-196 {
    padding-bottom: 0;
    line-height: 44px;
  }

  .text-block-197 {
    line-height: 30px;
  }

  .text-block-255 {
    line-height: 38px;
  }

  .hero-slide-1 {
    height: 440px;
  }

  .flood-plains-banner.dark.larger {
    height: 350px;
  }

  .flood-plains-banner.gray.small {
    height: 240px;
  }

  .ground-beams-banner.dark.larger {
    height: 350px;
  }

  .ground-beams-banner.gray.small {
    height: 240px;
  }

  .flood-plains-esp.dark.larger {
    height: 350px;
  }

  .flood-plains-esp.gray.small {
    height: 240px;
  }

  .ground-beams-esp.dark.larger {
    height: 350px;
  }

  .ground-beams-esp.gray.small {
    height: 240px;
  }

  .text-block-261 {
    line-height: 40px;
  }

  .heading-236 {
    line-height: 38px;
  }

  .image-143, .image-144, .image-145 {
    max-width: 100%;
  }

  .heading-244 {
    line-height: 44px;
  }

  .image-153 {
    margin-top: 20px;
  }

  .image-154 {
    margin-left: -7px;
  }

  .image-157 {
    max-width: 150px;
  }

  .icon-9 {
    margin-left: 41px;
  }

  .nav-style-2-copy.dark-nav, .nav-style-2-copy.dark-nav-copy {
    background-color: #000000d9;
  }
}



/* ===== MOBILE NAV IMPROVEMENTS ===== */
/* Show hamburger button correctly at medium breakpoint */
/* Ensure the button style is correct when it does appear */
@media screen and (max-width: 991px) {
  .menu-button.button-white {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    font-size: 28px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
  }

  .menu-button.button-white.w--open {
    background-color: rgba(229, 101, 33, 0.9);
    color: #fff;
  }

  /* Mobile nav menu container */
  .nav-style-2-copy.dark-nav-copy.w-nav-menu {
    background-color: rgba(0, 0, 0, 0.93) !important;
    padding: 0 0 20px 0;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    border-top: 1px solid rgba(255,255,255,0.15);
  }

  /* All nav links in mobile menu */
  .nav-style-2-copy.dark-nav-copy .navigation-link.w-nav-link,
  .nav-style-2-copy.dark-nav-copy .navigation-link.normal.white.w-nav-link {
    display: block !important;
    width: 100%;
    padding: 14px 30px;
    margin-left: 0 !important;
    color: rgba(255,255,255,0.85) !important;
    font-size: 15px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    letter-spacing: 0.3px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    box-sizing: border-box;
    transform: none !important;
  }

  .nav-style-2-copy.dark-nav-copy .navigation-link.w-nav-link:hover,
  .nav-style-2-copy.dark-nav-copy .navigation-link.normal.white.w-nav-link:hover {
    color: #fff !important;
    background-color: rgba(255,255,255,0.07);
  }

  .nav-style-2-copy.dark-nav-copy .navigation-link.w--current,
  .nav-style-2-copy.dark-nav-copy .navigation-link.normal.white.w--current {
    color: #fff !important;
    font-weight: 600;
    border-left: 3px solid #e56521;
    padding-left: 27px;
    width: auto !important;
  }

  /* Solutions dropdown toggle */
  .nav-style-2-copy.dark-nav-copy .w-dropdown {
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .nav-style-2-copy.dark-nav-copy .w-dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 30px;
    color: rgba(255,255,255,0.85);
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
  }

  .nav-style-2-copy.dark-nav-copy .w-dropdown-toggle:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.07);
  }

  .nav-style-2-copy.dark-nav-copy .w-dropdown-toggle .text-block-9 {
    font-size: 15px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    letter-spacing: 0.3px;
  }

  .nav-style-2-copy.dark-nav-copy .drop-arrow {
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    margin-right: 0;
  }

  /* Solutions dropdown list */
  .nav-style-2-copy.dark-nav-copy .drop-down-list {
    background-color: rgba(0,0,0,0.4) !important;
    box-shadow: none !important;
    padding: 0;
    border-top: 1px solid rgba(255,255,255,0.06);
  }

  .nav-style-2-copy.dark-nav-copy .w-dropdown-link {
    display: block;
    padding: 12px 30px 12px 44px;
    color: rgba(255,255,255,0.7) !important;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    box-sizing: border-box;
  }

  .nav-style-2-copy.dark-nav-copy .w-dropdown-link:hover {
    color: #fff !important;
    background-color: rgba(255,255,255,0.07);
  }

  .nav-style-2-copy.dark-nav-copy .w-dropdown-link:before {
    content: "›";
    margin-right: 8px;
    color: #e56521;
  }
}

@media screen and (max-width: 767px) {
  .nav-style-2-copy.dark-nav-copy .navigation-link.w-nav-link,
  .nav-style-2-copy.dark-nav-copy .navigation-link.normal.white.w-nav-link {
    padding: 13px 24px;
  }

  .nav-style-2-copy.dark-nav-copy .w-dropdown-toggle {
    padding: 13px 24px;
  }

  .nav-style-2-copy.dark-nav-copy .w-dropdown-link {
    padding: 11px 24px 11px 38px;
  }
}
/* ===== END MOBILE NAV ===== */

/* ===== ABOUT PAGE: 5 PROCESS TABS FIT ON ONE LINE ===== */
.tabs-2 .w-tab-menu {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.tabs-2 .w-tab-link {
  flex: 1 1 0;
  white-space: nowrap;
  text-align: center;
  padding: 9px 10px;
  font-size: 13px;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .tabs-2 .w-tab-link {
    font-size: 11px;
    padding: 8px 4px;
  }
}
/* ===== END ABOUT PAGE TABS ===== */


/* === FORCE IMAGE VISIBILITY === */
/* Prevents browser from collapsing images with no explicit dimensions */
img {
  max-width: 100%;
  height: auto;
}

/* ===== NAV FIX: Desktop dropdown hover (no JS needed) ===== */
@media screen and (min-width: 992px) {
  .w-dropdown:hover > .w-dropdown-list {
    display: block;
  }
}

/* ===== NAV FIX: Hide floating lang-div on mobile, show inside menu ===== */
@media screen and (max-width: 991px) {
  .lang-div { display: none !important; }
  .mobile-lang-switcher {
    display: flex;
    gap: 12px;
    padding: 14px 30px;
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-top: 4px;
  }
  .mobile-lang-switcher a {
    color: rgba(255,255,255,0.65);
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 2px;
  }
  .mobile-lang-switcher a.w--current {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.7);
  }
  .mobile-lang-switcher a:hover { color: #fff; }
}
/* ===== END NAV FIX ===== */

/* ===== Hide injected mobile lang-switcher on desktop ===== */
@media screen and (min-width: 992px) {
  .mobile-lang-switcher { display: none !important; }
  .scroll-navigation { display: none !important; }
}
/* ===== END ===== */
