* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

html {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
@media (min-width: 1024px) {
  html {
    font-size: 12.8px;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  border: 0;
  outline: none;
  height: auto;
}

a {
  text-decoration: underline;
  color: #001F58;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.secondary-menu-link {
  color: #000000;
}

strong {
  font-weight: 700;
}

sup {
  font-size: 0.6em;
}

@media (min-width: 1024px) {
  .site-main {
    min-height: calc(100vh - 25.925rem);
  }
}

.overlay-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
}

.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}

.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.alignnone {
  float: none;
  margin: 0 0 0.938rem 0px;
  display: block;
}

.aligncenter {
  float: none;
  margin: 0 auto 0.938rem auto;
  display: list-item;
}

.main-body {
  overflow: hidden;
  position: relative;
  clear: both;
  top: 0;
}

sup {
  font-size: 0.6em;
}

table, .wp-block-table {
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0.938rem;
}
table td, table th, .wp-block-table td, .wp-block-table th {
  padding: 0.75rem 1rem;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  border: 1px solid #707372;
}
@media (min-width: 1024px) {
  table td, table th, .wp-block-table td, .wp-block-table th {
    padding: 1rem 1.5rem;
  }
}

thead {
  text-align: left;
  vertical-align: bottom;
  background-color: #000000;
  color: #000000;
}

ul {
  margin: 0px;
  padding: 0px 0 1.125rem 1.4375rem;
}
ul li {
  margin: 0px;
  padding: 0 0 0.625rem;
  list-style-type: disc;
  list-style-position: outside;
}
ul li ul {
  padding: 0.625rem 0 1.125rem 1.25rem;
}

ol {
  margin: 0px;
  padding: 0px 0 1.125rem 2.5rem;
}
ol li {
  margin: 0px;
  padding: 0 0 0.625rem;
  list-style-position: outside;
  list-style: decimal;
}
ol li ol {
  padding: 0.625rem 0 1.125rem 1.125rem;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=url], input[type=number], input[type=search], select, textarea, .form-control {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 0;
  border-radius: 0.5rem;
  width: 100%;
  border: 1px solid #dfdfdf;
}
@media (min-width: 1024px) {
  input[type=text], input[type=password], input[type=email], input[type=tel], input[type=url], input[type=number], input[type=search], select, textarea, .form-control {
    padding: 0.75rem 1rem;
  }
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
}
textarea:focus {
  outline: none;
}

.container, .alignwide {
  width: 22.5rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 640px) {
  .container, .alignwide {
    width: 40rem;
  }
}
@media (min-width: 768px) {
  .container, .alignwide {
    width: 48rem;
  }
}
@media (min-width: 1024px) {
  .container, .alignwide {
    width: 73.75rem;
  }
}
@media (min-width: 1280px) {
  .container, .alignwide {
    width: 80rem;
  }
}
.container .container, .container .alignwide, .alignwide .container, .alignwide .alignwide {
  width: 100% !important;
  padding: 0;
}
@media (min-width: 1024px) {
  .container.container-lg, .alignwide.container-lg {
    width: 85rem;
  }
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 6.25rem;
  top: 0;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

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

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

.row {
  margin: 0 -0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.375rem 0px;
}
.row > div {
  padding: 0 0.9375rem;
}

.col-3 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-3 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .col-3 {
    width: 25%;
  }
}

.col-4 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-4 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .col-4 {
    width: 33.33%;
  }
}

.col-6 {
  width: 100%;
}
@media (min-width: 1024px) {
  .col-6 {
    width: 50%;
  }
}

.col-8 {
  width: 100%;
}
@media (min-width: 1024px) {
  .col-8 {
    width: 66.66%;
  }
}

.col-9 {
  width: 100%;
}
@media (min-width: 1024px) {
  .col-9 {
    width: 75%;
  }
}

.col-12 {
  width: 100%;
}

.stack-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stack-btn .btn {
  margin: 0 0.375rem 0.375rem 0;
}
@media (min-width: 1024px) {
  .stack-btn .btn {
    margin: 0 1rem 1rem 0;
  }
}
.stack-btn.justify-center {
  margin: 0 0.25rem 0.625rem 0.25rem;
}
@media (min-width: 1024px) {
  .stack-btn.justify-center {
    margin: 0 0.5625rem 1.1875rem 0.5625rem;
  }
}

.social-icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-icons > a {
  margin: 0 0.625rem 0.625rem 0;
}

.title {
  width: 100%;
  margin: 0 0 1.875rem;
}
@media (min-width: 640px) {
  .title {
    margin: 0 0 2.5rem;
  }
}
.title label {
  font-weight: 600;
  display: block;
  margin: 0 0 0.8125rem;
  font-size: 1rem;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .title label {
    margin: 0 0 0.3125rem;
  }
}
.title p {
  width: 40rem;
  max-width: 100%;
}
.title.with-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.title.with-btn .btn {
  margin: 0.9375rem 0 0.25rem;
}
.title.with-btn h2 {
  margin: 0;
}
.title.text-center p {
  margin: 0 auto 1.25rem;
}

.option-control {
  width: auto;
}
.option-control input {
  display: none;
}
.option-control input + label {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0;
  padding-left: 2.1875rem;
  cursor: pointer;
  line-height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.option-control input + label::before, .option-control input + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.4375rem;
  height: 1.4375rem;
  text-align: center;
  color: white;
  font-family: Times;
  border-radius: 0.1875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #dfdfdf;
}
.option-control input + label::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
          box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
}
.option-control input + label:hover::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
          box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
}
.option-control input:checked + label::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 0 0 0.25rem white, inset 0 0 0 1em #000000;
          box-shadow: inset 0 0 0 0.25rem white, inset 0 0 0 1em #000000;
}
.option-control input[type=radio] + label::before, .option-control input[type=radio] + label::after {
  border-radius: 100%;
}

.black-bg {
  background-color: #000000;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.bg-white {
  background-color: #ffffff;
  color: #000000;
}

.breadcrumb-block {
  width: 100%;
  margin: 1.875rem 0;
}

.aioseo-breadcrumbs .aioseo-breadcrumb {
  color: #001F58;
}
.aioseo-breadcrumbs .aioseo-breadcrumb a {
  color: #001F58;
}
.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  font-weight: 600;
  margin: 0 0.1875rem;
}

.swiper-horizontal .swiper-scrollbar {
  bottom: 0px;
  height: 0.1875rem;
}
.swiper-horizontal .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #001F58;
}

div.swiper-button-next, div.swiper-button-prev {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 100%;
  background-color: #000000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  div.swiper-button-next, div.swiper-button-prev {
    color: #000000;
    width: auto;
    height: auto;
    border-radius: 0px;
    background-color: transparent;
  }
}
div.swiper-button-next::after, div.swiper-button-prev::after {
  font-size: 1.375rem;
}
@media (min-width: 1024px) {
  div.swiper-button-next::after, div.swiper-button-prev::after {
    font-size: 2rem;
  }
}

div.swiper-button-next {
  right: -0.625rem;
}
@media (min-width: 1024px) {
  div.swiper-button-next {
    right: -2.5rem;
  }
}

div.swiper-button-prev {
  left: -0.625rem;
}
@media (min-width: 1024px) {
  div.swiper-button-prev {
    left: -2.5rem;
  }
}

.sectionCl {
  padding: 5rem 0px;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.badge {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 2.25rem;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.625rem;
  border-radius: 100%;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 700;
}
.badge.sale {
  background-color: #001F58;
}

.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #183988 #001F58;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 0.625rem;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: #001F58;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #183988;
  border-radius: 20px;
  border: 3px solid #001F58;
}

.blue-cyan-bg {
  background-color: #55A7DA;
}

.yellow-bg {
  background-color: #FFD600;
}

.swiper .swiper-pagination.swiper-pagination-bullets {
  position: relative;
  top: auto;
  bottom: auto;
  -webkit-transform: none;
          transform: none;
  margin: 2.375rem 0 0;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #001F58;
  opacity: 0.25;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper .swiper-pagination.swiper-pagination-progressbar {
  position: relative;
  top: auto;
  bottom: auto;
  -webkit-transform: none;
          transform: none;
  margin: 2.375rem auto 0;
  width: 50%;
  background-color: rgba(0, 31, 88, 0.25);
  height: 2px;
}
.swiper .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #001F58;
}

.breadcrumb {
  width: 100%;
  padding-bottom: 1.25rem;
}

.aioseo-breadcrumbs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 1rem;
}
.aioseo-breadcrumbs span {
  font-size: 1rem;
  text-transform: uppercase;
  color: #001F58;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-weight: 600;
  line-height: normal;
}
.aioseo-breadcrumbs a {
  color: #001F58;
  font-weight: 600;
  text-decoration: none;
}
.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  font-size: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aioseo-breadcrumbs .aioseo-breadcrumb-separator::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #001F58;
  border-bottom: 1px solid #001F58;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 0;
  left: -0.125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

nav.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
nav.pagination .nav-links .page-numbers {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 100%;
  border: 1px solid #001F58;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: #001F58;
  line-height: normal;
  font-size: 1.125rem;
}
nav.pagination .nav-links .page-numbers.next img, nav.pagination .nav-links .page-numbers.prev img {
  width: 0.5625rem;
  position: relative;
  left: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
nav.pagination .nav-links .page-numbers.prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: auto;
  right: 1px;
}
nav.pagination .nav-links .page-numbers.current, nav.pagination .nav-links .page-numbers:hover {
  background-color: #001F58;
  color: #ffffff;
}
nav.pagination .nav-links .page-numbers.current img, nav.pagination .nav-links .page-numbers:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.post-navigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem 1.25rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #001F58;
  font-weight: 600;
  padding: 3.125rem 0px;
}
@media (min-width: 640px) {
  .post-navigation {
    gap: 0.9375rem 2.5rem;
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .post-navigation {
    padding: 6.25rem 0px;
  }
}
.post-navigation a {
  color: #001F58;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}
.post-navigation .nav-previous a::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #001F58;
  border-bottom: 1px solid #001F58;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 0;
  left: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-navigation .nav-previous a:hover::before {
  left: -0.3125rem;
}
.post-navigation .nav-next a::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #001F58;
  border-bottom: 1px solid #001F58;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 0;
  right: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-navigation .nav-next a:hover::after {
  right: -0.3125rem;
}

.loading-more {
  width: 100%;
}

.list-loader {
  width: 3.125rem;
  margin: 1.875rem;
}

.wp-block-aioseo-table-of-contents ul {
  padding-left: 0;
}
.wp-block-aioseo-table-of-contents ul li {
  list-style: none;
}
.wp-block-aioseo-table-of-contents ul li a {
  text-decoration: underline;
  color: #001F58;
}
.wp-block-aioseo-table-of-contents ul li a:hover {
  color: #55A7DA;
}

body {
  margin: 0px;
  line-height: 1.2em;
  overflow-x: hidden;
  color: #001F58;
  font-size: 1.125rem;
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  overflow-x: hidden;
}
@media (min-width: 640px) {
  body {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}

.has-body-font-size {
  font-size: 1rem;
}
@media (min-width: 640px) {
  .has-body-font-size {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .has-body-font-size {
    font-size: 1rem;
  }
}

p {
  margin: 0 0 1.25rem;
  line-height: 1.2em;
}
@media (min-width: 1024px) {
  p {
    margin: 0 0 1.25rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0 0 1.25rem 0;
  line-height: 1.2em;
  font-weight: 700;
  color: #001F58;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: normal;
  }
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 700;
}

h1, .h1, .has-heading-1-font-size {
  font-size: 2.375rem;
}
@media (min-width: 1024px) {
  h1, .h1, .has-heading-1-font-size {
    font-size: 3rem;
  }
}

h2, .h2, .has-heading-2-font-size {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  h2, .h2, .has-heading-2-font-size {
    font-size: 2.5rem;
  }
}

h3, .h3, .has-heading-3-font-size {
  font-size: 1.75rem;
}
@media (min-width: 1024px) {
  h3, .h3, .has-heading-3-font-size {
    font-size: 2rem;
  }
}

h4, .h4, .has-heading-4-font-size {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  h4, .h4, .has-heading-4-font-size {
    font-size: 1.75rem;
  }
}

h5, .h5, .has-heading-5-font-size {
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  h5, .h5, .has-heading-5-font-size {
    font-size: 1.5rem;
  }
}

h6, .h6, .has-heading-6-font-size {
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  h6, .h6, .has-heading-6-font-size {
    font-size: 1.25rem;
  }
}

.btn,
input[type=button],
input[type=submit], button, .edd-submit, input#edd_profile_editor_submit, .carousel__button, .wp-block-button__link {
  text-decoration: none;
  line-height: normal;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem 1.375rem 0.375rem;
  letter-spacing: normal;
  font-size: 1.1875rem;
  border: 0px;
  display: inline-block;
  border-radius: 3.125rem;
  min-width: 12.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: uppercase;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #001F58;
  color: #001F58;
  background-color: transparent;
}
@media (min-width: 768px) {
  .btn,
  input[type=button],
  input[type=submit], button, .edd-submit, input#edd_profile_editor_submit, .carousel__button, .wp-block-button__link {
    font-size: 1.1875rem;
    padding: 0.625rem 1.375rem 0.5rem;
    min-width: 12.5rem;
  }
}
.btn:hover,
input[type=button]:hover,
input[type=submit]:hover, button:hover, .edd-submit:hover, input#edd_profile_editor_submit:hover, .carousel__button:hover, .wp-block-button__link:hover {
  background-color: #001F58;
  color: #ffffff;
}
.btn:hover::after,
input[type=button]:hover::after,
input[type=submit]:hover::after, button:hover::after, .edd-submit:hover::after, input#edd_profile_editor_submit:hover::after, .carousel__button:hover::after, .wp-block-button__link:hover::after {
  border-color: #ffffff;
  left: 0.3125rem;
}
.btn::after,
input[type=button]::after,
input[type=submit]::after, button::after, .edd-submit::after, input#edd_profile_editor_submit::after, .carousel__button::after, .wp-block-button__link::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #001F58;
  border-bottom: 1px solid #001F58;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0.4375rem;
  position: relative;
  top: -1px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.btn-fill,
