@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
}

*, *::after, *::before {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-synthesis: antialiased;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
}

html, body {
  min-height: 100%;
  background: #f5f5f5;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

h1 small, h2 small, h3 small,
.h1 small, .h2 small, .h3 small {
  font-weight: normal;
  font-size: 75%;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style-position: inside;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 1rem;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0477bf;
  text-decoration: none;
  transition: all ease 0.4s;
}
a:hover {
  text-decoration: underline;
  color: rgb(2.9538461538, 87.8769230769, 141.0461538462);
}

hr {
  height: 1px;
  border: none;
  background: #b7c1c4;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.wrapper {
  width: 100%;
}

.staticBanner {
  background-size: 85%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .staticBanner {
    margin-top: 2rem;
  }
}
.staticBanner .banner {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .staticBanner .banner {
    padding: 0 !important;
  }
  .staticBanner .banner:before {
    content: "";
    position: absolute;
    width: 280px;
    height: 150px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    left: -70px;
    bottom: 0;
    background-image: url("../images/shape-01.svg");
  }
}
.staticBanner .banner .slider {
  margin-bottom: 2rem;
  position: relative;
}
.staticBanner .banner .slider:before, .staticBanner .banner .slider:after {
  content: "";
  position: absolute;
  width: 280px;
  height: 150px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 100;
}
.staticBanner .banner .slider:before {
  left: 0px;
  bottom: -75px;
  background-image: url("../images/shape-01.svg");
}
.staticBanner .banner .slider:after {
  right: -90px;
  top: 50%;
  background-image: url("../images/shape-02.svg");
  transform: translateY(-50%);
}
.staticBanner .banner .slider > img {
  position: relative;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  .staticBanner .banner .slider {
    z-index: 100;
    margin-bottom: 0rem;
    overflow: hidden;
  }
  .staticBanner .banner .slider:before {
    display: none;
  }
  .staticBanner .banner .slider:after {
    top: auto;
    bottom: 0;
    transform: none;
  }
}
.staticBanner .banner .heading {
  position: relative;
  padding: 2.25rem 0;
}
@media only screen and (max-width: 767px) {
  .staticBanner .banner .heading {
    padding: 1rem 0;
  }
}
.staticBanner .banner .heading h2 {
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
}
.staticBanner .banner .heading h2 + p {
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  color: #8b8d8d;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .staticBanner .banner .heading h2 {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
  }
  .staticBanner .banner .heading h2 + P {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.modalWindow,
.process,
.screenAlert {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

/* SCREENALERT */
.screenAlert .alertContainer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 3rem;
}

.screenAlert .alert {
  background: #eaf0ff;
  border-radius: 0.25rem;
  padding: 1.25rem;
  display: inline-flex;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  position: relative;
  padding-left: 3rem;
}

.screenAlert .alert:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.screenAlert .alert p {
  margin-bottom: 0;
}

.screenAlert.success {
  color: #339900;
}

.screenAlert.success .alert:before {
  background-image: url("../images/alert-icon/success.svg");
}

.screenAlert.warning {
  color: #26278b;
}

.screenAlert.warning .alert:before {
  background-image: url("../images/alert-icon/warning.svg");
}

.screenAlert.error {
  color: #cc3300;
}

.screenAlert.error .alert:before {
  background-image: url("../images/alert-icon/error.svg");
}

/* PROCESS */
.process .processContainer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.process .processContainer p {
  color: #fff;
}

.process .processContainer .cv-spinner {
  display: flex;
  justify-content: center;
}

.process .processContainer .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px solid #151d6b;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.process .processContainer .is-hide {
  display: none;
}

.headerWrap {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
}
.headerWrap .header {
  position: relative;
  text-align: center;
}
.headerWrap .header .logo {
  position: relative;
}
.headerWrap .header .logo img {
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .headerWrap .header .logo img {
    max-width: 250px;
  }
}

.footerWrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
.footerWrap .wrapSection {
  background: #272a2a;
  padding: 1rem 0;
  position: relative;
}
.footerWrap .wrapSection.newsLetter {
  padding: 3rem 0;
  position: relative;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .footerWrap .wrapSection.newsLetter {
    padding: 1rem;
  }
}
.footerWrap .wrapSection.newsLetter h4 {
  font-size: 3.25rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .footerWrap .wrapSection.newsLetter h4 {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.footerWrap .wrapSection.newsLetter h4 + .requestSubmit {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
}
.footerWrap .wrapSection.newsLetter h4 + .requestSubmit form {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.footerWrap .wrapSection.newsLetter h4 + .requestSubmit form input[type=email], .footerWrap .wrapSection.newsLetter h4 + .requestSubmit form button {
  width: 350px;
  background: #272a2a;
  border: none;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 500;
  padding: 1rem;
  padding-left: 0;
}
.footerWrap .wrapSection.newsLetter h4 + .requestSubmit form input[type=email]:focus, .footerWrap .wrapSection.newsLetter h4 + .requestSubmit form button:focus {
  outline: none;
  background: #272a2a;
}
@media only screen and (max-width: 767px) {
  .footerWrap .wrapSection.newsLetter h4 + .requestSubmit form input[type=email], .footerWrap .wrapSection.newsLetter h4 + .requestSubmit form button {
    width: auto;
  }
}
.footerWrap .wrapSection.newsLetter h4 + .requestSubmit form button {
  width: auto;
  padding: 1rem;
  padding-right: 0;
  cursor: pointer;
}
.footerWrap .wrapSection.socialNetwork {
  padding: 1.25rem 0;
  background: #272a2a;
}
@media only screen and (max-width: 767px) {
  .footerWrap .wrapSection.socialNetwork {
    padding: 1rem;
  }
}
.footerWrap .wrapSection.socialNetwork:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 1.75rem;
}
.footerWrap .wrapSection.socialNetwork h6 {
  display: inline-block;
  background: #272a2a;
  margin-bottom: 1.75rem;
  padding: 0rem 2rem;
  letter-spacing: 0.5rem;
  position: relative;
  z-index: 100;
}
.footerWrap .wrapSection.socialNetwork h6 + ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.footerWrap .wrapSection.socialNetwork h6 + ul li {
  position: relative;
}
.footerWrap .wrapSection.socialNetwork h6 + ul li a {
  color: #fff;
}
.footerWrap .wrapSection.socialNetwork h6 + ul li a img {
  max-height: 32px;
}
.footerWrap .wrapSection.copyright {
  background: #0477bf;
}

.inputField {
  width: 100%;
  margin-bottom: 1rem;
  display: block;
  background: #fff;
  font-size: 1rem;
}
.inputField label[for^=title] {
  display: block;
  font-weight: 500;
  color: #0477bf;
  margin-bottom: 0.25rem;
}
.inputField input,
.inputField input[type=text],
.inputField input[type=email],
.inputField input[type=password],
.inputField input[type=date],
.inputField textarea {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 2px solid #dedddd;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
.inputField input:focus,
.inputField input[type=text]:focus,
.inputField input[type=email]:focus,
.inputField input[type=password]:focus,
.inputField input[type=date]:focus,
.inputField textarea:focus {
  outline: none;
  border: 2px solid rgb(171.7611940299, 169.2388059701, 169.2388059701);
}
.inputField input + small.alert,
.inputField input[type=text] + small.alert,
.inputField input[type=email] + small.alert,
.inputField input[type=password] + small.alert,
.inputField input[type=date] + small.alert,
.inputField textarea + small.alert {
  color: red;
}
.inputField textarea {
  resize: none;
  height: 100%;
}
.inputField .button,
.inputField input[type=button],
.inputField input[type=submit] {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 2px solid #dedddd;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  display: inline-block;
  background-color: #0477bf;
  border: 1px solid #0477bf;
  color: #fff;
  cursor: pointer;
  transition: all ease 0.4s;
}
.inputField .button:hover,
.inputField input[type=button]:hover,
.inputField input[type=submit]:hover {
  background-color: rgb(2.9538461538, 87.8769230769, 141.0461538462);
}
.inputField .reset-btn,
.inputField input[type=reset] {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 2px solid #dedddd;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #eaedee;
  border: 2px solid #dedddd;
  color: #5c7986;
  cursor: pointer;
}
.inputField .reset-btn:hover,
.inputField input[type=reset]:hover {
  background-color: rgb(205.8157894737, 212.8421052632, 215.1842105263);
}
.inputField .selectbox {
  position: relative;
}
.inputField .selectbox select {
  width: 100%;
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 2px solid #dedddd;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  background: transparent;
}
.inputField .selectbox:before {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  font-size: 1.2rem;
  font-weight: 600;
  transform: translateY(-50%);
  z-index: 0;
}
.inputField .selectbox:focus {
  outline: none;
  border: 1px solid #0477bf;
}

.wrapContainer, .homeTemplate .wrapFeatures, .homeTemplate .joinUs, .homeTemplate .wrapIntroduction, .homeTemplate, .template, .staticBanner, .headerWrap, .footerWrap {
  width: 100%;
  float: left;
}

.innerContainer, .homeTemplate .wrapFeatures .sectionContainer, .homeTemplate .joinUs .sectionContainer, .homeTemplate .wrapIntroduction .sectionContainer, .template .templateBody, .staticBanner .banner, .headerWrap .header, .footerWrap .wrapSection .sectionContainer {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0rem 1rem;
}

.headingtitle {
  color: #aebf2a;
  text-transform: capitalize;
  text-align: center;
  padding: 0rem 1rem;
  background: #fff;
  margin-bottom: 0;
}
.headingtitle span {
  color: #0477bf;
  font-weight: 800;
}

.success {
  color: darkgreen;
}

.danger {
  color: red;
}

.text-primary {
  color: #0477bf;
}

.text-secondary {
  color: #aebf2a;
}

.dataForm {
  width: 100%;
  float: left;
}
.dataForm .data_row {
  display: flex;
  grid-column-gap: 1.25rem;
}
.dataForm .data_row.action_button {
  text-align: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .dataForm .data_row.action_button {
    align-items: center;
    row-gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .dataForm .data_row {
    display: flex;
    flex-direction: column;
  }
}
.dataForm .data_row .inputField {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  grid-row-gap: 0.25rem;
  margin-bottom: 0.75rem;
}
.dataForm .data_row .inputField label {
  font-weight: 400;
  color: #0477bf;
}
.dataForm .data_row .inputField label i.fa {
  margin-right: 0.25rem;
}
.dataForm .data_row .inputField small.help_text {
  font-size: 0.75rem;
  color: #0477bf;
}
.dataForm .data_row button[type=submit] {
  display: inline-block;
  font-family: inherit;
  font-size: 1.25rem;
  line-height: inherit;
  border: none;
  border-radius: 0.25rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #0477bf;
  color: #fff;
  position: relative;
  padding: 0.75rem 1rem;
  cursor: pointer;
}
.dataForm .data_row button[type=submit]:hover {
  background: rgb(2.9538461538, 87.8769230769, 141.0461538462);
}

.template {
  background: #fff;
  padding: 2rem 0;
}
.template .templateBody {
  width: auto;
}
.template .templateBody.resetPadding {
  padding: 0;
}

.homeTemplate {
  display: flex;
  flex-direction: column;
}
.homeTemplate .wrapIntroduction {
  background: #fff;
  padding: 1rem;
}
.homeTemplate .wrapIntroduction .sectionContainer {
  text-align: center;
  padding: 3rem 0;
}
@media only screen and (max-width: 767px) {
  .homeTemplate .wrapIntroduction .sectionContainer {
    padding: 1rem;
  }
}
.homeTemplate .wrapIntroduction .sectionContainer .aboutus,
.homeTemplate .wrapIntroduction .sectionContainer .whyus {
  position: relative;
}
.homeTemplate .wrapIntroduction .sectionContainer .aboutus > h2,
.homeTemplate .wrapIntroduction .sectionContainer .whyus > h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
.homeTemplate .wrapIntroduction .sectionContainer .aboutus > h2 + p,
.homeTemplate .wrapIntroduction .sectionContainer .whyus > h2 + p {
  font-size: 1.25rem;
  margin-bottom: 3rem;
  font-weight: 500;
}
.homeTemplate .wrapIntroduction .sectionContainer .aboutus > h2 + p + img,
.homeTemplate .wrapIntroduction .sectionContainer .whyus > h2 + p + img {
  max-width: 450px;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .homeTemplate .wrapIntroduction .sectionContainer .aboutus > h2,
  .homeTemplate .wrapIntroduction .sectionContainer .whyus > h2 {
    font-size: 2rem;
  }
  .homeTemplate .wrapIntroduction .sectionContainer .aboutus > h2 + p,
  .homeTemplate .wrapIntroduction .sectionContainer .whyus > h2 + p {
    font-size: 0.875rem;
  }
  .homeTemplate .wrapIntroduction .sectionContainer .aboutus > h2 + p + img,
  .homeTemplate .wrapIntroduction .sectionContainer .whyus > h2 + p + img {
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
.homeTemplate .wrapIntroduction .sectionContainer .faqsection {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.homeTemplate .wrapIntroduction .sectionContainer .faqsection .faqContainer {
  padding: 1.25rem 0;
  border-bottom: 1px solid #000;
  cursor: pointer;
  transition: all 0.3s ease;
}
.homeTemplate .wrapIntroduction .sectionContainer .faqsection .faqContainer h5 {
  position: relative;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 2.5rem;
}
.homeTemplate .wrapIntroduction .sectionContainer .faqsection .faqContainer h5 img {
  max-width: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.homeTemplate .wrapIntroduction .sectionContainer .faqsection .faqContainer p {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  color: #333;
  line-height: 1.6;
  transition: max-height 0.35s ease, margin-top 0.25s ease;
}
.homeTemplate .wrapIntroduction .sectionContainer .faqsection .faqContainer.open h5 img {
  transform: translateY(-50%) rotate(180deg);
}
.homeTemplate .wrapIntroduction .sectionContainer .faqsection .faqContainer.open p {
  margin-top: 0.75rem;
  max-height: 500px;
}
@media only screen and (max-width: 767px) {
  .homeTemplate .wrapIntroduction .sectionContainer .faqsection .faqContainer {
    padding: 1rem 0;
  }
  .homeTemplate .wrapIntroduction .sectionContainer .faqsection .faqContainer h5 {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.homeTemplate .joinUs {
  position: relative;
  margin-bottom: 2rem;
  background: rgba(4, 119, 191, 0.8);
}
.homeTemplate .joinUs:before {
  content: "";
  width: 50%;
  height: 100%;
  background: #0477bf;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .homeTemplate .joinUs:before {
    display: none;
  }
}
.homeTemplate .joinUs .sectionContainer {
  position: relative;
  z-index: 200;
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.homeTemplate .joinUs .sectionContainer .item {
  flex: 1;
  text-align: center;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.homeTemplate .joinUs .sectionContainer .item h3 {
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.homeTemplate .joinUs .sectionContainer .item h3 + span {
  display: block;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.homeTemplate .joinUs .sectionContainer .item a {
  min-width: 200px;
  display: inline-block;
  background: #fff;
  border-radius: 2rem;
  padding: 0.5rem 0.75rem;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
}
.homeTemplate .joinUs .sectionContainer .item a.dark {
  background: #aebf2a;
  color: #fff;
}
.homeTemplate .joinUs .sectionContainer .item a i.fa {
  margin-left: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .homeTemplate .joinUs .sectionContainer {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding: 0;
  }
  .homeTemplate .joinUs .sectionContainer .item {
    flex: none;
    padding: 1.75rem 0.5rem;
    min-height: auto;
  }
  .homeTemplate .joinUs .sectionContainer .item:nth-of-type(odd) {
    background: #0477bf;
  }
  .homeTemplate .joinUs .sectionContainer .item h3 {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
  }
  .homeTemplate .joinUs .sectionContainer .item h3 + span {
    display: block;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.homeTemplate .wrapFeatures {
  background: url("../images/gradient.png") repeat-x bottom left;
  position: relative;
}
.homeTemplate .wrapFeatures:before, .homeTemplate .wrapFeatures:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 300px;
  height: 190px;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 100;
}
.homeTemplate .wrapFeatures:before {
  left: 0px;
  background-image: url("../images/shape-03.png");
  background-position: left bottom;
}
.homeTemplate .wrapFeatures:after {
  right: 0;
  background-image: url("../images/shape-04.png");
  background-position: right bottom;
}
.homeTemplate .wrapFeatures .sectionContainer {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.homeTemplate .wrapFeatures .sectionContainer > h3 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.homeTemplate .wrapFeatures .sectionContainer > h3 + p {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  color: #8b8d8d;
}
@media only screen and (max-width: 767px) {
  .homeTemplate .wrapFeatures .sectionContainer {
    padding: 0;
  }
  .homeTemplate .wrapFeatures .sectionContainer > h3 {
    font-size: 1.75rem;
  }
  .homeTemplate .wrapFeatures .sectionContainer > h3 + p {
    font-size: 0.875rem;
    padding: 0 1rem;
    margin-bottom: 0;
  }
}
.homeTemplate .wrapFeatures .sectionContainer .featureContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 2rem 0;
  margin-bottom: 3rem;
}
.homeTemplate .wrapFeatures .sectionContainer .featureContainer .item {
  position: relative;
}
.homeTemplate .wrapFeatures .sectionContainer .featureContainer .item img {
  max-width: 150px;
  margin-bottom: 2rem;
}
.homeTemplate .wrapFeatures .sectionContainer .featureContainer .item img + h5 {
  font-size: 1.5rem;
  font-weight: 500;
}
.homeTemplate .wrapFeatures .sectionContainer .featureContainer .item img + h5 + p {
  color: #8b8d8d;
}
@media only screen and (max-width: 767px) {
  .homeTemplate .wrapFeatures .sectionContainer .featureContainer {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
    margin-bottom: 4rem;
  }
  .homeTemplate .wrapFeatures .sectionContainer .featureContainer .item {
    padding: 2rem;
    padding-bottom: 1rem;
  }
  .homeTemplate .wrapFeatures .sectionContainer .featureContainer .item:nth-last-of-type(odd) {
    background: #fff;
  }
}/*# sourceMappingURL=style.css.map */