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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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;
  border-spacing: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  scroll-behavior: smooth;
}

a, a:active, a:focus, button, button:focus, input, input:focus {
  outline: none !important;
}

.container-max {
  width: 100%;
  max-width: 737px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn-wrap {
  width: 241px;
  margin: 0 auto;
}
.btn-wrap .btn {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #ffffff;
  padding: 6px 5px;
  border-radius: 6px;
  border: 1px solid transparent;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1), color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1), color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1), color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1), color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1), color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-wrap .btn.btn-light {
  background: #83B4B3;
}
.btn-wrap .btn.btn-dark {
  background: #151423;
}
.btn-wrap .btn.btn-white {
  border: 2px solid #ffffff;
}
.btn-wrap .btn:hover {
  color: #151423;
  background: transparent;
  border: 1px solid #151423;
}
.btn-wrap.btn-large {
  width: 100%;
  max-width: 380px;
}
.btn-wrap.btn-large .btn {
  height: auto;
  padding: 15px 10px 14px;
}
.btn-wrap.btn-large .btn:hover {
  color: #151423;
  background: #ffffff;
  border: 1px solid #151423;
}

body, html {
  font-family: "RotisSansSerifStd", sans-serif;
}

h3 {
  font-size: 25px;
  color: #151423;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
}

h4 {
  font-size: 21px;
  color: #151423;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
}

p {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

@font-face {
  font-family: "RotisSansSerifStd";
  src: url("../fonts/Rotis-SansSerif-Std.eot");
  src: url("../fonts/Rotis-SansSerif-Std.eot") format("embedded-opentype"), url("../fonts/Rotis-SansSerif-Std.woff2") format("woff2"), url("../fonts/RotisSansSerifStd.woff") format("woff"), url("../fonts/RotisSansSerifStd.ttf") format("truetype"), url("../fonts/RotisSansSerifStd.svg#RotisSansSerifStd") format("svg");
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 30px;
  text-align: center;
  z-index: 2;
}
header .logo img {
  display: block;
  width: 100%;
  max-width: 312px;
  margin: 0 auto;
}

footer {
  padding: 30px 0;
  background: #151423;
}
footer p {
  font-size: 15px;
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
footer p a {
  color: #ffffff;
}
@media (max-width: 768px) {
  footer p .seperator-2 {
    display: none;
  }
}
@media (max-width: 768px) {
  footer p .phone {
    display: block;
  }
}

section#hero-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 605px;
  height: 605px;
  padding-top: 88px;
}
@media (max-width: 768px) {
  section#hero-section {
    min-height: 568px;
    max-height: 595px;
    height: 100vh;
    padding-top: 130px;
  }
}
section#hero-section .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../src/images/hero-bg.jpg") no-repeat top center;
  background-size: cover;
  z-index: -1;
}
section#hero-section .content {
  width: 100%;
  max-width: 668px;
  margin: 0 auto 30px;
}
section#hero-section .content p {
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}
section#hero-section .arrow {
  position: absolute;
  bottom: 10px;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

section#partners {
  background: #ffffff;
  padding: 70px 0;
}
@media (max-width: 480px) {
  section#partners {
    padding: 40px 0;
  }
}
section#partners .partners-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 51px 0 50px;
}
@media (max-width: 480px) {
  section#partners .partners-column {
    margin: 30px 0;
  }
}
section#partners .partners-column .item {
  width: 146px;
  height: 146px;
  padding: 4px;
  margin: 7px 25px;
}
@media (max-width: 480px) {
  section#partners .partners-column .item {
    width: 126px;
    height: 126px;
    margin: 7px;
  }
}
section#partners .partners-column .item img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 480px) {
  section#partners .partners-column .item img {
    width: 100%;
    height: auto;
  }
}
section#partners .btn-wrap a {
  margin-bottom: 10px;
}
section#partners .btn-wrap a:last-of-type {
  margin-bottom: 0;
}

section#form-modal {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 9;
}
section#form-modal h3 {
  margin-bottom: 30px;
}
section#form-modal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
section#form-modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  cursor: pointer;
}
section#form-modal .modal-wrap {
  position: absolute;
  top: 100px;
  left: 50%;
  width: calc( 100% - 40px );
  max-width: 700px;
  background: #ffffff;
  padding: 50px 20px 20px;
  border-radius: 13px;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: top 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  -moz-transition: top 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  -ms-transition: top 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  -o-transition: top 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: top 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
section#form-modal.active .modal-wrap {
  top: 130px;
}
section#form-modal #gform_wrapper_1 {
  max-width: 100%;
  margin: 0;
}
section#form-modal #gform_wrapper_1 label {
  display: none;
}
section#form-modal #gform_wrapper_1 .validation_error {
  width: 100%;
  padding: 10px 0;
}
section#form-modal #gform_wrapper_1 .gfield {
  position: relative;
}
section#form-modal #gform_wrapper_1 .gfield.gfield_error {
  width: 100%;
  margin: 0 !important;
  border: 0px !important;
  background: transparent;
}
section#form-modal #gform_wrapper_1 .gfield.gfield_error .ginput_container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
section#form-modal #gform_wrapper_1 .gfield.gfield_error .ginput_container input, section#form-modal #gform_wrapper_1 .gfield.gfield_error .ginput_container textarea {
  background: #FFDFE0;
}
section#form-modal #gform_wrapper_1 .gfield.gfield_error .validation_message {
  position: absolute;
  bottom: -19px;
  left: 0;
  max-width: 100%;
  font-size: 13px;
  padding: 0 !important;
  margin: 0;
}
section#form-modal #gform_wrapper_1 .ginput_container {
  margin-top: 22px;
}
section#form-modal #gform_wrapper_1 .ginput_container input, section#form-modal #gform_wrapper_1 .ginput_container textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #e4e4e4;
}
section#form-modal #gform_wrapper_1 .ginput_container input {
  height: 44px;
}
section#form-modal #gform_wrapper_1 .ginput_container textarea {
  height: 88px;
  resize: none;
}
section#form-modal #gform_wrapper_1 .gform_footer {
  text-align: center;
}
section#form-modal #gform_wrapper_1 #gform_submit_button_1 {
  font-size: 18px;
  font-family: "RotisSansSerifStd", sans-serif;
  color: #fff;
  background: #c7242c;
  padding: 18px 44px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
section#form-modal #gform_wrapper_1 #gform_submit_button_1:hover {
  background: #10467a;
}
section#form-modal #gform_wrapper_1 #gform_confirmation_message_1 {
  text-align: center;
  background: #b3ecb3;
  padding: 20px;
}

/*# sourceMappingURL=style.min.css.map */
