/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@font-face {
  font-family: 'IBM Plex Thai';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("IBMPlexSansThai-Bold"), url("../font/IBMPlexSansThai-Bold.woff2") format("woff2"), url("../font/IBMPlexSansThai-Bold.woff") format("woff");
}

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: inherit;
  font-size: inherit;
  line-height: 1em;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, img, main, menu, nav, section, summary {
  display: block;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-print-color-adjust: exact;
}

html, body, input, select, button, textarea {
  font-family: 'Sarabun', sans-serif;
  font-weight: 300;
  letter-spacing: 0.03em;
  font-size: 16px;
  color: #111;
  outline: none;
}

[type='color']:-webkit-autofill, [type='date']:-webkit-autofill, [type='datetime']:-webkit-autofill, [type='datetime-local']:-webkit-autofill, [type='email']:-webkit-autofill, [type='month']:-webkit-autofill, [type='number']:-webkit-autofill, [type='password']:-webkit-autofill, [type='search']:-webkit-autofill, [type='tel']:-webkit-autofill, [type='text']:-webkit-autofill, [type='time']:-webkit-autofill, [type='url']:-webkit-autofill, [type='week']:-webkit-autofill, input:not([type]):-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

[type='color']:required, [type='date']:required, [type='datetime']:required, [type='datetime-local']:required, [type='email']:required, [type='month']:required, [type='number']:required, [type='password']:required, [type='search']:required, [type='tel']:required, [type='text']:required, [type='time']:required, [type='url']:required, [type='week']:required, input:not([type]):required, textarea:required {
  box-shadow: none;
}

*, *::before, *::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'IBM Plex Thai', sans;
}

ol, ul {
  list-style: none;
}

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

table, table * {
  -webkit-backface-visibility: visible;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a, button {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

a img, button img {
  border: none;
}

button {
  background: none;
  padding: 0;
  border: 0;
}

sup {
  position: relative;
  top: -1em;
  font-size: 0.5em;
  font-weight: bold;
}

mark {
  background: inherit;
  color: inherit;
}

video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

/* Common Stylesheet */
body {
  overflow-x: hidden;
  background: url(../img/bg.png) #0086d4 center top/46px 46px repeat;
}

body.overlayed {
  overflow: hidden;
}

br.pbr {
  display: none;
}

header, main, section, footer {
  display: block;
  width: 100%;
}

.content {
  display: block;
  position: relative;
  padding: 0 20px;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  height: 50px;
  z-index: 99;
  background: #fff;
}

header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header h1 {
  height: 30px;
}

header h1 img {
  height: 100%;
}

header nav {
  height: 50px;
}

header nav ul {
  display: flex;
  height: 50px;
}

header nav a {
  display: none;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 0 15px;
}

header nav a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #ff7e33;
}

header nav a.deals {
  display: flex;
  padding: 0;
}

header nav a.deals::after {
  display: none;
}

header nav a.deals span {
  position: relative;
}

header nav a.deals span::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: #F44A71;
  border-radius: 10px;
  z-index: -1;
  transform: translate(-50%, -50%);
}

header nav a.deals span strong {
  color: #fff;
}

header nav a.deals span small {
  display: none;
  color: #fcc9d4;
}

header nav span {
  display: flex;
  flex-direction: column;
  align-items: center;
}

header nav strong {
  color: #0066a1;
  font-size: 1.125rem;
  font-family: 'IBM Plex Thai', sans;
}

header nav small {
  color: #0086d4;
  font-size: 0.625rem;
  font-family: Arial, sans;
  font-weight: 700;
  margin-top: 6px;
  text-transform: uppercase;
}

header nav .sns-icon {
  order: -1;
}

header nav .sns-icon, header nav .sns-icon div {
  display: flex;
  justify-content: center;
  align-items: center;
}

header nav .sns-icon div {
  height: 50px;
  margin-right: 15px;
}

