#page-blog-single .section-more .wrapper-items .item-block--image img, #page-blog-single .section-more .wrapper-items .item-block--image, #page-blog-single .section-more .wrapper-items .item-link, #page-blog-single .section-cta .right-image img, #page-blog-single .section-content .rich-text .image img, #page-blog-single .section-hero--background img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-blog-single .section-more .wrapper-items a.item-block--image, #page-blog-single .section-more .wrapper-items a.item-link {
  text-indent: -999px;
  overflow: hidden;
}

#page-blog-single .section-more .wrapper-items button.item-block--image, #page-blog-single .section-more .wrapper-items button.item-link {
  text-indent: -999px;
  overflow: hidden;
}

#page-blog-single .section-hero {
  position: relative;
  background-color: #001d61;
  height: 609rem;
  overflow: hidden;
}
#page-blog-single .section-hero--background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#page-blog-single .section-hero--background::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(13, 43, 115, 0), rgba(13, 43, 115, 0.9) 97%);
  z-index: 2;
}
#page-blog-single .section-hero .container {
  position: relative;
  height: 100%;
  z-index: 2;
}
#page-blog-single .section-hero .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 23rem;
  height: 100%;
  padding-bottom: 59rem;
  text-align: center;
}
#page-blog-single .section-hero .wrapper-top {
  display: flex;
  align-items: center;
  gap: 30rem;
}
#page-blog-single .section-hero .wrapper-top .back {
  display: flex;
  align-items: center;
  gap: 15rem;
}
#page-blog-single .section-hero .wrapper-top .back-icon {
  display: flex;
  flex-shrink: 0;
}
#page-blog-single .section-hero .wrapper-top .back-icon svg {
  width: 44rem;
  height: 44rem;
}
#page-blog-single .section-hero .wrapper-top .back-text {
  color: white;
  font-size: 18rem;
  font-weight: 600;
}
#page-blog-single .section-hero .wrapper-top .tag {
  background-color: #ccff00;
  display: inline-flex;
  padding: 6rem 16rem;
  border-radius: 50px;
  color: #001d61;
  font-size: 12rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
#page-blog-single .section-hero .wrapper-title {
  width: 720rem;
}
#page-blog-single .section-hero .wrapper-title h1 {
  color: white;
  font-size: 36rem;
  font-weight: 900;
  line-height: 40rem;
}
#page-blog-single .section-hero .wrapper-meta {
  display: flex;
  align-items: center;
  gap: 23rem;
  color: white;
  font-size: 16rem;
}
#page-blog-single .section-hero .wrapper-meta .separator {
  width: 1px;
  height: 16rem;
  background-color: white;
}
#page-blog-single .section-lead {
  padding-top: 51rem;
}
#page-blog-single .section-lead .wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 21rem;
  max-width: 713rem;
  margin: 0 auto;
}
#page-blog-single .section-lead .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -3rem;
  width: 3rem;
  border-radius: 3px;
  background-color: #ff0000;
  z-index: 1;
}
#page-blog-single .section-lead .wrapper-text p {
  color: #676f7e;
  font-size: 18rem;
  line-height: 1.6;
}
#page-blog-single .section-content {
  padding-top: 92rem;
}
#page-blog-single .section-content .wrapper {
  max-width: 902rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  #page-blog-single .section-content .wrapper-content {
    padding: 0;
  }
}
#page-blog-single .section-content .wrapper-content > *:not(:last-child) {
  margin-bottom: 25rem;
}
#page-blog-single .section-content .wrapper-content s {
  color: #313e4e;
  font-size: 16rem;
  font-weight: 300;
  line-height: 1.9;
}
#page-blog-single .section-content .wrapper-content p,
#page-blog-single .section-content .wrapper-content ul li,
#page-blog-single .section-content .wrapper-content ol li {
  color: #676f7e;
  font-size: 18rem;
  font-weight: normal;
  line-height: 1.9;
}
#page-blog-single .section-content .wrapper-content p strong,
#page-blog-single .section-content .wrapper-content ul li strong,
#page-blog-single .section-content .wrapper-content ol li strong {
  color: #676f7e;
  font-weight: bold;
}
#page-blog-single .section-content .wrapper-content p span,
#page-blog-single .section-content .wrapper-content ul li span,
#page-blog-single .section-content .wrapper-content ol li span {
  font-weight: bold;
}
#page-blog-single .section-content .wrapper-content p.wp-caption-text {
  font-size: 14rem;
  margin-top: 5rem;
  text-align: center;
}
#page-blog-single .section-content .wrapper-content ol {
  padding-left: 18rem;
}
#page-blog-single .section-content .wrapper-content ol,
#page-blog-single .section-content .wrapper-content ol li {
  list-style-type: decimal !important;
}
#page-blog-single .section-content .wrapper-content blockquote {
  padding: 0 50rem;
  font-style: italic;
}
#page-blog-single .section-content .wrapper-content ul li {
  position: relative;
  padding-left: 15rem;
}
#page-blog-single .section-content .wrapper-content ul li::before {
  content: "";
  background-color: black;
  position: absolute;
  top: 15rem;
  left: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
