@charset "UTF-8";
@font-face {
  font-family: "FrutigerLTPro";
  src: url("../webfonts/FrutigerLTPro-Bold.woff2") format("woff2"), url("../webfonts/FrutigerLTPro-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "FrutigerLTPro";
  src: url("../webfonts/FrutigerLTPro-Roman.woff2") format("woff2"), url("../webfonts/FrutigerLTPro-Roman.woff") format("woff");
  font-weight: 400;
}
body {
  font-family: "FrutigerLTPro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #0b0b0b;
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

header {
  position: relative;
  z-index: 10050;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
}

h1, .h1 {
  font-size: 28.8px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 33.6px;
  }
}
@media only screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 38.4px;
  }
}
@media only screen and (min-width: 1600px) {
  h1, .h1 {
    font-size: 43.2px;
  }
}

h2, .h2 {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 28.8px;
  }
}
@media only screen and (min-width: 1200px) {
  h2, .h2 {
    font-size: 32.4px;
  }
}
@media only screen and (min-width: 1600px) {
  h2, .h2 {
    font-size: 36px;
  }
}

h3, .h3 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  h3, .h3 {
    font-size: 26px;
  }
}

h4, .h4 {
  font-size: 17px;
}
@media only screen and (min-width: 768px) {
  h4, .h4 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  h4, .h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h5, .h5 {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  h5, .h5 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  h5, .h5 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  h5, .h5 {
    font-size: 20px;
  }
}

h6, .h6 {
  font-size: 15px;
}
@media only screen and (min-width: 1200px) {
  h6, .h6 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  h6, .h6 {
    font-size: 18px;
  }
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #3c77bb;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: #423F93;
  text-decoration: underline;
}

.btn-primary {
  display: inline-block;
  background-color: #ffffff;
  color: #0b0b0b;
  padding: 12px;
  min-width: 180px;
  border-radius: 0;
  font-family: "Asap", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #eeeeee;
  transition: all 0.3s;
}
.btn-primary:hover {
  background-color: #eeeeee;
  color: #0b0b0b;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .btn-primary {
    min-width: 220px;
    font-size: 18px;
    padding: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .btn-primary {
    min-width: 320px;
    font-size: 20px;
    padding: 18px;
  }
}
.btn-primary.btn-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-primary.btn-icon::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/chevron.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1600px) {
  .btn-primary.btn-icon::after {
    width: 24px;
    height: 24px;
  }
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}
@media only screen and (min-width: 1800px) {
  .container {
    max-width: 1665px;
  }
}

.before_header {
  background-color: #ebebeb;
  padding: 10px 0;
  text-align: right;
  border-bottom: 2px solid #f4f4f4;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.before_header .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.jk_change_size {
  margin-right: 15px;
  font-size: 16px;
}
.jk_change_size a {
  border: 1px solid #fff;
  color: #4c4c4c;
  padding: 0 4px;
  display: inline-block;
  vertical-align: bottom;
  text-decoration: none;
}

#jfontsize-m2 {
  font-size: 13px;
  line-height: 22px;
}
#jfontsize-d2 {
  font-size: 16px;
  line-height: 24px;
}
#jfontsize-p2 {
  font-size: 18px;
  line-height: 26px;
}

.goog-te-gadget {
  font-size: 0 !important;
}
.goog-te-gadget > span {
  display: none;
}
.goog-te-gadget .goog-te-combo {
  width: 140px;
  height: 30px;
  font-size: 16px;
  border-radius: 0;
  border: none;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .goog-te-gadget .goog-te-combo {
    width: 180px;
  }
}

.a11y-non-responsive {
  display: none !important;
}

.a11y-toolbar-widget {
  display: inline-block;
}
.a11y-toolbar-widget ul {
  padding: 0;
  margin: 0;
}
.a11y-toolbar-widget li {
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
}
.a11y-toolbar-widget button {
  border: 1px solid #fff;
}
.a11y-toolbar-widget .offscreen {
  display: none;
}

@media only screen and (max-width: 991px) {
  .headerTopbar {
    padding: 4px 0;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
  }
}
@media only screen and (min-width: 992px) {
  .headerTopbar {
    padding: 8px 0;
  }
}
.headerTopbar ul {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: auto;
}
.headerTopbar li a {
  font-size: 12px;
  font-weight: 400;
  color: #0b0b0b;
}
@media only screen and (min-width: 768px) {
  .headerTopbar li a {
    font-weight: 600;
  }
}
@media only screen and (min-width: 992px) {
  .headerTopbar li a {
    font-size: 14px;
  }
}

