/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.fancybox-is-open .fancybox-bg {
  opacity: 1;
  background-color: rgba(237, 237, 237, 0.9);
}

.fancybox-slide--video {
  max-width: none;
  background: none;
}
@media (min-width: 769px) {
  .fancybox-slide--video {
    padding: 80px 36px;
  }
}
@media (min-width: 1025px) {
  .fancybox-slide--video {
    padding-left: 155px;
    padding-right: 155px;
    padding-top: 135px;
    padding-bottom: 120px;
  }
}
.fancybox-slide--video .fancybox-content {
  position: relative;
  height: 0;
  max-height: none;
  margin: 0;
  background: #1e2123;
}
.fancybox-slide--video .fancybox-content > iframe,
.fancybox-slide--video .fancybox-content video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.fancybox-slide--video .fancybox-close-small {
  top: -84px;
  right: 0;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 0;
  font-size: 20px;
  line-height: 2.1;
  text-transform: uppercase;
  color: #C7B384;
  transition: color 0.2s;
}
.fancybox-slide--video .fancybox-close-small:hover, .fancybox-slide--video .fancybox-close-small:focus {
  color: #574C38;
}
.fancybox-slide--video .fancybox-close-small .text {
  position: relative;
}
.fancybox-slide--video .fancybox-close-small .icon {
  display: block;
  margin-left: 20px;
  width: 28px;
}
.fancybox-slide--video .fancybox-close-small .icon svg {
  display: block;
  width: 100%;
  height: auto;
}

.clearfix,
.group {
  zoom: 1;
}
.clearfix:before, .clearfix:after,
.group:before,
.group:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after,
.group:after {
  clear: both;
}

a {
  transition: color 0.2s;
}
a:focus {
  outline: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  color: #fff;
}

body {
  font-family: "Oswald", sans-serif;
  min-height: 100vh;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
  --black: #081115;
  --coal: #1e2123;
  --ash: #716C70;
  --grey: #4D4D4D;
  --aluminum: #cfcfcf;
  --tin: #999999;
  --silver: #ececec;
  --white: #fff;
  --error: #DD9393;
  --warning: #C7B384;
  --success: #148c3e;
  --font_serif: Georgia, serif;
  --font_sans: Oswald, sans-serif;
}

.site__content {
  overflow: hidden;
}

.site__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 36px;
  max-width: 1400px;
}
@media (min-width: 769px) {
  .site__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1025px) {
  .site__inner {
    padding-left: 138px;
    padding-right: 138px;
  }
}

.site__header--contest {
  z-index: 80;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 40px;
  height: 160px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.71) 0%, transparent 100%);
}
.admin-bar .site__header--contest {
  top: var(--wp-admin--admin-bar--height);
}

.site__header__inner {
  display: grid;
}
@media (min-width: 1025px) {
  .site__header__inner {
    grid-template-columns: 630fr 460fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

.site__header__logo {
  display: flex;
  justify-content: center;
}
