@font-face {
  font-family: "BodyFont";
  font-weight: 400;
  font-style: normal;
  src: url("../assets/fonts/NeueMontreal-Regular.otf") format("opentype");
}
@font-face {
  font-family: "BodyFont";
  font-weight: 700;
  font-style: normal;
  src: url("../assets/fonts/NeueMontreal-Bold.otf") format("opentype");
}
@font-face {
  font-family: "TitleFont";
  font-weight: 400;
  font-style: normal;
  src: url("../assets/fonts/Righteous-Regular.ttf") format("truetype");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
}

.noscroll, .overflow-hidden {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  max-width: 100%;
}

.font-regular {
  font-family: "BodyFont";
  font-weight: 400;
}

.subtitle {
  font-family: "TitleFont";
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
}

body {
  font-family: "BodyFont";
  font-weight: 400;
  line-height: 130%;
  font-size: 17px;
  max-width: 100%;
  background: #FFFFFF;
  color: #000000;
  overflow-x: hidden !important;
}

h1, .h1 {
  font-style: normal;
  font-size: 32px;
  line-height: 100%;
  font-weight: 400;
  font-family: "TitleFont";
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 80px;
    line-height: 90px;
  }
}

h2, .h2 {
  font-style: normal;
  font-size: 26px;
  line-height: 100%;
  font-weight: 400;
  font-family: "TitleFont";
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 65px;
    line-height: 70px;
  }
}

h3, .h3 {
  font-weight: 400;
  font-family: "TitleFont";
  font-size: 24px;
  line-height: 100%;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 50px;
    line-height: 55px;
  }
}

h4, .h4 {
  font-weight: 400;
  font-family: "TitleFont";
  font-size: 22px;
  line-height: 100%;
}

div.section-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 15px;
}
@media (min-width: 650px) {
  div.section-inner {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  div.section-inner {
    padding: 60px 30px;
  }
}
@media (min-width: 1024px) {
  div.section-inner {
    padding: 60px 30px;
  }
}

.section.white h1,
.section.white h2,
.section.white h3,
.section.white .subtitle {
  color: #FFFFFF;
}
.section.white .custom-text,
.section.white .custom-text * {
  color: #FFFFFF;
}

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

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

.custom-text p + p {
  margin-top: 15px;
}
.custom-text ul {
  padding-left: 19px;
  list-style: inherit;
  margin: 15px 0;
}
.custom-text ul li {
  padding: 5px 0;
}

.inverted_color {
  color: #FFFFFF;
}

.divLink {
  cursor: pointer;
}

.position-relative {
  position: relative;
}

.f-link-container {
  display: flex;
  gap: 15px;
  align-items: center;
}
.f-link-container.center {
  justify-content: center;
}

.image-card .bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  min-height: 400px;
}
@media (max-width: 768px) {
  .image-card .bg-img {
    min-height: 300px;
  }
}
.image-card img {
  width: auto;
  height: auto;
  max-width: 100%;
}

a.custom-btn,
button.custom-btn {
  text-decoration: none;
  outline: none;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}
