/** Theme Name: WOW Theme 03 */
/* Document
   ========================================================================== */
/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
 * 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;
  -moz-appearance: button;
       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 */
  -moz-appearance: textfield;
       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;
}

:root,
:host {
  --color-bg: #f4f2f0;
  --color-bg2: #e7e3df;
  --color-fg: #2e2e2e;
  --color-hg: #f18c27;
  --border: #2e2e2e 0.2rem solid;
  --font-family: Kanit, sans-serif;
}

html {
  font-size: 62.5%; /* 1rem = 10px */
  scroll-behavior: smooth;
}

body {
  font-size: 1.4rem;
  padding: 15px;
}
@media (width >= 768px) {
  body {
    padding: 30px;
  }
}
@media (width >= 1024px) {
  body {
    padding: 40px;
  }
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 25px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.site-header-movile-nav {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.site-header-movile-nav.open {
  max-height: 1000px;
}
@media (width >= 1024px) {
  .site-header-movile-nav {
    display: none;
  }
}
.site-header-movile-nav .mobile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: var(--border);
}
.site-header-movile-nav .mobile-nav li {
  font-size: 2.3rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}
.site-header-movile-nav .mobile-nav a {
  padding: 1.8rem 2.7rem;
  display: block;
  text-align: center;
  color: #2e2e2e;
  text-decoration: none;
}

.desktop-nav {
  width: 100%;
}
.desktop-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}
.desktop-nav li {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  padding: 0;
}
.desktop-nav a {
  padding: 4rem;
  display: block;
  text-align: center;
  color: #2e2e2e;
  text-decoration: none;
}
@media (width >= 1024px) {
  .desktop-nav a {
    transition: all 0.3s ease;
    border: solid 0.2rem transparent;
    background-color: #f4f2f0;
  }
  .desktop-nav a:hover {
    box-shadow: 0.8rem 0.8rem 0 0 #2e2e2e;
    transform: translate(-0.8rem, -0.8rem);
    border: #2e2e2e 0.2rem solid;
  }
}

.site-header {
  margin-inline: auto;
  max-width: 1200px;
  border: #2e2e2e 0.2rem solid;
  border-bottom: 0;
}

