body {
  font-family: 'Ubuntu Custom', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.page-wrapper {
  font-family: 'Ubuntu Custom', sans-serif;
}

.button {
  padding: 16px 32px;
  border-radius: 10px;
  background-color: #02676b;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.button:hover {
  background-color: #025c5f;
}

.button.button-mobile {
  margin-right: 16px;
  margin-left: 16px;
  padding: 14px 24px;
  border-radius: 3px;
  background-color: #bd8e5f;
  color: #fff;
  font-weight: 500;
}

.nav-menu-green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -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;
  color: #3f0a3d;
}

.navigation-container-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: auto;
  margin-right: 6%;
  margin-left: 6%;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  margin-right: 20px;
  padding: 12px;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 11px 11px 25px 0 rgba(9, 7, 37, 0.06);
  font-weight: 400;
}

.nav-link-plain {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #575656;
  font-size: 16px;
  font-weight: 500;
}

.nav-link-plain:hover {
  color: #bd8e5f;
}

.nav-link-plain.w--current {
  color: #bd8e5f;
}

.logo {
  width: 200px;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100vh;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/pexels-pixabay-258160.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/pexels-pixabay-258160.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.heading {
  margin-bottom: 10px;
  outline-color: #fff;
  outline-offset: 15px;
  outline-style: none;
  outline-width: 3px;
  color: #fff;
  font-size: 58px;
  line-height: 64px;
  text-shadow: 6px 0 20px rgba(0, 0, 0, 0.7);
}

.text-block {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: 5px 0 20px rgba(0, 0, 0, 0.5);
}

.button-2 {
  margin-top: 10px;
  padding: 14px 24px;
  border-radius: 3px;
  background-color: #bd8e5f;
  font-weight: 500;
}

.section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100vh;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2 {
  color: #575656;
}

.paragraph {
  max-width: 1100px;
  color: #575656;
  font-size: 22px;
  line-height: 28px;
}

.text-span {
  color: #bd8e5f;
}

.div-block-8 {
  width: 100%;
  height: 50vh;
  margin-top: 50px;
  background-image: url('../images/pexels-burak-kebapci-1098982.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px -3px #000;
}

.section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100vh;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/background-squares.svg');
  background-position: 95% 85%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.div-block-13 {
  width: 100%;
  height: 20vh;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 1% 6%;
  background-color: #fff;
  box-shadow: 0 0 5px -3px #000;
}

.heading-7 {
  color: #575656;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 4px;
}

.paragraph-2 {
  font-size: 22px;
  line-height: 28px;
}

.section-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  max-height: 50vh;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #bd8e5f;
}

.heading-8 {
  color: #fff;
}

.paragraph-3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
}

.image-10 {
  width: 25px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  margin-left: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

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

.logo-wrapper-f10 {
  margin-bottom: 20px;
}

.link-f10 {
  padding-right: 12px;
  padding-left: 12px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #575656;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.link-f10:hover {
  color: #bd8e5f;
}

.bottom-wrapper-f10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-wrapper-f10 {
  margin-bottom: 20px;
}

.copyright-f10 {
  color: #575656;
}

.footer-f10 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0px auto 20px;
  padding: 60px 6%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: none;
}

.top-wrapper-f10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #e9e9e9;
}

.link-2 {
  color: #575656;
}

.section-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 150px;
  padding-right: 6%;
  padding-bottom: 100px;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  color: #575656;
}

.html-embed {
  color: #575656;
}

.body {
  font-family: 'Ubuntu Custom', sans-serif;
}

@media screen and (max-width: 991px) {
  .menu-button-green {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(189, 142, 95, 0.3);
    color: #bd8e5f;
  }

  .menu-button-green.w--open {
    border-color: #bd8e5f;
    background-color: #fff;
  }

  .button.button-mobile {
    display: none;
  }

  .nav-menu-green {
    height: auto;
    background-color: #fff;
    color: #fff;
  }

  .navigation-container-full {
    position: relative;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand {
    margin-right: 10px;
    padding: 0px;
  }

  .nav-link-plain {
    width: 100%;
    color: #575656;
  }

  .nav-link-plain:hover {
    color: #bd8e5f;
  }

  .section {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .text-block {
    max-width: none;
    font-size: 24px;
    line-height: 30px;
  }

  .icon {
    color: #bd8e5f;
  }

  .heading-7 {
    font-size: 26px;
    line-height: 36px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .footer {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .menu-button-green {
    border-color: rgba(189, 142, 95, 0.3);
  }

  .section {
    padding-right: 6%;
    padding-left: 6%;
  }

  .heading {
    font-size: 34px;
    line-height: 40px;
  }

  .text-block {
    max-width: 500px;
    font-size: 18px;
    line-height: 24px;
  }

  .icon {
    color: #bd8e5f;
  }

  .section-2 {
    height: auto;
    max-height: none;
  }

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

  .heading-7 {
    font-size: 24px;
    line-height: 34px;
  }

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

  .link-f10 {
    margin-bottom: 10px;
  }

  .link-wrapper-f10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
  }

  .top-left-wrapper-f10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer-f10 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .menu-button-green.w--open {
    border-color: #bd8e5f;
    background-color: transparent;
  }

  .nav-menu-green {
    background-color: #fff;
  }

  .nav-link-plain {
    border: 1px none #bd8e5f;
    color: #575656;
  }

  .nav-link-plain:hover {
    color: #bd8e5f;
  }

  .logo {
    width: 180px;
  }

  .section {
    background-position: 50% 50%;
  }

  .heading {
    font-size: 34px;
    line-height: 40px;
    text-align: left;
  }

  .text-block {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 34px;
  }

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

  .heading-7 {
    font-size: 22px;
    line-height: 28px;
  }

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

  .heading-8 {
    font-size: 22px;
    line-height: 28px;
  }

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

  .text-block-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .link {
    font-size: 14px;
    line-height: 18px;
  }

  .logo-wrapper-f10 {
    margin-bottom: 0px;
  }

  .link-f10 {
    padding-right: 20px;
    padding-left: 0px;
  }

  .bottom-wrapper-f10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .link-wrapper-f10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-left-wrapper-f10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer-f10 {
    width: 100%;
  }

  .footer {
    width: 100%;
    border-radius: 0px;
  }

  .top-wrapper-f10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-5 {
    height: auto;
    margin-top: 150px;
  }
}

@font-face {
  font-family: 'Ubuntu Custom';
  src: url('../fonts/Ubuntu-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu Custom';
  src: url('../fonts/Ubuntu-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu Custom';
  src: url('../fonts/Ubuntu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu Custom';
  src: url('../fonts/Ubuntu-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu Custom';
  src: url('../fonts/Ubuntu-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu Custom';
  src: url('../fonts/Ubuntu-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu Custom';
  src: url('../fonts/Ubuntu-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu Custom';
  src: url('../fonts/Ubuntu-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}