input[type=button].btn-fill,
input[type=submit].btn-fill, button.btn-fill, .edd-submit.btn-fill, input#edd_profile_editor_submit.btn-fill, .carousel__button.btn-fill, .wp-block-button__link.btn-fill {
  background-color: #001F58;
  color: #ffffff;
  border: 1px solid transparent;
}
.btn.btn-fill::after,
input[type=button].btn-fill::after,
input[type=submit].btn-fill::after, button.btn-fill::after, .edd-submit.btn-fill::after, input#edd_profile_editor_submit.btn-fill::after, .carousel__button.btn-fill::after, .wp-block-button__link.btn-fill::after {
  border-color: #ffffff;
}
.btn.btn-fill:hover,
input[type=button].btn-fill:hover,
input[type=submit].btn-fill:hover, button.btn-fill:hover, .edd-submit.btn-fill:hover, input#edd_profile_editor_submit.btn-fill:hover, .carousel__button.btn-fill:hover, .wp-block-button__link.btn-fill:hover {
  background-color: #55A7DA;
  color: #ffffff;
}
.btn.btn-yellow,
input[type=button].btn-yellow,
input[type=submit].btn-yellow, button.btn-yellow, .edd-submit.btn-yellow, input#edd_profile_editor_submit.btn-yellow, .carousel__button.btn-yellow, .wp-block-button__link.btn-yellow {
  background-color: #FFD600;
  color: #001F58;
  border: 1px solid transparent;
}
.btn.btn-yellow::after,
input[type=button].btn-yellow::after,
input[type=submit].btn-yellow::after, button.btn-yellow::after, .edd-submit.btn-yellow::after, input#edd_profile_editor_submit.btn-yellow::after, .carousel__button.btn-yellow::after, .wp-block-button__link.btn-yellow::after {
  border-color: #001F58;
}
.btn.btn-yellow:hover,
input[type=button].btn-yellow:hover,
input[type=submit].btn-yellow:hover, button.btn-yellow:hover, .edd-submit.btn-yellow:hover, input#edd_profile_editor_submit.btn-yellow:hover, .carousel__button.btn-yellow:hover, .wp-block-button__link.btn-yellow:hover {
  background-color: #001F58;
  color: #ffffff;
}
.btn.btn-yellow:hover::after,
input[type=button].btn-yellow:hover::after,
input[type=submit].btn-yellow:hover::after, button.btn-yellow:hover::after, .edd-submit.btn-yellow:hover::after, input#edd_profile_editor_submit.btn-yellow:hover::after, .carousel__button.btn-yellow:hover::after, .wp-block-button__link.btn-yellow:hover::after {
  border-color: #ffffff;
}
@media (min-width: 768px) {
  .btn.lg-btn,
  input[type=button].lg-btn,
  input[type=submit].lg-btn, button.lg-btn, .edd-submit.lg-btn, input#edd_profile_editor_submit.lg-btn, .carousel__button.lg-btn, .wp-block-button__link.lg-btn {
    padding: 1.25rem 1.875rem;
  }
}
.btn.sm-btn,
input[type=button].sm-btn,
input[type=submit].sm-btn, button.sm-btn, .edd-submit.sm-btn, input#edd_profile_editor_submit.sm-btn, .carousel__button.sm-btn, .wp-block-button__link.sm-btn {
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  min-width: unset;
}
.btn.white-border-btn,
input[type=button].white-border-btn,
input[type=submit].white-border-btn, button.white-border-btn, .edd-submit.white-border-btn, input#edd_profile_editor_submit.white-border-btn, .carousel__button.white-border-btn, .wp-block-button__link.white-border-btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.white-border-btn::after,
input[type=button].white-border-btn::after,
input[type=submit].white-border-btn::after, button.white-border-btn::after, .edd-submit.white-border-btn::after, input#edd_profile_editor_submit.white-border-btn::after, .carousel__button.white-border-btn::after, .wp-block-button__link.white-border-btn::after {
  border-color: #ffffff;
}
.btn.white-border-btn:hover,
input[type=button].white-border-btn:hover,
input[type=submit].white-border-btn:hover, button.white-border-btn:hover, .edd-submit.white-border-btn:hover, input#edd_profile_editor_submit.white-border-btn:hover, .carousel__button.white-border-btn:hover, .wp-block-button__link.white-border-btn:hover {
  background-color: #FFD600;
  border-color: #FFD600;
  color: #001F58;
}
.btn.white-border-btn:hover::after,
input[type=button].white-border-btn:hover::after,
input[type=submit].white-border-btn:hover::after, button.white-border-btn:hover::after, .edd-submit.white-border-btn:hover::after, input#edd_profile_editor_submit.white-border-btn:hover::after, .carousel__button.white-border-btn:hover::after, .wp-block-button__link.white-border-btn:hover::after {
  border-color: #001F58;
}

button {
  font-family: "Nunito Sans", sans-serif;
  cursor: pointer;
}

.carousel__button {
  min-width: unset !important;
}

.btn__icon {
  fill: #000000;
}

.n-btn {
  background: transparent;
  color: #001F58;
  width: auto;
  padding: 0;
  min-width: unset;
  border-radius: 0;
}
.n-btn:hover {
  background: transparent;
}
.n-btn::after {
  display: none;
}

.wp-block-button__link.has-yellow-background-color {
  background-color: #FFD600 !important;
  color: #001F58 !important;
  border: 1px solid transparent !important;
}
.wp-block-button__link.has-yellow-background-color::after {
  border-color: #001F58 !important;
}
.wp-block-button__link.has-yellow-background-color:hover {
  background-color: #001F58 !important;
  color: #ffffff !important;
}
.wp-block-button__link.has-yellow-background-color:hover::after {
  border-color: #ffffff !important;
}

