@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  outline: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background-color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5b6264;
  line-height: 1.5;
}

a {
  color: #f47654;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: #f15024;
}

img {
  max-width: 100%;
}

h1, h2, h3, .h1, .h2, .h3 {
  margin: 20px 0;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  color: #151E22;
  line-height: 1.2;
}
h1:first-child, h2:first-child, h3:first-child, .h1:first-child, .h2:first-child, .h3:first-child {
  margin-top: 0;
}
h1 img, h2 img, h3 img, .h1 img, .h2 img, .h3 img {
  display: inline-block;
  vertical-align: bottom;
}

h1, .h1 {
  font-size: 60px;
}

h2, .h2 {
  font-size: 46px;
}

h3, .h3 {
  font-size: 32px;
}

p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

ul.unstyled, ol.unstyled {
  margin: 1rem 0;
  padding: 0;
}
ul.unstyled li, ol.unstyled li {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
}
ul.unstyled li::before, ol.unstyled li::before {
  content: "•";
  margin-right: 10px;
  color: #151E22;
}

ol.unstyled {
  counter-reset: li;
}
ol.unstyled li {
  counter-increment: li;
}
ol.unstyled li::before {
  content: counter(li) ".";
}

.btn {
  height: 48px;
  padding: 0 20px;
  display: inline-block;
  background-color: #f47654;
  border: 0;
  border-radius: 0;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 48px;
  text-align: center;
}
.btn:hover {
  background-color: #f15024;
  color: #fff;
}
.btn-xl {
  height: 58px;
  padding: 0 38px;
  line-height: 58px;
}

.input {
  height: 48px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #9a9a9a;
  border-radius: 0;
  background-color: #fff;
}
.input:focus {
  border-color: #818181;
}
.input-container {
  margin-bottom: 30px;
}
.input-label {
  display: block;
  margin: 0 0 6px 0;
  font-size: 14px;
  color: #151E22;
}
.input-lg {
  height: 48px;
  padding: 0 20px;
}

