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

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  text-decoration: none !important;
}

footer, header, nav, section, main {
  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;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  text-decoration: none;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.pad-r-0 {
  padding-right: 0px !important;
}

.pad-l-0 {
  padding-left: 0px !important;
}

.pad-t-0 {
  padding-top: 0px !important;
}

.pad-b-0 {
  padding-bottom: 0px !important;
}

.pad-x-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.pad-y-0 {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.gap-0 {
  gap: 0px !important;
}

.pad-r-5 {
  padding-right: 5px !important;
}

.pad-l-5 {
  padding-left: 5px !important;
}

.pad-t-5 {
  padding-top: 5px !important;
}

.pad-b-5 {
  padding-bottom: 5px !important;
}

.pad-x-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.pad-y-5 {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.gap-5 {
  gap: 5px !important;
}

.pad-r-10 {
  padding-right: 10px !important;
}

.pad-l-10 {
  padding-left: 10px !important;
}

.pad-t-10 {
  padding-top: 10px !important;
}

.pad-b-10 {
  padding-bottom: 10px !important;
}

.pad-x-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.pad-y-10 {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.gap-10 {
  gap: 10px !important;
}

.pad-r-20 {
  padding-right: 20px !important;
}

.pad-l-20 {
  padding-left: 20px !important;
}

.pad-t-20 {
  padding-top: 20px !important;
}

.pad-b-20 {
  padding-bottom: 20px !important;
}

.pad-x-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.pad-y-20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.gap-20 {
  gap: 20px !important;
}

.pad-r-25 {
  padding-right: 25px !important;
}

.pad-l-25 {
  padding-left: 25px !important;
}

.pad-t-25 {
  padding-top: 25px !important;
}

.pad-b-25 {
  padding-bottom: 25px !important;
}

.pad-x-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.pad-y-25 {
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}

.gap-25 {
  gap: 25px !important;
}

.pad-r-50 {
  padding-right: 50px !important;
}

.pad-l-50 {
  padding-left: 50px !important;
}

.pad-t-50 {
  padding-top: 50px !important;
}

.pad-b-50 {
  padding-bottom: 50px !important;
}

.pad-x-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.pad-y-50 {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}

.gap-50 {
  gap: 50px !important;
}

.pad-r-75 {
  padding-right: 75px !important;
}

.pad-l-75 {
  padding-left: 75px !important;
}

.pad-t-75 {
  padding-top: 75px !important;
}

.pad-b-75 {
  padding-bottom: 75px !important;
}

.pad-x-75 {
  padding-right: 75px !important;
  padding-left: 75px !important;
}

.pad-y-75 {
  padding-bottom: 75px !important;
  padding-top: 75px !important;
}

.gap-75 {
  gap: 75px !important;
}

.pad-r-100 {
  padding-right: 100px !important;
}

.pad-l-100 {
  padding-left: 100px !important;
}

.pad-t-100 {
  padding-top: 100px !important;
}

.pad-b-100 {
  padding-bottom: 100px !important;
}

.pad-x-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.pad-y-100 {
  padding-bottom: 100px !important;
  padding-top: 100px !important;
}

.gap-100 {
  gap: 100px !important;
}

.input {
  border-radius: 10px;
  border: 1px solid #c5ced9;
  color: #0a284b;
  font-size: 16px;
  padding: 0 20px;
  height: 45px;
  font-weight: 700;
}
.input::placeholder {
  font-weight: 400;
}

body {
  font-family: "Sora", serif !important;
}

.wrapper {
  max-width: 1290px;
  margin: auto;
}
@media only screen and (max-width: 1300px) {
  .wrapper {
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
}

body {
  background: #f6faff !important;
}
body:has(.search-container.show) {
  overflow: hidden;
}
body:has(.mobile-menu.show) {
  overflow: hidden;
}

.blue-bg {
  background: #0a284b;
  padding: 60px 0;
}

.mobile-sticky-adopt, .mobile-sticky-adopt-detail {
  background: #1ec8d2;
  position: fixed;
  right: 16px;
  bottom: 52px;
  width: 103px;
  height: 84px;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9;
  border-radius: 48% 52% 50% 50%/40% 52% 48% 60%;
}
@media only screen and (max-width: 640px) {
  .mobile-sticky-adopt, .mobile-sticky-adopt-detail {
    display: flex;
  }
}
.mobile-sticky-adopt .sticky-button, .mobile-sticky-adopt-detail .sticky-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-sticky-adopt .sticky-button a, .mobile-sticky-adopt-detail .sticky-button a {
  display: contents;
}
.mobile-sticky-adopt .sticky-button svg, .mobile-sticky-adopt-detail .sticky-button svg {
  margin-bottom: 2px;
}
.mobile-sticky-adopt .sticky-button span, .mobile-sticky-adopt-detail .sticky-button span {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}

header {
  padding: 8px 0;
  border-bottom: 1px solid #dfe5ec;
  position: sticky;
  width: 100%;
  z-index: 999;
  background: #fff;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  header {
    padding: 15px 0;
    top: 0;
  }
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo a {
  display: block;
}
header .logo a img {
  width: 220px;
}
@media only screen and (max-width: 1300px) {
  header .logo a img {
    width: 170px;
  }
}
@media only screen and (max-width: 1024px) {
  header .logo a img {
    width: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  header nav {
    display: none;
  }
}
header nav ul {
  display: flex;
  margin: 0;
  gap: 25px;
}
@media only screen and (max-width: 1300px) {
  header nav ul {
    gap: 30px;
  }
}
header nav ul li {
  position: relative;
  /*
  .mn-sub {
      position: absolute;
      top: 100%;
      right: 0;
      background: #fff;
      border-radius: 4px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      z-index: 100;
      min-width: 200px;
      padding: 8px 0;
      margin-top: 8px;
      display: none;
      flex-direction: column;

      li a {
          width: 200px;
          text-align: left;
          padding-left: 16px;
      } 
  }*/
}
header nav ul li a {
  display: inline-block;
  width: 110px;
  position: relative;
  color: #0a284b;
  font-size: 18px;
  font-weight: 400;
  padding: 9px;
  text-decoration: none !important;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  header nav ul li a {
    padding: 9px 0;
  }
}
@media only screen and (max-width: 640px) {
  header nav ul li a {
    text-align: left;
  }
}
header nav ul li a.selected {
  border-bottom: 3px solid #1ECAD3;
}
header nav ul li a:hover {
  color: inherit;
  text-decoration: none !important;
  font-weight: 600;
}
header nav ul li:nth-child(3) a {
  width: 210px;
}
header nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px; /* 5px below the item */
  width: 100%;
  height: 4px; /* thickness of the line */
  background: #1ECAD3; /* line color */
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.3s ease;
  transform-origin: center;
}
header nav ul li a:hover::after {
  text-decoration: none !important;
  opacity: 1;
  transform: scaleX(1);
}
header .right {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1300px) {
  header .right {
    gap: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  header .right {
    gap: 35px;
  }
}
header .right .search {
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  header .right .language {
    display: none;
  }
}
header .right .language a {
  background: #dfe5ec;
  color: #0a284b;
  font-size: 18px;
  padding: 8px 10px;
  border-radius: 8px;
  text-decoration: none !important;
}
header .right .second-nav {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 20px;
}
@media only screen and (max-width: 1300px) {
  header .right .second-nav {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  header .right .second-nav {
    display: none;
  }
}
header .right .second-nav a {
  width: 115px;
  height: 95px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none !important;
}
@media only screen and (max-width: 1300px) {
  header .right .second-nav a {
    width: 100px;
    height: 80px;
  }
}
header .right .second-nav a.yellow {
  background: #ffc35a;
  border-radius: 63% 71% 73% 49%/87% 66% 66% 43%;
}
header .right .second-nav a.yellow:hover {
  background: #e9b862;
}
header .right .second-nav a.aqua {
  background: #1ec8d2;
  border-radius: 50% 50% 53% 47%/48% 60% 40% 52%;
}
header .right .second-nav a.aqua:hover {
  background: #1ea5ad;
}
header .right .mobile-menu-trigger {
  display: none;
  flex-direction: column;
  gap: 7px;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  header .right .mobile-menu-trigger {
    display: flex;
  }
}
header .right .mobile-menu-trigger span {
  height: 4px;
  display: block;
  border-radius: 5px;
}
header .right .mobile-menu-trigger span:nth-child(1) {
  width: 12px;
  background-color: #ffc35a;
}
header .right .mobile-menu-trigger span:nth-child(2) {
  width: 19px;
  background-color: #1ec8d2;
}
header .right .mobile-menu-trigger span:nth-child(3) {
  width: 25px;
  background-color: #0a284b;
}
header .right .mobile-search-close {
  display: none;
  background: #c5ced9;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  color: #0a284b;
}
header .right .mobile-search-close svg {
  width: 16px;
}
@media only screen and (max-width: 1024px) {
  header .right.show-search .search, header .right.show-search .mobile-menu-trigger {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  header .right.show-search .mobile-search-close {
    display: flex;
  }
}

.search-container {
  position: fixed;
  z-index: 998;
  width: 100%;
  top: -100%;
  height: calc(100dvh - 112px);
  opacity: 0;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 1024px) {
  .search-container {
    height: calc(100dvh - 80px);
  }
}
.search-container .overlay {
  background: #0a284b;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
@media only screen and (max-width: 1024px) {
  .search-container .overlay {
    display: none;
  }
}
.search-container .content {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 44px 0 64px 0;
  border-radius: 0 0 80px 80px;
}
@media only screen and (max-width: 1024px) {
  .search-container .content {
    height: 100%;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.95);
  }
}
.search-container .content .container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-container .content .container-header .label {
  color: #0a284b;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (max-width: 1024px) {
  .search-container .content .container-header .label {
    display: none;
  }
}
.search-container .content .container-header .close-btn {
  border-radius: 50% 50% 50% 50%/43% 57% 43% 57%;
  background: #c5ced9;
  width: 71px;
  height: 71px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .search-container .content .container-header .close-btn {
    display: none;
  }
}
.search-container .content .container-header .close-btn svg {
  width: 25px;
}
.search-container .content .container-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
.search-container .content .container-body input {
  height: 85px;
  font-size: 56px;
  outline: none;
  border: none;
  color: #0a284b;
}
@media only screen and (max-width: 1024px) {
  .search-container .content .container-body input {
    background: transparent;
    font-size: 44px;
  }
}
.search-container .content .container-body button {
  background: #1ec8d2;
  border: none;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  padding: 0 30px;
  border-radius: 45px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .search-container .content .container-body button {
    display: none;
  }
}
.search-container.show {
  top: 112px;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .search-container.show {
    top: 85px;
  }
}

.mobile-menu {
  position: fixed;
  right: -100%;
  opacity: 0;
  top: 0;
  width: 100%;
  background-color: rgba(30, 200, 210, 0.95);
  height: 100dvh;
  padding: 30px 30px 100px 30px;
  display: none;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 1024px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu.show {
  right: 0;
  opacity: 1;
}
.mobile-menu .menu-header {
  display: flex;
  justify-content: space-between;
}
.mobile-menu .menu-header .logo {
  width: 100px;
}
.mobile-menu .menu-header .logo img {
  width: 100%;
}
.mobile-menu .menu-header .close-menu {
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50% 50% 50% 50%/43% 57% 43% 57%;
}
.mobile-menu .menu-header .close-menu svg {
  width: 18px;
}
.mobile-menu .menu-body {
  height: calc(100% - 260px);
  overflow: auto;
  margin: 20px 0;
}
.mobile-menu .menu-body nav {
  display: block;
  padding-top: 30px;
}
.mobile-menu .menu-body nav ul {
  display: flex;
  flex-direction: column;
}
.mobile-menu .menu-body nav ul li a {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  padding: 0;
}
.mobile-menu .menu-footer ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 270px;
}
.mobile-menu .menu-footer ul li a {
  font-size: 22px;
  display: flex;
  height: 65px;
  border-radius: 100px;
  color: #0a284b;
  /* background: $white; */
  align-items: center;
  padding: 0 25px;
  font-weight: 600;
}
.mobile-menu .menu-footer ul li a.yellow {
  /* background: $yellow; */
}
.mobile-menu .menu-footer ul li:nth-child(1) a {
  background: #ffc35a;
}
.mobile-menu .menu-footer ul li:nth-child(2) a {
  background: #fff;
}

/**
 * Navigation Dropdown Styles
 * Styles for navigation dropdown functionality
 * Updated for structure where mn-has-sub class is on <a> element, not <li>
 */
/* Base navigation styles */
nav {
  position: relative;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav li {
  position: relative;
}

nav a {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Dropdown trigger styles - now targeting <a> elements with mn-has-sub */
a.mn-has-sub {
  position: relative;
  padding-right: 20px; /* Space for chevron icon */
}
@media only screen and (max-width: 1024px) {
  a.mn-has-sub {
    padding-right: 40px;
    /* Make it clear this is clickable on mobile */
    cursor: pointer;
  }
}

a.mn-has-sub::after {
  /*
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  transition: transform 0.3s ease;
      */
}

a.mn-has-sub-active::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Submenu styles */
.mn-sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  opacity: 0;
  transform: translateY(-10px);
  /* Ensure no gap between trigger and dropdown */
  margin-top: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .mn-sub {
    box-shadow: none;
    border: none;
    border-top: none;
    border-radius: 0;
    background: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  }
}

.mn-sub-visible {
  display: block !important;
  opacity: 1 !important;
  transform: translateY(0);
  visibility: visible !important;
}
@media only screen and (max-width: 1024px) {
  .mn-sub-visible {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0);
  }
}

.mn-sub li {
  /* border-bottom: 1px solid #f0f0f0; */
}
@media only screen and (max-width: 1024px) {
  .mn-sub li {
    border-bottom: none;
  }
}

.mn-sub li:last-child {
  border-bottom: none;
}

.mn-sub a {
  padding: 9px 24px 9px 24px;
  color: #333;
  font-size: 14px;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 280px !important;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .mn-sub a {
    padding: 10px 20px;
    border-left: 3px solid transparent;
  }
}

.mn-sub li:first-child a {
  padding-top: 12px;
}

.mn-sub li:last-child a {
  padding-bottom: 12px;
}

.mn-sub a:hover {
  background-color: #f8f9fa;
  color: rgb(30, 200, 210);
}
@media only screen and (max-width: 1024px) {
  .mn-sub a:hover {
    background-color: #e9ecef;
    border-left-color: #007bff;
  }
}

.mn-sub a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px; /* 5px below the item */
  width: 100%;
  height: 0px !important;
  background: none !important;
  opacity: 0;
  transform: unset !important;
  transition: unset;
  transform-origin: unset !important;
}

/* Focus styles for accessibility */
li:focus-within .mn-sub {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

li:focus-within a.mn-has-sub::after {
  transform: translateY(-50%) rotate(180deg);
}

li:hover .mn-sub {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

li:hover a.mn-has-sub::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Add small overlap to prevent gap issues */
.mn-sub::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 5px;
  background: transparent;
}

/* Chevron icon styles */
.mi-chevron-down {
  display: none;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

a.mn-has-sub-active .mi-chevron-down {
  transform: rotate(180deg);
}

/* Mobile specific styles */
@media (max-width: 768px) {
  .mn-sub {
    gap: 1px;
    margin-top: 10px;
  }
  .mn-sub li a {
    font-size: 20px !important;
    padding: 18px 24px 0px 24px !important;
  }
  .mn-sub li:last-child a {
    padding-bottom: 18px !important;
  }
  /* Ensure dropdown links don't navigate on mobile */
  a.mn-has-sub[href] {
    pointer-events: auto;
  }
  /* Visual feedback for mobile touch */
  a.mn-has-sub:active {
    background-color: #e9ecef;
  }
  .mobile-menu .menu-body nav ul li a {
    line-height: 30px;
  }
}
/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .mn-sub,
  a.mn-has-sub::after,
  .mi-chevron-down {
    transition: none;
  }
}
footer {
  padding: 20px 0;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top {
    display: grid;
    grid-template-areas: "logo social" "store store";
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .logo {
    grid-area: logo;
  }
}
footer .footer-top .logo .big {
  display: block;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .logo .big {
    display: none;
  }
}
footer .footer-top .logo .mini {
  display: none;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .logo .mini {
    display: block;
    width: 56px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .social-medias {
    grid-area: social;
  }
}
footer .footer-top .social-medias ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .social-medias ul {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 640px) {
  footer .footer-top .social-medias ul {
    gap: 30px;
  }
}
footer .footer-top .social-medias ul li a {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0a284b;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .sponsor {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .stores {
    grid-area: store;
  }
}
footer .footer-top .stores ul {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
footer .footer-top .stores ul li a img {
  height: 46px;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
@media only screen and (max-width: 1024px) {
  footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
footer .footer-bottom .copyright {
  font-size: 14px;
  color: #0a284b;
}
footer .footer-bottom .copyright strong {
  font-weight: 700;
}
footer .footer-bottom .terms ul {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  footer .footer-bottom .terms ul {
    gap: 20px;
  }
}
footer .footer-bottom .terms ul li a {
  display: block;
  font-size: 14px;
  color: #0a284b;
}
footer .footer-bottom .sponsor {
  display: none;
}
@media only screen and (max-width: 1024px) {
  footer .footer-bottom .sponsor {
    display: block;
  }
}
footer .my-company-is-it-home {
  box-shadow: 2px 2px 4px 0px rgba(144, 144, 144, 0.1098039216);
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  display: block;
}
footer .my-company-is-it-home img {
  max-height: 58px;
}

.twocolumncontents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px; /* only horizontal gap */
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .twocolumncontents {
    grid-template-columns: 1fr;
    row-gap: 20px; /* optional: vertical spacing */
  }
}

.rightimageentry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px; /* only horizontal gap */
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .rightimageentry {
    grid-template-columns: 1fr;
    row-gap: 20px; /* optional: vertical spacing */
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../_scss/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
#homeSlider {
  padding-bottom: 45px;
  margin-top: -10px;
  border-radius: 0 0 30px 30px;
  position: relative;
  z-index: 1;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  #homeSlider {
    height: 480px;
  }
}
#homeSlider .slider .owl-dots {
  display: flex;
  gap: 15px;
  position: absolute;
  bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #homeSlider .slider .owl-dots {
    position: relative;
    justify-content: center;
    margin-top: 40px;
  }
}
#homeSlider .slider .owl-dots .owl-dot {
  width: 40px;
  height: 8px;
  background: #0a284b;
  opacity: 0.2;
  transition: all 0.4s;
  outline: none !important;
  border-radius: 6px;
}
#homeSlider .slider .owl-dots .owl-dot span {
  display: none;
}
#homeSlider .slider .owl-dots .owl-dot.active {
  opacity: 1;
}
#homeSlider .slider a {
  text-decoration: none;
  color: #000000;
}
#homeSlider .slider .item {
  display: flex;
  gap: 58px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  #homeSlider .slider .item {
    flex-direction: column;
    gap: 20px;
  }
}
#homeSlider .slider .item .content {
  width: calc(100% - 700px - 58px);
  /*
  a {
      display: flex;
      align-items: center;
      gap: 13px;
      color: $blue;
      font-size: 18px;
      font-weight: 700;


      @include respond(tablet) {
          display: none
      }
  }

  */
}
@media only screen and (max-width: 1300px) {
  #homeSlider .slider .item .content {
    width: calc(100% - 600px - 58px);
  }
}
@media only screen and (max-width: 1024px) {
  #homeSlider .slider .item .content {
    width: 100%;
    padding: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  #homeSlider .slider .item .content {
    padding: 30px 18px 30px 18px;
  }
}
#homeSlider .slider .item .content h2 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  #homeSlider .slider .item .content h2 {
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  #homeSlider .slider .item .content h2 {
    font-size: 28px;
    line-height: 38px;
    height: 42px;
  }
}
#homeSlider .slider .item .content .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #1ec8d2;
  width: 59px;
  height: 63px;
  border-radius: 53% 47% 68% 32%/63% 49% 51% 37%;
}
#homeSlider .slider .item .content .icon img {
  width: 25px;
}
#homeSlider .slider .item .content .icon:hover {
  background: #1ea5ad;
}
@media only screen and (max-width: 640px) {
  #homeSlider .slider .item .content .icon {
    display: none;
  }
}
#homeSlider .slider .item .content .icontext {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  #homeSlider .slider .item .content .icontext {
    display: none;
  }
}
#homeSlider .slider .item .image {
  width: 700px;
  height: 670px;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  #homeSlider .slider .item .image {
    width: 50%;
    height: auto;
    /*
    width: 600px;
    height: 570px;
        */
  }
}
@media only screen and (max-width: 1200) {
  #homeSlider .slider .item .image {
    /*width: 70%; */
    width: 50%;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  #homeSlider .slider .item .image {
    width: 60%;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  #homeSlider .slider .item .image {
    width: 85%;
    height: 267px;
  }
}
#homeSlider .slider .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% 50% 52% 48%/44% 45% 55% 56%;
  position: relative;
  z-index: 3;
}
#homeSlider .slider .item .image:before {
  content: "";
  width: 463px;
  height: 500px;
  background: #ffc35a;
  position: absolute;
  left: -55px;
  border-radius: 67% 33% 0% 100%/40% 38% 62% 60%;
  top: 65px;
}
@media only screen and (max-width: 1300px) {
  #homeSlider .slider .item .image:before {
    width: 400px;
    height: 350px;
  }
}
@media only screen and (max-width: 720px) {
  #homeSlider .slider .item .image:before {
    top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #homeSlider .slider .item .image:before {
    width: 200px;
    height: 250px;
    left: -20px;
  }
}
@media only screen and (max-width: 480px) {
  #homeSlider .slider .item .image:before {
    height: 200px;
  }
}
#homeSlider .slider .item .image:after {
  content: "";
  width: 290px;
  height: 350px;
  background: #1ECAD3;
  position: absolute;
  right: 0;
  border-radius: 59% 41% 100% 0%/0% 49% 51% 100%;
  bottom: 25px;
}
@media only screen and (max-width: 1300px) {
  #homeSlider .slider .item .image:after {
    width: 280px;
    height: 250px;
  }
}
@media only screen and (max-width: 720px) {
  #homeSlider .slider .item .image:after {
    right: -15px;
  }
}
@media only screen and (max-width: 480px) {
  #homeSlider .slider .item .image:after {
    width: 180px;
    height: 165px;
  }
}

