@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.container {
  margin: 0 15px;
  overflow: hidden;
  *zoom: 1;
}

.container-fluid {
  position: relative;
  margin: 0 50px;
  z-index: 10;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  *zoom: 1;
}

.centered {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.col-s-1,
.col-s-2,
.col-s-3,
.col-s-4,
.col-s-5,
.col-s-6,
.col-s-7,
.col-s-8,
.col-s-9,
.col-s-10,
.col-s-11,
.col-s-12,
.col-m-1,
.col-m-2,
.col-m-3,
.col-m-4,
.col-m-5,
.col-m-6,
.col-m-7,
.col-m-8,
.col-m-9,
.col-m-10,
.col-m-11,
.col-m-12,
.col-l-1,
.col-l-2,
.col-l-3,
.col-l-4,
.col-l-5,
.col-l-6,
.col-l-7,
.col-l-8,
.col-l-9,
.col-l-10,
.col-l-11,
.col-l-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-s-pull-0 {
  right: 0%;
}

.col-s-push-0 {
  left: 0%;
}

.col-s-offset-0 {
  margin-left: 0%;
}

.col-s-1 {
  width: 8.33333%;
}

.col-s-pull-1 {
  right: 8.33333%;
}

.col-s-push-1 {
  left: 8.33333%;
}

.col-s-offset-1 {
  margin-left: 8.33333%;
}

.col-s-2 {
  width: 16.66667%;
}

.col-s-pull-2 {
  right: 16.66667%;
}

.col-s-push-2 {
  left: 16.66667%;
}

.col-s-offset-2 {
  margin-left: 16.66667%;
}

.col-s-3 {
  width: 25%;
}

.col-s-pull-3 {
  right: 25%;
}

.col-s-push-3 {
  left: 25%;
}

.col-s-offset-3 {
  margin-left: 25%;
}

.col-s-4 {
  width: 33.33333%;
}

.col-s-pull-4 {
  right: 33.33333%;
}

.col-s-push-4 {
  left: 33.33333%;
}

.col-s-offset-4 {
  margin-left: 33.33333%;
}

.col-s-5 {
  width: 41.66667%;
}

.col-s-pull-5 {
  right: 41.66667%;
}

.col-s-push-5 {
  left: 41.66667%;
}

.col-s-offset-5 {
  margin-left: 41.66667%;
}

.col-s-6 {
  width: 50%;
}

.col-s-pull-6 {
  right: 50%;
}

.col-s-push-6 {
  left: 50%;
}

.col-s-offset-6 {
  margin-left: 50%;
}

.col-s-7 {
  width: 58.33333%;
}

.col-s-pull-7 {
  right: 58.33333%;
}

.col-s-push-7 {
  left: 58.33333%;
}

.col-s-offset-7 {
  margin-left: 58.33333%;
}

.col-s-8 {
  width: 66.66667%;
}

.col-s-pull-8 {
  right: 66.66667%;
}

.col-s-push-8 {
  left: 66.66667%;
}

.col-s-offset-8 {
  margin-left: 66.66667%;
}

.col-s-9 {
  width: 75%;
}

.col-s-pull-9 {
  right: 75%;
}

.col-s-push-9 {
  left: 75%;
}

.col-s-offset-9 {
  margin-left: 75%;
}

.col-s-10 {
  width: 83.33333%;
}

.col-s-pull-10 {
  right: 83.33333%;
}

.col-s-push-10 {
  left: 83.33333%;
}

.col-s-offset-10 {
  margin-left: 83.33333%;
}

.col-s-11 {
  width: 91.66667%;
}

.col-s-pull-11 {
  right: 91.66667%;
}

.col-s-push-11 {
  left: 91.66667%;
}

.col-s-offset-11 {
  margin-left: 91.66667%;
}

.col-s-12 {
  width: 100%;
}

.col-s-pull-12 {
  right: 100%;
}

.col-s-push-12 {
  left: 100%;
}

.col-s-offset-12 {
  margin-left: 100%;
}

.s-centered {
  margin: 0 auto;
  float: none;
}

.m-hidden {
  display: none;
}

.s-hidden {
  display: none;
}

@media only screen and (min-width: 640px) {
  .col-m-pull-0 {
    right: 0%;
  }

  .col-m-push-0 {
    left: 0%;
  }

  .col-m-offset-0 {
    margin-left: 0%;
  }

  .col-m-1 {
    width: 8.33333%;
  }

  .col-m-pull-1 {
    right: 8.33333%;
  }

  .col-m-push-1 {
    left: 8.33333%;
  }

  .col-m-offset-1 {
    margin-left: 8.33333%;
  }

  .col-m-2 {
    width: 16.66667%;
  }

  .col-m-pull-2 {
    right: 16.66667%;
  }

  .col-m-push-2 {
    left: 16.66667%;
  }

  .col-m-offset-2 {
    margin-left: 16.66667%;
  }

  .col-m-3 {
    width: 25%;
  }

  .col-m-pull-3 {
    right: 25%;
  }

  .col-m-push-3 {
    left: 25%;
  }

  .col-m-offset-3 {
    margin-left: 25%;
  }

  .col-m-4 {
    width: 33.33333%;
  }

  .col-m-pull-4 {
    right: 33.33333%;
  }

  .col-m-push-4 {
    left: 33.33333%;
  }

  .col-m-offset-4 {
    margin-left: 33.33333%;
  }

  .col-m-5 {
    width: 41.66667%;
  }

  .col-m-pull-5 {
    right: 41.66667%;
  }

  .col-m-push-5 {
    left: 41.66667%;
  }

  .col-m-offset-5 {
    margin-left: 41.66667%;
  }

  .col-m-6 {
    width: 50%;
  }

  .col-m-pull-6 {
    right: 50%;
  }

  .col-m-push-6 {
    left: 50%;
  }

  .col-m-offset-6 {
    margin-left: 50%;
  }

  .col-m-7 {
    width: 58.33333%;
  }

  .col-m-pull-7 {
    right: 58.33333%;
  }

  .col-m-push-7 {
    left: 58.33333%;
  }

  .col-m-offset-7 {
    margin-left: 58.33333%;
  }

  .col-m-8 {
    width: 66.66667%;
  }

  .col-m-pull-8 {
    right: 66.66667%;
  }

  .col-m-push-8 {
    left: 66.66667%;
  }

  .col-m-offset-8 {
    margin-left: 66.66667%;
  }

  .col-m-9 {
    width: 75%;
  }

  .col-m-pull-9 {
    right: 75%;
  }

  .col-m-push-9 {
    left: 75%;
  }

  .col-m-offset-9 {
    margin-left: 75%;
  }

  .col-m-10 {
    width: 83.33333%;
  }

  .col-m-pull-10 {
    right: 83.33333%;
  }

  .col-m-push-10 {
    left: 83.33333%;
  }

  .col-m-offset-10 {
    margin-left: 83.33333%;
  }

  .col-m-11 {
    width: 91.66667%;
  }

  .col-m-pull-11 {
    right: 91.66667%;
  }

  .col-m-push-11 {
    left: 91.66667%;
  }

  .col-m-offset-11 {
    margin-left: 91.66667%;
  }

  .col-m-12 {
    width: 100%;
  }

  .col-m-pull-12 {
    right: 100%;
  }

  .col-m-push-12 {
    left: 100%;
  }

  .col-m-offset-12 {
    margin-left: 100%;
  }

  .m-centered {
    margin: 0 auto;
    float: none;
  }

  .m-uncentered {
    margin: 0;
    float: left;
  }

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

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

  .s-hidden {
    display: block;
  }

  td.s-hidden {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 1224px) {
  .container {
    width: 1224px;
    margin: 0 auto;
  }

  .col-l-pull-0 {
    right: 0%;
  }

  .col-l-push-0 {
    left: 0%;
  }

  .col-l-offset-0 {
    margin-left: 0%;
  }

  .col-l-1 {
    width: 8.33333%;
  }

  .col-l-pull-1 {
    right: 8.33333%;
  }

  .col-l-push-1 {
    left: 8.33333%;
  }

  .col-l-offset-1 {
    margin-left: 8.33333%;
  }

  .col-l-2 {
    width: 16.66667%;
  }

  .col-l-pull-2 {
    right: 16.66667%;
  }

  .col-l-push-2 {
    left: 16.66667%;
  }

  .col-l-offset-2 {
    margin-left: 16.66667%;
  }

  .col-l-3 {
    width: 25%;
  }

  .col-l-pull-3 {
    right: 25%;
  }

  .col-l-push-3 {
    left: 25%;
  }

  .col-l-offset-3 {
    margin-left: 25%;
  }

  .col-l-4 {
    width: 33.33333%;
  }

  .col-l-pull-4 {
    right: 33.33333%;
  }

  .col-l-push-4 {
    left: 33.33333%;
  }

  .col-l-offset-4 {
    margin-left: 33.33333%;
  }

  .col-l-5 {
    width: 41.66667%;
  }

  .col-l-pull-5 {
    right: 41.66667%;
  }

  .col-l-push-5 {
    left: 41.66667%;
  }

  .col-l-offset-5 {
    margin-left: 41.66667%;
  }

  .col-l-6 {
    width: 50%;
  }

  .col-l-pull-6 {
    right: 50%;
  }

  .col-l-push-6 {
    left: 50%;
  }

  .col-l-offset-6 {
    margin-left: 50%;
  }

  .col-l-7 {
    width: 58.33333%;
  }

  .col-l-pull-7 {
    right: 58.33333%;
  }

  .col-l-push-7 {
    left: 58.33333%;
  }

  .col-l-offset-7 {
    margin-left: 58.33333%;
  }

  .col-l-8 {
    width: 66.66667%;
  }

  .col-l-pull-8 {
    right: 66.66667%;
  }

  .col-l-push-8 {
    left: 66.66667%;
  }

  .col-l-offset-8 {
    margin-left: 66.66667%;
  }

  .col-l-9 {
    width: 75%;
  }

  .col-l-pull-9 {
    right: 75%;
  }

  .col-l-push-9 {
    left: 75%;
  }

  .col-l-offset-9 {
    margin-left: 75%;
  }

  .col-l-10 {
    width: 83.33333%;
  }

  .col-l-pull-10 {
    right: 83.33333%;
  }

  .col-l-push-10 {
    left: 83.33333%;
  }

  .col-l-offset-10 {
    margin-left: 83.33333%;
  }

  .col-l-11 {
    width: 91.66667%;
  }

  .col-l-pull-11 {
    right: 91.66667%;
  }

  .col-l-push-11 {
    left: 91.66667%;
  }

  .col-l-offset-11 {
    margin-left: 91.66667%;
  }

  .col-l-12 {
    width: 100%;
  }

  .col-l-pull-12 {
    right: 100%;
  }

  .col-l-push-12 {
    left: 100%;
  }

  .col-l-offset-12 {
    margin-left: 100%;
  }

  .l-centered {
    float: none;
    margin: 0 auto;
  }

  .l-uncentered {
    float: left;
    margin: 0;
  }

  .m-hidden {
    display: block;
  }

  td.m-hidden {
    display: table-cell !important;
  }
}

.form-group {
  position: relative;
  padding: 20px 0 10px 0;
}

.form-group .input-tooltip {
  display: block;
  cursor: pointer;
  font-size: 10px;
  color: white;
  background: #969696;
  border-radius: 15px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  top: 40%;
  right: 10px;
}

.form-group .icon-vue {
  position: absolute;
  top: 22px;
  right: 15px;
  font-size: 12px;
  color: #969696;
  cursor: pointer;
}

.form-group .icon-vue.actif {
  color: #2EC4F1;
}

.form-group .flag-container {
  display: none;
}

.form-group .intl-tel-input {
  width: 100%;
}

.form-group .form-info {
  bottom: 0;
  font-weight: 600;
  font-size: 12px;
  position: absolute;
  margin-top: 20px;
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 36px;
}

.form-group.phone .slected-flag {
  outline: 0;
}

.form-group.phone .flag-container {
  display: initial !important;
}

.form-group.phone .flag-container .slected-flag {
  padding: 5px;
}

.form-group.phone .form-control {
  padding-left: 90px;
}

.form-group.phone.focused .control-label {
  bottom: 40px !important;
}

.control-label {
  color: #969696;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: block;
  position: absolute;
  bottom: 30px;
}

.control-label.disabled {
  top: 6px;
}

.control-label.checkbox {
  top: 6px;
}

.control-label.textarea {
  top: 16px;
}

.form-control {
  height: 30px !important;
  width: 100%;
  border: none;
  border-bottom: 1px solid #969696 !important;
  outline: 0 !important;
  font-size: 16px;
  color: #00232E;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 10px;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
}

.form-control.disabled {
  background: #F7F7F7;
}

.form-group.focused .control-label {
  bottom: 50px;
  font-size: 10px;
  color: #2EC4F1;
  -webkit-transition: bottom 0.2s linear;
  transition: bottom 0.2s linear;
}

.form-group.focused .form-control {
  border-bottom: 2px solid #2EC4F1 !important;
}

.form-group.filled .control-label {
  bottom: 40px;
  font-size: 10px;
  -webkit-transition: bottom 0.2s linear;
  transition: bottom 0.2s linear;
}

.form-group.has-error .form-control {
  border: none;
  border-bottom: 2px solid #a94442 !important;
}

.form-group.has-error .form-control::-webkit-input-placeholder {
  color: #a94442;
}

.form-group.has-error .form-control:-ms-input-placeholder {
  color: #a94442;
}

.form-group.has-error .form-control::-ms-input-placeholder {
  color: #a94442;
}

.form-group.has-error .form-control::placeholder {
  color: #a94442;
}

.form-group.has-error .control-label {
  color: #a94442 !important;
  font-size: 10px;
}

.form-group.has-error .form-control {
  margin: 0;
}

.form-group.has-error .control-label-error {
  margin-top: 5px;
  color: #a94442 !important;
  font-size: 10px;
  text-transform: none;
}

.form-submit {
  background: #2EC4F1;
  border-radius: 5px;
  height: 32px;
  line-height: 32px;
  padding: 0 40px;
  border: none;
  color: white;
  font-weight: 200;
  font-family: Source Sans Pro;
  font-size: 14px;
  cursor: pointer;
}

.form-submit.full {
  width: 100%;
}

select {
  width: 100%;
  height: 32px;
  background: white;
  border: 1px solid #eaebeb;
}

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

.radio-label,
.checkbox-label {
  cursor: pointer;
}

.radio-label i,
.checkbox-label i {
  font-size: 15px;
  padding-bottom: 2px;
  margin-right: 5px;
  vertical-align: middle;
}

.radio-label .icon-puce,
.checkbox-label .icon-puce {
  display: inline-block;
}

.radio-label .icon-puce-active,
.checkbox-label .icon-puce-active {
  display: none;
}

.radio-label .icon-optine,
.checkbox-label .icon-optine {
  display: inline-block;
}

.radio-label .icon-optine-active,
.checkbox-label .icon-optine-active {
  display: none;
}

.checkbox-button:checked + .checkbox-label .icon-optine {
  display: none;
}

.checkbox-button:checked + .checkbox-label .icon-optine-active {
  display: inline-block;
  color: #2EC4F1;
}

.radio-button:checked + .radio-label .icon-puce {
  display: none;
}

.radio-button:checked + .radio-label .icon-puce-active {
  display: inline-block;
}

textarea.form-control {
  min-height: 100px !important;
  padding-top: 10px;
}

.CodeMirror {
  margin-top: 14px;
  height: 150px !important;
}

.form-group.checkbox-error.has-error {
  padding: 0;
}

.has-error .pro__block-title {
  color: #a94442;
}

.label-form-file {
  display: block;
  width: 100%;
  height: 200px;
  border: 3px dashed #2EC4F1;
  text-align: center;
  line-height: 200px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2EC4F1;
  cursor: pointer;
}

.input-form-file {
  display: none;
}

.btn-file {
  margin-top: 10px;
  background: #28c1f1;
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  font-weight: 200;
  border: none;
  outline: 0;
  cursor: pointer;
}

.dz-default.dz-message {
  display: block;
  width: 100%;
  height: 200px;
  border: 3px dashed #2EC4F1;
  text-align: center;
  line-height: 200px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2EC4F1;
  cursor: pointer;
}

.dz-image {
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
}

.dz-image img {
  width: 80px;
}

.dz-details {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  color: #969696;
  margin-top: 7px;
}

.dz-error-message {
  color: #a94442;
  font-size: 14px;
  font-weight: 300;
}

.dz-success-mark {
  color: #8cd481;
  font-size: 14px;
  font-weight: 300;
}

.dz-error-mark svg,
.dz-success-mark svg {
  display: none;
}

.code-mirror label {
  position: initial !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

a {
  text-decoration: none;
}

.alert {
  padding: 10px;
  border-radius: 3px;
  text-align: left !important;
  margin: 10px 0;
  color: #626462;
}

.alert .ion-locked {
  font-size: 30px;
}

.alert img {
  float: left;
  width: 40px;
}

.alert .alert-content {
  margin-left: 60px;
  margin-top: 0;
}

.alert .alert-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.alert .alert-text {
  font-weight: 200;
  font-size: 14px;
  line-height: 1.3em;
  text-align: justify;
}

.alert span.strong {
  display: block;
  margin-top: 10px;
  font-weight: 400;
}

.alert button {
  float: right;
  background: inherit;
  border: 0px;
  color: white;
}

.alert button i {
  margin: 0;
  font-size: 8px;
}

.alert .link {
  display: block;
  font-size: 10px;
  padding-top: 5px;
  color: white;
}

.alert-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.alert-warning {
  background: #f8c969;
  border: 1px solid #dfb55e;
  border-left: 5px solid #dfb55e;
  color: white;
}

.alert-infos {
  background: #F5F5F5;
}

.alert-infos a {
  color: #009DD4;
}

.alert-error {
  background: #F5F5F5;
}

.alert-success {
  background: #F5F5F5;
}

#modalSuccess .modal-dialog {
  max-width: 100%;
  margin: 1.75rem 100px;
}

#modalSuccess .modal-header {
  border: none;
}

#modalSuccess .modal-header span {
  font-size: 18px;
}