.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: #FFD600;
  padding: 0.75rem 0px 0.875rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1024px) {
  .site-header {
    padding: 0;
  }
}
.site-header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001F58;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 31, 88)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(0, 31, 88) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: visible;
  z-index: -1;
}
@media (min-width: 1024px) {
  .site-header.sticky {
    background-color: transparent;
  }
  .site-header.sticky::before {
    opacity: 1;
    visibility: visible;
  }
}
.site-header.sticky .search-block input[type=search], .site-header.sticky .search-block input[type=text] {
  background-color: transparent;
}
.site-header.sticky .search-block .search-btn {
  background-image: url("../images/search-icon-white.svg");
}
.site-header.scroll-down {
  background-color: transparent;
}
.site-header.scroll-down::before {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .site-header.scroll-down .menu-wrapper {
    opacity: 0;
    visibility: hidden;
  }
}
.site-header.scroll-up {
  background-color: #FFD600;
}
@media (min-width: 1024px) {
  .site-header.scroll-up {
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .site-header.scroll-up .site-header__menu .main-navigation .menu li a {
    color: #ffffff;
  }
}
.site-header.scroll-up .search-block input[type=search], .site-header.scroll-up .search-block input[type=text] {
  background-color: #ffffff;
}
.site-header.scroll-up .search-block .search-btn {
  background-image: url("../images/search-icon-gray.svg");
}
@media (min-width: 1024px) {
  .site-header.scroll-up .search-block input[type=search], .site-header.scroll-up .search-block input[type=text] {
    background-color: transparent;
  }
  .site-header.scroll-up .search-block .search-btn {
    background-image: url("../images/search-icon-white.svg");
  }
}
.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (min-width: 640px) {
  .site-header .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: static;
  }
}
@media (min-width: 1024px) {
  .site-header .container {
    width: 85rem;
  }
}
.site-header__rhs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.625rem;
  width: 100%;
}
@media (min-width: 640px) {
  .site-header__rhs {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .site-header__rhs {
    gap: 3.125rem;
  }
}
.site-header__lhs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0.875rem;
}
@media (min-width: 640px) {
  .site-header__lhs {
    margin: 0;
    gap: 1rem;
  }
}
@media (min-width: 1280px) {
  .site-header__lhs {
    gap: 2.25rem;
  }
}
.site-header__lhs .menu-wrapper {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-header__menu {
  display: none;
}
@media (min-width: 1024px) {
  .site-header__menu {
    display: block;
  }
}
.site-header__menu a {
  text-decoration: none;
}
.site-header__menu .main-navigation .menu {
  padding: 0;
  margin: 0;
}
.site-header__menu .main-navigation .menu li {
  padding: 0;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0rem 0.625rem;
}
@media (min-width: 1024px) {
  .site-header__menu .main-navigation .menu li {
    font-size: 1.25rem;
  }
}
.site-header__menu .main-navigation .menu li a {
  display: inline-block;
  letter-spacing: -0.005em;
  color: #001F58;
  text-decoration: none;
}
.site-header__menu .main-navigation .menu li.menu-item-has-children {
  position: relative;
}
.site-header__menu .main-navigation .menu li.menu-item-has-children .sub-menu {
  display: none;
}
@media (min-width: 1024px) {
  .site-header__menu .main-navigation .menu > li {
    padding: 2.125rem 0.625rem;
  }
}

.main-menu {
  background-color: #001F58;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: auto;
  width: 20rem;
  max-width: 100%;
  padding: 3.75rem 1.25rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: block;
}
@media (min-width: 1024px) {
  .main-menu {
    width: 40rem;
    padding: 6.125rem 2.8125rem;
    display: none;
  }
}
.main-menu .close-menu-btn {
  position: absolute;
  width: 1.875rem;
  right: 0.9375rem;
  top: 0.9375rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .main-menu .close-menu-btn {
    right: 1.875rem;
    top: 1.875rem;
    width: auto;
  }
}
.main-menu .close-menu-btn img {
  width: auto;
  height: auto;
}
.main-menu a {
  color: #ffffff;
  text-decoration: none;
}
.main-menu a:hover {
  color: #FFD600;
}
.main-menu .current-menu-item > a {
  color: #FFD600;
}
.main-menu ul {
  padding: 0;
}
.main-menu ul li {
  padding: 0;
  font-size: 1.125rem;
  display: inline-block;
  width: 100%;
  line-height: normal;
  padding-bottom: 1.875rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .main-menu ul li {
    font-size: 2rem;
  }
}
.main-menu ul li a {
  display: inline-block;
}
.main-menu ul li.text-lg {
  font-size: 1.375rem;
  border-bottom: 1px solid #FFD600;
  padding-bottom: 1.375rem;
  margin-bottom: 1.625rem;
}
@media (min-width: 1024px) {
  .main-menu ul li.text-lg {
    font-size: 2.5rem;
    padding-bottom: 2.125rem;
    margin-bottom: 2.125rem;
  }
}
.main-menu ul li.menu-item-has-children {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-menu ul li.menu-item-has-children > a {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.main-menu ul li.menu-item-has-children .sparkLines {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.main-menu ul li.menu-item-has-children .sub-menu {
  width: 100%;
  display: none;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-top: 0.875rem;
}
.main-menu ul li.menu-item-has-children .sub-menu li {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .main-menu ul li.menu-item-has-children .sub-menu li {
    font-size: 1.5rem;
    padding-bottom: 0.875rem;
  }
}

.sparkLines {
  width: 2rem;
  height: 1.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .sparkLines {
    width: 2.6875rem;
    height: 2.6875rem;
  }
}
.sparkLines::after {
  position: relative;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.sparkLines.minus::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 0.1875rem;
  border-color: #FFD600;
}

.search-block {
  position: relative;
  width: 100%;
}
@media (min-width: 640px) {
  .search-block {
    width: 20rem;
  }
}
@media (min-width: 1280px) {
  .search-block {
    width: 24.6875rem;
  }
}
.search-block input[type=search], .search-block input[type=text] {
  padding: 0.375rem 0.9375rem;
  padding-left: 2.875rem;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #001F58;
  border-radius: 6.25rem;
  font-size: 1rem;
}
@media (min-width: 640px) {
  .search-block input[type=search], .search-block input[type=text] {
    padding: 0.625rem 0.9375rem;
    font-size: 1.125rem;
    padding-left: 2.875rem;
  }
}
@media (min-width: 1024px) {
  .search-block input[type=search], .search-block input[type=text] {
    font-size: 1.1875rem;
  }
}
.search-block input[type=search]::-webkit-input-placeholder, .search-block input[type=text]::-webkit-input-placeholder {
  color: #dfdfdf;
}
.search-block input[type=search]::-moz-placeholder, .search-block input[type=text]::-moz-placeholder {
  color: #dfdfdf;
}
.search-block input[type=search]:-ms-input-placeholder, .search-block input[type=text]:-ms-input-placeholder {
  color: #dfdfdf;
}
.search-block input[type=search]::-ms-input-placeholder, .search-block input[type=text]::-ms-input-placeholder {
  color: #dfdfdf;
}
.search-block input[type=search]::placeholder, .search-block input[type=text]::placeholder {
  color: #dfdfdf;
}
.search-block .search-btn {
  min-width: unset;
  width: auto;
  padding: 0;
  width: 2.1875rem;
  height: 2.1875rem;
  position: absolute;
  top: 0;
  left: 0.625rem;
  background-color: transparent;
  border: 0;
  background-image: url("../images/search-icon-gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.125rem;
  cursor: pointer;
}
@media (min-width: 640px) {
  .search-block .search-btn {
    width: 2.75rem;
    height: 2.75rem;
    background-size: 1.5rem;
    left: 0.1875rem;
  }
}
.search-block .search-btn::after {
  display: none;
}

.hamburger-icon {
  width: auto;
  min-width: unset;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 1.125rem;
  top: 1.125rem;
  width: 2.125rem;
}
@media (min-width: 640px) {
  .hamburger-icon {
    position: static;
    width: 3.125rem;
    top: 1rem;
  }
}
@media (min-width: 1024px) {
  .hamburger-icon {
    display: none;
  }
}
.hamburger-icon:hover {
  background-color: transparent;
}
.hamburger-icon::after {
  display: none;
}
.hamburger-icon img {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
}

.menu-open .main-menu {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.mega-menu-block {
  width: 78.75rem;
  background-color: #ffffff;
  max-height: 82vh;
  padding: 1.875rem 3.125rem;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow-y: auto;
  border-bottom-left-radius: 1.5625rem;
  border-bottom-right-radius: 1.5625rem;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1280px) {
  .mega-menu-block {
    width: 83.75rem;
  }
}
.mega-menu-block.hidden {
  display: none;
}
.mega-menu-block a {
  text-decoration: none;
}

.mage-menu-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mage-menu-container .mega-mene-col {
  width: 18%;
}
.mage-menu-container .mega-mene-col-1 {
  width: 54%;
}
.mage-menu-container .mega-menu-title {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  border-bottom: 1px solid #55A7DA;
}
.mage-menu-container .mega-menu-title a {
  display: inline-block;
  color: #001F58;
}
.mage-menu-container .mega-menu-title a:hover {
  color: #55A7DA;
}
.mage-menu-container .mega-menu-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mage-menu-container .mega-menu-nav .three-col {
  width: 33.33%;
}
.mage-menu-container .mega-menu-nav .two-col {
  width: 50%;
}
.mage-menu-container .mega-menu-nav ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  margin: 0 0 1.625rem;
}
.mage-menu-container .mega-menu-nav ul li {
  list-style: none;
  font-size: 1.25rem;
  font-weight: 400;
  width: 100%;
  display: block;
  color: #001F58;
  padding: 0;
}
.mage-menu-container .mega-menu-nav ul li:first-child {
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
.mage-menu-container .mega-menu-nav ul li a {
  display: inline-block;
  color: #001F58;
}
.mage-menu-container .mega-menu-nav ul li a:hover {
  color: #55A7DA;
}

.mega-menu-second-content .mage-menu-container .mega-mene-col-1 {
  width: 90%;
}
@media (min-width: 1280px) {
  .mega-menu-second-content .mage-menu-container .mega-mene-col-1 {
    width: 84%;
  }
}
.mega-menu-second-content .mage-menu-container .mega-menu-nav .two-col {
  width: 40%;
}
.mega-menu-second-content .mage-menu-container .mega-menu-nav .two-col:nth-child(2) {
  width: 60%;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  backdrop-filter: blur(3px);
}
.menu-overlay.hidden {
  display: none;
}
@media (min-width: 1024px) {
  .menu-overlay.hidden {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}

.site-footer {
  width: 100%;
  padding: 2.625rem 0px;
  background-color: #001F58;
  color: #ffffff;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 2.8125rem 0px;
  }
}
.site-footer a {
  color: #ffffff;
  text-decoration: none;
}
.site-footer a:hover {
  color: #55A7DA;
}
.site-footer h3 {
  color: #ffffff;
  margin: 0 0 2.125rem;
  font-size: 2rem;
  letter-spacing: -0.005em;
  text-transform: none;
}
@media (min-width: 768px) {
  .site-footer h3 {
    margin: 0 0 1.875rem;
  }
}
@media (min-width: 1024px) {
  .site-footer h3 {
    font-size: 2.25rem;
  }
}
.site-footer .footer-menu {
  width: auto;
  padding: 0;
  margin: 0;
}
.site-footer .footer-menu li {
  display: inline-block;
  width: 100%;
  padding: 0 0 1rem;
  font-size: 1.25rem;
  line-height: normal;
}
@media (min-width: 768px) {
  .site-footer .footer-menu li {
    padding: 0 0 1.3125rem;
  }
}
.site-footer .footer-menu li a {
  display: inline-block;
}
.site-footer__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.125rem 0px;
}
.site-footer__col {
  width: 18.125rem;
}
@media (min-width: 1024px) {
  .site-footer__col-1 {
    width: 20rem;
  }
}
@media (min-width: 1024px) {
  .site-footer__col-2 {
    width: 12.5rem;
  }
}
@media (min-width: 1024px) {
  .site-footer__col-3 {
    width: 20.4375rem;
  }
}
.site-footer__bottom {
  padding-top: 2.9375rem;
}
@media (min-width: 1024px) {
  .site-footer__bottom {
    padding: 0;
  }
}

.social__icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.0625rem;
  padding-bottom: 1.875rem;
}
.social__icons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.social__icons a img {
  height: 1.5625rem;
  width: auto;
}

.copyright {
  font-size: 0.875rem;
  line-height: normal;
}

.not-found {
  width: 100%;
  padding: 5% 0 11%;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .not-found {
    padding: 25% 0 32%;
  }
}
.not-found h1 {
  font-size: 16.125rem;
  font-weight: bold;
  margin: 0;
  line-height: 1em;
  color: #001F58;
}
@media only screen and (max-width: 960px) {
  .not-found h1 {
    font-size: 10rem;
  }
}
@media only screen and (max-width: 640px) {
  .not-found h1 {
    font-size: 40vw;
  }
}
.not-found h1 span {
  color: #FFD600;
}
.not-found h2 {
  font-size: 1.875rem;
  color: #000000;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 960px) {
  .not-found h2 {
    font-size: 1.25rem;
  }
}

.gform_wrapper.gravity-theme .gform_validation_errors, .gform_wrapper.gform-theme .gform_validation_errors {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-left: 1.875rem !important;
  font-weight: 400;
  display: none;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon, .gform_wrapper.gform-theme .gform_validation_errors > h2 .gform-icon {
  font-size: 1.375rem !important;
  left: 0;
  inset-inline-start: 0 !important;
}
.gform_wrapper.gravity-theme .gform-body label, .gform_wrapper.gform-theme .gform-body label {
  font-weight: 400;
  font-weight: normal;
  color: #000000 !important;
  display: block;
  margin: 0 0 0.375rem;
  font-size: 1rem;
}
@media (min-width: 640px) {
  .gform_wrapper.gravity-theme .gform-body label, .gform_wrapper.gform-theme .gform-body label {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .gform_wrapper.gravity-theme .gform-body label, .gform_wrapper.gform-theme .gform-body label {
    font-size: 1rem;
  }
}
.gform_wrapper.gravity-theme .gform-body .gform_fields, .gform_wrapper.gform-theme .gform-body .gform_fields {
  grid-row-gap: 1.25rem;
}
.gform_wrapper.gravity-theme .gform-body .gfield, .gform_wrapper.gform-theme .gform-body .gfield {
  position: relative;
}
.gform_wrapper.gravity-theme .gform-body .gfield .gfield_label, .gform_wrapper.gform-theme .gform-body .gfield .gfield_label {
  font-size: 1rem;
}
.gform_wrapper.gravity-theme .gform-body .gfield input, .gform_wrapper.gravity-theme .gform-body .gfield select, .gform_wrapper.gravity-theme .gform-body .gfield textarea, .gform_wrapper.gform-theme .gform-body .gfield input, .gform_wrapper.gform-theme .gform-body .gfield select, .gform_wrapper.gform-theme .gform-body .gfield textarea {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 0;
  border-radius: 0.5rem;
  width: 100%;
  border: 1px solid #F6F6F6;
  min-height: unset !important;
  line-height: 1.6em !important;
  min-height: unset !important;
  height: auto;
  line-height: normal !important;
}
@media (min-width: 1024px) {
  .gform_wrapper.gravity-theme .gform-body .gfield input, .gform_wrapper.gravity-theme .gform-body .gfield select, .gform_wrapper.gravity-theme .gform-body .gfield textarea, .gform_wrapper.gform-theme .gform-body .gfield input, .gform_wrapper.gform-theme .gform-body .gfield select, .gform_wrapper.gform-theme .gform-body .gfield textarea {
    padding: 0.875rem 1rem;
  }
}
.gform_wrapper.gravity-theme .gform-body .gfield textarea, .gform_wrapper.gform-theme .gform-body .gfield textarea {
  height: 8.75rem !important;
  resize: none;
  display: block;
}
.gform_wrapper.gravity-theme .gform-body .gfield .gfield_radio, .gform_wrapper.gform-theme .gform-body .gfield .gfield_radio {
  width: auto;
}
.gform_wrapper.gravity-theme .gform-body .gfield .gfield_radio .gchoice input, .gform_wrapper.gform-theme .gform-body .gfield .gfield_radio .gchoice input {
  display: none;
}
.gform_wrapper.gravity-theme .gform-body .gfield .gfield_radio .gchoice input + label, .gform_wrapper.gform-theme .gform-body .gfield .gfield_radio .gchoice input + label {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0;
  padding-left: 2.1875rem;
  cursor: pointer;
  line-height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
}
.gform_wrapper.gravity-theme .gform-body .gfield .gfield_radio .gchoice input + label::before, .gform_wrapper.gravity-theme .gform-body .gfield .gfield_radio .gchoice input + label::after, .gform_wrapper.gform-theme .gform-body .gfield .gfield_radio .gchoice input + label::before, .gform_wrapper.gform-theme .gform-body .gfield .gfield_radio .gchoice input + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.4375rem;
  height: 1.4375rem;
  text-align: center;
  color: white;
  font-family: Times;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gform_wrapper.gravity-theme .gform-body .gfield .gfield_radio .gchoice input + label::before, .gform_wrapper.gform-theme .gform-body .gfield .gfield_radio .gchoice input + label::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
          box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
  border: 1px solid #e5e5e5;
}
.gform_wrapper.gravity-theme .gform-body .gfield .gfield_radio .gchoice input + label:hover::before, .gform_wrapper.gform-theme .gform-body .gfield .gfield_radio .gchoice input + label:hover::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
          box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
}
.gform_wrapper.gravity-theme .gform-body .gfield .gfield_radio .gchoice input:checked + label::before, .gform_wrapper.gform-theme .gform-body .gfield .gfield_radio .gchoice input:checked + label::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 0 0 0.25rem white, inset 0 0 0 1em #000000;
          box-shadow: inset 0 0 0 0.25rem white, inset 0 0 0 1em #000000;
}
.gform_wrapper.gravity-theme .gform-body .gfield.inline-controls .ginput_container .gfield_radio, .gform_wrapper.gform-theme .gform-body .gfield.inline-controls .ginput_container .gfield_radio {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}
.gform_wrapper.gravity-theme .gform-body .description, .gform_wrapper.gravity-theme .gform-body .gfield_description, .gform_wrapper.gravity-theme .gform-body .gsection_description, .gform_wrapper.gravity-theme .gform-body .instruction, .gform_wrapper.gform-theme .gform-body .description, .gform_wrapper.gform-theme .gform-body .gfield_description, .gform_wrapper.gform-theme .gform-body .gsection_description, .gform_wrapper.gform-theme .gform-body .instruction {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}
.gform_wrapper.gravity-theme .gform_footer.gform-footer .gform_button, .gform_wrapper.gform-theme .gform_footer.gform-footer .gform_button {
  background-color: #000000;
  min-height: unset !important;
  line-height: normal !important;
  cursor: pointer;
  height: auto !important;
  padding: 0.75rem 1.875rem !important;
  font-size: 1rem !important;
  background-color: #000000 !important;
  border-radius: 0.625rem !important;
}
.gform_wrapper.gravity-theme .gform_footer.gform-footer .gform_button:hover, .gform_wrapper.gform-theme .gform_footer.gform-footer .gform_button:hover {
  background-color: #454545 !important;
}

.acc {
  width: 100%;
}
.acc__card {
  width: 100%;
  position: relative;
  margin-bottom: 3.125rem;
}
.acc__title {
  width: auto;
  cursor: pointer;
  display: block;
  padding: 1rem 0px;
  position: relative;
  text-align: left;
  background-color: #ffffff;
  color: #001F58;
  text-transform: none;
  font-size: 1.5rem;
  border: 0;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .acc__title {
    font-size: 2rem;
  }
}
.acc__title:hover {
  background-color: inherit;
  color: #001F58;
}
.acc__title:hover::after {
  left: auto;
  right: auto;
  border-color: #001F58;
}
.acc__title::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border-color: #001F58;
  left: auto;
  right: auto;
}
.acc__title.active::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border-color: #001F58;
  left: auto;
  right: auto;
}
.acc__panel {
  width: 100%;
  display: none;
  text-align: left;
  font-size: 0.875rem;
  padding-bottom: 0.9375rem;
  font-weight: 400;
  line-height: 1.5em;
  position: relative;
  height: 15rem;
  overflow: hidden;
  padding-bottom: 3.125rem;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .acc__panel {
    font-size: 1.5rem;
  }
}
.acc__panel::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  background: #ffffff;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(255, 255, 255)), to(rgba(0, 31, 88, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgba(0, 31, 88, 0) 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.acc__panel.expanded::before {
  height: 0;
}
.acc__panel p {
  line-height: 1.5em;
}
.acc__panel p:last-child {
  margin: 0;
}

