.button, .Button {
  text-align: center;
  border-radius: 2px;
  padding: 14px 20px;
  line-height: 1;
  border: 1px solid transparent;
  color: #fff;
  float: none !important;
  font-size: 14px;
  font-weight: 700;
  font-family: Source Sans Pro, sans-serif;
  cursor: pointer;
  display: inline-block
}

.button[type=submit], .Button[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.button[disabled], .Button[disabled] {
  cursor: unset
}

@media only screen and (max-width: 767px) {
  .button, .Button {
    width: 100%
  }
}

.button:hover:enabled, .Button:hover:enabled {
  text-decoration: none
}

.button--small, .Button--small {
  padding: 10.5px 15px;
  font-size: 12px
}

.button--xsmall, .Button--xsmall {
  padding: 4.5px 10px;
  font-size: 12px
}

.button--primary, .Button--primary {
  background-color: #bd1343;
  transition: all .1s ease-out;
  color: #fff
}

.button--primary:hover:enabled, .Button--primary:hover:enabled {
  color: #fff;
  transition: all .2s ease-out;
  background-color: #a5113a
}

.button--secondary, .Button--secondary {
  background-color: #8a8a8a;
  transition: all .1s ease-out;
  color: #fff
}

.button--secondary:hover:enabled, .Button--secondary:hover:enabled {
  transition: all .2s ease-out;
  background-color: #666;
  color: #fff
}

.button--white, .Button--white {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  color: #666;
  transition: all .1s ease-out
}

.button--white:hover:enabled, .Button--white:hover:enabled {
  transition: all .2s ease-out;
  color: #666;
  border-color: #8a8a8a
}

.button--transparent, .Button--transparent {
  background-color: transparent;
  border: 1px solid #d3d3d3;
  color: #666;
  transition: all .1s ease-out
}

.button--transparent:hover:enabled, .Button--transparent:hover:enabled {
  transition: all .2s ease-out;
  border-color: #8a8a8a
}

.button--dark, .Button--dark {
  background-color: #1d1d1d;
  transition: all .1s ease-out
}

.button--dark:hover:enabled, .Button--dark:hover:enabled {
  transition: all .2s ease-out;
  background-color: #000
}

.button--light, .Button--light {
  background-color: #eee;
  border: 1px solid #d3d3d3;
  color: #666;
  transition: all .1s ease-out
}

.button--light:hover:enabled, .Button--light:hover:enabled {
  transition: all .2s ease-out;
  background-color: #d3d3d3;
  border-color: #afafaf
}

.button--disabled, .Button--disabled {
  background-color: #eee;
  color: #d3d3d3;
  cursor: unset
}

.button--link, .Button--link {
  color: #666;
  text-decoration: underline;
  border-color: transparent;
  font-weight: 700
}

.button--link:hover:enabled, .Button--link:hover:enabled {
  text-decoration: none;
  color: #1d1d1d
}

.button--append, .Button--append {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px
}

.button--dropdown, .Button--dropdown {
  padding-right: 42px;
  position: relative
}

.button--dropdown .icon, .Button--dropdown .icon {
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px
}

.button--dropdown .isSelected, .Button--dropdown .isSelected, .expanded .button--dropdown:not(.button--dropdownSubLevel), .expanded .Button--dropdown:not(.button--dropdownSubLevel), .expanded_sublevel .button--dropdown, .expanded_sublevel .Button--dropdown {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  color: #666;
  transition: all .1s ease-out
}

.button--dropdown .isSelected:hover, .Button--dropdown .isSelected:hover, .expanded .button--dropdown:not(.button--dropdownSubLevel):hover, .expanded .Button--dropdown:not(.button--dropdownSubLevel):hover, .expanded_sublevel .button--dropdown:hover, .expanded_sublevel .Button--dropdown:hover {
  transition: all .2s ease-out;
  color: #414141;
  border-color: #8a8a8a;
  background-color: #fff
}

.button--dropdown .isSelected .icon, .Button--dropdown .isSelected .icon, .expanded .button--dropdown:not(.button--dropdownSubLevel) .icon, .expanded .Button--dropdown:not(.button--dropdownSubLevel) .icon, .expanded_sublevel .button--dropdown .icon, .expanded_sublevel .Button--dropdown .icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.button--noPadding, .Button--noPadding {
  padding: 0
}

.button--noDecoration, .Button--noDecoration {
  text-decoration: none
}

@media only screen and (max-width: 767px) {
  .button--autoWidthMobile, .Button--autoWidthMobile {
    width: auto
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

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

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

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox], [type=radio] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden], template {
  display: none
}

.btn-dark-gray {
  display: inline-block;
  padding: 4px 10px;
  height: 30px;
  line-height: 30px;
  background: #2c2c2c;
  color: #fff
}

.btn {
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  text-align: center
}

.btn.facebook {
  padding: 0
}

.btn.facebook, .btn.facebook .icon-facebook {
  background-color: #1976f2
}

.btn.instagram .icon-instagram {
  background-color: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

.btn.twitter {
  background-color: #00acee;
  padding: 0
}

.btn.twitter .icon-twitter {
  background-color: #00a2e3;
  width: 35px;
  line-height: 35px;
  float: left
}

.btn.gmail {
  background-color: #db4a39;
  padding: 0
}

.btn.outlook {
  background-color: #0072c6;
  padding: 0
}

.btn.yahoo {
  background-color: #2d1152;
  padding: 0;
  line-height: 37px;
  font-size: 20px
}

.btn.pink {
  background-color: #bd1343
}

.btn.gray {
  background-color: #555;
  min-width: 115px
}

.btn.black {
  background-color: #000
}

.btn.graySmoothLighter {
  background-color: #a7a7a7
}

.btn.grayLighter {
  background-color: #e6e6e6
}

.btn.grayLight {
  background-color: #8a8a8a
}

.btn.grayLight:hover {
  background-color: #a4a4a4
}

input.btn {
  width: 100%;
  font-family: Source Sans Pro, sans-serif
}

a#facebook-invite .icon-facebook, form[id^=facebook-form] .icon-facebook {
  width: 35px;
  line-height: 35px;
  float: left
}

a.btn:hover {
  color: #fff
}

.btn.pink:hover {
  background-color: #e81b55
}

.btn.gray:hover {
  background-color: #6f6f6f
}

.btn.black:hover {
  background-color: #1a1a1a
}

.btn.graySmoothLighter:hover {
  background-color: #c1c1c1
}

.btn.grayLighter:hover {
  background-color: #e6e6e6
}

.btn.facebook:hover {
  background-color: #4c70ba
}

.btn.twitter:hover {
  background-color: #4993f5
}

.btn.twitter:hover .icon-twitter {
  background-color: #17bdff
}

.btn.gmail:hover {
  background-color: #e37164
}

.btn.outlook:hover {
  background-color: #008ff9
}

.btn.yahoo:hover {
  background-color: #441a7c
}

.btn-dark-gray:hover {
  background-color: #464646
}

@media only screen and (max-width: 1024px) {
  #login-container-form .btn {
    height: 50px;
    line-height: 50px
  }

  #login-container-form .icon-facebook, #login-container-form .icon-twitter, a#facebook-invite .icon-facebook, form[id^=facebook-form] .icon-facebook {
    width: 50px
  }

  .btn.black:hover {
    background-color: #000
  }
}

.button.disabled {
  background-color: #eee !important;
  color: #a7a7a7 !important;
  cursor: default !important;
  pointer-events: none
}

.phone-widget {
  margin: 10px auto;
  display: inline-block;
  max-width: 250px
}

.phone-widget__wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding-right: 5px
}

.phone-widget .number {
  height: auto;
  color: #a50f78;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 0 7px;
  line-height: 26px;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto
}

.phone-widget .price {
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 5px;
  background-color: #a50f78;
  text-align: left;
  margin-top: -1px;
  margin-bottom: -1px;
  -webkit-flex: auto;
  flex: auto;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center
}

.phone-widget.free button {
  width: 100%
}

.phone-widget.free .number {
  color: #000;
  width: 100%
}

.phone-widget.free .price {
  display: none
}

.phone-widget .price-icon {
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #fff;
  position: relative
}

@media only screen and (max-width: 767px) {
  .phone-widget {
    position: relative
  }

  .phone-widget .price {
    font-size: 10px;
    line-height: 11px
  }

  .phone-widget button {
    width: 100%
  }
}

.phone-widget-container {
  background-color: #e6e6e6;
  text-align: center;
  clear: both;
  padding: 0 5px 15px
}

.nativeapp #alert-title, .nativeapp #footer, .nativeapp #header-container {
  display: none
}

body.nativeapp.fixed {
  position: inherit
}

div#member_id {
  display: none
}

.scroll-up {
  position: fixed;
  z-index: 200;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, .2);
  cursor: pointer;
  text-align: center;
  color: #fff;
  transition: opacity .1s ease-out;
  visibility: hidden;
  opacity: 0
}

@media only screen and (min-width: 1025px) {
  .scroll-up {
    height: 90px;
    width: 90px;
    right: 50px;
    bottom: 50px
  }
}

@media only screen and (max-width: 1024px) {
  .scroll-up {
    height: 44px;
    width: 44px;
    right: 10px;
    bottom: 18px
  }
}

@media only screen and (max-width: 767px) {
  .with-best-offer .scroll-up {
    bottom: 68px
  }

  .with-best-offer .scroll-up.hubModify {
    bottom: 130px
  }
}

.scroll-up:hover {
  background-color: rgba(0, 0, 0, .4)
}

.scroll-up.show {
  transition: opacity .2s ease-out;
  visibility: visible;
  opacity: 1
}

