/* Global Stylings */
html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

div,
section,
article,
main,
aside,
header,
footer,
dialog,
figure,
figcaption,
hgroup {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

blockquote,
q {
  quotes: none;
}

br {
  height: 0;
}

ul,
ol,
dl {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
}

img {
  border: 0;
  border-style: none;
}

fieldset {
  border: 1px solid transparent;
}

input {
  font-family: Poppins, sans-serif;
}

input[type=submit] {
  letter-spacing: 0.045em;
  font-family: Poppins, sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
  transition: 300ms ease all;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
}

input[type=text],
input[type=email],
textarea {
  letter-spacing: 0.045em;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  border-radius: 0;
  -webkit-appearance: none;
}

span {
  font-family: Poppins, sans-serif;
}

button {
  font-family: Poppins, sans-serif;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

select {
  font-family: Poppins, sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

html,
body {
  font-size: 1em;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  color: #000000;
}

body {
  background-size: auto;
  position: relative;
}
body:after {
  pointer-events: none;
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto;
  overflow-x: clip;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: relative;
  padding: 0 80px;
}

#skipnav {
  position: absolute;
  z-index: 99999;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  padding-bottom: 25px;
  transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
#skipnav:hover, #skipnav:focus, #skipnav:active {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.03em;
  clip: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  border-left: none;
  border-right: none;
  text-align: center;
  font-weight: bold;
  color: #983222;
}

.no-banner main {
  padding-top: 50px;
}

.sk-ww-twitter-feed {
  grid-column: 1/-1;
}

.grid-item-twitter-feed {
  position: unset !important;
  top: unset !important;
}

.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .no-scroll-mobile {
    overflow: hidden;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .no-banner main {
    padding-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  .container {
    padding: 0 20px;
  }
}
body.four-oh-four-page #wrapper {
  min-height: 100%;
}

/*********************************************/
/* Poppins */
/*********************************************/
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  src: url("../fonts/Poppins-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "PoppinsMedium";
  font-weight: 500;
  src: url("../fonts/Poppins-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "PoppinsSemiBold";
  font-weight: 600;
  src: url("../fonts/Poppins-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "PoppinsBold";
  font-weight: 700;
  src: url("../fonts/Poppins-Bold.ttf");
  font-display: swap;
}
/* Modules */
.header {
  position: fixed;
  z-index: 99999;
  width: 100%;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header.--scrolled {
  background-color: #202e3c;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  height: 50px;
}
.header__logo-link {
  display: flex;
}
.header__mobile-trigger {
  display: none;
  height: 30px;
  width: 30px;
  justify-content: center;
  gap: 1px;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
.header__mobile-trigger:is(:hover, :focus) div {
  background-color: #29b473;
}
.header__mobile-trigger div {
  width: 100%;
  height: 4px;
  background-color: #FFFFFF;
  display: block;
  margin-bottom: 5px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header__nav-list {
  display: flex;
  gap: 50px;
  align-items: center;
}
.header__nav-list__item {
  position: relative;
}
.header__nav-list__item a {
  color: #FFFFFF;
  text-decoration: unset;
  font-weight: bold;
  padding-block: 30px;
  display: block;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header__nav-list__item a:is(:hover, :focus) {
  color: #29b473;
}
.header__nav-list__item a.--get-started {
  background-color: #29b473;
  padding: 10px 25px;
  border-radius: 50px;
}
.header__nav-list__item a.--get-started:is(:hover, :focus) {
  color: #FFFFFF;
  filter: brightness(0.9);
}
.header__nav-list__item:is(:hover, :focus) .header__nav-list__item__options {
  display: flex;
}
.header__nav-list__item__options {
  position: absolute;
  background-color: #FFFFFF;
  padding-block: 20px;
  padding-inline: 20px;
  min-width: 200px;
  max-width: 250px;
  display: none;
  flex-direction: column;
  gap: 20px;
  left: -20px;
}
.header__nav-list__item__options a {
  color: #000000;
  padding-block: 0;
}
@media screen and (max-width: 1024px) {
  .header.--expanded {
    background-color: #202e3c;
  }
  .header.--expanded .header__nav {
    left: 0;
  }
  .header.--expanded .header__nav-list {
    align-items: flex-start;
    padding-inline: 40px;
  }
  .header.--expanded .header__nav-list__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .header.--expanded .header__nav-list__item a {
    font-size: 20px;
  }
  .header.--expanded .header__nav-list__item__options {
    position: unset;
    display: flex;
  }
  .header .container {
    min-height: 85px;
  }
  .header__mobile-trigger {
    display: flex;
  }
  .header__nav {
    position: fixed;
    width: 100%;
    height: calc(100% - 85px);
    left: 100%;
    top: 85px;
    background-color: #202e3c;
    padding-block: 50px 100px;
    overflow: auto;
    transition: 0.25s ease-in-out all;
    transition-delay: 0s;
  }
  .header__nav-list {
    flex-direction: column;
    gap: 30px;
  }
  .header__nav-list__item {
    padding: 0;
  }
  .header__nav-list__item a {
    padding-block: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    height: 40px;
  }
}
@media screen and (max-width: 550px) {
  .header__logo {
    height: 30px;
  }
}

.footer {
  background-color: #00101e;
}
.footer .container {
  padding-block: 30px;
  display: flex;
  justify-content: space-between;
}
.footer__links {
  display: flex;
  gap: 50px;
  justify-content: center;
}
.footer__links__item {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.footer__links__item:is(:hover, :focus) {
  color: #29b473;
}
.footer__copyright {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer .container {
    flex-direction: column;
    gap: 30px;
  }
}

.banner {
  position: relative;
}
.banner__bg {
  position: absolute;
  height: 100%;
  min-height: 900px;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}
.banner .container {
  min-height: 900px;
  background-color: #202e3c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 100px;
}
.banner .container > * {
  z-index: 2;
}
.banner__logo {
  margin-bottom: 70px;
  max-width: 500px;
}
.banner__logo-link {
  margin-bottom: 70px;
  width: fit-content;
}
.banner__logo-link img {
  margin: 0;
}
.banner__title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  color: #FFFFFF;
  width: 50%;
}
@media screen and (max-width: 1250px) {
  .banner__title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .banner__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.banner__body {
  font-family: PoppinsMedium;
  font-size: 20px;
  line-height: 30px;
  color: #a7a9ac;
  width: 50%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .banner__body {
    font-size: 16px;
    line-height: 26px;
  }
}
.banner__button {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  border-radius: 8px;
  text-align: center;
  padding: 18px 40px;
  min-width: 250px;
  color: #FFFFFF;
  background-color: #29b473;
  border: 1px solid transparent;
  font-size: 14px;
  font-family: PoppinsBold;
  margin-top: 50px;
}
.banner__button:is(:hover, :focus) {
  background-color: #00101e;
  border: 1px solid #29b473;
}
.banner__video {
  min-height: 850px;
  background-color: #00101e;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.banner__video::before, .banner__video::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(to bottom, rgb(0, 16, 30), transparent);
  z-index: 1;
  pointer-events: none;
}
.banner__video::before {
  bottom: auto;
  top: 0;
}
.banner__video::after {
  top: auto;
  bottom: 0;
  background: linear-gradient(to top, rgb(0, 16, 30), transparent);
}
.banner__video video {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: relative;
  z-index: 0;
  object-fit: cover;
}
.banner__video video.mobile {
  display: none;
}
.banner.--small .container {
  min-height: 400px;
  justify-content: flex-end;
}
.banner.--small .banner__bg {
  min-height: 400px;
}
.banner.--small .banner__logo {
  display: none;
}
.banner.--video .container {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: transparent;
}
@media screen and (max-width: 1250px) {
  .banner__bg {
    min-height: 800px;
  }
  .banner .container {
    min-height: 800px;
  }
  .banner__logo {
    max-width: 430px;
  }
  .banner__title {
    width: 100%;
  }
  .banner__body {
    width: 100%;
  }
  .banner.--video .banner__title {
    width: 50%;
  }
  .banner.--video .banner__body {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .banner__bg {
    min-height: 600px;
  }
  .banner .container {
    min-height: 600px;
    padding-block: 70px;
  }
  .banner__button {
    margin-inline: auto;
  }
  .banner__logo {
    max-width: 350px;
    margin-bottom: 40px;
  }
  .banner__logo-link {
    margin-bottom: 40px;
  }
  .banner.--video .container {
    margin-top: 50%;
    justify-content: flex-start;
  }
  .banner.--video .banner__title {
    width: 100%;
  }
  .banner.--video .banner__body {
    width: 100%;
  }
  .banner__video {
    align-items: flex-start;
  }
  .banner__video::after {
    content: unset;
  }
  .banner__video::before {
    height: 200px;
    background: linear-gradient(to bottom, rgb(0, 16, 30), transparent);
  }
  .banner__video video.mobile {
    display: block;
    margin-top: 50px;
  }
  .banner__video video.desktop {
    display: none;
  }
  .banner.--small .container {
    min-height: unset;
  }
  .banner.--small .banner__bg {
    min-height: unset;
  }
}
@media screen and (max-width: 400px) {
  .banner__logo {
    width: 100%;
    height: auto;
  }
  .banner__button {
    width: 100%;
  }
}

.features {
  background-color: #00101e;
}
.features .container {
  margin-block: -50px;
  z-index: 2;
}
.features__list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
.features__list-item {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding-bottom: 300px;
  max-width: 500px;
  margin-inline: auto;
}
.features__list-item__name {
  font-family: PoppinsMedium;
  font-size: 24px;
  line-height: 34px;
  color: #29b473;
  padding-inline: 80px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .features__list-item__name {
    font-size: 20px;
    line-height: 30px;
  }
}
.features__list-item__title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin-top: 10px;
  padding-inline: 80px;
}
@media screen and (max-width: 1024px) {
  .features__list-item__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .features__list-item__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.features__list-item__body {
  padding-inline: 80px;
  margin-top: 30px;
  color: #a7a9ac;
}
.features__list-item__image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  object-position: top;
  z-index: 0;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .features__list {
    gap: 50px;
  }
  .features__list-item__name {
    padding-inline: 40px;
  }
  .features__list-item__title {
    padding-inline: 40px;
  }
  .features__list-item__body {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .features__list {
    grid-template-columns: 1fr;
  }
  .features__list-item {
    padding-bottom: 200px;
  }
  .features__list-item__body {
    margin-top: 20px;
  }
  .features__list-item__image {
    height: 200px;
  }
}

.why .container {
  background-color: #00101e;
  padding-block: 150px;
}
.why__eyebrow {
  font-family: PoppinsMedium;
  font-size: 26px;
  line-height: 36px;
  color: #a7a9ac;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .why__eyebrow {
    font-size: 20px;
    line-height: 30px;
  }
}
.why__title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .why__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .why__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.why__list {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 50px;
}
.why__list-item__image {
  height: 50px;
}
.why__list-item__title {
  font-family: PoppinsSemiBold;
  font-size: 40px;
  line-height: 50px;
  color: #29b473;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .why__list-item__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.why__list-item__body {
  font-family: PoppinsMedium;
  font-size: 20px;
  line-height: 30px;
  color: #a7a9ac;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .why__list-item__body {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1250px) {
  .why__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .why__list-item__image {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .why.large-padding-top .container {
    padding-block: 150px 100px;
  }
  .why .container {
    padding-block: 70px;
  }
  .why__list {
    grid-template-columns: 1fr;
    margin-top: 50px;
    gap: 50px 0px;
  }
  .why__list-item__body {
    margin-top: 10px;
  }
}

.cta {
  position: relative;
  overflow: hidden;
}
.cta__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta__seal {
  position: absolute;
  height: 600px;
  right: -150px;
  bottom: -100px;
  opacity: 0.3;
}
.cta__filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
}
.cta .container {
  padding-block: 150px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta__logo {
  height: 70px;
  width: fit-content;
}
.cta__title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cta__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .cta__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.cta__body {
  font-family: PoppinsMedium;
  font-size: 20px;
  line-height: 30px;
  color: #a7a9ac;
  margin-top: 10px;
  max-width: 600px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta__body {
    font-size: 16px;
    line-height: 26px;
  }
}
.cta__link {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  border-radius: 8px;
  text-align: center;
  padding: 18px 40px;
  min-width: 250px;
  color: #FFFFFF;
  background-color: #29b473;
  border: 1px solid transparent;
  font-size: 14px;
  font-family: PoppinsBold;
  margin-top: 50px;
}
.cta__link:is(:hover, :focus) {
  background-color: #00101e;
  border: 1px solid #29b473;
}
@media screen and (max-width: 768px) {
  .cta__seal {
    height: 400px;
    right: -100px;
    bottom: -50px;
  }
  .cta .container {
    padding-block: 100px;
  }
  .cta__logo {
    height: 50px;
  }
  .cta__title {
    margin-top: 30px;
  }
  .cta__link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 550px) {
  .cta .container {
    padding-block: 70px;
  }
  .cta__link {
    width: 100%;
  }
}

.four-oh-four {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.four-oh-four__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.four-oh-four__seal {
  position: absolute;
  right: -150px;
  bottom: 50%;
  transform: translateY(50%);
  height: 500px;
  opacity: 0.1;
  z-index: 1;
}
.four-oh-four__filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #202e3c;
  opacity: 0.9;
}
.four-oh-four .container {
  padding-block: 150px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.four-oh-four__logo {
  height: 70px;
  width: fit-content;
}
.four-oh-four__title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .four-oh-four__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .four-oh-four__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.four-oh-four__body {
  font-family: PoppinsMedium;
  font-size: 20px;
  line-height: 30px;
  color: #a7a9ac;
  margin-top: 10px;
  max-width: 600px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .four-oh-four__body {
    font-size: 16px;
    line-height: 26px;
  }
}
.four-oh-four__link {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  border-radius: 8px;
  text-align: center;
  padding: 18px 40px;
  min-width: 250px;
  color: #FFFFFF;
  background-color: #29b473;
  border: 1px solid transparent;
  font-size: 14px;
  font-family: PoppinsBold;
  margin-top: 50px;
}
.four-oh-four__link:is(:hover, :focus) {
  background-color: #00101e;
  border: 1px solid #29b473;
}
@media screen and (max-width: 768px) {
  .four-oh-four__seal {
    height: 400px;
    right: -100px;
  }
  .four-oh-four .container {
    padding-block: 100px;
  }
  .four-oh-four__logo {
    height: 50px;
  }
  .four-oh-four__title {
    margin-top: 30px;
  }
  .four-oh-four__link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 550px) {
  .four-oh-four .container {
    padding-block: 70px;
  }
  .four-oh-four__link {
    width: 100%;
  }
}

.contact .container {
  padding-block: 100px;
}
.contact__title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .contact__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.contact__body {
  text-align: center;
  margin-top: 10px;
}
.contact form {
  margin-top: 50px;
}
.contact form .dform {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact form .dform input:not([type=submit]) {
  border-bottom: 1px solid black;
  width: 100%;
  padding: 5px 10px;
}
.contact form .dform input:is([type=submit]) {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  border-radius: 8px;
  text-align: center;
  padding: 18px 40px;
  min-width: 250px;
  color: #FFFFFF;
  background-color: #29b473;
  border: 1px solid transparent;
  font-size: 14px;
  font-family: PoppinsBold;
  margin-top: 50px;
  margin-inline: auto;
}
.contact form .dform input:is([type=submit]):is(:hover, :focus) {
  background-color: #00101e;
  border: 1px solid #29b473;
}
.contact form .dform textarea {
  padding: 5px 10px;
  border: 1px solid;
  width: 100%;
}
.contact form .dform_captcha .dform_label {
  display: none;
}

.basic-page .container {
  padding-block: 100px;
}
.basic-page__body p {
  margin-bottom: 20px;
}
.basic-page__body ul {
  list-style-type: disc;
  margin-left: 20px;
}
.basic-page__body ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.basic-page__body ol {
  list-style-type: decimal;
  margin-left: 20px;
}
.basic-page__body ol li:not(:last-of-type) {
  margin-bottom: 10px;
}
.basic-page__back-to-home {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  border-radius: 8px;
  text-align: center;
  padding: 18px 40px;
  min-width: 250px;
  color: #FFFFFF;
  background-color: #29b473;
  border: 1px solid transparent;
  font-size: 14px;
  font-family: PoppinsBold;
  margin-top: 50px;
}
.basic-page__back-to-home:is(:hover, :focus) {
  background-color: #00101e;
  border: 1px solid #29b473;
}

.get-started {
  background-color: #00101e;
}
.get-started .container {
  padding-block: 150px;
}
.get-started__title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 1250px) {
  .get-started__title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .get-started__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.get-started__body {
  font-family: PoppinsMedium;
  font-size: 20px;
  line-height: 30px;
  color: #a7a9ac;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .get-started__body {
    font-size: 16px;
    line-height: 26px;
  }
}
.get-started form {
  margin-top: 50px;
}
.get-started form .dform {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.get-started form .dform_columns_2 {
  grid-column: span 2;
}
.get-started form .dform .dfcolumns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.get-started form .dform .dfcolumns .column {
  width: 100% !important;
}
.get-started form .dform .dfcolumns > br {
  display: none;
}
.get-started form .dform input:not([type=submit]) {
  background-color: #1a2835;
  padding: 20px 30px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  border-radius: 8px;
}
.get-started form .dform input:not([type=submit])::placeholder {
  color: #FFFFFF;
}
.get-started form .dform input[type=submit] {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  border-radius: 8px;
  text-align: center;
  padding: 18px 40px;
  min-width: 250px;
  color: #FFFFFF;
  background-color: #29b473;
  border: 1px solid transparent;
  font-size: 14px;
  font-family: PoppinsBold;
}
.get-started form .dform input[type=submit]:is(:hover, :focus) {
  background-color: #00101e;
  border: 1px solid #29b473;
}
.get-started form .dform_element.submit_button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.get-started form .dform_error {
  color: red;
}
@media screen and (max-width: 768px) {
  .get-started .container {
    padding-block: 70px;
  }
  .get-started form .dform {
    grid-template-columns: 1fr;
  }
  .get-started form .dform_columns_2 {
    grid-column: span 1;
  }
  .get-started form .dform .dfcolumns {
    grid-template-columns: 1fr;
  }
  .get-started form .dform_element.submit_button {
    justify-content: center;
  }
}

.security-banner {
  background-color: #152331;
}
.security-banner.--large-top-padding .container {
  padding-block: 200px 100px;
}
.security-banner .container {
  padding-block: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.security-banner__title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  max-width: 700px;
}
@media screen and (max-width: 1024px) {
  .security-banner__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .security-banner__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.security-banner__body {
  font-family: PoppinsMedium;
  font-size: 20px;
  line-height: 30px;
  color: #a7a9ac;
  margin-top: 10px;
  text-align: center;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .security-banner__body {
    font-size: 16px;
    line-height: 26px;
  }
}
.security-banner__cta {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  border-radius: 8px;
  text-align: center;
  padding: 18px 40px;
  min-width: 250px;
  color: #FFFFFF;
  background-color: #29b473;
  border: 1px solid transparent;
  font-size: 14px;
  font-family: PoppinsBold;
  margin-top: 50px;
}
.security-banner__cta:is(:hover, :focus) {
  background-color: #00101e;
  border: 1px solid #29b473;
}
@media screen and (max-width: 768px) {
  .security-banner.--large-top-padding .container {
    padding-block: 200px 70px;
  }
  .security-banner .container {
    padding-block: 70px;
  }
}

.features-grid {
  background-color: #152331;
}
.features-grid .container {
  padding-block: 100px;
}
.features-grid__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.features-grid__list-item {
  color: #FFFFFF;
  padding: 40px;
  border-bottom: 1px solid #817a7a;
  border-right: 1px solid #817a7a;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 300px;
}
.features-grid__list-item:nth-of-type(3n) {
  border-right: unset;
}
.features-grid__list-item__number {
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
  color: #29b473;
}
.features-grid__list-item__title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  font-weight: 600;
  color: #a7a9ac;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .features-grid__list-item__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .features-grid__list-item__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.features-grid__list-item__body {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  background-color: #29b473;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.features-grid__list-item:hover .features-grid__list-item__body {
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .features-grid__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .features-grid__list-item:nth-of-type(3n) {
    border-right: 1px solid #817a7a;
  }
  .features-grid__list-item:nth-of-type(2n) {
    border-right: unset;
  }
}
@media screen and (max-width: 768px) {
  .features-grid .container {
    padding-block: 70px;
  }
  .features-grid__list {
    grid-template-columns: 1fr;
  }
  .features-grid__list-item {
    border-right: unset;
  }
  .features-grid__list-item:nth-of-type(3n) {
    border-right: unset;
  }
}

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