/*
Theme Name: Air Guitar World Championships
Author: Mint Company Oy / Mikko Hopia
Author URI: https://mintcompany.fi
Description: Air Guitar World Championships sivupohja
Version: 2.0
*/
@font-face {
  font-display: auto;
  font-family: "Open Sans";
  font-weight: 400;
  src: url(fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-display: auto;
  font-family: "Open Sans";
  font-weight: 600;
  src: url(fonts/OpenSans-SemiBold.ttf);
}
@font-face {
  font-display: auto;
  font-family: "Open Sans";
  font-weight: 700;
  src: url(fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-display: auto;
  font-family: "Open Sans";
  font-weight: 800;
  src: url(fonts/OpenSans-ExtraBold.ttf);
}
@font-face {
  font-display: auto;
  font-family: "Bangers";
  font-weight: 400;
  src: url(fonts/Bangers-Regular.ttf);
}
/*! 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;
}

/* Hopia adds
   ========================================================================== */
div {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

body.sticky-header {
  padding-top: 144px;
}

iframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}

.clear {
  clear: both;
  height: 0;
}

body.navi-open main,
body.navi-open footer {
  display: none;
}

@media only screen and (max-width: 1180px) {
  body {
    font-size: 18px;
    font-size: 1.125rem;
  }
  body.sticky-header {
    padding-top: 85px;
  }
}
@media only screen and (max-width: 770px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
  body.sticky-header {
    padding-top: 50px;
  }
}
header#top {
  height: 144px;
  position: relative;
  z-index: 2;
}

body.sticky-header header#top {
  animation: sticky-header 0.3s normal forwards ease-in-out;
  animation-iteration-count: 1;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100px;
  left: 0;
  position: fixed;
  top: -144px;
  width: 100%;
  z-index: 9;
}
body.sticky-header p.site-title a {
  top: 30px;
}

@keyframes sticky-header {
  from {
    top: -144px;
  }
  to {
    top: 0;
  }
}
p.site-title {
  margin: 0;
  padding: 0;
}

p.site-title a {
  background: url("img/AirGuitarWorldChampionships-Logo.png") center center no-repeat;
  background-size: contain;
  box-sizing: border-box;
  display: block;
  height: 54px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  transition-duration: 0s;
  top: 40px;
  white-space: nowrap;
  width: 178px;
  z-index: 2;
}

@media only screen and (max-width: 1180px) {
  header#top {
    background-color: rgba(0, 0, 0, 0.8);
    height: 85px;
  }
  header#top .wrap {
    max-width: calc(100% - 100px);
  }
  p.site-title a {
    top: 17px;
  }
  body.sticky-header header#top {
    height: 85px;
    top: -85px;
  }
  body.sticky-header p.site-title a {
    top: 17px;
  }
}
@media only screen and (max-width: 770px) {
  header#top .wrap {
    max-width: calc(100% - 40px);
  }
  body.sticky-header header#top {
    height: 50px;
    top: -50px;
  }
  body.sticky-header p.site-title a {
    background-position: center left;
    height: 30px;
    top: 10px;
    width: 150px;
  }
}
button.hamburger {
  display: none;
}

nav.main-navi > ul.main-menu {
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 58px;
}
nav.main-navi > ul.main-menu > li {
  display: block;
  padding: 0 12px;
  position: relative;
}
nav.main-navi > ul.main-menu > li:last-child {
  padding-right: 0;
}
nav.main-navi > ul.main-menu > li > a {
  color: #fff;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  text-decoration: none;
}
nav.main-navi > ul.main-menu > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}
nav.main-navi > ul.main-menu > li.current-menu-item > a, nav.main-navi > ul.main-menu > li.current-menu-parent > a, nav.main-navi > ul.main-menu > li.current-menu-ancestor > a, nav.main-navi > ul.main-menu > li.current-page-ancestor > a {
  color: #feff00;
}
nav.main-navi > ul.main-menu > li > ul {
  display: none;
}
nav.main-navi > ul.secondary-menu {
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 27px;
}
nav.main-navi > ul.secondary-menu > li {
  display: block;
  padding: 0 8px;
  position: relative;
}
nav.main-navi > ul.secondary-menu > li:last-child {
  padding-right: 0;
}
nav.main-navi > ul.secondary-menu > li.lang-item-zh {
  display: none;
}
nav.main-navi > ul.secondary-menu > li > a {
  color: #fff;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  text-decoration: none;
}
nav.main-navi > ul.secondary-menu > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}
nav.main-navi > ul.secondary-menu > li.current-menu-item > a, nav.main-navi > ul.secondary-menu > li.current-menu-parent > a, nav.main-navi > ul.secondary-menu > li.current-menu-ancestor > a, nav.main-navi > ul.secondary-menu > li.current-page-ancestor > a {
  color: #feff00;
}
nav.main-navi > ul.secondary-menu > li > ul {
  display: none;
}

