html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

sup {
  vertical-align: top;
  position: relative;
  top: -0.5em;
  font-size: 0.7em;
}

/* Paul Irish said:; http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/********************************************************/
/** FONTS                                            ****/
/********************************************************/
/* sen-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Sen";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/sen-v7-latin/sen-v7-latin-regular.woff2") format("woff2"), url("../fonts/sen-v7-latin/sen-v7-latin-regular.woff") format("woff");
}
/* sen-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Sen";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/sen-v7-latin/sen-v7-latin-700.woff2") format("woff2"), url("../fonts/sen-v7-latin/sen-v7-latin-700.woff") format("woff");
}
/* sen-800 - latin */
@font-face {
  font-display: swap;
  font-family: "Sen";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/sen-v7-latin/sen-v7-latin-800.woff2") format("woff2"), url("../fonts/sen-v7-latin/sen-v7-latin-800.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-300.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-300.woff") format("woff");
}
/*
@font-face {
  font-display: swap; 
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-regular.woff2') format('woff2'), 
       url('../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-regular.woff') format('woff'); 
}


@font-face {
  font-display: swap; 
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-600.woff2') format('woff2'), 
       url('../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-600.woff') format('woff'); 
}


@font-face {
  font-display: swap; 
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-800.woff2') format('woff2'), 
       url('../fonts/nunito-sans-v12-latin/nunito-sans-v12-latin-800.woff') format('woff'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Magra';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/magra-v14-latin/magra-v14-latin-regular.woff2') format('woff2'), 
       url('../fonts/magra-v14-latin/magra-v14-latin-regular.woff') format('woff'); 
}


@font-face {
  font-display: swap; 
  font-family: 'Magra';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/magra-v14-latin/magra-v14-latin-700.woff2') format('woff2'), 
       url('../fonts/magra-v14-latin/magra-v14-latin-700.woff') format('woff'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Gowun Dodum';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/gowun-dodum-v7-latin/gowun-dodum-v7-latin-regular.woff2') format('woff2'), 
       url('../fonts/gowun-dodum-v7-latin/gowun-dodum-v7-latin-regular.woff') format('woff'); 
}
*/
body, a {
  font-family: Sen, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

b {
  font-weight: 600;
}

/********************************************************/
/** STRUCTURE                                        ****/
/********************************************************/
section {
  width: 100%;
}

.inner {
  max-width: 2500px;
  margin: 0 auto;
}
.inner > div, .inner > p {
  padding: 85px 65px;
  padding: clamp(32px, 4.25vw, 106px) clamp(24px, 3.25vw, 81px);
}
.inner.columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inner.columns div {
  width: 48%;
}

.intro {
  height: 100vh;
  line-height: 0;
}
.intro .inner {
  position: relative;
}
.intro img {
  object-fit: cover;
  height: 100vh;
  width: 100%;
  display: inline-block;
}
.intro .line1 {
  top: 0;
}
.intro .line2 {
  top: 168px;
  top: clamp(62px, 8.4vw, 210px);
}
.intro .line3 {
  top: 336px;
  top: clamp(125px, 16.8vw, 420px);
}
.intro .goonwrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 150px;
  height: clamp(56px, 7.5vw, 188px);
  bottom: 0;
  gap: 25px;
  gap: clamp(9px, 1.25vw, 31px);
  padding: 0;
}
.intro .goonwrapper svg {
  width: 100px;
  width: clamp(37px, 5vw, 125px);
  height: 100px;
  height: clamp(37px, 5vw, 125px);
  cursor: pointer;
}

.images .images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.images .images-container .image-box {
  width: 24%;
  margin-bottom: 25px;
}
.images .images-container .image-box img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

/********************************************************/
/** GENERAL                                          ****/
/********************************************************/
.gross {
  font-size: 145px;
  font-size: clamp(54px, 7.25vw, 181px);
  line-height: 150px;
  line-height: clamp(56px, 7.5vw, 188px);
  position: absolute;
  background-color: rgba(255, 255, 255, 0.33);
  text-transform: uppercase;
  padding: 18px 25x 0;
  padding: clamp(7px, 0.9vw, 23px) clamp(9px, 1.25vw, 31px) 0;
  right: 0;
}

h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 56px;
  font-size: clamp(21px, 2.8vw, 70px);
  line-height: 62px;
  line-height: clamp(23px, 3.1vw, 78px);
  margin-bottom: 32px;
  margin-bottom: clamp(12px, 1.6vw, 40px);
}

p + h2 {
  padding-top: 40px;
  padding-top: clamp(15px, 2vw, 50px);
}

p {
  font-size: 29px;
  font-size: clamp(11px, 1.45vw, 36px);
  line-height: 35px;
  line-height: clamp(13px, 1.75vw, 44px);
  margin-bottom: 32px;
  margin-bottom: clamp(12px, 1.6vw, 40px);
}
p a {
  color: #505050;
  text-decoration: none;
}
p a:hover {
  color: #000;
  text-decoration: underline;
}
p.lead {
  font-size: 35px;
  font-size: clamp(13px, 1.75vw, 44px);
  line-height: 41px;
  line-height: clamp(15px, 2.05vw, 51px);
  padding-bottom: 0;
  max-width: 48%;
  margin-bottom: 0;
}

/**   SMALLER TEXTS IN CERTAIN ASPECT RATIOS  *******/
@media (max-width: 714px) {
  .inner > div, .inner > p {
    padding: 85px 65px;
    padding: clamp(32px, 4.25vw, 106px) clamp(24px, 3.25vw, 81px);
  }
  .inner.columns {
    display: block;
  }
  .inner.columns div {
    width: 100%;
  }

  h2 {
    font-size: 41px;
    font-size: clamp(22px, 5.857vw, 44px);
    line-height: 45px;
    line-height: clamp(24px, 6.429vw, 48px);
    margin-bottom: 28px;
    margin-bottom: clamp(15px, 4vw, 30px);
  }

  p {
    font-size: 25px;
    font-size: clamp(13px, 3.571vw, 27px);
    line-height: 29px;
    line-height: clamp(16px, 4.143vw, 31px);
    margin-bottom: 25px;
    margin-bottom: clamp(13px, 3.571vw, 27px);
  }
  p.lead {
    font-size: 35px;
    font-size: clamp(19px, 5vw, 37px);
    line-height: 41px;
    line-height: clamp(22px, 5.857vw, 44px);
    margin-bottom: 0;
    max-width: 100%;
  }

  .images .images-container .image-box {
    width: 49%;
    margin-bottom: 5px;
  }

  .intro .line1 {
    top: -1px;
  }
}
/********************************************************/
/** TWEAKS                                           ****/
/********************************************************/
.filler {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

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