.scroll-up i {
  font-size: 55px
}

@media only screen and (max-width: 1024px) {
  .scroll-up i {
    font-size: 24px
  }
}

@media only screen and (min-width: 1025px) {
  .scroll-up.hubModify {
    bottom: 100px
  }
}

@media only screen and (max-width: 767px) {
  .scroll-up.hubModify {
    bottom: 85px
  }
}

body.nav-mobile-visible .scroll-up {
  display: none
}

#modal-logout {
  top: 0
}

#modal-logout .modal-inner {
  top: 15%
}

#cookie-consent {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 5px 30px;
  background: rgba(0, 0, 0, .9);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  z-index: 100000
}

@media only screen and (max-width: 767px) {
  #cookie-consent {
    padding: 15px 50px 15px 15px;
    line-height: 15px;
    text-align: left
  }
}

#cookie-consent a {
  color: #fff;
  font-weight: 900;
  margin-right: 10px
}

#cookie-consent a#cookie-consent-close {
  margin-right: 0;
  font-size: 9px
}

@media only screen and (max-width: 767px) {
  #cookie-consent a#cookie-consent-close {
    margin: 5px 0 0 10px;
    font-size: 20px;
    font-weight: 500;
    right: -35px !important
  }
}

@media only screen and (max-width: 1024px) {
  #cookie-consent a#cookie-consent-close {
    position: absolute;
    right: -20px;
    top: 0
  }
}

[data-tooltip=""]:after, [data-tooltip=""]:before {
  display: none
}

.favorite-loader {
  display: inline-block;
  position: relative;
  width: 21px;
  height: 18px
}

@media only screen and (max-width: 767px) {
  .favorite-loader {
    display: block;
    margin: auto
  }
}

.favorite-loader .ajax-loader {
  position: relative !important;
  top: auto;
  left: auto;
  margin: 0;
  width: 21px;
  height: 21px
}

.Loader__backgroundFull {
  width: 100vw;
  height: 100vh;
  background-color: hsla(0, 0%, 100%, .8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1
}

.Loader__backgroundFull .ajax-loader, .Loader__backgroundFull .Loader {
  top: 50%
}

.Chip {
  color: #fff;
  border-radius: 30px;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 10px;
  text-transform: uppercase;
  padding: 3px 8px;
  line-height: 1;
  font-weight: 700
}

.Chip--grey {
  background-color: #8a8a8a
}

.Chip--orange {
  background-color: #f99c45
}

.Chip--red {
  background-color: #bd1343
}

.switch {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 32px
}

.switch input {
  display: none
}

.switch input:checked + .switch__slider {
  background-color: #bd1343
}

.switch input:checked + .switch__slider:before {
  -webkit-transform: translateX(31px);
  transform: translateX(31px)
}

.switch input:focus + .switch__slider {
  box-shadow: 0 0 1px #bd1343
}

.switch__slider {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8a8a8a;
  border-radius: 34px
}

.switch__slider, .switch__slider:before {
  position: absolute;
  transition: all .2s ease
}

.switch__slider:before {
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  border-radius: 50%
}

.switch--small {
  width: 48px;
  height: 24px
}

.switch--small input:checked + .switch__slider:before {
  -webkit-transform: translateX(22px);
  transform: translateX(22px)
}

.switch--small .switch__slider:before {
  height: 18px;
  width: 18px
}

#page-container {
  background-color: #eee !important
}

@media only screen and (max-width: 1024px) {
  #page-container {
    padding-bottom: 0
  }
}

@media only screen and (max-width: 1024px) {
  #page-container .page-center {
    padding: 0
  }
}

@media only screen and (max-width: 1024px) {
  #page-container .account-nav {
    padding-bottom: 0 !important
  }

  #page-container .haveAsideMenu {
    background-color: #fff
  }
}

#page-container .haveAsideMenu .aside-menu {
  display: none
}

#page-container .haveAsideMenu .aside-menu li.aside-menu-item-logout a {
  color: #8a8a8a;
  font-weight: 700;
  font-size: 14px
}

@media only screen and (max-width: 1024px) {
  #page-container .haveAsideMenu .aside-menu li a {
    color: #000;
    padding-left: 22px
  }

  #page-container .haveAsideMenu .aside-menu .mobile {
    float: right;
    padding-right: 25px;
    color: #000
  }
}

@media only screen and (min-width: 1025px) {
  #page-container .haveAsideMenu .aside-menu {
    display: block;
    width: 270px;
    float: left;
    position: relative;
    margin: 40px 0
  }

  #page-container .haveAsideMenu .aside-menu .mobile {
    display: none
  }
}

#page-container .haveAsideMenu .page-col-right {
  width: 100%;
  padding-top: 20px
}

@media only screen and (min-width: 768px) {
  #page-container .haveAsideMenu .page-col-right {
    padding-top: 40px
  }
}

@media only screen and (max-width: 1024px) {
  #page-container .haveAsideMenu .page-col-right > section {
    padding: 0
  }
}

@media only screen and (min-width: 1025px) {
  #page-container .haveAsideMenu .page-col-right {
    width: 705px;
    float: right;
    padding-bottom: 100px
  }

  #page-container .haveAsideMenu .page-col-right > .forms-section {
    padding: 0
  }
}

#page-container.account-nav .haveAsideMenu .aside-menu, #page-container.account-navHelp .haveAsideMenu .aside-menu {
  display: block;
  position: relative;
  margin: 40px 0 100px
}

.account-subscriptions .haveAsideMenu .page-col-right .errorMessage, .account-subscriptions .haveAsideMenu .page-col-right .successMessage {
  position: fixed;
  top: -30px;
  left: 0;
  border-bottom: 1px solid #d3d3d3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  z-index: 1042;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  font-family: Source Sans Pro, sans-serif
}

.account-subscriptions .haveAsideMenu .page-col-right .errorMessage:before, .account-subscriptions .haveAsideMenu .page-col-right .successMessage:before {
  font-family: VP-Icon-line;
  font-size: 32px;
  margin-left: 10px;
  margin-right: 10px
}

@media only screen and (min-width: 768px) {
  .account-subscriptions .haveAsideMenu .page-col-right .errorMessage:before, .account-subscriptions .haveAsideMenu .page-col-right .successMessage:before {
    margin-left: 40px;
    margin-right: 16px
  }
}

@media only screen and (max-width: 767px) {
  .account-subscriptions .haveAsideMenu .page-col-right .errorMessage, .account-subscriptions .haveAsideMenu .page-col-right .successMessage {
    -webkit-flex: 1;
    flex: 1;
    text-align: left;
    height: 60px
  }
}

@media only screen and (min-width: 768px) {
  .account-subscriptions .haveAsideMenu .page-col-right .errorMessage, .account-subscriptions .haveAsideMenu .page-col-right .successMessage {
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%
  }
}

.account-subscriptions .haveAsideMenu .page-col-right .successMessage {
  background-color: #fff;
  color: #1d1d1d
}

.account-subscriptions .haveAsideMenu .page-col-right .successMessage:before {
  content: "\E915";
  color: #bd1343
}

.account-subscriptions .haveAsideMenu .page-col-right .errorMessage {
  background-color: #bd1343;
  color: #fff
}

.account-subscriptions .haveAsideMenu .page-col-right .errorMessage:before {
  content: "\E918"
}

.page-main-title {
  font-style: italic;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 28px;
  color: #1d1d1d;
  margin-bottom: 20px;
  line-height: 1
}

@media only screen and (max-width: 767px) {
  .page-main-title {
    text-align: center
  }
}

.page-subtitle {
  font-style: italic;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 20px;
  color: #1d1d1d;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1
}

@media only screen and (max-width: 767px) {
  .page-subtitle {
    text-align: center
  }
}

.card {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 40px;
  font-family: Source Sans Pro, sans-serif
}

@media only screen and (max-width: 767px) {
  .card {
    padding: 30px 20px
  }
}

.card header {
  margin-bottom: 20px
}

.card header.extra-margin {
  margin-bottom: 40px
}

.card header .card__title {
  font-size: 18px;
  font-weight: 700;
  color: #1d1d1d;
  line-height: 1.4;
  position: relative
}

.card header .card__title:before {
  content: "";
  position: absolute;
  left: -40px;
  height: 20px;
  width: 5px;
  background-color: #bd1343;
  top: 3px
}

@media only screen and (max-width: 767px) {
  .card header .card__title:before {
    left: -20px
  }
}

.card header .card__title--centered {
  font-style: italic;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 26px;
  color: #1d1d1d;
  line-height: 1.2;
  text-align: center
}

.card header .card__title--centered:before {
  display: none
}

.card header .card__title--centered:after {
  content: "\2014";
  display: block;
  font-family: Georgia, Times New Roman, Times, serif;
  color: #bd1343;
  opacity: .9;
  font-size: 25px;
  font-weight: 700
}

.card main .card__subtitle {
  color: #666;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px
}

.card__paragraph-title .small {
  font-weight: 400;
  font-size: 14px;
  color: #666
}

.card__paragraph-subtitle {
  color: #666;
  font-size: 13px;
  font-weight: 700
}

.card footer {
  margin-top: 40px
}

.card .subForm.tableForm span.label:not(:empty), .card .subForm > .tableForm span.label:not(:empty) {
  display: block;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  color: #666;
  font-size: 14px;
  line-height: 1.3
}