.headerMidBody {
  padding: 0 0 8px;
}
@media only screen and (min-width: 576px) {
  .headerMidBody {
    padding: 12px 0;
  }
}
@media only screen and (max-width: 1399px) {
  .headerMidBody .headerSearch {
    display: none;
  }
}
@media only screen and (min-width: 1400px) {
  .headerMidBody {
    padding: 8px 0 30px;
  }
}
.headerMidBody .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.headerLogo {
  width: 640px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transform: translateY(-6px);
}
@media only screen and (min-width: 520px) {
  .headerLogo {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (min-width: 768px) {
  .headerLogo {
    justify-content: flex-end;
    transform: translateY(-8px);
  }
}
.headerLogo a {
  display: block;
  font-family: "Asap", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #3c77bb;
  text-decoration: none;
  margin-right: 20px;
}
.headerLogo a:hover {
  color: #3c77bb;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .headerLogo a {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .headerLogo a {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .headerLogo a {
    width: 200px;
    font-size: 36px;
  }
}
@media only screen and (min-width: 1400px) {
  .headerLogo {
    transform: translateY(-10px);
  }
}
.headerLogo img {
  width: 135px;
}
@media only screen and (min-width: 768px) {
  .headerLogo img {
    width: 170px;
  }
}
@media only screen and (min-width: 1200px) {
  .headerLogo img {
    width: 220px;
  }
}
@media only screen and (min-width: 1400px) {
  .headerLogo img {
    width: 300px;
  }
}

.headerLogoRight {
  width: 100px;
  transform: translateY(-6px);
}
@media only screen and (max-width: 519px) {
  .headerLogoRight {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .headerLogoRight {
    width: 130px;
    transform: translateY(-8px);
  }
}
@media only screen and (min-width: 1400px) {
  .headerLogoRight {
    width: 200px;
    transform: translateY(-10px);
  }
}

.headerSearch {
  width: 80%;
  max-width: 400px;
  display: flex;
  position: relative;
  z-index: 10000;
}
@media only screen and (min-width: 1400px) {
  .headerSearch {
    max-width: 400px;
    margin-left: auto;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .headerSearch {
    max-width: 535px;
  }
}
.headerSearch form {
  width: 100%;
  overflow: visible;
}
.headerSearch .liveSearchField {
  position: relative;
  z-index: 10001;
  overflow: visible;
}
.headerSearch .hsfields {
  position: relative;
  display: flex;
  height: 100%;
  z-index: 10001;
  overflow: visible;
}
.headerSearch .hsfields input {
  flex-grow: 1;
  height: 42px;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #b7e1f5;
  border-radius: 10px;
  box-shadow: 0 5px 0 #f1f1f1;
  padding: 5px 60px 5px 10px;
  transition: all 0.3s;
}
.headerSearch .hsfields input:focus {
  outline: none;
  border-color: #5ec9ec;
  box-shadow: 0 5px 3px #5ec9ec;
}
.headerSearch .hsfields input::-moz-placeholder {
  color: #0b0b0b;
}
.headerSearch .hsfields input::placeholder {
  color: #0b0b0b;
}
@media only screen and (max-width: 768px) {
  .headerSearch .hsfields input::-moz-placeholder {
    font-size: 14px;
  }
  .headerSearch .hsfields input::placeholder {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .headerSearch .hsfields input {
    height: 48px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .headerSearch .hsfields input {
    height: 55px;
    font-size: 18px;
  }
}
.headerSearch .hsfields button {
  position: absolute;
  height: 80%;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  background-color: unset;
  padding: 5px 10px;
  color: #3c77bb;
  border: unset;
  transition: all 0.3s;
  border-radius: 5px;
}
.headerSearch .hsfields button:hover {
  background-color: #eee;
}
.headerSearch .hsfields button::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 50%;
  background-color: #3c77bb;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
}

.headerMidBody,
.headerMidBody .container,
.menuSection,
.menuSection .container,
header {
  overflow: visible;
}
.headerMidBody,
.menuSection {
  position: relative;
  z-index: 10051;
}

.menuSection {
  background-color: #3c77bb;
  color: #ffffff;
  padding: 10px 0;
}
@media only screen and (min-width: 1400px) {
  .menuSection {
    background-color: unset;
    padding: 0 0 20px;
  }
}
.menuSection .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1400px) {
  .menuSection .headerSearch {
    display: none;
  }
}
.menuSection .headerSearch input {
  box-shadow: unset !important;
}
@media only screen and (min-width: 1400px) {
  .menuSection .mmenuNavDiv {
    display: none;
  }
}
.menuSection .mmenuButton {
  font-size: 28px;
  color: #ffffff;
}

@keyframes bump-up {
  0% {
    top: 0px;
    transform: scale(0);
  }
  60% {
    top: -12px;
  }
  80% {
    top: -10px;
    transform: scale(1.1);
  }
  100% {
    top: -10px;
    transform: scale(1);
  }
}
.deskMenu {
  width: 100%;
  font-family: "FrutigerLTPro", sans-serif;
}
@media only screen and (max-width: 1399px) {
  .deskMenu {
    display: none;
  }
}
.deskMenu a {
  text-decoration: none;
}
.deskMenu > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  gap: 20px;
}
@media only screen and (min-width: 1600px) {
  .deskMenu > ul {
    gap: 30px;
  }
}
.deskMenu > ul > li > a::before {
  content: "●";
  position: absolute;
  color: inherit;
  font-size: 20px;
  top: -10px;
  left: 0;
  visibility: hidden;
}
.deskMenu > ul > li.current-menu-item > a::before {
  visibility: visible;
}
.deskMenu > ul > li:hover > a::before {
  visibility: visible;
  animation: bump-up 0.4s forwards;
}
.deskMenu > ul > li:active > a::before, .deskMenu > ul > li:focus > a::before {
  visibility: visible;
}
.deskMenu > ul li {
  color: #0b0b0b;
}
.deskMenu > ul li.menu-item-has-children {
  position: relative;
}
.deskMenu > ul li.menu-item-has-children:hover > .sub-menu {
  display: block;
  animation: fadeUp 0.3s ease-in-out;
}
.deskMenu > ul li > a {
  position: relative;
  display: block;
  padding: 8px 0;
  font-weight: 600;
  border-width: 0;
  border-bottom-width: 3px;
  border-style: solid;
}
@media only screen and (min-width: 1400px) {
  .deskMenu > ul li > a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .deskMenu > ul li > a {
    font-size: 20px;
  }
}
.deskMenu > ul li:last-child .sub-menu, .deskMenu > ul li:nth-last-child(2) .sub-menu {
  left: auto;
  right: -15px;
}
.deskMenu > ul .sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: -10px;
  background-color: #ffffff;
  padding: 8px;
  width: 250px;
  list-style: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.deskMenu > ul .sub-menu li.current-menu-item a {
  color: #ffffff !important;
  background-color: #5ec9ec;
}
.deskMenu > ul .sub-menu li:not(.current-menu-item):hover a {
  color: #3c77bb;
  background-color: #f9f9f9;
}
.deskMenu > ul .sub-menu li a {
  padding: 10px 15px;
  font-size: 16px;
  color: #0b0b0b;
  border-radius: 8px;
  border: none;
}
.deskMenu > ul .sub-menu li > .sub-menu {
  top: 0;
  left: calc(100% + 10px);
}
.deskMenu ul li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  color: inherit;
  margin-left: 5px;
  top: 51%;
  transform: translateY(-50%);
}
.deskMenu ul li.menu-item-has-children .sub-menu li.menu-item-has-children > a {
  padding-right: 20px;
}
.deskMenu ul li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
  color: inherit;
  right: 5px;
  transform: translateY(-50%) rotate(-90deg);
}

#cov_mmenu:not(.mm-spn) {
  display: none;
}

.mm-ocd--open {
  z-index: 100000;
}

#cov_mmenu {
  background-color: #f1f1f1;
  color: #0b0b0b;
}