.hero-carousel__slider .hero__image {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding: 0 0 125.8%;
}
@media (min-width: 768px) {
  .hero-carousel__slider .hero__image {
    padding: 0 0 43.8%;
  }
}
.hero-carousel__slider .hero__image img, .hero-carousel__slider .hero__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-carousel__slider .hero__image video {
  -o-object-position: top center;
     object-position: top center;
}

.hero__section {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hero__section .swiper-button-prev, .hero__section .swiper-button-next {
  color: #ffffff;
  background: transparent;
  margin-top: -40px;
}
@media (min-width: 1024px) {
  .hero__section .swiper-button-prev, .hero__section .swiper-button-next {
    background: none;
    margin-top: 0px;
  }
}
.hero__section .swiper-button-prev {
  left: 15px;
}
@media (min-width: 768px) {
  .hero__section .swiper-button-prev {
    left: 25px;
  }
}
.hero__section .swiper-button-next {
  right: 15px;
}
@media (min-width: 768px) {
  .hero__section .swiper-button-next {
    right: 25px;
  }
}
.hero__image {
  width: 100%;
}
.hero__image img, .hero__image video {
  width: 100%;
  display: block;
}
.hero__image .mobile-banner {
  display: block;
}
@media (min-width: 768px) {
  .hero__image .mobile-banner {
    display: none;
  }
}
.hero__image .desktop-banner {
  display: none;
}
@media (min-width: 768px) {
  .hero__image .desktop-banner {
    display: block;
  }
}
@media (min-width: 768px) {
  .hero__caption {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    padding: 0 4%;
  }
}
.hero__caption .overlay-link {
  display: block;
}
@media (min-width: 768px) {
  .hero__caption .overlay-link {
    display: none;
  }
}
.hero__caption .btn {
  display: none;
}
@media (min-width: 768px) {
  .hero__caption .btn {
    display: inline-block;
  }
}

.br-img {
  width: 100%;
  background-color: #001F58;
  text-align: center;
  padding: 0.75rem 0px;
}

.p-s__section {
  padding: 3.3125rem 0px 3.75rem;
}
@media (min-width: 640px) {
  .p-s__section {
    padding: 3.125rem 0px 3.75rem;
  }
}
.p-s__section .title.with-btn {
  margin: 0;
}
@media (min-width: 640px) {
  .p-s__section .title.with-btn {
    margin: 0 0 2.5rem;
  }
}
.p-s__section .title.with-btn .title-btn {
  display: none;
}
@media (min-width: 640px) {
  .p-s__section .title.with-btn .title-btn {
    display: block;
  }
}
.p-s__carousel {
  width: 100%;
}
.p-s__carousel .swiper .swiper-slide {
  height: auto;
}

.p-s__box {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-s__box .p-s__img {
  width: 100%;
  height: 16.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem;
  position: relative;
}
.p-s__box .p-s__img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.p-s__box .p-s__content {
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 4.6875rem;
  text-align: center;
}
@media (min-width: 640px) {
  .p-s__box .p-s__content {
    padding-top: 1.625rem;
  }
}
.p-s__box .p-s__content h3, .p-s__box .p-s__content .h5 {
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
  font-size: 1.5rem;
}
.p-s__box .p-s__content h3 a, .p-s__box .p-s__content .h5 a {
  text-decoration: none;
  color: #001F58;
}
.p-s__box .p-s__content h3 a:hover, .p-s__box .p-s__content .h5 a:hover {
  color: #55A7DA;
}
.p-s__box .p-s__content .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  min-width: 13.25rem;
}

.solution__section {
  width: 100%;
  padding: 3.25rem 0 0;
}
.solution__section .title {
  margin: 0 0 0rem;
}
@media (min-width: 768px) {
  .solution__section .title {
    margin: 0 0 2.25rem;
  }
}
.solution__section .title h2 {
  line-height: 1.1em;
}
.solution__tabs {
  width: 100%;
}
.solution__tabs .solution-thumb {
  padding: 0 0 4.375rem;
}
.solution__tabs .solution-thumb .swiper-scrollbar {
  bottom: 2.5rem;
}
.solution__tabs .sol-thumb-container {
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .solution__tabs .sol-thumb-container {
    width: 73.75rem;
  }
}
@media (min-width: 1280px) {
  .solution__tabs .sol-thumb-container {
    width: 80rem;
  }
}
.solution__tabs .sol-thumb-container .swiper-button-next, .solution__tabs .sol-thumb-container .swiper-button-prev {
  top: 2.1875rem;
  display: none;
}
@media (min-width: 1024px) {
  .solution__tabs .sol-thumb-container .swiper-button-next, .solution__tabs .sol-thumb-container .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.solution__box {
  width: 100%;
  position: relative;
  padding: 2.5rem 0px;
  z-index: 1;
  font-size: 1.125rem;
  min-height: 46.3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: left;
  background-color: #55A7DA;
}
@media (min-width: 768px) {
  .solution__box {
    padding: 5rem 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .solution__box {
    font-size: 1.5rem;
    min-height: unset;
    height: 100%;
  }
}
.solution__box .container {
  position: relative;
  z-index: 1;
}
.solution__box .btn {
  background-color: transparent;
}
.solution__box .btn:hover {
  background-color: #001F58;
}
.solution__box .title {
  margin: 0;
  max-width: 100%;
  width: 25rem;
}
@media (min-width: 1024px) {
  .solution__box .title {
    width: 37.5rem;
  }
}
.solution__box .title label {
  margin: 0 0 0.25rem;
}
.solution__box .title h2 {
  line-height: 1.1em;
  margin: 0 0 0.8125rem;
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  .solution__box .title h2 {
    font-size: 4rem;
  }
}
.solution__box .title p {
  display: none;
}
@media (min-width: 768px) {
  .solution__box .title p {
    display: block;
  }
}
.solution__box .title .aioseo-breadcrumbs {
  display: none;
}
@media (min-width: 768px) {
  .solution__box .title .aioseo-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.solution__box .title .btn {
  display: none;
}
@media (min-width: 768px) {
  .solution__box .title .btn {
    display: inline-block;
  }
}
.solution__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .solution__img {
    width: 45%;
  }
}
.solution__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solution__img .for-desktop {
  display: none;
}
@media (min-width: 768px) {
  .solution__img .for-desktop {
    display: block;
  }
}
.solution__img .for-mobile {
  display: block;
}
@media (min-width: 768px) {
  .solution__img .for-mobile {
    display: none;
  }
}

.sl-btn {
  font-size: 1rem;
  padding: 0.6875rem 1rem;
  font-weight: 500;
  text-transform: capitalize;
  background-color: #ffffff;
  min-width: unset;
}
@media (min-width: 768px) {
  .sl-btn {
    font-size: 1.25rem;
    padding: 0.625rem 1.5rem;
    min-width: 12.5rem;
  }
}
@media (min-width: 1024px) {
  .sl-btn {
    font-size: 1.5rem;
    padding: 0.75rem 1.875rem;
    min-width: 14.375rem;
  }
}
.sl-btn::after {
  display: none;
}
.sl-btn.active, .sl-btn:hover {
  background-color: #001F58;
  color: #ffffff;
  opacity: 1;
}

.solution-thumb {
  position: relative;
}
.solution-thumb::before, .solution-thumb::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 15%;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(255, 255, 255)), to(rgba(0, 31, 88, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 20%, rgba(0, 31, 88, 0) 100%);
  z-index: 2;
  display: none;
}
@media (min-width: 1024px) {
  .solution-thumb::before, .solution-thumb::after {
    width: 10%;
  }
}
.solution-thumb::before {
  left: -1.25rem;
}
.solution-thumb::after {
  right: -1.25rem;
  background: linear-gradient(280deg, rgb(255, 255, 255) 20%, rgba(0, 31, 88, 0) 100%);
}
.solution-thumb .swiper-slide {
  width: auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .solution-thumb .swiper-slide {
    padding: 0rem 0.125rem;
  }
}
.solution-thumb .swiper-slide.swiper-slide-thumb-active .sl-btn {
  background-color: #001F58;
  color: #ffffff;
  opacity: 1;
}

.solution-swiper .swiper-slide {
  opacity: 0 !important;
  visibility: hidden;
  height: auto;
}
.solution-swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  visibility: visible;
}

.tab-indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #001F58;
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: -1.25rem;
}

.tab-indicator-block {
  background-color: rgba(0, 31, 88, 0.25);
  height: 2px;
  width: 100%;
  position: relative;
  margin: 1.9375rem 0px 1.5rem;
}
@media (min-width: 768px) {
  .tab-indicator-block {
    margin: 2.5625rem 0px;
  }
}

