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

body {
  color: rgba(0, 0, 0, 0.74);
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

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

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
}

a {
  color: #bf3a30;
  text-decoration: none;
}

a:hover {
  color: #bf3a30;
  text-decoration: none;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #3b99d9;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

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

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  background-color: #fff;
  color: #000;
}

.button.white:hover {
  background-color: hsla(0, 0%, 100%, 0.77);
}

.button.black {
  background-color: #404047;
}

.button.black:hover {
  background-color: #1db0fc;
}

.button.black.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.full-width {
  display: block;
  width: 100%;
  background-color: #3b99d9;
}

.button.small {
  padding: 7px 12px;
  background-color: #3b99d9;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.button.small:hover {
  background-color: #2c74a4;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #bfbfbf;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #3b99d9;
}

.navigation-link {
  display: inline-block;
  margin-left: 43px;
  padding: 7px 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

.navigation-link:hover {
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #1d8efa;
  color: #fff;
  text-decoration: none;
}

.navigation-link.w--current {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

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

.navigation-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9999999;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #000;
  text-transform: uppercase;
}

.navigation-bar.dark {
  background-color: #5d5d5d;
}

.navigation-bar.top {
  margin-top: 58px;
  margin-bottom: 124px;
  border-radius: 5px;
  background-color: #fff;
}

.navigation-menu {
  margin-top: 3px;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -99px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 33px;
  line-height: 36px;
  font-style: normal;
  font-weight: 500;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

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

.brand-link.left-spacing {
  margin-left: 15px;
  color: #fff;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  position: relative;
  padding-bottom: 63px;
  background-color: #fff;
}

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

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

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

.hero-slider {
  height: 400px;
  background-color: #5d5d5d;
  color: #fff;
}

.slide {
  padding-top: 126px;
  padding-right: 85px;
  padding-left: 85px;
}

.header-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 11px;
}

.call-to-action-section {
  padding-top: 44px;
  padding-bottom: 44px;
  background-color: #3b99d9;
  color: #fff;
}

.call-to-action-section.centered {
  text-align: center;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.call-to-action-heading.inline-block {
  display: inline-block;
  margin-right: 13px;
}

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

.white-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.fixed-image-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  padding-top: 0px;
  font-size: 9px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 20px;
  border: 2px solid #3b99d9;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #3b99d9;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

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

.hollow-button.white:hover {
  border-color: hsla(0, 0%, 100%, 0.64);
  color: hsla(0, 0%, 100%, 0.72);
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  text-align: center;
}

.main-container {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.form-label {
  margin-bottom: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

.section-subheading.center {
  font-size: 20px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  float: left;
}

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

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.round-image {
  border-radius: 100px;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #000;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-button:hover {
  opacity: 0.7;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  margin-right: 2px;
  margin-left: 2px;
  padding: 3px;
  opacity: 0.87;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 0.3;
}

.profile-image {
  margin-bottom: 15px;
  border-radius: 100px;
}

.hero-with-nav {
  background-color: #d4d4d4;
}

.footer {
  max-width: 100%;
  padding-top: 48px;
  padding-bottom: 55px;
  background-color: #000;
  text-align: center;
}

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

.float-right {
  float: right;
}

.footer-text {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #5d5d5d;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #3b99d9;
  text-decoration: none;
}

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

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
  border-left: 3px solid rgba(0, 0, 0, 0.2);
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #8f8f8f;
  text-decoration: none;
}

.grid-image {
  margin-bottom: 19px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  color: rgba(0, 0, 0, 0.74);
  text-decoration: none;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  padding: 6px;
  float: left;
  color: #919191;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #d4d4d4;
}

.nav-link {
  display: block;
  padding: 7px 0px;
  text-align: center;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.content {
  overflow: hidden;
  width: 80%;
  float: left;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

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

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.content-wrapper {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.photo-block {
  height: 272px;
  margin-bottom: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-link-block {
  width: 100%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #333;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.photo-link-block:hover {
  opacity: 0.8;
  color: #333;
  text-decoration: none;
}

.photo-title {
  margin-bottom: 25px;
  text-transform: uppercase;
}

.photo-content {
  font-size: 14px;
  line-height: 24px;
}

.blog-title {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
}

.byline {
  margin-bottom: 20px;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.blog-content {
  margin-top: 40px;
}

.sidebar-title {
  margin-bottom: 29px;
}

.blog-link {
  display: block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  text-decoration: none;
}

.blog-link:hover {
  text-decoration: none;
}

.sidebar-divider {
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #ccc;
}

.blog-post-wrapper {
  padding-right: 40px;
}

.about-photo {
  padding-right: 30px;
}

.title {
  margin-top: 13px;
  margin-bottom: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.photo-page-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.photo-page-title.center {
  text-align: center;
}

.photo-info-text {
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  color: #969696;
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
}

.photo-text {
  margin-top: 40px;
}

.photo-info-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 47px;
  margin-left: auto;
  padding-bottom: 81px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
}

.gallery-wrapper {
  margin-top: 56px;
}

.blog-list-item {
  min-height: 100px;
}

.blog-info-text {
  color: silver;
  font-size: 12px;
  text-transform: uppercase;
}

.small-blog-title {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.small-blog-link {
  margin-bottom: 21px;
  color: #333;
}

.small-blog-link:hover {
  text-decoration: none;
}

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

.photo-row {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}

.description-text {
  margin-bottom: 23px;
}

.text-block {
  padding-bottom: 28px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.text-span {
  width: auto;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  font-style: normal;
}

.columns {
  padding-bottom: 0px;
  background-color: #fff;
}

.text-block-2 {
  display: block;
  margin-right: -208px;
  margin-left: -135px;
  padding: 51px 0px 12px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  line-height: 55px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -2px;
}

.text-block-3 {
  margin-right: -197px;
  margin-left: -130px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #1d8efa;
  font-size: 30px;
  font-weight: 600;
}

.image {
  position: absolute;
  width: 100%;
  margin-top: 19px;
  margin-left: 208px;
  padding-left: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block {
  margin-top: -11px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 10px;
}

.div-block-2 {
  margin-bottom: 0px;
  padding-top: 0px;
}

.bold-text {
  margin-right: 67px;
  padding-right: 0px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 32px;
}

.section-2 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1d8efa;
  color: #1d8efa;
}

.text-block-4 {
  margin-top: 165px;
  margin-bottom: 20px;
  margin-left: -130px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}

.text-block-5 {
  margin-left: -130px;
  padding-top: 10px;
  padding-bottom: 0px;
  clear: left;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
}

.bold-text-2 {
  font-family: Roboto, sans-serif;
  font-size: 80%;
  line-height: 45px;
}

.div-block-3 {
  margin-bottom: 1000px;
  padding-top: 0px;
}

.column {
  margin-bottom: 111px;
  background-color: #1d8efa;
}

.column-2 {
  padding-bottom: 125px;
  background-color: #1d8efa;
}

.text-block-6 {
  margin-left: -130px;
  padding-top: 30px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 500;
}

.text-block-7 {
  margin-left: -130px;
  padding-bottom: 0px;
  background-color: #1d8efa;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.text-block-8 {
  margin-left: -150px;
  padding-top: 30px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 500;
}

.text-block-9 {
  margin-left: -150px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
}

.text-block-10 {
  margin-left: -130px;
  padding-top: 30px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 500;
}

.heading {
  margin-left: -130px;
  padding-top: 60px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 30px;
}

.paragraph {
  margin-right: 89px;
  margin-left: -130px;
  padding-bottom: 30px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}

.div-block-4 {
  margin-right: 76px;
  margin-left: -130px;
  padding-top: 21px;
  padding-bottom: 16px;
  border-top: 2px solid #000;
}

.columns-2 {
  background-color: #1d8efa;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}

.centered-container {
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  padding-right: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-2 {
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-2 {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fbfbfb;
  font-family: Roboto, sans-serif;
  color: #1d8efa;
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

.text-block-11 {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 60px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #879898;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.image-2 {
  position: static;
  display: inline-block;
  width: 100%;
  height: 100.053174%;
  max-height: 100.053174%;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.image-3 {
  width: 400px;
  max-width: 400px;
  margin-bottom: 125px;
  margin-left: -652px;
  float: none;
}

.text-span-2 {
  color: rgba(0, 0, 0, 0.74);
  font-size: 55px;
  text-align: center;
}

.button-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: -10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-2:hover {
  background-color: #1275cc;
  color: #3b99d9;
}

.button-3 {
  position: absolute;
  margin-top: 547px;
  margin-bottom: 0px;
  margin-left: -596px;
  padding-right: 100px;
  padding-left: 100px;
}

.container {
  padding-top: 0px;
}

.paragraph-3 {
  padding-top: 200px;
  padding-bottom: 6px;
  background-color: #fbfbfb;
  font-family: Roboto, sans-serif;
  color: #879898;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

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

.section-4 {
  background-color: #f3f3f3;
}

.text-block-12 {
  margin-left: 0px;
  padding-top: 100px;
  padding-bottom: 15px;
  border-top: 0px solid #bec3c7;
  border-bottom-style: none;
  border-bottom-color: #000;
  background-color: #fbfbfb;
  font-family: Roboto, sans-serif;
  color: #879898;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.image-4 {
  position: static;
  width: 70%;
  max-width: 70%;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #fbfbfb;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-5 {
  width: 70%;
  height: auto;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 57px 0px 0px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-5 {
  margin-top: 140px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d8efa;
}

.text-block-13 {
  margin-top: 0px;
  padding-top: 40px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.text-block-14 {
  padding-top: 70px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 100px;
  font-weight: 500;
  text-align: center;
}

.text-block-15 {
  padding-top: 31px;
  padding-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 70px;
  font-weight: 500;
  text-align: center;
}

.text-block-15:hover {
  color: #fff;
}

.columns-3 {
  margin-left: 0%;
}

.container-2 {
  margin-right: auto;
  margin-left: auto;
}

.container-3 {
  padding-bottom: 40px;
}

.column-5 {
  padding-bottom: 151px;
}

.container-4 {
  padding-bottom: 40px;
  padding-left: 0px;
  border-bottom: 0px solid #ecf0f1;
  background-color: #fbfbfb;
}

.text-span-3 {
  color: #404047;
}

.link-2 {
  color: rgba(0, 0, 0, 0.74);
}

.link-2:hover {
  color: #fff;
}

.link-3 {
  color: #fff;
}

.link-3:hover {
  color: hsla(0, 0%, 100%, 0.3);
}

.text-block-16 {
  padding-top: 86px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}

.text-span-4 {
  color: #333;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.section-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.div-block-7 {
  padding-bottom: 35px;
}

.div-block-8 {
  padding-bottom: 35px;
  background-color: #fbfbfb;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fbfbfb;
}

.div-block-9 {
  padding-top: 200px;
  background-color: #fbfbfb;
}

.div-block-10 {
  background-color: #1d8efa;
}

.div-block-11 {
  margin-bottom: 0px;
  padding-bottom: 100px;
  background-color: #1d8efa;
}

.heading-3 {
  padding-top: 10px;
  background-color: #fbfbfb;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.bold-text-3 {
  font-weight: 500;
  letter-spacing: 0px;
}

.image-6 {
  width: 100%;
  padding-bottom: 40px;
  background-color: #fbfbfb;
}

.section-13 {
  background-color: #fbfbfb;
}

.image-7 {
  background-color: #fbfbfb;
}

.body {
  background-color: #fbfbfb;
}

.section-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-8 {
  width: 100%;
  max-width: 100%;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.div-block-12 {
  padding-bottom: 60px;
}

.div-block-13 {
  padding-bottom: 100px;
}

.container-5 {
  margin-right: 0px;
  margin-left: 0px;
}

.text-span-5 {
  width: auto;
  margin-left: -33px;
  font-family: Roboto, sans-serif;
  font-style: normal;
}

.navigation-menu-2 {
  margin-top: 3px;
  margin-right: -222px;
  -webkit-transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: -webkit-box-flex 200ms ease, -webkit-flex 200ms ease;
  transition: flex 200ms ease;
  transition: flex 200ms ease, -webkit-box-flex 200ms ease, -webkit-flex 200ms ease, -ms-flex 200ms ease;
  font-size: 20px;
}

.navigation-link-2 {
  display: inline-block;
  margin-left: 40px;
  padding: 7px 0px;
  -webkit-transition: opacity 15ms ease;
  transition: opacity 15ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

.navigation-link-2:hover {
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #1d8efa;
  color: #fff;
  text-decoration: none;
}

.navigation-link-2.w--current {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
}

.text-block-17 {
  width: 80%;
  max-width: 80%;
  margin-right: 140px;
  margin-left: 140px;
  padding-top: 18px;
  clear: left;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.paragraph-4 {
  padding-top: 30px;
  padding-right: 220px;
  padding-left: 220px;
  font-size: 30px;
  text-align: center;
}

.bold-text-4 {
  color: #1d8efa;
  font-size: 25px;
  line-height: 32px;
}

.div-block-14 {
  padding-bottom: 74px;
}

.text-block-18 {
  margin-right: 89px;
  margin-left: -35px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.text-block-19 {
  margin-right: 100px;
  margin-left: 140px;
  padding-top: 25px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}

.text-block-19:hover {
  color: #404047;
}

.bold-text-5 {
  font-weight: 500;
}

.bold-text-6 {
  font-size: 25px;
  line-height: 35px;
}

.text-block-20 {
  margin-top: 16px;
  margin-left: 140px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 90px;
  font-weight: 500;
  text-align: left;
}

.bold-text-7 {
  margin-left: -10px;
  color: #1d8efa;
  text-align: left;
}

.text-block-21 {
  margin-right: 240px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
}

.bold-text-8 {
  color: #1d8efa;
  font-size: 90px;
}

.text-block-22 {
  margin-right: 100px;
  margin-left: -60px;
  padding-top: 25px;
  padding-right: 0px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

.columns-5 {
  padding-left: 0px;
}

.columns-6 {
  margin-left: auto;
  padding-left: 0px;
}

.text-block-23 {
  margin-top: 16px;
}

.columns-7 {
  padding-top: 60px;
}

.image-9 {
  width: 51%;
  margin-right: 100px;
  margin-left: 140px;
  padding-top: 57px;
}

.text-block-24 {
  margin-right: 90px;
  margin-left: -60px;
  padding-top: 25px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}

.link-4 {
  color: #1d8efa;
}

.link-4:hover {
  color: #404047;
}

.link-5 {
  color: #1d8efa;
}

.link-5:hover {
  color: rgba(0, 0, 0, 0.74);
}

.columns-8 {
  padding-bottom: 90px;
}

.bold-text-9 {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: -1.5px;
}

.container-6 {
  margin-right: auto;
  margin-left: auto;
}

.gallery-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.centered-container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.grid {
  margin-right: 100px;
  margin-left: 140px;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-template-areas: "Area";
}

.image-10 {
  display: inline-block;
  width: auto;
  height: 100%;
}

.image-11 {
  width: 75%;
  height: auto;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-15 {
  height: auto;
}

.slider {
  position: relative;
}

.image-12 {
  position: static;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-16 {
  position: static;
  display: inline-block;
  overflow: visible;
  width: 100%;
  height: 1000px;
  margin-bottom: 0px;
  padding-top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-7 {
  height: auto;
}

.container-8 {
  margin-top: 60px;
  padding-left: 0px;
}

.column-15 {
  padding-left: 25px;
}

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

.container-9 {
  margin-top: 0px;
}

.section-20 {
  padding-right: 300px;
  padding-left: 300px;
}

.text-block-18-copy {
  margin-right: 89px;
  margin-left: -35px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.text-block-23-copy {
  margin-top: 16px;
}

.text-block-21-copy {
  margin-right: 240px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
}

.text-block-24-copy {
  margin-right: 90px;
  margin-left: -60px;
  padding-top: 25px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}

.text-block-22-copy {
  margin-right: 100px;
  margin-left: -60px;
  padding-top: 25px;
  padding-right: 0px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}

.bold-text-5-copy {
  font-weight: 500;
}

.footer-copy {
  max-width: 100%;
  padding-top: 48px;
  padding-bottom: 55px;
  background-color: #000;
  text-align: center;
}

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

.text-block-copy {
  padding-bottom: 28px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-2 {
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 150px;
  padding-left: 150px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #000;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-link-2 {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

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

.gallery-3 {
  display: block;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Roboto, sans-serif;
}

.heading-4 {
  text-align: left;
}

.heading-4-copy {
  font-size: 30px;
  line-height: 35px;
  text-align: left;
}

.heading-4-copy-copy {
  color: #5d5d5d;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}

.columns-11 {
  padding-top: 20px;
  line-height: 100%;
}

.video {
  margin-top: 40px;
  padding-bottom: 100px;
  padding-left: 100px;
}

.gallery-thumbnail-copy {
  width: 100%;
  height: 100%;
  padding-right: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-16 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.container-10 {
  padding-bottom: 40px;
}

.heading-2-copy {
  margin-bottom: 0px;
  padding-top: 140px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.section-6-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-17 {
  padding-bottom: 20px;
}

.div-block-18 {
  padding-top: 60px;
  padding-bottom: 140px;
}

.section-21 {
  margin-top: -20px;
  padding-top: 0px;
  padding-bottom: 60px;
}

.section-22 {
  font-size: 0px;
}

.div-block-19 {
  position: absolute;
  width: 0px;
  height: 0px;
}

.heading-copy {
  margin-left: -130px;
  padding-top: 60px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 30px;
}

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

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000004, 0.6000000000000004);
  -ms-transform: scale(0.6000000000000004, 0.6000000000000004);
  transform: scale(0.6000000000000004, 0.6000000000000004);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    padding: 9px 0px;
    color: #ecf0f1;
    text-align: center;
  }

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

  .hamburger-button {
    padding: 7px;
  }

  .hamburger-button.w--open {
    background-color: #000;
  }

  .hamburger-button.left {
    float: left;
  }

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

  .navigation-menu {
    margin-top: 0px;
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #000;
  }

  .section {
    padding-bottom: 0px;
  }

  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }

  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }

  .content {
    width: 100%;
    height: auto;
  }

  .photo-block {
    height: 222px;
  }

  .text-span {
    font-size: 30px;
  }

  .text-block-2 {
    margin-right: -208px;
    margin-left: 0px;
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 10px;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1px;
  }

  .text-block-3 {
    margin-right: -180px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 10px;
    font-size: 15px;
  }

  .bold-text {
    margin-right: 3px;
    font-size: 15px;
    line-height: 17px;
  }

  .text-block-4 {
    margin-left: auto;
    padding-left: 22px;
  }

  .text-block-5 {
    margin-left: auto;
    padding-left: 22px;
  }

  .bold-text-2 {
    font-size: 80%;
    line-height: 30px;
  }

  .text-block-7 {
    padding-right: 37px;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .heading-2 {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-2 {
    margin-right: 10%;
    margin-left: 10%;
  }

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

  .column-3 {
    padding-bottom: 35px;
  }

  .columns-4 {
    font-size: 12px;
  }

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

  .text-span-5 {
    font-size: 30px;
  }

  .navigation-menu-2 {
    margin-top: 0px;
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #000;
  }

  .navigation-link-2 {
    padding: 9px 0px;
    color: #ecf0f1;
    text-align: center;
  }

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

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-2-copy {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    z-index: 1000;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hamburger-button {
    padding: 10px;
  }

  .brand-text {
    margin-top: 5px;
  }

  .brand-link.on-top {
    float: left;
  }

  .brand-link.left-spacing {
    padding-left: 0px;
  }

  .footer {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .photo-block {
    display: block;
    width: 400px;
    height: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .about-photo {
    margin-bottom: 32px;
    padding-right: 0px;
  }

  .blog-list-item {
    margin-bottom: 26px;
  }

  .blog-info-text {
    margin-bottom: 7px;
  }

  .small-list {
    margin-top: 56px;
    text-align: center;
  }

  .blog-title-wrapper {
    text-align: center;
  }

  .text-block-2 {
    margin-right: 18px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .gallery-2 {
    padding: 40px 20px;
  }

  .footer-copy {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .gallery-3 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-bar {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
  }

  .hamburger-button {
    color: #fff;
  }

  .brand-text {
    padding-left: 10px;
  }

  .photo-block {
    width: 100%;
    height: 230px;
  }

  .photo-link-block {
    margin-bottom: 0px;
  }

  .photo-row {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .text-span {
    font-size: 27px;
  }

  .text-block-2 {
    margin-right: 38px;
    margin-left: 10px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: -0.5px;
  }

  .text-block-3 {
    margin-right: 20px;
    margin-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 0px;
    line-height: 18px;
  }

  .image {
    width: 80%;
    max-width: 80%;
    margin-top: 0px;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block {
    margin-top: -136px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Roboto, sans-serif;
  }

  .bold-text {
    margin-right: 27px;
    font-size: 15px;
    line-height: 18px;
  }

  .section-2 {
    margin-top: 23px;
  }

  .text-block-4 {
    margin-top: 140px;
    margin-left: 20px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .text-block-5 {
    margin-top: -11px;
    margin-left: 20px;
    padding-left: 0px;
    font-family: Roboto, sans-serif;
    font-size: 25px;
    letter-spacing: 1px;
  }

  .bold-text-2 {
    font-weight: 500;
  }

  .column {
    margin-top: 187px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .column-2 {
    padding-bottom: 0px;
  }

  .text-block-10 {
    padding-top: 0px;
  }

  .heading {
    margin-right: 40px;
    margin-left: 20px;
    padding-top: 0px;
    font-size: 18px;
  }

  .paragraph {
    margin-right: 40px;
    margin-left: 20px;
    font-size: 13px;
    line-height: 18px;
  }

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

  .columns-2 {
    margin-top: 0px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .gallery-thumbnail {
    padding-top: 10px;
  }

  .heading-2 {
    margin-right: 15%;
    margin-left: 15%;
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 18px;
  }

  .paragraph-2 {
    margin-top: -20px;
    padding-bottom: 40px;
    font-size: 15px;
    line-height: 18px;
  }

  .text-block-11 {
    margin-right: 15%;
    margin-left: 15%;
    padding-top: 0px;
    font-size: 15px;
    line-height: 18px;
  }

  .image-2 {
    margin-top: -30px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .text-span-2 {
    font-size: 15px;
    line-height: 15px;
  }

  .button-2 {
    left: 0px;
    right: 0px;
    width: 100%;
    margin-top: -2px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
  }

  .paragraph-3 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
  }

  .text-block-12 {
    margin-right: 10%;
    margin-left: 10%;
    padding-top: 60px;
    font-size: 15px;
    line-height: 18px;
  }

  .image-5 {
    padding-top: 0px;
  }

  .section-5 {
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .text-block-14 {
    padding-top: 10px;
  }

  .text-block-15 {
    padding-top: 10px;
    padding-bottom: 60px;
    font-size: 25px;
  }

  .column-3 {
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
    font-size: 17px;
  }

  .container-3 {
    padding-bottom: 0px;
  }

  .container-4 {
    padding-bottom: 0px;
  }

  .text-block-16 {
    padding-top: 20px;
  }

  .div-block-9 {
    padding-top: 140px;
  }

  .heading-3 {
    margin-top: -10px;
    padding-top: 0px;
    font-size: 15px;
    line-height: 18px;
  }

  .section-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -39px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

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

  .text-span-5 {
    margin-left: 110px;
    font-size: 24px;
  }

  .navigation-menu-2 {
    width: 100%;
    margin-right: 0px;
    padding-right: 13px;
    text-align: left;
    text-decoration: none;
  }

  .text-block-17 {
    margin-right: 10%;
    margin-left: 10%;
    font-size: 15px;
    line-height: 18px;
  }

  .paragraph-4 {
    padding-right: 20px;
    padding-left: 20px;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 18px;
  }

  .bold-text-4 {
    margin-left: 10px;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
  }

  .text-block-18 {
    margin-top: 40px;
    margin-right: 40px;
    margin-left: 0px;
  }

  .text-block-19 {
    margin-right: 85px;
    margin-left: 20px;
    font-size: 12px;
    line-height: 15px;
  }

  .bold-text-5 {
    margin-right: 40px;
    margin-left: auto;
    font-size: 20px;
    line-height: 20px;
  }

  .bold-text-6 {
    font-size: 15px;
    line-height: 18px;
  }

  .text-block-20 {
    margin-left: 10px;
  }

  .bold-text-7 {
    font-weight: 500;
  }

  .text-block-21 {
    margin-top: 11px;
    margin-right: 100%;
    margin-left: -80px;
    font-size: 12px;
    line-height: 25px;
  }

  .bold-text-8 {
    margin-left: -90px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-align: center;
  }

  .text-block-22 {
    margin-right: 225px;
    margin-left: -80px;
    font-size: 12px;
    line-height: 15px;
  }

  .columns-5 {
    margin-left: 10%;
  }

  .image-9 {
    width: 55%;
    margin-top: -120px;
    margin-right: 0px;
    margin-left: 20px;
    padding-top: 0px;
  }

  .text-block-24 {
    margin-right: 0px;
    margin-left: -80px;
    padding-right: 0px;
    font-size: 12px;
    line-height: 15px;
  }

  .bold-text-9 {
    font-size: 25px;
    line-height: 28px;
    letter-spacing: -1px;
  }

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

  .centered-container-2 {
    text-align: left;
  }

  .grid {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 75px;
    grid-auto-flow: row;
    grid-column-gap: 16px;
  }

  .icon {
    margin-top: -40px;
  }

  .column-10 {
    padding-bottom: 250px;
  }

  .section-17 {
    margin-left: 10px;
  }

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

  .column-11 {
    font-size: 15px;
    line-height: 18px;
  }

  .bold-text-11 {
    font-size: 25px;
    line-height: 28px;
  }

  .bold-text-12 {
    font-size: 25px;
    text-align: left;
  }

  .div-block-15 {
    margin-right: 10%;
    margin-left: 10%;
  }

  .columns-9 {
    margin-right: 5%;
    margin-left: 5%;
    padding-bottom: 0px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 15px;
  }

  .column-12 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    line-height: 15px;
  }

  .section-18 {
    margin-top: 0px;
  }

  .column-13 {
    position: absolute;
    font-family: Roboto, sans-serif;
  }

  .section-19 {
    margin-top: -2px;
    margin-right: 5%;
    margin-left: 5%;
  }

  .column-14 {
    font-family: Roboto, sans-serif;
  }

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

  .text-block-18-copy {
    margin-top: 40px;
    margin-right: 90px;
    margin-left: -5px;
    line-height: 25px;
  }

  .column-16 {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-column-count: auto;
    column-count: auto;
  }

  .column-17 {
    padding-left: 0px;
  }

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

  .text-block-23-copy {
    margin-top: 80px;
    margin-left: -152px;
  }

  .text-block-21-copy {
    margin-top: 11px;
    margin-right: 0px;
    margin-left: -228px;
    font-size: 12px;
    line-height: 25px;
  }

  .text-block-24-copy {
    margin-right: 20px;
    margin-left: -228px;
    padding-right: 0px;
    font-size: 12px;
    line-height: 15px;
  }

  .text-block-22-copy {
    margin-right: 10px;
    margin-left: -80px;
    font-size: 12px;
    line-height: 15px;
  }

  .bold-text-5-copy {
    margin-right: 10px;
    margin-left: auto;
    font-size: 20px;
    line-height: 20px;
  }

  .bold-text-13 {
    font-size: 45%;
    line-height: 65px;
    font-weight: 500;
  }

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

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

  .footer-copy {
    overflow: visible;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 0px;
  }

  .gallery-3 {
    margin-top: 30px;
  }

  .heading-4-copy-copy {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .gallery-thumbnail-copy {
    margin-top: -10px;
    padding-top: 0px;
  }

  .heading-2-copy {
    margin-top: 0px;
    margin-right: 15%;
    margin-left: 15%;
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 18px;
  }

  .section-6-copy {
    padding-bottom: 10px;
  }

  .div-block-18 {
    padding-top: 40px;
  }

  .container-11 {
    margin-top: 30px;
  }

  .container-12 {
    padding-bottom: 20px;
  }

  .heading-copy {
    margin-top: -5px;
    margin-right: 40px;
    margin-left: 20px;
    padding-top: 0px;
    font-size: 18px;
  }

  .div-block-20 {
    width: 0px;
    height: 0px;
    margin-top: -70px;
  }

  .section-23 {
    padding-bottom: 40px;
  }

  .div-block-21 {
    width: 0px;
    height: 0px;
  }

  .container-13 {
    padding-bottom: 0px;
  }

  .div-block-22 {
    width: 0px;
    height: 0px;
    padding-bottom: 40px;
  }

  .div-block-23 {
    margin-bottom: 0px;
    padding-top: 140px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .div-block-24 {
    margin-top: 60px;
    padding-top: 100px;
  }
}

