@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600;700;800&display=swap");
html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  background: #bcdde4;
}

body {
  min-height: 100vh;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: clip;
  background: linear-gradient(180deg, #D7EEFF 62.5%, rgba(255, 255, 255, 0) 100%);
  background-attachment: fixed;
}

body.open {
  overflow: hidden;
}

.site-wrapper {
  position: relative;
  z-index: 6;
}

a {
  color: #009ff9;
  text-decoration: none;
}

a:hover, a:focus, a.active {
  color: #009ff9;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

section {
  margin: 0 auto;
  position: relative;
}

figure {
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .container {
    width: 90%;
    max-width: 1200px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .container {
    width: 90%;
    max-width: 768px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 480px;
  }
}

.row.align-centre {
  justify-content: center;
}
.row.align-right {
  justify-content: flex-end;
}
.row.align-middle {
  align-items: center;
}
.row.align-bottom {
  align-items: flex-end;
}

div[class*=col-].align-centre {
  margin-left: auto;
  margin-right: auto;
}
div[class*=col-].align-right {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .row-reverse {
    flex-direction: column-reverse;
  }
}
html {
  font-family: "Raleway", sans-serif;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: calc(clamp(15px, 1.5vw, 18px) * 1.6);
}

body,
button,
input,
textarea,
select,
p,
.btn {
  font-family: "Raleway", sans-serif;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: calc(clamp(15px, 1.5vw, 18px) * 1.6);
}

.lead {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 1.2);
  line-height: calc(clamp(15px, 1.5vw, 18px) * 2);
  letter-spacing: 0.4px;
}

small,
.small {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 0.8);
  line-height: clamp(15px, 1.5vw, 18px);
}

h1, h2, h3, h4 {
  font-family: "Raleway", sans-serif;
  letter-spacing: -0.4px;
}

h1 {
  font-family: "roc-grotesk-condensed", sans-serif;
  font-size: 55px;
  line-height: 60px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  color: rgba(var(--spark-color-two), 1);
}
@media only screen and (min-width: 769px) {
  h1 {
    font-size: 68px;
    line-height: 70px;
  }
}

h2 {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 2);
}
@media only screen and (min-width: 769px) {
  h2 {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 1.6);
  }
}
h2 {
  font-weight: bold;
  margin: 0 0 22.5px 0;
}

h3 {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 1.6);
}
@media only screen and (min-width: 769px) {
  h3 {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 1.2);
  }
}
h3 {
  font-weight: bold;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0;
    text-align: center;
  }
}

h4 {
  font-size: clamp(15px, 1.5vw, 18px);
}
@media only screen and (min-width: 769px) {
  h4 {
    font-size: clamp(15px, 1.5vw, 18px);
  }
}
h4 {
  line-height: calc(clamp(15px, 1.5vw, 18px) * 1.2 * 1.2);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
}