.rf__section {
  width: 100%;
  background-color: #FFD600;
  padding: 2.9375rem 0px 1.9375rem;
}
@media (min-width: 640px) {
  .rf__section {
    padding: 2.5rem 0px;
  }
}
.rf__section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rf__img {
  width: 100%;
  padding-bottom: 0.6875rem;
  margin-bottom: 1.0625rem;
  border-bottom: 2px solid #001F58;
}
@media (min-width: 640px) {
  .rf__img {
    padding-bottom: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .rf__img {
    width: 40%;
    padding: 0;
    margin: 0;
    border: 0;
  }
}
.rf__img img {
  width: auto;
  height: auto;
}
.rf__content {
  width: 100%;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .rf__content {
    text-align: left;
    width: 58.1%;
    padding-left: 3.1875rem;
    border-left: 2px solid #001F58;
  }
}
@media (min-width: 1280px) {
  .rf__content {
    font-size: 1.5rem;
  }
}
.rf__content h2 {
  font-size: 1.5rem;
  margin: 0 0 0.875rem;
  line-height: 1.1em;
}
@media (min-width: 1024px) {
  .rf__content h2 {
    font-size: 1.75rem;
    margin: 0 0 0.375rem;
  }
}
@media (min-width: 1280px) {
  .rf__content h2 {
    font-size: 2rem;
  }
}
.rf__content p {
  margin: 0;
  line-height: 1.1em;
}
@media (min-width: 768px) {
  .rf__content p {
    line-height: 1.4em;
  }
}

.promo__section {
  width: 100%;
  position: relative;
  padding: 2.75rem 0px;
}
@media (min-width: 768px) {
  .promo__section {
    padding: 6.75rem 0px 5rem;
  }
}
.promo__section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 70%;
  bottom: 0;
  background: #000000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 31, 88, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 31, 88, 0) 100%);
  z-index: 1;
}
.promo__banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.promo__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo__banner .for-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .promo__banner .for-desktop {
    display: block;
  }
}
.promo__banner .for-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .promo__banner .for-mobile {
    display: none;
  }
}
.promo__caption {
  width: 42.5rem;
  max-width: 100%;
  position: relative;
  font-size: 1.375rem;
  font-weight: 500;
  color: #ffffff;
  z-index: 2;
}
@media (min-width: 768px) {
  .promo__caption {
    font-size: 1.875rem;
  }
}
.promo__caption h2 {
  font-weight: 900;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.3em;
  margin: 0 0 0.625rem;
}
@media (min-width: 768px) {
  .promo__caption h2 {
    line-height: 1.2em;
    font-size: 3.75rem;
  }
}
.promo__caption ul {
  padding: 0px;
}
@media (min-width: 768px) {
  .promo__caption ul {
    padding: 1.6875rem 0;
  }
}
.promo__caption ul li {
  display: inline-block;
  width: 100%;
  background-image: url("../images/check-bullet.svg");
  background-repeat: no-repeat;
  background-size: 1.5625rem;
  background-position: 0px 0.5rem;
  padding: 0.75rem 0px;
  padding-left: 2.5rem;
}
@media (min-width: 768px) {
  .promo__caption ul li {
    background-size: 2.8125rem;
    background-position: 0px 0.5rem;
    padding: 1.375rem 0px;
    padding-left: 3.4375rem;
  }
}
.promo__caption .btn, .promo__caption .wp-block-buttons {
  margin-top: 5.9375rem;
}
@media (min-width: 768px) {
  .promo__caption .btn, .promo__caption .wp-block-buttons {
    margin-top: 2.4375rem;
  }
}

.latest-news__section {
  width: 100%;
}
.latest-news__section .title {
  margin: 0;
  padding: 6.25rem 0px 1.125rem;
}
@media (min-width: 768px) {
  .latest-news__section .title {
    padding: 3.9375rem 0px;
  }
}
.latest-news__section .title .title-btn {
  display: none;
}
@media (min-width: 768px) {
  .latest-news__section .title .title-btn {
    display: block;
  }
}
.latest-news__box {
  width: 100%;
  position: relative;
}
.latest-news__box:hover .latest-news__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.latest-news__img {
  width: 100%;
  position: relative;
  padding-bottom: 65%;
  z-index: 1;
  overflow: hidden;
  border-bottom-right-radius: 3.125rem;
}
@media (min-width: 768px) {
  .latest-news__img {
    border-bottom-right-radius: 6.25rem;
  }
}
.latest-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.latest-news__content {
  width: 100%;
  text-align: center;
  padding: 6.625rem 0px 1.1875rem;
  position: relative;
  margin-top: -5.625rem;
}
@media (min-width: 768px) {
  .latest-news__content {
    padding: 8.125rem 0px 3.5rem;
  }
}
.latest-news__content h3 {
  font-size: 2.25rem;
  margin: 0 0 0.75rem;
}
@media (min-width: 1024px) {
  .latest-news__content h3 {
    font-size: 4rem;
    margin: 0 0 1.25rem;
  }
}

.p-c__section {
  width: 100%;
}
.p-c__section .title {
  margin: 0;
  padding: 6.75rem 0px 1.1875rem;
}
@media (min-width: 640px) {
  .p-c__section .title {
    padding: 4.0625rem 0px;
  }
}
.p-c__section .title .title-btn {
  display: none;
}
@media (min-width: 640px) {
  .p-c__section .title .title-btn {
    display: block;
  }
}
.p-c__box {
  width: 100%;
  position: relative;
}
.p-c__box:hover .p-c__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-c__img {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-c__img {
    padding-bottom: 150%;
  }
}
.p-c__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-c__content {
  width: 100%;
  text-align: center;
  padding: 1.875rem 1.875rem 2.125rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  .p-c__content {
    padding: 1.875rem 3.125rem 5.625rem;
  }
}
.p-c__content h3 {
  color: #ffffff;
  font-size: 2.25rem;
  margin: 0 0 1.9375rem;
}
@media (min-width: 1024px) {
  .p-c__content h3 {
    font-size: 4rem;
    margin: 0 0 1.25rem;
  }
}

.fiw__section {
  width: 100%;
  position: relative;
}
.fiw__section .title {
  padding: 6.25rem 0px 1.125rem;
  margin: 0;
}
@media (min-width: 640px) {
  .fiw__section .title {
    padding: 3.75rem 0px;
  }
}
.fiw__section .title h2 {
  margin: 0;
}
.fiw__section img {
  width: 100%;
  display: block;
}
.fiw__section .mobile-image {
  display: block;
}
@media (min-width: 768px) {
  .fiw__section .mobile-image {
    display: none;
  }
}
.fiw__section .desktop-image {
  display: none;
}
@media (min-width: 768px) {
  .fiw__section .desktop-image {
    display: block;
  }
}
.fiw__section .button-block {
  position: absolute;
  bottom: 1.1875rem;
  width: 100%;
  left: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .fiw__section .button-block {
    bottom: 3.125rem;
    text-align: left;
  }
}

.about__section {
  width: 100%;
  padding: 6.5rem 0px 5.875rem;
}
@media (min-width: 768px) {
  .about__section {
    padding: 3rem 0px;
  }
}
.about__section .title {
  margin: 0 0 2.375rem;
}
@media (min-width: 640px) {
  .about__section .title {
    margin: 0 0 2.5rem;
  }
}
.about__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__left {
  width: 100%;
}
@media (min-width: 768px) {
  .about__left {
    width: 53%;
  }
}
@media (min-width: 768px) {
  .about__left .title {
    margin: 0 0 2.375rem;
  }
}
.about__left .btn-block {
  text-align: center;
}
@media (min-width: 768px) {
  .about__left .btn-block {
    text-align: left;
  }
}
.about__right {
  display: none;
}
@media (min-width: 768px) {
  .about__right {
    width: 40%;
    display: block;
  }
}
.about__content {
  font-size: 1.5rem;
}
.about__content h3 {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .about__content h3 {
    font-size: 2rem;
  }
}
.about__content .wp-block-buttons {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .about__content .wp-block-buttons {
    margin-top: 3.125rem;
  }
}
.about__img {
  display: block;
  margin: 0 0 2.25rem;
}
@media (min-width: 768px) {
  .about__img {
    display: none;
  }
}
.about__img img {
  width: 100%;
}

.testimonial__section {
  width: 100%;
}
.testimonial__section .title {
  margin: 0;
}
@media (min-width: 768px) {
  .testimonial__section .title {
    margin: 0 0 1.875rem;
  }
}
.testimonial__section .swiper .swiper-pagination.swiper-pagination-bullets {
  display: block;
  margin: 0.9375rem 0 0;
}
@media (min-width: 768px) {
  .testimonial__section .swiper .swiper-pagination.swiper-pagination-bullets {
    display: none;
  }
}
.testimonial__carousel {
  width: 100%;
}
.testimonial__carousel .testimonial-slider .swiper-slide {
  width: 20.3125rem;
}
@media (min-width: 768px) {
  .testimonial__carousel .testimonial-slider .swiper-slide {
    width: 21.375rem;
  }
}
@media (min-width: 768px) {
  .testimonial__carousel .container {
    width: 100%;
    padding: 0;
  }
}
.testimonial__box {
  width: 100%;
  position: relative;
}
.testimonial__box:hover .testimonial__img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonial__box:hover .testimonial__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.testimonial__img {
  width: 100%;
  height: 20.3125rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .testimonial__img {
    height: 21.375rem;
  }
}
.testimonial__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonial__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.1875rem 0px;
}
@media (min-width: 768px) {
  .testimonial__content {
    padding: 1.5625rem 0px;
  }
}
.testimonial__content .testimonial-info {
  width: calc(100% - 75px);
  padding-left: 0.625rem;
}
@media (min-width: 768px) {
  .testimonial__content .testimonial-info {
    padding-left: 1.25rem;
  }
}
.testimonial__content .testimonial-info label {
  font-size: 0.875rem;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
@media (min-width: 768px) {
  .testimonial__content .testimonial-info label {
    margin: 0;
  }
}
.testimonial__content .testimonial-info h3 {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
}
.testimonial__thumb {
  width: 4.6875rem;
  height: 4.6875rem;
  -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
  padding: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonial__thumb img {
  width: auto;
  height: auto;
  max-height: 100%;
}

.follow__section {
  width: 100%;
  padding: 1.875rem 0px 3.125rem;
}
@media (min-width: 768px) {
  .follow__section {
    padding: 5rem 0px;
  }
}
.follow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  padding-bottom: 1rem;
}
.follow__title h2 {
  margin: 0;
  font-size: 2.5rem;
}
.follow__links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 2.125rem;
  font-size: 1.5rem;
}
.follow__links a {
  color: #001F58;
  text-decoration: none;
}
.follow__links a:hover {
  color: #000000;
}

.follow-us__section {
  width: 100%;
}
.follow-us__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
}
@media (min-width: 1024px) {
  .follow-us__row {
    gap: 1.875rem 4.375rem;
  }
}
.follow-us__box {
  width: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  text-align: center;
}
.follow-us__box img {
  width: auto;
  height: 1.5625rem;
}
.follow-us__box span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.follow-us__box:hover span {
  color: #55A7DA;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: auto;
  padding: 10px 0;
  gap: 10px;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 3.125rem;
}
.tab-container::before, .tab-container::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8%;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(255, 255, 255)), to(rgba(0, 31, 88, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 20%, rgba(0, 31, 88, 0) 100%);
  z-index: 2;
}
@media (min-width: 1024px) {
  .tab-container::before, .tab-container::after {
    width: 8%;
  }
}
.tab-container::before {
  left: 0;
}
.tab-container::after {
  right: 0;
  background: linear-gradient(280deg, rgb(255, 255, 255) 20%, rgba(0, 31, 88, 0) 100%);
}
.tab-container .swiper-wrapper {
  padding-bottom: 1.875rem;
}
.tab-container .swiper-slide {
  width: auto !important;
}

.about-us-infographic-block {
  padding: 0 0 3.75rem;
}
.about-us-infographic-block .infographic-gallery {
  width: 100%;
}
.about-us-infographic-block .infographic-gallery img {
  width: 100%;
}
.about-us-infographic-block .infographic-gallery.desktop-gallery {
  display: none;
}
@media (min-width: 768px) {
  .about-us-infographic-block .infographic-gallery.desktop-gallery {
    display: block;
  }
}
.about-us-infographic-block .infographic-gallery.mobile-gallery {
  display: block;
}
@media (min-width: 768px) {
  .about-us-infographic-block .infographic-gallery.mobile-gallery {
    display: none;
  }
}

.blog-hero__section {
  width: 100%;
  padding: 3.125rem 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .blog-hero__section {
    min-height: 30rem;
    padding: 6.25rem 0px;
  }
}
.blog-hero__bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.blog-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-hero__bg::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(0, 31, 88, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 31, 88, 0) 100%);
}
@media (min-width: 768px) {
  .blog-hero__bg::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(0, 31, 88, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 31, 88, 0) 100%);
  }
}
.blog-hero__caption {
  position: relative;
  width: 40.3125rem;
  max-width: 100%;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .blog-hero__caption {
    font-size: 1.5rem;
  }
}
.blog-hero__caption h1 {
  line-height: 1.2em;
  margin: 0 0 0.625rem;
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 768px) {
  .blog-hero__caption h1 {
    font-size: 3rem;
    text-align: left;
    color: #001F58;
  }
}
@media (min-width: 1024px) {
  .blog-hero__caption h1 {
    font-size: 4rem;
  }
}
.blog-hero__caption .breadcrumb {
  display: none;
}
@media (min-width: 768px) {
  .blog-hero__caption .breadcrumb {
    display: block;
  }
}
.blog-hero__caption p {
  display: none;
}
@media (min-width: 768px) {
  .blog-hero__caption p {
    display: block;
  }
}