body.single-post ul.main-menu li.menu-item-uutiset > a,
body.archive ul.main-menu li.menu-item-uutiset > a {
  color: #feff00;
}

@media only screen and (max-width: 1180px) {
  nav.main-navi {
    background-color: #000;
    display: none;
    left: -50px;
    min-height: 100vh;
    position: absolute;
    top: 0;
    width: calc(100% + 100px);
    z-index: 1;
  }
  nav.main-navi > ul.main-menu {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 150px;
    position: relative;
    right: auto;
    text-align: center;
    text-transform: none;
    top: auto;
  }
  nav.main-navi > ul.main-menu > li {
    display: block;
    margin-bottom: 20px;
  }
  nav.main-navi > ul.main-menu > li:before, nav.main-navi > ul.main-menu > li:after {
    display: none;
  }
  nav.main-navi > ul.main-menu > li > a {
    line-height: 1;
    padding: 0;
  }
  nav.main-navi > ul.main-menu > li.divider {
    display: inline-block;
    transform: rotate(90deg);
  }
  button.hamburger {
    background: none;
    border: 0;
    cursor: pointer;
    display: block;
    height: 18px;
    margin: 0;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 29px;
    width: 42px;
    z-index: 5;
  }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 1px;
    width: 42px;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    transform-origin: left center;
    width: 100%;
  }
  #nav-icon span:nth-child(1) {
    top: 0;
  }
  #nav-icon span:nth-child(2) {
    top: 5px;
  }
  #nav-icon span:nth-child(3) {
    top: 10px;
  }
  #nav-icon span:nth-child(4) {
    top: 15px;
  }
  #nav-icon span:nth-child(5) {
    top: 20px;
  }
  #nav-icon span:nth-child(6) {
    top: 25px;
  }
  #nav-icon.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 0;
    left: 0;
  }
  #nav-icon.open span:nth-child(2),
  #nav-icon.open span:nth-child(3),
  #nav-icon.open span:nth-child(4),
  #nav-icon.open span:nth-child(5) {
    width: 0%;
    opacity: 0;
  }
  #nav-icon.open span:nth-child(6) {
    transform: rotate(-45deg);
    top: 29px;
    left: 0;
  }
}
@media only screen and (max-width: 770px) {
  nav.main-navi {
    left: -20px;
    width: calc(100% + 40px);
  }
  body.sticky-header button.hamburger {
    top: 12px;
  }
}
footer .col-wrap {
  align-items: flex-end;
}
footer .col-wrap .col-2:first-child {
  width: calc(70% - 50px);
}
footer .col-wrap .col-2:first-child p + h3 {
  padding-top: 50px;
}
footer .col-wrap .col-2:last-child {
  text-align: right;
  width: calc(30% - 50px);
}