.site-header-inner {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
@media (width >= 480px) {
  .site-header-inner {
    grid-template-columns: 1fr 4fr 1fr;
  }
}

.site-header-left {
  display: flex;
}
.site-header-left .site-logo {
  flex: 1;
  display: flex;
  padding: 2rem;
}
@media (width >= 1024px) {
  .site-header-left .site-logo {
    transition: all 0.3s ease;
    border: solid 0.2rem transparent;
    background-color: #f4f2f0;
  }
  .site-header-left .site-logo:hover {
    box-shadow: 0.8rem 0.8rem 0 0 #2e2e2e;
    transform: translate(-0.8rem, -0.8rem);
    border: #2e2e2e 0.2rem solid;
  }
}
.site-header-left .site-logo img {
  display: block;
  width: 53px;
  height: auto;
}
@media (width >= 480px) {
  .site-header-left .site-logo {
    justify-content: center;
  }
}
@media (width >= 1024px) {
  .site-header-left .site-logo img {
    width: 100px;
  }
}
@media (width >= 480px) {
  .site-header-left {
    border-right: var(--border);
  }
}

.site-header-middle {
  display: none;
  border-right: var(--border);
}
@media (width >= 480px) {
  .site-header-middle {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (width >= 1024px) {
  .site-header-middle {
    flex-flow: column;
    justify-content: start;
    align-items: stretch;
  }
}

.site-header-middle-top {
  padding: 1.8rem;
  border-top: vars(--border);
}
.site-header-middle-top .header-title {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.4rem;
}
@media (width >= 768px) {
  .site-header-middle-top .header-title {
    font-size: 3.2rem;
  }
}
@media (width >= 1024px) {
  .site-header-middle-top .header-title {
    font-size: 4rem;
  }
}

.site-header-middle-bottom {
  display: none;
}
@media (width >= 1024px) {
  .site-header-middle-bottom {
    display: flex;
    border-top: var(--border);
  }
}

.site-header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.site-header-right .header-cta-link {
  display: none;
}
@media (width >= 1024px) {
  .site-header-right {
    padding: 0;
    align-items: stretch;
  }
  .site-header-right .hamburger {
    display: none;
  }
  .site-header-right .header-cta-link {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    font-size: 2.4rem;
    line-height: 120%;
    margin-bottom: 2.2rem;
    color: #2e2e2e;
    text-decoration: none;
    text-align: center;
    float: 1px;
    display: block;
    margin-bottom: 0;
    padding: 2rem;
    display: flex;
    align-items: center;
  }
}
@media (width >= 1024px) and (width >= 768px) {
  .site-header-right .header-cta-link {
    font-size: 2.5rem;
  }
}
@media (width >= 1024px) and (width >= 1024px) {
  .site-header-right .header-cta-link {
    font-size: 2.7rem;
  }
}
@media (width >= 1024px) and (width >= 1024px) {
  .site-header-right .header-cta-link {
    transition: all 0.3s ease;
    border: solid 0.2rem transparent;
    background-color: #f4f2f0;
  }
  .site-header-right .header-cta-link:hover {
    box-shadow: 0.8rem 0.8rem 0 0 #2e2e2e;
    transform: translate(-0.8rem, -0.8rem);
    border: #2e2e2e 0.2rem solid;
  }
}

.site-footer {
  margin-inline: auto;
  max-width: 1200px;
}
.site-footer .site-footer-grid {
  border: var(--border);
  border-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.site-footer .site-footer-grid .logo {
  padding: 2rem;
}
@media (width >= 768px) {
  .site-footer .site-footer-grid .logo {
    padding: 3rem;
  }
}
.site-footer .site-footer-grid .logo img {
  display: block;
  width: 40px;
  height: auto;
}
.site-footer .site-footer-grid .site-footer-left {
  border-right: #2e2e2e 0.2rem solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .site-footer-grid .site-footer-middle {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.site-footer .site-footer-grid .site-footer-right {
  display: none;
}
.site-footer .site-footer-bottom {
  padding: 2rem;
  border: #2e2e2e 0.2rem solid;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (width >= 768px) {
  .site-footer .site-footer-bottom {
    padding: 3rem;
  }
}
.site-footer .site-footer-bottom p {
  margin: 0;
  text-align: center;
}
.site-footer .site-footer-bottom a {
  color: #2e2e2e;
  text-decoration: none;
  line-height: 170%;
  border-bottom: solid 0.2rem #e7e3df;
  transition: border-color 200ms ease, color 200ms ease;
}
.site-footer .site-footer-bottom a:hover {
  border-color: #2e2e2e;
}
.site-footer .site-footer-bottom .site-footer-bottom-links span {
  display: inline-block;
  margin: 0 5px;
}
.site-footer .site-footer-bottom .site-footer-bottom-links span:last-child {
  display: none;
}
@media (width >= 768px) {
  .site-footer .site-footer-grid {
    grid-template-columns: 1fr 4fr 1fr;
  }
  .site-footer .site-footer-grid .site-footer-right {
    display: block;
    border-left: #2e2e2e 0.2rem solid;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-footer .site-footer-grid .logo img {
    width: 60px;
  }
  .site-footer .site-footer-bottom {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
@media (width >= 1024px) {
  .site-footer .site-footer-grid .logo img {
    width: 100px;
  }
}

.site-footer-ticker {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer-ticker .ticker-slider {
  overflow: hidden;
  white-space: nowrap;
  padding: 3rem 0;
}
.site-footer-ticker .ticker-text {
  animation: ticker 12s linear infinite;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  font-size: 3.4rem;
  line-height: 112%;
  margin-bottom: 2.8rem;
  margin-bottom: 0;
}
@media (width >= 768px) {
  .site-footer-ticker .ticker-text {
    font-size: 3.6rem;
  }
}
@media (width >= 1024px) {
  .site-footer-ticker .ticker-text {
    font-size: 3.9rem;
  }
}
.site-footer-ticker .ticker-text span {
  color: #f18c27;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=style.css.map */