.filter-blog-section {
  width: 100%;
}

.filter-title {
  display: none;
}
@media (min-width: 1024px) {
  .filter-title {
    display: inline-block;
  }
}

.filter-parent {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .filter-parent {
    width: auto;
  }
}
.filter-parent .filter-parent-btn {
  width: 100%;
  text-transform: none;
  font-size: 1.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .filter-parent .filter-parent-btn {
    display: none;
  }
}
.filter-parent .filter-parent-btn::after {
  display: none;
}
.filter-parent .filter-parent-btn img {
  margin-left: 0.375rem;
}
.filter-parent .filter-parent-btn:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 1023px) {
  .filter-parent .filter-buttons {
    width: 100%;
    position: absolute;
    top: 120%;
    left: 0;
    right: 0;
    background-color: #001F58;
    padding: 0.625rem;
    z-index: 1;
    border-radius: 0.625rem;
    display: none;
  }
  .filter-parent .filter-buttons .btn {
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 0.3125rem;
    border: 0;
  }
  .filter-parent .filter-buttons .btn::after {
    display: none;
  }
  .filter-parent .filter-buttons .btn:hover, .filter-parent .filter-buttons .btn.active {
    color: #FFD600;
  }
}

.b-h-details {
  width: 100%;
  display: block;
  padding: 2.5rem 0px 0px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .b-h-details {
    display: none;
  }
}
.b-h-details .b-h-content {
  position: relative;
  padding-bottom: 1.875rem;
  height: 9.375rem;
  overflow: hidden;
}
.b-h-details .b-h-content::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  background: #ffffff;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(255, 255, 255)), to(rgba(0, 31, 88, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgba(0, 31, 88, 0) 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.b-h-details .b-h-content.expanded::before {
  height: 0;
}

.read-more-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 0;
  padding: 0;
  background-color: transparent;
  color: #001F58;
  min-width: unset;
  text-transform: capitalize;
}
.read-more-content:hover {
  background-color: transparent;
  color: #001F58;
}
.read-more-content:hover::after {
  border-color: #001F58;
  left: auto;
}
.read-more-content::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #001F58;
  top: -0.25rem;
}

.blog-listing-section {
  width: 100%;
  padding: 3.625rem 0px 5rem;
  position: relative;
}
@media (min-width: 1024px) {
  .blog-listing-section {
    padding: 3.625rem 0px 9.375rem;
  }
}
.blog-listing-section .row {
  gap: 5rem 0px;
}
@media (min-width: 1024px) {
  .blog-listing-section .row {
    margin: 0rem -2.25rem;
    gap: 6.25rem 0px;
  }
}
@media (min-width: 768px) {
  .blog-listing-section .row > div {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .blog-listing-section .row > div {
    padding: 0px 2.25rem;
  }
}
.blog-listing-section .row > div.col-12 {
  width: 100%;
}
.blog-listing-section .blog-listing-box {
  width: 100%;
  position: relative;
  height: 100%;
}
.blog-listing-section .blog-listing-box:hover .blog-listing-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-listing-section .blog-listing-box:hover .blog-listing-content h3 {
  color: #55A7DA;
}
.blog-listing-section .blog-listing-img {
  width: 100%;
  overflow: hidden;
  height: 20rem;
}
@media (min-width: 1024px) {
  .blog-listing-section .blog-listing-img {
    height: 21.125rem;
  }
}
.blog-listing-section .blog-listing-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-listing-section .blog-listing-content {
  width: 100%;
  padding-top: 1.25rem;
  font-size: 1.5rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 1024px) {
  .blog-listing-section .blog-listing-content {
    padding-bottom: 4.375rem;
  }
}
.blog-listing-section .blog-listing-content h3 {
  margin: 0 0 0.9375rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 1.5rem;
  line-height: normal;
}
@media (min-width: 1024px) {
  .blog-listing-section .blog-listing-content h3 {
    line-height: 1.1em;
    font-size: 2rem;
  }
}
.blog-listing-section .blog-listing-content p {
  line-height: normal;
}
@media (min-width: 1024px) {
  .blog-listing-section .blog-listing-content p {
    line-height: 1.1em;
  }
}
.blog-listing-section .blog-listing-content .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.load-more-wrap {
  width: 100%;
  text-align: center;
  padding-top: 5rem;
}
@media (min-width: 1024px) {
  .load-more-wrap {
    padding-top: 9.375rem;
  }
}

.widget_block {
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .widget_block {
    padding-bottom: 4.375rem;
  }
}
.widget_block .wp-block-heading {
  margin-bottom: 1.25rem;
}

.wp-block-categories-list {
  padding: 0;
  margin: 0;
}
.wp-block-categories-list li {
  list-style: none;
  width: 100%;
}
.wp-block-categories-list li a {
  text-decoration: none;
  line-height: normal;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem 1.375rem 0.375rem;
  letter-spacing: normal;
  font-size: 1.1875rem;
  border: 0px;
  display: inline-block;
  border-radius: 3.125rem;
  min-width: 12.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: uppercase;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #001F58;
  color: #001F58;
  background-color: transparent;
}
@media (min-width: 768px) {
  .wp-block-categories-list li a {
    font-size: 1.1875rem;
    padding: 0.625rem 1.375rem 0.5rem;
    min-width: 12.5rem;
  }
}
.wp-block-categories-list li a:hover {
  background-color: #001F58;
  color: #ffffff;
}
.wp-block-categories-list li a:hover::after {
  border-color: #ffffff;
  left: 0.3125rem;
}
.wp-block-categories-list li a::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #001F58;
  border-bottom: 1px solid #001F58;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0.4375rem;
  position: relative;
  top: -1px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-block-categories-list li a.btn-fill {
  background-color: #001F58;
  color: #ffffff;
  border: 1px solid transparent;
}
.wp-block-categories-list li a.btn-fill::after {
  border-color: #ffffff;
}
.wp-block-categories-list li a.btn-fill:hover {
  background-color: #55A7DA;
  color: #ffffff;
}
.wp-block-categories-list li a.btn-yellow {
  background-color: #FFD600;
  color: #001F58;
  border: 1px solid transparent;
}
.wp-block-categories-list li a.btn-yellow::after {
  border-color: #001F58;
}
.wp-block-categories-list li a.btn-yellow:hover {
  background-color: #001F58;
  color: #ffffff;
}
.wp-block-categories-list li a.btn-yellow:hover::after {
  border-color: #ffffff;
}
@media (min-width: 768px) {
  .wp-block-categories-list li a.lg-btn {
    padding: 1.25rem 1.875rem;
  }
}
.wp-block-categories-list li a.sm-btn {
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  min-width: unset;
}
.wp-block-categories-list li a.white-border-btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.wp-block-categories-list li a.white-border-btn::after {
  border-color: #ffffff;
}
.wp-block-categories-list li a.white-border-btn:hover {
  background-color: #FFD600;
  border-color: #FFD600;
  color: #001F58;
}
.wp-block-categories-list li a.white-border-btn:hover::after {
  border-color: #001F58;
}
.wp-block-categories-list li a {
  text-transform: none;
}
.wp-block-categories-list li a::after {
  display: none;
}

.wp-block-latest-posts__list {
  font-size: 1.125rem;
  line-height: normal;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1024px) {
  .wp-block-latest-posts__list {
    font-size: 1.5rem;
  }
}
.wp-block-latest-posts__list li {
  list-style: none;
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 4.375rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 640px) {
  .wp-block-latest-posts__list li {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .wp-block-latest-posts__list li {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .wp-block-latest-posts__list li:last-child {
    margin-bottom: 0;
  }
}
.wp-block-latest-posts__featured-image {
  width: 100%;
  margin-bottom: 0.9375rem;
}
.wp-block-latest-posts__featured-image img {
  width: 100%;
}
.wp-block-latest-posts__post-title {
  font-size: 1.75rem;
  color: #001F58;
  font-weight: 700;
  display: block;
  line-height: 1.1em;
  margin-bottom: 0.9375rem;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .wp-block-latest-posts__post-title {
    font-size: 2rem;
  }
}
.wp-block-latest-posts__read-more {
  text-decoration: none;
  line-height: normal;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem 1.375rem 0.375rem;
  letter-spacing: normal;
  font-size: 1.1875rem;
  border: 0px;
  display: inline-block;
  border-radius: 3.125rem;
  min-width: 12.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: uppercase;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #001F58;
  color: #001F58;
  background-color: transparent;
}
@media (min-width: 768px) {
  .wp-block-latest-posts__read-more {
    font-size: 1.1875rem;
    padding: 0.625rem 1.375rem 0.5rem;
    min-width: 12.5rem;
  }
}
.wp-block-latest-posts__read-more:hover {
  background-color: #001F58;
  color: #ffffff;
}
.wp-block-latest-posts__read-more:hover::after {
  border-color: #ffffff;
  left: 0.3125rem;
}
.wp-block-latest-posts__read-more::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #001F58;
  border-bottom: 1px solid #001F58;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0.4375rem;
  position: relative;
  top: -1px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-block-latest-posts__read-more.btn-fill {
  background-color: #001F58;
  color: #ffffff;
  border: 1px solid transparent;
}
.wp-block-latest-posts__read-more.btn-fill::after {
  border-color: #ffffff;
}
.wp-block-latest-posts__read-more.btn-fill:hover {
  background-color: #55A7DA;
  color: #ffffff;
}
.wp-block-latest-posts__read-more.btn-yellow {
  background-color: #FFD600;
  color: #001F58;
  border: 1px solid transparent;
}
.wp-block-latest-posts__read-more.btn-yellow::after {
  border-color: #001F58;
}
.wp-block-latest-posts__read-more.btn-yellow:hover {
  background-color: #001F58;
  color: #ffffff;
}
.wp-block-latest-posts__read-more.btn-yellow:hover::after {
  border-color: #ffffff;
}
@media (min-width: 768px) {
  .wp-block-latest-posts__read-more.lg-btn {
    padding: 1.25rem 1.875rem;
  }
}
.wp-block-latest-posts__read-more.sm-btn {
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  min-width: unset;
}
.wp-block-latest-posts__read-more.white-border-btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.wp-block-latest-posts__read-more.white-border-btn::after {
  border-color: #ffffff;
}
.wp-block-latest-posts__read-more.white-border-btn:hover {
  background-color: #FFD600;
  border-color: #FFD600;
  color: #001F58;
}
.wp-block-latest-posts__read-more.white-border-btn:hover::after {
  border-color: #001F58;
}
.wp-block-latest-posts__read-more {
  font-size: 1.0625rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.wp-block-latest-posts__post-excerpt {
  margin: 0;
}

.wp-block-tag-cloud a {
  font-size: 1.125rem !important;
  color: #001F58;
  display: inline-block;
  line-height: normal;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .wp-block-tag-cloud a {
    font-size: 1.5rem !important;
  }
}
.wp-block-tag-cloud a:hover {
  color: #55A7DA;
}

.b-d__section {
  width: 100%;
  padding: 3.75rem 0px;
}
@media (min-width: 1024px) {
  .b-d__section .container {
    width: 85rem;
  }
}
.b-d__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.b-d__title {
  width: 100%;
}
@media (min-width: 1024px) {
  .b-d__title {
    width: 65.2%;
  }
}
.b-d__title .breadcrumb {
  padding-bottom: 0.9375rem;
}
.b-d__title h1 {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .b-d__title h1 {
    font-size: 2.5rem;
  }
}
.b-d__content {
  font-size: 1.125rem;
  line-height: normal;
  width: 100%;
}
@media (min-width: 1024px) {
  .b-d__content {
    width: 65.2%;
    font-size: 1.5rem;
  }
}
.b-d__content p {
  line-height: normal;
}
.b-d__content .blog-featured-image {
  margin-bottom: 0.9375rem;
}
.b-d__content .blog-featured-image img {
  width: 100%;
}
.b-d__sidebar {
  width: 100%;
}
@media (min-width: 1024px) {
  .b-d__sidebar {
    width: 30.8%;
  }
}

.f-p__section {
  width: 100%;
  padding: 0rem 0rem 6.25rem;
}

div#posts-loader {
  margin: 0 0 4.375rem;
}
div#posts-loader img {
  width: 3.125rem;
}

.has-black-color {
  color: #000000;
}

.has-white-color {
  color: #ffffff;
}

.has-gray-color {
  color: #707372;
}

.has-mercury-color {
  color: #F6F6F6;
}

.has-whitesmoke-color {
  color: #dfdfdf;
}

.has-tealishblue-color {
  color: #001F58;
}

.has-yellow-color {
  color: #FFD600;
}

.has-bluishcyan-color {
  color: #55A7DA;
}

.has-black-background-color {
  background-color: #000000;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-mercury-background-color {
  background-color: #F6F6F6;
}

.has-gray-background-color {
  background-color: #707372;
}

.has-whitesmoke-background-color {
  background-color: #dfdfdf;
}

.has-tealishblue-background-color {
  background-color: #001F58;
}

.has-yellow-background-color {
  background-color: #FFD600;
}

.has-bluishcyan-background-color {
  background-color: #55A7DA;
}

.wp-block-media-text__media {
  border-radius: 0.875rem;
  overflow: hidden;
}

.wp-block-details {
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
.wp-block-details summary {
  width: auto;
  padding: 1.7rem 0;
  padding-right: 2rem;
  list-style: none;
  margin: 0;
  position: relative;
  font-weight: 700;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .wp-block-details summary {
    font-size: 1.5rem;
  }
}
.wp-block-details summary::before, .wp-block-details summary::after {
  position: absolute;
  content: "";
  background-color: #000000;
  top: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wp-block-details summary::before {
  width: 12px;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.wp-block-details summary::after {
  width: 2px;
  height: 12px;
  right: 25px;
}
.wp-block-details[open] {
  padding-bottom: 1.875rem;
}
.wp-block-details[open] summary {
  margin-bottom: 10px;
}
.wp-block-details[open] summary::after {
  height: 0px;
}

.c-l__section {
  width: 100%;
  padding: 0 0 2.5rem;
}
@media (min-width: 1024px) {
  .c-l__block {
    padding-top: 3.125rem;
  }
}

.view-more-btn {
  width: 100%;
  margin-top: 6.25rem;
}

.sort-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 0px;
  border-bottom: 1px solid rgba(0, 31, 88, 0.25);
  margin-bottom: 3.125rem;
}
.sort-block h2 {
  margin: 0;
}
.sort-block .sort-by {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sort-block .sort-by label {
  width: 3.75rem;
}
.sort-block .sort-by select {
  width: 13.125rem;
}

.product-listing .row {
  gap: 3.75rem 0;
}
@media (min-width: 1024px) {
  .product-listing .row {
    gap: 4.375rem 0;
  }
}

.s-p__section {
  width: 100%;
  padding: 3.125rem 0px 0px;
}
.s-p__section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.s-p__section .swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-p__lhs {
  width: 100%;
}
@media (min-width: 1024px) {
  .s-p__lhs {
    width: 55%;
  }
}
.s-p__rhs {
  width: 100%;
  padding-top: 1.875rem;
}
@media (min-width: 1024px) {
  .s-p__rhs {
    width: 40%;
    padding: 0;
  }
}
.s-p__carousel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
}
@media (min-width: 768px) {
  .s-p__carousel {
    height: 39.25rem;
  }
}
.s-p__title {
  width: 100%;
}
.s-p__title label {
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  margin-bottom: 0.875rem;
  font-size: 1rem;
}
.s-p__title h1 {
  line-height: 1em;
  margin-bottom: 0.9375rem;
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .s-p__title h1 {
    font-size: 3rem;
  }
}
.s-p__desc {
  width: 100%;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .s-p__desc {
    font-size: 1.5rem;
  }
}
.s-p__variation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.875rem;
}
@media (min-width: 1024px) {
  .s-p__variation {
    margin-top: 3.125rem;
  }
}
.s-p__variation h2 {
  font-size: 1.625rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .s-p__variation h2 {
    margin-bottom: 0.75rem;
    font-size: 2rem;
  }
}
.s-p__variation__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.9375rem 0;
}
@media (min-width: 768px) {
  .s-p__variation__list {
    gap: 1.5625rem 0;
  }
}
.s-p__variation__list .btn {
  width: calc(50% - 7px);
  text-transform: capitalize;
  min-width: unset;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .s-p__variation__list .btn {
    font-size: 1.1875rem;
  }
}
.s-p__variation__list .btn::after {
  display: none;
}
.s-p__variation__list .btn.active {
  background-color: #001F58;
  color: #ffffff;
}

.swiper.s-p-gallery {
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .swiper.s-p-gallery {
    width: calc(100% - 110px);
  }
}
.swiper.s-p-gallery .swiper-pagination {
  margin-top: 0.5rem;
}
@media (min-width: 1024px) {
  .swiper.s-p-gallery .swiper-pagination {
    margin-top: 2.375rem;
  }
}
.swiper.s-p-gallery .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
}
@media (min-width: 768px) {
  .swiper.s-p-gallery .swiper-slide {
    height: 39.25rem;
  }
}
@media (min-width: 768px) {
  .swiper.s-p-gallery .swiper-pagination {
    display: none;
  }
}
.swiper.s-p-gallery .s-p-img {
  height: 20.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 640px) {
  .swiper.s-p-gallery .s-p-img {
    height: 30rem;
  }
}
@media (min-width: 768px) {
  .swiper.s-p-gallery .s-p-img {
    height: 40rem;
  }
}
@media (min-width: 1024px) {
  .swiper.s-p-gallery .s-p-img {
    height: auto;
    display: block;
  }
}
.swiper.s-p-gallery .s-p-img img {
  max-height: 100%;
}

.s-p-thumb.s-p-thumb {
  width: 5.875rem;
  height: 100%;
  padding: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
  display: none;
}
@media (min-width: 768px) {
  .s-p-thumb.s-p-thumb {
    display: block;
  }
}
.s-p-thumb.s-p-thumb .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.s-p-thumb.s-p-thumb .swiper-slide {
  width: 5.875rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  height: 5.625rem !important;
  opacity: 0.75;
  cursor: pointer;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}
.s-p-thumb.s-p-thumb .swiper-slide .s-p-thumb-img {
  width: 100%;
  height: 100%;
}
.s-p-thumb.s-p-thumb .swiper-slide img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-p-thumb.s-p-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.rating-star {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 1rem;
  margin: 1.5rem 0 0;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .rating-star {
    font-size: 1rem;
  }
}
.rating-star .flex-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1875rem;
}
.rating-star .flex-rating span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../images/star.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .rating-star .flex-rating span {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.rating-star a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #55A7DA;
  line-height: normal;
}
.rating-star .bv_main_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rating-star .bv_main_container button.bv_main_container_row_flex {
  padding: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
}
.rating-star .bv_main_container button.bv_main_container_row_flex::after {
  display: none;
}
.rating-star .bv_main_container .bv_main_container_row_flex .bv_main_container_row_flex {
  display: none !important;
}