#page-blog-single .section-content .wrapper-content div {
  max-width: 100%;
}
#page-blog-single .section-content .wrapper-content img,
#page-blog-single .section-content .wrapper-content iframe {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 15px;
  border: 1px solid #d2d2d2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
#page-blog-single .section-content .wrapper-content img {
  width: auto;
  height: auto;
}
#page-blog-single .section-content .wrapper-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#page-blog-single .section-content .wrapper-content a {
  color: #001d61;
  font-size: 16rem;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition-property: border-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-content .wrapper-content a:hover {
  border-color: #001d61;
}
#page-blog-single .section-content .wrapper-content h1,
#page-blog-single .section-content .wrapper-content h2,
#page-blog-single .section-content .wrapper-content h3,
#page-blog-single .section-content .wrapper-content h4,
#page-blog-single .section-content .wrapper-content h5,
#page-blog-single .section-content .wrapper-content h6 {
  color: #001d61;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.04em;
  width: 100%;
  display: block;
}
#page-blog-single .section-content .wrapper-content h1 {
  font-size: 32rem;
}
#page-blog-single .section-content .wrapper-content h2 {
  font-size: 20rem;
  font-weight: bold;
  line-height: 1.5;
}
#page-blog-single .section-content .wrapper-content h2 strong {
  font-weight: bold;
}
#page-blog-single .section-content .wrapper-content h3 {
  font-size: 22rem;
}
#page-blog-single .section-content .wrapper-content h4 {
  font-size: 20rem;
}
#page-blog-single .section-content .wrapper-content h5 {
  font-size: 18rem;
}
#page-blog-single .section-content .wrapper-content h6 {
  color: #5e5d60;
  font-size: 16rem;
}
#page-blog-single .section-content .rich-text > * + * {
  margin-top: 40rem;
}
#page-blog-single .section-content .rich-text h3 {
  color: #001d61;
  font-size: 20rem;
  font-weight: bold;
  line-height: 40rem;
}
#page-blog-single .section-content .rich-text h4 {
  color: #001d61;
  font-size: 18rem;
  font-weight: bold;
  line-height: 40rem;
}
#page-blog-single .section-content .rich-text p {
  color: #676f7e;
  font-size: 18rem;
  line-height: 29.25rem;
}
#page-blog-single .section-content .rich-text ul,
#page-blog-single .section-content .rich-text ol {
  padding-left: 27rem;
}
#page-blog-single .section-content .rich-text ul li,
#page-blog-single .section-content .rich-text ol li {
  color: #676f7e;
  font-size: 18rem;
  line-height: 29.25rem;
}
#page-blog-single .section-content .rich-text ul {
  list-style: disc;
}
#page-blog-single .section-content .rich-text ol {
  list-style: decimal;
}
#page-blog-single .section-content .rich-text ol ol[type=a] {
  list-style: lower-alpha;
  margin-top: 0;
}
#page-blog-single .section-content .rich-text a {
  color: #676f7e;
  font-weight: 500;
  text-decoration: underline;
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-content .rich-text a:hover {
  color: #001d61;
}
#page-blog-single .section-content .rich-text .image {
  position: relative;
  height: 325rem;
  border: 1px solid #d2d2d2;
  border-radius: 15rem;
  overflow: hidden;
}
#page-blog-single .section-cta {
  padding-top: 100rem;
}
#page-blog-single .section-cta .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 84rem;
}
#page-blog-single .section-cta .left-tag {
  background-color: #001d61;
  display: inline-flex;
  padding: 6rem 16rem;
  border-radius: 50px;
  color: white;
  font-size: 12rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
