@import url('font/roboto/css/roboto.css');
@import url('font/raleway/css/raleway.css');
@import url('font/awesome/css/all.css');
@import url('font/fontello/css/fontello.css');

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  }

*:focus {
  outline: none;
  }

a {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  }

a:hover {
  color: #990000;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  }

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

strong {
  font-weight: 400;
  }

code {
  display: block;
  background-color: #ebe9e1;
  font-weight: 400;
  color: #646254;
  text-align: center;
  margin: 15px 0;
  padding: 15px;
  }

.red {
  color: #990000;
  }

html {
  height: 100%;
  }

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1280 - 320)));
  color: #333;
  cursor: default;
  }

header {
  display: block;
  width: 100%;
  background-color: #f5f4f0;
  }

div#header-1 {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  padding: 15px 0;
  }

div#header-1 img {
  width: 202px;
  }

div#header-2 {
  display: block;
  width: 100%;
  background-color: #ebe9e1;
  }

div#header-2 p {
  display: block;
  width: 100%;
  max-width: 1280px;
  font-family: "Raleway", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  color: #990000;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  }

nav {
  display: block;
  z-index: 10000;
  }

main {
  display: block;
  width: 100%;
  background-color: #fff;
  line-height: 1.5em;
  flex: 1;
  }

div.content {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
  clear: both;
  }

figure {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #6c695b;
  margin-top: 50px;
  overflow: hidden;
  clear: both;
  }

figure img {
  width: 480px;
  margin-right: 30px;
  float: left;
  }

figure figcaption {
  color: #fff !important;
  padding: 30px;
  }

footer {
  display: block;
  width: 100%;
  background-color: #ebe9e1;
  line-height: 1.5em;
  padding: 60px 0;
  }

div.footer,
div.footer-legal {
  display: flex;
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  }

div.footer {
  border-bottom: 1px solid #999685;
  }

span.heading-other {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  color: #646254;
  margin-bottom: 10px;
  text-transform: uppercase;
  }

div.footer-legal {
  padding-top: 10px;
  }

div.footer p,
div.footer-legal p {
  margin-bottom: 40px;
  }

span.separator {
  position: relative;
  top: -1px;
  color: #999685;
  font-size: inherit;
  margin: 0 12px;
  }

h1, h2, h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 1.1em;
  text-transform: uppercase;
  }

h1 {
  font-size: 1.625em;
  color: #646254;
  margin-bottom: 30px;
  padding: 4px 0 4px;
  }

h2 {
  font-size: 1.625em;
  color: #646254;
  margin: 50px 0 30px;
  padding: 4px 0 4px;
  }

h3 {
  font-size: 1.375em;
  color: #fff;
  margin-bottom: 20px;
  }

h1::before,
h2::before {
  content: '';
  width: 0;
  height: 100%;
  border-left: 1px solid #999685;
  margin-right: 15px;
  }

div.sponsor {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-top: 30px;
  }

ul {
  list-style-type: none;
  }

ul.sponsors {
  display: flex;
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
  }

ul.sponsors li {
  position: relative;
  background-color: #ebe9e1;
  padding: 12px 10px 12px 25px;
  }

ul.sponsors li::before {
  position: absolute;
  top: 11px;
  left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #646254;
  }

ul.data {
  display: block;
  margin: 10px 0;
  }

ul.data li {
  position: relative;
  padding-left: 20px;
  }

ul.data li::before {
  position: absolute;
  top: 1px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #646254;
  }

div.box-protection,
div.box-note {
  display: none;
  width: 100%;
  background-color: #f5f4f0;
  margin-top: 15px;
  padding: 15px;
  }

.box-note-1 {
  display: block;
  width: 100%;
  }

.box-note-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  }

span.errorbox {
  display: block;
  position: absolute;
  color: #990000;
  font-size: 0.875em;
  line-height: 1.3em;
  }

.error,
.error-checkbox + label::before {
  border-bottom: 1px solid #990000 !important;
  }

form {
  display: block;
  margin-top: 30px;
  }

fieldset.row-radio,
fieldset.row-checkbox {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  }

