@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}

:focus {
  outline: 0;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

input, textarea {
  font-family: inherit;
  font-size: inherit;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
}

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

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

/* Container
-------------------------------------------------- */
.container {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
}

@media (min-width: 420px) {
  .container {
    width: 400px;
  }
}
@media (min-width: 520px) {
  .container {
    width: 500px;
  }
}
@media (min-width: 720px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 920px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1220px) {
  .container {
    width: 1200px;
  }
}
.container-full {
  width: 100%;
  min-width: 320px;
}

.container:before,
.container:after,
.container-full:before,
.container-full:after,
.break:before,
.break:after {
  display: table;
  content: " ";
}

.container:after,
.container-full:after,
.break:after {
  clear: both;
}

.break {
  width: 100%;
  float: left;
}

/* Grid
-------------------------------------------------- */
.grid-1 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 8.3333333333%;
}

.grid-2 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 16.6666666667%;
}

.grid-3 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 25%;
}

.grid-4 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 33.3333333333%;
}

.grid-5 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 41.6666666667%;
}

.grid-6 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 50%;
}

.grid-7 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 58.3333333333%;
}

.grid-8 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 66.6666666667%;
}

.grid-9 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 75%;
}

.grid-10 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 83.3333333333%;
}

.grid-11 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 91.6666666667%;
}

.grid-12 {
  float: left;
  padding: 20px;
  width: 100%;
  width: 100%;
}

@media (min-width: 420px) {
  .grid-xs-1 {
    width: 8.3333333333%;
  }
  .grid-xs-2 {
    width: 16.6666666667%;
  }
  .grid-xs-3 {
    width: 25%;
  }
  .grid-xs-4 {
    width: 33.3333333333%;
  }
  .grid-xs-5 {
    width: 41.6666666667%;
  }
  .grid-xs-6 {
    width: 50%;
  }
  .grid-xs-7 {
    width: 58.3333333333%;
  }
  .grid-xs-8 {
    width: 66.6666666667%;
  }
  .grid-xs-9 {
    width: 75%;
  }
  .grid-xs-10 {
    width: 83.3333333333%;
  }
  .grid-xs-11 {
    width: 91.6666666667%;
  }
  .grid-xs-12 {
    width: 100%;
  }
}
@media (min-width: 520px) {
  .grid-sm-1 {
    width: 8.3333333333%;
  }
  .grid-sm-2 {
    width: 16.6666666667%;
  }
  .grid-sm-3 {
    width: 25%;
  }
  .grid-sm-4 {
    width: 33.3333333333%;
  }
  .grid-sm-5 {
    width: 41.6666666667%;
  }
  .grid-sm-6 {
    width: 50%;
  }
  .grid-sm-7 {
    width: 58.3333333333%;
  }
  .grid-sm-8 {
    width: 66.6666666667%;
  }
  .grid-sm-9 {
    width: 75%;
  }
  .grid-sm-10 {
    width: 83.3333333333%;
  }
  .grid-sm-11 {
    width: 91.6666666667%;
  }
  .grid-sm-12 {
    width: 100%;
  }
}
@media (min-width: 720px) {
  .grid-md-1 {
    width: 8.3333333333%;
  }
  .grid-md-2 {
    width: 16.6666666667%;
  }
  .grid-md-3 {
    width: 25%;
  }
  .grid-md-4 {
    width: 33.3333333333%;
  }
  .grid-md-5 {
    width: 41.6666666667%;
  }
  .grid-md-6 {
    width: 50%;
  }
  .grid-md-7 {
    width: 58.3333333333%;
  }
  .grid-md-8 {
    width: 66.6666666667%;
  }
  .grid-md-9 {
    width: 75%;
  }
  .grid-md-10 {
    width: 83.3333333333%;
  }
  .grid-md-11 {
    width: 91.6666666667%;
  }
  .grid-md-12 {
    width: 100%;
  }
}
@media (min-width: 920px) {
  .grid-lg-1 {
    width: 8.3333333333%;
  }
  .grid-lg-2 {
    width: 16.6666666667%;
  }
  .grid-lg-3 {
    width: 25%;
  }
  .grid-lg-4 {
    width: 33.3333333333%;
  }
  .grid-lg-5 {
    width: 41.6666666667%;
  }
  .grid-lg-6 {
    width: 50%;
  }
  .grid-lg-7 {
    width: 58.3333333333%;
  }
  .grid-lg-8 {
    width: 66.6666666667%;
  }
  .grid-lg-9 {
    width: 75%;
  }
  .grid-lg-10 {
    width: 83.3333333333%;
  }
  .grid-lg-11 {
    width: 91.6666666667%;
  }
  .grid-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1220px) {
  .grid-xl-1 {
    width: 8.3333333333%;
  }
  .grid-xl-2 {
    width: 16.6666666667%;
  }
  .grid-xl-3 {
    width: 25%;
  }
  .grid-xl-4 {
    width: 33.3333333333%;
  }
  .grid-xl-5 {
    width: 41.6666666667%;
  }
  .grid-xl-6 {
    width: 50%;
  }
  .grid-xl-7 {
    width: 58.3333333333%;
  }
  .grid-xl-8 {
    width: 66.6666666667%;
  }
  .grid-xl-9 {
    width: 75%;
  }
  .grid-xl-10 {
    width: 83.3333333333%;
  }
  .grid-xl-11 {
    width: 91.6666666667%;
  }
  .grid-xl-12 {
    width: 100%;
  }
}
/* Push
-------------------------------------------------- */
.push-1 {
  margin-left: 8.3333333333%;
}

.push-2 {
  margin-left: 16.6666666667%;
}

.push-3 {
  margin-left: 25%;
}

.push-4 {
  margin-left: 33.3333333333%;
}

.push-5 {
  margin-left: 41.6666666667%;
}

