/**
 * Theme Name: Queensland Courts - Court Info
 */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}
body.modal-open {
  overflow: hidden;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  max-width: 1440px;
  min-height: 100px;
  background: #003258;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  box-shadow: 0 3px 4px 0 rgba(0, 50, 88, 0.25);
  z-index: 999999999;
}
header img {
  position: relative;
  z-index: 999;
}
header > div:first-child {
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  header > div:first-child {
    padding-left: 2rem;
  }
}
header .desktop {
  margin-right: 2rem;
}
header .mobile {
  margin-right: 2rem;
}
header .open-language .label-close {
  display: none;
}
header .open-language.is-active .label-open {
  display: none;
}
header .open-language.is-active .label-close {
  display: inline;
}
header .mobile-menu-button {
  height: 26px;
  width: 29px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 999;
}
header .mobile-menu-button span {
  display: block;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
header .mobile-menu-button.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
header .mobile-menu-button.active span:nth-child(2) {
  opacity: 0;
}
header .mobile-menu-button.active span:nth-child(3) {
  transform: rotate(-45deg) translate(10px, -10px);
}
header .secondary {
  min-width: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu {
  position: fixed;
  left: 0;
  background: #ebebeb;
  width: 100%;
  height: 100%;
  z-index: 6;
  overflow-y: auto;
  padding: 0 2rem 6rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 3rem;
}
.mobile-menu ul li a {
  font-size: 1.5rem;
  color: #ffffff;
}
.mobile-menu.show {
  display: block;
}

.hero {
  position: relative;
}
.hero .swiper {
  position: relative;
}
.hero .swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .hero .swiper {
    height: 400px;
    width: 100%;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
@media screen and (max-width: 480px) {
  .hero .swiper {
    height: 230px;
  }
}
.hero .gradient {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 82.21%);
}
@media screen and (max-width: 768px) {
  .hero .gradient {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hero .content {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0 0 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .hero .content {
    position: relative;
    padding: 10rem 2rem 4rem;
  }
}
.hero .content .line {
  position: relative;
  width: 6rem;
  height: 4px;
  background: #003258;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .hero .content .line {
    width: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .hero .content .line {
    width: 2rem;
    margin-bottom: 2rem;
  }
}
.hero .content h1 {
  max-width: 24ch;
  font-size: clamp(2rem, 1rem + 3.06vw, 5.5rem);
}
.hero .content p {
  max-width: 650px;
}
@media screen and (max-width: 1200px) {
  .hero .content p {
    font-size: 1rem;
  }
}

.sub-hero {
  padding: 12rem 2rem 2rem;
  background: #EBEBEB;
}
@media screen and (max-width: 768px) {
  .sub-hero {
    padding-top: 10rem;
  }
}
.sub-hero .line {
  position: relative;
  width: 6rem;
  height: 4px;
  background: #003258;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .sub-hero .line {
    width: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .sub-hero .line {
    width: 2rem;
    margin-bottom: 2rem;
  }
}
.sub-hero p {
  font-size: 1.125rem;
}
@media screen and (max-width: 1200px) {
  .sub-hero p {
    font-size: 1rem;
  }
}

.choose-a-topic {
  padding: 6rem 2rem 0;
}
@media screen and (max-width: 768px) {
  .choose-a-topic {
    padding: 3rem 2rem;
  }
}
.choose-a-topic .swiper-topic {
  position: relative;
  margin-top: 4rem;
  overflow: hidden;
  padding-bottom: 30rem;
  margin-bottom: -24rem;
}
@media screen and (max-width: 768px) {
  .choose-a-topic .swiper-topic {
    padding-bottom: 25rem;
    margin-bottom: -25rem;
  }
}
.choose-a-topic .swiper-topic .swiper-wrapper {
  height: auto;
}
.choose-a-topic .swiper-topic .swiper-slide {
  height: auto;
}
.choose-a-topic .swiper-topic .card {
  height: 100%;
}
.choose-a-topic .swiper-topic .card img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .choose-a-topic .swiper-topic .card img {
    height: 180px;
  }
}
.choose-a-topic .swiper-topic .swiper-button-prev,
.choose-a-topic .swiper-topic .swiper-button-next {
  width: 53px;
  height: 53px;
  top: 51%;
  transform: translateY(-51%);
}
@media screen and (max-width: 768px) {
  .choose-a-topic .swiper-topic .swiper-button-prev,
  .choose-a-topic .swiper-topic .swiper-button-next {
    top: 52%;
    transform: translateY(-52%);
  }
}
.choose-a-topic .swiper-topic .swiper-button-prev {
  left: 1rem;
}
.choose-a-topic .swiper-topic .swiper-button-prev::after {
  display: none;
}
.choose-a-topic .swiper-topic .swiper-button-prev svg {
  fill: #ffffff;
  transition: fill 0.15s ease-in-out;
}
.choose-a-topic .swiper-topic .swiper-button-prev svg path {
  transition: stroke 0.15s ease-in-out;
}
.choose-a-topic .swiper-topic .swiper-button-prev:hover svg {
  fill: #003258;
}
.choose-a-topic .swiper-topic .swiper-button-prev:hover svg path {
  stroke: #ffffff;
}
.choose-a-topic .swiper-topic .swiper-button-next {
  right: 1rem;
}
.choose-a-topic .swiper-topic .swiper-button-next::after {
  display: none;
}
.choose-a-topic .swiper-topic .swiper-button-next svg {
  fill: #ffffff;
  transition: fill 0.15s ease-in-out;
}
@media screen and (max-width: 768px) {
  .choose-a-topic .swiper-topic .swiper-button-next svg {
    fill: #ffffff;
  }
}
.choose-a-topic .swiper-topic .swiper-button-next svg path {
  transition: stroke 0.15s ease-in-out;
}
.choose-a-topic .swiper-topic .swiper-button-next:hover svg {
  fill: #003258;
}
.choose-a-topic .swiper-topic .swiper-button-next:hover svg path {
  stroke: #ffffff;
}
.choose-a-topic .swiper-topic .swiper-pagination {
  top: 49%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .choose-a-topic .swiper-topic .swiper-pagination {
    top: 48%;
  }
}
.choose-a-topic .swiper-topic .swiper-pagination .swiper-pagination-bullet {
  background: #8098ab;
  width: 20px !important;
  height: 20px !important;
}
.choose-a-topic .swiper-topic .swiper-pagination .swiper-pagination-bullet-active {
  background: #003258;
}

.lang-en .legal-literate {
  display: block;
}

.legal-literate {
  display: none;
  padding: 6rem 2rem 0;
  z-index: 2;
  position: relative;
}
.legal-literate .container {
  border: 1px solid #003258;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  .legal-literate .container {
    padding: 4rem 2rem;
  }
}
.legal-literate .container img {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .legal-literate .container img {
    display: none;
  }
}
.legal-literate .container .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: clamp(16px, 1.1vw, 22px);
  padding: clamp(0.5rem, 1vw, 2.5rem) clamp(1rem, 3vw, 5rem);
  min-height: clamp(44px, 6vh, 56px);
  background: #003258;
  border-color: #003258;
}
@media screen and (max-width: 768px) {
  .legal-literate .container .btn {
    width: 100%;
  }
}
.legal-literate .container .btn:hover {
  background: #660A00;
  border-color: #660A00;
}

.lang-en .legal-literate {
  display: block;
}

.more-information {
  padding: 6rem 2rem 0;
}
.more-information .container {
  background-image: url("./assets/jpgs/court-pillars-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .more-information .container {
    padding: 4rem 2rem;
  }
}
.more-information .container .bg-image {
  content: "";
  background: rgba(102, 10, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  margin: 0;
}
.more-information .container img {
  position: relative;
  z-index: 1;
  max-width: 311px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .more-information .container img {
    max-width: 200px;
    width: 100%;
  }
}
.more-information .container h2 {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.more-information .container p {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.more-information .container .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: clamp(16px, 1.1vw, 22px);
  padding: clamp(0.5rem, 1vw, 2.5rem) clamp(1rem, 3vw, 5rem);
  min-height: clamp(44px, 6vh, 56px);
  position: relative;
  z-index: 1;
  direction: ltr;
}
@media screen and (max-width: 768px) {
  .more-information .container .btn {
    width: 100%;
  }
}
.more-information .container .btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
}

.topics {
  padding: 6rem 2rem 0;
}

.card {
  position: relative;
  overflow: hidden;
  border: 1px solid #003258;
  border-radius: 0.5rem 0.5rem;
}
.card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .card img {
    height: 180px;
  }
}
.card .flex {
  position: relative;
  background: #ffffff;
  border-top: 1px solid #003258;
  transition: background-color 0.15s ease-in-out;
}
.card .flex a {
  text-decoration: none;
  padding: 2rem 4rem 2rem 1rem;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  min-height: 110px;
  display: flex;
  align-items: center;
  text-align: left;
}
.card .flex a::after {
  content: url("./assets/svgs/arrow-right.svg");
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  transition: filter 0.15s ease-in-out;
}
.card .flex:hover {
  background: #003258;
}
.card .flex:hover a {
  color: #ffffff;
}
.card .flex:hover a::after {
  filter: brightness(0) invert(1);
}

.topic {
  padding: 6rem 2rem 0;
}
.topic h2 {
  max-width: 80%;
  font-size: clamp(1.5rem, 1rem + 3.06vw, 2rem);
}
.topic img {
  width: 100%;
  max-width: 850px;
  border-radius: 0.5rem;
  margin-block: 2rem;
}
@media screen and (max-width: 768px) {
  .topic img {
    height: auto;
  }
}

.change-language {
  position: fixed;
  left: 0;
  background: #EBEBEB;
  width: 100%;
  height: 100%;
  z-index: 11;
  overflow-y: auto;
  padding: 0 2rem 6rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.change-language.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.change-language .open-language .label-open {
  display: none;
}
.change-language .open-language .label-close {
  display: inline;
}
.change-language .sub-hero {
  padding-inline: 0rem;
}
.change-language .languages .language {
  position: relative;
  background: #ffffff;
  border: 1px solid #003258;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out;
}
.change-language .languages .language p {
  font-size: 1.5rem;
  margin: 0;
  color: #003258;
  transition: color 0.15s ease-in-out;
}
@media screen and (max-width: 768px) {
  .change-language .languages .language p {
    font-size: 1.125rem;
  }
}
.change-language .languages .language a {
  padding: 4rem 3rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .change-language .languages .language a {
    padding: 1rem;
  }
}
.change-language .languages .language a::after {
  content: url("./assets/svgs/arrow-right.svg");
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  transition: filter 0.15s ease-in-out;
}
.change-language .languages .language:hover {
  background: #003258;
}
.change-language .languages .language:hover p {
  color: #ffffff;
}
.change-language .languages .language:hover a::after {
  filter: brightness(0) invert(1);
}

.topic-select {
  position: fixed;
  left: 0;
  background: #EBEBEB;
  width: 100%;
  height: 100%;
  z-index: 11;
  overflow-y: auto;
  padding: 0 2rem 6rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.topic-select.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.topic-select .open-language .label-open {
  display: none;
}
.topic-select .open-language .label-close {
  display: inline;
}
.topic-select .sub-hero {
  padding-inline: 0rem;
}
.topic-select .select-topics .topic {
  position: relative;
  padding: 0;
  background: #ffffff;
  border: 1px solid #003258;
  overflow: hidden;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out;
}
.topic-select .select-topics .topic p {
  font-size: 1.5rem;
  margin: 0;
  color: #003258;
  transition: color 0.15s ease-in-out;
}
@media screen and (max-width: 768px) {
  .topic-select .select-topics .topic p {
    font-size: 1.125rem;
  }
}
.topic-select .select-topics .topic a {
  padding: 4rem 3rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .topic-select .select-topics .topic a {
    padding: 1rem 4rem 1rem 1rem;
  }
}
.topic-select .select-topics .topic a::after {
  content: url("./assets/svgs/arrow-right.svg");
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  transition: filter 0.15s ease-in-out;
}
.topic-select .select-topics .topic:hover {
  background: #003258;
}
.topic-select .select-topics .topic:hover p {
  color: #ffffff;
}
.topic-select .select-topics .topic:hover a::after {
  filter: brightness(0) invert(1);
}
.topic-select .select-topics .language {
  background: #003258;
}
.topic-select .select-topics .language .open-language-menu::after {
  filter: brightness(0) invert(1);
}
.topic-select .select-topics .language .open-language-menu:hover {
  background: #ffffff;
  transition: background-color 0.15s ease-in-out;
}
.topic-select .select-topics .language .open-language-menu:hover p {
  color: #003258;
}
.topic-select .select-topics .language .open-language-menu:hover::after {
  filter: none;
}
.topic-select .select-topics .language .open-language-menu p {
  color: #ffffff;
}

footer {
  margin-top: 6rem;
}
footer .logo {
  max-width: 300px;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 880px) {
  footer .col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
footer > div {
  padding: 5rem 2rem 3rem;
  background: #003258;
}
footer > div ul {
  list-style: none;
  padding: 0;
}
footer > div ul li {
  padding-block: 0.625rem;
}
footer > div ul li a {
  font-size: 1.125rem;
  color: #ffffff;
}
footer > div p {
  color: #ffffff;
  margin-block: 0.5rem;
}
footer > div:last-child {
  padding: 1rem 2rem;
  background: #B0DFFF;
}
@media screen and (max-width: 768px) {
  footer > div:last-child {
    display: flex;
    align-items: center;
  }
}
footer > div:last-child .col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  footer > div:last-child .col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  footer > div:last-child .flex {
    align-items: center;
  }
}
footer > div:last-child .flex img {
  width: 100%;
}
footer > div:last-child p {
  font-size: 14px;
  color: #003258;
}
@media screen and (max-width: 768px) {
  footer > div:last-child p {
    margin-block: 0.5rem;
  }
}

.lang-en .content h1 {
  max-width: 16ch;
}

.lang-fa, .lang-ar, .lang-prs-af {
  direction: rtl;
  text-align: right;
}
.lang-fa header .desktop, .lang-ar header .desktop, .lang-prs-af header .desktop {
  margin: 0 0 0 2rem;
}
.lang-fa header > div:first-child, .lang-ar header > div:first-child, .lang-prs-af header > div:first-child {
  padding: 0 4rem 0 0;
}
@media screen and (max-width: 768px) {
  .lang-fa header > div:first-child, .lang-ar header > div:first-child, .lang-prs-af header > div:first-child {
    padding: 0 2rem 0 0;
  }
}
.lang-fa header .mobile, .lang-ar header .mobile, .lang-prs-af header .mobile {
  margin: 0 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .lang-fa .hero .content, .lang-ar .hero .content, .lang-prs-af .hero .content {
    padding: 0 10rem 0 0;
  }
}
.lang-fa .hero .swiper img, .lang-ar .hero .swiper img, .lang-prs-af .hero .swiper img {
  transform: scaleX(-1);
}
.lang-fa .hero .gradient, .lang-ar .hero .gradient, .lang-prs-af .hero .gradient {
  transform: scaleX(-1);
}
.lang-fa .card .flex a, .lang-ar .card .flex a, .lang-prs-af .card .flex a {
  justify-content: end;
}
.lang-fa .change-language .languages .language, .lang-ar .change-language .languages .language, .lang-prs-af .change-language .languages .language {
  direction: ltr;
  text-align: left;
}
.lang-fa .choose-a-topic .swiper-topic .swiper-button-next, .lang-ar .choose-a-topic .swiper-topic .swiper-button-next, .lang-prs-af .choose-a-topic .swiper-topic .swiper-button-next {
  right: auto;
  left: 80%;
}
.lang-fa .choose-a-topic .swiper-topic .swiper-button-prev, .lang-ar .choose-a-topic .swiper-topic .swiper-button-prev, .lang-prs-af .choose-a-topic .swiper-topic .swiper-button-prev {
  right: 80%;
  left: auto;
}
.lang-fa .topic-select .select-topics, .lang-ar .topic-select .select-topics, .lang-prs-af .topic-select .select-topics {
  direction: ltr;
  text-align: left;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  border-radius: 0.5rem;
}

.flex {
  display: flex;
  flex-direction: column;
}
.flex.row {
  flex-direction: row;
}

.flex-j-s {
  justify-content: flex-start;
}

.flex-j-c {
  justify-content: center;
}

.flex-j-e {
  justify-content: flex-end;
}

.flex-j-sb {
  justify-content: space-between;
}

.flex-j-se {
  justify-content: space-evenly;
}

.flex-a-s {
  align-items: flex-start;
}

.flex-a-c {
  align-items: center;
}

.flex-a-e {
  align-items: flex-end;
}

.grid {
  display: grid;
}

.col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .col-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .gap-2 {
    gap: 1rem;
  }
}

.gap-3 {
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .gap-3 {
    gap: 1rem;
  }
}

.gap-4 {
  gap: 4rem;
}

.gap-5 {
  gap: 5rem;
}

.gap-6 {
  gap: 6rem;
}

@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile {
    display: flex;
  }
}

p {
  font-size: 1.375rem;
  line-height: 1.5;
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  max-width: 100%;
  text-wrap: pretty;
  color: #000000;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.125rem;
  }
}
p.accent {
  font-style: italic;
  font-size: 14px;
}

