:root {
  --white-smoke: #bdbdbd;
  --white: var(--medium-aquamarine-2);
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --medium-aquamarine-2: #7ec4bd;
  --medium-aquamarine: #7ec4bd;
  --blue: #407fff;
}

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

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

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

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

h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
}

h3 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Vollkorn, serif;
  font-size: 15px;
  line-height: 22px;
}

a {
  text-decoration: underline;
}

.button {
  color: #cfcfcf;
  text-align: left;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  background-color: #407fff;
  border: 0 solid #5b5be0;
  padding: 15px 33px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #2e54a0;
}

.button:active {
  background-color: #5b5be0;
  border-color: #d8d8d8;
}

.button.w--current:hover {
  color: #fff;
  background-color: #253e70;
}

.button.form {
  color: #7ec4bd;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  margin-top: 23px;
  margin-bottom: 24px;
  padding-left: 54px;
  padding-right: 54px;
}

.button.form:hover {
  background-color: #7ec4bd57;
}

.header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#2e539ecc, #2e539ecc), url('../images/FPO.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  padding: 98px 10px;
}

.header.project-page {
  background-image: linear-gradient(#64d1c68c, #64d1c68c), url('../images/lake.jpg');
  padding-top: 77px;
  padding-bottom: 77px;
}

.navbar {
  background-color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
}

.nav-link {
  color: #404040;
  text-transform: uppercase;
  border: 0 solid #407fff;
  margin-top: 23px;
  margin-left: 34px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: border-color .3s;
}

.nav-link:hover {
  vertical-align: baseline;
  border-style: solid;
  border-color: #11ff49 #11ff49 #6697db;
  border-bottom-width: 3px;
}

.logo-title {
  float: left;
  text-transform: uppercase;
  margin-top: 13px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.logo-img {
  float: left;
  margin-right: 18px;
}

.main-heading {
  text-transform: uppercase;
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 55px;
}

.divider {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.divider.grey {
  text-align: left;
  background-color: #00000017;
  margin-bottom: 30px;
}

.main-subtitle {
  color: #ffffffcf;
  font-family: Vollkorn, serif;
  font-size: 30px;
  font-style: normal;
  line-height: 36px;
}

.about-section {
  text-align: center;
  background-color: #252a38;
  padding-bottom: 40px;
}

.about-text {
  color: #79797c;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}

.x-icon {
  color: #fff;
  margin-top: -26px;
  margin-bottom: 34px;
}

.pricing {
  text-align: center;
  padding-top: 69px;
  padding-bottom: 53px;
  font-size: 18px;
}

.pricing.grey {
  background-color: #f5f5f5;
}

.pricing.contact {
  background-color: #7ec4bd33;
  background-image: linear-gradient(#fdfff1de, #a4b6c5), url('../images/FPO.jpg');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.pricing.footer {
  background-color: #000;
  padding-top: 50px;
}

.grey-icon-wrapper {
  background-color: #f5f5f5;
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 154px;
}

.project-wrapper {
  color: #333;
  padding-bottom: 8px;
  text-decoration: none;
  transition: bottom .3s;
  display: block;
  position: relative;
  bottom: 0;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  border-radius: 100%;
  margin-bottom: 21px;
}

.role {
  margin-bottom: 16px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
}

.social-link {
  background-color: #f5f5f5;
  border-radius: 100%;
  width: 29px;
  height: 29px;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  transition: box-shadow .3s;
  box-shadow: inset 0 0 0 1px #0000;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-title {
  margin-bottom: 7px;
}

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

.quote-icon {
  margin-bottom: 37px;
}

.arrow {
  color: #e3e3e3;
  width: 40px;
  font-size: 30px;
  transition: color .3s;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  text-align: center;
  width: 50%;
  padding: 30px 34px 29px;
}

.testimonial-slide.left-border {
  border-left: 2px solid #0000000a;
}

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

.team-row {
  margin-bottom: 20px;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 33px;
}

.from {
  color: #407fff;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.icon-wrapper {
  height: 95px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  opacity: .4;
  margin-bottom: 15px;
}

.contact-text {
  color: #444558;
  font-size: 17px;
}

.link {
  color: #1c1c1c;
}

.social-wrapper {
  text-align: left;
  margin-bottom: 11px;
  margin-left: 33%;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.social-wrapper:hover {
  opacity: .43;
  color: #282836;
}

.footer-text {
  color: #fff6;
}

.social-link-text {
  color: #444558;
  display: inline-block;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  color: #7ec4bd;
  background-color: #fff3;
  border: 0 solid #000;
  height: 57px;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  font-style: italic;
  box-shadow: inset 3px 0 #0000;
}

.field:focus {
  box-shadow: inset 3px 0 #7ec4bd;
}

.field.large {
  height: 127px;
}

.field.darker {
  background-color: #ffffff2e;
  transition: box-shadow .3s;
}

.form-wrapper {
  padding-left: 20%;
  padding-right: 20%;
}

.success-message {
  color: #7ec4bd;
  background-color: #0000;
  border: 1px solid #7ec4bd;
  border-bottom-width: 2px;
  padding-top: 82px;
  padding-bottom: 82px;
}

.project-info {
  background-color: #fff;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-title {
  margin-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-menu {
  margin-top: 30px;
}

.grow-row {
  margin-bottom: 42px;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  border-radius: 100%;
  margin-bottom: 10px;
}

.container {
  color: #fff;
  padding-bottom: 10px;
}

.heading, .heading-2 {
  font-size: 22px;
  line-height: 27px;
}

.columns {
  margin-bottom: 18px;
}

.column {
  text-align: center;
}

.heading-3 {
  color: #304996;
  text-align: center;
}

.heading-3.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph {
  font-size: 18px;
}

.paragraph-2 {
  font-size: 18px;
  line-height: 25px;
}

.image {
  text-overflow: clip;
  border-radius: 20px;
  padding-bottom: 0;
}

.column-2 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.columns-2 {
  text-align: left;
  margin-right: -8px;
}

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

.paragraph-3 {
  color: var(--white-smoke);
  margin-top: 40px;
}

.list-item {
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.list {
  text-align: center;
  text-transform: uppercase;
  background-color: #f1eeee00;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.list-item-2 {
  background-color: var(--white);
  background-image: linear-gradient(#fff, #fff);
  border-radius: 20px;
  padding: 10px 20px;
}

.list-item-3 {
  padding: 10px;
}

.list-item-4 {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
}

.list-item-5 {
  padding: 10px;
}

.heading-4 {
  color: #407fff;
}

.section {
  padding-top: 69px;
  padding-bottom: 58px;
}

.section.pricing {
  background-color: #407fff;
}

.heading-5 {
  color: #fff;
}

.container-2 {
  padding-bottom: 0;
}

.div {
  padding-top: 0;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

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

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

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

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

.gallery-image {
  width: 100%;
}

.image-2, .image-3, .image-4, .image-5 {
  padding-bottom: 20px;
  padding-left: 20px;
}

.image-6 {
  padding-bottom: 20px;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 0 15px 20px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-heading-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.rt-heading-two.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-heading-two.rt-text-center {
  text-align: center;
}

.rt-full-width {
  border-radius: 10px;
  width: 100%;
}

.rt-autofit {
  object-fit: cover;
}

.rt-underline-off {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

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

.rt-autofit-2 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-autofit-2.rt-full-width {
  width: 100%;
}

.rt-autofit-2.rt-full-width.rt-height-auto {
  height: auto;
}

.rt-padding-bottom-twenty {
  padding-bottom: 20px;
}

.rt-overflow-off {
  overflow: hidden;
}

.rt-portfolio-two-work-text {
  pointer-events: none;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rt-portfolio-two-work-title {
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.rt-portfolio-two-work-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: grid;
}

.rt-bg-color-off {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  background-color: #ddd0;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-bg-color-off.w--current {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-color: #c8c8c800;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-portfolio-two-work-main {
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
}

.rt-portfolio-two-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rt-portfolio-two-work-tab-content {
  width: 100%;
  overflow: visible;
}

.rt-portfolio-two-work-tab {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.rt-portfolio-two-work-block {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.rt-portfolio-two-work-image-overlay {
  background-image: linear-gradient(#1e1f2080, #1e1f2080);
}

.rt-smallest-text {
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.rt-smallest-text.rt-change-uppercase {
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
  transition: color .4s;
}

.rt-smallest-text.rt-change-uppercase:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-background-dark {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.rt-autofit-3 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-autofit-3.rt-full-width-image {
  width: 100%;
  height: 100%;
}

.rt-autofit-3.rt-responsive-full-width-2 {
  width: 100%;
}

.rt-about-three-work-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-lightbox-link {
  width: 100%;
  height: 100%;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 0 15px 40px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-autofit-4 {
  object-fit: cover;
}

.rt-about-one-portfolio-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

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

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

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

@media screen and (min-width: 1920px) {
  .rt-component-container.rt-full-container {
    max-width: none;
  }

  .rt-overflow-off {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    border-bottom-color: #0000;
  }

  .main-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .project-wrapper:hover {
    transform: translate(0);
  }

  .social-wrapper {
    margin-left: 30%;
  }

  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }

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

  .nav-menu {
    background-color: #f5f5f5;
  }

  .container-3 {
    max-width: 728px;
  }

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

  .rt-portfolio-two-work-image {
    max-width: 100%;
  }

  .rt-portfolio-two-work-tab-content, .rt-portfolio-two-work-block {
    width: 100%;
  }

  .rt-about-one-portfolio-main {
    grid-template-columns: 1fr 1fr;
  }

  .rt-responsive-full-width-2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .logo-title {
    margin-top: 6px;
  }

  .logo-img {
    width: 50px;
  }

  .about-section {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .x-icon {
    margin-bottom: 21px;
  }

  .pricing {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grey-icon-wrapper {
    margin-bottom: 16px;
    padding: 34px 56px;
    display: inline-block;
  }

  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-slide.left-border {
    border-left-width: 0;
  }

  .icon-wrapper {
    height: 85px;
  }

  .icon-wrapper._2 {
    margin-top: 37px;
  }

  .social-wrapper {
    text-align: center;
    margin-left: 0%;
  }

  .form-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .menu-button {
    margin-top: 0;
  }

  .member {
    padding-bottom: 47px;
  }

  .grow-row {
    margin-bottom: 0;
  }

  .screenshot {
    width: 90%;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .rt-autofit {
    height: auto;
  }

  .rt-portfolio-two-card-wrap {
    grid-template-columns: 1fr;
  }

  .rt-autofit-3.rt-responsive-full-width-2 {
    height: auto;
  }

  .rt-about-three-work-main {
    flex-flow: column;
    display: flex;
  }

  .rt-autofit-4 {
    height: auto;
  }

  .rt-about-one-portfolio-main {
    grid-template-columns: 1fr;
  }

  .rt-responsive-full-width {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .main-heading {
    font-size: 34px;
    line-height: 38px;
  }

  .grey-icon-wrapper {
    display: block;
  }

  .form-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

  .rt-big-arrow.rt-mobile-display-off {
    display: none;
  }
}