#searchFriend {
  background: #0a284b;
  padding-top: 200px;
  padding-bottom: 240px;
  margin-top: -130px;
  font-family: "Sora", serif;
}
@media only screen and (max-width: 1024px) {
  #searchFriend {
    padding-bottom: 50px;
  }
}
#searchFriend .wrapper {
  position: relative;
}
#searchFriend.detail {
  padding-bottom: 30px;
}
#searchFriend .search-friend-section-header {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#searchFriend .search-friend-section-header .filter-btn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #searchFriend .search-friend-section-header .filter-btn {
    display: block;
  }
}
#searchFriend .search-friend-section-header .filter-btn span {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#searchFriend h3 {
  font-size: 44px;
  color: #fff;
  line-height: 60px;
}
@media only screen and (max-width: 640px) {
  #searchFriend h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
#searchFriend .search-result {
  color: #c5ced9;
  font-size: 18px;
}
#searchFriend .search-result.home {
  font-size: 0;
}
@media only screen and (max-width: 1024px) {
  #searchFriend .search-result.home {
    font-size: 18px;
  }
}
#searchFriend .search-result strong {
  font-weight: 700;
}
#searchFriend .filter-container-backdrop {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #searchFriend .filter-container-backdrop.show {
    display: block;
    position: fixed;
    background: rgba(10, 40, 75, 0.6);
    width: 100%;
    height: 100dvh;
    left: 0;
    top: 0;
    z-index: 999;
  }
}
#searchFriend .filter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
#searchFriend .filter-container .trigger {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #searchFriend .filter-container .trigger {
    display: block;
    width: 100px;
    height: 5px;
    background: #0a284b;
    margin: 10px auto 20px;
    border-radius: 6px;
  }
}
#searchFriend .filter-container .closebuttononmobile {
  display: none;
}
@media only screen and (max-width: 640px) {
  #searchFriend .filter-container .closebuttononmobile {
    display: block;
    position: absolute;
    right: 22px;
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 30px;
    background: #1ecad3;
    color: #FFFFFF;
    font-weight: 700;
  }
}
#searchFriend .filter-container h4 {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #searchFriend .filter-container h4 {
    display: block;
    text-align: center;
    width: 100%;
    color: #0a284b;
  }
}
@media only screen and (max-width: 640px) {
  #searchFriend .filter-container h4 {
    margin: 20px 0 20px 0;
  }
}
@media only screen and (max-width: 1300px) {
  #searchFriend .filter-container {
    gap: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  #searchFriend .filter-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: fixed;
    left: 0;
    background: #fff;
    z-index: 99;
    align-items: flex-start;
    border-radius: 50px 50px 0 0;
    padding: 0 20px 50px;
    height: 0;
    overflow: hidden;
    transition: all 0.4s;
    bottom: -100%;
    z-index: 9999;
  }
}
#searchFriend .filter-container.show {
  height: auto;
  padding-top: 20px;
  padding-bottom: 70px;
  bottom: 0;
}
@media only screen and (max-width: 640px) {
  #searchFriend .filter-container.show {
    padding-bottom: 0px;
  }
}
#searchFriend .filter-container .filter-set {
  min-width: 120px;
}
#searchFriend .filter-container .filter-set label {
  color: #c5ced9;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (max-width: 640px) {
  #searchFriend .filter-container .filter-set label {
    color: #0a284b;
  }
}
#searchFriend .filter-container .filter-set ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
#searchFriend .filter-container .filter-set ul li span {
  border: 1px solid #6c7e92;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  height: 45px;
  font-size: 14px;
  font-weight: 700;
  color: #6c7e92;
  cursor: pointer;
  gap: 6px;
  width: max-content;
}
@media only screen and (max-width: 1300px) {
  #searchFriend .filter-container .filter-set ul li span {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  #searchFriend .filter-container .filter-set ul li span {
    min-width: 60px;
  }
}
#searchFriend .filter-container .filter-set ul li span svg {
  height: 24px;
}
#searchFriend .filter-container .filter-set ul li span.selected {
  color: #fff;
  background: #1ec8d2;
  border-color: #1ec8d2;
}
#searchFriend .filter-container .filter-set ul li span.selected svg path {
  fill: white;
}
@media only screen and (max-width: 640px) {
  #searchFriend .filter-container .filter-set {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 40px;
  }
}
#searchFriend .friends-slider-container {
  margin: 25px 0 30px 0;
}
#searchFriend .friends-slider-container .friends-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 60px;
  column-gap: 45px;
}
@media only screen and (max-width: 1024px) {
  #searchFriend .friends-slider-container .friends-slider {
    display: block;
  }
}
#searchFriend .friends-slider-container .friends-slider .item {
  position: relative;
}
@media only screen and (max-width: 640px) {
  #searchFriend .friends-slider-container .friends-slider .item {
    margin-bottom: 50px;
  }
}
#searchFriend .friends-slider-container .friends-slider .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  z-index: 1;
}
#searchFriend .friends-slider-container .friends-slider .item h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 15px;
}
#searchFriend .friends-slider-container .friends-slider .item .image {
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #searchFriend .friends-slider-container .friends-slider .item .image {
    height: 225px;
  }
}
#searchFriend .friends-slider-container .friends-slider .item .image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media only screen and (max-width: 640px) {
  #searchFriend .friends-slider-container .friends-slider .item .image img {
    height: 225px;
  }
}
#searchFriend .friends-slider-container .friends-slider .item .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  border: 3px solid #1ec8d2;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(10, 40, 75, 0.6), rgba(10, 40, 75, 0.6));
  transition: all 0.4s;
  opacity: 0;
}
#searchFriend .friends-slider-container .friends-slider .item .image .overlay span {
  width: 66px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 59% 41% 50% 50%/77% 54% 46% 23%;
  background: #1ECAD3;
  margin-bottom: 16px;
}
#searchFriend .friends-slider-container .friends-slider .item .specifications {
  padding: 15px 0;
}
#searchFriend .friends-slider-container .friends-slider .item .specifications ul {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media only screen and (max-width: 1024px) {
  #searchFriend .friends-slider-container .friends-slider .item .specifications ul {
    justify-content: flex-start;
    gap: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #searchFriend .friends-slider-container .friends-slider .item .specifications ul {
    gap: 8px;
  }
}
#searchFriend .friends-slider-container .friends-slider .item .specifications ul li {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 15px;
  flex: 1;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  #searchFriend .friends-slider-container .friends-slider .item .specifications ul li {
    gap: 8px;
  }
}
#searchFriend .friends-slider-container .friends-slider .item .specifications ul li .gender {
  width: 45px;
  height: 45px;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  #searchFriend .friends-slider-container .friends-slider .item .specifications ul li .gender {
    width: 40px;
    height: 40px;
  }
}
#searchFriend .friends-slider-container .friends-slider .item .specifications ul li .gender svg {
  width: 17px;
}
#searchFriend .friends-slider-container .friends-slider .item .specifications ul li:first-child {
  justify-content: unset;
}
#searchFriend .friends-slider-container .friends-slider .item .specifications ul li:nth-last-child(1) {
  border: none;
  /*
  @include respond(tablet) {
      display: none;
  } */
}
@media only screen and (max-width: 640px) {
  #searchFriend .friends-slider-container .friends-slider .item .specifications ul li:nth-last-child(1) svg {
    height: 22px;
  }
}
#searchFriend .friends-slider-container .friends-slider .item .specifications ul li img {
  opacity: 0.5;
}
#searchFriend .friends-slider-container .friends-slider .item .description p, #searchFriend .friends-slider-container .friends-slider .item .description div {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#searchFriend .friends-slider-container .friends-slider .item .description span {
  color: #1ECAD3;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
}
#searchFriend .friends-slider-container .friends-slider .item .description span img {
  width: 20px;
}
#searchFriend .friends-slider-container .friends-slider .item:hover .image .overlay {
  opacity: 1;
}
#searchFriend #div_noDogs {
  display: none;
}
#searchFriend .view-all a {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
#searchFriend .view-all a .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #1ec8d2;
  width: 59px;
  height: 63px;
  border-radius: 53% 47% 68% 32%/63% 49% 51% 37%;
}
#searchFriend .view-all a .icon img {
  width: 25px;
}
#searchFriend .view-all a .icon:hover {
  background: #1ea5ad;
}
#searchFriend .view-all-center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}
#searchFriend .view-all-center a,
#searchFriend .view-all-center span {
  background: #fff;
  font-size: 16px;
  color: #0a284b;
  font-weight: 600;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 45px;
}
#searchFriend .view-all-center a:hover,
#searchFriend .view-all-center span:hover {
  background: #dfdeeb;
}
#searchFriend .show-all-dogs {
  display: none;
  justify-content: center;
  align-items: center;
}
#searchFriend .show-all-dogs a,
#searchFriend .show-all-dogs span {
  background: #1ECAD3;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 45px;
}
@media only screen and (max-width: 640px) {
  #searchFriend .show-all-dogs {
    display: flex;
  }
}

