/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  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;
}

small {
  font-size: 80%;
}

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

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, select {
  text-transform: none;
}

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

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

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

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[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;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

body {
  min-width: 360px;
  background: #fff;
  color: #fff;
  margin: 0;
  font: 16px/1.5 "Montserrat", sans-serif;
}
@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 700;
  color: black;
  position: relative;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  position: relative;
  color: #e03a29;
}
h1::before,
h2::before,
h3::before,
h4::before,
h5::before,
h6::before {
  content: "";
  background-color: #e8f8b0;
  height: 2px;
  position: absolute;
  -webkit-transition: width 3.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: width 3.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  bottom: 0;
  width: 150px;
  left: 0;
}

h1 {
  font-size: 57px;
  text-transform: inherit;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 42px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
}
h2.border {
  padding: 0 0 40px;
}
@media (max-width: 1023px) {
  h2.border {
    padding: 0 0 30px;
  }
}
@media (max-width: 767px) {
  h2.border {
    padding: 0 0 20px;
  }
}
h2.border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #c14334;
  width: 100px;
  height: 8px;
}

h3 {
  font-size: 36px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  h3 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
h3.border {
  padding: 0 0 40px;
}
h3.border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #c14334;
  width: 100px;
  height: 8px;
}

h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1023px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
  margin: 0;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  h5 {
    font-size: 16px;
  }
}

p {
  color: black;
}

p,
ul {
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  p,
  ul {
    margin: 0 0 15px;
  }
}
p:last-child,
ul:last-child {
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

@media (min-width: 768px) {
  .flex-direction-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media (min-width: 768px) {
  .flex-direction-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1446px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-lg {
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 15px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 1s cubic-bezier(0.104, 0.204, 0.492, 1);
  transition: all 1s cubic-bezier(0.104, 0.204, 0.492, 1);
}

a {
  text-decoration: none;
  color: black;
}
a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
a:hover .line::after {
  background-color: #e8f8b0;
}

.line {
  position: relative;
  display: initial;
  margin-top: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.line::after {
  width: 95%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  background-color: #d9d9d9;
}

.kicker {
  color: #006b73;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 3px;
  letter-spacing: 2.8px;
}

a,
button,
input {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hero-section {
  background: #F4F6F8;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero-section .logo-holder {
  max-width: 227px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 80px;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .hero-section .logo-holder {
    margin: 0 0 0 20px;
    max-width: 150px;
    padding: 30px 0;
  }
}
.hero-section .box-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 140px;
  position: relative;
  min-height: 400px;
}
.hero-section .box-holder .image-holder {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .hero-section .box-holder .image-holder {
    width: 30%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (max-width: 576px) {
  .hero-section .box-holder .image-holder {
    width: 30%;
    top: 20%;
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
  }
}
.hero-section .box-holder .text-box {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  color: black;
  line-height: normal;
  letter-spacing: -2px;
  padding-left: 100px;
  position: relative;
}
@media (max-width: 1199px) {
  .hero-section .box-holder .text-box {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .hero-section .box-holder .text-box {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .hero-section .box-holder .text-box {
    padding: 0;
    font-size: 25px;
  }
}
.hero-section .box-holder .text-box span {
  display: block;
  font-size: 36px;
  opacity: 60%;
}
@media (max-width: 1199px) {
  .hero-section .box-holder .text-box span {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .hero-section .box-holder .text-box span {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .hero-section .box-holder .text-box span {
    font-size: 20px;
  }
}