.p-s__box .rating-star {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-s__box .price {
  margin: 1.5rem 0 0;
  font-size: 1.5rem;
  font-weight: 700;
}

[data-bv-show=rating_summary].rating-star .bv_main_container div.bv_main_container_row_flex {
  display: none !important;
}

body div.bv_modal_component_container[data-bv-modal] {
  opacity: 0;
  visibility: hidden;
}

[data-bv-show=rating_summary].rating-star .bv_main_container .bv_numReviews_text,
[data-bv-show=rating_summary].rating-star .bv_main_container .bv_numReviews_text:hover,
[data-bv-show=rating_summary].rating-star .bv_main_container .bv_avgRating_component_container,
[data-bv-show=rating_summary].rating-star .bv_main_container .bv_avgRating_component_container:hover {
  font-family: "Nunito Sans", sans-serif !important;
  color: #001F58 !important;
}

.f-g__section {
  width: 100%;
  padding: 3.125rem 0px;
}
.f-g__section h2 {
  color: #001F58;
  margin: 0;
}
.f-g__section p {
  color: #001F58;
}
.f-g__subblock {
  width: 100%;
  padding: 2.125rem;
  background-color: #FFD600;
  border-radius: 1.25rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .f-g__subblock {
    border-radius: 2.5rem;
  }
}
.f-g__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.9375rem;
  gap: 0.9375rem;
}
@media (min-width: 1024px) {
  .f-g__block {
    gap: 1.5625rem;
  }
}
.f-g__box {
  text-align: center;
  background-color: #ffffff;
  width: 10rem;
  height: 3.125rem;
  border-radius: 0.75rem;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .f-g__box {
    width: 12.5rem;
    height: 4.375rem;
    border-radius: 1.375rem;
    padding: 0.9375rem;
  }
}
.f-g__box a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.f-g__box img {
  max-height: 100%;
}

.sp-ac__section {
  width: 100%;
}

.customer-review-section {
  width: 100%;
  padding: 3.125rem 0px 5rem;
}

.product_features_images {
  width: 100%;
  margin: 0 0 3.125rem;
}
.product_features_images div.swiper-button-next {
  right: 0.9375rem;
}
.product_features_images div.swiper-button-prev {
  left: 0.9375rem;
}
.product_features_images .desktop-image {
  display: none;
}
@media (min-width: 1024px) {
  .product_features_images .desktop-image {
    display: block;
  }
}
.product_features_images .mobile-image {
  display: block;
}
@media (min-width: 1024px) {
  .product_features_images .mobile-image {
    display: none;
  }
}

.img.acc__card .desktop-image {
  display: none;
}
@media (min-width: 1024px) {
  .img.acc__card .desktop-image {
    display: block;
  }
}
.img.acc__card .mobile-image {
  display: block;
}
@media (min-width: 1024px) {
  .img.acc__card .mobile-image {
    display: none;
  }
}

.cpt-filter-list {
  width: 100%;
}
.cpt-filter-list .App, .cpt-filter-list .App-header, .cpt-filter-list .search--filter-wrapper {
  width: 100%;
}

.filter-cover {
  width: 100%;
}
.filter-cover .filter-title {
  padding: 0.6375rem 1.375rem !important;
  border: 0.0625rem solid #001F58;
  border-radius: 3.125rem;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .filter-cover .filter-title {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
    padding: 0 !important;
    padding-bottom: 1.25rem;
  }
}
.filter-cover .filter-title h4, .filter-cover .filter-title h2, .filter-cover .filter-title h3 {
  margin: 0;
  display: inline-block;
}
.filter-cover .filter-title h4 {
  font-weight: 600;
  font-size: 1.1875rem;
}
@media (min-width: 1024px) {
  .filter-cover .filter-title h4 {
    font-weight: 700;
    font-size: 1.75rem;
  }
}
.filter-cover .filter-title h4::after {
  content: "";
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.75rem;
  height: 0.6875rem;
  margin-left: 0.375rem;
  background: url("../images/filter.svg") no-repeat center/cover;
}
@media (min-width: 1024px) {
  .filter-cover .filter-title h4::after {
    display: none;
  }
}
.filter-cover .filter-title .filter-clear {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding-left: 0.9375rem;
}
.filter-cover .filter-title .filter-clear button {
  font-size: 1rem;
}

.filters {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .filters {
    border-bottom: 1px solid rgba(0, 31, 88, 0.25);
  }
}
.filters .filter-blog-block {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .filters .filter-blog-block {
    width: auto;
  }
}
.filters .filter-blog-block .filter-title {
  padding: 0;
}
.filters .filter-blog-block .filter-block {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .filters .filter-blog-block .filter-block {
    width: auto;
    margin-bottom: 0rem;
  }
}
.filters .filter-blog-block .filter-block .filter-parent {
  display: none;
}
@media (min-width: 1024px) {
  .filters .filter-blog-block .filter-block .filter-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.filters .filter-blog-block .filter-block .filter-parent .filter-container {
  width: 100%;
}
@media (min-width: 1024px) {
  .filters .filter-blog-block .filter-block .filter-parent .filter-container {
    width: auto;
  }
}

.post-type-archive-product .filter-clear {
  height: 0;
  position: relative;
  top: 3.375rem;
}
@media (min-width: 1024px) {
  .post-type-archive-product .filter-clear {
    height: auto;
    top: 0;
  }
}

.filter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.125rem;
}

.filter-search {
  width: 100%;
}
.filter-search input {
  width: 100%;
  padding: 0.75rem;
  padding-left: 2.5rem;
  background-image: url("../images/search-icon-gray.svg");
  background-position: 0.625rem center;
  background-repeat: no-repeat;
  background-size: 1.125rem;
  border: 1px solid #001F58;
  border-radius: 6.25rem;
  font-size: 1.125rem;
}