.push-6 {
  margin-left: 50%;
}

.push-7 {
  margin-left: 58.3333333333%;
}

.push-8 {
  margin-left: 66.6666666667%;
}

.push-9 {
  margin-left: 75%;
}

.push-10 {
  margin-left: 83.3333333333%;
}

.push-11 {
  margin-left: 91.6666666667%;
}

.push-12 {
  margin-left: 100%;
}

@media (min-width: 420px) {
  .push-xs-1 {
    margin-left: 8.3333333333%;
  }
  .push-xs-2 {
    margin-left: 16.6666666667%;
  }
  .push-xs-3 {
    margin-left: 25%;
  }
  .push-xs-4 {
    margin-left: 33.3333333333%;
  }
  .push-xs-5 {
    margin-left: 41.6666666667%;
  }
  .push-xs-6 {
    margin-left: 50%;
  }
  .push-xs-7 {
    margin-left: 58.3333333333%;
  }
  .push-xs-8 {
    margin-left: 66.6666666667%;
  }
  .push-xs-9 {
    margin-left: 75%;
  }
  .push-xs-10 {
    margin-left: 83.3333333333%;
  }
  .push-xs-11 {
    margin-left: 91.6666666667%;
  }
  .push-xs-12 {
    margin-left: 100%;
  }
}
@media (min-width: 520px) {
  .push-sm-1 {
    margin-left: 8.3333333333%;
  }
  .push-sm-2 {
    margin-left: 16.6666666667%;
  }
  .push-sm-3 {
    margin-left: 25%;
  }
  .push-sm-4 {
    margin-left: 33.3333333333%;
  }
  .push-sm-5 {
    margin-left: 41.6666666667%;
  }
  .push-sm-6 {
    margin-left: 50%;
  }
  .push-sm-7 {
    margin-left: 58.3333333333%;
  }
  .push-sm-8 {
    margin-left: 66.6666666667%;
  }
  .push-sm-9 {
    margin-left: 75%;
  }
  .push-sm-10 {
    margin-left: 83.3333333333%;
  }
  .push-sm-11 {
    margin-left: 91.6666666667%;
  }
  .push-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 720px) {
  .push-md-1 {
    margin-left: 8.3333333333%;
  }
  .push-md-2 {
    margin-left: 16.6666666667%;
  }
  .push-md-3 {
    margin-left: 25%;
  }
  .push-md-4 {
    margin-left: 33.3333333333%;
  }
  .push-md-5 {
    margin-left: 41.6666666667%;
  }
  .push-md-6 {
    margin-left: 50%;
  }
  .push-md-7 {
    margin-left: 58.3333333333%;
  }
  .push-md-8 {
    margin-left: 66.6666666667%;
  }
  .push-md-9 {
    margin-left: 75%;
  }
  .push-md-10 {
    margin-left: 83.3333333333%;
  }
  .push-md-11 {
    margin-left: 91.6666666667%;
  }
  .push-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 920px) {
  .push-lg-1 {
    margin-left: 8.3333333333%;
  }
  .push-lg-2 {
    margin-left: 16.6666666667%;
  }
  .push-lg-3 {
    margin-left: 25%;
  }
  .push-lg-4 {
    margin-left: 33.3333333333%;
  }
  .push-lg-5 {
    margin-left: 41.6666666667%;
  }
  .push-lg-6 {
    margin-left: 50%;
  }
  .push-lg-7 {
    margin-left: 58.3333333333%;
  }
  .push-lg-8 {
    margin-left: 66.6666666667%;
  }
  .push-lg-9 {
    margin-left: 75%;
  }
  .push-lg-10 {
    margin-left: 83.3333333333%;
  }
  .push-lg-11 {
    margin-left: 91.6666666667%;
  }
  .push-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1220px) {
  .push-xl-1 {
    margin-left: 8.3333333333%;
  }
  .push-xl-2 {
    margin-left: 16.6666666667%;
  }
  .push-xl-3 {
    margin-left: 25%;
  }
  .push-xl-4 {
    margin-left: 33.3333333333%;
  }
  .push-xl-5 {
    margin-left: 41.6666666667%;
  }
  .push-xl-6 {
    margin-left: 50%;
  }
  .push-xl-7 {
    margin-left: 58.3333333333%;
  }
  .push-xl-8 {
    margin-left: 66.6666666667%;
  }
  .push-xl-9 {
    margin-left: 75%;
  }
  .push-xl-10 {
    margin-left: 83.3333333333%;
  }
  .push-xl-11 {
    margin-left: 91.6666666667%;
  }
  .push-xl-12 {
    margin-left: 100%;
  }
}
/* Hide
-------------------------------------------------- */
.hide {
  display: none;
}

@media (max-width: 420px) {
  .hide-xs-less {
    display: none !important;
  }
}
@media (min-width: 420px) {
  .hide-xs-over {
    display: none !important;
  }
}
@media (max-width: 520px) {
  .hide-sm-less {
    display: none !important;
  }
}
@media (min-width: 520px) {
  .hide-sm-over {
    display: none !important;
  }
}
@media (max-width: 720px) {
  .hide-md-less {
    display: none !important;
  }
}
@media (min-width: 720px) {
  .hide-md-over {
    display: none !important;
  }
}
@media (max-width: 920px) {
  .hide-lg-less {
    display: none !important;
  }
}
@media (min-width: 920px) {
  .hide-lg-over {
    display: none !important;
  }
}
@media (max-width: 1220px) {
  .hide-xl-less {
    display: none !important;
  }
}
@media (min-width: 1220px) {
  .hide-xl-over {
    display: none !important;
  }
}
/* Space
-------------------------------------------------- */
.space-0 {
  width: 100%;
  height: 0px;
}

.space-10 {
  width: 100%;
  height: 10px;
}