.card .subForm.tableForm, .card .subForm > .tableForm {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.card .subForm.tableForm > div, .card .subForm > .tableForm > div {
  position: relative;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (min-width: 768px) {
  .card .subForm.tableForm > div, .card .subForm > .tableForm > div {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%
  }
}

.card .subForm.tableForm > div.col-100, .card .subForm.tableForm > div .col-100, .card .subForm > .tableForm > div.col-100, .card .subForm > .tableForm > div .col-100 {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%
}

@media only screen and (min-width: 768px) {
  .card .subForm.tableForm > div.col-50, .card .subForm.tableForm > div .col-50, .card .subForm > .tableForm > div.col-50, .card .subForm > .tableForm > div .col-50 {
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%
  }
}

.card .subForm.tableForm .FormError, .card .subForm > .tableForm .FormError {
  position: absolute;
  width: 100%;
  color: #bd1343
}

.card .subForm.tableForm .formErrorField, .card .subForm > .tableForm .formErrorField {
  color: #bd1343;
  border: 1px solid #bd1343
}

.card .subForm.tableForm span.label:not(:empty), .card .subForm > .tableForm span.label:not(:empty) {
  padding-bottom: 8px
}

.card .subForm.tableForm .civility input[type=radio], .card .subForm > .tableForm .civility input[type=radio] {
  margin-right: 8px
}

.card .subForm.tableForm .civility .FormInput span, .card .subForm > .tableForm .civility .FormInput span {
  font-size: 16px;
  color: #1d1d1d;
  vertical-align: middle;
  margin-right: 40px
}

.card .subForm.tableForm .civility .FormError, .card .subForm > .tableForm .civility .FormError {
  top: 65px
}

@media only screen and (min-width: 768px) {
  .card .subForm.tableForm .civility .FormError, .card .subForm > .tableForm .civility .FormError {
    top: 50px
  }
}

.card .subForm.tableForm .datepicker, .card .subForm > .tableForm .datepicker {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row
}

.card .subForm.tableForm .datepicker span, .card .subForm > .tableForm .datepicker span {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%
}

.card .subForm.tableForm .datepicker.streamError .error, .card .subForm > .tableForm .datepicker.streamError .error {
  color: #bd1343 !important
}

.card .subForm.tableForm .datepicker.streamError input[type=email], .card .subForm.tableForm .datepicker.streamError input[type=password], .card .subForm.tableForm .datepicker.streamError input[type=text], .card .subForm.tableForm .datepicker.streamError select:not([multiple]), .card .subForm > .tableForm .datepicker.streamError input[type=email], .card .subForm > .tableForm .datepicker.streamError input[type=password], .card .subForm > .tableForm .datepicker.streamError input[type=text], .card .subForm > .tableForm .datepicker.streamError select:not([multiple]) {
  border-color: #bd1343 !important;
  color: #bd1343 !important
}

.card .subForm.tableForm .datepicker > div:nth-child(1n+1), .card .subForm > .tableForm .datepicker > div:nth-child(1n+1) {
  -webkit-flex: 0 1 60px;
  flex: 0 1 60px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px
}

.card .subForm.tableForm .datepicker > div:nth-child(1n+1) input, .card .subForm > .tableForm .datepicker > div:nth-child(1n+1) input {
  text-align: center
}

.card .subForm.tableForm .datepicker > div:nth-child(odd), .card .subForm > .tableForm .datepicker > div:nth-child(odd) {
  -webkit-flex: 1 1 145px;
  flex: 1 1 145px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px
}

.card .subForm.tableForm .datepicker > div:nth-child(odd) .FormError, .card .subForm > .tableForm .datepicker > div:nth-child(odd) .FormError {
  display: none
}

.card .subForm.tableForm .datepicker > div:nth-child(3n+1), .card .subForm > .tableForm .datepicker > div:nth-child(3n+1) {
  -webkit-flex: 0 1 70px;
  flex: 0 1 70px;
  padding-right: 0
}

.card .subForm.tableForm .datepicker > div:nth-child(3n+1) input, .card .subForm > .tableForm .datepicker > div:nth-child(3n+1) input {
  text-align: center
}

.card .subForm.tableForm .datepicker > div:nth-child(3n+1) .FormError, .card .subForm > .tableForm .datepicker > div:nth-child(3n+1) .FormError {
  position: relative
}

@media only screen and (min-width: 768px) {
  .card .subForm.tableForm .datepicker > div:nth-child(3n+1) .FormError, .card .subForm > .tableForm .datepicker > div:nth-child(3n+1) .FormError {
    position: absolute
  }
}

.card .subForm.tableForm .address-subform, .card .subForm > .tableForm .address-subform {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.card .subForm.tableForm .address-subform > div:nth-child(2), .card .subForm.tableForm .address-subform > div:nth-child(3), .card .subForm > .tableForm .address-subform > div:nth-child(2), .card .subForm > .tableForm .address-subform > div:nth-child(3) {
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (min-width: 768px) {
  .card .subForm.tableForm .address-subform > div:nth-child(3), .card .subForm > .tableForm .address-subform > div:nth-child(3) {
    -webkit-flex: 0 1 70%;
    flex: 0 1 70%;
    padding-right: 10px
  }
}

.card .subForm.tableForm .address-subform > div:nth-child(4), .card .subForm > .tableForm .address-subform > div:nth-child(4) {
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (min-width: 768px) {
  .card .subForm.tableForm .address-subform > div:nth-child(4), .card .subForm > .tableForm .address-subform > div:nth-child(4) {
    -webkit-flex: 0 1 30%;
    flex: 0 1 30%
  }
}

.card .subForm.tableForm .address-subform > div:nth-child(4) input, .card .subForm > .tableForm .address-subform > div:nth-child(4) input {
  width: 100%
}

.card .subForm > .FormInput > div, .card .subForm > .tableForm > div {
  margin-top: 20px
}

.card .subForm.tableForm {
  margin-top: 0 !important
}

.card .subForm.tableForm > span:not(:empty) {
  margin-top: 20px
}

.card .subForm.tableForm > div span:empty {
  margin-top: 0
}

.card input[type=email], .card input[type=password], .card input[type=text] {
  border-radius: 2px;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

@media only screen and (max-width: 767px) {
  .card input[type=email], .card input[type=password], .card input[type=text] {
    font-size: 16px;
    padding: 11px 10px;
    height: auto
  }
}

.card input[type=radio] {
  font-size: 16px
}

html #main .card select:not([multiple]) {
  border-radius: 2px;
  border: 1px solid #d3d3d3;
  position: relative;
  width: 100%;
  height: 44px;
  padding-right: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij4gIDxwYXRoIGZpbGw9IiM2NjYiIGQ9Ik0xMS4yOSAxNS43MWExIDEgMCAwIDAgMS40MSAwbDYtNmExIDEgMCAwIDAtMS40MS0xLjQxTDEyIDEzLjU4IDYuNzEgOC4yOWExIDEgMCAwIDAtMS40MiAxLjQybDUuOTIgNS45M3oiLz48L3N2Zz4=") no-repeat right 9px center
}

html #main .card select:not([multiple])::-ms-expand {
  display: none
}

@media only screen and (max-width: 767px) {
  html #main .card select:not([multiple]) {
    font-size: 16px
  }
}

@media only screen and (max-width: 1024px) {
  .card .radiogroup {
    display: -webkit-flex;
    display: flex
  }

  .card .radiogroup label {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%
  }

  .card .radiogroup label input[type=radio] {
    display: none;
    margin: 10px
  }

  .card .radiogroup label input[type=radio] + span {
    display: block;
    margin: 0 !important;
    padding: 12px 10px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    color: #1d1d1d;
    text-align: center
  }

  .card .radiogroup label input[type=radio]:checked + span {
    background-color: #eee
  }

  .card .radiogroup label:last-child input[type=radio] + span {
    border-left: 0
  }
}

.card .reset-edit, .card .send-edit {
  margin-top: 50px
}

.card__paragraph-title {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px
}

.card__paragraph-text {
  color: #666;
  font-size: 14px
}

.card .table {
  width: 100%
}

.card .table__grey {
  border: 1px solid #d3d3d3
}

.card .table__grey tr {
  color: #1d1d1d;
  font-weight: 400
}

@media only screen and (min-width: 768px) {
  .card .table__grey tr {
    border: 1px solid #d3d3d3
  }
}

.card .table__grey tr th {
  text-transform: uppercase;
  color: #666;
  padding: 15px;
  background-color: #eee;
  font-size: 12px
}

.card .table__grey tr td {
  padding: 15px
}

.card .table__grey tr .bolder {
  font-weight: 700
}

.card .table__grey tr .small {
  font-size: 12px
}

.card .table__grey .bordered {
  border: 1px solid #d3d3d3
}

.card .table__center-align {
  text-align: center
}

.card .table__left-align {
  text-align: left
}

.form-row {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px
}

.form-row__switch {
  margin-right: 20px
}

.form-row__switch-label__title {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px
}

.form-row__switch-label__desc {
  font-size: 14px;
  color: #1d1d1d;
  line-height: 1.3
}

.flash-notification {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  z-index: 1042
}

@media only screen and (min-width: 768px) {
  .flash-notification {
    -webkit-justify-content: center;
    justify-content: center;
    height: 60px
  }
}

.flash-notification.error {
  background: #bd1343;
  color: #fff
}

.flash-notification.success {
  background: #fff
}

.flash-notification.success i.flash-icon {
  color: #bd1343
}

.flash-notification.success .flash-message {
  color: #1d1d1d
}

.flash-notification .flash-message {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  font-family: Source Sans Pro, sans-serif
}

@media only screen and (max-width: 767px) {
  .flash-notification .flash-message {
    -webkit-flex: 1;
    flex: 1;
    text-align: left
  }
}

.flash-notification i.flash-icon {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 32px
}

@media only screen and (min-width: 768px) {
  .flash-notification i.flash-icon {
    margin-left: 40px;
    margin-right: 16px
  }
}

.flash-notification i.close-button {
  line-height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 24px
}

@media only screen and (min-width: 768px) {
  .flash-notification i.close-button {
    position: absolute;
    right: 0;
    margin-right: 40px
  }
}

.phone .tableForm {
  width: 94% !important
}

@media only screen and (max-width: 767px) {
  .phone .tableForm {
    width: inherit !important
  }
}

.react-tel-input .form-control {
  padding-left: 70px !important;
  width: 107% !important;
  height: 44px !important;
  border-radius: 2px !important;
  border: 1px solid #d3d3d3 !important
}

@media only screen and (max-width: 1024px) {
  .react-tel-input .form-control {
    width: 105% !important
  }
}

@media only screen and (max-width: 767px) {
  .react-tel-input .form-control {
    width: 100% !important;
    height: 46px !important;
    font-size: 16px
  }
}

.react-tel-input .form-control.invalid-number {
  color: #000;
  border-color: #d3d3d3 !important;
  background-color: #fff !important
}

.react-tel-input .flag-dropdown {
  background-color: #fff !important
}

.react-tel-input .flag-dropdown .selected-flag {
  width: 60px !important;
  margin-right: 6px !important;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij4gIDxwYXRoIGZpbGw9IiM2NjYiIGQ9Ik0xMS4yOSAxNS43MWExIDEgMCAwIDAgMS40MSAwbDYtNmExIDEgMCAwIDAtMS40MS0xLjQxTDEyIDEzLjU4IDYuNzEgOC4yOWExIDEgMCAwIDAtMS40MiAxLjQybDUuOTIgNS45M3oiLz48L3N2Zz4=") no-repeat 100% !important
}

.react-tel-input .flag-dropdown .selected-flag .flag {
  margin-left: 12px !important
}

.react-tel-input .flag-dropdown .selected-flag .flag .arrow {
  display: none !important
}

.react-tel-input .flag-dropdown.invalid-number {
  border-color: #d3d3d3 !important
}

.react-tel-input.formErrorField {
  border: none !important
}

.react-tel-input.formErrorField .form-control {
  color: #bd1343;
  border-color: #bd1343 !important;
  background-color: #fff !important
}

.react-tel-input.formErrorField .flag-dropdown {
  border-color: #bd1343 !important
}

.has-overlay > body {
  height: 100%
}

.semantic-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  opacity: 0;
  color: #1d1d1d;
  line-height: 1.3;
  display: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.open-modal.semantic-content:target {
  opacity: 1
}

.open-modal.is-active.semantic-content, .open-modal.semantic-content:target {
  display: block
}

.semantic-content .modal-inner {
  position: absolute;
  top: 15%;
  left: 50%;
  z-index: 20;
  margin-left: -390px;
  width: 750px;
  overflow-x: hidden;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px #4d4d4d
}

.semantic-content .modal-inner em {
  color: #e3262e;
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-family: Georgia, Times New Roman, Times, serif
}

#modal-trailer.semantic-content .modal-inner {
  top: 15%
}

#modal-message.semantic-content .modal-inner {
  padding-bottom: 10px;
  padding-top: 15px;
  top: 25%;
  width: 375px;
  margin-left: -187px;
  left: 50%
}

.semantic-content .modal-inner > iframe, .semantic-content .modal-inner > img, .semantic-content .modal-inner > video {
  width: 100%;
  height: auto;
  min-height: 300px
}

.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%
}

