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;
}
@font-face {
  font-family: 'Geologica-Auto';
  src: url('../fonts/Geologica_Auto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Geologica-Auto';
  src: url('../fonts/Geologica_Auto-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Geologica-Auto';
  src: url('../fonts/Geologica_Auto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Geologica-Auto';
  src: url('../fonts/Geologica_Auto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Geologica-Auto';
  src: url('../fonts/Geologica_Auto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Geologica-Auto';
  src: url('../fonts/Geologica_Auto-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Geologica-Auto';
  src: url('../fonts/Geologica_Auto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Geologica-Auto';
  src: url('../fonts/Geologica_Auto-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Geologica-Auto';
  src: url('../fonts/Geologica_Auto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  background: #f5faff;
  color: #5d84af;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
a {
  color: #00b4fc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn {
  width: fit-content;
  padding: 0 30px;
  display: flex;
  align-items: center;
  height: 40px;
  font-family: 'Geologica-Auto';
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 500px;
  overflow: hidden;
}
.btn:hover {
  text-decoration: none;
}
.btn.primary {
  background-color: #00b4fc;
  color: #ffffff;
}
.font-36 {
  font-family: 'Geologica-Auto';
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0;
}
.font-30 {
  font-family: 'Geologica-Auto';
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
}
.font-24 {
  font-family: 'Geologica-Auto';
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
}
.font-21 {
  font-family: 'Geologica-Auto';
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0%;
}
.font-18 {
  font-family: 'Geologica-Auto';
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}
.font-16 {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.font-14 {
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
}
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.site-header {
  z-index: 90;
  position: sticky;
  top: 0;
  width: 100vw;
  transition: background-color 0.3s ease;
}
.site-header.white {
  position: sticky;
  background-color: #f5faff;
}
.site-header.white .container .logo img:last-child {
  display: flex;
}
.site-header.white .container .logo img:first-child {
  display: none;
}
.site-header.white .container nav ul li.toggle-service::before {
  border-top: solid 2px #0b2744;
  border-left: solid 2px #0b2744;
}
.site-header.white .container nav ul li a {
  color: #0b2744;
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  transition: all 0.3s ease;
}
.site-header .container .logo {
  max-width: 280px;
  max-height: 60px;
  width: 100%;
  height: 100%;
}
.site-header .container .logo img {
  object-fit: contain;
  transition: opacity 0.3s ease;
}
.site-header .container .logo img:last-child {
  display: none;
}
.site-header .container .logo img:first-child {
  display: flex;
}
.site-header .container nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 35px;
}
.site-header .container nav ul li {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.site-header .container nav ul li.toggle-service {
  position: relative;
  padding-right: 20px;
}
.site-header .container nav ul li.toggle-service::before {
  content: " ";
  width: 6px;
  height: 6px;
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  transform: rotate(224deg);
  position: absolute;
  right: 0;
  top: 6px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.site-header .container nav ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-header .container nav ul li a:hover,
.site-header .container nav ul li a:focus,
.site-header .container nav ul li a:active {
  color: #00b4fc;
  text-decoration: none;
  font-weight: 600;
}
.site-header .container nav ul li.current-menu-item a,
.site-header .container nav ul li.current_page_item a,
.site-header .container nav ul li.current_page_parent a,
.site-header .container nav ul li.current_page_ancestor a {
  color: #00b4fc;
}
.site-header .container .hamburger {
  display: none;
}
@media (max-width: 767px) {
  .site-header.white .container .hamburger {
    background: url(../images/hamburger-black.svg) no-repeat center;
  }
  .site-header .container {
    height: 70px;
  }
  .site-header .container .hamburger {
    display: flex;
    width: 25px;
    height: 25px;
    background: url(../images/hamburger.svg) no-repeat center;
    background-size: contain;
  }
  .site-header .container .logo {
    max-width: 210px;
    max-height: 45px;
  }
  .site-header .container nav {
    display: none;
  }
}
.sidebar-menu {
  display: none;
}
@media (max-width: 767px) {
  .sidebar-menu {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    flex-direction: column;
  }
  .sidebar-menu .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 0 20px;
  }
  .sidebar-menu .top .logo {
    max-width: 210px;
    max-height: 45px;
    width: 100%;
    height: 100%;
  }
  .sidebar-menu .top .close {
    display: flex;
    width: 25px;
    height: 25px;
    background: url(../images/close.svg) no-repeat center;
    background-size: contain;
  }
  .sidebar-menu .bottom {
    padding: 0 20px 50px;
    margin-top: 50px;
    height: calc(100% - 170px);
    overflow-y: scroll;
  }
  .sidebar-menu .bottom ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .sidebar-menu .bottom ul .service-collum {
    padding-left: 20px;
    display: none;
  }
  .sidebar-menu .bottom ul .service-collum h4 {
    font-family: 'Geologica-Auto';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #00b4fc;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .sidebar-menu .bottom ul li {
    display: flex;
    align-items: center;
  }
  .sidebar-menu .bottom ul li.toogle-service-mobile {
    padding-right: 20px;
    position: relative;
  }
  .sidebar-menu .bottom ul li.toogle-service-mobile::before {
    content: " ";
    width: 6px;
    height: 6px;
    border-top: solid 2px #0b2744;
    border-left: solid 2px #0b2744;
    transform: rotate(224deg);
    position: absolute;
    right: 0;
    top: 6px;
    cursor: pointer;
  }
  .sidebar-menu .bottom ul li a {
    font-family: 'Geologica-Auto';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none;
    color: #0b2744;
    position: relative;
  }
}
.custom-service {
  display: none;
  position: fixed;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.95);
  top: 100px;
  z-index: 50;
}
.custom-service .container .content {
  padding: 60px 80px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.custom-service .container .content .left {
  display: flex;
  gap: 64px;
}
.custom-service .container .content .left .collum h4 {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #00b4fc;
  margin-bottom: 30px;
  font-weight: 600;
}
.custom-service .container .content .left .collum ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.custom-service .container .content .left .collum ul li a {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0b2744;
  text-decoration: none;
}
.custom-service .container .content .left .collum ul li.active a {
  color: #00b4fc;
}
.custom-service .container .content .img {
  padding-left: 100px;
}
.custom-service .container .content .img img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .custom-service .container .content {
    padding: 60px 40px;
    gap: 40px;
  }
  .custom-service .container .content .left {
    gap: 20px;
  }
  .custom-service .container .content .img {
    padding-left: 0;
  }
}
.site-footer {
  background-color: #002048;
  padding: 60px 0 0;
  overflow: hidden;
}
.site-footer .container .footer-content {
  padding: 0 80px;
  display: flex;
  gap: 80px;
  margin-bottom: 50px;
}
.site-footer .container .footer-content .footer-col {
  margin-top: 25px;
}
.site-footer .container .footer-content .footer-col h4 {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}
.site-footer .container .footer-content .footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.site-footer .container .footer-content .footer-col ul li .icon {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  display: flex;
}
.site-footer .container .footer-content .footer-col ul li .icon.icon-location {
  background: url(../images/pin.svg) no-repeat center;
  background-size: contain;
}
.site-footer .container .footer-content .footer-col ul li .icon.icon-phone {
  background: url(../images/phone.svg) no-repeat center;
  background-size: contain;
}
.site-footer .container .footer-content .footer-col ul li .icon.icon-wa {
  background: url(../images/wa.svg) no-repeat center;
  background-size: contain;
}
.site-footer .container .footer-content .footer-col ul li .icon.icon-mail {
  background: url(../images/email.svg) no-repeat center;
  background-size: contain;
}
.site-footer .container .footer-content .footer-col ul li .icon.icon-instagram {
  background: url(../images/instagram.svg) no-repeat center;
  background-size: contain;
}
.site-footer .container .footer-content .footer-col ul li .icon.icon-facebook {
  background: url(../images/facebook.svg) no-repeat center;
  background-size: contain;
}
.site-footer .container .footer-content .footer-col ul li .icon.icon-tiktok {
  background: url(../images/tiktok.svg) no-repeat center;
  background-size: contain;
}
.site-footer .container .footer-content .footer-col ul li .icon.icon-youtube {
  background: url(../images/youtube.svg) no-repeat center;
  background-size: contain;
}
.site-footer .container .footer-content .footer-col ul a {
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #ffffff;
  text-decoration: none;
}
.site-footer .container .footer-content .footer-col.company {
  width: 250px;
  margin-right: auto;
}
.site-footer .container .footer-content .footer-col.company .logo {
  width: fit-content;
  height: 50px;
  margin-bottom: 40px;
}
.site-footer .container .footer-content .footer-col.company .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-footer .container .footer-content .footer-col.company .contact-info {
  display: flex;
  flex-direction: column;
}
.site-footer .container .footer-content .footer-col.company .contact-info li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-footer .container .footer-content .footer-col.company .contact-info li a {
  text-decoration: none;
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #ffffff;
}
.site-footer .container .footer-content .footer-col .social-icons {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.site-footer .container hr {
  width: calc(100% - 160px);
  margin: 0 auto;
}
.site-footer .container .footer-bottom {
  padding: 20px 80px;
  display: flex;
  justify-content: space-between;
}
.site-footer .container .footer-bottom br {
  display: none;
}
.site-footer .container .footer-bottom p {
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #ffffff;
}
.site-footer .container .footer-bottom .legal-links {
  display: flex;
  align-items: center;
  gap: 40px;
}
.site-footer .container .footer-bottom .legal-links .divider {
  display: none;
}
.site-footer .container .footer-bottom .legal-links a {
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .site-footer {
    padding: 50px 0 0;
  }
  .site-footer .container .footer-content {
    padding: 0;
    gap: 50px;
    flex-direction: column;
  }
  .site-footer .container .footer-content .footer-col {
    margin-top: 0;
  }
  .site-footer .container .footer-content .footer-col.sitemaps ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 30px;
    padding: 0;
    list-style: none;
  }
  .site-footer .container .footer-content .footer-col.sitemaps ul li {
    margin: 0;
  }
  .site-footer .container .footer-content .footer-col.sitemaps ul li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .site-footer .container .footer-content .footer-col.sitemaps ul li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .site-footer .container .footer-content .footer-col.sitemaps ul li:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  .site-footer .container .footer-content .footer-col.sitemaps ul li:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
  }
  .site-footer .container .footer-content .footer-col.sitemaps ul li:nth-child(5) {
    grid-column: 1;
    grid-row: 5;
  }
  .site-footer .container .footer-content .footer-col.sitemaps ul li:nth-child(6) {
    grid-column: 1;
    grid-row: 6;
  }
  .site-footer .container .footer-content .footer-col.company {
    width: 187px;
  }
  .site-footer .container .footer-content .footer-col.company .logo {
    height: 40px;
    margin-bottom: 50px;
  }
  .site-footer .container hr {
    width: 100%;
  }
  .site-footer .container .footer-bottom {
    padding: 25px 20px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 18px;
  }
  .site-footer .container .footer-bottom br {
    display: flex;
  }
  .site-footer .container .footer-bottom p {
    text-align: center;
  }
  .site-footer .container .footer-bottom br {
    display: flex;
  }
  .site-footer .container .footer-bottom .legal-links {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .site-footer .container .footer-bottom .legal-links .divider {
    display: flex;
    width: 1px;
    height: 20px;
    background-color: #ffffff;
  }
}
.two-block-section {
  margin-bottom: 120px;
}
.two-block-section .container .content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0 80px;
}
.two-block-section .container .content .left.img {
  min-height: 292px;
  max-height: 380px;
  margin-right: auto;
  width: 100%;
}
.two-block-section .container .content .left.img img {
  border-radius: 20px;
  overflow: hidden;
  width: calc(100% - 40px);
}
.two-block-section .container .content .right {
  padding-left: 10px;
  width: 100%;
}
.two-block-section .container .content .right .title {
  font-family: 'Geologica-Auto';
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 600;
  color: #00b4fc;
  margin-bottom: 20px;
}
.two-block-section .container .content .right .paragraph {
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #0b2744;
  max-width: 438px;
  text-align: justify;
}
.two-block-section .container .content .right .paragraph strong {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .two-block-section .container {
    margin-bottom: 80px;
  }
  .two-block-section .container .content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0 40px;
    gap: 30px;
  }
  .two-block-section .container .content .left.img {
    min-height: 180px;
    max-height: 280px;
  }
  .two-block-section .container .content .left.img img {
    width: 100%;
  }
  .two-block-section .container .content .right {
    padding-left: 0;
  }
  .two-block-section .container .content .right .title {
    font-family: 'Geologica-Auto';
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0%;
  }
  .two-block-section .container .content .right .paragraph {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .two-block-section .container .content {
    padding: 0;
  }
}
.reviews-section {
  margin-bottom: 120px;
}
.reviews-section .container {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  padding: 0;
}
.reviews-section .container .arrows-wrap {
  display: flex;
  justify-content: center;
  z-index: 20;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: calc(50% - 100px);
}
.reviews-section .container .arrows-wrap .cont {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.reviews-section .container .arrows-wrap .cont .chill {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
}
.reviews-section .container .arrows-wrap .crev {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  cursor: pointer;
  border: none;
}
.reviews-section .container .arrows-wrap .crev.slider-prev {
  background: url(../images/slide-left.svg) no-repeat center;
  background-size: contain;
}
.reviews-section .container .arrows-wrap .crev.slider-next {
  background: url(../images/slide-right.svg) no-repeat center;
  background-size: contain;
}
.reviews-section .container .content .title {
  font-family: 'Geologica-Auto';
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: 600;
  color: #00b4fc;
  margin-bottom: 20px;
  text-align: center;
}
.reviews-section .container .content .title br {
  display: none;
}
.reviews-section .container .content .sub-title {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0b2744;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 714px;
}
.reviews-section .container .content .reviews-slider-wrapper {
  position: relative;
}
.reviews-section .container .content .reviews-slider-wrapper .reviews-slider {
  margin: 0 -10px;
}
.reviews-section .container .content .reviews-slider-wrapper .reviews-slider .card {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: left;
  margin: 0 10px;
  height: 225px;
  max-width: 247px;
}
.reviews-section .container .content .reviews-slider-wrapper .reviews-slider .card .top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.reviews-section .container .content .reviews-slider-wrapper .reviews-slider .card .top .img {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  border-radius: 50px;
  overflow: hidden;
}
.reviews-section .container .content .reviews-slider-wrapper .reviews-slider .card .top .info .name {
  font-family: 'Geologica-Auto';
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: #00b4fc;
  font-weight: 600;
  margin-bottom: 4px;
}
.reviews-section .container .content .reviews-slider-wrapper .reviews-slider .card .top .info .occupation {
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #0b2744;
}
.reviews-section .container .content .reviews-slider-wrapper .reviews-slider .card .stars {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
.reviews-section .container .content .reviews-slider-wrapper .reviews-slider .card .stars .star {
  width: 20px;
  height: 20px;
}
.reviews-section .container .content .reviews-slider-wrapper .reviews-slider .card .stars .star.filled {
  background: url(../images/star-filled.svg) no-repeat center;
  background-position: center;
}
.reviews-section .container .content .reviews-slider-wrapper .reviews-slider .card .stars .star.empty {
  background: url(../images/star-empty.svg) no-repeat center;
  background-position: center;
}
.reviews-section .container .content .reviews-slider-wrapper .reviews-slider .card .paragraph {
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #0b2744;
  text-align: justify;
}
@media (max-width: 1024px) {
  .reviews-section {
    margin-bottom: 80px;
  }
  .reviews-section .container .content .title {
    font-family: 'Geologica-Auto';
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    padding: 0 20px;
  }
  .reviews-section .container .content .sub-title {
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    padding: 0 20px;
  }
  .reviews-section .container .content .reviews-slider-wrapper .reviews-slider .card {
    padding: 30px;
    min-height: 200px;
    max-width: 280px;
  }
  .reviews-section .container .content .reviews-slider-wrapper .reviews-slider .card .top .img {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
  }
  .reviews-section .container .content .reviews-slider-wrapper .reviews-slider .card .top .info .title {
    font-family: 'Geologica-Auto';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .reviews-section .arrows-wrap .cont {
    width: 100%;
  }
  .reviews-section .arrows-wrap .cont .chill {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .reviews-section .container .content .title br {
    display: flex;
  }
  .reviews-section .container .arrows-wrap .cont {
    width: 100%;
  }
  .reviews-section .container .arrows-wrap .cont .chill {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}
.banner-story {
  position: relative;
  height: 300px;
  margin-bottom: 80px;
}
.banner-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.banner-story::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(5, 25, 51, 0.5);
  background-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.banner-story .container {
  position: relative;
  z-index: 20;
}
.banner-story .container .content {
  padding: 104px 80px 0;
}
.banner-story .container .content .title {
  font-family: 'Geologica-Auto';
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}
.banner-story .container .content .sub-title {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .banner-story {
    height: 200px;
    margin-bottom: 50px;
  }
  .banner-story .container .content {
    padding: 38px 40px 0;
  }
  .banner-story .container .content .title {
    font-family: 'Geologica-Auto';
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 10px;
    max-width: 300px;
  }
  .banner-story .container .content .sub-title {
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .banner-story .container .content {
    padding: 38px 0px 0;
  }
}
.service-block-section {
  background-color: #002048;
  border-radius: 20px;
  overflow: hidden;
  padding: 100px 0;
  margin-bottom: 120px;
}
.service-block-section .container .content {
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-block-section .container .content .title {
  width: fit-content;
  font-family: 'Geologica-Auto';
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.service-block-section .container .content .sub-title {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #ffffff;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 300;
  max-width: 890px;
}
.service-block-section .container .content .items {
  display: grid;
  gap: 20px;
}
.service-block-section .container .content .items.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.service-block-section .container .content .items.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.service-block-section .container .content .items .item {
  background-color: #f1f1f1;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.service-block-section .container .content .items .item .top {
  display: flex;
  align-items: center;
  gap: 20px;
  bottom: 10px;
}
.service-block-section .container .content .items .item .top .img {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
.service-block-section .container .content .items .item .top .title {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 600;
  color: #0b2744;
  margin-bottom: 0;
  text-align: left;
}
.service-block-section .container .content .items .item .bottom .sub-title {
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  margin-top: 10px;
  color: #0b2744;
  text-align: left;
  margin-bottom: 0;
  text-align: justify;
}
@media (max-width: 1024px) {
  .service-block-section {
    padding: 50px 0;
    margin-bottom: 80px;
  }
  .service-block-section .container .content {
    padding: 0 40px;
  }
  .service-block-section .container .content .title {
    font-family: 'Geologica-Auto';
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .service-block-section .container .content .sub-title {
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    margin-bottom: 50px;
  }
  .service-block-section .container .content .items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
  .service-block-section .container .content .items.grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-block-section .container .content .items.grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .service-block-section .container .content {
    padding: 0;
  }
  .service-block-section .container .content .items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .service-block-section .container .content .items.grid-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .service-block-section .container .content .items.grid-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.two-block-wide-section {
  margin-bottom: 150px;
}
.two-block-wide-section .container .content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0 80px;
}
.two-block-wide-section .container .content .left.img {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.two-block-wide-section .container .content .left.img img {
  width: calc(100% - 10px);
}
.two-block-wide-section .container .content .right {
  display: flex;
  justify-content: center;
}
.two-block-wide-section .container .content .right .wrap {
  width: 347px;
}
.two-block-wide-section .container .content .right .wrap .title {
  font-family: 'Geologica-Auto';
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 600;
  color: #00b4fc;
  margin-bottom: 20px;
}
.two-block-wide-section .container .content .right .wrap .panel-view {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0b2744;
  text-align: justify;
}
.two-block-wide-section .container .content .right .wrap .panel-view ul {
  list-style: disc;
  padding-left: 20px;
}
.two-block-wide-section .container .content .right .wrap strong {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .two-block-wide-section {
    margin-bottom: 80px;
  }
  .two-block-wide-section .container .content {
    padding: 0 40px;
    gap: 20px;
  }
  .two-block-wide-section .container .content .left.img img {
    width: 100%;
  }
  .two-block-wide-section .container .content .right .wrap {
    width: 100%;
  }
  .two-block-wide-section .container .content .right .wrap .title {
    font-family: 'Geologica-Auto';
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0%;
  }
  .two-block-wide-section .container .content .right .wrap .panel-view {
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .two-block-wide-section .container .content {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
}
.gradient-section {
  margin-bottom: 120px;
}
.gradient-section .container {
  background-color: #e8f4ff;
  border-radius: 20px;
  overflow: hidden;
  padding: 100px 0;
  position: relative;
}
.gradient-section .container .gradient {
  width: 610px;
  height: 610px;
  background: url(../images/gradient.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: calc(50% - 610px/2);
  top: 0;
}
.gradient-section .container .content {
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 20;
}
.gradient-section .container .content .title {
  font-family: 'Geologica-Auto';
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  color: #00b4fc;
  margin-bottom: 20px;
  text-align: center;
}
.gradient-section .container .content .sub-title {
  width: 530px;
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0b2744;
  margin-bottom: 80px;
  text-align: center;
}
.gradient-section .container .content .card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.gradient-section .container .content .card-wrapper.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.gradient-section .container .content .card-wrapper .card {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px 20px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gradient-section .container .content .card-wrapper .card .img {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 30px;
}
.gradient-section .container .content .card-wrapper .card .title {
  font-family: 'Geologica-Auto';
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0%;
  font-weight: 600;
  color: #00b4fc;
  margin-bottom: 10px;
  text-align: center;
}
.gradient-section .container .content .card-wrapper .card .sub-title {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  width: 100%;
  color: #0b2744;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .gradient-section {
    margin-bottom: 80px;
  }
  .gradient-section .container {
    padding: 50px 0;
  }
  .gradient-section .container .gradient {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .gradient-section .container .content {
    padding: 0 40px;
  }
  .gradient-section .container .content .title {
    font-family: 'Geologica-Auto';
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    padding: 0 40px;
  }
  .gradient-section .container .content .sub-title {
    width: 100%;
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    margin-bottom: 50px;
  }
  .gradient-section .container .content .card-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gradient-section .container .content .card-wrapper.grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gradient-section .container .content .card-wrapper .card {
    padding: 30px 20px;
  }
  .gradient-section .container .content .card-wrapper .card .img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
  .gradient-section .container .content .card-wrapper .card .title {
    font-family: 'Geologica-Auto';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .gradient-section .container .content .card-wrapper .card .sub-title {
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .gradient-section {
    padding: 0 20px;
  }
  .gradient-section .container .content {
    padding: 0 20px;
  }
  .gradient-section .container .content .card-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .gradient-section .container .content .card-wrapper.grid-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.post-card {
  background-color: #ffffff;
  padding: 10px 10px 30px;
  border-radius: 20px;
  overflow: hidden;
  height: 447px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.post-card a {
  text-decoration: none;
}
.post-card .thumb {
  width: 100%;
  max-height: 217px;
  height: 217px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px !important;
}
.post-card .post-content {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.post-card .post-content .post-date {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  margin-bottom: 20px !important;
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #728599;
}
.post-card .post-content .post-date .icon {
  min-width: 20px;
  height: 20px;
  background: url(../images/calendar.svg) no-repeat center;
  background-size: contain;
  margin-bottom: 2px;
}
.post-card .post-content h2 {
  font-family: 'Geologica-Auto';
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: #00b4fc;
  font-weight: 600;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
}
.post-card .post-content p {
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #0b2744;
  margin-bottom: auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  text-align: justify;
}
.post-card .post-content .read-more {
  width: fit-content;
  color: #00b4fc;
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  border-bottom: solid 1px #00b4fc;
  padding-bottom: 6px;
}
@media (max-width: 1024px) {
  .post-card {
    height: 500px;
  }
  .post-card a {
    width: 100%;
  }
  .post-card a .thumb {
    width: 100%;
    max-height: 250px;
    height: 250px;
  }
  .post-card .post-content h2 {
    font-family: 'Geologica-Auto';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
@media (max-width: 640px) {
  .post-card {
    aspect-ratio: 0.75;
    width: calc(100% - 20PX);
    height: fit-content;
  }
}
.related-article {
  margin-bottom: 120px;
}
.related-article .container {
  background-color: #e8f4ff;
  border-radius: 20px;
  overflow: hidden;
  padding: 100px 0;
  position: relative;
}
.related-article .container .gradient {
  width: 610px;
  height: 610px;
  background: url(../images/gradient.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: calc(50% - 610px/2);
  top: 0;
}
.related-article .container .content {
  padding: 0 80px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 20;
}
.related-article .container .content .title {
  font-family: 'Geologica-Auto';
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  color: #00b4fc;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
}
.related-article .container .content .card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1024px) {
  .related-article {
    margin-bottom: 80px;
  }
  .related-article .container {
    padding: 50px 0;
  }
  .related-article .container .gradient {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .related-article .container .content {
    padding: 0 40px !important;
  }
  .related-article .container .content .title {
    font-family: 'Geologica-Auto';
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 50px;
  }
  .related-article .container .content .card-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .related-article {
    padding: 0 20px;
  }
  .related-article .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .related-article .container .content {
    padding: 0 !important;
  }
  .related-article .container .content .card-wrapper {
    max-width: 400px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.home-banner {
  height: 600px;
  width: 100%;
  position: relative;
  margin-top: -100px;
}
.home-banner .container {
  position: relative;
  z-index: 20;
}
.home-banner .container .content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0 80px;
  height: 600px;
}
.home-banner .container .content .left {
  padding-top: 180px;
}
.home-banner .container .content .left .title {
  font-family: 'Geologica-Auto';
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.home-banner .container .content .left .sub-title {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 50px;
}
.home-banner .container .content .left .btn {
  margin-bottom: 50px;
}
.home-banner .slider-dots-wrap {
  bottom: -500px;
}
.home-banner .slider-dots-wrap .slider-dots {
  padding: 0 80px;
  height: 10px;
}
.home-banner .slider-dots-wrap .slider-dots .slick-dots {
  position: relative;
  bottom: unset;
  text-align: left;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.home-banner .slider-dots-wrap .slider-dots .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
}
.home-banner .slider-dots-wrap .slider-dots .slick-dots li.slick-active button:before {
  background-color: #00b4fc;
}
.home-banner .slider-dots-wrap .slider-dots .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: #ccc;
  border: none;
}
.home-banner .slider-dots-wrap .slider-dots .slick-dots li button:before {
  opacity: 1;
  content: " ";
  background-color: #5d84af;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}
.home-banner .slider {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}
.home-banner .slider .video-slide {
  width: 100%;
  height: 600px;
  z-index: 20;
  position: relative;
}
.home-banner .slider .video-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: rgba(5, 25, 51, 0.5);
  z-index: 1;
}
.home-banner .slider .video-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-banner .slider .video-slide img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
}
.home-banner .slider .video-slide img.desktop {
  display: flex;
}
.home-banner .slider .video-slide img.mobile {
  display: none;
}
@media (max-width: 1024px) {
  .home-banner {
    margin-top: -70px;
  }
  .home-banner .container .content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0 40px;
  }
  .home-banner .container .content .left {
    padding-top: 190px;
  }
  .home-banner .container .content .left .title {
    font-family: 'Geologica-Auto';
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .home-banner .container .content .left .sub-title {
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  .home-banner .container .content .left .btn {
    margin-bottom: 80px;
  }
  .home-banner .slider-dots-wrap .slider-dots {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .home-banner {
    height: 700px;
  }
  .home-banner .container .content {
    padding: 0;
  }
  .home-banner .slider {
    height: 700px;
  }
  .home-banner .slider .video-slide {
    height: 700px;
  }
  .home-banner .slider .video-slide img.desktop {
    display: none;
  }
  .home-banner .slider .video-slide img.mobile {
    display: flex;
  }
  .home-banner .slider .video-slide::before {
    height: 700px;
  }
  .home-banner .slider-dots-wrap {
    bottom: -600px;
  }
  .home-banner .slider-dots-wrap .slider-dots {
    padding: 0;
  }
}
.home-pillar {
  margin-top: -50px;
  margin-bottom: 120px;
}
.home-pillar .container .content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 80px;
  gap: 20px;
}
.home-pillar .container .content .card {
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 1px #0B27441A;
  padding: 30px 50px;
  background-color: #ffffff;
}
.home-pillar .container .content .card img {
  max-width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
}
.home-pillar .container .content .card .title {
  font-family: 'Geologica-Auto';
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 600;
  color: #00b4fc;
  margin-bottom: 10px;
}
.home-pillar .container .content .card .sub-title {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0b2744;
}
@media (max-width: 1024px) {
  .home-pillar {
    margin-top: -60px;
    margin-bottom: 80px;
  }
  .home-pillar .container .content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 40px;
  }
  .home-pillar .container .content .card {
    padding: 30px;
  }
  .home-pillar .container .content .card img {
    max-width: 60px;
    height: 60px;
  }
  .home-pillar .container .content .card .title {
    font-family: 'Geologica-Auto';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .home-pillar .container .content .card .sub-title {
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .home-pillar .container .content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0;
  }
}
.home-showcase {
  background-color: #002048;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 120px;
}
.home-showcase .container .showcase-content {
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-showcase .container .showcase-content .title {
  font-family: 'Geologica-Auto';
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.home-showcase .container .showcase-content .title br {
  display: none;
}
.home-showcase .container .showcase-content .sub-title {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 80px;
  max-width: 714px;
  text-align: center;
}
.home-showcase .container .showcase-content .service-wrapper {
  display: flex;
  width: 100%;
  gap: 20px;
}
.home-showcase .container .showcase-content .service-wrapper .service-tabs.left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 347px;
  max-width: 347px;
  width: 347px;
}
.home-showcase .container .showcase-content .service-wrapper .service-tabs.left li {
  background-color: #f1f1f1;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  cursor: pointer;
}
.home-showcase .container .showcase-content .service-wrapper .service-tabs.left li .top {
  display: flex;
  align-items: center;
  gap: 20px;
}
.home-showcase .container .showcase-content .service-wrapper .service-tabs.left li .top .img {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
.home-showcase .container .showcase-content .service-wrapper .service-tabs.left li .top .img img {
  position: absolute;
  left: 0;
  top: 0;
}
.home-showcase .container .showcase-content .service-wrapper .service-tabs.left li .top .img img:first-child {
  opacity: 0;
}
.home-showcase .container .showcase-content .service-wrapper .service-tabs.left li .top .img img:last-child {
  opacity: 1;
}
.home-showcase .container .showcase-content .service-wrapper .service-tabs.left li .top .title {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 600;
  color: #0b2744;
  margin-bottom: 0;
  text-align: left;
}
.home-showcase .container .showcase-content .service-wrapper .service-tabs.left li .top .arrow {
  width: 24px;
  height: 24px;
  background: url(../images/arrow-right-black.svg) no-repeat center;
  background-size: contain;
  margin-left: auto;
}
.home-showcase .container .showcase-content .service-wrapper .service-tabs.left li .bottom {
  display: none;
}
.home-showcase .container .showcase-content .service-wrapper .service-tabs.left li .bottom .sub-title {
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  margin-top: 10px;
  color: #ffffff;
  text-align: left;
  padding: 0;
  margin-bottom: 0;
}
.home-showcase .container .showcase-content .service-wrapper .service-tabs.left li.active {
  background-color: #00b4fc;
}
.home-showcase .container .showcase-content .service-wrapper .service-tabs.left li.active .top .img img:first-child {
  opacity: 1;
}
.home-showcase .container .showcase-content .service-wrapper .service-tabs.left li.active .top .img img:last-child {
  opacity: 0;
}
.home-showcase .container .showcase-content .service-wrapper .service-tabs.left li.active .top .title {
  color: #ffffff;
}
.home-showcase .container .showcase-content .service-wrapper .service-tabs.left li.active .top .arrow {
  background: url(../images/arrow-right-white.svg) no-repeat center;
  background-size: contain;
}
.home-showcase .container .showcase-content .service-wrapper .service-tabs.left li.active .bottom {
  display: flex;
}
.home-showcase .container .showcase-content .service-wrapper .right {
  min-width: 894px;
  width: 894px;
  height: 890px;
}
.home-showcase .container .showcase-content .service-wrapper .right .image-slider-wrap {
  display: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  border: solid 4px #ffffff;
  height: 890px;
}
.home-showcase .container .showcase-content .service-wrapper .right .image-slider-wrap.active {
  display: block;
}
.home-showcase .container .showcase-content .service-wrapper .right .image-slider-wrap img-comparison-slider {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 890px;
  --divider-width: 4px;
  --divider-color: #ffffff;
  --handle-color: #ffffff;
  --default-handle-opacity: 1;
}
.home-showcase .container .showcase-content .service-wrapper .right .image-slider-wrap img-comparison-slider img {
  height: 890px;
}
.home-showcase .container .showcase-content .service-wrapper .right .image-slider-wrap img-comparison-slider:focus,
.home-showcase .container .showcase-content .service-wrapper .right .image-slider-wrap img-comparison-slider:active,
.home-showcase .container .showcase-content .service-wrapper .right .image-slider-wrap img-comparison-slider:hover {
  outline: none !important;
  box-shadow: none !important;
  background: none !important;
  border: none !important;
}
.home-showcase .container .showcase-content .service-wrapper .right .image-slider-wrap img-comparison-slider .slider-icon {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  background: url(../images/slide-icon.svg) no-repeat center;
  background-size: contain;
}
.home-showcase .container .showcase-content .service-wrapper .right .image-slider-wrap img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .home-showcase {
    margin-bottom: 80px;
  }
  .home-showcase .container .showcase-content {
    padding: 60px 40px 50px;
  }
  .home-showcase .container .showcase-content .title {
    font-family: 'Geologica-Auto';
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .home-showcase .container .showcase-content .sub-title {
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .home-showcase .container .showcase-content .service-wrapper {
    gap: 0;
  }
  .home-showcase .container .showcase-content .service-wrapper .service-tabs.left {
    gap: 20px;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .home-showcase .container .showcase-content .service-wrapper .service-tabs.left li .top .arrow {
    width: 20px;
    height: 20px;
  }
  .home-showcase .container .showcase-content .service-wrapper .service-tabs.left .image-slider-wrap {
    border-radius: 20px;
    overflow: hidden;
    border: solid 4px #ffffff;
    height: 500px;
  }
  .home-showcase .container .showcase-content .service-wrapper .service-tabs.left .image-slider-wrap.active {
    display: block;
  }
  .home-showcase .container .showcase-content .service-wrapper .service-tabs.left .image-slider-wrap img-comparison-slider {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 500px;
    --divider-width: 4px;
    --divider-color: #ffffff;
    --handle-color: #ffffff;
    --default-handle-opacity: 1;
  }
  .home-showcase .container .showcase-content .service-wrapper .service-tabs.left .image-slider-wrap img-comparison-slider img {
    height: 500px;
  }
  .home-showcase .container .showcase-content .service-wrapper .service-tabs.left .image-slider-wrap img-comparison-slider:focus,
  .home-showcase .container .showcase-content .service-wrapper .service-tabs.left .image-slider-wrap img-comparison-slider:active,
  .home-showcase .container .showcase-content .service-wrapper .service-tabs.left .image-slider-wrap img-comparison-slider:hover {
    outline: none !important;
    box-shadow: none !important;
    background: none !important;
    border: none !important;
  }
  .home-showcase .container .showcase-content .service-wrapper .service-tabs.left .image-slider-wrap img-comparison-slider .slider-icon {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    background: url(../images/slide-icon.svg) no-repeat center;
    background-size: contain;
  }
  .home-showcase .container .showcase-content .service-wrapper .service-tabs.left .image-slider-wrap img {
    width: 100%;
    object-fit: cover;
  }
  .home-showcase .container .showcase-content .service-wrapper .right {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-showcase .container .showcase-content {
    padding: 60px 0 50px;
  }
  .home-showcase .container .showcase-content .title br {
    display: flex;
  }
  .home-showcase .container .showcase-content .service-wrapper .service-tabs.left .image-slider-wrap {
    height: 360px;
  }
  .home-showcase .container .showcase-content .service-wrapper .service-tabs.left .image-slider-wrap img-comparison-slider {
    height: 360px;
  }
  .home-showcase .container .showcase-content .service-wrapper .service-tabs.left .image-slider-wrap img-comparison-slider img {
    height: 360px;
  }
}
.home-why {
  margin-bottom: 120px;
}
.home-why .container .content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 0 80px;
}
.home-why .container .content .left {
  grid-column: span 1;
}
.home-why .container .content .left .title {
  font-family: 'Geologica-Auto';
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: 600;
  color: #00b4fc;
  margin-bottom: 20px;
}
.home-why .container .content .left .title br {
  display: none;
}
.home-why .container .content .left .sub-title {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0b2744;
  text-align: justify;
}
.home-why .container .content .right {
  grid-column: span 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.home-why .container .content .right .card {
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-why .container .content .right .card .img {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 30px;
}
.home-why .container .content .right .card .title {
  font-family: 'Geologica-Auto';
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 600;
  color: #00b4fc;
  margin-bottom: 10px;
  text-align: center;
}
.home-why .container .content .right .card .sub-title {
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #0b2744;
  text-align: center;
}
@media (max-width: 1024px) {
  .home-why {
    margin-bottom: 114px;
  }
  .home-why .container .content {
    padding: 0 40px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }
  .home-why .container .content .left .title {
    font-family: 'Geologica-Auto';
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
  }
  .home-why .container .content .left .sub-title {
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
  .home-why .container .content .right {
    grid-column: span 1;
  }
  .home-why .container .content .right .card .img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
  .home-why .container .content .right .card .title {
    font-family: 'Geologica-Auto';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .home-why .container .content .right .card .sub-title {
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .home-why .container .content {
    padding: 0;
  }
  .home-why .container .content .left .title br {
    display: flex;
  }
  .home-why .container .content .right {
    grid-column: span 1;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.home-call {
  margin-bottom: 120px;
  overflow: hidden;
}
.home-call .container .content {
  padding: 0 80px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.home-call .container .content .left {
  width: 100%;
  height: fit-content;
}
.home-call .container .content .left img {
  object-fit: contain;
}
.home-call .container .content .right {
  width: 470px;
  margin-left: 40px;
}
.home-call .container .content .right .title {
  font-family: 'Geologica-Auto';
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0;
  color: #00b4fc;
  font-weight: 600;
  margin-bottom: 20px;
}
.home-call .container .content .right .paragraph {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0b2744;
  text-align: justify;
  margin-bottom: 50px;
}
.home-call .container .content .right .paragraph strong {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .home-call {
    margin-bottom: 80px;
  }
  .home-call .container .content {
    padding: 0 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .home-call .container .content .right {
    width: 100%;
    margin-left: 0;
  }
  .home-call .container .content .right .title {
    font-family: 'Geologica-Auto';
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
  }
  .home-call .container .content .right .paragraph {
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home-call .container .content {
    padding: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px;
  }
}
.services-details {
  padding: 0 20px;
}
.services-details .container {
  background-color: #e8f4ff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.services-details .container .content {
  padding: 100px 80px 80px;
  display: flex;
  flex-direction: column;
}
.services-details .container .content .top {
  margin-bottom: 56px;
  display: flex;
  gap: 56px;
}
.services-details .container .content .top .left.img {
  max-width: 436px;
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}
.services-details .container .content .top .right {
  max-width: 500px;
  width: 100%;
}
.services-details .container .content .top .right .title {
  font-family: 'Geologica-Auto';
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 600;
  color: #00b4fc;
  margin-bottom: 20px;
}
.services-details .container .content .top .right .paragraph {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0b2744;
  text-align: justify;
}
.services-details .container .content .bottom .title {
  font-family: 'Geologica-Auto';
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 20px;
  color: #00b4fc;
}
.services-details .container .content .bottom .benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.services-details .container .content .bottom .benefits .item {
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  gap: 20px;
  align-items: center;
  background: #ffffff;
}
.services-details .container .content .bottom .benefits .item .img {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 50px;
  overflow: hidden;
}
.services-details .container .content .bottom .benefits .item .title {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0b2744;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .services-details {
    padding: 0 40px;
  }
  .services-details .container .content {
    padding: 20px 0 50px;
  }
  .services-details .container .content .top {
    margin-bottom: 50px;
    gap: 50px;
  }
  .services-details .container .content .top .left.img {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .services-details .container .content .top .right {
    max-width: 100%;
  }
  .services-details .container .content .top .right .paragraph {
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
  .services-details .container .content .bottom .title {
    font-family: 'Geologica-Auto';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .services-details .container .content .bottom .benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .services-details {
    padding: 0 20px;
  }
  .services-details .container .content .top {
    flex-direction: column;
  }
  .services-details .container .content .bottom .benefits {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.process-section {
  background-color: #002048;
  border-radius: 20px;
  overflow: hidden;
  padding: 100px 0;
  margin-bottom: 120px;
}
.process-section .container .content {
  padding: 0 80px;
}
.process-section .container .content .top {
  margin-bottom: 50px;
  display: flex;
  gap: 24px;
}
.process-section .container .content .top .left {
  max-width: 438px;
  width: 100%;
}
.process-section .container .content .top .left .title {
  font-family: 'Geologica-Auto';
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.process-section .container .content .top .left .paragraph {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #ffffff;
  text-align: justify;
}
.process-section .container .content .top .right.img {
  max-width: 618px;
  height: 296px;
  border-radius: 20px;
  overflow: hidden;
}
.process-section .container .content .bottom .title {
  font-family: 'Geologica-Auto';
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}
.process-section .container .content .bottom .benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.process-section .container .content .bottom .benefits .item {
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  gap: 20px;
  align-items: center;
  background: #ffffff;
}
.process-section .container .content .bottom .benefits .item .img {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 50px;
  overflow: hidden;
}
.process-section .container .content .bottom .benefits .item .title {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0b2744;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .process-section {
    padding: 50px 0;
    margin-bottom: 80px;
  }
  .process-section .container .content {
    padding: 0 40px;
  }
  .process-section .container .content .top {
    gap: 50px;
    flex-direction: column-reverse;
  }
  .process-section .container .content .top .left {
    max-width: 100%;
  }
  .process-section .container .content .top .left .title {
    font-family: 'Geologica-Auto';
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .process-section .container .content .top .left .paragraph {
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
  .process-section .container .content .top .right.img {
    max-width: 100%;
    height: 210px;
  }
  .process-section .container .content .bottom .title {
    font-family: 'Geologica-Auto';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .process-section .container .content .bottom .benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .process-section .container .content {
    padding: 0 20px;
  }
  .process-section .container .content .bottom .benefits {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.question-section {
  margin-bottom: 120px;
}
.question-section .container .content {
  padding: 0 80px;
  display: flex;
  gap: 112px;
}
.question-section .container .content .left {
  min-width: 255px;
}
.question-section .container .content .left .title {
  font-family: 'Geologica-Auto';
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  color: #00b4fc;
  font-weight: 600;
  margin-bottom: 20px;
}
.question-section .container .content .left .paragraph {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0b2744;
  text-align: justify;
}
.question-section .container .content .right.items {
  width: 100%;
}
.question-section .container .content .right.items .item .question {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.question-section .container .content .right.items .item .question h4 {
  font-family: 'Geologica-Auto';
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: #00b4fc;
}
.question-section .container .content .right.items .item .question .icon {
  width: 20px;
  height: 20px;
  background: url(../images/plus.svg) no-repeat center;
  background-size: contain;
}
.question-section .container .content .right.items .item .answer {
  border-bottom: solid 1px #0b2744;
  margin-bottom: 20px;
  height: 0;
  overflow: hidden;
}
.question-section .container .content .right.items .item .answer h4 {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0b2744;
  margin-bottom: 20px;
  text-align: justify;
}
.question-section .container .content .right.items .item.open .question .icon {
  background: url(../images/minus.svg) no-repeat center;
}
.question-section .container .content .right.items .item.open .answer {
  height: fit-content;
}
@media (max-width: 1024px) {
  .question-section {
    margin-bottom: 80px;
  }
  .question-section .container .content {
    padding: 0 40px;
    gap: 50px;
    flex-direction: column;
  }
  .question-section .container .content .left {
    min-width: 100%;
  }
  .question-section .container .content .left .title {
    font-family: 'Geologica-Auto';
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .question-section .container .content .left .paragraph {
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
  .question-section .container .content .right.items .item .question h4 {
    font-family: 'Geologica-Auto';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .question-section .container .content .right.items .item .answer h4 {
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
}
@media (max-width: 1024px) {
  .question-section .container .content {
    padding: 0;
  }
}
.book-section {
  padding-bottom: 100px;
  padding-top: 100px;
  overflow: hidden;
}
.book-section .container .content {
  display: flex;
  padding: 0 80px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.book-section .container .content .left {
  display: flex;
  justify-content: right;
  height: 370px;
  position: relative;
}
.book-section .container .content .left .img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  width: 50vw;
  height: 370px;
  position: absolute;
  z-index: 10;
}
.book-section .container .content .left .img::before {
  content: "";
  background-color: rgba(1, 49, 106, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  height: 370px;
}
.book-section .container .content .right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.book-section .container .content .right .bg-lay {
  width: 100vw;
  position: absolute;
  background-color: #e8f4ff;
  height: 570px;
  z-index: -10;
  left: -170px;
  border-top-left-radius: 20px;
  overflow: hidden;
}
.book-section .container .content .right .wrap {
  width: 347px;
}
.book-section .container .content .right .wrap .title {
  font-family: 'Geologica-Auto';
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: 600;
  color: #00b4fc;
  margin-bottom: 20px;
}
.book-section .container .content .right .wrap .paragraph {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0b2744;
  margin-bottom: 50px;
  text-align: justify;
}
.book-section .container .content .right .wrap strong {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .book-section {
    padding-bottom: 0;
    padding-top: 0;
  }
  .book-section .container .content {
    display: flex;
    flex-direction: column;
    padding: 0 40px;
    gap: 50px;
  }
  .book-section .container .content .left {
    height: 410px;
  }
  .book-section .container .content .left .img {
    width: 100vw;
    height: 410px;
  }
  .book-section .container .content .left .img::before {
    height: 410px;
  }
  .book-section .container .content .right {
    padding-bottom: 50px;
  }
  .book-section .container .content .right .bg-lay {
    height: 520px;
    left: auto;
    right: unset;
    width: 100vw;
    border-top-right-radius: 20px;
    border-top-left-radius: 0;
  }
  .book-section .container .content .right .wrap {
    width: 100%;
  }
  .book-section .container .content .right .wrap .title {
    font-family: 'Geologica-Auto';
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .book-section .container .content .right .wrap .paragraph {
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .book-section .container .content {
    padding: 0;
  }
  .book-section .container .content .left {
    height: 210px;
  }
  .book-section .container .content .left .img {
    height: 210px;
  }
  .book-section .container .content .left .img::before {
    height: 210px;
  }
}
.blog-archive {
  margin-bottom: 120px;
}
.blog-archive .container .content {
  padding: 80px 80px 0;
}
.blog-archive .container .content .head {
  width: 50%;
}
.blog-archive .container .content .head .title {
  font-family: 'Geologica-Auto';
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0;
  color: #00b4fc;
  font-weight: 600;
  margin-bottom: 20px;
}
.blog-archive .container .content .head .sub-title {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0b2744;
  margin-bottom: 70px;
}
.blog-archive .container .content .post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 60px;
}
.blog-archive .container .content .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-archive .container .content .navigation h4 {
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #0b2744;
}
.blog-archive .container .content .navigation .pagination-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-archive .container .content .navigation .pagination-wrapper .block {
  position: relative;
}
.blog-archive .container .content .navigation .pagination-wrapper .block span,
.blog-archive .container .content .navigation .pagination-wrapper .block a,
.blog-archive .container .content .navigation .pagination-wrapper .block .page-numbers {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
}
.blog-archive .container .content .navigation .pagination-wrapper .block a {
  background-color: #ffffff;
  color: #0b2744;
  border: 1px solid #0b2744;
}
.blog-archive .container .content .navigation .pagination-wrapper .block span {
  background-color: #00b4fc;
  color: #ffffff;
  border: 0;
}
.blog-archive .container .content .navigation .pagination-wrapper .block.disabled span {
  background-color: #728599;
  color: #ffffff;
}
.blog-archive .container .content .navigation .pagination-wrapper .block.prev a,
.blog-archive .container .content .navigation .pagination-wrapper .block.next a {
  background-color: #00b4fc;
  color: #ffffff;
  border: 0;
}
.blog-archive .container .content .navigation .pagination-wrapper .block.prev::before,
.blog-archive .container .content .navigation .pagination-wrapper .block.next::before {
  content: "";
  width: 20px;
  height: 20px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
  pointer-events: none;
}
.blog-archive .container .content .navigation .pagination-wrapper .block.prev::before {
  background-image: url(../images/page-prev.svg);
}
.blog-archive .container .content .navigation .pagination-wrapper .block.next::before {
  background-image: url(../images/page-next.svg);
}
@media (max-width: 1024px) {
  .blog-archive {
    margin-bottom: 80px;
  }
  .blog-archive .container .content {
    padding: 50px 40px 0;
  }
  .blog-archive .container .content .head {
    width: 100%;
  }
  .blog-archive .container .content .head .title {
    font-family: 'Geologica-Auto';
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
  }
  .blog-archive .container .content .head .sub-title {
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    margin-bottom: 50px;
  }
  .blog-archive .container .content .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 50px;
  }
  .blog-archive .container .content .navigation {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .blog-archive .container .content {
    padding: 50px 0 0;
  }
  .blog-archive .container .content .post-grid {
    max-width: 400px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
.blog-post .container {
  margin-bottom: 120px;
}
.blog-post .container .content {
  padding: 80px 80px 0;
}
.blog-post .container .content .breadcrumbs {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 78px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-post .container .content .breadcrumbs a,
.blog-post .container .content .breadcrumbs span {
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #0b2744;
  text-decoration: none;
}
.blog-post .container .content .breadcrumbs span {
  color: #00b4fc;
  text-decoration: underline;
}
.blog-post .container .content .main-title {
  font-family: 'Geologica-Auto';
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0;
  font-weight: 600;
  color: #00b4fc;
  max-width: 714px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  width: fit-content;
}
.blog-post .container .content .post-date {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 60px;
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #728599;
}
.blog-post .container .content .post-date .icon {
  min-width: 20px;
  height: 20px;
  background: url(../images/calendar.svg) no-repeat center;
  background-size: contain;
  margin-bottom: 2px;
}
.blog-post .container .content .img {
  height: 597px;
  width: 100%;
  margin-bottom: 60px;
  border-radius: 20px;
  overflow: hidden;
}
.blog-post .container .content .cont-wrap {
  padding: 0 90px;
}
.blog-post .container .content .cont-wrap .post-share {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
.blog-post .container .content .cont-wrap .post-share h4 {
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #0b2744;
}
.blog-post .container .content .cont-wrap .post-share .share-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-post .container .content .cont-wrap .post-share .share-buttons button,
.blog-post .container .content .cont-wrap .post-share .share-buttons a {
  all: unset;
  display: flex;
  min-width: 20px;
  min-height: 20px;
  cursor: pointer;
}
.blog-post .container .content .cont-wrap .post-share .share-buttons button.copy-link,
.blog-post .container .content .cont-wrap .post-share .share-buttons a.copy-link {
  background: url(../images/url.svg) no-repeat center;
  background-size: contain;
  position: relative;
}
.blog-post .container .content .cont-wrap .post-share .share-buttons button.copy-link .tooltip,
.blog-post .container .content .cont-wrap .post-share .share-buttons a.copy-link .tooltip {
  background: #000;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  z-index: 10;
}
.blog-post .container .content .cont-wrap .post-share .share-buttons button.copy-link .tooltip.visible,
.blog-post .container .content .cont-wrap .post-share .share-buttons a.copy-link .tooltip.visible {
  opacity: 1;
}
.blog-post .container .content .cont-wrap .post-share .share-buttons button.facebook,
.blog-post .container .content .cont-wrap .post-share .share-buttons a.facebook {
  background: url(../images/facebook-black.svg) no-repeat center;
  background-size: contain;
}
.blog-post .container .content .cont-wrap .post-share .share-buttons button.whatsapp,
.blog-post .container .content .cont-wrap .post-share .share-buttons a.whatsapp {
  background: url(../images/whatsapp.svg) no-repeat center;
  background-size: contain;
}
.blog-post .container .content .cont-wrap .post-body {
  color: #0b2744;
}
.blog-post .container .content .cont-wrap .post-body strong {
  font-weight: 600;
}
.blog-post .container .content .cont-wrap .post-body h3 {
  font-family: 'Geologica-Auto';
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.blog-post .container .content .cont-wrap .post-body h4 {
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
}
.blog-post .container .content .cont-wrap .post-body p {
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.blog-post .container .content .cont-wrap .post-body ul {
  list-style: disc !important;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
}
.blog-post .container .content .cont-wrap .post-body ul li {
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .blog-post .container {
    margin-bottom: 80px;
  }
  .blog-post .container .content {
    padding: 50px 40px 0;
  }
  .blog-post .container .content .breadcrumbs {
    margin-bottom: 80px;
    justify-content: center;
    width: 50%;
  }
  .blog-post .container .content .breadcrumbs span {
    text-align: center;
  }
  .blog-post .container .content .main-title {
    font-family: 'Geologica-Auto';
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
  }
  .blog-post .container .content .post-date {
    margin-bottom: 50px;
  }
  .blog-post .container .content .img {
    aspect-ratio: 1.33333333;
    height: auto;
    margin-bottom: 50px;
  }
  .blog-post .container .content .cont-wrap {
    padding: 0;
  }
  .blog-post .container .content .cont-wrap .post-share {
    margin-bottom: 50px;
  }
  .blog-post .container .content .cont-wrap .post-body h3 {
    font-family: 'Geologica-Auto';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .blog-post .container .content .cont-wrap .post-body p {
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .blog-post .container .content {
    padding: 50px 0 0;
  }
  .blog-post .container .content .breadcrumbs {
    width: 100%;
  }
}
.contact-us {
  margin-bottom: 120px;
}
.contact-us .map {
  width: 100vw;
  height: 300px;
  margin-bottom: 120px;
}
.contact-us .map iframe {
  height: 300px;
}
.contact-us .container .content {
  padding: 0 80px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contact-us .container .content .left {
  padding: 50px 0;
}
.contact-us .container .content .left .main-title {
  font-family: 'Geologica-Auto';
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: 600;
  color: #00b4fc;
  margin-bottom: 20px;
}
.contact-us .container .content .left .main-sub-title {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0b2744;
  margin-bottom: 50px;
  max-width: 438px;
}
.contact-us .container .content .left .links {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.contact-us .container .content .left .links .item {
  display: flex;
  gap: 20px;
}
.contact-us .container .content .left .links .item .img {
  width: 72px;
  min-width: 72px;
  max-width: 72px;
  height: 72px;
  min-height: 72px;
  max-height: 72px;
}
.contact-us .container .content .left .links .item .info h4 {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0b2744;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-us .container .content .left .links .item .info a,
.contact-us .container .content .left .links .item .info h5 {
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #0b2744;
}
.contact-us .container .content .right .custom-contact-form {
  border-radius: 20px;
  padding: 50px;
  background-color: #e8f4ff;
}
.contact-us .container .content .right .custom-contact-form h3 {
  font-family: 'Geologica-Auto';
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #00b4fc;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-us .container .content .right .custom-contact-form h4 {
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 50px;
  color: #0b2744;
}
.contact-us .container .content .right .custom-contact-form label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Geologica-Auto';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0b2744;
}
.contact-us .container .content .right .custom-contact-form input[type="text"],
.contact-us .container .content .right .custom-contact-form input[type="email"],
.contact-us .container .content .right .custom-contact-form input[type="tel"],
.contact-us .container .content .right .custom-contact-form textarea {
  width: calc(100% - 50px);
  padding: 8px 20px;
  border-radius: 500px;
  border: 1px solid #BEBEBE;
  outline: none;
  transition: 0.3s;
  background-color: #f5faff;
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #0b2744;
}
.contact-us .container .content .right .custom-contact-form input[type="text"]::placeholder,
.contact-us .container .content .right .custom-contact-form input[type="email"]::placeholder,
.contact-us .container .content .right .custom-contact-form input[type="tel"]::placeholder,
.contact-us .container .content .right .custom-contact-form textarea::placeholder {
  color: #BEBEBE;
}
.contact-us .container .content .right .custom-contact-form input[type="text"]:focus,
.contact-us .container .content .right .custom-contact-form input[type="email"]:focus,
.contact-us .container .content .right .custom-contact-form input[type="tel"]:focus,
.contact-us .container .content .right .custom-contact-form textarea:focus {
  border-color: transparent;
}
.contact-us .container .content .right .custom-contact-form textarea {
  height: 120px;
  resize: none;
  border-radius: 20px;
  padding: 12px 20px;
}
.contact-us .container .content .right .custom-contact-form input[type="submit"] {
  display: block;
  width: fit-content;
  padding: 0 30px;
  display: flex;
  align-items: center;
  height: 40px;
  font-family: 'Geologica-Auto';
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 500px;
  overflow: hidden;
  background-color: #00b4fc;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}
.contact-us .container .content .right .custom-contact-form input[type="submit"]:hover {
  text-decoration: none;
}
.contact-us .container .content .right .custom-contact-form input[type="submit"].primary {
  background-color: #00b4fc;
  color: #ffffff;
}
.contact-us .container .content .right .custom-contact-form br {
  display: none;
}
.contact-us .container .content .right .custom-contact-form p {
  margin-bottom: 30px;
}
.contact-us .container .content .right .custom-contact-form p:last-child {
  margin-top: 30px;
}
.contact-us .container .content .right .custom-contact-form .wpcf7-not-valid-tip {
  margin-top: 12px;
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .contact-us {
    margin-bottom: 80px;
  }
  .contact-us .map {
    height: 200px;
    margin-bottom: 80px;
  }
  .contact-us .map iframe {
    height: 200px;
  }
  .contact-us .container .content {
    padding: 0 40px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 80px;
  }
  .contact-us .container .content .left {
    padding: 0;
  }
  .contact-us .container .content .left .main-title {
    font-family: 'Geologica-Auto';
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .contact-us .container .content .left .main-sub-title {
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    max-width: 100%;
  }
  .contact-us .container .content .left .links .item .img {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
  }
  .contact-us .container .content .right .custom-contact-form {
    padding: 30px;
  }
  .contact-us .container .content .right .custom-contact-form h3 {
    font-family: 'Geologica-Auto';
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 12px;
  }
  .contact-us .container .content .right .custom-contact-form h4 {
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  .contact-us .container .content .right .custom-contact-form label {
    font-family: 'Geologica-Auto';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
  .contact-us .container .content .right .custom-contact-form input[type="text"],
  .contact-us .container .content .right .custom-contact-form input[type="email"],
  .contact-us .container .content .right .custom-contact-form input[type="tel"],
  .contact-us .container .content .right .custom-contact-form textarea {
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .contact-us .container .content {
    padding: 0;
  }
}
.legal-page .container .content {
  padding: 80px 80px 120px;
}
.legal-page .container .content .title {
  font-family: 'Geologica-Auto';
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0;
  font-weight: 600;
  color: #0b2744;
  margin-bottom: 30px;
}
.legal-page .container .content .body {
  color: #0b2744;
}
.legal-page .container .content .body strong {
  font-weight: 600;
}
.legal-page .container .content .body h3 {
  font-family: 'Geologica-Auto';
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.legal-page .container .content .body h4 {
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
}
.legal-page .container .content .body p {
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.legal-page .container .content .body ul {
  list-style: disc !important;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
}
.legal-page .container .content .body ul li {
  font-family: 'Geologica-Auto';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .legal-page .container .content {
    padding: 50px 40px 80px;
  }
  .legal-page .container .content .title {
    font-family: 'Geologica-Auto';
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
  }
  .legal-page .container .content .body h3 {
    font-family: 'Geologica-Auto';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
@media (max-width: 1024px) {
  .legal-page .container .content {
    padding: 50px 0 80px;
  }
}
.float-email {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: url(../images/email.svg) no-repeat center;
  background-size: 50% auto;
  cursor: pointer;
  display: flex;
  z-index: 99;
  background-color: #002048;
  border-radius: 500px;
  overflow: hidden;
}
.float-call {
  position: fixed;
  right: 90px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: url(../images/phone.svg) no-repeat center;
  background-size: 50% auto;
  cursor: pointer;
  display: flex;
  z-index: 99;
  background-color: #002048;
  border-radius: 500px;
  overflow: hidden;
}
.plwao-custom-cnt {
  animation: blink-turn 2s infinite ease-in-out;
}
@keyframes blink-turn {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
