@charset "UTF-8";
html, body {
  height: 100%;
}

html {
  font-family: sans-serif;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
  -moz-osx-font-smoothing: grayscale;
}

div {
  line-height: initial;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-height: 1000000px;
  border: 0;
  background: none;
  background-repeat: no-repeat !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*::before, *::after {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat !important;
  box-sizing: inherit;
}

/* HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu,
nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */
a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  outline: 0;
  text-indent: 2px;
  line-height: normal;
  -webkit-border-radius: 0px;
  border-radius: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  /* 1 */
}

input:focus, select:focus, textarea, div {
  outline: none !important;
}

input:required {
  box-shadow: none;
}

input::-ms-clear, textarea::-ms-clear {
  display: none;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* BODY HEIGHT = min VIEW PORT HEIGHT 
   http://community.sitepoint.com/t/100-min-height-viewport/6449/2 
   ========================================================================== */
body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}

#body_wrapper::after {
  clear: both;
  content: "";
  display: block;
  height: 1%;
  /*fix IE8*/
  font-size: 0;
}

* html #body_wrapper {
  height: 100%;
}

/* A RANGER 
   ========================================================================== */
p, li, h1, h2, h3, h4, h5, h6 {
  cursor: default;
}

a {
  text-decoration: none;
}
a p, a h1, a h2, a h3, a h4, a h5, a h6 {
  cursor: inherit;
}

button p, button h1, button h2, button h3, button h4, button h5, button h6 {
  cursor: inherit;
}

a, button {
  outline: 0;
}

ul {
  list-style-type: none;
}

/* ANIMATION DEFAULT 
   ========================================================================== */
img {
  user-select: none;
}

a, button, label {
  -webkit-text-stroke: blue;
}

nav {
  user-select: none;
}

div {
  line-height: 1;
}

ul {
  display: inline-block;
  width: 100%;
}

a.no-href {
  cursor: default;
}