header nav .sns-icon a {
  display: flex;
  padding: 0;
  height: 100%;
  width: 36px;
}

header nav .sns-icon a::after {
  display: none;
}

.btns {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
}

.btns .btn:not(:first-child) {
  margin-top: 20px;
}

.btn {
  display: block;
  position: relative;
  font-family: 'IBM Plex Thai', sans;
  font-size: 1.375rem;
  z-index: 1;
  cursor: pointer;
}

.btn span {
  display: inline-flex;
  width: 100%;
  position: relative;
  top: 0;
  justify-content: center;
  align-items: center;
  padding: 5px 24px 0;
  height: 50px;
  background: #FFD900;
  color: #072a40;
  border-radius: 20px;
  transition: top 100ms;
}

.btn span::before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  margin-top: -5px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff7e33;
  border-radius: 20px;
  z-index: -1;
}

.btn.gallery-btn::after {
  background: #0066a1;
}

.btn.gallery-btn span {
  color: #fff;
  background: #0086d4;
}

.btn.gallery-btn span::before {
  background-image: url(../img/icon-gallery.svg);
}

.btn.tel-btn span::before {
  background-image: url(../img/icon-tel.svg);
}

.btn.line-btn span::before {
  background-image: url(../img/icon-line.svg);
}

main {
  padding-top: 85px;
}

main h2 {
  display: inline;
  background: #ff7e33;
  font-size: 2rem;
  line-height: 1.40625;
}

main h2 span {
  display: inline;
  color: #fff;
}

main h2 + p {
  margin-top: 20px;
}

main p {
  display: block;
  font-size: 1.0625rem;
  line-height: 1.7647058824;
  color: #fff;
}

main p + p {
  margin-top: 15px;
}

main span, main strong {
  font-size: inherit;
  line-height: inherit;
}

main strong {
  font-weight: 700;
  background: linear-gradient(to bottom, transparent 80%, #ff7e33 80%) no-repeat;
  background-size: 100% 1.3em;
}

.hero blockquote {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'IBM Plex Thai', sans;
  color: #fff;
  padding-bottom: 40px;
}

.hero blockquote img {
  width: calc(100% - 40px);
  max-width: 500px;
}

.hero blockquote div {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 1.75rem;
  line-height: 1.2857142857;
}

.hero blockquote span {
  display: inline-block;
  margin-left: 10px;
  padding-top: 4px;
  text-align: center;
}

.hero blockquote strong {
  border-bottom-width: 4px;
}

.hero blockquote ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 40px;
  padding: 4px 20px 0;
  background: #fff;
  font-size: 1.25rem;
  color: #0066a1;
  margin-bottom: 24px;
}

.hero blockquote li {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
}

.hero blockquote li::before {
  content: '';
  display: block;
  width: 8px;
  height: 16px;
  border-bottom: 3px solid #ff7e33;
  border-right: 3px solid #ff7e33;
  transform: translateY(-3px) rotate(45deg);
  margin-right: 10px;
}

.hero blockquote li:not(:first-of-type) {
  margin-left: 10px;
}

.columns {
  display: flex;
  flex-direction: column;
}

.columns > * {
  width: 100%;
}

.intro .lead {
  margin-top: 30px;
}

.intro-slide {
  position: relative;
}

.intro-slide, .intro-slide li, .intro-slide img {
  width: calc(100vmin - 40px);
  height: calc(100vmin - 40px);
}

.intro-slide li {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 1000ms;
}

.intro-slide li.shown {
  opacity: 1;
}

.intro-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

.video {
  display: block;
  margin-top: 60px;
  width: 100%;
  height: 70vw;
  max-height: 400px;
}