.space-20 {
  width: 100%;
  height: 20px;
}

.space-30 {
  width: 100%;
  height: 30px;
}

.space-40 {
  width: 100%;
  height: 40px;
}

.space-60 {
  width: 100%;
  height: 60px;
}

.space-70 {
  width: 100%;
  height: 70px;
}

.space-80 {
  width: 100%;
  height: 80px;
}

.space-120 {
  width: 100%;
  height: 120px;
}

.space-160 {
  width: 100%;
  height: 160px;
}

@media (min-width: 420px) {
  .space-xs-0 {
    width: 100%;
    height: 0px;
  }
  .space-xs-10 {
    width: 100%;
    height: 10px;
  }
  .space-xs-20 {
    width: 100%;
    height: 20px;
  }
  .space-xs-30 {
    width: 100%;
    height: 30px;
  }
  .space-xs-40 {
    width: 100%;
    height: 40px;
  }
  .space-xs-60 {
    width: 100%;
    height: 60px;
  }
  .space-xs-70 {
    width: 100%;
    height: 70px;
  }
  .space-xs-80 {
    width: 100%;
    height: 80px;
  }
  .space-xs-120 {
    width: 100%;
    height: 120px;
  }
  .space-xs-160 {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 520px) {
  .space-sm-0 {
    width: 100%;
    height: 0px;
  }
  .space-sm-10 {
    width: 100%;
    height: 10px;
  }
  .space-sm-20 {
    width: 100%;
    height: 20px;
  }
  .space-sm-30 {
    width: 100%;
    height: 30px;
  }
  .space-sm-40 {
    width: 100%;
    height: 40px;
  }
  .space-sm-60 {
    width: 100%;
    height: 60px;
  }
  .space-sm-70 {
    width: 100%;
    height: 70px;
  }
  .space-sm-80 {
    width: 100%;
    height: 80px;
  }
  .space-sm-120 {
    width: 100%;
    height: 120px;
  }
  .space-sm-160 {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 720px) {
  .space-md-0 {
    width: 100%;
    height: 0px;
  }
  .space-md-10 {
    width: 100%;
    height: 10px;
  }
  .space-md-20 {
    width: 100%;
    height: 20px;
  }
  .space-md-30 {
    width: 100%;
    height: 30px;
  }
  .space-md-40 {
    width: 100%;
    height: 40px;
  }
  .space-md-60 {
    width: 100%;
    height: 60px;
  }
  .space-md-70 {
    width: 100%;
    height: 70px;
  }
  .space-md-80 {
    width: 100%;
    height: 80px;
  }
  .space-md-120 {
    width: 100%;
    height: 120px;
  }
  .space-md-160 {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 920px) {
  .space-lg-0 {
    width: 100%;
    height: 0px;
  }
  .space-lg-10 {
    width: 100%;
    height: 10px;
  }
  .space-lg-20 {
    width: 100%;
    height: 20px;
  }
  .space-lg-30 {
    width: 100%;
    height: 30px;
  }
  .space-lg-40 {
    width: 100%;
    height: 40px;
  }
  .space-lg-60 {
    width: 100%;
    height: 60px;
  }
  .space-lg-70 {
    width: 100%;
    height: 70px;
  }
  .space-lg-80 {
    width: 100%;
    height: 80px;
  }
  .space-lg-120 {
    width: 100%;
    height: 120px;
  }
  .space-lg-160 {
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 1220px) {
  .space-xl-0 {
    width: 100%;
    height: 0px;
  }
  .space-xl-10 {
    width: 100%;
    height: 10px;
  }
  .space-xl-20 {
    width: 100%;
    height: 20px;
  }
  .space-xl-30 {
    width: 100%;
    height: 30px;
  }
  .space-xl-40 {
    width: 100%;
    height: 40px;
  }
  .space-xl-60 {
    width: 100%;
    height: 60px;
  }
  .space-xl-70 {
    width: 100%;
    height: 70px;
  }
  .space-xl-80 {
    width: 100%;
    height: 80px;
  }
  .space-xl-120 {
    width: 100%;
    height: 120px;
  }
  .space-xl-160 {
    width: 100%;
    height: 160px;
  }
}
/* Float
-------------------------------------------------- */
.float-right {
  float: right;
}

.float-left {
  float: left;
}

@media (max-width: 420px) {
  .float-right-xs-less {
    float: right;
  }
  .float-left-xs-less {
    float: left;
  }
}
@media (min-width: 420px) {
  .float-right-xs-over {
    float: right;
  }
  .float-left-xs-over {
    float: left;
  }
}
@media (max-width: 520px) {
  .float-right-sm-less {
    float: right;
  }
  .float-left-sm-less {
    float: left;
  }
}
@media (min-width: 520px) {
  .float-right-sm-over {
    float: right;
  }
  .float-left-sm-over {
    float: left;
  }
}
@media (max-width: 720px) {
  .float-right-md-less {
    float: right;
  }
  .float-left-md-less {
    float: left;
  }
}
@media (min-width: 720px) {
  .float-right-md-over {
    float: right;
  }
  .float-left-md-over {
    float: left;
  }
}
@media (max-width: 920px) {
  .float-right-lg-less {
    float: right;
  }
  .float-left-lg-less {
    float: left;
  }
}
@media (min-width: 920px) {
  .float-right-lg-over {
    float: right;
  }
  .float-left-lg-over {
    float: left;
  }
}
@media (max-width: 1220px) {
  .float-right-xl-less {
    float: right;
  }
  .float-left-xl-less {
    float: left;
  }
}
@media (min-width: 1220px) {
  .float-right-xl-over {
    float: right;
  }
  .float-left-xl-over {
    float: left;
  }
}
/* Align
-------------------------------------------------- */
.align-center {
  text-align: center;
}

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

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

@media (max-width: 420px) {
  .align-right-xs-less {
    text-align: right;
  }
  .align-left-xs-less {
    text-align: left;
  }
  .align-center-xs-less {
    text-align: center;
  }
}
@media (min-width: 420px) {
  .align-right-xs-over {
    text-align: right;
  }
  .align-left-xs-over {
    text-align: left;
  }
  .align-center-xs-over {
    text-align: center;
  }
}
@media (max-width: 520px) {
  .align-right-sm-less {
    text-align: right;
  }
  .align-left-sm-less {
    text-align: left;
  }
  .align-center-sm-less {
    text-align: center;
  }
}
@media (min-width: 520px) {
  .align-right-sm-over {
    text-align: right;
  }
  .align-left-sm-over {
    text-align: left;
  }
  .align-center-sm-over {
    text-align: center;
  }
}
@media (max-width: 720px) {
  .align-right-md-less {
    text-align: right;
  }
  .align-left-md-less {
    text-align: left;
  }
  .align-center-md-less {
    text-align: center;
  }
}
@media (min-width: 720px) {
  .align-right-md-over {
    text-align: right;
  }
  .align-left-md-over {
    text-align: left;
  }
  .align-center-md-over {
    text-align: center;
  }
}
@media (max-width: 920px) {
  .align-right-lg-less {
    text-align: right;
  }
  .align-left-lg-less {
    text-align: left;
  }
  .align-center-lg-less {
    text-align: center;
  }
}
@media (min-width: 920px) {
  .align-right-lg-over {
    text-align: right;
  }
  .align-left-lg-over {
    text-align: left;
  }
  .align-center-lg-over {
    text-align: center;
  }
}
@media (max-width: 1220px) {
  .align-right-xl-less {
    text-align: right;
  }
  .align-left-xl-less {
    text-align: left;
  }
  .align-center-xl-less {
    text-align: center;
  }
}
@media (min-width: 1220px) {
  .align-right-xl-over {
    text-align: right;
  }
  .align-left-xl-over {
    text-align: left;
  }
  .align-center-xl-over {
    text-align: center;
  }
}
/* Padding
-------------------------------------------------- */
.padding-half {
  padding: 10px;
}
.padding-half-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-half-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-half-right {
  padding-right: 10px;
}
.padding-half-left {
  padding-left: 10px;
}
.padding-half-top {
  padding-top: 10px;
}
.padding-half-bottom {
  padding-bottom: 10px;
}

.no-padding {
  padding: 0;
}
.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}
.no-padding-horizontal {
  padding-left: 0;
  padding-right: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}

/* Extras
-------------------------------------------------- */
.click {
  cursor: pointer;
}

@font-face {
  font-family: "DIN Condensed";
  src: url("../fonts/DINCondensed-Bold.woff2") format("woff2"), url("../fonts/DINCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Default
-------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "DIN Condensed", sans-serif;
  font-size: 14px;
  color: #000;
  background-color: #ffffff;
}

/* Text
-------------------------------------------------- */
.title-1 {
  font-size: 50px;
  font-weight: 600;
}

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

/* Form
-------------------------------------------------- */
.form-field {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  color: #fff;
  background-color: transparent;
  border: 1px #fff solid;
}
textarea.form-field {
  height: 120px;
  padding: 10px;
}

.form-label {
  display: block;
  font-weight: 400;
  font-size: 16px;
}
.form-label-dynamic .form-label {
  pointer-events: none;
  position: absolute;
  transform: translateY(18px);
  z-index: 2;
  transition: all 0.2s;
}
.form-label-dynamic .form-label.active {
  transform: translatey(0);
  font-size: 12px;
}
.form-check {
  display: inline-block;
  font-weight: 300;
}
.form-check .wpcf7-list-item {
  margin: 10px 30px 0 0 !important;
}

/* Button
-------------------------------------------------- */
.button {
  background-color: #999999;
  color: #FFFFFF;
  padding: 10px 30px;
  font-size: 24px;
  font-family: "DIN Condensed", sans-serif;
  border-radius: 10px;
  transition: background-color 0.4s;
}
.button svg {
  height: 10px;
}
.button svg path {
  transition: all 0.2s;
}
.button:hover {
  background-color: #c2002d;
}
.button-full {
  width: 100%;
}

/* Image
-------------------------------------------------- */
.image-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}
.image-full {
  width: 100%;
  height: auto;
  display: block;
}
.image-center {
  margin: 0 auto;
  display: block;
}

/* Table
-------------------------------------------------- */
.table {
  width: 100%;
}
.table tr {
  border: 1px #ddd solid;
}
.table td,
.table th {
  padding: 10px;
}

/* Pagination
-------------------------------------------------- */
.pagination a {
  background-color: #01588a;
  color: #fff;
  padding: 8px 12px;
}
.pagination span {
  padding: 8px 12px;
}

/* Map
-------------------------------------------------- */
.map {
  width: 100%;
  height: 350px;
  display: block;
}

/* Responsive Emped
-------------------------------------------------- */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* List
-------------------------------------------------- */
.height-align {
  display: flex;
  flex-wrap: wrap;
}
.height-align .slick-track {
  display: flex !important;
}
.height-align .slick-slide {
  height: inherit !important;
}
.height-align-item {
  display: flex;
}
.height-align-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.height-align-content-top {
  flex: 1 0 auto;
}

/* Extras
-------------------------------------------------- */
.line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.relative {
  position: relative;
}

/*********************************************/
.similar-hero {
  background-color: #c2002d;
  padding: 80px 0;
}
.similar-hero .grid-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.similar-hero h1 {
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 520px) {
  .similar-hero h1 {
    font-size: 35px;
  }
}
.similar-hero h2 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  color: #FFFFFF;
}

/* Animate Down
-------------------------------------------------- */
@keyframes animate-down {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  to {
    transform: none;
  }
}
.animate-down {
  animation-name: animate-down;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Up
-------------------------------------------------- */
@keyframes animate-up {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    transform: none;
  }
}
.animate-up {
  animation-name: animate-up;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Right
-------------------------------------------------- */
@keyframes animate-right {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    transform: none;
  }
}
.animate-right {
  animation-name: animate-right;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Left
-------------------------------------------------- */
@keyframes animate-left {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    transform: none;
  }
}
.animate-left {
  animation-name: animate-left;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Show
-------------------------------------------------- */
@keyframes animate-show {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-show {
  animation-name: animate-show;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Open
-------------------------------------------------- */
@keyframes animate-open {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate-open {
  animation-name: animate-open;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Shake
-------------------------------------------------- */
@keyframes animate-shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate-shake {
  animation-name: animate-shake;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animate Rotate
-------------------------------------------------- */
@keyframes animate-rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animate-rotate {
  animation-name: animate-rotate;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* Animate Arrpw
-------------------------------------------------- */
@keyframes animate-arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  to {
    transform: translateY(0);
  }
}
.animate-arrow {
  animation-name: animate-arrow;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* Home
-------------------------------------------------- */
.slide-home {
  /* dots */
  /* arrow */
}
.slide-home .slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  height: 0;
  display: flex !important;
  justify-content: center;
  gap: 10px;
}
.slide-home .slick-dots li {
  display: inline-block;
  cursor: pointer;
}
.slide-home .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  opacity: 0.25;
}
.slide-home .slick-dots li button:hover, .slide-home .slick-dots li button:focus {
  opacity: 1;
}
.slide-home .slick-dots li.slick-active button {
  opacity: 1;
}
.slide-home .slide-arrow {
  width: 20px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: calc(50% - 22px);
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  .slide-home .slide-arrow {
    display: none !important;
  }
}
.slide-home .slide-arrow svg {
  width: 20px;
  height: 30px;
  fill: #333;
}
.slide-home .slide-arrow-next {
  right: -20px;
}
.slide-home .slide-arrow-prev {
  left: -20px;
}

/* Colors
-------------------------------------------------- */
.bg-blue {
  background-color: #3880CF;
  color: #FFFFFF;
}

/* Page
-------------------------------------------------- */
.page-blue-title {
  font-size: 32px;
  color: #c2002d;
}
.page-red-title {
  font-size: 32px;
  color: #c2002d;
}
.page-white-title {
  color: #FFFFFF;
}
.page-blue-title, .page-white-title {
  font-size: 32px;
}

/* Header
-------------------------------------------------- */
.header {
  height: 100px;
  font-size: 18px;
  display: flex;
  align-items: center;
  background-color: #FFF;
}
.header-logo img {
  width: 190px;
}
.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100px;
}
.header-nav-item {
  position: relative;
  color: #646464;
}
.header-nav-item.cursos {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1000 !important;
}
.header-nav-item.cursos:hover .header-nav-item-content {
  opacity: 1;
  visibility: visible;
  z-index: 1000 !important;
}
.header-nav-item-content {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000 !important;
  height: 200px;
  width: 300px;
  border-radius: 0 0 20px 20px;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: height 0.3s, opacity 0.3s, visibility 0.3s;
  background-color: #646464;
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0;
}
.header-nav-item-content-ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.header-nav-item-content-ul li {
  color: rgb(115, 111, 111);
}
.header-nav-item-content-ul li:hover {
  text-decoration: underline;
}
.header-nav-item:hover::after {
  width: 100%;
}
.header-nav-item::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #646464;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.3s;
  border-radius: 2px;
}
.header-nav-ul {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-fill-icon {
  border: 1px solid #646464;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: opacity 0.3s;
}
.header-fill-icon:hover {
  opacity: 0.75;
}
.header-fill-icon .cls-1 {
  fill: #646464;
}
.header-login-item, .header-menu-buttons-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-login-item-span, .header-menu-buttons-icon-span {
  color: #646464;
}
.header-social {
  display: flex;
  gap: 10px;
}
.header-bars-open {
  height: 30px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  cursor: pointer;
}
.header-bars-open .bars {
  background-color: #646464;
  height: 3px;
  width: 30px;
  border-radius: 2px;
}
.header-bars-close {
  height: 30px;
  width: 40px;
  text-align: center;
  font-size: 30px;
}
.header .active .header-bars-open {
  display: none;
}
.header .active .header-bars-close {
  display: block;
}
.header-bars-close {
  display: none;
}
.header-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background-color: #FFF;
  color: #646464;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  z-index: 9999;
}
.header-menu::-webkit-scrollbar {
  display: none;
}
.header-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-menu-logo {
  display: block;
  height: 40px;
}
.header-menu-close {
  background-color: transparent;
}
.header-menu-close-icon {
  display: block;
}
.header-menu-ul-item {
  display: block;
}
.header-menu-ul-item-anchor {
  font-size: 32px;
  font-weight: 700;
}
.header-menu-ul-item-anchor:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.header-menu-ul-item:not(:last-child) {
  margin-bottom: 10px;
}
.header-menu-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-menu-buttons-icon:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.header-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Banner
-------------------------------------------------- */
.banner {
  width: 100%;
  height: auto !important;
  position: relative;
  z-index: 0;
}
.banner.bg-gray {
  background-color: #afaeae;
}
.banner.contentless:has(.clicked-image), .banner.contentless:not(:has(.clicked-image)) .banner-home-content {
  padding: 300px 0;
}
@media (max-width: 920px) {
  .banner.contentless:has(.clicked-image), .banner.contentless:not(:has(.clicked-image)) .banner-home-content {
    padding: 200px 0;
  }
}
.banner:has(.clicked-image) {
  padding: 150px 0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner:not(:has(.clicked-image)) .banner-home-content {
  width: 100%;
  height: auto !important;
  position: relative;
  z-index: 0;
  padding: 150px 0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner img, .banner video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner:has(video)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #000000;
  opacity: 0.5;
}
.banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.banner-content-title {
  text-align: center;
  font-size: 120px;
}
@media (max-width: 850px) {
  .banner-content-title {
    font-size: 70px;
  }
}
@media (max-width: 500px) {
  .banner-content-title {
    font-size: 50px;
  }
}
@media (max-width: 400px) {
  .banner-content-title {
    font-size: 40px;
  }
}
.banner-content-subtitle {
  text-align: center;
  font-size: 90px;
}
@media (max-width: 850px) {
  .banner-content-subtitle {
    font-size: 50px;
  }
}
@media (max-width: 500px) {
  .banner-content-subtitle {
    font-size: 30px;
  }
}
.banner-button {
  margin-top: 50px;
  height: 60px;
  padding: 0 40px;
  background-color: #FFD800;
  color: #A83200;
  border-radius: 10px;
  font-family: "DIN Condensed", sans-serif;
  cursor: pointer;
  align-items: center;
  font-size: 24px !important;
  transition: background-color 0.3s, color 0.3s;
}
.banner-button:hover {
  background-color: #c2002d;
  color: #FFD800;
}

/* Eventos
-------------------------------------------------- */
.posts {
  background-color: #FFFFFF;
}
.posts-button-area {
  display: flex;
  justify-content: center;
}
.posts .post {
  display: flex;
}
.posts .post-des {
  flex: 1;
  font-size: 24px;
  border-bottom: #999999 2px solid;
}
@media (max-width: 719px) {
  .posts .post-des {
    font-size: 16px !important;
  }
}
.posts .post-info {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  padding: 10px 0 10px 0;
}
@media (max-width: 719px) {
  .posts .post-info {
    font-size: 14px;
  }
}
.posts .post-info img {
  height: 18px;
  width: auto;
  padding-right: 10px;
  display: block;
}
@media (max-width: 719px) {
  .posts .post-info img {
    height: 15px;
    width: auto;
  }
}
.posts .post-location {
  display: flex;
  align-items: center;
}
.posts .post-date {
  display: flex;
  align-items: center;
}
.posts .post-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #999999;
  padding: 20px;
  padding-bottom: 0;
  background-color: #EEEEEE;
  border-radius: 0 10px 10px 0;
  width: 70%;
}
.posts .post-date {
  color: #c2002d;
}
.posts .post-image {
  width: 30%;
}
.posts .post-image-img {
  width: 100%;
  height: 100%;
}

/* Noticias
-------------------------------------------------- */
.news-area-content {
  display: flex;
  flex-wrap: wrap;
}
.news-area .news-image {
  height: 222px;
  border-radius: 10px;
  background-size: cover;
}
.news-area .news-content {
  padding: 10px 0px;
  font-size: 18px;
  color: #999999;
}
.news-area .news-button .button {
  display: inline-block;
}
.news-area .news-pagination {
  color: #c2002d;
  font-size: 18px;
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-top: 40px;
}
.news-area .news-pagination .current {
  text-decoration: underline;
}

/* Ranking
-------------------------------------------------- */
.ranking-area {
  background-color: #c2002d;
}
.ranking-area-button {
  display: inline-block;
}
.ranking-area .ranking {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px 40px;
}
@media (max-width: 600px) {
  .ranking-area .ranking {
    padding: 10px 20px;
  }
}
.ranking-area .ranking-number {
  font-size: 24px;
  color: #c2002d;
  padding-right: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .ranking-area .ranking-number {
    padding-right: 20px !important;
  }
}
.ranking-area .ranking-desc-title {
  color: #c2002d;
  font-size: 24px;
}
.ranking-area .ranking-person {
  display: flex;
  border-bottom: #707070 2px solid;
  padding: 10px;
}
.ranking-area .ranking-person-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
@media (max-width: 600px) {
  .ranking-area .ranking-person-content {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: center !important;
    margin-left: 10px;
  }
}
.ranking-area .ranking-person-photo-img {
  height: 80px;
  width: 80px;
  border: #c2002d 2px solid;
  border-radius: 10px;
}
.ranking-area .ranking-person-desc {
  font-size: 18px;
  padding: 20px;
}
@media (max-width: 600px) {
  .ranking-area .ranking-person-desc {
    padding: 0px !important;
    width: 100%;
  }
}
.ranking-area .ranking-person-name {
  color: #999999;
}
.ranking-area .ranking-person-sub {
  color: #c2002d;
}
.ranking-area .ranking-person-score {
  font-size: 24px;
  text-align: center;
  color: #c2002d;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .ranking-area .ranking-person-score {
    font-size: 18px !important;
    width: 100%;
  }
}
.ranking-area .ranking-full-list {
  font-size: 24px;
  color: #999999;
}

/* home
-------------------------------------------------- */
.home-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-links {
  height: auto;
}
.home-links-image {
  width: 100% !important;
}
.home-links-img {
  height: 100%;
  width: 100%;
}
.home-links-desc {
  text-align: left;
  padding-top: 10px;
}
.home-links-desc-title {
  font-size: 24px;
  color: #c2002d;
}
.home-links-desc-subtitle {
  padding-top: 10px;
  font-size: 18px;
  color: #999999;
}

/* Footer
-------------------------------------------------- */
footer {
  background-color: #FFF;
  border-top: 1px solid #646464;
}

.footer {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #646464;
  margin: 20px 0;
}
.footer-logo-img {
  width: 190px;
}
.footer-fill-icon {
  border: 1px solid #646464;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: opacity 0.3s;
}
.footer-fill-icon:hover {
  opacity: 0.75;
}
.footer .cls-1 {
  fill: #646464;
  transition: fill 0.3s;
}
.footer-social {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.footer-social-link:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.footer-privacidade {
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 720px) {
  .footer {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}

/* Single
--------------------------------------------------------------- */
.single-page .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.single-page-title {
  font-size: 30px;
  color: #c2002d;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
@media (max-width: 520px) {
  .single-page-title {
    font-size: 30px;
  }
}
.single-page-news {
  width: 100%;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  font-size: 30px;
  padding-bottom: 20px;
  color: #c2002d;
  border-bottom: 1px solid #c2002d;
}
.single-page-share {
  font-family: "Inter", sans-serif;
  color: #999;
}
.single-page-share .share-icons {
  margin: 20px 0 0 10px;
  display: flex;
  gap: 25px;
}
.single-page-share .share-icons .gather-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.single-page-share .share-icons .icon-ball-mail {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
}
.single-page-share .share-icons .icon-ball-face {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #516ca6;
  position: absolute;
}
.single-page-share .share-icons .icon-ball-x-twitter {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
}
.single-page-share .share-icons .icon-ball-whatsapp {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #77d873;
  position: absolute;
}
.single-page-share .share-icons .icon-ball-printer {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
}
.single-page-share .share-icons svg {
  width: 20px;
  z-index: 100;
}
.single-page-share .share-icons svg.mail {
  fill: #666;
}
.single-page-share .share-icons svg.face {
  fill: white;
}
.single-page-share .share-icons svg.x-twitter {
  fill: #fff;
}
.single-page-share .share-icons svg.whatsapp {
  fill: #fff;
}
.single-page-share .share-icons svg.printer {
  fill: #666;
}
.single-page .image {
  height: auto;
  width: 100%;
}
.single-page .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.single-page-content {
  font-size: 18px;
  color: #999999;
  font-family: "Inter", sans-serif;
}
.single-page-content a {
  color: #c2002d;
}
.single-page-content a:hover {
  text-decoration: underline;
}
.single-page .more-posts-title {
  font-size: 32px;
  color: #c2002d;
}
.single-page .more-posts .news-link:hover {
  text-decoration: none;
}
.single-page .more-posts .news-image {
  height: 222px;
  border-radius: 10px;
  background-size: cover;
}
.single-page .more-posts .news-content {
  font-size: 18px;
  color: #999999;
}
.single-page .more-posts-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* Contato
-------------------------------------------------- */
.contato {
  display: flex;
  justify-content: center;
}
.contato-label {
  display: inline-block;
  font-size: 18px;
  color: #999999;
  margin-bottom: 5px;
}
.contato .wpcf7-form-control {
  padding: 5px 10px;
  border-radius: 10px;
  border: 2px solid rgba(221, 221, 221, 0.8666666667);
  width: 100%;
  height: 50px;
}
.contato .wpcf7-submit {
  width: 132px;
  float: right;
  background-color: #999999;
  color: white;
  font-size: 24px;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s;
}
.contato .wpcf7-submit:hover {
  background-color: #c2002d;
}
.contato .wpcf7-textarea {
  width: 100%;
  resize: none;
  height: 150px;
}

/* single ranking
-------------------------------------------------- */
.single-categoria-ranking {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-categoria-ranking .ranking-content :last-child {
  border-bottom: 0;
}

.editor {
  margin-bottom: 80px;
  font-family: "Inter", sans-serif;
}
.editor > * + * {
  margin-top: 20px;
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  font-weight: 800;
}
.editor h1 {
  font-size: 50px;
}
.editor h2 {
  font-size: 32px;
}
.editor h3 {
  font-size: 24px;
}
.editor p {
  font-size: 17px;
}
.editor a:hover {
  text-decoration: underline;
}
.editor ul, .editor ol {
  margin-left: 35px;
}
.editor ul {
  list-style-type: disc;
}
.editor ol {
  list-style-type: decimal;
}
.editor li {
  font-size: 17px;
  display: list-item;
}
.editor li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 920px) {
  .editor h1 {
    font-size: 32px;
  }
  .editor h2 {
    font-size: 24px;
  }
  .editor h3 {
    font-size: 20px;
  }
}

/* Cookie Consent
-------------------------------------------------- */
.termsfeed-com---palette-light.termsfeed-com---nb {
  left: 50% !important;
  bottom: 20px;
  transform: translateX(-50%);
  width: 1160px !important;
  max-width: calc(100% - 40px);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(246, 246, 246, 0.75) !important;
  font-family: "Inter", sans-serif !important;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-main-container {
  padding: 40px !important;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-title {
  font-size: 24px;
  font-weight: 500;
  color: inherit;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-text {
  color: #666;
  margin-top: 10px;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-reject, .termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-changep {
  height: auto !important;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  box-shadow: none !important;
  border-radius: 999px !important;
  border: 1px solid transparent;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: 500 !important;
  line-height: inherit !important;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 !important;
  transition: opacity 0.3s;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-okagree:hover, .termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-reject:hover, .termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-changep:hover {
  opacity: 0.5;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-reject {
  border-color: #c2002d;
  background-color: #c2002d !important;
  color: #fff;
}
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-changep {
  border-color: #666;
  background-color: transparent !important;
  color: #666;
}

/* Faça parte do nosso staff
--------------------------------------------------------------- */
.staff {
  font-family: "Inter", sans-serif !important;
}
.staff-title {
  color: #c2002d;
  text-align: center;
  font-weight: 200;
  font-size: 32px;
  font-weight: 500;
  margin-top: 60px;
}
.staff-line {
  width: 100%;
  height: 1px;
  background-color: #c2002d;
}
.staff-form {
  font-family: "Inter", sans-serif !important;
}
.staff-form-text {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.staff-form-submit {
  background-color: #c2002d;
  color: white;
  padding: 15px 20px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  font-family: "Inter", sans-serif !important;
  transition: border-color 0.3s, background-color 0.3s;
  border: 1px solid #c2002d;
}
.staff-form-submit:hover {
  color: #c2002d;
  background-color: transparent;
  border: 1px solid #c2002d;
}
.staff-form input, .staff-form textarea {
  background-color: #ededed;
  width: 100%;
  border: 1px solid #666666;
  border-radius: 10px;
  padding: 10px 20px;
  margin-top: 10px;
}
.staff-form input[type=radio] {
  width: fit-content;
  margin: 0;
}
.staff-form-resume {
  width: fit-content !important;
  border: none !important;
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}
.staff-form-reset {
  background-color: transparent;
  color: #c2002d;
  font-weight: 700;
  font-family: "Inter", sans-serif !important;
}
.staff-form-buttons p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}
.staff-form .wpcf7-list-item-label {
  margin-left: 5px;
}
.staff-form .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
}
.staff-form .wpcf7-list-item .wpcf7-list-item-label {
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
}
.staff-form .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  color: #666666;
  font-size: 20px;
}

@media (min-width: 920px) {
  .services-self-defense .container {
    display: flex;
    align-items: center;
  }
}
.services-self-defense, .services-rules, .services-first-aid, .services-staff-course {
  font-family: "Inter", sans-serif;
}
@media (min-width: 920px) {
  .services-self-defense .container .sticky, .services-rules .container .sticky, .services-first-aid .container .sticky, .services-staff-course .container .sticky {
    position: sticky;
    top: 0px;
  }
}
.services-self-defense img, .services-rules img, .services-first-aid img, .services-staff-course img {
  border-radius: 20px;
}
.services-self-defense-info h2, .services-rules-info h2, .services-first-aid-info h2, .services-staff-course-info h2 {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.services-self-defense-info p, .services-rules-info p, .services-first-aid-info p, .services-staff-course-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.services-self-defense-info-line, .services-rules-info-line, .services-first-aid-info-line, .services-staff-course-info-line {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.services-first-aid-button {
  width: fit-content;
  border-radius: 10px;
  font-weight: 500;
  margin-top: 50px;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  background-color: #c2002d;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s all;
  padding: 10px 30px;
  font-size: 24px;
  font-family: "DIN Condensed", sans-serif;
}
.services-first-aid-button:hover {
  opacity: 0.75;
}

.ethical-code-container {
  font-family: "Inter", sans-serif;
}
.ethical-code-container h2 {
  font-size: 26px;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 40px 0 20px;
}
.ethical-code-container ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.ethical-code-container ul li {
  font-size: 16px;
}
.ethical-code-container ul li ul {
  margin: 10px 0 0 40px;
}
.ethical-code-container p {
  font-size: 16px;
}

.books-books a, .books-uniforms a {
  width: 200px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 12px 0;
  border-radius: 40px;
  background-color: #c2002d;
}

.results-container {
  background-color: #2b306b;
  color: #FFFFFF;
}
.results-container-box {
  width: 100%;
}
.results-container-box-card {
  border: 1px solid rgb(95, 96, 139);
  border-radius: 10px;
}
.results-container-box-card:not(:first-child) {
  margin-top: 10px;
}
.results-container-box-card-flex {
  font-family: "Inter", sans-serif;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s all;
}
.results-container-box-card-flex-flex {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.results-container-box-card-arrow {
  transform: rotateZ(0);
  transition: transform 0.3s;
}
.results-container-box-card-content {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0;
  max-height: 0;
  padding: 0 20px;
  visibility: hidden;
  border-top: 1px solid;
  border-top-color: transparent;
  transition: max-height 0.4s, opacity 0.4s, visibility 0.4s, padding 0.4s, border-color 0.4s;
}
.results-container-box-card.active .results-container-box-card-arrow {
  transform: rotateZ(180deg);
}
.results-container-box-card.active .results-container-box-card-content {
  display: flex;
  border-top-color: rgb(95, 96, 139);
  padding: 20px;
  max-height: 2000px;
  opacity: 1;
  visibility: visible;
}
.results-container h2 {
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  margin: 40px 0 10px;
}
@media (max-width: 1220px) {
  .results-container .left {
    padding: 20px 20px 10px;
  }
}
@media (max-width: 1220px) {
  .results-container .right {
    padding: 0 20px 20px;
  }
}

.about {
  font-family: "Inter", sans-serif;
}
.about-logo {
  max-width: 450px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.about h2 {
  font-size: 28px;
  text-align: center;
  line-height: 36px;
}

/* Contact Form 7
-------------------------------------------------- */
.wpcf7-not-valid {
  border: 2px #e90000 solid !important;
}

.wpcf7-not-valid-tip {
  color: #fff !important;
  font-size: 16px !important;
  background: #e90000 !important;
  display: inline-block !important;
  padding: 2px 5px !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #e90000;
  border: none;
  width: calc(100% - 20px);
  text-align: center;
  color: #fff;
  padding: 10px;
  float: left;
  margin: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #0ca400;
  width: calc(100% - 20px);
  text-align: center;
  color: #fff;
  padding: 10px;
  float: left;
  margin: 10px;
}

.grecaptcha-badge {
  opacity: 0;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

/* Post
-------------------------------------------------- */
.editor-content {
  font-size: 16px;
  line-height: 26px;
}

.editor-content > * + * {
  margin-top: 10px;
}

.editor-content > * + h2,
.editor-content > * + h3,
.editor-content > * + h4,
.editor-content > * + h5,
.editor-content > * + h6 {
  margin-top: 20px;
}

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

.editor-content img.aligncenter {
  margin: 0 auto;
}