/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap);body {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  color: #666666;
}

* {
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

@media (max-width: 640px) {
  .container {
    width: 90%;
  }
}

h1 {
  font-size: 31px;
  color: #004990;
}

.go-to-home {
  text-decoration: none;
}

.return-to-home {
  font-size: 16px;
  text-align: right;
  text-transform: uppercase;
  text-align: right;
}

header {
  width: 100%;
  height: 540px;
  background-image: url("/assets/front/img/header_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50px;
}

header .header--slogan {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  padding: 10px 25px;
  background-color: #004990;
  display: inline-block;
  margin-top: 90px;
}

@media (max-width: 640px) {
  header {
    padding-top: 30px;
  }

  header .logo {
    width: 80%;
    max-width: 379px;
  }

  header .header--slogan {
    margin-top: 30px;
    font-size: 40px;
  }
}

.header--form {
  display: block;
  background-color: #004990;
  color: #fff;
  font-size: 13px;
  padding: 15px 25px;
  margin: auto;
  margin-top: -80px;
  width: 85%;
  max-width: 1200px;
}

.header--form.content-form {
  margin-top: 50px;
}

.header--form:after {
  content: "";
  clear: both;
  display: block;
}

.header--form .col {
  width: 33%;
  padding: 10px;
  float: left;
}

.header--form.forgot-password .col {
  width: 50%;
  padding: 10px;
  float: left;
}

.header--form input[type=text],
.header--form input[type=email],
.header--form input[type=password] {
  width: 100%;
  padding: 15px;
  font-family: "Roboto Condensed", sans-serif;
  border: none;
  margin: 10px 0;
}

.header--form input[type=submit],
.header--form .submit-button {
  width: 100%;
  padding: 15px;
  font-family: "Roboto Condensed", sans-serif;
  border: none;
  color: #000;
  background-color: #ffdd00;
  margin: 10px 0;
  font-weight: bold;
  cursor: pointer;
}

.header--form a {
  color: #eee;
  text-decoration: none;
}

.header--form span {
  padding: 5px 15px;
}

@media (max-width: 640px) {
  .header--form {
    padding: 25px;
    margin-top: -150px;
  }

  .header--form .col {
    width: 100%;
    padding: 0px 10px;
  }

  .header--form.forgot-password .col {
    width: 100%;
    padding: 10px;
    float: left;
  }
}

.logged-in-button {
  display: block;
  background-color: #004990;
  color: #fff;
  font-size: 13px;
  padding: 15px 25px;
  margin: auto;
  margin-top: -40px;
  width: 85%;
  max-width: 1200px;
}

.logged-in-button .submit-button {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 10px auto;
  padding: 15px;
  font-family: "Roboto Condensed", sans-serif;
  border: none;
  color: #000;
  background-color: #ffdd00;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

.title--img {
  max-height: 60px;
}

.font-size-46 {
  font-size: 46px;
}

.max-width-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

section {
  text-align: center;
  padding: 50px 0;
}

section p {
  width: 100%;
  max-width: 800px;
  display: inline-block;
  line-height: 26px;
}

section .footer-text p {
  margin: 0px;
}

section[name=description] {
  padding-top: 50px;
  background-image: url("/assets/front/img/block_bg_1.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  font-weight: 300;
}

section[name=disclaimer] {
  padding-top: 0px;
  background-image: url("/assets/front/img/block_bg_1.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
}

section[name=disclaimer] span {
  text-align: left;
}

section[name=disclaimer] h2 {
  color: red;
  font-weight: 600;
  font-size: 32px;
}

section[name=overview] {
  background-color: #f7f7f7;
  background-image: url("/assets/front/img/block_bg_2.jpg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: 300;
  padding-bottom: 30px;
}

section[name=overview] p {
  font-style: italic;
}

section[name=overview] p.links {
  font-style: normal;
}

section[name=overview] p.links a {
  font-size: 14px;
  text-decoration: none;
  color: #666;
}

section[name=overview] p.links a:hover {
  text-decoration: underline;
}

section[name=overview] .footer-links p.links a {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

@media (max-width: 640px) {
  section[name=overview] .title--img {
    max-width: 459px;
    width: 80vw;
  }
}

section[name=footer] {
  margin-top: 50px;
  padding-top: 130px;
  background-image: url("/assets/front/img/block_bg_2.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 300;
}

section[name=footer]::after {
  display: block;
  content: "";
  clear: both;
}

section[name=footer] p {
  font-style: italic;
}

section[name=footer] p.links {
  font-style: normal;
}

section[name=footer] p.links a {
  font-size: 14px;
  text-decoration: none;
  color: #666;
}

section[name=footer] p.links a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  section[name=footer] {
    padding-top: 240px;
  }
}

@media (max-width: 640px) {
  section {
    padding: 40px 0;
  }
}

.description--blocks:after {
  content: "";
  clear: both;
  display: block;
}

.description--blocks .col-2 {
  width: 14.66%;
}

@media (max-width: 992px) {
  .description--blocks .col-2 {
    width: 31.33%;
  }
}

.description--blocks .col-4 {
  width: 31.33%;
}

@media (max-width: 992px) {
  .description--blocks .col-4 {
    width: 64.66%;
  }
}

.description--blocks .col-2,
.description--blocks .col-4 {
  margin: 1%;
  float: left;
  background-color: #f2f2f2;
  padding: 25px 30px;
  height: 145px;
  text-align: left;
}

@media (max-width: 640px) {
  .description--blocks .col-2,
  .description--blocks .col-4 {
    width: 96%;
    height: auto;
    margin: 2%;
  }
}

.description--blocks .steps {
  margin-bottom: 10px;
  font-weight: bold;
  color: #999999;
}

.description--blocks .steps span {
  color: #0054a3;
}

.tires--blocks {
  padding: 50px 0;
  height: 830px;
}

.tires--blocks:after {
  content: "";
  clear: both;
  display: block;
}

.tires--blocks .owl-item {
  float: left;
  position: relative;
}

.tires--blocks .owl-item.active.bigger {
  z-index: 1;
}

.tires--blocks .owl-item.active.bigger .tire {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

.tires--blocks .tire {
  display: block;
  padding: 35px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  font-size: 12px;
  line-height: 19px;
  height: 580px;
  border-right: none;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
  transition: 0.3s box-shadow, 0.3s -webkit-transform;
  transition: 0.3s transform, 0.3s box-shadow;
  transition: 0.3s transform, 0.3s box-shadow, 0.3s -webkit-transform;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.tires--blocks .tire:last-child {
  border-right: 1px solid #e6e6e6;
}

.tires--blocks .tire h3 {
  font-weight: normal;
  color: #1a1a1a;
  font-size: 19px;
  line-height: 23px;
}

.tires--blocks .tire img {
  width: auto;
  height: 230px;
}

.tires--blocks .tire .winner {
  position: absolute;
  margin-left: calc(50% - 105px);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.9);
  color: #fff;
  text-transform: uppercase;
  line-height: 13px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: 0px 1px #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tires--blocks .tire .winner.blue {
  background-color: #00539f;
}

.tires--blocks .tire .winner.gray {
  color: #071d33;
  background-color: #b9b8b8;
}

.tires--blocks .tire .winner.yellow {
  color: #071d33;
  background-color: #ffe019;
}

.tires--blocks .tire .winner .badge-title {
  -webkit-transform: perspective(1px) rotate(-10deg);
  transform: perspective(1px) rotate(-10deg);
  outline: 1px solid transparent;
}

@media (max-width: 640px) {
  .tires--blocks {
    padding: 0;
    height: 610px;
  }

  .tires--blocks .tire {
    height: 500px;
  }
}

.owl-stage-outer {
  overflow: hidden;
  height: 650px;
  padding-top: 35px;
}

.owl-dots {
  display: none;
}

.owl-nav {
  width: 100%;
  position: relative;
}

.owl-nav button {
  outline: none;
  position: absolute;
  left: 0;
  margin-left: -100px;
  top: -280px;
  width: 79px;
  height: 79px;
  background-color: transparent;
  background-image: url("/assets/front/img/arrow_left.png");
  border: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  transition: 0.3s background-image;
}

.owl-nav button:hover {
  background-image: url("/assets/front/img/arrow_left_active.png");
}

.owl-nav button.owl-next {
  background-image: url("/assets/front/img/arrow_right.png");
  right: 0;
  left: auto;
  margin-left: 0;
  margin-right: -100px;
}

.owl-nav button.owl-next:hover {
  background-image: url("/assets/front/img/arrow_right_active.png");
}

@media (max-width: 1420px) {
  .owl-nav button {
    margin-left: -65px;
  }

  .owl-nav button.owl-next {
    margin-left: 0px;
    margin-right: -65px;
  }
}

@media (max-width: 1350px) {
  .owl-nav {
    display: none;
  }
}

/**
* Validation
*/

.invalid-input input,
.invalid-input textarea {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  margin-bottom: 0px !important;
}

.invalid-input label.text {
  display: block;
  color: #dc3545;
  background-color: #FFF;
  padding: 5px 5px 3px 5px;
}

.error-label {
  width: 100%;
  margin-top: 0px;
  font-size: 80%;
  color: #dc3545;
  border-top: 1px solid #f2f2f2;
  background-color: #FFF;
  margin-bottom: 10px;
}

.error-label span {
  display: block;
  width: 100%;
}

.valid-input input,
.valid-input textarea {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.valid-input input:focus,
.valid-input textarea:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.success-label {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.message-container {
  padding: 0px 10px;
}

.message-container .global-message-container {
  display: none;
  border: 1px solid;
  padding: 15px;
  margin-bottom: 15px;
}

.message-container .global-message-container.error {
  display: block;
  color: #dc3545;
  background-color: #FFF;
}

.message-container .global-message-container.success {
  display: block;
  color: #28a745;
  background-color: #FFF;
}

.javascript-is-disabled {
  position: fixed;
  width: 100%;
  background-color: red;
  color: #FFF;
  font-size: 26px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.javascript-is-disabled a {
  color: #f6dc35;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.pointer {
  cursor: pointer;
}

.move-inside-div-to-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.make-table {
  display: table;
}

.make-table div {
  display: table-cell;
}

.make-cell-vertically-centered {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

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

.margin-center {
  margin: 0 auto;
}

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

.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.p-1 {
  padding: 1px !important;
}

.p-2 {
  padding: 2px !important;
}

.p-3 {
  padding: 3px !important;
}

.p-4 {
  padding: 4px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-6 {
  padding: 6px !important;
}

.p-7 {
  padding: 7px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-9 {
  padding: 9px !important;
}

.pt-1 {
  padding-top: 1px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-9 {
  padding-top: 9px !important;
}

.pb-1 {
  padding-bottom: 1px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.pr-1 {
  padding-right: 1px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pr-3 {
  padding-right: 3px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-6 {
  padding-right: 6px !important;
}

.pr-7 {
  padding-right: 7px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pr-9 {
  padding-right: 9px !important;
}

.pl-1 {
  padding-left: 1px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-6 {
  padding-left: 6px !important;
}

.pl-7 {
  padding-left: 7px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pl-9 {
  padding-left: 9px !important;
}

.p-5 {
  padding: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.p-55 {
  padding: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.p-60 {
  padding: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.p-70 {
  padding: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.p-70 {
  padding: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.p-90 {
  padding: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.p-100 {
  padding: 100px !important;
}

.pt-100 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.m-0 {
  margin: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.m-13 {
  margin: 13px !important;
}

.mt-13 {
  margin-top: 13px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mr-13 {
  margin-right: 13px !important;
}

.ml-13 {
  margin-left: 13px !important;
}

.m-14 {
  margin: 14px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mr-14 {
  margin-right: 14px !important;
}

.ml-14 {
  margin-left: 14px !important;
}

.m-15 {
  margin: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.opacity0 {
  opacity: 0;
}

.opacity1 {
  opacity: 0.1;
}

.opacity2 {
  opacity: 0.2;
}

.opacity3 {
  opacity: 0.3;
}

.opacity4 {
  opacity: 0.4;
}

.opacity5 {
  opacity: 0.5;
}

.opacity6 {
  opacity: 0.6;
}

.opacity7 {
  opacity: 0.7;
}

.opacity8 {
  opacity: 0.8;
}

.opacity9 {
  opacity: 0.9;
}

.opacity10 {
  opacity: 1;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(/assets/fonts/fontawesome-5.6.3/fa-brands-400.eot);
  src: url(/assets/fonts/fontawesome-5.6.3/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/fontawesome-5.6.3/fa-brands-400.woff2) format("woff2"), url(/assets/fonts/fontawesome-5.6.3/fa-brands-400.woff) format("woff"), url(/assets/fonts/fontawesome-5.6.3/fa-brands-400.ttf) format("truetype"), url(/assets/fonts/fontawesome-5.6.3/fa-brands-400.svg#fontawesome) format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/fontawesome-5.6.3/fa-regular-400.eot);
  src: url(/assets/fonts/fontawesome-5.6.3/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/fontawesome-5.6.3/fa-regular-400.woff2) format("woff2"), url(/assets/fonts/fontawesome-5.6.3/fa-regular-400.woff) format("woff"), url(/assets/fonts/fontawesome-5.6.3/fa-regular-400.ttf) format("truetype"), url(/assets/fonts/fontawesome-5.6.3/fa-regular-400.svg#fontawesome) format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(/assets/fonts/fontawesome-5.6.3/fa-solid-900.eot);
  src: url(/assets/fonts/fontawesome-5.6.3/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/fontawesome-5.6.3/fa-solid-900.woff2) format("woff2"), url(/assets/fonts/fontawesome-5.6.3/fa-solid-900.woff) format("woff"), url(/assets/fonts/fontawesome-5.6.3/fa-solid-900.ttf) format("truetype"), url(/assets/fonts/fontawesome-5.6.3/fa-solid-900.svg#fontawesome) format("svg");
}

.administrator-top-line {
  padding: 10px;
  display: block;
  width: 100%;
  background-color: #f3f3f3;
  border-bottom: 2px solid #333;
  font-size: 12px;
}

.administrator-top-line .ato-logo {
  text-align: center;
}

.administrator-top-line .ato-logo img {
  width: 120px;
  opacity: 0.7;
  transition: 0.5s all;
}

.administrator-top-line .ato-logo img:hover {
  opacity: 1;
}

.administrator-top-line span {
  line-height: 60px;
}

.administrator-top-line span a {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
  color: #999;
  transition: 0.5s all;
}

.administrator-top-line span a:hover {
  text-decoration: none;
  color: #333;
}

.cookies {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px 40px;
  background-color: rgba(0, 25, 48, 0.7);
  color: #fff;
  z-index: 999;
}

.cookies .cookie-text {
  width: 100%;
}

.cookies .cookie-text a {
  color: #fff;
}

.cookies .btns {
  text-align: center;
  float: right;
  width: 300px;
  margin-top: 10px;
}

.cookies .btn {
  width: 50%;
  max-width: 300px;
  margin: 0;
  float: right;
  padding: 10px 20px;
  cursor: pointer;
  border: 0px;
  border-radius: 0px;
}

.cookies .btn.agree {
  background-color: #004990;
}

.cookies .btn.disagree {
  background-color: #023568;
}

.cookies .btn:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .cookies .btns {
    width: 100%;
  }

  .cookies .btn {
    width: 100%;
    max-width: 100%;
  }
}