a.custom-btn.custom-btn,
button.custom-btn.custom-btn {
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #000000;
  color: #000000;
  background-color: transparent;
}
a.custom-btn.custom-btn:hover,
button.custom-btn.custom-btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}
a.custom-btn.custom-btn.white,
button.custom-btn.custom-btn.white {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
a.custom-btn.custom-btn.white:hover,
button.custom-btn.custom-btn.white:hover {
  background-color: #FFFFFF;
  color: #000000;
}
@media (max-width: 768px) {
  a.custom-btn,
  button.custom-btn {
    font-size: 14px;
  }
  a.custom-btn.custom-btn,
  button.custom-btn.custom-btn {
    text-align: center;
  }
}

.row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.row .img-col {
  background-size: cover;
  min-height: 500px;
}
@media (max-width: 768px) {
  .row .img-col {
    margin-bottom: 30px;
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .row {
    flex-direction: column;
    row-gap: 15px;
  }
  .row.mobile-row {
    flex-direction: row;
  }
}

.f-text-column p {
  margin-bottom: 15px;
}

.flex-end {
  display: flex;
  align-items: flex-end;
}

.flex-center {
  align-items: center;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt-m {
  margin-top: 30px !important;
}

.mb-m {
  margin-bottom: 30px !important;
}

.mt-s {
  margin-top: 15px !important;
}

.mb-s {
  margin-bottom: 15px !important;
}

.mt-l {
  margin-top: 60px !important;
}

.mb-l {
  margin-bottom: 60px !important;
}

.mt-xl {
  margin-top: 145px !important;
}

.mb-xl {
  margin-bottom: 145px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.p-small {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-xs {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.hide-desktop {
  display: none !important;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
  .hide-desktop {
    display: block !important;
  }
  .hide-desktop.mobile-row {
    display: flex !important;
  }
  .mt-l {
    margin-top: 30px !important;
  }
  .mb-l {
    margin-bottom: 30px !important;
  }
  .pt-l {
    padding-top: 30px !important;
  }
  .pb-l {
    padding-bottom: 30px !important;
  }
  .mt-xl {
    margin-top: 60px !important;
  }
  .mb-xl {
    margin-bottom: 60px !important;
  }
  .mt-m {
    margin-top: 15px !important;
  }
  .mb-m {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 768px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .col-md-6 {
    width: 100%;
  }
}
footer {
  background-color: #000000;
}

header {
  background-color: #000000;
}

.f-text-img .row[data-layout=left] {
  flex-direction: row-reverse;
}
.f-text-img .text-col {
  margin: 20px 0;
}
.f-text-img .usp-container {
  margin-top: 30px;
}
.f-text-img .usp-container .usp {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 0;
  align-items: center;
  border-bottom: 1px solid #000000;
  font-size: 16px;
  line-height: 18px;
}
.f-text-img .usp-container .usp .label {
  font-weight: 700;
  flex: 1 1 50%;
}
.f-text-img .usp-container .usp .text {
  text-align: right;
}
.f-text-img.white h2,
.f-text-img.white .subtitle {
  color: #FFFFFF;
}
.f-text-img.white .custom-text,
.f-text-img.white .custom-text * {
  color: #FFFFFF;
}

.sf-form-inner .gform_wrapper.gravity-theme .gform_required_legend {
  display: none !important;
}
.sf-form-inner .gform_wrapper.gravity-theme .gfield_label {
  font-family: "TitleFont";
  font-weight: 400;
  color: #000000;
}
.sf-form-inner .gform_wrapper.gravity-theme .gfield input,
.sf-form-inner .gform_wrapper.gravity-theme .gfield select,
.sf-form-inner .gform_wrapper.gravity-theme .gfield textarea {
  background-color: #FFFFFF;
  border: none;
  outline: none;
  border-radius: 0;
}
.sf-form-inner .gform_wrapper.gravity-theme .gform_footer {
  justify-content: flex-end;
}
.sf-form-inner .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  background-color: #000000;
}
.sf-form-inner .gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 15px;
}
.sf-form-inner .gform_wrapper.gravity-theme .gform_validation_errors .validation_error {
  border: none;
  font-size: 20px;
  line-height: 24px;
  padding: 0;
  margin-bottom: 0;
}
.sf-form-inner .gform_wrapper.gravity-theme .gform_validation_errors .validation_error h2 {
  font-size: 20px;
  line-height: 24px;
}
.sf-form-inner .gform_wrapper.gravity-theme .gfield_validation_message {
  border: none;
  background-color: unset;
  padding: 0;
  margin-top: 0;
  font-size: 14px;
}
.sf-form-inner .gform_wrapper.gravity-theme .gform_confirmation_message {
  text-align: center;
}

/*# sourceMappingURL=custom.css.map */