#whatWeDone {
  margin-top: -150px;
  font-family: "Sora", serif;
}
@media only screen and (max-width: 1024px) {
  #whatWeDone {
    margin-top: -20px;
  }
}
#whatWeDone .wrapper {
  background: #fff;
  border-radius: 40px;
  padding: 87px 105px;
}
@media only screen and (max-width: 1024px) {
  #whatWeDone .wrapper {
    padding: 40px 30px;
    margin: 0;
  }
}
#whatWeDone h3 {
  font-size: 44px;
  font-weight: 400;
  line-height: 60px;
  color: #0a284b;
}
@media only screen and (max-width: 1024px) {
  #whatWeDone h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
#whatWeDone .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  padding: 60px 0;
}
@media only screen and (max-width: 1024px) {
  #whatWeDone .list {
    gap: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #whatWeDone .list {
    overflow: auto;
  }
}
#whatWeDone .list .item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  #whatWeDone .list .item {
    width: 200px;
  }
}
#whatWeDone .list .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 1024px) {
  #whatWeDone .list .item .icon {
    width: 70px;
    height: 70px;
    margin-bottom: 26px;
  }
}
#whatWeDone .list .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#whatWeDone .list .item .icon.hover:hover {
  background: #1ea5ad;
}
#whatWeDone .list .item .number {
  font-size: 80px;
  text-align: center;
  line-height: 72px;
  color: #0a284b;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  #whatWeDone .list .item .number {
    font-size: 44px;
    line-height: 60px;
  }
}
#whatWeDone .list .item .text {
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  color: #0a284b;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  #whatWeDone .list .item .text {
    font-size: 14px;
  }
}
#whatWeDone .list.two-items {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1024px) {
  #whatWeDone .list.two-items {
    grid-template-columns: 1fr;
  }
}
#whatWeDone .list.two-items .item {
  flex-direction: row;
}
@media only screen and (max-width: 1024px) {
  #whatWeDone .list.two-items .item {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #whatWeDone .list.two-items .item {
    flex-direction: column;
    gap: 0;
  }
}
#whatWeDone .list.two-items .item .icon {
  margin-bottom: 15px;
}
#whatWeDone .view-all a {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #0a284b;
  font-size: 18px;
  font-weight: 700;
}
#whatWeDone .view-all a .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #1ec8d2;
  width: 59px;
  height: 63px;
  border-radius: 53% 47% 68% 32%/63% 49% 51% 37%;
}
#whatWeDone .view-all a .icon img {
  width: 25px;
}
#whatWeDone .view-all a .icon:hover {
  background: #1ea5ad;
}

#howCanISupport {
  padding: 100px 0;
  font-family: "Sora", serif;
}
@media only screen and (max-width: 1024px) {
  #howCanISupport {
    padding: 30px 0;
  }
}
#howCanISupport .wrapper {
  display: flex;
  justify-content: space-between;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #howCanISupport .wrapper {
    margin: 0;
    flex-direction: column;
    background: #ffc35a;
    padding: 40px 30px;
  }
}
#howCanISupport .content {
  width: 50%;
  background: #ffc35a;
  padding: 80px 75px 80px 105px;
}
@media only screen and (max-width: 1300px) {
  #howCanISupport .content {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  #howCanISupport .content {
    width: 100%;
    padding: 0;
  }
}
#howCanISupport .content.mobile-content {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #howCanISupport .content.mobile-content {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  #howCanISupport .content.mobile-content .content-list .item {
    display: block;
  }
}
#howCanISupport .content h1, #howCanISupport .content h3 {
  color: #0a284b;
  font-size: 44px;
  line-height: 60px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 50px 0;
  letter-spacing: -1px;
}
@media only screen and (max-width: 1024px) {
  #howCanISupport .content h1, #howCanISupport .content h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
#howCanISupport .content .content-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  min-height: 340px;
}
@media only screen and (max-width: 1024px) {
  #howCanISupport .content .content-list {
    min-height: auto;
  }
}
#howCanISupport .content .content-list .item .title {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 30px;
  font-weight: 600;
  color: #c09857;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  #howCanISupport .content .content-list .item .title {
    font-size: 22px;
  }
}
#howCanISupport .content .content-list .item .title .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 61px;
  height: 61px;
  border-radius: 50% 50% 50% 50%/43% 57% 43% 57%;
  color: #c09857;
  border: 1px solid #c09857;
}
@media only screen and (max-width: 1024px) {
  #howCanISupport .content .content-list .item .title .icon {
    width: 50px;
    height: 50px;
  }
}
#howCanISupport .content .content-list .item .title .icon svg {
  width: 21px;
}
#howCanISupport .content .content-list .item .title .icon:hover {
  background: #e9b862;
}
#howCanISupport .content .content-list .item .description {
  padding-left: 79px;
  color: #0a284b;
}
#howCanISupport .content .content-list .item .description .descriptioncontent {
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #howCanISupport .content .content-list .item .description .descriptioncontent {
    -webkit-line-clamp: 6;
  }
}
@media only screen and (max-width: 1024px) {
  #howCanISupport .content .content-list .item .description {
    padding-left: 68px;
  }
}
#howCanISupport .content .content-list .item .description p {
  color: #0a284b;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 1024px) {
  #howCanISupport .content .content-list .item .description p {
    font-size: 16px;
    line-height: 26px;
  }
}
#howCanISupport .content .content-list .item .description a {
  color: #0a284b;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  #howCanISupport .content .content-list .item .description a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  #howCanISupport .content .content-list .item.blue {
    display: block;
  }
}
#howCanISupport .content .content-list .item.blue .title {
  color: #0a284b;
}
#howCanISupport .content .content-list .item.blue .title .icon {
  color: #fff;
  border-color: #0a284b;
  background-color: #0a284b;
}
@media only screen and (max-width: 640px) {
  #howCanISupport .content .content-list .item.blue .mobileimage {
    display: block;
  }
}
#howCanISupport .content .content-list .item .mobileimage {
  display: none;
}
@media only screen and (max-width: 640px) {
  #howCanISupport .content .content-list .item .mobileimage {
    width: 100%;
  }
}
#howCanISupport .content .content-list .item .mobileimage img {
  width: 100%;
  border-radius: 10px;
  margin-top: 30px;
}
#howCanISupport .image {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  #howCanISupport .image {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 10px;
    overflow: hidden;
    margin: 35px 0;
  }
}
@media only screen and (max-width: 640px) {
  #howCanISupport .image {
    display: none;
  }
}
#howCanISupport .image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