.semantic-content header {
  margin: 20px 0 0;
  padding: 0 1.2em;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-family: Georgia, Times New Roman, Times, serif;
  position: relative
}

.semantic-content header > h2 {
  margin: .5em 0
}

.semantic-content .modal-content {
  padding: 10px;
  text-align: center
}

#modal-trailer.semantic-content .modal-content {
  text-align: left
}

.semantic-content .modal-content > * {
  max-width: 100%
}

.semantic-content footer {
  border-top: 1px solid #fff;
  padding: 0 1.2em 18px;
  background: #e6e6e6;
  border-radius: 2px
}

.semantic-content .modal-close {
  display: block;
  text-indent: -100px;
  overflow: hidden
}

.semantic-content .modal-close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==")
}

.semantic-content .modal-close:after {
  content: "";
  position: absolute;
  top: 54px;
  left: 50%;
  z-index: 20;
  margin-left: 315px;
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 24px;
  text-decoration: none;
  text-indent: 0
}

.semantic-content .modal-content .btn.btn-dark-gray {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  height: 40px;
  margin: 0 10px;
  min-width: 70px;
  padding: 0 10px
}

.semantic-content .modal-content .btn.btn-dark-gray:hover {
  color: #fff
}

.semantic-content .modal-inner .close {
  position: absolute;
  right: 0;
  padding: 8px
}

#modal-share .modal-inner {
  width: 450px;
  margin-left: -225px;
  left: 50%
}

#modal-share-fb .modal-inner {
  width: 625px;
  margin-left: -310px
}

#modal-share-fb.semantic-content header {
  margin: 0
}

#modal-share-fb.semantic-content .modal-content {
  padding: 0
}

#modal-share-fb.semantic-content .modal-content #share_facebook {
  padding-bottom: 25px
}

#modal-share-fb .head {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  height: 125px;
  width: 100%
}

#modal-share-fb .head img {
  float: left;
  font-size: 18px;
  position: absolute;
  top: 15px;
  left: 15px;
  line-height: 20px
}

#modal-share-fb .head p.top_pop_up {
  font-family: Georgia, Times New Roman, Times, serif;
  float: left;
  font-size: 18px;
  position: absolute;
  top: 35px;
  left: 150px;
  line-height: 20px;
  text-align: left
}

#modal-share-fb .head p.top_pop_up .rose {
  color: #bd1343
}

#modal-share-fb .facebook_loading {
  position: relative;
  width: 100%;
  height: 48px;
  text-align: center;
  margin-top: 30px
}

#modal-share-fb .facebook_loading img {
  width: 48px;
  height: 48px
}

#modal-share-fb #facebookPartOne {
  display: none;
  margin: 15px auto;
  width: 565px
}

#modal-share-fb #facebookPartOne .menu_share_fb {
  display: block;
  width: 100%;
  height: 35px
}

#modal-share-fb #facebookPartOne #facebook_lists {
  border: 1px solid #e6e6e6;
  float: right;
  width: 30%
}

#modal-share-fb #facebookPartOne .choose_category {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  text-align: left;
  float: left;
  width: 60%
}

#modal-share-fb form {
  position: relative;
  min-height: 285px;
  display: inline-block
}

#modal-share-fb #facebookPartOne #facebook_friends {
  border: 1px solid #e6e6e6;
  height: 235px;
  overflow: auto;
  margin-top: 14px;
  padding: 0 11px;
  width: 541px;
  display: inline-block
}

#modal-share-fb #facebookPartOne #facebook_friends .cell_friend {
  float: left;
  font-size: 12px;
  height: 50px;
  line-height: 18px;
  margin: 9px 2px 21px;
  width: 170px
}

#modal-share-fb #facebookPartOne #facebook_friends .cell_friend .left_content {
  float: left;
  display: inline-block;
  width: 50px;
  margin-right: 14px
}

#modal-share-fb #facebookPartOne #facebook_friends .cell_friend .right_content {
  display: inline-block;
  float: left;
  width: 106px
}

#modal-share-fb #facebookPartOne #facebook_friends .cell_friend h4 {
  display: inline-block;
  height: 30px;
  line-height: 14px;
  width: 100%;
  text-align: left
}

#modal-share-fb #facebookPartOne #facebook_friends .cell_friend img {
  margin-right: 14px
}

#modal-share-fb #facebookPartOne #facebook_friends .cell_friend input {
  float: left;
  margin: -1px 5px 0 1px;
  vertical-align: middle
}

#modal-share-fb #facebookPartOne #facebook_friends .cell_friend label {
  float: left;
  color: #666;
  font-size: 11px;
  margin: -3px 0 0 3px
}

#modal-share-fb #facebookPartOne .facebookPartOneSubmit {
  cursor: pointer;
  bottom: -27px;
  position: absolute;
  right: 0;
  font-size: 12px
}

#modal-share-fb #facebookPartOne .facebookPartOneSubmit.disabled span {
  cursor: default;
  color: #e6e6e6;
  background: #a7a7a7
}

.modal-fullnopwd .modal-inner, .modal-guest .modal-inner {
  background-color: rgba(0, 0, 0, .6);
  border-radius: 0;
  box-shadow: none;
  width: 333px;
  margin-left: -166px
}

.modal-fullnopwd .modal-inner .close, .modal-guest .modal-inner .close {
  color: #fff;
  padding-right: 15px;
  padding-top: 12px
}

.modal-fullnopwd .modal-inner .close i, .modal-guest .modal-inner .close i {
  font-size: 12px
}

.modal-fullnopwd .modal-inner header#modal-label, .modal-guest .modal-inner header#modal-label {
  margin-top: 15px
}

.modal-fullnopwd .modal-content, .modal-guest .modal-content {
  padding: 0;
  text-align: left
}

.modal-content .outer-form-container div.form-container {
  background-color: #fff
}

.modal-content .outer-form-container div.form-container-select {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  line-height: 35px;
  width: 50%;
  float: left
}

.modal-content .outer-form-container div.form-container select {
  background-color: #fff;
  width: 100%
}

.modal-content .outer-form-container div.form-container .outer-form-container-select {
  background-color: transparent;
  padding: 0
}