.stat-number {
  font-family: "roc-grotesk-condensed", sans-serif;
  font-size: 90px;
  line-height: 70px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  .stat-number {
    font-size: 70px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .stat-number {
    font-size: 56px;
    line-height: 48px;
  }
}

/* Text colors */
.txt-white {
  color: white;
}

.txt-red {
  color: rgb(255, 0, 0);
}

.txt-green {
  color: rgab(0, 255, 0, 1);
}

.txt-yellow {
  color: rgab(255, 255, 0, 1);
}

.txt-blue {
  color: rgab(0, 0, 255, 1);
}

.fa-twitter {
  --fa: "\e61b" !important;
}

.fa-square-twitter, .fa-twitter-square {
  --fa: "\e61a" !important;
}

.fa-twitter:before, .fa-square-twitter:before, .fa-twitter-square:before {
  content: var(--fa) !important;
}

.branding {
  flex: 1;
  display: flex;
  justify-content: center;
}
.branding .brand {
  display: block;
  height: 60px;
}
.branding .brand svg {
  height: 100%;
  width: auto;
}
.branding .brand img {
  height: 2.5rem;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .branding {
    flex: 0 0 auto;
    width: 100%;
  }
  .branding .brand {
    height: 46px;
  }
}
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #00354D;
  color: #fff;
  padding: 10px 0;
  box-shadow: 0 2px 5px 0 rgba(17, 17, 34, 0.2);
}
header .header-content {
  display: flex;
  align-items: center;
  width: 100%;
}
header .header-left {
  flex: 1;
}
header .edit-link {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 8px 12px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  z-index: 1001;
  width: 40px;
}
header .edit-link:hover {
  background: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 768px) {
  header .header-content {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  header .header-left {
    display: none;
  }
}
.navigation {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.nav-wrapper {
  display: flex;
}
.nav-wrapper.primary nav ol {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 25px;
  align-items: center;
}
.nav-wrapper.primary nav ol li {
  display: inline-block;
  margin: 0;
}
.nav-wrapper.primary nav ol li a {
  color: #00354D;
  background-color: #FFF200;
  text-decoration: none;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: calc(clamp(15px, 1.5vw, 18px) * 1.6);
  font-weight: 500;
  padding: 5px 10px;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  border: 1px solid #FFF200;
  border-radius: 5px;
}
.nav-wrapper.primary nav ol li a:hover, .nav-wrapper.primary nav ol li a.active {
  color: #00354D;
  background-color: #fff;
  border-color: #00354D;
}
.nav-wrapper.primary nav ol li a.donate {
  background-color: #FFF200;
  color: #00354D;
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: bold;
  border: 1px solid #FFF200;
}
.nav-wrapper.primary nav ol li a.donate:hover {
  background-color: #fff;
  color: #00354D;
  border-color: #00354D;
}
.nav-wrapper.language nav ol {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.nav-wrapper.language nav ol li {
  display: inline-block;
  margin: 0;
}
.nav-wrapper.language nav ol li a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: calc(clamp(15px, 1.5vw, 18px) * 1.6);
  padding: 5px 8px;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}
.nav-wrapper.language nav ol li a:hover, .nav-wrapper.language nav ol li a.active {
  background: #fff;
  color: #00354D;
  border-color: #00354D;
}
.nav-wrapper.footer {
  justify-content: flex-end;
  flex-wrap: wrap;
}
.nav-wrapper.footer .footer {
  width: 100%;
  justify-content: flex-end;
  font-size: calc(clamp(15px, 1.5vw, 18px) * 0.8);
}
.nav-wrapper.footer .social a {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 2.2);
}

@media only screen and (max-width: 768px) {
  .navigation {
    flex: 0 0 auto;
    width: 100%;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .nav-wrapper.primary, .nav-wrapper.language {
    justify-content: center;
  }
  .nav-wrapper.primary nav ol, .nav-wrapper.language nav ol {
    justify-content: center;
    gap: 10px;
  }
  .nav-wrapper.primary nav ol {
    flex-wrap: wrap;
  }
}
nav ol {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol {
  list-style-type: none;
  padding-left: 0;
}
.breadcrumbs ol li {
  display: inline-block;
}
.breadcrumbs ol li:after {
  display: inline-block;
  color: #000;
  content: ">";
  font-size: 80%;
  font-weight: bold;
  padding: 0 3px;
}

.entries-list.tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
}
.entries-list.tiles .item {
  border: 1px solid #ccc;
}

.card {
  box-shadow: 0 10px 10px 0 rgba(17, 17, 34, 0.2);
  padding: 30px;
  border: 1px solid rgba(17, 17, 34, 0.05);
  border-radius: 0;
  flex-direction: revert;
  display: block;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  position: relative;
  padding: 75px 0;
  border-top: 1px solid;
}
footer .container {
  position: relative;
  z-index: 6;
}

.tct-footer-parallax {
  position: absolute;
  bottom: -2px;
  left: -5%;
  width: 110%;
  height: calc(60vh + 2px);
  pointer-events: none;
}
.tct-footer-parallax__layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: bottom;
  will-change: transform;
  backface-visibility: hidden;
}
.tct-footer-parallax__layer--sky {
  z-index: 1;
}
.tct-footer-parallax__layer--second {
  z-index: 3;
}
.tct-footer-parallax__layer--third {
  z-index: 4;
}
.tct-footer-parallax__layer--fourth {
  z-index: 5;
}

@media only screen and (max-width: 768px) {
  .tct-footer-parallax {
    left: -14%;
    width: 135%;
  }
  .tct-footer-parallax__layer--third {
    left: -5%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .tct-footer-parallax {
    left: -10%;
    width: 125%;
  }
}
.btn-primary {
  color: #00354D;
  background: #FFF200;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  font-family: Raleway;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  border: none;
  padding-right: 30px;
  padding-left: 30px;
}
.btn-primary:hover, .btn-primary:focus {
  background: #00354D;
  color: #fff;
}

.button-group input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  appearance: none;
  border: 0;
  background: transparent;
}
.button-group input[type=radio]:checked + label {
  background-color: #007bff;
  color: #fff;
}
.button-group label {
  display: inline-block !important;
  background-color: #f1f1f1;
  padding: 10px 20px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
.button-group .form-check-inline {
  margin: 0 10px 0 0;
  padding: 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: black;
}
.video-wrapper .cb-video {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  cursor: pointer;
  object-fit: cover;
}
.video-wrapper .play-center svg {
  width: 120px;
  /* increase size */
  height: 120px;
}
.video-wrapper .video-ui {
  position: absolute;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  z-index: 2;
}
.video-wrapper {
  /* center play button */
}
.video-wrapper .play-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.18s ease, opacity 0.18s ease;
}
.video-wrapper .play-center:hover {
  transform: translate(-50%, -50%) scale(1.06);
}
.video-wrapper {
  /* bottom-right mute button - styles moved to .video-controls .mute-toggle */
  /* video controls container */
}
.video-wrapper .video-controls {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.video-wrapper {
  /* show controls on hover only */
}
.video-wrapper:hover .video-controls {
  opacity: 1;
}
.video-wrapper {
  /* time display */
}
.video-wrapper .video-time {
  flex-shrink: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  min-width: 80px;
  text-align: left;
  line-height: 1;
  user-select: none;
}
.video-wrapper {
  /* progress bar */
}
.video-wrapper .progress-bar-wrapper {
  position: relative;
  flex: 1;
  height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  outline: none;
}
.video-wrapper .progress-bar-wrapper:focus-visible .progress-bar-track {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}
.video-wrapper .mute-toggle {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-wrapper .mute-toggle .icon-sound {
  display: block;
}
.video-wrapper .mute-toggle .slash {
  display: none;
}
.video-wrapper .mute-toggle:not(.unmuted) .slash {
  display: block;
}
.video-wrapper .progress-bar-track {
  position: relative;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  overflow: visible;
}
.video-wrapper .progress-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #fff;
  border-radius: 2px;
  width: 0%;
  transition: width 0.1s linear;
}
.video-wrapper .progress-bar-handle {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%) scale(0);
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s ease;
  pointer-events: none;
}
.video-wrapper .progress-bar-wrapper:hover .progress-bar-handle,
.video-wrapper .progress-bar-wrapper:focus .progress-bar-handle,
.video-wrapper .progress-bar-wrapper.dragging .progress-bar-handle {
  transform: translate(-50%, -50%) scale(1);
}
.video-wrapper .progress-bar-wrapper:hover .progress-bar-track,
.video-wrapper .progress-bar-wrapper.dragging .progress-bar-track {
  height: 6px;
}
.video-wrapper {
  /* hide play button while playing */
}
.video-wrapper.is-playing .play-center {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .video-wrapper .play-center svg {
    width: 52px;
    height: 52px;
  }
  .video-wrapper .video-controls {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    gap: 0.5rem;
  }
  .video-wrapper .video-time {
    font-size: 12px;
    min-width: 70px;
  }
  .video-wrapper .progress-bar-wrapper {
    height: 32px;
  }
  .video-wrapper .mute-toggle {
    width: 32px;
    height: 32px;
  }
  .video-wrapper .mute-toggle .icon-sound {
    width: 20px;
    height: 20px;
  }
}
.sa-divider {
  content: "";
  position: absolute;
  left: 0;
  width: 3rem;
  height: 2px;
  top: -0.875rem;
  background-color: rgb(208, 24, 31);
}

.cb-divider {
  position: relative;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.cb-divider::before {
  content: "";
  position: absolute;
  left: 0;
  width: var(--divider-width, 3rem);
  height: 5px;
  top: 0;
  /*background-color: var(--divider-color, rgb(208, 24, 31));*/
  background-color: #00354D;
}
.cb-divider--center::before {
  left: 50%;
  transform: translateX(-50%);
}
.cb-divider--right::before {
  left: auto;
  right: 0;
}
.cb-divider--left::before {
  left: 0;
}
.cb-divider--mobile-only {
  display: block;
}
@media only screen and (min-width: 769px) {
  .cb-divider--mobile-only {
    display: none;
  }
}

.tct-social-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}
.tct-social-share .tct-social-card {
  background: #fff;
  border: 1px solid #00354D;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
.tct-social-share .tct-social-card__image {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.tct-social-share .tct-social-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tct-social-share .tct-social-card__copy {
  padding: 15px;
}
.tct-social-share .tct-social-card__copy p {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0;
  color: #00354D;
  margin: 0;
}
@media (max-width: 768px) {
  .tct-social-share .tct-social-card__copy p {
    font-size: 16px;
    line-height: 28px;
  }
}
.tct-social-share .tct-social-card__copy > *:first-child {
  margin-top: 0;
}
.tct-social-share .tct-social-card__copy > *:last-child {
  margin-bottom: 0;
}
.tct-social-share__label {
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0;
  text-align: center;
  color: #00354D;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .tct-social-share__label {
    font-size: 16px;
    line-height: 28px;
  }
}
.tct-social-share--minimal {
  max-width: none;
}
.tct-social-share--minimal .tct-social-share__label {
  font-weight: 400;
}
.tct-social-share__icons {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.tct-social-share__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #00354D;
  font-size: 32px;
  text-decoration: none;
  transition: all 100ms cubic-bezier(0.83, 0, 0.17, 1);
  border-radius: 50%;
}
.tct-social-share__icon:hover {
  color: #FFF200;
  transform: scale(1.1);
}
.tct-social-share__icon:focus {
  outline: none;
  color: #00354D;
}
.tct-social-share__icon:active {
  color: #00354D;
}
.tct-social-share__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .tct-social-share {
    max-width: 250px;
  }
  .tct-social-share .tct-social-card__copy {
    padding: 12px;
  }
  .tct-social-share__icons {
    gap: 20px;
  }
  .tct-social-share__icon {
    width: 44px;
    height: 44px;
    font-size: 28px;
  }
}
.page-background {
  position: relative;
  overflow-x: clip;
}

.clouds-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.cloud {
  position: absolute;
  background-image: url("/assets-media/cloud.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.cloud.cloud-1 {
  width: 180px;
  height: 108px;
  top: 5%;
  left: 8%;
}
.cloud.cloud-2 {
  width: 150px;
  height: 90px;
  top: 12%;
  right: 15%;
}
.cloud.cloud-3 {
  width: 200px;
  height: 120px;
  top: 18%;
  right: 12%;
}
.cloud.cloud-4 {
  width: 140px;
  height: 84px;
  top: 25%;
  left: 15%;
}
.cloud.cloud-5 {
  width: 170px;
  height: 102px;
  top: 35%;
  right: 8%;
}
.cloud.cloud-6 {
  width: 190px;
  height: 114px;
  top: 42%;
  left: 12%;
}
.cloud.cloud-7 {
  width: 160px;
  height: 96px;
  top: 50%;
  right: 10%;
}
.cloud.cloud-8 {
  width: 145px;
  height: 87px;
  top: 58%;
  right: 5%;
}
.cloud.cloud-9 {
  width: 175px;
  height: 105px;
  top: 65%;
  left: 18%;
}
.cloud.cloud-10 {
  width: 155px;
  height: 93px;
  top: 75%;
  right: 18%;
}
.cloud.cloud-11 {
  width: 185px;
  height: 111px;
  top: 82%;
  left: 10%;
}
.cloud.cloud-12 {
  width: 165px;
  height: 99px;
  top: 88%;
  right: 15%;
}
.cloud.cloud-13 {
  width: 195px;
  height: 117px;
  top: 95%;
  left: 5%;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .cloud.cloud-1 {
    width: 160px;
    height: 96px;
  }
  .cloud.cloud-2 {
    width: 135px;
    height: 81px;
  }
  .cloud.cloud-3 {
    width: 180px;
    height: 108px;
  }
  .cloud.cloud-4 {
    width: 125px;
    height: 75px;
  }
  .cloud.cloud-5 {
    width: 150px;
    height: 90px;
  }
  .cloud.cloud-6 {
    width: 170px;
    height: 102px;
  }
  .cloud.cloud-7 {
    width: 140px;
    height: 84px;
  }
  .cloud.cloud-8 {
    width: 130px;
    height: 78px;
  }
  .cloud.cloud-9 {
    width: 155px;
    height: 93px;
  }
  .cloud.cloud-10 {
    width: 140px;
    height: 84px;
  }
  .cloud.cloud-11 {
    width: 165px;
    height: 99px;
  }
  .cloud.cloud-12 {
    width: 145px;
    height: 87px;
  }
  .cloud.cloud-13 {
    width: 175px;
    height: 105px;
  }
}
@media only screen and (max-width: 768px) {
  .cloud {
    opacity: 0.4;
  }
  .cloud.cloud-1 {
    width: 100px;
    height: 60px;
  }
  .cloud.cloud-2 {
    width: 85px;
    height: 51px;
  }
  .cloud.cloud-3 {
    width: 110px;
    height: 66px;
  }
  .cloud.cloud-4 {
    width: 80px;
    height: 48px;
  }
  .cloud.cloud-5 {
    width: 95px;
    height: 57px;
  }
  .cloud.cloud-6 {
    width: 105px;
    height: 63px;
  }
  .cloud.cloud-7 {
    width: 90px;
    height: 54px;
  }
  .cloud.cloud-8 {
    width: 85px;
    height: 51px;
  }
  .cloud.cloud-9 {
    width: 98px;
    height: 59px;
  }
  .cloud.cloud-10 {
    width: 88px;
    height: 53px;
  }
  .cloud.cloud-11 {
    width: 100px;
    height: 60px;
  }
  .cloud.cloud-12 {
    width: 95px;
    height: 57px;
  }
  .cloud.cloud-13 {
    width: 105px;
    height: 63px;
  }
  .cloud.cloud-3, .cloud.cloud-5, .cloud.cloud-7, .cloud.cloud-8, .cloud.cloud-10, .cloud.cloud-12 {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */