@charset "UTF-8";
/******************************************************************
Company: dpj
Author: Josh Jenkins

Stylesheet: Main Stylesheet
******************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/******************************************************************
Stylesheet: Variables
******************************************************************/
/******************************************************************
Stylesheet: Global Styles
******************************************************************/
::-webkit-scrollbar-track {
  background: white;
}

::-moz-selection {
  background: #212121;
  color: white;
}

::selection {
  background: #212121;
  color: white;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #212121;
}

::-moz-placeholder {
  color: white;
  opacity: 1;
}

::placeholder {
  color: white;
  opacity: 1;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 9px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 2.6vw, 2rem);
  color: #2e3736;
  padding: 0;
  overflow-x: hidden;
}

main {
  position: relative;
  z-index: 1;
}

a {
  color: #cfb53b;
  text-decoration: none;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s;
}
a > img {
  transition: opacity 0.4s;
}
a:hover, a:active {
  color: #2e3736;
}
a:hover > img, a:active > img {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

ol {
  list-style-type: none;
  padding: 0;
  counter-reset: item;
  margin: 0;
}
ol li {
  line-height: 1.4;
}
ol li + li {
  margin-top: 15px;
}
ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: 600;
}

strong {
  font-weight: 600;
}

p {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1em;
}

h1 {
  font-size: clamp(3rem, 7.81vw, 6rem);
  margin: 0 0 0.3em;
  font-weight: 300;
}

h2 {
  letter-spacing: 0.4em;
  line-height: 1.4;
  text-transform: uppercase;
  font-size: clamp(1.6rem, 2.34vw, 1.8rem);
  color: #cfb53b;
}

h3 {
  font-size: clamp(2.4rem, 3.91vw, 3rem);
}

h4 {
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(2.8rem, 4.3vw, 3.3rem);
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  font-size: clamp(2.2rem, 3.39vw, 2.6rem);
  font-weight: 400;
  color: white;
  margin-bottom: 1.4em;
}

hr {
  width: 100%;
  border-color: transparent;
  border-top: 2px solid gainsboro;
}

.hidden {
  display: none !important;
}

.nolist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.u_col--gold {
  color: #cfb53b;
}

.l_container {
  width: clamp(min(90vw, 320px), 90vw, var(--l_width, 1440px));
  margin-left: auto;
  margin-right: auto;
}

.l_module {
  margin-top: clamp(calc(var(--l_margin_top, 0) * 0.25), 25vw, var(--l_margin_top, 0));
  margin-bottom: clamp(calc(var(--l_margin_bot, 0) * 0.25), 25vw, var(--l_margin_bot, 0));
  padding-top: clamp(calc(var(--l_padding_top, 0) * 0.25), 25vw, var(--l_padding_top, 0));
  padding-bottom: clamp(calc(var(--l_padding_bot, 0) * 0.25), 25vw, var(--l_padding_bot, 0));
}

.l_canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
@media (max-width: 768px) {
  .l_canvas {
    display: none;
  }
}

.l_blob {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.l_blob:after {
  content: "";
  position: absolute;
  width: clamp(150px, 20.83vw, 300px);
  height: clamp(150px, 20.83vw, 300px);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.l_blob--blob:after {
  background-image: url("/wp-content/themes/dpj/assets/images/rtg-blob.png");
}
.l_blob--rings:after {
  background-image: url("/wp-content/themes/dpj/assets/images/rtg-rings.png");
}
.l_blob--top:after {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l_blob--bottom:after {
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l_blob--left:after {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.l_blob--right:after {
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
}

.c_burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6px;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}
.c_burger span {
  width: 24px;
  height: 2px;
  background-color: #d9d9d9;
  transition: background-color 0.4s;
}
.c_burger:hover span {
  background-color: white;
}

.c_button {
  display: inline-flex;
  align-items: center;
  width: auto;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(1rem, 3vw, 1.2rem);
  text-decoration: none;
  line-height: 1;
  padding: 1.6em 3.2em;
  border: 2px solid;
  border-radius: 50px;
  outline: none;
  clear: both;
  text-align: center;
  cursor: pointer;
  color: white;
  background-color: #cfb53b;
  border-color: #cfb53b;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s;
  letter-spacing: 0.4em;
  line-height: 1.4;
  text-transform: uppercase;
}
.c_button:hover {
  color: #cfb53b;
  background-color: white;
}
.c_button i {
  font-size: 2em;
  margin-left: 0.5em;
  pointer-events: none;
}
.c_button--alt {
  color: white;
  border-color: #2e3736;
  background-color: #2e3736;
}
.c_button--alt:hover {
  color: #2e3736;
  background-color: white;
}
.c_button--transparent {
  color: white;
  border-color: #636363;
  background-color: transparent;
}
.c_button--transparent:hover {
  color: #2e3736;
  background-color: white;
  border-color: white;
}
.c_button--plain {
  background-color: transparent;
  border-color: transparent;
  color: #2e3736;
  padding: 1em 0;
}
.c_button--plain:hover {
  background-color: transparent;
  border-color: transparent;
  color: #cfb53b;
}

.c_debug {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 30px;
  height: 300px;
  overflow: auto;
  background-color: lightgrey;
  z-index: 1000000000;
  transform: translateY(300px);
  transition: transform 0.2s;
}
.c_debug__label {
  position: fixed;
  bottom: 0;
  left: 0;
  cursor: pointer;
  background-color: lightgray;
  color: black;
  padding: 15px;
  transition: bottom 0.2s;
}
.c_debug__toggle {
  display: none;
}
.c_debug__toggle:checked ~ .c_debug {
  transform: translateY(0);
}
.c_debug__toggle:checked ~ .c_debug__label {
  bottom: 300px;
}

.c_divider {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.c_divider--right {
  justify-content: flex-end;
}
.c_divider--left {
  justify-content: flex-start;
}
.c_divider:after {
  content: "";
  width: 100%;
  max-width: 180px;
  height: 3px;
  background-color: #cfb53b;
}

.c_toggle {
  display: none;
}
.c_toggle--contact:checked ~ .c_modal--contact {
  opacity: 1;
  visibility: visible;
}
.c_toggle--menu:checked ~ header .h_menu {
  transform: translateX(0);
}
.c_toggle--menu:checked ~ header .h_nav .c_burger {
  padding: 10px 0;
  z-index: 10000;
}
.c_toggle--menu:checked ~ header .h_nav .c_burger span:nth-of-type(1) {
  transform: rotate(45deg) translateX(24%);
  transform: rotate(45deg) translateX(16%) translateY(4px);
}
.c_toggle--menu:checked ~ header .h_nav .c_burger span:nth-of-type(2) {
  display: none;
}
.c_toggle--menu:checked ~ header .h_nav .c_burger span:nth-of-type(3) {
  transform: rotate(-45deg) translateX(24%);
  transform: rotate(-45deg) translateX(8%) translateY(-2px);
}

.c_video {
  position: relative;
}
.f_modal .c_video {
  max-height: 79vh;
  max-width: 95vw;
}
.f_modal .c_video video {
  max-height: 79vh;
  max-width: 95vw;
}
.c_video video {
  width: 100%;
  height: auto;
}
.c_video__pause {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px;
  font-size: 3rem;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
}
.c_video__pause i {
  pointer-events: none;
}

.c_youtube {
  position: relative;
}
.c_youtube:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.c_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.f_modal .c_youtube {
  width: 560px;
  max-width: 100%;
}

/******************************************************************
Stylesheet: Footer Styles
******************************************************************/
footer {
  padding-top: clamp(6rem, 12.5vw, 15rem);
  padding-bottom: clamp(6rem, 6.67vw, 8rem);
}

.f_top {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.f_top__left {
  min-width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(3rem, 5.21vw, 4rem);
}
.f_top__right {
  max-width: 850px;
}
@media (max-width: 1024px) {
  .f_top {
    flex-direction: column;
    text-align: center;
  }
  .f_top__right {
    max-width: none;
  }
}
.f_blurb {
  font-size: clamp(2.4rem, 3.91vw, 3rem);
  font-weight: 500;
  margin-bottom: clamp(3rem, 8.46vw, 6.5rem);
}
.f_nav {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.f_nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.f_nav a {
  color: #2e3736;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
.f_nav a:hover {
  color: #cfb53b;
}
@media (max-width: 768px) {
  .f_nav {
    flex-direction: column;
  }
}
.f_address {
  color: #2e3736;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
.f_break {
  margin-top: 9rem;
  margin-bottom: 5rem;
}
.f_bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .f_bot {
    flex-direction: column;
    text-align: center;
  }
}
.f_copy {
  display: flex;
  flex-direction: column;
  color: #2e3736;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
.f_snav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.f_snav li {
  display: inline-block;
}
.f_snav li + li a {
  border-left: 1px solid;
}
.f_snav a {
  color: #2e3736;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  padding: 0 1.5rem;
}
.f_snav a:hover {
  color: #cfb53b;
}
.f_modal {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s, visibility 0.4s;
}
.f_modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}
.f_modal__inner {
  position: relative;
  background-color: white;
}
.f_modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: white;
  background-color: transparent;
  text-shadow: 0 0 0.5em black;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 10000;
  transition: color 0.4s;
}
.f_modal__close:hover {
  color: #cfb53b;
}
.f_modal__content {
  max-height: 80vh;
  max-width: 95vw;
  overflow: auto;
}

/******************************************************************
Stylesheet: Form Styles
******************************************************************/
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
select,
textarea {
  padding: 15px 30px;
  outline: none;
  border: 1px solid gainsboro;
  border-radius: 50px;
  background-color: white;
  width: 100%;
}

textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 2.85em;
}
textarea.small {
  height: 3em;
}
@container (max-width: 420px) {
  textarea.small {
    height: 4.4em;
  }
}

fieldset {
  border: none;
  padding: 0;
}

.gfield {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  container-type: inline-size;
}
.gfield:not(.gfield--type-consent) label {
  position: absolute;
  top: 50%;
  left: 20px;
  padding: 10px;
  transform: translateY(-50%);
  color: #7B7B7B;
  background-color: white;
  border-radius: 10px 10px 0 0;
  pointer-events: none;
  transition: top 0.2s, padding 0.2s;
}
.gfield:not(.gfield--type-consent).active label {
  top: -5px;
  padding: 10px 10px 0;
}
.gfield--type-consent legend {
  display: none;
}

.gform_wrapper {
  background-color: inherit;
}
.gform_wrapper * {
  background-color: inherit;
}
.gform_wrapper label {
  background-color: transparent;
}

.gform_heading {
  margin-bottom: 7rem;
}
.gform_heading h2 {
  margin-bottom: 1.8em;
}
.gform_heading:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 180px;
  height: 3px;
  background-color: #cfb53b;
  margin: auto;
}
.gform_heading p {
  font-size: 1.3em;
}

.gform_description,
.gform_required_legend,
.gfield--type-honeypot {
  display: none;
}

.gform_confirmation_message {
  font-size: 1.5em;
}

.gform_submission_error {
  font-size: 1.5em;
  border: 2px solid;
  padding: 1em;
}

.gfield_validation_message {
  border: 1px solid;
  display: inline-block;
  padding: 0.2em 0.5em;
  margin-top: 0.5em;
}

/******************************************************************
Stylesheet: Header Styles
******************************************************************/
header {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #212121;
  z-index: 100000;
}
@media (max-width: 400px) {
  header {
    padding-top: 30px;
    padding-bottom: 30px;
    top: 0;
  }
}

.h_inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: clamp(30px, 6.51vw, 50px);
}
@media (max-width: 1200px) {
  .h_inner {
    grid-template-columns: auto 1fr;
  }
}
.h_menu {
  grid-column-start: span 3;
}
.h_menu ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.h_menu ul li {
  position: relative;
}
.h_menu ul li.menu-item-has-children {
  cursor: default;
}
.h_menu ul li.menu-item-has-children > a {
  pointer-events: none;
  color: white;
}
.h_menu ul li.menu-item-has-children > a:after {
  content: "";
  font-family: "Font Awesome 6 Sharp";
  font-size: 0.8em;
  margin-left: 1em;
}
.h_menu ul li a {
  letter-spacing: 0.4em;
  line-height: 1.4;
  text-transform: uppercase;
  display: inline-flex;
  width: 100%;
  font-size: 1.2rem;
  color: white;
  padding: 1em 2em;
  white-space: nowrap;
}
.h_menu ul li a:hover {
  color: #cfb53b;
}
.h_menu ul li > ul {
  position: absolute;
  flex-direction: column;
  min-width: 100%;
  background-color: #212121;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 100;
}
.h_menu ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.h_menu > ul > li:last-of-type {
  display: none;
}
@media (max-width: 1200px) {
  .h_menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 90%;
    max-width: 500px;
    overflow: auto;
    padding: 40px;
    background-color: #212121;
    z-index: 10000;
    transition: transform 0.2s;
    transform: translateX(-101%);
  }
  .h_menu ul {
    flex-direction: column;
  }
  .h_menu ul li a {
    white-space: pre-wrap;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .h_menu ul li > ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    padding-left: 3rem;
  }
  .h_menu > ul > li:last-of-type {
    display: block;
  }
}
.h_nav {
  display: flex;
  justify-content: flex-end;
}
.h_nav .c_burger {
  display: none;
}
@media (max-width: 1200px) {
  .h_nav .c_burger {
    display: flex;
  }
  .h_nav .c_button {
    display: none;
  }
}

.m_banner {
  position: relative;
}
.m_banner__background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}
.m_banner__background img {
  opacity: 0;
}
.m_banner__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(40, 44, 43, 0.5);
}
.m_banner__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.m_banner__content h4 {
  color: white;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  font-size: clamp(4rem, 9.11vw, 7rem);
}

.m_banneralt {
  position: relative;
}
.m_banneralt__background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}
.m_banneralt__background img {
  opacity: 0;
}
.m_banneralt__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.m_banneralt__content h2:first-of-type {
  color: white;
  margin-bottom: 0.3em;
}
.m_banneralt__content h2:last-of-type {
  font-weight: 400;
}
.m_banneralt__content p {
  color: white;
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(5rem, 9.11vw, 7rem);
  line-height: 1.2;
  max-width: 540px;
  margin-bottom: 0.6em;
}
@media (max-width: 768px) {
  .m_banneralt__content {
    text-align: center;
  }
  .m_banneralt__content p {
    max-width: none;
  }
}

.m_columns__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(5rem, 7.64vw, 11rem);
}
@media (max-width: 768px) {
  .m_columns__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.m_columns ul {
  background-color: #fbfbfb;
  width: -moz-fit-content;
  width: fit-content;
  padding: clamp(5rem, 9.11vw, 7rem) clamp(7rem, 11.72vw, 9rem);
  font-weight: 600;
  margin: 0;
}
.m_columns ul li + li {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .m_columns__column {
    text-align: center;
  }
  .m_columns__column > * {
    text-align: center !important;
  }
  .m_columns__column .c_divider {
    justify-content: center !important;
  }
}
@media (max-width: 768px) {
  .m_columns .l_container {
    text-align: center;
  }
}

.m_content {
  text-align: center;
}

.l_module--form {
  background-color: #2e3736;
}

.m_form {
  color: white;
}
.m_form__inner {
  display: flex;
  gap: clamp(60px, 11.67vw, 140px);
}
@media (max-width: 1024px) {
  .m_form__inner {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .m_form__contact {
    text-align: center;
  }
  .m_form__contact .c_follow {
    justify-content: center;
  }
}
.m_form__contact p {
  color: #cfb53b;
}
.m_form__contact a {
  color: white;
}
.m_form__contact a:hover {
  color: #cfb53b;
}
.m_form__form {
  width: 100%;
  max-width: 750px;
  margin: auto;
  text-align: center;
}
.m_form__form .ginput_container_consent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.m_form__form .ginput_container_consent label {
  color: white;
  font-size: 0.7em;
  margin-bottom: 0;
}
.m_form__form .gform_footer .c_button {
  background-color: #cfb53b;
}
.m_form__form .gform_footer .c_button:hover {
  background-color: white;
}

@media (min-width: 1023px) {
  .m_imagecontent--right .m_imagecontent__content {
    order: -1;
  }
}
.m_imagecontent__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(50px, 9.72vw, 140px);
  justify-content: center;
  align-items: center;
}
.m_imagecontent__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_imagecontent__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 450px;
}
@media (max-width: 1024px) {
  .m_imagecontent__inner {
    grid-template-columns: 1fr;
  }
  .m_imagecontent__image {
    margin: auto;
    max-width: 400px;
  }
  .m_imagecontent__content {
    text-align: center;
    margin: auto;
  }
  .m_imagecontent__content .c_divider--left {
    justify-content: center;
  }
  .m_imagecontent__content .c_button {
    margin: auto;
  }
}

.m_imagelinks__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(30px, 7.81vw, 80px);
}
@media (max-width: 768px) {
  .m_imagelinks__inner {
    flex-wrap: wrap;
  }
}

.m_imagestrip {
  overflow: hidden;
}
.m_imagestrip__inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation-name: scrollimage;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 40s;
}
.m_imagestrip__image {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}

@keyframes scrollimage {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.m_linkbanner {
  background-color: #2e3736;
  color: white;
  padding-top: clamp(4rem, 7.81vw, 6rem);
  padding-bottom: clamp(4rem, 7.81vw, 6rem);
}
.m_linkbanner__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(3rem, 7.81vw, 6rem);
}
@media (max-width: 768px) {
  .m_linkbanner__inner {
    flex-direction: column;
    text-align: center;
  }
}
.m_linkbanner__inner p {
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(2.4rem, 4.3vw, 3.3rem);
  margin: 0;
  max-width: 500px;
}

.m_links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media (max-width: 1024px) {
  .m_links {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .m_links__link a {
    margin: auto;
  }
}
.m_links__link {
  color: white;
  display: flex;
  flex-direction: column;
  padding: clamp(30px, 6.25vw, 90px);
}
.m_links__link a {
  margin-top: auto;
}
.m_links__link p {
  margin-bottom: clamp(2rem, 3.91vw, 3rem);
}
.m_links__link:nth-of-type(3n+1) {
  background-color: #2e3736;
}
.m_links__link:nth-of-type(3n+2) {
  background-color: #2b2b2b;
}
.m_links__link:nth-of-type(3n) {
  background-color: #212423;
}

.m_map {
  min-height: 300px;
}
.m_map:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 27.86%;
}

.m_quote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.m_quote__inner {
  background: #fbfbfb;
  margin-top: 6rem;
  padding: clamp(5rem, 11.72vw, 9rem);
  padding-top: 0;
}
.m_quote__marks {
  max-width: clamp(80px, 14.97vw, 115px);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.m_quote__content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.m_quote__content p {
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(2rem, 3.91vw, 3rem);
  font-weight: 700;
  margin-bottom: 2em;
}
.m_quote__content h2 {
  font-size: clamp(1.2rem, 1.82vw, 1.4rem);
  color: #2e3736;
}
.m_quote__content h2:first-of-type {
  font-weight: 400;
}
.m_quote__author {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.m_quote__author img {
  max-width: clamp(100px, 23.44vw, 180px);
  margin-bottom: 30px;
}
.m_quote__author span {
  font-weight: 600;
}

.l_module--slider {
  background-color: #2b2b2b;
}

.m_slider {
  color: white;
}
.m_slider__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(5rem, 16.93vw, 13rem);
  justify-content: center;
}
@media (max-width: 768px) {
  .m_slider__inner {
    grid-template-columns: 1fr;
  }
}
.m_slider__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_slider__input {
  display: none;
}
.m_slider__input[data-id="0"]:checked ~ .m_slider__controls [data-id="0"] {
  opacity: 1;
}
.m_slider__input[data-id="0"]:checked ~ .m_slider__slidecontainer [data-id="0"] {
  max-height: 1000px;
}
.m_slider__input[data-id="0"]:checked ~ .m_slider__slidecontainer [data-id="0"] * {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.m_slider__input[data-id="1"]:checked ~ .m_slider__controls [data-id="1"] {
  opacity: 1;
}
.m_slider__input[data-id="1"]:checked ~ .m_slider__slidecontainer [data-id="1"] {
  max-height: 1000px;
}
.m_slider__input[data-id="1"]:checked ~ .m_slider__slidecontainer [data-id="1"] * {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.m_slider__input[data-id="2"]:checked ~ .m_slider__controls [data-id="2"] {
  opacity: 1;
}
.m_slider__input[data-id="2"]:checked ~ .m_slider__slidecontainer [data-id="2"] {
  max-height: 1000px;
}
.m_slider__input[data-id="2"]:checked ~ .m_slider__slidecontainer [data-id="2"] * {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.m_slider__input[data-id="3"]:checked ~ .m_slider__controls [data-id="3"] {
  opacity: 1;
}
.m_slider__input[data-id="3"]:checked ~ .m_slider__slidecontainer [data-id="3"] {
  max-height: 1000px;
}
.m_slider__input[data-id="3"]:checked ~ .m_slider__slidecontainer [data-id="3"] * {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.m_slider__input[data-id="4"]:checked ~ .m_slider__controls [data-id="4"] {
  opacity: 1;
}
.m_slider__input[data-id="4"]:checked ~ .m_slider__slidecontainer [data-id="4"] {
  max-height: 1000px;
}
.m_slider__input[data-id="4"]:checked ~ .m_slider__slidecontainer [data-id="4"] * {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.m_slider__input[data-id="5"]:checked ~ .m_slider__controls [data-id="5"] {
  opacity: 1;
}
.m_slider__input[data-id="5"]:checked ~ .m_slider__slidecontainer [data-id="5"] {
  max-height: 1000px;
}
.m_slider__input[data-id="5"]:checked ~ .m_slider__slidecontainer [data-id="5"] * {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.m_slider__controls {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
  gap: 1rem;
  margin-bottom: 7rem;
}
.m_slider__controls label {
  display: block;
  opacity: 0.3;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
}
.m_slider__controls label:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
}
@media (max-width: 768px) {
  .m_slider__slides > h2 {
    text-align: center;
  }
}
.m_slider__slide {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0s;
  transition-delay: 0.2s;
}
.m_slider__slide * {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}
.m_slider__slide * + * {
  margin-top: clamp(2rem, 3.91vw, 3rem);
}
.m_slider__slide h2 em {
  font-style: normal;
  font-weight: 300;
}
.m_slider__slide ul {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.m_slider__slide ul li {
  font-weight: 600;
}
.m_slider__slide ul li + li {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .m_slider__slide {
    text-align: center;
  }
}

.m_title {
  background-color: #fbfbfb;
  padding: clamp(3rem, 7.81vw, 6rem);
  text-align: center;
}
.m_title h3 {
  margin-bottom: 0;
}

.m_video {
  position: relative;
}
.m_video__background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}
.m_video__background img {
  opacity: 0;
}
.m_video__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(to top, rgba(40, 44, 43, 0.9) 0%, rgba(40, 44, 43, 0) 55%);
}
.m_video__content {
  position: absolute;
  bottom: clamp(5rem, 9.72vw, 14rem);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(2rem, 3.13vw, 4.5rem);
}
.m_video__content .c_button {
  font-size: 1.8rem;
  color: white;
}
.m_video__content .c_button:hover {
  color: #cfb53b;
}

/******************************************************************
Stylesheet: Print Stylesheet
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  footer {
    display: none;
  }
}