.modal-content .outer-form-container .mandatory-field {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 50%;
  padding: 0 0 0 30px;
  line-height: 16px;
  font-size: .88em
}

.modal-content .outer-form-container div.form-container label {
  width: 40%;
  margin: 0
}

.modal-content .outer-form-container div.form-container input {
  width: 60%
}

.modal-content .outer-form-container div.form-container .form-email-label, .modal-content .outer-form-container div.form-container .form-password-label {
  display: none
}

.modal-content .outer-form-container div.form-container input {
  float: right;
  background-color: #fff;
  height: 35px
}

.modal-content .outer-form-container .form-container #login-form-email, .modal-content .outer-form-container .form-container #login-form-password, .modal-content .outer-form-container .form-container #signup-form-email, .modal-content .outer-form-container .form-container #signup-form-password {
  width: 100%;
  padding-left: 10px
}

.modal-content .outer-form-container .login-form, .modal-content .outer-form-container .registration-form {
  float: right;
  padding: 20px;
  margin: 10px 0 0;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.modal-content .outer-form-container .registration-form {
  clear: both;
  border-top: 1px dashed #666;
  margin-top: 0;
  padding-top: 10px
}

.modal-content .outer-form-container .login-form .separator-with-text {
  color: #666;
  height: 40px;
  line-height: 40px
}

.modal-content .outer-form-container .login-form .forgotten-password {
  display: inline-block;
  margin: 10px 0;
  color: #fff;
  text-decoration: underline;
  font-size: 14px
}

.modal-content .outer-form-container .login-form .save-account-container {
  margin: 10px 0 20px
}

.modal-content .outer-form-container .login-form .save-account-container #save-account {
  margin: -4px 5px 0 0
}

.modal-content .outer-form-container .login-form .save-account-container label {
  display: inline-block;
  color: #fff;
  font-size: 16px
}

.modal-content .outer-form-container .registration-form .not-yet-member {
  margin: 0 0 10px;
  color: #fff;
  text-align: center;
  font-size: 18px
}

.modal-content .outer-form-container .login-form .forgotPassword h2, .modal-content .outer-form-container .login-form .resetPassword h2, .modal-content .outer-form-container .login-form .savePassword h2 {
  margin: 0 0 15px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 300
}

.modal-content .outer-form-container .login-form .savePassword h2 {
  font-weight: 600
}

.modal-content .outer-form-container .login-form .resetPassword h2 {
  margin: 0 0 5px
}

.modal-content .outer-form-container .login-form .forgotPassword p, .modal-content .outer-form-container .login-form .resetPassword p, .modal-content .outer-form-container .login-form .savePassword p {
  margin: 0 0 15px;
  color: #fff
}

.modal-content .outer-form-container .login-form .resetPassword p {
  text-align: center
}

.modal-content .outer-form-container .login-form .forgotPassword p.email {
  font-size: 16px;
  margin: 0 0 25px
}

.modal-content .outer-form-container .login-form #forgotPassword-form input[type=submit], .modal-content .outer-form-container .login-form #resetPassword-form input[type=submit] {
  margin: 10px 0 15px;
  display: inline-block
}

.modal-content .outer-form-container .login-form #savePassword-form p.password-spec {
  color: #fff;
  text-align: center;
  margin: 0 0 10px
}

.modal-content .outer-form-container .login-form a.already-member, .modal-content .outer-form-container .login-form a.not-member {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  text-decoration: underline
}

.modal-content .outer-form-container .login-form #signup-form .checkbox-container {
  position: relative;
  margin: 20px 0;
  font-size: 14px;
  color: #fff
}

.modal-content .outer-form-container .login-form #signup-form .checkbox-container input {
  position: absolute;
  top: 2px
}

.modal-content .outer-form-container .login-form #signup-form .checkbox-container label {
  display: block;
  padding: 0 20px 0 25px
}

.modal-content .outer-form-container .login-form #signup-form .checkbox-container a {
  color: #fff
}

.modal-content .outer-form-container .login-form #signup-form .checkbox-container .icon-info {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 18px
}

.modal-content .outer-form-container .login-form a.already-member {
  margin: 0 0 15px
}

.modal-content .outer-form-container .login-form #signup-form a.already-member {
  margin: 15px 0
}

.modal-content .outer-form-container .login-form #signup-form h1.sponsor-title, .modal-content .outer-form-container .login-form h1.guest-title {
  color: #fff;
  margin: 0 0 10px 10px;
  font-size: 16px;
  line-height: 18px
}

.modal-content .outer-form-container .login-form #signup-form #signup-form-civilite {
  color: #666;
  padding: 5px
}

.modal-content .outer-form-container .login-form #signup-form h1.optional {
  color: #666;
  display: inline-block;
  margin: 0 0 10px 10px;
  font-size: 16px
}

.modal-content .outer-form-container .login-form .form-container {
  font-size: 1.14em
}

.modal-content .outer-form-container .login-form input.btn {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

.modal-content .outer-form-container a.btn:hover {
  color: #fff
}

.modal-content .outer-form-container div.form-container input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50%
}

.modal-content .outer-form-container div.form-container label.date {
  width: 50%
}

.modal-content .outer-form-container .login-form .form-container-select {
  padding-left: 0;
  font-size: 16px;
  background-color: #fff;
  margin: 0 0 10px;
  min-height: 35px
}

.modal-content .outer-form-container .login-form .form-container-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 35px;
  width: 100%
}

.modal-content .outer-form-container .form-container #login-form-email-save-pwd {
  width: 100%;
  padding: 0;
  color: #666;
  background-color: #e6e6e6;
  cursor: default
}

.modal-content .outer-form-container #savePassword-form .form-container.form-container-readonly {
  background-color: #e6e6e6
}

.modal-content .outer-form-container .error, .modal-content .outer-form-container .error a, .modal-content .outer-form-container .form-container > label.error, .modal-content .outer-form-container .gray .form-container label.error {
  color: red
}

.modal-content .outer-form-container .error a {
  text-decoration: underline;
  display: block;
  width: 97.863152588%
}

.modal-content .outer-form-container .errorMessage {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: center
}

.modal-content .outer-form-container input.error, .modal-content .outer-form-container select.error, .modal-content .outer-form-container textarea.error {
  border: 1px solid #e3262e
}

.modal-content .outer-form-container .login-form .flashMessage.error {
  background: none;
  color: inherit
}

.modal-content .outer-form-container .login-form .flashMessage {
  margin: 0 0 10px;
  padding: 0
}

.cgdvPopup .modal-inner {
  height: 500px;
  overflow: auto;
  margin-top: 5%
}

.cgdvPopup .modal-inner em {
  text-align: left;
  line-height: .2em
}

.cgdvPopup .modal-inner .cmsParagraphs {
  text-align: left
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #modal-message.semantic-content .modal-inner {
    padding-bottom: 10px;
    padding-top: 15px;
    top: 25%;
    width: 375px;
    margin-left: -187px
  }

  #modal-share-fb .modal-inner {
    margin-left: 0;
    width: auto;
    left: 20px;
    right: 20px
  }

  #modal-share-fb .head p.top_pop_up {
    padding-right: 20px
  }

  #modal-share-fb #facebookPartOne #facebook_friends {
    width: auto
  }

  #modal-share-fb #facebookPartOne {
    margin: 15px 0 15px 1.3%;
    width: 97.5%
  }
}

@media only screen and (max-width: 1024px) {
  .semantic-content .modal-inner {
    width: auto;
    left: 20px;
    right: 20px;
    margin-left: 0
  }

  .modal-fullnopwd .modal-inner, .modal-guest .modal-inner {
    width: 333px;
    margin-left: -166px;
    left: 50%
  }

  .modal-content .outer-form-container div.form-container label {
    height: 35px;
    line-height: 35px
  }
}

@media only screen and (max-width: 767px) {
  #modal-share.semantic-content .modal-inner {
    margin-left: 0;
    width: auto;
    left: 20px;
    max-height: 95%
  }

  #modal-message.semantic-content .modal-inner {
    width: auto;
    left: 20px;
    right: 20px;
    margin-left: 0
  }

  #modal-share-fb .modal-inner {
    margin-left: 0;
    width: auto;
    left: 20px
  }

  #modal-share-fb .head p.top_pop_up {
    font-size: 12px;
    padding-right: 10px;
    line-height: 1.2em
  }

  #modal-share-fb #facebookPartOne {
    width: 100%
  }

  #modal-share-fb #facebookPartOne .choose_category {
    padding-left: 11px;
    height: 50px;
    line-height: 50px
  }

  #modal-share-fb #facebookPartOne #facebook_lists {
    margin-right: 3.5%
  }

  #modal-share-fb #facebookPartOne #facebook_friends {
    width: auto;
    padding: 0 11px
  }

  #modal-share-fb #facebookPartOne #facebook_friends .cell_friend {
    width: 48%;
    margin: 9px 1% 21px
  }

  #modal-share-fb #facebookPartOne #facebook_friends .cell_friend .left_content {
    width: 19%;
    margin-right: 5%
  }

  #modal-share-fb #facebookPartOne #facebook_friends .cell_friend .right_content {
    width: 76%
  }

  #modal-share-fb #facebookPartOne .facebookPartOneSubmit {
    right: 10px
  }

  .modal-fullnopwd .modal-inner, .modal-guest .modal-inner {
    width: auto;
    right: 0;
    left: 0;
    margin-left: 0;
    height: 100%;
    top: 0
  }

  .modal-fullnopwd .modal-inner .btn, .modal-guest .modal-inner .btn {
    height: 50px;
    line-height: 50px
  }

  #login-container-form .icon-twitter, .modal-fullnopwd .modal-inner .icon-facebook, .modal-guest .modal-inner .icon-facebook {
    line-height: 50px;
    width: 50px
  }

  .modal-fullnopwd .modal-inner .guest-title, .modal-guest .modal-inner .guest-title {
    text-align: center
  }

  .modal-content .outer-form-container div.form-container-select, .modal-content .outer-form-container div.form-container input, .modal-content .outer-form-container div.form-container label {
    height: 50px;
    line-height: 50px
  }
}