.features {
  background: url(../img/bg.png) #fff center top/46px 46px repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}

.features h2 span {
  background: #FFD900;
  color: #0066a1;
}

.features ul {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.features li {
  display: flex;
  width: 100%;
  margin-top: 5px;
}

.features li span {
  font-size: 1.0625rem;
  line-height: 1.7647058824;
}

.features li::before {
  content: '';
  display: block;
  width: 10px;
  height: 20px;
  border-bottom: 4px solid #ffbb31;
  border-right: 4px solid #ffbb31;
  transform: translateY(2px) rotate(45deg);
  margin-right: 10px;
  flex-shrink: 0;
}

.features strong {
  border-bottom-color: #0086d4;
}

.products {
  background: url(../img/bg.png) #072a40 center top/46px 46px repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}

.products h2 {
  align-items: center;
}

.products h2 + p {
  text-align: center;
}

.products .columns {
  margin-top: 40px;
}

.products .columns > * {
  padding: 25px 20px;
  background: #f5fbff;
  width: 100%;
}

.products .columns > * + * {
  margin-top: 20px;
}

.products .columns h3 {
  font-size: 30px;
  color: #0066a1;
  text-align: center;
}

.products .columns h3 span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.products .columns h3 span::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #ffbb31;
  z-index: -1;
}

.products .columns .thumbnail-block {
  display: block;
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
  height: 280px;
  background: #ccc;
  margin: 25px 0;
}

.products .columns .thumbnail-block figure {
  width: 100%;
  height: 100%;
}

.products .columns .thumbnail-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products .columns .gallery-btn {
  width: 100%;
  margin-top: 20px;
}

.products .columns .gallery-btn, .products .columns .gallery-btn span {
  height: 50px;
}

.products .columns p, .products .columns li {
  color: #0066a1;
}

.products .columns ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.products .columns li {
  display: inline-flex;
  align-items: flex-start;
  font-size: 1.0625rem;
  line-height: 1.7647058824;
  margin-right: 10px;
}

.products .columns li::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 0.8em;
  width: 5px;
  height: 5px;
  background: #ff7e33;
  border-radius: 50%;
  margin-right: 5px;
  flex-shrink: 0;
}

.promotion {
  display: block;
  position: relative;
  width: calc(100% + 40px);
  left: -20px;
  margin-top: 40px;
  background: #fff;
  padding: 40px 20px;
}

.promotion h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
  justify-content: space-between;
  background: none;
}

.promotion h2 strong, .promotion h2 small {
  text-align: center;
}

.promotion h2 strong {
  font-size: 2rem;
  line-height: 1.25;
  color: #F44A71;
  background: linear-gradient(to bottom, transparent 80%, rgba(244, 74, 113, 0.25) 80%) no-repeat;
  background-size: 100% 1.3em;
}

.promotion h2 small {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 20px;
}

.promotion table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 0;
  background: #CCECFF;
}

.promotion table th, .promotion table td {
  padding: 10px;
  text-align: center;
  border: 0;
}

.promotion table thead {
  font-family: 'IBM Plex Thai', sans;
}

.promotion table thead th, .promotion table thead td {
  background: #0086d4;
  color: #fff;
  font-size: 1.375rem;
}

.promotion table thead td + td {
  background: #F44A71;
}

.promotion table tbody tr th, .promotion table tbody tr td {
  border-bottom: 2px solid #b3dbf2;
}

.promotion table tbody tr td + td {
  font-weight: 700;
  color: #f11a4b;
  background: #fddbe3;
  border-bottom-color: #fbb7c6;
  font-size: 1.125rem;
}

.thumbnail-block {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 40px;
}

.thumbnail-block figure {
  width: calc(50% - 10px);
  margin-left: 20px;
  cursor: pointer;
}

.thumbnail-block figure:nth-of-type(2n-1) {
  margin-left: 0;
}

.thumbnail-block figure:nth-of-type(n+3) {
  margin-top: 20px;
}

.thumbnail-block figure img {
  width: 100%;
  background: #ccc;
}

.thumbnail-block figure figcaption {
  background: #fff;
  padding: 20px;
}

.thumbnail-block figure figcaption p, .thumbnail-block figure figcaption strong {
  line-height: 1.5;
}