li {
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #003258;
  font-weight: 500;
}

a {
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #003258;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: -0.015em;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  width: 100%;
  color: #003258;
  text-wrap: pretty;
}

h1 {
  font-size: clamp(2rem, 1rem + 3.06vw, 4rem);
  font-weight: 900;
}

h2 {
  font-size: clamp(1.5rem, 1rem + 3.06vw, 3rem);
  font-weight: 900;
}

.btn {
  display: inline-block;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 3px;
  padding: 1rem;
  color: #003258;
  font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 0.938rem;
  }
}
@media screen and (max-width: 480px) {
  .btn {
    font-size: 0.875rem;
  }
}
.btn:hover {
  background: #660A00;
  border-color: #660A00;
  color: #ffffff;
}
.btn.secondary {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.secondary:hover {
  color: #003258;
  background: #B0DFFF;
  border-color: #B0DFFF;
}
.btn.secondary.alt {
  background: none;
  border-color: #003258;
  color: #003258;
}
.btn.secondary.alt:hover {
  color: #003258;
  background: #B0DFFF;
  border-color: #B0DFFF;
}
.btn.alt {
  background: #660A00;
  color: #ffffff;
  border-color: #660A00;
}
.btn.alt:hover {
  background: #003258;
  border-color: #003258;
}/*# sourceMappingURL=style.css.map */