#page-blog-single .section-cta .left-title {
  margin-top: 16rem;
}
#page-blog-single .section-cta .left-title h2 {
  color: #001d61;
  font-size: 36rem;
  font-weight: 900;
  line-height: 40rem;
}
#page-blog-single .section-cta .left-title h2 strong {
  color: #ff0000;
  font-weight: 900;
}
#page-blog-single .section-cta .left-description {
  margin-top: 16rem;
}
#page-blog-single .section-cta .left-description p {
  color: #676f7e;
  font-size: 18rem;
  line-height: 29.25rem;
  max-width: 446rem;
}
#page-blog-single .section-cta .left-actions {
  display: flex;
  align-items: center;
  gap: 16rem;
  margin-top: 24rem;
}
#page-blog-single .section-cta .left-actions .action:nth-child(2) a svg {
  margin-right: 7rem;
  width: 16rem;
  height: unset;
}
#page-blog-single .section-cta .left-actions .action a {
  display: flex;
  align-items: center;
  height: 44rem;
  background-image: linear-gradient(to right, #ff0000 0%, #d60000 50%, #ff0000 100%);
  background-size: 200% auto;
  background-position: left center;
  transition-property: background-position;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-cta .left-actions .action a span {
  color: white;
  font-size: 14rem;
  font-weight: 600;
}
#page-blog-single .section-cta .left-actions .action a svg {
  width: 13rem;
  height: unset;
}
#page-blog-single .section-cta .left-actions .action a svg path[fill] {
  fill: white;
}
#page-blog-single .section-cta .left-actions .action a svg path[stroke] {
  stroke: white;
}
#page-blog-single .section-cta .left-actions .action a:hover {
  background-position: right center;
}
#page-blog-single .section-cta .right-image {
  position: relative;
  width: 531rem;
  height: 314rem;
  border-radius: 29rem;
  overflow: hidden;
}
#page-blog-single .section-share {
  padding-top: 46rem;
}
#page-blog-single .section-share .wrapper {
  display: flex;
  align-items: center;
  max-width: 1068rem;
  margin: 0 auto;
  padding-top: 27rem;
  border-top: 1px solid rgba(53, 53, 53, 0.32);
}
#page-blog-single .section-share .wrapper-label {
  color: #4b4b4b;
  font-size: 18rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}