#newsEvents {
  padding: 20px 0 120px 0;
  font-family: "Sora", serif;
}
#newsEvents .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#newsEvents .section-header h3 {
  font-size: 44px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #0a284b;
}
@media only screen and (max-width: 1024px) {
  #newsEvents .section-header h3 {
    font-size: 28px;
  }
}
#newsEvents .section-header .arrows {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 640px) {
  #newsEvents .section-header .arrows {
    display: none;
  }
}
#newsEvents .section-header .arrows button {
  width: 70px;
  height: 70px;
  border-radius: 50% 50% 50% 50%/43% 57% 43% 57%;
  background: none;
  border: 1px solid #0a284b;
  cursor: pointer;
}
#newsEvents .section-header .arrows button.prev {
  color: #0a284b;
}
#newsEvents .section-header .arrows button.prev:hover {
  color: #fff;
  background: #0a284b;
}
#newsEvents .section-header .arrows button.next {
  color: #0a284b;
}
#newsEvents .section-header .arrows button.next:hover {
  color: #fff;
  background: #0a284b;
}
#newsEvents .news-slider {
  padding: 78px 0;
  margin-left: calc((100vw - 1290px) / 2);
  width: calc((100vw - 1290px) / 2 + 1290px - 17px);
}
@media only screen and (max-width: 1300px) {
  #newsEvents .news-slider {
    margin-left: 20px;
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 1024px) {
  #newsEvents .news-slider {
    padding: 40px 0;
  }
}
#newsEvents .news-slider .item {
  border: 1px solid #c5ced9;
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s;
  background: #fff;
}
#newsEvents .news-slider .item .icon {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#newsEvents .news-slider .item .icon svg {
  width: 52px;
}
#newsEvents .news-slider .item .details {
  min-height: 200px;
}
#newsEvents .news-slider .item .details h4 {
  font-size: 26px;
  color: #0a284b;
  line-height: 36px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 640px) {
  #newsEvents .news-slider .item .details h4 {
    font-size: 18px;
    line-height: 30px;
  }
}
#newsEvents .news-slider .item .details a {
  display: inline-flex;
  align-items: center;
  color: #1ECAD3;
  font-size: 16px;
  gap: 9px;
  margin-top: 10px;
}
#newsEvents .news-slider .item .details a span {
  width: 20px;
}
#newsEvents .news-slider .item .details a span svg {
  width: 100%;
}
#newsEvents .news-slider .item:hover {
  border: 1px solid #1ec8d2;
}
#newsEvents .view-all a {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #0a284b;
  font-size: 18px;
  font-weight: 700;
}
#newsEvents .view-all a .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #1ec8d2;
  width: 59px;
  height: 63px;
  border-radius: 53% 47% 68% 32%/63% 49% 51% 37%;
}
#newsEvents .view-all a .icon img {
  width: 25px;
}
#newsEvents .view-all a .icon:hover {
  background: #1ea5ad;
}

#subscription {
  max-width: 1800px;
  margin: auto;
  position: relative;
  border-radius: 45px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Sora", serif;
}
@media only screen and (max-width: 1800px) {
  #subscription {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1400px) {
  #subscription {
    max-width: 100%;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  #subscription {
    max-width: 100%;
    margin: 0;
    border-radius: 0;
  }
}
#subscription .image {
  position: absolute;
  height: 100%;
  width: 100%;
}
#subscription .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#subscription .content {
  padding: 118px 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 660px;
  gap: 40px;
}
@media only screen and (max-width: 640px) {
  #subscription .content {
    width: 90%;
    padding: 66px 0;
  }
}
#subscription .content h4 {
  color: #fff;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  #subscription .content h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
#subscription .content .form {
  margin: 0;
  background: #fff;
  position: relative;
  border-radius: 45px;
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 20px;
}
#subscription .content .form input {
  padding: 0 0 0 25px;
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  border-radius: 45px 0 0 45px;
  color: #0a284b;
  width: 220px;
  outline: none !important;
}
#subscription .content .form input::placeholder {
  color: #0a284b;
}
@media only screen and (max-width: 640px) {
  #subscription .content .form input {
    font-size: 14px;
    width: auto;
  }
}
#subscription .content .form button {
  background: #1ec8d2;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  /* line-height: 50px; */
  padding: 0 30px;
  border-radius: 45px;
  cursor: pointer;
  padding: 14px 18px;
}
@media only screen and (max-width: 640px) {
  #subscription .content .form button {
    font-size: 14px;
  }
}
#subscription .content .form button:hover {
  background: #1ea5ad;
}

.mobile-intro {
  display: none;
  position: sticky;
  bottom: 0;
  background: #a9e8eb;
  z-index: 1000;
}
.mobile-intro.closed {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .mobile-intro {
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
  }
}
.mobile-intro .img-1, .mobile-intro .img-2 {
  position: absolute;
}
.mobile-intro .img-1 {
  animation: showImg1 2s infinite;
}
.mobile-intro .img-2 {
  animation: showImg2 2s infinite;
}

.lets-meet {
  background: #a9e8eb;
  padding: 21px 0;
  opacity: 1;
  transition: all 0.6s ease;
  position: sticky;
  z-index: 1000;
  font-family: "Sora", serif;
  width: 100%;
  bottom: -100%;
}
@media only screen and (max-width: 640px) {
  .lets-meet {
    display: none;
  }
}
.lets-meet .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 72px;
}
@media only screen and (max-width: 1300px) {
  .lets-meet .wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .lets-meet .wrapper {
    padding: 20px 0;
    height: auto;
    display: grid;
    grid-template-areas: "message image" "action action";
  }
}
.lets-meet .wrapper .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: none;
}
.lets-meet .wrapper .close span {
  width: 20px;
  height: 2px;
  background: #0a284b;
  position: absolute;
  transform: rotate(45deg);
}
.lets-meet .wrapper .close span:nth-child(2) {
  transform: rotate(-45deg);
}
.lets-meet .message {
  color: #0a284b;
  font-size: 36px;
  line-height: 56px;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .lets-meet .message {
    grid-area: message;
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  .lets-meet .message {
    font-size: 22px;
    line-height: 32px;
  }
}
.lets-meet .message strong {
  font-weight: 700;
}
.lets-meet .image {
  width: 188px;
  height: 183px;
  border-radius: 36% 64% 61% 39%/43% 51% 49% 57%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .lets-meet .image {
    grid-area: image;
  }
}
@media only screen and (max-width: 640px) {
  .lets-meet .image {
    width: 150px;
    height: 150px;
  }
}
.lets-meet .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .lets-meet .action {
    grid-area: action;
    margin-bottom: 25px;
  }
}
.lets-meet .action a {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #0a284b;
  font-size: 18px;
  font-weight: 700;
  width: max-content;
}
.lets-meet .action a .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #0a284b;
  width: 59px;
  height: 63px;
  border-radius: 53% 47% 68% 32%/63% 49% 51% 37%;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .lets-meet .action a .icon {
    width: 50px;
    height: 54px;
    background: #fff;
    color: #0a284b;
  }
}
.lets-meet.show {
  bottom: 0;
}
.lets-meet.show .close {
  display: flex;
}
.lets-meet.closed {
  display: none;
}

.show-lets-meet .lets-meet .mobile-intro {
  opacity: 0;
}
.show-lets-meet .lets-meet .wrapper {
  padding: 20px 0;
  height: auto;
  display: grid;
  grid-template-areas: "message image" "action action";
}

@keyframes showImg1 {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}
@keyframes showImg2 {
  0%, 50% {
    opacity: 0;
  }
  51%, 100% {
    opacity: 1;
  }
}
#pagetitle {
  background: #fff;
  border-radius: 0 0 80px 80px;
  position: relative;
  padding: 32px 0;
  font-family: "Sora", serif;
  /*
  h3 {
      color: $blue;
      font-size: 16px;
      line-height: 50px;
      font-weight: 600;
      opacity: .5;
      text-transform: uppercase;

      @include respond(mobile) {
          font-size: 14px;
          line-height: 18px;
      }
  }*/
}
@media only screen and (max-width: 1300px) {
  #pagetitle {
    padding: 32px 0 64px 0;
  }
}
@media only screen and (max-width: 1024px) {
  #pagetitle {
    border-radius: 0 0 40px 40px;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  #pagetitle {
    border-radius: 0 0 30px 30px;
    padding: 25px 0;
  }
}
#pagetitle h1, #pagetitle .blogtitle {
  font-size: 44px;
  color: #0a284b;
  line-height: 60px;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  #pagetitle h1, #pagetitle .blogtitle {
    font-size: 28px;
    line-height: 36px;
  }
}
#pagetitle .headingsmallcaps {
  color: #0a284b;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  opacity: 0.5;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  #pagetitle .headingsmallcaps {
    font-size: 14px;
    line-height: 18px;
  }
}

