@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");

/* html,
body */

#block-sea-content {
  margin: 0;
  padding: 0;
  font-family: "Roboto";
  color: #bedee2;
  /* font-size: 20px; */
}

#breadcrumb, #CookiebotWidgetStylesheet {
  display: none;
}

body *:not(script):not(noscript):not(sub) {
  display: block;
  outline: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: inherit;
  list-style: none;
}

#wrapper {
  padding: 40px;
  max-width: 1440px;
  margin: auto;
}
@media all and (max-width: 1023px) {
  #wrapper {
    padding: 30px;
  }
}
@media all and (max-width: 499px) {
  #wrapper {
    padding: 20px;
  }
}
#wrapper .contents {
  background: #297179;
  position: relative;
}
#wrapper .contents .hero:after {
  content: " ";
  display: block;
  height: 40px;
  background: #FFF;
}
@media (max-width: 1023px) {
  #wrapper .contents .hero:after {
    height: 30px;
  }
}
@media (max-width: 499px) {
  #wrapper .contents .hero:after {
    height: 20px;
  }
}
#wrapper .contents .hero .body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
}
#wrapper .contents .hero .body .headings {
  padding: 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media all and (max-width: 1023px) {
  #wrapper .contents .hero .body .headings {
    padding: 30px 0 0;
    font-size: 18px;
  }
}
@media all and (max-width: 499px) {
  #wrapper .contents .hero .body .headings {
    padding: 20px 0 0;
    font-size: 15px;
  }
}
#wrapper .contents .hero .body .headings a {
  text-decoration: none;
}
#wrapper .contents .hero .body .headings a img {
  height: 2.15em;
}
#wrapper .contents .hero .body .headings > * {
  margin-left: 4px;
}
#wrapper .contents .hero .body .headings > *:nth-child(1) {
  margin-right: 6px;
}
#wrapper .contents .hero .body h1 {
  margin-top: 60px;
}
@media all and (max-width: 1179px) {
  #wrapper .contents .hero .body h1 {
    margin-top: 5vw;
  }
}
@media all and (max-width: 767px) {
  #wrapper .contents .hero .body h1 {
    margin-top: 7vw;
  }
}
@media all and (max-width: 450px) {
  #wrapper .contents .hero .body h1 {
    margin-top: 6vw;
  }
}
body.en #wrapper .contents .hero .body h1 {
  margin-top: 40px;
}
@media all and (max-width: 1179px) {
  body.en #wrapper .contents .hero .body h1 {
    margin-top: 3vw;
  }
}
@media all and (max-width: 1023px) {
  body.en #wrapper .contents .hero .body h1 {
    margin-top: 2.6vw;
  }
}
@media all and (max-width: 767px) {
  body.en #wrapper .contents .hero .body h1 {
    margin-top: 5vw;
  }
}
@media all and (max-width: 450px) {
  body.en #wrapper .contents .hero .body h1 {
    margin-top: 4vw;
  }
}

#wrapper .contents .hero .body h1 span {
  display: none;
}
#wrapper .contents .hero .body h1 img {
  width: 100%;
  height: auto;
  max-width: 1044px;
}
#wrapper .contents .hero .body .line {
  margin-top: 15px;
  margin-bottom: 9px;
  max-width: 1044px;
  width: 100%;
}
@media all and (max-width: 1179px) {
  #wrapper .contents .hero .body .line {
    margin-top: 14px;
    margin-bottom: 8px;
  }
}
@media all and (max-width: 767px) {
  #wrapper .contents .hero .body .line {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
@media all and (max-width: 450px) {
  #wrapper .contents .hero .body .line {
    margin-top: 5px;
  }
}
body.en #wrapper .contents .hero .body .line {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media all and (max-width: 1179px) {
  body.en #wrapper .contents .hero .body .line {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
@media all and (max-width: 767px) {
  body.en #wrapper .contents .hero .body .line {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
@media all and (max-width: 450px) {
  body.en #wrapper .contents .hero .body .line {
    margin-top: 5px;
  }
}

