@charset "UTF-8";
/*************  reset */
body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img, abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var, blockquote {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
/* https://www.toptal.com/developers/cssminifier */
/* basic styles */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  background: #f2f2f2;
}

body {
  font: 18px "elza", sans-serif;
  font-weight: 300;
  color: #3C3C3B;
  min-width: 320px;
  background: #3C3C3B;
  max-width: 2000px;
}
@media only screen and (min-width: 1999px) {
  body {
    border-left: 1px solid #3C3C3B;
    border-right: 1px solid #3C3C3B;
    margin: auto;
  }
}

.row {
  width: 100%;
  padding: 0 25px;
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 0) {
  .row {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .row {
    width: 600px;
  }
}
@media only screen and (min-width: 993px) {
  .row {
    width: 800px;
  }
}
@media only screen and (min-width: 1025px) {
  .row {
    width: 900px;
  }
}
@media only screen and (min-width: 1281px) {
  .row {
    width: 1100px;
  }
}
@media only screen and (min-width: 1481px) {
  .row {
    width: 1300px;
  }
}

@media only screen and (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .hidden-small-tablet {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  .hidden-tablet {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 1281px) {
  .hidden-large-desktop {
    display: none !important;
  }
}

img.mfp-img {
  background: #fff;
  padding: 10px;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: 0;
  padding: 2px;
  display: block;
  background: #fff;
  font-weight: bold;
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: -40px;
  color: #3C3C3B;
  border: 1px solid #fff;
  text-align: center;
  opacity: 1;
  cursor: pointer;
}

.align-right {
  text-align: right;
}

.max-w-400 {
  max-width: 400px;
}

.max-w-450 {
  max-width: 450px;
}

.max-w-500 {
  max-width: 500px;
}

.max-w-550 {
  max-width: 550px;
}

.max-w-600 {
  max-width: 600px;
}

.max-w-650 {
  max-width: 650px;
}

.max-w-700 {
  max-width: 700px;
}

.max-w-750 {
  max-width: 750px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-850 {
  max-width: 850px;
}

.max-w-900 {
  max-width: 900px;
}

.primary-bg {
  background: #3C3C3B;
  color: #fff;
}
.primary-bg a:not(.btn) {
  color: #fff;
}

.tertiary-bg {
  background: #ddd;
}

.light-bg {
  background: #fff;
}

@media only screen and (min-width: 993px) {
  .flex-row {
    display: flex;
    gap: 50px;
  }
  .flex-row > div {
    flex: 1;
    /* Default: columns grow and fill remaining space */
  }
}
.form-row {
  margin-bottom: 20px;
}
@media only screen and (min-width: 361px) {
  .form-row.form-row-multi {
    display: flex;
    gap: 30px;
  }
  .form-row.form-row-multi > div {
    flex: 1;
  }
}
.form-row p {
  line-height: 1.6;
}
.form-row label {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
.form-row > div {
  flex: 1;
}
.form-row > div.full-width {
  flex: 0 0 100%;
}
.form-row input, .form-row textarea, .form-row select {
  padding: 10px;
  width: 100%;
  font-size: 1.1rem;
  font-family: "elza", sans-serif;
  font-weight: 300;
}
.form-row textarea {
  min-height: 100px;
}
.form-row #phone-error-message {
  color: red;
  font-size: 14px;
}

input[type=text], input[type=password], input[type=tel], select, textarea {
  background: #464646;
  color: #fff;
  border-width: 1px;
  border-top-color: #464646;
  border-left-color: #464646;
  border-right-color: #fff;
  border-bottom-color: #fff;
  -webkit-box-shadow: inset 3px 2px 4px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 3px 2px 4px 1px rgba(0, 0, 0, 0.5);
}

.form-row .btn {
  font-size: 1.5rem;
  padding: 13px 30px 10px;
}
@media only screen and (min-width: 768px) {
  .form-row .btn {
    width: auto;
  }
}

button {
  cursor: pointer;
}

input[type=checkbox] {
  margin-right: 15px;
}

/* content */
ul, ol, p, a {
  line-height: 1.5;
}

p, ul, ol, button {
  font-size: 1.2rem;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  p, ul, ol, button {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 993px) {
  p, ul, ol, button {
    font-size: 1.5rem;
  }
}
p:last-child, ul:last-child, ol:last-child, button:last-child {
  margin-bottom: 0;
}

li {
  margin: 10px 0;
}

main li::marker {
  content: "•   ";
}

a {
  color: #3C3C3B;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3,
.secondary-color {
  color: #AFD39A;
}

h1, h2 {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  h1, h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 993px) {
  h1, h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  h1, h2 {
    font-size: 3rem;
  }
}

.static {
  position: static !important;
}

strong {
  font-weight: 500;
}

.btn {
  padding: 13px 22px 10px;
  background: #AFD39A;
  color: #3C3C3B;
  font-weight: 500;
  filter: drop-shadow(5px 5px 5px #000);
  text-decoration: none;
  transition: 0.3s ease-in;
  border: 2px solid #AFD39A;
  border-radius: 25px;
}
.btn:hover {
  background: #3C3C3B;
  color: #fff;
}

.hidden-checkbox {
  opacity: 0.01;
  position: absolute;
}

.custom-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
}
.custom-checkbox .checkmark {
  height: 25px;
  display: block;
  width: 25px;
  position: relative;
  float: left;
  margin-right: 15px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.001);
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox .hidden-checkbox:checked + .checkmark {
  background-color: #AFD39A;
}
.custom-checkbox .hidden-checkbox:checked + .checkmark:after {
  content: "x";
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.font-large {
  font-size: 1.7rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .font-large {
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 993px) {
  .font-large {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .font-large {
    font-size: 2.7rem;
  }
}

#messages .msg {
  display: block;
  margin: 5px 0;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #e3d27c;
  background: rgba(227, 210, 124, 0.75);
}
#messages .msg.success {
  border-color: #afd39a;
  background: rgba(175, 211, 154, 0.75);
}
#messages .msg.error {
  border-color: #d38383;
  background: rgba(211, 131, 131, 0.75);
}

.padded {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .padded {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 993px) {
  .padded {
    padding: 60px 0;
  }
}

/* header */
body {
  padding-top: 60px;
  position: relative;
}
body > header {
  z-index: 1000;
  position: relative;
}
body.fullscreen-video > header {
  z-index: 0;
}

#header-wrapper {
  height: 60px;
  padding-top: 19px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
}
@media only screen and (min-width: 1999px) {
  #header-wrapper {
    width: 1998px;
    left: 50%;
    margin-left: -999px;
    right: auto;
  }
}
body:not(.home) #header-wrapper {
  border-bottom: 1px solid #3C3C3B;
}

#nav-wrapper {
  position: fixed;
  left: 0;
  top: 60px;
  bottom: 0;
  right: 0;
  opacity: 0;
  margin: 0;
  padding: 40px 40px 0 40px;
  display: block;
  visibility: hidden;
  transition: opacity 0.3s ease-in;
  background: #3C3C3B url(../img/bg/login_vv_header_3840x1962px_1920.jpg) no-repeat 20% 50%;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #nav-wrapper {
    padding: 120px 40px 0 40px;
  }
}
@media only screen and (min-width: 1025px) {
  #nav-wrapper {
    background-image: url(../img/bg/login_vv_header_3840x1962px_3840.jpg);
  }
}
.nav-open #nav-wrapper {
  z-index: 95;
  display: block;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) {
  #nav-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}

#nav {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #nav {
    width: 150px;
    position: absolute;
    top: 5px;
    left: 40px;
  }
}
@media only screen and (min-width: 993px) {
  #nav {
    top: 40px;
    left: 70px;
  }
}
@media only screen and (min-width: 1025px) {
  #nav {
    font-size: 1.3rem;
    width: 250px;
    top: 50px;
    left: 100px;
  }
}
@media only screen and (min-width: 1281px) {
  #nav {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1481px) {
  #nav {
    font-size: 1.7rem;
  }
}
#nav a {
  color: #fff;
  text-decoration: none;
}
#nav a:hover, #nav a.active {
  color: #AFD39A;
  text-decoration: none;
}
#nav a.active:before {
  display: inline-block;
  content: "I";
  font-family: sans-serif;
  font-weight: bold;
  margin-right: 6px;
}