.content-card {
  padding: 80px 60px;
  border-radius: 40px;
  margin: 30px 0;
  font-family: "Sora", serif;
  /*
  &.yellow {
      background: $yellow;
      color: $blue;
  }

  &.blue {
      background: $blue;

      h3 {
          color: $white;
      }

      .card-slider {
          .item {
              color: $white;

              .contents {
                  .details {
                      .specifications {
                          ul {
                              li {
                                  border-color: rgba(255,255,255,0.3);
                              }
                          }
                      }

                      a {
                          background: $white;
                          color: $blue;
                      }
                  }
              }
          }

          .owl-nav {
              button {
                  border-color: $white;

                  &.owl-prev {
                      color: $white;
                  }

                  &.owl-next {
                      color: $blue;
                      background: $white;
                  }
              }
          }

          .owl-dots {
              button {
                  background: $white
              }
          }

          &.multiple {
              .item {
                  .contents {
                      .details {
                          a {
                              background: none;
                              color: $aqua-300;
                          }
                      }
                  }
              }
          }
      }
  }

  &.aqua {
      background: $aqua-100;
  }

  &.aqua-dark {
      background: $aqua-200;
  }

  &.brown {
      background: $brown;
  }*/
}
@media only screen and (max-width: 1024px) {
  .content-card {
    padding: 40px 30px;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .content-card {
    margin-left: -20px;
    width: 100vw;
  }
}
.content-card .card-header {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
}
.content-card .card-header h3 {
  font-size: 44px;
  /* color: $blue; */
  font-weight: 400;
  margin-bottom: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .content-card .card-header h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 640px) {
  .content-card .card-header h3 {
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
.content-card .card-body {
  padding: 1.25 rem;
}
@media only screen and (max-width: 640px) {
  .content-card .card-body {
    padding: 1.25rem 0px;
  }
}
@media only screen and (max-width: 640px) {
  .content-card .type-1 .item .contents p, .content-card .type-2 .item .contents p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: unset !important;
  }
}
.content-card .card-slider {
  /* &.multiple { */
}
.content-card .card-slider .item {
  /* color: $blue; */
  border-color: #0a284b;
  position: relative;
}
.content-card .card-slider .item .title {
  font-size: 44px;
  font-weight: 700;
  padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .content-card .card-slider .item .title {
    font-size: 34px;
    padding-bottom: 20px;
  }
}
.content-card .card-slider .item .contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 160px;
}
@media only screen and (max-width: 1024px) {
  .content-card .card-slider .item .contents {
    flex-direction: column-reverse;
    gap: 15px;
  }
}
.content-card .card-slider .item .contents .details {
  width: 100%;
}
.content-card .card-slider .item .contents .details .specifications {
  padding: 2px 0;
}
.content-card .card-slider .item .contents .details .specifications ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media only screen and (max-width: 1024px) {
  .content-card .card-slider .item .contents .details .specifications ul {
    justify-content: flex-start;
  }
}
.content-card .card-slider .item .contents .details .specifications ul li {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 15px;
  flex: 1;
  justify-content: center;
}
.content-card .card-slider .item .contents .details .specifications ul li .gender {
  width: 45px;
  height: 45px;
  display: flex;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .content-card .card-slider .item .contents .details .specifications ul li .gender {
    width: 40px;
    height: 40px;
  }
}
.content-card .card-slider .item .contents .details .specifications ul li .gender svg {
  width: 17px;
}
.content-card .card-slider .item .contents .details .specifications ul li:first-child {
  justify-content: unset;
}
.content-card .card-slider .item .contents .details .specifications ul li:nth-last-child(1) {
  border: none;
}
.content-card .card-slider .item .contents .details .specifications ul li svg {
  fill: #0a284b;
}
@media only screen and (max-width: 640px) {
  .content-card .card-slider .item .contents .details .specifications.type1 {
    padding: 1px 0px;
  }
}
@media only screen and (max-width: 640px) {
  .content-card .card-slider .item .contents .details .specifications.type2 {
    padding: 15px 0px;
  }
}
.content-card .card-slider .item .contents .details p, .content-card .card-slider .item .contents .details div {
  font-size: 16px;
  line-height: 26px;
  /* padding-bottom: 25px; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.content-card .card-slider .item .contents .details p strong, .content-card .card-slider .item .contents .details div strong {
  font-weight: 700;
}
.content-card .card-slider .item .contents .details a {
  font-weight: 600;
  padding: 0 30px;
  line-height: 50px;
  display: inline-block;
  border-radius: 45px;
  text-transform: capitalize;
}
.content-card .card-slider .item .contents .image {
  width: 100%;
  position: relative;
}
.content-card .card-slider .item .contents .image img {
  width: 100%;
  border-radius: 20px;
}
.content-card .card-slider .item .contents .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  border: 3px solid #1ec8d2;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(10, 40, 75, 0.6), rgba(10, 40, 75, 0.6));
  transition: all 0.4s;
  opacity: 0;
}
.content-card .card-slider .item .contents .image .overlay span {
  width: 66px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 59% 41% 50% 50%/77% 54% 46% 23%;
  background: #1ECAD3;
  margin-bottom: 16px;
}
@media only screen and (max-width: 640px) {
  .content-card .card-slider .item .contents .image {
    height: 260px;
    overflow: hidden;
    border-radius: 20px;
  }
}
.content-card .card-slider .item:hover .image .overlay {
  opacity: 1;
}
.content-card .card-slider .owl-nav {
  position: absolute;
  top: 0;
  width: 50%;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.content-card .card-slider .owl-nav button {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50% 50% 50% 50%/43% 57% 43% 57%;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .content-card .card-slider .owl-nav button {
    width: 60px;
    height: 55px;
  }
}
@media only screen and (max-width: 640px) {
  .content-card .card-slider .owl-nav {
    gap: 10px;
  }
}
.content-card .card-slider .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: absolute;
  width: 100%;
  bottom: -50px;
}
.content-card .card-slider .owl-dots button {
  width: 40px;
  height: 8px;
  border-radius: 6px;
  opacity: 0.2;
}
.content-card .card-slider .owl-dots button.active {
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  .content-card .card-slider .owl-dots {
    bottom: -30px;
  }
}
.content-card .card-slider.type-2 .item .title {
  font-size: 24px;
  padding-bottom: 15px;
}
.content-card .card-slider.type-2 .item .contents {
  flex-direction: column-reverse;
  gap: 0;
}
.content-card .card-slider.type-2 .item .contents .details .specifications {
  padding: 15px 0;
  /*
  &.type1 {
      @include respond(mobile) {
          padding: 1px 0px;
      }
  }*/
}
.content-card .card-slider.type-2 .item .contents .details .specifications ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media only screen and (max-width: 1024px) {
  .content-card .card-slider.type-2 .item .contents .details .specifications ul {
    justify-content: flex-start;
  }
}
.content-card .card-slider.type-2 .item .contents .details .specifications ul li {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 15px;
  flex: 1;
  justify-content: center;
}
.content-card .card-slider.type-2 .item .contents .details .specifications ul li .gender {
  width: 45px;
  height: 45px;
  display: flex;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .content-card .card-slider.type-2 .item .contents .details .specifications ul li .gender {
    width: 40px;
    height: 40px;
  }
}
.content-card .card-slider.type-2 .item .contents .details .specifications ul li .gender svg {
  width: 17px;
}
.content-card .card-slider.type-2 .item .contents .details .specifications ul li:first-child {
  justify-content: unset;
}
.content-card .card-slider.type-2 .item .contents .details .specifications ul li:nth-last-child(1) {
  border: none;
}
.content-card .card-slider.type-2 .item .contents .details .specifications ul li svg {
  fill: #0a284b;
}
@media only screen and (max-width: 640px) {
  .content-card .card-slider.type-2 .item .contents .details .specifications.type2 {
    padding: 15px 0px;
  }
}
.content-card .card-slider.type-2 .item .contents .details a {
  background: none;
  padding: 0;
  color: #0a284b;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 9px;
}
.content-card .card-slider.type-2 .item .contents .details a .icon {
  width: 19px;
}
.content-card .card-slider.type-2 .item .contents .image {
  aspect-ratio: 1;
  max-height: 300px;
}
.content-card .card-slider.type-2 .item .contents .image img {
  height: 100%;
  object-fit: cover;
}
.content-card .card-slider.type-2 .item:hover .contents .image .overlay {
  opacity: 1;
}
.content-card .card-slider.type-2 .owl-nav {
  display: none;
}
.content-card .card-slider.type-1 .item .contents .details .specifications {
  padding: 2px 0;
  /*
  &.type2 {
      @include respond(mobile) {
          padding: 15px 0px;
      }
  } */
}
.content-card .card-slider.type-1 .item .contents .details .specifications ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media only screen and (max-width: 1024px) {
  .content-card .card-slider.type-1 .item .contents .details .specifications ul {
    justify-content: flex-start;
  }
}
.content-card .card-slider.type-1 .item .contents .details .specifications ul li {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 15px;
  flex: 1;
  justify-content: center;
}
.content-card .card-slider.type-1 .item .contents .details .specifications ul li .gender {
  width: 45px;
  height: 45px;
  display: flex;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .content-card .card-slider.type-1 .item .contents .details .specifications ul li .gender {
    width: 40px;
    height: 40px;
  }
}
.content-card .card-slider.type-1 .item .contents .details .specifications ul li .gender svg {
  width: 17px;
}
.content-card .card-slider.type-1 .item .contents .details .specifications ul li:first-child {
  justify-content: unset;
}
.content-card .card-slider.type-1 .item .contents .details .specifications ul li:nth-last-child(1) {
  border: none;
}
.content-card .card-slider.type-1 .item .contents .details .specifications ul li svg {
  fill: #0a284b;
}
@media only screen and (max-width: 640px) {
  .content-card .card-slider.type-1 .item .contents .details .specifications.type1 {
    padding: 1px 0px;
  }
}
.content-card.category-type-1-theme-1 {
  background: #ffc35a;
  color: #0a284b;
}
.content-card.category-type-1-theme-1 .card-slider .item .title a {
  color: #0a284b;
}
.content-card.category-type-1-theme-1 .owl-nav button {
  border: 1px solid #0a284b;
  color: #0a284b;
  background-color: #ffc35a;
}
.content-card.category-type-1-theme-1 .owl-nav button:hover {
  background: #0a284b;
  color: white;
}
.content-card.category-type-1-theme-1 .owl-dots button {
  background-color: #0a284b;
}
.content-card.category-type-1-theme-1 .contents .details a {
  color: #fff;
  background: #0a284b;
}
.content-card.category-type-1-theme-1 .contents .details a:hover {
  background: #1ECAD3;
}
.content-card.category-type-1-theme-1 .specifications ul li {
  border-right: 1px solid #0a284b;
}
.content-card.category-type-1-theme-1 .specifications ul li .gender {
  border: 1px solid #0a284b;
}
.content-card.category-type-1-theme-2 {
  background: #0a284b;
  color: #fff;
}
.content-card.category-type-1-theme-2 .card-slider .item .title a {
  color: #fff;
}
.content-card.category-type-1-theme-2 .owl-nav button {
  border: 1px solid #fff;
  color: #fff;
  background-color: #0a284b;
}
.content-card.category-type-1-theme-2 .owl-nav button:hover {
  background: #fff;
  color: blue;
}
.content-card.category-type-1-theme-2 .owl-dots button {
  background-color: #fff;
}
.content-card.category-type-1-theme-2 .contents .details a {
  color: #0a284b;
  background: #fff;
}
.content-card.category-type-1-theme-2 .contents .details a:hover {
  background: #1ECAD3;
}
.content-card.category-type-1-theme-2 .specifications ul li {
  border-right: 1px solid #fff;
}
.content-card.category-type-1-theme-2 .specifications ul li .gender {
  border: 1px solid #fff;
}
.content-card.category-type-1-theme-3 {
  background: #dabaab;
  color: #0a284b;
}
.content-card.category-type-1-theme-3 .card-slider .item .title a {
  color: #0a284b;
}
.content-card.category-type-1-theme-3 .owl-nav button {
  border: 1px solid #0a284b;
  color: #0a284b;
  background-color: #dabaab;
}
.content-card.category-type-1-theme-3 .owl-nav button:hover {
  background: #0a284b;
  color: white;
}
.content-card.category-type-1-theme-3 .owl-dots button {
  background-color: #0a284b;
}
.content-card.category-type-1-theme-3 .contents .details a {
  color: #fff;
  background: #0a284b;
}
.content-card.category-type-1-theme-3 .contents .details a .gender {
  border: 1px solid #0a284b;
}
.content-card.category-type-1-theme-3 .contents .details a:hover {
  background: #1ECAD3;
}
.content-card.category-type-1-theme-3 .specifications ul li {
  border-right: 1px solid #0a284b;
}
.content-card.category-type-2-theme-1 {
  background: #ffc35a;
  color: #0a284b;
}
.content-card.category-type-2-theme-1 .card-slider .item .title a {
  color: #0a284b;
}
.content-card.category-type-2-theme-1 .owl-nav button {
  border: 1px solid #0a284b;
  color: #0a284b;
}
.content-card.category-type-2-theme-1 .owl-nav button:hover {
  background: #0a284b;
  color: white;
}
.content-card.category-type-2-theme-1 .owl-dots button {
  background-color: #0a284b;
}
.content-card.category-type-2-theme-1 .specifications ul li {
  border-right: 1px solid #0a284b;
}
.content-card.category-type-2-theme-1 .specifications ul li .gender {
  border: 1px solid #0a284b;
}
@media only screen and (max-width: 640px) {
  .content-card.category-type-2-theme-1 .card-body {
    padding-right: 0;
  }
}
.content-card.category-type-2-theme-2 {
  background: #a9e8eb;
  color: #0a284b;
}
.content-card.category-type-2-theme-2 .card-slider .item .title a {
  color: #0a284b;
}
.content-card.category-type-2-theme-2 .owl-nav button {
  border: 1px solid #0a284b;
  color: #0a284b;
}
.content-card.category-type-2-theme-2 .owl-nav button:hover {
  background: #0a284b;
  color: white;
}
.content-card.category-type-2-theme-2 .owl-dots button {
  background-color: #0a284b;
}
.content-card.category-type-2-theme-2 .specifications ul li {
  border-right: 1px solid #0a284b;
}
.content-card.category-type-2-theme-2 .specifications ul li .gender {
  border: 1px solid #0a284b;
}
.content-card.category-type-2-theme-3 {
  background: #1ECAD3;
  color: #0a284b;
}
.content-card.category-type-2-theme-3 .card-slider .item .title a {
  color: #0a284b;
}
.content-card.category-type-2-theme-3 .owl-nav button {
  border: 1px solid #0a284b;
  color: #0a284b;
}
.content-card.category-type-2-theme-3 .owl-nav button:hover {
  background: #0a284b;
  color: white;
}
.content-card.category-type-2-theme-3 .owl-dots button {
  background-color: #0a284b;
}
.content-card.category-type-2-theme-3 .specifications ul li {
  border-right: 1px solid #0a284b;
}
.content-card.category-type-2-theme-3 .specifications ul li .gender {
  border: 1px solid #0a284b;
}
@media only screen and (max-width: 640px) {
  .content-card.category-type-2-theme-3 .card-body {
    padding-right: 0;
    width: calc(100vw - 30px);
  }
}

#detailEntry {
  background: #0a284b;
  padding: 30px 0 60px 0;
  font-family: "Sora", serif;
}
#detailEntry .navigation {
  padding-bottom: 30px;
}
#detailEntry .navigation a {
  color: #c5ced9;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}
#detailEntry .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#detailEntry .content .details {
  width: calc(50% - 100px);
}
@media only screen and (max-width: 1300px) {
  #detailEntry .content .details {
    width: calc(50% - 50px);
  }
}
@media only screen and (max-width: 1024px) {
  #detailEntry .content .details {
    width: 100%;
  }
}
#detailEntry .content .details h1 {
  color: #1ec8d2;
  font-size: 44px;
  font-weight: 400;
  line-height: 60px;
}
@media only screen and (max-width: 640px) {
  #detailEntry .content .details h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
#detailEntry .content .details .specifications {
  padding: 15px 0;
}
@media only screen and (max-width: 640px) {
  #detailEntry .content .details .specifications {
    padding: 0px;
  }
}
#detailEntry .content .details .specifications ul {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media only screen and (max-width: 1024px) {
  #detailEntry .content .details .specifications ul {
    justify-content: flex-start;
  }
}
#detailEntry .content .details .specifications ul li {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-right: 1px solid #fff;
  padding-right: 15px;
  flex: 1;
  text-align: center;
  justify-content: center;
}
#detailEntry .content .details .specifications ul li .gender {
  width: 45px;
  height: 45px;
  display: flex;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  #detailEntry .content .details .specifications ul li .gender {
    width: 40px;
    height: 40px;
  }
}
#detailEntry .content .details .specifications ul li .gender svg {
  width: 17px;
}
#detailEntry .content .details .specifications ul li:nth-last-child(1) {
  border: none;
}
#detailEntry .content .details .specifications ul li img {
  opacity: 0.5;
}
#detailEntry .content .details .specifications .iconHelpArea {
  width: 100%;
  text-align: right;
}
#detailEntry .content .details .specifications #iconHelp {
  font-size: 10px;
  background-color: #1c3255;
  border-color: #1c3255;
}
#detailEntry .content .details .specs {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
#detailEntry .content .details .specs .specsheader {
  font-weight: 700;
}
#detailEntry .content .details .specs .specscontent {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#detailEntry .content .details p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 28px;
  /* padding-bottom: 20px; */
  margin-bottom: 0px;
}
#detailEntry .content .details p strong {
  font-weight: 700;
}
#detailEntry .content .details .actions {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 15px;
}
#detailEntry .content .details .actions a {
  padding: 0 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  background: #fff;
  border-radius: 45px;
  color: #0a284b;
  text-decoration: none;
}
#detailEntry .content .details .actions a.aqua {
  background: #1ec8d2;
  color: #fff;
}
#detailEntry .content .details .actions a.aqua:hover {
  background: #148c93;
}
#detailEntry .content .slider {
  width: calc(50% - 100px);
}
@media only screen and (max-width: 1300px) {
  #detailEntry .content .slider {
    width: calc(50% - 50px);
  }
}
@media only screen and (max-width: 1024px) {
  #detailEntry .content .slider {
    width: 100%;
  }
}
#detailEntry .content .slider #mainSlider .item {
  aspect-ratio: 600/450;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #detailEntry .content .slider #mainSlider .item {
    aspect-ratio: 1;
  }
}
#detailEntry .content .slider #mainSlider .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  z-index: 1;
}
#detailEntry .content .slider #mainSlider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
#detailEntry .content .slider #mainSlider .item.has-video {
  position: relative;
}
#detailEntry .content .slider #mainSlider .item.has-video::after {
  content: "";
  background-image: url(/assets/icons/play.png);
  width: 130px;
  height: 130px;
  background-color: #0A284B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50% 50% 52% 48%/50% 34% 66% 50%;
  opacity: 0.7;
}
#detailEntry .content .slider .thumbnails {
  display: flex;
  align-items: center;
  gap: 9px;
}
#detailEntry .content .slider .thumbnails .button {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  #detailEntry .content .slider .thumbnails .button {
    display: none;
  }
}
#detailEntry .content .slider .thumbnails .button svg {
  width: 14px;
}
#detailEntry .content .slider .thumbnails .button:hover {
  background: #fff;
  color: #0a284b;
}
#detailEntry .content .slider #thumbnailSlider {
  margin-top: 20px;
  width: calc(100% - 80px - 18px);
}
@media only screen and (max-width: 640px) {
  #detailEntry .content .slider #thumbnailSlider {
    width: 100%;
    margin-bottom: 20px;
  }
}
#detailEntry .content .slider #thumbnailSlider .item {
  cursor: pointer;
}
#detailEntry .content .slider #thumbnailSlider .item img {
  height: 70px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#detailEntry .content .slider #thumbnailSlider .item.has-video {
  position: relative;
}
#detailEntry .content .slider #thumbnailSlider .item.has-video::after {
  content: "";
  background-image: url(/assets/icons/play.png);
  width: 43px;
  height: 40px;
  background-color: #0A284B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50% 50% 52% 48%/50% 34% 66% 50%;
  opacity: 0.7;
  background-size: 15px;
}
#detailEntry .content .share-container {
  position: relative;
  display: inline-block;
}
#detailEntry .content .share-btn {
  cursor: pointer;
  font-size: 16px;
  background-color: #FFFFFF;
  border-radius: 45px;
  color: #0A284B;
  padding: 12px 18px !important;
}
#detailEntry .content .share-btn:hover {
  background-color: #efeefd;
}
#detailEntry .content .icon-panel {
  position: absolute;
  top: 100%; /* just below the button */
  left: 0;
  display: none; /* hidden by default */
  background: #fff;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  white-space: nowrap;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: repeat(1, auto);
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 640px) {
  #detailEntry .content .icon-panel {
    display: none;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
  }
}
#detailEntry .content .icon-panel a {
  margin: 0 6px;
  font-size: 20px !important;
  color: #333;
  text-decoration: none;
}
#detailEntry .content .icon-panel a:hover {
  color: #007bff;
  background-color: #cecece;
}

