:root {
  --section-max-width: 1250px;
  --section-width: 90%;
  --primary-color: #00132f;
  --accent-color: #5fc5ba;
  --secondary-color: #aadcdb;
  font-size: 10px;
}

body.single .hero-section-page,
body.page-template-preview-template .hero-section-page {
    background: rgb(0 0 0 / 75%);
}

body.single .hero-section-page > img,
body.page-template-preview-template .hero-section-page > img {
    opacity: .2;
}

section.aigm--davinapage,
section.aigm-emma-response-page {
  padding-bottom: 64px !important;
}

html {
  scroll-behavior: smooth;
}

body {
  max-width: 1920px;
  margin: auto;
}

.fade-init {
  opacity: 1;
}

.zoom-in {
  opacity: 1;
}

#winner-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  list-style: none;
  gap: 30px;
  padding: 30px;
}

.g-3 img {
  max-width: 90%;
  margin: auto;
}

h4,
h2 {
  margin: 0;
}

* {
  text-underline-offset: 5px;
}

.site-logo {
  cursor: pointer;
}

html,
body {
  padding: 0;
  font-family: area-normal, sans-serif;
  max-width: 100%;
  overflow-x: hidden;
  line-height: 1.24;
}

a {
  font-family: area-normal, sans-serif;
}

#view-all-articles {
  display: none;
}

.font-large {
  font-size: 1.8rem;
}

.latest-issue-banner {
  position: fixed;
  bottom: 50px;
  width: 100%;
  z-index: 20;
  display: flex;
  flex-direction: row;
  transition: 200ms ease;
  transition-delay: 100ms;
}

.latest-issue-banner-outer {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  position: relative;
  min-height: 78px;
  transition: 200ms ease;
  transition-delay: width 100ms;
}

.latest-issue-banner-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: white;
  align-items: center;
  box-shadow: 1px 1px 60px -20px black;
  transition: 200ms ease-in-out;
}

.latest-issue-banner-inner > a {
  border: 2px solid black;
  border-radius: 5px;
  padding: 10px 18px;
  color: black;
  text-decoration: none;
  margin-right: 20px;
}

.latest-issue-img {
  background-color: var(--accent-color);
  padding: 25px;
  padding-left: 140px;
  position: relative;
}

.green-issue-image,
.skew-issue-image {
  box-shadow: 1px 1px 60px -20px black;
}

.skew-issue-image {
  transform: rotate(10deg);
}

.latest-issue-img > p,
.latest-issue-banner-inner > a {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.8rem;
}

.latest-issue-banner-inner > a {
  line-height: 1.6rem;
}

@keyframes wiggle {
  50% {
    transform: rotate(5deg);
  }
}

.skew-issue-image {
  animation: wiggle 1.5s ease infinite;
}

.skew-issue-image:hover {
  animation: none;
}

.green-issue-image,
.skew-issue-image {
  position: absolute;
  max-height: 120px;
  left: 40px;
  top: -20px;
  z-index: 21;
}

.triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 44px solid transparent;
  border-top: 78px solid var(--accent-color);
  right: -44px;
  top: 0;
}

.breadcrumbs {
  position: relative;
}

.main-breadcrumb > span {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  font-size: 1.8rem;
  flex-wrap: wrap;
}

.main-breadcrumb > span > span,
.main-breadcrumb > span > span > a {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

div.breadcrumbs > p > span > span.breadcrumb_last {
  color: var(--accent-color);
}

.small-text {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 400;
}

.medium-text {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 3.1rem;
  font-style: normal;
  font-weight: 700;
}

.burger-menu {
  display: none;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 110px;
  width: 100%;
  left: 0;
}

.hands {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 40px;
  gap: 30px;
  padding-bottom: 20px;
}

.hands > * {
  transition: 200ms ease-in-out;
  color: var(--accent-color);
}

.mobile-menu-footer {
  background-color: var(--primary-color);
  padding: 20px 40px 20px;
  display: flex;
  text-align: right;
}

.mobile-menu-footer > a {
  width: 100%;
}

.mobile-menu-inner > ul {
  transition: 100ms ease;
  padding: 0;
  padding-right: 40px;
  text-align: right;
  padding-bottom: 20px;
}

.mobile-menu-inner {
  background-color: white;
  padding-top: 20px;
}

.mobile-menu-inner > ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  list-style: none;
}

.mobile-menu-inner > ul > li > a,
.mobile-menu-inner > ul > li > p {
  text-decoration: none;
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.9rem;
}

.new-issue {
  position: fixed;
  z-index: 10;
  bottom: 40px;
  width: 100%;
}

.new-issue-inner {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: end;
  padding: 40px;
}

.new-issue-img {
  position: absolute;
  top: -20px;
  left: 40px;
}

p {
  margin: 0;
}

.margin-auto {
  margin: auto;
}

.adrotate {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px 0;
}

.ad-space {
  background-color: white;
  padding: 32px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.ad-space > img {
  width: 100%;
  max-width: 700px;
}

.main-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

.header-inner {
  padding: 45px 0;
  max-width: var(--section-max-width);
  width: var(--section-width);
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header-inner > a > img,
.header-inner > a {
  width: 250px;
  cursor: pointer;
}

.main-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  height: 52px;
  gap: 50px;
}

.main-nav > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  list-style: none;
  height: 52px;
  position: relative;
  padding: 0;
}

.main-nav > ul > li {
  height: 100%;
  display: flex;
  align-items: center;
}

.sub-about-toggle.active > *,
.sub-blog-toggle.active > * {
  color: var(--accent-color);
}

.sub-about-toggle.active > i,
.sub-blog-toggle.active > i {
  transform: rotate(180deg);
}

.main-nav > ul > li:hover > a {
  color: var(--accent-color);
  text-decoration: underline;
  text-underline-offset: 10px;
}

.main-nav > ul > li > p > i {
  transition: 500ms ease-in-out;
}

.main-nav > ul > li:hover > p {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: var(--accent-color);
}

.about-submenu::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 110px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 30px solid white;
}

.about-submenu,
.blog-submenu {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  padding: 20px;
  width: 464px;
  border-radius: 10px;
}

.submenu-blog-post-image,
.submenu-blog-post-image > img {
  height: 100%;
  width: 100%;
}

.submenu-blog-post-image > img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
}

.submenu-blog-post-image {
  display: none;
  position: relative;
  justify-content: space-between;
}

.submenu-blog-post-image > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, transparent 0%, black 100%);
  height: 100%;
  opacity: 0.8;
  width: 100%;
  z-index: 2;
}

.submenu-blog-post-image.active {
  display: flex;
  flex-direction: row;
}

.blog-post-header-title {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.1rem;
  padding: 10px;
  max-width: 200px;
}

.blog-submenu-list {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  gap: 20px;
  padding-top: 20px;
}

.blog-submenu-list > * {
  flex: 1;
}

.top-read {
  position: relative;
  z-index: 3;
  width: 78px;
}

.top-read-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  gap: 5px;
  align-items: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  font-family: area-normal, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2rem;
}

.blog-submenu {
  width: 100%;
  max-height: 500px;
  box-sizing: border-box;
}

.about-submenu {
  background-color: white;
}

.about-submenu-list {
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 500;
  gap: 10px;
  padding: 20px 0 0 0;
}

.about-submenu-list > a {
  color: black;
  text-decoration: none;
}

.about-submenu-list > a:hover {
  color: var(--accent-color);
  text-decoration: underline;
  text-underline-offset: 10px;
}

.about-submenu.active,
.blog-submenu.active {
  display: flex;
  flex-direction: column;
}
.about-submenu > p,
.blog-submenu > p {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
}

.about-submenu-mobile {
  display: none;
  padding: 10px 0;
}

.about-submenu-mobile > a {
  text-decoration: none;
  color: var(--accent-color);
}

.blog-submenu > * {
  position: relative;
  z-index: 2;
}

.blog-sub-bg {
  background-color: white;
  opacity: 0.95;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 10px;
  top: 0;
  left: 0;
}

.blog-submenu > a {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4rem;
  text-decoration: none;
  padding-bottom: 20px;
}

.blog-submenu > a:hover {
  text-decoration: underline;
}

.submenu-links {
  display: flex;
  flex-direction: column;
}

.submenu-link {
  color: black;
  text-decoration: none;
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.1rem;
  border-radius: 5px;
  padding: 0 5px;
}

.submenu-link:hover {
  background: white;
  color: var(--accent-color);
}

.nav-search-outer {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.nav-search-outer > svg {
  position: relative;
  left: 41px;
}

.nav-search-outer > form {
  height: 43px;
}

.nav-search-outer > form > input {
  height: 100%;
  background: rgba(124, 132, 147, 0.79);
  border: none;
  color: white;
  width: 220px;
  border-radius: 50px;
  padding-left: 49px;
  outline: none;
  font-size: 1.8rem;
}

.nav-search-outer > form > input::placeholder {
  color: white;
  font-family: "DM Sans", sans-serif;
}

.main-nav > ul > li > a,
.main-nav > ul > li > p {
  text-decoration: none;
  transition: 100ms ease-in-out;
  cursor: pointer;
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.4rem;
}

.main-nav > ul > li > i {
  transition: 100ms ease-in-out;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  line-height: 2.4rem;
  font-size: 1.6rem;

  margin-left: 5px;
}

.main-nav > ul > li > p {
  display: flex;
  gap: 10px;
  align-items: center;
}

.btt {
  position: fixed;
  display: flex;
  bottom: 10px;
  right: 10px;
  gap: 10px;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
  align-items: center;
  z-index: 20;
  opacity: 0;
  transition: 100ms ease;
}

.btt:hover > p {
  display: flex;
}

.btt > p {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.1rem;
  display: none;
  padding-inline: 10px;
}

.btt > i {
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  font-size: 25px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btt:hover {
  background-color: black;
}

.search-page {
  position: relative;
  background-color: #f9fafb;
  padding: 80px 0;
}

.search-header {
  display: flex;
  height: 150px;
  background-color: var(--primary-color);
  width: 100%;
}

.search-container > h1 {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 4.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 6rem;
  margin: 0;
}

.showing-text {
  color: black;
  font-family: area-normal, sans-serif;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.4rem;
}

.showing-text > span {
  color: var(--accent-color);
}

.search-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: var(--section-max-width);
  width: var(--section-width);
  margin: auto;
}

.main-card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}