#logo {
  font-size: 1.3rem;
  font-weight: 400;
  color: #000;
}

#logo-wrapper {
  position: relative;
}

#logout {
  position: absolute;
  right: 60px;
  top: -5px;
  font-size: 30px;
  color: #666;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.ready #logout {
  opacity: 1;
}

.admin-link {
  position: absolute;
  right: 60px;
  top: -5px;
  font-size: 30px;
  color: #666;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.admin-link#user-link {
  right: 95px;
}
.ready .admin-link {
  opacity: 1;
}

#nav-hamburger {
  cursor: pointer;
  width: 30px;
  height: 25px;
  position: absolute;
  right: 25px;
  top: 4px;
}
.not-logged-in #nav-hamburger {
  display: none;
}
#nav-hamburger i {
  background-color: #666;
  border-radius: 2px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}
#nav-hamburger i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
#nav-hamburger i:nth-child(2) {
  margin: 7px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
#nav-hamburger i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.nav-open #nav-hamburger i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}
.nav-open #nav-hamburger i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}
.nav-open #nav-hamburger i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}

/* footer */
footer {
  min-height: 60px;
  display: block;
}
footer ul {
  margin: 0;
  padding: 18px 0 0;
  list-style: none;
}
footer ul li {
  margin-right: 25px;
  display: inline;
}
footer ul li a {
  text-decoration: none;
}