.popover.fade.show.bs-popover-left {
  top: 100px !important;
  left: -10px !important;
}

#quote {
  background: #a9e8eb;
  padding: 40px 0;
}
#quote .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 150px;
  gap: 30px;
}
@media only screen and (max-width: 1300px) {
  #quote .wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  #quote .wrapper {
    gap: 15px;
  }
}
#quote .icon {
  border-radius: 48% 52% 67% 33%/60% 64% 36% 40%;
  background: rgba(255, 255, 255, 0.3);
  width: 97px;
  height: 97px;
  font-size: 100px;
  color: rgba(10, 40, 75, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  #quote .icon {
    width: 74px;
    height: 74px;
  }
}
#quote .icon span {
  height: 30px;
  font-family: "Catamaran", serif;
}
#quote h3 {
  font-size: 56px;
  color: #0a284b;
  font-weight: 400;
  line-height: 72px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #quote h3 {
    font-size: 32px;
    line-height: 46px;
  }
}

#contents {
  font-family: "Sora", serif;
  color: #0a284b;
}
#contents .content {
  padding: 60px 105px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  #contents .content {
    flex-direction: column;
    padding: 60px;
  }
}
@media only screen and (max-width: 640px) {
  #contents .content {
    padding: 30px 0;
  }
}
#contents .content.border {
  border-bottom: 1px solid rgba(10, 40, 75, 0.3);
}
#contents .content .text {
  width: 100%;
}
#contents .content .text h2 {
  font-size: 44px;
  color: #0a284b;
  line-height: 60px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  #contents .content .text h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
#contents .content .text ul li {
  list-style: disc;
  margin-left: 16px;
}
#contents .content .text p {
  color: #0a284b;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 20px;
}
#contents .content .text p strong {
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #contents .content .text p {
    font-size: 16px;
    line-height: 26px;
  }
}
#contents .content .image {
  width: 475px;
  height: 455px;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  #contents .content .image {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (max-width: 1024px) {
  #contents .content .image {
    margin: auto;
  }
}
@media only screen and (max-width: 360px) {
  #contents .content .image {
    width: auto;
  }
}
#contents .content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% 50% 52% 48%/44% 45% 55% 56%;
  position: relative;
  z-index: 3;
}
#contents .content .image:before {
  content: "";
  width: 250px;
  height: 250px;
  background: #ffc35a;
  position: absolute;
  left: -20px;
  border-radius: 67% 33% 0% 100%/40% 38% 62% 60%;
  top: 65px;
}
#contents .content .image:after {
  content: "";
  width: 250px;
  height: 250px;
  background: #1ECAD3;
  position: absolute;
  right: -10px;
  border-radius: 59% 41% 100% 0%/0% 49% 51% 100%;
  bottom: 25px;
}
#contents .content.with-image .text {
  width: calc(100% - 475px - 30px);
}
@media only screen and (max-width: 1300px) {
  #contents .content.with-image .text {
    width: calc(100% - 350px - 30px);
  }
}
@media only screen and (max-width: 1024px) {
  #contents .content.with-image .text {
    width: 100%;
  }
}
#contents .quote {
  background: #a9e8eb;
  padding: 40px 0;
}
#contents .quote .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 150px;
  gap: 30px;
}
@media only screen and (max-width: 1300px) {
  #contents .quote .wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  #contents .quote .wrapper {
    gap: 15px;
  }
}
#contents .quote .icon {
  border-radius: 48% 52% 67% 33%/60% 64% 36% 40%;
  background: rgba(255, 255, 255, 0.3);
  width: 97px;
  height: 97px;
  font-size: 100px;
  color: rgba(10, 40, 75, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  #contents .quote .icon {
    width: 74px;
    height: 74px;
  }
}
#contents .quote .icon span {
  height: 30px;
  font-family: "Catamaran", serif;
}
#contents .quote h3 {
  font-size: 56px;
  color: #0a284b;
  font-weight: 400;
  line-height: 72px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #contents .quote h3 {
    font-size: 32px;
    line-height: 46px;
  }
}

#ownershipBar .wrapper {
  background: #ffc35a;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 108px;
}
@media only screen and (max-width: 1024px) {
  #ownershipBar .wrapper {
    padding: 60px;
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #ownershipBar .wrapper {
    padding: 40px;
  }
}
#ownershipBar p {
  color: #0a284b;
  font-size: 32px;
  line-height: 46px;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  #ownershipBar p {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  #ownershipBar p {
    font-size: 22px;
    line-height: 32px;
  }
}
#ownershipBar p strong {
  font-weight: 700;
}
#ownershipBar a {
  color: #fff;
  background: #0a284b;
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
  padding: 13px 40px;
  border-radius: 45px;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  #ownershipBar a {
    font-size: 16px;
    line-height: 28px;
  }
}

#donation {
  padding: 95px 0;
  position: relative;
  overflow: hidden;
  font-family: "Sora", serif;
}
#donation .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#donation .image:after {
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(269.81deg, rgba(10, 40, 75, 0) 0.15%, #0A284B 99.82%);
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
}
#donation .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 640px) {
  #donation .image {
    display: none;
  }
}
#donation .imagemobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#donation .imagemobile:after {
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(269.81deg, rgba(10, 40, 75, 0) 0.15%, #0A284B 99.82%);
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
}
#donation .imagemobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 640px) {
  #donation .imagemobile {
    display: block;
  }
}
#donation .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 300px;
}
@media only screen and (max-width: 1300px) {
  #donation .wrapper {
    gap: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  #donation .wrapper {
    flex-direction: column;
  }
}
#donation .left {
  width: calc(100% - 473px - 300px);
}
@media only screen and (max-width: 1300px) {
  #donation .left {
    width: calc(100% - 473px - 50px);
  }
}
@media only screen and (max-width: 1024px) {
  #donation .left {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #donation .left {
    margin-top: 90px;
  }
}
#donation .left h1 {
  color: #fff;
  font-size: 56px;
  line-height: 72px;
  font-weight: 400;
  margin-bottom: 18px;
}
@media only screen and (max-width: 640px) {
  #donation .left h1 {
    font-size: 32px;
    line-height: 1;
  }
}
#donation .left p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
#donation .right {
  width: 473px;
}
@media only screen and (max-width: 640px) {
  #donation .right {
    width: 100%;
  }
}
#donation .right .donation-form {
  background: #fff;
  padding: 40px 50px 15px 50px;
  width: 100%;
  border-radius: 8px;
}
#donation .right .donation-form p {
  color: #0a284b;
  font-size: 15px;
  text-align: center;
  line-height: 19px;
}
#donation .right .donation-form label {
  color: #0a284b;
  font-size: 14px;
  line-height: 18px;
}
#donation .right .donation-form .join-radio-group {
  display: flex;
  margin: 20px 0;
}
@media only screen and (max-width: 480px) {
  #donation .right .donation-form .join-radio-group {
    flex-direction: column;
    gap: 6px;
  }
}
#donation .right .donation-form .join-radio-group .item {
  flex: 1;
  border: 1px solid #D3D1D1;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  padding: 12px;
  color: #0a284b;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  #donation .right .donation-form .join-radio-group .item {
    border-radius: 8px !important;
  }
}
#donation .right .donation-form .join-radio-group .item:nth-child(1) {
  border-radius: 8px 0 0 8px;
}
#donation .right .donation-form .join-radio-group .item:nth-child(2) {
  border-radius: 0 8px 8px 0;
}
#donation .right .donation-form .join-radio-group .item.selected {
  border-color: #1ec8d2;
  background: #C3F6F9;
  color: #1ec8d2;
}
#donation .right .donation-form .radio-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 20px 0;
  gap: 6px;
}
@media only screen and (max-width: 480px) {
  #donation .right .donation-form .radio-group {
    grid-template-columns: 1fr;
  }
}
#donation .right .donation-form .radio-group .item {
  border: 1px solid #D3D1D1;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  padding: 11px;
  color: #0a284b;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  height: 44px;
}
#donation .right .donation-form .radio-group .item.selected {
  border-color: #1ec8d2;
  background: #C3F6F9;
  color: #1ec8d2;
}
#donation .right .donation-form .radio-group .item:has(input) {
  padding: 0;
}
#donation .right .donation-form .radio-group .item input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
  color: #0a284b;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: textfield;
}
#donation .right .donation-form button {
  width: 100%;
  color: #fff;
  background-color: #1ec8d2;
  border: none;
  height: 44px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
#donation .right .donation-form .form-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 13px;
  margin-top: 15px;
  width: 100%;
}
#donation .right .donation-form .form-footer img {
  width: 100%;
}

#pageHeaderImage {
  margin-top: -150px;
}
#pageHeaderImage img {
  width: 100%;
  height: 595px;
  object-fit: cover;
}

.form-header {
  font-size: 44px;
}

#form {
  padding: 5px 0;
  font-family: "Sora", serif;
}
#form .wrapper {
  max-width: 1024px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  #form .wrapper {
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
}
#form h2 {
  font-size: 56px;
  text-align: center;
  line-height: 72px;
  color: #0a284b;
  margin-bottom: 12px;
}
@media only screen and (max-width: 640px) {
  #form h2 {
    font-size: 28px;
    font-weight: 36px;
  }
}
#form p {
  text-align: center;
  font-size: 18px;
  color: #0a284b;
  line-height: 30px;
}
#form .form-container {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#form .form-container .form-card {
  background: #fff;
  padding: 33px 70px;
  border-radius: 14px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.4s;
}
@media only screen and (max-width: 1024px) {
  #form .form-container .form-card {
    padding: 32px;
  }
}
#form .form-container .form-card .form-title {
  color: #1ECAD3;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
#form .form-container .form-card .delete {
  position: absolute;
  right: 35px;
  top: 35px;
  cursor: pointer;
  color: #8493A5;
}
#form .form-container .form-card .form-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 640px) {
  #form .form-container .form-card .form-row {
    flex-direction: column;
  }
}
#form .form-container .form-card .form-row .form-column {
  width: 100%;
}
#form .form-container .form-card .form-row .form-column label {
  display: block;
  color: #0a284b;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