@font-face {
  font-family: "AllianzNeoW04";
  src: url("../assets/fonts/AllianzNeoW04/AllianzNeoW04-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "AllianzNeoW04";
  src: url("../assets/fonts/AllianzNeoW04/AllianzNeoW04-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/* ================================================================================
    VARIABLES  
==================================================================================*/
*::selection {
  background: #003781;
  /* WebKit/Blink Browsers */
  color: #fff !important;
}

div, time, div, a, p, input, li, h1, h2, h3, h4, h5, h6 {
  font-family: "AllianzNeoW04", sans-serif;
  color: #333;
}

p, h1, h2, h3, h4, h5, h6 {
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0px;
  word-spacing: 0px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

p, h1, h2, h3, h4, h5, h6 {
  user-select: text;
}

a, p, th, td {
  font-size: 15px;
}
@media (max-width: 567px) {
  a, p, th, td {
    font-size: 13px;
  }
}

.format p, .format li, .format a, .format h1, .format h2, .format h3, .format h4, .format h5, .format h6 {
  color: #bfbfbf;
}
.format p {
  font-size: 17.5px;
  font-weight: 400;
  font-family: "AllianzNeoW04", sans-serif;
  line-height: 1.75;
  color: #212121;
  letter-spacing: 0px;
  word-spacing: 0px;
  margin: 0;
  margin-top: 0px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .format p {
    font-size: 16px;
  }
}
@media (max-width: 567px) {
  .format p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
}
.format p span {
  -webkit-text-stroke: #212121;
}
.format p em, .format p b, .format p strong {
  line-height: 1;
}
.format blockquote {
  padding: 25px 0 25px 20px;
  margin: 0;
}
.format blockquote p {
  font-size: 25px;
  font-weight: 700;
  color: #003781;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.2;
}
.format blockquote p::before {
  content: "“";
}
.format blockquote p::after {
  content: "„";
}
@media (max-width: 567px) {
  .format blockquote p {
    font-size: 18px;
  }
}
.format a {
  font-size: 17.5px;
  font-family: "AllianzNeoW04", sans-serif;
  color: #003781;
  line-height: 1.75;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-decoration: underline;
  position: relative;
}
.format a:hover {
  text-decoration: none;
  color: #003781;
}
@media (max-width: 1024px) {
  .format a {
    font-size: 16px;
  }
}
@media (max-width: 567px) {
  .format a {
    font-size: 15px;
    text-align: left !important;
    line-height: 1.65;
  }
}
.format h1 {
  font-size: 42px;
}
.format h2 {
  font-size: 36px;
  padding-top: 35px !important;
  margin-bottom: 25px !important;
}
@media (max-width: 567px) {
  .format h2 {
    font-size: 24px;
    margin-bottom: 20px !important;
  }
}
.format h3 {
  font-size: 24px;
}
@media (max-width: 567px) {
  .format h3 {
    font-size: 20px;
  }
}
.format h4 {
  font-size: 18px;
}
@media (max-width: 567px) {
  .format h4 {
    font-size: 16px;
  }
}
.format h5 {
  font-size: 14px;
}
.format h6 {
  font-size: 13px;
}
.format h1, .format h2, .format h3, .format h4, .format h5, .format h6 {
  font-weight: 700;
  font-family: "AllianzNeoW04", sans-serif;
  color: #202020;
  line-height: 1.1;
  padding-top: 10px;
  margin-bottom: 25px;
  letter-spacing: 0px;
  text-transform: none;
}
.format h1 a, .format h2 a, .format h3 a, .format h4 a, .format h5 a, .format h6 a {
  font-size: inherit;
}
.format h5, .format h6 {
  font-weight: 700;
  text-transform: uppercase;
}
.format li {
  font-size: 17.5px;
  font-weight: 400;
  font-family: "AllianzNeoW04", sans-serif;
  color: #212121;
  line-height: 1.75;
  list-style-type: none;
  text-align: left;
  margin-bottom: 10px;
  vertical-align: top;
  padding-left: 15px;
  position: relative;
  letter-spacing: 0px;
  word-spacing: 0px;
}
@media (max-width: 1024px) {
  .format li {
    font-size: 16px;
  }
}
@media (max-width: 567px) {
  .format li {
    font-size: 15px;
    line-height: 1.65;
  }
}
.format ul, .format ol {
  padding: 0px 0px 10px 0px;
  display: table;
}
.format ul {
  margin-bottom: 6px;
  width: auto;
}
.format ul li::before {
  content: "›";
  color: #212121;
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 0px;
}
.format ol {
  margin-left: 0px;
  counter-reset: foo;
}
.format ol li {
  padding-left: 25px;
  counter-increment: foo;
}
.format ol li::before {
  content: counter(foo) ".";
  color: #212121;
  position: absolute;
  left: 0px;
  top: 0px;
}
.format hr {
  border-top: 0.5px inset rgba(85, 85, 85, 0.2);
  margin-top: 15px;
  margin-bottom: 25px;
  border-left: none;
  border-bottom: none;
  border-right: none;
  display: inline-block;
  width: 100%;
  height: 1px;
}
.format iframe {
  width: 100%;
  height: auto;
}
.format table {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.format table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.format table thead th {
  font-size: 14px;
  font-weight: black;
}
.format table tbody {
  padding-top: 50px;
}
.format table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.format table tbody tr td {
  padding: 10px 20px 10px 0;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 1.1;
  color: #212121;
  letter-spacing: 0px;
  word-spacing: 0px;
}
@media (max-width: 567px) {
  .format table tbody tr td {
    font-size: 15px;
  }
}
.format .wp-caption {
  background: #f1f1f1;
  max-width: 100%;
  margin: 10px 0 15px 0px;
}
.format .wp-caption img {
  width: 100%;
  height: auto;
}
.format .wp-caption p {
  font-size: 11px;
  font-style: italic;
  text-align: center;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  padding: 10px 0;
  margin-top: -5px;
}
.format .wp-caption.alignleft {
  float: left;
  width: auto;
  margin: 10px 30px 15px 0;
}
.format .wp-caption.alignright {
  float: right;
  width: auto;
  margin: 10px 0 15px 30px;
}
.format .wp-caption.aligncenter {
  margin: 20px auto 30px;
  display: block;
}
.format img.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.format img.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
.format img.aligncenter {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.format .embed-container {
  margin-bottom: 25px;
}

*[ng-if] {
  visibility: hidden;
}
*[ng-if].ng-scope {
  visibility: visible;
}

.no-href, .no-href * {
  cursor: default !important;
}

.flexible .flex {
  display: inline-block;
  width: 100%;
}

.bloc_container {
  height: 100%;
  display: flex;
  align-items: center;
}

.bloc {
  display: flex;
  align-items: center;
  height: 100%;
}
.bloc .bloc_inside {
  display: inline-block;
  width: 100%;
}

.frame {
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame img {
  width: 100%;
}

.image_container, .logo_container, .icon_container {
  display: inline-block;
  position: relative;
  height: 100%;
}
.image_container img, .logo_container img, .icon_container img {
  width: 100%;
  height: auto;
}

.image {
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contain {
  background-size: contain;
  background-position: 50% 50%;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.icon {
  display: inline-block;
  width: 100%;
  height: 100%;
}

svg {
  height: 100%;
  width: 100%;
}

.abs {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.preload {
  display: none !important;
}

.break-word {
  overflow-wrap: break-word;
  display: block;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
}

.clearfix::after {
  clear: both;
}

*[back-img], *[back-asset] {
  opacity: 0;
  transition: opacity 1s;
}

*[my-parallax] {
  opacity: 0;
}

.cache_left {
  position: relative;
}
.cache_left::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 2000%;
  position: absolute;
  right: 100%;
  top: 0;
  background: inherit;
}

.cache_right {
  position: relative;
}
.cache_right::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 2000%;
  position: absolute;
  left: 100%;
  top: 0;
  background: inherit;
}

.cache_bottom_left, .cache_left_bottom {
  position: relative;
}
.cache_bottom_left::after, .cache_left_bottom::after {
  content: "";
  display: inline-block;
  height: 10000%;
  width: 2000%;
  position: absolute;
  right: 0;
  top: 100%;
  background: inherit;
}

.cache_bottom {
  position: relative;
}
.cache_bottom::after {
  content: "";
  display: inline-block;
  height: 10000%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background: inherit;
}

.cache_bottom_right, .cache_right_bottom {
  position: relative;
}
.cache_bottom_right::after, .cache_right_bottom::after {
  content: "";
  display: inline-block;
  height: 10000%;
  width: 2000%;
  position: absolute;
  left: 0%;
  top: 100%;
  background: inherit;
}

.hidden {
  display: none !important;
}

.laptop-on, .l-on {
  display: none !important;
}
@media (max-width: 1367px) {
  .laptop-on, .l-on {
    display: inline-block !important;
  }
}

@media (max-width: 1367px) {
  .laptop-off, .l-off {
    display: none !important;
  }
}

.tablet-on, .t-on {
  display: none !important;
}
@media (max-width: 1226px) {
  .tablet-on, .t-on {
    display: inline-block !important;
  }
}

@media (max-width: 1226px) {
  .tablet-off, .t-off {
    display: none !important;
  }
}

.td-on {
  display: none !important;
}
@media (max-width: 1024px) {
  .td-on {
    display: inline-block !important;
  }
}

@media (max-width: 1024px) {
  .td-off {
    display: none !important;
  }
}

.tp-on {
  display: none !important;
}
@media (max-width: 768px) {
  .tp-on {
    display: inline-block !important;
  }
}

@media (max-width: 768px) {
  .tp-off {
    display: none !important;
  }
}

.mobile-on, .m-on {
  display: none !important;
}
@media (max-width: 567px) {
  .mobile-on, .m-on {
    display: inline-block !important;
  }
}

@media (max-width: 567px) {
  .mobile-off, .m-off {
    display: none !important;
  }
}

.sm-on {
  display: none !important;
}
@media (max-width: 374px) {
  .sm-on {
    display: inline-block !important;
  }
}

@media (max-width: 374px) {
  .sm-off {
    display: none !important;
  }
}

@media (max-width: 1226px) {
  .tablet-paddings {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
@media (max-width: 567px) {
  .tablet-paddings {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}

@media (max-width: 567px) {
  .mobile-paddings {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}

@media (max-width: 1226px) {
  .tablet-paddings-off {
    padding-left: 0;
    padding-right: 0;
  }
}

.paddings {
  padding: 0 70px;
}
@media (max-width: 1226px) {
  .paddings {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (max-width: 567px) {
  .paddings {
    padding-left: 8%;
    padding-right: 8%;
  }
}

* [outFade].go {
  transition: opacity 0.5s, transform 0.5s;
  opacity: 0;
  transform: translate3d(0, 5px, 0);
}

* [outLeft].go {
  transition: opacity 0.5s, transform 0.5s;
  opacity: 0;
  transform: translate3d(-10px, 0px, 0);
}

* [outRight].go {
  transition: opacity 0.5s, transform 0.5s;
  opacity: 0;
  transform: translate3d(10px, 0px, 0);
}

.fitText_container {
  text-align: center;
}
.fitText_container .fitText {
  display: inline-block;
  transform-origin: 50% 0;
  -webkit-font-smoothing: antialiased;
  transform: translate3d(0, 0, 0);
  transition: transform 2s;
}

@media print {
  .no_print {
    display: none !important;
  }
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  background: #fff;
}

body {
  width: 100%;
  height: auto;
}
body.no_scroll header,
body.no_scroll footer,
body.no_scroll main > div {
  padding-right: 15px;
  /* Avoid width reflow */
}
@media (max-width: 768px) {
  body.no_scroll header,
body.no_scroll footer,
body.no_scroll main > div {
    padding-right: 0;
  }
}

#body_background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(#0F2235, #113C5A);
}

#body_wrapper {
  background: #fff;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

#main {
  background: #fff;
  position: relative;
  z-index: 10;
}

.page_overlay {
  position: fixed;
  top: 85px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
  animation-fill-mode: both !important;
}
@keyframes show_general_overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes hide_general_overlay {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.page_overlay.active {
  display: block;
  animation: show_general_overlay 0.3s;
}
.page_overlay.remove-active {
  display: block;
  animation: hide_general_overlay 0.3s;
}

.banner {
  display: inline-block;
  width: 100%;
  clear: both;
  position: relative;
}

.banner_content {
  max-width: 1360px;
  padding: 0 70px;
  margin: 0 auto;
  height: 100%;
  transition: max-width 1s;
  position: relative;
}
@media (max-width: 1024px) {
  .banner_content {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (max-width: 567px) {
  .banner_content {
    padding-left: 8%;
    padding-right: 8%;
  }
}

.inside, .content {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}

.col {
  width: 50%;
  float: left;
}
.col.left {
  float: left;
}
.col.right {
  float: right;
}

.col_left {
  display: inline-block;
  width: 36.5%;
  float: left;
}

.col_right {
  display: inline-block;
  width: 63.5%;
  float: right;
}

@keyframes fade_left_menu_l1 {
  0% {
    opacity: 0;
    letter-spacing: 2px;
  }
  10% {
    opacity: 0;
  }
  10% {
    transform: translate3d(50px, 0px, 0px);
  }
  20% {
    opacity: 0;
  }
  55% {
    transform: translate3d(0px, 0px, 0px);
  }
  80% {
    letter-spacing: 1px;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_left_menu_l2_p {
  0% {
    opacity: 0;
  }
  10% {
    transform: translate3d(50px, 0px, 0px);
  }
  55% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_left_menu_l3_p {
  0% {
    opacity: 0;
  }
  10% {
    transform: translate3d(50px, 0px, 0px);
  }
  55% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_scale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  10% {
    opacity: 0;
  }
  50% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_scale_80 {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  10% {
    opacity: 0;
  }
  70% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_scale_90 {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  10% {
    opacity: 0;
  }
  70% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_scale_95 {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  10% {
    opacity: 0;
  }
  70% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_95 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.95;
  }
}
@keyframes fade_90 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes fade_80 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fade_70 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes fade_60 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes fade_50 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut_hide {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes fadeOut_50_hide {
  0% {
    opacity: 0.5;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes fadeOut_60_hide {
  0% {
    opacity: 0.6;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes fadeOut_70_hide {
  0% {
    opacity: 0.7;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes fadeOut_80_hide {
  0% {
    opacity: 0.8;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes fadeOut_90_hide {
  0% {
    opacity: 0.9;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes fadeOut_95_hide {
  0% {
    opacity: 0.95;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes grow {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale_50 {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale_80 {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale_90 {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale_95 {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes move_left {
  0% {
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes move_up_15 {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes move_up_10 {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes move_up_5 {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fade_move {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
*[when-visible=fade],
*[when-visible=fade_late],
*[when-visible=scale],
*[when-visible=up],
*[when-visible=down],
*[when-visible=left],
*[when-visible=right],
*[when-visible=width],
*[when-visible=discover],
*[when-visible=custom] {
  opacity: 0;
  animation-fill-mode: both;
}

.not-visible {
  opacity: 0;
}

.fade-in-when-visible {
  transition: opacity 0.8s;
  opacity: 1;
}

@keyframes wv_scale {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.scale-in-when-visible {
  animation-duration: 0.9s;
  animation-name: wv_scale;
  transition: opacity 1s;
  opacity: 1;
}

@keyframes wv_up {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0) scale(0.999);
  }
}
.up-when-visible {
  animation-duration: 2s;
  animation-name: wv_up;
  transition: opacity 1s;
  opacity: 1;
}

@keyframes wv_down {
  0% {
    transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0) scale(0.999);
  }
}
.down-when-visible {
  animation-duration: 2s;
  animation-name: wv_down;
  transition: opacity 1s;
  opacity: 1;
}

@keyframes wv_left {
  0% {
    transform: translate3d(10px, 0px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0) scale(0.999);
  }
}
.left-when-visible {
  animation-duration: 2s;
  animation-name: wv_left;
  transition: opacity 1s;
  opacity: 1;
}

@keyframes wv_right {
  0% {
    transform: translate3d(-10px, 0px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0) scale(0.999);
  }
}
.right-when-visible {
  animation-duration: 2s;
  animation-name: wv_right;
  transition: opacity 1s;
  opacity: 1;
}

@keyframes wv_width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.width-when-visible {
  animation-duration: 1s;
  animation-name: wv_width;
  transition: opacity 1s;
  opacity: 1;
}

@keyframes wv_discover {
  0% {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
.discover-when-visible {
  animation-duration: 1s;
  animation-name: wv_discover;
}

#loading_bar {
  height: 3px;
  width: 0%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  transition: width 2s;
  background: rgba(0, 55, 129, 0.9);
}
@media (max-width: 1226px) {
  #loading_bar {
    background: rgba(255, 255, 255, 0.7);
  }
}

.loader {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  height: 100%;
}
.loader .loader-content {
  height: 100%;
  width: 100%;
  animation: fade 2s;
}
@keyframes loader_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader .loader-circle, .loader .loader-line-mask {
  position: absolute;
  left: calc(50% - 60px);
  height: 120px;
}
@media (max-width: 567px) {
  .loader .loader-circle, .loader .loader-line-mask {
    left: calc(50% - 50px);
    height: 100px;
  }
}
.loader .loader-circle {
  width: 120px;
  border-radius: 50%;
}
@media (max-width: 567px) {
  .loader .loader-circle {
    width: 100px;
  }
}
.loader .loader-line-mask {
  width: 60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  animation: loader_rotate 1.2s infinite linear;
}
@media (max-width: 567px) {
  .loader .loader-line-mask {
    width: 50px;
    transform-origin: 50px 50px;
  }
}
.loader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
@media (max-width: 567px) {
  .loader .loader-line-mask .loader-line {
    width: 100px;
    height: 100px;
  }
}

.loader-white .loader-circle, .loader-white .loader-line-mask {
  top: calc(50% - 60px);
}
@media (max-width: 567px) {
  .loader-white .loader-circle, .loader-white .loader-line-mask {
    top: calc(50% - 50px);
  }
}
.loader-white .loader-circle {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.loader-white .loader-line-mask {
  mask-image: -webkit-linear-gradient(top, #000000, rgba(255, 255, 255, 0.08));
}
.loader-white .loader-line-mask .loader-line {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.loader-grey .loader-circle, .loader-grey .loader-line-mask {
  top: calc(50% - 60px);
}
@media (max-width: 567px) {
  .loader-grey .loader-circle, .loader-grey .loader-line-mask {
    top: calc(50% - 50px);
  }
}
.loader-grey .loader-circle {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.loader-grey .loader-line-mask {
  mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0.05));
}
.loader-grey .loader-line-mask .loader-line {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.spinner {
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translate(0, -50%);
  left: 15px;
  position: absolute;
  display: inline-block;
  overflow: visible;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#wpadminbar {
  background: rgba(35, 40, 45, 0.95) !important;
  width: auto !important;
  min-width: 0px !important;
  padding-right: 10px;
  border-bottom-right-radius: 13px;
}
#wpadminbar:hover {
  background: rgba(35, 40, 45, 0.95) !important;
}
#wpadminbar #wp-admin-bar-root-default > li a::before {
  transition: none !important;
}
#wpadminbar #wp-admin-bar-root-default > li.hover a {
  color: #eee !important;
}
#wpadminbar #wp-admin-bar-root-default > li.hover a::before {
  color: rgba(240, 245, 250, 0.6) !important;
}
#wpadminbar #wp-admin-bar-root-default > li a:hover, #wpadminbar #wp-admin-bar-root-default > li a:hover::before {
  color: #00b9eb !important;
}
#wpadminbar #wp-toolbar, #wpadminbar #wp-admin-bar-root-default {
  height: 100%;
}
#wpadminbar .ab-sub-wrapper,
#wpadminbar #wp-admin-bar-new_draft,
#wpadminbar #wp-admin-bar-top-secondary {
  display: none !important;
}
#wpadminbar .ab-sub-wrapper,
#wpadminbar #wp-admin-bar-all-in-one-seo-pack,
#wpadminbar #wp-admin-bar-search {
  display: none;
}
#wpadminbar #wp-admin-bar-site-name a::before {
  top: 3px !important;
}
@media (max-width: 567px) {
  #wpadminbar #wp-admin-bar-site-name a::before {
    top: 7px !important;
  }
}
#wpadminbar #wp-admin-bar-my-log-out {
  margin-left: 7px;
}
#wpadminbar #wp-admin-bar-my-log-out a.ab-item {
  position: relative;
}
#wpadminbar #wp-admin-bar-my-log-out a.ab-item img {
  display: none;
  height: 16px;
  position: absolute;
  top: 8px;
  right: 0px;
}
#wpadminbar #wp-admin-bar-my-log-out a.ab-item::before {
  top: 3px;
  left: 2px;
  content: "\f242" !important;
  transform: scale(0.9);
}

@media (max-width: 567px) {
  .fm-on {
    display: inline-block !important;
  }
}

@media (max-width: 567px) {
  .fm-off {
    display: none !important;
  }
}

footer {
  position: relative;
  background: #fff;
  z-index: 10;
  padding-top: 80px;
}
footer #footer_top {
  background: #fff;
  padding: 60px 0 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1226px) {
  footer #footer_top {
    padding: 30px 0 30px;
  }
}
@media (max-width: 567px) {
  footer #footer_top {
    padding: 25px 0 30px;
  }
}
footer #footer_bottom .content {
  padding: 11px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 567px) {
  footer #footer_bottom .content {
    padding: 18px 0 18px;
  }
}
footer .section-title {
  color: #003781;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  user-select: none;
}
footer .copyright-line {
  display: inline-block;
  text-align: center;
  margin-left: -7px;
  width: 100%;
  user-select: none;
}
@media (max-width: 567px) {
  footer .copyright-line {
    width: 100%;
    text-align: center;
    margin-left: 0px;
  }
}
footer .copyright-line .footer-copyright-menu {
  width: auto;
  display: inline-block;
}
footer .copyright-line .footer-copyright-menu ul {
  width: auto;
  display: inline-block;
}
footer .copyright-line .footer-copyright-menu ul li {
  display: inline-block;
}
footer .copyright-line p, footer .copyright-line a, footer .copyright-line span {
  font-size: 11px;
  font-weight: 400;
  font-family: "AllianzNeoW04", sans-serif;
  color: #003781;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  transition: opacity 1s, color 0.6s;
  user-select: none;
}
@media (max-width: 567px) {
  footer .copyright-line p, footer .copyright-line a, footer .copyright-line span {
    font-size: 11px;
  }
}
footer .copyright-line a {
  display: inline-block;
  padding: 15px 15px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1226px) {
  footer .copyright-line a {
    padding: 15px 10px;
  }
}
@media (max-width: 567px) {
  footer .copyright-line a {
    padding: 4px 15px;
  }
  footer .copyright-line a:first-child, footer .copyright-line a:last-child {
    display: block;
  }
}
footer .copyright-line a:hover::after, footer .copyright-line a:focus::after {
  width: 100%;
  opacity: 0.3;
}
footer .copyright-line a:first-child {
  border-bottom: none;
}
footer .copyright-line a:first-child:before {
  display: none;
}
@media (max-width: 567px) {
  footer .copyright-line a:nth-last-child(1):before {
    display: none;
  }
}
footer .copyright-line a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 2px;
  width: 0;
  opacity: 0;
  transition: opacity 0.5s, width 0.2s;
  background: #fff;
}
@media (max-width: 1024px) {
  footer .copyright-line a::after {
    display: none !important;
  }
}
footer .copyright-line a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4px;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}
@media (max-width: 567px) {
  footer .copyright-line a::before {
    display: none;
  }
}
footer .copyright-line p {
  display: inline;
}

#header {
  z-index: 99;
  width: 100%;
  transition: transform 0.6s, box-shadow 0.6s;
  background: white;
  padding: 80px 0 30px;
}
#header .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: inline-block;
  height: 85px;
  opacity: 0;
}
@media (max-width: 1226px) {
  #header .background {
    height: 68px;
  }
}
@media (max-width: 567px) {
  #header .background {
    height: 68px;
  }
}
#header .banner_content .content {
  text-align: center;
}

#header .logo_container {
  width: 206px;
  height: 85px;
  position: relative;
  transition: box-shadow 0.3s;
  display: inline-block;
}
@media (max-width: 1226px) {
  #header .logo_container {
    height: 68px;
    width: 183px;
  }
}
@media (max-width: 567px) {
  #header .logo_container {
    height: 68px;
  }
}
#header .logo_container .logo_image {
  height: 100%;
  width: 100%;
  transition: transform 0.6s;
  user-select: none;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
}
#header .logo_container .logo_image .st0 {
  fill: none;
}
#header .logo_container .logo_image .st1 {
  fill: #00A9B9;
}
#header .logo_container .logo_image .st2 {
  fill: #F18700;
}
#header .logo_container .logo_text {
  font-size: 11px;
  float: left;
  transition: transform 0.6s;
  display: inline-block;
  width: 190px;
  color: #2b6698;
  margin-left: 20px;
  margin-top: 45px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0px 10px 17px;
  user-select: none;
}
@media (max-width: 1226px) {
  #header .logo_container .logo_text {
    display: none;
  }
}

.front-page .banner.medium {
  padding: 20vh 0 15vh;
  text-align: center;
}
.front-page .banner.medium a {
  display: inline-block;
  text-align: center;
  padding: 20px;
  background: #003781;
  color: #fff;
  width: 200px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.front-page .banner.medium a:not(.no-href):hover {
  background: #002658;
}

@media (max-width: 1226px) {
  .page-404 .banner.top {
    height: 600px !important;
  }
}
@media (max-width: 1024px) {
  .page-404 .banner.top {
    height: 500px !important;
  }
}
@media (max-width: 567px) {
  .page-404 .banner.top {
    height: 200px !important;
  }
}
@media (max-width: 567px) {
  .page-404 .banner.top .top-title {
    margin-bottom: 0;
  }
}

.page.legals .banner.top {
  background: #fff;
  transition: height 1s;
  height: 500px;
}
@media (max-width: 1367px) {
  .page.legals .banner.top {
    height: 500px;
  }
}
@media (max-width: 1226px) {
  .page.legals .banner.top {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .page.legals .banner.top {
    height: 400px;
  }
}
@media (max-width: 567px) {
  .page.legals .banner.top {
    height: 348px;
  }
}

.page.legals .banner.top {
  position: relative;
}
.page.legals .banner.top .image {
  background-position: 50% 50%;
  filter: brightness(80%);
}
@media (max-width: 567px) {
  .page.legals .banner.top .image {
    background-position: 50% 50%;
  }
}
.page.legals .banner.top .bloc {
  padding: 60px 20% 0 0;
}
@media (max-width: 1226px) {
  .page.legals .banner.top .bloc {
    padding: 60px 20% 0 0;
  }
}
@media (max-width: 567px) {
  .page.legals .banner.top .bloc {
    padding: 60px 20% 0 0;
  }
}
.page.legals .banner.top .title {
  font-size: 50px;
  color: #fff;
  animation: fade 2s;
  line-height: 1.1;
  position: relative;
  text-transform: uppercase;
  z-index: 4;
  user-select: none;
  margin-bottom: 10px;
}
@media (max-width: 1226px) {
  .page.legals .banner.top .title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .page.legals .banner.top .title {
    font-size: 38px;
  }
}
@media (max-width: 567px) {
  .page.legals .banner.top .title {
    font-size: 28px;
  }
}
.page.legals .banner.top .sous-title {
  font-size: 11px;
  color: #fff;
  letter-spacing: 2px;
  animation-delay: 0.2s;
  text-transform: uppercase;
}
.page.legals .banner.top .scroll_btn {
  left: auto !important;
  right: 0 !important;
}
@media (max-width: 768px) {
  .page.legals .banner.top .scroll_btn {
    display: none;
  }
}

.page.legals .banner.medium {
  padding: 100px 0 150px;
  background: #fff;
}
@media (max-width: 1367px) {
  .page.legals .banner.medium {
    padding: 90px 0 120px;
  }
}
@media (max-width: 1024px) {
  .page.legals .banner.medium {
    padding: 70px 0 100px;
  }
}
@media (max-width: 768px) {
  .page.legals .banner.medium {
    padding: 60px 0 80px;
  }
}
@media (max-width: 567px) {
  .page.legals .banner.medium {
    padding: 50px 0 150px;
  }
}
.page.legals .banner.medium .content {
  animation: fade 2s;
}
.page.type .banner.form {
  padding: 50px 0;
}

.wpcf7-form {
  padding-top: 40px;
  margin-bottom: 40px;
}
.wpcf7-form > p {
  margin-bottom: 10px;
}
.wpcf7-form label {
  font-size: 13px;
  font-weight: 600;
}
.wpcf7-form span.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
.wpcf7-form span.wpcf7-form-control-wrap input, .wpcf7-form span.wpcf7-form-control-wrap textarea {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 20px;
  width: 100%;
}
.wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-not-valid, .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  border: 1px solid #003781;
}
.wpcf7-form span.wpcf7-form-control-wrap textarea {
  height: 150px;
  min-height: 150px;
}
.wpcf7-form span.wpcf7-form-control-wrap input:focus, .wpcf7-form span.wpcf7-form-control-wrap textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.wpcf7-form span.wpcf7-form-control-wrap input:focus::placeholder, .wpcf7-form span.wpcf7-form-control-wrap textarea:focus::placeholder {
  opacity: 0.5 !important;
}
.wpcf7-form span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #003781;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 10px;
  width: 100%;
}
.wpcf7-form span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  width: 100%;
  margin-left: 0;
  display: inline-block;
}
.wpcf7-form span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding: 5px;
}
.wpcf7-form span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label:target {
  color: #003781;
}
.wpcf7-form span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input {
  margin-top: 3px;
  margin-right: 5px;
  display: inline-block;
  float: left;
  width: auto;
}
.wpcf7-form span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:hover label {
  color: #003781;
}
.wpcf7-form span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  background: #003781;
  color: #fff;
  font-size: 12px;
  padding-left: 24px;
}
.wpcf7-form span.wpcf7-form-control-wrap.message span.wpcf7-not-valid-tip {
  margin-top: -10px;
}
.wpcf7-form input[type=submit] {
  background: #003781;
  color: #fff;
  font-weight: 600;
  padding: 15px 20px;
  border: 1px solid #003781;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.wpcf7-form input[type=submit]:hover {
  background: #002c68;
  border: 1px solid #fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0);
}
.wpcf7-form .wpcf7-response-output {
  color: #fff;
  font-size: 14px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center;
}
.wpcf7-form.failed .wpcf7-response-output {
  background: #f39b1e;
  padding: 10px !important;
  border: 2px solid #f39b1e !important;
}
.wpcf7-form.invalid .wpcf7-response-output {
  background: #ffb900;
}
.wpcf7-form.sent .wpcf7-response-output {
  background: #46b450;
}

body div.gform_wrapper {
  margin-top: 60px;
}
body div.gform_wrapper .gf_progressbar_wrapper {
  margin-bottom: 30px;
}
body div.gform_wrapper li.gfield {
  margin-bottom: 32px;
}
body div.gform_wrapper li.gfield label.gfield_label {
  font-size: 15px;
  color: black;
  letter-spacing: 0px;
  margin-bottom: 5px;
}
body div.gform_wrapper li.gfield .gfield_description {
  padding-top: 3px;
  padding-bottom: 5px;
  opacity: 0.8;
}
body div.gform_wrapper .gform_body > ul > li:not(.gf_left_half):not(.gf_right_half):not(.li_email) {
  padding-left: 0;
  margin-bottom: 30px !important;
}
body div.gform_wrapper .gform_body > ul > li:not(.gf_left_half):not(.gf_right_half):not(.li_email).field_description_below:not(.gfield_html):not(.gf_left_half):not(.gf_right_half) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
body div.gform_wrapper .gfield_no_follows_desc {
  margin-top: 0px !important;
  margin-bottom: 40px !important;
}
body div.gform_wrapper li::before {
  display: none;
}
body div.gform_wrapper ul.gfield_radio, body div.gform_wrapper ul.gfield_checkbox {
  width: 100%;
}
body div.gform_wrapper ul.gfield_radio > li, body div.gform_wrapper ul.gfield_checkbox > li {
  overflow: visible;
}
body div.gform_wrapper ul.gfield_radio label, body div.gform_wrapper ul.gfield_checkbox label {
  padding-left: 35px !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  transform: translateY(-2px);
  line-height: 1.2;
  user-select: none;
  font-size: 15px;
  position: relative;
}
body div.gform_wrapper ul.gfield_radio label::before, body div.gform_wrapper ul.gfield_checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
body div.gform_wrapper ul.gfield_radio label::after, body div.gform_wrapper ul.gfield_checkbox label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6.5px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0;
  background: #003781;
}
@media (max-width: 567px) {
  body div.gform_wrapper ul.gfield_radio label::after, body div.gform_wrapper ul.gfield_checkbox label::after {
    top: 8px;
  }
}
body div.gform_wrapper ul.gfield_radio input:checked + label::after, body div.gform_wrapper ul.gfield_checkbox input:checked + label::after {
  opacity: 1;
}
body div.gform_wrapper ul.gfield_radio input[value=gf_other_choice], body div.gform_wrapper ul.gfield_checkbox input[value=gf_other_choice] {
  margin-left: 1px !important;
  margin-top: 0 !important;
  position: absolute;
}
body div.gform_wrapper ul.gfield_radio input[value=gf_other_choice]::before, body div.gform_wrapper ul.gfield_checkbox input[value=gf_other_choice]::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer !important;
}
@media (max-width: 567px) {
  body div.gform_wrapper ul.gfield_radio input[value=gf_other_choice]::before, body div.gform_wrapper ul.gfield_checkbox input[value=gf_other_choice]::before {
    top: 8px;
  }
}
body div.gform_wrapper ul.gfield_radio input[value=gf_other_choice]::after, body div.gform_wrapper ul.gfield_checkbox input[value=gf_other_choice]::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7.5px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0;
  background: #003781;
  cursor: pointer !important;
}
@media (max-width: 567px) {
  body div.gform_wrapper ul.gfield_radio input[value=gf_other_choice]::after, body div.gform_wrapper ul.gfield_checkbox input[value=gf_other_choice]::after {
    top: 8px;
  }
}
body div.gform_wrapper ul.gfield_radio input[value=gf_other_choice] + input, body div.gform_wrapper ul.gfield_checkbox input[value=gf_other_choice] + input {
  margin-left: 35px !important;
  padding-left: 0 !important;
  font-size: 17px;
  font-weight: 300 !important;
  transform: translateY(-5px);
  line-height: 1;
  position: relative;
}
body div.gform_wrapper ul.gfield_radio input[value=gf_other_choice] + input:focus, body div.gform_wrapper ul.gfield_checkbox input[value=gf_other_choice] + input:focus {
  font-size: 27px;
  font-weight: 700 !important;
}
body div.gform_wrapper ul.gfield_radio input[value=gf_other_choice]:checked::after, body div.gform_wrapper ul.gfield_checkbox input[value=gf_other_choice]:checked::after {
  opacity: 1;
}
body div.gform_wrapper ul.gfield_radio input[value=gf_other_choice]:checked + input, body div.gform_wrapper ul.gfield_checkbox input[value=gf_other_choice]:checked + input {
  font-weight: 700 !important;
}
body div.gform_wrapper li.gf_left_half div.ginput_container_text,
body div.gform_wrapper li.gf_right_half div.ginput_container_text,
body div.gform_wrapper li.li_email div.ginput_container_email {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
}
body div.gform_wrapper input[type=submit] {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  background: #003781;
  color: #fff;
  padding: 16px 33px;
  padding-right: 60px;
  border-radius: 25px;
  font-size: 13px !important;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
body div.gform_wrapper input[type=submit]:hover {
  background: #f39b1e;
}
body div.gform_wrapper input[type=text] {
  font-weight: 700 !important;
}
body div.gform_wrapper input::placeholder, body div.gform_wrapper textarea::placeholder {
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.5px;
  line-height: 1.3;
}
body div.gform_wrapper input:focus::placeholder, body div.gform_wrapper textarea:focus::placeholder {
  opacity: 0.35 !important;
}
body div.gform_wrapper .gf_left_half, body div.gform_wrapper .gf_right_half {
  margin-top: 5px !important;
  padding-left: 0;
  margin-bottom: 0px !important;
}
@media (max-width: 768px) {
  body div.gform_wrapper .gf_left_half, body div.gform_wrapper .gf_right_half {
    width: 100% !important;
    padding-right: 0 !important;
  }
}
body div.gform_wrapper .li_email {
  width: 100%;
  padding-right: 16px;
  margin-top: 5px !important;
  padding-left: 0;
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
body div.gform_wrapper .li_email label {
  display: none !important;
}
body div.gform_wrapper .li_email input {
  margin-top: 12px;
  width: 100% !important;
}
body div.gform_wrapper .ginput_container_text,
body div.gform_wrapper .ginput_container_textarea,
body div.gform_wrapper .ginput_container_email,
body div.gform_wrapper .ginput_container_website,
body div.gform_wrapper .ginput_container_date {
  padding-bottom: 0 !important;
}
body div.gform_wrapper .ginput_container_text input, body div.gform_wrapper .ginput_container_text textarea, body div.gform_wrapper .ginput_container_text select, body div.gform_wrapper .ginput_container_text .selectize-input,
body div.gform_wrapper .ginput_container_textarea input,
body div.gform_wrapper .ginput_container_textarea textarea,
body div.gform_wrapper .ginput_container_textarea select,
body div.gform_wrapper .ginput_container_textarea .selectize-input,
body div.gform_wrapper .ginput_container_email input,
body div.gform_wrapper .ginput_container_email textarea,
body div.gform_wrapper .ginput_container_email select,
body div.gform_wrapper .ginput_container_email .selectize-input,
body div.gform_wrapper .ginput_container_website input,
body div.gform_wrapper .ginput_container_website textarea,
body div.gform_wrapper .ginput_container_website select,
body div.gform_wrapper .ginput_container_website .selectize-input,
body div.gform_wrapper .ginput_container_date input,
body div.gform_wrapper .ginput_container_date textarea,
body div.gform_wrapper .ginput_container_date select,
body div.gform_wrapper .ginput_container_date .selectize-input {
  width: 100%;
  z-index: 10;
  padding: 0 20px;
  transition: border 0.5s, box-shadow 0.15s, padding-left 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: #fff !important;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.05);
}
body div.gform_wrapper .ginput_container_text input.ng-pristine, body div.gform_wrapper .ginput_container_text textarea.ng-pristine, body div.gform_wrapper .ginput_container_text select.ng-pristine, body div.gform_wrapper .ginput_container_text .selectize-input.ng-pristine,
body div.gform_wrapper .ginput_container_textarea input.ng-pristine,
body div.gform_wrapper .ginput_container_textarea textarea.ng-pristine,
body div.gform_wrapper .ginput_container_textarea select.ng-pristine,
body div.gform_wrapper .ginput_container_textarea .selectize-input.ng-pristine,
body div.gform_wrapper .ginput_container_email input.ng-pristine,
body div.gform_wrapper .ginput_container_email textarea.ng-pristine,
body div.gform_wrapper .ginput_container_email select.ng-pristine,
body div.gform_wrapper .ginput_container_email .selectize-input.ng-pristine,
body div.gform_wrapper .ginput_container_website input.ng-pristine,
body div.gform_wrapper .ginput_container_website textarea.ng-pristine,
body div.gform_wrapper .ginput_container_website select.ng-pristine,
body div.gform_wrapper .ginput_container_website .selectize-input.ng-pristine,
body div.gform_wrapper .ginput_container_date input.ng-pristine,
body div.gform_wrapper .ginput_container_date textarea.ng-pristine,
body div.gform_wrapper .ginput_container_date select.ng-pristine,
body div.gform_wrapper .ginput_container_date .selectize-input.ng-pristine {
  border: 1px solid #fff !important;
}
body div.gform_wrapper .ginput_container_text input.focus, body div.gform_wrapper .ginput_container_text input:focus, body div.gform_wrapper .ginput_container_text textarea.focus, body div.gform_wrapper .ginput_container_text textarea:focus, body div.gform_wrapper .ginput_container_text select.focus, body div.gform_wrapper .ginput_container_text select:focus, body div.gform_wrapper .ginput_container_text .selectize-input.focus, body div.gform_wrapper .ginput_container_text .selectize-input:focus,
body div.gform_wrapper .ginput_container_textarea input.focus,
body div.gform_wrapper .ginput_container_textarea input:focus,
body div.gform_wrapper .ginput_container_textarea textarea.focus,
body div.gform_wrapper .ginput_container_textarea textarea:focus,
body div.gform_wrapper .ginput_container_textarea select.focus,
body div.gform_wrapper .ginput_container_textarea select:focus,
body div.gform_wrapper .ginput_container_textarea .selectize-input.focus,
body div.gform_wrapper .ginput_container_textarea .selectize-input:focus,
body div.gform_wrapper .ginput_container_email input.focus,
body div.gform_wrapper .ginput_container_email input:focus,
body div.gform_wrapper .ginput_container_email textarea.focus,
body div.gform_wrapper .ginput_container_email textarea:focus,
body div.gform_wrapper .ginput_container_email select.focus,
body div.gform_wrapper .ginput_container_email select:focus,
body div.gform_wrapper .ginput_container_email .selectize-input.focus,
body div.gform_wrapper .ginput_container_email .selectize-input:focus,
body div.gform_wrapper .ginput_container_website input.focus,
body div.gform_wrapper .ginput_container_website input:focus,
body div.gform_wrapper .ginput_container_website textarea.focus,
body div.gform_wrapper .ginput_container_website textarea:focus,
body div.gform_wrapper .ginput_container_website select.focus,
body div.gform_wrapper .ginput_container_website select:focus,
body div.gform_wrapper .ginput_container_website .selectize-input.focus,
body div.gform_wrapper .ginput_container_website .selectize-input:focus,
body div.gform_wrapper .ginput_container_date input.focus,
body div.gform_wrapper .ginput_container_date input:focus,
body div.gform_wrapper .ginput_container_date textarea.focus,
body div.gform_wrapper .ginput_container_date textarea:focus,
body div.gform_wrapper .ginput_container_date select.focus,
body div.gform_wrapper .ginput_container_date select:focus,
body div.gform_wrapper .ginput_container_date .selectize-input.focus,
body div.gform_wrapper .ginput_container_date .selectize-input:focus {
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.1) !important;
}
body div.gform_wrapper .ginput_container_text input, body div.gform_wrapper .ginput_container_text select,
body div.gform_wrapper .ginput_container_textarea input,
body div.gform_wrapper .ginput_container_textarea select,
body div.gform_wrapper .ginput_container_email input,
body div.gform_wrapper .ginput_container_email select,
body div.gform_wrapper .ginput_container_website input,
body div.gform_wrapper .ginput_container_website select,
body div.gform_wrapper .ginput_container_date input,
body div.gform_wrapper .ginput_container_date select {
  padding-left: 20px !important;
  height: 54px;
}
@media (max-width: 567px) {
  body div.gform_wrapper .ginput_container_text input, body div.gform_wrapper .ginput_container_text select,
body div.gform_wrapper .ginput_container_textarea input,
body div.gform_wrapper .ginput_container_textarea select,
body div.gform_wrapper .ginput_container_email input,
body div.gform_wrapper .ginput_container_email select,
body div.gform_wrapper .ginput_container_website input,
body div.gform_wrapper .ginput_container_website select,
body div.gform_wrapper .ginput_container_date input,
body div.gform_wrapper .ginput_container_date select {
    height: 50px;
  }
}
body div.gform_wrapper .ginput_container_text input:-webkit-autofill, body div.gform_wrapper .ginput_container_text textarea:-webkit-autofill,
body div.gform_wrapper .ginput_container_textarea input:-webkit-autofill,
body div.gform_wrapper .ginput_container_textarea textarea:-webkit-autofill,
body div.gform_wrapper .ginput_container_email input:-webkit-autofill,
body div.gform_wrapper .ginput_container_email textarea:-webkit-autofill,
body div.gform_wrapper .ginput_container_website input:-webkit-autofill,
body div.gform_wrapper .ginput_container_website textarea:-webkit-autofill,
body div.gform_wrapper .ginput_container_date input:-webkit-autofill,
body div.gform_wrapper .ginput_container_date textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset, 1px 1px 4px 0px rgba(0, 0, 0, 0.05) !important;
  -webkit-text-fill-color: #555868 !important;
  border: 1px solid #fff;
}
body div.gform_wrapper .ginput_container_text textarea,
body div.gform_wrapper .ginput_container_textarea textarea,
body div.gform_wrapper .ginput_container_email textarea,
body div.gform_wrapper .ginput_container_website textarea,
body div.gform_wrapper .ginput_container_date textarea {
  margin-bottom: 10px;
  resize: none !important;
  padding-top: 20px !important;
  padding-right: 20px !important;
  text-align: justify;
  line-height: 1.5;
  font-weight: 700;
  height: auto;
  will-change: box-shadow, background, height, padding-left;
  transition: border 0.3s, height 0.5s, min-height 0.5s, padding-left 0.3s !important;
  min-height: 150px;
}
body div.gform_wrapper .ginput_container_text textarea:focus,
body div.gform_wrapper .ginput_container_textarea textarea:focus,
body div.gform_wrapper .ginput_container_email textarea:focus,
body div.gform_wrapper .ginput_container_website textarea:focus,
body div.gform_wrapper .ginput_container_date textarea:focus {
  min-height: 150px;
}
@media (max-width: 567px) {
  body div.gform_wrapper .ginput_container_text textarea,
body div.gform_wrapper .ginput_container_textarea textarea,
body div.gform_wrapper .ginput_container_email textarea,
body div.gform_wrapper .ginput_container_website textarea,
body div.gform_wrapper .ginput_container_date textarea {
    text-align: left;
  }
}
body div.gform_wrapper .ginput_container_date input {
  width: 100% !important;
  margin-top: 15px;
  margin-bottom: 30px;
}
body div.gform_wrapper #input_4_21 {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 75%;
}
@media (max-width: 768px) {
  body div.gform_wrapper #input_4_21 {
    width: 100%;
  }
}
body div.gform_wrapper h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  color: #002d42;
  letter-spacing: 0;
  line-height: 1.2;
  position: relative;
  margin-top: 50px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  body div.gform_wrapper h3 {
    margin-bottom: 50px;
  }
}
body div.gform_wrapper h2 {
  font-size: 17px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  letter-spacing: 0;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 1024px) {
  body div.gform_wrapper h2 {
    margin-top: 20px;
  }
}
body div.gform_wrapper input[aria-required=true] {
  background: rgba(243, 155, 30, 0.1) !important;
}
body div.gform_wrapper input[aria-required=true]::after {
  content: "*";
  display: inline-block;
  cursor: #000;
}
body div.gform_wrapper #gform_1 #field_1_16 {
  margin-top: 40px;
}
body div.gform_wrapper .gform_page_footer input:hover, body div.gform_wrapper .gform_page_footer a:hover {
  -webkit-text-stroke: blue;
  text-decoration: underline;
}

