@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}
*:focus {
  outline: 0;
}

::-moz-selection {
  background: #E56325;
  color: white;
}

::selection {
  background: #E56325;
  color: white;
}

body,
html {
  height: 100%;
  scroll-behavior: smooth;
}

html {
  width: 100vw;
  overflow-x: hidden;
  scroll-padding-top: 90px;
}

body {
  color: black;
  font-family: "roboto", Helvetica, Arial, sans-serif;
}
body.locked {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "roboto", Helvetica, Arial, sans-serif, sans-serif;
  font-weight: 400;
}

a:not(.button) {
  transition: color 0.25s ease 0s;
  color: #E56325;
}
a:not(.button).block-link {
  color: inherit;
  text-decoration: none;
}

p:empty,
li:empty {
  display: none;
}

img,
svg {
  max-width: 100%;
}

svg {
  width: 100%;
}

header a,
nav a,
footer a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
header li,
nav li,
footer li {
  list-style: none;
}
header .flex,
nav .flex,
footer .flex {
  justify-content: space-between;
}

header .flex {
  align-items: center;
}
@media (min-width: 1261px) {
  header .flex {
    min-height: 138px;
  }
}
@media (mac-width: 1260px) {
  header .flex {
    min-height: 80px;
  }
}

nav a {
  display: block;
}

section {
  z-index: 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section p,
section ul,
section ol {
  margin-bottom: 1rem;
}
section p:last-child,
section ul:last-child,
section ol:last-child {
  margin-bottom: 0;
}
section li {
  margin-left: 1em;
}
@media (max-width: 1260px) {
  section {
    border-top-width: 60px;
  }
}
@media (min-width: 641px) {
  section {
    padding: 120px 0;
  }
}
@media (max-width: 640px) {
  section {
    padding: 50px 0;
  }
}

.logo {
  padding: 10px 0;
}
@media (min-width: 1261px) {
  .logo img {
    width: 275px;
  }
}
@media (max-width: 1260px) {
  .logo img {
    width: 200px;
  }
}

.wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 1160px;
  max-width: calc(100% - 100px);
  min-width: 260px;
}
.wrapper .inner-wrapper {
  margin: 0 auto;
  width: 100%;
}
.wrapper.large {
  width: 1300px;
}
.wrapper.medium {
  width: 860px;
}
@media (max-width: 1260px) {
  .wrapper {
    max-width: calc(100% - 70px);
  }
}

.flex {
  justify-content: space-between;
}
.flex.all {
  display: flex;
}
.flex.center {
  align-items: center;
}
@media (min-width: 1025px) {
  .flex.lg {
    display: flex;
  }
  .flex.lg > div, .flex.lg > li, .flex.lg > a {
    margin-bottom: 0px;
  }
}
@media (min-width: 769px) {
  .flex.md {
    display: flex;
  }
  .flex.md > div, .flex.md > li, .flex.md > a {
    margin-bottom: 0px;
  }
}
.flex > div, .flex > li, .flex > a {
  display: block;
  margin: 0;
}

.button, .button-links a, a.button, li.button a, input[type=submit] {
  transition: all 0.25s ease 0s;
  display: inline-block;
  position: relative;
  min-width: auto;
  padding: 10px 25px 12px 25px;
  background-color: #E56325;
  border: 0px solid #E56325;
  border-radius: 10px 0;
  color: white;
  font-family: "roboto", Helvetica, Arial, sans-serif, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media (hover: hover) {
  .button:hover, .button-links a:hover, a.button:hover, li.button a:hover, input[type=submit]:hover {
    border-color: #E56325;
    background-color: #E56325;
    color: white;
  }
}

.block-link {
  display: block;
}
@media (hover: hover) {
  .block-link:hover .button, .block-link:hover .button-links a, .button-links .block-link:hover a {
    color: white;
  }
}

form li {
  margin-top: -24px;
  color: #E56325;
}
form label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
}
form input[type=text], form input[type=email], form input[type=tel], form textarea, form select {
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
  border: 1px solid #002169;
  background: #eee;
  font-family: "roboto", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 25px;
  font-weight: bold;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5019607843);
}
@media (max-width: 641px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }
}

h2 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #002169;
}
@media (max-width: 641px) {
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: -0.01em;
}
@media (max-width: 641px) {
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

.button, .button-links a, a.button, li.button a, input[type=submit] {
  background: #E56325 linear-gradient(42deg, #E56325 0%, #EE7623 100%) 0% 0% no-repeat;
}

header .flex {
  gap: 30px;
}
@media (max-width: 500px) {
  header .button, header .button-links a, .button-links header a {
    max-width: 110px;
    padding: 10px 12px;
    font-size: 15px;
  }
}

section p,
section li {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
}
@media (max-width: 641px) {
  section p,
  section li {
    font-size: 16px;
    line-height: 22px;
  }
}

#hero .text {
  color: white;
  background-color: transparent;
}
#hero .text p,
#hero .text li {
  color: white;
}
#hero .text h2 {
  color: white;
}
#hero .text h3 {
  color: white;
}
#hero .text a:not(.button) {
  color: white;
}
#hero .text .button, #hero .text .button-links a, .button-links #hero .text a {
  color: '.button, a.button, li.button a, input[type="submit"]';
}
#hero .form {
  padding: 44px 40px;
  border-radius: 35px 0px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1607843137);
  background: white;
}
#hero .form h3 {
  margin-bottom: 20px;
  color: #002169;
}
#hero.thank-you .image {
  max-width: 440px;
}
#hero.thank-you .button, #hero.thank-you .button-links a, .button-links #hero.thank-you a {
  padding: 15px 25px 17px 25px;
  margin-top: 40px;
}
@media (min-width: 769px) {
  #hero .text {
    width: 50%;
  }
  #hero .form {
    width: 40%;
  }
  #hero.thank-you {
    padding: 0;
  }
  #hero.thank-you h1 {
    margin-bottom: 40px;
    font-size: 70px;
  }
  #hero.thank-you .flex {
    align-items: center;
    min-height: calc(100vh - 248px);
  }
  #hero.thank-you .flex > div {
    margin-top: -50px;
  }
  #hero.thank-you .text {
    width: 60%;
    max-width: 574px;
  }
  #hero.thank-you .image {
    width: 35%;
  }
}
@media (max-width: 768px) {
  #hero .text {
    margin-bottom: 30px;
  }
}

#placeholder h3 {
  color: #E56325;
}
#placeholder ul {
  list-style: none;
}
#placeholder ul li::before {
  content: "•";
  color: #E56325;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#placeholder li {
  margin: 0.8em 1em;
}
@media (min-width: 769px) {
  #placeholder .image {
    width: 47%;
  }
  #placeholder .text {
    width: 47%;
  }
}
@media (max-width: 768px) {
  #placeholder .image {
    margin-bottom: 30px;
  }
}

footer {
  color: white;
  background-color: #E56325;
}
footer p,
footer li {
  color: white;
}
footer h2 {
  color: white;
}
footer h3 {
  color: white;
}
footer a:not(.button) {
  color: white;
}
footer .button, footer .button-links a, .button-links footer a {
  color: '.button, a.button, li.button a, input[type="submit"]';
}
footer .wrapper > .flex {
  padding: 10px 0;
  height: 110px;
}
footer .social li {
  margin-left: 30px;
}
footer .social .flex {
  justify-content: flex-start;
}
@media (max-width: 768px) {
  footer {
    padding: 20px 0 30px 0;
    text-align: center;
  }
  footer .social li {
    margin: 20px 10px 10px 10px;
  }
  footer .social .flex {
    justify-content: center;
  }
}