.main-card > a {
  background-color: #253449;
  text-decoration: none;
  box-shadow: 0px 1px 17px -5px grey;
  border-radius: 10px;
  height: 400px;
  transition: 100ms ease;
}

.main-card > a:hover {
  box-shadow: 0px 1px 17px 3px grey;
}

.main-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
  position: relative;
}

.main-card-inner > img {
  padding: 30px;
  flex: 1;
  display: flex;
  object-fit: contain;
  height: 100%;
  box-sizing: border-box;
  max-height: 200px;
}

.main-card-item > h2,
.search-issue {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
}

.main-card-content {
  color: #9d9d9d;
  font-family: area-normal, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
}

.main-card-item {
  background-color: white;
  color: black;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  height: 100%;
  flex: 1;
  display: block;
}

.search-issue {
  display: flex;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
}

.title {
  font-family: area-normal, sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}

.small-title {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
}

.post-single-date {
  font-size: 1.5rem;
  font-weight: 600;
}

.small-desc {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
}

.title.white {
  color: white;
}

.desc {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
}

.title > span {
  color: var(--accent-color);
}

.home-hero {
  width: 100%;
  height: 700px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 30px;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 9;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  -moz-animation: fade_move_down 2s ease-in-out infinite;
  animation: fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}

.mobile-search-toggle {
  background-color: rgba(240, 240, 239, 0.2);
  border-radius: 50%;
  display: none;
}

.mobile-search-toggle > i {
  font-size: 3rem;
  padding: 10px;
  color: white;
}

.mobile-search {
  top: 100px;
  width: 100%;
  position: absolute;
  z-index: 10;
  display: none;
}

.mobile-search > input {
  width: 100%;
  padding: 20px;
}

.home-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.home-hero-content.nav-header {
  flex-direction: row;
}

.home-button-container {
  display: flex;
  gap: 20px;
}

.home-hero-content > .title {
  color: #f9f9f9;
  text-align: center;
  line-height: 8.1rem;
}

.home-hero-content > .content {
  color: #fff;
  max-width: 770px;
  text-align: center;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 200;
  width: var(--section-width);
}

.home-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  position: fixed;
  z-index: -1;
}

.cta {
  border-radius: 8px;
  font-weight: 700;
  padding: 10px 18px;
  font-family: area-normal, sans-serif;
  cursor: pointer;
  text-decoration: none;
  transition: 100ms ease-in-out;
  width: fit-content;
  font-size: 1.6rem;
}

.main-cta {
  background-color: var(--accent-color);
  color: black;
  border: 2px solid var(--accent-color);
  width: fit-content;
  text-align: center;
}

.main-cta:hover {
  background-color: var(--primary-color);
  color: var(--accent-color);
}

.clear-cta {
  background-color: none;
  color: white;
  border: 2px solid white;
}

.dark-cta {
  background-color: none;
  color: black;
  border: 2px solid black;
  color: #00132f;
  text-align: center;
  font-family: area-normal, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4rem;
}

.dark-cta:hover {
  background-color: black;
  color: var(--accent-color);
  border: 2px solid var(--accent-color);
}

.clear-cta:hover {
  background-color: white;
  color: var(--primary-color);
}

.footer-cta {
  border: var(--primary-color) solid 2px;
  white-space: nowrap;
}

.home-section-2 {
  background-color: #fff;
}

.home-2-inner {
  max-width: var(--section-max-width);
  width: var(--section-width);
  margin: auto;
  padding: 60px 0;
}

.home-2-inner > p {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 10px;
}

.home-2-inner > p > span > a {
  color: var(--accent-color);
  text-decoration: none;
}

.home-2-inner > p > span > a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.home-2-inner > a {
  color: var(--accent-color);
  text-decoration: none;
  font-size: 1.5rem;
}

.home-section-3 {
  background-color: #f2f2f2;
  padding-bottom: 120px;
  padding-top: 60px;
  position: relative;
}

.home-3-inner {
  max-width: var(--section-max-width);
  width: var(--section-width);
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  position: relative;
  z-index: 2;
}

.home-3-inner > .title {
  color: #00132f;
}

.home-3-inner > .content {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
}

.filter-post-button-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}

.home-post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  width: 100%;
  gap: 2rem;
}

.home-post-grid-single-link {
  text-decoration: none;
}

.home-post-grid-single {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  box-shadow: 1px 1px 23px -5px rgba(0, 0, 0, 0.25);
  padding: 40px 0;
  position: relative;
  height: 260px;
  transition: 200ms ease-in-out;
  width: 350px;
}

.home-post-grid-single > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.home-post-grid-single > img {
  opacity: 0.2;
  transition: 100ms ease;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.home-post-grid-single:hover > img {
  opacity: 1;
}

.home-post-grid-single:hover {
  transform: scale(1.05);
}

.home-post-grid-single:hover > .overlay,
.home-post-grid-single:hover > a > .overlay {
  opacity: 0.5;
  top: 0;
  left: 0;
}

.home-post-grid-single:hover > .post-category-content > .card-hover,
.home-post-grid-single:hover > a > .post-category-content > .card-hover {
  color: white;
}

.overlay {
  background-color: #293d5699;
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 200ms opacity ease-in;
}

.home-post-grid-single-video {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 200ms opacity ease-in;
}

.home-post-grid-single > .post-category-content,
.home-post-grid-single > a > .post-category-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 50%;
  position: relative;
  z-index: 3;
}

.post-category-banner {
    color: black;
    font-family: area-normal, sans-serif;
    font-size: 2rem;
    line-height: 2.6rem;
    font-style: normal;
    font-weight: 700;
    background-color: var(--accent-color);
    width: fit-content;
    padding: 8px calc(16px + 24px) 8px 16px;
    position: relative;
    z-index: 2;
    clip-path: polygon(0 0, 0 0, 0 100%, 100% 100%, calc(100% - 24px) 100%, 100% 0);
}

.home-post-grid-single > .post-category-content,
.home-post-grid-single > a > .post-category-content {
  padding: 20px;
}

.home-post-grid-single > .post-category-content > .post-title,
.home-post-grid-single > a > .post-category-content > .post-title {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  word-wrap: break-word;
}

.home-post-grid-single > .post-category-content > .post-date,
.home-post-grid-single > a > .post-category-content > .post-date {
  color: #5fc5ba;
  font-family: area-normal, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
}

.img-container {
  position: relative;
}

.img-container > img {
  height: 460px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  top: 0;
}

.home-section-4 {
  background-color: var(--primary-color);
  padding-top: 450px;
  padding-bottom: 40px;
  overflow-x: hidden;
}