#modalSuccess .modal-body {
  text-align: center;
  padding: 50px 20px;
}

#modalSuccess .modal-body img {
  max-width: 300px;
  width: 100%;
}

#modalSuccess .modal-body p {
  text-transform: uppercase;
  line-height: 1.7em;
  font-weight: 500;
}

#modalSuccess .modal-body .success-go {
  color: #2EC4F1;
  border: 2px solid #2EC4F1;
  border-radius: 25px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  display: inline-block;
  margin-top: 100px;
  font-weight: 500;
}

@media (max-width: 576px) {
  #modalSuccess .modal-dialog {
    max-width: 100%;
    margin: 1.75rem 20px;
  }
}

.loader {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.loader svg {
  width: 200px;
}

.loader.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qc-cmp-button {
  background-color: #00bbfd !important;
  border-color: #00bbfd !important;
}

.qc-cmp-button:hover {
  background-color: transparent !important;
  border-color: #00bbfd !important;
}

.qc-cmp-alt-action,
.qc-cmp-link {
  color: #00bbfd !important;
}

.qc-cmp-button {
  color: #414142 !important;
}

.qc-cmp-button.qc-cmp-secondary-button {
  color: #00bbfd !important;
}

.qc-cmp-button.qc-cmp-button.qc-cmp-secondary-button:hover {
  color: #ffffff !important;
}

.qc-cmp-button.qc-cmp-secondary-button {
  border-color: #00bbfd !important;
  background-color: transparent !important;
}

.qc-cmp-button.qc-cmp-secondary-button:hover {
  background-color: #00bbfd !important;
}

.qc-cmp-ui,
.qc-cmp-ui .qc-cmp-main-messaging,
.qc-cmp-ui .qc-cmp-messaging,
.qc-cmp-ui .qc-cmp-beta-messaging,
.qc-cmp-ui .qc-cmp-title,
.qc-cmp-ui .qc-cmp-sub-title,
.qc-cmp-ui .qc-cmp-purpose-info,
.qc-cmp-ui .qc-cmp-table,
.qc-cmp-ui .qc-cmp-table-header,
.qc-cmp-ui .qc-cmp-vendor-list,
.qc-cmp-ui .qc-cmp-vendor-list-title {
  color: #414142 !important;
}

.qc-cmp-ui a,
.qc-cmp-ui .qc-cmp-alt-action {
  color: #00bbfd !important;
}

.qc-cmp-small-toggle.qc-cmp-toggle-on,
.qc-cmp-toggle.qc-cmp-toggle-on {
  background-color: #00bbfd !important;
  border-color: #00bbfd !important;
}

@font-face {
  font-family: 'icomoon';
  src: url(../fonts/icomoon.eot?b1e1260fd6936a2fee703d9829b9ecc3);
  src: url(../fonts/icomoon.eot?b1e1260fd6936a2fee703d9829b9ecc3) format("embedded-opentype"), url(../fonts/icomoon.ttf?7ed94d93fbb9a10c2ba4419d8a23f4f3) format("truetype"), url(../fonts/icomoon.woff?fccb829fe80be437ad090b06d764bc6a) format("woff"), url(../fonts/icomoon.svg?882fa08b6a68681a0005e3fc6ec9d88a) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Localisation:before {
  content: "\EA0F";
  color: #fff;
}

.icon-swell22:before {
  content: "\EA0C";
}

.icon-swell23:before {
  content: "\EA0D";
}

.icon-swell24:before {
  content: "\EA0E";
}

.icon-swell21:before {
  content: "\EA0B";
}

.icon-swell19:before {
  content: "\EA09";
}

.icon-swell20:before {
  content: "\EA0A";
}

.icon-swell15:before {
  content: "\EA07";
}

.icon-swell16:before {
  content: "\EA08";
}

.icon-swell10:before {
  content: "\EA00";
}

.icon-swell11:before {
  content: "\EA01";
}

.icon-swell12:before {
  content: "\EA02";
}

.icon-swell13:before {
  content: "\EA03";
}

.icon-swell14:before {
  content: "\EA04";
}

.icon-swell17:before {
  content: "\EA05";
}

.icon-swell18:before {
  content: "\EA06";
}

.icon-swell9:before {
  content: "\E9FF";
}

.icon-swell4:before {
  content: "\E9F3";
}

.icon-swell6:before {
  content: "\E9F4";
}

.icon-swell8:before {
  content: "\E9FE";
}

.icon-swell2:before {
  content: "\E9F2";
}

.icon-swell3:before {
  content: "\E9EF";
}

.icon-swell5:before {
  content: "\E9F0";
}

.icon-swell7:before {
  content: "\E9F1";
}

.icon-swell1:before {
  content: "\E9EE";
}

.icon-wind22:before {
  content: "\E9EB";
}

.icon-wind23:before {
  content: "\E9EC";
}

.icon-wind24:before {
  content: "\E9ED";
}

.icon-wind21:before {
  content: "\E9EA";
}

.icon-wind14:before {
  content: "\E9DF";
}

.icon-wind15:before {
  content: "\E9E0";
}

.icon-wind16:before {
  content: "\E9E1";
}

.icon-wind17:before {
  content: "\E9E6";
}

.icon-wind18:before {
  content: "\E9E7";
}

.icon-wind19:before {
  content: "\E9E8";
}

.icon-wind20:before {
  content: "\E9E9";
}

.icon-wind12:before {
  content: "\E988";
}

.icon-wind13:before {
  content: "\E9DE";
}

.icon-wind11:before {
  content: "\E987";
}

.icon-wind10:before {
  content: "\E986";
}

.icon-wind1:before {
  content: "\E919";
}

.icon-wind2:before {
  content: "\E91A";
}

.icon-wind3:before {
  content: "\E91B";
}

.icon-wind4:before {
  content: "\E91C";
}

.icon-wind5:before {
  content: "\E91D";
}

.icon-wind6:before {
  content: "\E927";
}

.icon-wind7:before {
  content: "\E929";
}

.icon-wind8:before {
  content: "\E945";
}

.icon-wind9:before {
  content: "\E949";
}

.icon-tide2:before {
  content: "\E90F";
}

.icon-tide3:before {
  content: "\E916";
}

.icon-tide4:before {
  content: "\E917";
}

.icon-tide1:before {
  content: "\E918";
}

.icon-logout:before {
  content: "\E90E";
}

.icon-edit:before {
  content: "\E90D";
  color: #fff;
}

.icon-wc:before {
  content: "\E908";
  color: #969696;
}

.icon-douche:before {
  content: "\E909";
  color: #969696;
}

.icon-point_vidange:before {
  content: "\E90A";
  color: #969696;
}

.icon-bed_bb:before {
  content: "\E90B";
  color: #969696;
}

.icon-Lave-linge:before {
  content: "\E90C";
  color: #969696;
}

.icon-action-add:before {
  content: "\E907";
}

.icon-optine-active:before {
  content: "\E9FA";
}

.icon-optine:before {
  content: "\E9FD";
}

.icon-dashboard:before {
  content: "\E906";
}

.icon-responsive:before {
  content: "\E9F8";
}

.icon-puce-active:before {
  content: "\E9F7";
}

.icon-puce:before {
  content: "\E9F6";
}

.icon-arrow-left:before {
  content: "\E9FC";
}

.icon-crose:before {
  content: "\E9FB";
}

.icon-search:before {
  content: "\E924";
  color: #969696;
}

.icon-footer-valide:before {
  content: "\E925";
}

.icon-time:before {
  content: "\E926";
  color: #969696;
}

.icon-distance:before {
  content: "\E928";
}

.icon-best-vagues-E:before {
  content: "\E92A";
  color: #dfdfdf;
}

.icon-best-vagues-ESO:before {
  content: "\E92B";
  color: #dfdfdf;
}

.icon-best-vagues-N:before {
  content: "\E92C";
  color: #dfdfdf;
}

.icon-best-vagues-NE:before {
  content: "\E92D";
  color: #dfdfdf;
}

.icon-best-vagues-NES:before {
  content: "\E92E";
  color: #dfdfdf;
}

.icon-best-vagues-NO:before {
  content: "\E92F";
  color: #dfdfdf;
}

.icon-best-vagues-O:before {
  content: "\E930";
  color: #dfdfdf;
}

.icon-best-vagues-ONE:before {
  content: "\E931";
  color: #dfdfdf;
}

.icon-best-vagues-S:before {
  content: "\E932";
  color: #dfdfdf;
}

.icon-best-vagues-SE:before {
  content: "\E933";
  color: #dfdfdf;
}

.icon-best-vagues-SO:before {
  content: "\E934";
  color: #dfdfdf;
}

.icon-best-vagues-SON:before {
  content: "\E935";
  color: #dfdfdf;
}

.icon-best-vent-E:before {
  content: "\E936";
  color: #dfdfdf;
}

.icon-best-vent-ESO:before {
  content: "\E937";
  color: #dfdfdf;
}

.icon-best-vent-N:before {
  content: "\E938";
  color: #dfdfdf;
}

.icon-best-vent-NE:before {
  content: "\E939";
  color: #dfdfdf;
}

.icon-best-vent-NES:before {
  content: "\E93A";
  color: #dfdfdf;
}

.icon-best-vent-NO:before {
  content: "\E93B";
  color: #dfdfdf;
}

.icon-best-vent-O:before {
  content: "\E93C";
  color: #dfdfdf;
}

.icon-best-vent-ONE:before {
  content: "\E93D";
  color: #dfdfdf;
}

.icon-best-vent-S:before {
  content: "\E93E";
  color: #dfdfdf;
}

.icon-best-vent-SE:before {
  content: "\E93F";
  color: #dfdfdf;
}

.icon-best-vent-SO:before {
  content: "\E940";
  color: #dfdfdf;
}

.icon-best-vent-SON:before {
  content: "\E941";
  color: #dfdfdf;
}

.icon-direction-bleu:before {
  content: "\E942";
  color: #2ec4f1;
}

.icon-direction-jour:before {
  content: "\E943";
}

.icon-direction-nuit:before {
  content: "\E944";
  color: #969696;
}

.icon-vagues-bg:before {
  content: "\E946";
  color: #2ec4f1;
}

.icon-vent-bg:before {
  content: "\E947";
  color: #22f3b1;
}

.icon-filtres:before {
  content: "\E948";
  color: #969696;
}

.icon-selecteur:before {
  content: "\E94A";
  color: #2ec4f1;
}

.icon-barbecue:before {
  content: "\E94B";
  color: #969696;
}

.icon-commerces:before {
  content: "\E94C";
  color: #969696;
}

.icon-cuisine:before {
  content: "\E94D";
  color: #969696;
}

.icon-gym:before {
  content: "\E94E";
  color: #969696;
}

.icon-jacuzzi:before {
  content: "\E94F";
  color: #969696;
}

.icon-lave-vaisselle:before {
  content: "\E950";
  color: #969696;
}

.icon-micro-onde:before {
  content: "\E951";
  color: #969696;
}

.icon-parking:before {
  content: "\E952";
  color: #969696;
}

.icon-piscine:before {
  content: "\E953";
  color: #969696;
}

.icon-wifi:before {
  content: "\E954";
  color: #969696;
}

.icon-categories-location:before {
  content: "\E955";
}

.icon-categories-club:before {
  content: "\E956";
  color: #969696;
}

.icon-categories-camping:before {
  content: "\E957";
  color: #969696;
}

.icon-categories-surfcamp:before {
  content: "\E958";
  color: #969696;
}

.icon-categories-ecole:before {
  content: "\E959";
  color: #969696;
}

.icon-categories-maison:before {
  content: "\E95A";
  color: #969696;
}

.icon-categories-surfspot:before {
  content: "\E95B";
  color: #969696;
}

.icon-categories-van:before {
  content: "\E95C";
  color: #969696;
}

.icon-categories-guide:before {
  content: "\E95D";
  color: #969696;
}

.icon-categories-magasin:before {
  content: "\E95E";
}

.icon-categories-bateau:before {
  content: "\E95F";
  color: #969696;
}

.icon-categories-spot:before {
  content: "\E960";
  color: #969696;
}

.icon-categories-shaper:before {
  content: "\E961";
  color: #969696;
}

.icon-categories-hotel:before {
  content: "\E962";
  color: #969696;
}

.icon-categories-pins-shaper .path1:before {
  content: "\E963";
  color: white;
}

.icon-categories-pins-shaper .path2:before {
  content: "\E964";
  margin-left: -0.7333984375em;
  color: #28bdef;
}

.icon-categories-pins-shaper .path3:before {
  content: "\E965";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-shaper .path4:before {
  content: "\E966";
  margin-left: -0.7333984375em;
  color: #2bbaec;
}

.icon-categories-pins-shaper .path5:before {
  content: "\E967";
  margin-left: -0.7333984375em;
  color: #2bbaec;
}

.icon-categories-pins-shaper .path6:before {
  content: "\E968";
  margin-left: -0.7333984375em;
  color: #2bbaec;
}

.icon-categories-pins-shaper .path7:before {
  content: "\E969";
  margin-left: -0.7333984375em;
  color: #2bbaec;
}

.icon-categories-pins-shaper .path8:before {
  content: "\E96A";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-shaper .path9:before {
  content: "\E96B";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-shaper .path10:before {
  content: "\E96C";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-location .path1:before {
  content: "\E96D";
  color: white;
}

.icon-categories-pins-location .path2:before {
  content: "\E96E";
  margin-left: -0.7333984375em;
  color: #28bdef;
}

.icon-categories-pins-location .path3:before {
  content: "\E96F";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-location .path4:before {
  content: "\E970";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-location .path5:before {
  content: "\E971";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-location .path6:before {
  content: "\E972";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-location .path7:before {
  content: "\E973";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-location .path8:before {
  content: "\E974";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-location .path9:before {
  content: "\E975";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-bateau .path1:before {
  content: "\E976";
  color: white;
}

.icon-categories-pins-bateau .path2:before {
  content: "\E977";
  margin-left: -0.7333984375em;
  color: #28bdef;
}

.icon-categories-pins-bateau .path3:before {
  content: "\E978";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-guide .path1:before {
  content: "\E979";
  color: white;
}

.icon-categories-pins-guide .path2:before {
  content: "\E97A";
  margin-left: -0.7333984375em;
  color: #28bdef;
}

.icon-categories-pins-guide .path3:before {
  content: "\E97B";
  margin-left: -0.7333984375em;
  color: #fefefe;
}

.icon-categories-pins-surfcamp .path1:before {
  content: "\E97C";
  color: white;
}

.icon-categories-pins-surfcamp .path2:before {
  content: "\E97D";
  margin-left: -0.7333984375em;
  color: #28bdef;
}

.icon-categories-pins-surfcamp .path3:before {
  content: "\E97E";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-surfcamp .path4:before {
  content: "\E97F";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-surfcamp .path5:before {
  content: "\E980";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-surfcamp .path6:before {
  content: "\E981";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-surfcamp .path7:before {
  content: "\E982";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-surfcamp .path8:before {
  content: "\E983";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-surfcamp .path9:before {
  content: "\E984";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-surfcamp .path10:before {
  content: "\E985";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-camping .path1:before {
  content: "\E989";
  color: white;
}

.icon-categories-pins-camping .path2:before {
  content: "\E98A";
  margin-left: -0.7333984375em;
  color: #28bdef;
}

.icon-categories-pins-camping .path3:before {
  content: "\E98B";
  margin-left: -0.7333984375em;
  color: #fefefe;
}

.icon-categories-pins-hotel .path1:before {
  content: "\E98C";
  color: white;
}

.icon-categories-pins-hotel .path2:before {
  content: "\E98D";
  margin-left: -0.7333984375em;
  color: #28bdef;
}

.icon-categories-pins-hotel .path3:before {
  content: "\E98E";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-hotel .path4:before {
  content: "\E98F";
  margin-left: -0.7333984375em;
  color: #2bbaec;
}

.icon-categories-pins-surfspot .path1:before {
  content: "\E990";
  color: white;
}

.icon-categories-pins-surfspot .path2:before {
  content: "\E991";
  margin-left: -0.7333984375em;
  color: #28bdef;
}

.icon-categories-pins-surfspot .path3:before {
  content: "\E992";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-maison .path1:before {
  content: "\E993";
  color: white;
}

.icon-categories-pins-maison .path2:before {
  content: "\E994";
  margin-left: -0.7333984375em;
  color: #28bdef;
}

.icon-categories-pins-maison .path3:before {
  content: "\E995";
  margin-left: -0.7333984375em;
  color: #fefefe;
}

.icon-categories-pins-maison .path4:before {
  content: "\E996";
  margin-left: -0.7333984375em;
  color: #fefefe;
}

.icon-categories-pins-van .path1:before {
  content: "\E997";
  color: white;
}

.icon-categories-pins-van .path2:before {
  content: "\E998";
  margin-left: -0.7333984375em;
  color: #28bdef;
}

.icon-categories-pins-van .path3:before {
  content: "\E999";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-van .path4:before {
  content: "\E99A";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-van .path5:before {
  content: "\E99B";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-van .path6:before {
  content: "\E99C";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-club .path1:before {
  content: "\E99D";
  color: white;
}

.icon-categories-pins-club .path2:before {
  content: "\E99E";
  margin-left: -0.7333984375em;
  color: #28bdef;
}

.icon-categories-pins-club .path3:before {
  content: "\E99F";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-magasin .path1:before {
  content: "\E9A0";
  color: white;
}

.icon-categories-pins-magasin .path2:before {
  content: "\E9A1";
  margin-left: -0.7333984375em;
  color: #28bdef;
}

.icon-categories-pins-magasin .path3:before {
  content: "\E9A2";
  margin-left: -0.7333984375em;
  color: white;
}

.icon-categories-pins-ecole .path1:before {
  content: "\E9A3";
  color: white;
}

.icon-categories-pins-ecole .path2:before {
  content: "\E9A4";
  margin-left: -0.7333984375em;
  color: #28bdef;
}

.icon-categories-pins-ecole .path3:before {
  content: "\E9A5";
  margin-left: -0.7333984375em;
  color: #fefefe;
}

.icon-categories-pins-ecole .path4:before {
  content: "\E9A6";
  margin-left: -0.7333984375em;
  color: #fefefe;
}

.icon-categories-pins-ecole .path5:before {
  content: "\E9A7";
  margin-left: -0.7333984375em;
  color: #fefefe;
}

.icon-activites-bar:before {
  content: "\E9A8";
  color: #969696;
}

.icon-activites-culture:before {
  content: "\E9A9";
  color: #969696;
}

.icon-activites-discotheque:before {
  content: "\E9AA";
  color: #969696;
}

.icon-activites-point_vue:before {
  content: "\E9AB";
  color: #969696;
}

.icon-activites-restaurant:before {
  content: "\E9AC";
  color: #969696;
}

.icon-activites-sport:before {
  content: "\E9AD";
  color: #969696;
}

.icon-activites-pins-discotheque .path1:before {
  content: "\E9AE";
  color: white;
}

.icon-activites-pins-discotheque .path2:before {
  content: "\E9AF";
  margin-left: -1em;
  color: #28bdef;
}

.icon-activites-pins-discotheque .path3:before {
  content: "\E9B0";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path4:before {
  content: "\E9B1";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path5:before {
  content: "\E9B2";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path6:before {
  content: "\E9B3";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path7:before {
  content: "\E9B4";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path8:before {
  content: "\E9B5";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path9:before {
  content: "\E9B6";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path10:before {
  content: "\E9B7";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path11:before {
  content: "\E9B8";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path12:before {
  content: "\E9B9";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path13:before {
  content: "\E9BA";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path14:before {
  content: "\E9BB";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path15:before {
  content: "\E9BC";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path16:before {
  content: "\E9BD";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path17:before {
  content: "\E9BE";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path18:before {
  content: "\E9BF";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path19:before {
  content: "\E9C0";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path20:before {
  content: "\E9C1";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path21:before {
  content: "\E9C2";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path22:before {
  content: "\E9C3";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path23:before {
  content: "\E9C4";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path24:before {
  content: "\E9C5";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path25:before {
  content: "\E9C6";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path26:before {
  content: "\E9C7";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-discotheque .path27:before {
  content: "\E9C8";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-sport .path1:before {
  content: "\E9C9";
  color: white;
}

.icon-activites-pins-sport .path2:before {
  content: "\E9CA";
  margin-left: -1em;
  color: #28bdef;
}

.icon-activites-pins-sport .path3:before {
  content: "\E9CB";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-restaurant .path1:before {
  content: "\E9CC";
  color: white;
}

.icon-activites-pins-restaurant .path2:before {
  content: "\E9CD";
  margin-left: -1em;
  color: #28bdef;
}

.icon-activites-pins-restaurant .path3:before {
  content: "\E9CE";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-restaurant .path4:before {
  content: "\E9CF";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-restaurant .path5:before {
  content: "\E9D0";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-point_vue .path1:before {
  content: "\E9D1";
  color: white;
}

.icon-activites-pins-point_vue .path2:before {
  content: "\E9D2";
  margin-left: -1em;
  color: #28bdef;
}

.icon-activites-pins-point_vue .path3:before {
  content: "\E9D3";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-culture .path1:before {
  content: "\E9D4";
  color: white;
}

.icon-activites-pins-culture .path2:before {
  content: "\E9D5";
  margin-left: -1em;
  color: #28bdef;
}

.icon-activites-pins-culture .path3:before {
  content: "\E9D6";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-culture .path4:before {
  content: "\E9D7";
  margin-left: -1em;
  color: white;
}

.icon-activites-pins-bar .path1:before {
  content: "\E9D8";
  color: white;
}

.icon-activites-pins-bar .path2:before {
  content: "\E9D9";
  margin-left: -1em;
  color: #28bdef;
}

.icon-activites-pins-bar .path3:before {
  content: "\E9DA";
  margin-left: -1em;
  color: white;
}

.icon-actions .path1:before {
  content: "\E9DB";
  color: #2ec4f1;
}

.icon-actions .path2:before {
  content: "\E9DC";
  margin-left: -1em;
  color: white;
}

.icon-calendrier:before {
  content: "\E9DD";
  color: #2ec4f1;
}

.icon-drag:before {
  content: "\E9E2";
  color: #dfdfdf;
}

.icon-etablissement-button .path1:before {
  content: "\E9E3";
  color: white;
}

.icon-etablissement-button .path2:before {
  content: "\E9E4";
  margin-left: -1em;
  color: #2ec4f1;
}

.icon-etablissement-button .path3:before {
  content: "\E9E5";
  margin-left: -1em;
  color: #2ec4f1;
}

.icon-photo-button:before {
  content: "\E9F5";
}

.icon-voyage-button:before {
  content: "\E9F9";
}

.icon-valide:before {
  content: "\E923";
}

.icon-like-active:before {
  content: "\E902";
}

.icon-like:before {
  content: "\E903";
}

.icon-share:before {
  content: "\E904";
}

.icon-star:before {
  content: "\E905";
  color: #dfdfdf;
}

.icon-parametres:before {
  content: "\E910";
}

.icon-switch-off .path1:before {
  content: "\E911";
  color: #dfdfdf;
}

.icon-switch-off .path2:before {
  content: "\E912";
  margin-left: -1em;
  color: white;
}

.icon-switch-on .path1:before {
  content: "\E913";
  color: #2ec4f1;
}

.icon-switch-on .path2:before {
  content: "\E914";
  margin-left: -1em;
  color: white;
}

.icon-attached-file:before {
  content: "\E915";
  color: #2ec4f1;
}

.icon-participant:before {
  content: "\E91E";
  color: #2ec4f1;
}

.icon-points:before {
  content: "\E91F";
}

.icon-reponse:before {
  content: "\E920";
}

.icon-user:before {
  content: "\E921";
}

.icon-vue:before {
  content: "\E922";
}

.icon-applestore:before {
  content: "\E900";
}

.icon-playstore:before {
  content: "\E901";
}

.icon-facebook:before {
  content: "\EA90";
}

.icon-instagram:before {
  content: "\EA92";
}

.plans-block {
  background: #00232E;
  position: relative;
  padding-bottom: 100px;
  z-index: 0;
}

.plans-block:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 250px;
  background: #F8F8F8;
  z-index: -1;
}

.plans-block .plans-padding-top {
  position: relative;
  z-index: 1;
}

.plan {
  padding: 50px 20px 20px 20px;
}

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

.plan .plan-header .plan__title {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.plan .plan-header .plan__description {
  font-size: 13px;
  color: #969696;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom: 15px;
}

.plan .plan-header .plan__price {
  font-size: 60px;
  color: #1FDAD4;
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

.plan .plan-header .plan__recurence {
  font-size: 13px;
  font-weight: 400;
  color: #969696;
  text-transform: uppercase;
}

.plan .plan-content .plan-content__button {
  text-align: center;
  display: block;
  margin-top: 70px;
  color: white;
  text-transform: uppercase;
  height: 58px;
  line-height: 58px;
  border: 2px solid white;
  width: 150px;
  margin-right: auto;
  font-size: 20px;
  font-weight: 500;
  margin-left: auto;
  margin-bottom: 40px;
  background: inherit;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.plan .plan-content .plan-content__button:hover {
  background: #2EC4F1;
  color: white;
  border: 2px solid #2EC4F1;
}

.plan .plan-content .plan-content__argument {
  border-top: 1px solid white;
}

.plan .plan-content .plan-content__argument .argument-title {
  margin-top: 40px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 20px;
}

.plan .plan-content .plan-content__argument .argument-item {
  margin-bottom: 20px;
}

.plan .plan-content .plan-content__argument .argument-item i {
  float: left;
  color: #2EC4F1;
}

.plan .plan-content .plan-content__argument .argument-item p {
  margin-left: 30px;
  font-size: 13px;
  color: #F8F8F8;
  line-height: 1.5em;
}

.plan.white {
  background: white;
  -webkit-box-shadow: 0px 3px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  min-height: 1000px;
}

.plan.white .plan-header .plan__recommended {
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
  color: #2EC4F1;
  text-transform: uppercase;
}

.plan.white .plan-content .plan-content__button {
  background: #2EC4F1;
  border: 2px solid #2EC4F1;
  color: white;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.plan.white .plan-content .plan-content__button:hover {
  background: transparent;
  color: #2EC4F1;
  border: 2px solid #2EC4F1;
}

.plan.white .plan-content .plan-content__argument {
  border-top: 1px solid #00232E;
}

.plan.white .plan-content .plan-content__argument .argument-title {
  color: #2EC4F1;
}

.plan.white .plan-content .plan-content__argument .argument-item p {
  color: #00232E;
}

@media only screen and (max-width: 640px) {
  .plan.last .plan__title {
    color: white;
  }
}

@media only screen and (max-width: 800px) {
  .plan .plan__price {
    font-size: 40px !important;
  }
}

.modal-auth {
  max-width: 100vw !important;
  margin: 0 !important;
}

#loginModal .btn-register:hover {
  color: #2EC4F1;
  border-bottom: 1px solid #2EC4F1;
}

#registerModal .btn-login:hover {
  color: #2EC4F1;
  border-bottom: 1px solid #2EC4F1;
}

.auth .auth__cover {
  background: url(../images/background-auth.jpg?e95a53f4fd5f496aa113d565ccedbc3c) center center no-repeat;
  background-size: cover;
  float: left;
  width: 50%;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0;
}

.auth .auth__cover .cover__content {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.auth .auth__cover .cover__content .cover__text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

.auth .auth__cover .cover__content .title {
  font-size: 80px;
}

.auth .auth__cover .cover__content .hashtag {
  margin-top: 20px;
  font-size: 30px;
}

.auth .auth__form {
  float: right;
  width: 50%;
  min-height: 100vh;
  background: white;
  padding: 100px 20px 20px 20px;
}

.auth .auth__form .reset-link {
  color: #2EC4F1;
}

.auth .auth__form .agree {
  color: #969696;
  font-size: 12px;
  font-weight: 600;
}

.auth .auth__form .form__links p {
  color: #969696;
  text-transform: uppercase;
  font-weight: 500;
}

.auth .auth__form .form__links p span {
  margin: 0 20px;
}

.auth .auth__form .form__links p button {
  text-transform: capitalize;
  font-size: 25px;
  color: #00232E;
  cursor: pointer;
  border: none;
  line-height: 1.5em;
}

.auth .auth__form .form__links p button.active {
  color: #2EC4F1;
  border-bottom: 1px solid #2EC4F1;
}

.auth .auth__form .form__title {
  margin-top: 50px;
}

.auth .auth__form .form__title h1 {
  color: #00232E;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.auth .auth__form .form__title span {
  font-size: 15px;
  font-weight: 600;
}

.auth .auth__form .form__title span button {
  color: #2EC4F1;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 15px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.auth .auth__form .form__conditions {
  margin-top: 50px;
  max-width: 450px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3em;
  color: #969696;
}

.auth .auth__form .form__conditions p {
  margin-bottom: 20px;
}

.auth .auth__form .form__conditions a {
  color: #2EC4F1;
}

.auth .auth__form .form__rgpd {
  font-size: 9px;
  margin-top: 15px;
  color: #969696;
  line-height: 1.5em;
}

.auth .auth__form .form__buttons {
  margin-top: 30px;
}

.auth .auth__form .form__buttons .auth-button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  border: 2px solid #2EC4F1;
  color: #2EC4F1;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
  outline: 0;
  margin-bottom: 10px;
  border-radius: 0;
  background: transparent;
}

.auth .auth__form .form__buttons .auth-button:hover {
  background: #2EC4F1;
  color: white;
}

.auth .auth__form .form__buttons .auth-facebook {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  border: 2px solid #4267B2;
  color: #4267B2;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
}

.auth .auth__form .form__buttons .auth-facebook:hover {
  background: #4267B2;
  color: white;
}

.auth .auth__form form {
  margin-top: 40px;
}

.auth button {
  background: transparent;
}

@media only screen and (max-width: 1300px) {
  .auth .auth__cover .cover__content .title {
    font-size: 50px !important;
  }

  .auth .auth__cover .cover__content .hashtag {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 770px) {
  .auth__cover {
    float: initial !important;
    width: 100% !important;
    height: 200px !important;
  }

  .auth__cover .cover__content .title {
    font-size: 40px !important;
  }

  .auth__cover .cover__content .hashtag {
    font-size: 20px !important;
  }

  .auth__form {
    width: 100% !important;
    float: initial !important;
    padding: 20px !important;
    margin-top: 200px;
  }

  .auth__form .form__links a {
    font-size: 20px !important;
  }
}

.password__block {
  background: white;
  -webkit-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 1px;
  margin-bottom: 20px;
  margin: 70px 0;
}

.pro__block-title {
  font-size: 30px;
  font-weight: 600;
}

.pro__block-title.has-error {
  color: #a94442;
}

.form__buttons .reset-button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  border: 2px solid #2EC4F1;
  color: #2EC4F1;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
  outline: 0;
  margin-bottom: 10px;
  border-radius: 0;
  background: transparent;
}

.form__buttons .reset-button:hover {
  background: #2EC4F1;
  color: white;
}

.checkout {
  position: relative;
}

.checkout .checkout__cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(../images/background-checkout.jpg?492bbf81728b0d3984616fa8cc4773b6);
  background-attachment: fixed;
  background-position: -0px -150px;
  background-repeat: no-repeat;
  width: 30%;
  z-index: 1;
}

.checkout #card-element {
  border-bottom: 1px solid #969696;
  padding-bottom: 10px;
}

.checkout #card-element.StripeElement--invalid {
  border-bottom: 1px solid #a94442 !important;
}

.checkout #card-errors,
.checkout #card-errors-name {
  color: #a94442;
  font-size: 10px;
  padding-top: 5px;
}

.checkout .checkout__content {
  width: 70%;
  background: white;
  position: relative;
  margin-left: 30%;
}

.checkout .checkout__content .breadcrumb {
  position: absolute;
  top: 200px;
  right: 50px;
  z-index: 1;
}

.checkout .checkout__content .breadcrumb a {
  display: block;
  text-align: right;
  font-size: 15px;
  color: #DFDFDF;
  font-weight: 600;
  margin-bottom: 10px;
}

.checkout .checkout__content .breadcrumb a span {
  width: 30px;
  height: 2px;
  background: #DFDFDF;
  display: inline-block;
  margin-left: 20px;
}

.checkout .checkout__content .breadcrumb a.active {
  color: #00232E;
}

.checkout .checkout__content .breadcrumb a.active span {
  width: 40px;
  height: 4px;
  background: #00232E;
}

.checkout .checkout__content .payment__method {
  padding: 40px 20px;
  background: #F8F8F8;
}

.checkout .checkout__content .payment__method .cvc-tooltip {
  display: inline-block;
  font-size: 10px;
  color: white;
  background: #969696;
  border-radius: 15px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
}

.checkout .checkout__content .payment__method .title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 40px;
}

.checkout .checkout__content .payment__method .paypal-info {
  margin-top: 20px;
  line-height: 1.5em;
}

.checkout .checkout__content .payment__method .payment__button {
  background: none;
  border: none;
  margin: 5px 0;
  font-size: 20px;
  padding: 0;
  color: #2EC4F1;
  text-align: inherit;
  cursor: pointer;
  outline: 0;
}

.checkout .checkout__content .payment__method .payment__button i {
  margin-right: 10px;
}

.checkout .checkout__content .payment__method .payment__button .icon-puce {
  display: none !important;
}

.checkout .checkout__content .payment__method .payment__button .icon-puce-active {
  display: inline !important;
}

.checkout .checkout__content .payment__method .payment__button.collapsed {
  color: #00232E;
}

.checkout .checkout__content .payment__method .payment__button.collapsed .icon-puce {
  display: inline !important;
  font-size: 14px;
  margin-left: 2px;
}

.checkout .checkout__content .payment__method .payment__button.collapsed .icon-puce-active {
  display: none !important;
}

.checkout .checkout__content .payment__method .payment__button:hover {
  color: #2EC4F1;
}

.checkout .checkout__content .payment__method .payment__button span {
  font-size: 12px;
}

.checkout .checkout__content .payment__method .payment_card_ico {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 20px;
}

.checkout .checkout__content .payment__method .has-error .payment_card_ico {
  bottom: 26px;
}

.checkout .checkout__content .payment__method .stripe-submit {
  display: block;
  width: 100%;
  height: 58px;
  line-height: 58px;
  font-size: 20px;
  text-transform: uppercase;
  color: #2EC4F1;
  border: 2px solid #2EC4F1;
  margin-top: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  background: transparent;
}

.checkout .checkout__content .payment__method .stripe-submit:hover {
  background: #2EC4F1;
  color: white;
}

.checkout .checkout__content .checkout__form {
  padding: 150px 20px 50px 20px;
}

.checkout .checkout__content .checkout__form .checkout__return {
  font-size: 15px;
  font-weight: 500;
  color: #2EC4F1;
}

.checkout .checkout__content .checkout__form .checkout__return i {
  margin-right: 8px;
  vertical-align: middle;
  font-size: 14px;
}

.checkout .checkout__content .checkout__form .checkout__title {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 700;
}

.checkout .checkout__content .checkout__form .checkout-title__border {
  height: 6px;
  width: 70px;
  background: #00232E;
  display: block;
  margin-top: 20px;
}

.checkout .checkout__content .checkout__form .radio-group {
  margin: 60px 0 150px 0;
  max-width: 450px;
}

.checkout .checkout__content .checkout__form .radio-group span {
  float: right;
  font-size: 20px;
  font-weight: 400;
}

.checkout .checkout__content .checkout__form .radio-group label {
  font-size: 20px;
  color: #00232E;
  font-weight: 400;
  vertical-align: middle;
  margin-left: 15px;
}

.checkout .checkout__content .checkout__form .radio-group .radio-button:checked + .label {
  color: #2EC4F1;
}

.checkout .checkout__content .checkout__form .radio-group .radio-button:checked + .price {
  color: #2EC4F1;
}

.checkout .checkout__content .checkout__amount {
  background: #F8F8F8;
  min-height: 220px;
  padding: 20px;
}

.checkout .checkout__content .checkout__amount .total-ttc {
  padding-top: 40px;
}

.checkout .checkout__content .checkout__amount .total-ttc .title {
  font-size: 18px;
  color: #00232E;
  text-transform: uppercase;
  float: left;
  font-weight: 700;
}

.checkout .checkout__content .checkout__amount .total-ttc .price {
  float: right;
  font-size: 18px;
  font-weight: 700;
}

.checkout .checkout__content .checkout__amount .amount {
  margin-top: 40px;
}

.checkout .checkout__content .checkout__amount .amount .title {
  font-size: 18px;
  color: #00232E;
  text-transform: uppercase;
  float: left;
  font-weight: 700;
}

.checkout .checkout__content .checkout__amount .amount .price {
  float: right;
  font-size: 20px;
  font-weight: 700;
}

.checkout .checkout__content .checkout__amount .actions {
  padding-top: 110px;
}

.checkout .checkout__content .checkout__amount .actions .promo {
  margin-top: 13px;
}

.checkout .checkout__content .checkout__amount .actions .promo .submit-coupon-code {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  border-radius: 0px;
  border: 2px solid #969696;
  color: #969696;
  text-transform: uppercase;
  font-weight: 500;
  background: transparent;
  font-size: 16px;
  padding: 0;
  margin-top: 15px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.checkout .checkout__content .checkout__amount .actions .promo .submit-coupon-code:hover {
  background: #2EC4F1;
  border: 2px solid #2EC4F1;
  color: white;
}

.checkout .checkout__content .checkout__amount .actions .submit-order {
  display: block;
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-radius: 0px;
  border: 2px solid #2EC4F1;
  color: #2EC4F1;
  text-transform: uppercase;
  font-weight: 700;
  background: transparent;
  font-size: 20px;
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.checkout .checkout__content .checkout__amount .actions .submit-order:hover {
  background: #2EC4F1;
  color: white;
}

.checkout .checkout__content .conditions {
  margin-top: 30px;
  color: #969696;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.checkout .checkout__content .conditions a {
  color: #2EC4F1;
}

.checkout .checkout__content .rgpd {
  font-size: 9px;
  margin-bottom: 15px;
  color: #969696;
  line-height: 1.5em;
}

.checkout .checkout__content .reset-password {
  color: #2EC4F1;
}

.checkout .checkout__content .auth-button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  border: 2px solid #2EC4F1;
  color: #2EC4F1;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
  outline: 0;
  margin-bottom: 10px;
  background: transparent;
}

.checkout .checkout__content .auth-button:hover {
  background: #2EC4F1;
  color: white;
}

.checkout .checkout__content .auth-facebook {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  border: 2px solid #4267B2;
  color: #4267B2;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
}

.checkout .checkout__content .auth-facebook:hover {
  background: #4267B2;
  color: white;
}

.billing-form {
  margin-top: 40px;
}

.billing-form .billing-button {
  height: 58px;
  line-height: 58px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background: none;
  font-size: 20px;
  width: 100%;
  padding: 0;
  font-weight: 500;
  color: #2EC4F1;
  border: 2px solid #2EC4F1;
  cursor: pointer;
}

.billing-form .billing-button:hover {
  background: #2EC4F1;
  color: white;
}

.billing-form .billing-button.disabled {
  color: #DFDFDF;
  border: 2px solid #DFDFDF;
  background: transparent !important;
  cursor: auto;
}

.billing-form .billing-options {
  margin-top: 30px;
  margin-bottom: 30px;
}

.billing-form .billing-options span {
  font-size: 15px;
  vertical-align: middle;
}

.billing-form .billing-options .create-account {
  color: #00232E;
  font-weight: 500;
  font-size: 15px;
}

.billing-form .billing-options .or {
  color: #969696;
  margin: 0 15px;
}

.billing-form .billing-options .billing-login {
  color: #2EC4F1;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.billing-form .agree {
  margin-top: 30px;
  color: #969696;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 30px;
}

.billing-form .informations {
  color: #969696;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
}

@media only screen and (max-width: 640px) {
  .checkout__cover {
    float: initial !important;
    width: 100% !important;
    height: 200px !important;
    margin-top: 80px;
    position: relative !important;
  }

  .checkout__cover .cover__content .title {
    font-size: 40px !important;
  }

  .checkout__cover .cover__content .hashtag {
    font-size: 20px !important;
  }

  .checkout__content {
    width: 100% !important;
    float: initial !important;
    margin-left: 0 !important;
    padding-bottom: 0 !important;
  }

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

  .checkout__amount .amount .title {
    font-size: 18px !important;
  }
}

.payment__form .payment__total {
  margin-top: 40px;
  max-width: 500px;
}

.payment__form .payment__total span {
  float: right;
}

.payment__form .payment__total .ttc,
.payment__form .payment__total .promo {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0;
}

.payment__form .payment__total .ttc span,
.payment__form .payment__total .promo span {
  font-size: 15px;
  font-weight: 700;
}

.payment__form .payment__total .total {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
}

@media only screen and (max-width: 500px) {
  .payment__form .payment__total .total,
  .payment__form .payment__total .ttc,
  .payment__form .payment__total .promo {
    font-size: 14px;
  }

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

  .checkout__amount .total-ttc .title,
  .checkout__amount .amount .title {
    font-size: 14px !important;
  }
}

.payment-submit {
  display: block;
  width: 100%;
  height: 58px;
  line-height: 58px;
  font-size: 20px;
  text-transform: uppercase;
  color: #2EC4F1;
  border: 2px solid #2EC4F1;
  margin-top: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  background: transparent;
}

.payment-submit:hover {
  background: #2EC4F1;
  color: white;
}

.payment-condition {
  max-width: 450px;
  margin-top: 30px;
  color: #969696;
  font-weight: 500;
  font-size: 13px;
}

.payment-condition a {
  color: #2EC4F1;
}

.payment-condition.error {
  color: #a94442;
}

.payment-condition.error a {
  color: #a94442;
  font-weight: 600;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block !important;
}

@media only screen and (max-width: 640px) {
  .checkout .checkout__content .checkout__form .radio-group {
    margin-bottom: 40px !important;
  }
}

.account_informations .alert {
  background: white;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.subscriptions .subscription-number {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.subscriptions .my-plan {
  background: white;
  -webkit-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
  margin-top: 1px;
  margin-bottom: 6px;
  border-left: 7px solid #2EC4F1;
  width: 100%;
  display: table;
  margin-bottom: 50px;
}

.subscriptions .my-plan .plan-description {
  display: table-cell;
  width: 60%;
  height: 100px;
  padding: 20px;
}

.subscriptions .my-plan .plan-description .plan-title {
  color: #2EC4F1;
  font-weight: 500;
  margin-bottom: 10px;
}

.subscriptions .my-plan .plan-description .plan-type {
  font-weight: 500;
  color: black;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.subscriptions .my-plan .plan-description .plan-text {
  font-weight: 500;
  color: #424242;
}

.subscriptions .my-plan .plan-due {
  display: table-cell;
  width: 40%;
  background: #2EC4F1;
  font-weight: 500;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.subscriptions .my-plan .plan-due:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  left: -1px;
  width: 55px;
  background: url(../images/bg-plan.png?758dcc3917a42d9750efbaf9f41dc950);
  background-size: cover;
}

.subscriptions .my-plan .plan-due .due {
  color: black;
  margin-bottom: 20px;
}

.subscriptions .my-plan .plan-due .date {
  color: white;
}

.subscriptions .upgrade-plan {
  margin-bottom: 40px !important;
}

.subscriptions .upgrade-plan .upgrade-plan_header {
  border-bottom: 1px solid #E3E3E3;
  display: table;
  width: 100%;
}

.subscriptions .upgrade-plan .upgrade-plan_header .header_title {
  display: table-cell;
  width: 70%;
  padding-bottom: 25px;
}

.subscriptions .upgrade-plan .upgrade-plan_header .header_title .upgrade-plan_title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.subscriptions .upgrade-plan .upgrade-plan_header .header_title .upgrade-plan_description {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
}

.subscriptions .upgrade-plan .upgrade-plan_header .header_price {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  text-align: right;
}

.subscriptions .upgrade-plan .upgrade-plan_header .header_price .price {
  color: #1FDAD4;
  font-size: 30px;
  font-weight: 500;
}

.subscriptions .upgrade-plan .upgrade-plan_header .header_price .per-an {
  font-size: 14px;
  margin-top: 5px;
  color: #969696;
}

.subscriptions .upgrade-plan .upgrade-plan_content {
  margin-top: 25px;
}

.subscriptions .upgrade-plan .upgrade-plan_content .argument-item {
  max-width: 400px;
  padding: 5px 0;
}

.subscriptions .upgrade-plan .upgrade-plan_content .argument-item i {
  float: left;
  color: #2EC4F1;
}

.subscriptions .upgrade-plan .upgrade-plan_content .argument-item p {
  color: #00232E;
  margin-left: 30px;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 500;
}

.subscriptions .upgrade-plan .upgrade-plan_footer {
  text-align: center;
}

.subscriptions .upgrade-plan .upgrade-plan_footer .btn-rounded {
  display: inline-block;
}

.pro__content.invoice-list thead th {
  border: 0px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 0 20px 0;
}

.pro__content.invoice-list tbody th {
  text-transform: uppercase;
  font-size: 16px;
  padding: 30px 0;
  font-weight: 500;
}

.pro__content.invoice-list a {
  text-transform: none;
  color: #2EC4F1;
}

.location__add {
  display: table;
  width: 100%;
  background: #2EC4F1;
  height: 320px;
  display: table;
  margin-top: 15px;
}

.location__add a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.location__add .icon-action-add {
  color: white;
  font-size: 90px;
}

.item-location {
  height: 320px;
  background: #2EC4F1;
  margin-bottom: 20px;
  background-size: cover !important;
  position: relative;
  margin-top: 15px;
}

.item-location .location-edit {
  height: 30px;
  width: 30px;
  background: #2EC4F1;
  color: white;
  display: block;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius: 25px;
  border: 2px solid white;
  font-size: 14px;
}

.item-location .location-category {
  position: absolute;
  bottom: 105px;
  left: 20px;
  color: #2EC4F1;
  font-weight: 500;
}

.item-location .location-informations {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #0D3643;
  padding: 20px;
}

.item-location .location-informations:after {
  content: "";
  position: absolute;
  top: 0;
  right: 75px;
  bottom: 0;
  left: -5px;
  background: url(../images/background-location.png?ebf11b19815d7c873b943acfddf1d69d) center center no-repeat;
  background-size: cover;
}

.item-location .location-informations .location-title {
  font-size: 20px;
  color: white;
  margin-bottom: 10px;
  padding-right: 100px;
}

.item-location .location-informations .location-address {
  font-size: 15px;
  color: white;
  padding-right: 120px;
}

.item-location .location-informations .location-address i {
  margin-right: 5px;
}

.item-location .location-informations .location-price {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  color: white;
  font-size: 14px;
}

.item-location .location-informations .location-price .amount {
  color: #1FDAD4;
  font-size: 29px;
  margin-left: 10px;
  font-weight: 500;
}

.location__create .nbr_room,
.location__create .available_for,
.location__create .type_checkbox,
.location__create .nbr_bed,
.location__create .type_room,
.location__create .information-room,
.location__create .location-extra,
.location__create .extra-icon-point_vidange,
.location__create .extra-icon-douche,
.location__create .extra-icon-wc,
.location__edite .nbr_room,
.location__edite .available_for,
.location__edite .type_checkbox,
.location__edite .nbr_bed,
.location__edite .type_room,
.location__edite .information-room,
.location__edite .location-extra,
.location__edite .extra-icon-point_vidange,
.location__edite .extra-icon-douche,
.location__edite .extra-icon-wc {
  display: none;
}

.location__create .nbr_room.show,
.location__create .available_for.show,
.location__create .type_checkbox.show,
.location__create .nbr_bed.show,
.location__create .type_room.show,
.location__create .information-room.show,
.location__create .location-extra.show,
.location__create .extra-icon-point_vidange.show,
.location__create .extra-icon-douche.show,
.location__create .extra-icon-wc.show,
.location__edite .nbr_room.show,
.location__edite .available_for.show,
.location__edite .type_checkbox.show,
.location__edite .nbr_bed.show,
.location__edite .type_room.show,
.location__edite .information-room.show,
.location__edite .location-extra.show,
.location__edite .extra-icon-point_vidange.show,
.location__edite .extra-icon-douche.show,
.location__edite .extra-icon-wc.show {
  display: block;
}

.location__create .available_for,
.location__edite .available_for {
  margin-top: 10px;
}

.location__create .best-conditions,
.location__edite .best-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.location__create .best-conditions h1,
.location__edite .best-conditions h1 {
  width: 50%;
  font-size: 18px;
  text-align: center;
}

.location__create .best-conditions .conditions,
.location__edite .best-conditions .conditions {
  width: 50%;
  text-align: center;
  display: block;
}

.location__create .best-conditions i,
.location__edite .best-conditions i {
  font-size: 40px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
}

.location__create .best-conditions i p,
.location__edite .best-conditions i p {
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 5px;
  max-width: 40px;
}

.location__create .signalSpot,
.location__edite .signalSpot {
  float: right;
  border: none;
  background: none;
  outline: 0;
  color: #2EC4F1;
  text-align: right;
  cursor: pointer;
}

.location__create .spot-title,
.location__edite .spot-title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.location__create .spot-description .row,
.location__edite .spot-description .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.location__create .spot-description .col-xs-6,
.location__edite .spot-description .col-xs-6 {
  width: 50%;
}

.location__create .spot-description strong,
.location__create .spot-description b,
.location__edite .spot-description strong,
.location__edite .spot-description b {
  font-size: 20px;
  font-weight: 600;
}

.location__create .spot-description span,
.location__edite .spot-description span {
  font-size: 12px;
}

.location__create .spot-description .container,
.location__edite .spot-description .container {
  width: initial !important;
  margin: 0 !important;
}

.location__create .spot-description p,
.location__edite .spot-description p {
  line-height: 1.5em;
}

.location__create .hide-1,
.location__create .hide-2,
.location__create .hide-3,
.location__create .hide-4,
.location__create .hide-5,
.location__create .hide-6,
.location__edite .hide-1,
.location__edite .hide-2,
.location__edite .hide-3,
.location__edite .hide-4,
.location__edite .hide-5,
.location__edite .hide-6 {
  display: none;
}

.location__create .checkbox-label,
.location__edite .checkbox-label {
  font-size: 14px;
  color: #979797;
}

.location__create .type_room,
.location__edite .type_room {
  display: none;
}

.location__create .alert,
.location__edite .alert {
  background: white;
  -webkit-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 15px;
}

.location__create .list-suitable-checbox,
.location__create .list-type-checkbox,
.location__create .list-room-checkbox,
.location__edite .list-suitable-checbox,
.location__edite .list-type-checkbox,
.location__edite .list-room-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0px 0 0 0;
}

.location__create .suitable-checkbox .suitable-label,
.location__edite .suitable-checkbox .suitable-label {
  font-weight: 400;
  margin: 0px;
  font-size: 13px;
}

.location__create .suitable-checkbox,
.location__create .type-checkbox,
.location__create .room-checkbox,
.location__edite .suitable-checkbox,
.location__edite .type-checkbox,
.location__edite .room-checkbox {
  vertical-align: middle;
  margin: 5px 0;
}

.location__create .suitable-checkbox .checkbox-label,
.location__create .type-checkbox .checkbox-label,
.location__create .room-checkbox .checkbox-label,
.location__edite .suitable-checkbox .checkbox-label,
.location__edite .type-checkbox .checkbox-label,
.location__edite .room-checkbox .checkbox-label {
  text-align: center;
  font-weight: 500;
  color: #969696;
  padding: 8px 15px;
  margin: 0 10px;
  display: block;
  border-radius: 25px;
}

@media not all and (pointer: coarse) {
  .location__create .suitable-checkbox .checkbox-label:hover,
  .location__create .type-checkbox .checkbox-label:hover,
  .location__create .room-checkbox .checkbox-label:hover,
  .location__edite .suitable-checkbox .checkbox-label:hover,
  .location__edite .type-checkbox .checkbox-label:hover,
  .location__edite .room-checkbox .checkbox-label:hover {
    background: #2EC4F1;
    color: white;
  }
}

.location__create .suitable-checkbox-input:checked + .checkbox-label,
.location__create .type-checkbox-input:checked + .checkbox-label,
.location__create .room-checkbox-input:checked + .checkbox-label,
.location__edite .suitable-checkbox-input:checked + .checkbox-label,
.location__edite .type-checkbox-input:checked + .checkbox-label,
.location__edite .room-checkbox-input:checked + .checkbox-label {
  background: #2EC4F1;
  color: white;
}

.location__create .suitable-checkbox-input:checked + .checkbox-label i:before,
.location__create .type-checkbox-input:checked + .checkbox-label i:before,
.location__create .room-checkbox-input:checked + .checkbox-label i:before,
.location__edite .suitable-checkbox-input:checked + .checkbox-label i:before,
.location__edite .type-checkbox-input:checked + .checkbox-label i:before,
.location__edite .room-checkbox-input:checked + .checkbox-label i:before {
  color: #2EC4F1;
}

.location__create #map,
.location__edite #map {
  height: 280px;
  cursor: default;
}

.location__create .galery,
.location__edite .galery {
  margin-top: 20px;
}

.location__create .galery .picture,
.location__edite .galery .picture {
  position: relative;
  height: 100px;
  background: red;
  background-size: cover !important;
  margin-bottom: 15px;
  width: 100px;
}

.location__create .galery .picture .icon-crose,
.location__edite .galery .picture .icon-crose {
  position: absolute;
  background: #2EC4F1;
  top: -11px;
  right: -11px;
  font-size: 12px;
  padding: 5px;
  border-radius: 15px;
  color: white;
  display: none;
  cursor: pointer;
}

.location__create .galery .picture:hover .icon-crose,
.location__edite .galery .picture:hover .icon-crose {
  display: block;
}

.location__create .galery img,
.location__edite .galery img {
  max-height: 70px;
}

.location__create .picture-add,
.location__edite .picture-add {
  background: #2EC4F1;
  height: 100px;
  width: 100%;
  line-height: 100px;
  text-align: center;
  color: white;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 24px;
  width: 100px;
}

.location__create .spot-title,
.location__edite .spot-title {
  margin-top: 15px;
  margin-bottom: 15px;
}

.location__create .spot-description,
.location__edite .spot-description {
  margin-top: 10px;
  text-align: justify;
  line-height: 1.5em;
}

.location-category .pro__block-title,
.location-extra .pro__block-title {
  margin-bottom: 20px;
}

.category-checkbox,
.extra-checkbox {
  text-align: center;
  padding: 10px 0;
}

.category-checkbox i,
.extra-checkbox i {
  display: block;
  font-size: 30px;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

.category-checkbox i:before,
.extra-checkbox i:before {
  color: #969696;
}

.category-checkbox span,
.extra-checkbox span {
  font-size: 10px;
  font-weight: 300;
  color: #969696;
  line-height: 1.5em;
  margin-top: 5px;
}

@media not all and (pointer: coarse) {
  .category-checkbox:hover span,
  .extra-checkbox:hover span {
    color: #2EC4F1 !important;
  }

  .category-checkbox:hover i:before,
  .extra-checkbox:hover i:before {
    color: #2EC4F1;
  }
}

.category-checkbox .category-checkbox-input:checked + .checkbox-label span,
.category-checkbox .extra-checkbox-input:checked + .checkbox-label span,
.extra-checkbox .category-checkbox-input:checked + .checkbox-label span,
.extra-checkbox .extra-checkbox-input:checked + .checkbox-label span {
  color: #2EC4F1 !important;
}

.category-checkbox .category-checkbox-input:checked + .checkbox-label i:before,
.category-checkbox .extra-checkbox-input:checked + .checkbox-label i:before,
.extra-checkbox .category-checkbox-input:checked + .checkbox-label i:before,
.extra-checkbox .extra-checkbox-input:checked + .checkbox-label i:before {
  color: #2EC4F1;
}

.location-address-info {
  background: #2EC4F1;
  padding: 20px;
  color: white;
  font-size: 14px;
  font-weight: 200;
  margin-top: 10px;
}

.btn-location {
  width: 100%;
  background: #2EC4F1;
  height: 46px;
  border: none;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  outline: 0;
  display: block;
  text-align: center;
  line-height: 46px;
}

.spot__choose #map {
  height: 500px;
  margin: 20px 0;
}

.spot__choose .btn-location {
  margin-bottom: 20px;
}

.spot__choose .spot-info {
  margin-bottom: 20px;
  font-size: 12px;
  color: #2ec4f1;
}

.spot__choose .spot-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  padding: 20px;
}

.spot__choose .spot-select .pro__block-title {
  width: 50%;
  line-height: initial;
}

.spot__choose .spot-select .btn-rounded {
  width: 50%;
  margin: 0;
}

.spot__choose .spot-selected {
  border: 2px solid #2EC4F1;
  padding: 20px;
  margin-bottom: 20px;
}

.spot__choose .spot-selected .btn-primary {
  float: right;
  border: none;
  background: none;
  outline: 0;
  color: #2EC4F1;
  text-align: right;
  cursor: pointer;
}

.spot__choose .spot-selected .best-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.spot__choose .spot-selected .best-conditions h1 {
  width: 50%;
  font-size: 18px;
  text-align: center;
}

.spot__choose .spot-selected .best-conditions .conditions {
  width: 50%;
  text-align: center;
  display: block;
}

.spot__choose .spot-selected .best-conditions i {
  font-size: 40px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
}

.spot__choose .spot-selected .best-conditions i p {
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 5px;
  max-width: 40px;
}

.spot__choose .spot-selected-title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.spot__choose .spot-selected-description .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.spot__choose .spot-selected-description .col-xs-6 {
  width: 50%;
}

.spot__choose .spot-selected-description strong,
.spot__choose .spot-selected-description b {
  font-size: 20px;
  font-weight: 600;
}

.spot__choose .spot-selected-description span {
  font-size: 12px;
}

.spot__choose .spot-selected-description .container {
  width: initial !important;
  margin: 0 !important;
}

.spot__choose .spot-selected-description p {
  line-height: 1.5em;
}

@media only screen and (max-width: 600px) {
  .spot__choose .spot-selected .best-conditions h1 {
    font-size: 13px;
    text-align: left;
  }

  .spot__choose .spot-selected .best-conditions i {
    font-size: 30px;
    margin: 20px 3px;
  }

  .spot__choose .spot-selected-description strong,
  .spot__choose .spot-selected-description b {
    font-size: 16px;
    font-weight: 600;
  }

  .spot__choose .spot-selected-description span {
    font-size: 10px;
  }

  .spot__choose .spot-selected .best-conditions i p {
    font-size: 9px;
  }
}

.spot__create .alert,
.spot__edit .alert {
  background: white;
  -webkit-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 15px;
}

.spot__create #map,
.spot__edit #map {
  height: 280px;
  cursor: default;
}

.spot__create .radio-title,
.spot__edit .radio-title {
  font-size: 18px;
  font-weight: 500;
}

.spot__create .radio-block,
.spot__edit .radio-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.spot__create .radio-block .tide-checkbox,
.spot__create .radio-block .swell-checkbox,
.spot__create .radio-block .wind-checkbox,
.spot__edit .radio-block .tide-checkbox,
.spot__edit .radio-block .swell-checkbox,
.spot__edit .radio-block .wind-checkbox {
  width: 25%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  text-align: center;
}

.spot__create .radio-block .tide-checkbox i,
.spot__create .radio-block .swell-checkbox i,
.spot__create .radio-block .wind-checkbox i,
.spot__edit .radio-block .tide-checkbox i,
.spot__edit .radio-block .swell-checkbox i,
.spot__edit .radio-block .wind-checkbox i {
  font-size: 50px;
  display: block;
  margin-bottom: 13px;
}

.spot__create .radio-block .tide-checkbox .span,
.spot__create .radio-block .swell-checkbox .span,
.spot__create .radio-block .wind-checkbox .span,
.spot__edit .radio-block .tide-checkbox .span,
.spot__edit .radio-block .swell-checkbox .span,
.spot__edit .radio-block .wind-checkbox .span {
  display: none;
}

.spot__create .tide-radio-input:checked + .radio-label i:before,
.spot__create .wind-radio-input:checked + .radio-label i:before,
.spot__create .swell-radio-input:checked + .radio-label i:before,
.spot__edit .tide-radio-input:checked + .radio-label i:before,
.spot__edit .wind-radio-input:checked + .radio-label i:before,
.spot__edit .swell-radio-input:checked + .radio-label i:before {
  border: 10px solid #2EC4F1;
  background: #D8D8D8;
  border-radius: 50%;
}

.spot__create .tide-radio-input:checked + .radio-label .span,
.spot__create .wind-radio-input:checked + .radio-label .span,
.spot__create .swell-radio-input:checked + .radio-label .span,
.spot__edit .tide-radio-input:checked + .radio-label .span,
.spot__edit .wind-radio-input:checked + .radio-label .span,
.spot__edit .swell-radio-input:checked + .radio-label .span {
  display: block;
  font-weight: 500;
}

.spot__create .galery,
.spot__edit .galery {
  margin-top: 20px;
}

.spot__create .galery .picture,
.spot__edit .galery .picture {
  position: relative;
  height: 100px;
  background: red;
  background-size: cover !important;
  margin-bottom: 15px;
}

.spot__create .galery .picture .icon-crose,
.spot__edit .galery .picture .icon-crose {
  position: absolute;
  background: #2EC4F1;
  top: -11px;
  right: -11px;
  font-size: 12px;
  padding: 5px;
  border-radius: 15px;
  color: white;
  display: none;
  cursor: pointer;
}

.spot__create .galery .picture:hover .icon-crose,
.spot__edit .galery .picture:hover .icon-crose {
  display: block;
}

.spot__create .galery img,
.spot__edit .galery img {
  max-height: 70px;
}

.spot__create .picture-add,
.spot__edit .picture-add {
  background: #2EC4F1;
  height: 100px;
  width: 100%;
  line-height: 100px;
  text-align: center;
  color: white;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 24px;
}

#signalSpot .btn-rounded {
  margin: 0;
  width: 100%;
}

.pro__block-news {
  background: #2EC4F1;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 20px;
}

.pro__block-news form {
  position: absolute;
  right: 20px;
}

.pro__block-news .announcement-btn {
  background: none;
  border: none;
  outline: 0;
  right: 20px;
}

.pro__block-news .icon-crose {
  font-size: 22px;
  color: white;
  cursor: pointer;
}

.pro__block-news p {
  margin-left: 20px;
  color: white;
  font-weight: 300;
  line-height: 1.5em;
  padding-right: 40px;
  padding-left: 100px;
}

.pro__block-news.white {
  background: white;
}

.pro__block-news.white .icon-crose {
  color: #2EC4F1;
}

.pro__block-news .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 20px;
  padding-left: 100px;
}

.pro__block-news .news .cnt-nws {
  width: 50%;
}

@media only screen and (max-width: 1000px) {
  .pro__block-news p {
    padding-left: 20px !important;
  }

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

@media only screen and (max-width: 800px) {
  .pro__block-news p {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }

  .pro__block-news img {
    display: none;
  }

  .pro__block-news .news {
    display: initial !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
  }

  .pro__block-news .news .cnt-nws {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }

  .pro__block-news .news img {
    display: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 35, 46, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2EC4F1;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 35, 46, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #00232E;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 35, 46, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 35, 46, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c4eefb;
}

.table-hover .table-primary:hover {
  background-color: #ace7f9;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #ace7f9;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c0f5f3;
}

.table-hover .table-success:hover {
  background-color: #aaf2ef;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #aaf2ef;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 35, 46, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 16, 21, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 16, 21, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #00232E;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #00232E;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #00232E;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #00232E;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #00232E;
  border-radius: 0.25rem;
}

/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */

.intl-tel-input {
  position: relative;
  display: inline-block;
}

.intl-tel-input * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}

.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  background-image: url(../images/vendor/intl-tel-input/build/flags.png?ae33acae404631e997ef8d91dae08ccd);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url(../images/vendor/intl-tel-input/build/flags@2x.png?f2c77a6b7e26ff160fdb4193b383b1ea);
  }
}

.iti-flag.np {
  background-color: transparent;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */

.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */

.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */

.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */

.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */

.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */

.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */

.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */

.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */

.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
   * Collapse
   */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */

.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
          transform: translate3d(0, -20px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Emphatic
   */

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
          transform: translate3d(80px, 80px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
          transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
          transform: translate3d(80px, -80px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
          transform: translate3d(-80px, -80px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
          transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */

.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */

.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */

.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */

.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */

.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */

.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

body {
  font-family: Montserrat;
  background: #F8F8F8;
}

button,
input[type='text'],
input[type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.content {
  margin-top: 80px;
}

.hidden {
  display: none !important;
}

.modal-backdrop {
  z-index: 9999;
}

.modal {
  z-index: 10000;
}

.modal {
  overflow-y: auto;
}

.hide {
  display: none;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  border: none;
  border-radius: 5px;
}

.modal-login,
.modal-register {
  top: 80px !important;
}

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-rounded {
  height: 46px;
  line-height: 46px;
  border-radius: 25px;
  margin: auto;
  text-align: center;
  display: block;
  margin-top: 30px;
  border: 2px solid #2EC4F1;
  color: #2EC4F1;
  font-size: 16px;
  padding: 0 20px;
  font-weight: 500;
  background: none;
  cursor: pointer;
}

.btn-rounded i {
  font-size: 12px;
  margin-right: 5px;
}

.btn-rounded:hover {
  background: #2EC4F1;
  color: white;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media only screen and (max-width: 600px) {
  .btn-rounded {
    font-size: 13px;
    padding: 0 0px;
  }
}

header {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  height: 80px;
  line-height: 80px;
  background: white;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

header .dropdown-toggle::after {
  display: none;
}

header .dropdown-menu {
  width: 245px;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-top: 20px !important;
}

header .dropdown-menu .dropdown-item {
  line-height: 55px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #00232E;
  padding: 0 20px;
  cursor: pointer;
}

header .dropdown-menu .dropdown-item i {
  margin-right: 10px;
}

header .dropdown-menu .dropdown-item:hover {
  background: #2EC4F1;
  color: white;
}

header .st0 {
  fill: #2BBCEE;
}

header .st1 {
  fill: #FFFFFF;
}

header .hamburger {
  display: none;
}

header .app-mobile-icons {
  display: none;
}

header .nav {
  margin-left: 20px;
  width: 50%;
  float: left;
}

header .nav a {
  text-transform: capitalize;
  padding: 0 20px;
  color: #00232E;
  font-size: 15px;
  font-weight: 500;
}

header .nav a:hover {
  color: #2EC4F1;
}

header .nav-close {
  display: none;
}

header .logo {
  height: 115px;
  width: 115px;
  position: absolute;
  margin: auto;
  text-align: center;
  right: 0;
  left: 0;
  top: 15px;
  border-radius: 50%;
  border: 10px solid white;
  -webkit-box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

header .manage {
  margin-right: 40px;
  text-align: right;
}

header .manage .loginModal .icon-user {
  display: none;
}

header .manage .form-close-login {
  display: inline;
}

header .manage .closeAuthModal {
  display: none;
}

header .manage .closeRegisterModal {
  display: none;
}

header .manage a,
header .manage button {
  text-transform: capitalize;
  color: #00232E;
  font-size: 15px;
  font-weight: 500;
  padding: 0 10px;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  display: inline-block;
}

header .manage a i,
header .manage button i {
  font-size: 18px;
}

header .manage a .icon-cross,
header .manage button .icon-cross {
  margin: 0 20px;
  color: #2EC4F1;
}

header .manage a:hover,
header .manage button:hover {
  color: #2EC4F1;
}

header .manage .user__dropdown {
  height: 50px;
  width: 50px;
  display: inline-block;
  background: #f7f7f7;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 20px;
  line-height: 50px;
  padding: 0px 13px;
  position: relative;
}

header .manage .user__dropdown .icon-arrow-left {
  position: absolute;
  font-size: 12px;
  top: 18px;
  right: -17px;
}

header.shrink .logo {
  width: 60px;
  height: 60px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  top: 10px;
}

.modal-open .closeAuthModal {
  display: initial !important;
}

.modal-open .loginModal {
  display: none;
}

.links .icon-arrow-left {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.links.show .icon-arrow-left {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media only screen and (max-width: 1100px) {
  header .nav {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    display: block;
    position: fixed;
    top: 81px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 0px;
    background: white;
    margin: 0;
    -webkit-box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.1);
  }

  header .nav a {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
  }

  header .nav .app-mobile-icons {
    display: block;
  }

  header .nav .app-mobile-icons i {
    margin-right: 10px;
  }

  header .nav.responsive {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    width: 100%;
  }

  header .nav.responsive a {
    line-height: 60px !important;
    visibility: visible;
    opacity: 1;
  }

  header .nav-close.responsive {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: black;
    opacity: 0.5;
  }

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

  header .hamburger {
    display: block;
    position: absolute;
    left: 15px;
    top: 6px;
    padding: 0;
    cursor: pointer;
  }

  header .hamburger-inner,
  header .hamburger-inner::before,
  header .hamburger-inner::after {
    width: 30px;
    height: 1.2px;
  }

  header .logo {
    margin: auto !important;
    border-radius: 0px !important;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    width: 60px !important;
    height: 60px !important;
    top: 10px !important;
  }

  header .loginModal span {
    display: none;
  }

  header .loginModal .icon-user {
    display: inline-block !important;
    padding: 10px 0;
  }

  header .playstore {
    display: none !important;
  }

  header .applestore {
    display: none !important;
  }
}

.header-block {
  padding: 150px 0;
  text-align: center;
}

.header-block .header-block__title {
  font-size: 30px;
  font-weight: 700;
  color: #00232E;
  margin-bottom: 20px;
}

.header-block .header-block__text {
  color: #969696;
  font-weight: 500;
  line-height: 1.5em;
}

.pro__navbar {
  margin-top: 150px;
  background: white;
  margin: 150px 40px 0 40px;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  -webkit-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.pro__navbar a {
  font-size: 15px;
  padding: 0 30px;
  font-weight: 500;
  color: #00232E;
  height: 80px;
  line-height: 80px;
  display: inline-block;
}

.pro__navbar a.active {
  color: #2EC4F1;
  border-bottom: 2px solid #2EC4F1;
}

.pro__navbar a:hover {
  color: #2EC4F1;
  border-bottom: 2px solid #2EC4F1;
}

@media only screen and (max-width: 1100px) {
  .pro__navbar {
    margin: 100px 20px 0 20px;
  }

  .pro__content {
    margin: 20px !important;
  }

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

.pro__content {
  margin: 40px;
}

.pro__content .pro__block {
  background: white;
  -webkit-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 1px;
  margin-bottom: 20px;
}

.pro__content .pro__block-title {
  font-size: 20px;
  font-weight: 600;
}

.pro__content .pro__block-title.has-error {
  color: #a94442;
}

.pro__block-profil .avatar {
  width: 130px;
  height: 130px;
  background: #f7f7f7;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  line-height: 130px;
}

.pro__block-profil .nickname {
  text-align: center;
  color: black;
  font-weight: 600;
  font-size: 15px;
  margin-top: 10px;
}

.pro__block-profil .localisation {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #969696;
  font-weight: 500;
}

.pro__block-profil .plan_name {
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  color: #969696;
  font-weight: 500;
}

.js-cookie-consent {
  position: fixed;
  z-index: 2;
  top: 90px;
  right: 10px;
  max-width: 630px;
  background: #F8F8F8;
  -webkit-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.js-cookie-consent .cookie-consent__message {
  display: block;
  padding: 15px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  color: #969696;
  line-height: 1.3em;
}

.js-cookie-consent .cookie-consent__message a {
  color: #2EC4F1;
}

.js-cookie-consent .cookie-consent__button {
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  width: 50%;
}

.js-cookie-consent .cookie-consent__personalize,
.js-cookie-consent .cookie-consent__agree {
  display: block;
  color: white;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #00232E;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}

.js-cookie-consent .cookie-consent__personalize {
  background: #00232E;
}

.js-cookie-consent .cookie-consent__agree {
  background: #2EC4F1;
}

footer {
  background: #0c3643;
}

footer .footer-title i {
  display: none;
}

footer .footer-container {
  margin: 0 100px;
  overflow: hidden;
}

footer .footer-description {
  padding: 15px 0;
  color: #969696;
  line-height: 1.5em;
  text-align: justify;
}

footer .about,
footer .support,
footer .companies {
  border-top: 3px solid #969696;
}

footer .about:hover,
footer .support:hover,
footer .companies:hover {
  border-top: 3px solid #2EC4F1;
}

footer .about a,
footer .support a,
footer .companies a {
  display: block;
  color: #969696;
  font-size: 13px;
  text-decoration: none;
  margin: 10px 0;
  font-weight: 500;
}

footer .about a:hover,
footer .support a:hover,
footer .companies a:hover {
  color: white;
}

footer .footer-title {
  font-size: 1em;
  margin: 20px 0;
  color: white;
}

footer .socials {
  margin-top: 15px;
  margin-bottom: 30px;
}

footer .socials a {
  color: white;
  font-size: 22px;
}

footer .socials .icon-instagram {
  margin-left: 15px;
}

footer .newsletter-title {
  color: white;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

footer .newsletter-text {
  padding: 15px 0;
  font-size: 13px;
  color: #969696;
}

footer .form-group-newsletter {
  display: inline-block;
  width: 100%;
}

footer .form-group-newsletter input {
  width: 65%;
  display: inline-block;
  background: transparent;
  height: 40px;
  border: 2px solid white;
  outline: 0;
  padding-left: 10px;
  color: white;
}

footer .form-group-newsletter input::-webkit-input-placeholder {
  color: #AFAFB0;
  font-style: italic;
  font-size: 12px;
}

footer .form-group-newsletter input:-ms-input-placeholder {
  color: #AFAFB0;
  font-style: italic;
  font-size: 12px;
}

footer .form-group-newsletter input::-ms-input-placeholder {
  color: #AFAFB0;
  font-style: italic;
  font-size: 12px;
}

footer .form-group-newsletter input::placeholder {
  color: #AFAFB0;
  font-style: italic;
  font-size: 12px;
}

footer .form-group-newsletter input:focus {
  border: 2px solid #2EC4F1 !important;
  color: white;
}

footer .form-group-newsletter input:focus::-webkit-input-placeholder {
  color: white;
}

footer .form-group-newsletter input:focus:-ms-input-placeholder {
  color: white;
}

footer .form-group-newsletter input:focus::-ms-input-placeholder {
  color: white;
}

footer .form-group-newsletter input:focus::placeholder {
  color: white;
}

footer .form-group-newsletter input:focus + .submitNewsletter {
  background: #2EC4F1 !important;
  border: 2px solid #2EC4F1;
  color: white;
}

footer .form-group-newsletter.has-error input {
  border: 2px solid #a94442;
  color: #a94442;
}

footer .form-group-newsletter.has-error .submitNewsletter {
  background: #a94442;
  color: white;
  border: 2px solid #a94442;
}

footer .form-group-newsletter.has-error .control-label-error {
  color: #a94442;
  margin-top: 5px;
}

footer .submitNewsletter {
  display: inline-block;
  width: 35%;
  font-size: 13px;
  background: white;
  height: 40px;
  border: none;
  border-radius: 0;
  border: 2px solid white;
  cursor: pointer;
  outline: 0;
  vertical-align: middle;
}

footer form {
  margin-bottom: 50px;
}

footer .bottom-footer {
  background: #00232e;
  padding: 20px 0;
  color: white;
}

footer .bottom-footer img {
  vertical-align: middle;
}

footer .bottom-footer .copyright {
  color: #969696;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}

footer .bottom-footer .right-links {
  display: inline-block;
  width: 29%;
  text-align: right;
  vertical-align: middle;
}

footer .bottom-footer .right-links a {
  display: block;
  color: white;
  text-align: right;
  padding: 5px 0;
  font-size: 12px;
}

footer .footer-informations {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
}

footer .btn-group-lang {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
}

footer .btn-group-lang .btn-lang {
  float: left;
  display: block;
  text-align: center;
  line-height: 58px;
  background: transparent;
  border: 2px solid white;
  color: white;
  border-radius: 0;
  height: 58px;
  max-width: 250px;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
}

footer .btn-group-lang .btn-lang:after {
  display: none;
}

footer .btn-group-lang .btn-lang:hover {
  background: white;
  color: #00232E;
}

footer .btn-group-lang .btn-lang .icon-arrow-left {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

footer .btn-group-lang.show .btn-lang {
  background: white;
  color: #00232E;
}

footer .btn-group-lang.show .icon-arrow-left {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

footer .btn-group-lang .dropdown-item {
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  padding: 15px;
}

footer .btn-group-lang .dropdown-item i {
  font-size: 10px;
  margin-left: 10px;
}

footer .btn-group-lang .dropdown-menu-top {
  border-radius: 0;
  border: 1px solid white;
  left: 0px;
  max-width: 250px;
  width: 100%;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
}

footer .btn-group-lang .dropdown-menu.show {
  display: block;
}

@media only screen and (max-width: 1040px) {
  .footer-container {
    margin: 20px !important;
  }
}

@media only screen and (max-width: 900px) {
  .footer-informations {
    width: 100% !important;
  }

  .btn-group-lang {
    width: 100% !important;
  }

  .btn-group-lang .btn-lang {
    max-width: 100% !important;
    margin-bottom: 10px;
  }

  .bottom-footer .right-links {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    margin-top: 20px;
  }

  .bottom-footer .right-links a {
    display: inline !important;
  }
}

@media only screen and (max-width: 640px) {
  footer .footer-header-collapse .footer-title i {
    display: block !important;
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
    float: right;
    margin-right: 5px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  footer .footer-header-collapse .footer-collapse {
    height: 0px;
  }

  footer .footer-header-collapse .footer-collapse a {
    display: none;
  }

  footer .footer-header-collapse.show .footer-title i {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
  }

  footer .footer-header-collapse.show .footer-collapse {
    height: inherit;
    -webkit-transition: height 0.15s ease-out;
    transition: height 0.15s ease-out;
  }

  footer .footer-header-collapse.show .footer-collapse a {
    display: block;
  }

  footer .btn-group-lang {
    display: block !important;
    width: 100% !important;
    position: static;
  }

  footer .btn-group-lang .btn-lang {
    max-width: inherit !important;
  }

  footer .footer-informations {
    margin-top: 80px !important;
    width: 100% !important;
    display: block !important;
  }

  footer .footer-container {
    margin: 0 20px !important;
  }

  footer .right-links {
    text-align: center;
  }

  footer .right-links a {
    text-align: center;
    display: inline-block !important;
  }

  footer .dropdown-menu {
    width: 92% !important;
    max-width: inherit !important;
  }

  footer .form-group-newsletter {
    width: 100% !important;
  }
}

body.modal-open .content {
  overflow: hidden !important;
  height: 100% !important;
  display: none;
}

body.modal-open .content.password {
  display: inherit !important;
}

body.modal-open footer {
  overflow: hidden !important;
  height: 100% !important;
  display: none;
}

@media only screen and (min-width: 640px) {
  th.s-hidden {
    display: table-cell;
  }
}