@media only screen and (max-width: 1024px) {
  .modalV2 .modal-content .close {
    right: unset !important
  }
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80)
}

.mfp-bg, .mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed
}

.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100)
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100)
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto
}

.mfp-figure, img.mfp-img {
  line-height: 0
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.mfp-ie7 .mfp-img {
  padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
  padding: 0
}

.mfp-ie7 .mfp-content {
  padding-top: 44px
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0
}

.modal-open .modalV2 {
  overflow-x: hidden;
  overflow-y: auto
}

.modalV2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modalV2.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%)
}

.modalV2.fade .modal-dialog, .modalV2.in .modal-dialog {
  -webkit-transform: translate(0);
  transform: translate(0)
}

.modalV2 .modal-dialog {
  position: relative;
  margin: 10px
}

.modalV2 .modal-content {
  height: 100%;
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0
}

.modalV2 .modal-content .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  padding: 10px;
  font-size: 17px
}

.modalV2 .modal-content .close-notification-modal {
  position: static
}

.modalV2 .modal-content i {
  font-weight: 700
}

.modalV2 .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modalV2 .modal-header .close {
  margin-top: -2px
}

.modalV2 .modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modalV2 .modal-body {
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 15px
}

.modalV2 .modal-footer {
  padding: 15px
}

.modalV2 .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px
}

.modalV2 .modal-footer .btn-group .btn + .btn {
  margin-left: -1px
}

.modalV2 .modal-footer .btn-block + .btn-block {
  margin-left: 0
}

.modalV2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width: 1025px) {
  .modalV2 .modal-dialog:not(.fullscreen-modal) {
    width: 600px;
    margin: 30px auto
  }

  .modalV2 .modal-sm {
    width: 300px
  }
}

@media (min-width: 992px) {
  .modalV2 .modal-lg {
    width: 900px
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  filter: alpha(opacity=70);
  opacity: .7
}

#contact-form .contact-us-title {
  max-width: 600px;
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-size: 28px;
  line-height: 32px
}

#contact-form .contact-us-title.partner {
  max-width: none;
  text-align: center
}

#contact-form .contact-us-separator {
  margin: 20px 0;
  height: 3px;
  width: 20px;
  opacity: .9;
  background-color: #bd1343
}

#contact-form .contact-us-separator.partner {
  margin: 20px auto
}

#contact-form .contact-us-content .contact-form .submitForm, #contact-form .contact-us-content .contact-simple-text-form .submitForm, #contact-form .contact-us-content .motif-form .submitForm {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px
}

@media only screen and (max-width: 767px) {
  #contact-form .contact-us-content .contact-form .submitForm, #contact-form .contact-us-content .contact-simple-text-form .submitForm, #contact-form .contact-us-content .motif-form .submitForm {
    display: block;
    width: 100%
  }
}

#contact-form .contact-us-content .contact-form .resetForm, #contact-form .contact-us-content .contact-simple-text-form .resetForm, #contact-form .contact-us-content .motif-form .resetForm {
  margin-left: 20px;
  text-decoration: underline;
  font-family: Source Sans Pro, sans-serif
}

@media only screen and (max-width: 767px) {
  #contact-form .contact-us-content .contact-form .resetForm, #contact-form .contact-us-content .contact-simple-text-form .resetForm, #contact-form .contact-us-content .motif-form .resetForm {
    margin: 0;
    padding-top: 20px;
    width: 100%;
    text-align: center
  }
}

#contact-form .contact-us-content .contact-form .optionnalLabel, #contact-form .contact-us-content .contact-simple-text-form .optionnalLabel, #contact-form .contact-us-content .motif-form .optionnalLabel {
  padding-left: 2px;
  opacity: .9;
  color: #666;
  font-size: 14px;
  font-style: italic;
  line-height: 18px
}

#contact-form .contact-us-content .contact-form .observable, #contact-form .contact-us-content .contact-simple-text-form .observable, #contact-form .contact-us-content .motif-form .observable {
  margin: 25px auto
}

#contact-form .contact-us-content .contact-form .observable:empty, #contact-form .contact-us-content .contact-form .subForm h3, #contact-form .contact-us-content .contact-simple-text-form .observable:empty, #contact-form .contact-us-content .contact-simple-text-form .subForm h3, #contact-form .contact-us-content .motif-form .observable:empty, #contact-form .contact-us-content .motif-form .subForm h3 {
  display: none
}

#contact-form .contact-us-content .contact-form .subForm .tableForm, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm, #contact-form .contact-us-content .motif-form .subForm .tableForm {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

#contact-form .contact-us-content .contact-form .subForm .tableForm > div, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm > div, #contact-form .contact-us-content .motif-form .subForm .tableForm > div {
  width: 49%;
  margin-bottom: 20px
}

#contact-form .contact-us-content .contact-form .subForm .tableForm > div.col-100, #contact-form .contact-us-content .contact-form .subForm .tableForm > div .col-100, #contact-form .contact-us-content .contact-form .subForm .tableForm > div:last-of-type, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm > div.col-100, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm > div .col-100, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm > div:last-of-type, #contact-form .contact-us-content .motif-form .subForm .tableForm > div.col-100, #contact-form .contact-us-content .motif-form .subForm .tableForm > div .col-100, #contact-form .contact-us-content .motif-form .subForm .tableForm > div:last-of-type {
  width: 100%
}

#contact-form .contact-us-content .contact-form .subForm .tableForm .msgtypeInfos, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .msgtypeInfos, #contact-form .contact-us-content .motif-form .subForm .tableForm .msgtypeInfos {
  display: block
}

@media only screen and (min-width: 768px) {
  #contact-form .contact-us-content .contact-form .subForm .tableForm .msgtypeInfos, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .msgtypeInfos, #contact-form .contact-us-content .motif-form .subForm .tableForm .msgtypeInfos {
    width: 200%;
    margin-top: 20px
  }
}

@media only screen and (max-width: 767px) {
  #contact-form .contact-us-content .contact-form .subForm .tableForm, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm, #contact-form .contact-us-content .motif-form .subForm .tableForm {
    -webkit-flex-direction: column;
    flex-direction: column
  }

  #contact-form .contact-us-content .contact-form .subForm .tableForm > div, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm > div, #contact-form .contact-us-content .motif-form .subForm .tableForm > div {
    width: 100%;
    margin-bottom: 20px
  }
}

#contact-form .contact-us-content .contact-form .subForm .tableForm .alwaysAbove, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .alwaysAbove, #contact-form .contact-us-content .motif-form .subForm .tableForm .alwaysAbove {
  z-index: 9999
}

@media only screen and (min-width: 768px) {
  #contact-form .contact-us-content .contact-form .subForm .tableForm .alwaysAbove, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .alwaysAbove, #contact-form .contact-us-content .motif-form .subForm .tableForm .alwaysAbove {
    width: 49% !important
  }
}

#contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .label, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .label, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .label {
  display: block;
  opacity: .9;
  color: #666;
  font-weight: 700
}

#contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput {
  margin-top: 8px
}

#contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput > input, #contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput > select, #contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput > textarea, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput > input, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput > select, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput > textarea, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput > input, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput > select, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput > textarea {
  background-color: #fff;
  height: 44px;
  width: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  padding-left: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (min-width: 1025px) {
  #contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput > input, #contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput > select, #contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput > textarea, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput > input, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput > select, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput > textarea, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput > input, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput > select, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput > textarea {
    font-size: 14px
  }
}

#contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput > select, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput > select, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput > select {
  --refresa: attr(data-content)
}

#contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput > input, #contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput > textarea, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput > input, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput > textarea, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput > input, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput > textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

#contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput > textarea, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput > textarea, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput > textarea {
  height: 60px
}

@media only screen and (max-width: 767px) {
  #contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput > textarea, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput > textarea, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput > textarea {
    height: 120px
  }
}

#contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput > select:not([multiple]), #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput > select:not([multiple]), #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput > select:not([multiple]) {
  position: relative;
  width: 100%;
  height: 44px;
  padding-right: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij4gIDxwYXRoIGZpbGw9IiM2NjYiIGQ9Ik0xMS4yOSAxNS43MWExIDEgMCAwIDAgMS40MSAwbDYtNmExIDEgMCAwIDAtMS40MS0xLjQxTDEyIDEzLjU4IDYuNzEgOC4yOWExIDEgMCAwIDAtMS40MiAxLjQybDUuOTIgNS45M3oiLz48L3N2Zz4=") no-repeat right 9px center
}

#contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput > select:not([multiple])::-ms-expand, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput > select:not([multiple])::-ms-expand, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput > select:not([multiple])::-ms-expand {
  display: none
}

@media only screen and (max-width: 767px) {
  #contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput > select:not([multiple]), #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput > select:not([multiple]), #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput > select:not([multiple]) {
    font-size: 16px
  }
}

#contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput .formErrorField, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput .formErrorField, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput .formErrorField {
  border: 1px solid #bd1343
}

#contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput .radiogroup label > input[type=radio], #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput .radiogroup label > input[type=radio], #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput .radiogroup label > input[type=radio] {
  margin-right: 8px
}

#contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput .radiogroup label > span, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput .radiogroup label > span, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput .radiogroup label > span {
  margin-right: 40px
}

@media only screen and (max-width: 767px) {
  #contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput .radiogroup, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput .radiogroup, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput .radiogroup {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    width: 100%;
    height: 38px;
    border: 1px solid #d3d3d3;
    border-radius: 0 2px 2px 0
  }

  #contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput .radiogroup > label, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput .radiogroup > label, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput .radiogroup > label {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    width: 50%;
    height: 100%;
    border-radius: 2px 0 0 2px;
    border-right: 1px solid #d3d3d3
  }

  #contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput .radiogroup > label:last-child, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput .radiogroup > label:last-child, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput .radiogroup > label:last-child {
    border-right: 0
  }

  #contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput .radiogroup > label > input, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput .radiogroup > label > input, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput .radiogroup > label > input {
    display: none
  }

  #contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput .radiogroup > label input[type=radio]:checked + span, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput .radiogroup > label input[type=radio]:checked + span, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput .radiogroup > label input[type=radio]:checked + span {
    background-color: #8a8a8a;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px
  }

  #contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow > .FormInput .radiogroup > label > span, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow > .FormInput .radiogroup > label > span, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow > .FormInput .radiogroup > label > span {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto;
    text-align: center
  }
}

#contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow.dataContent > .FormInput, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow.dataContent > .FormInput, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow.dataContent > .FormInput {
  position: relative
}

#contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow.dataContent > .FormInput > select, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow.dataContent > .FormInput > select, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow.dataContent > .FormInput > select {
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 10px 10px;
  color: #fff
}

#contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow.dataContent > .FormInput > select > option, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow.dataContent > .FormInput > select > option, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow.dataContent > .FormInput > select > option {
  color: #000
}

#contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow.dataContent > .FormInput:before, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow.dataContent > .FormInput:before, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow.dataContent > .FormInput:before {
  content: var(--refResa, "-");
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 0;
  padding: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: capitalize;
  pointer-events: none;
  color: #000;
  z-index: 2
}

#contact-form .contact-us-content .contact-form .subForm .tableForm .tableRow.unfloated select, #contact-form .contact-us-content .contact-simple-text-form .subForm .tableForm .tableRow.unfloated select, #contact-form .contact-us-content .motif-form .subForm .tableForm .tableRow.unfloated select {
  float: none
}

#contact-form .contact-us-content .contact-form .ContactForm__Submit, #contact-form .contact-us-content .contact-simple-text-form .ContactForm__Submit, #contact-form .contact-us-content .motif-form .ContactForm__Submit {
  display: block;
  margin: auto
}

@media only screen and (min-width: 768px) {
  #contact-form .contact-us-content .contact-form .ContactForm__Submit, #contact-form .contact-us-content .contact-simple-text-form .ContactForm__Submit, #contact-form .contact-us-content .motif-form .ContactForm__Submit {
    min-width: 200px
  }
}

@media only screen and (max-width: 767px) {
  #contact-form .contact-us-content .contact-form .ContactForm__Submit, #contact-form .contact-us-content .contact-simple-text-form .ContactForm__Submit, #contact-form .contact-us-content .motif-form .ContactForm__Submit {
    width: 100%
  }
}

#contact-form .contact-us-content .contact-form .NotifMandatory, #contact-form .contact-us-content .contact-simple-text-form .NotifMandatory, #contact-form .contact-us-content .motif-form .NotifMandatory {
  margin-top: -40px;
  margin-bottom: 30px;
  color: #666
}

@media only screen and (min-width: 768px) {
  #contact-form .contact-us-content .contact-simple-text-form {
    display: -webkit-flex;
    display: flex
  }

  #contact-form .contact-us-content .contact-simple-text-form .globalForm {
    width: 70%
  }

  #contact-form .contact-us-content .contact-simple-text-form button[type=submit] {
    width: 30%;
    margin: 25px 0 0 15px;
    height: 44px
  }
}

#contact-form .contact-us-content .FormTitle {
  position: relative;
  margin-bottom: 45px;
  margin-top: 20px;
  font-size: 22px;
  font-style: italic;
  font-family: Georgia, Times New Roman, Times, serif;
  color: #1d1d1d;
  text-align: left
}

#contact-form .contact-us-content .FormTitle:after {
  content: " ";
  position: absolute;
  top: 40px;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: #bd1343
}

#contact-form .contact-us-content .FormSimpleText {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px
}

#contact-form .contact-us-content .FormSimpleButton {
  display: block;
  min-width: 200px;
  margin: auto
}

@media only screen and (max-width: 767px) {
  body.modal-open {
    position: fixed
  }
}

@media only screen and (max-width: 767px) {
  .modal-contact {
    padding: 0 !important
  }
}

.modal-contact .modal-dialog {
  max-height: 80vh;
  top: 10%
}

@media only screen and (min-width: 768px) {
  .modal-contact .modal-dialog {
    width: 770px
  }
}

@media only screen and (max-width: 767px) {
  .modal-contact .modal-dialog {
    top: 0;
    height: 100%;
    max-height: 100vh;
    margin: 0 !important
  }
}

.modal-contact .modal-dialog .modal-content {
  max-height: 80vh;
  overflow-y: auto
}

@media only screen and (max-width: 767px) {
  .modal-contact .modal-dialog .modal-content {
    max-height: 100%
  }
}

@media only screen and (min-width: 768px) {
  .modal-contact .modal-dialog .modal-content .close {
    padding: 0;
    position: fixed;
    right: 0;
    top: -28px;
    color: #fff;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 700;
    font-size: 14px
  }
}

@media only screen and (max-width: 767px) {
  .modal-contact .modal-dialog .modal-content .close {
    padding: 10px;
    font-size: 18px;
    right: 10px
  }
}

@media only screen and (max-width: 767px) {
  .modal-contact .modal-dialog .modal-content .close .hidden-mobile {
    display: none
  }
}

@media only screen and (min-width: 768px) {
  .modal-contact .modal-dialog .modal-content .close i, .modal-contact .modal-dialog .modal-content .close span {
    display: inline-block;
    vertical-align: middle
  }
}

@media only screen and (min-width: 768px) {
  .modal-contact .modal-dialog .modal-content .close i {
    margin-top: 2px;
    margin-left: 6px;
    font-size: 16px
  }
}

.modal-contact .modal-dialog .modal-body {
  color: #1d1d1d;
  padding: 40px
}

@media only screen and (max-width: 767px) {
  .modal-contact .modal-dialog .modal-body {
    height: auto;
    min-height: 100%;
    padding: 20px
  }
}

.modal-contact .modal-dialog .modal-body .title {
  border-top: 0;
  padding-top: 0
}

.modal-contact .modal-dialog .modal-body .FormError {
  color: red
}

.modal-contact .modal-dialog .modal-body .send-edit {
  float: right;
  margin: 20px 15px
}

body {
  color: #1d1d1d;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  padding-top: 114px;
  transition: padding .15s ease;
  -webkit-font-smoothing: antialiased
}

body * {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

h1, h2, h3, p {
  margin: 0
}

#react-tabs button, .FormInput.hidden {
  display: none
}

button {
  border: none
}

.Button, button {
  background-color: transparent
}

.Button {
  text-align: center;
  border-radius: 2px;
  padding: 18px 32px;
  line-height: 1;
  border: 1px solid #fff;
  color: #fff;
  float: none !important;
  font-size: 16px;
  font-weight: 700;
  font-family: Source Sans Pro, sans-serif;
  cursor: pointer;
  display: inline-block;
  transition: all .15s ease
}

.Button:hover {
  background-color: #fff;
  color: #1d1d1d
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}

.bgAlternate {
  background-color: #f8f8f8
}

.SectionTitle--underlined:after {
  content: "";
  height: 3px;
  width: 20px;
  background-color: #bd1343;
  position: relative;
  display: block;
  margin: 15px auto 0
}

.Header {
  text-align: center;
  padding: 0;
  height: 114px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all .15s ease;
  background-color: #fff
}

.HeaderStacked .Header {
  height: 44px
}

@media only screen and (min-width: 768px) {
  .HeaderStacked .Header {
    height: 60px
  }
}

.Header .container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

.HeaderStacked .Header .container {
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

@media only screen and (max-width: 767px) {
  .HeaderStacked .Header .container {
    padding: 0 0 0 10px
  }
}

.Header__links {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.Header__links .goToSales {
  font-size: 14px;
  line-height: 18px;
  border-left: 1px solid #d3d3d3;
  padding: 20px 20px 5px;
  text-decoration: none;
  color: #666;
  font-weight: 700;
  display: block
}

@media only screen and (max-width: 767px) {
  .Header__links .goToSales {
    display: none
  }
}

.HeaderStacked .Header__links .goToSales {
  border-left: none
}

.Header__links .goToSales:hover {
  text-decoration: underline
}

.Header__links .Button {
  background-color: #1d1d1d;
  color: #fff;
  padding: 21px 48px;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  display: none;
  border: none;
  border-radius: 0
}

@media only screen and (max-width: 767px) {
  .Header__links .Button {
    height: 44px;
    padding: 0 15px
  }
}

.HeaderStacked .Header__links .Button {
  display: block
}

.Logo {
  -webkit-backface-visibility: hidden
}

.Logo--desktop {
  height: 100%
}

.HeaderStacked .Logo--desktop {
  width: 190px
}

@media only screen and (max-width: 767px) {
  .HeaderStacked .Logo--desktop {
    display: none
  }
}

.Logo--mobile {
  display: none
}

@media only screen and (max-width: 767px) {
  .HeaderStacked .Logo--mobile {
    display: block
  }
}

.Presentation {
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 39px
}

@media only screen and (max-width: 767px) {
  .Presentation {
    margin-bottom: 113px
  }
}

@media only screen and (min-width: 1025px) {
  .Presentation {
    overflow: hidden;
    height: 630px;
    margin-bottom: 100px
  }
}

.Presentation__iframe {
  padding: 56.25% 0 0;
  position: relative;
  background: url("https://images1.bovpg.net/vpi/fr/front/uploaded/b2b/bg_video-default.jpg") no-repeat 50%;
  background-size: cover;
  z-index: -1
}

@media only screen and (max-width: 1024px) {
  .Presentation__iframe:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2)
  }
}

