html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: var(--font);
  font-weight: 400;
  color: #000;
  line-height: 1;
  background-color: #fff;
  margin: 0;
}
.home main#primary {
  max-width: 100%;
  padding: 0;
}
.home article,
.home .entry-content {
  margin: 0;
  padding: 0;
}
.b2-row {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}
.b2-row.v-center {
    align-items: center;
}
.b2-row.b2-space-around {
    justify-content: space-around;
}
.b2-row .b2-col {
    padding: 0 15px;
    min-height: 1px;
    margin-bottom: 1px;
}
.b2-row .b2-col.col-1 {
    width: 8.3%;
}
.b2-row .b2-col.col-2 {
    width: 16.6%;
}
.b2-row .b2-col.col-3 {
    width: 24.9%;
}
.b2-row .b2-col.col-4 {
    width: 33.33%;
}
.b2-row .b2-col.col-5 {
    width: 41.51%;
}
.b2-row .b2-col.col-6 {
    width: 50%;
}
.b2-row .b2-col.col-7 {
    width: 58.11%;
}
.b2-row .b2-col.col-8 {
    width: 66.42%;
}
.b2-row .b2-col.col-9 {
    width: 74.72%;
}
.b2-row .b2-col.col-10 {
    width: 83.02%;
}
.b2-row .b2-col.col-11 {
    width: 91.33%;
}
.b2-row .b2-col.col-12 {
    width: 100%;
}
.b2-column-no-gutter .b2-col {
    padding: 0;
}
.b2-ordered-list {
    margin: 0 0 16px 16px;
}
.b2-unordered-list {
    margin: 0 0 16px 16px;
}
.b2-text-center {
    text-align: center;
}
.b2-text-justify {
    text-align: justify;
}
.b2-text-right {
    text-align: right;
}
.b2-text-left {
    text-align: left;
}
.b2-text-underline {
    text-decoration: underline;
}
.b2-text-italic {
    font-style: italic;
}
.b2-text-lowercase {
    text-transform: lowercase;
}
.b2-text-uppercase {
    text-transform: uppercase;
}
.b2-text-capitalize {
    text-transform: capitalize;
}
.b2-font-weight-normal {
    font-weight: 400;
}
.b2-font-weight-light {
    font-weight: 300;
}
.b2-font-weight-semibold {
    font-weight: 600;
}
.b2-font-weight-bold {
    font-weight: 700;
}
.b2-text-white {
    color: #fff;
}
.b2-img-responsive,
.post-thumbnail img {
    display: block;
    max-width: 100%;
    height: auto;
}
.b2-img-left-align {
    float: left;
    margin: 0 16px 16px 0;
}
.b2-img-right-align {
    float: right;
    margin: 0 0 16px 16px;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
[hidden] {
    display: none;
}
.b2-ease {
    transition: all 0.2s ease-in;
}
.b2-hover {
    opacity: 0.7;
}
.b2-hidden {
    display: none;
}
.b2-spacing-sm {
    margin: 8px;
}
.b2-spacing-md {
    margin: 16px;
}
.b2-spacing-lg {
    margin: 32px;
}
.b2-no-top-spacing {
    margin-top: 0;
}
.b2-no-left-spacing {
    margin-left: 0;
}
.b2-no-right-spacing {
    margin-right: 0;
}
.b2-no-bottom-spacing {
    margin-bottom: 0;
}
.b2-clearfix {
    overflow: auto;
}
.b2-clearfix::after {
    content: "";
    clear: both;
    display: table;
}
table {
    border-collapse: collapse;
    border: 1px solid #d3d3d3;
}
table thead td {
    font-weight: 700;
    text-align: center;
    padding: 8px;
    background-color: #ebebeb;
    border: 1px solid #d3d3d3;
}
table tbody td {
    padding: 8px;
    border: 1px solid #d3d3d3;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
section {
  position: relative;
}
.b2-bg-primary-color {
  background-color: var(--primary-color);
}
.b2-parallax-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.b2-curved-corners.top-curve {
  border-top-right-radius: 50% 5%;
  border-top-left-radius: 50% 5%;
}
.b2-curved-corners.bottom-curve {
  border-top-right-radius: 50% 5%;
  border-top-left-radius: 50% 5%;
}
.b2-boxshadow {
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
}
.b2-center-fix {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b2-img-center {
  display: block;
  margin: 0 auto;
}
.b2-inner-content {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font);
  font-weight: 500;
  color: var(--primary-color);
  letter-spacing: -0.045rem;
  margin: 16px 0;
  clear: both;
}
h1 {
  font-size: 4.5rem;
  line-height: 4.8125rem;
}
.h1-variant {
  font-size: 4.5rem;
  line-height: 4.8125rem;
}
h2,
.heading2 {
  font-size: 3rem;
  line-height: 3.3125rem;
  letter-spacing: -0.03rem;
}
h3 {
  font-size: 1.5rem;
  line-height: 1.6rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1.125rem;
}
.hdr-eyebrow {
  font-weight: 500;
  color: var(--secondary-color);
  text-transform: uppercase;
}
p {
  margin: 16px 0;
}
p.large-p {
  font-size: 2.5rem;
  font-weight: 500;
  color: #E6F0F1;
  line-height: 3.3125rem;
  letter-spacing: -0.025rem;
}
p,
.b2-paragraph {
  font-size: 16px;
  color: inherit;
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.5;
}
.b2-text-primary-color {
  color: var(--primary-color);
}
.b2-title-font {
  font-family: var(--font);
}
.b2-paragraph-font {
  font-family: var(--font);
}
.post-thumbnail {
  float: left;
  max-width: 300px;
  margin: 0 16px 16px 0;
}
a {
  font-size: inherit;
  color: var(--primary-color);
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s ease-in;
}
.b2-link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-color);
  text-align: center;
  padding: 13px 27px;
  background-color: var(--secondary-color);
  overflow: hidden;
  z-index: 1;
}
.b2-link.light::after {
  background-color: #e6f0f1;
}
.b2-link.light2::after {
  background-color: #e4e4e4;
}
.b2-link.light3::after {
  background-color: #F9FBFB;
}
.b2-link:hover {
  color: #fff;
}
.b2-link::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 21px;
  height: 21px;
  background-color: var(--primary-color);
  transform: rotate(45deg);
  pointer-events: none;
  transition: all .3s ease-in-out;
  z-index: -1;
}
.b2-link:hover:after {
  width: 300px;
  height: 300px;
  bottom: -220%;
  right: -10%;
}
.b2-link.light:hover:after,
.b2-link.light2:hover:after,
.b2-link.light3:hover:after {
  background-color: var(--primary-color);
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.nav-links {
  display: flex;
  justify-content: space-between;
}
.b2-social {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 16px 0;
  background: var(--primary-color);
  border-radius: 50%;
}
.b2-btt-toggle {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}
.b2-btt-toggle.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.b2-btt-toggle a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 16px 0;
  background: var(--primary-color);
  border-radius: 50%;
}
.b2-mob-phone {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}
.b2-mob-phone a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 16px 0;
  background: var(--primary-color);
  border-radius: 50%;
}
.b2-mob-support {
  position: fixed;
  right: 95px;
  bottom: 27px;
  z-index: 100;
}
.b2-mob-support a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 0;
  width: auto;
  height: auto;
}
.b2-mob-support a img {
  width: 51px;
}
#breadcrumbs a {
  color: var(--primary-color);
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=url],
form input[type=search],
form select,
form textarea {
  appearance: none;
  outline: none;
  display: block;
  font-family: var(--font);
  width: 100%;
  height: 32px;
  padding: 0 8px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
}
form textarea {
  min-height: 100px;
  padding: 8px;
  resize: none;
}
form button,
form input[type=submit],
form input[type=button] {
  display: block;
  padding: 1em;
  font-size: 1.125rem;
  color: #fff;
  background-color: var(--primary-color);
  cursor: pointer;
  border: none;
  transition: all 0.2s ease-in;
}
.b2-custom-select {
  position: relative;
}
.b2-custom-select select {
  display: none;
}
.b2-custom-select .b2-custom-select-container {
  position: relative;
}
.b2-custom-select .b2-custom-select-container p {
  padding: 16px;
  font-size: 1rem;
  border: 2px solid rgba(29,29,29,0.1);
  border-radius: 6px;
  cursor: pointer;
}
.b2-custom-select .b2-custom-select-container i {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  cursor: pointer;
}
.b2-custom-select .b2-custom-select-container ul {
  position: absolute;
  top: 95%;
  left: 0;
  width: 100%;
  max-height: 200px;
  border: 2px solid rgba(29,29,29,0.1);
  border-top: none;
  overflow-y: scroll;
  background-color: #fff;
  margin: 0;
  padding: 0;
  display: none;
  z-index: 1;
}
.b2-custom-select .b2-custom-select-container ul li {
  padding: 16px 11px;
  border-radius: 6px;
  max-width: 95%;
  margin: 0 auto;
  cursor: pointer;
}
.b2-custom-select .b2-custom-select-container ul li:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.ip-container #page {
  margin-top: 93px;
}
.page-template-template-fullwidth main#primary {
  max-width: 100%;
  padding: 0;
}
main#primary {
  min-height: 500px;
}
div#comments {
  display: none;
}
.entry-meta,
.entry-footer {
  margin-bottom: 16px;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.post,
.page {
  margin: 0;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.b2-hp-banner {
  position: relative;
}
.b2-hp-banner .b2-hp-banner-slide-item {
  position: relative;
}
.b2-hp-banner .b2-hp-banner-slide-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}
.b2-hp-banner .b2-hp-banner-slide-item canvas {
  display: block;
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.b2-hp-banner .b2-hp-banner-slide-item > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85.31%;
  z-index: 2;
}
.b2-hp-banner .b2-hp-banner-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95.31%;
  pointer-events: none;
  z-index: 2;
}
.b2-hp-banner .b2-hp-banner-arrows span {
  font-size: 4rem;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease-in-out;
}
.b2-hp-banner .b2-hp-banner-arrows span.next {
  float: right;
}
.b2-hp-banner .b2-hp-banner-arrows span:hover {
  color: var(--primary-color);
}
.b2-hp-banner .b2-hp-banner-dots {
  position: absolute;
  bottom: 64px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.b2-hp-banner .b2-hp-banner-dots ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.b2-hp-banner .b2-hp-banner-dots ul li.slick-active button {
  background-color: var(--primary-color);
}
.b2-hp-banner .b2-hp-banner-dots ul li button {
  font-size: 0;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.b2-partners {
  position: relative;
}
.b2-partners .b2-partners-slide .b2-partners-item {
  position: relative;
  padding: 0 15px;
}
.b2-partners .b2-partners-slide .b2-partners-item a {
  display: block;
}
.b2-partners .b2-partners-slide .b2-partners-item a.no-link {
  pointer-events: none;
}
.b2-partners .b2-partners-slide .b2-partners-item a img {
  max-height: 200px;
  margin: 0 auto;
}
.b2-partners .b2-partners-slide .b2-partners-item a img.light {
  filter: brightness(0) invert(1);
}
.b2-partners .b2-partners-slide .b2-partners-item a img.dark {
  filter: brightness(0);
}
.page .b2-sitemap {
  line-height: 1.5;
  list-style: disc;
  margin-left: 32px;
}
.page .b2-sitemap > li {
  margin-bottom: 8px;
}
.page .b2-sitemap > li > a {
  margin-bottom: 12px;
}
.page .b2-sitemap ul {
  list-style: disc;
  padding-left: 16px;
  margin: 8px 0 0 0;
}
.b2-faq-item {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid var(--secondary-color);
  overflow: hidden;
  z-index: 1;
}
.b2-faq-item::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 21px;
  height: 21px;
  background-color: #E6F0F1;
  transform: rotate(45deg);
  pointer-events: none;
  transition: all .3s ease-in-out;
  z-index: -1;
}
.b2-faq-item .b2-faq-item-q {
  position: relative;
  padding: 10px 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.b2-faq-item .b2-faq-item-q::after {
  content: "—";
  color: var(--secondary-color);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.b2-faq-item .b2-faq-item-q h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #50535A;
  margin: 0;
}
.b2-faq-item .b2-faq-item-q.tab-close i {
  opacity: 1;
}
.b2-faq-item .b2-faq-item-q i {
  color: var(--secondary-color);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  opacity: 0;
}
.b2-faq-item .b2-faq-item-a {
  display: none;
  color: #50535A;
  line-height: 1.3;
  padding: 16px;
  max-width: 800px;
}
.b2-blog-item {
  position: relative;
  margin-bottom: 30px;
}
.b2-blog-item a {
  display: block;
  color: inherit;
}
.b2-blog-item a .b2-blog-item-image canvas {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.b2-blog-item a .b2-blog-item-details {
  position: relative;
}
.b2-blog-item a .b2-blog-item-details span {
  min-width: auto;
}
.b2-mh-wrap {
  font-size: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 12px 16px;
  background-color: #fff;
  box-shadow: 0 0 12px #6c6c6c;
}
.b2-mh-wrap .b2-mh-top-bar-col {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-logo img {
  max-height: 83px;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu > a {
  font-size: 18px;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin-left: auto;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #fff;
  display: none;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li {
  background-color: #fff;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li:nth-child(odd) {
  background-color: #f3f3f3;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li.menu-item-has-children > a::after {
  content: "\f106";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 900;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(180deg);
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 16px 0;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li > a.active-link {
  color: #fff;
  background-color: var(--primary-color);
  opacity: 1;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li > a.active-link::after {
  color: #fff;
  transform: translateY(-50%) rotate(0deg);
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu {
  display: none;
  padding: 0;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu li {
  background-color: var(--primary-color);
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu li:nth-child(odd) {
  opacity: 0.9;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 16px 0;
}
.b2-about-template {
  position: relative;
  padding: 0;
}
.b2-about-template img {
  max-width: 800px;
}
.b2-contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b2-contact-details li {
  margin-bottom: 8px;
}
.b2-contact-details li i {
  font-size: 16px;
  color: #000;
}
.b2-contact-details li a {
  font-size: 16px;
  color: #000;
}
.b2-contact-form {
  font-size: 0;
  position: relative;
}
.b2-contact-form p {
  margin: 0;
}
.b2-contact-form br {
  display: none;
}
.b2-contact-form form.wpcf7-form > p {
  display: none;
}
.b2-contact-form .b2-contact-form-field {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 16px;
}
.b2-contact-form .b2-contact-form-field.half {
  width: 50%;
}
.b2-contact-form .b2-contact-form-field.half.pad-left {
  padding-left: 8px;
}
.b2-contact-form .b2-contact-form-field.half.pad-right {
  padding-right: 8px;
}
.b2-contact-form .b2-contact-form-field.full {
  width: 100%;
}
.b2-contact-form span.wpcf7-not-valid-tip {
  font-size: 12px;
  width: auto !important;
  position: absolute !important;
  top: 4px !important;
  left: 0 !important;
}
.b2-contact-form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin: 0 !important;
}
.b2-ip-banner {
  position: relative;
}
.b2-ip-banner canvas {
  display: block;
  width: 100%;
  min-height: 200px;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--primary-color);
}
.page-id-58 .faq {
  padding-top: 8px !important;
}
.error-404.not-found {
  padding: 110px 0;
  min-height: 500px;
  background-color: #F9FBFB;
}
.ip-banner.ty-page {
  padding: 200px 0;
}
.ip-banner.ty-page::before {
  display: none;
}
.latestblog {
  padding: 110px 0;
  background-image: url('/wp-content/uploads/2025/09/banner-photo-bg.webp');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.latestblog .b2-inner-content {
  position: relative;
  z-index: 4;
}
.latestblog-content {
  max-width: 550px;
  margin-left: auto;
}
.latestblog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 445px;
  height: 1034px;
  background-image: url('/wp-content/uploads/2025/09/polygon-left-6.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 3;
}
.latestblog > img {
  position: absolute;
  top: -20%;
  right: 0;
  pointer-events: none;
  z-index: 3;
}
.bloglist {
  padding: 60px 0;
  background-color: #F9FBFB;
}
.bloglist .b2-inner-content {
  position: relative;
  z-index: 4;
}
.bloglist-filter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: #fff;
  margin-bottom: 60px;
}
.bloglist-filter .hdr-eyebrow {
  margin: 0;
}
.bloglist-filter-field {
  display: flex;
  align-items: center;
}
.bloglist-filter-field label {
  margin-right: 12px;
}
.bloglist-filter-field select {
  width: 420px;
  height: 32px;
  background-color: #F9FBFB;
  border: none;
  border-radius: 0;
  background-image: url('/wp-content/uploads/2025/09/select-arrow.svg');
  background-size: 8px 8px;
  background-position: bottom 8px right 8px;
  background-repeat: no-repeat;
}
.bloglist-item {
  display: block;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid var(--secondary-color);
  margin-bottom: 30px;
}
.bloglist-item-img {
  position: relative;
  overflow: hidden;
}
.bloglist-item-img::after {
  content: "";
  position: absolute;
  bottom: -45px;
  right: -45px;
  width: 90px;
  height: 90px;
  background-color: #fff;
  transform: rotate(45deg);
  pointer-events: none;
}
.bloglist-item-img img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
}
.bloglist-item-txt {
  padding: 40px 30px;
}
.bloglist-item-txt h3 {
  color: #14678B;
  margin-top: 0;
}
.bloglist-item-txt p {
  color: #50535A;
  margin-bottom: 30px;
}
.bloglist-item-txt span {
  position: relative;
  font-weight: 600;
  color: var(--secondary-color);
  transition: all .2s ease-in-out;
}
.bloglist-item-txt span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -11px;
  width: 8px;
  height: 8px;
  background-image: url('/wp-content/uploads/2025/09/text-link-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  transition: all .2s ease-in-out;
}
.bloglist-item-txt:hover span::after {
  width: 11px;
  height: 11px;
  right: -14px;
}
.bloglist-pagination {
  position: relative;
  margin-top: 30px;
}
.bloglist-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloglist-pagination ul li {
  margin: 0 16px;
}
.bloglist-pagination ul li .active-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
}
.ip-banner.ty-page a {
  margin-top: 16px;
}