textarea.input {
  height: initial;
  padding: 16px 20px;
}
textarea.input.input-lg {
  padding: 16px 20px;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.main {
  flex-grow: 1;
}

.container {
  width: 100%;
  max-width: 1330px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

.message-wrapper {
  width: 100%;
  max-width: 732px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 30px rgba(89, 89, 89, 0.1);
}

.my-xl {
  margin-top: 64px;
  margin-bottom: 64px;
}

.mt-xl {
  margin-top: 64px;
}

.mb-xl {
  margin-bottom: 64px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.mb-0 {
  margin-bottom: 0;
}

.text-xl {
  font-size: 24px;
}
.text-lg {
  font-size: 20px;
}
.text-md {
  font-size: 18px;
}
.text-center {
  text-align: center;
}
.text-alt {
  color: #f47654;
}
.text-muted {
  color: #bbbcbd;
}
.text-dark {
  color: #1D2022;
}

.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}

.font-alt {
  font-family: "Playfair Display", serif;
}

.logo {
  flex-shrink: 0;
}
.logo img {
  display: block;
}
.logo:hover {
  opacity: 0.75;
}

.header {
  background: linear-gradient(90deg, #1D2022 26.04%, rgba(29, 32, 34, 0) 50%);
}
.header-container {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-toggle {
  position: relative;
  width: 24px;
  height: 18px;
  margin-left: auto;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.nav-toggle span {
  width: 100%;
  height: 2px;
  display: block;
  border-radius: 4px;
  background-color: #fff;
  pointer-events: none;
}
.nav-toggle.toggled span {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  display: none;
  background-color: #fff;
  pointer-events: none;
  transform-origin: center;
}
.nav-toggle.toggled span:first-child {
  transform: rotate(45deg);
  display: block;
}
.nav-toggle.toggled span:last-child {
  transform: rotate(-45deg);
  display: block;
}
.nav ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.nav ul li {
  margin: 0 48px 0 0;
  padding: 0;
  list-style: none;
}
.nav ul li:last-child {
  margin-right: 0;
}
.nav ul li a {
  font-weight: 500;
  color: #1D2022;
}
.nav ul li a:hover {
  color: #f47654;
}
.nav ul li.active a {
  color: #f47654;
}

.intro {
  position: relative;
  min-height: 615px;
  display: flex;
  flex-direction: column;
  background: url(../images/intro-bg.png) no-repeat center;
  background-size: auto 100%;
}
.intro::before, .intro::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  content: "";
  display: block;
  z-index: -1;
}
.intro::before {
  left: 0;
  background-color: #1d2022;
}
.intro::after {
  right: 0;
  background: linear-gradient(180deg, #F2F3E8 63.94%, #D1D2C8 95.51%);
}
.intro-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}
.intro-text {
  width: 40%;
}
.intro-text h1 span {
  display: block;
  font-weight: 700;
}
.intro-text p {
  margin: 38px 0;
  font-size: 30px;
  font-weight: 300;
}

.about {
  padding: 70px 0;
}
.about-row {
  position: relative;
  display: flex;
}
.about-heading {
  width: 40%;
  flex-shrink: 0;
}
.about-heading h2 {
  margin: 0;
  font-weight: 700;
  display: flex;
  flex-direction: column;
}
.about-heading h2 span {
  align-self: center;
}
.about-heading h2 span:first-child {
  align-self: start;
}
.about-heading h2 span:last-child {
  align-self: end;
}
.about-content {
  position: relative;
  width: 60%;
  flex-grow: 1;
}
.about-image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translate(0, 55%);
}

.action {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #1D2022;
  color: #fff;
}
.action-row {
  display: flex;
  align-items: center;
}
.action-image {
  margin-right: 30px;
  flex-shrink: 0;
}
.action-content {
  flex-grow: 1;
}
.action-content h1, .action-content .h1, .action-content h2, .action-content .h2, .action-content h3, .action-content .h3 {
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 80px;
  color: #fff;
}
.action-item {
  position: relative;
  padding: 16px 0 20px 80px;
  border-top: 1px solid #343638;
}
.action-item:last-child {
  border-bottom: 1px solid #343638;
}
.action-item-num {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 28px;
  font-weight: 700;
  transform: translateY(-50%);
}

.special-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.special-content {
  max-width: 660px;
}
.special-content p {
  margin: 34px 0 48px;
}
.special-image {
  flex-shrink: 0;
}
.special-image img {
  display: block;
  margin: 0 auto;
}

.start {
  margin: 60px 0;
  text-align: center;
}
.start-heading {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}
.start-heading h2 {
  margin-bottom: 0;
}
.start-heading p {
  margin: 0;
}
.start-bottom {
  max-width: 690px;
  margin: 94px auto 0 auto;
}
.start-image {
  position: relative;
  margin: 48px auto 0 auto;
  display: inline-block;
}
.start-image img {
  display: block;
  margin: 0 auto;
}
.start-image-text {
  position: absolute;
  padding: 40px;
  max-width: 410px;
  box-sizing: border-box;
  text-align: left;
}
.start-image-text-1 {
  top: 46px;
  left: 0;
  transform: translateX(-50%);
  background-color: #151E22;
  color: #b9bbbd;
}
.start-image-text-2 {
  bottom: -58px;
  right: 0;
  transform: translateX(50%);
  background-color: #f0f0ef;
}

.form {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f0f0ef;
  overflow: hidden;
}
.form-row {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.form-content {
  max-width: 520px;
}
.form-image {
  position: absolute;
  z-index: -1;
  left: 40%;
  top: 50%;
  transform: translate(0, -50%);
}
.form-inputs {
  width: 520px;
  max-width: 100%;
}
.form-inputs .input {
  border: 0;
}
.form-inputs textarea {
  resize: none;
}
.form-inputs .btn {
  width: 100%;
}

.footer {
  background: #1d2022;
  color: #B9BBBD;
}
.footer a {
  color: #fff;
}
.footer-row {
  padding: 30px 0;
  display: flex;
  align-items: center;
}
.footer-row > * {
  margin-right: 120px;
}
.footer-row > *:last-child {
  margin: 0;
}
.footer-copyright {
  padding: 24px 0;
  border-top: 1px solid #343638;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .nav ul li {
    margin-right: 24px;
  }
  h1, .h1 {
    font-size: 48px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h1 img, h2 img, h3 img, .h1 img, .h2 img, .h3 img {
    display: none;
  }
  .intro-text p {
    font-size: 24px;
  }
  .action-image {
    max-width: 360px;
  }
  .special-image img {
    margin-right: -20px;
  }
}
@media screen and (max-width: 1023px) {
  .header {
    background: #1d2022;
    position: relative;
  }
  .nav {
    position: absolute;
    top: 120%;
    left: 20px;
    right: 20px;
    background-color: #1d2022;
    border-radius: 10px;
    padding: 14px 20px 10px 20px;
    z-index: -99;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.3s;
  }
  .nav ul {
    flex-direction: column;
  }
  .nav ul li {
    margin: 0 0 10px 0;
  }
  .nav ul li a {
    color: #fff;
  }
  .nav.toggled {
    z-index: 99;
    opacity: 1;
    transform: translateY(0);
  }
  .nav-toggle {
    display: flex;
  }
  .intro {
    min-height: 480px;
  }
  .intro-text {
    width: 50%;
  }
  .about-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .about-heading {
    width: 100%;
  }
  .about-heading h2 {
    display: block;
  }
  .about-content {
    width: 100%;
    margin: 48px 0 96px 0;
  }
  .about-image {
    left: 50%;
    transform: translate(-50%, 85%);
  }
  .action-row {
    flex-direction: column;
    align-items: center;
  }
  .action-image {
    order: 2;
    margin: 48px auto 0 auto;
  }
  .action-content {
    order: 1;
  }
  .special-row {
    flex-direction: column;
  }
  .special-content {
    width: 100%;
    max-width: initial;
    padding: 48px 0;
    text-align: center;
  }
  .start-image-text {
    position: static;
    transform: none;
    max-width: 629px;
    margin-top: 30px;
  }
  .start-bottom {
    margin-top: 30px;
  }
  .form {
    padding-bottom: 0;
  }
  .form-row {
    flex-direction: column;
    align-items: initial;
  }
  .form-content {
    margin-bottom: 48px;
  }
  .form-content, .form-inputs {
    width: auto;
    max-width: initial;
  }
  .form-image {
    position: static;
    transform: none;
    align-self: center;
    margin-bottom: -10px;
  }
  .footer-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-row > * {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h1, .h1 {
    font-size: 32px;
  }
  h2, .h2 {
    font-size: 20px;
  }
  h3, .h3 {
    font-size: 16px;
  }
  .my-xl {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .mt-xl {
    margin-top: 32px;
  }
  .mb-xl {
    margin-bottom: 32px;
  }
  .text-md {
    font-size: 16px;
  }
  .text-lg {
    font-size: 18px;
  }
  .intro-text {
    width: 60%;
    text-align: center;
  }
  .intro-text h1 span {
    display: inline-block;
  }
  .intro-text p {
    font-size: 20px;
  }
  .about {
    padding: 30px 0;
  }
  .about-content {
    margin-top: 24px;
    font-weight: 400 !important;
  }
  .about-image {
    width: 100%;
  }
  .action {
    padding: 30px 0;
  }
  .action-content h2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .action-item {
    padding-left: 0;
  }
  .action-item-num {
    position: static;
    transform: none;
  }
  .special-content {
    padding: 30px 0;
  }
  .special-content p {
    margin: 24px 0;
  }
  .special-image img {
    margin: 0;
  }
  .start {
    margin: 30px 0;
  }
  .start-image {
    margin-top: 24px;
  }
  .form {
    padding-top: 30px;
  }
  .form-content {
    margin-bottom: 24px;
  }
  .form-content p {
    font-size: 16px;
  }
}