@media only screen and (max-width: 365px) {
  .Presentation__iframe:after {
    background-color: rgba(0, 0, 0, .3)
  }
}

.Presentation__iframe .iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.Presentation__content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100vw
}

.Presentation__title {
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 10px
}

@media only screen and (min-width: 1025px) {
  .Presentation__title {
    font-size: 62px;
    line-height: 71px;
    margin-bottom: 20px
  }
}

@media only screen and (max-width: 365px) {
  .Presentation__title {
    font-size: 21px;
    margin-top: 10px
  }
}

.Presentation__subtitle {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px
}

@media only screen and (min-width: 1025px) {
  .Presentation__subtitle {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 100px
  }
}

@media only screen and (max-width: 365px) {
  .Presentation__subtitle {
    font-size: 13px
  }
}

@media only screen and (max-width: 767px) {
  .Presentation #Presentation__partner-form-opener {
    position: absolute;
    bottom: 0;
    margin-bottom: -74px
  }
}

@media only screen and (max-width: 767px) {
  .Presentation .Button {
    background-color: #1d1d1d;
    transition: all .1s ease-out
  }

  .Presentation .Button:hover {
    transition: all .2s ease-out;
    background-color: #000;
    color: #fff
  }
}

@media only screen and (min-width: 1025px) {
  .Presentation .Button {
    margin-bottom: 40px
  }
}

.Arguments {
  text-align: center;
  margin-bottom: 60px
}

.Arguments__title {
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 40px
}

@media only screen and (min-width: 1025px) {
  .Arguments__title {
    font-size: 32px;
    line-height: 36px
  }
}

@media only screen and (min-width: 1025px) {
  .Arguments__wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}

.Argument {
  padding: 0 30px
}

.Argument__title {
  color: #1d1d1d;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 10px
}

.Argument__desc {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 40px
}

.Testimonial {
  margin-bottom: 40px
}

@media only screen and (min-width: 1025px) {
  .Testimonial {
    margin-bottom: 80px;
    margin-bottom: 0
  }
}

@media only screen and (min-width: 1025px) {
  .Testimonial__section--author {
    height: 125px
  }
}

.Testimonial__section--picture {
  height: 600px;
  background: #e8f3fb url(../images/bg_dubai.webp) 50% 30%/cover no-repeat
}

.Testimonial__section--picture .container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.Testimonial__quote {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 45px
}

@media only screen and (min-width: 1025px) {
  .Testimonial__quote {
    margin-left: 272px;
    margin-right: 190px;
    margin-bottom: 95px;
    font-size: 23px;
    line-height: 34px
  }
}

.Testimonial__quote p {
  margin: 20px 0
}

@media only screen and (min-width: 1025px) {
  .Testimonial__quote p {
    margin: 5px 0
  }
}

.Testimonial__quote span {
  text-indent: 40px;
  display: block
}

@media only screen and (min-width: 1025px) {
  .Testimonial__quote span {
    text-indent: 50px
  }
}

.Testimonial__quote:before {
  content: "\201C";
  font-family: Georgia, Times New Roman, Times, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 72px;
  position: absolute;
  line-height: 100px
}

@media only screen and (min-width: 1025px) {
  .Testimonial__quote:before {
    font-size: 112px;
    line-height: 92px
  }
}

.Testimonial__avatar {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-right: 10px
}

@media only screen and (min-width: 1025px) {
  .Testimonial__avatar {
    width: 130px;
    height: 130px;
    margin-top: -65px;
    margin-right: 22px
  }
}

.Testimonial__author {
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  display: -webkit-flex;
  display: flex
}

@media only screen and (min-width: 1025px) {
  .Testimonial__author {
    margin-left: 120px;
    font-size: 14px;
    line-height: 24px
  }
}

.Testimonial__author__desc {
  padding-top: 10px
}

.Testimonial__author b {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px
}

.Stats {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 40px
}

@media only screen and (min-width: 1025px) {
  .Stats {
    margin-bottom: 0;
    padding-top: 130px;
    padding-bottom: 115px
  }
}

.Stats__title {
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 20px
}

@media only screen and (min-width: 1025px) {
  .Stats__title {
    font-size: 42px;
    line-height: 48px
  }
}

.Stats__subtitle {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 20px
}

@media only screen and (min-width: 1025px) {
  .Stats__subtitle {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 50px
  }
}

@media only screen and (min-width: 1025px) {
  .Stats__container {
    display: table;
    width: 100%
  }
}

.Stat {
  padding: 4px 0 34px;
  position: relative
}

@media only screen and (min-width: 1025px) {
  .Stat {
    display: table-cell;
    vertical-align: middle;
    width: 25%
  }
}

.Stat:after {
  content: "";
  background-color: #d3d3d3;
  position: absolute;
  display: block;
  margin: 0 auto;
  height: 1px;
  width: 60px
}

@media only screen and (max-width: 1024px) {
  .Stat:after {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media only screen and (min-width: 1025px) {
  .Stat:after {
    width: 1px;
    height: 60px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

.Stat:last-child:after {
  display: none
}

.Stat__number {
  color: #bd1343;
  font-size: 112px;
  line-height: 1.2;
  display: block;
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-weight: 400
}

.Stat__number__percent {
  font-size: .464em
}

.Stat__subtext {
  display: block;
  text-transform: uppercase;
  color: #666;
  font-size: 18px;
  line-height: 23px
}

.Partners {
  text-align: center
}

@media only screen and (min-width: 1025px) {
  .Partners {
    padding-top: 92px
  }
}

.Partners__title {
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 20px
}

@media only screen and (min-width: 1025px) {
  .Partners__title {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 40px
  }
}

.Partners__subtitle {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 20px
}

@media only screen and (min-width: 1025px) {
  .Partners__subtitle {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 70px
  }
}

.Partners__typeList {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin: 30px 0
}

@media only screen and (min-width: 1025px) {
  .Partners__typeList {
    margin: 50px 0 66px
  }
}

.Partners__logos {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

.Partners__logos:after, .Partners__logos:before {
  content: "";
  width: 100%;
  -webkit-order: 1;
  order: 1
}

.Partners__logo {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 20px
}

@media only screen and (min-width: 1025px) {
  .Partners__logo:nth-child(n+6) {
    -webkit-order: 1;
    order: 1
  }

  .Partners__logo:nth-child(n+10) {
    -webkit-order: 2;
    order: 2
  }
}

.Footer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: #e8f3fb url(https://images1.bovpg.net/vpi/fr/front/uploaded/b2b/bg_footer-m.jpg) 50% 50%/cover no-repeat;
  text-align: center;
  color: #fff;
  margin-bottom: 10px
}

@media only screen and (min-width: 768px) {
  .Footer {
    background-image: url(https://images1.bovpg.net/vpi/fr/front/uploaded/b2b/bg_footer.jpg)
  }
}

.Footer .container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 310px
}

@media only screen and (min-width: 1025px) {
  .Footer .container {
    min-height: 360px
  }
}

.Footer__title {
  font-size: 28px;
  line-height: 32px;
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -30px
}

@media only screen and (min-width: 1025px) {
  .Footer__title {
    font-size: 42px;
    line-height: 48px
  }
}

.Footer__subtitle {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px
}

@media only screen and (min-width: 1025px) {
  .Footer__subtitle {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 40px
  }
}

.Legal {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 50px
}

.Legal a {
  color: #666;
  text-decoration: none
}

.Legal a:hover {
  text-decoration: underline
}

.tableForm.col-100 {
  width: 100% !important
}

.radiogroup label > input[type=radio] {
  margin-right: 8px
}

.radiogroup label > span {
  margin-right: 40px
}

@media only screen and (max-width: 767px) {
  .radiogroup {
    width: 100%;
    height: 38px;
    border: 1px solid #d3d3d3;
    border-radius: 0 2px 2px 0
  }

  .radiogroup, .radiogroup > label {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center
  }

  .radiogroup > label {
    width: 50%;
    height: 100%;
    border-radius: 2px 0 0 2px;
    border-right: 1px solid #d3d3d3
  }

  .radiogroup > label:last-child {
    border-right: 0
  }

  .radiogroup > label > input {
    display: none
  }

  .radiogroup > label input[type=radio]:checked + span {
    background-color: #8a8a8a;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px
  }

  .radiogroup > label > span {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto;
    text-align: center
  }
}

.formLegal {
  font-size: 12px;
  font-style: italic;
  color: #666;
  margin-top: 10px
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.loading {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  transition: opacity 1s
}

.loading.fadeout {
  opacity: 0
}

.msgList {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff
}

.msgList i {
  font-size: 35px;
  font-weight: 400;
  color: #bd1343
}

.msgList > div {
  opacity: .9;
  color: #1d1d1d;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  padding: 17px
}