@media all and (max-width: 767px) {
  #wrapper .contents .hero .body h2 {
    display: none;
  }
}
#wrapper .contents .hero .body h2 span {
  display: none;
}
#wrapper .contents .hero .body h2 img {
  width: 100%;
  height: auto;
  max-width: 1044px;
}
#wrapper .contents .hero .hero-image {
  width: 100%;
  height: auto;
}
#wrapper .contents .body-bg {
  background: url(../images/body-bg.png);
  background-size: cover;
  background-position: top center;
}
#wrapper .contents .body {
  padding: 170px 74px 100px;
}
@media all and (max-width: 1439px) {
  #wrapper .contents .body {
    padding: 10vw calc(40px + 2.36vw) 2vw;
  }
}
@media all and (max-width: 1179px) {
  #wrapper .contents .body {
    padding: 80px 40px 35px;
  }
}
@media all and (max-width: 1023px) {
  #wrapper .contents .body {
    padding: 70px 30px 35px;
  }
}
@media all and (max-width: 499px) {
  #wrapper .contents .body {
    padding: 60px 20px 30px;
  }
}
#wrapper .contents .body ul li {
  text-align: center;
  font-size: 25px;
}
@media all and (max-width: 1179px) {
  #wrapper .contents .body ul li {
    font-size: 22px;
  }
}
@media all and (max-width: 1023px) {
  #wrapper .contents .body ul li {
    font-size: 20px;
  }
}
@media all and (max-width: 499px) {
  #wrapper .contents .body ul li {
    font-size: 17px;
  }
}
#wrapper .contents .body ul li:not(:last-child) {
  margin-bottom: 2em;
}
#wrapper .contents .body ul li strong {
  display: block;
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media all and (max-width: 1179px) {
  #wrapper .contents .body ul li strong {
    font-size: 28px;
  }
}
@media all and (max-width: 1023px) {
  #wrapper .contents .body ul li strong {
    font-size: 24px;
  }
}
@media all and (max-width: 499px) {
  #wrapper .contents .body ul li strong {
    font-size: 22px;
  }
}
#wrapper .contents .body ul li sub {
  font-size: 0.5em;
  vertical-align: bottom;
}
@media all and (max-width: 1023px) {
  #wrapper .contents .body ul li span.br {
    display: none;
  }
}
#wrapper .contents .body .video {
  margin-top: 165px;
  padding-top: 56.4%;
  position: relative;
}
@media all and (max-width: 1439px) {
  #wrapper .contents .body .video {
    margin-top: 7vw;
  }
}
@media all and (max-width: 1179px) {
  #wrapper .contents .body .video {
    margin-top: 90px;
  }
}
@media all and (max-width: 1023px) {
  #wrapper .contents .body .video {
    margin-top: 80px;
  }
}
@media all and (max-width: 499px) {
  #wrapper .contents .body .video {
    margin-top: 60px;
  }
}
#wrapper .contents .body .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#wrapper .contents .body .video-desc {
  padding-top: 40px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 1px;
}
@media all and (max-width: 1179px) {
  #wrapper .contents .body .video-desc {
    font-size: 16px;
  }
}
@media all and (max-width: 1023) {
  #wrapper .contents .body .video-desc {
    font-size: 15px;
  }
}
@media all and (max-width: 560px) {
  #wrapper .contents .body .video-desc {
    font-size: 14px;
  }
}
@media all and (max-width: 499px) {
  #wrapper .contents .body .video-desc {
    padding-top: 20px;
    letter-spacing: 0;
  }
}
#wrapper .contents .body .video-desc span.br {
  display: block;
}
@media all and (max-width: 499px) {
  #wrapper .contents .body .video-desc span.br {
    display: inline;
  }
}
#wrapper .contents .footer {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
#wrapper .contents .footer .the-sky-is-blue {
  position: relative;
  width: 46.3%;
  flex-shrink: 0;
  transform: translate(1px, 1px);
}
@media all and (max-width: 499px) {
  #wrapper .contents .footer .the-sky-is-blue {
    width: 75%;
  }
}
#wrapper .contents .footer .the-sky-is-blue a {
  position: absolute;
  top: 26%;
  left: 60%;
  width: 27%;
  height: 54%;
}
#wrapper .contents .footer .the-sky-is-blue img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map */
