/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*****************************************************************************************************************************************/
/*
Theme Name: Pointer theme
Author: cursor: pointer ;
Version: 3.0.0
*/
@font-face {
  font-family: "ARIAL";
  src: url("/wp-content/themes/ebd/src/fonts/ARIAL.woff2") format("woff2"), url("/wp-content/themes/ebd/src/fonts/ARIAL.woff") format("woff"), url("/wp-content/themes/ebd/src/fonts/ARIAL.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ARIAL";
  src: url("/wp-content/themes/ebd/src/fonts/ArialMdm.woff2") format("woff2"), url("/wp-content/themes/ebd/src/fonts/ArialMdm.woff") format("woff"), url("/wp-content/themes/ebd/src/fonts/ArialMdm.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ARIAL";
  src: url("/wp-content/themes/ebd/src/fonts/ARIALBD.woff2") format("woff2"), url("/wp-content/themes/ebd/src/fonts/ARIALBD.woff") format("woff"), url("/wp-content/themes/ebd/src/fonts/ARIALBD.TTF") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 1.111vw;
}
@media (max-width: 1110px) {
  html {
    font-size: 2.952vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 4.103vw;
  }
}

.container {
  max-width: 57.5rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1110px) {
  .container {
    max-width: 31rem;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 22.375rem;
  }
}

::-webkit-scrollbar {
  width: 0.45rem;
  border-radius: 0.625rem;
}

::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 0.625rem;
}

::-webkit-scrollbar-thumb {
  background-color: #2E69AE;
  border-radius: 0.625rem;
  border: 0.063rem solid #2E69AE;
}

::-webkit-scrollbar-thumb:hover {
  background: #2E69AE;
}

* {
  font-family: "ARIAL", sans-serif;
  color: #000000;
}

h1 {
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 1110px) {
  h1 {
    font-size: 2rem;
    line-height: 2.774rem;
  }
}

h2,
.section-title {
  font-weight: 700;
  font-size: 1.75rem;
}
@media (max-width: 1110px) {
  h2,
  .section-title {
    font-size: 2rem;
    line-height: 2.774rem;
  }
}

h3 {
  font-weight: 700;
  font-size: 1rem;
}
@media (max-width: 1110px) {
  h3 {
    font-size: 2rem;
    line-height: 2.774rem;
  }
}

h4,
h5,
h6 {
  font-weight: 700;
  font-size: 1rem;
}
@media (max-width: 1110px) {
  h4,
  h5,
  h6 {
    font-size: 2rem;
    line-height: 2.774rem;
  }
}

p,
span,
li,
ol,
a,
em {
  font-weight: 300;
  font-size: 1.1rem;
}
ul,
ol {
  padding-left: 1.4rem;
}

a {
  display: inline-block;
}

.button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border: 0.0625rem solid #fff;
  border-radius: 0.25rem;
  padding: 0.75rem 1.5rem;
  background-color: #2E69AE;
}
@media (max-width: 1110px) {
  .button {
    width: 100%;
  }
}
.button:hover, .button:focus {
  outline: none !important;
  border: 0.0625rem solid #2E69AE;
}
.button--light-blue {
  background-color: #00B0F0;
}
@media (max-width: 1110px) {
  .button--light-blue {
    width: 100%;
  }
}
.button--light-blue:hover {
  border: 0.0625rem solid #00B0F0;
}

.header {
  padding: 0.594rem 0;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  box-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.1);
}
.header__active {
  transition: 0.4s;
  -webkit-box-shadow: 0 0 0.438erm rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 0.438rem rgba(0, 0, 0, 0.1) !important;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header__logo {
  width: 6.573rem;
  min-width: 6.573rem;
  height: auto;
}
@media (max-width: 1110px) {
  .header__logo {
    width: 6.063rem;
    min-width: 6.063rem;
  }
}
.header__logo a {
  width: 100%;
  height: 100%;
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__contacts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
}
@media (max-width: 1110px) {
  .header__contacts {
    display: none;
  }
}
.header__contacts .button {
  padding: 0.875rem 2.625rem;
}
@media (max-width: 1110px) {
  .header__contacts .button {
    padding: 0.875rem;
  }
}
.header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0rem;
}
@media (max-width: 1110px) {
  .header__nav {
    display: none;
  }
}
.header__nav > ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2.95rem;
}
@media (max-width: 1110px) {
  .header__nav > ul {
    gap: 1.5rem;
  }
}
.header__nav > ul li + li {
  margin-top: 0;
}
.header__nav > ul a {
  text-align: center;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  letter-spacing: -0.4px;
  color: #5A5954;
  opacity: 1;
  padding: 3.031rem 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
.header__nav > ul a:hover {
  color: #00B0F0;
}
.header__nav > ul li.current_page_item a {
  color: #00B0F0;
}
.header__submenu-close {
  display: none;
}
.header__burger {
  display: none;
}
@media (max-width: 1110px) {
  .header__burger {
    display: block;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath stroke='%2371BF45' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5.332 7.667h21.333M5.332 16h21.333M5.332 24.333h21.333'/%3E%3C/svg%3E");
  }
}

header ul, header ol, footer ul, footer ol {
  list-style: none;
  padding-left: 0;
}

.burger-menu {
  position: fixed;
  z-index: 999;
  left: -500px;
  top: 50%;
  height: 100vh;
  transform: translateY(-50%);
  background-color: #333;
  color: #fff;
  width: 500px;
  transition: left 0.6s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 40px 20px 20px;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0.6s ease-in-out;
  -moz-transition: left 0.6s ease-in-out;
  -ms-transition: left 0.6s ease-in-out;
  -o-transition: left 0.6s ease-in-out;
  gap: 30px;
}
@media (max-width: 1110px) {
  .burger-menu {
    left: -100%;
    width: 100%;
  }
}

.menu-close-btn {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%230C71C3' d='M25.707 24.293a1 1 0 0 1-1.415 1.415L16 17.414l-8.293 8.294a1 1 0 0 1-1.415-1.415L14.586 16 6.292 7.708a1 1 0 1 1 1.415-1.415L16 14.586l8.292-8.293a1 1 0 1 1 1.415 1.415L17.413 16l8.294 8.293Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  border: none;
  min-width: 2rem;
  min-height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #3a3a3a;
  display: none;
  justify-self: end;
}
@media (max-width: 1110px) {
  .menu-close-btn {
    display: block;
  }
}
.menu-close-btn rect {
  fill: #00B0F0;
}

.burger-menu.open {
  left: 0;
}

ul.info-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
ul.info-menu li {
  margin-left: 1.875rem;
}
ul.info-menu li.current_page_item a,
ul.info-menu li.current_page_item span.menu-item {
  color: #000000;
}
ul.info-menu li:first-child {
  margin-left: 0;
}
ul.info-menu li a {
  color: #000000;
  text-decoration: none;
}
ul.info-menu li a:hover {
  text-decoration: underline;
}
@media (max-width: 1110px) {
  ul.info-menu li a:hover {
    text-decoration: none;
  }
}

.site-top-menu-panel {
  position: relative;
  z-index: 5;
  width: 100%;
}

.sub-menu-container-box {
  position: absolute;
  border-top: 0.25rem solid #00B0F0;
  border-radius: 0 0 0.75rem 0.75rem;
  padding: 0.875rem 0;
  backdrop-filter: blur(0.875rem);
  box-shadow: 0 0.125rem 0.313rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.125rem 0.313rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.125rem 0.313rem rgba(0, 0, 0, 0.1);
  background: #ffffff;
  left: 0;
  z-index: 5;
  width: fit-content;
  min-width: 14rem;
  opacity: 0;
  top: 0;
  pointer-events: none;
  transition-property: opacity, top;
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
}
.sub-menu-container-box::-webkit-scrollbar {
  width: 0;
}
.sub-menu-container-box .sub-menu-container-box {
  left: 100%;
  top: 0 !important;
  padding: 0.875rem 0 !important;
}

.sub-menu .menu-item {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.sub-menu .menu-item a {
  color: #000000;
  font-family: "ARIAL", sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 150%;
  text-transform: capitalize;
}
.sub-menu .menu-item + .menu-item {
  margin-top: 0.5rem !important;
}

ul.sub-menu {
  padding-right: 0 !important;
  padding-left: 0 !important;
  gap: 0.5rem !important;
  text-align: left;
  list-style: none;
}
ul.sub-menu li {
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
ul.sub-menu li:has(.menu-item:hover) > :after {
  transform: rotate(-90deg);
}
ul.sub-menu li.current_page_item > a, ul.sub-menu li.current_page_item > span.menu-item {
  color: #000000;
}
ul.sub-menu li.current_page_item > .menu-item-arrow-has-children > :before {
  filter: brightness(0) saturate(100%) invert(41%) sepia(91%) saturate(392%) hue-rotate(153deg) brightness(116%) contrast(97%);
}
@media (max-width: 1110px) {
  ul.sub-menu li.current_page_item > .menu-item-arrow-has-children > :before {
    filter: none;
  }
}
ul.sub-menu li.current-menu-ancestor > a, ul.sub-menu li.current-menu-ancestor > span.menu-item {
  color: #000000;
}
ul.sub-menu li a,
ul.sub-menu li span.menu-item {
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "ARIAL", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #333;
  border-radius: 0.25rem;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  transition: 0.25s ease-in-out;
  text-transform: capitalize;
}
ul.sub-menu li a:hover,
ul.sub-menu li span.menu-item:hover {
  background-color: #E6E6E6;
  color: #5a5954;
}
@media (max-width: 1110px) {
  ul.sub-menu li a:hover,
  ul.sub-menu li span.menu-item:hover {
    color: #333;
    background: none;
  }
}
ul.sub-menu li .sub-menu-container {
  position: absolute;
  top: 0;
  z-index: 5;
  transform: translate(calc(100% - 0.125rem), -0.6875rem);
  filter: none;
}
ul.sub-menu li:hover > a, ul.sub-menu li:hover > span.menu-item {
  color: #5a5954 !important;
  background-color: #E6E6E6;
}
@media (max-width: 1110px) {
  ul.sub-menu li:hover > a, ul.sub-menu li:hover > span.menu-item {
    background: none;
    color: #5A5954 !important;
  }
}
ul.sub-menu li:hover > .menu-item-arrow-has-children:after {
  transform: translateY(-50%) rotate(-90deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath stroke='%2300B0F0' stroke-linecap='round' stroke-linejoin='round' d='m4.5 6.75 4.5 4.5 4.5-4.5' opacity='.6'/%3E%3C/svg%3E");
}
ul.sub-menu li:hover.menu-item-has-children:after {
  transform: translateY(-50%) rotate(-90deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath stroke='%235a5954 ' stroke-linecap='round' stroke-linejoin='round' d='m4.5 6.75 4.5 4.5 4.5-4.5' opacity='.6'/%3E%3C/svg%3E");
}
ul.sub-menu li:hover > .sub-menu-container-box {
  opacity: 1;
  pointer-events: all;
}
ul.sub-menu li.menu-item-has-children:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: 0.75rem;
  width: 1.125rem;
  height: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' d='m4.5 6.75 4.5 4.5 4.5-4.5' opacity='.6'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.25s ease-in-out;
}

ul.top-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 1.5rem;
}
ul.top-menu > li {
  position: relative;
  list-style: none;
}
ul.top-menu > li:hover > .menu-item-arrow-has-children,
ul.top-menu > li:hover > span {
  opacity: 0.6;
  transform-origin: center;
}
@media (max-width: 1110px) {
  ul.top-menu > li:hover > .menu-item-arrow-has-children,
  ul.top-menu > li:hover > span {
    opacity: 1;
  }
}
ul.top-menu > li:hover > .menu-item-arrow-has-children:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
ul.top-menu > li.menu-item-has-children {
  gap: 0.25rem;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  justify-content: center;
  align-items: center;
}
ul.top-menu > li.current-menu-ancestor > a, ul.top-menu > li.current-menu-ancestor > span.menu-item, ul.top-menu > li.current_page_item > a, ul.top-menu > li.current_page_item > span.menu-item {
  color: #00B0F0;
}
ul.top-menu > li.current-menu-ancestor + li.current-menu-ancestor a,
ul.top-menu > li.current-menu-ancestor + li.current-menu-ancestor span.menu-item {
  color: #000000;
}
ul.top-menu > li.current-menu-parent ~ .current-menu-item a,
ul.top-menu > li.current-menu-parent ~ .current-menu-item span.menu-item {
  color: #000000;
}
ul.top-menu > li > a, ul.top-menu > li > span.menu-item {
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  text-transform: capitalize;
  text-decoration: none;
  font-family: "ARIAL", sans-serif;
  font-weight: 700;
  font-size: 1.12rem;
  color: #5A5954;
  transition: color 300ms linear;
  -webkit-transition: color 300ms linear;
  -moz-transition: color 300ms linear;
  -ms-transition: color 300ms linear;
  -o-transition: color 300ms linear;
}
ul.top-menu > li:hover > .sub-menu-container-box {
  opacity: 1;
  pointer-events: all;
  transition-delay: 0ms;
  top: 100%;
}
ul.top-menu > li:hover > .menu-item-arrow-has-children {
  border-top-color: #000000;
}
ul.top-menu > li:hover > .menu-item-arrow-has-children:before {
  filter: brightness(0) saturate(100%) invert(41%) sepia(91%) saturate(392%) hue-rotate(153deg) brightness(116%) contrast(97%);
}
@media (max-width: 1110px) {
  ul.top-menu > li:hover > .menu-item-arrow-has-children:before {
    filter: none;
  }
}
ul.top-menu > li > .menu-item-arrow-has-children {
  width: 1rem;
  height: 1rem;
}
ul.top-menu > li > .menu-item-arrow-has-children:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%235A5954' d='M10.248 6.147 7.55 8.867l-2.698-2.72A.422.422 0 0 0 4.524 6a.422.422 0 0 0-.328.147.42.42 0 0 0-.146.324c0 .127.048.24.146.338l3.018 3.044a.496.496 0 0 0 .16.11.449.449 0 0 0 .176.037.449.449 0 0 0 .175-.037.496.496 0 0 0 .16-.11l3.019-3.044a.467.467 0 0 0 .146-.338.42.42 0 0 0-.146-.324.422.422 0 0 0-.328-.147.422.422 0 0 0-.328.147Z'/%3E%3C/svg%3E");
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transform-origin: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}

.top-menu-nav + .header__button.button {
  display: none;
  outline: none;
}

.mob-menu-title,
.menu-goto-parent,
.top-menu-background,
.parent-menu-title,
.menu-nav {
  display: none;
}

div {
  position: relative;
}

@media (max-width: 1110px) {
  ul.top-menu > li.menu-item-has-children {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
  }
  ul.sub-menu li .sub-menu-container {
    position: relative;
    top: 0;
    z-index: 5;
    transform: none;
    filter: none;
  }
  .site-top-menu-panel {
    position: fixed;
    z-index: 250;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translate(101%, 0);
    transition: all 0.5s ease-in-out;
    pointer-events: none;
    opacity: 0;
  }
  .site-top-menu-panel.opened {
    pointer-events: all;
    transform: translate(0, 0);
    transition-delay: 0s;
    opacity: 1;
  }
  .site-top-menu-panel.opened .mobile-menu-shell {
    transform: translate(0, 0);
  }
  .mobile-menu-shell {
    transform: translate(100%, 0);
    transition: all 0.5s ease-in-out;
  }
  .container.container__header.menu-wrapper {
    max-width: initial;
    width: 22.75rem;
    padding-left: initial;
    padding-right: initial;
    margin-left: initial;
    margin-right: initial;
    position: fixed;
    top: 0;
    left: auto !important;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: white;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 1110px) and (max-width: 767px) {
  .container.container__header.menu-wrapper {
    width: 100vw;
  }
}
@media (max-width: 1110px) {
  ul.sub-menu li.menu-item-has-children:after {
    content: none;
    width: 2rem;
    height: 2rem;
    right: 2rem;
    transform: translateY(-50%) rotate(-90deg) !important;
  }
  .top-menu-background {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(41, 169, 225, 0.68);
    z-index: 1;
  }
  .sub-menu-parent-title,
  .mob-menu-title {
    font-family: "ARIAL", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #5A5954;
    row-gap: 1rem;
    display: grid;
    align-items: center;
    line-height: 3rem;
    cursor: pointer;
    outline: 0;
    flex-direction: row-reverse;
    justify-content: space-between;
    white-space: nowrap;
    padding: 0 1rem;
    margin-bottom: 1.5rem;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .menu-close-btn {
    grid-area: 1/2/2/3;
  }
  .menu-item-arrow-has-children {
    height: 2rem !important;
    width: 2rem !important;
    position: absolute;
    right: 0.5rem;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transform: rotate(-90deg) !important;
    background-repeat: no-repeat;
  }
  .menu-item-arrow-has-children:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%235A5954' d='M10.248 6.147 7.55 8.867l-2.698-2.72A.422.422 0 0 0 4.524 6a.422.422 0 0 0-.328.147.42.42 0 0 0-.146.324c0 .127.048.24.146.338l3.018 3.044a.496.496 0 0 0 .16.11.449.449 0 0 0 .176.037.449.449 0 0 0 .175-.037.496.496 0 0 0 .16-.11l3.019-3.044a.467.467 0 0 0 .146-.338.42.42 0 0 0-.146-.324.422.422 0 0 0-.328-.147.422.422 0 0 0-.328.147Z'/%3E%3C/svg%3E");
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transform-origin: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
  }
  .menu-item-arrow-has-children:hover {
    transform: rotate(-90deg) !important;
  }
  .menu-item-arrow-has-children:after {
    content: none;
  }
  ul.top-menu > li:hover > .menu-item-arrow-has-children:before {
    transform: rotate(0deg) !important;
  }
  .parent-menu-title {
    display: block;
    grid-area: 2/1/3/3;
    padding: 0;
    color: #00B0F0;
    font-family: "ARIAL", sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6875rem;
    text-transform: capitalize;
    padding-bottom: 1rem;
    border-bottom: 0.0625rem solid #00B0F0;
  }
  .sub-menu-container-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0 !important;
    bottom: 0;
    z-index: 500;
    background-color: #ffffff;
    transform: translate(100%, 0);
    height: 100vh;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.5s ease-in-out;
    border-top: none;
    pointer-events: all;
  }
  .sub-menu-container-box.opened {
    transform: translate(0, 0);
    opacity: 1 !important;
    top: 0rem !important;
    width: 100%;
    left: 0;
  }
  ul.sub-menu {
    padding: 0 1rem;
  }
  ul.sub-menu .menu-item a {
    text-transform: capitalize;
    text-decoration: none;
    font-family: "ARIAL", sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.12rem !important;
    color: #5A5954;
  }
  ul.sub-menu li {
    position: static;
  }
  ul.sub-menu .menu-item + .menu-item {
    margin-top: 0;
  }
  ul.top-menu,
  ul.sub-menu {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 2rem;
    overflow-x: hidden;
    overflow-y: auto;
    position: static;
    width: 100%;
  }
  ul.top-menu a,
  ul.top-menu span.menu-item,
  ul.sub-menu a,
  ul.sub-menu span.menu-item {
    list-style: none;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 2.75rem;
    box-sizing: border-box;
    text-decoration: none;
    color: #5A5954;
    font-family: "ARIAL", sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6875rem;
  }
  ul.top-menu li,
  ul.sub-menu li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu-goto-parent {
    height: 2rem;
    width: 2rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    grid-area: 1/1/2/2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 34.075 34.075'%3E%3Cpath d='M24.57 34.075a1.964 1.964 0 0 1-1.396-.577L8.11 18.432a1.972 1.972 0 0 1 0-2.79L23.174.578a1.973 1.973 0 1 1 2.791 2.79l-13.67 13.669 13.67 13.669a1.974 1.974 0 0 1-1.395 3.369z' style='fill:%2300B0F0'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.2rem 1.2rem;
    background-position: left center;
    left: 0;
  }
  ul.top-menu,
  ul.top-menu > li,
  .top-menu-nav {
    position: static;
  }
  .menu-nav {
    align-items: center;
    outline: 0;
    flex-direction: row;
    justify-content: space-between;
    white-space: nowrap;
    display: flex;
    padding: 1rem !important;
    gap: 1.6875rem;
    width: 100%;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: 1.5rem;
  }
  .menu-nav a {
    width: 6rem;
    height: 2.62rem;
  }
  .menu-nav a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .site-panel__wrapper {
    order: 2;
  }
  .burger-icon {
    width: 1.5rem;
    height: 1rem;
    position: relative;
    z-index: 54;
    cursor: pointer;
  }
  .burger-icon span {
    display: block;
    position: absolute;
    height: 0.125rem;
    border-radius: 5px;
    width: 1.5rem;
    background-color: #2E69AE;
    transition: all 0.5s ease-in-out;
  }
  .burger-icon span:nth-child(1) {
    left: 0;
    top: 0;
  }
  .burger-icon span:nth-child(2) {
    top: calc(50% - 0.125rem);
    left: 0;
  }
  .burger-icon span:nth-child(3) {
    top: calc(100% - 0.25rem);
    left: 0;
  }
  .burger-icon.opened span:nth-child(1) {
    left: -0.188rem;
    top: calc(50% - 0.125rem);
    transform: rotate(45deg);
  }
  .burger-icon.opened span:nth-child(2) {
    opacity: 0;
    transform: scale(0, 1);
    left: -0.188rem;
  }
  .burger-icon.opened span:nth-child(3) {
    left: -0.188rem;
    top: calc(50% - 0.125rem);
    transform: rotate(-45deg);
  }
}
.home-hero {
  position: relative;
}
.home-hero__wrapper {
  padding: 15.063rem 0 10.313rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1110px) {
  .home-hero__wrapper {
    gap: 2rem;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .home-hero__wrapper {
    padding: 14rem 0 2.75rem;
  }
}
.home-hero__img {
  width: 17.75rem;
  height: 8.25rem;
}
@media (max-width: 1110px) {
  .home-hero__img {
    width: 100%;
    height: 13rem;
  }
}
.home-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1110px) {
  .home-hero__img img {
    object-fit: contain;
  }
}
.home-hero__content {
  max-width: 22rem;
  width: 100%;
}
@media (max-width: 1110px) {
  .home-hero__content {
    max-width: 100%;
  }
}
.home-hero__content h1,
.home-hero__content h2,
.home-hero__content h3,
.home-hero__content h4,
.home-hero__content h5, .home-hero__content h6 {
  color: #000B70;
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-size: 2rem;
  line-height: 2.774rem;
}
.home-hero__content p,
.home-hero__content span,
.home-hero__content strong,
.home-hero__content li,
.home-hero__content em,
.home-hero__content q,
.home-hero__content i,
.home-hero__content blockquote,
.home-hero__content u {
  font-weight: 300;
  font-size: 1.1rem;
  color: #000000;
  line-height: 1.526rem;
  margin-bottom: 0.889rem;
}
@media (max-width: 1110px) {
  .home-hero__content p,
  .home-hero__content span,
  .home-hero__content strong,
  .home-hero__content li,
  .home-hero__content em,
  .home-hero__content q,
  .home-hero__content i,
  .home-hero__content blockquote,
  .home-hero__content u {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.889rem;
  }
}
.home-hero__content strong,
.home-hero__content b {
  font-weight: 800;
}
.home-hero__content ul,
.home-hero__content ol {
  list-style: disc;
  margin-bottom: 0.889rem;
}

.blue-line {
  box-shadow: 0 0.111rem 0.889rem 0 rgba(0, 0, 0, 0.3019607843);
}
.blue-line__main {
  background: #2E69AE;
  padding: 1.333rem 0;
  text-align: center;
}
.blue-line__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.889rem;
}
@media (max-width: 1110px) {
  .blue-line__list {
    flex-direction: column;
    gap: 1rem;
    border-bottom: 0.063rem solid #ffffff;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.blue-line__item {
  font-weight: 700;
  color: #ffffff;
  font-size: 1.556rem;
  line-height: 2.158rem;
  position: relative;
}
.blue-line__item::before {
  content: "|";
  color: #ffffff;
  padding-left: 0.5rem;
}
@media (max-width: 1110px) {
  .blue-line__item::before {
    content: "-";
  }
}
.blue-line__item:first-child::before {
  content: none;
}
@media (max-width: 1110px) {
  .blue-line__item:first-child::before {
    content: "-";
  }
}
.blue-line__text * {
  font-weight: 700;
  color: #ffffff;
  font-size: 1.556rem;
  line-height: 2.158rem;
}
.blue-line__additional {
  background: #00B0F0;
  padding: 1.333rem 0;
  text-align: center;
}
.blue-line.shadow {
  box-shadow: 0px 0px 0.5rem 0.2rem rgba(0, 0, 0, 0.12);
  z-index: 6;
  position: relative;
}

.side-by-side {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  position: relative;
}
.side-by-side--shadow {
  margin-bottom: 0.5rem;
  box-shadow: 0 0.0625rem 0.438rem 0 rgba(0, 0, 0, 0.3);
}
.side-by-side__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6.125rem;
  padding-top: 4.375rem;
  padding-bottom: 3.438rem;
}
@media (max-width: 1110px) {
  .side-by-side__wrapper {
    align-items: center;
    flex-direction: column;
    gap: 3.25rem;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 767px) {
  .side-by-side__wrapper {
    gap: 2.35rem;
  }
}
.side-by-side__wrapper--reversed {
  flex-direction: row-reverse;
}
@media (max-width: 1110px) {
  .side-by-side__wrapper--reversed {
    flex-direction: column;
  }
}
.side-by-side__content {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1110px) {
  .side-by-side__content {
    width: 100%;
    min-height: auto;
  }
}
@media (max-width: 1110px) {
  .side-by-side__text {
    max-width: 100%;
  }
}
.side-by-side__text ul {
  list-style: disc;
}
.side-by-side__text ol {
  list-style: decimal;
}
.side-by-side__visual {
  position: relative;
  width: 100%;
  max-width: 26.375rem;
  max-height: 15rem;
}
@media (max-width: 1110px) {
  .side-by-side__visual {
    width: 100%;
    max-width: 100%;
  }
}
.side-by-side__visual .video-item {
  width: 100%;
  height: 100%;
}
.side-by-side__visual:has(.video-item) {
  height: 15rem;
}
.side-by-side__visual img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.side-by-side__visual video,
.side-by-side__visual iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.side-by-side__image {
  width: var(--data-size);
  margin: 0 auto;
}
.side-by-side__heading * {
  font-weight: 700;
  font-size: 1.75rem;
  color: #2E69AE;
  margin-bottom: 1.25rem;
}
@media (max-width: 1110px) {
  .side-by-side__heading * {
    font-size: 2rem;
    line-height: 2.774rem;
  }
}
.side-by-side__heading--blue * {
  color: #00B0F0;
}
.side-by-side__separator {
  display: block;
  height: 1rem;
  width: 100%;
  margin-bottom: 1.25rem;
}
.side-by-side__text * {
  font-weight: 300;
  font-size: 1.1rem;
  color: #000000;
}
@media (max-width: 1110px) {
  .side-by-side__text * {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.889rem;
  }
}
.side-by-side__text a {
  color: #00B0F0;
  display: inline-block;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.side-by-side__text a:hover {
  color: #2E69AE;
}
.side-by-side__text p + p {
  margin-top: 1.25rem;
}

.page-template-aside-template .side-by-side__wrapper {
  padding-top: 0;
}

.spacer {
  height: var(--space-desktop);
}
@media (max-width: 1110px) {
  .spacer {
    height: var(--space-tablet);
  }
}
@media (max-width: 767px) {
  .spacer {
    height: var(--space-mobile);
  }
}
.spacer.shadow {
  background-color: transparent !important;
}
.spacer.shadow--top {
  box-shadow: 0px -0.438rem 0.438rem 0px rgba(0, 0, 0, 0.3);
}
.spacer.shadow--bottom {
  box-shadow: 0px 0.438rem 0.438rem 0px rgba(0, 0, 0, 0.3);
}

.small-items {
  padding: 3.75rem 0;
  overflow: hidden;
}
@media (max-width: 1110px) {
  .small-items {
    padding: 3.125rem 0;
  }
}
.small-items__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 1.875rem;
  row-gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 1110px) {
  .small-items__wrapper {
    flex-wrap: nowrap;
    column-gap: 2rem;
    row-gap: 2rem;
    flex-direction: column;
  }
}
.small-items__item {
  width: 15.375rem;
  text-align: center;
}
@media (max-width: 1110px) {
  .small-items__item {
    width: 100%;
  }
}
.small-items__item--title {
  font-weight: 700;
  color: #2E69AE;
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  line-height: 2.428rem;
}
@media (max-width: 1110px) {
  .small-items__item--title {
    font-size: 2rem;
    line-height: 2.774rem;
  }
}
.small-items__item--text span,
.small-items__item--text strong,
.small-items__item--text li,
.small-items__item--text em,
.small-items__item--text q,
.small-items__item--text i,
.small-items__item--text h1,
.small-items__item--text h2,
.small-items__item--text h3,
.small-items__item--text h4,
.small-items__item--text h5,
.small-items__item--text h6,
.small-items__item--text blockquote,
.small-items__item--text u,
.small-items__item--text a, .small-items__item--text p {
  font-weight: 300;
  color: #000000;
  font-size: 1.1rem;
  line-height: 1.526rem;
}
@media (max-width: 1110px) {
  .small-items__item--text span,
  .small-items__item--text strong,
  .small-items__item--text li,
  .small-items__item--text em,
  .small-items__item--text q,
  .small-items__item--text i,
  .small-items__item--text h1,
  .small-items__item--text h2,
  .small-items__item--text h3,
  .small-items__item--text h4,
  .small-items__item--text h5,
  .small-items__item--text h6,
  .small-items__item--text blockquote,
  .small-items__item--text u,
  .small-items__item--text a, .small-items__item--text p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.small-items__item--text a {
  color: #00B0F0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.small-items__item--text a:hover {
  color: #2E69AE;
}
.small-items__item--text strong,
.small-items__item--text b {
  font-weight: 800;
}
.small-items__item--text ul,
.small-items__item--text ol {
  list-style: disc;
  margin-bottom: 0.889rem;
}

.buttons-block {
  padding: 1.75rem 0;
  overflow: hidden;
}
@media (max-width: 1110px) {
  .buttons-block {
    padding: 1.875rem 0;
  }
}
.buttons-block__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25%;
}
@media (max-width: 1110px) {
  .buttons-block__wrapper {
    flex-direction: column;
    gap: 0.889rem;
  }
}
@media (max-width: 1110px) {
  .buttons-block__btn {
    width: 100%;
  }
}
.buttons-block.shadow {
  box-shadow: 0px 0px 0.5rem 0.2rem rgba(0, 0, 0, 0.12);
  z-index: 6;
  position: relative;
}

hr.wp-block-separator {
  background-color: transparent !important;
  color: transparent !important;
  height: 0.0625rem;
  border: none;
  box-shadow: 0px 0.438rem 0.438rem 0px rgba(0, 0, 0, 0.6);
}

.recent-news {
  padding: 3.75rem 0;
  overflow: hidden;
}
@media (max-width: 1110px) {
  .recent-news {
    padding: 3.125rem 0;
  }
}
.recent-news__title {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.428rem;
  color: #2E69AE;
  margin-bottom: 1.25rem;
}
@media (max-width: 1110px) {
  .recent-news__title {
    font-size: 2rem;
    line-height: 2.774rem;
  }
}
.recent-news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.375rem;
}
@media (max-width: 1110px) {
  .recent-news__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.recent-news__card {
  transition: all 0.3s ease-in-out;
  width: 18.25rem;
}
@media (max-width: 1110px) {
  .recent-news__card {
    width: 100%;
  }
}
.recent-news__card__img {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 1.25rem;
}
@media (max-width: 1110px) {
  .recent-news__card__img {
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
.recent-news__card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.recent-news__card__img--error::before {
  display: none;
}
.recent-news__card--title {
  transition: all 0.3s ease-in-out;
  color: #000B70;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.15rem;
  margin-bottom: 0.5rem;
  height: 2.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1110px) {
  .recent-news__card--title {
    font-size: 1.1rem;
    line-height: 1.45rem;
    height: auto;
  }
}
.recent-news__card--text {
  color: #565656;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.068rem;
  margin-bottom: 0.875rem;
  height: 3.15rem;
  font-weight: 300;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.recent-news__card--text * {
  color: #565656;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.068rem;
  margin-bottom: 0.875rem;
  height: 3.15rem;
}
@media (max-width: 1110px) {
  .recent-news__card--text * {
    font-size: 1rem;
    line-height: 1.5rem;
    height: auto;
  }
}
@media (max-width: 1110px) {
  .recent-news__card--text {
    font-size: 1rem;
    line-height: 1.5rem;
    height: auto;
  }
}
.recent-news__card--tags {
  color: #00B0F0;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.863rem;
}
@media (max-width: 1110px) {
  .recent-news__card--tags {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
.recent-news__card--tag {
  transition: all 0.3s ease-in-out;
  color: #00B0F0;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.863rem;
}
@media (max-width: 1110px) {
  .recent-news__card--tag {
    font-size: 0.83rem;
    line-height: 1rem;
  }
}
.recent-news__card--tag:hover {
  color: #2E69AE;
}
.recent-news__card:hover {
  transform: scale(1.02);
}
.recent-news__card:hover .recent-news__card--title {
  color: #00B0F0;
}

.post-category {
  padding: 3.75rem 0;
  overflow: hidden;
}
@media (max-width: 1110px) {
  .post-category {
    padding: 3.125rem 0;
  }
}
.post-category__title {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.428rem;
  color: #2E69AE;
  margin-bottom: 1.25rem;
}
@media (max-width: 1110px) {
  .post-category__title {
    font-size: 2rem;
    line-height: 2.774rem;
  }
}
.post-category__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.375rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 1110px) {
  .post-category__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.post-category__card {
  transition: all 0.3s ease-in-out;
  width: 18.25rem;
}
@media (max-width: 1110px) {
  .post-category__card {
    width: 100%;
  }
}
.post-category__card__img {
  width: 100%;
  position: relative;
  margin-bottom: 1.25rem;
}
@media (max-width: 1110px) {
  .post-category__card__img {
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
.post-category__card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.post-category__card__img--error::before {
  display: none;
}
.post-category__card--title {
  transition: all 0.3s ease-in-out;
  color: #000B70;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.15rem;
  margin-bottom: 0.5rem;
  height: 2.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1110px) {
  .post-category__card--title {
    font-size: 1.1rem;
    line-height: 1.45rem;
    height: auto;
  }
}
.post-category__card--text {
  color: #565656;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.068rem;
  margin-bottom: 0.875rem;
  height: 3.15rem;
  font-weight: 300;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.post-category__card--text * {
  color: #565656;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.068rem;
  margin-bottom: 0.875rem;
  height: 3.15rem;
}
@media (max-width: 1110px) {
  .post-category__card--text * {
    font-size: 1rem;
    line-height: 1.5rem;
    height: auto;
  }
}
@media (max-width: 1110px) {
  .post-category__card--text {
    font-size: 1rem;
    line-height: 1.5rem;
    height: auto;
  }
}
.post-category__card--tags {
  color: #00B0F0;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.863rem;
}
@media (max-width: 1110px) {
  .post-category__card--tags {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
.post-category__card--tag {
  transition: all 0.3s ease-in-out;
  color: #00B0F0;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.863rem;
}
@media (max-width: 1110px) {
  .post-category__card--tag {
    font-size: 0.83rem;
    line-height: 1rem;
  }
}
.post-category__card--tag:hover {
  color: #2E69AE;
}
.post-category__card:hover {
  transform: scale(1.02);
}
.post-category__card:hover .recent-news__card--title {
  color: #00B0F0;
}
.post-category__btn {
  font-size: 1rem;
  line-height: 1.7rem;
  padding: 0.5rem 1.5rem;
  margin: 0 auto;
  display: block;
  max-width: 40rem;
  width: fit-content;
}
@media (max-width: 1110px) {
  .post-category__btn {
    max-width: 100%;
    width: 100%;
  }
}

.posts-slider {
  padding: 3.75rem 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1110px) {
  .posts-slider {
    padding: 3.125rem 0;
  }
}
.posts-slider__wrapper {
  position: relative;
}
.posts-slider__card {
  box-shadow: 0rem 0.1rem 0.1rem 0rem rgba(0, 0, 0, 0.3019607843);
}
.posts-slider__card a {
  display: block;
}
.posts-slider__card__img {
  width: 100%;
  height: auto;
}
.posts-slider__card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.posts-slider__card--content {
  padding: 1rem 1.188rem;
  background: rgba(244, 244, 244, 0.9568627451);
}
@media (max-width: 1110px) {
  .posts-slider__card--content {
    padding: 1rem;
  }
}
.posts-slider__card--title {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.734rem;
  color: #52A2D5;
  text-transform: capitalize;
  height: 3.55rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 1.219rem;
}
@media (max-width: 1110px) {
  .posts-slider__card--title {
    font-size: 1rem;
    line-height: 1.5rem;
    -webkit-line-clamp: 2;
    height: 3.2rem;
  }
}
.posts-slider__card--text {
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.221rem;
  height: 6.3rem;
  overflow: hidden;
  -webkit-overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 4.125rem;
}
.posts-slider__card--text * {
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.221rem;
}
@media (max-width: 1110px) {
  .posts-slider__card--text * {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 1110px) {
  .posts-slider__card--text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.posts-slider__card--btn {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.7rem;
}
.posts-slider__navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
}
.posts-slider__navigation-next {
  right: -1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1110px) {
  .posts-slider__navigation-next {
    right: -1rem;
  }
}
.posts-slider__navigation-next::after {
  content: "";
  background: url("./src/img/next.webp");
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 2.5rem;
  height: 2.5rem;
}
.posts-slider__navigation-next:hover {
  transform: scale(1.13);
}
.posts-slider__navigation-prev {
  left: -1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1110px) {
  .posts-slider__navigation-prev {
    left: -1rem;
  }
}
.posts-slider__navigation-prev::after {
  content: "";
  background: url("./src/img/prev.webp");
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 2.5rem;
  height: 2.5rem;
}
.posts-slider__navigation-prev:hover {
  transform: scale(1.13);
}

.error-page {
  height: 100vh;
  overflow: hidden;
}
.error-page__wrapper {
  padding: 5rem 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 1110px) {
  .error-page__wrapper {
    padding: 8rem 0;
  }
}
.error-page__title {
  font-size: 25rem;
  line-height: 25.5rem;
  color: #202449;
  text-transform: uppercase;
}
@media (max-width: 1110px) {
  .error-page__title {
    font-size: 15rem;
    line-height: 15.5rem;
  }
}
@media (max-width: 767px) {
  .error-page__title {
    font-size: 10rem;
    line-height: 12.5rem;
  }
}
.error-page__subtitle {
  font-size: 2.5rem;
  line-height: 2.7rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1110px) {
  .error-page__subtitle {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
.error-page__text {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin: 0 auto 1.5rem;
  max-width: 50rem;
  text-align: center;
}
@media (max-width: 1110px) {
  .error-page__text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.error-page__btn {
  text-transform: uppercase;
}

.contact-form__wrapper {
  padding-top: 3.75rem;
  padding-bottom: 1rem;
}
.contact-form__title {
  color: #2E69AE;
  margin-bottom: 2.625rem;
}
.contact-form__form {
  background-color: rgba(244, 244, 244, 0.9568627451);
  padding: 1.188rem 0.938rem;
}
.contact-form__form .wpforms-container .wpforms-field {
  padding: 0;
}
.contact-form__form .wpforms-container .wpforms-field + .wpforms-field {
  margin-top: 1.25rem;
}
.contact-form__form .wpforms-container div.wpforms-container-full:not(:empty) {
  margin: 0;
}
.contact-form__form .wpforms-container .wpforms-form .wpforms-field-label,
.contact-form__form .wpforms-container .wpforms-form label {
  font-family: "ARIAL", sans-serif !important;
  font-weight: 300 !important;
  font-size: 1rem !important;
  color: #000 !important;
}
@media (max-width: 1110px) {
  .contact-form__form .wpforms-container .wpforms-form .wpforms-field-label,
  .contact-form__form .wpforms-container .wpforms-form label {
    font-size: 0.875rem !important;
  }
}
.contact-form__form .wpforms-container input[type=text], .contact-form__form .wpforms-container input[type=email] {
  height: 2.38rem;
  border: 1px solid #ccc;
  border-radius: 0.12rem;
}
.contact-form__form button[type=submit] {
  border: 1px solid #ddd !important;
  padding: 0.75rem 1.5rem !important;
  background: #2E69AE !important;
  height: 2.88rem !important;
  font-family: "ARIAL", sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.12rem !important;
  text-align: center !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.contact-form__form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li,
.contact-form__form div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li,
.contact-form__form div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li,
.contact-form__form div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li,
.contact-form__form div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li {
  align-items: center;
}
.contact-form__form div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
.contact-form__form div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.contact-form__form div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.contact-form__form .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
.contact-form__form .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.contact-form__form .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  opacity: 0.75;
}
.contact-form__form div.wpforms-container-full:not(:empty) {
  margin: 0 !important;
}
.contact-form__form .wpforms-submit-container {
  margin-top: 2.625rem !important;
}
@media (max-width: 1110px) {
  .contact-form__form .wpforms-submit-container {
    margin-top: 1.625rem !important;
  }
}

.text-block {
  padding: 3.75rem 0;
  overflow: hidden;
  background: rgba(244, 244, 244, 0.9568627451);
}
@media (max-width: 1110px) {
  .text-block {
    padding: 3.125rem 0;
  }
}
.text-block__wrapper {
  background: #ffffff;
  padding: 3.75rem;
}
@media (max-width: 1110px) {
  .text-block__wrapper {
    padding: 1.25rem;
  }
}
.text-block__wrapper h1,
.text-block__wrapper h2,
.text-block__wrapper h3,
.text-block__wrapper h4,
.text-block__wrapper h5,
.text-block__wrapper h6 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2E69AE;
  line-height: 2.136rem;
  margin-bottom: 2.625rem;
}
@media (max-width: 1110px) {
  .text-block__wrapper h1,
  .text-block__wrapper h2,
  .text-block__wrapper h3,
  .text-block__wrapper h4,
  .text-block__wrapper h5,
  .text-block__wrapper h6 {
    font-size: 2rem;
    line-height: 2.774rem;
    margin-bottom: 1.5rem;
  }
}
.text-block__wrapper h1 a,
.text-block__wrapper h2 a,
.text-block__wrapper h3 a,
.text-block__wrapper h4 a,
.text-block__wrapper h5 a,
.text-block__wrapper h6 a {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2E69AE;
  line-height: 2.136rem;
  color: #00B0F0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.text-block__wrapper h1 a:hover,
.text-block__wrapper h2 a:hover,
.text-block__wrapper h3 a:hover,
.text-block__wrapper h4 a:hover,
.text-block__wrapper h5 a:hover,
.text-block__wrapper h6 a:hover {
  color: #2E69AE;
}
.text-block__wrapper p,
.text-block__wrapper span,
.text-block__wrapper strong,
.text-block__wrapper li,
.text-block__wrapper em,
.text-block__wrapper q,
.text-block__wrapper i,
.text-block__wrapper blockquote,
.text-block__wrapper u, .text-block__wrapper a {
  font-weight: 300;
  font-size: 1.1rem;
  color: #000000;
  line-height: 1.526rem;
  margin-bottom: 0.876rem;
}
@media (max-width: 767px) {
  .text-block__wrapper p,
  .text-block__wrapper span,
  .text-block__wrapper strong,
  .text-block__wrapper li,
  .text-block__wrapper em,
  .text-block__wrapper q,
  .text-block__wrapper i,
  .text-block__wrapper blockquote,
  .text-block__wrapper u, .text-block__wrapper a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.text-block__wrapper a {
  color: #00B0F0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.text-block__wrapper a:hover {
  color: #2E69AE;
}
.text-block__wrapper strong,
.text-block__wrapper b {
  font-weight: 800;
}
.text-block__wrapper ul,
.text-block__wrapper ol {
  list-style: disc;
  margin-bottom: 0.889rem;
}

.multi__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5.375rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 1110px) {
  .multi__wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
.multi__content {
  width: 100%;
  max-width: 31.25rem;
}
.multi__content--wide {
  max-width: 100%;
}
.multi__content--wide .search {
  padding-right: 0 !important;
}
.multi__content h1 {
  font-family: "ARIAL", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #000B70;
}
.multi__content .searchform {
  padding-right: 0 !important;
}
.multi__text {
  margin-top: 1rem;
  width: 100%;
}
@media (max-width: 1110px) {
  .multi__text {
    margin-top: 2rem;
  }
}
.multi__text a {
  color: #00B0F0;
  display: contents;
  font-weight: 300;
  font-size: 1.1rem;
  transition: 0.15s ease-in-out;
}
.multi__text a:hover {
  color: #2E69AE;
  background-color: transparent;
}
@media (max-width: 1110px) {
  .multi__text a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.multi__text p {
  font-weight: 300;
  font-size: 1.1rem;
  color: #000;
}
@media (max-width: 1110px) {
  .multi__text p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.multi__text p + p,
.multi__text li + li {
  margin-top: 1.25rem;
}
@media (max-width: 1110px) {
  .multi__text p + p,
  .multi__text li + li {
    margin-top: 1rem;
  }
}
.multi .searchform {
  margin-top: 2rem;
  padding-right: 2.843rem;
}
@media (max-width: 1110px) {
  .multi .searchform {
    padding-right: 0;
  }
}
.multi .side-menu {
  max-width: 20.438rem;
}
@media (max-width: 1110px) {
  .multi .side-menu {
    display: block;
  }
}
.multi__img {
  width: 25rem;
  height: 15rem;
}
@media (max-width: 1110px) {
  .multi__img {
    width: 100%;
    height: 17rem;
  }
}
@media (max-width: 1110px) {
  .multi__img {
    height: 13rem;
  }
}
.multi__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1110px) {
  .multi__img img {
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .multi__img img {
    object-fit: contain;
  }
}
@media (max-width: 1110px) {
  .multi__img-menu {
    width: 100%;
  }
}

.searchform__inner {
  display: flex;
  align-items: center;
  width: 100%;
}
.searchform__inner input {
  flex: 1;
  border: 0.0625rem solid #ccc;
  padding: 0.625rem 0.813rem;
  height: 2.25rem;
  font-family: "ARIAL", sans-serif;
  font-weight: 400;
  font-size: 0.88rem;
  color: #000000;
}
.searchform__inner input::placeholder {
  font-family: "ARIAL", sans-serif;
  font-weight: 400;
  font-size: 0.88rem;
  color: #757575;
}
.searchform__inner button {
  background: #ededed;
  border: 0.0625rem solid #ccc;
  border-left: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' fill='none' viewBox='0 0 22 23'%3E%3Cpath fill='%23555' d='M14.915 13.063h-.723l-.256-.247a5.92 5.92 0 0 0 1.437-3.87 5.946 5.946 0 1 0-5.947 5.947 5.92 5.92 0 0 0 3.87-1.437l.247.256v.723L18.117 19l1.363-1.363-4.565-4.574Zm-5.489 0A4.111 4.111 0 0 1 5.31 8.946 4.111 4.111 0 0 1 9.426 4.83a4.111 4.111 0 0 1 4.117 4.116 4.111 4.111 0 0 1-4.117 4.117Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.375rem 1.375rem;
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
}

.side-menu__name {
  font-weight: 700;
  font-size: 1.12rem;
  color: #00B0F0;
  margin-bottom: 0.875rem;
}
@media (max-width: 767px) {
  .side-menu__name {
    font-size: 1rem;
  }
}
.side-menu__list {
  padding-left: 0;
  list-style: none;
}
.side-menu__list li {
  font-weight: 400;
  font-size: 1rem;
  color: #666;
}
@media (max-width: 767px) {
  .side-menu__list li {
    font-size: 0.875rem;
  }
}
.side-menu__list li a {
  font-weight: 400;
  font-size: 1rem;
  padding: 0;
  color: #666;
  transition: 0.15s ease-in-out;
}
@media (max-width: 767px) {
  .side-menu__list li a {
    font-size: 0.875rem;
  }
}
.side-menu__list li a:hover {
  color: #00B0F0 !important;
  background-color: transparent;
}
.side-menu__list li.current-menu-item {
  font-weight: 500;
  color: #00B0F0 !important;
}
.side-menu__list li.current-menu-item > a {
  font-weight: 500;
  color: #00B0F0 !important;
}
.side-menu__list li.menu-item-has-children:after {
  content: none;
}
.side-menu__list li + li {
  margin-top: 0.75rem;
}
.side-menu__list .sub-menu {
  margin-top: 0.75rem;
  margin-bottom: 0 !important;
}
.side-menu__list .sub-menu .menu-item {
  font-weight: 400 !important;
  font-size: 1rem !important;
  letter-spacing: normal !important;
  color: #666;
}
@media (max-width: 767px) {
  .side-menu__list .sub-menu .menu-item {
    font-size: 0.875rem !important;
  }
}
.side-menu__list .sub-menu .menu-item:hover a {
  background-color: transparent !important;
}
.side-menu__list .sub-menu .menu-item.menu-item-has-children:after {
  content: none;
}
.side-menu__list .sub-menu .menu-item.current-menu-item {
  font-weight: 500;
  color: #00B0F0 !important;
}
.side-menu__list .sub-menu .menu-item a {
  font-weight: 400 !important;
  font-size: 1rem !important;
  padding: 0;
  letter-spacing: normal !important;
  color: #666;
}
@media (max-width: 767px) {
  .side-menu__list .sub-menu .menu-item a {
    font-size: 0.875rem !important;
  }
}
.side-menu__list .sub-menu .menu-item + .menu-item {
  margin-top: 0.75rem !important;
}

.header .current-menu-item > a, .header .current-category-parent > a, .header .current_page_parent .current-menu-item > span {
  color: #5a5954 !important;
  background-color: #E6E6E6;
}

.latest-reading {
  padding: 3.75rem 0;
  overflow: hidden;
}
@media (max-width: 1110px) {
  .latest-reading {
    padding: 3.125rem 0;
  }
}
.latest-reading__title {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.428rem;
  color: #2E69AE;
  margin-bottom: 1.25rem;
}
@media (max-width: 1110px) {
  .latest-reading__title {
    font-size: 2rem;
    line-height: 2.774rem;
  }
}
.latest-reading__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.375rem;
}
@media (max-width: 1110px) {
  .latest-reading__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.latest-reading__card {
  transition: all 0.3s ease-in-out;
  width: 18.25rem;
}
@media (max-width: 1110px) {
  .latest-reading__card {
    width: 100%;
  }
}
.latest-reading__card__img {
  width: 18.25rem;
  height: 10.25rem;
  position: relative;
  margin-bottom: 1.25rem;
}
@media (max-width: 1110px) {
  .latest-reading__card__img {
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
.latest-reading__card__img::before {
  content: "";
  display: block;
  position: absolute;
  box-shadow: 0 0.063rem 0.438rem 0 rgba(0, 0, 0, 0.3019607843);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.latest-reading__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latest-reading__card__img--error::before {
  display: none;
}
.latest-reading__card--title {
  transition: all 0.3s ease-in-out;
  color: #000B70;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.15rem;
  margin-bottom: 0.5rem;
  height: 2.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1110px) {
  .latest-reading__card--title {
    font-size: 1.1rem;
    line-height: 1.45rem;
    height: auto;
  }
}
.latest-reading__card--text {
  color: #000000;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.068rem;
  margin-bottom: 0.875rem;
  height: 3.2rem;
  font-weight: 300;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.latest-reading__card--text * {
  color: #000000;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.068rem;
  margin-bottom: 0.875rem;
  height: 3.2rem;
}
@media (max-width: 1110px) {
  .latest-reading__card--text * {
    font-size: 1rem;
    line-height: 1.5rem;
    height: auto;
  }
}
@media (max-width: 1110px) {
  .latest-reading__card--text {
    font-size: 1rem;
    line-height: 1.5rem;
    height: auto;
  }
}
.latest-reading__card--tags {
  color: #00B0F0;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.863rem;
}
@media (max-width: 1110px) {
  .latest-reading__card--tags {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
.latest-reading__card--tag {
  transition: all 0.3s ease-in-out;
  color: #00B0F0;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.863rem;
}
@media (max-width: 1110px) {
  .latest-reading__card--tag {
    font-size: 0.83rem;
    line-height: 1rem;
  }
}
.latest-reading__card--tag:hover {
  color: #2E69AE;
}
.latest-reading__card:hover {
  transform: scale(1.02);
}
.latest-reading__card:hover .recent-news__card--title {
  color: #00B0F0;
}

.columns-text__wrapper {
  padding: 3.75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}
@media (max-width: 1110px) {
  .columns-text__wrapper {
    padding: 3.125rem 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.875rem;
  }
}
@media (max-width: 767px) {
  .columns-text__wrapper {
    gap: 1.25rem;
  }
}
.columns-text__wrapper--wide {
  gap: 6.25rem;
}
@media (max-width: 1110px) {
  .columns-text__wrapper--wide {
    gap: 1.875rem;
  }
}
@media (max-width: 767px) {
  .columns-text__wrapper--wide {
    gap: 1.25rem;
  }
}
.columns-text__wrapper--top {
  align-items: flex-start;
}
.columns-text__inner {
  flex: 1;
}
@media (max-width: 1110px) {
  .columns-text__inner {
    width: 100%;
  }
}
@media (max-width: 1110px) {
  .columns-text__inner:nth-child(1) {
    border-bottom: 0.938rem solid #2E69AE;
    padding-bottom: 2.813rem;
  }
}
@media (max-width: 767px) {
  .columns-text__inner:nth-child(1) {
    border-bottom: 0.625rem solid #2E69AE;
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 1110px) {
  .columns-text__inner * {
    text-align: left !important;
  }
}
.columns-text__inner h1,
.columns-text__inner h2 {
  font-weight: 700;
  font-size: 1.75rem;
  color: #2E69AE;
  margin-top: 2.625rem;
  margin-bottom: 1.25rem;
}
.columns-text__inner h3 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #2E69AE;
  margin-top: 2.425rem;
  margin-bottom: 1rem;
}
.columns-text__inner h4 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #2E69AE;
  margin-top: 2.225rem;
  margin-bottom: 1rem;
}
.columns-text__inner p,
.columns-text__inner li,
.columns-text__inner span,
.columns-text__inner a {
  font-weight: 400;
  font-size: 1.1rem;
  color: #000;
}
@media (max-width: 1110px) {
  .columns-text__inner p,
  .columns-text__inner li,
  .columns-text__inner span,
  .columns-text__inner a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.columns-text__inner a {
  color: #00B0F0;
  display: contents;
  transition: 0.15s ease-in-out;
}
.columns-text__inner a:hover {
  color: #2E69AE;
  background-color: transparent;
}
.columns-text__inner p + p,
.columns-text__inner li + li {
  margin-top: 0.25rem;
}
@media (max-width: 1110px) {
  .columns-text__inner p + p,
  .columns-text__inner li + li {
    margin-top: 1rem;
  }
}
.columns-text__inner ul,
.columns-text__inner ol {
  list-style: revert;
  margin-top: 1.25rem;
  padding-left: 2rem;
}
@media (max-width: 1110px) {
  .columns-text__inner ul,
  .columns-text__inner ol {
    padding-left: 1rem;
  }
}
.columns-text__inner ul + p,
.columns-text__inner ol + p {
  margin-top: 1.25rem;
}
@media (max-width: 1110px) {
  .columns-text__inner ul + p,
  .columns-text__inner ol + p {
    margin-top: 1rem;
  }
}
.columns-text__inner blockquote {
  padding-left: 0.656rem;
  border-left: 0.313rem solid #00B0F0;
}
.columns-text__inner > h1, .columns-text__inner > h2, .columns-text__inner > h3, .columns-text__inner > h4, .columns-text__inner > p, .columns-text__inner > a, .columns-text__inner > span, .columns-text__inner > table, .columns-text__inner > blockquote {
  margin-top: 0;
}
.columns-text__inner strong, .columns-text__inner b {
  font-weight: 700;
}

.title-block {
  padding: 3.75rem 0;
  overflow: hidden;
}
@media (max-width: 1110px) {
  .title-block {
    padding: 3.125rem 0;
  }
}
.title-block__wrapper {
  margin: auto;
  text-align: center;
}
.title-block__wrapper h1, .title-block__wrapper h2 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.774rem;
  text-transform: capitalize;
  color: #000B70;
}

.news-card {
  transition: all 0.3s ease-in-out;
  width: 18.25rem;
}
@media (max-width: 1110px) {
  .news-card {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 1110px) {
  .news-card--item {
    width: 100%;
  }
}
.news-card__img {
  width: 18.25rem;
  height: 10.25rem;
  position: relative;
  margin-bottom: 1.25rem;
}
@media (max-width: 1110px) {
  .news-card__img {
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
.news-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card__img--error::before {
  display: none;
}
.news-card--title {
  transition: all 0.3s ease-in-out;
  color: #000B70;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.15rem;
  margin-bottom: 0.5rem;
  height: 2.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1110px) {
  .news-card--title {
    font-size: 1.1rem;
    line-height: 1.45rem;
    height: auto;
  }
}
.news-card--text {
  color: #565656;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.068rem;
  margin-bottom: 0.875rem;
  height: 3.15rem;
  font-weight: 300;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-card--text * {
  color: #565656;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.068rem;
  margin-bottom: 0.875rem;
  height: 3.15rem;
}
@media (max-width: 1110px) {
  .news-card--text * {
    font-size: 1rem;
    line-height: 1.5rem;
    height: auto;
  }
}
@media (max-width: 1110px) {
  .news-card--text {
    font-size: 1rem;
    line-height: 1.5rem;
    height: auto;
  }
}
.news-card--tags {
  color: #00B0F0;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.863rem;
}
@media (max-width: 1110px) {
  .news-card--tags {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
.news-card--tag {
  transition: all 0.3s ease-in-out;
  color: #00B0F0;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.863rem;
}
@media (max-width: 1110px) {
  .news-card--tag {
    font-size: 0.83rem;
    line-height: 1rem;
  }
}
.news-card--tag:hover {
  color: #2E69AE;
}
.news-card:hover {
  transform: scale(1.02);
}
.news-card:hover .news-card--title {
  color: #00B0F0;
}

.related-articles__title {
  font-family: "ARIAL", sans-serif;
  font-weight: 700;
  font-size: 1.12rem;
  line-height: 160%;
  color: #00B0F0;
  margin-bottom: 0.813rem;
}
.related-articles__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.625rem;
}

.socials-fixed {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.socials-fixed__link {
  width: 3.125rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1110px) {
  .socials-fixed__link {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.socials-fixed__link:hover svg {
  left: 150%;
}
.socials-fixed__link:hover svg:nth-child(1) {
  left: 50%;
}
.socials-fixed__link:first-child {
  border-radius: 0 0.25rem 0 0;
}
.socials-fixed__link:last-child {
  border-radius: 0 0 0.25rem 0;
}
.socials-fixed__link svg {
  width: 1rem;
  height: 1rem;
  position: absolute;
  transition: 0.25s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.socials-fixed__link svg:nth-child(1) {
  left: -100%;
}

.socials {
  display: flex;
  flex-direction: column;
  gap: 0.813rem;
}
.socials__text {
  font-family: "ARIAL", sans-serif;
  font-weight: 700;
  font-size: 1.12rem;
  line-height: 160%;
  color: #00B0F0;
}
.socials__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}
.socials__link {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media (max-width: 1110px) {
  .socials__link {
    width: 2rem;
    height: 2rem;
  }
}
.socials__link:hover svg {
  left: 150%;
}
.socials__link:hover svg:nth-child(1) {
  left: 50%;
}
.socials__link svg {
  width: 1rem;
  height: 1rem;
  position: absolute;
  transition: 0.25s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.socials__link svg:nth-child(1) {
  left: -100%;
}

.page-links__wrapper {
  padding: 3.75rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.25rem 7.5rem;
}
@media (max-width: 1110px) {
  .page-links__wrapper {
    grid-template-columns: 1fr;
    gap: 3.75rem;
  }
}
@media (max-width: 1110px) {
  .page-links__page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.page-links__page h3 {
  font-weight: 700;
  font-size: 1.75rem;
  color: #00B0F0;
}
@media (max-width: 1110px) {
  .page-links__page h3 {
    font-size: 1.5rem;
    text-align: center;
  }
}
.page-links__page div {
  margin-top: 2.625rem;
  font-weight: 300;
  font-size: 1.1rem;
  color: #000;
}
@media (max-width: 1110px) {
  .page-links__page div {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 1rem;
  }
}
.page-links__page a {
  margin-top: 1.25rem;
  font-weight: 300;
  font-size: 1.1rem;
  color: #00B0F0;
  transition: 0.15s ease-in-out;
}
.page-links__page a:hover {
  color: #52A2D5;
}
@media (max-width: 1110px) {
  .page-links__page a {
    margin-top: 1rem;
    font-size: 1rem;
    text-align: center;
  }
}

.page-links-short__wrapper {
  padding: 3.75rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2.625rem;
}
.page-links-short__title {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  color: #283375;
  width: 100%;
  text-align: center;
}
.page-links-short__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.625rem;
}
@media (max-width: 1110px) {
  .page-links-short__list {
    gap: 1.625rem;
  }
}
.page-links-short__list .spacer {
  background-color: #f4f4f4;
  width: 100%;
  height: 1rem;
}
.page-links-short__group {
  display: flex;
  flex: 0 0 100%;
  gap: 1.625rem;
  justify-content: space-between;
}
@media (max-width: 1110px) {
  .page-links-short__group {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.page-links-short__page {
  flex: 0 0 calc(33.333% - 1.625rem);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-links-short__page:hover h3 {
  color: #2E69AE;
}
.page-links-short__page h3 {
  font-weight: 700;
  font-size: 1.75rem;
  text-align: center;
  color: #00B0F0;
  transition: 0.15s ease-in-out;
}
@media (max-width: 1110px) {
  .page-links-short__page h3 {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

.service-content {
  padding: 3.75rem 0 0;
  overflow: hidden;
}
@media (max-width: 1110px) {
  .service-content {
    padding: 3.125rem 0 0;
  }
}
.service-content__wrapper {
  background: #ffffff;
  padding: 1rem 3.75rem 3.75rem;
}
@media (max-width: 1110px) {
  .service-content__wrapper {
    padding: 0;
  }
}
.service-content__wrapper h1,
.service-content__wrapper h2,
.service-content__wrapper h3,
.service-content__wrapper h4,
.service-content__wrapper h5,
.service-content__wrapper h6 {
  font-family: "ARIAL", sans-serif;
  font-weight: 700;
  color: #2E69AE;
  line-height: 1.5;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 1110px) {
  .service-content__wrapper h1,
  .service-content__wrapper h2,
  .service-content__wrapper h3,
  .service-content__wrapper h4,
  .service-content__wrapper h5,
  .service-content__wrapper h6 {
    font-size: 1.5rem;
  }
}
.service-content__wrapper h1 a,
.service-content__wrapper h2 a,
.service-content__wrapper h3 a,
.service-content__wrapper h4 a,
.service-content__wrapper h5 a,
.service-content__wrapper h6 a {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2E69AE;
  line-height: 2.136rem;
  color: #00B0F0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.service-content__wrapper h1 a:hover,
.service-content__wrapper h2 a:hover,
.service-content__wrapper h3 a:hover,
.service-content__wrapper h4 a:hover,
.service-content__wrapper h5 a:hover,
.service-content__wrapper h6 a:hover {
  color: #2E69AE;
}
.service-content__wrapper h1 {
  font-size: 2.5rem;
  margin-top: 0;
}
@media (max-width: 1110px) {
  .service-content__wrapper h1 {
    font-size: 2rem;
  }
}
.service-content__wrapper h2 {
  font-size: 2rem;
}
@media (max-width: 1110px) {
  .service-content__wrapper h2 {
    font-size: 1.75rem;
  }
}
.service-content__wrapper h3 {
  font-size: 1.75rem;
}
@media (max-width: 1110px) {
  .service-content__wrapper h3 {
    font-size: 1.5rem;
  }
}
.service-content__wrapper h4 {
  font-size: 1.5rem;
}
@media (max-width: 1110px) {
  .service-content__wrapper h4 {
    font-size: 1.1rem;
  }
}
.service-content__wrapper h5 {
  font-size: 1.375rem;
}
@media (max-width: 1110px) {
  .service-content__wrapper h5 {
    font-size: 1.2rem;
  }
}
.service-content__wrapper p,
.service-content__wrapper span,
.service-content__wrapper strong,
.service-content__wrapper li,
.service-content__wrapper em,
.service-content__wrapper q,
.service-content__wrapper i,
.service-content__wrapper blockquote,
.service-content__wrapper u,
.service-content__wrapper a {
  font-family: "ARIAL", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  color: #000000;
  line-height: 1.526rem;
  margin-bottom: 0.876rem;
}
@media (max-width: 1110px) {
  .service-content__wrapper p,
  .service-content__wrapper span,
  .service-content__wrapper strong,
  .service-content__wrapper li,
  .service-content__wrapper em,
  .service-content__wrapper q,
  .service-content__wrapper i,
  .service-content__wrapper blockquote,
  .service-content__wrapper u,
  .service-content__wrapper a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.service-content__wrapper a {
  color: #00B0F0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.service-content__wrapper a:hover {
  color: #2E69AE;
}
.service-content__wrapper strong,
.service-content__wrapper b {
  font-weight: 800;
}
.service-content__wrapper em {
  font-style: italic;
}
.service-content__wrapper ul,
.service-content__wrapper ol {
  list-style: disc;
  margin-bottom: 0.889rem;
}
.service-content__wrapper * + table {
  margin-top: 1rem;
}
.service-content__wrapper table {
  width: 100%;
  border-collapse: collapse;
  border: 0.0625rem solid #EEEEEE;
  background-color: #F3F5F7;
}
.service-content__wrapper table + *, .service-content__wrapper table table + table {
  margin-top: 1rem;
}
.service-content__wrapper table td,
.service-content__wrapper table tr {
  padding: 1.25rem;
  text-align: left;
  color: #000000;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "ARIAL", sans-serif;
}
@media (max-width: 1110px) {
  .service-content__wrapper table td,
  .service-content__wrapper table tr {
    font-size: 0.875rem;
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .service-content__wrapper table td,
  .service-content__wrapper table tr {
    font-size: 0.675rem;
  }
}
.service-content__wrapper table td + tr,
.service-content__wrapper table tr + tr {
  border-top: 0.0625rem solid #EEEEEE;
}
.service-content__wrapper table th {
  background-color: #3A4856;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "ARIAL", sans-serif;
  padding: 0.688rem 1.563rem;
  border: none;
}
@media (max-width: 1110px) {
  .service-content__wrapper table th {
    font-size: 0.875rem;
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .service-content__wrapper table th {
    font-size: 0.875rem;
  }
}
.service-content__wrapper table th strong, .service-content__wrapper table th span {
  color: #ffffff;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "ARIAL", sans-serif;
}
@media (max-width: 1110px) {
  .service-content__wrapper table th strong, .service-content__wrapper table th span {
    font-size: 0.875rem;
  }
}

.template-separator {
  width: 100%;
  height: 0.938rem;
  background: #F4F4F4;
  margin-bottom: 3.75rem;
}
@media (max-width: 1110px) {
  .template-separator {
    margin-bottom: 1.125rem;
  }
}

.memberpress-form {
  background-color: #F7F7F7;
}
.memberpress-form__wrapper {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.memberpress-form .mepr-product-access-url {
  display: none;
}
.memberpress-form .cc-error, .memberpress-form .mepr-form-has-errors {
  font-size: 1rem;
  color: #CC0000;
  display: none !important;
}
.memberpress-form .mepr-form input.invalid,
.memberpress-form .mepr-form select.invalid,
.memberpress-form .mepr-form textarea.invalid,
.memberpress-form .mepr-form label.mepr-checkbox-field.invalid,
.memberpress-form .mepr-form div.mepr-checkboxes-field.invalid,
.memberpress-form .mepr-form div.mepr-radios-field.invalid {
  background-color: #ffffff !important;
}
.memberpress-form a {
  color: #2E69AE;
}
.memberpress-form #mepr-account-welcome-message {
  margin-bottom: 1rem;
}
.memberpress-form .mepr-active-nav-tab a {
  font-weight: 700;
}
.memberpress-form .mepr_error {
  font-size: 1rem;
  background-color: #2E69AE !important;
  border: #52A2D5 !important;
}
.memberpress-form .mepr_error ul {
  padding: 0 !important;
}
.memberpress-form .mepr_error ul li {
  font-size: 1rem;
  color: #ffffff;
}
.memberpress-form .mepr_error ul li strong {
  font-weight: 700;
  font-size: 1rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .memberpress-form .mepr-submit {
    width: 100%;
  }
}
.memberpress-form .mepr-account-change-password {
  width: 100%;
}
.memberpress-form .mepr-checkbox-field * {
  font-size: 1rem;
}
.memberpress-form .mepr-form-has-errors {
  font-size: 1rem;
  width: 100%;
  top: 1rem;
}
@media (max-width: 767px) {
  .memberpress-form .mepr-form-has-errors {
    text-align: center;
  }
}
.memberpress-form .mepr-form-has-errors {
  display: block;
}

.mp_wrapper #mepr_signup_form button.mp-hide-pw {
  display: none !important;
}
.mp_wrapper .mp-form-row {
  margin-bottom: 0.75rem;
}
.mp_wrapper .mp-form-label {
  margin-bottom: 0.25rem;
}
.mp_wrapper .mp-form-label label {
  font-family: "ARIAL", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #5e5e5e;
}
.mp_wrapper .mp-form-label input[type=text],
.mp_wrapper .mp-form-label input[type=email],
.mp_wrapper .mp-form-label input[type=password] {
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 2.56rem;
}
.mp_wrapper label:has(input[type=checkbox]) {
  font-family: "ARIAL", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
}
.mp_wrapper label:has(input[type=checkbox]) input[type=checkbox] {
  border: 0.0625rem solid #767676;
  border-radius: 0.12rem;
  width: 0.88rem;
  height: 0.88rem;
  background: #fff;
  color: #5e5e5e;
}
.mp_wrapper label:has(input[type=checkbox]) a {
  display: contents;
  color: #52a2d5;
}
.mp_wrapper input[type=submit] {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border: 0.0625rem solid #fff;
  border-radius: 0.25rem;
  padding: 0.75rem 1.5rem;
  background-color: #2E69AE;
}
@media (max-width: 1110px) {
  .mp_wrapper input[type=submit] {
    width: 100%;
  }
}
.mp_wrapper input[type=submit]:hover, .mp_wrapper input[type=submit]:focus {
  outline: none !important;
  border: 0.0625rem solid #2E69AE;
}
.mp_wrapper .mepr-login-actions a {
  color: #2E69AE;
  font-size: 1rem;
}
.mp_wrapper .mp_login_form {
  max-width: 600px;
  margin: 0 auto;
}

.my-account {
  margin-top: 9rem;
}
@media (max-width: 1110px) {
  .my-account {
    margin-top: 6rem;
  }
}
.my-account__wrapper {
  background-color: #f7f7f7;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (max-width: 1110px) {
  .my-account__wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.my-account__wrapper .mpcs-course-list .grid .grid-pad:nth-child(2) {
  display: none;
}
.my-account * {
  font-size: 1.125rem;
  color: #5e5e5e;
}
.my-account .cc-error {
  font-size: 1rem;
}
.my-account #mepr_forgot_password_form {
  margin-top: 1rem;
}
.my-account #mepr_forgot_password_form label {
  margin-bottom: 1rem;
  display: block !important;
}
.my-account .mepr-form input.invalid,
.my-account .mepr-form select.invalid,
.my-account .mepr-form textarea.invalid,
.my-account .mepr-form label.mepr-checkbox-field.invalid,
.my-account .mepr-form div.mepr-checkboxes-field.invalid,
.my-account .mepr-form div.mepr-radios-field.invalid {
  background-color: #ffffff !important;
}
.my-account a {
  color: #2E69AE;
}
.my-account #mepr-account-welcome-message {
  margin-bottom: 1rem;
}
.my-account .mepr-active-nav-tab a {
  font-weight: 700;
}
.my-account .mepr_error {
  font-size: 1rem;
  background-color: #2E69AE !important;
  border: #52A2D5 !important;
}
.my-account .mepr_error ul {
  padding: 0 !important;
}
.my-account .mepr_error ul li {
  font-size: 1rem;
  color: #ffffff;
}
.my-account .mepr_error ul li strong {
  font-weight: 700;
  font-size: 1rem;
  color: #ffffff;
}
.my-account .mepr-submit {
  width: 100%;
}
.my-account .mepr-account-change-password {
  width: 100%;
}
.my-account #mepr-account-nav {
  margin-bottom: 5.625rem;
}
@media (max-width: 1110px) {
  .my-account #mepr-account-nav {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .my-account #mepr-account-nav {
    margin-bottom: 2rem;
  }
}
.my-account table {
  width: 100%;
  border-collapse: collapse;
  border: 0.0625rem solid #EEEEEE;
  background-color: #F3F5F7;
}
.my-account table + *, .my-account table table + table {
  margin-top: 1rem;
}
.my-account table td,
.my-account table tr {
  padding: 1.25rem;
  text-align: left;
  vertical-align: top;
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  font-family: "ARIAL", sans-serif;
}
@media (max-width: 1110px) {
  .my-account table td,
  .my-account table tr {
    font-size: 0.625rem;
    padding: 0.5rem;
  }
}
.my-account table td a, .my-account table td div, .my-account table td span,
.my-account table tr a,
.my-account table tr div,
.my-account table tr span {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  font-family: "ARIAL", sans-serif;
}
@media (max-width: 1110px) {
  .my-account table td a, .my-account table td div, .my-account table td span,
  .my-account table tr a,
  .my-account table tr div,
  .my-account table tr span {
    font-size: 0.625rem;
  }
}
.my-account table td + tr,
.my-account table tr + tr {
  border-top: 0.0625rem solid #EEEEEE;
}
.my-account table th {
  background-color: #3A4856;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "ARIAL", sans-serif;
  padding: 0.688rem 1.563rem;
  border: none;
}
@media (max-width: 1110px) {
  .my-account table th {
    font-size: 0.875rem;
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .my-account table th {
    font-size: 0.875rem;
  }
}
.my-account table th strong, .my-account table th span {
  color: #ffffff;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "ARIAL", sans-serif;
}
@media (max-width: 1110px) {
  .my-account table th strong, .my-account table th span {
    font-size: 0.875rem;
  }
}

.read-posts {
  padding-top: 3.938rem;
  padding-bottom: 3.938rem;
}
.read-posts__title {
  font-family: "ARIAL", sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  color: #2E69AE;
  margin-bottom: 3rem;
}
.read-posts__title a {
  font-family: "ARIAL", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #2E69AE;
  margin-bottom: 1.25rem;
}
.read-posts__posts {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.625rem 1.25rem;
}
@media (max-width: 1110px) {
  .read-posts__posts {
    grid-template-columns: 1fr;
  }
}

.my-account ~ .mp_wrapper, .my-account ~ .mepr-no-active-subscriptions {
  display: none;
}

.contact-form ~ .mp_wrapper, .contact-form ~ .mepr-no-active-subscriptions {
  display: none;
}

.my-courses__title {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.428rem;
  color: #2E69AE;
  margin-bottom: 1.25rem;
  width: 100%;
  text-align: center;
}
@media (max-width: 1110px) {
  .my-courses__title {
    font-size: 1.625rem;
    line-height: 2.774rem;
    text-align: left;
  }
}
.my-courses__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.375rem;
}
@media (max-width: 1110px) {
  .my-courses__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.my-courses__card {
  transition: all 0.3s ease-in-out;
  width: 18.25rem;
}
@media (max-width: 1110px) {
  .my-courses__card {
    width: 100%;
    min-width: 100%;
  }
}
.my-courses__card:hover {
  transform: scale(1.02);
}
.my-courses__card:hover .my-courses--title {
  color: #00B0F0;
}
@media (max-width: 1110px) {
  .my-courses--item {
    width: 100%;
  }
}
.my-courses__img {
  width: 18.25rem;
  height: 10.25rem;
  position: relative;
  margin-bottom: 1.25rem;
}
@media (max-width: 1110px) {
  .my-courses__img {
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
.my-courses__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.my-courses__img--error::before {
  display: none;
}
.my-courses--title {
  transition: all 0.3s ease-in-out;
  color: #000B70;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.15rem;
  margin-bottom: 0.5rem;
  height: 2.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1110px) {
  .my-courses--title {
    font-size: 1.1rem;
    line-height: 1.45rem;
    height: auto;
  }
}
.my-courses--text {
  color: #565656;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.068rem;
  margin-bottom: 0.875rem;
  height: 3.15rem;
  font-weight: 300;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.my-courses--text * {
  color: #565656;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.068rem;
  margin-bottom: 0.875rem;
  height: 3.15rem;
}
@media (max-width: 1110px) {
  .my-courses--text * {
    font-size: 1rem;
    line-height: 1.5rem;
    height: auto;
  }
}
@media (max-width: 1110px) {
  .my-courses--text {
    font-size: 1rem;
    line-height: 1.5rem;
    height: auto;
  }
}

.author-content {
  overflow: hidden;
  padding: 3.75rem 0;
}
.author-content__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.625rem;
}
@media (max-width: 1110px) {
  .author-content__wrapper {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.author-content__text {
  width: 25rem;
}
@media (max-width: 1110px) {
  .author-content__text {
    width: 100%;
  }
}
.author-content__text--title {
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  color: #2E69AE;
  line-height: 2.428rem;
}
.author-content__text--content * {
  font-weight: 300;
  font-size: 1.1rem;
  color: #000000;
}
@media (max-width: 1110px) {
  .author-content__text--content * {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.889rem;
  }
}
.author-content__text--content a {
  color: #00B0F0;
  display: inline-block;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.author-content__text--content a:hover {
  color: #2E69AE;
}
.author-content__text--content p + p {
  margin-top: 1.25rem;
}
.author-content__text--content::after {
  content: "";
  width: 100%;
  height: 0.938rem;
  display: block;
  background: #0C71C3;
  margin-top: 2.625rem;
}
.author-content__posts {
  width: 35rem;
}
@media (max-width: 1110px) {
  .author-content__posts {
    width: 100%;
  }
}
.author-content__posts--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.25rem;
  row-gap: 2.625rem;
}
@media (max-width: 1110px) {
  .author-content__posts--grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.author-content__card {
  transition: all 0.3s ease-in-out;
  width: 18.25rem;
}
@media (max-width: 1110px) {
  .author-content__card {
    width: 100%;
  }
}
.author-content__card__img {
  width: 18.25rem;
  height: 10.25rem;
  position: relative;
  margin-bottom: 1.25rem;
}
@media (max-width: 1110px) {
  .author-content__card__img {
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
.author-content__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-content__card__img--error::before {
  display: none;
}
.author-content__card--title {
  transition: all 0.3s ease-in-out;
  color: #000B70;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.15rem;
  margin-bottom: 0.5rem;
  height: 2.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1110px) {
  .author-content__card--title {
    font-size: 1.1rem;
    line-height: 1.45rem;
    height: auto;
  }
}
.author-content__card--text {
  color: #565656;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.068rem;
  margin-bottom: 0.875rem;
  height: 3.15rem;
  font-weight: 300;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.author-content__card--text * {
  color: #565656;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.068rem;
  margin-bottom: 0.875rem;
  height: 3.15rem;
}
@media (max-width: 1110px) {
  .author-content__card--text * {
    font-size: 1rem;
    line-height: 1.5rem;
    height: auto;
  }
}
@media (max-width: 1110px) {
  .author-content__card--text {
    font-size: 1rem;
    line-height: 1.5rem;
    height: auto;
  }
}
.author-content__card--tags {
  color: #00B0F0;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.863rem;
}
@media (max-width: 1110px) {
  .author-content__card--tags {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
.author-content__card--tag {
  transition: all 0.3s ease-in-out;
  color: #00B0F0;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.863rem;
}
@media (max-width: 1110px) {
  .author-content__card--tag {
    font-size: 0.83rem;
    line-height: 1rem;
  }
}
.author-content__card--tag:hover {
  color: #2E69AE;
}
.author-content__card:hover {
  transform: scale(1.02);
}
.author-content__card:hover .recent-news__card--title {
  color: #00B0F0;
}

.latest-reading {
  padding: 3.75rem 0;
  overflow: hidden;
}
@media (max-width: 1110px) {
  .latest-reading {
    padding: 3.125rem 0;
  }
}
.latest-reading__title {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.428rem;
  color: #2E69AE;
  margin-bottom: 1.25rem;
}
@media (max-width: 1110px) {
  .latest-reading__title {
    font-size: 2rem;
    line-height: 2.774rem;
  }
}
.latest-reading__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.375rem;
}
@media (max-width: 1110px) {
  .latest-reading__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.latest-reading__card {
  transition: all 0.3s ease-in-out;
  width: 18.25rem;
}
@media (max-width: 1110px) {
  .latest-reading__card {
    width: 100%;
  }
}
.latest-reading__card__img {
  width: 18.25rem;
  height: 10.25rem;
  position: relative;
  margin-bottom: 1.25rem;
}
@media (max-width: 1110px) {
  .latest-reading__card__img {
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
.latest-reading__card__img::before {
  content: "";
  display: block;
  position: absolute;
  box-shadow: 0 0.063rem 0.438rem 0 rgba(0, 0, 0, 0.3019607843);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.latest-reading__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latest-reading__card__img--error::before {
  display: none;
}
.latest-reading__card--title {
  transition: all 0.3s ease-in-out;
  color: #000B70;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.15rem;
  margin-bottom: 0.5rem;
  height: 2.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1110px) {
  .latest-reading__card--title {
    font-size: 1.1rem;
    line-height: 1.45rem;
    height: auto;
  }
}
.latest-reading__card--text {
  color: #000000;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.068rem;
  margin-bottom: 0.875rem;
  height: 3.2rem;
  font-weight: 300;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.latest-reading__card--text * {
  color: #000000;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.068rem;
  margin-bottom: 0.875rem;
  height: 3.2rem;
}
@media (max-width: 1110px) {
  .latest-reading__card--text * {
    font-size: 1rem;
    line-height: 1.5rem;
    height: auto;
  }
}
@media (max-width: 1110px) {
  .latest-reading__card--text {
    font-size: 1rem;
    line-height: 1.5rem;
    height: auto;
  }
}
.latest-reading__card--tags {
  color: #00B0F0;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.863rem;
}
@media (max-width: 1110px) {
  .latest-reading__card--tags {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
.latest-reading__card--tag {
  transition: all 0.3s ease-in-out;
  color: #00B0F0;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.863rem;
}
@media (max-width: 1110px) {
  .latest-reading__card--tag {
    font-size: 0.83rem;
    line-height: 1rem;
  }
}
.latest-reading__card--tag:hover {
  color: #2E69AE;
}
.latest-reading__card:hover {
  transform: scale(1.02);
}
.latest-reading__card:hover .recent-news__card--title {
  color: #00B0F0;
}

.blue-side__wrapper {
  display: flex;
  gap: 8.188rem;
}
@media (max-width: 1110px) {
  .blue-side__wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}
.blue-side__content * {
  font-weight: 300;
  font-size: 1.1rem;
  color: #000000;
  margin-bottom: 1.25rem;
  color: #000000;
  line-height: 1.526rem;
}
@media (max-width: 1110px) {
  .blue-side__content * {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.889rem;
  }
}
.blue-side__content strong {
  font-weight: 700;
  line-height: 1.734rem;
  color: rgba(66, 66, 66, 0.21) !important;
  opacity: 0.7;
}
.blue-side__content a {
  color: #00B0F0;
  display: inline-block;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.blue-side__content a:hover {
  color: #2E69AE;
}
.blue-side__content h1,
.blue-side__content h2,
.blue-side__content h3,
.blue-side__content h4,
.blue-side__content h5,
.blue-side__content h6 {
  color: #2E69AE;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.428rem;
  line-height: 1.25rem;
}
@media (max-width: 1110px) {
  .blue-side__content h1,
  .blue-side__content h2,
  .blue-side__content h3,
  .blue-side__content h4,
  .blue-side__content h5,
  .blue-side__content h6 {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
    line-height: 2.428rem;
  }
}
.blue-side__content ul {
  list-style: disc;
}
.blue-side__content ol {
  list-style: decimal;
}
.blue-side__content ul,
.blue-side__content ol {
  padding-left: 2rem;
  position: relative;
  border-left: 0.313rem;
}
.blue-side__content ul::before,
.blue-side__content ol::before {
  content: "";
  height: 100%;
  display: block;
  width: 0.313rem;
  position: absolute;
  left: 0;
  top: 0;
  background: #00B0F0;
}
.blue-side__content li {
  font-weight: 300;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.373rem;
}
@media (max-width: 1110px) {
  .blue-side__content li {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.75rem;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;
  background: #ffffff;
  overflow: hidden;
}
.preloader__inner {
  width: 10rem;
  height: 6rem;
}
@media (max-width: 1110px) {
  .preloader__inner {
    width: 11rem;
    height: 4rem;
  }
}
.preloader__inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer {
  padding: 2.625rem 0 3.75rem 0;
}
@media (max-width: 1110px) {
  .footer {
    padding: 2.5rem 0;
  }
}
.footer__menu-list {
  padding: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 1110px) {
  .footer__menu-list {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.footer__menu .menu-item {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.373rem;
  display: flex;
  color: #52A2D5;
  transition: all 0.3s ease-in-out;
  gap: 0.5rem;
  align-items: center;
}
.footer__menu .menu-item > a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.373rem;
}
@media (max-width: 1110px) {
  .footer__menu .menu-item > a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 1110px) {
  .footer__menu .menu-item {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.footer__menu .menu-item:hover {
  color: #00B0F0;
}
.footer__menu .menu-item::before {
  content: "|";
  color: #000000;
  padding-left: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.373rem;
}
@media (max-width: 1110px) {
  .footer__menu .menu-item::before {
    display: none;
  }
}
.footer__menu .menu-item:first-child::before {
  content: none;
}
.footer__wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 2.188rem;
  flex-direction: column;
}
@media (max-width: 1110px) {
  .footer__wrapper {
    gap: 1.5rem;
  }
}
.footer__address {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.373rem;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1110px) {
  .footer__address {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.footer__address:hover {
  color: #00B0F0;
}
.footer__copyright {
  font-weight: 300;
  font-size: 1rem;
  color: #000000;
  line-height: 1.373rem;
}
@media (max-width: 1110px) {
  .footer__copyright {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.site-category {
  padding-top: 10rem;
}
@media (max-width: 1110px) {
  .site-category {
    padding-top: 7rem;
  }
}
.site-category__wrapper:has(.sidebar) {
  display: grid;
  grid-template-columns: 1fr 18.25rem;
  gap: 4.875rem;
}
@media (max-width: 1110px) {
  .site-category__wrapper:has(.sidebar) {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }
}
.site-category__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.75rem;
}
@media (max-width: 1110px) {
  .site-category__content {
    gap: 2rem;
  }
}
.site-category__content .spacer {
  width: 100%;
  height: 0.875rem;
  background-color: #f4f4f4;
}
.site-category__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.625rem;
}
.site-category__title {
  font-family: "ARIAL", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #2E69AE;
}
.site-category__description {
  font-weight: 300;
  font-size: 1.1rem;
  color: #000000;
}
.site-category__description a {
  color: #2E69AE;
}
.site-category .child-category__title,
.site-category .current-category__title {
  font-family: "ARIAL", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #2E69AE;
  margin-bottom: 1.25rem;
}
.site-category .child-category__title a,
.site-category .current-category__title a {
  font-family: "ARIAL", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #2E69AE;
  margin-bottom: 1.25rem;
}
.site-category .child-category__posts,
.site-category .current-category__posts {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.625rem 1.25rem;
}
@media (max-width: 1110px) {
  .site-category .child-category__posts,
  .site-category .current-category__posts {
    grid-template-columns: 1fr;
  }
}
.site-category .sidebar {
  padding-left: 2rem;
  border-left: 1px solid rgba(244, 244, 244, 0.9568627451);
  display: flex;
  flex-direction: column;
  gap: 4.313rem;
}
@media (max-width: 1110px) {
  .site-category .sidebar {
    display: none;
  }
}

.post-single {
  padding-top: 8.375rem;
}
.post-single__wrapper {
  display: grid;
  grid-template-columns: 1fr 18.25rem;
  gap: 4.875rem;
}
@media (max-width: 1110px) {
  .post-single__wrapper {
    grid-template-columns: 1fr;
  }
}
.post-single__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.75rem;
}
.post-single__content .spacer {
  width: 100%;
  height: 0.875rem;
  background-color: #f4f4f4;
}
.post-single__author span + a {
  margin-left: 0.25rem;
}
.post-single__meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1110px) {
  .post-single__meta {
    flex-wrap: wrap;
    row-gap: 0.5rem;
  }
}
.post-single__meta span,
.post-single__meta a {
  font-size: 0.9rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.post-single__meta span + span:before,
.post-single__meta a + span:before {
  content: "";
  width: 0.0625rem;
  height: 1.05rem;
  display: inline-block;
  background-color: #000000;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.post-single__meta a {
  color: #00B0F0;
  transition: 0.15s ease-in-out;
}
.post-single__meta a:hover {
  color: #2E69AE;
}
@media (max-width: 1110px) {
  .post-single__categories {
    display: contents !important;
  }
}
.post-single__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem;
}
.post-single__title {
  font-family: "ARIAL", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #2E69AE;
}
@media (max-width: 1110px) {
  .post-single__title {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
.post-single__body h1,
.post-single__body h3,
.post-single__body h5 {
  color: #2E69AE;
}
.post-single__body h2,
.post-single__body h4 {
  color: #000b70;
}
.post-single__body * {
  margin-top: 0;
  margin-bottom: 1.125rem;
}
@media (max-width: 767px) {
  .post-single__body * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.post-single__body a {
  display: contents;
  color: #00B0F0;
}
.post-single__body ol,
.post-single__body ul {
  list-style: revert;
  margin-left: 2.75rem;
  padding-left: 1.4rem;
}
@media (max-width: 767px) {
  .post-single__body ol,
  .post-single__body ul {
    margin-left: 1.5rem;
  }
}
.post-single__body ol strong,
.post-single__body ol em,
.post-single__body ul strong,
.post-single__body ul em {
  padding: 0;
}
.post-single__body ol li,
.post-single__body ul li {
  padding-left: 0;
  padding-right: 0;
}
.post-single__body strong {
  font-weight: 700;
}
.post-single__body em {
  font-style: italic;
}
.post-single__body p,
.post-single__body span,
.post-single__body li,
.post-single__body ol,
.post-single__body a,
.post-single__body em {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25;
}
.post-single__body p strong,
.post-single__body p em {
  padding: 0;
}
.post-single__body li + li {
  margin-bottom: 0.875rem;
}
.post-single__body h1 {
  font-size: 1.75rem;
  line-height: 1.5;
}
.post-single__body h2 {
  font-size: 1.5rem;
  line-height: 1.5;
}
.post-single__body h3 {
  font-size: 1.325rem;
  line-height: 1.5;
}
.post-single__body h4 {
  font-size: 1.1rem;
  line-height: 1.5;
}
.post-single__body h5 {
  font-size: 1.125rem;
  line-height: 1.5;
}
.post-single__body figure {
  width: 100%;
  display: contents;
  padding-left: 0;
  padding-right: 0;
}
.post-single__body figure img,
.post-single__body figure video {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-height: 20rem;
  object-fit: contain;
  object-position: center;
}
.post-single__body blockquote {
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-left: 0.25rem solid #2E69AE;
  margin-left: 2.75rem;
  font-style: italic;
}
@media (max-width: 767px) {
  .post-single__body blockquote {
    margin-left: 1.5rem;
  }
}
.post-single__body blockquote * {
  padding-left: 0;
  padding-right: 0;
}
.post-single__body blockquote p:last-child {
  margin-bottom: 0;
}
.post-single .sidebar {
  padding-left: 2rem;
  border-left: 1px solid rgba(244, 244, 244, 0.9568627451);
  display: flex;
  flex-direction: column;
  gap: 4.313rem;
}
@media (max-width: 1110px) {
  .post-single .sidebar {
    display: none;
  }
}
.post-single .sidebar .contact-form__wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.site-author {
  padding-top: 8.375rem;
}
.site-author__wrapper {
  display: grid;
  grid-template-columns: 1fr 18.25rem;
  gap: 4.875rem;
}
@media (max-width: 1110px) {
  .site-author__wrapper {
    grid-template-columns: 1fr;
  }
}
.site-author__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.75rem;
}
.site-author__content .spacer {
  width: 100%;
  height: 0.875rem;
  background-color: #f4f4f4;
}
.site-author__bio * {
  line-height: 1.25;
}
.site-author__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.625rem;
}
.site-author__title {
  font-family: "ARIAL", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #2E69AE;
}
@media (max-width: 1110px) {
  .site-author__title {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
.site-author__body h1,
.site-author__body h2,
.site-author__body h3,
.site-author__body h4,
.site-author__body h5 {
  color: #2E69AE;
}
.site-author__body * {
  margin-top: 0;
  margin-bottom: 1.125rem;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
@media (max-width: 767px) {
  .site-author__body * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.site-author__body a {
  display: contents;
  color: #00B0F0;
}
.site-author__body ol,
.site-author__body ul {
  list-style: revert;
  margin-left: 2.75rem;
  padding-left: 1.4rem;
}
@media (max-width: 767px) {
  .site-author__body ol,
  .site-author__body ul {
    margin-left: 1.5rem;
  }
}
.site-author__body ol strong,
.site-author__body ol em,
.site-author__body ul strong,
.site-author__body ul em {
  padding: 0;
}
.site-author__body ol li,
.site-author__body ul li {
  padding-left: 0;
  padding-right: 0;
}
.site-author__body strong {
  font-weight: 700;
}
.site-author__body em {
  font-style: italic;
}
.site-author__body p,
.site-author__body span,
.site-author__body li,
.site-author__body ol,
.site-author__body a,
.site-author__body em {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25;
}
.site-author__body p strong,
.site-author__body p em {
  padding: 0;
}
.site-author__body li + li {
  margin-bottom: 0.875rem;
}
.site-author__body h1 {
  font-size: 1.75rem;
  line-height: 1.5;
}
.site-author__body h2 {
  font-size: 1.5rem;
  line-height: 1.5;
}
.site-author__body h3 {
  font-size: 1.325rem;
  line-height: 1.5;
}
.site-author__body h4 {
  font-size: 1.1rem;
  line-height: 1.5;
}
.site-author__body h5 {
  font-size: 1.125rem;
  line-height: 1.5;
}
.site-author__body figure {
  width: 100%;
  display: contents;
  padding-left: 0;
  padding-right: 0;
}
.site-author__body figure img,
.site-author__body figure video {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-height: 20rem;
  object-fit: contain;
  object-position: center;
}
.site-author__body blockquote {
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-left: 0.25rem solid #2E69AE;
  margin-left: 2.75rem;
  font-style: italic;
}
@media (max-width: 767px) {
  .site-author__body blockquote {
    margin-left: 1.5rem;
  }
}
.site-author__body blockquote * {
  padding-left: 0;
  padding-right: 0;
}
.site-author__body blockquote p:last-child {
  margin-bottom: 0;
}
.site-author .author-posts__title {
  font-family: "ARIAL", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #2E69AE;
  margin-bottom: 1.1rem;
}
.site-author .author-posts__title a {
  font-family: "ARIAL", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #2E69AE;
  margin-bottom: 1.1rem;
}
.site-author .author-posts__list {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.625rem 1.25rem;
}
@media (max-width: 1110px) {
  .site-author .author-posts__list {
    grid-template-columns: 1fr;
  }
}
.site-author .sidebar {
  padding-left: 2rem;
  border-left: 1px solid rgba(244, 244, 244, 0.9568627451);
  display: flex;
  flex-direction: column;
  gap: 4.313rem;
}
@media (max-width: 1110px) {
  .site-author .sidebar {
    display: none;
  }
}
.site-author .sidebar .contact-form__wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.site-search {
  padding-top: 8.875rem;
}
@media (max-width: 1110px) {
  .site-search {
    padding-top: 4rem;
  }
}
.site-search__wrapper:has(.sidebar) {
  display: grid;
  grid-template-columns: 1fr 18.25rem;
  gap: 4.875rem;
}
@media (max-width: 1110px) {
  .site-search__wrapper:has(.sidebar) {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }
}
.site-search__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.75rem;
}
@media (max-width: 1110px) {
  .site-search__content {
    gap: 2rem;
  }
}
.site-search__content .spacer {
  width: 100%;
  height: 0.875rem;
  background-color: #f4f4f4;
}
.site-search__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.625rem;
}
.site-search__title {
  font-family: "ARIAL", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #2E69AE;
}
.site-search__description {
  font-weight: 300;
  font-size: 1.1rem;
  color: #000000;
}
.site-search__description a {
  color: #2E69AE;
}
.site-search .search-results__title {
  font-family: "ARIAL", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #2E69AE;
  margin-bottom: 1.25rem;
}
.site-search .search-results__title a {
  font-family: "ARIAL", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #2E69AE;
  margin-bottom: 1.25rem;
}
.site-search .search-results__posts {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.625rem 1.25rem;
}
@media (max-width: 1110px) {
  .site-search .search-results__posts {
    grid-template-columns: 1fr;
  }
}
.site-search .sidebar {
  padding-left: 2rem;
  border-left: 1px solid rgba(244, 244, 244, 0.9568627451);
  display: flex;
  flex-direction: column;
  gap: 4.313rem;
}
@media (max-width: 1110px) {
  .site-search .sidebar {
    display: none;
  }
}

.single-course {
  padding-top: 8.875rem;
}
@media (max-width: 1110px) {
  .single-course {
    padding-top: 6rem;
  }
}
.single-course__wrapper:has(.sidebar) {
  display: grid;
  grid-template-columns: 33.5rem 18.25rem;
  gap: 4.875rem;
}
@media (max-width: 1110px) {
  .single-course__wrapper:has(.sidebar) {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }
}
.single-course__wrapper iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .single-course__wrapper .post-single__body * {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-course__wrapper .post-single__body p {
  word-break: break-all;
}
.single-course__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.75rem;
}
@media (max-width: 1110px) {
  .single-course__content {
    gap: 2rem;
  }
}
.single-course__content .spacer {
  width: 100%;
  height: 0.875rem;
  background-color: #f4f4f4;
}
.single-course .my-courses__list {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .single-course .my-courses__list {
    grid-template-columns: 1fr;
  }
}
.single-course .my-courses + h2 {
  display: none;
}
.single-course #bookmark {
  display: none;
}
.single-course__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.625rem;
}
.single-course__title {
  font-family: "ARIAL", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #2E69AE;
}
.single-course__description {
  font-weight: 300;
  font-size: 1.1rem;
  color: #000000;
}
.single-course__description a {
  color: #2E69AE;
}
.single-course .contact-form__wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.single-course .child-category__title,
.single-course .current-category__title {
  font-family: "ARIAL", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #2E69AE;
  margin-bottom: 1.25rem;
}
.single-course .child-category__title a,
.single-course .current-category__title a {
  font-family: "ARIAL", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #2E69AE;
  margin-bottom: 1.25rem;
}
.single-course .child-category__posts,
.single-course .current-category__posts {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.625rem 1.25rem;
}
@media (max-width: 1110px) {
  .single-course .child-category__posts,
  .single-course .current-category__posts {
    grid-template-columns: 1fr;
  }
}
.single-course .sidebar {
  padding-left: 2rem;
  border-left: 1px solid rgba(244, 244, 244, 0.9568627451);
  display: flex;
  flex-direction: column;
  gap: 3.313rem;
}
@media (max-width: 1110px) {
  .single-course .sidebar {
    display: none;
  }
}
.single-course .contact-form,
.single-course .my-courses {
  padding-left: 0;
  padding-right: 0;
}
.single-course .contact-form .container,
.single-course .my-courses .container {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .single-course .contact-form__wrapper,
  .single-course .my-courses__wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .single-course .contact-form__form {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .single-course .wp-block-embed__wrapper,
  .single-course .wp-block-embed__wrapper * {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .single-course .my-courses {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .single-course .my-courses__img {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .single-course .my-courses__img img {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .single-course .my-courses--content, .single-course .my-courses--title, .single-course .my-courses__list, .single-course .my-courses__card {
    padding-left: 0;
    padding-right: 0;
  }
}

.single-mpcs-course .country-selector {
  display: none;
}