form.newsletter {
  margin-bottom: 20px;
  position: relative;
}
form.newsletter input {
  margin: 0;
  padding: 0;
}
form.newsletter input[type=email] {
  box-sizing: border-box;
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}
form.newsletter input[type=submit] {
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 0;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.08px;
  margin: 10px 0;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
form.newsletter input[type=submit]:hover {
  background-color: #feff00;
}
form.newsletter fieldset {
  border: none;
  margin-bottom: 20px;
  padding: 0;
}
form.newsletter p.brandingLogo {
  bottom: 0;
  position: absolute;
  right: 0;
}

.col-2 form.newsletter p.brandingLogo {
  max-width: 150px;
}

@media only screen and (max-width: 980px) {
  footer .col-wrap .col-2:first-child,
  footer .col-wrap .col-2:last-child {
    width: 100%;
  }
  footer .col-wrap .col-2:last-child {
    text-align: center;
  }
}
@media only screen and (max-width: 450px) {
  form.newsletter p.brandingLogo {
    bottom: auto;
    position: relative;
    right: auto;
  }
}
main {
  box-sizing: border-box;
  position: relative;
}

body.error404 main {
  min-height: 50vh;
}

section.yksi-palsta .col-wrap {
  display: block;
}
section.no-top-margin .col-wrap {
  padding-top: 0;
}
section.top-border .col-wrap {
  border-top: 1px solid #000;
}
section.kaksi-palstaa-levea-kapea .col-wrap {
  justify-content: space-between;
}
section.kaksi-palstaa-levea-kapea .col-2:first-child {
  width: 57.8%;
}
section.kaksi-palstaa-levea-kapea .col-2:last-child {
  width: 36.7%;
}
section.kaksi-palstaa-levea-kapea.col-2-wide .col-2:first-child {
  width: 70%;
}
section.blue-bottom {
  position: relative;
}
section.blue-bottom::after {
  background-image: url(https://airguitarworldchampionships.com/wp-content/uploads/2019/05/Aqua-Fill-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  height: 25px;
  width: 100%;
}

.wrap {
  clear: both;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  z-index: 1;
}

.col-wrap {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 0;
  position: relative;
  width: 100%;
}

section.blue-bottom .col-wrap {
  padding-bottom: 95px;
}

section + section.kolme-nostoa .col-wrap {
  padding-top: 0;
}

.no-bot-pad {
  padding-bottom: 0;
}

.no-top-pad {
  padding-top: 0;
}

.password-form {
  min-height: 500px;
  padding-top: 100px;
}

.col-2 {
  width: calc(50% - 50px);
}

.col-3 {
  width: calc(33.33% - 26px);
}

.col-4 {
  width: calc(25% - 30px);
}

@media only screen and (max-width: 1480px) {
  .wrap {
    max-width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 1180px) {
  .wrap,
  section.yksi-palsta .wrap,
  section.kaksi-palstaa .wrap {
    max-width: calc(100% - 100px);
  }
  .col-4 {
    width: calc(50% - 20px);
  }
  .col-4:first-child, .col-4:nth-child(2) {
    padding-bottom: 40px;
  }
  .col-2 {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 980px) {
  .col-wrap {
    display: block;
  }
  .col-2,
  .col-3,
  .col-4,
  section.kaksi-palstaa-levea-kapea .col-2:first-child,
  section.kaksi-palstaa-levea-kapea .col-2:last-child {
    width: 100%;
  }
  .col-2:first-child {
    padding-bottom: 40px;
  }
  .col-3:first-child, .col-3:nth-child(2) {
    padding-bottom: 40px;
  }
  .col-4:first-child, .col-4:nth-child(2), .col-4:nth-child(3) {
    padding-bottom: 40px;
  }
  section.kaksi-palstaa-levea-kapea.col-2-wide .col-2:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 770px) {
  .wrap,
  section.yksi-palsta .wrap,
  section.kaksi-palstaa .wrap {
    max-width: calc(100% - 40px);
  }
  .col-wrap {
    display: block;
    padding: 40px 0;
  }
  section:first-child .col-wrap {
    padding-top: 60px;
  }
}
.col-wrap img {
  height: auto;
  max-width: 100%;
}

.wp-caption {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 100%;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 40px 40px 0;
}

.alignright {
  float: right;
  margin: 0 0 40px 20px;
}

div.gform_wrapper {
  max-width: 700px;
  padding: 0;
  position: relative;
}
div.gform_wrapper .gform_fields .gfield input,
div.gform_wrapper .gform_fields .gfield select,
div.gform_wrapper .gform_fields .gfield textarea {
  border: 1px solid #000;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 12px 10px;
  width: 100%;
}
div.gform_wrapper .gform_fields .gfield div.ginput_recaptcha {
  margin-bottom: 20px;
}
div.gform_wrapper .gform_fields .gfield label.gfield_label {
  display: block;
  margin-bottom: 3px;
}
div.gform_wrapper .gform_fields .gfield label.ginput_product_price_label {
  display: none;
}
div.gform_wrapper .gform_fields .gfield textarea {
  height: 200px;
}
div.gform_wrapper .gform_fields .gfield.gfield--type-captcha label {
  display: none;
}
div.gform_wrapper .gform_footer input[type=submit] {
  background-color: transparent;
  border: 2px solid #000000;
  border-radius: 0;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.08px;
  margin: 10px 0;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
div.gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #feff00;
}

div.password-form label {
  display: block;
  margin-bottom: 10px;
}

div.gform_validation_container,
p.gform_required_legend {
  display: none;
}

div.gform_validation_errors {
  color: red;
}
div.gform_validation_errors h2 {
  color: red;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

div.validation_message {
  color: red;
  font-weight: 700;
  margin-top: -10px;
}

@media only screen and (max-width: 1180px) {
  div.gform_wrapper {
    max-width: 100%;
  }
  div.gform_wrapper .gform_fields .gfield textarea {
    height: 100px;
  }
}
@media only screen and (max-width: 770px) {
  form.newsletter input[type=submit] {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 5px 15px;
  }
}
table {
  border-collapse: collapse;
  line-height: 1.6;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 460px;
  text-align: right;
  width: 100%;
}
table:last-child {
  margin-bottom: 0;
}

table th {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 2px 10px;
  text-align: right;
}

table td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 2px 10px;
  vertical-align: top;
}

@media only screen and (max-width: 770px) {
  table {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
a {
  color: #E100FF;
  text-decoration: none;
  transition-duration: 0.3s;
}

a.btn {
  border: 2px solid #000000;
  border-radius: 0;
  color: #000000;
  display: inline-block;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.08px;
  margin: 10px 0;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

a.btn:hover {
  background-color: #feff00;
}

p,
.col-wrap ul,
.col-wrap ol,
blockquote {
  line-height: 1.45;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}
p:last-child,
.col-wrap ul:last-child,
.col-wrap ol:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
p:last-child a.btn,
.col-wrap ul:last-child a.btn,
.col-wrap ol:last-child a.btn,
blockquote:last-child a.btn {
  margin-bottom: 0;
}

p.ingressi {
  font-size: 18px;
  font-size: 1.125rem;
}

p.small {
  font-size: 12px;
  font-size: 0.75rem;
}

p.some-links a {
  margin-right: 5px;
}
p.some-links a:hover {
  opacity: 0.7;
}

blockquote {
  margin-bottom: 20px;
  padding: 20px;
}

.col-wrap ul,
.col-wrap ol {
  padding-left: 20px;
}

.col-wrap p:last-child,
.col-wrap ul:last-child,
.col-wrap ol:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bangers", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000;
  text-decoration: none;
}
h1.turquoise,
h2.turquoise,
h3.turquoise,
h4.turquoise,
h5.turquoise,
h6.turquoise {
  color: #1ae4ff;
}

h1 {
  font-size: 100px;
  font-size: 6.25rem;
  margin-bottom: 20px;
}

h2 {
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 30px;
}

h3 {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
}

.col-wrap p + h2,
.col-wrap p + h3,
.col-wrap p + h4 {
  padding-top: 30px;
}

.col-wrap .col-2 h2 + p + h3 {
  padding-top: 0;
}

.center {
  text-align: center;
}

span.tavuviiva {
  display: none;
}

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#cookie-notice .cn-button {
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 2px 5px;
  text-transform: uppercase;
}

@media only screen and (max-width: 770px) {
  h2 {
    font-size: 45px;
    font-size: 2.8125rem;
    -webkit-hyphens: auto;
            hyphens: auto;
    margin-bottom: 20px;
  }
  a.btn {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 3px 15px;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #000;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 20px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.wrap-carousel {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  position: relative;
  z-index: 1;
}

.carousel-items {
  display: none;
}

.current-item,
.next-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.current-item {
  display: block;
  position: absolute;
  z-index: 2;
}

.next-item {
  position: absolute;
  display: none;
  z-index: 1;
}

.item-text {
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
}

.item-text > div {
  text-align: center;
  width: 100%;
}
.item-text > div p:last-child {
  margin-bottom: 0;
}

.carousel-navi {
  bottom: 20px;
  display: none;
  left: 20px;
  position: absolute;
  text-align: center;
  z-index: 4;
}

.carousel-navi a {
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  outline: none;
  overflow: hidden;
  text-indent: -9999px;
  width: 20px;
}

.carousel-navi a:hover,
.carousel-navi a.current {
  background: #000;
}

.next-item-link,
.prev-item-link {
  display: none;
  font-size: 40px;
  font-size: 2.5rem;
  overflow: hidden;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 50%;
  z-index: 4;
}

.prev-item-link {
  left: 20px;
  right: auto;
}

.next-item-link:hover,
.prev-item-link:hover {
  opacity: 0.8;
}

section.hero {
  box-sizing: border-box;
  margin-top: -144px;
  position: relative;
  z-index: 1;
}
section.hero > img,
section.hero > video {
  display: block;
  height: 80vh;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
section.hero > img + video {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}
section.hero div.text-wrap {
  align-items: flex-end;
  color: #fff;
  display: flex;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  justify-content: center;
  left: calc(50% - 640px);
  max-width: 1280px;
  padding: 0 0 170px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
}
section.hero div.text-wrap h1 {
  color: #fff;
  font-size: 140px;
  font-size: 8.75rem;
  line-height: 1;
}
section.hero div.text-wrap h1 > span {
  color: #1ae4ff;
  font-size: 180px;
  font-size: 11.25rem;
}
section.hero div.text-wrap p:last-child {
  margin-bottom: 0;
}
section.hero div.event-date {
  bottom: 50px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  text-align: right;
}
section.hero div.event-date p {
  margin-bottom: 0;
}
section.hero::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTE1NiAzNS40MWw5NS40NiAzNC43MyAxMjAuMDQuMjUgNzEuNSAzMy4yNCA5MC4wOS0zLjg5TDY0MCAxMzcuMjVsMTAyLjM5LTM3LjA2IDg1LjU1IDEwLjYxIDg4LjExLTcuMTdMOTkyIDY1LjA4bDczLjIxIDUuMzFMMTEzMiA0OC4zNWw3Ny0uNDJMMTI4MCAwSDBsNjQuOCAzOC41NyA5MS4yLTMuMTZ6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTE1NiAyOC4zMmw5NS40NiAyNy43OSAxMjAuMDQuMkw0NDMgODIuOWw5MC4wOS0zLjExTDY0MCAxMDkuOGwxMDIuMzktMjkuNjUgODUuNTUgOC40OSA4OC4xMS01Ljc0TDk5MiA1Mi4wN2w3My4yMSA0LjI0TDExMzIgMzguNjhsNzctLjM0TDEyODAgMEgwbDY0LjggMzAuODYgOTEuMi0yLjU0eiIvPjwvZz48L3N2Zz4=);
  background-size: 33.3333333333% 10px;
  bottom: -1px;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  transform: rotate(180deg);
  width: 100%;
  z-index: 2;
}

body.home section.hero div.text-wrap {
  justify-content: flex-start;
  padding-bottom: 70px;
  text-align: left;
}

@media only screen and (max-width: 1480px) {
  section.hero div.text-wrap {
    left: 100px;
    max-width: calc(100% - 200px);
    padding: 0 0 100px 0;
    text-align: center;
  }
  body.home section.hero div.text-wrap {
    justify-content: center;
    padding: 0 0 100px 0;
  }
  section.hero div.event-date {
    right: 0;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 1180px) {
  section.hero > img,
  section.hero > video {
    height: 95vh;
  }
  section.hero div.text-wrap h1 {
    font-size: 105px;
    font-size: 6.5625rem;
  }
  section.hero div.text-wrap h1 > span {
    font-size: 115px;
    font-size: 7.1875rem;
  }
  section.hero div.text-wrap {
    left: 50px;
    max-width: calc(100% - 100px);
  }
  section.hero {
    margin-top: -85px;
  }
}
@media only screen and (max-width: 770px) {
  section.hero div.text-wrap {
    left: 20px;
    max-width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 600px) {
  section.hero div.text-wrap h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
  section.hero div.text-wrap h1 > span {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
section.avautuva-sisalto div.col-wrap {
  display: block;
}
section.avautuva-sisalto a.accordion-title {
  color: #000;
  display: block;
  padding: 25px 0 25px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
section.avautuva-sisalto a.accordion-title:before {
  border-bottom: 13px solid transparent;
  border-left: 20px solid #333;
  border-top: 13px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: 40px;
  position: absolute;
  top: calc(50% - 13px);
  transition-duration: 0.3s;
  width: 0;
}
section.avautuva-sisalto a.accordion-title:hover:before {
  right: 30px;
}
section.avautuva-sisalto a.accordion-title.open:before {
  right: 30px;
  transform: rotate(90deg);
}
section.avautuva-sisalto div.accordion-content-wrap {
  display: none;
  padding: 20px 0;
}

section.kaksi-palstaa-teksti-kuva .col-wrap {
  align-items: center;
}
section.kaksi-palstaa-teksti-kuva .col-wrap .col-2 {
  width: calc(50% - 5px);
}
section.kaksi-palstaa-teksti-kuva .col-wrap .col-2:first-child {
  padding-right: 40px;
}
section.kaksi-palstaa-teksti-kuva .col-wrap .col-2:last-child img {
  width: 100%;
}
section.kaksi-palstaa-teksti-kuva.col-img-text .col-2:first-child {
  order: 2;
  padding-left: 40px;
  padding-right: 0;
}
section.kaksi-palstaa-teksti-kuva.col-img-text .col-2:last-child {
  order: 1;
}

@media only screen and (max-width: 1180px) {
  section.kaksi-palstaa-teksti-kuva .col-wrap {
    display: block;
  }
  section.kaksi-palstaa-teksti-kuva .col-wrap .col-2 {
    width: 100%;
  }
  section.kaksi-palstaa-teksti-kuva .col-wrap .col-2:first-child {
    padding: 0 0 20px 0;
  }
}
div.latest-news {
  background-color: #feff00;
  font-size: 16px;
  font-size: 1rem;
  padding: 30px;
}
div.latest-news div.news-item {
  padding: 20px 0 40px 0;
}
div.latest-news div.news-item:last-child {
  padding-bottom: 0;
}
div.latest-news h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
div.latest-news h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}
div.latest-news p {
  line-height: 1.3;
}
div.latest-news a.btn:hover {
  background-color: #1ae4ff;
}

section.ajankohtaista-kaikki div.news-item {
  margin-bottom: 80px;
}
section.ajankohtaista-kaikki div.news-item h2 {
  margin-bottom: 10px;
}
section.ajankohtaista-kaikki div.news-item p.entry-time {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
}

div.pagination {
  text-align: center;
}
div.pagination a,
div.pagination span {
  border: 2px solid #000000;
  border-radius: 0;
  color: #000000;
  display: inline-block;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.08px;
  margin: 10px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
div.pagination a:hover,
div.pagination a.active {
  background-color: #feff00;
}
div.pagination span {
  background-color: #1ae4ff;
}

body.single-post main .col-2:first-child,
body.archive main .col-2:first-child {
  border-right: 1px solid #e2e2e2;
  padding-right: 50px;
  width: 70%;
}
body.single-post main .col-2:last-child,
body.archive main .col-2:last-child {
  padding-left: 30px;
  width: 30%;
}
body.single-post main h1,
body.archive main h1 {
  font-size: 65px;
  font-size: 4.0625rem;
  line-height: 1;
}
body.single-post main h3,
body.archive main h3 {
  font-size: 28px;
  font-size: 1.75rem;
}
body.single-post main div.news-item,
body.archive main div.news-item {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
}
body.single-post main div.news-item p,
body.archive main div.news-item p {
  margin-bottom: 0;
}
body.single-post main div.news-item + h3,
body.archive main div.news-item + h3 {
  padding-top: 50px;
}
body.single-post main ul.archive,
body.archive main ul.archive {
  font-size: 16px;
  font-size: 1rem;
  list-style: none;
  padding-left: 0;
}
body.single-post main ul.archive li,
body.archive main ul.archive li {
  margin-bottom: 10px;
  text-transform: capitalize;
}

body.archive article {
  margin-bottom: 100px;
}

@media only screen and (max-width: 980px) {
  body.single-post main .col-2:first-child,
  body.archive main .col-2:first-child {
    border-bottom: 1px solid #e2e2e2;
    border-right: none;
    padding-right: 0;
    width: 100%;
  }
  body.single-post main .col-2:last-child,
  body.archive main .col-2:last-child {
    padding-left: 0;
    padding-top: 50px;
    width: 100%;
  }
}
@media only screen and (max-width: 770px) {
  div.latest-news {
    padding: 20px;
  }
  div.latest-news h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  div.news-item h2,
  body.single-post main h1,
  body.archive main h1 {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  body.single-post main h1,
  body.archive main h1 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  div.pagination a,
  div.pagination span {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 3px 10px;
  }
}
section.kuvanosto {
  align-items: center;
  display: flex;
  min-height: 650px;
  position: relative;
}
section.kuvanosto > img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
section.kuvanosto .col-1 {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40%;
}
section.kuvanosto .col-1 a.btn {
  border-color: #fff;
  color: #fff;
}
section.kuvanosto .col-1 a.btn:hover {
  border-color: #000;
  color: #000;
}
section.kuvanosto.text-right .wrap {
  width: 1280px;
}
section.kuvanosto.text-right .col-wrap {
  justify-content: end;
  width: 100%;
}
section.kuvanosto::before, section.kuvanosto::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTE1NiAzNS40MWw5NS40NiAzNC43MyAxMjAuMDQuMjUgNzEuNSAzMy4yNCA5MC4wOS0zLjg5TDY0MCAxMzcuMjVsMTAyLjM5LTM3LjA2IDg1LjU1IDEwLjYxIDg4LjExLTcuMTdMOTkyIDY1LjA4bDczLjIxIDUuMzFMMTEzMiA0OC4zNWw3Ny0uNDJMMTI4MCAwSDBsNjQuOCAzOC41NyA5MS4yLTMuMTZ6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTE1NiAyOC4zMmw5NS40NiAyNy43OSAxMjAuMDQuMkw0NDMgODIuOWw5MC4wOS0zLjExTDY0MCAxMDkuOGwxMDIuMzktMjkuNjUgODUuNTUgOC40OSA4OC4xMS01Ljc0TDk5MiA1Mi4wN2w3My4yMSA0LjI0TDExMzIgMzguNjhsNzctLjM0TDEyODAgMEgwbDY0LjggMzAuODYgOTEuMi0yLjU0eiIvPjwvZz48L3N2Zz4=);
  background-size: 33.3333333333% 10px;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
  z-index: 2;
}
section.kuvanosto::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTE1NiAzNS40MWw5NS40NiAzNC43MyAxMjAuMDQuMjUgNzEuNSAzMy4yNCA5MC4wOS0zLjg5TDY0MCAxMzcuMjVsMTAyLjM5LTM3LjA2IDg1LjU1IDEwLjYxIDg4LjExLTcuMTdMOTkyIDY1LjA4bDczLjIxIDUuMzFMMTEzMiA0OC4zNWw3Ny0uNDJMMTI4MCAwSDBsNjQuOCAzOC41NyA5MS4yLTMuMTZ6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTE1NiAyOC4zMmw5NS40NiAyNy43OSAxMjAuMDQuMkw0NDMgODIuOWw5MC4wOS0zLjExTDY0MCAxMDkuOGwxMDIuMzktMjkuNjUgODUuNTUgOC40OSA4OC4xMS01Ljc0TDk5MiA1Mi4wN2w3My4yMSA0LjI0TDExMzIgMzguNjhsNzctLjM0TDEyODAgMEgwbDY0LjggMzAuODYgOTEuMi0yLjU0eiIvPjwvZz48L3N2Zz4=);
  background-size: 33.3333333333% 10px;
  bottom: -1px;
  top: auto;
  transform: rotate(180deg);
}

@media only screen and (max-width: 1180px) {
  section.kuvanosto .col-1 {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 770px) {
  section.kuvanosto {
    min-height: 100vw;
  }
}
section.yhteistyossa {
  text-align: center;
}
section.yhteistyossa .col-1 > h2 {
  margin-bottom: 50px;
}
section.yhteistyossa .col-1 div.logo-wrap {
  align-items: center;
  display: grid;
  grid-gap: 100px;
  grid-template-columns: repeat(3, 1fr);
}
section.yhteistyossa .col-1 div.logo-wrap img {
  max-height: 158px;
  width: auto;
}
section.yhteistyossa .col-1 div.logo-wrap.logo-wrap-others {
  grid-gap: 50px;
  grid-template-columns: repeat(5, 1fr);
  padding-top: 80px;
}
section.yhteistyossa .col-1 div.logo-wrap.logo-wrap-others img {
  display: block;
  margin: 0 auto;
  max-height: 85px;
  width: auto;
}

@media only screen and (max-width: 770px) {
  section.yhteistyossa .col-1 div.logo-wrap {
    grid-gap: 50px;
    grid-template-columns: 1fr;
  }
  section.yhteistyossa .col-1 div.logo-wrap.logo-wrap-others {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
section.kolme-nostoa .col-1 {
  display: block;
}
section.kolme-nostoa .col-1 > a {
  aspect-ratio: 1/1;
  color: #fff;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: auto;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 33.33%;
}
section.kolme-nostoa .col-1 > a:hover > img {
  transform: scale(1.2);
}
section.kolme-nostoa .col-1 > a > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transform-origin: center center;
  transition-duration: 0.3s;
  width: 100%;
}
section.kolme-nostoa .col-1 > a > span {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
section.kolme-nostoa .col-1 > a > span > span {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 1400px) {
  section.kolme-nostoa h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  section.kolme-nostoa .col-1 > a > span > span {
    padding: 0 20px;
  }
}
/* @media only screen and (max-width: $tablet_break_point) {
}

// 1180 tablet */
@media only screen and (max-width: 770px) {
  section.kolme-nostoa .wrap {
    max-width: 100%;
  }
  section.kolme-nostoa .col-1 > a {
    max-height: 400px;
    width: 100%;
  }
  section.kolme-nostoa h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
  section.kolme-nostoa .col-1 > a > img {
    display: block;
  }
}
section.galleria div.gallery {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(4, 1fr);
  padding: 30px 0 50px 0;
}
section.galleria div.gallery > a {
  display: block;
}
section.galleria div.gallery > a > img {
  aspect-ratio: 1/1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition-duration: 0.3s;
  width: 100%;
}
section.galleria div.gallery > a:hover > img {
  opacity: 0.8;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none;
}

.modal-image {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.modal-title {
  color: white;
  font-size: 16px;
  text-align: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
}

.modal-counter {
  color: white;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

.modal-download {
  color: #E100FF;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.modal-prev,
.modal-next {
  color: white;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.modal-prev {
  left: 20px;
}

.modal-next {
  right: 20px;
}

@media only screen and (max-width: 1180px) {
  section.galleria div.gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 770px) {
  section.galleria div.gallery {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
section.hall-of-fame {
  text-align: center;
}
section.hall-of-fame div.hall-of-fame-wrap {
  display: grid;
  font-size: 16px;
  font-size: 1rem;
  grid-gap: 80px 50px;
  grid-template-columns: repeat(4, 1fr);
  padding: 20px 0 50px 0;
}
section.hall-of-fame div.hall-of-fame-wrap > a,
section.hall-of-fame div.hall-of-fame-wrap > div {
  color: #000;
}
section.hall-of-fame div.hall-of-fame-wrap > a > p > img,
section.hall-of-fame div.hall-of-fame-wrap > div > p > img {
  display: block;
  aspect-ratio: 15/10;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
section.hall-of-fame div.hall-of-fame-wrap > a.hidden,
section.hall-of-fame div.hall-of-fame-wrap > div.hidden {
  display: none;
}
section.hall-of-fame div.hall-of-fame-wrap > a h3,
section.hall-of-fame div.hall-of-fame-wrap > div h3 {
  color: #1ae4ff;
  font-size: 35px;
  font-size: 2.1875rem;
  margin-bottom: 10px;
}
section.hall-of-fame div.hall-of-fame-wrap > a p,
section.hall-of-fame div.hall-of-fame-wrap > div p {
  font-weight: 600;
  margin-bottom: 10px;
}
section.hall-of-fame div.hall-of-fame-wrap > a p + h3,
section.hall-of-fame div.hall-of-fame-wrap > div p + h3 {
  padding-top: 0;
}

section.pop-up .col-1 > h2 {
  margin-bottom: 50px;
  text-align: center;
}
section.pop-up div.pop-up-wrap {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
section.pop-up .pop-up-item {
  color: #000;
  cursor: pointer;
}
section.pop-up .pop-up-item:hover > p > img {
  opacity: 0.8;
}
section.pop-up .pop-up-item > p > img {
  transition-duration: 0.3s;
}
section.pop-up h3 {
  color: #1ae4ff;
  margin-bottom: 10px;
}
section.pop-up p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
}
section.pop-up p + h3 {
  padding-top: 0;
}
section.pop-up.shadow .pop-up-item > p > img {
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
}

div.popup-bg {
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

div.pop-up-content {
  background-color: #fff;
  display: none;
  font-size: 16px;
  font-size: 1rem;
  left: calc(50% - 400px);
  position: absolute;
  top: 200px;
  width: 800px;
  z-index: 10;
}
div.pop-up-content > img {
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
div.pop-up-content div.text {
  padding: 50px;
}
div.pop-up-content div.text h3 {
  color: #E100FF;
}
div.pop-up-content a.close {
  color: transparent;
  display: block;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  z-index: 2;
}
div.pop-up-content a.close:after, div.pop-up-content a.close:before {
  background-color: #E100FF;
  height: 2px;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  transition-duration: 0.3s;
  transform-origin: cente center;
  width: 100%;
}
div.pop-up-content a.close:before {
  bottom: 28px;
  top: auto;
  transform: rotate(-45deg);
}
div.pop-up-content a.close:hover:after {
  transform: rotate(45deg) scale(1.2);
}
div.pop-up-content a.close:hover:before {
  transform: rotate(-45deg) scale(1.2);
}
div.pop-up-content::before, div.pop-up-content::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTE1NiAzNS40MWw5NS40NiAzNC43MyAxMjAuMDQuMjUgNzEuNSAzMy4yNCA5MC4wOS0zLjg5TDY0MCAxMzcuMjVsMTAyLjM5LTM3LjA2IDg1LjU1IDEwLjYxIDg4LjExLTcuMTdMOTkyIDY1LjA4bDczLjIxIDUuMzFMMTEzMiA0OC4zNWw3Ny0uNDJMMTI4MCAwSDBsNjQuOCAzOC41NyA5MS4yLTMuMTZ6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTE1NiAyOC4zMmw5NS40NiAyNy43OSAxMjAuMDQuMkw0NDMgODIuOWw5MC4wOS0zLjExTDY0MCAxMDkuOGwxMDIuMzktMjkuNjUgODUuNTUgOC40OSA4OC4xMS01Ljc0TDk5MiA1Mi4wN2w3My4yMSA0LjI0TDExMzIgMzguNjhsNzctLjM0TDEyODAgMEgwbDY0LjggMzAuODYgOTEuMi0yLjU0eiIvPjwvZz48L3N2Zz4=);
  background-size: 33.3333333333% 10px;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: -10px;
  transform: rotate(180deg);
  width: 100%;
  z-index: 2;
}
div.pop-up-content::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTE1NiAzNS40MWw5NS40NiAzNC43MyAxMjAuMDQuMjUgNzEuNSAzMy4yNCA5MC4wOS0zLjg5TDY0MCAxMzcuMjVsMTAyLjM5LTM3LjA2IDg1LjU1IDEwLjYxIDg4LjExLTcuMTdMOTkyIDY1LjA4bDczLjIxIDUuMzFMMTEzMiA0OC4zNWw3Ny0uNDJMMTI4MCAwSDBsNjQuOCAzOC41NyA5MS4yLTMuMTZ6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTE1NiAyOC4zMmw5NS40NiAyNy43OSAxMjAuMDQuMkw0NDMgODIuOWw5MC4wOS0zLjExTDY0MCAxMDkuOGwxMDIuMzktMjkuNjUgODUuNTUgOC40OSA4OC4xMS01Ljc0TDk5MiA1Mi4wN2w3My4yMSA0LjI0TDExMzIgMzguNjhsNzctLjM0TDEyODAgMEgwbDY0LjggMzAuODYgOTEuMi0yLjU0eiIvPjwvZz48L3N2Zz4=);
  background-size: 33.3333333333% 10px;
  bottom: -10px;
  top: auto;
  transform: none;
}

@media only screen and (max-width: 1180px) {
  section.pop-up div.pop-up-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 840px) {
  div.pop-up-content {
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 770px) {
  section.pop-up div.pop-up-wrap {
    grid-gap: 50px 20px;
    grid-template-columns: 1fr;
  }
  div.pop-up-content div.text {
    padding: 20px;
  }
  section.pop-up .col-1 > h2 {
    margin-bottom: 20px;
  }
}
div.fts-instagram-inline-block-centered > div.fts-instagram-wrapper {
  aspect-ratio: 1/1;
  height: auto !important;
  width: calc(33.33% - 2px) !important;
}
/*# sourceMappingURL=style.css.map */