#form .form-container .form-card .form-row .form-column input, #form .form-container .form-card .form-row .form-column textarea, #form .form-container .form-card .form-row .form-column select {
  width: 100%;
  border: 1px solid #B9BEC3;
  border-radius: 10px;
  font-size: 16px;
  padding: 25px 40px;
  color: #0a284b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#form .form-container .form-card .form-row .form-column textarea {
  max-width: 100%;
  min-width: 100%;
  font-family: "Sora";
}
#form .form-container .form-card .form-row .form-column select {
  background-image: url(/assets/icons/select-angle.png);
  background-repeat: no-repeat;
  background-position: right 30px center;
  padding-right: 50px;
}
#form .form-container .form-card.active {
  box-shadow: inset 0px 0px 0px 4px #1ECAD3;
}
#form .form-container .checkbox {
  display: block;
  position: relative;
  padding-left: 36px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#form .form-container .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#form .form-container .checkbox .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #B9BEC3;
  border-radius: 2px;
}
#form .form-container .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#form .form-container .checkbox .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #B9BEC3;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#form .form-container .checkbox input:checked ~ .checkmark:after {
  display: block;
}
#form .form-container button {
  background: #1ECAD3;
  height: 70px;
  width: 100%;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
#form .contact-card {
  background-color: #fff;
  border-radius: 60px;
  padding: 60px 100px;
}
@media only screen and (max-width: 1024px) {
  #form .contact-card {
    padding: 60px 30px;
  }
}
#form .contact-card .card-header {
  font-size: 44px;
  color: #0a284b;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #form .contact-card .card-header {
    font-size: 28px;
  }
}
#form .contact-card .card-body {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
@media only screen and (max-width: 1024px) {
  #form .contact-card .card-body {
    flex-direction: column;
  }
}
#form .contact-card .card-body .form {
  flex: 3;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#form .contact-card .card-body .form .form-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 640px) {
  #form .contact-card .card-body .form .form-row {
    flex-direction: column;
  }
}
#form .contact-card .card-body .form .form-row .form-column {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#form .contact-card .card-body .form .form-row .form-column label {
  color: #5f6d7e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
#form .contact-card .card-body .form .form-row .form-column .input {
  width: 100%;
  border: 1px solid #c5ced9;
  outline: none !important;
  font-size: 16px;
  color: #0a284b;
  font-weight: 700;
  border-radius: 10px;
  font-family: "Sora";
  padding: 10px 20px;
}
#form .contact-card .card-body .form .form-row .form-column .input::placeholder {
  font-weight: 400;
  color: rgba(10, 40, 75, 0.4);
}
#form .contact-card .card-body .form .form-row .form-column textarea {
  min-height: 140px;
}
#form .contact-card .card-body .form .form-row .form-column button {
  background: #1ec8d2;
  border-radius: 45px;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  display: inline-block;
  width: 125px;
}
#form .contact-card .card-body .contact-info {
  flex: 1;
  padding-top: 10px;
}
#form .contact-card .card-body .contact-info p {
  color: #5f6d7e;
  font-size: 18px;
  padding-bottom: 30px;
}
#form .contact-card .card-body .contact-info p strong {
  font-weight: 700;
}
#form .contact-card .card-body .contact-info p a {
  color: #5f6d7e;
}
#form .contact-card .card-body .contact-info .social-medias ul {
  display: flex;
  gap: 50px;
}
#form .contact-card .card-body .contact-info .social-medias ul li a {
  color: #0a284b;
}
.swal2-container .swal2-actions .swal2-confirm {
  border-radius: 20px;
  background-color: #44e2ea !important;
}

#mailModal .modal-footer button.btn-primary {
  border-radius: 20px;
  background-color: #44e2ea !important;
}
#mailModal .modal-footer button.btn-secondary {
  border-radius: 20px;
  background-color: #f10e2a !important;
}

#whatCanYouDo .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  border-radius: 40px;
}
@media only screen and (max-width: 1024px) {
  #whatCanYouDo .content {
    flex-direction: column-reverse;
  }
}
#whatCanYouDo .content.reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  #whatCanYouDo .content.reverse {
    flex-direction: column-reverse;
  }
}
#whatCanYouDo .content .details {
  width: calc(100% - 650px - 50px);
}
@media only screen and (max-width: 1300px) {
  #whatCanYouDo .content .details {
    width: calc(100% - 550px);
  }
}
@media only screen and (max-width: 1024px) {
  #whatCanYouDo .content .details {
    width: 100%;
  }
}
#whatCanYouDo .content .details h2 {
  font-size: 44px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  #whatCanYouDo .content .details h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
#whatCanYouDo .content .details p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  #whatCanYouDo .content .details p {
    font-size: 16px;
    line-height: 26px;
  }
}
#whatCanYouDo .content .details a {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
}
#whatCanYouDo .content .details a .icon {
  border-radius: 60% 40% 71% 29%/57% 55% 45% 43%;
  background: #1ec8d2;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#whatCanYouDo .content .details a .icon svg {
  width: 25px;
}
#whatCanYouDo .content .details a .icon:hover {
  background: #1ea5ad;
}
#whatCanYouDo .content .image {
  width: 650px;
  height: 600px;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  #whatCanYouDo .content .image {
    width: 500px;
    height: 500px;
  }
}
@media only screen and (max-width: 1024px) {
  #whatCanYouDo .content .image {
    width: 100%;
    height: 100%;
  }
}
#whatCanYouDo .content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
#whatCanYouDo .content .image.triangle {
  padding: 20px;
}
#whatCanYouDo .content .image.triangle img {
  border-radius: 69% 31% 34% 66%/47% 32% 68% 53%;
}
#whatCanYouDo .content .image.triangle:before {
  content: "";
  width: 200px;
  height: 200px;
  background: #1ECAD3;
  position: absolute;
  right: 0;
  border-radius: 57% 43% 71% 29%/39% 40% 60% 61%;
  top: 65px;
}
@media only screen and (max-width: 640px) {
  #whatCanYouDo .content .image.triangle:before {
    width: 100px;
    height: 100px;
  }
}
#whatCanYouDo .content .image.circle {
  padding: 20px;
}
#whatCanYouDo .content .image.circle img {
  border-radius: 49% 51% 52% 48%/50% 55% 45% 50%;
}
#whatCanYouDo .content .image.circle:before {
  content: "";
  width: 200px;
  height: 200px;
  background: #1ECAD3;
  position: absolute;
  right: 0px;
  border-radius: 57% 43% 71% 29%/39% 40% 60% 61%;
  bottom: 65px;
}
@media only screen and (max-width: 640px) {
  #whatCanYouDo .content .image.circle:before {
    width: 100px;
    height: 100px;
  }
}
#whatCanYouDo .content .image.circle:after {
  content: "";
  width: 200px;
  height: 200px;
  background: #ffc35a;
  position: absolute;
  left: 0px;
  border-radius: 57% 43% 71% 29%/39% 40% 60% 61%;
  top: 65px;
}
@media only screen and (max-width: 640px) {
  #whatCanYouDo .content .image.circle:after {
    width: 100px;
    height: 100px;
  }
}
#whatCanYouDo .blue {
  background: #0a284b;
  color: #fff;
  padding: 260px 0 120px 0;
  margin-top: -130px;
}
@media only screen and (max-width: 640px) {
  #whatCanYouDo .blue {
    padding-top: 130px;
  }
}
#whatCanYouDo .blue a {
  color: #fff;
}
#whatCanYouDo .white {
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  #whatCanYouDo .white .wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }
}
#whatCanYouDo .white a {
  color: #0a284b;
}
#whatCanYouDo .white a .icon {
  color: #fff;
}
#whatCanYouDo .white .content {
  padding: 100px;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  #whatCanYouDo .white .content {
    padding: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #whatCanYouDo .white .content {
    padding: 8px;
  }
}
#whatCanYouDo .white .content .details {
  width: calc(100% - 550px);
}
@media only screen and (max-width: 1024px) {
  #whatCanYouDo .white .content .details {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #whatCanYouDo .white .content .details {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#whatCanYouDo .white .content .details a {
  margin-bottom: 40px;
}
#whatCanYouDo .white .content .image {
  width: 500px;
  height: 500px;
}
@media only screen and (max-width: 1024px) {
  #whatCanYouDo .white .content .image {
    width: 100%;
    height: 100%;
  }
}
#whatCanYouDo .yellow {
  margin-top: -60px;
  background: #ffc35a;
  padding: 50px 0;
}
#whatCanYouDo .yellow a {
  color: #0a284b;
}
#whatCanYouDo .yellow a .icon {
  color: #fff;
}
#whatCanYouDo .yellow .content {
  padding: 100px;
}
@media only screen and (max-width: 1024px) {
  #whatCanYouDo .yellow .content {
    padding: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #whatCanYouDo .yellow .content {
    padding: 8px;
  }
}
#whatCanYouDo .yellow .content .details {
  width: calc(100% - 550px);
}
@media only screen and (max-width: 1024px) {
  #whatCanYouDo .yellow .content .details {
    width: 100%;
  }
}
#whatCanYouDo .yellow .content .image {
  width: 500px;
  height: 500px;
}
@media only screen and (max-width: 1024px) {
  #whatCanYouDo .yellow .content .image {
    width: 100%;
    height: 100%;
  }
}

#WhoAreWe .entry {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  padding: 70px 0 60px 0;
}
@media only screen and (max-width: 1024px) {
  #WhoAreWe .entry {
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  #WhoAreWe .entry {
    padding: 20px 0 40px 0;
  }
}
#WhoAreWe .entry .detail {
  width: calc(100% - 555px - 50px);
  padding-right: 100px;
}
@media only screen and (max-width: 1300px) {
  #WhoAreWe .entry .detail {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #WhoAreWe .entry .detail {
    width: 100%;
  }
}
#WhoAreWe .entry .detail h2 {
  color: #0a284b;
  font-size: 44px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  #WhoAreWe .entry .detail h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
#WhoAreWe .entry .detail p {
  color: #0a284b;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 18px;
}
@media only screen and (max-width: 640px) {
  #WhoAreWe .entry .detail p {
    font-size: 16px;
    line-height: 26px;
  }
}
#WhoAreWe .entry .image {
  width: 555px;
  height: 460px;
  position: relative;
  padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
  #WhoAreWe .entry .image {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #WhoAreWe .entry .image {
    padding: 0;
  }
}
#WhoAreWe .entry .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% 50% 52% 48%/44% 45% 55% 56%;
  position: relative;
  z-index: 3;
}
#WhoAreWe .entry .image:before {
  content: "";
  width: 200px;
  height: 200px;
  background: #ffc35a;
  position: absolute;
  left: 15px;
  border-radius: 67% 33% 0% 100%/40% 38% 62% 60%;
  top: 65px;
}
@media only screen and (max-width: 1024px) {
  #WhoAreWe .entry .image:before {
    top: 15%;
  }
}
@media only screen and (max-width: 640px) {
  #WhoAreWe .entry .image:before {
    top: 10%;
    left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #WhoAreWe .entry .image:before {
    left: 0;
    width: 100px;
    height: 100px;
  }
}
#WhoAreWe .entry .image:after {
  content: "";
  width: 200px;
  height: 200px;
  background: #1ECAD3;
  position: absolute;
  right: 40px;
  border-radius: 59% 41% 100% 0%/0% 49% 51% 100%;
  bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  #WhoAreWe .entry .image:after {
    bottom: 15%;
  }
}
@media only screen and (max-width: 640px) {
  #WhoAreWe .entry .image:after {
    bottom: 10%;
    right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #WhoAreWe .entry .image:after {
    right: 0;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 640px) {
  #WhoAreWe .wrapper {
    margin-right: 30px;
    margin-left: 30px;
  }
}
#WhoAreWe .contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1024px) {
  #WhoAreWe .contents {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
#WhoAreWe .singlecolumncontents {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (max-width: 1024px) {
  #WhoAreWe .singlecolumncontents {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