/* slider */
.slider-controls .bx-wrapper .bx-controls {
  opacity: 0.5;
  transition: opacity 0.3s ease-in;
}
@media only screen and (min-width: 993px) {
  .slider-controls .bx-wrapper .bx-controls {
    opacity: 0.1;
  }
}

.slider-controls .bx-wrapper:hover .bx-controls {
  opacity: 1;
}

.slider-controls .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  color: #fff;
  font-size: 34px;
  background: none !important;
  width: 50px;
  height: 50px;
  text-align: center;
  margin-top: -25px;
  opacity: 0.8;
  z-index: 1000;
}
.slider-controls .bx-wrapper .bx-controls-direction a:hover {
  opacity: 0.9;
}

/* legal */
.legal main {
  min-height: calc(100vh - 120px);
}
.legal main .row {
  padding-top: 40px;
  padding-bottom: 40px;
}
.legal h1 {
  font-size: 2rem;
}
.legal h2 {
  font-size: 1.6rem;
}
.legal h3 {
  font-size: 1.3rem;
}
.legal p, .legal ul, .legal ol {
  font-size: 1rem;
  color: #fff;
}

/* content */
.login main {
  min-height: calc(100vh - 60px);
  background: url(../img/bg/login_vv_header_3840x1962px_1920.jpg) no-repeat 20% 50%;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
  .login main {
    background-image: url(../img/bg/login_vv_header_3840x1962px_3840.jpg);
  }
}
.login main a {
  color: #fff;
}
.login #login-content-wrapper {
  margin: 0 10%;
}
@media only screen and (min-width: 768px) {
  .login #login-content-wrapper {
    margin: 0;
    width: 45%;
  }
}
@media only screen and (min-width: 993px) {
  .login #login-content-wrapper {
    width: 30%;
  }
}
.login h1 {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .login #content-logo {
    float: right;
    width: 45%;
    margin-left: 10%;
  }
}
@media only screen and (min-width: 993px) {
  .login #content-logo {
    width: 55%;
    margin-left: 15%;
  }
}

/*# sourceMappingURL=login.css.map */