.home-4-inner {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  color: white;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.home-4-inner hr {
    margin: 0 0 48px 0;
}

.home-4-inner-head {
  text-align: center;
}

.home-4-inner-head > div:nth-child(1) > a {
  color: #293d56;
  text-decoration: none;
  font-family: area-normal, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  background-color: var(--secondary-color);
  border-radius: 60px;
  padding: 10px 20px;
  transition: 100ms ease;
}

.home-4-inner-head > div:nth-child(1) > a:hover {
  background-color: white;
  box-shadow: 1px 1px 30px -6px var(--accent-color);
}

.home-4-inner-head > p {
      color: #fff;
    font-family: area-normal, sans-serif;
    font-size: 8.1rem;
    font-style: normal;
    font-weight: 700;
    margin-top: 16px;
}

hr {
  width: 100%;
}

.home-4-inner-footer {
  display: flex;
  flex-direction: row;
}

.issues-home-image {
  max-height: 395px;
  position: absolute;
  top: 0;
  transform: rotate(10deg);
}

.home-4-inner-footer > div:nth-child(1) {
  width: 40%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-4-inner-footer > div:nth-child(1)::after {
  content: "";
  background-color: var(--accent-color);
  height: fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 0;
}

.home-4-inner-footer > div:nth-child(1) > img {
  position: absolute;
  z-index: 2;
}

.home-4-inner-footer > div:nth-child(2) {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.home-4-inner-footer > div:nth-child(2) > p {
  color: #f4f4f4;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  line-height: 3.8rem;
  font-style: normal;
  font-weight: 600;
}

.home-issue-single {
  display: flex;
  flex-direction: column;
}

.home-issue-single > .issue-title {
  color: var(--accent-color);
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem;
  text-decoration: none;
  transition: 100ms ease;
}

.issue-title > i {
  transform: rotate(-45deg);
  color: white;
  transition: 100ms ease-in-out;
}

.home-issue-single > .issue-title:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.home-issue-single > .issue-title:hover > i {
  color: var(--accent-color);
}

.home-issue-single > .issue-content {
  color: #f4f4f4;
  font-family: area-normal, sans-serif;
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-style: normal;
  font-weight: 400;
}

.issue-content > img {
  max-height: 600px;
  width: 100%;
}

.issue-content img {
    display: block;
    max-width: 100%;
}

.issue-buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

.home-section-6 {
  background-color: #f2f2f2;
  padding: 60px 0;
}

.home-6-inner {
  max-width: var(--section-max-width);
  width: var(--section-width);
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.small-black-text {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.home-award-post-grid {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.home-award-post-single {
  display: flex;
  flex-direction: column;
  background-color: white;
  box-shadow: 4px 4px 39px -30px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  transition: 100ms ease;
}

.home-award-post-single:hover {
  box-shadow: 4px 4px 34px 4px rgba(0, 0, 0, 0.25);
}

.home-award-single-image {
      background: linear-gradient(45deg, #f8f8f8, transparent);
  width: 100%;
  overflow: hidden;
  transition: 100ms ease-in;
}

.home-award-single-image > img {
  width: 100%;
  object-fit: contain;
  transition: 200ms ease-in;
  display: block;
  padding: 24px;
  box-sizing: border-box;
}

.home-award-single-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 1rem;
}

.home-award-title {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
}

.home-award-content {
  color: #4f4f4f;
  font-family: area-normal, sans-serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
}

.home-award-content-link {
  text-decoration: none;
  color: black;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 100ms ease-in-out;
}

.home-award-content-link:hover {
  gap: 20px;
}

.home-award-content-link:hover > p {
  border-bottom: 1px solid black;
}

.home-award-content-link > p {
  font-size: 1.8rem;
  font-weight: 600;
}

.home-award-content-link > i {
  color: var(--accent-color);
  font-size: 2.5rem;
  text-decoration: none;
}

.home-section-7 {
  background-color: var(--primary-color);
  padding: 60px 0;
  overflow-x: hidden;
}

.home-7-inner {
  max-width: var(--section-max-width);
  width: var(--section-width);
  margin: auto;
  display: flex;
  flex-direction: row;
}

.home-7-inner > .left {
  background-color: white;
  flex: 1;
}

.left-inner {
  display: flex;
  padding: 50px;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  box-sizing: border-box;
}

.left-inner > p:nth-child(1) {
  color: #000;
  font-family: area-normal, sans-serif;
  font-size: 3.1rem;
  font-style: normal;
  font-weight: 700;
}

.left-inner > p:nth-child(2) {
  color: #676c71;
  font-family: area-normal, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-style: normal;
  font-weight: 400;
}

.home-7-inner > .right {
  background-color: var(--accent-color);
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 30px;
}

/* ---------------------------- sing;le page --------------------------------- */

.subscribe-split {
  width: 100%;
  display: flex;
  flex-direction: row;
  max-height: 500px;
}

.subscribe-split-image {
  flex: 1;
}

.subscribe-split-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subscribe-split-text {
  flex: 1;
  background-color: white;
}

.subscribe-split-text-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 60px;
  box-sizing: border-box;
  gap: 20px;
}

.subscribe-split-text-inner > .title {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 3.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5.4rem;
}

.subscribe-split-text-inner > .small {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.9rem;
}

/* ---------------------------- About page --------------------------------- */

.hero-section-page {
  position: relative;
  padding: 100px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 1920px;
  min-height: 400px;
  margin: auto;
}

.hero-section-page > .overlay {
  opacity: 1;
}

.hero-section-page > img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-section-inner {
  position: relative;
  z-index: 2;
  gap: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: var(--section-max-width);
  width: var(--section-width);
  margin: auto;
}

.hero-section-inner > p:nth-child(1),
.hero-section-inner > h1:nth-child(1),
.home-hero-content > .title {
  color: #f9f9f9;
  text-align: center;
  font-family: area-normal, sans-serif;
  font-size: 8.1rem;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  word-break: break-word;
}

.hero-section-inner > p:nth-child(2) {
  color: #fff;
  text-align: center;
  font-family: area-normal, sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  max-width: 600px;
  line-height: 3rem;
}

.hero-word-large {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 35rem;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  bottom: -104px;
  left: 0;
  z-index: 2;
  opacity: 0.1;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
}

.about-section-2 {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  padding: 50px 0;
}

.about-2-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about-2-inner > p:nth-child(1) {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 6.1rem;
  font-style: normal;
  font-weight: 700;
}

.about-2-inner > p:nth-child(2) {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  line-height: 2.8rem;
  font-style: normal;
  font-weight: 600;
}

.about-3-outer {
  max-width: 1920px;
  margin: auto;
}

.about-section-3 {
  width: 100%;
  max-width: 1100px;
  position: relative;
  margin: 50px 0;
}

.about-section-3 > div {
  background-color: var(--primary-color);
  position: relative;
  padding: 125px 0;
  width: 100%;
  z-index: 2;
}

.about-section-3 > div > p {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 3.1rem;
  font-style: normal;
  font-weight: 700;
  max-width: 425px;
  margin: auto;
}

.about-section-3 > div > p > span {
  color: var(--accent-color);
}

.about-section-3 > img:nth-child(2) {
  position: absolute;
  right: -300px;
  top: 30px;
  max-width: 570px;
  height: 425px;
  object-fit: cover;
  z-index: 3;
  filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.25));
}

.about-section-3 > img:nth-child(3) {
  position: absolute;
  right: -400px;
  top: -30px;
  max-width: 570px;
  z-index: 1;
}

.about-section-4 {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
}

.about-4-outer {
  padding: 80px 0;
  display: flex;
  flex-direction: row;
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  position: relative;
}

.about-4-inner {
  display: flex;
}

.about-4-inner > div:nth-child(1) {
  padding: 0 15% 0 0;
  position: relative;
  z-index: 2;
}

.section-label {
  color: #5fc5ba;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
}

.about-4-inner > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  z-index: 2;
  position: relative;
}

.about-4-inner > div:nth-child(2) > p:nth-child(1) {
  color: #1f2c36;
  font-family: area-normal, sans-serif;
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 700;
}

.about-4-inner > div:nth-child(2) > div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about-page-small-text {
  color: #676c71;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  line-height: 4rem;
  font-weight: 400;
}

.about-section-4 > svg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.about-section-5 {
  background-color: var(--primary-color);
  padding: 80px 0 240px;
  position: relative;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}

.about-5-inner {
  margin: auto;
  width: var(--section-width);
  max-width: var(--section-max-width);
}

.about-5-inner > p {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 8.1rem;
  font-style: normal;
  font-weight: 700;
}

.testimonials-text {
  background-color: var(--accent-color);
}

.dots-container {
  align-self: center;
  margin-top: 20px;
}

.dots-container > .slick-dots {
  display: flex;
  flex-direction: row;
  gap: 20px;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.slick-dots > li > button {
  height: 10px;
  width: 10px;
  border-radius: 2px;
  padding: 0;
  background-color: "#fff";
  cursor: pointer;
  border: none;
  transition: 200ms ease;
}

.slick-dots > li.slick-active > button {
  background-color: var(--accent-color);
  transform: scale(2) rotate(45deg);
}

.testimonials-text > p {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
}

.testimonials-inner {
  position: relative;
  min-height: 550px;
  position: relative;
  z-index: 3;
}

.prev-test,
.next-test {
  cursor: pointer;
}

.testimonials-text-outer {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 58px;
  align-items: end;
}

.testimonial-text.slick-slide {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.4rem;
}

.test-arrows {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: white;
  width: 85%;
  height: 50px;
  text-align: right;
}

.test-arrows > * {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.test-arrows > * > p {
  color: #bbbbbb;
  font-size: 1.4rem;
}

.slick-arrow:hover > p,
.slick-arrow:hover > i {
  color: var(--accent-color);
}

.test-arrows > * > i {
  font-size: 2.4rem;
}

.testimonials-inner > img {
  position: absolute;
}

.testimonials-inner > img:nth-child(1) {
  left: 0;
  top: 0;
}

.testimonials-inner > img:nth-child(2) {
  left: 160px;
  top: 120px;
}

.testimonials-text {
  max-width: 720px;
  width: 100%;
  padding: 40px;
}

.about-5-inner > hr {
  margin-bottom: 100px;
}

.about-section-6 {
  background-color: #f2f2f2;
}

.about-6-inner {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.about-6-inner > p:nth-child(3) {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-style: normal;
  font-weight: 400;
}

.exec-slider {
  padding: 60px 0;
}

.exec-slide-inner > img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.exec-slide-inner {
  height: 300px;
  width: 240px;
  position: relative;
  cursor: pointer;
}

.exec-slider > .slick-list {
  overflow: visible;
}

.exec-slide-inner:hover {
  transform: scale(1.5);
}

.exec-slide-inner:hover > .overlay {
  background-color: var(--accent-color);
  opacity: 0.8;
  z-index: 2;
}

.exec-slide-inner > .exec-details > .exec-name {
  color: white;
  font-size: 3rem;
  font-weight: 600;
}

.exec-slide-inner > .exec-details {
  position: absolute;
  bottom: 0;
  padding: 10px;
  z-index: 3;
}

.exec-slide-inner:hover > .exec-details > .exec-desc {
  display: block;
}

.slick-initialized .slick-slide.exec-slide {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.exec-slide-inner > .exec-details > .exec-desc {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  display: none;
}

.issues-page-slider > .slick-list {
  overflow: visible;
}

.arrow-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.issue-page-slider-arrow {
  background: rgba(169, 169, 169, 0.4);
  backdrop-filter: blur(10px);
  padding: 10px;
  border-radius: 50%;
}

.issue-page-slider-arrow > i {
  font-size: 30px;
  color: white;
  display: block;
}

.issue-slide-inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 420px;
  justify-content: center;
  transition: 200ms ease-in;
}

.issue-slide.slick-slide {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: 300ms ease-in-out;
  cursor: pointer;
}

.issue-slide-inner > a > .overlay {
  height: 100%;
  width: 100%;
  background-color: var(--accent-color);
  opacity: 0;
  content: "";
  position: absolute;
  z-index: 2;
  transition: 200ms ease-in-out;
}

.issue-slide-inner:hover > a > .overlay {
  opacity: 0.7;
}

.issue-slide-inner:hover {
  transform: scale(1.2);
}

.issue-slide-inner > a {
  height: 100%;
}

.issue-slide-inner > a > img {
  height: 100%;
  z-index: 1;
}

.hi-section {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
}

.hi-section > div:nth-child(1) {
  padding: 0 15% 0 0;
}

.hi-section > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.hi-section > div:nth-child(2) > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.hi-section > div:nth-child(2) > p {
  display: flex;
  align-items: center;
  color: #1f2c36;
  font-family: area-normal, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
}

.about-6-inner > svg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.issue-discover-inner {
  gap: 3rem;
}

.about-main-wrapper {
  background-color: white;
}

/*                       Issues pages                         */

.hero-section-inner.issue-hero {
  gap: 2rem;
}

.split-section {
  display: flex;
  flex-direction: row;
}

.split-section-first.below-fold {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 100px;
  overflow: hidden;
  background-color: white;
  width: 100%;
  box-sizing: border-box;
}

.split-section-first.below-fold > img {
  position: relative;
  z-index: 2;
}

.split-section-first > svg {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.split-section-second.below-fold {
  background-color: var(--primary-color);
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 100px;
  width: 100%;
  z-index: 2;
  box-sizing: border-box;
  justify-content: space-between;
}

.bubble-text {
  background-color: var(--accent-color);
  padding: 10px 15px;
  border-radius: 50px;
  color: #293d56;
  font-family: area-normal, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  width: fit-content;
}

.large-text.issues-page {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 3.1rem;
  font-style: normal;
  padding-bottom: 50px;
  font-weight: 700;
}

.large-text.issues-page > span {
  color: var(--accent-color);
}

.small-text.issues-page {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 200;
  line-height: 3rem;
}

.special-edition-page-section {
  padding: 80px 0;
  background: white;
}

.special-edition {
  display: flex;
  flex-direction: row;
  width: var(--section-width);
  max-width: var(--section-max-width);
  margin: auto;
  justify-content: space-between;
  background-color: #153973;
  box-shadow: 8px 4px 8px 0px rgba(0, 0, 0, 0.25);
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.special-edition-button {
  background-color: dodgerblue;
  color: white;
  border-radius: 25px;
  text-transform: capitalize;
  text-decoration: none;
  height: fit-content;
  padding: 10px 20px;
  transition: 100ms ease-in;
  white-space: nowrap;
  margin: 20px;
}

.special-edition-button:hover {
  background-color: white;
  color: dodgerblue;
  border-radius: 25px;
  text-transform: capitalize;
  text-decoration: none;
  height: fit-content;
  padding: 10px 20px;
}

.full-collection-section {
  padding: 80px 0;
  background-color: white;
}

.post-single-related {
  padding: 80px 0;
  background-color: var(--primary-color);
  position: relative;
}

.full-collection-inner > p:nth-child(2) {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.9rem;
}

.full-collection-inner,
.post-single-related-inner {
  margin: auto;
  width: var(--section-width);
  max-width: var(--section-max-width);
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 2;
  position: relative;
}

.post-single-related > svg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.post-single-related-inner > .title {
  color: white;
}

.collection-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  row-gap: 2rem;
}

.full-collection-item-inner {
  box-shadow: 1px 1px 27px -2px rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
  margin-bottom: 1rem;
}

.full-collection-item-inner > a > .overlay {
  background-color: var(--accent-color);
}

.full-collection-item-inner > a > .eye-overlay,
.issue-slide-inner > a > .eye-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  opacity: 0;
  justify-content: center;
  align-items: center;
  z-index: 4;
  transition: 100ms ease;
}

.issue-slide-inner > a > .eye-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.full-collection-item-inner:hover > a > .eye-overlay,
.issue-slide-inner:hover > a > .eye-overlay {
  opacity: 1;
}

.full-collection-item-inner > a > img {
  max-width: 290px;
}

.full-collection-item-inner:hover > a > .overlay {
  opacity: 0.7;
}

.full-collection-item {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  max-width: 290px;
}

.full-collection-item > p {
  font-size: 1.3rem;
  color: #a0a0a0;
}

.full-collection-item > a {
  text-decoration: none;
  font-size: 2rem;
  color: black;
}

.full-collection-item > a:hover > .post-name {
  text-decoration: underline;
  color: #00132f;
}

.full-collection-item > .post-name {
  color: black;
  text-decoration: none;
  font-family: area-normal, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  max-width: 293px;
}

.pagination-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pagination {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
}

.pagination.award-page > .page-numbers {
  color: white;
}

.pagination > .prev {
  content: "<";
}

.pagination > span,
.pagination > a {
  color: var(--section-bg-color);
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px;
  width: 30px;
  display: flex;
  justify-content: center;
  height: 30px;
  align-items: center;
  transition: 200ms ease-in-out;
  border-radius: 50%;
}

.pagination > a:hover {
  background-color: var(--accent-color);
  color: white;
}

.pagination > span {
  background-color: var(--accent-color);
  color: white;
  box-shadow: 4px 4px 64px 3px rgba(0, 0, 0, 0.5);
}

.pagination > span.dots {
  background-color: transparent;
  box-shadow: none;
  color: var(--section-bg-color);
}

.pagination > .next {
  display: none;
}

.split-section.above-footer > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 80px 0;
  flex: 1;
  box-sizing: border-box;
}

.split-section.above-footer > * > img {
  height: 396px;
  width: fit-content;
}

.split-section .above-footer > img {
  box-shadow: 8px 8px 24px 8px rgba(0, 0, 0, 0.25);
}

.split-section-first.above-footer {
  background-color: var(--primary-color);
}

.split-section-first.above-footer > p {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 3.1rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.split-section-second.above-footer > p {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 3.1rem;
  font-style: normal;
  font-weight: 700;
}

.split-section-second.above-footer {
  background-color: var(--accent-color);
  position: relative;
  overflow: hidden;
}

.split-section-second.above-footer > svg {
  position: absolute;
  top: 0;
  right: 0;
}

.split-section-second.above-footer > img,
.split-section-second.above-footer > p,
.split-section-second.above-footer > a {
  position: relative;
  z-index: 2;
}

/*                       Contact us                         */

.contact-section-1 {
  background-color: white;
  padding: 80px 0 0;
}

.contact-1-inner {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-1-inner > p {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 5.4rem;
}

.contact-teams-section {
  background-color: white;
  padding: 80px 0;
}

.contact-teams-inner {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
}

.contact-card {
  width: 100%;
  position: relative;
  height: 500px;
}

.contact-card > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 13%;
}

.contact-card-inner {
  position: absolute;
  bottom: 0;
  padding: 30px;
  z-index: 3;
}

.contact-card > .overlay {
  background-color: #052047;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}

.contact-card-inner > p {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.4rem;
}

.contact-card-inner > a {
  color: #5fc5ba;
  font-family: area-normal, sans-serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.4rem;
  text-decoration-line: underline;
}

.contact-card-hover {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 30px;
  transition: 100ms ease;
  z-index: 3;
  box-sizing: border-box;

  flex-direction: column;
  gap: 30px;
  height: 100%;
  justify-content: center;
}

.contact-card > .contact-card-inner > .show {
  transition: 100ms ease;
}

.contact-card:hover > .contact-card-inner > .show {
  display: none;
}

.contact-card:hover > .contact-card-hover {
  display: flex;
}

.contact-card-hover > p {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5.4rem;
}

.contact-card-hover > p,
.contact-card-hover > a {
  position: relative;
  z-index: 2;
}

.contact-card-hover > a {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.4rem;
  text-decoration-line: underline;
}

.contact-card-hover > .overlay {
  background-color: #5fc5ba;
  opacity: 0.8;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.general-contact-section {
  background-color: var(--primary-color);
  padding: 80px 0;
}

.general-contact-inner {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 500px;
}

.general-contact-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 450px;
}

.general-contact-inner > div > img {
  max-height: 550px;
}

.general-contact-text > p:nth-child(2) {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.4rem;
}

.map-section {
  background-color: #f9fafb;
  padding: 80px 0;
}

.map-section-inner {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  display: flex;
  flex-direction: row;
}

.company-address {
  display: flex;
  flex-direction: column;
  flex: 2;
  gap: 30px;
}

.company-address > p:nth-child(1) {
  color: #052047;
  font-family: area-normal, sans-serif;
  font-size: 3.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5.4rem;
}

.company-address > p:nth-child(2) {
  color: #acbcc9;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.4rem;
}

.address-section {
  flex: 1;
  border-left: 3px solid var(--accent-color);
  max-height: 180px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 20px;
  box-sizing: border-box;
}

.address-section > p {
  color: #052047;
  font-family: area-normal, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.9rem;
}

.email-banner {
  background-color: var(--accent-color);
  padding: 30px 0;
}

.banner-inner {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 5.4rem;
}

.banner-inner > a {
  color: #00132f;
}

/*                       Subscribe                         */

.subscribe-section-1 {
  padding: 80px 0;
  background-color: white;
  position: relative;
}

.subscribe-1-inner {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 2;
  position: relative;
}

.why-title {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 4.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5.2rem;
}

.why-subtitle {
  color: #052047;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.9rem;
}

.why-text {
  color: #536074;
  font-family: area-normal, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.1rem;
}

.reasons-rows {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
}

.reasons-list > ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.reasons-list > p {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 3.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.9rem;
}

.reasons-list > ul > li {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.reasons-list > ul > li > svg {
  min-width: 48px;
}

.reasons-list > ul > li > p {
  color: #052047;
  font-family: area-normal, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}

.reasons-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.why-image > img {
  border-radius: 25px;
  box-shadow: 1px 1px 60px -30px black;
  max-width: 530px;
}

.subscribe-section-1 > svg {
  position: absolute;
  bottom: 0;
  right: 50px;
}

.subscribe-banner {
  background-color: var(--primary-color);
  padding: 80px 0;
}

.subscribe-banner-inner {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  position: relative;
}

.subscribe-banner-inner > img {
  width: 100%;

  min-height: 200px;
  object-fit: cover;
}

.sub-banner-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.sub-banner-title {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 5.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8rem;
}

.sub-banner-text {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.4rem;
}

.sub-banner-text > span {
  color: var(--accent-color);
}

/*                       Awards                         */

.awards-below-fold {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: white;
}

.awards-below-fold-outer {
  margin: auto;
  width: var(--section-width);
  max-width: var(--section-max-width);
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.awards-below-fold-inner {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
  gap: 2rem;
  justify-content: space-between;
}

.awards-below-fold-image > img {
  box-shadow: 8px 8px 12px 8px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
}

.awards-below-fold-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.awards-below-fold-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.awards-below-fold-text > p:nth-child(2) {
  max-width: 540px;
}

.side-green {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 1;
}

.bottom-grey {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.award-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  padding-bottom: 30px;
}

.award-list.no {
  display: flex;
}

#no-awards-message {
  text-align: center;
  color: white;
  font-size: 2rem;
  width: 100%;
  font-family: area-normal, sans-serif;
}

.award-grid-section {
  background-color: var(--primary-color);
  padding: 80px 0 300px;
  position: relative;
  overflow: hidden;
}

.award-grid-inner {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  z-index: 3;
  position: relative;
}

.award-grid-text {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
}

.award-post-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.award-post-card:hover > .award-card-text {
  background-color: white;
}

.meet-coord-card > .card-text > p.brand-co-name {
  font-size: 3rem;
}

.award-post-card:hover > .award-card-text > p {
  color: black;
}

.award-post-card > img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  max-height: 200px;
  background-color: white;
  padding: 20px 0;
}

.award-single-post {
  display: flex;
  flex-direction: column;
}

.award-card-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    radial-gradient(
      151.92% 127.02% at 15.32% 21.04%,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 50.52%,
      rgba(255, 255, 255, 0) 100%
    );
  padding: 30px;
  transition: 100ms ease-in;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  flex: 1;
}

.award-single-post:hover > .award-card-text {
  background: white;
}

.award-single-post:hover > .award-card-text > * {
  color: black;
}

.award-single-title {
  color: white;
  font-family: area-normal, sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  transition: 10ms ease-in;
}

.award-single-desc {
  color: white;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  transition: 100ms ease-in;
}

.award-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.filter-button {
  transform: skew(-20deg);
  background: none;
  border: 2px solid white;
  color: white;
  padding: 10px 20px;
  transition: 100ms ease-in;
  cursor: pointer;
  font-size: 1.8rem;
  font-family: area-normal, sans-serif;
}

.filter-button.home-page {
  color: var(--primary-color);
  border: var(--primary-color) 2px solid;
}

.filter-button > p {
  transform: skew(20deg);
}

.filter-button:hover,
.filter-button.active {
  background-color: var(--accent-color);
  border: var(--accent-color) 2px solid;
  color: black;
}
/*                       Archive awards                         */

.awards-below-fold.archived {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.award-single-post.archive {
  box-shadow: 4px 4px 32px 4px rgba(0, 0, 0, 0.25);
}

.archive-award-text {
  background-color: #eaeaea;
  padding: 30px;
}

.award-single-title.archived {
  color: black;
  font-family: area-normal, sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  transition: 10ms ease-in;
}

.award-single-desc.archived {
  color: #636d7b;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
}

/*                       categories                         */

.home-section-3 > svg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.category-post-grid {
  padding-bottom: 80px;
}

.category-section-2 {
  padding: 80px 0;
}

.navigation-buttons {
  display: flex;
  flex-direction: row;
  position: relative;
}

.navigation-buttons > * {
  flex: 1;
  height: 260px;
  overflow: hidden;
  position: relative;
}

.section-overlay {
  position: absolute;
  background-color: #326c66;
  opacity: 0.3;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 2;
}

.navigation-buttons > * > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 200ms ease-in-out;
}

.navigation-buttons > * > p {
  position: absolute;
  top: 50%;
  bottom: 50%;
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  transition: 200ms ease-in-out;
  z-index: 3;
}

.navigation-buttons > *:hover > p {
  gap: 4rem;
}

.navigation-buttons > *:hover > img {
  transform: scale(1.1);
}

.navigation-buttons > * > p > i {
  font-size: 2.4rem;
}

.previous-category {
  left: 10%;
}

.next-category {
  right: 10%;
}

/*                       Issues                         */

.issue-content-section {
  background-color: white;
  padding: 80px 0;
  position: relative;
}

.issue-content a:not([class]) {
  color: var(--accent-color);
}

.content-inner-issue {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  display: flex;
  flex-direction: row;
  z-index: 2;
  gap: 50px;
  position: relative;
}
.issue-content.is-type-issue img {
  display: none;
}
.issue-content p {
  margin-bottom: 16px;
}

.issue-cover-image {
  width: 100%;
}

.issue-content-section-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 3;
}

.issue-cover-section {
  flex: 2;
  display: flex;
  z-index: 2;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  margin: 0 auto;
}

.issue-content {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.68;
}

.issue-content h1 { font-size: 2em; }
.issue-content h2 { font-size: 1.82em; }
.issue-content h3 { font-size: 1.72em; }
.issue-content h4 { font-size: 1.42em; }
.issue-content h5 { font-size: 1.24em; }
.issue-content h6 { font-size: 1.14em; }

.issue-content :is(h1, h2, h3, h4, h5, h6) {
    margin: 64px 0 24px 0;
    color: var(--accent-color);
}

/* We dont need spacers, Magda!!! ;) */
.issue-content .wp-block-spacer { display: none !important; }

.issue-winners-az > p {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
}

.issue-cover-inner {
  position: relative;
  height: fit-content;
  position: relative;
  z-index: 1;
}

.issue-cover-inner > a {
  height: 100%;
  display: block;

  position: relative;
}

#page
  > div.issue-content-section
  > div
  > div.issue-cover-section
  > div.addtoany-issue
  > div
  > div
  > a
  > span {
  height: 40px;
  width: 40px;
}

.issue-cover-inner > img {
  box-shadow: 4px 4px 32px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  height: 100%;
  width: 100%;
}

.addtoany-issue {
  padding: 25px 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: white;
  filter: drop-shadow(8px 8px 24px rgba(0, 0, 0, 0.15));
}

.issue-cover-inner > a > .overlay {
  background-color: var(--accent-color);
  width: 100%;
}

.issue-cover-inner:hover > a > .overlay {
  opacity: 0.7;
}

.discover-awards > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discover-awards-text {
  position: absolute;
  bottom: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.discover-awards-text > .large {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 3.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.9rem;
}

.discover-awards-text > .large > span {
  color: var(--accent-color);
}

.button-container {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid var(--accent-color);
}

.issue-content-section > svg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.issue-winners-az {
  background-color: var(--primary-color);
  padding: 80px 0;
}

.a-z-button,
.a-z-number {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 3.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.9rem;
  background-color: white;
  border: none;
  cursor: pointer;
  padding: 10px 0;
  flex: 1;
  transition: 200ms ease-in-out;
  min-width: 40px;
}

.a-z-button:hover {
  background-color: var(--accent-color);
}

.a-z-button.active {
  background-color: var(--accent-color);
}

.issue-winner-az-inner {
  margin: auto;
  width: var(--section-width);
  max-width: var(--section-max-width);
  background-color: white;
}

.winner-list {
  list-style: none;
  padding: 30px;
  margin: 0;
}

.winner-list > li > a {
  text-decoration: none;
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  font-weight: 600;
  line-height: 3.9rem;
}

.winner-section-2 > .breadcrumbs {
  color: var(--accent-color);
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
}

.winner-section-2 > .breadcrumbs > .main-breadcrumb > span > span > a,
.winner-section-2 > .breadcrumbs > .main-breadcrumb > span > span {
  color: white;
}

.winner-title {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 39px; /* 156% */
}

.winner-award-name {
  color: #828d9c;
  font-family: area-normal, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
}

.winner-award-name.header {
  color: white;
}

.winner-content {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 31px; /* 193.75% */
}

.winner-content > p {
  padding-bottom: 16px;
}

.winner-section-2 {
  background-color: var(--primary-color);
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.winner-2-inner {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

.winner-text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.winner-text-content > .winner-titles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.winner-image-content {
  flex: 1;
}

.winner-image-content > img {
  width: 100%;
  max-height: 446px;
  height: 100%;
  object-fit: contain;
}

/*                       winners list single                         */

.cats-tags {
  padding: 30px;
  font-size: 2rem;
  background: var(--accent-color);
  border-radius: 20px;
  color: white;
  position: relative;
  z-index: 2;
}

.cats-tags > a {
  color: white;
}

.award-overlay {
  position: relative;
}

.a-z-container {
  position: relative;
  padding: 80px 0;
  background-color: #f9fafb;
}

.a-z-inner {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.a-z-button-section > .button-container {
  border: none;
  box-shadow: 4px 4px 64px 4px rgba(0, 0, 0, 0.16);
  z-index: 2;
  position: relative;
}

.winner-list {
  background-color: white;
}

/*                       Award single                         */

.split-section {
  position: relative;
}

.header-block {
  background-color: var(--primary-color);
  height: 100px;
  width: 100%;
}

.award-page-split-section {
    background-color: var(--primary-color);
}

.award-page-split-section .split-section-inner {
    width: var(--section-width);
    max-width: var(--section-max-width);
    margin: 0 auto;
    gap: 48px;
}

.award-page-split-section .single-award-first-inner {
    max-width: unset;
}

.single-award-first {
  flex: 1;
  background-color: var(--primary-color);
}

.single-award-first-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 490px;
  margin: auto;
  gap: 2rem;
}

.split-section-inner > * {
  max-height: 600px;
}

.single-award-second {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.single-award-second > img:nth-child(1) {
  width: 100%;
  height: 600px;
  object-fit: contain;
}

.single-award-second > img.award-single-image {
  object-fit: cover;
}

.single-award-second > img.winner-list-award-image {
  object-fit: cover;
}

.flipping-book-image-section {
  position: absolute;
  top: 0;
  z-index: 4;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flipping-book-image {
      max-height: 390px;
    position: relative;
    max-width: 276px;
}

.flipping-book-image > .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 4;
  background-color: var(--accent-color);
  opacity: 0;
  left: 0;
}

.flipping-book-image:hover > .overlay {
  opacity: 0.7;
}

.flipping-book-image > img {
      max-height: 100%;
    max-width: 100%;
}

.split-section-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.split-section-inner > * {
  flex: 1;
}

.single-award-title {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 6.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}

.single-award-excerpt {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}

.vote-banner {
  background: radial-gradient(
    151.92% 127.02% at 15.32% 21.04%,
    rgba(255, 255, 255, 0.67) 0%,
    rgba(255, 255, 255, 0.8) 50.52%,
    rgba(255, 255, 255, 0.29) 100%
  );
  backdrop-filter: blur(40px);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
}

.vote-banner-inner {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.vote-banner-inner > p {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
}

.single-award-content-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.single-award-content-section > * {
  z-index: 2;
  position: relative;
}

.single-award-content-section > svg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.award-about-title {
  color: #5fc5ba;
  font-family: area-normal, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
}

.award-about-date {
  font-size: 1.8rem;
  font-weight: 500;
}

.single-award-content-section-inner {
  width: var(--section-width);
  max-width: var(--section-max-width);
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
}

.single-award-content-title {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 4.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 30px;
}

.single-award-content-content {
  color: #536074;

  /* P text */
  font-family: area-normal, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}

.single-award-content-content > p,
.single-award-content-content > h1,
.single-award-content-content > h2,
.single-award-content-content > h3,
.single-award-content-content > h4,
.single-award-content-content > h5,
.single-award-content-content > h6 {
  margin-bottom: 16px;
}

.single-award-content-content > h1,
.single-award-content-content > h2,
.single-award-content-content > h3,
.single-award-content-content > h4,
.single-award-content-content > h5,
.single-award-content-content > h6 {
    margin-top: 32px;
    padding-bottom: 8px;
    border-bottom: 1px solid #cdc7c7;
    margin-bottom: 24px;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    max-width: 100%;
    color: var(--primary-color);
}

.single-award-content-content a {
    color: var(--accent-color);
}

.single-award-content-content blockquote {
    border-left: 4px solid var(--accent-color);
    margin-left: 0;
    padding: 16px 24px;
    background: rgb(95 197 186 / 10%);
    color: #35a095;
    font-weight: 600;
}

.single-award-content-dates {
  display: flex;
  flex-direction: column;
  max-width: 410px;
  justify-self: end;
  box-shadow: 8px 8px 24px 8px rgba(0, 0, 0, 0.15);
  height: 100%;
}

.single-award-content-dates > img {
  padding: 20px;
}

.single-award-content-dates-text {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: white;
}

.meet-coord-section {
  background-color: var(--primary-color);
  padding: 80px 0;
}

.meet-coord-inner {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.meet-coord-card {
  display: flex;
  flex-direction: row;
}

.meet-coord-card > .card-text {
  width: 50%;
  padding: 30px;
  box-sizing: border-box;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}

.meet-coord-card > .card-text > p {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.9rem;
}

.meet-coord-card > .card-text > p > span > a {
  color: var(--accent-color);
  text-decoration: none;
}

.meet-coord-card > .card-text > p > span > a:hover {
  text-decoration: underline;
}

.meet-coord-card > .card-image {
  width: 50%;
  display: flex;
}

.meet-coord-card > .card-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 20% 3%;
  object-fit: cover;
}

.meet-buttons {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  gap: 20px;
}

.methodology-button {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.4rem;
  border: none;
  background-color: var(--primary-color);
  flex: 1;
  cursor: pointer;
  min-height: 48px;
}

.methodology-button.active {
  background-color: white;
  color: var(--primary-color);
}

.meet-buttons > * {
  flex: 1;
  text-align: center;
}

.methodology-section {
  padding: 80px 0;
}

.methodology-card {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-height: 480px;
  height: 100%;
  box-shadow: 1px 1px 40px -30px black;
}

.methodology-card > * {
  flex: 1;
}

.methodology-details {
  height: 100%;
  position: relative;
  height: 480px;
}

.methodology-text-section {
  position: absolute;
  bottom: 0;
  background: radial-gradient(
    151.92% 127.02% at 15.32% 21.04%,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.6) 50.52%,
    rgba(255, 255, 255, 0.22) 100%
  );
  backdrop-filter: blur(40px);
  padding: 30px;
  box-sizing: border-box;
}

.methodology-title {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2.4rem;
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 3.4rem;
}

.methodology-text {
  color: #212429;
  font-family: area-normal, sans-serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
}

.methodology-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.method-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}

.methodology-inner {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.faq-section {
  background-color: var(--primary-color);
  padding: 80px 0;
}

.faq-inner {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.faqs {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.question {
  background-color: white;
  padding: 20px;
  box-shadow: 4px 4px 64px 4px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}

.question > p {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.4rem;
}

.answer {
  background-color: white;
  padding: 20px;
  display: none;
}

.answer > p {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.4rem;
}

.hall-section {
    display: flex;
    flex-direction: row;
    max-width: var(--section-width);
    width: var(--section-max-width);
    max-height: 580px;
    margin: auto;
    gap: 48px;
}

.hall-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 0;
    width: 50%;
    box-sizing: border-box;
    gap: 32px;
}

.hall-title {
  color: #1a1a1a;
  font-family: area-normal, sans-serif;
  font-size: 4.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5.88rem;
}

.hall-title > span {
  font-weight: 400;
  font-style: italic;
}

.hall-text > .small {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.4rem;
}

.hall-years {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.hall-image {
  width: 50%;
}

.hall-image > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.brochure-section {
  background-color: var(--primary-color);
  padding: 80px 0;
  position: relative;
}

.brochure-section-inner > p {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 4.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5.1rem;
}

.brochure-section-inner {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.brochure-card {
  display: flex;
  flex-direction: row;
}

.brochure-text {
  background-color: white;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  gap: 30px;
}

.brochure-image {
  width: 50%;
}

.brochure-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thick {
  display: flex;
  flex-direction: row;
  font-size: 2.8rem;
  line-height: 3.4rem;
  gap: 10px;
}

.thick > p {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.small-brochure {
  color: #536074;
  font-family: area-normal, sans-serif;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.4rem;
}

.other-awards-section {
  background-color: white;
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.first-year {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.4rem;
}

.other-awards-section > svg {
  position: absolute;
  bottom: 0;
  left: 50px;
}

.other-awards-inner {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 2;
  position: relative;
}

.other-awards-title {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 5.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 9.4rem;
}

.awards-single-slider > .slick-list {
  overflow: visible;
}

.single-award-slide {
  margin: 10px;
  height: 380px;
}

.arrow-con {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.related-arrow {
  background-color: white;
  border-radius: 50%;
  display: flex;
  font-size: 2rem;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  box-shadow: 1px 1px 13px -8px black;
  transition: 200ms ease;
  cursor: pointer;
}

.related-arrow:hover {
  box-shadow: 1px 1px 20px -8px black;
}

.privacy-section {
  background-color: var(--primary-color);
  padding: 200px 0 100px;
}

.privacy-inner {
  margin: auto;
  max-width: var(--section-max-width);
  width: var(--section-width);
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}

.privacy-content {
  padding: 80px 0;
}

.privacy-content-content {
  color: #052047;
  font-family: area-normal, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.1rem;
}

.privacy-content-content p, 
.privacy-content-content ul, 
.privacy-content-content ol, 
.privacy-content-content h2 {
    padding-bottom: 16px;
    margin: 0;
}

.privacy-content .privacy-inner a {
    font-weight: 600;
    color: var(--accent-color);
}

/*                       f04                         */

.f04 {
  position: relative;
  height: 700px;
}

.f04-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.f04-inner {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.f04-inner > .title.white {
  font-size: 21.5rem;
  font-weight: 100;
  line-height: 21rem;
}

.f04-inner > .small-text {
  padding-bottom: 30px;
  text-align: center;
}

/*                       footer                         */

.footer-logo {
  width: 250px;
  cursor: pointer;
}

.site-footer {
  background-color: var(--primary-color);
}

.site-logo-footer {
  width: 249px;
}

.footer-banner-wrapper {
  background-color: var(--accent-color);
}

.footer-top-banner {
  max-width: var(--section-max-width);
  width: var(--section-width);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.footer-top-banner > p {
  color: #000;
  font-family: area-normal, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
}

.footer-inner {
  max-width: var(--section-max-width);
  width: var(--section-width);
  margin: auto;
}

a.footer-small-text {
  max-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.footer-small-text {
  color: #93abbe;
  font-family: area-normal, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4rem;
  text-decoration: none;
}

a.footer-small-text:hover {
  text-decoration: underline;
  color: #fbfbfb;
}

.footer-main {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 2rem;
  padding: 40px 0;
}

.footer-main > * {
  flex: 1;
}

.footer-main > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-lists {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 30px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-title {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 900;
}

.footer-main > div:nth-child(3) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.footer-media-card {
  background-color: white;
  display: flex;
  flex-direction: row;
  height: 110px;
  justify-content: center;
}

.footer-media-card > div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 2;
}

.footer-media-card > div:nth-child(1) > a {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.footer-media-card > div:nth-child(1) > a:hover {
  text-decoration: underline;
}

.footer-media-card > div:nth-child(2) {
  background-color: var(--accent-color);
  justify-content: center;
  flex: 1;
  padding: 10px;
  display: flex;
}

.footer-media-card > div:nth-child(2) > img {
  height: 100%;
  object-fit: cover;
}

.footer-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 0;
  height: 120px;
}

.footer-light-text {
  color: #d0d5dd;
  font-family: area-normal, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  transition: 100ms ease-in-out;
}

.footer-legal-links > .footer-light-text:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

.footer-svgs {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.post-content code,
.issue-content code {
  border: 1px solid lightblue;
  border-radius: 5px;
  padding: 20px;
  background: #f1fcff;
  font-size: 1.6rem;
}

.post-content .wp-block-image .aligncenter,
.issue-content .wp-block-image .aligncenter {
  text-align: center;
}

.footer-svgs > a > svg {
  transition: 100ms ease;
}

.footer-svgs > a > svg:hover path[fill="white"] {
  fill: var(--accent-color);
}

.footer-footer > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-footer > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}

.footer-footer > div:nth-child(2) > div {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.awards-section-4 {
  background-color: #183157;
  position: relative;
  padding: 80px 0;
}

.awards-4-inner {
  margin: auto;
  width: var(--section-width);
  max-width: var(--section-max-width);
  display: flex;
  flex-direction: row;
  height: 500px;
}

.award-4-image {
  width: 50%;
  height: 100%;
}

.award-4-image > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.award-4-text {
  display: flex;
  flex-direction: column;
  padding: 60px;
  background-color: white;
  justify-content: center;
  gap: 2rem;
  width: 50%;
  box-sizing: border-box;
}

.award-4-text > p:nth-child(1) {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 500;
}
.landing1 {
  padding: 50px 0;
}
.landing {
  height: 100px;
  width: 100%;
  background-color: var(--primary-color);
}
.landing-page-body {
  background-color: var(--primary-color);
  padding: 200px 0 100px;
}
.container > .title > p {
  font-size: 2rem;
}
.award-4-text > p:nth-child(2) {
  color: #a0a0a0;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
}

.slant-cta {
  background-color: var(--accent-color);
  transform: skew(-20deg);
  padding: 10px 20px;
  text-decoration: none;
  width: fit-content;
  display: block;
  cursor: pointer;
  transition: 100ms ease-in-out;
  border: solid 2px var(--accent-color);
}

.slant-cta:hover {
  background-color: transparent;
  border: solid 2px var(--primary-color);
  color: var(--primary-color);
}

.slant-cta.dark:hover {
  border: solid 2px white;
}

.slant-cta.dark:hover > p {
  color: white;
}

.slant-cta.clear {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  transform: skew(-20deg);
  padding: 10px 20px;
  text-decoration: none;
  width: fit-content;
  display: block;
}

.slant-cta.clear.active,
.slant-cta.clear:hover {
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
}

.slant-row {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.brand-contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  text-decoration: none;
  transition: 100ms ease;
}

.brand-contact:hover {
  transform: scale(1.05);
}

.brand-contact > p {
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 39px;
  text-decoration: none;
}
.aigm-iframe-overlay-box {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.aigm-iframe-overlay-box > .middle-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  max-width: 800px;
  width: 90%;
  height: auto;
  overflow-y: auto;
  z-index: 20;
  background-color: var(--accent-color);
}
.aigm-iframe-overlay-box > .overlay {
  z-index: 19;
}
.middle-box > .title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  width: 100%;
  padding: 16px 32px;
  box-sizing: border-box;
}
.middle-box > .title-bar > p {
  font-weight: 400;
  font-size: 22px;
  font-family: area-normal, sans-serif;
  text-transform: capitalize;
}
.middle-box > .title-bar > .close-button-global {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.aigm-iframe-overlay-box > .middle-box > .scrolling-content {
  width: 100%;
  max-width: 800px;
  background: #fff;
}
.aigm-iframe-overlay-box > .middle-box > .scrolling-content > iframe {
  width: 100%;
  height: 600px;
  border: 0;
  background: #fff;
}

.loading {
  position: absolute;
  top: 50%;
  right: 45%;
}

.slant-cta > p {
  transform: skew(20deg);
  color: #00132f;
  font-family: area-normal, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  transition: 100ms ease-in-out;
}

.contact-form-section {
  background-color: white;
  padding: 0 0 80px 0;
}

.contact-form-inner-form > form > .errors > p {
  font-size: 2rem;
  color: white;
}

.contact-form-section > .title {
  max-width: var(--section-max-width);
  width: var(--section-width);
  margin: auto;
}

.contact-form-inner {
  background-color: var(--primary-color);
  max-width: var(--section-max-width);
  width: var(--section-width);
  margin: auto;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.contact-form-inner > * {
  flex: 1;
}

.contact-form-location {
  color: #f8f9fa;
  font-family: area-normal, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  background-color: #213654;
  max-width: 490px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 20px;
  box-sizing: border-box;
}

.contact-form-image-inner {
  display: flex;
  flex-direction: column;
  max-width: 490px;
}

.contact-form-image-inner > img {
  height: 100%;
}

.aigm-contact-form {
  display: block;
  width: 100%;
}

.aigm-contact-form.style--container {
  max-width: 960px;
  padding: 32px 32px calc(32px + 8px) 32px;
  background: #fff;
  box-shadow: 0 0 16px #ccc;
  margin: 0 auto;
}

.aigm-contact-form.style--container::after {
  content: "";
  background: linear-gradient(88deg, #2cace3 3.42%, #0456c3 100.06%);
  width: 100%;
  height: 8px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.aigm-contact-form .errors {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.aigm-contact-form .bottom {
  margin-top: 32px;
}

.aigm-contact-form .fields {
  display: flex;
  gap: 16px 32px;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
}

.aigm-contact-form .fields .field {
}

.aigm-contact-form .fields .field-width-full {
  width: 100%;
}
.aigm-contact-form .fields .field-width-half {
  width: calc(50% - 16px);
}
.aigm-contact-form .fields .field-width-quarter {
  width: calc((100% - (3 * 16px)) / 4);
}

.aigm-contact-form .fields .field label,
.aigm-contact-form .fields .field strong.label,
.aigm-form-label {
  cursor: default;
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  color: #132248;
  font-weight: 500;
}

.aigm-contact-form .fields .field label,
label.aigm-form-label {
  cursor: pointer;
  font-size: 2rem;
  color: white;
}

#page
  > div.contact-form-section
  > div
  > div.contact-form-inner-form
  > form
  > div.bottom
  > div
  > button {
  background-color: var(--accent-color);
  border: none;
  padding: 16px;
  width: 100%;
  color: #00132f;
  text-align: center;
  font-family: area-normal, sans-serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.4rem;
}

.aigm-contact-form .fields .field .field-element,
.aigm-form-input {
  display: block;
  width: 100%;
  min-height: 48px;
  background-color: #edf2f7;
  padding: 12px 20px;
  border: 1px solid #cfd7df;
  color: #76819f;
  line-height: 1.52;
  border-radius: 0;
  outline: none;
  stroke: none;
  font-weight: 400;
  box-sizing: border-box;
}

.aigm-contact-form .fields .field textarea.field-element,
textarea.aigm-form-input {
  resize: vertical;
}

.aigm-contact-form .fields .field .field-element:focus,
.aigm-contact-form .fields .field .field-element:focus-within,
.aigm-form-input:focus,
.aigm-form-input:focus-within {
  box-shadow: 0 0 0px 2px #2cace3;
}

.aigm-contact-form .fields .field .field-element::placeholder,
.aigm-form-input::placeholder {
  color: #76819f;
  opacity: 0.35;
}

.aigm-contact-form .fields .field .field-element[readonly],
.aigm-form-input[readonly] {
  cursor: not-allowed;
  opacity: 0.72;
}

.aigm-contact-form .fields .field-radios {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.aigm-contact-form .fields .field-picklist {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px;
}

.aigm-contact-form .fields .field-picklist .field-picklist-item {
}

.aigm-contact-form .fields .field-radio-flex,
.aigm-contact-form .fields .field-checkbox-flex,
.aigm-form-checkbox-flex {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
}

.aigm-contact-form .fields .field-radio-flex label,
.aigm-contact-form .fields .field-checkbox-flex label,
.aigm-form-checkbox-flex .aigm-form-label {
  margin: 0;
  font-weight: 400;
  color: #76819f;
}

.aigm-contact-form .fields .field-checkbox-flex input[type="checkbox"],
.aigm-contact-form .fields .field-radio-flex input[type="radio"],
.aigm-form-checkbox[type="checkbox"],
.aigm-form-checkbox[type="radio"] {
  appearance: none;
  width: 24px;
  height: 24px;
  display: flex;
  --bg: #edf2f7;
  background: var(--bg);
  border: 1px solid #cfd7df;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  min-height: unset;
  min-width: unset;
}

.aigm-contact-form .fields .field-radio-flex input[type="radio"],
.aigm-form-checkbox[type="radio"] {
  border-radius: 50%;
}

.aigm-contact-form .fields .field-checkbox-flex input[type="checkbox"]:checked,
.aigm-contact-form .fields .field-radio-flex input[type="radio"]:checked,
.aigm-form-checkbox[type="checkbox"]:checked,
.aigm-form-checkbox[type="radio"]:checked {
  --bg: #2cace3;
  border-color: var(--bg);
}

.aigm-contact-form
  .fields
  .field-checkbox-flex
  input[type="checkbox"]:checked::after,
.aigm-contact-form .fields .field-radio-flex input[type="radio"]:checked::after,
.aigm-form-checkbox[type="checkbox"]:checked::after,
.aigm-form-checkbox[type="radio"]:checked::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  color: #fff;
  line-height: 1;
  font-size: 16px;
}

.aigm-contact-form
  .fields
  .field-radios.field-format-yes-no
  > .field-radio-flex:last-of-type
  input[type="radio"]:checked {
  --bg: red;
}

.aigm-contact-form
  .fields
  .field-radios.field-format-yes-no
  > .field-radio-flex:last-of-type
  input[type="radio"]:checked::after {
  content: "\f00d";
}

.aigm-contact-form .fields input[type="file"].field-element {
  cursor: pointer;
}

.aigm-contact-form
  .fields
  input[type="file"].field-element::file-selector-button {
  cursor: pointer;
  background: #fff;
  border: 0;
  color: #132248;
  font-family: inherit;
  padding: 8px 12px;
  line-height: 1;
  font-size: 1rem;
  margin: -10px 20px -10px -10px;
  display: inline-block;
}

.aigm-contact-form .fields select.field-element,
select.aigm-form-input {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjMwLjEgMTU4IDQ1MS45IDI2MCI+PHBhdGggZD0iTTI1NiA0MTcuOWwxNy0xN0w0NjUgMjA5bDE3LTE3TDQ0OCAxNTguMWwtMTcgMTctMTc1IDE3NUw4MSAxNzVsLTE3LTE3TDMwLjEgMTkybDE3IDE3TDIzOSA0MDFsMTcgMTd6IiBmaWxsPSIjNzY4MTlGIj48L3BhdGg+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: calc(100% - 20px) center;
  padding-right: calc(20px + 20px + 20px) !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aigm-contact-form .fields .field.field-required label::after,
.aigm-contact-form .fields .field.field-required strong.label::after {
  content: "*";
  color: red;
  margin-left: 4px;
  display: inline-block;
  font-size: 88%;
  vertical-align: top;
}

.aigm-contact-form .fields .field-radio-flex label::after {
  display: none !important;
}

.aigm-contact-form h2 {
  color: #132248;
  display: flex;
  font-size: 1.64rem;
  font-weight: 500;
  width: 100%;
  gap: 16px;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 8px;
}

.aigm-contact-form h2 span {
  display: block;
}

.aigm-contact-form h2 span::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2cace3;
}

.aigm-contact-form h2 small {
  display: block;
  font-size: 0.824rem;
  line-height: 1;
  background: #2cace3;
  padding: 10px 16px;
  color: #fff;
  border-radius: 500px;
  user-select: none;
  pointer-events: none;
}

.aigm-contact-form p.note {
  display: block;
  color: #5a6379;
  margin-top: 16px;
}

.aigm-contact-form hr {
  display: block;
  margin: 16px 0;
  width: 100%;
  border: none;
  height: 1px;
  background: #b9b9b9;
}

.aigm-contact-form .google-captcha {
  margin-top: 16px;
}

/* Tablet: 768px */
@media only screen and (max-width: 768px) {
  .aigm-contact-form .fields .field-radio-flex label,
  .aigm-contact-form .fields .field-checkbox-flex label,
  .aigm-form-checkbox-flex .aigm-form-label {
    text-align: center;
  }
  .aigm-contact-form .fields .field-radio-flex,
  .aigm-contact-form .fields .field-checkbox-flex,
  .aigm-form-checkbox-flex {
    flex-direction: column;
    gap: 8px;
  }
}

@media only screen and (max-width: 960px) {
  .aigm-contact-form .fields .field {
    width: 100% !important;
    flex: none !important;
  }
  .full-collection-item {
    max-width: 150px;
  }
  .full-collection-item-inner {
    width: 100%;
  }
  .full-collection-item-inner > a > img {
    width: 100%;
  }
}

@media only screen and (max-width: 460px) {
  .aigm-contact-form {
    padding: 0 !important;
    box-shadow: none !important;
    background: none !important;
  }
  .aigm-contact-form::after {
    display: none !important;
  }
}

@media only screen and (max-width: 1516px) {
  .about-section-3 > img {
    display: none;
  }
  .about-4-outer {
    padding: 20px;
  }
}

@media only screen and (max-width: 1290px) {
  .map-section-inner {
    flex-direction: column;
    gap: 30px;
  }
  .company-address > iframe {
    width: 100%;
  }
}

@media only screen and (max-width: 1245px) {
  .home-hero-content {
    width: unset;
  }
  .main-nav {
    display: none;
  }

  .burger-menu {
    cursor: pointer;
    display: block;
  }

  .bar {
    transition: 0.4s;
  }

  .bar-1 {
    width: 5em;
    display: block;
    width: 40px;
    border-top: 6px solid white;
    padding-top: 6px;
    cursor: pointer;
    transition: 0.4s;
  }

  .bar-2 {
    width: 5em;
    display: block;
    width: 40px;
    border-top: 6px solid white;
    padding-top: 5px;
    display: fixed;
    transition: 0.4s;
  }

  .bar-3 {
    width: 5em;
    display: block;
    width: 40px;
    border-top: 6px solid white;
    padding-top: 5px;
    transition: 0.4s;
  }

  .change .bar-1 {
    -webkit-transform: rotate(-45deg) translate(-10px, 5px);
    transform: rotate(-45deg) translate(-10px, 8px);
  }

  .change .bar-2 {
    opacity: 0;
  }

  .change .bar-3 {
    -webkit-transform: rotate(45deg) translate(-10px, 5px);
    transform: rotate(45deg) translate(-10px, -5px);
  }
  .mobile-search-toggle {
    display: block;
  }
}

@media only screen and (max-width: 1210px) {
  .footer-main {
    flex-direction: column;
  }
  .footer-lists {
    justify-content: start;
  }
  .footer-main > div:nth-child(1) {
    gap: 2rem;
  }
}

@media only screen and (max-width: 1065px) {
  .awards-below-fold-inner {
    flex-direction: column;
  }
  .awards-below-fold {
    padding: 80px 0;
  }
  .side-green {
    display: none;
  }
  .content-inner-issue {
    flex-direction: column;
  }
  .header-block {
    display: none;
  }
  .split-section-inner {
    height: 500px;
  }
  /*.split-section-inner > * {
    max-height: unset;
    flex: unset;
  }*/
  .slant-cta.voting-slant {
    white-space: nowrap;
    max-height: 30px;
  }
  .split-section-second.below-fold {
    gap: 30px;
    padding: 20px;
  }
  .contact-form-inner > div:nth-child(1) {
    display: none;
  }

  body.page-template-page-winners-list .split-section-inner {
        height: auto;
    display: block;
    padding-top: 128px;
    background: var(--primary-color);
    text-align: center;
  }

  body.page-template-page-winners-list .single-award-first {
    padding-bottom: 64px;
  }
  
  body.page-template-page-winners-list .single-award-second > img:nth-child(1) {
    
  }
  
  body.page-template-page-winners-list .single-award-first a#halloffamescroll {
        margin: 0 auto;
  }
}

@media only screen and (max-width: 1000px) {
  .methodology-card {
    flex-direction: column;
    max-height: unset;
  }
  .methodology-image {
    width: 100%;
  }
  .methodology-text-section {
    padding: 15px;
  }
  .methodology-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .methodology-title {
    margin: 0;
    font-size: 2rem;
  }
  .general-contact-image {
    display: none;
  }
  .general-contact-inner {
    height: unset;
  }
  .why-image {
    display: none;
  }
}
@media only screen and (max-width: 940px) {
  :root {
    font-size: 8px;
  }
  .awards-4-inner {
    flex-direction: column;
    height: unset;
  }
  .award-4-image {
    width: 100%;
    height: 300px;
  }
  .award-4-text {
    padding: 20px;
    width: 100%;
  }
  .subscribe-split {
    max-height: unset;
    flex-direction: column;
  }
  .subscribe-split-image {
    height: 300px;
    flex: unset;
  }
  .filter-post-button-container {
    flex-wrap: wrap;
  }
  .category-white {
    width: 100%;
  }
  .home-post-grid-single {
    width: unset;
  }
  .home-award-single-image {
    height: unset;
  }
  .home-award-single-content {
    flex: unset;
  }

  body.single-winners .hero-section-inner h1 {
    font-size: 5.6rem;
  }
  body.single-winners .winner-titles {
    text-align: center;
  }
  body.single-winners .winner-content {
    text-align: center;
  }
  body.single-winners .winner-2-inner {
    flex-direction: column;
  }
  body.single-winners .winner-2-inner .slant-cta {
    margin: 0 auto;
  }
  body.single-winners .winner-share-box {
    text-align: center;
  }
  .winner-award-name {
    text-align: center;
    }
}
@media only screen and (max-width: 900px) {
  .home-4-inner-footer > div:nth-child(1) {
    display: none;
  }
  .testimonials-inner > img {
    display: none;
  }
  .testimonials-text-outer {
    position: relative;
  }
  .testimonials-text {
    max-width: unset;
  }
  .testimonials-inner {
    min-height: auto;
  }
  .test-arrows {
    width: 100%;
  }
  .home-4-inner-head {
    flex-direction: column;
  }
  .home-4-inner-footer > div:nth-child(2) {
    width: 100%;
  }
  .split-section.above-footer {
    flex-direction: column;
  }
  .latest-issue-banner-inner {
    display: none;
  }
}

@media only screen and (max-width: 826px) {
  .special-edition-text {
    margin-inline: 20px;
  }
}

@media only screen and (max-width: 850px) {
  .split-section {
    flex-direction: column;
  }
  .special-edition > img {
    align-self: start;
  }
}

@media only screen and (max-width: 800px) {
  .footer-main {
    flex-direction: column;
    height: auto;
  }
  .footer-main > div:nth-child(1) {
    gap: 2rem;
  }
  .footer-lists {
    justify-content: start;
    gap: 2rem;
  }
  .footer-list {
    gap: 1rem;
  }
  .email-banner {
    display: none;
  }
}

@media only screen and (max-width: 770px) {
  .footer-footer {
    flex-direction: column;
    height: unset;
  }
  .footer-footer > div:nth-child(2) {
    align-items: center;
    padding-top: 30px;
    gap: 30px;
  }
  .footer-footer > div:nth-child(2) > div {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-word-large {
    font-size: 23rem;
    bottom: -54px;
  }
  .about-section-5 {
    padding: 80px 0 108px;
  }
}

@media only screen and (max-width: 750px) {
  .home-7-inner {
    flex-direction: column;
  }
  .footer-logo {
    margin: 0 auto;
}
  .footer-title {
    font-size: 2.4rem;
    text-align: center;
  }
  .footer-small-text {
    font-size: 2.2rem;
    text-align: center;
  }
  .footer-light-text {
    text-align: center;
}
  .footer-main,
  .footer-main > div:nth-child(3),
  .footer-main > div:nth-child(1) {
    gap: 30px;
  }
  .footer-main > div:nth-child(3) .footer-media-card > div:nth-child(1) > p {
    font-size: 1.8rem;
  }
  .footer-lists {
    justify-content: space-around;
  }
  .footer-list {
    gap: 1.8rem;
    align-items: center;
  }
  .footer-footer > div:nth-child(1) {
    gap: 20px;
  }
  .footer-svgs {
    justify-content: center;
  }
  .footer-footer img[alt="CPD Membership Badge"] {
    margin: 0 auto;
    display: block;
}
  .email-banner > .banner-inner {
    font-size: 2rem;
  }
  .sub-banner-title {
    font-size: 3rem;
  }
  .sub-banner-text {
    font-size: 1.8rem;

    text-align: center;
  }
}

@media only screen and (max-width: 700px) {
  .about-4-inner > div {
    display: none;
  }
  .hi-section > :nth-child(1) {
    display: none;
  }
  .contact-form-inner {
    padding: 50px 10px;
  }
  .aigm-contact-form .fields {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .home-award-post-grid {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .about-5-inner > p {
    font-size: 10vw;
  }
  .about-section-3 > div {
    padding: 50px 20px;
    width: auto;
  }
  .contact-cards {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

@media only screen and (max-width: 540px) {
  .footer-sub {
    width: 100%;
    box-sizing: border-box;
  }
  .award-buttons {
    gap: 10px;
  }
  .filter-button {
    width: 100%;
  }
  .header-inner > a > img {
    width: 170px;
  }
}

@media only screen and (max-width: 470px) {
  .footer-lists {
    flex-direction: column;
  }
}

@media only screen and (max-width: 440px) {
  .title {
    font-size: 10vw;
  }
}

/* Awards page mobile hotfix - fixing Jack's shitty code */

@media only screen and (max-width: 920px) {
    body.single-awards .hall-section {
        flex-direction: column;
        position: relative;
    }

    body.single-awards .hall-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: .2;
    }

    body.single-awards .hall-image > img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
    }

    body.single-awards .hall-text {
        width: 100%;
        text-align: center;
        padding-left: 32px;
        padding-right: 32px;
    }

    body.single-awards .hall-years {
        justify-content: center;
    }

    body.single-awards .single-award-first-inner {
        align-items: center;
    }

    body.single-awards .single-award-first {
        width: 100%;
        text-align: center;
        background: none;
    }

    body.single-awards .single-award-second {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: var(--primary-color);
    }

    body.single-awards .single-award-second img.award-single-image {
        opacity: .25;
    }

    body.single-awards .meet-coord-card {
        flex-direction: column;
    }

    body.single-awards .meet-coord-card > .card-text {
        width: 100%;
    }

    body.single-awards .meet-coord-card > .card-image {
        width: 100%;
    }

    body.single-awards .single-award-content-section-inner {
        flex-direction: column-reverse;
    }
}

body.single-post .article-share-box {
    margin-top: 24px;
    padding: 16px;
    background: #00132f;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

body.single-post .article-share-box .addtoany_list.a2a_kit_size_32 a {
    line-height: 0;
}

body.single-winners .winner-share-box {
    margin: auto;
    max-width: var(--section-max-width);
    width: var(--section-width);
}

body.single-winners .winner-share-box .addtoany_shortcode {
    display: inline-block;
    padding: 16px;
    background: rgb(255 255 255 / 8%);
}

body.single-winners .winner-share-box .addtoany_list.a2a_kit_size_32 a {
    line-height: 0;
}