#WhoAreWe .contents, #WhoAreWe .singlecolumncontents {
  margin-top: 20px;
}
#WhoAreWe .contents p, #WhoAreWe .singlecolumncontents p {
  font-size: 18px;
  color: #0a284b;
  line-height: 30px;
  margin-top: 10px;
}
#WhoAreWe .contents .item, #WhoAreWe .singlecolumncontents .item {
  padding-right: 100px;
}
@media only screen and (max-width: 1024px) {
  #WhoAreWe .contents .item, #WhoAreWe .singlecolumncontents .item {
    padding: 0;
  }
}
#WhoAreWe .contents .item p, #WhoAreWe .singlecolumncontents .item p {
  font-size: 18px;
  color: #0a284b;
  line-height: 30px;
  margin-top: 10px;
}
#WhoAreWe .contents ul, #WhoAreWe .singlecolumncontents ul {
  margin-top: 10px;
  margin-bottom: 10px;
  list-style-type: disc; /* Other options: circle, square, decimal, etc. */
  padding-left: 1.5em; /* Makes sure bullets are visible */
}
#WhoAreWe .contents ul li, #WhoAreWe .singlecolumncontents ul li {
  font-size: 18px;
  color: #0a284b;
  line-height: 30px;
}
#WhoAreWe .contents strong, #WhoAreWe .singlecolumncontents strong {
  font-weight: 600;
}
#WhoAreWe .staff-container {
  padding: 50px 0;
}
#WhoAreWe .staff-container h3 {
  font-size: 44px;
  color: #0a284b;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  #WhoAreWe .staff-container h3 {
    font-size: 38px;
    margin-bottom: 40px;
  }
}
#WhoAreWe .staff-container .staff-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 60px;
}
@media only screen and (max-width: 1024px) {
  #WhoAreWe .staff-container .staff-list {
    gap: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #WhoAreWe .staff-container .staff-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#WhoAreWe .staff-container .staff-list .item .image {
  aspect-ratio: 1;
  margin-bottom: 26px;
}
@media only screen and (max-width: 1024px) {
  #WhoAreWe .staff-container .staff-list .item .image {
    margin-bottom: 20px;
  }
}
#WhoAreWe .staff-container .staff-list .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
#WhoAreWe .staff-container .staff-list .item .fullname {
  color: #0a284b;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  #WhoAreWe .staff-container .staff-list .item .fullname {
    font-size: 18px;
  }
}
#WhoAreWe .staff-container .staff-list .item .title {
  color: #0a284b;
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  #WhoAreWe .staff-container .staff-list .item .title {
    font-size: 14px;
  }
}
#WhoAreWe .contact-card {
  background-color: #fff;
  border-radius: 60px;
  padding: 60px 100px;
  max-width: 1290px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  #WhoAreWe .contact-card {
    max-width: 1290px;
    padding: 40px 30px;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #WhoAreWe .contact-card {
    padding: 40px 30px;
    border-radius: 30px;
  }
}
#WhoAreWe .contact-card .card-header {
  font-size: 44px;
  color: #0a284b;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #WhoAreWe .contact-card .card-header {
    font-size: 34px;
  }
}
@media only screen and (max-width: 640px) {
  #WhoAreWe .contact-card .card-header {
    font-size: 34px;
  }
}
#WhoAreWe .contact-card .card-body {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
@media only screen and (max-width: 1024px) {
  #WhoAreWe .contact-card .card-body {
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  #WhoAreWe .contact-card .card-body {
    padding: 1.25rem 0px;
  }
}
#WhoAreWe .contact-card .card-body .form {
  flex: 3;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#WhoAreWe .contact-card .card-body .form .form-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 640px) {
  #WhoAreWe .contact-card .card-body .form .form-row {
    flex-direction: column;
  }
}
#WhoAreWe .contact-card .card-body .form .form-row .form-column {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#WhoAreWe .contact-card .card-body .form .form-row .form-column label {
  color: #5f6d7e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
#WhoAreWe .contact-card .card-body .form .form-row .form-column .input {
  width: 100%;
  border: 1px solid #c5ced9;
  outline: none !important;
  font-size: 16px;
  color: #0a284b;
  font-weight: 700;
  border-radius: 10px;
  font-family: "Sora";
  padding: 10px 20px;
}
#WhoAreWe .contact-card .card-body .form .form-row .form-column .input::placeholder {
  font-weight: 400;
  color: rgba(10, 40, 75, 0.4);
}
#WhoAreWe .contact-card .card-body .form .form-row .form-column textarea {
  min-height: 140px;
}
#WhoAreWe .contact-card .card-body .form .form-row .form-column button {
  background: #1ec8d2;
  border-radius: 45px;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  display: inline-block;
  width: 125px;
}
#WhoAreWe .contact-card .card-body .form .form-row .form-column button:hover {
  background: #1ea5ad;
}
#WhoAreWe .contact-card .card-body .contact-info {
  flex: 1;
  padding-top: 10px;
}
#WhoAreWe .contact-card .card-body .contact-info p {
  color: #5f6d7e;
  font-size: 18px;
  padding-bottom: 10px;
}
#WhoAreWe .contact-card .card-body .contact-info p.title {
  font-weight: 700;
}
#WhoAreWe .contact-card .card-body .contact-info p a {
  color: #5f6d7e;
}
#WhoAreWe .contact-card .card-body .contact-info p > .title:nth-of-type(2) {
  margin-top: 40px;
}
#WhoAreWe .contact-card .card-body .contact-info .social-medias ul {
  display: flex;
  gap: 50px;
}
#WhoAreWe .contact-card .card-body .contact-info .social-medias ul li a {
  color: #0a284b;
}
#newsList {
  padding: 52px 0;
}
#newsList .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  column-gap: 30px;
}
@media only screen and (max-width: 1024px) {
  #newsList .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  #newsList .list {
    grid-template-columns: 1fr;
  }
}
#newsList .list .item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #c5ced9;
  padding: 30px;
}
#newsList .list .item .image {
  aspect-ratio: 410/253;
  margin-bottom: 20px;
}
#newsList .list .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#newsList .list .item .icon {
  width: 65px;
  /* height: 65px; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#newsList .list .item .details {
  background: #fff;
  min-height: 80px;
}
#newsList .list .item .details h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  color: #0a284b;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 640px) {
  #newsList .list .item .details h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
#newsList .list .item .details a {
  color: #1ECAD3;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}
#newsList .actions {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 53px;
}
#newsList .actions .more {
  display: inline-flex;
  align-items: center;
  color: rgba(10, 40, 75, 0.8);
  font-size: 16px;
  gap: 13px;
  cursor: pointer;
}
#newsList .actions .more .icon {
  width: 40px;
  color: #1ec8d2;
}

#newsDetail {
  padding: 77px 0;
}
#newsDetail .title {
  font-size: 44px;
  text-align: center;
  line-height: 60px;
  color: #0a284b;
}
@media only screen and (max-width: 640px) {
  #newsDetail .title {
    font-size: 28px;
  }
}
#newsDetail .date {
  color: #1ec8d2;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  display: block;
}
#newsDetail .news-image {
  aspect-ratio: 1290/500;
  border-radius: 20px;
  overflow: hidden;
  margin: 34px 0;
}
#newsDetail .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#newsDetail .content h2 {
  color: #0a284b;
  font-size: 44px;
  line-height: 60px;
}
#newsDetail .content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #0a284b;
  padding-bottom: 25px;
}
#newsDetail .content p a {
  color: #1ec8d2;
  font-weight: 700;
}
#newsDetail .content ul li {
  font-size: 18px !important;
  list-style: disc;
  margin-left: 20px;
}
#newsDetail .actions {
  padding-top: 40px;
}
#newsDetail .actions a {
  color: #1ec8d2;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
#newsDetail .actions a .icon {
  border: 3px solid #1ec8d2;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 62% 38% 30% 70%/41% 75% 25% 59%;
}
#newsDetail .content-and-media {
  display: flex;
  gap: 70px;
}
@media only screen and (max-width: 1024px) {
  #newsDetail .content-and-media {
    flex-direction: column;
  }
}
#newsDetail .content-and-media .content {
  width: calc(100% - 600px - 70px);
}
@media only screen and (max-width: 1024px) {
  #newsDetail .content-and-media .content {
    width: 100%;
  }
}
#newsDetail .content-and-media .slider {
  width: 600px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #newsDetail .content-and-media .slider {
    width: 100%;
  }
}
#newsDetail .content-and-media .slider #mainSlider {
  border-radius: 20px;
  overflow: hidden;
}
#newsDetail .content-and-media .slider #mainSlider .item {
  aspect-ratio: 600/450;
}
#newsDetail .content-and-media .slider #mainSlider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#newsDetail .content-and-media .slider .thumbnails {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
#newsDetail .content-and-media .slider .thumbnails .button {
  width: 40px;
  height: 40px;
  border: 2px solid #0a284b;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0a284b;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  #newsDetail .content-and-media .slider .thumbnails .button {
    display: none;
  }
}
#newsDetail .content-and-media .slider .thumbnails .button svg {
  width: 14px;
}
#newsDetail .content-and-media .slider .thumbnails #thumbnailSlider {
  width: calc(100% - 100px);
}
@media only screen and (max-width: 640px) {
  #newsDetail .content-and-media .slider .thumbnails #thumbnailSlider {
    width: 100%;
  }
}
#newsDetail .content-and-media .slider .thumbnails #thumbnailSlider .item {
  height: 70px;
}
#newsDetail .content-and-media .slider .thumbnails #thumbnailSlider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
#newsDetail .content-and-media .slider .thumbnails #thumbnailSlider .owl-dots {
  display: none;
}

#blogDetail {
  padding: 77px 0;
}
#blogDetail .title {
  font-size: 44px;
  text-align: center;
  line-height: 60px;
  color: #0a284b;
}
@media only screen and (max-width: 640px) {
  #blogDetail .title {
    font-size: 28px;
  }
}
#blogDetail .date {
  color: #1ec8d2;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  display: block;
}
#blogDetail .news-image {
  aspect-ratio: 1290/500;
  border-radius: 20px;
  overflow: hidden;
  margin: 34px 0;
}
#blogDetail .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#blogDetail .content h2 {
  color: #0a284b;
  font-size: 30px;
  line-height: 42px;
}
#blogDetail .content p {
  font-size: 18px;
  line-height: 30px;
  color: #0a284b; /* padding-bottom: 25px; */
}
#blogDetail .content p a {
  color: #1ec8d2;
  font-weight: 700;
}
#blogDetail .content p img {
  margin: 0 auto;
  display: block;
  border-radius: 6px;
}
#blogDetail .content ul li {
  font-size: 18px !important;
  list-style: disc;
  margin-left: 20px;
  line-height: 30px;
  color: #0a284b;
}
#blogDetail .actions {
  padding-top: 40px;
}
#blogDetail .actions a {
  color: #1ec8d2;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
#blogDetail .actions a .icon {
  border: 3px solid #1ec8d2;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 62% 38% 30% 70%/41% 75% 25% 59%;
}
#blogDetail .content-and-media {
  display: flex;
  gap: 70px;
}
@media only screen and (max-width: 1024px) {
  #blogDetail .content-and-media {
    flex-direction: column;
  }
}
#blogDetail .content-and-media .content {
  width: calc(100% - 60px);
}
@media only screen and (max-width: 1024px) {
  #blogDetail .content-and-media .content {
    width: 100%;
  }
}
#blogDetail .content-and-media .slider {
  width: 600px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #blogDetail .content-and-media .slider {
    width: 100%;
  }
}
#blogDetail .content-and-media .slider #mainSlider {
  border-radius: 20px;
  overflow: hidden;
}
#blogDetail .content-and-media .slider #mainSlider .item {
  aspect-ratio: 600/450;
}
#blogDetail .content-and-media .slider #mainSlider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#blogDetail .content-and-media .slider .thumbnails {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
#blogDetail .content-and-media .slider .thumbnails .button {
  width: 40px;
  height: 40px;
  border: 2px solid #0a284b;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0a284b;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  #blogDetail .content-and-media .slider .thumbnails .button {
    display: none;
  }
}
#blogDetail .content-and-media .slider .thumbnails .button svg {
  width: 14px;
}
#blogDetail .content-and-media .slider .thumbnails #thumbnailSlider {
  width: calc(100% - 100px);
}
@media only screen and (max-width: 640px) {
  #blogDetail .content-and-media .slider .thumbnails #thumbnailSlider {
    width: 100%;
  }
}
#blogDetail .content-and-media .slider .thumbnails #thumbnailSlider .item {
  height: 70px;
}
#blogDetail .content-and-media .slider .thumbnails #thumbnailSlider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
#blogDetail .content-and-media .slider .thumbnails #thumbnailSlider .owl-dots {
  display: none;
}

#errorPage {
  background-image: url(/images/404-bg.jpg);
  width: 100%;
  height: 100dvh;
  background-position: center;
  background-size: cover;
}
#errorPage .details {
  width: 730px;
  padding-top: 100px;
  padding-left: 174px;
}
@media only screen and (max-width: 1024px) {
  #errorPage .details {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 768px) {
  #errorPage .details {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
#errorPage .details .logo {
  margin-bottom: 60px;
}
#errorPage .details .logo a {
  display: block;
}
#errorPage .details .logo a img {
  width: 220px;
}
#errorPage .details h1 {
  color: #fff;
  font-size: 34px;
  line-height: 60px;
  font-weight: 700;
}
#errorPage .details p {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}
#errorPage .details .go-home {
  display: inline-block;
  border-radius: 90px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  padding: 13px 30px;
  margin-top: 31px;
}

#searchList {
  padding: 52px 0;
}
#searchList .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  column-gap: 30px;
}
@media only screen and (max-width: 1024px) {
  #searchList .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  #searchList .list {
    grid-template-columns: 1fr;
  }
}
#searchList .list .item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #c5ced9;
  padding: 30px;
}
#searchList .list .item .image {
  aspect-ratio: 410/253;
}
#searchList .list .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
#searchList .list .item .icon {
  /* width: 65px; */
  /* height: 65px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
#searchList .list .item .details {
  background: #fff;
  /* min-height: 200px; */
}
#searchList .list .item .details h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  color: #0a284b;
  margin-bottom: 10px;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 640px) {
  #searchList .list .item .details h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
#searchList .list .item .details a {
  color: #1ECAD3;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}
#searchList .actions {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 53px;
}
#searchList .actions .more {
  display: inline-flex;
  align-items: center;
  color: rgba(10, 40, 75, 0.8);
  font-size: 16px;
  gap: 13px;
  cursor: pointer;
}
#searchList .actions .more .icon {
  width: 40px;
  color: #1ec8d2;
}