.thumbnail-block figure figcaption p {
  color: #0066a1;
  margin-top: 15px;
}

.example {
  background: url(../img/bg.png) #fff center top/46px 46px repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}

.example h2 {
  align-items: flex-end;
}

.example h2 span {
  background: #FFD900;
  color: #0066a1;
}

.review {
  padding-top: 60px;
  padding-bottom: 60px;
}

.review .gallery-btn span {
  background: #0066a1;
}

.review .gallery-btn::after {
  background: #093b59;
}

.contact {
  background: url(../img/bg.png) #fff center top/46px 46px repeat;
  padding-top: 60px;
}

.contact h2 span {
  background: #FFD900;
  color: #0066a1;
}

.contact .content .columns {
  justify-content: space-between;
  margin-top: 30px;
  font-size: 1.0625rem;
  line-height: 1.7647058824;
}

.contact .content dl {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.contact .content dl:not(:first-of-type) {
  margin-top: 10px;
}

.contact .content dl dt, .contact .content dl dd {
  font-size: 1.0625rem;
  line-height: 1.7647058824;
}

.contact .content dl dt {
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-weight: 700;
  color: #0066a1;
}

.contact .content dl dt img {
  display: block;
  height: 1em;
  width: auto;
  margin-right: 0.5em;
}

.contact .content dl address {
  line-height: inherit;
}

.contact-info a {
  word-break: break-all;
  transition: color 200ms;
}

.contact-info a:hover {
  color: #0086d4;
}

.contact-btn {
  display: none;
}

.contact iframe {
  display: block;
  width: 100%;
  height: 300px;
  margin-top: 60px;
}

footer {
  background: #072a40;
}

footer .content {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

footer .content cite {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0.8125rem;
}

.overlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(17, 17, 17, 0.95);
  z-index: 99;
}

.overlay figure {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.overlay figure, .overlay figure img {
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 160px);
}

.overlay figure img {
  -o-object-fit: contain;
     object-fit: contain;
}

.overlay i {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.overlay i::before, .overlay i::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 50%;
  top: 50%;
  background: #fff;
}

.overlay i::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.overlay i::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.overlay .nav-button {
  display: block;
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.5);
  cursor: pointer;
}

.overlay .nav-button::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.overlay .nav-button.prev {
  left: 20px;
}

.overlay .nav-button.prev::after {
  left: calc(50% + 5px);
  transform: translate(-50%, -50%) rotate(135deg);
}

.overlay .nav-button.next {
  right: 20px;
}

.overlay .nav-button.next::after {
  left: calc(50% - 5px);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 769px) {
  br.sbr {
    display: none;
  }
  br.pbr {
    display: inline;
  }
  header {
    height: 85px;
  }
  header h1 {
    height: 45px;
  }
  header nav {
    height: 85px;
  }
  header nav ul {
    height: 85px;
  }
  header nav a {
    display: flex;
  }
  header nav a::after {
    transition: height 200ms;
  }
  header nav a:hover::after {
    height: 5px;
  }
  header nav a.deals {
    padding: 0 15px;
  }
  header nav a.deals span strong {
    font-size: 1.25rem;
  }
  header nav a.deals span small {
    display: inline;
    font-size: 0.75rem;
  }
  header nav a.deals span::after {
    transition: background 200ms, transform 200ms;
  }
  header nav a.deals:hover span::after {
    background: #ff7e33;
    transform: translate(-50%, -50%) scale(1.1);
  }
  header nav .sns-icon {
    order: 99;
  }
  header nav .sns-icon div {
    height: 58px;
    margin-left: 20px;
    border-left: 1px solid #ccc;
    padding: 0 10px;
  }
  header nav .sns-icon a {
    width: 40px;
    transition: opacity 200ms;
  }
  header nav .sns-icon a:hover {
    opacity: 0.6;
  }
  header i {
    display: none;
  }
  .btns {
    flex-direction: row;
    align-items: center;
  }
  .btns .btn:not(:first-child) {
    margin-top: 0;
    margin-left: 20px;
  }
  .btn {
    font-size: 1.625rem;
  }
  .btn span {
    width: auto;
  }
  .btn:hover span {
    top: 5px;
  }
  main h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 2.5rem;
    line-height: 1.2;
    background: none;
  }
  main h2 span {
    display: inline-block;
    background: #ff7e33;
    padding: 5px 12px;
    color: #fff;
  }
  main h2 + p {
    margin-top: 20px;
  }
  .hero blockquote {
    padding: 60px 0 80px;
  }
  .hero blockquote img {
    width: calc(100% - 100px);
  }
  .hero blockquote div {
    margin-top: 28px;
    font-size: 1.875rem;
    line-height: 1.2;
  }
  .hero blockquote ul {
    font-size: 1.5rem;
  }
  .hero blockquote li::before {
    width: 10px;
    height: 20px;
    border-bottom: 4px solid #ff7e33;
    border-right: 4px solid #ff7e33;
    transform: translateY(-2px) rotate(45deg);
  }
  .hero blockquote li:not(:first-of-type) {
    margin-left: 15px;
  }
  .columns {
    flex-direction: row;
    justify-content: space-between;
  }
  .intro .columns .lead {
    margin-top: 0;
    width: calc(100% - 435px);
  }
  .intro .columns .lead h2 {
    align-items: flex-end;
  }
  .intro-slide {
    width: 400px;
    height: 400px;
  }
  .intro-slide li, .intro-slide img {
    width: 100%;
    height: 100%;
  }
  .video {
    max-height: 500px;
  }
  .features ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .features li {
    width: calc(50% - 10px);
    margin-top: 10px;
  }
  .features .btns {
    margin-top: 60px;
  }
  .products .columns > * {
    padding: 30px;
  }
  .products .columns > * + * {
    margin-top: 0;
    margin-left: 20px;
  }
  .products .columns .gallery-btn span {
    width: 100%;
    font-size: 0.9em;
  }
  .products .columns .thumbnail-block {
    left: -30px;
    width: calc(100% + 60px);
  }
  .promotion {
    width: auto;
    left: auto;
    padding: 40px;
  }
  .promotion h2 {
    flex-direction: row;
  }
  .promotion h2 strong, .promotion h2 small {
    text-align: left;
  }
  .promotion h2 strong {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .thumbnail-block {
    justify-content: space-between;
  }
  .thumbnail-block figure {
    width: calc(25% - 20px);
    margin-left: 0;
  }
  .thumbnail-block figure:nth-of-type(n+3) {
    margin-top: 0;
  }
  .thumbnail-block figure:nth-of-type(n+5) {
    margin-top: 20px;
  }
  .thumbnail-block img {
    transition: opacity 200ms;
  }
  .thumbnail-block img:hover {
    opacity: 0.6;
  }
  .contact-info a {
    transition: color 200ms;
  }
  .contact-info a:hover {
    color: #0086d4;
  }
  .contact .content dl {
    flex-direction: row;
  }
  .contact .content dl dt {
    width: 140px;
  }
  .contact-btn {
    display: block;
    width: auto;
    margin-left: 30px;
  }
  .contact-btn img {
    width: 150px;
    border: 1px solid #CCECFF;
  }
  .contact iframe {
    height: 400px;
  }
  .overlay figure, .overlay figure img {
    max-width: 80vw;
    max-height: 80vw;
  }
  .overlay i {
    transition: transform 200ms;
  }
  .overlay i:hover {
    transform: rotate(90deg);
  }
  .overlay .nav-button {
    transition: background 400ms;
  }
  .overlay .nav-button::after {
    transition: border-color 200ms;
  }
  .overlay .nav-button:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .overlay .nav-button:hover::after {
    border-right-color: #111;
    border-bottom-color: #111;
  }
}