#page-blog-single .section-share .wrapper-icons {
  display: flex;
  align-items: center;
  gap: 14rem;
  margin-left: 17rem;
}
#page-blog-single .section-share .wrapper-icons .icon {
  display: flex;
  align-items: center;
}
#page-blog-single .section-share .wrapper-icons .icon svg {
  width: 16rem;
  height: 16rem;
}
#page-blog-single .section-share .wrapper-icons .icon svg path {
  fill: #4b4b4b;
  fill-opacity: 1;
  transition-property: fill, stroke;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-share .wrapper-icons .icon:hover svg path {
  fill: #001d61;
}
#page-blog-single .section-more {
  padding: 108rem 0 100rem;
}
#page-blog-single .section-more .wrapper {
  text-align: center;
}
#page-blog-single .section-more .wrapper-title .highlight {
  color: #ff0000;
  font-size: 20rem;
  font-weight: bold;
  line-height: 40rem;
}
#page-blog-single .section-more .wrapper-title h2 {
  color: #001d61;
  font-size: 36rem;
  font-weight: 900;
  line-height: 40rem;
}
#page-blog-single .section-more .wrapper-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 29rem;
  grid-row-gap: 29rem;
  max-width: 1252rem;
  margin: 23rem auto 0;
}
#page-blog-single .section-more .wrapper-items .item {
  text-align: left;
}
#page-blog-single .section-more .wrapper-items .item-link {
  z-index: 5;
}
#page-blog-single .section-more .wrapper-items .item-block {
  position: relative;
  height: 306rem;
  border-radius: 15rem;
  overflow: hidden;
}
#page-blog-single .section-more .wrapper-items .item-block--image {
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-more .wrapper-items .item-meta {
  display: flex;
  align-items: center;
  gap: 16rem;
  margin-top: 25rem;
}
#page-blog-single .section-more .wrapper-items .item-meta .meta-tag {
  display: inline-flex;
  padding: 5rem 15rem;
  border: 1px solid #001d61;
  border-radius: 50px;
  color: #001d61;
  font-size: 12rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  transition-property: border-color, background-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-more .wrapper-items .item-meta .meta-separator {
  background-color: rgba(0, 29, 97, 0.25);
  flex-shrink: 0;
  width: 1px;
  height: 19rem;
}
#page-blog-single .section-more .wrapper-items .item-meta .meta-date {
  color: #0d2b73;
  font-size: 16rem;
  white-space: nowrap;
}
#page-blog-single .section-more .wrapper-items .item-title {
  margin-top: 16rem;
}
#page-blog-single .section-more .wrapper-items .item-title p {
  color: #060b13;
  font-size: 20rem;
  font-weight: 600;
  line-height: 1.25;
  transition-property: color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-more .wrapper-items .item-cta {
  margin-top: 21rem;
}
#page-blog-single .section-more .wrapper-items .item-cta .read-more {
  color: #ff0000;
  font-size: 16rem;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-more .wrapper-items .item-cta .read-more:hover {
  opacity: 0.7;
}
#page-blog-single .section-more .wrapper-items .item:hover .item-block--image {
  transform: scale(1.04);
}
#page-blog-single .section-more .wrapper-items .item:hover .item-meta .meta-tag {
  background-color: #ccff00;
  border-color: #ccff00;
}
#page-blog-single .section-more .wrapper-items .item:hover .item-title p {
  color: #ff0000;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .wrapper-title h1 {
    font-size: 30rem;
    line-height: 1.2;
  }
  #page-blog-single .section-lead .wrapper {
    padding: 0;
  }
  #page-blog-single .section-content {
    padding-top: 64rem;
  }
  #page-blog-single .section-cta {
    padding-top: 72rem;
  }
  #page-blog-single .section-cta .flex-wrapper {
    flex-direction: column;
    gap: 50rem;
  }
  #page-blog-single .section-cta .left-actions {
    flex-wrap: wrap;
  }
  #page-blog-single .section-cta .right {
    width: 100%;
  }
  #page-blog-single .section-cta .right-image {
    width: 100%;
  }
  #page-blog-single .section-more {
    padding: 80rem 0 72rem;
  }
  #page-blog-single .section-more .wrapper-items {
    grid-template-columns: 1fr;
    max-width: 420rem;
  }
}
@media (max-width: 767px) {
  #page-blog-single .section-hero {
    height: 480rem;
  }
  #page-blog-single .section-hero .wrapper {
    padding-bottom: 48rem;
  }
  #page-blog-single .section-hero .wrapper-top {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16rem;
  }
  #page-blog-single .section-hero .wrapper-title h1 {
    font-size: 30rem;
    line-height: 1.2;
  }
  #page-blog-single .section-hero .wrapper-meta {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10rem 16rem;
    font-size: 14rem;
  }
  #page-blog-single .section-lead {
    padding-top: 40rem;
  }
  #page-blog-single .section-lead .wrapper {
    gap: 16rem;
  }
  #page-blog-single .section-lead .wrapper-text p {
    font-size: 16rem;
    line-height: 1.62;
  }
  #page-blog-single .section-content {
    padding-top: 56rem;
  }
  #page-blog-single .section-content .rich-text > * + * {
    margin-top: 28rem;
  }
  #page-blog-single .section-content .rich-text h3 {
    line-height: 1.5;
  }
  #page-blog-single .section-content .rich-text h4 {
    line-height: 1.5;
  }
  #page-blog-single .section-content .rich-text p {
    font-size: 16rem;
    line-height: 1.62;
  }
  #page-blog-single .section-content .rich-text ul li,
  #page-blog-single .section-content .rich-text ol li {
    font-size: 16rem;
    line-height: 1.62;
  }
  #page-blog-single .section-content .rich-text .image {
    height: auto;
    min-height: 200rem;
  }
  #page-blog-single .section-content .rich-text .image img {
    position: static;
    width: 100%;
    height: auto;
    min-height: 200rem;
  }
  #page-blog-single .section-cta {
    padding-top: 64rem;
  }
  #page-blog-single .section-cta .flex-wrapper {
    align-items: stretch;
    gap: 32rem;
  }
  #page-blog-single .section-cta .left-title h2 {
    font-size: 30rem;
    line-height: 1.15;
  }
  #page-blog-single .section-cta .left-description p {
    font-size: 16rem;
    max-width: 100%;
  }
  #page-blog-single .section-cta .left-actions {
    flex-direction: column;
    align-items: stretch;
  }
  #page-blog-single .section-cta .left-actions .button {
    width: 100%;
    justify-content: center;
  }
  #page-blog-single .section-cta .right-image {
    height: 220rem;
  }
  #page-blog-single .section-share {
    padding-top: 40rem;
  }
  #page-blog-single .section-share .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16rem;
    padding-top: 24rem;
    text-align: center;
  }
  #page-blog-single .section-share .wrapper-icons {
    justify-content: center;
    margin-left: 0;
  }
  #page-blog-single .section-more {
    padding: 64rem 0 64rem;
  }
  #page-blog-single .section-more .wrapper-title h2 {
    font-size: 30rem;
    line-height: 1.15;
  }
  #page-blog-single .section-more .wrapper-items {
    grid-row-gap: 40rem;
    max-width: 100%;
  }
  #page-blog-single .section-more .wrapper-items .item-image {
    height: 220rem;
  }
  #page-blog-single .section-more .wrapper-items .item-meta {
    flex-wrap: wrap;
    gap: 10rem 12rem;
  }
  #page-blog-single .section-more .wrapper-items .item-title p {
    font-size: 18rem;
  }
}
/*# sourceMappingURL=blog-single.min.css.map */