.filter-blog-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0rem;
  padding: 3.625rem 0px 0px;
}
@media (min-width: 1024px) {
  .filter-blog-block {
    padding: 3.625rem 0px;
    gap: 0.625rem;
  }
}
.filter-blog-block h4 {
  margin: 0;
}
.filter-blog-block .btn::after {
  display: none;
}
.filter-blog-block .filter-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .filter-blog-block .filter-parent {
    gap: 1rem;
  }
}
.filter-blog-block .filter-parent .filter-container {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .filter-blog-block .filter-parent .filter-container {
    margin-bottom: 0rem;
  }
}
.filter-blog-block .filter-parent .filter-container:last-child {
  margin-bottom: 0;
}

.dropdown {
  position: relative;
}
.dropdown.open .dropdown-selected::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 0.0625rem;
}

.dropdown-selected {
  background: none;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0px 0.625rem;
  min-width: 10.625rem;
  text-transform: none;
}
.dropdown-selected span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: none;
}
.dropdown-selected::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0.125rem;
  top: -0.25rem;
}
.dropdown-selected:hover::after {
  left: auto;
}

.dropdown-options {
  position: absolute;
  width: 100%;
  left: 0px;
  background-color: #ffffff;
  border: 1px solid #001F58;
  padding: 1.375rem;
  z-index: 2;
  border-radius: 1.25rem;
  top: 120%;
  min-width: 18.75rem;
  max-width: 100%;
  max-height: 18.75rem;
  overflow: auto;
}
.dropdown-options p {
  cursor: pointer;
}
.dropdown-options p:last-child {
  margin: 0;
}
.dropdown-options .dropdown-option {
  position: relative;
  line-height: normal;
  padding: 0.125rem 0 0.0625rem 1.75rem;
  font-size: 1.25rem;
}
.dropdown-options .dropdown-option:last-child {
  margin-bottom: 0;
}
.dropdown-options .dropdown-option input {
  position: absolute;
  opacity: 0;
}
.dropdown-options .dropdown-option input:focus + span {
  outline: 2px solid #55A7DA;
}
.dropdown-options .dropdown-option input:focus + span::after {
  outline: 2px solid #55A7DA;
}
.dropdown-options .dropdown-option span {
  color: #001F58;
}
.dropdown-options .dropdown-option span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.375rem;
  height: 1rem;
  width: 1rem;
  border: 0.0625rem solid #001F58;
}
.dropdown-options .dropdown-option span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0.375rem;
  height: 1.125rem;
  width: 1.125rem;
  background: url(../images/check-tick.svg) no-repeat center center;
  background-size: 0.625rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.dropdown-options .dropdown-option input:checked + span::after {
  opacity: 1;
}
.dropdown-options .dropdown-category-list, .dropdown-options .dropdown-option-list {
  list-style: none;
  padding: 0;
}
.dropdown-options .dropdown-category-list li, .dropdown-options .dropdown-option-list li {
  list-style: none;
}
.dropdown-options .dropdown-category-list li .dropdown-subcategory-list, .dropdown-options .dropdown-option-list li .dropdown-subcategory-list {
  padding-left: 0.9375rem;
}
.dropdown-options .dropdown-category-list li ul, .dropdown-options .dropdown-option-list li ul {
  padding-bottom: 0;
}

.filter-clear {
  width: 100%;
  text-align: right;
  display: inline-block;
}
.filter-clear button {
  border: 0;
  padding: 0 0 0 15px;
  background: none;
  position: relative;
  cursor: pointer;
  min-width: unset;
  font-size: 0.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.filter-clear button:hover {
  color: #000000;
}
.filter-clear button::before, .filter-clear button::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000000;
  width: 14px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 0;
}
.filter-clear button::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.filter-clear button:disabled {
  color: #707372;
  cursor: not-allowed;
}

.dual-range-slider {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 20px 0;
  -ms-touch-action: none;
      touch-action: none;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dual-range-slider .range-track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 6px;
  background-color: #e0e0e0;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.dual-range-slider .range-fill {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #3b82f6;
  border-radius: 3px;
  z-index: 2;
}
.dual-range-slider .range-thumb {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: #3b82f6;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-box-shadow: 0 2px 8px rgba(59, 130, 246, 0.4);
          box-shadow: 0 2px 8px rgba(59, 130, 246, 0.4);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  z-index: 3;
}
.dual-range-slider .range-thumb:hover {
  background-color: #2563eb;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -webkit-box-shadow: 0 4px 12px rgba(59, 130, 246, 0.6);
          box-shadow: 0 4px 12px rgba(59, 130, 246, 0.6);
}
.dual-range-slider .range-thumb:active, .dual-range-slider .range-thumb.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-transform: translate(-50%, -50%) scale(1.15);
          transform: translate(-50%, -50%) scale(1.15);
  background-color: #2563eb;
  -webkit-box-shadow: 0 6px 16px rgba(59, 130, 246, 0.8);
          box-shadow: 0 6px 16px rgba(59, 130, 246, 0.8);
}
.dual-range-slider .range-thumb.max-thumb {
  z-index: 4;
}
.dual-range-slider .range-thumb.min-thumb {
  z-index: 5;
}
.dual-range-slider .range-thumb:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .price-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.75rem;
  }
  .price-input-group {
    width: 100%;
  }
  .price-input-group input {
    width: 80px;
  }
  .slider-thumb {
    width: 24px;
    height: 24px;
  }
  .price-range-display {
    font-size: 0.9rem;
  }
}
.sorting-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2.5rem;
}
.sorting-block .sorting {
  margin: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .sorting-block .sorting {
    width: auto;
  }
}
.sorting-block .sorting .custom-select {
  width: 100%;
}
@media (min-width: 1024px) {
  .sorting-block .sorting .custom-select {
    width: auto;
  }
}
.sorting-block .sorting .custom-select .selected-value {
  text-transform: none;
}
.sorting-block .sorting .dropdown-options {
  min-width: 13.4375rem;
  left: auto;
  right: 0;
}

.sorting {
  width: auto;
  margin-bottom: 1.25rem;
  position: relative;
  display: inline-block;
}
.sorting .custom-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem 1.375rem 0.375rem;
  letter-spacing: normal;
  font-size: 1.1875rem;
  border: 0px;
  display: inline-block;
  border-radius: 3.125rem;
  min-width: 12.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: uppercase;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #001F58;
  color: #001F58;
  background-color: transparent;
}
@media (min-width: 768px) {
  .sorting .custom-select {
    font-size: 1.1875rem;
    padding: 0.625rem 1.375rem 0.5rem;
    min-width: 13.125rem;
  }
}
.sorting .custom-select .arrow-icon.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sorting .dropdown-options {
  background-color: #001F58;
  color: #ffffff;
  min-width: unset;
  font-size: 1.25rem;
}
.sorting .dropdown-options .active {
  color: #FFD600;
}

.price-range-dropdown .price-range-content .clear-filter-button {
  border: 0;
  padding: 0 0 0 15px;
  background: none;
  position: relative;
  cursor: pointer;
  min-width: unset;
  font-size: 0.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.price-range-dropdown .price-range-content .clear-filter-button:hover {
  color: #000000;
}
.price-range-dropdown .price-range-content .clear-filter-button::before, .price-range-dropdown .price-range-content .clear-filter-button::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000000;
  width: 14px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 0;
}
.price-range-dropdown .price-range-content .clear-filter-button::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.price-range-dropdown .price-range-content .clear-filter-button:disabled {
  color: #707372;
  cursor: not-allowed;
}

.item-counter {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  margin-top: 6.5625rem;
  border-bottom: 0.0625rem solid rgba(0, 31, 88, 0.25);
  padding: 0 0 0.875rem;
}
@media (min-width: 1024px) {
  .item-counter {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0;
    border: 0;
    margin-top: 0rem;
    font-size: 2.5rem;
    width: auto;
  }
}

.filters .two-col-filter {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
  width: 100%;
}
.filters .two-col-filter .filter-block {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filters .two-col-filter .filter-block .filter-search {
  width: 65%;
}
.filters .two-col-filter .filter-block .filter-parent {
  width: 33%;
}
.filters .two-col-filter .filter-block .filter-parent .filter-container {
  width: 100%;
}
.filters .two-col-filter .filter-block .filter-parent .filter-container .dropdown {
  width: 100%;
}

.clc-card__section {
  width: 100%;
  padding: 5rem 0px;
}
@media (min-width: 1024px) {
  .clc-card__section .col-6 .clc-card__content {
    font-size: 1.5rem;
  }
}
.clc-card__section .row {
  gap: 3.125rem 0px;
}
@media (min-width: 1024px) {
  .clc-card__section .row {
    margin: 0rem -2.25rem;
    gap: 4.25rem 0px;
  }
}
@media (min-width: 1024px) {
  .clc-card__section .row > div {
    padding: 0px 2.25rem;
  }
}
.clc-card__box {
  width: 100%;
  position: relative;
  height: 100%;
  padding-bottom: 3.4375rem;
}
.clc-card__box:hover .clc-card__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.clc-card__img {
  width: 100%;
  position: relative;
  padding-bottom: 52.4%;
  overflow: hidden;
}
.clc-card__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.clc-card__content {
  width: 100%;
  padding-top: 1rem;
}
@media (min-width: 1024px) {
  .clc-card__content {
    font-size: 1.25rem;
  }
}
.clc-card__content h2 {
  font-size: 2rem;
  color: #001F58;
  margin-bottom: 0.875rem;
}
.clc-card__content h2 a {
  color: #001F58;
  text-decoration: none;
}
.clc-card__content h2 a:hover {
  color: #55A7DA;
}
.clc-card__content p {
  line-height: 1.25em;
}
.clc-card__content .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.9375rem;
}

#ajax-search-results {
  width: 100%;
  position: absolute;
  top: 120%;
  right: 0;
  background-color: #ffffff;
  border-radius: 0.9375rem;
  padding: 1.25rem;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  max-height: calc(100vh - 10rem);
  overflow: auto;
}
@media (min-width: 640px) {
  #ajax-search-results {
    width: 25rem;
  }
}
@media (min-width: 768px) {
  #ajax-search-results {
    width: 32.6875rem;
    padding: 1.875rem;
    border-radius: 1.5625rem;
  }
}
@media (min-width: 1024px) {
  #ajax-search-results {
    width: 60rem;
    padding: 2.5rem;
  }
}
#ajax-search-results .ajax-search-wrapper-full {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#ajax-search-results .search-result-left {
  width: 36%;
  display: none;
}
@media (min-width: 1024px) {
  #ajax-search-results .search-result-left {
    display: block;
  }
}
#ajax-search-results .search-result-right {
  width: 100%;
}
@media (min-width: 1024px) {
  #ajax-search-results .search-result-right {
    width: 56.6%;
  }
}

.search-section {
  width: 100%;
  font-size: 1rem;
  padding-bottom: 1.125rem;
}
@media (min-width: 768px) {
  .search-section {
    font-size: 1.25rem;
  }
}
.search-section h4 {
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #55A7DA;
}
@media (min-width: 768px) {
  .search-section h4 {
    font-size: 1.5rem;
  }
}
.search-section p {
  margin: 0;
}
.search-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.search-section ul li {
  list-style: none;
  padding: 0 0 0.3125rem;
}
.search-section ul li:last-child {
  padding-bottom: 0px;
}
.search-section a {
  text-decoration: none;
}
.search-section a:hover {
  color: #55A7DA;
}
.search-section .article-listing li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-product-list .product-search-list .product-search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .search-product-list .product-search-list .product-search-item {
    padding-bottom: 1.25rem;
  }
}
.search-product-list .product-search-list .product-search-item .product-thumb-wrap {
  width: 4.6875rem;
  height: 4.6875rem;
  background-color: #ffffff;
}
.search-product-list .product-search-list .product-search-item .product-thumb-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.search-product-list .product-search-list .product-search-item .product-content-wrap {
  width: calc(100% - 75px);
  padding-left: 1.25rem;
}
.search-product-list .product-search-list .product-search-item .product-content-wrap .product-rating {
  color: #FFD600;
}

.view-all-link {
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
  padding-top: 1.25rem;
}
.view-all-link a {
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}
.view-all-link a::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #001F58;
  border-bottom: 1px solid #001F58;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0.4375rem;
  position: relative;
  top: -1px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sr-banner {
  width: 100%;
  padding: 5rem 0px;
  background-color: #F6F6F6;
  margin-bottom: 5rem;
}
.sr-banner h1 {
  margin: 0;
}

.site-search-main {
  padding-top: 0px;
}
.site-search-main nav.navigation.posts-navigation {
  margin-top: 5rem;
}