@charset "UTF-8";
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;
}

body {
  line-height: 1;
  font-family: lato;
}

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

:root {
  font-size: 100%;
}

*, p, div, a, label, h1, h2, h3, h4, h5 {
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-size: 1.125rem;
  line-height: 200%;
}

.h60 {
  font-size: 2rem;
  line-height: 129%;
}
@media (min-width: 1024px) {
  .h60 {
    font-size: 3.75rem;
    line-height: 72px;
  }
}

.h48 {
  font-size: 2.25rem;
  line-height: 133%;
}
@media (min-width: 1024px) {
  .h48 {
    font-size: 3rem;
    line-height: 125%;
  }
}

.t28 {
  font-size: 1.75rem;
  line-height: 129%;
}

.t24 {
  font-size: 1.5rem;
  line-height: 36px;
}

.light {
  font-weight: 300;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extra-bold {
  font-weight: 800;
}

.font-black-1 {
  color: #1E1E1E;
}

.font-blue-1 {
  color: #0D3053;
}

.font-orange-1 {
  color: #DD7464;
}

.font-orange-2 {
  color: #E3BF6B;
}

.font-orange-3 {
  color: #FADF9A;
}

.font-white {
  color: #FFFFFF;
}

.font-grey-1 {
  color: #838B9F;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
  background-color: #FFFFFF;
}

footer {
  margin-top: auto;
}

@media (min-width: 1024px) {
  .mobile-only {
    display: none !important;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-only {
    display: block;
  }
}

.none {
  display: none !important;
}

.section__width {
  padding: 3.75rem 5%;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .section__width {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .section__width {
    padding: 3.75rem 7.5%;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

.cursor-pointer {
  cursor: pointer;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=number],
textarea,
select {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  box-sizing: border-box;
  margin: auto;
  padding: 1.375rem 0.75rem;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  color: #FFFFFF;
  font-weight: 400;
}
@media (min-width: 1024px) {
  input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=number],
textarea,
select {
    padding: 1.375rem 1.5rem;
  }
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
input[type=number]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #0D3053;
  font-weight: 400;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 1px solid #FFFFFF;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=number],
textarea,
select {
  height: 80px;
}

textarea {
  min-height: 150px;
}

label {
  margin: auto;
  width: 100%;
  font-family: "Poppins", sans-serif;
}

option {
  background-color: #FFFFFF;
  font: normal 1em Inter, sans-serif;
}

select {
  appearance: none;
  z-index: 2;
}

fieldset {
  position: relative;
}
fieldset select {
  position: relative;
  z-index: 2;
  background-color: transparent;
  cursor: pointer;
}
fieldset > svg {
  position: absolute;
  right: 3%;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.w-max-content {
  width: max-content;
}

.w-min-content {
  width: min-content;
}

.w-100 {
  width: 100% !important;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

@media (min-width: 1024px) {
  .w-50-desktop {
    width: 50%;
    margin: auto;
  }
}

@media (min-width: 768px) {
  .w-75-desktop {
    width: 75%;
    margin: auto;
  }
}
@media (min-width: 1440px) {
  .w-75-desktop {
    width: 60%;
  }
}

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

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

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

.position-relative {
  position: relative;
}

.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-direction-column {
  flex-direction: column;
}

.flex-direction-row {
  flex-direction: row;
}

.justify-content-start {
  justify-content: start;
}

.justify-content-end {
  justify-content: end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

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

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

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

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

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

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.order-sm-1-lg-2 {
  order: 1;
}
@media (min-width: 768px) {
  .order-sm-1-lg-2 {
    order: 2;
  }
}

.order-sm-2-lg-1 {
  order: 2;
}
@media (min-width: 768px) {
  .order-sm-2-lg-1 {
    order: 1;
  }
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-1 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.mx-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.mx-3 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-1 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.m-0 {
  margin: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 1rem;
}

.ml-4 {
  margin-left: 1.5rem;
}

.ml-5 {
  margin-left: 3rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 1rem;
}

.mr-4 {
  margin-right: 1.5rem;
}

.mr-5 {
  margin-right: 3rem;
}

.px-auto {
  padding-right: auto;
  padding-left: auto;
}

.p-0 {
  padding: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pt-5 {
  padding-top: 3rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 1rem;
}

.pl-4 {
  padding-left: 1.5rem;
}

.pl-5 {
  padding-left: 3rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 1rem;
}

.pr-4 {
  padding-right: 1.5rem;
}

.pr-5 {
  padding-right: 3rem;
}

.cursor-pointer {
  cursor: pointer;
}

.white-space-nowrap {
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.text-overflow-ellipis {
  text-overflow: ellipsis;
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-orange-2 {
  background-color: #E3BF6B;
}

.bg-orange-3 {
  background-color: #FADF9A;
}

.opacity-0 {
  opacity: 0;
}

.nav__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  background-color: #E3BF6B;
  padding: 0 5%;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .nav__wrapper {
    max-width: 1440px;
    margin: auto;
    width: 100%;
  }
}
.nav__wrapper .company-logo {
  height: 30px;
}
@media (min-width: 1024px) {
  .nav__wrapper .company-logo {
    height: initial;
  }
}

.nav-mobile__wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100px;
}

.nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  aspect-ratio: 1;
  background-color: #0D3053;
  border-radius: 10px;
}
.nav-icon--orange {
  background-color: #FADF9A;
}

.nav-mobile__content {
  position: fixed;
  top: 0;
  z-index: 1;
  left: 0;
  box-sizing: border-box;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: auto;
  background: #0D3053;
  padding: 0 5% 3rem;
}
.nav-mobile__content.visible {
  width: 100%;
  height: 100vh;
  opacity: 1;
}

.button {
  background-color: #DD7464;
  border: 1px solid #DD7464;
  border-radius: 10px;
  box-sizing: border-box;
  min-width: 9rem;
  width: max-content;
  padding: 15px 5%;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.button--small {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 50px;
}
.button--yellow {
  background-color: #E3BF6B;
  border: 1px solid #E3BF6B;
  color: #0D3053;
}
.button--yellow-border {
  background-color: #0D3053;
  border: 1px solid #E3BF6B;
  color: #E3BF6B;
}
.button--secondary {
  background-color: #E3BF6B;
  border: 1px solid #E3BF6B;
  color: #1E1E1E;
}
.button--black {
  background-color: #000000;
  border: 1px solid #000000;
  color: #FFFFFF;
}
.button--blue {
  background-color: #0D3053;
  border: 1px solid #0D3053;
  color: #FADF9A;
}

.footer__section {
  background-color: #0D3053;
}
@media (min-width: 1440px) {
  .footer__section {
    padding: 3.75rem 5%;
  }
}

.footer__wrapper {
  display: grid;
  row-gap: 2.2rem;
  text-align: center;
}
.footer__wrapper div, .footer__wrapper a {
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .footer__wrapper {
    grid-template-columns: repeat(3, 1fr) 0.75fr 1fr 1fr;
    align-items: flex-start;
    column-gap: 2.5%;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .footer__wrapper {
    column-gap: 3%;
  }
}

.footer-links__wrapper {
  display: grid;
  row-gap: 1.5rem;
  justify-content: center;
}
@media (min-width: 1024px) {
  .footer-links__wrapper {
    row-gap: 1rem;
    justify-content: left;
  }
}

.footer-sosmed__wrapper {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-items: center;
}

.banner__section {
  display: grid;
  row-gap: 1rem;
  background: #E3BF6B;
  text-align: center;
}
@media (min-width: 768px) {
  .banner__section {
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    text-align: left;
  }
}
.banner__caption {
  display: grid;
  row-gap: 1rem;
  justify-items: center;
  margin-bottom: 1.625rem;
}
@media (min-width: 768px) {
  .banner__caption {
    justify-items: left;
  }
}

.button-dynamic {
  width: 100%;
}
@media (min-width: 768px) {
  .button-dynamic {
    width: max-content;
  }
}

.local-business__section {
  display: grid;
  row-gap: 2.2rem;
  justify-items: center;
  background-color: #19446D;
}
@media (min-width: 1024px) {
  .local-business__section {
    row-gap: 2.5rem;
  }
}

.advantage__section {
  display: grid;
  row-gap: 2.875rem;
}
.advantage__item {
  display: grid;
  row-gap: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .advantage__item {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    column-gap: 5%;
    text-align: left;
  }
}
.advantage__item img {
  width: 75%;
  margin: auto;
}
@media (min-width: 768px) {
  .advantage__item img {
    width: unset;
    margin: auto;
  }
}

.testimony__section {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  background-color: #FADF9A;
}
@media (min-width: 1024px) {
  .testimony__section {
    row-gap: 2.5rem;
  }
}
.testimony-card {
  width: 16rem;
  margin-right: 20px;
  display: grid;
  flex-direction: column;
  justify-content: center;
  background-color: #0D3053;
  border-radius: 10px;
  min-height: 16.5rem;
  padding: 2rem 5%;
}
.testimony-card p {
  color: #FADF9A;
}
@media (min-width: 768px) {
  .testimony-card {
    width: initial;
    margin-right: 0;
    min-height: 13.5rem;
    padding: 2.625rem 5%;
  }
}

.splide {
  overflow: auto !important;
}

.splide__track {
  margin-bottom: 3rem;
}

.splide__pagination {
  position: unset !important;
  display: flex;
  column-gap: 1%;
}
.splide__pagination__page {
  width: 18px !important;
  height: 18px !important;
  background-color: transparent !important;
  border: 2px solid #0D3053 !important;
  opacity: 1 !important;
}
.splide__pagination__page.is-active {
  background-color: #0D3053 !important;
  border: 2px solid #0D3053 !important;
  transform: none !important;
}

.steps__section {
  background-color: #78C0C5;
}
.steps__wrapper {
  display: grid;
  row-gap: 2.5rem;
}
@media (min-width: 768px) {
  .steps__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .steps__wrapper {
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 1440px) {
  .steps__wrapper {
    width: 75%;
  }
}
.steps__wrapper img {
  display: flex;
  margin-bottom: 2.25rem;
}

.highlight {
  background-color: #FADF9A;
  padding: 2px 5px;
}

.pricing__section {
  display: grid;
  row-gap: 2.5rem;
  background-color: #DD7464;
}
.pricing__wrapper {
  display: grid;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .pricing__wrapper {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5%;
  }
}
@media (min-width: 1024px) {
  .pricing__wrapper {
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 1440px) {
  .pricing__wrapper {
    width: 75%;
  }
}
.pricing__item {
  display: grid;
  align-content: space-between;
  border-radius: 20px;
  border: 2px solid #0D3053;
  padding: 2.5rem 5%;
}
.pricing__item .button {
  justify-self: center;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .pricing__item {
    padding: 2.5rem 10%;
  }
}

.faq__section {
  display: grid;
  row-gap: 2.5rem;
  background-color: #0D3053;
}
.faq__wrapper {
  display: grid;
  row-gap: 1rem;
}
.faq__item {
  background-color: #FFFFFF;
  border-radius: 10px;
}

.accordion__wrapper {
  display: grid;
  row-gap: 1.25rem;
}
@media (min-width: 1024px) {
  .accordion__wrapper {
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 1440px) {
  .accordion__wrapper {
    width: 75%;
  }
}
.accordion__wrapper input {
  position: absolute;
  opacity: 0;
}
.accordion__wrapper .accordion__item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
}
.accordion__wrapper .accordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  box-sizing: border-box;
  padding: 0.5rem 1.75rem;
  background-color: #FFFFFF;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .accordion__wrapper .accordion__title {
    padding: 0.5rem 2.75rem;
  }
}
.accordion__wrapper .accordion__title::after {
  content: "❯";
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  transform: rotate(90deg);
  text-align: center;
  transition: all 0.25s;
}
.accordion__wrapper .accordion__content {
  background-color: #FFFFFF;
  padding: 0 1.75rem;
  max-height: 0;
  transition: height 0.25s;
}
@media (min-width: 1024px) {
  .accordion__wrapper .accordion__content {
    padding: 0 2.75rem;
  }
}
.accordion__wrapper input:checked + .accordion__title {
  background-color: #E3BF6B;
}
.accordion__wrapper input:checked + .accordion__title::after {
  transform: rotate(270deg);
}
.accordion__wrapper input:checked ~ .accordion__content {
  background-color: #E3BF6B;
  max-height: max-content;
  padding: 0 1.75rem 2rem;
}
@media (min-width: 1024px) {
  .accordion__wrapper input:checked ~ .accordion__content {
    padding: 0 2.75rem 2rem;
  }
}

.subscribe__section {
  background-color: #0D3053;
}
.subscribe__wrapper {
  background-color: #E3BF6B;
  border-radius: 20px;
  padding: 2.625rem 5% 3.375rem;
}
@media (min-width: 1024px) {
  .subscribe__wrapper {
    padding: 3.25rem 3%;
  }
  .subscribe__wrapper h2 {
    width: 75%;
    margin: auto auto 3.125rem;
  }
}
.subscribe-input__wrapper {
  display: grid;
  row-gap: 1.375rem;
}
@media (min-width: 1024px) {
  .subscribe-input__wrapper {
    position: relative;
    width: 75%;
    margin: auto;
  }
  .subscribe-input__wrapper .button {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
}

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