form.quform-form {
  max-width: 650px;
  margin: 0 auto;
}
form.quform-form .quform-spacer .quform-label {
  margin-bottom: 0px;
}
form.quform-form .quform-description-above {
  padding-top: 0px;
  padding-bottom: 0;
  margin-bottom: -2px;
}
form.quform-form .quform-group-title {
  font-weight: normal;
}
form.quform-form .quform-element-group {
  margin-top: 0 !important;
  width: calc(100% + 20px) !important;
}
form.quform-form .quform-element-group .quform-child-elements .quform-element-column .quform-element {
  margin-top: 15px;
}
form.quform-form .quform-spacer {
  padding-bottom: 0;
  margin-bottom: 0;
}
form.quform-form .quform-spacer .quform-inner .quform-input {
  margin-top: 6px;
  /**************  PLACEHOLDER   ***************/
}
form.quform-form .quform-spacer .quform-inner .quform-input input, form.quform-form .quform-spacer .quform-inner .quform-input textarea {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
form.quform-form .quform-spacer .quform-inner .quform-input input {
  height: 45px;
  padding-left: 20px;
  background-position: 95% 50% !important;
}
form.quform-form .quform-spacer .quform-inner .quform-input input:focus {
  border: 2px solid #003781;
}
form.quform-form .quform-spacer .quform-inner .quform-input input::placeholder, form.quform-form .quform-spacer .quform-inner .quform-input textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6) !important;
  text-align: left;
  letter-spacing: 0.5px;
}
@media (max-width: 1024px) {
  form.quform-form .quform-spacer .quform-inner .quform-input input::placeholder, form.quform-form .quform-spacer .quform-inner .quform-input textarea::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 567px) {
  form.quform-form .quform-spacer .quform-inner .quform-input input::placeholder, form.quform-form .quform-spacer .quform-inner .quform-input textarea::placeholder {
    font-size: 14px;
  }
}
form.quform-form .quform-spacer .quform-inner .quform-input input:focus::placeholder, form.quform-form .quform-spacer .quform-inner .quform-input textarea:focus::placeholder {
  opacity: 0.35 !important;
}
form.quform-form .quform-child-elements > .quform-element {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}
form.quform-form .quform-element {
  display: inline-block;
  width: 100%;
  animation-fill-mode: both !important;
}
form.quform-form .quform-element:nth-child(1) {
  animation-delay: -0.01s;
  animation-duration: 0.6s;
  animation-name: fade_scale_95;
}
form.quform-form .quform-element:nth-child(2) {
  animation-delay: 0.03s;
  animation-duration: 0.7s;
  animation-name: fade_scale_95;
}
form.quform-form .quform-element:nth-child(3) {
  animation-delay: 0.07s;
  animation-duration: 0.8s;
  animation-name: fade_scale_95;
}
form.quform-form .quform-element:nth-child(4) {
  animation-delay: 0.11s;
  animation-duration: 0.9s;
  animation-name: fade_scale_95;
}
form.quform-form .quform-element:nth-child(5) {
  animation-delay: 0.15s;
  animation-duration: 1s;
  animation-name: fade_scale_95;
}
form.quform-form .quform-element:nth-child(6) {
  animation-delay: 0.19s;
  animation-duration: 1.1s;
  animation-name: fade_scale_95;
}
form.quform-form .quform-element:nth-child(7) {
  animation-delay: 0.23s;
  animation-duration: 1.2s;
  animation-name: fade_scale_95;
}
form.quform-form .quform-element:nth-child(8) {
  animation-delay: 0.27s;
  animation-duration: 1.3s;
  animation-name: fade_scale_95;
}
form.quform-form .quform-element:nth-child(9) {
  animation-delay: 0.31s;
  animation-duration: 1.4s;
  animation-name: fade_scale_95;
}
form.quform-form .quform-element:nth-child(10) {
  animation-delay: 0.35s;
  animation-duration: 1.5s;
  animation-name: fade_scale_95;
}
form.quform-form .quform-element:nth-child(11) {
  animation-delay: 0.39s;
  animation-duration: 1.6s;
  animation-name: fade_scale_95;
}
form.quform-form .quform-element:nth-child(12) {
  animation-delay: 0.43s;
  animation-duration: 1.7s;
  animation-name: fade_scale_95;
}
form.quform-form .quform-element:nth-child(13) {
  animation-delay: 0.47s;
  animation-duration: 1.8s;
  animation-name: fade_scale_95;
}
form.quform-form .quform-element:nth-child(14) {
  animation-delay: 0.51s;
  animation-duration: 1.9s;
  animation-name: fade_scale_95;
}
form.quform-form .quform-element:nth-child(15) {
  animation-delay: 0.55s;
  animation-duration: 2s;
  animation-name: fade_scale_95;
}
form.quform-form .quform-element:nth-child(16) {
  animation-delay: 0.59s;
  animation-duration: 2.1s;
  animation-name: fade_scale_95;
}
form.quform-form .quform-element:nth-child(17) {
  animation-delay: 0.63s;
  animation-duration: 2.2s;
  animation-name: fade_scale_95;
}
form.quform-form .quform-element:nth-child(18) {
  animation-delay: 0.67s;
  animation-duration: 2.3s;
  animation-name: fade_scale_95;
}
form.quform-form .quform-element:nth-child(19) {
  animation-delay: 0.71s;
  animation-duration: 2.4s;
  animation-name: fade_scale_95;
}
form.quform-form .quform-element:nth-child(20) {
  animation-delay: 0.75s;
  animation-duration: 2.5s;
  animation-name: fade_scale_95;
}
form.quform-form .quform-element.quform-element-file .quform-upload-button:hover {
  background: #000c1b;
}
form.quform-form .quform-element.quform-element-checkbox .quform-inner-radio .quform-options, form.quform-form .quform-element.quform-element-radio .quform-inner-radio .quform-options {
  padding-top: 5px;
}
form.quform-form .quform-element.quform-element-checkbox .quform-inner-radio .quform-options:not(.quform-options-columns) .quform-option, form.quform-form .quform-element.quform-element-radio .quform-inner-radio .quform-options:not(.quform-options-columns) .quform-option {
  width: 100%;
}
form.quform-form .quform-element.quform-element-checkbox .quform-inner-radio .quform-option, form.quform-form .quform-element.quform-element-radio .quform-inner-radio .quform-option {
  display: inline-block;
  width: auto !important;
}
form.quform-form .quform-element.quform-element-checkbox .quform-inner-radio .quform-option input:checked + label::after, form.quform-form .quform-element.quform-element-radio .quform-inner-radio .quform-option input:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
form.quform-form .quform-element.quform-element-checkbox .quform-inner-radio .quform-option input, form.quform-form .quform-element.quform-element-radio .quform-inner-radio .quform-option input {
  display: none;
}
form.quform-form .quform-element.quform-element-checkbox .quform-inner-radio .quform-option label, form.quform-form .quform-element.quform-element-radio .quform-inner-radio .quform-option label {
  padding-left: 35px !important;
  margin-right: 20px;
  margin-top: 0 !important;
  margin-left: 0 !important;
  padding-top: 5px;
  padding-bottom: 5px;
  transform: translateY(-2px);
  line-height: 1.2;
  user-select: none;
  font-size: 17px;
  position: relative;
  display: inline-block;
}
form.quform-form .quform-element.quform-element-checkbox .quform-inner-radio .quform-option label::before, form.quform-form .quform-element.quform-element-radio .quform-inner-radio .quform-option label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  opacity: 1;
  background: #003781;
  background: white;
  border: 1px solid #003781;
}
form.quform-form .quform-element.quform-element-checkbox .quform-inner-radio .quform-option label::after, form.quform-form .quform-element.quform-element-radio .quform-inner-radio .quform-option label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10.5px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0;
  transition: transform 0.1s;
  transform: scale(0);
  background: white;
  background: #003781;
}
form.quform-form .quform-element.quform-element-checkbox .quform-option {
  min-height: 20px;
}
form.quform-form .quform-element.quform-element-checkbox .quform-option input {
  height: 30px;
  width: 15px;
  accent-color: #003781;
}
form.quform-form .quform-element.quform-element-checkbox label {
  user-select: none;
}
form.quform-form .quform-edit-form {
  display: none !important;
}
form.quform-form .quform-edit-form .quform-edit-form-link {
  background: #fff;
}
form.quform-form .quform-element.quform-has-error {
  transition: margin 0.5s;
  margin-top: 20px !important;
}
form.quform-form .quform-element.quform-has-error .quform-error {
  background: #003781;
  background: #b30000;
  position: relative;
  margin-top: -5px;
  border-radius: 2px;
  padding: 3px 0;
}
form.quform-form .quform-element.quform-has-error .quform-error::after {
  display: none;
  transform: translate3d(0, 0, 0);
  animation: show_tooltip_triangle 0.3s;
  position: absolute;
  left: 0;
  top: -4px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #cc0000;
}
form.quform-form .quform-element.quform-has-error .quform-error .quform-error-inner {
  background: #003781;
  background: #b30000;
  color: #fff;
  font-size: 13px;
}

.quform-button-submit {
  width: 100%;
  margin-top: 10px;
}
.quform-button-submit button {
  color: #fff;
  text-transform: uppercase;
  height: 50px;
  text-align: center;
  background: #003781;
  font-weight: 700;
  width: 100%;
  border-radius: 5px;
  font-size: 13px;
  letter-spacing: 1px;
  transition: background 1s;
}
.quform-button-submit button:hover {
  transition: background 0s;
  background: #00214e;
}
.quform-element-tree {
  display: none !important;
}
/*# sourceMappingURL=application.css.map */