.mm-spn--open a {
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.mm-spn--open a::after {
  color: #444;
}
.mm-spn--open li:hover > a, .mm-spn--open li:active > a {
  background-color: #ededed;
  color: #3c77bb;
}
.mm-spn--open li.current-menu-item > a {
  color: #ffffff;
  background-color: #5ec9ec;
}

.ftrMainBody {
  padding: 50px 0 30px;
}
@media only screen and (min-width: 992px) {
  .ftrMainBody {
    padding: 60px 0 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .ftrMainBody {
    padding: 80px 0 30px;
  }
}

.ftrLogos {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .ftrLogos {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .ftrLogos {
    width: 26%;
  }
}
@media only screen and (min-width: 1400px) {
  .ftrLogos {
    width: 370px;
  }
}
.ftrLogos img {
  display: block;
  width: 150px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1400px) {
  .ftrLogos img {
    width: 210px;
    margin-bottom: 30px;
  }
}
.ftrLogos h3 {
  width: 241px;
  margin-left: auto;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  color: #3c77bb;
  font-size: 17px;
}
@media only screen and (min-width: 992px) {
  .ftrLogos h3 {
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .ftrLogos h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .ftrLogos h3 {
    font-size: 26px;
  }
}

.ftrMenus {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 479px) {
  .ftrMenus {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 480px) {
  .ftrMenus {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) {
  .ftrMenus {
    width: 58%;
  }
}
@media only screen and (min-width: 992px) {
  .ftrMenus {
    width: 48%;
  }
}
@media only screen and (min-width: 1600px) {
  .ftrMenus {
    width: 700px;
  }
}
.ftrMenus > div {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ftrMenus > div {
    width: 48%;
  }
}
.ftrMenus > div:first-child {
  width: 26%;
}
.ftrMenus > div:last-child {
  width: 70%;
}
.ftrMenus ul {
  list-style: none;
  padding: 0;
  margin-bottom: 12px;
}
.ftrMenus > div:last-child ul {
  columns: 1;
}
@media only screen and (min-width: 1400px) {
  .ftrMenus > div:last-child ul {
    columns: 2;
    column-gap: 24px;
  }
}
.ftrMenus li {
  margin-bottom: 5px;
  break-inside: avoid;
}
.ftrMenus li a {
  font-size: 16px;
  color: #454545;
  text-decoration: none;
  white-space: nowrap;
}
.liveSearchField {
  position: relative;
}
.liveSearchResults {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 10002;
  background: linear-gradient(180deg, #f8fdff 0%, #eef8fb 100%);
  border: 1px solid #d8e2e8;
  border-radius: 20px;
  box-shadow: 0 18px 35px rgba(15, 40, 61, 0.16);
  padding: 10px;
}
.liveSearchItem {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  color: #0b0b0b;
  text-decoration: none;
  margin-bottom: 8px;
  background: #ffffff;
  border: 1px solid rgba(170, 210, 228, 0.55);
}
.liveSearchItem:nth-child(odd) {
  background: #f3fbff;
}
.liveSearchItem:last-child {
  margin-bottom: 0;
}
.liveSearchItem:hover,
.liveSearchItem.is-active {
  background: #dff3fb;
  color: #3c77bb;
  text-decoration: none;
}
.liveSearchBody {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.liveSearchTitle {
  font-size: 16px;
  font-weight: 600;
}
.liveSearchSummary {
  font-size: 14px;
  line-height: 1.5;
  color: #4c6474;
}
.liveSearchType {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  color: #5f7b8d;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.ftrMenus li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1400px) {
  .ftrMenus li a {
    font-size: 18px;
  }
}

.ftrMoreInfo {
  width: 300px;
  max-width: 100%;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (min-width: 480px) {
  .ftrMoreInfo {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) {
  .ftrMoreInfo {
    width: 38%;
  }
}
@media only screen and (min-width: 992px) {
  .ftrMoreInfo {
    width: 25%;
  }
}
@media only screen and (min-width: 1400px) {
  .ftrMoreInfo {
    width: 355px;
  }
}
.ftrMoreInfo img {
  width: 190px;
  max-width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .ftrMoreInfo img {
    width: 200px;
  }
}

.ftrBottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #edf1f2;
  color: #0b0b0b;
  font-family: "FrutigerLTPro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 0;
}
@media only screen and (min-width: 992px) {
  .ftrBottom {
    padding: 22px;
  }
}
.ftrBottom p {
  margin-bottom: 0;
}
.ftrBottom ul {
  display: flex;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: auto;
}
.ftrBottom li:not(:first-child)::before {
  content: "-";
  display: inline-block;
  margin: 0 4px;
}
.ftrBottom li a {
  color: #454545;
}

.htsHeader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.htsHeader .htsSearch {
  width: 100%;
  max-width: 400px;
}
.htsHeader .htsSearchForm {
  width: 100%;
  display: flex;
  gap: 4px;
}
.htsHeader input {
  flex-grow: 1;
  height: 42px;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  box-shadow: 0 2px 0 #f1f1f1;
  padding: 5px 10px 5px 10px;
  transition: all 0.3s;
}
.htsHeader input:focus {
  outline: none;
  border-color: #3c77bb;
  box-shadow: 0 2px 0 #3c77bb;
}
.htsHeader input::-moz-placeholder {
  color: #a0a0a0;
}
.htsHeader input::placeholder {
  color: #a0a0a0;
}
@media only screen and (min-width: 768px) {
  .htsHeader input {
    height: 48px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .htsHeader input {
    height: 55px;
    font-size: 18px;
  }
}
.htsHeader button {
  width: 50px;
  border-radius: 10px;
  background-color: #EEEEEE;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  color: #0b0b0b;
  border: none;
}
.htsHeader button:hover {
  background-color: #DDDDDD;
}

.htsOuter {
  padding: 30px 0 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid #dfdfdf;
}
@media only screen and (min-width: 768px) {
  .htsOuter {
    padding: 40px 0 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .htsOuter {
    padding: 60px 0 45px;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1800px) {
  .htsOuter {
    padding: 80px 0 60px;
    margin-bottom: 60px;
  }
}

.tsWrapper {
  width: 100%;
  display: flex;
  padding-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .tsWrapper {
    overflow-x: auto;
    padding: 15px 0 25px;
    margin: 0 -6px 15px;
  }
}
@media only screen and (min-width: 992px) {
  .tsWrapper {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .tsWrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .tsWrapper {
    gap: 40px;
  }
}
.tsWrapper .tsBox {
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: all 0.6s;
}
@media only screen and (max-width: 1199px) {
  .tsWrapper .tsBox {
    min-width: 260px;
    margin: 0 6px;
  }
}
.tsWrapper .tsBox:hover {
  transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.tsWrapper .tsBox:hover .tsbImg {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tsWrapper .tsbImg {
  overflow: hidden;
  display: block;
}
.tsWrapper .tsbImg img {
  width: 100%;
  aspect-ratio: 10/6;
  -o-object-fit: cover;
     object-fit: cover;
}
.tsWrapper .tsbTxt {
  flex-grow: 1;
  padding: 12px;
}
@media only screen and (min-width: 576px) {
  .tsWrapper .tsbTxt {
    padding: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .tsWrapper .tsbTxt {
    padding: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  .tsWrapper .tsbTxt {
    padding: 30px;
  }
}
.tsWrapper .tsbTxt h4 {
  font-size: 15px;
  color: #444;
}
@media only screen and (min-width: 1400px) {
  .tsWrapper .tsbTxt h4 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  .tsWrapper .tsbTxt h4 {
    font-size: 20px;
  }
}
.tsWrapper .tsbTxt h4 a {
  color: inherit;
  text-decoration: none;
}

.tsFindMore {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background-color: #3c77bb;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 0 #398fe1;
  padding: 25px 16px 16px;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .tsFindMore {
    margin: 15px 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .tsFindMore {
    width: 30%;
  }
}
@media only screen and (min-width: 1200px) {
  .tsFindMore {
    width: 24%;
  }
}
.tsFindMore img {
  margin-bottom: 14px;
}
@media only screen and (min-width: 576px) {
  .tsFindMore {
    padding: 32px 20px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .tsFindMore {
    padding: 25px 16px 16px;
  }
  .tsFindMore img {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .tsFindMore {
    padding: 32px 20px 20px;
  }
  .tsFindMore img {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .tsFindMore {
    padding: 60px 35px 35px;
  }
}
.tsFindMore h4 {
  margin-bottom: 20px;
}

.cmnTopics {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .cmnTopics {
    padding-top: 40px;
  }
}
.cmnTopics h3 {
  width: 100%;
  color: #0b0b0b;
  padding: 12px;
}
.cmnTopics ul {
  max-width: 720px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1200ppx) {
  .cmnTopics ul {
    gap: 8px;
  }
}
.cmnTopics ul .cmnTopicBtn {
  display: block;
  background-color: #ffffff;
  color: #0b0b0b;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 6px 16px;
  border: 1px solid #e6e6e6;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.cmnTopics ul .cmnTopicBtn:hover {
  background-color: #edf1f2;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .cmnTopics ul .cmnTopicBtn {
    font-size: 16px;
    padding: 10px 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .cmnTopics ul .cmnTopicBtn {
    font-size: 18px;
    padding: 12px 20px;
    min-width: 280px;
  }
}
.cmnTopics .btn-primary {
  border-radius: 4px;
  padding: 12px;
  border-color: #dddddd;
  box-shadow: 0 0 0 12px #eeeeee;
  margin-top: 35px;
  margin-left: 12px;
}
.cmnTopics .btn-primary:hover {
  background-color: #dddddd;
}
@media only screen and (min-width: 992px) {
  .cmnTopics .btn-primary {
    margin-top: 0;
    margin-left: 0;
    margin-right: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .cmnTopics .btn-primary {
    box-shadow: 0 0 0 15px #eeeeee;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .cmnTopics .btn-primary {
    box-shadow: 0 0 0 20px #eeeeee;
    margin-right: 20px;
  }
}

.homeBanner {
  width: 100%;
  min-height: 200px;
  display: flex;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 20px 0;
}
@media only screen and (min-width: 576px) {
  .homeBanner {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  .homeBanner {
    min-height: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .homeBanner {
    padding: 32px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .homeBanner {
    min-height: 350px;
    padding: 40px 0;
  }
}
.homeBanner .container {
  width: 100%;
  display: flex;
  align-items: end;
}
@media only screen and (min-width: 768px) {
  .homeBanner .container {
    align-items: center;
  }
}
.homeBanner .hbContent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  max-width: 550px;
  height: 100%;
  aspect-ratio: 10/5;
  background-color: #ffffff;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding: 30px;
  margin-left: auto;
}
.homeBanner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.homeBanner h2 {
  width: 100%;
  text-align: center;
  color: #3c77bb;
  font-size: 24px;
}

.pageBanner {
  width: 100%;
  min-height: 200px;
  display: flex;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 20px 0;
}
@media only screen and (min-width: 576px) {
  .pageBanner {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  .pageBanner {
    min-height: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .pageBanner {
    padding: 32px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .pageBanner {
    min-height: 350px;
    padding: 40px 0;
  }
}
.pageBanner.static {
  position: relative;
  overflow: hidden;
  background-position: bottom right !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.pageBanner.static .container {
  position: relative;
  z-index: 1;
}
.pageBanner .pbImg {
  position: absolute;
  width: 250px;
  right: -55px;
  bottom: -125px;
}
@media only screen and (min-width: 768px) {
  .pageBanner .pbImg {
    width: 300px;
    right: -68px;
    bottom: -152px;
  }
}
@media only screen and (min-width: 1200px) {
  .pageBanner .pbImg {
    width: 370px;
    right: -84px;
    bottom: -188px;
  }
}
.pageBanner .container {
  width: 100%;
  display: flex;
  align-items: end;
}
@media only screen and (min-width: 768px) {
  .pageBanner .container {
    align-items: center;
  }
}
.pageBanner .pbContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background-color: #3c77bb;
  color: #ffffff;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 22px;
}
@media only screen and (min-width: 576px) {
  .pageBanner .pbContent {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 350px;
  }
}
@media only screen and (min-width: 768px) {
  .pageBanner .pbContent {
    min-width: 400px;
    max-width: 500px;
    padding: 40px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .pageBanner .pbContent {
    min-width: 500px;
    max-width: 700px;
    padding: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .pageBanner .pbContent {
    max-width: 800px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
}
.pageBanner h1 {
  width: 100%;
  font-size: 23px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .pageBanner h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .pageBanner h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1600px) {
  .pageBanner h1 {
    font-size: 48px;
  }
}
.pageBanner h1::after {
  content: "";
  display: block;
  max-width: 380px;
  height: 1px;
  margin: 8px 0;
  background-color: #c2cdd9;
}

.breadcrumbs {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 160px;
  color: #ffffff;
  padding: 0;
  border-radius: 10px;
  font-family: "Asap", sans-serif;
  font-weight: 300;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs {
    min-width: 240px;
    font-size: 14px;
  }
}
.breadcrumbs span {
  font-weight: 500;
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.aboutUsSec {
  color: #363636;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .aboutUsSec {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .aboutUsSec {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .aboutUsSec {
    padding: 80px 0;
  }
}
.aboutUsSec h2 {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .aboutUsSec h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .aboutUsSec h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1600px) {
  .aboutUsSec h2 {
    font-size: 36px;
  }
}

.policyPage {
  padding: 32px 0 48px;
}
@media only screen and (min-width: 768px) {
  .policyPage {
    padding: 48px 0 64px;
  }
}
.policyPage .policyWrap {
  display: grid;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .policyPage .policyWrap {
    grid-template-columns: minmax(0, 1fr) 280px;
    align-items: start;
  }
}
.policyPage .policyMain {
  background: #ffffff;
  border: 1px solid #e3ebef;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 30px rgba(25, 55, 79, 0.08);
}
@media only screen and (min-width: 768px) {
  .policyPage .policyMain {
    padding: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .policyPage .policyMain {
    padding: 42px;
  }
}
.policyPage .policyMain > * + * {
  margin-top: 18px;
}
.policyPage .policyMain h1 {
  margin-bottom: 8px;
  color: #3c77bb;
  font-size: 20px;
  font-weight: 700;
}
.policyPage .policyMain h2 {
  margin-top: 26px;
  color: #0b0b0b;
  font-size: 20px;
  font-weight: 700;
}
.policyPage .policyMain p,
.policyPage .policyMain ul {
  max-width: 760px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}
.policyPage .policyMain ul {
  padding-left: 1.35rem;
}
.policyPage .policyMain li + li {
  margin-top: 8px;
}
.policyPage .policyIntro {
  font-size: 18px;
  font-weight: 400;
  color: #454545;
}
.policyPage .policySide {
  background: #edf6fb;
  border-radius: 24px;
  padding: 22px 20px;
}
@media only screen and (min-width: 992px) {
  .policyPage .policySide {
    position: sticky;
    top: 24px;
  }
}
.policyPage .policySide h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #3c77bb;
}
.policyPage .policyNav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.policyPage .policyNav li + li {
  margin-top: 10px;
}
.policyPage .policyNav a {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  background: #ffffff;
  color: #0b0b0b;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.policyPage .policyNav a:hover {
  color: #3c77bb;
  text-decoration: none;
}

.recentNewsSec {
  background-color: #3c77bb;
  color: #ffffff;
  text-align: center;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .recentNewsSec {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .recentNewsSec {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .recentNewsSec {
    padding: 80px 0;
  }
}
.recentNewsSec h2 {
  margin-bottom: 25px;
}
@media only screen and (min-width: 576px) {
  .recentNewsSec h2 {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .recentNewsSec h2 {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1400px) {
  .recentNewsSec h2 {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .recentNewsBoxs {
    display: flex;
    overflow-x: auto;
    gap: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .recentNewsBoxs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.recentNewsBoxs .recentNewsBox:nth-child(1) .rnbText::before {
  background-color: #3c77bb;
}
.recentNewsBoxs .recentNewsBox:nth-child(2) .rnbText::before {
  background-color: #7dcfb7;
}
.recentNewsBoxs .recentNewsBox:nth-child(3) .rnbText::before {
  background-color: #5ec9ec;
}
@media only screen and (max-width: 991px) {
  .recentNewsBoxs .recentNewsBox {
    min-width: 280px;
  }
}
.recentNewsBoxs .recentNewsBox .rnbImg {
  overflow: hidden;
  display: block;
  border: 1px solid #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.recentNewsBoxs .recentNewsBox .rnbImg img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.recentNewsBoxs .recentNewsBox .rnbText {
  position: relative;
  background-color: #ffffff;
  text-align: left;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 12px;
}
@media only screen and (min-width: 768px) {
  .recentNewsBoxs .recentNewsBox .rnbText {
    padding: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .recentNewsBoxs .recentNewsBox .rnbText {
    padding: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .recentNewsBoxs .recentNewsBox .rnbText {
    padding: 30px;
  }
}
.recentNewsBoxs .recentNewsBox .rnbText::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 10px;
  left: 0;
  top: -5px;
}
.recentNewsBoxs .recentNewsBox .rnbText h3 {
  color: #3c77bb;
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .recentNewsBoxs .recentNewsBox .rnbText h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .recentNewsBoxs .recentNewsBox .rnbText h3 {
    font-size: 22px;
  }
}
.recentNewsBoxs .recentNewsBox .rnbText a {
  color: inherit;
}

.contactSecWrap {
  padding: 40px 0;
  color: #363636;
}
@media only screen and (min-width: 768px) {
  .contactSecWrap {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .contactSecWrap {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .contactSecWrap {
    padding: 80px 0;
  }
}
.contactSecWrap .container > h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .contactSecWrap .container > h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .contactSecWrap .container > h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .contactSecWrap .container > h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}

.csFormWrap > h2, .csMoreInfo > h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 1px;
}
@media only screen and (min-width: 768px) {
  .csFormWrap > h2, .csMoreInfo > h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .csFormWrap > h2, .csMoreInfo > h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .csFormWrap > h2, .csMoreInfo > h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}

.csFormWrap {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .csFormWrap {
    width: 55%;
    margin-bottom: 0;
  }
}

.csMoreInfo {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .csMoreInfo {
    width: 40%;
  }
}

.csForm {
  padding-top: 20px;
}
@media only screen and (min-width: 1200px) {
  .csForm {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .csForm {
    padding-top: 40px;
  }
}
.csForm form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.csForm .field-wrap {
  width: 100%;
  margin-bottom: 12px;
}
@media only screen and (min-width: 576px) {
  .csForm .field-wrap {
    width: 49%;
  }
}
@media only screen and (min-width: 768px) {
  .csForm .field-wrap {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .csForm .field-wrap {
    margin-bottom: 20px;
  }
}
.csForm .field-wrap.final {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.csForm input, .csForm select {
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 10px 14px;
  color: #0b0b0b;
  height: 55px;
  border-radius: 15px;
}
.csForm input:focus, .csForm select:focus {
  outline: 1px solid #3c77bb;
}
.csForm input::-moz-placeholder, .csForm select::-moz-placeholder {
  color: #363636;
}
.csForm input::placeholder, .csForm select::placeholder {
  color: #363636;
}
@media only screen and (min-width: 768px) {
  .csForm input, .csForm select {
    height: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .csForm input, .csForm select {
    padding: 12px 18px;
    height: 60px;
  }
}
.csForm textarea {
  resize: none;
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 12px 18px;
  color: #0b0b0b;
  height: 80px;
  border-radius: 15px;
}
.csForm textarea:focus {
  outline: 1px solid #3c77bb;
}
.csForm textarea::-moz-placeholder {
  color: #363636;
}
.csForm textarea::placeholder {
  color: #363636;
}
@media only screen and (min-width: 768px) {
  .csForm textarea {
    height: 90px;
  }
}
@media only screen and (min-width: 1400px) {
  .csForm textarea {
    height: 110px;
  }
}
.csForm .cfSubmitBtn {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.csForm input[type=submit] {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ff881c;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .csForm input[type=submit] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .csForm input[type=submit] {
    font-size: 18px;
  }
}
.csForm input[type=submit]:hover {
  background-color: #dd7311;
}
.csForm .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  margin: 0;
}
.csForm .checkBoxWrap {
  width: 100%;
  margin-bottom: 12px;
}
.csForm .checkBoxWrap .wpcf7-list-item {
  margin-left: 0;
}
.csForm .checkBoxWrap .wpcf7-list-item label {
  display: flex;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .csForm .checkBoxWrap {
    width: 70%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .csForm .checkBoxWrap {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .csForm .checkBoxWrap {
    width: 65%;
  }
}
.csForm .checkBoxWrap input {
  width: 38px;
  height: 15px;
}
.csForm .checkBoxWrap p {
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 1600px) {
  .csForm .checkBoxWrap p {
    font-size: 16px;
  }
}
.csForm p {
  margin-bottom: 0;
}
.csForm .wpcf7-response-output {
  margin: 20px auto !important;
}

.csmInfoBoxs .accordion-item {
  border: none;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .csmInfoBoxs .accordion-item {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .csmInfoBoxs .accordion-item {
    margin-bottom: 20px;
  }
}
.csmInfoBoxs .accordion-button {
  border: none;
  border-radius: 12px;
  background-color: #3c77bb;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 16px;
}
@media only screen and (min-width: 768px) {
  .csmInfoBoxs .accordion-button {
    font-size: 18px;
    padding: 16px 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .csmInfoBoxs .accordion-button {
    font-size: 21px;
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .csmInfoBoxs .accordion-button {
    font-size: 24px;
    padding: 25px 40px;
  }
}
.csmInfoBoxs .accordion-button::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../images/chevron_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.csmInfoBoxs .accordion-body a {
  color: #3c77bb;
  text-decoration: underline;
}

.rsrcPostsOuter {
  width: 100%;
}

.rsrcSearchWrap {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .rsrcSearchWrap {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .rsrcSearchWrap {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .rsrcSearchWrap {
    margin-bottom: 50px;
  }
}

.rsrcSearch {
  background-color: #ffffff;
  border: 1px solid #2bb3aa;
  border-radius: 5px;
  padding: 15px 20px;
}
@media only screen and (min-width: 576px) {
  .rsrcSearch {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .rsrcSearch {
    padding: 20px 40px;
  }
}
.rsrcSearch h3 {
  color: #3c77bb;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .rsrcSearch h3 {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .rsrcSearch h3 {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  .rsrcSearch h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.rsrcSearch form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .rsrcSearch form {
    margin-bottom: 16px;
  }
}
.rsrcSearch form input {
  width: 100%;
  height: 45px;
  color: #0b0b0b;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  padding: 10px 12px;
  box-shadow: 0 4px 0 #f4f4f4;
  outline: none;
  transition: all 0.3s;
}
.rsrcSearch form input::-moz-placeholder {
  color: #b4b4b4;
  font-style: italic;
}
.rsrcSearch form input::placeholder {
  color: #b4b4b4;
  font-style: italic;
}
.rsrcSearch form input:focus {
  border-color: #3c77bb;
  box-shadow: 0 4px 0 #3c77bb;
}
@media only screen and (min-width: 500px) {
  .rsrcSearch form input {
    width: 50%;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 768px) {
  .rsrcSearch form input {
    height: 55px;
    padding: 12px 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .rsrcSearch form input {
    height: 65px;
    padding: 12px 30px;
  }
}
.rsrcSearch form button {
  width: 100%;
  font-family: "Asap", sans-serif;
  font-size: 16px;
  font-weight: 700;
  background-color: #3c77bb;
  color: #ffffff;
  text-decoration: underline;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  margin-left: auto;
  transition: all 0.3s;
}
.rsrcSearch form button:hover {
  background-color: #004f98;
}
@media only screen and (min-width: 500px) {
  .rsrcSearch form button {
    width: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  .rsrcSearch form button {
    width: 220px;
  }
}
@media only screen and (min-width: 1400px) {
  .rsrcSearch form button {
    width: 280px;
    font-size: 18px;
    padding: 12px 20px;
  }
}
.rsrcSearch form button i {
  margin-right: 10px;
}

.newsWrapperOuter, .postContentWrapper {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .newsWrapperOuter, .postContentWrapper {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .newsWrapperOuter, .postContentWrapper {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .newsWrapperOuter, .postContentWrapper {
    padding: 60px 0;
  }
}

.newsWrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .newsWrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .newsWrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .newsWrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
.newsWrapper .newsBox {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.newsWrapper .newsBox:hover {
  transform: translateY(-3px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media only screen and (max-width: 991px) {
  .newsWrapper .newsBox {
    min-width: 280px;
  }
}
.newsWrapper .newsBox .rnbImg {
  overflow: hidden;
  display: block;
  border: 1px solid #f5f5f5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.newsWrapper .newsBox .rnbImg img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsWrapper .newsBox .rnbText {
  flex-grow: 1;
  background-color: #f6f6f6;
  text-align: left;
  padding: 12px;
}
@media only screen and (min-width: 768px) {
  .newsWrapper .newsBox .rnbText {
    padding: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .newsWrapper .newsBox .rnbText {
    padding: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .newsWrapper .newsBox .rnbText {
    padding: 30px;
  }
}
.newsWrapper .newsBox .rnbText h3 {
  color: #0b0b0b;
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .newsWrapper .newsBox .rnbText h3 {
    font-size: 18px;
  }
}
.newsWrapper .newsBox .rnbText a {
  color: inherit;
}

#viewSaveBtn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-position: under;
  color: #0b0b0b;
  margin-left: auto;
  padding: 8px 0;
}
@media only screen and (min-width: 992px) {
  #viewSaveBtn {
    font-size: 17px;
    padding: 20px 0;
  }
}
#viewSaveBtn i {
  border: 2px solid #0b0b0b;
  padding: 4px 4px 3px 4px;
  border-radius: 50px;
  margin-right: 5px;
}

.rsrcSecWrap {
  padding: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .rsrcSecWrap {
    padding: 0 0 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .rsrcSecWrap {
    padding: 0 0 50px;
  }
}
.rsrcSecWrap .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rsrcPostsWrapOuter {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .rsrcPostsWrapOuter {
    width: 68%;
  }
}
@media only screen and (min-width: 1400px) {
  .rsrcPostsWrapOuter {
    width: 70%;
  }
}

@media only screen and (min-width: 576px) {
  .rsrcPostsWrap.list-view {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .rsrcPostsWrap.list-view {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.rsrcPostsWrap.list-view .rsrcPost {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  border: 1px solid #ececec;
  border-radius: 5px;
  box-shadow: 0 6px 0 #e1e1e1;
}
@media only screen and (min-width: 768px) {
  .rsrcPostsWrap.list-view .rsrcPost {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .rsrcPostsWrap.list-view .rsrcPost {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .rsrcPostsWrap.list-view .rsrcPost {
    margin-bottom: 50px;
  }
}
.rsrcPostsWrap.list-view .rsrcPost.type-pdf .btn-primary, .rsrcPostsWrap.list-view .rsrcPost.type-atcl .btn-primary {
  background-color: #423F93;
}
.rsrcPostsWrap.list-view .rsrcPost.type-pdf .btn-primary:hover, .rsrcPostsWrap.list-view .rsrcPost.type-atcl .btn-primary:hover {
  filter: brightness(0.85);
}
.rsrcPostsWrap.list-view .rsrcPost.type-link .btn-primary {
  background-color: #f18b00;
}
.rsrcPostsWrap.list-view .rsrcPost.type-link .btn-primary:hover {
  filter: brightness(0.85);
}
.rsrcPostsWrap.list-view .rsrcPost .rspImg {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.rsrcPostsWrap.list-view .rsrcPost .rspImg img {
  width: 100%;
  aspect-ratio: 10/6;
  -o-object-fit: cover;
     object-fit: cover;
}
.rsrcPostsWrap.list-view .rsrcPost .rspDetails {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 16px 12px;
}
@media only screen and (min-width: 576px) {
  .rsrcPostsWrap.list-view .rsrcPost .rspDetails {
    padding: 20px 12px;
  }
}
@media only screen and (min-width: 992px) {
  .rsrcPostsWrap.list-view .rsrcPost .rspDetails {
    padding: 25px 12px;
  }
}
.rsrcPostsWrap.list-view .rsrcPost .rspDetails .rspdTop {
  max-width: 520px;
  margin-bottom: 30px;
}
.rsrcPostsWrap.list-view .rsrcPost .rspDetails h2 {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
  color: #0b0b0b;
}
@media only screen and (min-width: 1200px) {
  .rsrcPostsWrap.list-view .rsrcPost .rspDetails h2 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1400px) {
  .rsrcPostsWrap.list-view .rsrcPost .rspDetails h2 {
    font-size: 24px;
  }
}
.rsrcPostsWrap.list-view .rsrcPost .rspDetails h2 a {
  color: inherit;
}
.rsrcPostsWrap.list-view .rsrcPost .rspDetails p {
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .rsrcPostsWrap.list-view .rsrcPost .rspDetails p {
    font-size: 18px;
  }
}
.rsrcPostsWrap.list-view .rsrcPost .rspdBtm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.rsrcPostsWrap.list-view .rsrcPost .rspdbAction {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 576px) {
  .rsrcPostsWrap.list-view .rsrcPost .rspdbAction {
    width: 100%;
  }
}
.rsrcPostsWrap.list-view .rsrcPost .rspdbAction span {
  font-size: 14px;
  font-weight: 400;
}
.rsrcPostsWrap.list-view .rsrcPost .svRsrc {
  cursor: pointer;
  font-size: 16px;
}
.rsrcPostsWrap.list-view .rsrcPost .svRsrc span {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid #0b0b0b;
  border-radius: 50px;
  margin-right: 5px;
}
.rsrcPostsWrap.list-view .rsrcPost .svRsrc.active i {
  font-weight: 700;
}
.rsrcPostsWrap.list-view .rsrcPost .svRsrc i {
  position: absolute;
  display: block;
  width: 17px;
  height: 16px;
  top: 50%;
  font-size: 17px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0b0b0b;
}
.rsrcPostsWrap.list-view .rsrcPost .btn-primary {
  min-width: unset;
  width: 180px;
  font-size: 16px;
  padding: 12px;
  border-radius: 10px;
  color: #ffffff;
}
@media only screen and (min-width: 1600px) {
  .rsrcPostsWrap.list-view .rsrcPost .btn-primary {
    width: 250px;
    padding: 14px;
  }
}

.rsrcFToggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  background-color: #edf1f2;
  color: #0b0b0b;
  border-radius: 10px;
  padding: 12px;
  border: none;
  margin-bottom: 12px;
  transition: all 0.3s;
}
.rsrcFToggle.active {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
@media only screen and (min-width: 992px) {
  .rsrcFToggle {
    display: none;
  }
}

.rsrcSidebar {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .rsrcSidebar {
    width: 29%;
  }
}
@media only screen and (min-width: 1400px) {
  .rsrcSidebar {
    width: 27%;
  }
}
@media only screen and (max-width: 991px) {
  .rsrcSidebar .rcntRsrcWrap {
    display: none;
  }
}

.rsrcFilter {
  background-color: #f8f8f8;
  border-radius: 5px;
  box-shadow: 0 6px 0 #e1e1e1;
  padding: 20px 20px 40px;
}
@media only screen and (max-width: 991px) {
  .rsrcFilter {
    display: none;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .rsrcFilter {
    display: block;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .rsrcFilter {
    padding: 30px 30px 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .rsrcFilter {
    padding: 40px 40px 60px;
    margin-bottom: 50px;
  }
}
.rsrcFilter h4 {
  width: -moz-fit-content;
  width: fit-content;
  color: #0b0b0b;
  margin-bottom: 20px;
  padding-bottom: 5px;
  margin-left: 12px;
}
@media only screen and (min-width: 768px) {
  .rsrcFilter h4 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1400px) {
  .rsrcFilter h4 {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.rsrcFilter .searchandfilter li {
  margin: 0;
  padding: 0;
}
.rsrcFilter .searchandfilter ul {
  padding: 0;
  list-style: none;
}
.rsrcFilter .searchandfilter ul li {
  color: #0b0b0b;
}
@media only screen and (min-width: 1400px) {
  .rsrcFilter .searchandfilter ul li {
    font-size: 20px;
  }
}
.rsrcFilter .sf-field-taxonomy-resource-category .sf-level-0.sf-option-active {
  position: relative;
  background-color: #edf1f2;
  border-radius: 5px;
}
.rsrcFilter .sf-field-taxonomy-resource-category .sf-level-0.sf-option-active::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #0b0b0b;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}
.rsrcFilter .sf-field-taxonomy-resource-category .sf-input-radio {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}
.rsrcFilter .sf-field-taxonomy-resource-category label {
  padding: 5px;
  cursor: pointer;
}
.rsrcFilter .sf-field-taxonomy-resource-category label:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.rsrcFilter .sf-field-search {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.mlbRcntRsrcWrap {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .mlbRcntRsrcWrap {
    display: none;
  }
}

.rcntRsrcWrap {
  background-color: #FE8888;
  color: #ffffff;
  border-radius: 5px;
  padding: 20px 20px 40px;
}
@media only screen and (min-width: 1200px) {
  .rcntRsrcWrap {
    padding: 30px 30px 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .rcntRsrcWrap {
    padding: 40px 40px 60px;
  }
}
.rcntRsrcWrap h3 {
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .rcntRsrcWrap h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .rcntRsrcWrap h3 {
    font-size: 28px;
    margin-bottom: 50px;
  }
}

.rcntRsrc {
  width: 90%;
}
.rcntRsrc h4 {
  width: 80%;
  font-size: 16px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  .rcntRsrc h4 {
    font-size: 18px;
  }
}
.rcntRsrc h4 a {
  color: inherit;
}
.rcntRsrc h4 a:hover {
  -webkit-text-decoration: under;
          text-decoration: under;
}
.rcntRsrc p {
  font-weight: 400;
}

.serviceWrapperOuter {
  overflow: hidden;
  padding-top: 20px;
}
@media only screen and (min-width: 576px) {
  .serviceWrapperOuter {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .serviceWrapperOuter {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .serviceWrapperOuter {
    padding-top: 40px;
  }
}

.serviceNav {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .serviceNav {
    overflow-x: auto;
  }
}
@media only screen and (min-width: 768px) {
  .serviceNav {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .serviceNav {
    flex-wrap: wrap;
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .serviceNav {
    margin-bottom: 50px;
    gap: 12px;
  }
}
@media only screen and (min-width: 1600px) {
  .serviceNav {
    gap: 15px;
    margin-bottom: 60px;
  }
}
.serviceNav li {
  display: block;
}
.serviceNav li.active a::before {
  content: "✔";
  font-size: 14px;
  color: #fff;
  margin-right: 4px;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .serviceNav li.active a::before {
    font-size: 20px;
  }
}
.serviceNav li.active span {
  text-decoration: underline;
  text-underline-position: under;
}
.serviceNav a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  min-width: 150px;
  padding: 8px 12px;
  color: #ffffff;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.serviceNav a:hover {
  filter: brightness(0.85);
}
@media only screen and (min-width: 576px) {
  .serviceNav a {
    padding: 10px 12px;
  }
}
@media only screen and (min-width: 768px) {
  .serviceNav a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .serviceNav a {
    min-width: 180px;
    padding: 12px 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .serviceNav a {
    min-width: 200px;
    font-size: 18px;
  }
}

.serviceDetails {
  width: 100%;
  padding: 30px 0;
}
@media only screen and (min-width: 576px) {
  .serviceDetails {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .serviceDetails {
    padding: 50px 0;
  }
}
.serviceDetails > * + * {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .serviceDetails > * + * {
    margin-top: 24px;
  }
}
.serviceDetails > img,
.serviceDetails > p > img,
.serviceDetails > figure,
.serviceDetails .wp-caption {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: min(100%, 420px);
  margin: 0 auto 24px;
}
.serviceDetails > img,
.serviceDetails > p > img,
.serviceDetails > figure img,
.serviceDetails .wp-caption img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.serviceDetails > h2,
.serviceDetails > h3,
.serviceDetails > h4,
.serviceDetails > h5,
.serviceDetails > h6,
.serviceDetails > p,
.serviceDetails > ul,
.serviceDetails > ol {
  max-width: 860px;
}
.serviceDetails > h2,
.serviceDetails > h3,
.serviceDetails > h4,
.serviceDetails > h5,
.serviceDetails > h6 {
  margin-bottom: 12px;
}
.serviceDetails > p,
.serviceDetails > ul,
.serviceDetails > ol {
  font-weight: 400;
  line-height: 1.7;
}
.serviceDetails > ul,
.serviceDetails > ol {
  padding-left: 1.35rem;
}
.serviceDetails > ul li + li,
.serviceDetails > ol li + li {
  margin-top: 8px;
}
.serviceDetails > p:empty {
  display: none;
}
.serviceDetails > img + h2,
.serviceDetails > img + h3,
.serviceDetails > p > img + h2,
.serviceDetails > figure + h2,
.serviceDetails > figure + h3 {
  margin-top: 0;
}

.explrServices {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .explrServices {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .explrServices {
    padding: 70px 0;
  }
}
.explrServices h3 {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1400px) {
  .explrServices h3 {
    margin-bottom: 35px;
  }
}
.explrServices .explrSrvcs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media only screen and (min-width: 576px) {
  .explrServices .explrSrvcs {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .explrServices .explrSrvcs {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
}
.explrServices .explrSrvc {
  display: flex;
  min-height: 120px;
  border-radius: 10px;
  transition: all 0.3s;
}
.explrServices .explrSrvc:hover {
  transform: translateY(-3px);
}
@media only screen and (min-width: 1200px) {
  .explrServices .explrSrvc {
    min-height: 175px;
  }
}
.explrServices .explrSrvc a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  padding: 12px;
}

.explrResources {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .explrResources {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .explrResources {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .explrResources {
    margin-bottom: 100px;
  }
}

.featuredServices {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
  background-color: #baade9;
}
.featuredServices::before {
  position: absolute;
  content: "";
  display: block;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  top: -280px;
  left: -180px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.22) 24%, rgba(255, 255, 255, 0.1) 46%, rgba(255, 255, 255, 0) 74%);
  animation: covFeatureWave 15s ease-in-out infinite;
  pointer-events: none;
}
.featuredServices::after {
  position: absolute;
  content: "";
  display: block;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  bottom: -220px;
  right: -140px;
  background: radial-gradient(circle, rgba(94, 201, 236, 0.34) 0%, rgba(94, 201, 236, 0.18) 28%, rgba(94, 201, 236, 0.08) 48%, rgba(94, 201, 236, 0) 76%);
  animation: covFeatureWave 19s ease-in-out infinite reverse;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .featuredServices {
    padding: 45px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .featuredServices {
    padding: 55px 0;
  }
  .featuredServices .container {
    max-width: 1380px;
  }
}
@media only screen and (min-width: 1600px) {
  .featuredServices {
    padding: 70px 0;
  }
}
.featuredServices > * {
  position: relative;
  z-index: 1;
}
@keyframes covFeatureWave {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, 22px, 0) scale(1.14);
  }
}

.fsListWrap {
  position: relative;
  display: flex;
  gap: 12px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .fsListWrap {
    overflow-x: auto;
  }
  .fsListWrap .fsItem {
    min-width: 290px;
  }
}
@media only screen and (min-width: 992px) {
  .fsListWrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .fsListWrap {
    gap: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .fsListWrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .fsListWrap {
    gap: 80px;
  }
}
.fsListWrap .fsItem {
  background-color: #ffffff;
  color: #0b0b0b;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 30px -24px rgba(32, 50, 88, 0.55);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.fsListWrap .fsItem:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 40px -24px rgba(32, 50, 88, 0.42);
}
.fsListWrap .fsiImg img {
  width: 100%;
  aspect-ratio: 10/6.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.fsListWrap .fsiTxt {
  padding: 12px;
}
.fsListWrap .fsiTxt h4 {
  font-size: 20px;
  text-decoration: underline;
  text-underline-position: under;
  margin-bottom: 15px;
}
.fsListWrap .fsiTxt a {
  color: inherit;
}
.fsListWrap .fsiTxt p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: 3.2em;
}
@media only screen and (min-width: 576px) {
  .fsListWrap .fsiTxt {
    padding: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .fsListWrap .fsiTxt {
    padding: 22px;
  }
  .fsListWrap .fsiTxt h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1400px) {
  .fsListWrap .fsiTxt {
    padding: 30px;
  }
  .fsListWrap .fsiTxt h4 {
    font-size: 24px;
  }
}

.spotLiteSrvc {
  display: flex;
  flex-wrap: wrap;
  background-color: #fe8888;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .spotLiteSrvc {
    flex-direction: row-reverse;
    min-height: 450px;
  }
}
@media only screen and (min-width: 1400px) {
  .spotLiteSrvc {
    min-height: 720px;
  }
}

.slspImg {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .slspImg {
    aspect-ratio: 10/6;
  }
}
@media only screen and (min-width: 768px) {
  .slspImg {
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  .slspImg {
    width: 50%;
  }
}
.slspImg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.slspContent {
  width: 100%;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .slspContent {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .slspContent {
    width: 50%;
  }
}
.slspContent .slspc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 100%;
  max-width: 780px;
  margin-left: auto;
  text-align: center;
}
.slspContent h2 {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .slspContent h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .slspContent h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1600px) {
  .slspContent h2 {
    font-size: 36px;
  }
}
.slspContent img {
  max-width: 100px;
}
@media only screen and (min-width: 768px) {
  .slspContent img {
    max-width: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .slspContent img {
    max-width: 200px;
  }
}
.slspContent .slspBtns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding-top: 12px;
}
@media only screen and (min-width: 768px) {
  .slspContent .slspBtns {
    padding-top: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .slspContent .slspBtns {
    padding-top: 25px;
    gap: 30px;
  }
}
.slspContent .slspBtn {
  display: inline-block;
  background-color: #ffffff;
  color: #0b0b0b;
  padding: 12px;
  min-width: 180px;
  border-radius: 0;
  font-family: "Asap", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s;
}
.slspContent .slspBtn:hover {
  background-color: #eeeeee;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .slspContent .slspBtn {
    min-width: 220px;
    font-size: 18px;
    padding: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .slspContent .slspBtn {
    min-width: 320px;
    font-size: 20px;
    padding: 18px;
  }
}

.addiFtrContent {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .addiFtrContent {
    min-height: 600px;
  }
}
@media only screen and (min-width: 1600px) {
  .addiFtrContent {
    min-height: 890px;
  }
}
.addiFtrContent .afcBox {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #0b0b0b;
  text-align: center;
}
.addiFtrContent .afcBox:first-child {
  background-color: #88e3cf;
}
@media only screen and (min-width: 768px) {
  .addiFtrContent .afcBox:first-child .afcbCntnt div {
    margin-left: auto;
  }
}
.addiFtrContent .afcBox:first-child .afcico {
  width: 60px;
  left: 0;
  bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .addiFtrContent .afcBox:first-child .afcico {
    width: 70px;
  }
}
@media only screen and (min-width: 1600px) {
  .addiFtrContent .afcBox:first-child .afcico {
    width: 125px;
    bottom: 30px;
  }
}
.addiFtrContent .afcBox:last-child {
  background-color: #b7e8ff;
}
@media only screen and (max-width: 767px) {
  .addiFtrContent .afcBox:last-child {
    flex-direction: column-reverse;
  }
}
.addiFtrContent .afcBox:last-child .afcico {
  width: 60px;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .addiFtrContent .afcBox:last-child .afcico {
    width: 90px;
  }
}
@media only screen and (min-width: 1600px) {
  .addiFtrContent .afcBox:last-child .afcico {
    width: 145px;
  }
}
@media only screen and (min-width: 768px) {
  .addiFtrContent .afcBox {
    width: 50%;
  }
}
.addiFtrContent .afcbImg, .addiFtrContent .afcbCntnt {
  padding: 20px;
  min-height: 200px;
}
@media only screen and (min-width: 768px) {
  .addiFtrContent .afcbImg, .addiFtrContent .afcbCntnt {
    height: 50%;
  }
}
.addiFtrContent .afcbImg {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .addiFtrContent .afcbImg {
    width: 100%;
    aspect-ratio: 10/6;
  }
}
.addiFtrContent .afcbImg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.addiFtrContent .afcbCntnt {
  position: relative;
}
.addiFtrContent .afcbCntnt div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 800px;
}
.addiFtrContent .afcbCntnt div * {
  max-width: 80%;
}
.addiFtrContent .afcico {
  position: absolute;
}

.page-404 {
  font-family: Arial, sans-serif;
  background-color: #f0f4f5;
  color: #212b32;
  margin: 0;
  padding: 0;
}
.page-404 .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 1rem;
  text-align: center;
}
.page-404 .error-box {
  background: #fff;
  border: 1px solid #ccc;
  padding: 3rem 2rem;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.page-404 .error-svg {
  margin-bottom: 1.5rem;
}
.page-404 .error-svg svg {
  width: 80px;
  height: 80px;
}
.page-404 .error-content h1 {
  font-size: 2rem;
  color: #005EB8;
  margin-bottom: 1rem;
}
.page-404 .error-content p {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.pagination {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.pagination a, .pagination span {
  display: block;
  margin: 3px;
  padding: 2px 5px;
  border-radius: 5px;
  text-decoration: none;
  color: #0b0b0b;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .pagination a, .pagination span {
    padding: 5px 12px;
    margin: 5px;
    font-size: 18px;
    font-weight: 700;
  }
}
.pagination .page-numbers {
  border: 1px solid #423F93;
}
.pagination .page-numbers:not(.current):hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media only screen and (min-width: 768px) {
  .pagination .page-numbers {
    border: 2px solid #423F93;
  }
}
.pagination .current {
  background-color: #423F93;
  color: #ffffff;
}
.pagination .screen-reader-text {
  display: none;
}

.s-rsrcWrapper .srsrcWrap {
  padding: 30px 0 20px;
  border-bottom: 2px solid #ebebeb;
}
@media only screen and (min-width: 992px) {
  .s-rsrcWrapper .srsrcWrap {
    padding: 50px 0 30px;
  }
}
.s-rsrcWrapper .srsrcTop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) {
  .s-rsrcWrapper .srsrcTop {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .s-rsrcWrapper .srsrcTop {
    margin-bottom: 30px;
  }
}
.s-rsrcWrapper .rspdbAction {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
@media only screen and (min-width: 450px) {
  .s-rsrcWrapper .rspdbAction {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (min-width: 576px) {
  .s-rsrcWrapper .rspdbAction {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .s-rsrcWrapper .rspdbAction {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.s-rsrcWrapper .rspdbAction span {
  font-size: 14px;
  font-weight: 400;
}
.s-rsrcWrapper .svRsrc {
  cursor: pointer;
  font-size: 16px;
}
.s-rsrcWrapper .svRsrc span {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid #0b0b0b;
  border-radius: 50px;
  margin-right: 5px;
}
.s-rsrcWrapper .svRsrc.active i {
  font-weight: 700;
}
.s-rsrcWrapper .svRsrc i {
  position: absolute;
  display: block;
  width: 17px;
  height: 16px;
  top: 50%;
  font-size: 17px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0b0b0b;
}
.s-rsrcWrapper .btn-primary {
  background-color: #3c77bb;
  color: #ffffff;
}
.s-rsrcWrapper .btn-primary:hover {
  background-color: #423F93;
}

.s-rsrcContent {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .s-rsrcContent {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .s-rsrcContent {
    padding: 50px 0;
  }
}

.srvcListOuter {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .srvcListOuter {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .srvcListOuter {
    padding: 70px 0;
  }
}
.srvcListOuter .sListWrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media only screen and (min-width: 576px) {
  .srvcListOuter .sListWrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .srvcListOuter .sListWrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
.srvcListOuter .sListItem {
  display: flex;
  aspect-ratio: 10/7;
  border-radius: 12px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
  margin-bottom: 10px;
}
.srvcListOuter .sListItem:hover {
  transform: translateY(-6px);
  filter: saturate(1.03);
  box-shadow: 0 18px 34px -18px rgba(32, 50, 88, 0.52);
}
.srvcListOuter .sListItem a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  padding: 12px;
  border-radius: 12px;
}/*# sourceMappingURL=style.css.map */