fieldset.row-checkbox div {
  display: block;
  position: relative;
  }

fieldset.row {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  }

fieldset.row div {
  display: block;
  width: 100%;
  max-width: 450px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 40px;
  }

fieldset.row div:last-of-type {
  margin-right: 0;
  }

div.textarea {
  display: block;
  position: relative;
  margin-bottom: 40px;
  }

label.label {
  display: block;
  font-weight: 400;
  margin-bottom: 2px;
  }

label.radio {
  display: inline-block;
  margin-right: 20px;
  margin-left: 5px;
  cursor: pointer;
  }

label.checkbox {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  }

input[type="radio"] {
  display: inline-block;
  position: relative;
  top: 0.13em;
  width: 1em;
  height: 1em;
  background-color: #fff;
  background-clip: content-box;
  font-size: inherit;
  border: 1px solid #ccc7b3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  }
  
input[type="radio"]:checked {
  background-color: #6c695b;
  border: 1px solid #6c695b;
  padding: 2px;
  }

input[type="checkbox"] {
  display: none;
  }

input[type="checkbox"] + label::before {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  content: "";
  border: 1px solid #d7d3c2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 12px;
  cursor: pointer;
  }

input[type="checkbox"]:checked + label::before {
  font-family: "fontello";
  font-weight: 400;
  content: "\e800";
  color: #6c695b;
  }

div.input-hide {
  display: none;
  }

input.default {
  width: 100%;
  }

input,
textarea {
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  z-index: 999;
  }

input[type="text"],
input[type="tel"],
input[type="email"] {
  display: block;
  height: auto;
  background-color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-style: italic;
  color: inherit;
  resize: none;
  border: 1px solid #d7d3c2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 12px;
}

textarea {
  display: block;
  width: 100%;
  max-width: 920px;
  min-height: 7.5em;
  background-color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-style: italic;
  color: inherit;
  resize: none;
  border: 1px solid #d7d3c2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 12px;
  }

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #6c695b;
  }

button::-moz-focus-inner {
  border: 0;
  }

button.default {
  display: block;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.250em;
  font-weight: 400;
  color: #646254;
  text-decoration: none;
  border: 2px solid #6c695b;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  margin: 45px 0 20px;
  padding: 14px 28px;
  outline: none;
  cursor: pointer;
  }

div.cookie {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #ebe9e1;
  color: inherit;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.5em;
  box-shadow: 0 -3px 5px silver;
  -moz-box-shadow: 0 -3px 5px silver;
  -webkit-box-shadow: 0 -3px 5px silver;
  padding: 70px 10px;
  z-index: 10000;
  }

div.cookie button {
  display: block;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.125em;
  font-weight: 400;
  color: #646254;
  letter-spacing: 1px;
  text-decoration: none;
  border: 2px solid #6c695b;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  margin: 20px auto 0 auto;
  padding: 12px 30px;
  cursor: pointer;
  }

button:hover,
div.cookie button:hover {
  background-color: #6c695b;
  color: #fff;
  outline: none;
  }

div.top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: -5px;
  z-index: 998;
  }

div.top a,
div.top a:active,
div.top a:visited {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #646254;
  color: #fff;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding-top: 6px;
  }

@media only screen and (min-width: 320px) and (max-width: 1309px) {
div#header-1 {
  padding: 15px 20px;
  }

div.content,
footer {
  padding: 40px 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
div#header-1 img {
  width: 101px;
  }

figure img {
  margin-right: 0;
  float: none;
  }

ul.sponsors {
  justify-content: center;
  }

fieldset.row {
  flex-direction: column;
  }

fieldset.row div {
  max-width: 100%;
  margin-right: 0;
  }

div.top {
  bottom: 10px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
div.footer,
div.footer-legal {
  display: block;
  width: 100%;
  }

div.footer p,
div.footer-legal p {
  display: block;
  width: 100%;
  text-align: center;
  }

div.footer-legal p:last-of-type {
  margin-bottom: 0;
  }

h1,
h3 {
  text-align: center;
  }

h2 {
  text-align: center;
  margin-bottom: 20px;
  }
}