/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #3b9aae;
  --indigo: #6610f2;
  --purple: #6c3987;
  --pink: #e41c68;
  --red: #dc3545;
  --orange: #ef671a;
  --yellow: #fcc919;
  --green: #97c042;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --deep-blue: #008fa4;
  --purple: #6c3987;
  --pink: #e41c68;
  --orange: #ef671a;
  --yellow: #fcc919;
  --green: #97c042;
  --white: #fff;
  --primary: #3b9aae;
  --secondary: #868e96;
  --success: #97c042;
  --info: #17a2b8;
  --warning: #fcc919;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --pink: #e41c68;
  --primary: #008fa4;
  --secondary: #fff;
  --success: #97c042;
  --info: #17a2b8;
  --warning: #fcc919;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --black: #000;
  --white: #fff;
  --deep-blue: #008fa4;
  --gray: #808080;
  --dark-gray: #373737;
  --light-gray: #d3d3d3;
  --purple: #6c3987;
  --orange: #ef671a;
  --yellow: #fcc919;
  --green: #97c042;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #000;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #008fa4;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #004c58;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1, .h1 {
  font-size: 2.3rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
small, .small {
  font-size: 80%;
  font-weight: 400;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #000;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #868e96;
}
code {
  font-size: 87.5%;
  color: #e41c68;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #000;
}
.table-sm th, .table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .075);
}
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #b8e0e6;
}
.table-hover .table-primary:hover {
  background-color: #a5d7df;
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #a5d7df;
}
.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #fff;
}
.table-hover .table-secondary:hover {
  background-color: #f2f2f2;
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #f2f2f2;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #e2edca;
}
.table-hover .table-success:hover {
  background-color: #d7e7b7;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #d7e7b7;
}
.table-info, .table-info > th, .table-info > td {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #fef0bf;
}
.table-hover .table-warning:hover {
  background-color: #feeaa5;
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #feeaa5;
}
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b1b7;
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b1b7;
}
.table-light, .table-light > th, .table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #f1f1f1;
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #f1f1f1;
}
.table-dark, .table-dark > th, .table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbd;
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbd;
}
.table-pink, .table-pink > th, .table-pink > td {
  background-color: #f7bfd5;
}
.table-hover .table-pink:hover {
  background-color: #f5a9c6;
}
.table-hover .table-pink:hover > td, .table-hover .table-pink:hover > th {
  background-color: #f5a9c6;
}
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #b8e0e6;
}
.table-hover .table-primary:hover {
  background-color: #a5d7df;
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #a5d7df;
}
.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #fff;
}
.table-hover .table-secondary:hover {
  background-color: #f2f2f2;
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #f2f2f2;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #e2edca;
}
.table-hover .table-success:hover {
  background-color: #d7e7b7;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #d7e7b7;
}
.table-info, .table-info > th, .table-info > td {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #fef0bf;
}
.table-hover .table-warning:hover {
  background-color: #feeaa5;
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #feeaa5;
}
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b1b7;
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b1b7;
}
.table-light, .table-light > th, .table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #f1f1f1;
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #f1f1f1;
}
.table-dark, .table-dark > th, .table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbd;
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbd;
}
.table-black, .table-black > th, .table-black > td {
  background-color: #b8b8b8;
}
.table-hover .table-black:hover {
  background-color: #ababab;
}
.table-hover .table-black:hover > td, .table-hover .table-black:hover > th {
  background-color: #ababab;
}
.table-white, .table-white > th, .table-white > td {
  background-color: #fff;
}
.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td, .table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}
.table-deep-blue, .table-deep-blue > th, .table-deep-blue > td {
  background-color: #b8e0e6;
}
.table-hover .table-deep-blue:hover {
  background-color: #a5d7df;
}
.table-hover .table-deep-blue:hover > td, .table-hover .table-deep-blue:hover > th {
  background-color: #a5d7df;
}
.table-gray, .table-gray > th, .table-gray > td {
  background-color: #dbdbdb;
}
.table-hover .table-gray:hover {
  background-color: #cfcfcf;
}
.table-hover .table-gray:hover > td, .table-hover .table-gray:hover > th {
  background-color: #cfcfcf;
}
.table-dark-gray, .table-dark-gray > th, .table-dark-gray > td {
  background-color: #c7c7c7;
}
.table-hover .table-dark-gray:hover {
  background-color: #bababa;
}
.table-hover .table-dark-gray:hover > td, .table-hover .table-dark-gray:hover > th {
  background-color: #bababa;
}
.table-light-gray, .table-light-gray > th, .table-light-gray > td {
  background-color: #f3f3f3;
}
.table-hover .table-light-gray:hover {
  background-color: #e6e6e6;
}
.table-hover .table-light-gray:hover > td, .table-hover .table-light-gray:hover > th {
  background-color: #e6e6e6;
}
.table-purple, .table-purple > th, .table-purple > td {
  background-color: #d6c8dd;
}
.table-hover .table-purple:hover {
  background-color: #cab8d4;
}
.table-hover .table-purple:hover > td, .table-hover .table-purple:hover > th {
  background-color: #cab8d4;
}
.table-orange, .table-orange > th, .table-orange > td {
  background-color: #fbd4bf;
}
.table-hover .table-orange:hover {
  background-color: #f9c5a7;
}
.table-hover .table-orange:hover > td, .table-hover .table-orange:hover > th {
  background-color: #f9c5a7;
}
.table-yellow, .table-yellow > th, .table-yellow > td {
  background-color: #fef0bf;
}
.table-hover .table-yellow:hover {
  background-color: #feeaa5;
}
.table-hover .table-yellow:hover > td, .table-hover .table-yellow:hover > th {
  background-color: #feeaa5;
}
.table-green, .table-green > th, .table-green > td {
  background-color: #e2edca;
}
.table-hover .table-green:hover {
  background-color: #d7e7b7;
}
.table-hover .table-green:hover > td, .table-hover .table-green:hover > th {
  background-color: #d7e7b7;
}
.table-active, .table-active > th, .table-active > td {
  background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, .075);
}
.table .thead-dark th {
  color: #000;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #000;
  background-color: #212529;
}
.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, .075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 0.9rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #25e3ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .25);
}
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(3rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control.form-control-plaintext, .input-group-sm > .input-group-prepend > .input-group-text.form-control-plaintext, .input-group-sm > .input-group-append > .input-group-text.form-control-plaintext, .input-group-sm > .input-group-prepend > .btn.form-control-plaintext, .input-group-sm > .input-group-append > .btn.form-control-plaintext, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control.form-control-plaintext, .input-group-lg > .input-group-prepend > .input-group-text.form-control-plaintext, .input-group-lg > .input-group-append > .input-group-text.form-control-plaintext, .input-group-lg > .input-group-prepend > .btn.form-control-plaintext, .input-group-lg > .input-group-append > .btn.form-control-plaintext {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col, .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #868e96;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #97c042;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(151, 192, 66, .8);
  border-radius: 0.2rem;
}
.was-validated .form-control:valid, .was-validated .custom-select:valid, .form-control.is-valid, .custom-select.is-valid {
  border-color: #97c042;
}
.was-validated .form-control:valid:focus, .was-validated .custom-select:valid:focus, .form-control.is-valid:focus, .custom-select.is-valid:focus {
  border-color: #97c042;
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-feedback, .form-control.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #97c042;
}
.was-validated .form-check-input:valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #97c042;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #cce0a2;
}
.was-validated .custom-control-input:valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #accd68;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(151, 192, 66, .25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #97c042;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, .8);
  border-radius: 0.2rem;
}
.was-validated .form-control:invalid, .was-validated .custom-select:invalid, .form-control.is-invalid, .custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .was-validated .custom-select:invalid:focus, .form-control.is-invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(220, 53, 69, .25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group, .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.75rem 0.9rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #3b9aae;
  border-color: #3b9aae;
}
.btn-primary:hover {
  color: #fff;
  background-color: #318191;
  border-color: #2e7888;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 154, 174, .5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3b9aae;
  border-color: #3b9aae;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2e7888;
  border-color: #2b707e;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 154, 174, .5);
}
.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, .5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, .5);
}
.btn-success {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-success:hover {
  color: #fff;
  background-color: #81a537;
  border-color: #7a9b34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #7a9b34;
  border-color: #729231;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
.btn-warning {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ecb703;
  border-color: #dfae03;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #dfae03;
  border-color: #d3a403;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-pink {
  color: #fff;
  background-color: #e41c68;
  border-color: #e41c68;
}
.btn-pink:hover {
  color: #fff;
  background-color: #c31758;
  border-color: #b71653;
}
.btn-pink:focus, .btn-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 28, 104, .5);
}
.btn-pink.disabled, .btn-pink:disabled {
  color: #fff;
  background-color: #e41c68;
  border-color: #e41c68;
}
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #b71653;
  border-color: #ac144e;
}
.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 28, 104, .5);
}
.btn-primary {
  color: #fff;
  background-color: #008fa4;
  border-color: #008fa4;
}
.btn-primary:hover {
  color: #fff;
  background-color: #006e7e;
  border-color: #006371;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #008fa4;
  border-color: #008fa4;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #006371;
  border-color: #005764;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .5);
}
.btn-secondary {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}
.btn-success {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-success:hover {
  color: #fff;
  background-color: #81a537;
  border-color: #7a9b34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #7a9b34;
  border-color: #729231;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
.btn-warning {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ecb703;
  border-color: #dfae03;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #dfae03;
  border-color: #d3a403;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:focus, .btn-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, .5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, .5);
}
.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}
.btn-deep-blue {
  color: #fff;
  background-color: #008fa4;
  border-color: #008fa4;
}
.btn-deep-blue:hover {
  color: #fff;
  background-color: #006e7e;
  border-color: #006371;
}
.btn-deep-blue:focus, .btn-deep-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .5);
}
.btn-deep-blue.disabled, .btn-deep-blue:disabled {
  color: #fff;
  background-color: #008fa4;
  border-color: #008fa4;
}
.btn-deep-blue:not(:disabled):not(.disabled):active, .btn-deep-blue:not(:disabled):not(.disabled).active, .show > .btn-deep-blue.dropdown-toggle {
  color: #fff;
  background-color: #006371;
  border-color: #005764;
}
.btn-deep-blue:not(:disabled):not(.disabled):active:focus, .btn-deep-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-deep-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .5);
}
.btn-gray {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.btn-gray:hover {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #676767;
}
.btn-gray:focus, .btn-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, .5);
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #676767;
  border-color: #606060;
}
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, .5);
}
.btn-dark-gray {
  color: #fff;
  background-color: #373737;
  border-color: #373737;
}
.btn-dark-gray:hover {
  color: #fff;
  background-color: #242424;
  border-color: #1e1e1e;
}
.btn-dark-gray:focus, .btn-dark-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 55, 55, .5);
}
.btn-dark-gray.disabled, .btn-dark-gray:disabled {
  color: #fff;
  background-color: #373737;
  border-color: #373737;
}
.btn-dark-gray:not(:disabled):not(.disabled):active, .btn-dark-gray:not(:disabled):not(.disabled).active, .show > .btn-dark-gray.dropdown-toggle {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #171717;
}
.btn-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-dark-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 55, 55, .5);
}
.btn-light-gray {
  color: #212529;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}
.btn-light-gray:hover {
  color: #212529;
  background-color: #c0c0c0;
  border-color: #bababa;
}
.btn-light-gray:focus, .btn-light-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 211, 211, .5);
}
.btn-light-gray.disabled, .btn-light-gray:disabled {
  color: #212529;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}
.btn-light-gray:not(:disabled):not(.disabled):active, .btn-light-gray:not(:disabled):not(.disabled).active, .show > .btn-light-gray.dropdown-toggle {
  color: #212529;
  background-color: #bababa;
  border-color: #b3b3b3;
}
.btn-light-gray:not(:disabled):not(.disabled):active:focus, .btn-light-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-light-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 211, 211, .5);
}
.btn-purple {
  color: #fff;
  background-color: #6c3987;
  border-color: #6c3987;
}
.btn-purple:hover {
  color: #fff;
  background-color: #562e6c;
  border-color: #4f2a63;
}
.btn-purple:focus, .btn-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 57, 135, .5);
}
.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #6c3987;
  border-color: #6c3987;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #4f2a63;
  border-color: #48265a;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 57, 135, .5);
}
.btn-orange {
  color: #fff;
  background-color: #ef671a;
  border-color: #ef671a;
}
.btn-orange:hover {
  color: #fff;
  background-color: #d4560f;
  border-color: #c8510e;
}
.btn-orange:focus, .btn-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 103, 26, .5);
}
.btn-orange.disabled, .btn-orange:disabled {
  color: #fff;
  background-color: #ef671a;
  border-color: #ef671a;
}
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #c8510e;
  border-color: #bc4c0d;
}
.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 103, 26, .5);
}
.btn-yellow {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-yellow:hover {
  color: #212529;
  background-color: #ecb703;
  border-color: #dfae03;
}
.btn-yellow:focus, .btn-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #212529;
  background-color: #dfae03;
  border-color: #d3a403;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-green {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-green:hover {
  color: #fff;
  background-color: #81a537;
  border-color: #7a9b34;
}
.btn-green:focus, .btn-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #7a9b34;
  border-color: #729231;
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-outline-primary {
  color: #3b9aae;
  background-color: transparent;
  background-image: none;
  border-color: #3b9aae;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3b9aae;
  border-color: #3b9aae;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 154, 174, .5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3b9aae;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3b9aae;
  border-color: #3b9aae;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 154, 174, .5);
}
.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, .5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, .5);
}
.btn-outline-success {
  color: #97c042;
  background-color: transparent;
  background-image: none;
  border-color: #97c042;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #97c042;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
.btn-outline-warning {
  color: #fcc919;
  background-color: transparent;
  background-image: none;
  border-color: #fcc919;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fcc919;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-outline-pink {
  color: #e41c68;
  background-color: transparent;
  background-image: none;
  border-color: #e41c68;
}
.btn-outline-pink:hover {
  color: #fff;
  background-color: #e41c68;
  border-color: #e41c68;
}
.btn-outline-pink:focus, .btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 28, 104, .5);
}
.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #e41c68;
  background-color: transparent;
}
.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #e41c68;
  border-color: #e41c68;
}
.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 28, 104, .5);
}
.btn-outline-primary {
  color: #008fa4;
  background-color: transparent;
  background-image: none;
  border-color: #008fa4;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #008fa4;
  border-color: #008fa4;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #008fa4;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #008fa4;
  border-color: #008fa4;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .5);
}
.btn-outline-secondary {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}
.btn-outline-success {
  color: #97c042;
  background-color: transparent;
  background-image: none;
  border-color: #97c042;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #97c042;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
.btn-outline-warning {
  color: #fcc919;
  background-color: transparent;
  background-image: none;
  border-color: #fcc919;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fcc919;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-outline-black {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, .5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, .5);
}
.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}
.btn-outline-deep-blue {
  color: #008fa4;
  background-color: transparent;
  background-image: none;
  border-color: #008fa4;
}
.btn-outline-deep-blue:hover {
  color: #fff;
  background-color: #008fa4;
  border-color: #008fa4;
}
.btn-outline-deep-blue:focus, .btn-outline-deep-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .5);
}
.btn-outline-deep-blue.disabled, .btn-outline-deep-blue:disabled {
  color: #008fa4;
  background-color: transparent;
}
.btn-outline-deep-blue:not(:disabled):not(.disabled):active, .btn-outline-deep-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-deep-blue.dropdown-toggle {
  color: #fff;
  background-color: #008fa4;
  border-color: #008fa4;
}
.btn-outline-deep-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-deep-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-deep-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .5);
}
.btn-outline-gray {
  color: #808080;
  background-color: transparent;
  background-image: none;
  border-color: #808080;
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.btn-outline-gray:focus, .btn-outline-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, .5);
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #808080;
  background-color: transparent;
}
.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, .5);
}
.btn-outline-dark-gray {
  color: #373737;
  background-color: transparent;
  background-image: none;
  border-color: #373737;
}
.btn-outline-dark-gray:hover {
  color: #fff;
  background-color: #373737;
  border-color: #373737;
}
.btn-outline-dark-gray:focus, .btn-outline-dark-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 55, 55, .5);
}
.btn-outline-dark-gray.disabled, .btn-outline-dark-gray:disabled {
  color: #373737;
  background-color: transparent;
}
.btn-outline-dark-gray:not(:disabled):not(.disabled):active, .btn-outline-dark-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-gray.dropdown-toggle {
  color: #fff;
  background-color: #373737;
  border-color: #373737;
}
.btn-outline-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 55, 55, .5);
}
.btn-outline-light-gray {
  color: #d3d3d3;
  background-color: transparent;
  background-image: none;
  border-color: #d3d3d3;
}
.btn-outline-light-gray:hover {
  color: #212529;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}
.btn-outline-light-gray:focus, .btn-outline-light-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 211, 211, .5);
}
.btn-outline-light-gray.disabled, .btn-outline-light-gray:disabled {
  color: #d3d3d3;
  background-color: transparent;
}
.btn-outline-light-gray:not(:disabled):not(.disabled):active, .btn-outline-light-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-light-gray.dropdown-toggle {
  color: #212529;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}
.btn-outline-light-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-light-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 211, 211, .5);
}
.btn-outline-purple {
  color: #6c3987;
  background-color: transparent;
  background-image: none;
  border-color: #6c3987;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #6c3987;
  border-color: #6c3987;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 57, 135, .5);
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #6c3987;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #6c3987;
  border-color: #6c3987;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 57, 135, .5);
}
.btn-outline-orange {
  color: #ef671a;
  background-color: transparent;
  background-image: none;
  border-color: #ef671a;
}
.btn-outline-orange:hover {
  color: #fff;
  background-color: #ef671a;
  border-color: #ef671a;
}
.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 103, 26, .5);
}
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #ef671a;
  background-color: transparent;
}
.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
  color: #fff;
  background-color: #ef671a;
  border-color: #ef671a;
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 103, 26, .5);
}
.btn-outline-yellow {
  color: #fcc919;
  background-color: transparent;
  background-image: none;
  border-color: #fcc919;
}
.btn-outline-yellow:hover {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #fcc919;
  background-color: transparent;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow.dropdown-toggle {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-outline-green {
  color: #97c042;
  background-color: transparent;
  background-image: none;
  border-color: #97c042;
}
.btn-outline-green:hover {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #97c042;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-link {
  font-weight: 400;
  color: #008fa4;
  background-color: transparent;
}
.btn-link:hover {
  color: #004c58;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #008fa4;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn, .btn-group-vertical .btn + .btn, .btn-group .btn + .btn-group, .btn-group-vertical .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group-vertical .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.675rem;
  padding-left: 0.675rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control, .input-group > .custom-select + .form-control, .input-group > .custom-file + .form-control, .input-group > .form-control + .custom-select, .input-group > .custom-select + .custom-select, .input-group > .custom-file + .custom-select, .input-group > .form-control + .custom-file, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend, .input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn, .input-group-append .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-append .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.9rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #008fa4;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(0, 143, 164, .25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #58eaff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #868e96;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #008fa4;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #008fa4;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 143, 164, .5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 143, 164, .5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #008fa4;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 143, 164, .5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(3rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  /* Firefox */
  appearance: none;
  /* Safari and Chrome */
}
.custom-select:focus {
  border-color: #25e3ff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(37, 227, 255, .5);
}
.custom-select::-ms-value {
  color: #495057;
  background-color: #fff;
}
[multiple], [size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
:disabled {
  color: #868e96;
  background-color: #e9ecef;
}
::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(3rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(3rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #25e3ff;
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #25e3ff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(3rem + 2px);
  padding: 0.75rem 0.9rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 3rem;
  padding: 0.75rem 0.9rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #008fa4;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(0, 143, 164, .25);
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #58eaff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #008fa4;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(0, 143, 164, .25);
}
.custom-range::-moz-range-thumb:active {
  background-color: #58eaff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #008fa4;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(0, 143, 164, .25);
}
.custom-range::-ms-thumb:active {
  background-color: #58eaff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #868e96;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #000;
  border-color: #dee2e6 #dee2e6 #000;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #008fa4;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, .7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, .9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, .75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .5);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .5);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .5);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #868e96;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #868e96;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #008fa4;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #004c58;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #008fa4;
  border-color: #008fa4;
}
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #3b9aae;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2e7888;
}
.badge-secondary {
  color: #fff;
  background-color: #868e96;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}
.badge-success {
  color: #212529;
  background-color: #97c042;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #7a9b34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #fcc919;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dfae03;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.badge-pink {
  color: #fff;
  background-color: #e41c68;
}
.badge-pink[href]:hover, .badge-pink[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #b71653;
}
.badge-primary {
  color: #fff;
  background-color: #008fa4;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #006371;
}
.badge-secondary {
  color: #212529;
  background-color: #fff;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #e6e6e6;
}
.badge-success {
  color: #212529;
  background-color: #97c042;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #7a9b34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #fcc919;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dfae03;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.badge-black {
  color: #fff;
  background-color: #000;
}
.badge-black[href]:hover, .badge-black[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
.badge-white {
  color: #212529;
  background-color: #fff;
}
.badge-white[href]:hover, .badge-white[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #e6e6e6;
}
.badge-deep-blue {
  color: #fff;
  background-color: #008fa4;
}
.badge-deep-blue[href]:hover, .badge-deep-blue[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #006371;
}
.badge-gray {
  color: #fff;
  background-color: #808080;
}
.badge-gray[href]:hover, .badge-gray[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #676767;
}
.badge-dark-gray {
  color: #fff;
  background-color: #373737;
}
.badge-dark-gray[href]:hover, .badge-dark-gray[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e1e1e;
}
.badge-light-gray {
  color: #212529;
  background-color: #d3d3d3;
}
.badge-light-gray[href]:hover, .badge-light-gray[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #bababa;
}
.badge-purple {
  color: #fff;
  background-color: #6c3987;
}
.badge-purple[href]:hover, .badge-purple[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #4f2a63;
}
.badge-orange {
  color: #fff;
  background-color: #ef671a;
}
.badge-orange[href]:hover, .badge-orange[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #c8510e;
}
.badge-yellow {
  color: #212529;
  background-color: #fcc919;
}
.badge-yellow[href]:hover, .badge-yellow[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dfae03;
}
.badge-green {
  color: #212529;
  background-color: #97c042;
}
.badge-green[href]:hover, .badge-green[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #7a9b34;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004a55;
  background-color: #cce9ed;
  border-color: #b8e0e6;
}
.alert-primary hr {
  border-top-color: #a5d7df;
}
.alert-primary .alert-link {
  color: #001e22;
}
.alert-secondary {
  color: #858585;
  background-color: #fff;
  border-color: #fff;
}
.alert-secondary hr {
  border-top-color: #f2f2f2;
}
.alert-secondary .alert-link {
  color: #6b6b6b;
}
.alert-success {
  color: #4f6422;
  background-color: #eaf2d9;
  border-color: #e2edca;
}
.alert-success hr {
  border-top-color: #d7e7b7;
}
.alert-success .alert-link {
  color: #313e15;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c32;
}
.alert-warning {
  color: #83690d;
  background-color: #fef4d1;
  border-color: #fef0bf;
}
.alert-warning hr {
  border-top-color: #feeaa5;
}
.alert-warning .alert-link {
  color: #554408;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b1b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #f1f1f1;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbd;
}
.alert-dark .alert-link {
  color: #040505;
}
.alert-pink {
  color: #770f36;
  background-color: #fad2e1;
  border-color: #f7bfd5;
}
.alert-pink hr {
  border-top-color: #f5a9c6;
}
.alert-pink .alert-link {
  color: #490921;
}
.alert-primary {
  color: #004a55;
  background-color: #cce9ed;
  border-color: #b8e0e6;
}
.alert-primary hr {
  border-top-color: #a5d7df;
}
.alert-primary .alert-link {
  color: #001e22;
}
.alert-secondary {
  color: #858585;
  background-color: #fff;
  border-color: #fff;
}
.alert-secondary hr {
  border-top-color: #f2f2f2;
}
.alert-secondary .alert-link {
  color: #6b6b6b;
}
.alert-success {
  color: #4f6422;
  background-color: #eaf2d9;
  border-color: #e2edca;
}
.alert-success hr {
  border-top-color: #d7e7b7;
}
.alert-success .alert-link {
  color: #313e15;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c32;
}
.alert-warning {
  color: #83690d;
  background-color: #fef4d1;
  border-color: #fef0bf;
}
.alert-warning hr {
  border-top-color: #feeaa5;
}
.alert-warning .alert-link {
  color: #554408;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b1b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #f1f1f1;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbd;
}
.alert-dark .alert-link {
  color: #040505;
}
.alert-black {
  color: #000;
  background-color: #ccc;
  border-color: #b8b8b8;
}
.alert-black hr {
  border-top-color: #ababab;
}
.alert-black .alert-link {
  color: #000;
}
.alert-white {
  color: #858585;
  background-color: #fff;
  border-color: #fff;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6b6b6b;
}
.alert-deep-blue {
  color: #004a55;
  background-color: #cce9ed;
  border-color: #b8e0e6;
}
.alert-deep-blue hr {
  border-top-color: #a5d7df;
}
.alert-deep-blue .alert-link {
  color: #001e22;
}
.alert-gray {
  color: #434343;
  background-color: #e6e6e6;
  border-color: #dbdbdb;
}
.alert-gray hr {
  border-top-color: #cfcfcf;
}
.alert-gray .alert-link {
  color: #292929;
}
.alert-dark-gray {
  color: #1d1d1d;
  background-color: #d7d7d7;
  border-color: #c7c7c7;
}
.alert-dark-gray hr {
  border-top-color: #bababa;
}
.alert-dark-gray .alert-link {
  color: #030303;
}
.alert-light-gray {
  color: #6e6e6e;
  background-color: #f6f6f6;
  border-color: #f3f3f3;
}
.alert-light-gray hr {
  border-top-color: #e6e6e6;
}
.alert-light-gray .alert-link {
  color: #545454;
}
.alert-purple {
  color: #381e46;
  background-color: #e2d7e7;
  border-color: #d6c8dd;
}
.alert-purple hr {
  border-top-color: #cab8d4;
}
.alert-purple .alert-link {
  color: #1b0e22;
}
.alert-orange {
  color: #7c360e;
  background-color: #fce1d1;
  border-color: #fbd4bf;
}
.alert-orange hr {
  border-top-color: #f9c5a7;
}
.alert-orange .alert-link {
  color: #4e2209;
}
.alert-yellow {
  color: #83690d;
  background-color: #fef4d1;
  border-color: #fef0bf;
}
.alert-yellow hr {
  border-top-color: #feeaa5;
}
.alert-yellow .alert-link {
  color: #554408;
}
.alert-green {
  color: #4f6422;
  background-color: #eaf2d9;
  border-color: #e2edca;
}
.alert-green hr {
  border-top-color: #d7e7b7;
}
.alert-green .alert-link {
  color: #313e15;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #008fa4;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #008fa4;
  border-color: #008fa4;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004a55;
  background-color: #b8e0e6;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004a55;
  background-color: #a5d7df;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004a55;
  border-color: #004a55;
}
.list-group-item-secondary {
  color: #858585;
  background-color: #fff;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}
.list-group-item-success {
  color: #4f6422;
  background-color: #e2edca;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #4f6422;
  background-color: #d7e7b7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #4f6422;
  border-color: #4f6422;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #83690d;
  background-color: #fef0bf;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #83690d;
  background-color: #feeaa5;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #83690d;
  border-color: #83690d;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b1b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #f1f1f1;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbd;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.list-group-item-pink {
  color: #770f36;
  background-color: #f7bfd5;
}
.list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
  color: #770f36;
  background-color: #f5a9c6;
}
.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: #770f36;
  border-color: #770f36;
}
.list-group-item-primary {
  color: #004a55;
  background-color: #b8e0e6;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004a55;
  background-color: #a5d7df;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004a55;
  border-color: #004a55;
}
.list-group-item-secondary {
  color: #858585;
  background-color: #fff;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}
.list-group-item-success {
  color: #4f6422;
  background-color: #e2edca;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #4f6422;
  background-color: #d7e7b7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #4f6422;
  border-color: #4f6422;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #83690d;
  background-color: #fef0bf;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #83690d;
  background-color: #feeaa5;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #83690d;
  border-color: #83690d;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b1b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #f1f1f1;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbd;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.list-group-item-black {
  color: #000;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: #000;
  background-color: #ababab;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.list-group-item-white {
  color: #858585;
  background-color: #fff;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}
.list-group-item-deep-blue {
  color: #004a55;
  background-color: #b8e0e6;
}
.list-group-item-deep-blue.list-group-item-action:hover, .list-group-item-deep-blue.list-group-item-action:focus {
  color: #004a55;
  background-color: #a5d7df;
}
.list-group-item-deep-blue.list-group-item-action.active {
  color: #fff;
  background-color: #004a55;
  border-color: #004a55;
}
.list-group-item-gray {
  color: #434343;
  background-color: #dbdbdb;
}
.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: #434343;
  background-color: #cfcfcf;
}
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #434343;
  border-color: #434343;
}
.list-group-item-dark-gray {
  color: #1d1d1d;
  background-color: #c7c7c7;
}
.list-group-item-dark-gray.list-group-item-action:hover, .list-group-item-dark-gray.list-group-item-action:focus {
  color: #1d1d1d;
  background-color: #bababa;
}
.list-group-item-dark-gray.list-group-item-action.active {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}
.list-group-item-light-gray {
  color: #6e6e6e;
  background-color: #f3f3f3;
}
.list-group-item-light-gray.list-group-item-action:hover, .list-group-item-light-gray.list-group-item-action:focus {
  color: #6e6e6e;
  background-color: #e6e6e6;
}
.list-group-item-light-gray.list-group-item-action.active {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}
.list-group-item-purple {
  color: #381e46;
  background-color: #d6c8dd;
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: #381e46;
  background-color: #cab8d4;
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #381e46;
  border-color: #381e46;
}
.list-group-item-orange {
  color: #7c360e;
  background-color: #fbd4bf;
}
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: #7c360e;
  background-color: #f9c5a7;
}
.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #7c360e;
  border-color: #7c360e;
}
.list-group-item-yellow {
  color: #83690d;
  background-color: #fef0bf;
}
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #83690d;
  background-color: #feeaa5;
}
.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #83690d;
  border-color: #83690d;
}
.list-group-item-green {
  color: #4f6422;
  background-color: #e2edca;
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #4f6422;
  background-color: #d7e7b7;
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #4f6422;
  border-color: #4f6422;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  transform: translate3d(0, 0, 0);
}
.carousel-item-next, .active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  transform: translate3d(100%, 0, 0);
}
.carousel-item-prev, .active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  transform: translate3d(-100%, 0, 0);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  transform: translate3d(0, 0, 0);
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #3b9aae !important;
}
a.bg-primary:hover, button.bg-primary:hover, a.bg-primary:focus, button.bg-primary:focus {
  background-color: #2e7888 !important;
}
.bg-secondary {
  background-color: #868e96 !important;
}
a.bg-secondary:hover, button.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:focus {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #97c042 !important;
}
a.bg-success:hover, button.bg-success:hover, a.bg-success:focus, button.bg-success:focus {
  background-color: #7a9b34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, button.bg-info:hover, a.bg-info:focus, button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #fcc919 !important;
}
a.bg-warning:hover, button.bg-warning:hover, a.bg-warning:focus, button.bg-warning:focus {
  background-color: #dfae03 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, button.bg-danger:hover, a.bg-danger:focus, button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, button.bg-light:hover, a.bg-light:focus, button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, button.bg-dark:hover, a.bg-dark:focus, button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-pink {
  background-color: #e41c68 !important;
}
a.bg-pink:hover, button.bg-pink:hover, a.bg-pink:focus, button.bg-pink:focus {
  background-color: #b71653 !important;
}
.bg-primary {
  background-color: #008fa4 !important;
}
a.bg-primary:hover, button.bg-primary:hover, a.bg-primary:focus, button.bg-primary:focus {
  background-color: #006371 !important;
}
.bg-secondary {
  background-color: #fff !important;
}
a.bg-secondary:hover, button.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:focus {
  background-color: #e6e6e6 !important;
}
.bg-success {
  background-color: #97c042 !important;
}
a.bg-success:hover, button.bg-success:hover, a.bg-success:focus, button.bg-success:focus {
  background-color: #7a9b34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, button.bg-info:hover, a.bg-info:focus, button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #fcc919 !important;
}
a.bg-warning:hover, button.bg-warning:hover, a.bg-warning:focus, button.bg-warning:focus {
  background-color: #dfae03 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, button.bg-danger:hover, a.bg-danger:focus, button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, button.bg-light:hover, a.bg-light:focus, button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, button.bg-dark:hover, a.bg-dark:focus, button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-black {
  background-color: #000 !important;
}
a.bg-black:hover, button.bg-black:hover, a.bg-black:focus, button.bg-black:focus {
  background-color: #000 !important;
}
.bg-white {
  background-color: #fff !important;
}
a.bg-white:hover, button.bg-white:hover, a.bg-white:focus, button.bg-white:focus {
  background-color: #e6e6e6 !important;
}
.bg-deep-blue {
  background-color: #008fa4 !important;
}
a.bg-deep-blue:hover, button.bg-deep-blue:hover, a.bg-deep-blue:focus, button.bg-deep-blue:focus {
  background-color: #006371 !important;
}
.bg-gray {
  background-color: #808080 !important;
}
a.bg-gray:hover, button.bg-gray:hover, a.bg-gray:focus, button.bg-gray:focus {
  background-color: #676767 !important;
}
.bg-dark-gray {
  background-color: #373737 !important;
}
a.bg-dark-gray:hover, button.bg-dark-gray:hover, a.bg-dark-gray:focus, button.bg-dark-gray:focus {
  background-color: #1e1e1e !important;
}
.bg-light-gray {
  background-color: #d3d3d3 !important;
}
a.bg-light-gray:hover, button.bg-light-gray:hover, a.bg-light-gray:focus, button.bg-light-gray:focus {
  background-color: #bababa !important;
}
.bg-purple {
  background-color: #6c3987 !important;
}
a.bg-purple:hover, button.bg-purple:hover, a.bg-purple:focus, button.bg-purple:focus {
  background-color: #4f2a63 !important;
}
.bg-orange {
  background-color: #ef671a !important;
}
a.bg-orange:hover, button.bg-orange:hover, a.bg-orange:focus, button.bg-orange:focus {
  background-color: #c8510e !important;
}
.bg-yellow {
  background-color: #fcc919 !important;
}
a.bg-yellow:hover, button.bg-yellow:hover, a.bg-yellow:focus, button.bg-yellow:focus {
  background-color: #dfae03 !important;
}
.bg-green {
  background-color: #97c042 !important;
}
a.bg-green:hover, button.bg-green:hover, a.bg-green:focus, button.bg-green:focus {
  background-color: #7a9b34 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #3b9aae !important;
}
.border-secondary {
  border-color: #868e96 !important;
}
.border-success {
  border-color: #97c042 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #fcc919 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-pink {
  border-color: #e41c68 !important;
}
.border-primary {
  border-color: #008fa4 !important;
}
.border-secondary {
  border-color: #fff !important;
}
.border-success {
  border-color: #97c042 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #fcc919 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-black {
  border-color: #000 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-deep-blue {
  border-color: #008fa4 !important;
}
.border-gray {
  border-color: #808080 !important;
}
.border-dark-gray {
  border-color: #373737 !important;
}
.border-light-gray {
  border-color: #d3d3d3 !important;
}
.border-purple {
  border-color: #6c3987 !important;
}
.border-orange {
  border-color: #ef671a !important;
}
.border-yellow {
  border-color: #fcc919 !important;
}
.border-green {
  border-color: #97c042 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.mr-0, .mx-0 {
  margin-right: 0 !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5, .my-5 {
  margin-top: 3rem !important;
}
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0, .py-0 {
  padding-top: 0 !important;
}
.pr-0, .px-0 {
  padding-right: 0 !important;
}
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}
.pl-0, .px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3, .py-3 {
  padding-top: 1rem !important;
}
.pr-3, .px-3 {
  padding-right: 1rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.pr-5, .px-5 {
  padding-right: 3rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto, .my-auto {
  margin-top: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #3b9aae !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #2e7888 !important;
}
.text-secondary {
  color: #868e96 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #6c757d !important;
}
.text-success {
  color: #97c042 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #7a9b34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #fcc919 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #dfae03 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}
.text-pink {
  color: #e41c68 !important;
}
a.text-pink:hover, a.text-pink:focus {
  color: #b71653 !important;
}
.text-primary {
  color: #008fa4 !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #006371 !important;
}
.text-secondary {
  color: #fff !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #e6e6e6 !important;
}
.text-success {
  color: #97c042 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #7a9b34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #fcc919 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #dfae03 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}
.text-black {
  color: #000 !important;
}
a.text-black:hover, a.text-black:focus {
  color: #000 !important;
}
.text-white {
  color: #fff !important;
}
a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important;
}
.text-deep-blue {
  color: #008fa4 !important;
}
a.text-deep-blue:hover, a.text-deep-blue:focus {
  color: #006371 !important;
}
.text-gray {
  color: #808080 !important;
}
a.text-gray:hover, a.text-gray:focus {
  color: #676767 !important;
}
.text-dark-gray {
  color: #373737 !important;
}
a.text-dark-gray:hover, a.text-dark-gray:focus {
  color: #1e1e1e !important;
}
.text-light-gray {
  color: #d3d3d3 !important;
}
a.text-light-gray:hover, a.text-light-gray:focus {
  color: #bababa !important;
}
.text-purple {
  color: #6c3987 !important;
}
a.text-purple:hover, a.text-purple:focus {
  color: #4f2a63 !important;
}
.text-orange {
  color: #ef671a !important;
}
a.text-orange:hover, a.text-orange:focus {
  color: #c8510e !important;
}
.text-yellow {
  color: #fcc919 !important;
}
a.text-yellow:hover, a.text-yellow:focus {
  color: #dfae03 !important;
}
.text-green {
  color: #97c042 !important;
}
a.text-green:hover, a.text-green:focus {
  color: #7a9b34 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #868e96 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, .5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, .5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* Rateplans new page */
.page-template-tpl-rates {
  background: white;
}
.rate-plan {
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 13px;
  margin-bottom: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0.01em;
  margin-right: 0.01em;
  position: relative;
  min-height: 50px;
}
.rate-plan h2 {
  margin: 0.3em 0 0.7em 0;
  font-size: 1.5em;
  color: #373737;
  font-weight: 300;
  padding: 0;
  line-height: 120%;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.bundle-block {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .bundle-block {
    justify-content: space-between;
  }
}
.bundle-item {
  margin: 0 30px 20px 0;
  justify-content: center;
  display: flex;
  padding: 0;
}
.bundle-item .bundle-item-inner {
  padding: 0;
  border-width: 1px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #006679;
  color: white;
  text-align: center;
  width: 110px;
  max-width: 110px;
  min-height: 160px;
  justify-content: center;
  display: flex;
  flex-direction: column !important;
  align-items: center !important;
  transition: all 0.25s ease;
}
.bundle-item .bundle-item-inner:hover {
  opacity: 0.75;
  cursor: pointer;
}
.bundle-item .bundle-item-popup-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  cursor: pointer;
}
.bundle-item .bundle-item-popup-close polygon {
  fill: black;
  transition: all 0.25s ease;
}
.bundle-item .bundle-item-popup-close:hover polygon {
  fill: #e41c68;
}
.bundle-item .bundle-item-popup-title {
  display: none;
  font-size: 26px;
  font-weight: 300;
  padding: 0 10px 24px;
}
.bundle-item .bundle-item-popup-arrows {
  display: none;
  justify-content: space-between;
  width: 100%;
  padding: 0 40px;
  margin-top: -35px;
}
.bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow {
  width: 160px;
  position: relative;
}
.bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow-text {
  font-size: 20px;
  font-weight: 300;
  color: black;
  line-height: 1.2em;
  padding-bottom: 20px;
  width: inherit;
  position: absolute;
  bottom: 100%;
}
.bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow-image {
  display: flex;
}
.bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow-image svg {
  display: block;
  width: 50px;
  height: 50px;
}
.bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow-image svg path {
  fill: #ddd;
}
.bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow-left .bundle-item-popup-arrow-image {
  justify-content: flex-end;
}
.bundle-item .bundle-item-popup-buttons {
  display: none;
  justify-content: center;
  padding-top: 15px;
}
.bundle-item .bundle-item-popup-buttons .bundle-item-popup-button {
  display: block;
  min-width: 170px;
  height: 46px;
  padding: 15px;
  line-height: 16px;
  font-size: 18px;
  color: white;
  background: black;
  border-radius: 6px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  transition: all 0.25s ease;
}
.bundle-item .bundle-item-popup-buttons .bundle-item-popup-button.blue {
  background: #008fa4;
}
.bundle-item .bundle-item-popup-buttons .bundle-item-popup-button.blue:hover {
  background: black;
}
.bundle-item .bundle-item-popup-buttons .bundle-item-popup-button.pink {
  background: #e41c68;
}
.bundle-item .bundle-item-popup-buttons .bundle-item-popup-button.pink:hover {
  background: black;
}
.bundle-item .bundle-item-popup-buttons .bundle-item-popup-button + .bundle-item-popup-button {
  margin-left: 20px;
}
.bundle-item.transp .bundle-item-inner {
  background-color: transparent;
  color: inherit;
  border: solid 1px grey;
}
.bundle-item.pop-up {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 500;
  width: 600px;
  height: 380px;
  background: white;
  border-radius: 6px;
  margin: -170px -300px;
  align-items: center;
  flex-direction: column;
}
.bundle-item.pop-up .bundle-item-popup-close, .bundle-item.pop-up .bundle-item-popup-title {
  display: block;
}
.bundle-item.pop-up .bundle-item-popup-arrows, .bundle-item.pop-up .bundle-item-popup-buttons {
  display: flex;
  align-items: flex-end;
}
.bundle-item.pop-up .bundle-item-inner:hover {
  opacity: 1;
  cursor: default;
}
@media (max-width: 575.98px) {
  .bundle-item {
    margin: 0 0 20px 0;
  }
}
.bestAsiaItem {
  display: flex;
  flex-direction: column;
  min-height: 160px;
}
.bestAsiaItem p {
  margin: 0px;
}
.special-offer {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  border: solid 1px #dd5845;
  padding: 20px;
  display: inline-block;
  margin: 0;
  min-height: 200px;
}
@media (max-width: 767.98px) {
  .special-offer h3 {
    margin-bottom: 0;
  }
}
span.titleRatesBlock {
  font-weight: lighter;
  font-size: 30px;
  background: #fff;
  position: absolute;
  top: -25px;
  left: 30px;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  span.titleRatesBlock {
    font-weight: lighter;
    font-size: 21px;
    margin: -1% 0px 0px -10px;
    padding: 0px 15px 0px 10px;
    background: #fff;
    position: absolute;
    top: -0.5em;
    letter-spacing: -0.01em;
  }
  .zone-section {
    padding: 0 5px;
  }
}
/*bundle block*/
.bundle-item p {
  margin: 0px;
}
.perperiod {
  color: #b3b2b2;
  height: 24px;
}
.flagRates {
  max-width: 30px;
  max-height: 22px;
  margin: 0px;
}
.countryRates {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: lighter;
}
.volumeRates {
  font-size: 20px;
  font-weight: 600;
}
.priceRates {
  font-size: 20px;
  font-weight: 600;
}
.bonusRates {
  font-size: 16px;
}
.shortDescRates {
  font-size: 12px;
  font-weight: bolder;
}
/*country table block*/
.titleTableRates, .networkRates {
  font-size: 16px;
  color: #808080;
  margin: 0 0 10px 0;
  letter-spacing: -0.05em;
}
.networkRates {
  content: icon;
}
.titleTableRates small {
  font-style: italic;
  color: #808080;
}
.countryTableRates {
  color: #373737;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 2px 0;
}
.countryTableRates small {
  color: #808080;
  font-style: italic;
}
.country-network svg {
  max-width: 15px;
  max-height: 15px;
  margin: 0 auto;
  fill: inherit;
}
.country-network svg path {
  fill: inherit;
}
.country-network {
  display: flex;
  width: 100%;
  padding: 20px 0 10px 0;
}
.country-network > div {
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 767px) {
  .country-network > div {
    flex-basis: auto;
  }
  .country-network > div:not(:first-child) .column-heading {
    display: none;
  }
}
.country-network .column-heading > div:not(:first-child), .country-network .country-row > div:not(:first-child) {
  text-align: center;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .country-network .column-heading > div:not(:first-child), .country-network .country-row > div:not(:first-child) {
    margin: 0 -10px;
  }
}
.country-network .column-heading, .country-network .country-row {
  display: flex;
  padding-right: 0px;
}
.rates-side-widget {
  padding: 3em 2em;
  text-align: center;
  background-color: rgba(20, 20, 20, .8);
  color: #fff;
  position: fixed;
  right: 0;
  top: 50%;
  max-width: 150px;
  padding: 20px 10px 20px 10px;
  z-index: 999;
}
.rates-side-widget * {
  color: #fff !important;
}
.rates-side-widget a {
  text-decoration: underline;
}
@media (max-width: 1250px) {
  .rates-side-widget {
    display: none;
  }
}
h2 span {
  font-size: 14px;
  font-style: italic;
  font-weight: lighter;
  color: #808080;
}
/* SELECT ZONE */
#selectZones {
  float: right;
  margin: 20px 0;
}
@media (max-width: 768px) {
  #selectZones {
    float: none;
    margin: 0 auto 30px;
    border: 1px solid #d3d3d3;
    padding: 5px 5px;
    border-radius: 15px;
    display: block;
    width: 100%;
  }
}
/* widget*/
.widget-pic {
  padding: 0px 0px 20px 0px;
  max-width: 40px;
}
/*RATES SIMULATOR NEW*/
.simulScreen {
  background: #e9e9e9;
  padding: 15px 0 0px 0;
  border-radius: 0 7px 0 0;
}
@media screen and (max-width: 768px) {
  .simulScreen {
    padding: 5px 0 10px 0;
    right: 0;
    border-radius: 0px;
    background: #e9e9e9;
    position: inherit;
    display: inline-block;
    margin: 23px 0 0px 0;
  }
}
@media screen and (max-width: 768px) {
  .colPictos {
    margin-top: 1em;
  }
  .colPictos img {
    margin-right: 1em !important;
  }
}
.title2ratesSimul {
  text-align: center;
}
.bigger2 {
  font-size: 16px;
  color: #076076;
}
.smaller2 {
  color: #373737;
  font-size: 12px;
  margin: -3px 0 0 0;
  width: 92px;
}
.textRates2 {
  color: #808080;
  font-size: 16px;
  font-weight: lighter;
  margin: 5px 0 0 0;
  line-height: 18px;
}
.textRates2 img {
  display: none;
}
.text-primary2 {
  font-weight: 600;
}
.colRightSimul {
  margin: 0 -20px 0 -7px;
}
.pic1Rates {
  margin: 0 5px 0 -20px;
}
.pic2Rates {
  margin: 0 -10px 0 15px;
}
.pic3Rates {
  margin: 0 0px 0 -10px;
}
@media screen and (max-width: 768px) {
  .pic1Rates {
    text-align: center;
    margin: 0px auto 10px;
  }
  .pic2Rates {
    text-align: center;
    margin: 0 auto 10px;
  }
  .pic3Rates {
    text-align: center;
    margin: 0 auto -10px;
  }
  .smaller2 {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
  .imageOfferRates + div {
    padding: 0;
  }
}
.textDesc {
  margin-top: 80px;
}
@media screen and (max-width: 1280px) {
  .textDesc {
    margin-top: 0px;
  }
}
/* POP UP */
.blockDataPlan {
  width: 450px;
  margin: 0 auto;
}
.title-popup {
  font-size: 22px;
  color: #373737;
  font-weight: lighter;
  text-align: center;
  padding-bottom: 30px;
}
.title-popup span {
  font-weight: 600;
}
.popup-col1 {
  float: left;
  width: 160px;
  height: 70px;
  margin-top: 130px;
}
.popup-col2 {
  float: left;
  width: 125px;
  height: 100px;
}
.popup-col3 {
  float: left;
  width: 160px;
  height: 70px;
  margin-top: 130px;
  padding-left: 18px;
}
.popup-col4 {
  display: none;
}
.txt-popup-dataplan1 {
  float: left;
  font-size: 18px;
  font-style: italic;
  font-weight: lighter;
  color: #808080;
  text-align: right;
}
.txt-popup-dataplan2 {
  float: left;
  font-size: 18px;
  font-style: italic;
  font-weight: lighter;
  color: #808080;
  text-align: left;
  margin-top: 30px;
}
.txt2-popup-dataplan2 {
  float: left;
  font-size: 18px;
  font-style: italic;
  font-weight: lighter;
  color: #808080;
  text-align: left;
  margin-top: 30px;
  margin-left: 10px;
}
.arrow-popup {
  float: none;
  margin: 0 0 0 13px;
}
.arrow2-popup {
  float: none;
  margin: 0 0 0 -27px;
}
.dataPlanEuropePays {
  background-color: #fff;
  border: 1px solid #325a78;
  border-radius: 10px;
  padding: 10px;
  font-size: 1.2em;
  font-weight: bold;
  height: auto !important;
  width: auto !important;
  min-width: 110px;
  text-align: center;
}
.dataPlanRef-EuPays {
  font-weight: lighter;
  font-size: 18px;
  margin: 0 0 5px 0;
  color: #373737;
}
.dataPlanValue-EUPays {
  font-weight: bolder;
  font-size: 18px;
  padding: 0 0 30px 0;
  color: #325a78;
}
.dataPlanPrice-EUPays {
  font-weight: bolder;
  font-size: 20px;
  color: #373737;
}
.dataPlanValidity-EuPays {
  font-weight: normal;
  font-size: 10px;
  color: #808080;
}
.flagPopUp {
  text-align: center;
}
.blockButtonPopup {
  clear: both;
  margin: 0 auto;
  display: block;
  width: 320px;
  padding: 0px 0 10px 0;
  display: flex;
  flex-direction: inherit;
  text-align: center;
}
.buttonSelfCare, .buttonEShop {
  width: 131px;
  height: 34px;
  margin: 0 10px;
}
span.buttonSelfCare, span.buttonEShop {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .blockButtonPopup {
    display: table-cell;
  }
}
.tablePopUpBundle {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 260px;
}
.col-left-tab {
  float: left;
}
.col-middle-tab {
  float: left;
}
.col-right-tab {
  float: left;
}
@media screen and (max-width: 320px) {
  .col-left-tab {
    position: absolute;
    left: -4%;
  }
  .col-middle-tab {
    position: absolute;
    left: 30%;
  }
  .col-right-tab {
    position: absolute;
    left: 75%;
  }
  .buttonSelfCare, .buttonEShop {
    margin: 0 15px 0 -5px;
  }
}
@media screen and (max-width: 375px) and (min-width: 321px) {
  .col-left-tab {
    position: absolute;
    left: -4%;
  }
  .col-middle-tab {
    position: absolute;
    left: 30%;
  }
  .col-right-tab {
    position: absolute;
    left: 75%;
  }
  .buttonSelfCare, .buttonEShop {
    margin: 0 10px 0 14px;
  }
}
@media screen and (max-width: 768px) {
  .tablePopUpBundle {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 260px;
    height: 170px;
  }
}
/*Prices Table Blue*/
.priceMB {
  font-size: 16px;
  color: #808080;
  margin: 0 0 10px 0;
}
.priceMBBlue {
  font-size: 16px;
  color: #076076;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.colPictos > div {
  display: flex;
  align-items: center;
}
.zone-section {
  margin-top: 50px;
}
.collapsing-wrapper {
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .collapsing-wrapper > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.collapsing-wrapper > .row {
  padding-right: 15px;
}
.expand-arrow {
  position: absolute;
  top: -11px;
  right: 10px;
  cursor: pointer;
  transition: 0.7s;
  width: 100%;
  height: 50px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.country-expanded {
  transform: rotateX(180deg);
  top: 3px;
}
.slidecontainer {
  margin: 10px auto 0;
  align-items: center;
}
.slidecontainer .slidetext {
  font-size: 30px;
  font-weight: 300;
}
.select-currency-container, .select-destination-container {
  width: 140px;
  height: 48px;
  margin-left: 15px;
  margin-top: 5px;
  background: white;
  border-radius: 6px 6px 0 0;
  position: relative;
  cursor: pointer;
  border: 1px solid black;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.select-currency-container:hover, .select-destination-container:hover {
  background: #eee;
}
.select-currency-container.collapsed, .select-destination-container.collapsed {
  border-radius: 6px;
}
.select-currency-selected, .select-destination-selected {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  line-height: 24px;
  color: #333;
  font-size: 22px;
  z-index: 10;
}
.select-destination-selected span {
  display: flex;
  align-items: center;
}
.select-currency-selected svg, .select-destination-selected > svg {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin: -11px 0;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.collapsed .select-currency-selected svg, .collapsed .select-destination-selected > svg {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select-currency-dropdown, .select-destination-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: -1px;
  left: -1px;
  background: white;
  border-radius: 0 0 6px 6px;
  border: 1px solid black;
  z-index: 10;
}
.select-currency-dropdown-item, .select-destination-dropdown-item {
  display: flex;
  line-height: 28px;
  font-size: 18px;
  color: #333;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.select-currency-dropdown-item:hover, .select-destination-dropdown-item:hover {
  background: #008fa4;
  color: white;
  text-decoration: none;
}
.slider {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.slider:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}
.slider::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}
/* Special styling for WebKit/Blink */
.slider::-webkit-slider-thumb {
  opacity: 1;
  -webkit-appearance: none;
  transform: translateY(-30%);
  width: 24px;
  height: 24px;
  background: #008fa4;
  cursor: pointer;
  border-radius: 18px;
  border: 2px solid white;
}
/* All the same stuff for Firefox */
.slider::-moz-range-thumb {
  opacity: 1;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  background: #008fa4;
  cursor: pointer;
  border-radius: 18px;
  border: 2px solid white;
  z-index: 99 !important;
}
/* All the same stuff for IE */
.slider::-ms-thumb {
  transform: translateY(0%);
  opacity: 1;
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: #008fa4;
  cursor: pointer;
  border-radius: 18px;
  border: 2px solid white;
  z-index: 99 !important;
}
.slider::-ms-track {
  width: 100%;
  height: 9px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a2a2a;
  border-radius: 8px !important;
}
input[type=range]::-ms-fill-upper {
  background: #2a2a2a;
  border-radius: 8px !important;
}
.slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 9px;
  cursor: pointer;
  border-width: 16px 0;
  background: #2a2a2a;
  border-radius: 8px !important;
}
.slider::-moz-range-track {
  width: 100%;
  height: 9px;
  cursor: pointer;
  border-width: 16px 0;
  background: #2a2a2a;
  border-radius: 8px !important;
}
.page-template-tpl-rates #accordion {
  margin-top: 5em;
}
.clear-destinations-field {
  position: absolute;
  top: 11px;
  right: 40px;
  z-index: 10;
  padding: 0 5px;
}
.clear-destinations-field svg path {
  fill: #808080;
}
@media (max-width: 767.98px) {
  .page-template-tpl-rates #accordion {
    margin-top: 2em;
  }
}
@media screen and (max-width: 640px) {
  .bundle-item.pop-up {
    width: 450px;
    margin: -170px -225px;
  }
  .bundle-item .bundle-item-popup-arrows {
    padding: 0 15px;
  }
  .bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow {
    width: 130px;
  }
  .bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow-left .bundle-item-popup-arrow-text {
    text-align: right;
  }
  .bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .bundle-item.pop-up {
    margin: 0;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    z-index: 700;
    padding: 0;
  }
  .bundle-item .bundle-item-popup-arrows {
    margin-top: 120px;
  }
  .bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow {
    width: 45%;
  }
  .bundle-item .bundle-item-popup-buttons .bundle-item-popup-button {
    min-width: 130px;
    height: 36px;
    padding: 10px;
    line-height: 16px;
    font-size: 14px;
  }
  .bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow-text {
    width: 100%;
  }
  .bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow-image {
    justify-content: center !important;
  }
  .bundle-item .bundle-item-popup-arrows {
    padding: 0 5px;
  }
}
/*
 Tpoghraphy
 */
.large-1 {
  font-size: 1.1rem;
}
.large-2 {
  font-size: 1.35rem;
}
.large-3 {
  font-size: 1.5rem;
}
.large-4 {
  font-size: 1.75rem;
}
/*
 Content
 */
.container-fluid {
  background-size: cover;
}
.content-wrap {
  padding: 7.4rem 0 0;
}
@media screen and (max-width: 480px) {
  .content-wrap {
    padding: 6.6rem 0 0;
  }
}
.header-container.header-with-bar + .content-wrap {
  padding: 6.7rem 0 0;
}
@media (max-width: 991.98px) {
  .container _:-ms-lang(x), .container _:-webkit-full-screen, .container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
    word-break: normal;
  }
  .container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
    overflow-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
  }
}
.container img {
  height: auto;
  max-width: 100%;
}
.container img.aligncenter {
  display: block;
  margin: 0 auto;
}
.container img.alignright {
  display: block;
  margin-left: auto;
}
.mapsvg svg {
  height: 120% !important;
  margin-top: -8%;
}
#uioverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .75);
  z-index: 450;
}
/*
 Forms
 */
select.form-control:not([size]):not([multiple]) {
  height: auto;
}
select.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/*
 Typography
 */
h1, h2, h3, h4, h5, h6 {
  width: 100%;
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
h1, h2 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
@font-face {
  font-family: 'open_sanslight';
  src: url('../fonts/OpenSans-Light-webfont.eot');
  src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open_sans_light';
  src: url('../fonts/OpenSans-Light-webfont.eot');
  src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open_sans_regular';
  src: url('../fonts/OpenSans-Regular-webfont.eot');
  src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open_sans_semi_bold';
  src: url('../fonts/OpenSans-SemiBold-webfont.woff') format('woff'), url('../fonts/OpenSans-SemiBold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open_sans_semi_bold_italic';
  src: url('../fonts/OpenSans-SemiBoldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-SemiBoldItalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open_sans_bold';
  src: url('../fonts/OpenSans-Bold-webfont.eot');
  src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open_sans_italic';
  src: url('../fonts/OpenSans-Italic-webfont.eot');
  src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic-webfont.woff') format('woff'), url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Italic-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'fontawesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
}
.content-wrap a {
  text-decoration: underline;
}
.content-wrap a:hover {
  color: #7cc4d3;
}
span.wpcf7-not-valid-tip {
  color: #dc3545;
}
span.wpcf7-list-item {
  margin: 0 1em 0 0;
}
/*
 FAQ
 */
.bg-white .card {
  background-color: #fff;
  margin-bottom: 1rem;
}
.bg-white .card:last-child {
  margin: 0;
}
.bg-white .card .card-header {
  cursor: pointer;
  background-color: #fff;
  border-bottom: none;
  padding: 0;
  position: relative;
}
.bg-white .card .card-header svg {
  width: 2.6rem;
  height: 2.6rem;
  display: block;
  position: absolute;
  top: 1.5em;
  right: 1.25em;
  margin: -1.3rem 0;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.bg-white .card .card-header a {
  color: #000;
  display: block;
  padding: 0.75rem 3rem 0.75rem 1.25rem;
  position: relative;
  z-index: 10;
}
.bg-white .card .card-header.collapsed svg {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.bg-white .card.active {
  border: 1px solid #008fa4;
}
.bg-white .card.active .card-header a {
  color: #008fa4;
}
.dropdown-item:hover, .dropdown-item:focus {
  background-color: #008fa4;
}
*:focus {
  outline: 0 !important;
}
input[type="button"] {
  border: none;
  outline: none;
}
input[type="button"]::-moz-focus-inner {
  border: 0;
}
@media (max-width: 575.98px) {
  .hide-sm {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .hide-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hide-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .menu-container {
    max-width: 1980px;
  }
}
.carousel {
  /* Portrait */
  /* Landscape */
}
.carousel [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.carousel .carousel-item__inner {
  height: 100%;
}
.carousel .carousel-inner {
  height: 100%;
}
.carousel .carousel-item {
  height: 100%;
}
.carousel .carousel-item .carousel-back {
  background-position: center;
  background-size: cover;
}
.carousel .carousel-item .carousel-caption {
  right: 10%;
  left: 10%;
  height: 100%;
  top: 0;
}
.carousel .carousel-item .carousel-caption .container {
  display: flex;
  flex-wrap: inherit;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.carousel a {
  text-decoration: none;
}
@media (orientation: portrait) {
  .carousel .carousel-item .carousel-back {
    padding-bottom: 25vw;
  }
  .carousel .carousel-item .carousel-caption {
    position: relative;
    right: 0;
    left: 0;
  }
  .carousel .carousel-item .description {
    width: 80%;
    padding-left: 5%;
  }
}
@media (orientation: landscape) {
  .carousel .carousel-item .carousel-back {
    padding-bottom: 30vw;
    height: 100%;
  }
  .carousel .carousel-item .carousel-caption {
    background-color: transparent !important;
  }
}
.carousel .carousel-indicators li {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .carousel .display-1 {
    font-size: 4.8rem;
  }
  .carousel .display-2 {
    font-size: 4.4rem;
  }
  .carousel .display-3 {
    font-size: 3.6rem;
  }
  .carousel .display-4 {
    font-size: 2.4rem;
  }
}
@media (max-width: 575.98px) {
  .carousel .display-1 {
    font-size: 3rem;
  }
  .carousel .display-2 {
    font-size: 2.75rem;
  }
  .carousel .display-3 {
    font-size: 2.25rem;
  }
  .carousel .display-4 {
    font-size: 1.5rem;
  }
}
.home .carousel {
  height: 75vh;
}
@media (orientation: portrait) {
  .home .carousel .carousel-back {
    height: 60%;
    padding-bottom: 0;
  }
  .home .carousel .carousel-caption {
    height: 40%;
  }
}
.home .container-fluid .container {
  height: 100%;
}
.home .container-fluid .container .row {
  height: 100%;
}
@media (max-width: 767.98px) {
  .home .container-fluid.fixed-height {
    height: auto !important;
  }
}
@media (max-width: 991.98px) {
  .btn {
    white-space: normal !important;
  }
}
#chose-lang-shadow {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .75);
  z-index: 900;
  cursor: pointer;
}
#chose-lang-overlay {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  background: black url(../img/ubigi-welcome.png) center center no-repeat;
  background-size: cover;
  color: white;
  z-index: 910;
  padding: 3rem;
  width: 60rem;
  height: 44rem;
  margin: -22rem -30rem;
  border: 1px solid rgba(255, 255, 255, .25);
  box-sizing: border-box;
  border-radius: 0.5rem;
}
.chose-lang-overlay-logo {
  position: absolute;
  top: 3rem;
  left: 3rem;
  background: url(../img/logo-ubigi.png) center center no-repeat;
  background-size: contain;
  width: 16rem;
  height: 6rem;
}
.chose-lang-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2.6rem;
  height: 3.2rem;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.chose-lang-close:hover {
  opacity: 0.75;
}
.chose-lang-title {
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 2.2rem;
}
.chose-lang-select {
  width: 24rem;
  height: 4.8rem;
  background: white;
  border-radius: 6px 6px 0 0;
  position: relative;
  margin-bottom: 1.5rem;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.chose-lang-select:hover {
  background: #eee;
}
.chose-lang-select.collapsed {
  border-radius: 6px;
}
.chose-lang-select.chose-lang-header {
  width: 9rem;
  height: 3.2rem;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  border: solid 1px #303030;
  border-radius: 0.5rem 0.5rem 0 0;
  color: white;
}
.chose-lang-select.chose-lang-header.collapsed {
  border-radius: 0.5rem;
}
.chose-lang-selected {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  line-height: 2.4rem;
  text-align: center;
  color: #333;
  font-size: 2.2rem;
  z-index: 10;
}
.chose-lang-selected span {
  padding-right: 0.5rem;
}
.chose-lang-selected span path {
  fill: white;
}
#chose-lang-overlay .chose-lang-selected span path {
  fill: black;
}
#chose-lang-overlay .chose-lang-selected {
  justify-content: center;
}
.chose-lang-header .chose-lang-selected {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  line-height: 1.8rem;
  text-align: left;
  font-size: 1.6rem;
  color: white;
}
.chose-lang-selected span.icon, .chose-lang-select-item span.icon {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
}
.chose-lang-selected span.name, .chose-lang-select-item span.name {
  display: none;
}
.chose-lang-selected span.slug, .chose-lang-select-item span.slug {
  text-transform: uppercase;
}
#chose-lang-overlay .chose-lang-selected span.icon {
  width: 2rem;
  height: 2rem;
}
#chose-lang-overlay .chose-lang-selected span.icon svg {
  width: inherit;
  height: inherit;
}
#chose-lang-overlay .chose-lang-selected span.icon svg path {
  fill: #333;
}
.chose-lang-selected > svg {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 2.2rem;
  height: 2.2rem;
  margin: -1.1rem 0;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.chose-lang-header .chose-lang-selected > svg {
  width: 1.4rem;
  height: 1.4rem;
  margin: -0.7rem 0;
  right: 1rem;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.collapsed .chose-lang-selected > svg {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.chose-lang-header.collapsed .chose-lang-selected svg {
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.chose-lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: white;
  border-radius: 0 0 0.6rem 0.6rem;
}
.chose-lang-header .chose-lang-dropdown {
  background: black;
  border-radius: 0 0 0.5rem 0.5rem;
  border: solid 1px #303030;
  right: -1px;
  left: -1px;
}
.chose-lang-select-item {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2.8rem;
  font-size: 1.8rem;
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.chose-lang-header .chose-lang-select-item {
  justify-content: flex-start;
  font-size: 1.6rem;
  color: white;
  padding: 0 1rem 0 3.6rem;
}
#chose-lang-overlay .chose-lang-header .chose-lang-select-item {
  padding: 0 1rem;
}
.chose-lang-select-item:hover {
  background: #008fa4;
  color: white;
  text-decoration: none;
}
.chose-lang-header .chose-lang-select-item:hover {
  background: white;
  color: #333;
}
.chose-lang-submit {
  width: 24rem;
  height: 4.8rem;
  background: #008fa4;
  border-radius: 6px;
  color: white;
  text-align: center;
  font-size: 2.2rem;
  padding: 1rem;
  box-sizing: border-box;
  line-height: 2.8rem;
  border-radius: 3rem;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.chose-lang-submit:hover {
  background: white;
  border-radius: 3rem;
  color: #008fa4;
}
@media screen and (max-width: 640px) {
  #chose-lang-overlay {
    left: 3rem;
    right: 3rem;
    width: auto;
    height: 36rem;
    margin: -22rem 0;
  }
}
@media screen and (max-width: 480px) {
  .chose-lang-overlay-logo {
    top: 2rem;
    left: 2rem;
    width: 12rem;
    height: 4.5rem;
  }
  .chose-lang-submit, .chose-lang-select {
    width: 20rem;
  }
  #chose-lang-overlay .chose-lang-selected span {
    margin-left: -1rem;
    padding-right: 8px;
  }
  #chose-lang-overlay .chose-lang-selected {
    font-size: 1.8rem;
  }
}
.dropdown-custom-menu {
  display: none;
  padding: 0;
  list-style: none;
  position: absolute;
  top: calc(100% - 1);
  left: 0;
  min-width: 100%;
  background: black;
  border-radius: 0 0 0.6rem 0.6rem;
  z-index: 10;
  border-top: none;
}
.header-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 700;
}
.admin-bar .header-container {
  top: 3.2rem;
}
.header-bar {
  background: #2e2e2e;
  color: white;
  font-size: 1.6rem;
  font-weight: 300;
  display: none !important;
}
.header-bar .container-fluid {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 3.2rem;
}
.special-link-container {
  padding-right: 1.5rem;
}
.special-link-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.subscribe-newsletter-container {
  padding-right: 1.5rem;
  display: flex;
  align-items: center;
  border-right: 0.1rem solid #474747;
  margin-right: 0.6rem;
  padding-right: 1.8rem;
}
.subscribe-newsletter-label {
  padding-right: 1rem;
  font-size: 1.4rem;
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.subscribe-newsletter-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.subscribe-newsletter-link svg path {
  fill: white;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.social-icons-container {
  display: flex;
  align-items: center;
}
.social-icons-label {
  padding-right: 1rem;
}
.social-icons {
  display: flex;
  align-items: center;
}
.social-icons a {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 1rem;
}
.social-icons a:last-child {
  margin-right: 0.5rem;
}
.social-icons a svg path {
  fill: white;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.menu-header {
  color: white;
  background: black;
  padding: 0 2rem;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.menu-header .menu-container {
  display: flex;
  justify-content: space-between;
  height: 7.5rem;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .menu-header .menu-container .nav-link {
    padding: 0.4rem 0.7rem;
  }
}
.menu-header .menu-container .nav-link {
  font-family: 'open_sans_regular';
  font-weight: 400;
}
.menu-header .menu-container .main-menu-nav .active {
  position: relative;
}
.menu-header .menu-container .main-menu-nav ul li a .bordered-menu-item {
  height: 4.4rem;
  padding: 0.9rem 2rem;
  border-radius: 3rem;
  border-width: 0.2rem;
}
.menu-header .menu-container .dropdown-item:focus, .menu-header .menu-container .dropdown-item:hover {
  color: white !important;
}
.menu-header .menu-container nav > ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  list-style: none;
  height: 100%;
}
.menu-header .menu-container nav .main-page-menu {
  display: none;
}
.menu-header .menu-container nav .main-page-menu .home-mobile {
  display: none;
}
.menu-header .menu-container nav .main-page-menu .my-account a {
  margin: 0 auto;
}
.menu-header .close-button {
  position: relative;
  height: 100%;
  width: 100%;
}
.menu-header .close-button:after {
  position: absolute;
  content: url(../img/cross.svg);
  font-size: 1.2em;
  color: white;
  left: 0;
  right: 0;
  top: 0;
  line-height: 6rem;
  padding-top: 0.5rem;
  box-sizing: border-box;
  background: #000 !important;
}
.menu-header .navbar-toggler {
  display: none;
  border: none;
  padding: 0;
  width: 2.6rem;
}
.menu-header .lang-switcher {
  text-transform: uppercase;
  margin: 0.5rem 0.7rem !important;
  padding: 0;
}
.menu-header .button-icon {
  fill: #fff;
}
.menu-header .my-account-container {
  padding-right: 0;
}
.menu-header .my-account {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  margin-right: 3rem;
}
.menu-header .my-account a {
  border-radius: 0.5rem;
  background: #008fa4;
  min-width: 6rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white !important;
  margin: auto;
}
.menu-header .my-account a:hover {
  background: rgba(0, 143, 164, 0.75);
}
.menu-header .my-account a:hover svg path {
  fill: #fff !important;
}
.menu-header .special {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
}
.menu-header .special a {
  border: 0.1rem solid transparent;
  border-radius: 0.5rem;
  min-width: 7rem;
  height: 3.2rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white !important;
  margin: auto;
}
.menu-header .subdomain-options {
  position: absolute;
}
@media (max-width: 1199.98px) {
  .menu-header .subdomain-options .menu-domains > a {
    display: none;
  }
  .menu-header .subdomain-options .menu-categories > a {
    display: none;
  }
}
.menu-header .subdomain-options .menu-item-has-children {
  border: 0.1rem solid #fff;
  border-radius: 0.5rem;
}
.menu-header .subdomain-options > ul > li {
  display: none;
}
.menu-header .visible-cat-menu {
  position: fixed !important;
  width: 100vw;
  display: flex !important;
  flex-direction: column !important;
  background: #fff;
  margin-top: 3.2rem;
  left: 0;
  text-align: left;
  font-size: 1.2em;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 2rem 0;
}
.menu-header .visible-cat-menu ul li {
  color: #fff;
}
.menu-header .visible-cat-menu svg path {
  fill: black;
}
.menu-header .visible-cat-menu li {
  padding: 0 2rem;
  width: 100%;
}
.menu-header .visible-cat-menu .dropdown-custom-menu {
  position: relative;
  width: 100%;
  top: 0%;
  text-align: left;
  background: transparent;
  border: none;
}
.menu-header .visible-cat-menu .dropdown-custom-menu .dropdown-item {
  background: none;
}
@media (min-width: 768px) {
  .menu-header .visible-cat-menu {
    -webkit-box-shadow: 0 0.1rem 0.9rem 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0.1rem 0.9rem 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.1rem 0.9rem 0 rgba(0, 0, 0, 0.3);
    width: 36rem;
    right: 0;
    margin-top: 8.1rem;
    height: auto !important;
  }
  .menu-header .visible-cat-menu.menu-domains {
    right: 0;
    left: auto;
  }
  .menu-header .visible-cat-menu.menu-categories {
    right: 0;
    left: auto;
  }
  .menu-header .visible-cat-menu .dropdown-custom-menu {
    background: #fff !important;
  }
  .menu-header .visible-cat-menu .second-level-navigation path {
    fill: black !important;
  }
  .menu-header .visible-cat-menu li {
    padding-right: 0;
  }
  .menu-header .visible-cat-menu .nav-link.expanded-menu-link span.caret {
    position: absolute;
    top: 1.6rem;
    right: 0.8rem;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .menu-header .visible-cat-menu .active > .nav-link.expanded-menu-link span.caret {
    top: 1.4rem;
    right: 1.2rem;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .menu-header .visible-cat-menu .expanded-menu:hover > .dropdown-custom-menu {
    display: none;
  }
}
@media (min-width: 576px) {
  .menu-header .visible-cat-menu .dropdown-custom-menu {
    background: #fff !important;
  }
  .menu-header .visible-cat-menu .second-level-navigation path {
    fill: black !important;
  }
  .menu-header .visible-cat-menu li {
    padding-right: 0;
  }
  .menu-header .visible-cat-menu .nav-link.expanded-menu-link span.caret {
    position: absolute;
    top: 1.6rem;
    right: 0.8rem;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .menu-header .visible-cat-menu .active > .nav-link.expanded-menu-link span.caret {
    top: 1.4rem;
    right: 1.2rem;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .menu-header .visible-cat-menu .expanded-menu:hover > .dropdown-custom-menu {
    display: none;
  }
}
.menu-header .visible-cat-menu .dropdown-custom-menu {
  background: #fff !important;
}
.menu-header .visible-cat-menu .second-level-navigation path {
  fill: black !important;
}
.menu-header .visible-cat-menu li {
  padding-right: 0;
}
.menu-header .visible-cat-menu .nav-link.expanded-menu-link span.caret {
  position: absolute;
  top: 1.8rem;
  right: 0.8rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-header .visible-cat-menu .active > .nav-link.expanded-menu-link span.caret {
  top: 1.4rem;
  right: 1.2rem;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.menu-header .visible-cat-menu .expanded-menu:hover > .dropdown-custom-menu {
  display: none;
}
.menu-header button {
  color: white;
}
.menu-header .home-button {
  text-decoration: none;
  display: flex;
  color: white;
  padding: 0 1rem;
}
.menu-header .home-button span {
  margin: auto;
}
.menu-header .home-button:hover {
  text-decoration: none;
}
.menu-header .subdomain-options > ul {
  list-style: none;
  display: flex;
  position: relative;
}
.menu-header nav.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.menu-header nav.navbar-dark .navbar-nav .nav-link:hover, .menu-header nav.navbar-dark .navbar-nav .nav-link:focus {
  color: #3b9aae;
}
.menu-header nav.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25);
}
.menu-header nav.navbar-dark .navbar-nav .show > .nav-link, .menu-header nav.navbar-dark .navbar-nav .active > .nav-link, .menu-header nav.navbar-dark .navbar-nav .nav-link.show, .menu-header nav.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.menu-header nav .pll-parent-menu-item {
  border: solid 0.1rem #303030;
  border-radius: 0.5rem;
}
.menu-header nav.fixed-top {
  top: auto;
}
.menu-header .navbar-brand {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
  width: 11.8rem;
  padding: 0px 0.5rem 0px 0.5rem;
}
.menu-header .navbar-brand .logo {
  height: auto;
  max-width: 100%;
}
.menu-header .navbar-brand svg {
  height: 4.4rem;
}
.menu-header .navbar-brand.u4b-layout {
  width: auto !important;
}
.menu-header .navbar-brand .cls-1, .menu-header .navbar-brand:hover .cls-1 {
  fill: #fff;
}
.menu-header .navbar-brand .cls-2, .menu-header .navbar-brand:hover .cls-2 {
  fill: #048ea4;
}
.menu-header .mobile-menu-new-logo .cls-1, .menu-header .mobile-menu-new-logo:hover .cls-1 {
  fill: #fff;
}
.menu-header .mobile-menu-new-logo .cls-2, .menu-header .mobile-menu-new-logo:hover .cls-2 {
  fill: #048ea4;
}
.menu-header .navbar-brand svg .cls-1, .menu-header .navbar-brand svg:hover .cls-1 {
  fill: #fff;
}
.menu-header .navbar-brand svg .cls-2, .menu-header .navbar-brand svg:hover .cls-2 {
  fill: #048ea4;
}
#select-os {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  margin-left: 4rem;
}
#select-os > a {
  border: solid 0.1rem #303030;
  border-radius: 0.5rem;
  height: 3.3rem;
  color: white;
  padding: 0.32rem 1.12rem;
}
#select-os > ul {
  top: 100%;
}
#select-os > ul li {
  overflow: hidden;
}
#select-os > ul li a {
  color: white;
}
.header-inner-left, .header-inner-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.header-inner-right {
  justify-content: flex-end;
}
.header-inner-right #language-selector svg {
  width: 2.8rem;
  height: 2.8rem;
}
.header-inner-right .my-account svg {
  width: 2.4rem;
  height: 2.4rem;
}
#language-selector, #language-selector2 {
  margin-top: 0.6rem;
}
@media screen and (max-width: 1200px) {
  .main-menu-nav {
    font-size: 0.8rem;
  }
  .menu-header nav .pll-parent-menu-item {
    font-size: 1rem;
  }
}
@media screen and (max-width: 420px) {
  #select-os {
    margin-left: 2rem;
  }
  .header-inner > a {
    max-width: 8rem;
  }
}
.show-for-os-win, .show-for-os-and, .show-for-os-ios {
  display: none;
}
#select-os-indicator[datatype="win"] .show-for-os-win {
  display: block;
}
#select-os-indicator[datatype="and"] .show-for-os-and {
  display: block;
}
#select-os-indicator[datatype="ios"] .show-for-os-ios {
  display: block;
}
.nav-link {
  display: flex;
  align-items: center;
}
.nav-link.expanded-menu-link span.caret {
  display: flex;
  padding-left: 0.8rem;
  align-items: center;
  justify-content: center;
}
.nav-link.expanded-menu-link span.caret svg {
  display: block;
  width: 1.1rem;
  height: 0.8rem;
}
@media screen and (min-width: 480px) {
  .expanded-menu:hover > .dropdown-custom-menu {
    display: block;
    padding-bottom: 1rem;
  }
}
.expanded-menu:hover > .dropdown-custom-menu .dropdown-custom-menu {
  display: none;
  position: static;
  background: #343434;
  border-radius: 0;
}
@media screen and (min-width: 1201px) {
  .expanded-menu:hover > .dropdown-custom-menu .dropdown-custom-menu {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
.dropdown-custom-menu > li > a {
  display: flex;
  line-height: 3.4rem;
  padding: 0 4rem 0 1.5rem !important;
  color: white;
  text-decoration: none;
  white-space: nowrap;
}
.dropdown-custom-menu > li > a .image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.6rem;
  width: 2.3rem;
}
.dropdown-custom-menu > li > a:hover .image svg g, .dropdown-custom-menu > li > a:hover .image svg path {
  opacity: 1;
}
.dropdown-custom-menu > li > a .image svg path {
  fill: #fff;
}
.mobile-menu-new-container .dropdown-custom-menu > li > a .image svg path {
  fill: #bfbfbf !important;
  opacity: 1;
}
.mobile-menu-new-container .dropdown-custom-menu > li > a .image svg g {
  opacity: 1;
}
.dropdown-custom-menu > li > a:hover .image svg path {
  fill: #e41c68 !important;
}
.dropdown-custom-menu > li > a .caret {
  position: absolute;
  top: 1.6rem;
  right: 0.8rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.dropdown-custom-menu > li.active > a .caret {
  top: 1.4rem;
  right: 1.2rem;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.second-level-navigation path {
  fill: #fff !important;
}
.menu-header .main-menu-nav > ul > li {
  position: relative;
}
.menu-header .main-menu-nav, .menu-header .main-menu-nav > ul > li, .menu-header .main-menu-nav > ul > li > a {
  height: 100%;
}
.menu-header .main-menu-nav > ul > li > a {
  margin-right: 1.56rem;
}
@media screen and (min-width: 1201px) {
  .theme_pink .menu-header .main-menu-nav > ul > li.current-menu-parent > a, .theme_pink .menu-header .main-menu-nav > ul li.current-menu-ancestor > a, .theme_pink .menu-header .main-menu-nav > ul li.current-menu-item > a {
    color: #e41c68;
  }
  .theme_pink .menu-header .main-menu-nav > ul > .current-menu-ancestor > a + ul > li.current-menu-item.menu-item-has-children a {
    color: #fff;
  }
  .theme_pink .menu-header .main-menu-nav > ul > .current-menu-ancestor > a + ul > li.current-menu-item.menu-item-has-children a:hover {
    color: #e41c68;
  }
}
@media screen and (min-width: 1201px) {
  .theme_orange .menu-header .main-menu-nav > ul > li.current-menu-parent > a, .theme_orange .menu-header .main-menu-nav > ul li.current-menu-ancestor > a, .theme_orange .menu-header .main-menu-nav > ul li.current-menu-item > a {
    color: #fcc919;
  }
  .theme_orange .menu-header .main-menu-nav > ul > .current-menu-ancestor > a + ul > li.current-menu-item.menu-item-has-children a {
    color: #fff;
  }
  .theme_orange .menu-header .main-menu-nav > ul > .current-menu-ancestor > a + ul > li.current-menu-item.menu-item-has-children a:hover {
    color: #fcc919;
  }
}
@media screen and (min-width: 1201px) {
  .theme_root-page .menu-header .main-menu-nav > ul > li.current-menu-parent > a, .theme_root-page .menu-header .main-menu-nav > ul li.current-menu-ancestor > a, .theme_root-page .menu-header .main-menu-nav > ul li.current-menu-item > a {
    color: #008fa4;
  }
  .theme_root-page .menu-header .main-menu-nav > ul > .current-menu-ancestor > a + ul > li.current-menu-item.menu-item-has-children a {
    color: #fff;
  }
  .theme_root-page .menu-header .main-menu-nav > ul > .current-menu-ancestor > a + ul > li.current-menu-item.menu-item-has-children a:hover {
    color: #008fa4;
  }
}
@media screen and (min-width: 1201px) {
  .theme_blue .menu-header .main-menu-nav > ul > li.current-menu-parent > a, .theme_blue .menu-header .main-menu-nav > ul li.current-menu-ancestor > a, .theme_blue .menu-header .main-menu-nav > ul li.current-menu-item > a {
    color: #008fa4;
  }
  .theme_blue .menu-header .main-menu-nav > ul > .current-menu-ancestor > a + ul > li.current-menu-item.menu-item-has-children a {
    color: #fff;
  }
  .theme_blue .menu-header .main-menu-nav > ul > .current-menu-ancestor > a + ul > li.current-menu-item.menu-item-has-children a:hover {
    color: #008fa4;
  }
}
.menu-header .main-menu-nav > ul > li > a::after {
  content: '';
  width: 0;
  height: 42%;
  position: absolute;
  width: 0.1rem;
  top: 2rem;
  right: -1rem;
  background-color: #2f2f2f;
}
.menu-header .main-menu-nav > ul > li:last-child > a::after, .menu-header .main-menu-nav > ul > li > a > .caret {
  display: none;
}
.mobile-home-link {
  display: none;
}
.chose-lang-select.chose-lang-header {
  z-index: 9999;
}
.crt-widget.crt-widget-branded .crt-logo {
  z-index: 0;
}
@media screen and (max-width: 480px) {
  /* .social-icons a {
   border-color: #ccc !important;
   } */
  /* .social-icons a svg path {
   fill: black;
   } */
  header, #esim-top-dropdown {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header-inner-right:not(.open) {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .header-inner-right:not(.open) #language-selector {
    display: none;
  }
  .header-inner-right:not(.open) .chose-lang-select {
    display: none;
  }
  .header-inner-right:not(.open) .mobile-home-link {
    display: block;
  }
  .header-inner-right.open #language-selector {
    position: absolute;
    right: 6.1rem;
    top: 1.2rem;
  }
  .header-inner-right.open .my-account p {
    display: none;
  }
  .header-inner-right.open .menu-header .my-account-container {
    padding-right: 4rem;
  }
  .header-bar {
    display: none !important;
  }
  .menu-header .main-menu-nav > ul {
    height: 100% !important;
    padding-bottom: 14rem;
    width: 100%;
  }
  .menu-header .menu-container ul li a {
    font-size: 1.6rem;
  }
  footer.footer {
    /* padding-bottom: 120px; */
    padding-bottom: 0;
  }
  footer .social-icons {
    display: flex;
  }
  footer .social-icons.show {
    display: flex;
  }
  header.open {
    top: 0 !important;
  }
  header + section {
    margin-top: 0 !important;
  }
  button.olark-launch-button {
    bottom: 7.5rem !important;
    z-index: 100 !important;
  }
  .nav-link.expanded-menu-link span.caret {
    top: 1.6rem;
  }
  .nav-link.expanded-menu-link span.caret svg {
    width: 1.4rem;
  }
  .header-inner-left {
    margin: 0 auto;
  }
  .menu-header .navbar-brand {
    margin-right: 0;
  }
}
.special-buttons-container {
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.special-buttons-container .cta-drop-nav {
  height: 4.4rem;
}
.special-buttons-container.u4b-layout .cta-drop-nav {
  height: 4.4rem;
  margin-right: 1.5rem;
}
.special-buttons-container .cta-drop-nav-white.btn-select-ct.rev .btn-select:focus {
  background-color: #fff !important;
  border: 2px solid #fff !important;
}
.special-buttons-container .cta-drop-nav-white .btn-primary {
  width: auto !important;
  min-width: initial !important;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #fff;
  border: 2px solid #fff;
  transition: none !important;
}
.special-buttons-container .cta-drop-nav-white .btn-select {
  padding-left: 0.9rem !important;
  padding-right: 3.3rem !important;
  padding-top: 0.9rem !important;
  padding-bottom: 0.6rem !important;
}
.special-buttons-container .cta-drop-nav-white .cta-title, .special-buttons-container .cta-drop-nav-white .select-choice {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
}
.special-buttons-container .cta-drop-nav-white .arrow-select {
  right: -1.4rem !important;
}
.special-buttons-container .cta-drop-nav-white.btn-select-ct.rev.background-white:hover .btn-primary:hover {
  background-color: #000 !important;
}
.special-buttons-container .cta-drop-nav-white.btn-select-ct.rev.background-white:hover .btn-primary:hover .cta-title, .special-buttons-container .cta-drop-nav-white.btn-select-ct.rev.background-white:hover .btn-primary:hover .select-choice {
  color: #808080;
}
.special-buttons-container .cta-drop-nav-white.btn-select-ct.rev.background-white:hover .btn-primary:hover .select-choice ul li a {
  color: #fff;
}
.special-buttons-container .cta-drop-nav-white .select-choice {
  margin-top: 0.3rem;
  padding-bottom: 1rem;
}
.special-buttons-container .cta-drop-nav-white .select-choice ul {
  margin-bottom: 1.4rem;
  margin-bottom: 0.6rem !important;
}
.special-buttons-container .cta-drop-nav-white .select-choice ul li a {
  padding-left: 2.3rem !important;
  padding-bottom: 0.2rem !important;
  padding-top: 0.4rem !important;
  padding-right: 2rem !important;
}
.special-buttons-container .cta-drop-nav-white .select-choice ul li a:hover {
  background-color: transparent !important;
  color: #008fa4 !important;
}
.special-buttons-container .cta-drop-nav-white svg path {
  fill: #000;
  stroke: #000;
}
.special-buttons-container.u4b-layout .cta-drop-nav-white.btn-select-ct.rev .btn-select:focus {
  background-color: #fff !important;
  border: 2px solid #fff !important;
}
.special-buttons-container.u4b-layout .cta-drop-nav-white .btn-primary {
  width: auto !important;
  min-width: initial !important;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: transparent;
  border: 2px solid #fff;
  transition: none !important;
}
.special-buttons-container.u4b-layout .cta-drop-nav-white .btn-select {
  padding-left: 0.9rem !important;
  padding-right: 3.3rem !important;
  padding-top: 0.9rem !important;
  padding-bottom: 0.6rem !important;
}
.special-buttons-container.u4b-layout .cta-drop-nav-white .cta-title, .special-buttons-container.u4b-layout .cta-drop-nav-white .select-choice {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
}
.special-buttons-container.u4b-layout .cta-drop-nav-white .arrow-select {
  right: -1.4rem !important;
}
.special-buttons-container.u4b-layout .cta-drop-nav-white.btn-select-ct.rev.background-white:hover .btn-primary:hover {
  background-color: #fff !important;
}
.special-buttons-container.u4b-layout .cta-drop-nav-white.btn-select-ct.rev.background-white:hover .btn-primary:hover .cta-title, .special-buttons-container.u4b-layout .cta-drop-nav-white.btn-select-ct.rev.background-white:hover .btn-primary:hover .select-choice {
  color: #000 !important;
}
.special-buttons-container.u4b-layout .cta-drop-nav-white.btn-select-ct.rev.background-white:hover .btn-primary:hover .select-choice ul li a {
  color: #000;
}
.special-buttons-container.u4b-layout .cta-drop-nav-white.btn-select-ct.rev.background-white:hover .btn-primary:hover svg path {
  fill: #000 !important;
  stroke: #000 !important;
}
.special-buttons-container.u4b-layout .cta-drop-nav-white .select-choice {
  margin-top: 0.3rem;
  padding-bottom: 1rem;
}
.special-buttons-container.u4b-layout .cta-drop-nav-white .select-choice ul {
  margin-bottom: 1.4rem;
  margin-bottom: 0.6rem !important;
}
.special-buttons-container.u4b-layout .cta-drop-nav-white .select-choice ul li a {
  padding-left: 2.3rem !important;
  padding-bottom: 0.2rem !important;
  padding-top: 0.4rem !important;
  padding-right: 2rem !important;
}
.special-buttons-container.u4b-layout .cta-drop-nav-white .select-choice ul li a:hover {
  color: #008fa4 !important;
}
.special-buttons-container.u4b-layout .cta-drop-nav-white svg path {
  fill: #fff;
  stroke: #fff;
}
.special-button {
  display: block;
  margin-right: 1.5rem;
  border: 0.2rem solid white;
  border-radius: 3rem;
  height: 4 0.4rem;
  padding: 0.8rem 2rem 0.9rem 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
  background: transparent;
  height: 4.4rem;
}
.special-button:hover {
  color: black !important;
  background: white;
  text-decoration: none;
}
.special-button.white {
  color: black;
  background: white;
}
.special-button.white:hover {
  color: white !important;
  background: transparent;
  text-decoration: none;
}
.special-button:last-child {
  margin-right: 0;
}
.u4b-layout .special-button {
  display: block;
  margin-right: 1.5rem;
  border: 0.2rem solid white;
  border-radius: 3rem;
  height: 4 0.4rem;
  padding: 0.8rem 2rem 0.9rem 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  height: 4.4rem;
}
.u4b-layout .special-button:hover {
  color: #fff !important;
  background: transparent;
  text-decoration: none;
}
.u4b-layout .special-button.white {
  color: black;
  background: white;
}
.u4b-layout .special-button.white:hover {
  color: white !important;
  background: transparent;
  text-decoration: none;
}
.u4b-layout .special-button:last-child {
  margin-right: 0;
}
.special-links-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 1.5rem 0 0 3rem !important;
}
.special-links-container .special-button {
  border-color: #008fa4;
  color: #008fa4 !important;
  background: transparent;
}
.special-links-container .special-button:hover {
  color: white !important;
  background: #008fa4;
}
.special-links-container .special-button.white {
  color: white !important;
  background: #008fa4;
}
.special-links-container .special-button.white:hover {
  color: #008fa4 !important;
  background: transparent;
}
@media screen and (max-width: 1200px) {
  .special-buttons-container {
    display: none;
  }
  .menu-header .navbar-toggler {
    display: block;
    order: 3;
    margin-left: 3rem;
  }
  .menu-header .main-menu-nav > ul > li:last-child > a::after, .menu-header .main-menu-nav > ul > li > a > .caret {
    display: flex;
  }
}
@media screen and (max-width: 1360px) and (min-width: 1200px) {
  #menu-fr-header > li > a {
    margin-right: 0.6rem;
    padding: 0.2rem 0.2rem 0.2rem 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .chose-language {
    width: 80% !important;
  }
}
@media screen and (max-width: 550px) {
  .my-account .account-ubigi p {
    display: none;
  }
  .header-container:not(.open) .menu-header .my-account {
    margin-right: 0;
  }
  .header-container:not(.open) .menu-header .navbar-toggler {
    margin-left: 0;
  }
  .header-container:not(.open) .menu-header .my-account-container {
    /* margin-right: 0 !important; */
  }
  .header-container:not(.open) .menu-header .navbar-toggler {
    width: 5rem;
  }
  .chose-language {
    width: 100% !important;
  }
  .cf-modal-translation {
    padding: 4rem 2rem 4.5rem 2rem !important;
  }
  .cf-modal-translation .cf-cross {
    right: -4.6rem !important;
    top: -10.5rem !important;
  }
  .chose-language .languages .vert-sep {
    display: none !important;
  }
  .translation-list a {
    width: 100% !important;
  }
}
#wpadminbar {
  position: fixed;
}
.mobile-menu-new {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  z-index: 600;
}
.admin-bar .mobile-menu-new {
  top: 4.6rem;
}
.mobile-menu-new-top {
  height: 8rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, .25);
  box-sizing: border-box;
  padding-top: 1rem;
}
.mobile-menu-new-top.grey-border-top {
  border-bottom: 0.1rem solid #f2f2f2;
  transition: all 0.3s ease-in;
}
.mobile-menu-new-logo {
  display: flex;
  margin: 0 auto;
  width: 11.8rem;
  padding: 0px 0.5rem 0px 0.5rem;
  margin-top: 0.6rem;
}
.mobile-menu-new-top #language-selector {
  position: absolute;
  top: 2rem;
  left: 3rem;
}
.mobile-menu-new-close {
  width: 8rem;
  height: 7.9rem;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.mobile-menu-new-close svg {
  margin: -1.7rem;
}
.mobile-menu-new-scroll {
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: calc(100% - 8rem);
  padding-bottom: 2rem;
  transition: all 0.3s ease;
  left: 0;
}
.mobile-menu-new-scroll.left {
  left: -100%;
}
.mobile-menu-new-container > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu-new-container > ul > li {
  border-bottom: 0.1rem solid rgba(255, 255, 255, .25);
}
.mobile-menu-new-container > ul > li > a {
  line-height: 4rem;
  color: white !important;
  padding: 1rem 2rem !important;
}
.theme_pink .mobile-menu-new-container > ul > li > a:not(.expanded-menu-link):hover {
  color: #e41c68 !important;
}
.theme_orange .mobile-menu-new-container > ul > li > a:not(.expanded-menu-link):hover {
  color: #fcc919 !important;
}
.theme_blue .mobile-menu-new-container > ul > li > a:not(.expanded-menu-link):hover {
  color: #008fa4 !important;
}
.mobile-menu-new-container span.caret {
  display: none !important;
}
.mobile-menu-new-container > ul > li.expanded-menu, .mobile-menu-new-container > ul > li.expanded-menu > ul > li.expanded-menu {
  position: relative;
}
.mobile-menu-new-container > ul > li.expanded-menu > a, .mobile-menu-new-container > ul > li.expanded-menu > ul > li.expanded-menu > a {
  padding-right: 8rem !important;
}
.mobile-menu-new-container > ul > li.expanded-menu > a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 6rem;
  background: url(../img/mobile-menu/arrow-down.svg) center center no-repeat;
  transition: all 0.3s ease;
}
.mobile-menu-new-container > ul > li.expanded-menu.open > a:after {
  transform: scaleY(-1);
}
.mobile-menu-new-container > ul > li.expanded-menu > ul {
  position: static !important;
  border-radius: 0 !important;
  background: white !important;
}
.mobile-menu-new-container > ul > li.expanded-menu > ul > li {
  border-bottom: 0.1rem solid rgba(0, 0, 0, .05);
}
.mobile-menu-new-container > ul li.close-new-sub-menu .image svg {
  position: relative;
  top: 0.3rem;
  margin-right: 1rem;
}
.mobile-menu-new-container > ul > li.expanded-menu > ul > li > a {
  line-height: 4rem;
  padding: 1rem 2rem !important;
}
.mobile-menu-new-container > ul > li.expanded-menu > ul > li > a, .theme_pink .menu-header .mobile-menu-new-container > ul > li.expanded-menu > ul > li > a:hover {
  background: white !important;
  color: #373737;
}
.mobile-menu-new-container > ul > li.expanded-menu > ul > li.expanded-menu > a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 6rem;
  background: url(../img/mobile-menu/arrow-right.svg) center center no-repeat;
}
.mobile-menu-new-container > ul > li.expanded-menu > ul > li.expanded-menu > ul {
  position: fixed !important;
  width: 100%;
  left: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100% - 8rem);
  padding-bottom: 2rem;
  transition: all 0.3s ease;
  top: 8rem;
  background: white !important;
  z-index: 0;
}
.admin-bar .mobile-menu-new-container > ul > li.expanded-menu > ul > li.expanded-menu > ul {
  top: 12.6rem;
}
.mobile-menu-new-container > ul > li.expanded-menu > ul > li.expanded-menu > ul.active {
  left: 0;
  z-index: 10;
}
.mobile-menu-new-container > ul > li.expanded-menu > ul > li.expanded-menu > ul > li {
  border-bottom: 0.1rem solid rgba(0, 0, 0, .05);
}
.mobile-menu-new-container > ul > li.expanded-menu > ul > li.expanded-menu > ul > li > a, li.close-new-sub-menu {
  line-height: 4rem;
  color: #373737 !important;
  font-family: 'open_sans_regular';
  padding: 1rem 1.8rem !important;
}
.mobile-menu-new-container > ul > li.expanded-menu > ul > li.expanded-menu > ul > li > a .image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.6rem;
  width: 2.3rem;
}
.mobile-menu-new-container > ul > li.expanded-menu > ul > li.expanded-menu > ul > li > a:hover .image svg g, .mobile-menu-new-container > ul > li.expanded-menu > ul > li.expanded-menu > ul > li > a:hover .image svg path {
  opacity: 1;
}
.mobile-menu-new-container > ul > li.expanded-menu > ul > li.expanded-menu > ul > li > a:hover .image svg path {
  fill: #e41c68;
}
.mobile-menu-new-container .menu-item-type-custom.cta-account-cc {
  border: none;
}
.mobile-menu-new-container .menu-item-type-custom.cta-account-cc > a {
  padding: 0 !important;
}
.mobile-menu-new-container .menu-item-type-custom.menu-item-object-custom > a > span.bordered-menu-item {
  height: 4 0.4rem;
  padding: 0 2.5rem;
  background: transparent;
  border-radius: 3rem;
  color: white;
  border: 0.2rem solid #fff;
  line-height: 4rem;
  font-size: 110%;
  margin: 0 auto;
  margin-top: 3rem;
}
.mobile-menu-new-container .menu-item-type-custom.menu-item-object-custom > a > span.bordered-menu-item:hover {
  background-color: #fff;
  color: #000;
}
.menu-image-title-after span img.menu-image {
  opacity: 1 !important;
  transition: none !important;
}
.menu-image-title-after span img.hovered-image {
  opacity: 0 !important;
  transition: none !important;
}
.menu-image-title-after:hover span img.menu-image {
  opacity: 0 !important;
}
.menu-image-title-after:hover span img + img {
  opacity: 1 !important;
}
.menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
  display: flex;
  width: 3.6rem;
  align-self: center;
  justify-content: center;
}
@media screen and (min-width: 1201px) {
  .menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
    margin-left: 0.2rem;
  }
}
.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
  padding-left: 0.6rem;
}
li.close-new-sub-menu {
  font-weight: 600;
  padding-left: 6rem !important;
  color: #373737 !important;
}
li.close-new-sub-menu:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  background: url(../img/mobile-menu/arrow-left.svg) center center no-repeat;
}
.mobile-menu-new-social-icons-container {
  justify-content: center !important;
  padding: 3rem 0;
}
.mobile-menu-new-social-icons-container a {
  display: block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border: 0.2rem solid rgba(255, 255, 255, .5);
  box-sizing: border-box;
  border-radius: 50%;
}
.mobile-menu-new-social-icons-container a + a {
  margin-left: 1.5rem;
}
.mobile-menu-new-social-icons-container a svg .cls-1 {
  fill: rgba(255, 255, 255, .5);
}
.mobile-menu-new-my-account-container {
  justify-content: center !important;
}
.mobile-menu-new-my-account-container a {
  height: 4.4rem;
  padding: 0 2.5rem;
  background: #008fa4;
  border-radius: 3rem;
  color: white;
  border: 0.2rem solid #008fa4;
}
.mobile-menu-new-my-account-container a:hover {
  background: transparent;
  border: 0.2rem solid #fff;
}
.mobile-menu-new-my-account-container a svg {
  fill: white;
  margin-top: 0.8rem;
}
.mobile-menu-new-my-account-container a span:first-child {
  padding-right: 1rem;
}
.mobile-menu-new-my-account-container a span:last-child {
  line-height: 3.8rem;
  font-size: 110%;
}
@media screen and (min-width: 480px) {
  .mobile-menu-new {
    display: none;
  }
}
.theme_pink .mobile-menu-new-container > ul > li.active > a, .theme_pink .mobile-menu-new-container > ul > li.expanded-menu > ul li.active > a, .theme_pink .mobile-menu-new-container > ul > li.expanded-menu > ul li.current-menu-ancestor > a {
  color: #e41c68 !important;
}
.theme_orange .mobile-menu-new-container > ul > li.active > a, .theme_orange .mobile-menu-new-container > ul > li.expanded-menu > ul li.active > a, .theme_orange .mobile-menu-new-container > ul > li.expanded-menu > ul li.current-menu-ancestor > a {
  color: #fcc919 !important;
}
.theme_root-page .mobile-menu-new-container > ul > li.active > a, .theme_root-page .mobile-menu-new-container > ul > li.expanded-menu > ul li.active > a, .theme_root-page .mobile-menu-new-container > ul > li.expanded-menu > ul li.current-menu-ancestor > a {
  color: #008fa4 !important;
}
.theme_blue .mobile-menu-new-container > ul > li.active > a, .theme_blue .mobile-menu-new-container > ul > li.expanded-menu > ul li.active > a, .theme_blue .mobile-menu-new-container > ul > li.expanded-menu > ul li.current-menu-ancestor > a {
  color: #008fa4 !important;
}
.theme_pink .mobile-menu-new-container > ul > li.expanded-menu > ul li.active > a span img + img {
  opacity: 1 !important;
}
.theme_orange .footer .social-icons > a, .theme_pink .footer .social-icons > a {
  border: 2px solid #fff;
}
.theme_orange .footer .social-icons a:hover {
  background-color: #fcc919;
  border: 2px solid #fcc919;
}
.theme_orange .footer .social-icons a:hover svg path {
  fill: #fff;
}
.theme_pink .footer .social-icons a:hover {
  background-color: #e41c68;
  border: 2px solid #e41c68;
}
.theme_pink .footer .social-icons a:hover svg path {
  fill: #fff;
}
#newsletter-footer .fullContainer {
  height: auto !important;
}
.subscribe-button img {
  height: 7.9rem;
}
.mobile-bottom {
  display: none !important;
}
.mobile-letter {
  display: none !important;
}
footer.footer .footer-logo svg {
  max-width: 35rem;
}
.wpcf7-list-item-label {
  font-size: 1.8rem !important;
}
#footer-newsletter input[type="submit"]:hover, #footer-newsletter input[type="submit"]:active, #footer-newsletter input[type="submit"]:focus {
  color: #000 !important;
  background: transparent !important;
  border: 2px solid black !important;
}
footer.footer {
  width: 100%;
  height: auto;
  z-index: 1;
}
footer.footer > .container {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
footer.footer .menu-footer {
  padding-top: 3rem;
}
footer.footer .black-footer {
  padding: 0 6rem;
}
footer.footer .logo svg {
  max-width: 35rem;
}
footer.footer .reseaux-icons {
  display: grid;
  text-align: center;
}
footer.footer .reseaux-icons > a:nth-child(1), footer.footer .reseaux-icons > a:nth-child(2), footer.footer .reseaux-icons > a:nth-child(3), footer.footer .reseaux-icons > a:nth-child(4) {
  padding: 0.8rem 0px;
}
footer.footer .reseaux-icons > a:nth-child(3) svg, footer.footer .reseaux-icons > a:nth-child(4) svg {
  width: 2rem;
}
footer.footer .reseaux-icons .reseaux-icon {
  margin: 0.5rem 0px 0.5rem auto;
  width: 4rem;
  height: 4rem;
  padding: 0.6rem 0.6rem;
  border: 2px solid #008fa4;
  border-radius: 3rem;
  -webkit-transition: all 0.2s ease-in;
}
footer.footer .reseaux-icons .reseaux-icon:hover {
  background-color: #008fa4;
  border: 2px solid #008fa4;
}
footer.footer .reseaux-icons svg {
  height: 1.6rem;
}
footer.footer .nav-cellular-footer {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: block !important;
}
footer.footer footer.footer .nav-cellular-footer a {
  border-left: none !important;
}
footer.footer .heading-menu {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
}
footer.footer .legal {
  display: flex;
  justify-content: space-between;
}
footer.footer .legal ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding-left: 0px;
}
footer.footer .legal ul li {
  padding-right: 1rem;
}
footer.footer .legal .legal-links {
  margin-top: 2.4rem;
  text-decoration: none;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
footer.footer .legal .legal-links a {
  color: #d3d3d3;
  margin-right: 1rem;
}
footer.footer .legal .legal-links a:hover {
  color: #fff;
  text-decoration: none;
}
footer.footer .social-icons {
  margin-bottom: 3rem;
}
footer.footer .social-icons > a {
  margin: 0 1.3rem;
  border: 2px solid #008fa4;
  border-radius: 3rem;
  -webkit-transition: all 0.2s ease-in;
}
footer.footer .social-icons a:last-child {
  margin-right: 0;
}
footer.footer .social-icons > a:nth-child(1) {
  padding: 1rem 1.4rem;
}
footer.footer .social-icons > a:nth-child(2), footer.footer .social-icons > a:nth-child(3) {
  padding: 1rem 0.8rem;
}
footer.footer .social-icons > a:nth-child(4) {
  padding: 1rem 1rem;
}
footer.footer .social-icons > a:nth-child(2) svg, footer.footer .social-icons > a:nth-child(3) svg {
  width: 2rem;
}
footer.footer ul li.menu-divider {
  padding: 0.5rem 0;
  color: #868e96;
}
footer.footer ul li.menu-divider:last-child {
  display: none;
}
footer.footer ul li a {
  position: relative;
  color: #d3d3d3 !important;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 300;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 3px 0px;
}
footer.footer ul li a:hover {
  color: #fff !important;
}
footer.footer ul li a[href*="teamtailor"] {
  color: #000 !important;
  background-color: #fff;
  width: fit-content;
  padding: 0 0.6rem;
  transform: translateX(-0.6rem);
  transition: 0.25s;
}
footer.footer ul li a[href*="teamtailor"]:hover {
  background-color: #d3d3d3 !important;
}
footer.footer ul:not(.dropdown-custom-menu) > li > a:before {
  content: '';
  height: 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  border: none !important;
}
footer.footer ul .dropdown-custom-menu {
  position: absolute;
  bottom: 5.2rem;
  top: auto;
  border: 1px solid #adb5bd;
}
footer.footer ul .dropdown-custom-menu .menu-item a {
  color: white;
}
footer.footer ul .dropdown-custom-menu .menu-item:hover a {
  color: #fff;
}
footer.footer .copyright {
  margin-top: 2.4rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.2rem;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
footer.footer .copyright a {
  color: #fff !important;
  text-decoration: underline !important;
}
footer.footer .copyright a:hover {
  color: #d3d3d3 !important;
}
footer.footer .copyright span img {
  vertical-align: middle !important;
}
@media screen and (max-width: 480px) {
  .copyright {
    margin-bottom: 3.5rem;
  }
  footer .nav {
    display: block;
  }
  footer .nav li {
    text-align: center;
  }
  footer .nav li a {
    border: none !important;
    display: inline-block;
  }
  footer.footer ul:not(.dropdown-custom-menu) > li > a {
    border-left: none !important;
  }
}
#footer-newsletter {
  background-color: #e41c68;
  padding: 4rem 0 3.3rem 0;
  overflow: hidden;
  /* .newsletter-block, .form-group, .subscribe-button {
   width: 400px;
   } */
}
#footer-newsletter .container {
  max-width: 85vw !important;
  /* display: flex;
   justify-content: center;
   margin: 0 3vw; */
}
#footer-newsletter .newsletter-block {
  padding-left: 10% !important;
}
#footer-newsletter .head {
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 500;
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: -11.3rem;
  display: flex;
  align-items: end;
}
#footer-newsletter .head + p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.2rem;
  margin-top: 1.5rem;
}
#footer-newsletter .head img {
  margin-right: 2%;
  position: relative;
  top: -4px;
  width: 16.8rem;
  height: 6.8rem;
}
#footer-newsletter .news-small {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
  padding: 3rem 10% 0;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer-newsletter .news-small a {
  text-decoration: underline;
  color: inherit;
}
#footer-newsletter .form-group {
  margin-bottom: 0;
}
#footer-newsletter .check-captcha {
  display: flex;
  justify-content: center;
}
#footer-newsletter .check-captcha .wpcf7-list-item {
  margin-right: 0;
  margin-top: 1.2rem;
}
#footer-newsletter input[type="email"] {
  border-radius: 0.8rem;
  border: none;
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 2.1rem;
  width: 18vw;
  height: 4.4rem;
  margin-left: auto;
  margin-right: auto;
}
#footer-newsletter .form-group p {
  width: 18vw;
  margin-left: auto;
  margin-right: auto;
}
#footer-newsletter input[type="submit"] {
  width: auto;
  margin-top: 0 !important;
  border: 2px solid black;
  border-radius: 0.25rem;
  background: black;
  color: white;
  text-transform: uppercase;
  padding: 0 2.4rem !important;
  cursor: pointer;
}
#footer-newsletter input[type="submit"]:hover {
  color: #000;
  background: transparent;
  border: 2px solid black;
}
#newsletter-footer {
  background-color: #e41c68;
  display: flex;
  align-items: center;
  padding: 4rem 0 3.3rem 0;
}
#newsletter-footer .head {
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 500;
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: -11rem;
  display: flex;
  align-items: end;
}
#newsletter-footer .head + p {
  font-size: 1.8rem;
  font-weight: 300;
  width: 80%;
  line-height: 2.2rem;
  margin-top: 1.5rem;
}
#newsletter-footer .head img {
  margin-right: 2%;
  position: relative;
  top: -4px;
  width: 16.8rem;
  height: 6.8rem;
}
#newsletter-footer form > .row > div {
  padding: 0;
}
#newsletter-footer .news-small {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
  padding: 3rem 10% 0;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#newsletter-footer .news-small a {
  text-decoration: underline;
  color: inherit;
}
#newsletter-footer .form-group {
  margin-bottom: 0;
}
#newsletter-footer .check-captcha {
  display: flex;
  justify-content: center;
}
#newsletter-footer .check-captcha .wpcf7-list-item {
  margin-right: 0;
  margin-top: 1.2rem;
}
#newsletter-footer input[type="email"] {
  border-radius: 0.8rem;
  border: none;
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 2.1rem;
}
#newsletter-footer .subscribe-button {
  left: 8%;
}
#newsletter-footer input[type="submit"] {
  margin-top: 0 !important;
  border: 2px solid black;
  border-radius: 0.25rem;
  background: black;
  color: white;
  text-transform: uppercase;
  padding: 0px 2.4rem !important;
  cursor: pointer;
}
#newsletter-footer input[type="submit"]:hover {
  color: #000;
  background: transparent;
  border: 2px solid black;
}
@media screen and (max-width: 1230px) {
  footer.footer .legal {
    display: block;
    text-align: center;
  }
  footer.footer .legal ul {
    justify-content: space-between !important;
  }
  footer.footer .copyright {
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  footer.footer {
    height: auto;
  }
  #footer-newsletter .row .head {
    margin-left: 0px !important;
  }
  #footer-newsletter .row .head img {
    margin-right: 0px !important;
    width: 7rem !important;
    height: 5.1rem !important;
    top: 0px !important;
  }
  .head + p {
    width: 100% !important;
  }
  .desktop-letter {
    display: none !important;
  }
  .mobile-letter {
    display: block !important;
  }
  .mobile-top {
    display: none !important;
  }
  .mobile-bottom {
    display: block !important;
    margin-top: -3rem;
    margin-left: 50%;
    height: initial !important;
  }
  .wpcf7-form-control.wpcf7-submit {
    width: auto !important;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .subscribe-button {
    left: 0% !important;
  }
  #footer-newsletter .newsletter-block {
    padding-left: 1.5rem !important;
  }
  input[type="email"] {
    width: 100% !important;
  }
  .form-group p {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1316px) {
  #newsletter-footer .fullContainer .check-captcha .wpcf7-list-item {
    margin-top: 0;
    padding-left: 8%;
  }
}
@media screen and (max-width: 992px) {
  #newsletter-footer .fullContainer .check-captcha .wpcf7-list-item {
    margin-bottom: 1.2rem;
  }
}
#newsletter-footer .fullContainer > .row .form-group div:first-child {
  padding-left: 0% !important;
}
.news-small {
  padding: 3rem 12% 0;
}
#select-os-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .95);
  z-index: 800;
}
#select-os-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  border: 1px solid white;
  padding: 5rem;
  z-index: 900;
  width: 80rem;
  height: 40rem;
  margin: -20rem -40rem;
  text-align: center;
  color: white;
}
#select-os-modal h2 {
  font-size: 3em;
  font-weight: 300;
  color: #e41c68;
  margin: 1rem 0;
}
#select-os-modal p {
  font-size: 1.2em;
  font-weight: 300;
}
#select-os-modal .chose-os-items {
  display: flex;
  padding-top: 2rem;
  width: 52rem;
  margin: 0 auto;
}
#select-os-modal .chose-os-items .chose-os-item {
  width: 33.333%;
  cursor: pointer;
}
#select-os-modal .chose-os-items .chose-os-item:after {
  display: block;
  padding: 0 4rem;
  box-sizing: border-box;
}
#select-os-modal .chose-os-items .chose-os-item.chose-os-item-ios:after {
  content: url(../img/apple.svg);
}
#select-os-modal .chose-os-items .chose-os-item.chose-os-item-win:after {
  content: url(../img/windows.svg);
}
#select-os-modal .chose-os-items .chose-os-item.chose-os-item-and:after {
  content: url(../img/android.svg);
}
#select-os-modal .select-os-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  cursor: pointer;
}
#select-os-modal .select-os-modal-close:after {
  position: absolute;
  content: url(../img/cross.svg);
  font-size: 1.2em;
  color: white;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 6.6rem;
}
@media screen and (max-width: 972px) {
  #select-os-modal {
    width: 60rem;
    margin: -20rem -30rem;
  }
  .black-footer {
    padding: 0px 1.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .black-footer {
    padding: 0px !important;
  }
  footer.footer .legal ul li {
    padding-right: 0px;
  }
  footer.footer .copyright {
    display: block;
  }
  .menu-footer {
    padding-top: 1.5rem !important;
  }
  .logo {
    text-align: center;
  }
  .logo svg {
    max-width: 28rem;
  }
  .heading-menu {
    margin-top: 2rem;
  }
  .legal {
    display: block !important;
    text-align: center;
  }
  footer.footer .legal ul {
    display: block !important;
  }
  footer.footer .legal .legal-links a {
    margin-right: 0px !important;
  }
  .copyright {
    margin-top: 1.5rem;
  }
  .copyright .d-block.d-md-none.mt-3.mt-md-0 {
    margin-top: 0 !important;
  }
  .reseaux-icons {
    margin-top: 2rem;
    display: flex !important;
    justify-content: center;
  }
  .reseaux-icon {
    margin: 0 1.3rem !important;
  }
  .copyright span img {
    margin: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  #select-os-modal {
    width: 40rem;
    height: 35rem;
    margin: -17.5rem -20rem;
    padding: 3rem;
  }
  #select-os-modal h2 {
    font-size: 2em;
  }
  #select-os-modal .chose-os-items {
    width: auto;
    padding-top: 4rem;
  }
  #select-os-modal p {
    font-size: 1em;
  }
  #select-os-modal .chose-os-items .chose-os-item:after {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  #select-os-modal {
    width: 28rem;
    margin: -17.5rem -14rem;
    padding: 2rem;
  }
  #select-os-modal .chose-os-items .chose-os-item:after {
    padding: 0 1.5rem;
  }
  footer.footer .legal {
    margin-bottom: 105px !important;
  }
}
@media screen and (max-width: 425px) {
  .mobile-bottom {
    margin-top: -5.3rem;
  }
}
html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  /* Avoid the IE 10-11 `min-height` bug. */
}
body > .container, body > .container-fluid {
  flex: 1 0 auto;
  /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
}
.footer {
  flex-shrink: 0;
  /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
  padding: 3rem 3rem 2rem 3rem;
}
@media screen and (max-width: 1200px) {
  .menu-header {
    padding: 0;
    padding-left: 2rem;
  }
  .menu-header li {
    position: relative;
  }
  .menu-header .home-mobile {
    display: block !important;
  }
  .menu-header .my-account:hover {
    opacity: 0.75;
  }
  .menu-header .my-account a:hover {
    opacity: 1;
  }
  .menu-header .dropdown-item {
    padding: 0.7rem 0.7rem;
  }
  .menu-header .toggle-domain-menu {
    margin-left: auto;
  }
  .menu-header nav li.home-button {
    display: block;
  }
  .menu-header nav .visible-cat-menu .pll-parent-menu-item {
    display: flex;
    height: 10rem;
    padding: 0;
    border-radius: 0;
    margin-top: auto;
    border: none;
  }
  .menu-header nav .visible-cat-menu .pll-parent-menu-item > a {
    display: none;
  }
  .menu-header nav .visible-cat-menu .pll-parent-menu-item ul {
    align-self: flex-end;
    padding-left: 0px !important;
    background: #e9ecef !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .menu-header nav .visible-cat-menu .pll-parent-menu-item ul li {
    display: inline-block !important;
    padding: 0;
  }
  .menu-header nav .visible-cat-menu .pll-parent-menu-item a {
    padding: 0.5rem 1rem;
    color: #adb5bd !important;
  }
  .menu-header nav .visible-cat-menu .pll-parent-menu-item a:hover {
    color: #000 !important;
    background: none !important;
  }
  .menu-header .main-menu-nav {
    position: absolute;
  }
  .menu-header .main-menu-nav .active:before {
    border: none;
  }
  .menu-header .subdomain-options li.menu-item-has-children {
    border: 1px solid transparent;
    border-radius: 0;
  }
  .menu-header .subdomain-options li.menu-item-has-children ul {
    display: block;
  }
  .menu-header .subdomain-options .subdomain-menu .menu-item .dropdown-custom-menu {
    padding-left: 0 !important;
  }
  .menu-header .subdomain-options .subdomain-menu .menu-domains > .dropdown-toggle:after, .menu-header .subdomain-options .subdomain-menu .menu-categories > .dropdown-toggle:after {
    display: none;
  }
  .menu-header .menu-container ul li a {
    color: #000;
    white-space: normal;
  }
  .menu-header .menu-container ul li a:hover {
    color: #fff;
  }
  .menu-header .main-menu-nav .active:before {
    border: none;
  }
  .menu-header .main-menu-nav > ul > li.hover-inherit a:hover {
    color: #000;
  }
  .menu-header li {
    position: relative;
  }
  .menu-header li.pll-parent-menu-item a:hover:before {
    content: none !important;
  }
  .menu-header li:not(.my-account) a:hover:before {
    content: '';
    position: absolute;
    width: 150%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  header nav.navbar {
    padding: 0 1rem;
  }
  header nav .pll-parent-menu-item {
    border: none;
  }
  header .navbar-brand {
    width: auto;
  }
  header .navbar-brand .logo {
    max-height: 6.1rem;
  }
}
@media screen and (min-width: 1201px) {
  .menu-header .subdomain-options {
    margin-right: auto;
    position: static;
    display: flex;
    align-items: center;
  }
  .menu-header .subdomain-options > ul {
    margin-bottom: 0;
    margin-left: 4rem;
    padding: 0;
    justify-content: space-between;
    align-items: center;
  }
  .menu-header .subdomain-options > ul > li:not(:first-child) {
    margin-left: 1.5rem;
  }
  .menu-header .navbar-toggler {
    display: none;
  }
  .menu-header .subdomain-options > ul li {
    display: block;
  }
  .menu-header .main-menu-nav {
    display: flex;
    align-items: center;
  }
  .menu-header .main-menu-nav > ul {
    margin: 0;
    align-items: center;
  }
  .menu-header .main-menu-nav a {
    position: relative;
  }
  .menu-header .main-menu-nav > .menu-item:hover:before, .menu-header .main-menu-nav > .main-page-menu > .menu-item:not(.pll-parent-menu-item) > a:hover:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    bottom: -1.7rem;
    left: 0;
  }
  .menu-header .main-menu-nav > .active:before, .menu-header .main-menu-nav .main-page-menu > .active:before, .menu-header .main-menu-nav > .toggled:before, .menu-header .main-menu-nav .main-page-menu > .toggled:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    bottom: -1.7rem;
    left: 0;
  }
  .menu-header .nav-link {
    color: #fff;
    padding: 0.32rem 1.12rem;
    font-weight: 300;
    letter-spacing: 0.01rem;
  }
  .menu-header .dropdown-item {
    color: #fff;
  }
  .menu-header .menu-container .main-menu-nav .main-page-menu {
    display: flex !important;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .menu-header .menu-container .main-menu-nav .main-page-menu .my-account {
    display: none;
  }
}
@media (min-width: 768px) {
  header nav li.home-button {
    display: none;
  }
  header nav.navbar {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .theme_pink .main-page-menu > li > ul > li > a:hover svg path {
    fill: white !important;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .header-container {
    top: 4.6rem;
  }
  .menu-header .main-menu-nav, .menu-header .main-menu-nav > ul > li, .menu-header .main-menu-nav > ul > li > a {
    height: auto;
  }
  .menu-header .visible-cat-menu {
    margin-top: 3.2rem;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .header-bar {
    display: block;
  }
  .header-container.header-with-bar + .content-wrap {
    padding: 6.6rem 0 0;
  }
}
@media screen and (max-width: 480px) {
  .chose-lang-selected span.slug, .chose-lang-select-item span.slug {
    display: block;
  }
  .chose-lang-selected span.name, .chose-lang-selected span.icon, .chose-lang-select-item span.name, .chose-lang-select-item span.icon {
    display: none;
  }
  .chose-lang-header .chose-lang-select-item {
    padding: 0 1rem;
  }
  .chose-lang-select.chose-lang-header {
    width: 7rem;
  }
  .menu-header .my-account a {
    min-width: 5rem;
  }
}
.theme_pink .close-button:after {
  background: black;
}
.theme_blue .menu-header a:hover {
  color: #008fa4;
}
.theme_blue .menu-header a:hover svg path {
  fill: #008fa4;
}
.theme_blue .menu-header a:hover svg path#Tracé_11888, .theme_blue .menu-header a:hover svg path#Tracé_11889 {
  stroke: #008fa4;
}
.theme_blue .menu-header .dropdown-custom-menu a:hover {
  color: #008fa4;
}
@media screen and (max-width: 1200px) {
  .theme_blue .menu-header .dropdown-custom-menu a:hover {
    color: #008fa4 !important;
    background: #fff !important;
  }
}
.theme_blue .special-link-link:hover {
  color: #008fa4;
}
.theme_blue .subscribe-newsletter-link:hover svg path, .theme_blue .social-icons a:hover svg path {
  fill: #008fa4;
}
.theme_blue .social-icons a:hover {
  border-color: #008fa4;
}
.theme_blue .special a {
  background: #008fa4;
}
.theme_blue .special a:hover {
  background: rgba(0, 143, 164, 0.75);
}
.theme_blue .button-icon:hover {
  fill: #008fa4;
}
.theme_blue .home-button.active svg {
  fill: #008fa4;
}
@media screen and (max-width: 1200px) {
  .theme_blue .menu-header .main-menu-nav > .toggled:before, .theme_blue .menu-header .main-menu-nav .main-page-menu > .toggled:before, .theme_blue .menu-header .main-menu-nav > .toggled > a:hover:before, .theme_blue .menu-header .main-menu-nav .main-page-menu > .toggled > a:hover:before {
    border: none !important;
  }
  .theme_blue .menu-header .subdomain-options .menu-item-has-children:hover {
    border: 1px solid #008fa4;
  }
  .theme_blue .menu-header a:not(.my-account a):not(.pll-parent-menu-item a):hover {
    color: #008fa4;
  }
}
@media (max-width: 1199.98px) {
  .theme_blue .menu-header li:not(.my-account) a:hover {
    color: #008fa4;
  }
}
.theme_pink .menu-header a:hover {
  color: #e41c68;
}
.theme_pink .menu-header a:hover svg path {
  fill: #e41c68;
}
.theme_pink .menu-header a:hover svg path#Tracé_11888, .theme_pink .menu-header a:hover svg path#Tracé_11889 {
  stroke: #e41c68;
}
.theme_pink .menu-header .dropdown-custom-menu a:hover {
  color: #e41c68;
}
@media screen and (max-width: 1200px) {
  .theme_pink .menu-header .dropdown-custom-menu a:hover {
    color: #e41c68 !important;
    background: #fff !important;
  }
}
.theme_pink .special-link-link:hover {
  color: #e41c68;
}
.theme_pink .subscribe-newsletter-link:hover svg path, .theme_pink .social-icons a:hover svg path {
  fill: #e41c68;
}
.theme_pink .social-icons a:hover {
  border-color: #e41c68;
}
.theme_pink .special a {
  background: #e41c68;
}
.theme_pink .special a:hover {
  background: rgba(228, 28, 104, 0.75);
}
.theme_pink .button-icon:hover {
  fill: #e41c68;
}
.theme_pink .home-button.active svg {
  fill: #e41c68;
}
@media screen and (max-width: 1200px) {
  .theme_pink .menu-header .main-menu-nav > .toggled:before, .theme_pink .menu-header .main-menu-nav .main-page-menu > .toggled:before, .theme_pink .menu-header .main-menu-nav > .toggled > a:hover:before, .theme_pink .menu-header .main-menu-nav .main-page-menu > .toggled > a:hover:before {
    border: none !important;
  }
  .theme_pink .menu-header .subdomain-options .menu-item-has-children:hover {
    border: 1px solid #e41c68;
  }
  .theme_pink .menu-header a:not(.my-account a):not(.pll-parent-menu-item a):hover {
    color: #e41c68;
  }
}
@media (max-width: 1199.98px) {
  .theme_pink .menu-header li:not(.my-account) a:hover {
    color: #e41c68;
  }
}
.theme_orange .menu-header a:hover {
  color: #fcc919;
}
.theme_orange .menu-header a:hover svg path {
  fill: #fcc919;
}
.theme_orange .menu-header a:hover svg path#Tracé_11888, .theme_orange .menu-header a:hover svg path#Tracé_11889 {
  stroke: #fcc919;
}
.theme_orange .menu-header .dropdown-custom-menu a:hover {
  color: #fcc919;
}
@media screen and (max-width: 1200px) {
  .theme_orange .menu-header .dropdown-custom-menu a:hover {
    color: #fcc919 !important;
    background: white !important;
  }
}
.theme_orange .special-link-link:hover {
  color: #fcc919;
}
.theme_orange .subscribe-newsletter-link:hover svg path, .theme_orange .social-icons a:hover svg path {
  fill: #fcc919;
}
.theme_orange .social-icons a:hover {
  border-color: #fcc919;
}
.theme_orange .special a {
  background: #fcc919;
}
.theme_orange .special a:hover {
  background: rgba(252, 201, 25, 0.75);
}
.theme_orange .button-icon:hover {
  fill: #fcc919;
}
.theme_orange .home-button.active svg {
  fill: #fcc919;
}
@media screen and (max-width: 1200px) {
  .theme_orange .menu-header .main-menu-nav > .toggled:before, .theme_orange .menu-header .main-menu-nav .main-page-menu > .toggled:before, .theme_orange .menu-header .main-menu-nav > .toggled > a:hover:before, .theme_orange .menu-header .main-menu-nav .main-page-menu > .toggled > a:hover:before {
    border: none !important;
  }
  .theme_orange .menu-header .subdomain-options .menu-item-has-children:hover {
    border: 1px solid #fcc919;
  }
  .theme_orange .menu-header a:not(.my-account a):not(.pll-parent-menu-item a):hover {
    color: #fcc919;
  }
}
@media (max-width: 1199.98px) {
  .theme_orange .menu-header li:not(.my-account) a:hover {
    color: #fcc919;
  }
}
.theme_root-page .menu-header .close-button:after {
  background: #e41c68;
}
.theme_root-page .menu-header .home-button {
  display: none !important;
}
html {
  margin-top: 0 !important;
  font-size: 62.5%;
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.4) {
  html {
    font-size: 50%;
  }
  .trustpilot-widget.widget__fixed {
    transform: scale(0.84);
    bottom: -7px !important;
    left: 0 !important;
  }
  .olark-launch-button-wrapper {
    transform: scale(0.84);
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.45) and (-webkit-max-device-pixel-ratio: 1.75) {
  html {
    font-size: 42%;
  }
  .how-to-start.rev .devices {
    transform: scale(0.65);
  }
  .arrow-down svg {
    width: 4rem;
  }
  .trustpilot-widget.widget__fixed {
    transform: scale(0.68);
    left: -14px !important;
    bottom: -8px !important;
  }
  .olark-launch-button-wrapper {
    transform: scale(0.68);
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 54rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 72rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 96rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 114rem;
  }
}
body {
  overflow-x: hidden;
  font-size: 1.6rem;
}
header + section {
  margin-top: 3.1rem;
}
.header-container.header-with-bar + .content-wrap {
  padding: 6.6rem 0 0;
}
@font-face {
  font-family: "open_sansregular";
  src: url("/wp-content/themes/ubigi/fonts/OpenSans-Regular-webfont.eot");
  src: url("/wp-content/themes/ubigi/fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/ubigi/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("/wp-content/themes/ubigi/fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("/wp-content/themes/ubigi/fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansitalic";
  src: url("/wp-content/themes/ubigi/fonts/OpenSans-Italic-webfont.eot");
  src: url("/wp-content/themes/ubigi/fonts/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/ubigi/fonts/OpenSans-Italic-webfont.woff") format("woff"), url("/wp-content/themes/ubigi/fonts/OpenSans-Italic-webfont.ttf") format("truetype"), url("/wp-content/themes/ubigi/fonts/OpenSans-Italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanslight";
  src: url("/wp-content/themes/ubigi/fonts/OpenSans-Light-webfont.eot");
  src: url("/wp-content/themes/ubigi/fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/ubigi/fonts/OpenSans-Light-webfont.woff") format("woff"), url("/wp-content/themes/ubigi/fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("/wp-content/themes/ubigi/fonts/OpenSans-Light-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansbold";
  src: url("/wp-content/themes/ubigi/fonts/OpenSans-Bold-webfont.eot");
  src: url("/wp-content/themes/ubigi/fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/ubigi/fonts/OpenSans-Bold-webfont.woff") format("woff"), url("/wp-content/themes/ubigi/fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("/wp-content/themes/ubigi/fonts/OpenSans-Bold-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_semibold";
  src: url("/wp-content/themes/ubigi/fonts/OpenSans-SemiBold-webfont.woff") format("woff"), url("/wp-content/themes/ubigi/fonts/OpenSans-SemiBold-webfont") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.ff-open_sansregular {
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ff-open_sansitalic {
  font-family: "open_sansitalic", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ff-open_sanslight {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ff-open_sansbold {
  font-family: "open_sansbold", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ff-open_sanssemibold {
  font-family: "open_semibold", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 3.68rem;
}
h2 {
  font-size: 3.2rem;
}
h3 {
  font-size: 2.8rem;
}
h4 {
  font-size: 2.4rem;
  line-height: 2.88rem;
}
h4, h5 {
  margin-bottom: 0.8rem;
}
h5 {
  font-size: 2rem;
  line-height: 2.4rem;
}
h6 {
  font-size: 1.6rem;
  line-height: 1.9rem;
}
p {
  margin-bottom: 0.8rem;
}
p.sizeSmall {
  font-size: 1.6rem !important;
  line-height: 2.4rem !important;
}
.pt-1 {
  padding-top: 0.4rem;
}
.pt-3 {
  padding-top: 1.6rem;
}
.pt-1, .py-1 {
  padding-top: 0.4rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1.6rem;
}
.mt-2 {
  margin-top: 0.8rem;
}
.mt-3, .my-3 {
  margin-top: 1.6rem !important;
}
.mt-4 {
  margin-top: 2.4rem;
}
.mb-4 {
  margin-bottom: 2.4rem;
}
.mt-5 {
  margin-top: 4.8rem !important;
}
.mb-5 {
  margin-bottom: 4.8rem !important;
}
.form-control {
  display: block;
  width: 100%;
  padding: 1.2rem 1.4rem;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.content-wrap a:hover {
  color: #008fa4;
  text-decoration: none;
}
.theme_root-page .menu-header a:hover {
  color: #008fa4;
}
.theme_root-page .menu-header a:hover svg path {
  fill: #008fa4;
}
.theme_root-page .menu-header a:hover svg path#Tracé_11888, .theme_root-page .menu-header a:hover svg path#Tracé_11889 {
  stroke: #008fa4;
}
.theme_root-page .menu-header .dropdown-custom-menu a:hover {
  color: #008fa4;
}
@media screen and (max-width: 1200px) {
  .theme_root-page .menu-header .dropdown-custom-menu a:hover {
    color: #e41c68 !important;
    background: #fff !important;
  }
}
.theme_root-page .special-link-link:hover {
  color: #008fa4;
}
.theme_root-page .subscribe-newsletter-link:hover svg path svg path, .theme_root-page .social-icons a:hover svg path, .theme_root-page .subscribe-newsletter-link:hover svg path svg circle, .theme_root-page .social-icons a:hover svg circle {
  fill: white;
}
.theme_root-page .social-icons a {
  border-color: #008fa4 !important;
}
.theme_root-page .social-icons a svg path {
  fill: #fff;
}
.theme_root-page .social-icons a:hover {
  border-color: #008fa4 !important;
  background: #008fa4;
}
.theme_root-page .special a {
  background: #008fa4;
}
.theme_root-page .special a:hover {
  background: rgba(0, 143, 164, 0.75);
}
.theme_root-page .button-icon:hover {
  fill: #008fa4;
}
.theme_root-page .home-button.active svg {
  fill: #008fa4;
}
@media screen and (max-width: 1200px) {
  .theme_root-page .menu-header .main-menu-nav > .toggled:before, .theme_root-page .menu-header .main-menu-nav .main-page-menu > .toggled:before, .theme_root-page .menu-header .main-menu-nav > .toggled > a:hover:before, .theme_root-page .menu-header .main-menu-nav .main-page-menu > .toggled > a:hover:before {
    border: none !important;
  }
  .theme_root-page .menu-header .subdomain-options .menu-item-has-children:hover {
    border: 1px solid #008fa4;
  }
  .theme_root-page .menu-header a:not(.my-account a):not(.pll-parent-menu-item a):hover {
    color: #008fa4;
  }
}
@media (max-width: 1199.98px) {
  .theme_root-page .menu-header li:not(.my-account) a:hover {
    color: #008fa4;
  }
}
.theme_pink .subscribe-newsletter-link:hover svg path svg path, .theme_pink .social-icons a:hover svg path, .theme_pink .subscribe-newsletter-link:hover svg path svg circle, .theme_pink .social-icons a:hover svg circle {
  fill: #e41c68;
}
.theme_orange .subscribe-newsletter-link:hover svg path svg path, .theme_orange .social-icons a:hover svg path, .theme_orange .subscribe-newsletter-link:hover svg path svg circle, .theme_orange .social-icons a:hover svg circle {
  fill: #fcc919;
}
.fullContainer {
  width: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100vw;
}
p.sizeSmall {
  font-size: 1rem;
  width: 100%;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: inherit;
  margin-top: 0;
}
p {
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-weight: 500;
}
.fz80 {
  font-size: 8rem;
  line-height: 4.8rem;
}
.fz40 {
  font-size: 4rem;
  line-height: 4.8rem;
}
.fz34 {
  font-size: 3.4rem;
}
body.home h2.fz32 {
  font-size: 3.2rem !important;
}
.fz32 {
  font-size: 3.2rem;
  line-height: 3.8rem;
}
.fz28 {
  font-size: 2.8rem;
  line-height: 3.4rem;
}
.fz24 {
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.fz20 {
  font-size: 2rem;
  line-height: 2.4rem;
}
.fz-18 {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.fz18 {
  font-size: 1.8rem;
}
.fz16 {
  font-size: 1.6rem;
}
.fz14 {
  font-size: 1.4rem;
  line-height: 2rem;
}
.fw600 {
  font-weight: 600;
}
.fw400 {
  font-weight: 400;
}
.fw300 {
  font-weight: 300;
}
.text-italic {
  font-style: italic;
}
.mb-24 {
  margin-bottom: 2.4rem;
}
.mb-34 {
  margin-bottom: 3.4rem;
}
.mt-24 {
  margin-top: 2.4rem;
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
.p-initial {
  position: initial !important;
}
.pl-60 {
  padding-left: 6rem;
}
.pr-60 {
  padding-right: 6rem;
}
.min-view-992 {
  display: block !important;
}
.min-view-flex-992 {
  display: flex !important;
}
.max-view-992 {
  display: none !important;
}
.full-height-section {
  height: 92.4vh;
  min-height: 72rem;
}
.full-height-section .arrow-down, .full-height .arrow-down {
  position: absolute !important;
  bottom: 2rem;
  left: 50%;
  margin-left: -2rem;
  z-index: 20;
}
.full-height-section.min-height-initial, .min-height-initial {
  min-height: initial !important;
}
.link-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-turquoise-ubigi {
  background-color: #008fa4;
}
a.std-link {
  color: inherit;
  text-decoration: underline;
}
a.std-link:hover {
  color: inherit;
  text-decoration: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.new-blue-btn, .new-clear-btn, .new-white-btn, .new-yellow-btn, .new-pink-btn {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 600;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  min-width: 24.5rem;
  /* height: 4.4rem; */
  padding: 0.9rem 2rem;
  border-radius: 10rem !important;
}
.new-blue-btn:focus, .new-clear-btn:focus, .new-white-btn:focus, .new-yellow-btn:focus, .new-pink-btn:focus, .new-blue-btn:active, .new-clear-btn:active, .new-white-btn:active, .new-yellow-btn:active, .new-pink-btn:active {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
a.no-link, a.no-link button {
  cursor: default !important;
}
.btn-select-ct {
  position: absolute;
  z-index: 2;
}
.btn-select-ct svg.stroke-none path {
  stroke: none !important;
}
.btn-select-ct svg.fill-373737 path {
  fill: #373737 !important;
}
.btn-select-ct svg.fill-878A85 path {
  fill: #878a85 !important;
}
.btn-select-ct .cta-title {
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  .btn-select-ct.rev {
    position: absolute !important;
  }
}
.btn-select-ct.rev.background-none:hover .btn-select {
  background: none !important;
}
.btn-select-ct.rev.background-black:hover .btn-select {
  background-color: #000 !important;
}
.btn-select-ct.rev.background-transparent:hover .btn-select {
  background-color: #008fa4 !important;
}
.btn-select-ct.rev.background-white:hover .btn-select {
  background-color: #fff !important;
}
.btn-select-ct.rev.background-yellow:hover .btn-select {
  background-color: #fff !important;
}
.btn-select-ct.rev.background-pink:hover .btn-select {
  background-color: #fff !important;
}
.btn-select-ct.rev.background-blue:hover .btn-select {
  background-color: #008fa4 !important;
}
.btn-select-ct.rev .btn-select:hover .select-choice.yellow-hover {
  height: auto;
}
.btn-select-ct.rev .btn-select:hover .select-choice.pink-hover {
  height: auto;
}
.btn-select-ct.rev .btn-select:hover .select-choice {
  height: auto;
}
.btn-select-ct.rev .btn-select:focus, .btn-select-ct.rev .btn-select:active {
  background-color: #008fa4 !important;
}
.btn-select-ct.rev .new-yellow-btn.btn-select:focus, .btn-select-ct.rev .new-yellow-btn.btn-select:active {
  background-color: #fff !important;
  border-color: #fcc119 !important;
}
.btn-select-ct.rev .new-pink-btn.btn-select:focus, .btn-select-ct.rev .new-pink-btn.btn-select:active {
  background-color: #fff !important;
  border-color: #e41c68 !important;
}
.btn-select-ct.rev .btn-select .select-choice a {
  padding-left: 3rem;
  padding-bottom: 0.2rem;
  padding-top: 0.9rem;
}
.btn-select-ct.rev .btn-select .select-choice a, .btn-select-ct.rev .btn-select .select-choice a:hover {
  background: none;
}
.btn-select-ct.rev .btn-select .select-choice ul {
  list-style-type: none;
  margin-bottom: 2rem;
}
.btn-select-ct.rev .btn-select .select-choice ul li a {
  display: flex;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
}
.btn-select-ct.rev .btn-select .select-choice ul li a:hover {
  background-color: rgba(255, 255, 255, 0.14);
  color: #008fa4;
}
.btn-select-ct.rev .btn-select .select-choice ul li a:hover svg path {
  fill: #008fa4 !important;
}
.btn-select-ct.rev .btn-select .select-choice ul li a span {
  margin-right: 1.2rem;
}
.btn-select-ct.rev .btn-select .select-choice svg {
  transform: none;
  height: 2.4rem;
}
.btn-select-ct.rev.background-yellow:hover .btn-select .select-choice.yellow-hover ul li a {
  color: #000;
}
.btn-select-ct.rev.background-yellow:hover .btn-select .select-choice.yellow-hover ul li a svg path {
  fill: gray;
  opacity: 0.3;
}
.btn-select-ct.rev.background-yellow:hover .btn-select .select-choice.yellow-hover ul li a:hover {
  background-color: #fff;
  color: #fcc919;
}
.btn-select-ct.rev.background-yellow:hover .btn-select .select-choice.yellow-hover ul li a:hover svg path {
  fill: #fcc919 !important;
  opacity: 1;
}
.btn-select-ct.rev.background-pink:hover .btn-select .select-choice.pink-hover ul li a {
  color: #000;
}
.btn-select-ct.rev.background-pink:hover .btn-select .select-choice.pink-hover ul li a svg path {
  fill: gray;
  opacity: 0.3;
}
.btn-select-ct.rev.background-pink:hover .btn-select .select-choice.pink-hover ul li a:hover {
  background-color: #fff;
  color: #e41c68;
}
.btn-select-ct.rev.background-pink:hover .btn-select .select-choice.pink-hover ul li a:hover svg path {
  fill: #e41c68 !important;
  opacity: 1;
}
.btn-select-ct.rev.background-white:hover .btn-select .select-choice ul li a {
  color: #000;
}
.btn-select-ct.rev.background-white:hover .btn-select .select-choice ul li a svg path {
  fill: gray;
  opacity: 0.3;
}
.btn-select-ct.rev.background-white:hover .btn-select .select-choice ul li a:hover {
  background-color: #f3f3f3;
  color: #008fa4;
}
.btn-select-ct.rev.background-white:hover .btn-select .select-choice ul li a:hover svg path {
  fill: #008fa4 !important;
  opacity: 1;
}
.btn-select-ct.rev.background-blue .new-blue-btn {
  color: #fff;
  background: #fff !important;
}
.btn-select-ct.rev.background-blue .new-blue-btn .cta-title {
  color: #008fa4 !important;
  opacity: 1 !important;
}
.btn-select-ct.rev.background-blue .new-blue-btn .arrow-select svg path {
  fill: #008fa4;
  stroke: #008fa4;
}
.btn-select-ct.rev.background-blue .btn-primary {
  border: 0.2rem solid #fff !important;
}
.btn-select-ct.rev.background-blue .btn-primary .select-choice ul li a {
  color: #fff;
  opacity: 1;
}
.btn-select-ct.rev.background-blue .btn-primary .select-choice ul li a svg path {
  fill: #fff !important;
  opacity: 0.3;
}
.btn-select-ct.rev.background-blue .btn-primary:hover .cta-title {
  color: #fff !important;
  opacity: 0.5 !important;
}
.btn-select-ct.rev.background-blue .btn-primary:hover .arrow-select svg path {
  fill: #fff;
  stroke: #fff;
  opacity: 0.5;
}
.btn-select-ct.rev.background-blue .btn-primary:hover .select-choice ul li a:hover {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  opacity: 1;
}
.btn-select-ct.rev.background-blue .btn-primary:hover .select-choice ul li a:hover svg path {
  fill: #fff !important;
  opacity: 1;
}
.btn-select-ct {
  position: absolute;
  z-index: 2;
}
.btn-select-ct svg.stroke-none path {
  stroke: none !important;
}
.btn-select-ct svg.fill-373737 path {
  fill: #373737 !important;
}
.btn-select-ct svg.fill-878A85 path {
  fill: #878a85 !important;
}
.btn-select-ct .cta-title {
  font-weight: 400;
  letter-spacing: 0;
}
.btn-select-ct.background-none:hover .btn-select {
  background: none !important;
}
.btn-select-ct.background-black:hover .btn-select {
  background-color: #000 !important;
}
.btn-select-ct.background-transparent:hover .btn-select {
  background-color: #008fa4 !important;
}
.btn-select-ct.background-white:hover .btn-select {
  background-color: #fff !important;
}
.btn-select-ct.background-blue:hover .btn-select {
  background-color: transparent !important;
}
.btn-select-ct .btn-select:hover .select-choice.yellow-hover {
  height: auto;
}
.btn-select-ct .btn-select:hover .select-choice.pink-hover {
  height: auto;
}
.btn-select-ct .btn-select:hover .select-choice {
  height: auto;
}
.btn-select-ct .btn-select:focus, .btn-select-ct .btn-select:active {
  background-color: #fcc919 !important;
}
.btn-select-ct .btn-select .select-choice a {
  padding-left: 3rem;
  padding-bottom: 0.2rem;
  padding-top: 0.9rem;
}
.btn-select-ct .btn-select .select-choice a, .btn-select-ct .btn-select .select-choice a:hover {
  background: none;
}
.btn-select-ct .btn-select .select-choice ul {
  list-style-type: none;
}
.btn-select-ct .btn-select .select-choice ul li a {
  display: flex;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
}
.btn-select-ct .btn-select .select-choice ul li a:hover {
  background-color: rgba(255, 255, 255, 0.14);
  color: #008fa4;
}
.btn-select-ct .btn-select .select-choice ul li a:hover svg path {
  fill: #008fa4 !important;
}
.btn-select-ct .btn-select .select-choice ul li a span {
  margin-right: 1.2rem;
}
.btn-select-ct .btn-select .select-choice svg {
  transform: none;
}
.btn-select-ct.background-yellow:hover .btn-select .select-choice ul li a, .btn-select-ct.background-white:hover .btn-select .select-choice ul li a {
  color: #000;
}
.btn-select-ct.background-yellow:hover .btn-select .select-choice ul li a svg path, .btn-select-ct.background-white:hover .btn-select .select-choice ul li a svg path {
  fill: gray;
  opacity: 0.3;
}
.btn-select-ct.background-yellow:hover .btn-select .select-choice ul li a:hover, .btn-select-ct.background-white:hover .btn-select .select-choice ul li a:hover {
  background-color: #fff;
  color: #fcc919;
}
.btn-select-ct.background-yellow:hover .btn-select .select-choice ul li a:hover svg path, .btn-select-ct.background-white:hover .btn-select .select-choice ul li a:hover svg path {
  fill: #fcc919 !important;
  opacity: 1;
}
.btn-select-ct.background-pink:hover .btn-select .select-choice ul li a {
  color: #000;
}
.btn-select-ct.background-pink:hover .btn-select .select-choice ul li a svg path {
  fill: gray;
  opacity: 0.3;
}
.btn-select-ct.background-pink:hover .btn-select .select-choice ul li a:hover {
  background-color: #fff;
  color: #e41c68;
}
.btn-select-ct.background-pink:hover .btn-select .select-choice ul li a:hover svg path {
  fill: #e41c68 !important;
  opacity: 1;
}
.btn-select-ct.background-pink:hover .btn-select .select-choice.background-blue .new-yellow-btn {
  color: #fff;
  background: #fff !important;
}
.btn-select-ct.background-pink:hover .btn-select .select-choice.background-blue .new-yellow-btn .cta-title {
  color: #fcc919 !important;
  opacity: 1 !important;
}
.btn-select-ct.background-pink:hover .btn-select .select-choice.background-blue .new-yellow-btn .arrow-select svg path {
  fill: #fcc919;
  stroke: #fcc919;
}
.btn-select-ct.background-pink:hover .btn-select .select-choice.background-blue .btn-primary {
  border: 0.2rem solid #fff !important;
}
.btn-select-ct.background-pink:hover .btn-select .select-choice.background-blue .btn-primary .select-choice ul li a {
  color: #fff;
  opacity: 1;
}
.btn-select-ct.background-pink:hover .btn-select .select-choice.background-blue .btn-primary .select-choice ul li a svg path {
  fill: #fff !important;
  opacity: 0.3;
}
.btn-select-ct.background-pink:hover .btn-select .select-choice.background-blue .btn-primary:hover .cta-title {
  color: #fff !important;
  opacity: 0.5 !important;
}
.btn-select-ct.background-pink:hover .btn-select .select-choice.background-blue .btn-primary:hover .arrow-select svg path {
  fill: #fff;
  stroke: #fff;
  opacity: 0.5;
}
.btn-select-ct.background-pink:hover .btn-select .select-choice.background-blue .btn-primary:hover .select-choice ul li a:hover {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  opacity: 1;
}
.btn-select-ct.background-pink:hover .btn-select .select-choice.background-blue .btn-primary:hover .select-choice ul li a:hover svg path {
  fill: #fff !important;
  opacity: 1;
}
.backdrop-filter-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media screen and (max-width: 992px) {
  .btn-select-ct {
    position: relative;
  }
}
.btn-select {
  border-radius: 2.4rem !important;
  position: relative;
  height: initial;
  transition: border-radius 0 ease;
  padding-left: 1.5rem !important;
  padding-right: 3.5rem !important;
}
.btn-select > p {
  display: none;
}
.btn-select .cta-title {
  position: relative;
  line-height: 2.2rem;
}
.btn-select .arrow-select {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1rem;
  margin-top: -0.3rem !important;
  margin: 0 0 0 1.2rem;
  transition: all 0.2s ease-in;
}
.btn-select .arrow-select + p {
  display: none;
}
.btn-select .arrow-select svg {
  width: 1.2rem;
  height: 0.7rem;
  transition: all 0.2s ease-in;
}
.btn-select .arrow-select svg + br {
  display: none;
}
.btn-select .arrow-select.yellow-focus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1rem;
  margin-top: -0.3rem !important;
  margin: 0 0 0 1.2rem;
  transition: all 0.2s ease-in;
}
.btn-select .arrow-select.yellow-focus + p {
  display: none;
}
.btn-select .arrow-select.yellow-focus svg {
  transition: all 0.2s ease-in;
}
.btn-select .arrow-select.yellow-focus svg + br {
  display: none;
}
.btn-select:hover {
  color: #808080 !important;
  padding-top: 0.9rem;
  background: #fff !important;
}
.btn-select:hover .select-choice {
  height: 13.6rem;
  opacity: 1;
}
.btn-select:hover .select-choice.select-alexa {
  height: 9.6rem;
}
.btn-select:hover svg {
  transform: rotate(180deg);
}
.btn-select:hover svg path {
  fill: gray;
  stroke: gray;
}
.btn-select:hover .arrow-select.white {
  display: none;
}
.btn-select:focus, .btn-select:active {
  background: #fff !important;
  border-color: #008fa4 !important;
}
.btn-select .select-choice {
  text-align: left;
  color: #000;
  position: relative;
  left: -1.5rem;
  width: 31.6rem;
  margin-right: -5rem;
  margin-top: 1.2rem;
  margin-bottom: -1rem;
  transition: opacity 0s ease;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  transition: all 0.15s ease-in;
}
.btn-select .select-choice ul {
  list-style-type: none;
  padding-left: 0;
}
.btn-select .select-choice a {
  text-decoration: none;
  color: #000;
  padding: 1rem 0;
  display: block;
  padding-left: 5.8rem;
  background: url(/wp-content/uploads/sites/12/2021/03/list-circle-hd.png) no-repeat 4.1rem center;
  background-size: 0.7rem;
}
.btn-select .select-choice a:hover {
  color: #008fa4;
  background-color: #f3f3f3;
  background: url(/wp-content/uploads/sites/12/2021/03/list-circle-hd-hover.png) no-repeat 4.1rem center;
  background-size: 0.7rem;
  background-color: #f3f3f3;
}
.btn-select .select-choice br, .btn-select .select-choice + p {
  display: none;
}
@media screen and (max-width: 992px) {
  .btn-select {
    border-radius: 15rem !important;
  }
  .btn-select.opened, .btn-select:hover {
    border-radius: 2.4rem !important;
  }
}
.sidebar .container-cat-faq a button, #wthf-yes-no span, .btn-primary, .bundle-item .bundle-item-popup-buttons .bundle-item-popup-button {
  border-radius: 6rem;
}
.new-white-btn {
  color: #008fa4;
  background: #fff;
  border: 1px solid #fff;
}
.new-white-btn:hover {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.new-blue-btn {
  color: #fff;
  background: #008fa4;
  border: 0.2rem solid #008fa4;
}
.new-blue-btn:hover {
  color: #008fa4;
  background: transparent;
  border: 2px solid #008fa4;
}
.new-yellow-btn {
  color: #000;
  background: #fcc919;
  border: 0.2rem solid #fcc919;
}
.new-yellow-btn:hover {
  color: #fcc919;
  background: transparent;
  border: 2px solid #fcc919;
}
.new-pink-btn {
  color: #fff;
  background: #e41c68;
  border: 0.2rem solid #e41c68;
}
.new-pink-btn .arrow-select svg path {
  fill: #fff;
  stroke: #fff;
}
.new-pink-btn:hover {
  color: #fcc919;
  background: transparent;
  border: 2px solid #e41c68;
}
.new-pink-btn:hover .arrow-select svg path {
  fill: gray;
  stroke: gray;
}
.new-pink-btn:focus .cta-title {
  color: gray;
}
.new-pink-btn:focus .arrow-select svg path {
  fill: gray;
  stroke: gray;
}
.new-clear-btn {
  background: none;
  border: 1px solid #008fa4;
  border-width: 2px !important;
  color: #008fa4;
}
.new-clear-btn:hover {
  color: #fff;
  background: #008fa4;
  border: 2px solid #008fa4;
}
.smallLinks {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none !important;
}
.smallLinks:hover {
  text-decoration: underline !important;
}
span.arrow-link svg {
  transform: rotate(-90deg);
  width: initial;
  height: 1.1rem;
  margin-left: 0.2rem;
}
span.arrow-link svg path {
  stroke-width: 0.6;
}
.td-nu {
  text-decoration: none !important;
}
.td-nu:hover {
  text-decoration: underline !important;
}
.color-inherit {
  color: inherit;
}
.color-inherit:hover {
  color: inherit !important;
}
.color-blue-ubigi {
  color: #008fa4;
}
.w-auto {
  width: auto !important;
}
.w-208 {
  width: 20.8rem !important;
}
.w-332 {
  width: 33.2rem !important;
}
.max-width-initial {
  max-width: initial !important;
}
.min-width-initial {
  min-width: initial !important;
}
.esim-logo-inline {
  display: inline;
  bottom: 0;
  position: relative;
  height: 4.5rem;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.translate-x-50 {
  transform: translateX(-50%);
  left: 50%;
}
.translate-y-50 {
  transform: translatey(-50%);
  top: 50%;
}
.z-index-100 {
  z-index: 100;
}
.ma-width-initial {
  max-width: initial !important;
}
.height-initial {
  height: initial !important;
}
.mobile-only {
  display: none;
}
.blockPortalMD, .blockPortalCC {
  position: relative;
  width: 54rem;
  height: 30.6rem;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #252525;
  display: table;
}
.PortalMD, .PortalCC {
  padding-left: 8%;
  padding-right: 8%;
}
.blockPortalMD2, .blockPortalCC2 {
  position: relative;
  width: 100%;
  height: 23.9rem;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin: 0 auto 2rem auto;
  border: 1px solid #252525;
  padding-left: 10%;
  padding-right: 10%;
  display: table;
}
.blockPortalMD2 .buttonCTA, .blockPortalCC2 .buttonCTA {
  margin-left: 0;
  margin-top: 0;
}
.blockPortalMD, .blockPortalCC, .blockPortalMD2, .blockPortalCC2 {
  padding-left: 10%;
  padding-right: 10%;
}
.blockPortalMD .table-content, .blockPortalCC .table-content, .blockPortalMD2 .table-content, .blockPortalCC2 .table-content {
  display: table-cell;
  vertical-align: middle;
}
.blockPortalCC {
  background: url(/wp-content/uploads/sites/11/2020/02/ubigi-connected-cars.jpg) right 50% no-repeat;
  background-size: contain;
}
.blockPortalCC .buttonCTA {
  background-color: #fcc119;
  border: 1px solid #fcc119;
  margin-left: 0;
  display: inline-block;
  margin-top: 0;
  max-width: initial;
  padding: 0.7rem 3rem 0.6rem 3rem;
}
.blockPortalMD {
  background: url(/wp-content/uploads/sites/11/2020/02/ubigi-mobile-devices.jpg) right 50% no-repeat;
  background-size: contain;
}
.blockPortalMD .buttonCTA {
  background-color: #e0195d;
  border: 1px solid #e0195d;
  margin-left: 0;
  display: inline-block;
  margin-top: 0;
  max-width: initial;
  padding: 0.7rem 3rem 0.6rem 3rem;
}
.blockPortalMD .esim {
  float: right;
}
.blockPortalMD2 {
  background: url(/wp-content/uploads/sites/11/2020/02/ubigi-mobile-devices.jpg) right 50% no-repeat;
}
.blockPortalMD2 .buttonCTA {
  background-color: #e0195d;
  border: 1px solid #e0195d;
  margin-left: 0;
  display: inline-block;
  margin-top: 0;
  max-width: initial;
  font-size: 1.8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.blockPortalMD2 .esim {
  float: right;
}
.blockPortalCC2 {
  background: url(/wp-content/uploads/sites/11/2020/02/ubigi-connected-cars.jpg) right 50% no-repeat;
  margin-bottom: 0;
}
.blockPortalCC2 .buttonCTA {
  background-color: #fcc119;
  border: 1px solid #fcc119;
  margin-left: 0;
  display: inline-block;
  margin-top: 0;
  max-width: initial;
  font-size: 1.8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pictoMD {
  display: block;
  float: right;
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5) 0%, rgba(19, 19, 19, 0) 60%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, rgba(19, 19, 19, 0) 60%);
  margin: 2rem 2rem 0px 0px;
  background-position-x: 6.5rem;
  background-position-y: -4rem;
  background-repeat: no-repeat;
  width: 5rem;
  height: 5rem;
}
.pictoMD2 {
  display: block;
  float: right;
  margin: 1.5rem 1rem 0px 0;
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 1) 0%, rgba(19, 19, 19, 0) 70%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 1) 0%, rgba(19, 19, 19, 0) 70%);
}
h2.titleMD, h2.titleMD2, h2.titleCC2, h2.titleCC {
  font-family: "open_sans_regular";
  font-size: 4rem !important;
  line-height: 4.6rem;
  font-weight: lighter;
  max-width: initial;
}
h2.titleMD, h2.titleMD2 {
  color: #e41c68;
}
h2.titleCC, h2.titleCC2 {
  color: #fcc919;
}
h2.titleMD2, h2.titleCC2 {
  font-size: 1.875rem;
  line-height: 3.8rem;
  margin: 0;
}
p.textPortal, p.textPortal2 {
  color: #fff;
  font-size: 2.4rem;
  line-height: 3rem;
  display: block;
  font-weight: 100;
  font-family: "open_sanslight";
  margin: 1.8rem 0 1rem 0;
}
.buttonCTA {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  border-radius: 0.5rem;
  margin: 2rem 0 0 5rem;
  max-width: 10.3rem;
  padding-top: 0.7rem;
  padding-bottom: 0.6rem;
  text-align: center;
  color: white;
  text-decoration: none !important;
  display: block;
}
.buttonCTA:hover {
  color: #fff !important;
}
.buttonCTA2 {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: lighter;
  border: 1px #fff solid;
  border-radius: 0.5rem;
  margin: 1.5rem 0 0 0.3rem;
  max-width: 10rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  text-align: center;
}
.car-brand .buttonCTA {
  border: 1px solid #fff;
}
.header-portal {
  background: transparent;
}
.account-ubigi {
  height: auto !important;
  border: 0.2rem solid #008fa4 !important;
  border-radius: 3rem !important;
  padding: 0 2.2rem 0 2.2rem !important;
  height: 4.4rem !important;
}
.account-ubigi:hover {
  background: transparent !important;
  border: 0.2rem solid #008fa4 !important;
  color: white;
}
.account-text {
  padding: 0 0 0 0.8rem;
  font-size: 1.8rem;
  font-family: "open_sans_regular";
  margin-bottom: 0 !important;
}
.logo-portal {
  width: fit-content;
  margin: 0 auto;
  padding: 4rem 0 3.8rem 0;
}
.PortalMD, .PortalCC {
  position: relative;
  width: fit-content;
  display: table;
}
.PortalMD2, .PortalCC2 {
  position: relative;
  width: 100%;
  height: 13.8rem;
  margin: 0 auto 2rem auto;
  display: table;
}
.PortalMD2 .buttonCTA, .PortalCC2 .buttonCTA {
  margin-left: 0;
  margin-top: 0;
}
.PortalMD2 {
  margin-bottom: 0;
}
.PortalMD, .PortalCC {
  padding-left: 8%;
  padding-right: 8%;
}
.PortalMD .table-content, .PortalCC .table-content {
  display: table-cell;
  vertical-align: middle;
}
.PortalMD2 .table-content, .PortalCC2 .table-content {
  display: table-cell;
  vertical-align: middle;
}
.titleMD2, .titleCC2 {
  font-size: 3.2rem !important;
  padding-left: 2.3rem;
  width: fit-content;
}
.PortalMD .table-content {
  text-align: right;
}
.PortalCC .table-content {
  text-align: left;
}
.PortalCC .blockCTA {
  float: left;
}
.PortalCC .buttonCTA {
  font-family: "open_sans_regular";
  background-color: #fcc119;
  border: 0.2rem solid #fcc119;
  margin-left: 0;
  display: inline-block;
  margin-top: 0;
  max-width: initial;
  padding: 0.7rem 3rem 0.6rem 3rem;
}
.PortalMD .blockCTA {
  float: right;
}
.PortalMD .buttonCTA {
  font-family: "open_sans_regular";
  background-color: #e0195d;
  border: 0.2rem solid #e0195d;
  margin-left: 0;
  display: inline-block;
  margin-top: 0;
  max-width: initial;
  padding: 1rem 2.8rem 1rem 2.8rem;
  line-height: 2.2rem;
}
.PortalMD .esim {
  float: right;
}
.blockCTA {
  width: fit-content;
  margin-top: 1.5rem;
}
.blockCTA .buttonCTA {
  border-radius: 3rem;
}
#lang-selector {
  margin: 0 2rem;
}
.portal-access .max-992 {
  display: none !important;
}
.portal-access .button-link {
  border-radius: 4rem;
  width: fit-content;
  display: flex;
  padding: 0.8rem 2rem;
  transition: all 0.1s ease-in;
  z-index: 15;
  pointer-events: all;
  background-color: #008fa4;
  border: 2px solid #008fa4;
  margin: 0 auto 1.4rem;
  align-items: center;
  cursor: pointer;
}
.portal-access .button-link svg {
  height: 4rem !important;
  margin-right: 2rem !important;
  width: auto;
}
.portal-access .button-link svg.arrow {
  transform: rotate(-90deg);
  height: 1.6rem !important;
  margin-left: 2rem;
  margin-right: 0 !important;
}
.portal-access .button-link svg.arrow path {
  stroke-width: 0.7;
}
.portal-access .button-link:hover {
  background-color: transparent;
  border: 2px solid #008fa4;
}
.portal-access .button-link a:hover {
  text-decoration: none !important;
}
.page-template-tpl-portal .portal-access-selection .logo-ubigi img {
  height: 9rem;
}
.page-template-tpl-portal .portal-access-selection .portal-access svg {
  height: 4.6rem;
  width: auto;
}
.page-template-tpl-portal .portal-access-selection .portal-access .content h2 {
  font-size: 3rem;
  line-height: 4.8rem;
  margin-top: 0rem;
  margin-bottom: 0.4rem;
}
.page-template-tpl-portal .portal-access-selection .portal-access .content h3 {
  width: 100%;
  max-width: 53rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  line-height: 2.8rem;
  opacity: 1;
  transition: all 0.2s ease-in;
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .portal-access .hide-992 {
    display: none !important;
  }
  .portal-access .max-992 {
    display: block !important;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access.col-choose .link {
    background-color: transparent !important;
    border: none !important;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access .content h3 {
    opacity: 1 !important;
    max-width: 50rem !important;
    text-align: left;
    left: initial !important;
    transform: initial !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.75) {
  .header-inner-right {
    transform: scale(0.7) !important;
  }
  .page-template-tpl-portal .portal-access-selection .logo-ubigi {
    top: 7.5rem !important;
  }
  .page-template-tpl-portal .portal-access-selection .logo-ubigi img {
    height: 7rem !important;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access .content {
    top: 15rem !important;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access .content h3 {
    font-size: 1.4rem !important;
    line-height: 1.8rem !important;
  }
  .portal-access .button-link svg {
    height: 2.5rem !important;
  }
  .portal-access .button-link a {
    font-size: 1.8rem !important;
    line-height: 2.4rem !important;
  }
  .portal-access .button-link svg.arrow {
    height: 1rem !important;
  }
}
.page-template-tpl-portal body {
  background-color: black;
}
.page-template-tpl-portal #main {
  height: 100vh;
  min-height: 83rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}
.page-template-tpl-portal #language-selector2.home-only {
  display: none;
  position: absolute;
  right: 1.9rem;
  top: 3.9rem;
}
.page-template-tpl-portal #language-selector2 .home-only {
  display: none;
}
.page-template-tpl-portal #content-blocks .container {
  max-width: 140rem;
}
.page-template-tpl-portal .header-container {
  position: absolute;
  top: 0 !important;
}
.page-template-tpl-portal .header-inner-left, .page-template-tpl-portal .navbar-toggler {
  display: none !important;
}
.page-template-tpl-portal .menu-header .menu-container {
  justify-content: flex-end;
}
.page-template-tpl-portal .header-portal, .page-template-tpl-portal .bg-black:not(#banner-mobile), .page-template-tpl-portal .footer {
  background: transparent !important;
}
.page-template-tpl-portal .header-portal {
  padding: 2.1rem 3rem;
}
.page-template-tpl-portal .my-account a:hover svg path {
  fill: #fff !important;
}
.page-template-tpl-portal .portal-access-selection {
  height: 100vh;
}
.page-template-tpl-portal .portal-access-selection .logo-ubigi {
  position: absolute;
  z-index: 10;
  top: 10.5rem;
  transform: translateX(-50%);
  left: 50%;
}
.page-template-tpl-portal .portal-access-selection .logo-ubigi img {
  height: 12rem;
}
.page-template-tpl-portal .portal-access-selection .portal-access {
  width: 33.333333%;
  height: 100%;
}
.page-template-tpl-portal .portal-access-selection .portal-access .global-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.page-template-tpl-portal .portal-access-selection .portal-access:hover .content .icon svg path {
  fill: #008fa4;
  stroke: #008fa4;
}
.page-template-tpl-portal .portal-access-selection .portal-access:hover .content h2 {
  color: #008fa4;
}
.page-template-tpl-portal .portal-access-selection .portal-access:hover .top-gradient {
  height: 80%;
}
.page-template-tpl-portal .portal-access-selection .portal-access:hover .link {
  background-color: #008fa4;
}
.page-template-tpl-portal .portal-access-selection .portal-access:hover h3 {
  opacity: 1 !important;
}
.page-template-tpl-portal .portal-access-selection .portal-access svg {
  height: 6rem;
  width: auto;
}
.page-template-tpl-portal .portal-access-selection .portal-access .content {
  position: absolute;
  top: 26rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 3rem;
  z-index: 50;
}
.page-template-tpl-portal .portal-access-selection .portal-access .content h2 {
  font-size: 4rem;
  line-height: 4.8rem;
  margin-top: 1rem;
  margin-bottom: 1.4rem;
}
.page-template-tpl-portal .portal-access-selection .portal-access .content h3 {
  width: 100%;
  max-width: 53rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  line-height: 3.3rem;
  /* opacity:0; */
  opacity: 1;
  transition: all 0.2s ease-in;
}
.page-template-tpl-portal .portal-access-selection .portal-access.esim-travel {
  background: url('/wp-content/themes/ubigi/img/portal/ubigi-esim-travel.png') center top no-repeat;
  background-size: cover;
}
.page-template-tpl-portal .portal-access-selection .portal-access.ubigi-for-business {
  background: url('/wp-content/themes/ubigi/img/portal/ubigi-for-business.png') center top no-repeat;
  background-size: cover;
}
.page-template-tpl-portal .portal-access-selection .portal-access.connected-cars {
  background: url('/wp-content/themes/ubigi/img/portal/ubigi-connected-cars.png') center top no-repeat;
  background-size: cover;
}
.page-template-tpl-portal .portal-access-selection .portal-access .top-gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 80%;
  background: #000;
  background: linear-gradient(180deg, #000 20%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.2s ease-in;
}
.page-template-tpl-portal .portal-access-selection .portal-access .bottom-gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 20%, rgba(255, 255, 255, 0) 100%);
}
.page-template-tpl-portal .portal-access-selection .portal-access.col-choose .link.en {
  width: 17rem;
}
.page-template-tpl-portal .portal-access-selection .portal-access.col-choose .link {
  border: 2px solid transparent;
  border-radius: 4rem;
  width: auto;
  display: inline-block;
  padding: 0.8rem 2rem;
  transition: all 0.1s ease-in;
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  pointer-events: all;
  cursor: pointer;
  background-color: #008fa4;
  border: 2px solid #008fa4;
}
.page-template-tpl-portal .portal-access-selection .portal-access.col-choose .link svg {
  height: 1.2rem;
  width: auto;
}
.page-template-tpl-portal .portal-access-selection .portal-access.col-choose .link:hover {
  background-color: transparent;
  border: 2px solid #fff;
}
.page-template-tpl-portal .portal-access-selection .portal-access.col-choose .link:hover a {
  text-decoration: none !important;
}
.page-template-tpl-portal .portal-access-small-lines {
  position: relative;
  background-color: #000;
  bottom: 0;
  padding-bottom: 0 !important;
  padding: 0 4rem;
  margin-top: 0 !important;
  width: 100%;
}
.page-template-tpl-portal .portal-access-small-lines .ubigi-connect-everywhere {
  margin-left: 5.6rem;
}
.page-template-tpl-portal .portal-access-small-lines .ubigi-connect-everywhere img {
  height: 4.6rem;
}
.page-template-tpl-portal .portal-access-small-lines .infos {
  padding: 2rem 0;
}
@media screen and (max-width: 1470px) and (-webkit-max-device-pixel-ratio: 1.4) {
  .portal-access .content h3 br {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1260px) {
  .portal-access-selection .logo-ubigi {
    top: 7.5rem;
  }
  .portal-access-selection .logo-ubigi img {
    height: 9rem;
  }
  .portal-access .content {
    top: 30%;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access .content svg {
    height: 5rem;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access .content h2 {
    font-size: 3.4rem;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access .content h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 992px) {
  .page-template-tpl-portal .menu-header .menu-container {
    position: relative;
    top: -18px;
  }
  .page-template-tpl-portal #main {
    height: initial !important;
  }
  .page-template-tpl-portal .portal-access-selection {
    height: initial;
    flex-direction: column;
  }
  .page-template-tpl-portal .portal-access-selection .logo-ubigi {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
    margin: 2.1rem 0;
  }
  .page-template-tpl-portal .portal-access-selection .logo-ubigi img {
    height: 4rem;
    margin: 2.1rem 0;
    display: block;
    margin: 0 auto;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 22rem;
    height: 50vw;
    max-height: 40rem;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access .content {
    top: 50%;
    left: initial;
    position: absolute;
    display: initial !important;
    padding: 0 2.4rem;
    transform: translateY(-50%);
    text-align: left !important;
    z-index: 20;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access .content .icon, .page-template-tpl-portal .portal-access-selection .portal-access .content h2 {
    display: inline;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access .content h2 {
    padding: 0;
    margin: 0 !important;
    position: relative;
    top: -9px;
    left: 6px;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access .content h3 {
    opacity: 1 !important;
    max-width: 50rem !important;
    text-align: left;
    left: initial;
    transform: initial;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access.col-choose .link {
    position: absolute;
    right: -12px;
    left: initial;
    top: 50%;
    height: initial;
    display: block;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access.col-choose .link:hover {
    background: transparent !important;
    border: initial !important;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access.col-choose .link a {
    display: none;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access.col-choose .link span {
    position: absolute;
    right: 0;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access.col-choose .link span svg {
    width: 4rem !important;
    height: initial !important;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access.col-choose .link span svg path {
    stroke-width: 0;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access .top-gradient, .page-template-tpl-portal .portal-access-selection .portal-access .bottom-gradient {
    display: none;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access .left-gradient {
    position: absolute;
    top: 0;
    width: 90%;
    height: 100%;
    background: #000;
    background: linear-gradient(90deg, #000 20%, rgba(255, 255, 255, 0) 100%);
  }
  .page-template-tpl-portal .portal-access-selection .portal-access.esim-travel {
    background: url('/wp-content/themes/ubigi/img/portal/ubigi-esim-travel-resp.png') center top no-repeat;
    background-size: cover;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access.ubigi-for-business {
    background: url('/wp-content/themes/ubigi/img/portal/ubigi-for-business-resp.png') center top no-repeat;
    background-size: cover;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access.connected-cars {
    background: url('/wp-content/themes/ubigi/img/portal/ubigi-connected-cars-resp.png') center top no-repeat;
    background-size: cover;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access:hover .link {
    background-color: initial;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access:hover .top-gradient {
    display: none !important;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access:hover .content .icon svg path {
    fill: #008fa4;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access :hover .content h2 {
    color: #fff;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access .global-link {
    z-index: 20;
  }
  .page-template-tpl-portal .portal-access-small-lines {
    position: relative;
  }
  .page-template-tpl-portal .portal-access-small-lines .infos {
    flex-direction: column;
  }
  .page-template-tpl-portal .portal-access-small-lines .infos .lines {
    order: 2;
  }
  .page-template-tpl-portal .portal-access-small-lines .infos .lines p {
    text-align: center !important;
  }
  .page-template-tpl-portal .portal-access-small-lines .infos .ubigi-connect-everywhere {
    margin-left: 0;
    order: 1;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .page-template-tpl-portal .my-account p {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .page-template-tpl-portal .portal-access-selection .portal-access .content .icon svg {
    height: 4rem;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access .content h2 {
    font-size: 2.8rem;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access .content h3 {
    max-width: 28rem !important;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .page-template-tpl-portal .portal-access-selection .portal-access .content h3 br {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .page-template-tpl-portal #language-selector2.home-only {
    display: block;
    top: 2rem;
    z-index: 100;
  }
  .page-template-tpl-portal .my-account {
    margin-right: 5rem !important;
  }
  .page-template-tpl-portal .my-account p {
    display: none;
  }
  .page-template-tpl-portal .mobile-home-link.home, .page-template-tpl-portal .navbar-toggler.toggle-main-menu {
    display: none !important;
  }
  .page-template-tpl-portal .account-mobile {
    width: fit-content;
    margin: 0 auto;
    background: #008fa4;
    min-width: 60px;
    height: auto;
    color: white !important;
    text-decoration: none !important;
  }
  .page-template-tpl-portal a.account-mobile ~ p {
    display: none;
  }
  .page-template-tpl-portal .header-inner-right #language-selector {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .page-template-tpl-portal .my-account-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 auto !important;
  }
}
.blockAssistanceMD a, .blockAssistanceCC a {
  text-decoration: none;
}
h2[class^="titleAssistance"] {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
}
div[class^="buttonAssistance"] {
  margin: 0.75em auto 3.8rem auto;
}
div[class^="blockAssistance"] {
  padding: 0.55em 0 0 0;
}
.blockAssistanceMD, .blockAssistanceCC {
  background: #fff;
  background-size: 100%;
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.blockAssistanceMD2 {
  margin: 0 auto 2rem auto;
}
.pictoAssistanceMD, .pictoAssistanceCC {
  display: block;
  margin: 3rem auto 0 auto;
  text-align: center;
  height: auto;
}
.pictoAssistanceMD {
  width: 10rem;
}
.pictoAssistanceCC {
  width: 7.5rem;
}
h2.titleAssistanceMD, h2.titleAssistanceCC {
  font-size: 1.875rem;
  font-weight: lighter;
  text-align: center;
}
h2.titleAssistanceMD {
  color: #e41c68;
}
h2.titleAssistanceCC {
  color: #fcc919;
}
p.textAssistance, p.textAssistance2 {
  color: #808080;
  font-size: 1rem;
  display: block;
  font-weight: 100;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 2.1rem 0 0 0px;
  text-align: center;
}
.buttonAssistance, .buttonAssistance2 {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: lighter;
  border-radius: 0.5rem;
  max-width: 10rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  text-align: center;
  background: #008fa4;
  color: #fff;
}
.borderMD, .borderCC {
  display: block;
  margin: 3rem auto 0 -1px;
}
.borderMD {
  border-bottom: 0.5rem solid #e41c68;
}
.borderCC {
  border-bottom: 0.5rem solid #fcc919;
}
#get_connected, #become_reseller, #lets_talk {
  position: absolute;
  height: 6.5rem;
  width: 6.5rem;
  top: -6.5rem;
  background: none;
}
#_container_eSIM_journey_2 {
  overflow: hidden;
}
input[type="submit"] {
  width: 22.5rem;
  vertical-align: middle;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 1.5rem !important;
  height: 4.4rem;
  padding: 0.9rem 2rem;
  border-radius: 3rem !important;
}
.wpcf7-form input[type="submit"] {
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 4.8rem;
  border: 0.2rem solid #008fa4;
  font-size: 1.8rem;
}
.wpcf7-form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:visited, .wpcf7-form input[type="submit"]:focus, .wpcf7-form input[type="submit"]:active {
  background-color: #fff;
  border: 0.2rem solid #008fa4;
  color: #008fa4;
  box-shadow: none;
}
.checkbox-567, .checkbox-567 .wpcf7-list-item {
  width: 100%;
}
.checkbox-567 input + span, .checkbox-567 .wpcf7-list-item input + span {
  padding-left: 2%;
  position: relative;
  display: inline-block;
  top: 0.2rem;
}
body.home {
  overflow-x: hidden;
}
body.home h2 {
  font-size: 3.6rem;
}
body.home .bg-md {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100vh;
  background: url(/wp-content/uploads/sites/11/2022/02/ubg-portal-md-bg.jpg) 0 0 no-repeat;
  background-size: cover;
}
body.home .bg-cc {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100vh;
  background: url(/wp-content/uploads/sites/11/2022/02/ubg-portal-cc-bg.jpg) right center no-repeat;
  background-size: cover;
}
body.home .shadow-centered {
  width: 50%;
  position: absolute;
  height: 100vh;
  background: #020024;
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, #000 40%, #000 50%, #000 60%, rgba(0, 212, 255, 0) 100%);
  left: 50%;
  transform: translate(-50%, 0);
}
.arrow-right-white, .arrow-right-blue {
  position: relative;
  top: -1px;
  margin-left: 0.5rem;
}
.arrow-right-blue {
  position: relative;
  margin-left: 0.5rem;
  top: 0;
}
.link-home {
  padding-right: 1.2rem;
  margin-right: 0.6rem;
  border-right: 1px solid #2f2f2f;
}
.link-home svg {
  fill: #fff;
  height: 2.2rem;
  position: relative;
  top: 0.2rem;
  stroke-width: 1px;
  stroke: #f1f1f1;
}
.link-home svg:hover {
  stroke: #e41c68;
}
#international-esim .banner, #prepaid-data-plans .banner {
  height: 65vh;
  background: url(/wp-content/uploads/sites/11/2020/01/ubigi-international-esim-data-plan.png) 50% 50% no-repeat;
  background-size: cover;
}
#download-ubigi-app .banner {
  height: 65vh;
  background: url(/wp-content/uploads/sites/11/2020/06/download-ubigi-app.png) 50% 50% no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  #download-ubigi-app .banner {
    height: 65vh;
    background: url(/wp-content/uploads/sites/11/2020/06/download-ubigi-app-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}
#download-ubigi-app .badge-rounded {
  border: 0.2rem solid white;
  border-radius: 1rem;
}
#download-ubigi-app .subline {
  color: #8a8a8a;
  font-size: 1.8rem;
  width: 100%;
  text-align: center;
}
#download-ubigi-app .btns {
  text-align: center;
}
#international-esim > .container, #prepaid-data-plans > .container, #download-ubigi-app > .container, #ubigi-connected-cars > .container {
  width: 100%;
  max-width: initial;
  padding: 0;
}
#international-esim > .container > .row > div, #prepaid-data-plans > .container > .row > div, #download-ubigi-app > .container > .row > div, #ubigi-connected-cars > .container > .row > div {
  padding: 0;
}
#international-esim > .container .banner + div, #prepaid-data-plans > .container .banner + div, #download-ubigi-app > .container .banner + div, #ubigi-connected-cars > .container .banner + div {
  display: flex;
  align-items: center;
  padding-left: 6%;
}
#international-esim > .container .content, #prepaid-data-plans > .container .content, #download-ubigi-app > .container .content, #ubigi-connected-cars > .container .content {
  max-width: 56rem;
}
#international-esim h1, #prepaid-data-plans h1, #download-ubigi-app h1, #ubigi-connected-cars h1 {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 600;
}
#international-esim p, #prepaid-data-plans p, #download-ubigi-app p, #ubigi-connected-cars p {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.8rem;
}
#download-ubigi-app > .container .content {
  max-width: 100%;
  width: 100%;
}
#download-ubigi-app {
  margin-top: 1rem !important;
  margin-bottom: 5.5rem;
}
#download-ubigi-app .flex {
  align-items: center;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  text-align: center;
}
#download-ubigi-app .hide-xxl {
  display: none;
}
@media (min-width: 1600px) {
  #download-ubigi-app .hide-xxl {
    display: block;
  }
}
#choose-os .fullContainer {
  background: #008fa4;
  color: white;
  text-align: center;
  padding: 4.5rem 0;
}
#choose-os .fullContainer p {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
}
#choose-os .fullContainer .os-block {
  font-size: 1.8rem;
  font-weight: 600;
}
#choose-os .fullContainer .os-block > div {
  position: relative;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 2.5rem 0 2rem;
}
#choose-os .fullContainer .os-block > div:last-child {
  margin-right: 0;
  border-right: none;
}
#choose-os .fullContainer a {
  font-weight: 600;
  text-decoration: none;
  font-size: 1.8rem;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
#choose-os .fullContainer a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 575px) {
  .os-block > div {
    width: 45%;
    border-right: none !important;
  }
  .os-block .windows {
    margin-top: 2rem;
  }
  .os-block .android {
    border: none !important;
  }
}
@media screen and (max-width: 420px) {
  .os-block > div {
    border: none !important;
    min-width: 13.5rem;
    padding: 0 !important;
  }
  .os-block .windows, .os-block .android {
    margin-top: 2rem;
  }
}
#key-benefits {
  padding: 4.5rem 0;
}
#key-benefits h3 {
  font-size: 2.8rem;
}
#key-benefits p {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
}
#key-benefits-video .ubg-video-youtube {
  position: relative;
  padding-bottom: 56.2%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
#key-benefits-video .ubg-video-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#key-benefits-video .video-play-button {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  right: 1px;
}
#how-to-start {
  width: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 0;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  position: relative;
  width: 100vw;
  padding: 4.5rem 0;
}
#how-to-start h3 {
  font-size: 2.8rem;
  margin-bottom: 4.5rem;
}
#how-to-start h4 {
  font-size: 2rem;
  font-weight: 600;
}
#how-to-start p {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
}
#how-to-start div > a {
  font-weight: 600;
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
#how-to-start a {
  font-size: 1.8rem;
  font-weight: 600;
}
#how-to-start a:hover {
  text-decoration: underline;
}
#how-to-start .row div + div {
  border-right: 1px solid rgba(72, 72, 72, 0.6);
}
#how-to-start .row div + div:last-child {
  border-right: none;
}
#prepaid-data-plans > .container .banner {
  height: 65vh;
  background: url(/wp-content/uploads/sites/11/2020/01/esim-ubigi-prepaid-data-plans.jpg) 40% 50% no-repeat;
  background-size: cover;
}
#coverage-map {
  padding: 4.5rem 0;
  text-align: center;
}
#coverage-map .border {
  width: 50%;
  background-color: #eaeaea;
  border: none !important;
  height: 1px;
  margin: 0 auto;
}
#trustpilot {
  padding: 0 0 0 0;
  text-align: center;
}
.trustpilot-widget.widget__fixed {
  position: fixed !important;
  bottom: 0;
  left: 2rem;
  background-color: white;
  padding: 1.4rem 0px 1rem;
  z-index: 9;
  box-shadow: 0px 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.3rem 1.5rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.8rem 0.8rem 0 0;
  transition: all 0.4s, bottom 0.8s ease-in-out;
}
#partners {
  padding: 6rem 0;
  text-align: center;
}
#partners .logos {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#partners .logos > div {
  margin: 0 2rem;
}
#banner-tds-responsive img {
  width: 100%;
}
#com-banner {
  margin-bottom: -1px;
}
#com-banner .fullContainer {
  display: table;
  background: url(/wp-content/uploads/sites/11/2020/02/ubigi-communication-banner.jpg) right 0 no-repeat;
  height: 40rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-size: cover;
  position: relative;
}
#com-banner .fullContainer .link-overlay {
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
}
#com-banner .fullContainer .com-content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 11%;
}
#com-banner .fullContainer .com-content .message {
  font-size: 3.8rem;
  color: #fff;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 4.2rem;
  margin: 6rem 0 4rem 0;
}
#com-banner .fullContainer .com-content .btn {
  background-color: #f29021;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 1.1rem 3.6rem;
}
#com-banner .fullContainer .com-content .btn a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0;
}
#com-banner .fullContainer .com-content .btn:hover {
  color: #f29021;
  background: transparent;
  border: 1px solid #f29021;
}
#com-banner-tds {
  margin-bottom: -1px;
}
#com-banner-tds .fullContainer {
  display: table;
  background: url(/wp-content/uploads/sites/11/2020/04/bg-banner-tds.png) right 0 no-repeat;
  height: 40rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-size: cover;
}
#com-banner-tds .fullContainer .com-content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 11%;
}
#com-banner-tds .fullContainer .com-content .message {
  font-size: 5.8rem;
  color: #f29021;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 4.2rem;
  margin: 0.5rem 0 3rem 0;
  letter-spacing: 1px;
}
#com-banner-tds .fullContainer .com-content .baseline {
  font-weight: 600;
  font-size: 2.5rem;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#com-banner-tds .fullContainer .com-content .code {
  margin: 1.5rem 0 1.8rem 0;
}
#com-banner-tds .fullContainer .com-content .code span {
  font-weight: 600;
}
#com-banner-tds .fullContainer .com-content .btn {
  background-color: #f29021;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 1.1rem 0.3rem;
}
#com-banner-tds .fullContainer .com-content .btn a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1px;
}
#com-banner-tds .fullContainer .com-content .btn:hover {
  color: #f29021;
  background: transparent;
  border: 1px solid #f29021;
}
#com-banner-tds .fullContainer .com-content .btn:hover a {
  color: #f29021;
}
@media screen and (min-width: 920px) and (max-width: 1280px) {
  #com-banner-tds .fullContainer {
    background: url(/wp-content/uploads/sites/11/2020/04/bg-banner-tds.png) no-repeat;
    background-position: 88% 0;
    background-size: cover;
  }
}
@media screen and (min-width: 575px) and (max-width: 920px) {
  #com-banner-tds .fullContainer {
    background: url(/wp-content/uploads/sites/11/2020/04/bg-banner-tds.png) no-repeat;
    background-position: 88% 0;
    background-size: cover;
  }
  #com-banner-tds .fullContainer .message {
    max-width: 70%;
    line-height: 5.5rem !important;
    font-size: 5.8rem !important;
  }
  #com-banner-tds .fullContainer p.baseline {
    font-size: 2.1rem !important;
    line-height: 1.9rem !important;
  }
}
.ubigi-esim-good-reasons {
  position: relative;
}
.ubigi-esim-good-reasons h1 {
  position: absolute;
  z-index: 1;
  bottom: initial;
  top: 4rem;
  left: 5rem;
  line-height: 3.8rem;
  width: 40%;
}
.ubigi-esim-good-reasons h1 img {
  height: 4.5rem;
  bottom: 0;
  margin: 0 0 0 4px;
}
.ubigi-esim-good-reasons .backdrop-filter-black {
  z-index: 1;
  width: 50%;
  transform: translate(0px, 0);
  position: absolute;
  left: 50%;
  pointer-events: none;
}
.ubigi-esim-good-reasons .backdrop-filter-black.left {
  left: 0;
}
.ubigi-esim-good-reasons .slider-reasons {
  height: 100%;
  overflow: hidden;
}
.ubigi-esim-good-reasons .slider-reasons > .owl-stage-outer {
  height: 100%;
}
.ubigi-esim-good-reasons .slider-reasons > .owl-stage-outer > div {
  height: 100%;
}
.ubigi-esim-good-reasons .slider-reasons .owl-item, .ubigi-esim-good-reasons .slider-reasons .owl-item .item {
  float: left;
  height: 100%;
}
.ubigi-esim-good-reasons .slider-reasons .owl-item > div {
  min-height: 65rem;
  display: flex;
  height: 100%;
  position: relative;
}
.ubigi-esim-good-reasons .slider-reasons .owl-item > div.traveler {
  background: url("/wp-content/themes/ubigi/img/esim/ubigi-esim-traveler.jpg") 0 0 no-repeat;
  background-size: cover;
}
.ubigi-esim-good-reasons .slider-reasons .owl-item > div.remote-worker {
  background: url("/wp-content/themes/ubigi/img/esim/ubigi-esim-remote-work.jpg") 0 0 no-repeat;
  background-size: cover;
}
.ubigi-esim-good-reasons .slider-reasons .owl-item > div.all-esim-devices {
  background: url("/wp-content/themes/ubigi/img/esim/ubigi-esim-all-devices.jpg") 0 0 no-repeat;
  background-size: cover;
}
.ubigi-esim-good-reasons .slider-reasons .owl-item > div.employees {
  background: url("/wp-content/themes/ubigi/img/esim/ubigi-esim-employees.jpg") 0 0 no-repeat;
  background-size: cover;
}
.ubigi-esim-good-reasons .slider-reasons .owl-item > div .gradient {
  background: #000;
  background: linear-gradient(135deg, #000 0%, rgba(255, 255, 255, 0) 45%);
  height: 100%;
  width: 100%;
  position: absolute;
}
.ubigi-esim-good-reasons .slider-reasons .owl-nav {
  display: none;
}
.ubigi-esim-good-reasons .slider-reasons .owl-dots {
  position: absolute;
  bottom: 8rem;
  top: initial;
  text-align: center;
  width: 100%;
  z-index: 10;
  transform: translate(50%);
  left: -25%;
  z-index: 2;
}
.ubigi-esim-good-reasons .slider-reasons .owl-dots .owl-dot {
  background-color: transparent;
  border: 0.2rem solid #fff;
  width: 1.5rem;
  border-radius: 5rem;
  height: 1.5rem;
  margin: 0 1rem;
  padding: 0.5rem;
}
.ubigi-esim-good-reasons .slider-reasons .owl-dots .owl-dot.active, .ubigi-esim-good-reasons .slider-reasons .owl-dots .owl-dot.active:hover {
  border: none;
  background-color: #008fa4;
}
.ubigi-esim-good-reasons .slider-reasons .owl-dots .owl-dot:hover {
  border: 0.2rem solid #fff;
  background-color: #fff;
  cursor: pointer;
}
.ubigi-esim-good-reasons .about {
  position: relative;
  top: -5.4rem;
  z-index: 2;
}
.ubigi-esim-good-reasons .about.z-index-3 {
  z-index: 3;
}
.ubigi-esim-good-reasons .about .content h2 {
  margin: 3rem 0;
}
.ubigi-esim-good-reasons .about .content h2, .ubigi-esim-good-reasons .about .content .logo-ubigi img {
  z-index: 1;
  text-align: center;
}
.ubigi-esim-good-reasons .about .content .logo-ubigi img {
  width: 19rem;
}
.ubigi-esim-good-reasons .about .content .step-number {
  font-size: 8rem;
  line-height: 4.8rem;
  text-align: center;
}
.ubigi-esim-good-reasons .about .content .step-number.en, .ubigi-esim-good-reasons .about .content .step-number.fr {
  margin-top: 5rem;
}
.ubigi-esim-good-reasons .about .content .step-number.ja {
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
}
.ubigi-esim-good-reasons .about .content.w50 {
  position: absolute;
  width: 50%;
  transform: translate(0px, 0);
  height: 97vh;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  left: 50%;
  padding: 3rem;
  opacity: 0;
  padding: 0 3rem;
  margin-top: -7rem;
  visibility: hidden;
  pointer-events: all;
}
.ubigi-esim-good-reasons .about .content.w50.transition-content {
  opacity: 1;
  visibility: visible;
  left: 50%;
}
.ubigi-esim-good-reasons .about .content h3 {
  margin: 3rem 0;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.ubigi-esim-good-reasons .about .content h3 .view-resp {
  display: none;
}
.ubigi-esim-good-reasons .about .content h3 a {
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}
.ubigi-esim-good-reasons .about .content h3 a:hover, .ubigi-esim-good-reasons .about .content h3 a:focus, .ubigi-esim-good-reasons .about .content h3 a:active {
  color: #fff;
  text-decoration: none;
}
.ubigi-esim-good-reasons .about .content .link {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 3.6rem;
  position: relative;
  pointer-events: all;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.ubigi-esim-good-reasons .about .content .link a {
  color: #008fa4;
}
.ubigi-esim-good-reasons .about .content .link a:hover {
  color: #008fa4 !important;
}
.ubigi-esim-good-reasons .about .content .link a + span svg path {
  fill: #008fa4;
  stroke: #008fa4;
}
.ubigi-esim-good-reasons .about .content .link .btn-select-ct {
  position: absolute;
  margin-top: 3.6rem;
  transform: translateX(50%);
  width: 100%;
  left: -50%;
}
@media screen and (max-width: 1300px) {
  .ubigi-esim-good-reasons .about .content h3 br {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-height: 730px) {
  .arrow-down {
    display: none !important;
  }
  .full-height-section, .min-height-820 {
    min-height: initial;
    height: initial;
  }
  .ubigi-esim-good-reasons h1 {
    bottom: 10rem;
  }
  .ubigi-esim-good-reasons .about {
    top: -2.4rem;
  }
  .owl-dots {
    display: none !important;
  }
  .download.rev, .destination {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .features.top-features {
    padding: 0 0 3rem 0;
  }
  .trustpilot.rev {
    padding-top: 4rem !important;
    padding-bottom: 5rem !important;
  }
  .join-ubigi.rev {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.45) {
  .ubigi-esim-good-reasons h1 {
    bottom: 18rem;
  }
  .ubigi-esim-good-reasons .about .content .step-number {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .min-view-992 {
    display: none !important;
  }
  .min-view-flex-992 {
    display: none !important;
  }
  .max-view-992 {
    display: block !important;
  }
  .full-height-section, .min-height-820 {
    height: initial !important;
    min-height: initial !important;
  }
  .btn-select-ct.rev.btn-relative-992 {
    position: relative !important;
    text-align: center;
  }
  .arrow-down {
    display: none !important;
  }
  .ubigi-esim-good-reasons h1 {
    position: relative;
    bottom: initial;
    left: initial;
    top: initial;
    padding: 2rem;
    text-align: center;
    font-size: 2.8rem;
    padding: 2.4rem 0.5rem 2rem 0.5rem;
    line-height: 3.4rem;
    width: 100%;
  }
  .ubigi-esim-good-reasons h1 img {
    height: 3.8rem;
    bottom: 0px;
  }
  .ubigi-esim-good-reasons .backdrop-filter-black {
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    left: 0;
    width: 100%;
  }
  .ubigi-esim-good-reasons .about {
    top: 0;
  }
  .ubigi-esim-good-reasons .about .content .reason {
    display: flex;
  }
  .ubigi-esim-good-reasons .about .content.w50 {
    width: 100%;
    left: 0 !important;
    height: 65vh;
    margin-top: -4rem;
    pointer-events: none;
  }
  .ubigi-esim-good-reasons .about .content h2 {
    font-size: 3.6rem;
    line-height: 4.4rem;
    margin-top: 0;
    text-align: left;
    margin-top: -2.3rem;
    padding: 0 0.6rem;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  .ubigi-esim-good-reasons .about .content h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .ubigi-esim-good-reasons .about .content h3 br {
    display: none;
  }
  .ubigi-esim-good-reasons .about .content h3 a {
    pointer-events: all;
  }
  .ubigi-esim-good-reasons .about .content .logo-ubigi img {
    width: 11.6rem !important;
  }
  .ubigi-esim-good-reasons .about .content .step-number {
    margin-top: 3.4rem !important;
    margin-bottom: -1rem;
  }
  .ubigi-esim-good-reasons .about .link {
    width: 100%;
  }
  .ubigi-esim-good-reasons .about .link a, .ubigi-esim-good-reasons .about .link a + span {
    display: none;
  }
  .ubigi-esim-good-reasons .about .btn-select-ct {
    position: absolute !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    transform: translateX(50%);
    left: -50%;
    width: inherit;
    text-align: center;
  }
  .ubigi-esim-good-reasons .slider-reasons .owl-item > div {
    min-height: 62vh;
    position: relative;
  }
  .ubigi-esim-good-reasons .slider-reasons .owl-item .gradient {
    position: absolute;
    background: #000;
    background: linear-gradient(0deg, #000 0%, rgba(255, 255, 255, 0) 100%) !important;
  }
  .ubigi-esim-good-reasons .slider-reasons .owl-item .traveler {
    background-position: 20% center !important;
  }
  .ubigi-esim-good-reasons .view-resp {
    display: inline-block !important;
  }
  .slider-reasons .owl-dots {
    display: none !important;
  }
}
.how-to-start.rev {
  background: url("/wp-content/themes/ubigi/img/how-to-start.png") 0 0 no-repeat;
  background-size: cover;
  padding: 10rem 0;
}
.how-to-start.rev .devices {
  margin-top: -7.5rem;
}
.how-to-start.rev .devices svg {
  margin: 0 0.4rem;
}
.how-to-start.rev h3 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.how-to-start.rev .steps {
  margin: 1rem auto 1.6rem auto;
  display: flex;
  display: flex;
  justify-content: space-between;
  max-width: 96rem;
}
.how-to-start.rev .steps > div {
  width: 32rem;
}
.how-to-start.rev .steps > div .step-number svg {
  height: 6rem;
}
.how-to-start.rev .s svg path {
  fill: #008fa4;
}
.how-to-start.rev .s a {
  font-size: 1.8rem;
  line-height: 2.2rem;
  display: inline-block;
  margin: 1.4rem 0;
}
.how-to-start.rev .s a:hover {
  color: #008fa4;
}
.how-to-start.rev .s a + span svg path {
  stroke: #008fa4;
}
.how-to-start.rev h4 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #000;
  margin: 2.4rem 0;
}
.how-to-start.rev p {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
@media screen and (max-width: 992px) {
  .how-to-start.rev {
    padding: 6rem 0 6rem 0;
    background: none;
    background-color: #fff;
  }
  .how-to-start.rev .devices {
    margin-top: 0;
  }
  .how-to-start.rev h3 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    margin-bottom: 2.4rem;
  }
  .how-to-start.rev .steps {
    flex-direction: column;
    width: 100%;
    padding: 0 2rem;
  }
  .how-to-start.rev .steps > div {
    width: 100%;
    padding: 0 10%;
  }
  .how-to-start.rev .steps .s {
    display: flex;
    margin-bottom: 1rem;
  }
  .how-to-start.rev .steps .s .step-number svg {
    width: 3.8rem;
  }
  .how-to-start.rev .steps .s h4 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin: 0.9rem 0 0 0.4rem;
  }
  .how-to-start.rev .steps .s h4, .how-to-start.rev .steps .s p, .how-to-start.rev .steps .s .link {
    text-align: left;
    margin-left: 1.6rem;
  }
  .how-to-start.rev .steps .s p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .how-to-start.rev .steps .s .link a {
    margin-top: 0;
    margin-bottom: 1.4rem;
  }
  .how-to-start.rev .steps .s p br, .how-to-start.rev .steps .s h4 br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .how-to-start.rev .steps > div {
    width: 100%;
    padding: 0 2%;
  }
}
.download.rev {
  background: url("/wp-content/themes/ubigi/img/esim/download-ubigi-app.jpg") 90% 0 no-repeat;
  background-size: cover;
  padding: 0 5.4rem;
}
.download.rev .gradient, .download.rev .linear {
  display: none;
}
.download.rev h1, .download.rev > div {
  position: relative;
}
.download.rev .download-stores {
  margin: 6.4rem 0;
}
.download.rev .download-stores > div {
  margin-right: 4rem;
}
.download.rev .download-stores > div > div {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.download.rev .download-stores > div > div img {
  height: 6.2rem;
}
.download.rev .download-stores > div > div a + a {
  margin-top: 2rem;
}
.download.rev .download-stores > div > div a + a img {
  height: 8rem;
}
.download.rev .download-stores .windows {
  top: 0.8rem;
}
.download.rev .download-stores .windows .btn-select-ct.rev .btn-select:hover .select-choice {
  height: 8.4rem;
}
.download.rev .download-stores .windows .background-black > button {
  background-color: #000;
  border: 1px solid #a6a6a6;
}
.download.rev .download-stores .windows .background-black > button:hover .cta-title span:first-child svg {
  transform: none;
}
.download.rev .download-stores .windows .background-black > button:hover .cta-title span:first-child svg path {
  fill: gray !important;
}
.download.rev .download-stores .windows .background-black > button .select-choice a {
  padding-left: 2.1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.download.rev .download-stores .windows .background-black .cta-title > span:first-child {
  line-height: 0;
  position: relative;
  left: -1.7rem;
}
.download.rev .download-stores .windows .background-black .cta-title > span:first-child svg {
  height: 2.4rem;
}
.download.rev .download-stores .windows .background-black .cta-title > span:first-child svg path {
  fill: #fff;
}
.download.rev .link {
  margin-bottom: 1rem;
}
.download.rev .link a {
  color: #008fa4 !important;
}
.download.rev .link a:hover {
  color: #008fa4 !important;
}
.download.rev .link a + span svg path {
  fill: #008fa4;
  stroke: #008fa4;
}
.download.rev .link + .link {
  margin-bottom: 0;
}
.windows {
  top: 0.8rem;
}
.windows .btn-select-ct.rev .btn-select:hover .select-choice {
  height: 8.4rem;
}
.windows .background-white > button {
  background-color: #008fa4 !important;
  border: 2px solid #008fa4;
}
.windows .background-white > button:hover .cta-title span:first-child svg {
  transform: none;
}
.windows .background-white > button:hover .cta-title span:first-child svg path {
  fill: gray !important;
}
.windows .background-white > button .select-choice a {
  padding-left: 2.1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.windows .background-white .cta-title > span:first-child {
  line-height: 0;
  position: relative;
  left: -1.7rem;
}
.windows .background-white .cta-title > span:first-child svg path {
  fill: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .download.rev {
    background: url("/wp-content/themes/ubigi/img/esim/download-ubigi-app.jpg") 80% 0 no-repeat;
    background-size: auto;
    background-size: cover;
  }
}
@media screen and (max-width: 992px) {
  .download.rev {
    padding: 6rem 2rem;
    background: url("/wp-content/themes/ubigi/img/esim/download-ubigi-app-mobile.jpg") left 0 no-repeat;
    background-size: cover;
  }
  .download.rev .gradient, .download.rev .linear {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
  }
  .download.rev .linear {
    background: rgba(13, 13, 13, 0.8) !important;
  }
  .download.rev .gradient {
    background: linear-gradient(0deg, #444 0%, rgba(255, 255, 255, 0) 30%) !important;
  }
  .download.rev h1 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    text-align: center;
  }
  .download.rev h1 img {
    height: 3.8rem;
  }
  .download.rev h1 br:first-child {
    display: none;
  }
  .download.rev .download-stores {
    flex-direction: column;
    margin-top: 4.4rem;
    align-items: center;
  }
  .download.rev .download-stores > div {
    margin-right: 0;
  }
  .download.rev .download-stores > div > div a + a {
    display: none;
  }
  .download.rev .download-stores .appstore {
    margin-bottom: 4rem;
  }
  .download.rev .download-stores .google-drive {
    margin-bottom: 2.8rem;
  }
  .download.rev .download-stores .windows {
    display: flex;
    justify-content: center;
    margin-bottom: 2.2rem;
  }
  .download.rev .link {
    text-align: center;
    padding: 0 2rem;
  }
}
.destination.rev {
  padding: 0 4rem;
}
.destination.rev img {
  width: 100%;
  height: 36rem;
}
.destination.rev.rev .icons h4 {
  padding-left: 2rem;
}
.destination.rev.rev .icons .ic {
  padding: 1.4rem 0 1.4rem 5.6rem;
}
.destination.rev.rev .icons .ic svg {
  height: 4.7rem;
}
.destination.rev .search-destination {
  position: relative;
  z-index: 100;
}
.destination.rev .search-destination .head-rates {
  margin-bottom: 7.5rem;
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}
.destination.rev .search-destination .head-rates h2 {
  margin-top: 0;
  margin-bottom: 2.8rem;
}
.destination.rev .search-destination .head-rates .ubigi-features {
  margin: 0 auto;
  margin-top: 3rem;
  text-align: center;
}
.destination.rev .search-destination .head-rates .ubigi-features .feature {
  width: 18%;
  display: inline-block;
  padding-bottom: 4.4rem;
}
.destination.rev .search-destination .head-rates .ubigi-features .feature .term {
  margin-top: 0.8rem;
}
.destination.rev .search-destination .head-rates form {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 2.8rem;
}
.destination.rev .search-destination .head-rates form .main-search {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 70rem;
  max-width: 70rem;
  justify-content: center;
}
.destination.rev .search-destination .head-rates form .go-btn {
  max-width: 100%;
  width: 100%;
  background: #008fa4;
  border-radius: 2.4rem;
  padding: 0.8rem 2rem 1rem 2rem;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  margin-top: 0 !important;
  cursor: pointer;
  border: 1px solid #008fa4;
  transition: all 0.2s ease-in;
}
.destination.rev .search-destination .head-rates form .go-btn:hover {
  color: #008fa4;
  background: #000;
}
.destination.rev .search-destination .head-rates form .bundle-types {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 47rem;
  margin: 0 auto;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.destination.rev .search-destination .head-rates form .bundle-types > span.inner-margin {
  margin: 0;
}
.destination.rev .search-destination .head-rates form .bundle-types > span.inner-margin label {
  margin-bottom: 0;
}
.destination.rev .search-destination .head-rates form .bundle-types > span:last-child {
  margin-right: 0 !important;
}
.destination.rev .search-destination .head-rates form .trik-checkbox input + * {
  padding-left: 2.9rem;
}
.destination.rev .search-destination .choose-destination .slidecontainer {
  display: inline-block;
  margin: 0 auto;
}
.destination.rev .search-destination .choose-destination .slidecontainer:nth-child(2) {
  margin: 0;
  padding: 0 5%;
}
.destination.rev .search-destination .select-currency-container, .destination.rev .search-destination .select-destination-container {
  width: 12.4rem;
  height: 4.8rem;
  margin-left: 0;
  border: 1px solid #ced4da;
}
.destination.rev .search-destination .select-destination-container {
  width: 35.2rem;
  height: 4.8rem;
}
.destination.rev .search-destination .select-currency-selected, .destination.rev .search-destination .select-destination-selected {
  font-size: 1.7rem;
  padding: 1rem 1rem 1rem 1.5rem;
  background-color: #f7f7f7;
  border-radius: 0.8rem;
}
.destination.rev .search-destination .select-destination-selected {
  padding: 0.8rem 1rem 1rem 1.5rem;
  display: flex;
}
.destination.rev .search-destination .select-destination-selected .search-text {
  margin-left: 1rem;
  font-style: italic;
  color: #808080;
}
.destination.rev .search-destination .select-destination-selected span {
  display: flex;
  align-items: center !important;
}
.destination.rev .search-destination .select-destination-selected .flag {
  padding: 0.2rem 1rem 0 0 !important;
  width: 3.9rem !important;
}
.destination.rev .search-destination .select-destination-selected .region-flag {
  align-items: initial;
}
.destination.rev .search-destination .collapsed .select-currency-selected svg, .destination.rev .search-destination .collapsed .select-destination-selected > svg {
  transform: none;
}
.destination.rev .search-destination .select-currency-selected svg, .destination.rev .search-destination .select-destination-selected > svg {
  width: 1rem;
  right: 2rem;
}
.destination.rev .search-destination .select-currency-dropdown, .destination.rev .search-destination .select-destination-dropdown {
  position: absolute;
  top: 97%;
  right: -1px;
  left: -1px;
  background: white;
  z-index: 10;
  border: 1px solid #ced4da;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 0;
  z-index: 100;
}
.destination.rev .search-destination .select-currency-dropdown-item, .destination.rev .search-destination .select-destination-dropdown-item {
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 0.9rem 0px 0.9rem 1.5rem;
  border-top: 1px solid #ced4da;
}
.destination.rev .search-destination .select-currency-dropdown-item:hover, .destination.rev .search-destination .select-destination-dropdown-item:hover {
  background: #f7f7f7;
  color: #333;
}
.destination.rev .search-destination .select-currency-dropdown-item:first-child, .destination.rev .search-destination .select-destination-dropdown-item:first-child {
  border-top: none;
}
.destination.rev .search-destination .search-destination-field {
  position: relative;
}
.destination.rev .search-destination .search-destination-field .icon-inner {
  position: absolute;
  left: 1.6rem;
  top: 1.2rem;
  width: 2.1rem;
  height: 2.1rem;
}
.destination.rev .search-destination .search-destination-field .icon-inner svg {
  position: relative;
  top: -4px;
}
.destination.rev .search-destination .search-destination-field .icon-inner svg path {
  fill: #808080;
}
.destination.rev .search-destination .country-list {
  max-height: 25rem;
  overflow-y: scroll;
}
.destination.rev .search-destination .country-list .search-text {
  margin-left: 1rem;
  font-style: italic;
  color: #808080;
}
.destination.rev .search-destination .main-search .country, .destination.rev .search-destination .main-search .region {
  display: flex;
  align-items: center;
  padding: 1rem 0 0.9rem 0;
  border-top: 1px solid #ced4da;
}
.destination.rev .search-destination .select-currency-dropdown-item, .destination.rev .search-destination .select-destination-dropdown-item {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.destination.rev .search-destination .select-currency-dropdown-item:hover, .destination.rev .search-destination .select-destination-dropdown-item:hover {
  color: #333;
}
.destination.rev .search-destination div[datafld="tjk"], .destination.rev .search-destination div[datafld="ant"] {
  display: none !important;
}
.destination.rev .search-destination .main-search .flag {
  padding: 0 1rem 0 1.5rem;
  display: flex;
  width: 5.4rem;
}
.destination.rev .search-destination .flag img {
  width: 2.2rem;
  height: 1.6rem;
  margin: 0 auto;
}
.destination.rev .search-destination .flag img, .destination.rev .search-destination .select-destination-dropdown-item svg, .destination.rev .search-destination .select-destination-selected .flag svg {
  width: 2.2rem;
  height: 1.6rem;
  margin: 0 auto;
}
.destination.rev .search-destination .select-destination-selected .flag.pin svg {
  width: 2.2rem;
  height: 2.4rem;
}
.destination.rev .search-destination .select-destination-selected .flag {
  padding: 2px 1rem 0 0 !important;
}
.destination.rev .search-destination .main-search .country-name {
  top: 0;
  position: relative;
}
.destination.rev .search-destination .main-search .region .flag svg, .destination.rev .search-destination .main-search .region .flag img {
  width: auto;
  height: auto;
}
.destination.rev .search-destination .main-search .all-countries .flag svg, .destination.rev .search-destination .main-search .all-countries .flag img {
  width: 2.8rem;
  height: 2.8rem;
}
.destination.rev .search-destination .select-destination-dropdown-item svg {
  width: 2.2rem;
  height: 1.6rem;
}
.destination.rev .search-destination .select-destination-selected .region-flag {
  align-items: initial;
}
.destination.rev .search-destination .select-destination-selected .region-flag svg, .destination.rev .search-destination .select-destination-selected .region-flag img {
  width: auto !important;
  height: auto !important;
}
.destination.rev .search-destination .select-destination-selected .flag svg, .destination.rev .search-destination .select-destination-dropdown-item svg {
  width: 2.2rem;
  height: 1.6rem;
  margin: 0 auto;
}
.destination.rev .search-destination .bundle-types .trik-checkbox input + ::before {
  width: 2rem;
  height: 2rem;
  margin: -0.9rem 0;
}
.destination.rev .search-destination .bundle-types .trik-checkbox input + ::before {
  display: block;
  content: "";
  background: url(/wp-content/themes/ubigi/img/checkbox-unchecked-blue.svg) center center no-repeat;
  background-size: contain;
}
.destination.rev .search-destination .bundle-types .trik-checkbox input:checked + ::before {
  display: block;
  content: "";
  background: url(/wp-content/themes/ubigi/img/checkbox-checked-blue.svg) center center no-repeat;
  background-size: auto;
  background-size: contain;
}
.destination.rev .search-destination .head-rates form .trik-checkbox input + * {
  padding-left: 2.9rem;
}
.destination.rev .search-destination .search-destination-field input {
  padding: 0.8rem 4.7rem 1.2rem 5.5rem;
  width: 100%;
  border: none;
  outline: none;
}
.destination.rev .search-destination .main-search .country, .destination.rev .search-destination .main-search .region {
  display: flex;
  align-items: center;
  padding: 1rem 0 0.9rem 0;
  border-top: 1px solid #ced4da;
}
.destination.rev .search-destination .main-search .country:hover, .destination.rev .search-destination .main-search .region:hover {
  background-color: #f7f7f7;
}
.destination.rev .search-destination .inline-bundle-form .select-currency-container, .destination.rev .search-destination .inline-bundle-form .select-destination-container {
  margin-top: 0;
}
.destination.rev .search-destination .inline-bundle-form .main-search {
  margin: 0 auto;
}
.destination.rev .search-destination .inline-bundle-form .slidecontainer {
  padding: 0 2rem;
}
.destination.rev .search-destination .inline-bundle-form .bundle-types {
  padding: 0 0;
}
.destination.rev .search-destination .inline-bundle-form .bundle-types > span {
  padding: 0 2rem;
}
@media screen and (min-width: 992px) and (max-width: 1150px) {
  .destination.rev .search-destination .inline-bundle-form .slidecontainer {
    padding: 0 1rem;
  }
  .destination.rev .search-destination .inline-bundle-form .bundle-types > span {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 992px) {
  .destination.rev {
    padding: 6rem 2rem 4rem 2rem;
  }
  .destination.rev h1 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .destination.rev .content {
    flex-direction: column;
  }
  .destination.rev .content .map {
    margin-bottom: 2rem;
  }
  .destination.rev .content .map img {
    width: 100%;
  }
  .destination.rev .icons .ic {
    padding-left: 0 !important;
  }
  .destination.rev .search-destination .head-rates {
    margin-bottom: 6rem;
    margin-top: 0;
  }
  .destination.rev .search-destination .head-rates form {
    max-width: 51rem !important;
    width: 96%;
  }
  .destination.rev .search-destination .head-rates form .main-search {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .destination.rev .search-destination .head-rates form .main-search .slidecontainer {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 35.2rem;
  }
  .destination.rev .search-destination .head-rates form .main-search .slidecontainer > div {
    width: 100%;
    margin-top: 1rem !important;
  }
  .destination.rev .search-destination .head-rates form .main-search .slidecontainer.move {
    width: initial !important;
    margin: 0 0 0 0 !important;
  }
  .destination.rev .search-destination .head-rates form .main-search .slidecontainer .select-currency-container {
    margin-top: 1.1rem !important;
  }
  .destination.rev .search-destination .head-rates form .main-search .bundle-types {
    padding: 1.8rem 0;
    flex: 0 0 100%;
    max-width: initial;
    justify-content: center;
  }
  .destination.rev .search-destination .head-rates form .main-search .bundle-types > span {
    margin: 0 2.8rem 0 0 !important;
    padding: 0;
  }
  .destination.rev .search-destination .head-rates form .main-search .bundle-types > span:last-child {
    margin-right: 0 !important;
  }
}
.features.rev.rev .icons {
  max-width: 138rem;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  margin-top: 0;
  justify-content: space-around;
  margin-bottom: 0;
}
.features.rev.rev .icons .s {
  width: 29rem;
  margin-top: 2.4rem;
}
.features.rev.rev .icons .s .icon {
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features.rev.rev .icons .s .icon svg {
  grid-template: 6rem;
  height: 6rem;
}
.features.rev.rev .icons .s h5 {
  margin-top: 1rem;
}
.features.rev.features-full h1 {
  margin-top: -7rem !important;
}
.features.rev.features-full .icons {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 992px) {
  .features.rev {
    padding: 5.4rem 2rem 6rem 2rem;
  }
  .features.rev.features-full h1 {
    margin-top: 0 !important;
  }
  .features.rev.top-features {
    padding: 2rem 0 4rem 0 !important;
    margin-top: 7.5rem;
    z-index: 3;
    position: relative !important;
  }
  .features.rev h1 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
@media screen and (max-width: 640px) {
  .features.rev.top-features {
    margin-top: 6rem;
  }
}
.trustpilot {
  padding-left: 2rem;
  padding-right: 2rem;
  height: 47vh;
  min-height: 37.8rem;
}
.trustpilot.rev {
  background-color: #f3f3f3;
  padding-bottom: 3rem !important;
}
.trustpilot.rev h1 {
  padding: 4rem 0 3rem 0;
}
@media screen and (min-width: 992px) and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .join-ubigi.rev {
    min-height: 29.8rem !important;
  }
}
@media screen and (max-width: 992px) {
  .trustpilot.rev {
    height: initial !important;
    min-height: initial;
    padding: 1.4rem 2rem 4rem 2rem !important;
  }
  .trustpilot.rev h1 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.join-ubigi.rev {
  height: 47vh;
  min-height: 37.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.join-ubigi.rev h1 {
  padding: 7rem 0 3rem 0;
}
.join-ubigi .logos {
  margin-bottom: 3rem;
}
.join-ubigi .logos svg {
  height: 6rem;
  width: auto;
  padding: 0 1.6rem;
}
.join-ubigi .logos + div {
  padding-bottom: 12rem;
}
@media screen and (max-width: 992px) {
  .join-ubigi.rev {
    height: initial !important;
    min-height: initial;
  }
  .join-ubigi.rev h1 {
    padding-top: 6rem !important;
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .join-ubigi.rev .logos + div {
    padding-bottom: 6rem;
  }
}
.trustpilot-widget.widget__fixed {
  transition: all 0.2s ease-in;
}
.trustpilot-widget.widget__fixed.in-view {
  margin-bottom: 6.2rem;
}
.woo-cart {
  margin: 0 1.4rem;
  position: relative;
}
.woo-cart .circle {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #008fa4 !important;
  top: -0.3rem;
  right: 0;
  border-radius: 4rem;
  border: none;
}
.float-anch {
  position: absolute;
  top: -10rem;
}
.ubigi-features-resp-only {
  display: none;
}
.partnership-logo {
  width: 24rem;
  margin: 3rem auto;
}
.partnership-logo ~ .icons {
  padding-bottom: 3rem !important;
}
.ubigi-esim-destination {
  position: relative;
  min-height: 72rem !important;
}
.ubigi-esim-destination h2.esim-sp-mention {
  position: absolute;
  z-index: 1;
  bottom: initial;
  top: 4rem;
  left: 5rem;
  line-height: 3.8rem;
  width: 35%;
}
.ubigi-esim-destination h2.esim-sp-mention img {
  height: 4.5rem;
  bottom: 0;
  margin: 0 0 0 4px;
  display: inline;
  position: relative;
}
.ubigi-esim-destination h2.esim-sp-mention + .gradient {
  background: #000;
  background: linear-gradient(135deg, #000 0%, rgba(255, 255, 255, 0) 30%);
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.9;
}
.ubigi-esim-destination .arrow-down {
  position: fixed !important;
  bottom: 2rem;
  opacity: 1;
  transition: all 0.4s ease-in;
  z-index: 1000;
}
.ubigi-esim-destination .arrow-in-view-bounce-out {
  opacity: 0;
  bottom: -4rem;
}
.ubigi-esim-destination .browse-cta {
  z-index: 20;
}
.ubigi-esim-destination .browse-cta.max-992 {
  display: none !important;
}
.ubigi-esim-destination .browse-cta button {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-bottom: 0.9rem !important;
}
.ubigi-esim-destination .browse-cta button a {
  color: #fff;
  text-decoration: none;
}
.ubigi-esim-destination .browse-cta button:hover a {
  color: #008fa4;
}
.ubigi-esim-destination .ubigi-video {
  overflow: hidden;
  width: 100vw;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.ubigi-esim-destination .ubigi-video video {
  position: absolute;
  left: 55%;
  transform: translateX(-62%);
  width: 120%;
}
.ubigi-esim-destination .ubigi-video.w-100 video {
  width: 100%;
}
.ubigi-esim-destination .ubigi-side-infos {
  width: 60%;
  height: 100%;
  float: right;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 72rem;
}
.ubigi-esim-destination .ubigi-side-infos .infos {
  height: 67%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%;
  height: 100%;
}
.ubigi-esim-destination .ubigi-side-infos .infos h1 span.word {
  display: inline-block;
}
.ubigi-esim-destination .ubigi-side-infos .infos h1 span.icon {
  display: none;
}
.ubigi-esim-destination .ubigi-side-infos .infos + .destination {
  min-height: 28rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 0;
  position: relative;
  width: 100%;
  bottom: 0;
}
.ubigi-esim-destination .ubigi-side-infos .infos .blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.ubigi-esim-destination .ubigi-side-infos .infos .icons {
  display: flex;
  justify-content: space-evenly;
  margin-top: 2rem;
}
.ubigi-esim-destination .ubigi-side-infos .infos .icons > div {
  text-align: center;
}
.ubigi-esim-destination .ubigi-side-infos .infos .icons h3 {
  padding-top: 1.4rem;
}
.ubigi-esim-destination .ubigi-side-infos .infos + .search-destination h2 {
  margin: 1rem 0 0 0;
}
.ubigi-esim-destination .ubigi-side-infos .infos + .search-destination .head-rates {
  margin-bottom: 0;
  margin-top: 0;
}
.ubigi-esim-destination .ubigi-side-infos .infos p {
  max-width: 70rem;
  margin: 0 auto;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination form {
  margin-bottom: 0;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination form .select-destination-container {
  height: 4.4rem;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination form .country-name, .ubigi-esim-destination .ubigi-side-infos .search-destination form .select-currency-selected {
  font-size: 1.8rem !important;
  color: #373737 !important;
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination form .select-currency-selected {
  padding-top: 1rem !important;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination form .main-search {
  padding: 3.4rem 0 1.4rem 0;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination form .main-search .flag {
  margin: 0 0.3rem 0 0.4rem;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination form .collapsed .select-destination-selected > svg, .ubigi-esim-destination .ubigi-side-infos .search-destination form .collapsed .select-currency-selected > svg {
  transform: none;
  width: 1.3rem;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination form .search-destination-field .icon-inner svg {
  top: -0.2rem;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination form .select-destination-selected, .ubigi-esim-destination .ubigi-side-infos .search-destination form .select-currency-selected {
  padding: 0.8rem 1rem 1rem 1.3rem;
  z-index: 1000;
  height: auto;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination form .select-currency-selected {
  height: auto;
  padding-top: 0.9rem !important;
  display: flex;
  align-items: center;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination form .select-currency-selected svg, .ubigi-esim-destination .ubigi-side-infos .search-destination form .select-destination-selected > svg {
  width: 1.3rem;
  right: 2rem;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ubigi-esim-destination .ubigi-side-infos .search-destination form .select-currency-container, .ubigi-esim-destination .ubigi-side-infos .search-destination form .select-destination-container {
  margin-top: 0;
  border: 1px solid #fff;
  border-radius: 8px;
  height: 4.4rem;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination form .select-destination-dropdown {
  top: 90%;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination form .select-currency-dropdown {
  top: 100%;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination form .select-currency-dropdown-item {
  padding-left: 1.2rem;
  font-size: 1.8rem !important;
  color: #373737 !important;
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination form .go-btn.max-992 {
  display: none;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .select-destination-container.border-8-8-0-0, .ubigi-esim-destination .ubigi-side-infos .search-destination .select-destination-selected.border-8-8-0-0, .ubigi-esim-destination .ubigi-side-infos .search-destination .select-currency-container.border-8-8-0-0, .ubigi-esim-destination .ubigi-side-infos .search-destination .select-currency-selected.border-8-8-0-0 {
  border-radius: 8px 8px 0 0 !important;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .select-destination-dropdown {
  border: none;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination input[type="text"] {
  font-size: 1.8rem !important;
  color: #373737 !important;
  padding: 0.6rem 1.6rem 0.8rem 6rem !important;
  border-top: 1px solid #ced4da;
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  height: 4.4rem;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination input[type="submit"] {
  background-color: #000 !important;
  border: 2px solid #000 !important;
  padding-top: 0 !important;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination input[type="submit"]:hover {
  background-color: transparent !important;
  color: #000 !important;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .search-destination-field .icon-inner {
  top: 1rem;
  padding: 0 0.4rem;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .clear-destinations-field {
  position: absolute;
  top: -0.4rem;
  right: 4rem;
  z-index: 10;
  padding: 0 0.5rem;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .clear-search-destination-field {
  display: none;
  position: absolute;
  top: 0.8rem;
  right: 1.2rem;
  padding: 0 0.8rem;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .bundle-types {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 47rem;
  margin: 0 auto;
  margin-bottom: 0 !important;
  margin-top: -1.2rem !important;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .bundle-types > span {
  margin: 0 2.8rem 0 0;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .bundle-types .trik-checkbox {
  font-size: 1.8rem;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .bundle-types .trik-checkbox input + * {
  padding-left: 2.9rem;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .bundle-types .trik-checkbox input + *:before {
  width: 2rem;
  height: 2rem;
  margin: -0.9rem 0;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .bundle-types .trik-checkbox input + ::before {
  margin: 0.3rem 0;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .bundle-types .trik-checkbox input:checked + ::before {
  background: url(/wp-content/themes/ubigi/img/ecommerce/checkbox-checked-black.svg) center center no-repeat;
  background-size: contain;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .bundle-types .trik-checkbox svg {
  position: relative;
  top: 0.3rem;
  left: 0.4rem;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .bundle-types .tooltip {
  position: relative;
  text-align: left;
  opacity: 1;
  z-index: 1;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .bundle-types .tooltip:hover .bottom {
  visibility: visible;
  opacity: 1;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .bundle-types .tooltip .bottom {
  min-width: 25rem;
  top: 6rem;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0.5rem 1rem 0px 1rem;
  color: #000;
  background-color: #fff;
  font-weight: normal;
  text-align: center;
  font-size: 1.3rem;
  border-radius: 0.8rem;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .bundle-types .tooltip .bottom.monthly {
  left: 0.4rem;
  top: 3.4rem;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .bundle-types .tooltip .bottom.annual {
  left: 0.8rem;
  top: 3rem;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .bundle-types .tooltip .bottom p {
  line-height: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .bundle-types .tooltip .bottom i {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -1.2rem;
  width: 2.4rem;
  height: 1.2rem;
  overflow: hidden;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .bundle-types .tooltip .bottom i::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #fff;
}
.ubigi-esim-destination .ubigi-side-infos .search-destination .bundle-types .tooltip .bottom .info-bundle + p {
  display: none;
}
.ubigi-esim-destination .ubigi-side-infos .overlay-max-view {
  display: none;
}
.ubigi-esim-get-started .get-started-resp-bg {
  display: none;
}
.ubigi-esim-get-started .get-started-background {
  background: url("/wp-content/themes/ubigi/img/ecommerce/ubigi-get-started.webp") 0 0 no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center bottom;
  margin: 0 auto;
}
.ubigi-esim-get-started .radial-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #555;
  background: radial-gradient(circle, rgba(85, 85, 85, 1) 0%, rgba(0, 0, 0, 1) 80%);
  z-index: -1;
}
.ubigi-esim-get-started .devices-selection .container {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 1.6rem;
  width: 87rem;
}
.ubigi-esim-get-started .devices-selection .container .model-field svg {
  height: 5.2rem;
  width: auto;
}
.ubigi-esim-get-started .devices-selection .container .model-field > div {
  margin-bottom: 1.8rem;
}
.ubigi-esim-get-started .devices-selection .form-group.row {
  display: flex;
  justify-content: center;
}
.ubigi-esim-get-started .devices-selection input.ik_select_filter {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 4.5rem !important;
  margin-top: 0.5rem !important;
  margin-bottom: 1.2rem !important;
  font-size: 1.8rem !important;
  color: #373737 !important;
  padding: 0.8rem 1.6rem 1rem 6rem !important;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  padding-left: 1.6rem;
  border: none !important;
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.ubigi-esim-get-started .devices-selection input.ik_select_filter[type="text"]:focus {
  outline: none;
  outline-style: none;
  outline-color: none;
  outline-style: none;
  -webkit-appearance: none;
  box-shadow: none;
}
.ubigi-esim-get-started .devices-selection .ik_select_filter {
  width: 100% !important;
  background: url("/wp-content/themes/ubigi/img/ecommerce/icon-search.svg") 1.5rem 0.8rem no-repeat;
  background-size: auto;
  background-size: 2.8rem;
}
.ubigi-esim-get-started .devices-selection .ik_select {
  position: relative;
  height: 4.4rem;
  background: white;
  margin-top: 0.4rem;
  margin-bottom: 1.2rem;
  font-size: 1.8rem !important;
  color: #373737 !important;
  /* padding: 0.8rem 1.6rem 1rem 1.6rem !important; */
  border: none !important;
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0.8rem;
  cursor: pointer;
  margin-top: 0;
  width: 23rem;
  margin: 0 auto;
}
.ubigi-esim-get-started .devices-selection select.wpcf7-not-valid + .ik_select_link {
  box-shadow: 0px 0px 0px 2px #373737 inset;
  border-radius: 0.8rem;
}
.ubigi-esim-get-started .devices-selection select.wpcf7-not-valid + .ik_select_link + .ik_select_dropdown {
  border: 2px solid #373737;
  border-top: none;
}
.ubigi-esim-get-started .devices-selection .ik_select_dropdown {
  top: 3.8rem !important;
}
.ubigi-esim-get-started .devices-selection .ik_select_link_text {
  position: relative;
  top: 0.9rem;
  left: 1.6rem;
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.ubigi-esim-get-started .devices-selection .ik_select_list_inner {
  max-height: 30rem !important;
  height: auto !important;
  overflow: auto;
  position: relative;
}
.ubigi-esim-get-started .devices-selection .ik_select_link {
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: 96.5% 1.4rem;
  background-size: 2.3rem;
  z-index: 2;
  position: relative;
}
.ubigi-esim-get-started .devices-selection .ik_select_link {
  height: 100%;
  width: 100%;
}
.ubigi-esim-get-started .devices-selection .ik_select_dropdown {
  background: white;
  border-radius: 0 0 0.8rem 0.8rem;
  padding-bottom: 1rem;
  width: 100% !important;
}
.ubigi-esim-get-started .devices-selection .ik_select_dropdown ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ubigi-esim-get-started .devices-selection .ik_select_dropdown ul li:first-child {
  display: none !important;
}
.ubigi-esim-get-started .devices-selection .ik_select_dropdown ul li {
  padding: 0.8rem 1.5rem;
  border-top: 1px solid #ced4da;
  text-align: left;
}
.ubigi-esim-get-started .devices-selection .ik_select_dropdown ul li:hover {
  cursor: pointer;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.05);
}
.ubigi-esim-get-started .devices-selection .arrow-down2 {
  position: absolute;
  top: 0.7rem;
  z-index: 1;
  height: 0.7rem;
  width: 1.3rem;
  right: 2rem;
  transition: all 0.2s ease-in;
}
.ubigi-esim-get-started .devices-selection .rotate180 {
  transform: rotate(180deg);
}
.content-info .num img {
  filter: invert(84%) sepia(2%) saturate(3%) hue-rotate(334deg) brightness(93%) contrast(125%);
}
.content-info .num img.sat {
  filter: invert(84%) sepia(2%) saturate(3%) hue-rotate(334deg) brightness(93%) contrast(91%);
}
.modal-model-home-devices {
  padding: 4.6rem !important;
  padding-bottom: 1rem !important;
}
.modal-model-home-devices .how-to-start.rev {
  background: none;
}
.modal-model-home-devices .how-to-start.rev .steps + .relative {
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
}
.modal-model-home-devices .how-to-start.rev .step-details p {
  margin-bottom: 0 !important;
}
.modal-model-home-devices .how-to-start.rev .sub {
  color: #d3d3d3;
}
.modal-model-home-devices .how-to-start.rev p {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.modal-model-home-devices .how-to-start.rev button {
  padding-left: 2.2rem !important;
  padding-right: 2.2rem !important;
}
.modal-model-home-devices .how-to-start.rev button a {
  text-decoration: none;
}
.modal-model-home-devices .how-to-start.rev button a:hover {
  color: #008fa4 !important;
}
.modal-model-home-devices .how-to-start.rev .note {
  color: #808080;
}
.ubigi-download-app {
  background-color: #fff;
}
.ubigi-download-app .radial-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #555;
  background: url("/wp-content/themes/ubigi/img/ecommerce/bg-download-ubigi-app.webp") center center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.ubigi-download-app .content {
  align-items: center;
  justify-content: space-around;
  height: 100%;
  display: flex !important;
  margin-left: 4rem;
  margin-right: 4rem;
  position: relative;
  z-index: 1;
}
.ubigi-download-app .content.max-992 {
  display: none !important;
}
.ubigi-download-app .content .cont {
  max-width: 64rem;
}
.ubigi-download-app .content .cont .title, .ubigi-download-app .content .cont .about {
  color: #000;
}
.ubigi-download-app .content .cont > .title {
  margin-top: 3rem;
}
.ubigi-download-app .content .cont > .about {
  margin-top: 1rem;
  margin-bottom: 3.4rem;
}
.ubigi-download-app .content .cont .qr {
  margin-right: 2.4rem;
}
.ubigi-download-app .content .cont .badges > div img {
  height: 4.8rem;
}
.ubigi-download-app .content .cont .badges .title {
  margin-top: -0.54rem;
  margin-bottom: 2rem;
}
.ubigi-download-app .content .cont .badges .badge-apple {
  margin-right: 2.4rem;
}
.ubigi-download-app .content .cont + div img {
  max-width: 84rem;
  width: 100%;
}
.ubigi-when-choose {
  background-color: #000;
  overflow: hidden;
}
.ubigi-when-choose > .title {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: 5.4rem;
}
.ubigi-when-choose .your-ubigi {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.ubigi-when-choose .your-ubigi .choose-ubigi {
  width: 25%;
  text-align: center;
  overflow: hidden;
}
.ubigi-when-choose .your-ubigi .choose-ubigi .opacity {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-in;
}
.ubigi-when-choose .your-ubigi .choose-ubigi .link {
  border: 2px solid transparent;
  border-radius: 4rem;
  width: auto;
  display: inline-block;
  padding: 0.8rem 2rem;
  transition: all 0.1s ease-in;
  position: absolute;
  bottom: 12rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  pointer-events: all;
  cursor: pointer;
}
.ubigi-when-choose .your-ubigi .choose-ubigi .link.en {
  width: 17rem;
}
.ubigi-when-choose .your-ubigi .choose-ubigi .link.fr {
  width: 18.4rem;
}
.ubigi-when-choose .your-ubigi .choose-ubigi .link.ja {
  width: 23rem;
}
.ubigi-when-choose .your-ubigi .choose-ubigi .link a:hover {
  text-decoration: underline;
}
.ubigi-when-choose .your-ubigi .choose-ubigi > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.ubigi-when-choose .your-ubigi .choose-ubigi > a:hover + div {
  transform: scale(1.2);
}
.ubigi-when-choose .your-ubigi .choose-ubigi > a:hover + div + div + div + div + div .step {
  color: #008fa4 !important;
}
.ubigi-when-choose .your-ubigi .choose-ubigi > a:hover + div + div + div + div + div .sub {
  opacity: 1;
}
.ubigi-when-choose .your-ubigi .choose-ubigi > a:hover + div + div + div + div + div .link {
  background-color: #008fa4;
}
.ubigi-when-choose .your-ubigi .choose-ubigi > a:hover + div + div + div + div + div .link a {
  color: #fff;
  text-decoration: none !important;
}
.ubigi-when-choose .your-ubigi .choose-ubigi > a:hover + div + div + div + div + div .link:hover {
  background-color: transparent;
  border: 2px solid #008fa4;
  color: #008fa4;
}
.ubigi-when-choose .your-ubigi .choose-ubigi > a:hover + div + div + div + div + div + .opacity {
  opacity: 1;
}
.ubigi-when-choose .your-ubigi .choose-ubigi .choose-ubigi-profile {
  display: none;
}
.ubigi-when-choose .your-ubigi .choose-ubigi .bottom-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #555;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, #000 100%, rgba(85, 85, 85, 0) 180%);
  z-index: 1;
}
.ubigi-when-choose .your-ubigi .choose-ubigi .top-gradient {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: #555;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%, rgba(85, 85, 85, 0) 180%);
  z-index: 1;
}
.ubigi-when-choose .your-ubigi .choose-ubigi .col-choose {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: 10.4rem;
}
.ubigi-when-choose .your-ubigi .choose-ubigi .col-choose .step {
  margin: 2.6rem 0;
}
.ubigi-when-choose .your-ubigi .choose-ubigi .col-choose .sub {
  opacity: 0;
  margin-top: 0.8rem;
  transition: all 0.2s ease-in;
}
.ubigi-when-choose .your-ubigi .choose-ubigi.option-1 {
  width: 100%;
  height: 100%;
}
.ubigi-when-choose .your-ubigi .choose-ubigi.option-1 .bg-persona-tourist {
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/ubigi/img/ecommerce/ubigi-leisure.webp") bottom center;
  background-size: cover;
  position: absolute;
  transition: all 0.4s ease-in-out;
}
.ubigi-when-choose .your-ubigi .choose-ubigi.option-2 {
  width: 100%;
  height: 100%;
}
.ubigi-when-choose .your-ubigi .choose-ubigi.option-2 .bg-persona-business {
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/ubigi/img/ecommerce/ubigi-professional.webp") bottom center;
  background-size: cover;
  position: absolute;
  transition: all 0.4s ease-in-out;
}
.ubigi-when-choose .your-ubigi .choose-ubigi.option-3 {
  width: 100%;
  height: 100%;
}
.ubigi-when-choose .your-ubigi .choose-ubigi.option-3 .bg-persona-geek {
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/ubigi/img/ecommerce/ubigi-local.webp") bottom center;
  background-size: cover;
  position: absolute;
  transition: all 0.4s ease-in-out;
}
.ubigi-when-choose .your-ubigi .choose-ubigi.option-4 {
  width: 100%;
  height: 100%;
}
.ubigi-when-choose .your-ubigi .choose-ubigi.option-4 .bg-entreprise {
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/ubigi/img/ecommerce/ubigi-business.webp") bottom center;
  background-size: cover;
  position: absolute;
  transition: all 0.4s ease-in-out;
}
.ubigi-when-choose .your-ubigi .choose-ubigi .view-next {
  display: none;
}
.ubigi-what-is-an-esim {
  background: grey;
  overflow: hidden;
}
.ubigi-what-is-an-esim .launch-esim-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.ubigi-what-is-an-esim .ubigi-video-esim {
  height: 100%;
  width: 100%;
  background: url("/wp-content/themes/ubigi/img/ecommerce/what-is-an-esim-video-drop.webp") right center no-repeat;
  background-size: cover;
}
.ubigi-what-is-an-esim .play {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ubigi-what-is-an-esim .play img {
  width: 12rem;
}
.ubigi-what-is-an-esim .content {
  height: 100%;
  margin-left: 7%;
}
.ubigi-what-is-an-esim .content .esim-logo-inline {
  height: 12rem;
}
.ubigi-what-is-an-esim .content .title-video {
  line-height: 9rem;
  margin-top: 3.2rem;
}
.ubigi-what-is-an-esim .modal-esim-video {
  padding: 0;
  border-radius: 1rem;
  max-width: 124rem;
  background: black;
}
.ubigi-what-is-an-esim.max-992 {
  display: none;
}
.checkout-page {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.checkout-page table.shop_table {
  margin-bottom: 1rem;
  min-width: 100%;
}
.checkout-page table.shop_table td {
  padding: 0;
}
.checkout-page #order_review_heading {
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #fff;
  text-align: center;
  padding-bottom: 2.8rem;
}
.checkout-page .woocommerce-notices-wrapper {
  display: none;
}
.checkout-page .woocommerce-checkout .woocommerce-message {
  display: none;
}
.checkout-page .woocommerce-checkout #payment div.payment_box.payment_method_stripe_googlepay {
  position: absolute;
  z-index: -1;
}
.checkout-page .woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error {
  display: none;
}
.checkout-page .woocommerce-checkout .form-row.woocommerce-invalid input.input-text, .checkout-page .woocommerce-checkout .form-row.woocommerce-invalid select {
  border-width: 2px;
}
.checkout-page .checkout_coupon.woocommerce-form-coupon {
  display: flex !important;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
}
.checkout-page .checkout_coupon.woocommerce-form-coupon p {
  position: relative;
}
.checkout-page .checkout_coupon.woocommerce-form-coupon p label {
  position: absolute;
  left: 2.1rem;
  top: 0;
  opacity: 0;
  font-size: 1rem;
  line-height: 2.2rem;
  color: #d3d3d3;
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkout-page .checkout_coupon.woocommerce-form-coupon p:first-child {
  display: none;
}
.checkout-page .checkout_coupon.woocommerce-form-coupon input.input-text {
  width: 26.4rem;
  height: 4.4rem;
  border-radius: 8px;
  border: none;
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #000;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  text-transform: uppercase;
}
.checkout-page .checkout_coupon.woocommerce-form-coupon input::placeholder {
  color: #222;
}
.checkout-page .checkout_coupon.woocommerce-form-coupon button {
  background-color: #373737;
  color: #808080;
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.4rem;
  border-radius: 12rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  border: 2px solid #373737;
  padding: 9px 1em !important;
}
.checkout-page .checkout_coupon.woocommerce-form-coupon button.codeValue {
  background-color: #008fa4;
  color: #fff;
  border: 2px solid #008fa4;
}
.checkout-page .checkout_coupon.woocommerce-form-coupon button:hover {
  background-color: #000;
  color: #008fa4;
  border: 2px solid #008fa4;
}
.checkout-page .checkout_coupon.woocommerce-form-coupon button[disabled=""]:hover {
  background-color: #000;
  color: #008fa4;
}
.checkout-page .checkout_coupon.woocommerce-form-coupon .form-row-first {
  width: 100%;
  margin-right: 3rem;
}
.checkout-page .checkout_coupon.woocommerce-form-coupon .form-row-first input {
  width: 100%;
}
.checkout-page .checkout_coupon.woocommerce-form-coupon .form-row-last {
  width: auto;
  height: 5rem;
}
.checkout-page .checkout_coupon.woocommerce-form-coupon .form-row-last button {
  margin-left: auto;
  min-width: 13rem;
}
.checkout-page .woocommerce-form-coupon-toggle {
  display: none;
}
.checkout-page .product-thumbnail {
  width: 5.3rem;
  padding-left: 0 !important;
  vertical-align: top !important;
  padding-top: 0.5rem !important;
}
.checkout-page .product-thumbnail img {
  height: 2.4rem;
  margin-right: 1.4rem;
  width: auto;
}
.checkout-page .product-name {
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #fff;
}
.checkout-page .product-remove {
  padding-right: 0 !important;
  display: flex;
  align-content: center;
  justify-content: right;
  margin-left: 4rem;
}
.checkout-page .product-remove svg {
  width: 2rem;
  stroke-width: 2px;
  stroke: #808080;
}
.checkout-page .product-remove svg path {
  fill: #808080;
}
.checkout-page .product-remove a {
  color: #000 !important;
  font-size: 0;
  position: relative;
  left: -2.1rem;
}
.checkout-page .product-remove a:hover {
  background: none;
}
.checkout-page #vcrf_remove_voucher svg {
  width: 2rem;
  stroke-width: 2px;
  stroke: #808080;
}
.checkout-page #vcrf_remove_voucher svg path {
  fill: #808080;
}
.checkout-page #order_review {
  background: #000;
  width: 40%;
  padding: 4.2rem 6.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.checkout-page #order_review .order-total .total {
  font-family: "open_semibold", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #fff;
  font-weight: 400;
  padding-left: 0;
  padding-top: 12px;
}
.checkout-page #order_review .order-total .total-amount {
  font-family: "open_semibold", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #008fa4;
  font-weight: 300;
  padding-right: 0;
  text-align: right;
}
.checkout-page #order_review .order-total .total-amount .subtotal {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #808080;
  font-style: italic;
  text-decoration: line-through;
  margin-right: 0.8rem;
  position: relative;
  top: -1px;
  margin-right: 1.2rem;
}
.checkout-page #vcrf_checkout_coupon_form_container {
  width: 100%;
}
.checkout-page #vcrf_checkout_coupon_form_container .coupon-error-message {
  display: none;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fa4343;
  text-align: left;
  float: right;
  position: relative;
  left: 0;
  width: 100%;
  margin-top: 0.5rem;
  margin-left: 0.1rem;
  text-align: right;
}
.checkout-page .woocommerce-checkout {
  display: flex;
  height: initial;
}
.checkout-page .woocommerce-checkout .cart-discount {
  position: relative;
  padding: 1.6rem 0 0.4rem 0;
  display: flex;
  width: 100%;
  align-items: baseline;
}
.checkout-page .woocommerce-checkout .cart-discount td {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 2.1rem;
}
.checkout-page .woocommerce-checkout .cart-discount th {
  padding-left: 0;
  padding-right: 0;
}
.checkout-page .woocommerce-checkout .cart-discount .promo-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #fff;
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.checkout-page .woocommerce-checkout .cart-discount .promo-code-name {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #808080;
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: initial;
}
.checkout-page .woocommerce-checkout .cart-discount .promo-code-reduc {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #008fa4;
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.checkout-page .woocommerce-checkout .cart-discount #vcrf_remove_voucher {
  display: flex;
  margin-left: 1.2rem;
}
.checkout-page .customer_payment {
  background: white;
  width: 60%;
  padding: 4.2rem 6.2rem;
}
.checkout-page .woocommerce form .form-row.woocommerce-invalid label {
  color: #fa4343;
}
.checkout-page .woocommerce form .form-row.woocommerce-invalid input.input-text {
  border-color: #fa4343;
  background: url("/wp-content/themes/ubigi/img/events/attention-alert-form.svg") white no-repeat;
  background-position: 97.5% 1rem;
  background-size: 2.3rem;
}
.checkout-page .woocommerce form .form-row.woocommerce-invalid {
  margin-bottom: 0.4rem;
}
.checkout-page .woocommerce form.en .form-row.woocommerce-invalid::after {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  content: "The field is required.";
  color: #fa4343;
  text-align: right;
  float: right;
  position: relative;
  right: 0;
  display: block;
  width: 100%;
  margin-top: 3px;
}
.checkout-page .woocommerce form.fr .form-row.woocommerce-invalid::after {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  content: "Ce champ est obligatoire.";
  color: #fa4343;
  text-align: right;
  float: right;
  position: relative;
  right: 0;
  display: block;
  width: 100%;
  margin-top: 3px;
}
.checkout-page .woocommerce form.ja .form-row.woocommerce-invalid::after {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  content: "この項目は必須です。";
  color: #fa4343;
  text-align: right;
  float: right;
  position: relative;
  right: 0;
  display: block;
  width: 100%;
  margin-top: 3px;
}
.checkout-page .woocommerce form.en #privacy_field.form-row.woocommerce-invalid::after, .checkout-page .woocommerce form.fr #privacy_field.form-row.woocommerce-invalid::after, .checkout-page .woocommerce form.ja #privacy_field.form-row.woocommerce-invalid::after {
  content: "";
}
.checkout-page .woocommerce form.en #privacy_field.form-row.woocommerce-invalid .woocommerce-input-wrapper::after {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  content: "Accepting our terms of use is mandatory.";
  color: #fa4343;
  text-align: center;
  position: relative;
  right: 0;
  display: block;
  margin-top: 0;
  font-size: 1.6rem;
}
.checkout-page .woocommerce form.fr #privacy_field.form-row.woocommerce-invalid .woocommerce-input-wrapper::after {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  content: "Accepter nos conditions d'utilisation est obligatoire.";
  color: #fa4343;
  text-align: center;
  position: relative;
  right: 0;
  display: block;
  margin-top: 0;
  font-size: 1.6rem;
}
.checkout-page .woocommerce form.ja #privacy_field.form-row.woocommerce-invalid .woocommerce-input-wrapper::after {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  content: "利用規約への同意が必要です。";
  color: #fa4343;
  text-align: center;
  position: relative;
  right: 0;
  display: block;
  margin-top: 0;
  font-size: 1.6rem;
}
.checkout-page .woocommerce form .form-row.woocommerce-validated input.input-text {
  border-color: #d3d3d3;
}
.checkout-page .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-page .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p {
  width: 48%;
  position: relative;
  margin-bottom: 1.8rem;
}
.checkout-page .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label + span {
  width: 100%;
}
.checkout-page .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label {
  position: absolute;
  left: 2.1rem;
  top: 0;
  opacity: 0;
  font-size: 1rem;
  line-height: 2.2rem;
  color: #d3d3d3;
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkout-page .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label .required {
  display: none;
}
.checkout-page .woocommerce-billing-fields h3 {
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #000;
  text-align: center;
  padding-bottom: 2.8rem;
  position: relative;
}
.checkout-page .woocommerce-billing-fields h3 .mandatory-info {
  color: gray;
  position: absolute;
  right: 0.4rem;
  font-size: 1.2rem;
  font-style: italic;
  top: 0.8rem;
}
.checkout-page .woocommerce-billing-fields .select2-container {
  width: 100% !important;
}
.checkout-page .woocommerce-billing-fields .select2-selection--single {
  height: 4.4rem !important;
}
.checkout-page .woocommerce-billing-fields .select2-selection__rendered {
  height: 4.4rem;
  border-radius: 8px;
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #000;
  padding-left: 1.6rem;
  border: 1px solid #d3d3d3;
  display: block;
  align-items: center;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 1rem;
}
.checkout-page .woocommerce-billing-fields .select2-selection__rendered .select2-selection__placeholder {
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.checkout-page .woocommerce-billing-fields .select2-selection__rendered#select2-billing_model_android-container[title="Select your device model*"], .checkout-page .woocommerce-billing-fields .select2-selection__rendered#select2-billing_model_iphone-container[title="Select your device model*"], .checkout-page .woocommerce-billing-fields .select2-selection__rendered#select2-billing_model_ipad-container[title="Select your device model*"], .checkout-page .woocommerce-billing-fields .select2-selection__rendered#select2-billing_model_windows-container[title="Select your device model*"], .checkout-page .woocommerce-billing-fields .select2-selection__rendered#select2-billing_model_android-container[title="Sélectionnez le modèle de votre appareil*"], .checkout-page .woocommerce-billing-fields .select2-selection__rendered#select2-billing_model_iphone-container[title="Sélectionnez le modèle de votre appareil*"], .checkout-page .woocommerce-billing-fields .select2-selection__rendered#select2-billing_model_ipad-container[title="Sélectionnez le modèle de votre appareil*"], .checkout-page .woocommerce-billing-fields .select2-selection__rendered#select2-billing_model_windows-container[title="Sélectionnez le modèle de votre appareil*"], .checkout-page .woocommerce-billing-fields .select2-selection__rendered#select2-billing_model_android-container[title="デバイスのモデルを選択してください*"], .checkout-page .woocommerce-billing-fields .select2-selection__rendered#select2-billing_model_iphone-container[title="デバイスのモデルを選択してください*"], .checkout-page .woocommerce-billing-fields .select2-selection__rendered#select2-billing_model_ipad-container[title="デバイスのモデルを選択してください*"], .checkout-page .woocommerce-billing-fields .select2-selection__rendered#select2-billing_model_windows-container[title="デバイスのモデルを選択してください*"] {
  color: #939393;
}
.checkout-page .woocommerce-billing-fields .select2-selection__clear, .checkout-page .woocommerce-billing-fields #billing_country-description {
  display: none !important;
}
.checkout-page .woocommerce-billing-fields .select2-selection__arrow {
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  width: 1.3rem;
  background: url("/wp-content/themes/ubigi/img/events/form-select-drop-arrow.svg") 0 0 no-repeat;
  height: 0.7rem;
  top: 1.8rem;
  z-index: 1;
  right: 1.9rem;
  border: none;
}
.checkout-page .woocommerce-billing-fields .select2-selection__arrow b {
  display: none;
}
.checkout-page .woocommerce-billing-fields .select2-selection--single {
  border: none;
}
.checkout-page .woocommerce-billing-fields .select2-selection__rendered.border-8-8-0-0 {
  border-radius: 8px 8px 0 0 !important;
}
.checkout-page .woocommerce-billing-fields .arrow-down {
  position: absolute;
  top: 0.4rem;
  z-index: 1;
  height: 0.7rem;
  width: 1.3rem;
  right: 2rem;
  left: initial;
  transition: all 0.2s ease-in;
}
.checkout-page .woocommerce-billing-fields p#privacy_field {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.checkout-page .woocommerce-billing-fields p#privacy_field label {
  position: relative;
}
.checkout-page .woocommerce-billing-fields p#privacy_field input {
  opacity: 0;
}
.checkout-page .woocommerce-billing-fields p#privacy_field input + ::after {
  content: "";
  background: url(/wp-content/themes/ubigi/img/esim/checkbox-white.svg) center center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  top: 0.9rem;
  display: inline-block;
  border-radius: 0 !important;
  position: absolute;
  left: -0.6rem;
  top: 0.1rem;
  pointer-events: none;
}
.checkout-page .woocommerce-billing-fields p#privacy_field.woocommerce-invalid-required-field label {
  color: initial;
}
.checkout-page .woocommerce-billing-fields p#privacy_field.woocommerce-invalid-required-field input + ::after {
  background: none;
  border: 2px solid red;
  border-radius: 8px !important;
}
.checkout-page .woocommerce-billing-fields p#privacy_field input:checked + ::after {
  content: "";
  background: url(/wp-content/themes/ubigi/img/esim/checkbox-white-checked.svg) center center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  top: 0.9rem;
  display: inline-block;
  border-radius: 0 !important;
  position: absolute;
  left: -0.6rem;
  top: 0.1rem;
  pointer-events: none;
}
.checkout-page .woocommerce-billing-fields p#privacy_field .required {
  display: none;
}
.checkout-page .woocommerce-billing-fields input#privacy + a + a {
  display: none;
}
.checkout-page input[type="text"], .checkout-page input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  height: 4.4rem;
  border-radius: 8px;
  border: none;
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #000;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  border: 1px solid #d3d3d3;
}
.checkout-page input[type="text"]:focus::-webkit-input-placeholder, .checkout-page input[type="email"]:focus::-webkit-input-placeholder {
  color: transparent;
}
.checkout-page input[type="text"]:focus:-moz-placeholder, .checkout-page input[type="email"]:focus:-moz-placeholder {
  color: transparent;
}
.checkout-page input[type="text"]:focus::-moz-placeholder, .checkout-page input[type="email"]:focus::-moz-placeholder {
  color: transparent;
}
.checkout-page input[type="text"]:focus:-ms-input-placeholder, .checkout-page input[type="email"]:focus:-ms-input-placeholder {
  color: transparent;
}
.checkout-page input[type="text"]::placeholder, .checkout-page input[type="email"]::placeholder {
  color: #222;
}
.checkout-page #payment {
  background: none;
}
.checkout-page #payment h3 {
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #000;
  text-align: center;
  padding-bottom: 3.2rem;
  padding-top: 0.5rem;
}
.checkout-page #payment div.payment_box {
  background: none;
  padding-left: 0;
  padding-top: 1rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
.checkout-page #payment div.payment_box::before {
  display: none;
}
.checkout-page #payment .wc-stripe-save-source {
  display: none;
}
.checkout-page #payment ul.payment_methods {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  border-bottom: none;
}
.checkout-page #payment ul.payment_methods li {
  padding-top: 0;
  position: relative;
}
.checkout-page #payment ul.payment_methods li input {
  opacity: 0;
}
.checkout-page #payment ul.payment_methods li:first-child {
  padding-bottom: 0;
  border-right: 1px solid #d3d3d3;
}
.checkout-page #payment ul.payment_methods li[class*="payment_method"] > input[name="payment_method"] + label {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  color: #000;
  position: relative;
}
.checkout-page #payment ul.payment_methods li label[for="payment_method_stripe_applepay"], .checkout-page #payment ul.payment_methods li label[for="payment_method_stripe_googlepay"] {
  color: transparent !important;
}
.checkout-page #payment ul.payment_methods li label {
  padding-left: 3.3rem;
}
.checkout-page #payment .wc-stripe_cc-new-method-container {
  margin-bottom: 0;
  padding-bottom: 0;
}
.checkout-page #payment .payment_method_stripe_cc {
  float: left;
  width: 50%;
  margin: -1em 0 0 2em;
  padding: 0 1em 0 0;
}
.checkout-page #payment .payment_method_stripe_cc input {
  position: absolute;
  top: 1.3rem;
  left: 0.5rem;
}
.checkout-page #payment .payment_method_stripe_applepay, .checkout-page #payment .payment_method_stripe_googlepay {
  height: 5.4rem;
}
.checkout-page #payment .wc-stripe-card-icons-container {
  position: relative;
  float: none;
  display: flex;
  align-items: center;
  left: -3.3rem;
  top: 1.4rem;
  flex-wrap: wrap;
  width: 108%;
}
.checkout-page #payment .wc-stripe-card-icons-container img {
  width: initial;
  max-width: initial;
  max-height: initial;
  margin: 0 1.6rem 1.3rem 0 !important;
}
.checkout-page #payment .wc-stripe-card-icons-container .visa {
  order: 8;
  height: 0.9vw;
  min-height: 1.2rem;
  margin-right: 1.2rem !important;
}
.checkout-page #payment .wc-stripe-card-icons-container .mastercard {
  order: 6;
  height: 1.8vw;
  min-height: 2.2rem;
  margin-right: 0.8rem !important;
}
.checkout-page #payment .wc-stripe-card-icons-container .amex {
  order: 1;
  height: 2vw;
  min-height: 2rem;
  margin-right: 1.4rem !important;
}
.checkout-page #payment .wc-stripe-card-icons-container .maestro {
  order: 5;
  height: 1.8vw;
  min-height: 2.2rem;
  margin-right: 1.2rem !important;
}
.checkout-page #payment .wc-stripe-card-icons-container .china_union_pay {
  order: 7;
  height: 1.8vw;
  min-height: 2.2rem;
  margin-right: 0.8rem !important;
}
.checkout-page #payment .wc-stripe-card-icons-container .diners {
  order: 2;
  height: 2.2vw;
  min-height: 2.4rem;
  margin-right: 1.2rem !important;
}
.checkout-page #payment .wc-stripe-card-icons-container .discover {
  order: 3;
  height: 0.9vw;
  min-height: 0.8rem;
  margin-right: 1.2rem !important;
}
.checkout-page #payment .wc-stripe-card-icons-container .jcb {
  order: 4;
  height: 1.8vw;
  min-height: 2.2rem;
  margin-right: 1.2rem !important;
}
.checkout-page #payment .div.payment_box {
  min-width: 32rem;
}
.checkout-page #payment #wc-stripe-card-element {
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  padding-top: 1.1rem;
  height: 4.4rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
.checkout-page #payment input + label::after {
  content: "";
  background: url(/wp-content/themes/ubigi/img/ecommerce/radio-white.svg) center center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  top: 0.9rem;
  display: inline-block;
  border-radius: 0 !important;
  position: absolute;
  left: 0;
  top: 0.7rem;
  pointer-events: none;
}
.checkout-page #payment input:checked + label::after {
  content: "";
  background: url(/wp-content/themes/ubigi/img/ecommerce/radio-white-checked.svg) center center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  top: 0.9rem;
  display: inline-block;
  border-radius: 0 !important;
  position: absolute;
  left: 0;
  top: 0.7rem;
  pointer-events: none;
}
.checkout-page #payment li.payment_method_stripe_googlepay input + label::after, .checkout-page #payment li.payment_method_stripe_applepay input + label::after {
  left: -4rem;
}
.checkout-page #payment li.payment_method_stripe_googlepay input:checked + label::after, .checkout-page #payment li.payment_method_stripe_applepay input:checked + label::after {
  left: -4rem;
}
.checkout-page #payment li.payment_method_stripe_applepay, .checkout-page #payment li.payment_method_stripe_googlepay {
  padding-left: 2.8rem;
  float: left;
  width: 50%;
}
.checkout-page #payment li.payment_method_stripe_applepay input, .checkout-page #payment li.payment_method_stripe_googlepay input {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0 !important;
}
.checkout-page #payment li.payment_method_stripe_applepay img, .checkout-page #payment li.payment_method_stripe_googlepay img {
  position: absolute !important;
  top: 0.7rem;
  left: -0.8rem;
  height: 3vw;
  min-height: 2.4rem;
  width: auto;
}
.checkout-page #payment div.form-row {
  padding-left: 0;
  padding-right: 0;
}
.checkout-page #payment .gpay-card-info-container-fill, .checkout-page #payment .gpay-card-info-container-fill > .gpay-card-info-container {
  height: 4.4rem;
  width: auto;
  margin: 0 auto;
}
.checkout-page .woocommerce-terms-and-conditions-wrapper {
  display: none;
}
.checkout-page #place_order[disabled="disabled"], .checkout-page #place_order[disabled] {
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  color: #808080;
}
.checkout-page #place_order {
  margin: 0 auto;
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  border-radius: 5rem;
  background-color: #008fa4;
  text-transform: uppercase;
  font-weight: 300;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
  border: 2px solid #008fa4;
  width: auto !important;
  display: block;
}
.checkout-page #place_order:hover {
  background-color: transparent;
  color: #008fa4;
  border: 2px solid #008fa4;
}
.checkout-page .ecom.how-to-start {
  background: #f7f7f7;
  padding-top: 6rem;
  padding-bottom: 4.4rem;
}
.checkout-page .ecom.how-to-start .sub {
  margin-bottom: 2.7rem !important;
}
.checkout-page .ecom.how-to-start .step1 h4, .checkout-page .ecom.how-to-start .step1 p {
  color: #808080;
}
.checkout-page .ecom.how-to-start .step1 svg path {
  fill: #d3d3d3;
}
.checkout-page .ecom.how-to-start .step1 svg #Check path {
  fill: #008fa4;
}
.checkout-page .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  display: none;
}
.page-template-tpl-checkout #footer-newsletter {
  display: none;
}
.page-template-tpl-checkout .footer .col-md-2 {
  display: none;
}
.page-template-tpl-checkout .footer .footer-logo svg {
  max-width: 17rem;
}
.page-template-tpl-checkout .footer .menu-footer {
  justify-content: space-between;
}
.page-template-tpl-checkout .footer .col-md-1 {
  flex: 0 0 50%;
  max-width: 50%;
}
.page-template-tpl-checkout .footer .reseaux-icons {
  display: flex;
  justify-content: end;
}
.page-template-tpl-checkout .footer .reseaux-icon {
  margin: 0.5rem 0px 0.5rem 2rem !important;
}
.trust-ubigi {
  height: initial;
}
.woo-order.thanks-purchase.full-height-section, .well-tried.full-height-section {
  min-height: 63rem !important;
}
.woo-order.thanks-purchase .ubigi-video video, .well-tried .ubigi-video video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.woo-order.thanks-purchase .about-order, .well-tried .about-order {
  display: flex;
  height: 100%;
}
.woo-order.thanks-purchase .about-order .gradient, .well-tried .about-order .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #555;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #000 100%, rgba(85, 85, 85, 0) 180%);
  z-index: 1;
}
.woo-order.thanks-purchase .about-order .product-illus, .well-tried .about-order .product-illus {
  position: relative;
  height: 100%;
  width: 40%;
}
.woo-order.thanks-purchase .about-order .product-illus .baseline, .well-tried .about-order .product-illus .baseline {
  text-align: center;
  position: absolute;
  bottom: 9rem;
  color: #fff;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.woo-order.thanks-purchase .about-order .product-infos, .well-tried .about-order .product-infos {
  height: 100%;
  width: 60%;
  margin-left: auto;
  position: relative;
  padding: 0 4rem;
}
.woo-order.thanks-purchase .about-order .product-infos.align-left, .well-tried .about-order .product-infos.align-left {
  margin-right: auto;
  margin-left: initial;
}
.woo-order.thanks-purchase .about-order .product-infos .w-50, .well-tried .about-order .product-infos .w-50 {
  width: 50%;
}
.woo-order.thanks-purchase .about-order .product-infos .blur, .well-tried .about-order .product-infos .blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.woo-order.thanks-purchase .about-order .product-infos .blur.opacity-0-6, .well-tried .about-order .product-infos .blur.opacity-0-6 {
  background: rgba(0, 0, 0, 0.6);
}
.woo-order.thanks-purchase .about-order .product-infos .product-ref, .well-tried .about-order .product-infos .product-ref {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.woo-order.thanks-purchase .about-order .product-infos .product-ref .title, .well-tried .about-order .product-infos .product-ref .title {
  margin-bottom: 5rem;
  text-align: center;
}
.woo-order.thanks-purchase .about-order .product-infos .product-ref img, .well-tried .about-order .product-infos .product-ref img {
  height: 2.4rem;
  margin-right: 1.6rem;
  width: auto;
}
.woo-order.thanks-purchase .about-order .product-infos .product-ref .product, .well-tried .about-order .product-infos .product-ref .product {
  margin-bottom: 7rem;
}
.woo-order.thanks-purchase .about-order .product-infos .product-ref .qr-code .qr, .well-tried .about-order .product-infos .product-ref .qr-code .qr {
  text-align: center;
}
.woo-order.thanks-purchase .about-order .product-infos .product-ref .qr-code .qr img, .well-tried .about-order .product-infos .product-ref .qr-code .qr img {
  height: auto;
  width: 5.2rem;
}
.woo-order.thanks-purchase .about-order .product-infos .product-ref .qr-code .qr-title, .well-tried .about-order .product-infos .product-ref .qr-code .qr-title {
  margin-top: 1.6rem;
  margin-bottom: 6rem;
  text-align: center;
}
.woo-order.thanks-purchase .about-order .product-infos .step-by-step, .well-tried .about-order .product-infos .step-by-step {
  text-align: center;
}
.woo-order.thanks-purchase .about-order .product-infos .step-by-step .text, .well-tried .about-order .product-infos .step-by-step .text {
  margin-bottom: 2.6rem;
  max-width: 88rem;
}
.woo-order.thanks-purchase .about-order .product-infos .step-by-step .btn-select-ct, .well-tried .about-order .product-infos .step-by-step .btn-select-ct {
  left: 50%;
  transform: translateX(-50%);
}
.woo-order.thanks-purchase .about-order .product-infos .small-lines, .well-tried .about-order .product-infos .small-lines {
  margin-top: 10rem;
  color: #d3d3d3;
  max-width: 58rem;
}
.woo-order.thanks-purchase .about-order .product-infos .small-lines a, .well-tried .about-order .product-infos .small-lines a {
  color: #fff;
}
.woo-order.thanks-purchase .about-order .product-infos .small-lines a:hover, .well-tried .about-order .product-infos .small-lines a:hover {
  color: #008fa4;
  text-decoration: underline;
}
@media screen and (min-width: 992px) and (max-width: 1550px) {
  .checkout-page .woocommerce-checkout .cart-discount .promo-code-name {
    display: block;
  }
}
@media screen and (min-width: 992px) and (max-width: 1490px) {
  .destination.rev .search-destination .select-destination-container {
    width: 30.2rem;
  }
  .destination.rev .search-destination .choose-destination .slidecontainer:nth-child(2) {
    margin: 0;
    padding: 0 3%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1240px) {
  .ubigi-esim-destination .ubigi-video video {
    position: absolute;
    left: 50%;
    transform: translateX(-59%);
    width: 160%;
  }
  .ubigi-esim-destination .ubigi-side-infos .infos h1 {
    font-size: 3.4rem;
    line-height: 4.4rem;
    margin-bottom: 0.6rem;
  }
  .destination.rev .search-destination .choose-destination .slidecontainer:nth-child(2) {
    margin: 0;
  }
  .destination.rev .search-destination .select-destination-container {
    width: 30.2rem;
  }
  .ubigi-esim-destination .ubigi-side-infos .search-destination .bundle-types > span {
    margin: 0 0.8rem 0 0;
  }
  .ubigi-esim-destination .ubigi-side-infos {
    width: 70%;
  }
  .ubigi-esim-destination .ubigi-side-infos .infos .icons {
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    margin-top: 2rem;
  }
  .ubigi-esim-destination .ubigi-side-infos .infos .icons h3 {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 1240px) {
  .ubigi-esim-destination h2.esim-sp-mention, .ubigi-esim-destination h2.esim-sp-mention + .gradient {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .woo-order.thanks-purchase.full-height-section, .well-tried.full-height-section {
    min-height: initial !important;
    max-height: initial;
  }
  .woo-order.thanks-purchase .blur, .well-tried .blur, .woo-order.thanks-purchase .product-illus, .well-tried .product-illus, .woo-order.thanks-purchase .ubigi-video, .well-tried .ubigi-video, .woo-order.thanks-purchase .product-illus .baseline, .well-tried .product-illus .baseline {
    display: none;
  }
  .woo-order.thanks-purchase .about-order, .well-tried .about-order {
    flex-direction: column;
  }
  .woo-order.thanks-purchase .about-order .title, .well-tried .about-order .title {
    margin-top: 6rem;
    font-size: 3.4rem;
    line-height: 3.8rem;
  }
  .woo-order.thanks-purchase .about-order .product-infos, .well-tried .about-order .product-infos {
    width: 100%;
  }
  .woo-order.thanks-purchase .about-order .product-infos .product, .well-tried .about-order .product-infos .product {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .woo-order.thanks-purchase .about-order .product-infos .product-ref .product, .well-tried .about-order .product-infos .product-ref .product {
    margin-bottom: 5rem;
  }
  .woo-order.thanks-purchase .about-order .product-infos .qr-code .qr-title, .well-tried .about-order .product-infos .qr-code .qr-title {
    margin-bottom: 3.6rem !important;
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .woo-order.thanks-purchase .about-order .product-infos .qr-code .qr-title br, .well-tried .about-order .product-infos .qr-code .qr-title br {
    display: none;
  }
  .woo-order.thanks-purchase .about-order .product-infos .step-by-step .text, .well-tried .about-order .product-infos .step-by-step .text {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .woo-order.thanks-purchase .about-order .product-infos .small-lines, .well-tried .about-order .product-infos .small-lines {
    margin-top: 4.8rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 1700px) {
  .ubigi-esim-destination .ubigi-video video {
    position: absolute;
    left: 50%;
    transform: translateX(-57%);
  }
}
@media screen and (min-width: 992px) and (max-width: 1330px) {
  .checkout_coupon.woocommerce-form-coupon .form-row-first {
    width: 60% !important;
    padding-right: initial !important;
  }
  .checkout_coupon.woocommerce-form-coupon .form-row-first input {
    width: 100%;
  }
  .checkout_coupon.woocommerce-form-coupon .form-row-last {
    width: auto !important;
  }
  .checkout_coupon.woocommerce-form-coupon .form-row-last button {
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1390px) {
  .ubigi-when-choose .your-ubigi .choose-ubigi .col-choose .title {
    font-size: 2.8rem;
    line-height: 4.8rem;
  }
  .ubigi-when-choose .your-ubigi .choose-ubigi .col-choose .step {
    margin: 2.6rem 0 1.4rem 0;
    font-size: 6.8rem;
    line-height: 4.8rem;
  }
  .ubigi-when-choose .your-ubigi .choose-ubigi .col-choose .sub {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-top: 0.2rem;
  }
}
@media screen and (min-width: 992px) and (max-height: 730px) {
  .full-height-section, .min-height-820 {
    min-height: 60rem;
  }
}
@media screen and (max-width: 992px) {
  .ubigi-esim-destination {
    max-height: 82vh;
    min-height: initial !important;
  }
  .ubigi-esim-destination .ubigi-video {
    margin-top: -10rem;
  }
  .ubigi-esim-destination .ubigi-video video {
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    margin-left: 17rem;
    width: initial;
  }
  .ubigi-esim-destination .browse-cta.max-992 {
    display: block !important;
  }
  .ubigi-esim-destination .browse-cta.max-992.ubigi-buy-product-cta {
    background-color: #008fa4;
  }
  .ubigi-esim-destination .browse-cta.max-992.ubigi-buy-product-cta .new-blue-btn {
    color: #fff;
    background: #000;
    border: 0.2rem solid #000;
  }
  .ubigi-esim-destination .browse-cta.max-992.ubigi-buy-product-cta .new-blue-btn:hover {
    background: none !important;
    border: 0.2rem solid #000 !important;
  }
  .ubigi-esim-destination .browse-cta.max-992.ubigi-buy-product-cta .new-blue-btn:hover a {
    color: #000 !important;
  }
  .ubigi-esim-destination .browse-cta.min-992 {
    display: none !important;
  }
  .ubigi-esim-destination .ubigi-side-infos {
    width: 100%;
    float: none;
    height: 73vh !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .ubigi-esim-destination .ubigi-side-infos .infos {
    justify-content: flex-end;
    height: initial;
    min-height: initial;
    position: relative;
    z-index: 1;
  }
  .ubigi-esim-destination .ubigi-side-infos .infos h1 {
    margin-bottom: 1.3rem;
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
  .ubigi-esim-destination .ubigi-side-infos .infos h1 span.word {
    display: none;
  }
  .ubigi-esim-destination .ubigi-side-infos .infos h1 span.icon {
    display: inline-block;
  }
  .ubigi-esim-destination .ubigi-side-infos .infos .icons, .ubigi-esim-destination .ubigi-side-infos .infos p {
    display: none;
  }
  .ubigi-esim-destination .ubigi-side-infos .infos .blur {
    display: none;
  }
  .ubigi-esim-destination .ubigi-side-infos .infos + .search-destination h2 {
    display: none;
  }
  .ubigi-esim-destination .ubigi-side-infos .destination.rev {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    height: initial;
    min-height: initial;
  }
  .ubigi-esim-destination .ubigi-side-infos .destination.rev .search-destination .head-rates form {
    margin-bottom: 0;
  }
  .ubigi-esim-destination .ubigi-side-infos .destination.rev .search-destination .head-rates form .main-search {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  .ubigi-esim-destination .ubigi-side-infos .destination.rev .search-destination .head-rates form .main-search .slidecontainer {
    position: relative;
    z-index: 10;
    width: 86%;
    margin: 0 auto;
  }
  .ubigi-esim-destination .ubigi-side-infos .destination.rev .search-destination .head-rates form .main-search .slidecontainer + .slidecontainer {
    position: relative;
    z-index: 9;
  }
  .ubigi-esim-destination .ubigi-side-infos .destination.rev .search-destination .head-rates form .main-search .slidecontainer.move {
    margin-top: 2.4rem !important;
    margin-bottom: 3rem !important;
    z-index: 8;
  }
  .ubigi-esim-destination .ubigi-side-infos .destination.rev .search-destination .head-rates form .main-search .slidecontainer .select-currency-container {
    margin-top: 1.6rem !important;
  }
  .ubigi-esim-destination .ubigi-side-infos .destination.rev .search-destination .head-rates form .bundle-types {
    display: none;
  }
  .ubigi-esim-destination .ubigi-side-infos .destination.rev .search-destination .go-btn.min-992 {
    display: none;
  }
  .ubigi-esim-destination .ubigi-side-infos .destination.rev .search-destination .go-btn.max-992 {
    display: block;
  }
  .ubigi-esim-destination .ubigi-side-infos .destination.rev .search-destination input[type="submit"] {
    background-color: #008fa4 !important;
    border: 2px solid #008fa4 !important;
    padding-top: 0 !important;
  }
  .ubigi-esim-destination .ubigi-side-infos .destination.rev .search-destination input[type="submit"]:hover {
    background-color: transparent !important;
    color: #008fa4 !important;
  }
  .ubigi-esim-destination .ubigi-side-infos .overlay-max-view {
    display: block;
    position: absolute;
    height: 100%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%, rgba(85, 85, 85, 0) 180%);
    width: 100%;
  }
  .ubigi-features-resp-only {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: block;
    background-color: #fff;
  }
  .ubigi-features-resp-only .feats {
    display: flex;
    flex-direction: column;
  }
  .ubigi-features-resp-only .feats .feat {
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .ubigi-features-resp-only .feats .feat br {
    display: none;
  }
  .ubigi-features-resp-only .feats .feat .ic {
    width: 7.5rem;
    text-align: center;
  }
  .ubigi-features-resp-only .feats .feat .title {
    margin: 0 0 0 2rem;
    width: 18rem;
  }
  .ubigi-features-resp-only .feats .feat.order-4 {
    order: 4;
  }
  .ubigi-features-resp-only .feats .feat.order-5 {
    order: 5;
    margin-bottom: 0;
  }
  .ubigi-features-resp-only p {
    margin: 1.6rem 0 2rem 0;
    line-height: 2.2rem;
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
  }
  .ubigi-esim-get-started h2 {
    padding-top: 1rem !important;
    font-size: 3.6rem;
    line-height: 4.6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ubigi-esim-get-started h3 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ubigi-esim-get-started .devices-selection {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ubigi-esim-get-started .devices-selection .container {
    width: 100%;
    padding-top: 2.6rem;
    padding-bottom: 0;
  }
  .ubigi-esim-get-started .model-field {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.4rem;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ubigi-esim-get-started .model-field > div {
    margin-bottom: 0 !important;
    width: 4.4rem;
    text-align: center;
    align-items: center;
    display: flex;
  }
  .ubigi-esim-get-started .model-field svg {
    height: 4.4rem !important;
  }
  .ubigi-esim-get-started .form-group p {
    width: auto !important;
    margin: 0 0 0 2.2rem;
  }
  .ubigi-esim-get-started .link {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ubigi-esim-get-started .get-started-background {
    display: none;
  }
  .ubigi-esim-get-started .get-started-resp-bg {
    display: block;
    margin-top: -7rem;
    overflow: hidden;
  }
  .ubigi-esim-get-started .get-started-resp-bg img {
    width: 200%;
    position: relative;
    margin-top: 0;
    left: 59%;
    transform: translateX(-50%);
    top: 0px;
  }
  .modal-model-home-devices {
    padding: 2.6rem 3rem 2.6rem 3rem !important;
  }
  .modal-model-home-devices .modal-title + div {
    padding-left: 0;
    padding-right: 0;
  }
  .modal-model-home-devices .steps {
    padding: 0 !important;
  }
  .modal-model-home-devices .steps + .relative {
    margin-top: 0 !important;
  }
  .modal-model-home-devices .steps + .relative .btn-select-ct {
    position: relative !important;
  }
  .modal-model-home-devices .steps .step3 .s {
    margin-bottom: 2rem !important;
  }
  .ubigi-download-app .content {
    flex-direction: column;
    padding-top: 3.6rem;
    padding-bottom: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .ubigi-download-app .content .cont {
    margin: 0 auto;
  }
  .ubigi-download-app .content .cont + div img {
    max-width: 54rem;
    width: 100%;
    margin-left: -2rem;
  }
  .ubigi-download-app .content .cont > .title {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-top: 1.8rem;
    margin-bottom: 1.2rem;
  }
  .ubigi-download-app .content .cont > .about {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .ubigi-download-app .content .min-992 {
    display: none !important;
  }
  .ubigi-download-app .content.max-992 {
    display: block !important;
    padding-top: 0;
    padding-bottom: 4rem;
  }
  .ubigi-download-app .content.max-992 .downloads {
    flex-direction: column;
  }
  .ubigi-download-app .content.max-992 .downloads .title {
    text-align: center;
    margin-bottom: 2rem;
  }
  .ubigi-download-app .content.max-992 .downloads .qr img {
    height: 11.2rem;
  }
  .ubigi-download-app .content.max-992 .qr-badges {
    display: flex;
    justify-content: center;
  }
  .ubigi-download-app .content.max-992 .qr-badges .badges {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .ubigi-download-app .content.max-992 .qr-badges .badges .badge-apple {
    margin-bottom: 1.5rem;
  }
  .ubigi-when-choose .your-ubigi {
    flex-direction: column;
  }
  .ubigi-when-choose .bg-persona-tourist, .ubigi-when-choose .bg-persona-business, .ubigi-when-choose .bg-persona-geek, .ubigi-when-choose .bg-entreprise {
    background: none !important;
  }
  .ubigi-when-choose .choose-ubigi-profile {
    display: block !important;
    background-size: cover !important;
    height: 100%;
    position: absolute;
    width: 100%;
    margin-left: -2rem;
    background-position: bottom center !important;
  }
  .ubigi-when-choose .choose-ubigi-profile img {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    height: auto;
  }
  .ubigi-when-choose .choose-ubigi {
    text-align: left !important;
    padding-left: 2rem;
    padding-right: 2rem;
    height: 40vh !important;
    max-height: 30rem;
  }
  .ubigi-when-choose .choose-ubigi.option-1 .choose-ubigi-profile, .ubigi-when-choose .choose-ubigi.option-4 .choose-ubigi-profile {
    background-position: 50% center !important;
  }
  .ubigi-when-choose > .title {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0 2rem;
    font-size: 3.6rem;
    line-height: 4.6rem;
    margin-top: 3rem;
    top: initial;
  }
  .ubigi-when-choose .col-choose {
    padding-top: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ubigi-when-choose .col-choose .step {
    display: none !important;
  }
  .ubigi-when-choose .col-choose .sub {
    opacity: 1 !important;
    font-size: 2rem !important;
    line-height: 2.4rem !important;
    max-width: 29rem;
  }
  .ubigi-when-choose .col-choose .sub br {
    display: none;
  }
  .ubigi-when-choose .col-choose .title {
    font-size: 3.6rem !important;
    line-height: 4.6rem !important;
    padding-left: 0.4rem;
  }
  .ubigi-when-choose .col-choose .sub {
    padding-left: 0.8rem;
  }
  .ubigi-when-choose .top-gradient {
    height: 100% !important;
  }
  .ubigi-when-choose .bottom-gradient {
    display: none;
  }
  .ubigi-when-choose .link {
    display: none !important;
  }
  .ubigi-when-choose .view-next {
    display: block;
    background-color: #008fa4;
    width: 4.4rem;
    text-align: center;
    height: 4.4rem;
    border-radius: 8rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0.4rem;
  }
  .ubigi-when-choose .view-next:focus, .ubigi-when-choose .view-next:hover {
    transform: rotate(90deg);
  }
  .ubigi-when-choose .view-next svg {
    transform: rotate(-90deg);
    height: 1.6rem;
    width: auto;
    position: relative;
    left: 2px;
  }
  .ubigi-when-choose .view-next svg path {
    stroke-width: 0.44;
  }
  .ubigi-what-is-an-esim.min-992 {
    display: none;
  }
  .ubigi-what-is-an-esim.max-992 {
    display: block;
  }
  .ubigi-what-is-an-esim .play img {
    width: 10rem;
  }
  .ubigi-what-is-an-esim .content .esim-logo-inline {
    height: 7rem;
  }
  .ubigi-what-is-an-esim .title-video {
    font-size: 3.8rem;
    line-height: 4.4rem !important;
    margin-top: 1.2rem !important;
  }
  .ubigi-what-is-an-esim .ubigi-video-esim {
    height: 50vh;
  }
  .ubigi-what-is-an-esim .ubigi-video-esim .title-video {
    width: 70%;
  }
  .ubigi-what-is-an-esim .ubigi-video-esim .title-video br {
    display: none;
  }
  .ubigi-what-is-an-esim .ubigi-video-esim .play {
    left: initial;
    right: 2.4rem;
    transform: initial;
  }
  .checkout-page {
    overflow: hidden;
  }
  .checkout-page .woocommerce-checkout {
    display: flex;
    flex-direction: column;
  }
  .checkout-page #order_review, .checkout-page .customer_payment {
    width: 100%;
  }
  .checkout-page #payment li.payment_method_stripe_applepay img, .checkout-page #payment li.payment_method_stripe_googlepay img {
    height: 2.4rem;
    top: 1rem;
    left: -0.8rem;
  }
}
@media screen and (max-width: 700px) {
  .modal-esim-video .cf-cross {
    right: -4.4rem !important;
  }
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 640px) {
  .header-inner-right:not(.open) {
    transition: all 0.2s ease-in;
    z-index: 10;
  }
  .header-inner-right:not(.open) .account-ubigi {
    background-color: #008fa4;
  }
  .header-inner-right:not(.open) .woo-cart {
    display: none;
  }
  .partnership-logo {
    width: 20rem;
  }
  .ubigi-when-choose .choose-ubigi {
    height: 30vh !important;
  }
  .ubigi-esim-get-started .get-started-resp-bg {
    display: block;
    margin-top: -3rem;
  }
  .modal-model-home-devices {
    padding: 0 !important;
    top: 50%;
    width: 90% !important;
  }
  .modal-model-content {
    height: 80vh;
    padding: 2.6rem 3rem 2.6rem 3rem !important;
    overflow: auto;
  }
  .modal-model-home-devices .cf-cross {
    right: -4.4rem !important;
  }
  .ubigi-what-is-an-esim .ubigi-video-esim {
    height: 30vh;
  }
  .ubigi-what-is-an-esim .play img {
    width: 6rem;
  }
  .ubigi-what-is-an-esim .content .esim-logo-inline {
    height: 4rem;
  }
  .ubigi-what-is-an-esim .title-video {
    font-size: 2.8rem;
    line-height: 3rem !important;
    margin-top: 1.2rem !important;
  }
  .checkout-page .customer_payment {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .checkout-page .woocommerce form .form-row .input-checkbox {
    margin-right: 1.5rem;
  }
  .checkout-page .woocommerce-billing-fields h3 {
    padding-bottom: 1.6rem;
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .checkout-page .woocommerce-billing-fields h3 .mandatory-info {
    position: relative;
    display: block;
    top: initial;
    right: initial;
  }
  .checkout-page .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    flex-direction: column;
  }
  .checkout-page .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p {
    width: 100%;
  }
  .checkout-page .woocommerce-billing-fields p#privacy_field label {
    line-height: 2.8rem;
  }
  .checkout-page .woocommerce-billing-fields p#privacy_field {
    padding-top: 0;
    font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 1rem;
  }
  .checkout-page .woocommerce-billing-fields p#privacy_field input + ::after, .checkout-page .woocommerce-billing-fields p#privacy_field input:checked + ::after {
    left: -0.1rem;
  }
  .checkout-page #order_review {
    padding: 2.2rem 1.5rem 1rem 1.5rem;
  }
  .checkout-page #order_review .order-total .total, .checkout-page #order_review .order-total .total-amount {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .checkout-page #order_review #vcrf_checkout_coupon_form_container {
    margin-bottom: 2rem;
  }
  .checkout-page #order_review_heading {
    font-size: 2.6rem;
    padding-bottom: 0.8rem;
  }
  .checkout-page .checkout_coupon.woocommerce-form-coupon .form-row-first {
    width: 65%;
    padding-right: initial;
  }
  .checkout-page .checkout_coupon.woocommerce-form-coupon .form-row-last {
    width: initial;
  }
  .checkout-page .woocommerce-checkout .cart-discount .promo-title, .checkout-page .woocommerce-checkout .cart-discount .promo-code-name {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .checkout-page .woocommerce-checkout .cart-discount .promo-title {
    position: relative;
    top: -0.2rem;
  }
  .checkout-page .woocommerce-checkout .cart-discount .promo-code-reduc {
    font-size: 1.6rem;
  }
  .checkout-page .woocommerce-checkout .cart-discount .promo-code-name {
    width: 13.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    position: relative;
    top: 0.3rem;
  }
  .checkout-page table.shop_table {
    min-width: initial;
  }
  .checkout-page #payment h3 {
    padding-bottom: 0.6rem;
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .checkout-page #payment #order_review_heading {
    font-size: 2.6rem;
    line-height: 3.2rem;
    padding-bottom: 1rem;
  }
  .checkout-page #payment ul.payment_methods {
    display: flex;
    flex-direction: column;
    padding-bottom: 0.8rem;
  }
  .checkout-page #payment ul.payment_methods li:first-child {
    border-right: none;
  }
  .checkout-page #payment ul.payment_methods li {
    padding-left: 0;
  }
  .checkout-page #payment ul.payment_methods li.payment_method_stripe_googlepay input, .checkout-page #payment ul.payment_methods li.payment_method_stripe_applepay input {
    margin-left: 0 !important;
  }
  .checkout-page #payment div.payment_box {
    padding-right: 0;
  }
  .checkout-page #payment .payment_method_stripe_cc {
    order: 3;
  }
  .checkout-page #payment .payment_method_stripe_cc {
    width: 100%;
    padding-right: 0;
  }
  .checkout-page #payment .payment_method_stripe_applepay, .checkout-page #payment .payment_method_stripe_googlepay {
    height: 4.4rem;
  }
  .checkout-page .product-name {
    font-family: "open_semibold", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.9rem;
  }
  .ecom.how-to-start {
    padding-top: 5rem !important;
    padding-bottom: 3px;
  }
  .checkout-page .ecom.how-to-start .sub {
    margin-bottom: 4rem !important;
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .page-template-tpl-checkout .footer .footer-logo svg {
    max-width: 25rem;
  }
  .page-template-tpl-checkout .footer .col-md-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-template-tpl-checkout .footer .reseaux-icons {
    display: flex;
    justify-content: center;
  }
  .page-template-tpl-checkout .footer .reseaux-icon {
    margin: 0.5rem 1rem 0.5rem 1rem !important;
  }
  li.payment_method_stripe_googlepay input + label::after {
    left: -3.4rem !important;
  }
  li.payment_method_stripe_googlepay input:checked + label::after {
    left: -3.4rem !important;
  }
  li.payment_method_stripe_applepay input + label::after {
    left: -3.4rem !important;
  }
  li.payment_method_stripe_applepay input:checked + label::after {
    left: -3.4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .header-inner-right:not(.open) .woo-cart {
    display: none;
  }
  .header-inner-right:not(.open) .partnership-logo {
    width: 18rem;
    margin: 3rem auto 1rem auto;
  }
}
.min-height-820-grid {
  min-height: 82rem;
  height: 94vh;
}
.grid-rev {
  position: relative;
}
.grid-rev.about-ubigi-esim .visuel, .grid-rev.about-ubigi-esim .content {
  width: 50%;
  height: 100%;
}
.grid-rev.about-ubigi-esim .visuel {
  overflow: hidden;
}
.grid-rev.about-ubigi-esim .content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grid-rev.about-ubigi-esim .content .infos {
  max-width: 80rem;
}
.grid-rev .btn-select-ct {
  position: absolute;
  z-index: 2;
}
.grid-rev.about-ubigi-esim .content {
  position: relative;
}
.grid-rev.about-ubigi-esim .content.left .infos {
  position: absolute;
  left: 6rem;
  padding-left: 0;
  padding-right: 4rem;
}
/* .grid-rev.about-ubigi-esim .content.right .infos {
 position: absolute;
 position: absolute;
 right: 2rem;
 padding-left: 6rem;
 padding-right: 4rem; 
 } */
.p-head.banner {
  background-position: bottom !important;
  background-size: cover !important;
}
.p-head.banner.full-height-section {
  height: initial;
  min-height: initial;
}
.p-head.banner .content {
  margin: 0 0 0 0;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-head.banner .content h1, .p-head.banner .content h2, .p-head.banner .content p, .p-head.banner .content .relative {
  max-width: 44%;
  margin-left: 4.4%;
  top: -4rem;
}
.p-head.banner .content + .top-features {
  padding-bottom: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.p-head.banner .content + .top-features .icons {
  width: 100%;
  max-width: 110rem;
}
.p-head.banner .content + .top-features .icons svg path {
  fill: #fff;
}
.p-head.banner .content + .top-features .icons .s + .s + .s svg path {
  stroke: #fff;
  stroke-width: 1;
}
.p-head.banner .arrow-down-bg-blue {
  display: block;
  width: 100%;
  left: 0;
  margin-left: 0;
  text-align: center;
  background-color: #008fa4;
  bottom: 0;
  z-index: 0;
  position: relative !important;
  top: 0;
  margin-top: 1.4rem;
  margin-bottom: 2rem;
}
.p-head .banner-video {
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  opacity: 0;
  transition: opacity 1s;
}
.p-head .banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 992px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.45) {
  .full-height-section {
    height: 92.4vh;
    min-height: 72rem !important;
  }
  .full-height-section.grid {
    min-height: 55rem !important;
  }
  .full-height-section.ubigi-esim-good-reasons {
    min-height: 60rem !important;
  }
  .min-height-820-grid {
    min-height: 79rem;
  }
  .grid-rev.about-ubigi-esim {
    min-height: 55rem;
  }
  .grid-rev.about-ubigi-esim .content.left .infos, .grid-rev.about-ubigi-esim .content.right .infos {
    top: 50%;
    transform: translateY(-60%);
  }
  .p-head.banner .content h1, .p-head.banner .content h2, .p-head.banner .content p, .p-head.banner .content .relative {
    top: initial !important;
  }
  .p-head.banner .arrow-down {
    display: block;
  }
  .p-head.banner .content + .top-features {
    padding-bottom: 0.3rem;
    position: relative !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .full-height-section {
    height: 92.4vh;
    min-height: auto;
  }
  .min-height-820-grid {
    min-height: 79rem;
  }
  .grid-rev.about-ubigi-esim {
    min-height: 55rem;
  }
  .grid-rev.features .content.left .infos, .grid-rev.features .content.right .infos {
    top: 50%;
    transform: translateY(-60%);
  }
  .grid-rev.about-ubigi-esim {
    z-index: 3;
  }
  .p-head.banner {
    min-height: 65rem;
  }
  .p-head.banner .content p br {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .persona.full-height-section {
    overflow-x: hidden;
  }
  .persona.grid-rev.about-ubigi-esim .visuel {
    height: 50rem !important;
  }
  .grid-rev.about-ubigi-esim {
    display: flex;
    position: relative;
    padding-bottom: 4rem;
  }
  .grid-rev.about-ubigi-esim .visuel {
    height: 50vh !important;
  }
  .grid-rev.about-ubigi-esim .visuel, .grid-rev.about-ubigi-esim .content {
    width: 100%;
    display: block;
    height: initial;
    position: relative;
  }
  .grid-rev.about-ubigi-esim .infos {
    position: relative !important;
    left: initial !important;
    right: initial !important;
    margin: 3.4rem 2rem 4px 2rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }
  .grid-rev.about-ubigi-esim .infos .fz32 {
    font-size: 2.8rem !important;
    line-height: 3.4rem;
  }
  .grid-rev.about-ubigi-esim .content {
    order: 2;
  }
  .grid-rev.about-ubigi-esim .visuel {
    order: 1;
  }
  .grid-rev.about-ubigi-esim .btn-select {
    position: relative;
  }
  .p-head.banner .content {
    margin: 0;
    max-width: 114rem;
    padding-bottom: 0;
    display: block;
    padding-top: 5rem;
    height: initial !important;
    margin-bottom: 0;
    padding: 5rem 2rem 0 2rem;
  }
  .p-head.banner .content h1, .p-head.banner .content h2, .p-head.banner .content p, .p-head.banner .content .relative {
    max-width: initial;
    margin-left: initial;
    top: initial !important;
  }
  .p-head.banner .content .btn-select-ct.rev {
    position: relative !important;
  }
  .p-head .banner-video {
    width: 100%;
    height: initial;
    opacity: 1;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    margin-top: 11rem;
  }
  .p-head .banner-video video {
    max-width: 100%;
    object-fit: initial;
    height: initial;
  }
  .p-head .banner-video .video-gradient {
    display: block;
    background: #000;
    background: linear-gradient(0deg, #000 0%, rgba(0, 212, 255, 0) 100%);
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    margin-top: 30%;
  }
  .p-head.banner h1 {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
  .p-head.banner h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .modal-model-home-devices .modal-title {
    font-size: 3.6rem !important;
    line-height: 4rem !important;
  }
}
@media screen and (max-width: 660px) {
  .p-head.banner .content p {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .persona.grid-rev.about-ubigi-esim .visuel {
    height: 25rem !important;
  }
  .p-head .banner-video .video-gradient {
    background: #000;
    background: linear-gradient(0deg, #000 0%, rgba(0, 212, 255, 0) 100%);
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    margin-top: 30%;
  }
}
@media screen and (max-width: 600px) and (hover: none) {
  .p-head .banner-video .video-gradient {
    background: linear-gradient(0deg, #000 0%, rgba(0, 212, 255, 0) 35%) !important;
  }
}
@media screen and (max-width: 375px) {
  .grid-rev.about-ubigi-esim .infos {
    margin-left: 2.6rem;
    margin-right: 2.6rem;
  }
}
.ubigi-buy-product-cta {
  position: fixed;
  width: 100%;
  padding: 1rem 0;
  background-color: #000;
  bottom: 0;
  z-index: 10;
  transition: all 0.2s ease-in;
}
.ubigi-buy-product-cta.in-view-bounce-out {
  bottom: -6.4rem;
}
.ubigi-buy-product-cta .select-choice span svg path {
  stroke: none;
  fill: #fff;
}
.ubigi-buy-product-cta .select-choice .icon-top-up {
  width: 2.5rem !important;
}
.ubigi-buy-product-cta .btn-select-ct.rev .btn-select:hover .cta-title {
  color: #fff;
}
.ubigi-buy-product-cta .btn-select-ct.rev .btn-select:hover .select-choice {
  height: 9.8rem;
}
.ubigi-buy-product-cta .btn-select-ct.rev .btn-select:hover .select-choice.monthly-drop {
  height: 5.8rem;
}
.ubigi-buy-product-cta .btn-select {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  padding-bottom: 0.7rem !important;
}
.ubigi-buy-product-cta .btn-select:hover .vert-sep.vert-hide, .ubigi-buy-product-cta .btn-select:hover span.buy-now {
  display: none;
}
.ubigi-buy-product-cta .btn-select ul li a {
  display: flex !important;
  justify-content: center;
  padding-left: 0 !important;
  margin-left: -1rem;
}
.ubigi-buy-product-cta .btn-select ul li a:hover {
  background-color: transparent !important;
}
.ubigi-buy-product-cta .bundle-info {
  font-weight: 400;
  font-family: "open_sansregular", sans-serif;
}
.ubigi-buy-product-cta .bundle-info .country {
  text-transform: capitalize;
}
.ubigi-buy-product-cta .bundle-info + .buy-now {
  font-family: "ff-open_sanssemibold", sans-serif;
}
.ubigi-buy-product-cta .vert-sep {
  border-left: 1px solid white;
  margin-left: 0.4rem;
  margin-right: 0.8rem;
}
.ecom.head-rates {
  margin-top: 6rem;
}
.ecom.features.features-full {
  margin-top: 0;
  padding-top: 5rem;
  padding-bottom: 0.4rem;
}
.ecom.features.features-full svg path {
  fill: #fff;
}
.ecom.features.features-full h1 {
  margin-top: 0 !important;
}
.ecom.how-to-start {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: none;
  background-color: #fff;
}
.ecom.how-to-start h4 {
  margin: 1.6rem 0 0.4rem 0;
}
.ecom.table-plans {
  background-color: #373737 !important;
  margin-bottom: 0 !important;
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
}
.ecom.table-plans .heading {
  color: #808080;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.ecom.table-plans .heading img {
  height: 1.6rem;
  width: auto;
}
.ecom.table-plans .destination {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.ecom.table-plans .destination .flag img {
  height: 2.4rem;
  width: auto;
  margin-right: 1.6rem;
  display: block;
}
.ecom.table-plans .network {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.ecom.table-plans .network > div {
  margin-bottom: 0.8rem;
}
.ecom.table-plans .plan {
  align-items: flex-start;
  padding: 2rem 0 1.1rem 0;
}
.ecom.table-plans .tableview > div > div:nth-child(3) {
  width: 34.5%;
}
.ecom.table-plans .tableview > div > div:nth-child(3) > div {
  width: 7rem;
}
.ecom.table-plans > div {
  max-width: 100%;
  padding: 0 3.6rem;
}
.ecom.table-plans .network-types {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 43%;
}
.ecom.table-plans .network-types .network-alignment {
  display: flex;
  width: 18.6rem !important;
  margin-bottom: 0.6rem;
  justify-content: space-between;
}
.ecom.table-plans .network-types .network-type {
  width: 5rem;
  text-align: center;
}
.ecom.table-plans .network-types .network-type svg {
  height: 1.6rem;
  width: auto;
}
.ecom.secure-payments {
  padding-top: 2.8rem;
}
.ecom-product-detailed-informations {
  margin-top: 4.4rem;
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.ecom-product-detailed-informations .tab-content {
  background-color: #373737 !important;
}
.ecom-product-detailed-informations .nav-tabs {
  display: flex;
  border-bottom: none;
  max-width: 100%;
  margin: 0 auto;
}
.ecom-product-detailed-informations .nav-tabs li {
  width: 33.333333%;
}
.ecom-product-detailed-informations .nav-tabs li:last-child {
  border-right: none;
}
.ecom-product-detailed-informations .nav-tabs a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-align: center;
  border-right: 1px solid #555;
  padding: 3.2rem 0;
}
.ecom-product-detailed-informations .nav-tabs a:hover {
  background-color: #373737;
}
.ecom-product-detailed-informations .nav-tabs a.active {
  box-shadow: inset 0 -2px 0 0 #008fa4;
  padding-bottom: 3.2rem;
  height: 100%;
  background-color: #373737;
}
.ecom-product-detailed-informations .nav-tabs a.active .icon svg path {
  fill: #008fa4;
}
.ecom-product-detailed-informations .nav-tabs a.active .arrow svg {
  transform: rotate(180deg);
}
.ecom-product-detailed-informations .nav-tabs a .title {
  padding: 0.8rem 0 0 0;
}
.ecom-product-detailed-informations .nav-tabs a svg {
  height: 1.1rem;
  width: auto;
  transition: all 0.2s ease-in;
}
.ecom-product-detailed-informations .nav-tabs a svg path {
  stroke-width: 0.6px;
}
.ecom-product-detailed-informations .nav-tabs a .arrow {
  padding: 0 0.6rem;
}
.ecom-product-detailed-informations .nav-tabs a:hover .icon svg path {
  fill: #008fa4;
}
.ecom-product-detailed-informations .nav-tabs .icon {
  text-align: center;
}
.ecom-product-detailed-informations .nav-tabs .icon.mobile-view {
  display: none;
}
.ecom-product-detailed-informations .nav-tabs .icon svg {
  height: 4rem;
}
.ecom.esim-compatible-devices .container-fluid {
  max-width: 100%;
  padding: 0 3.6rem;
}
.ecom.esim-compatible-devices > div {
  margin-bottom: 0 !important;
  padding-top: 2rem;
  padding-bottom: 1.4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.ecom.esim-compatible-devices .head:last-child .card-header {
  border-bottom: none;
}
.ecom.esim-compatible-devices .head:last-child .card-header + div {
  border-top: 1px solid #808080;
}
.ecom.esim-compatible-devices .card-header {
  padding: 0;
  border-bottom: 1px solid #808080;
  background-color: #373737;
}
.ecom.esim-compatible-devices .card-header a {
  width: 100%;
  padding: 2rem 0;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.ecom.esim-compatible-devices .card-header a[aria-expanded="true"] .arrow svg {
  transform: rotate(180deg);
}
.ecom.esim-compatible-devices .card-header a:focus {
  box-shadow: none;
}
.ecom.esim-compatible-devices .section-os-logo {
  margin-right: 1.2rem;
}
.ecom.esim-compatible-devices .section-os-logo svg {
  height: 2.4rem;
  width: auto;
}
.ecom.esim-compatible-devices .section-os + .arrow {
  position: absolute;
  right: 0;
}
.ecom.esim-compatible-devices .section-os + .arrow svg {
  height: 1.1rem;
  width: auto;
  transition: all 0.2s ease-in;
}
.ecom.esim-compatible-devices .section-os + .arrow svg path {
  stroke-width: 0.6px;
}
.ecom.esim-compatible-devices .card-body {
  display: flex;
  padding: 2.2rem 0 0 1.25rem;
}
.ecom.esim-compatible-devices .card-body > div {
  width: 33%;
}
.ecom.esim-compatible-devices .card-body > div .list {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #fff;
  padding-left: 1rem;
  padding-top: 0.4rem;
  padding-bottom: 3rem;
}
.ecom.esim-compatible-devices .card-body > div .list .bottom {
  min-width: 22rem;
  top: 3rem;
}
.ecom.esim-compatible-devices .card-body > div .list > div::before {
  content: "•";
  color: #fff;
  display: inline-block;
  width: 1.2rem;
  margin-left: -1rem;
  font-size: 2.4rem;
  position: relative;
  top: 2px;
}
.ecom.esim-compatible-devices .card-body > div .list em {
  color: #808080;
}
.ecom.esim-compatible-devices .card-body > div ul {
  padding: 1rem 1.6rem;
}
.ecom.esim-compatible-devices .note-device {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #d3d3d3;
  margin-bottom: 3rem;
  margin-top: 4rem;
}
.ecom.esim-features-list {
  background-color: #373737 !important;
  margin-bottom: 0 !important;
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
}
.ecom.esim-features-list > div {
  max-width: 100%;
  padding-bottom: 2rem;
}
.ecom.esim-features-list h3 {
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #fff;
  margin-top: 2.4rem;
}
.ecom.esim-features-list h3:first-child {
  margin-top: -10px;
}
.ecom.esim-features-list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.ecom.esim-features-list ul li {
  margin: 0 0 0 1.2rem;
}
.ecom.esim-features-list p {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 0;
  color: #fff;
}
.ecom.esim-features-list p::before {
  content: "•";
  color: #fff;
  display: inline-block;
  width: 1.2rem;
  margin-left: -1.3rem;
  font-size: 2.4rem;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 992px) {
  .ecom.head-rates {
    margin-top: 5rem;
  }
  .ecom-product-detailed-informations.mb-4-4 {
    margin-bottom: 0;
    margin-top: 3.4rem;
  }
  .ecom-product-detailed-informations .nav-tabs li {
    padding: 0 0;
  }
  .ecom-product-detailed-informations .nav-tabs li .icon, .ecom-product-detailed-informations .nav-tabs li .title {
    padding: 0 1rem;
  }
  .ecom-product-detailed-informations .nav-tabs li .title {
    padding-top: 1rem;
  }
  .ecom-product-detailed-informations .nav-tabs .icon.desktop-view {
    display: none;
  }
  .ecom-product-detailed-informations .nav-tabs .icon.mobile-view {
    display: block;
  }
  .ecom-product-detailed-informations .nav-tabs .icon svg {
    width: 100%;
  }
  .ecom-product-detailed-informations .nav-tabs a {
    padding: 1.8rem 0 !important;
    height: 100%;
    justify-content: flex-start;
  }
  .ecom-product-detailed-informations .nav-tabs a .arrow {
    display: block;
    margin-top: 0.4rem;
  }
  .ecom.table-plans {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .ecom.table-plans > div {
    padding: 0 0.6rem;
  }
  .ecom.table-plans .heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
  .ecom.table-plans .tableview > div > div:nth-child(3) {
    width: 19rem;
  }
  .ecom.table-plans .tableview .plan .network span {
    display: none;
  }
  .ecom.table-plans .plan {
    padding: 1.8rem 0 1.1rem 0;
  }
  .ecom.table-plans .destination {
    justify-content: flex-start;
    width: 100%;
    order: 1;
  }
  .ecom.table-plans .network {
    width: 61%;
    min-width: auto !important;
    order: 1 !important;
    margin-top: 0.6rem;
  }
  .ecom.table-plans .network > div {
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
  }
  .ecom.table-plans .network-types {
    width: 50%;
    margin-top: 0.6rem;
  }
  .ecom.table-plans .network-types > div {
    margin-top: 0.4rem;
    margin-bottom: 0 !important;
  }
  .ecom.table-plans .network-types .network-alignment {
    width: 17rem !important;
  }
  .ecom.table-plans .network-types .network-type svg {
    width: initial !important;
  }
  .header-networks {
    display: inline-block !important;
  }
  .ecom.esim-compatible-devices .container-fluid {
    max-width: 100%;
    padding: 0 0.6rem;
  }
  .ecom.esim-compatible-devices .card-body {
    flex-direction: column;
  }
  .ecom.esim-compatible-devices .card-body > div {
    width: 100%;
  }
  .ecom.esim-compatible-devices .card-body > div .list {
    padding-bottom: 2rem;
  }
  .ecom.esim-compatible-devices .card-body > div:last-child {
    display: none;
  }
  .ecom.esim-compatible-devices .note-device {
    margin-bottom: 2rem;
    margin-top: 3rem;
  }
  .ecom.how-to-start {
    padding: 0 1.8rem;
  }
  .ecom.how-to-start .steps .s {
    margin-bottom: 3rem;
  }
  .ecom.how-to-start .steps .s .step-number svg {
    width: 6rem;
  }
  .ecom.how-to-start h4 {
    margin-top: 0 !important;
    font-size: 2.4rem !important;
    line-height: 2.8rem !important;
  }
}
@media screen and (max-width: 800px) {
  .ecom-product-detailed-informations .nav-tabs .title span {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .ubigi-buy-product-cta {
    bottom: 8.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .tableview > div > div:nth-child(1) {
    width: 42% !important;
  }
  .ecom.table-plans .tableview > div > div:nth-child(3) {
    width: 11rem;
  }
  .ecom.table-plans .heading > div:last-child {
    width: 18rem !important;
  }
  .ecom.table-plans .network-alignment {
    width: 16rem !important;
  }
  .ecom.table-plans .network {
    width: 61%;
  }
}
.td-none {
  text-decoration: none !important;
}
.cta-text-white {
  color: #fff;
}
.new-blue-btn:hover .cta-text-white {
  color: #008fa4;
}
.py-08-px-2 {
  padding: 0.8rem 2rem;
}
.py-08-px-2:hover {
  padding-top: 0.8rem;
}
.quick-links.white a {
  text-decoration: none;
}
.quick-links.white a:hover {
  text-decoration: underline;
}
.quick-links.black a {
  text-decoration: none;
}
.quick-links.black a:hover {
  text-decoration: underline;
}
.quick-links.black svg path {
  stroke: #000;
  fill: #000;
}
.quick-links .arrow-link {
  margin-left: 0.4rem;
}
.press-room h1 {
  padding-top: 2rem;
  padding-bottom: 5rem;
}
.press-room .pt-6 {
  padding-top: 6rem;
}
.press-room .pl-6 {
  padding-left: 6rem;
}
.press-room .pr-6 {
  padding-right: 6rem;
}
.press-room .pb-4-8 {
  padding-bottom: 4.8rem;
}
.press-room .mb-3-4 {
  margin-bottom: 3.4rem;
}
.press-room .logo-h70 img {
  height: 7rem;
}
.press-room .arrow-down {
  position: absolute !important;
  bottom: 2rem;
  left: 50%;
  margin-left: -2rem;
  z-index: 20;
}
.press-room.global {
  position: relative;
}
.press-room.global .about-ubigi div:first-child div, .press-room.global .about-transatel div:first-child div {
  margin: 0 1rem 0 0;
}
.press-room.global .about-ubigi div:first-child div + div, .press-room.global .about-transatel div:first-child div + div {
  margin: 0 0 0 1rem;
}
.press-room.global .ctas {
  margin: 3.4rem 0 7.4rem 0;
}
.press-room.global .ctas > span > div {
  margin: 0 1.4rem;
}
.press-room.global .back-link {
  display: flex;
  position: absolute;
  left: 0;
  margin-left: 6.5rem;
  top: 4rem;
}
.press-room.global .back-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.press-room.global .back-link div + div {
  color: #d3d3d3;
  font-size: 1.6rem;
  position: relative;
  top: -0.3rem;
  left: 0.6rem;
}
.press-room.global .back-link:hover div + div {
  color: #d3d3d3;
  text-decoration: underline;
}
.press-room.global .press-room-item-media {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 2rem 0 1.5rem 0;
}
.press-room.global .press-room-item-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.press-room#about {
  position: relative;
  z-index: 2;
}
.press-room#key-dates h2 {
  margin-top: 7.6rem;
  margin-bottom: 5.4rem;
}
.press-room#key-dates .ubigi-logo {
  position: relative;
  z-index: -1;
  background: black;
  height: 7.8rem;
}
.press-room#key-dates .timeline {
  background: url("/wp-content/themes/ubigi/img/press-center/vertical-timeline.svg") center 0% repeat-y;
  position: relative;
  height: 0;
  margin-bottom: 40rem;
  overflow: hidden;
  transition: all 0.4s ease-out;
}
.press-room#key-dates .timeline .year-selector {
  position: fixed;
  right: 0;
  top: 50%;
  right: 5rem;
  transform: translateY(-50%);
  width: auto;
  z-index: 1;
}
.press-room#key-dates .timeline .year-selector a {
  display: block;
  margin: 1.2rem 0;
  text-decoration: none;
  color: #fff;
}
.press-room#key-dates .timeline .year-selector a.year-in-view {
  color: #008fa4;
}
.press-room#key-dates .timeline .year-selector a:hover {
  text-decoration: none;
  color: #008fa4;
}
.press-room#key-dates .timeline .timeline-container {
  padding-top: 7rem;
  padding-bottom: 6.4rem;
}
.press-room#key-dates .timeline .timeline-container .bottom-gradient {
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  height: 4rem;
  width: 120rem;
  position: absolute;
  z-index: 3;
  bottom: 0;
  margin-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.press-room#key-dates .timeline .timeline-container > div {
  position: relative;
  margin-bottom: 7.4rem;
}
.press-room#key-dates .timeline .timeline-container .timeline-anchor {
  position: absolute;
  top: -30rem;
}
.press-room#key-dates .timeline .timeline-container div[class^="year-"]:nth-child(even) .date {
  align-self: start;
  text-align: right;
}
.press-room#key-dates .timeline .timeline-container div[class^="year-"]:nth-child(even) .date-about {
  max-width: 50rem;
  text-align: left;
  margin-right: auto;
}
.press-room#key-dates .timeline .timeline-container div[class^="year-"]:nth-child(odd) .date {
  align-self: start;
  text-align: right;
  padding-left: 3rem;
  align-selft: start;
  justify-content: start;
  text-align: left;
}
.press-room#key-dates .timeline .timeline-container div[class^="year-"]:nth-child(odd) .date-about {
  align-self: end;
  text-align: right;
  padding-right: 3rem;
  max-width: 50rem;
  text-align: right;
  margin-left: auto;
}
.press-room#key-dates .timeline .timeline-container .end-timeline {
  margin-bottom: 0;
}
.press-room#key-dates .timeline .date {
  color: #808080;
  padding-right: 3rem;
  display: flex;
  align-self: center;
  justify-content: end;
  opacity: 0;
  transition: all 0.4s ease-in;
}
.press-room#key-dates .timeline .date.view {
  opacity: 1;
}
.press-room#key-dates .timeline .date-about {
  padding-left: 3rem;
  opacity: 0;
  transition: all 0.4s ease-in;
}
.press-room#key-dates .timeline .date-about .flag img {
  width: 2.5rem;
  margin-top: 0.4rem;
  margin-bottom: 0;
}
.press-room#key-dates .timeline .date-about.view {
  opacity: 1;
}
.press-room#key-dates .timeline .date-about img {
  margin-top: -1.4rem;
  padding-bottom: 1.4rem;
}
.press-room#key-dates .timeline .date-about .globe svg {
  height: 6rem;
}
.press-room#key-dates .timeline .date-about .globe svg path {
  fill: #fff;
}
.press-room#key-dates .timeline .date-about .fiat svg {
  height: 4rem;
}
.press-room#key-dates .timeline .date-about .flags {
  margin-top: 0.2rem;
  justify-content: end;
  margin-left: auto;
  flex-wrap: wrap;
}
.press-room#key-dates .timeline .date-about .flags .flag {
  padding: 0 0.6rem;
}
.press-room#key-dates .timeline .date, .press-room#key-dates .timeline .date-about {
  width: 49.2%;
}
.press-room#key-dates .timeline .dot {
  width: 3rem;
  height: 3rem;
  background-color: #008fa4;
  border-radius: 2rem;
  border: 0.8rem solid black;
}
.press-room#key-dates .timeline + .arrow-down {
  bottom: -6rem;
}
.in-the-press .press-room-featured-block {
  padding-top: 0 !important;
}
.in-the-press .press-room-items {
  padding-left: 0 !important;
}
.in-the-press .press-room-item {
  padding-top: 0 !important;
}
.in-the-press > .container {
  max-width: 90%;
}
.in-the-press .press-room-featured-title-container {
  width: 2%;
  margin: 0 3%;
  top: 6rem;
}
.in-the-press .press-room-featured-title-container .press-room-featured-title {
  padding-left: 0;
  margin-left: 0;
  padding-top: 0;
  height: initial;
}
.press-room-in-the-press-container > .container {
  width: 100%;
  max-width: initial;
  padding: 0;
}
.press-room-in-the-press-container #boxed {
  position: relative;
  top: -7.5rem;
}
.press-room-in-the-press-container #boxed-section {
  position: relative;
  top: 0;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.06);
}
.press-room-in-the-press-container #boxed-section.box {
  top: 7.3rem;
  margin-top: 0;
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}
.press-room-in-the-press-container .filters {
  max-width: 90%;
  margin: 0 auto;
  padding: 1.9rem 0 1.7rem 0;
}
.press-room-in-the-press-container .filters .filter {
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-right: 5rem;
  color: #808080;
}
.press-room-in-the-press-container .filters .option-type .type, .press-room-in-the-press-container .filters .option-languages .type {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #808080;
}
.press-room-in-the-press-container .filters .option-type .checkboxes label, .press-room-in-the-press-container .filters .option-languages .checkboxes label {
  position: relative;
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.press-room-in-the-press-container .filters .option-type .checkboxes label.pink, .press-room-in-the-press-container .filters .option-languages .checkboxes label.pink {
  color: #e41c68;
}
.press-room-in-the-press-container .filters .option-type .checkboxes label.yellow, .press-room-in-the-press-container .filters .option-languages .checkboxes label.yellow {
  color: #fcc919;
}
.press-room-in-the-press-container .filters .checkboxes input {
  display: none;
}
.press-room-in-the-press-container .filters .checkboxes .checkbox-choice {
  margin-left: 7.6rem;
}
.press-room-in-the-press-container .filters .checkboxes input + label::before {
  content: " ";
  background: url(/wp-content/themes/ubigi/img/u4b/checkbox-unchecked.svg) center center no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  top: 0;
  display: inline-block;
  border-radius: 0 !important;
  position: absolute;
  top: 0.3rem;
  left: -3.6rem;
}
.press-room-in-the-press-container .filters .checkboxes input:checked + label.yellow::before {
  content: " ";
  background: url(/wp-content/themes/ubigi/img/press-center/checkbox-checked-yellow.svg) center center no-repeat;
  background-size: contain;
}
.press-room-in-the-press-container .filters .checkboxes input:checked + label.pink::before {
  content: " ";
  background: url(/wp-content/themes/ubigi/img/press-center/checkbox-checked-pink.svg) center center no-repeat;
  background-size: contain;
}
.press-room-in-the-press-container .filters .checkboxes input:checked + label.blue::before {
  content: " ";
  background: url(/wp-content/themes/ubigi/img/press-center/checkbox-checked-blue.svg) center center no-repeat;
  background-size: contain;
}
.press-room-in-the-press-container .press-room-item-image-container {
  width: 12rem;
  margin-right: 2rem;
}
.press-room-in-the-press-container .press-room-block > .container {
  max-width: 90%;
  padding: 0;
}
.press-room-in-the-press-container .press-room-block > .container .col {
  padding: 0;
}
.press-room-in-the-press-container .press-room-block .press-room-item {
  position: relative;
  display: flex;
  flex-wrap: initial;
  align-items: center;
  padding: 3.5rem 0 3.5rem 0;
  border-bottom: 1px solid #f2f2f2;
}
.press-room-in-the-press-container .press-room-block .press-room-item-body {
  margin-right: 2rem;
}
.press-room-in-the-press-container .press-room-block .press-room-item-media a {
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.press-room-in-the-press-container .press-room-block .press-room-item.md .press-room-item-media a {
  color: #e41c68;
}
.press-room-in-the-press-container .press-room-block .press-room-item.cc .press-room-item-media a {
  color: #fcc919;
}
.press-room-in-the-press-container .press-room-block .press-room-item-title h3 {
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
  line-height: 3.8rem;
}
.press-room-in-the-press-container .press-room-block .press-room-item-pubdate {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #808080;
}
.press-room-in-the-press-container .press-room-block .press-room-item-title a:hover {
  color: #000;
}
.press-room-in-the-press-container .press-room-block .press-room-item-image::after {
  background: none;
}
.press-room-in-the-press-container .press-room-block .press-room-item .cta {
  border-radius: 23px;
  font-family: "open_sansregular", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #fff;
  border: 2px solid #008fa4;
  background-color: #008fa4;
  padding: 0.8rem 2.2rem;
  margin-left: auto;
}
.press-room-in-the-press-container .press-room-block .press-room-item .full-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.press-room-in-the-press-container .press-room-block .press-room-item .full-link:hover + div + div + .cta {
  background-color: transparent;
  color: #008fa4;
}
@media screen and (max-width: 1300px) {
  .press-room.global .full-height-section-int {
    height: initial !important;
  }
}
@media screen and (max-width: 992px) {
  .press-room.global .full-height-section-int {
    flex-direction: column;
  }
  .press-room.global .full-height-section-int > div {
    width: 100% !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .press-room h1 {
    font-size: 3.6rem;
    line-height: 4.4rem;
    padding-top: 4rem;
    padding-bottom: 0;
  }
  .press-room.global .about-ubigi div:first-child div {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .press-room.global .ctas > span {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .press-room.global .ctas span > div {
    margin: 0 1rem 2rem 1rem !important;
  }
  .press-room.global .ctas {
    position: relative;
  }
  .press-room#key-dates .timeline .year-selector {
    display: none;
  }
  .press-room#key-dates h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    margin-top: 5rem;
  }
  .press-room#key-dates .timeline .date, .press-room#key-dates .timeline .timeline-container .date-about {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .press-room#key-dates .timeline .timeline-container .date-about {
    font-size: 2rem;
    line-height: 2.4rem;
    padding-right: 2rem;
  }
  .press-contact #contact-full-width-blue form {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .press-contact #contact-full-width-blue form div.phone {
    width: 100% !important;
  }
  .in-the-press .back-link {
    top: 7.7rem;
  }
  .press-room.global h1.fil {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
  .press-room.global .back-link {
    top: 3rem;
    margin-left: 2.5rem;
  }
  .press-room.global .press-room-featured-title-container {
    position: fixed;
    top: 31rem;
    left: 0.9rem;
    z-index: 0;
  }
  .press-room-in-the-press-container {
    position: relative;
    z-index: 10;
  }
}
@media screen and (max-width: 560px) {
  .press-room#key-dates .timeline {
    background: url("/wp-content/themes/ubigi/img/press-center/vertical-timeline.svg") 9rem 0% repeat-y;
  }
  .press-room#key-dates .ubigi-logo {
    text-align: left !important;
    margin-left: 6.3rem;
  }
  .press-room#key-dates .timeline .timeline-container div[class^="year-"] .date {
    align-self: start;
    justify-content: end !important;
    text-align: left;
    width: 7.7rem;
    order: 1;
    padding-right: 0;
    padding-left: 0 !important;
  }
  .press-room#key-dates .timeline .dot {
    justify-content: flex-start;
    margin: 0 0.5rem;
    order: 2;
  }
  .press-room#key-dates .timeline .timeline-container .date-about {
    order: 3;
    width: 70%;
    text-align: left !important;
    margin-right: 0;
    margin-left: 0 !important;
    padding-left: 0;
    padding-right: 0 !important;
    max-width: 70% !important;
  }
  .press-room#key-dates .timeline .timeline-container > div {
    margin-bottom: 4.4rem;
  }
  .press-room#key-dates .timeline .timeline-container > div .line {
    justify-content: initial !important;
    padding: 0 2rem 0 0;
    margin-left: -0.5rem;
  }
  .press-room#key-dates .timeline .date-about .flags {
    flex-wrap: wrap;
    justify-content: flex-start !important;
    margin-left: 0 !important;
  }
  .press-room#key-dates .timeline .date-about .flag img {
    margin-bottom: 0;
    padding-bottom: 0.4rem !important;
  }
  .press-room#key-dates .timeline .date-about img {
    max-width: 21rem;
  }
  .press-room#key-dates .timeline .date.view .hide-992 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .press-room.global h1.fil {
    padding-bottom: 3rem;
  }
  .press-room-featured-block .press-room-item {
    width: 100%;
    padding: 1.5rem 0.8rem !important;
  }
  .press-room.global .press-room-featured-title-container {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .press-room.global .ctas {
    margin: 3.4rem 0 1.4rem 0;
  }
  .press-room.global .ctas > span {
    position: relative !important;
  }
}
.well-tried .esim-tried-error {
  margin-bottom: 3rem;
}
.well-tried .esim-tried-error img {
  width: 8rem !important;
  height: auto !important;
  margin-right: 0 !important;
}
.well-tried .title {
  margin-bottom: 3rem !important;
}
.well-tried .qr-title {
  margin-bottom: 4rem !important;
}
.well-tried .step-by-step .text {
  margin-bottom: 4rem !important;
}
.well-tried .gradient {
  display: none;
}
.well-tried .product-infos {
  padding: 4rem !important;
}
.well-tried .btn-select-ct.rev .btn-select {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.well-tried .btn-select-ct.rev .btn-select:hover, .well-tried .btn-select-ct.rev .btn-select:active, .well-tried .btn-select-ct.rev .btn-select:focus, .well-tried .btn-select-ct.rev .btn-select:visited {
  background-color: transparent !important;
}
.well-tried .btn-select-ct.rev .btn-select:hover a, .well-tried .btn-select-ct.rev .btn-select:active a, .well-tried .btn-select-ct.rev .btn-select:focus a, .well-tried .btn-select-ct.rev .btn-select:visited a {
  color: #008fa4;
}
.well-tried .btn-select-ct.rev .btn-select a {
  color: #fff;
  text-decoration: none;
}
.well-tried .btn-select-ct.rev .btn-select a:hover {
  color: #008fa4;
}
@media screen and (max-width: 1650px) {
  .well-tried .qr-title br.fr, .well-tried .text br.fr {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1360px) and (-webkit-max-device-pixel-ratio: 1.45) {
  .well-tried .ubigi-video video {
    height: initial !important;
    width: 140% !important;
  }
}
@media screen and (max-width: 1200px) {
  .woo-order.well-tried.full-height-section {
    height: initial !important;
    min-height: initial !important;
  }
}
@media screen and (max-width: 1170px) {
  .well-tried .title br.en, .well-tried .qr-title br.en, .well-tried .text br.en, .well-tried .title br.ja, .well-tried .qr-title br.ja, .well-tried .text br.ja {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .woo-order.well-tried.full-height-section {
    height: initial !important;
  }
  .well-tried .ubigi-video {
    max-height: 25rem;
    display: block !important;
    margin-left: 0;
    margin-top: 0;
    position: relative;
  }
  .well-tried .ubigi-video video {
    margin-left: 0 !important;
    left: initial !important;
    transform: initial !important;
    position: relative !important;
    top: -14rem;
  }
  .well-tried .about-order .product-infos {
    width: 100% !important;
  }
  .well-tried .qr-title {
    font-size: 2.4rem !important;
    line-height: 2.8rem !important;
  }
  .well-tried .step-by-step .text {
    font-size: 1.8rem !important;
  }
  .well-tried .about-order .title {
    margin-top: initial !important;
  }
  .well-tried .btn-select-ct.rev {
    position: relative !important;
  }
}
@media screen and (max-width: 850px) {
  .cf-modal-translation {
    width: 80% !important;
  }
  .cf-modal-translation .cf-cross {
    right: -3rem;
    top: -10.5rem;
  }
}
@media screen and (max-width: 780px) {
  .well-tried .ubigi-video video {
    top: -11rem;
  }
}
@media screen and (max-width: 640px) {
  .well-tried .ubigi-video video {
    top: -8rem;
  }
}
@media screen and (max-width: 600px) {
  .well-tried .ubigi-video video {
    top: -4rem;
  }
}
@media screen and (max-width: 540px) {
  .well-tried .ubigi-video {
    max-height: 22vh;
  }
  .well-tried .ubigi-video video {
    top: -7rem;
  }
  .well-tried .title br.fr {
    display: none;
  }
  .well-tried .esim-tried-error {
    margin-bottom: 2rem;
    margin-top: 0.8rem !important;
  }
  .well-tried .title {
    margin-bottom: 2rem !important;
  }
  .well-tried .product-infos {
    padding: 2rem !important;
    margin-bottom: 1rem;
  }
  .well-tried .qr-code {
    display: none;
  }
  .well-tried .step-by-step .text {
    margin-bottom: 2.4rem !important;
  }
}
@media screen and (max-width: 540px) {
  .well-tried .ubigi-video video {
    top: 0;
  }
}
@media screen and (max-width: 380px) {
  .esim-tried-error {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .well-tried .ubigi-video {
    max-height: 15rem !important;
  }
  .well-tried .ubigi-video video {
    top: -5rem;
  }
  .woo-order.well-tried.full-height-section {
    height: initial !important;
  }
  .well-tried .about-order .product-infos .product-ref .title {
    margin-top: 1.4rem !important;
  }
}
#esim-top-navigation {
  width: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100vw;
  position: fixed;
  z-index: 1;
  margin-top: -1px;
  background-color: transparent !important;
}
#esim-top-navigation .esim-nav {
  display: block;
  text-decoration: none;
}
#esim-top-navigation .esim-nav .sub-content {
  display: none;
  background: #2e2e2e;
  border-radius: 0 0 0.6rem 0.6rem;
  padding: 1.5rem 9rem 3rem 8.6rem !important;
}
#esim-top-navigation .esim-nav .sub-content .text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
}
#esim-top-navigation .esim-nav .sub-content .text a {
  text-decoration: none;
  font-weight: 400;
  font-size: 1.8rem;
  margin: 1.7rem 0 0 0;
  display: inline-block;
}
#esim-top-navigation .esim-nav .sub-content .text a:hover {
  text-decoration: underline;
  color: #008fa4;
}
#esim-top-navigation .esim-nav:hover .step-1, #esim-top-navigation .esim-nav:hover .step-2, #esim-top-navigation .esim-nav:hover .step-3 {
  background-color: #2e2e2e;
  cursor: pointer;
}
#esim-top-navigation .esim-nav:hover .step-1 .arrow, #esim-top-navigation .esim-nav:hover .step-2 .arrow, #esim-top-navigation .esim-nav:hover .step-3 .arrow {
  background: url(/wp-content/uploads/sites/11/2020/02/hover-arrow.png) 0 0 no-repeat;
}
#esim-top-navigation .esim-nav:hover .sub-content {
  display: block;
}
#esim-top-navigation .container {
  max-width: 100%;
  padding: 0;
}
#esim-top-navigation .container .row div {
  padding: 0;
}
#esim-top-navigation .step-1, #esim-top-navigation .step-2, #esim-top-navigation .step-3 {
  height: 6rem;
}
#esim-top-navigation .arrow {
  position: absolute;
  right: -2.9rem;
  top: 0;
  z-index: 1;
  width: 3rem;
  height: 6rem;
}
#esim-top-navigation .step-1 {
  background-color: #e41c68;
}
#esim-top-navigation .step-1 .arrow {
  background: url(/wp-content/uploads/sites/11/2020/02/pink-arrow.png) 0 0 no-repeat;
}
#esim-top-navigation .step-2 {
  background-color: #ababab;
}
#esim-top-navigation .step-2 .arrow {
  background: url(/wp-content/uploads/sites/11/2020/02/grey-arrow.png) 0 0 no-repeat;
}
#esim-top-navigation .step-3 {
  background-color: #ababab;
}
#esim-top-navigation .step-3 .arrow {
  background: url(/wp-content/uploads/sites/11/2020/02/arrow-light-grey.png) 0 0 no-repeat;
}
#esim-top-navigation .step-3 {
  background-color: #bebebe;
}
#esim-top-navigation .step-nav {
  display: table;
}
#esim-top-navigation .step-nav .content-nav {
  display: table-cell;
  padding-top: 1.5rem !important;
  padding-left: 4.9rem !important;
}
#esim-top-navigation .step-nav .content-nav .number {
  display: inline-block;
}
#esim-top-navigation .step-nav .content-nav .text {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  position: relative;
  top: 1px;
  margin-left: 0.5rem;
}
.top-esim-nav-layout {
  margin-top: 11.5rem;
}
#which-device {
  background-size: contain;
}
#which-device .os {
  text-align: center;
  padding: 2.5rem 2.5rem 4rem 2.5rem;
  border: 1px solid #525252;
  border-radius: 1rem;
  min-height: 36.5rem;
  position: relative;
}
#which-device .os .pick {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.7rem;
  margin: 1.7rem 0 1.2rem 0;
}
#which-device .os .list {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.5rem;
}
#which-device .os .bottom-link {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0.8rem;
}
#which-device .os .bottom-link.os-devices a + a {
  margin-left: 2rem;
}
#which-device .os a {
  text-decoration: none;
}
#which-device .os a:hover {
  text-decoration: underline !important;
  color: #008fa4;
}
#what-is-ubigi .banner, #pronounciation .banner, #connectivity-for-live .banner, #our-group .banner {
  height: 37rem;
  width: 100%;
  background-color: #ccc;
  width: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100vw;
}
#what-is-ubigi h2, #pronounciation h2, #connectivity-for-live h2, #our-group h2 {
  color: #008fa4;
}
#what-is-ubigi .content, #pronounciation .content, #connectivity-for-live .content, #our-group .content {
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.7rem;
  margin-bottom: 2rem;
}
#what-is-ubigi .banner {
  background: url(/wp-content/uploads/2020/02/what-is-ubigi.jpg) center center no-repeat;
  background-size: cover;
}
#pronounciation {
  background-color: #1f92a3 !important;
  margin-top: 4rem;
  margin-bottom: 0;
  padding-bottom: 4rem;
}
#connectivity-for-live h3 {
  font-size: 3.8rem;
  margin-bottom: 2rem;
}
#connectivity-for-live .our.first {
  padding-left: 5rem;
}
#connectivity-for-live .our.second {
  border-left: 1px solid #707070;
  padding-left: 5rem;
}
#our-group a, #how-to-use-ubigi a {
  font-size: 2rem;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: -0.6px;
}
#our-group a:hover, #how-to-use-ubigi a:hover {
  text-decoration: underline;
  color: #008fa4;
}
#portal .portal-content {
  display: table;
  width: 100%;
  height: 45rem;
}
#portal .portal-content > div {
  display: table-cell;
  vertical-align: middle;
  max-height: 57rem;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
#portal .portal-content > div.md {
  background: url(/wp-content/uploads/sites/11/2020/02/about-mobile-devices.png) 0 0 no-repeat;
  background-size: cover;
}
#portal .portal-content > div.cc {
  background: url(/wp-content/uploads/sites/11/2020/02/about-connected-cars.png) 0 0 no-repeat;
  background-size: cover;
}
#portal .portal-content > div .logo-esim {
  margin-bottom: 2rem;
}
#portal .portal-content > div .title {
  font-size: 4rem;
  font-weight: 400;
}
#portal .portal-content > div .text {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2.8rem;
}
#portal .portal-content .md .title {
  color: #e0195d;
}
#portal .portal-content .cc .title {
  color: #fcc119;
}
#portal .portal-content .buttonCTA.md-btn, #portal .portal-content .buttonCTA.cc-btn {
  border: none;
  margin-left: 0;
  display: inline-block;
  margin-top: 0;
  max-width: initial;
  padding: 0.7rem 3rem 0.6rem 3rem;
  text-align: center;
  color: white;
  text-decoration: none !important;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: lighter;
  border-radius: 0.5rem;
  margin: 2rem 0 0 0;
}
#portal .portal-content .buttonCTA.md-btn {
  background-color: #e41c68;
}
#portal .portal-content .buttonCTA.cc-btn {
  background-color: #fcc119;
}
#portal .row > div {
  padding: 0;
}
*:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#search {
  border: none;
  background: url(/wp-content/uploads/sites/11/2020/04/icon-search.png) 0 0.6rem no-repeat;
  background-size: 1.8rem;
  padding-left: 3rem;
  font-size: 1.8rem;
  color: #000;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  width: 100% !important;
}
#search::placeholder {
  color: #8a8a8a;
}
#search-form {
  display: flex;
  justify-content: space-between;
  max-width: 73rem;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 3rem;
  margin-top: 1.5rem;
  padding-bottom: 1rem;
}
#search-form input[type="text"] {
  width: calc(100% - 10rem);
}
#search-form input[type="submit"] {
  margin-top: 0 !important;
  width: 8rem;
}
.remove-text {
  display: none;
  position: absolute;
  top: -6px;
  right: 0;
  width: auto;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
}
.faqs-content {
  padding-top: 2rem;
}
.faqs-auto-content {
  display: none;
  background: white;
  position: absolute;
  top: 100%;
  right: 10rem;
  left: 0;
  z-index: 2;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 0 0 0.3rem 0.5rem;
  box-shadow: 0px 0.6rem 1rem rgba(0, 0, 0, 0.1);
}
.search-results-container div a {
  font-size: 1.8rem;
  color: #000;
  text-decoration: none;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 3rem;
  width: 100%;
  display: block;
  padding: 1rem 2.9rem;
  border-bottom: 1px solid #d3d3d3;
}
.search-results-container div:last-child a {
  border-bottom: none;
}
.search-results-container div a:hover {
  background: #f8f8f8;
  color: #000;
  text-decoration: none;
}
.search-results-container div a:focus, .search-results-container div a:visited {
  color: #000;
  text-decoration: none;
}
.page-id-51039 .schema-faq-answer img, .page-id-51045 .schema-faq-answer img, .page-id-51048 .schema-faq-answer img {
  display: inline-block;
  float: left;
  margin-right: 0.3rem;
  margin-bottom: 2.5rem;
}
.schema-faq-answer strong {
  font-weight: 600;
}
#how-to-use-ubigi {
  width: 100%;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100vw;
}
#how-to-use-ubigi > .container {
  max-width: 100%;
  padding: 0;
}
#how-to-use-ubigi > .container .visuel img {
  width: 100%;
}
#how-to-use-ubigi > .container h3 {
  font-size: 2.8rem;
  font-weight: 600;
  padding-left: 5%;
  padding-right: 5%;
}
#how-to-use-ubigi > .container .content {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 2.8rem;
  padding-left: 5%;
  padding-right: 5%;
}
#ubigi-key-benefits .banner {
  position: relative;
  width: 100%;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100vw;
  background: url(/wp-content/uploads/sites/11/2020/02/ubigi-esim-key-benefits.png) 0 0 no-repeat;
  background-size: cover;
  display: flex;
  height: 37rem;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15%;
}
#ubigi-key-benefits h3 {
  font-size: 2.7rem;
}
#ubigi-key-benefits .descr {
  line-height: 2.2rem;
}
#ubigi-esim-compatible {
  width: 100%;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100vw;
  background: url(/wp-content/uploads/sites/11/2020/02/ubigi-compatible-devices.jpg) center center no-repeat;
  background-size: cover;
  height: 101rem;
}
#ubigi-esim-compatible div {
  height: 100%;
}
#ubigi-esim-compatible .os-links {
  height: auto;
}
#ubigi-esim-compatible > .container {
  padding: 0;
  max-width: 100%;
}
#ubigi-esim-compatible > .container .layout {
  display: flex;
  height: 40rem;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15%;
}
#ubigi-esim-compatible > .container .layout .smallLinks {
  font-size: 2rem;
}
#ubigi-esim-compatible > .container .layout .smallLinks span img {
  width: 0.7rem;
}
#ubigi-for-business .banner {
  position: relative;
  width: 100%;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100vw;
  background: url(/wp-content/uploads/sites/11/2020/02/ubigi-for-business.png) 0 0 no-repeat;
  background-size: cover;
  display: flex;
  height: 37rem;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30%;
}
#ubigi-for-business h3 {
  font-size: 3.4rem;
  line-height: 4.4rem;
}
#ubigi-for-business .descr {
  line-height: 2.2rem;
}
#ubigi-for-business ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin: 0 auto;
  max-width: 43rem;
}
#ubigi-for-business ul li {
  background-image: url(/wp-content/uploads/sites/11/2020/02/green-check.png);
  background-repeat: no-repeat;
  background-position: 0 0.4em;
  padding-left: 3.7rem;
  font-size: 2.6rem;
  font-weight: 300;
  background-size: 2.3rem;
}
#contact-us-full .banner {
  position: relative;
  width: 100%;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100vw;
  background: url(/wp-content/uploads/sites/11/2020/02/contact-us-banner.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  height: 37rem;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30%;
}
#contact-us-full .banner .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
}
#contact-us-full h3 {
  font-size: 3.4rem;
  line-height: 4.4rem;
}
#ubigi-connected-cars .banner {
  align-items: center;
  padding: 0 10%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
#ubigi-connected-cars .banner .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
}
#ubigi-connected-cars .banner .content {
  text-align: center;
  max-width: 100%;
  position: relative;
  margin-top: 4rem;
  color: #fff;
  margin: 0 auto;
}
#full-width-black + #contact .wpcf7-not-valid-tip, #partners + #contact .wpcf7-not-valid-tip, #full-width-white + #contact .wpcf7-not-valid-tip, #features + #contact .wpcf7-not-valid-tip {
  color: #e41c68 !important;
}
#full-width-black + #contact div.wpcf7-validation-errors, #partners + #contact div.wpcf7-validation-errors, #full-width-white + #contact div.wpcf7-validation-errors, #features + #contact div.wpcf7-validation-errors, #full-width-black + #contact div.wpcf7-acceptance-missing, #partners + #contact div.wpcf7-acceptance-missing, #full-width-white + #contact div.wpcf7-acceptance-missing, #features + #contact div.wpcf7-acceptance-missing {
  border: 0.2rem solid #e41c68;
}
.form-control:focus, .form-control:focus-within, .form-control:focus-visible, .custom-select:focus {
  outline: 2px solid #008fa4 !important;
  box-shadow: none !important;
  border-color: #008fa4 !important;
}
.grecaptcha-badge {
  display: none;
}
#newsletter-footer .form-control:focus, #newsletter-footer .form-control:focus-within, #newsletter-footer .form-control:focus-visible {
  outline: 2px solid black !important;
  box-shadow: none !important;
  border-color: black !important;
}
#newsletter-footer .form-control {
  margin-top: 0.2rem;
}
#newsletter-footer input[type="submit"] {
  padding: 1rem 1.8rem !important;
  width: auto;
  height: 4.6rem;
}
.cf-modal-overlay {
  position: fixed;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100000;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  display: none;
}
.cf-modal, .cf-modal-std, .confirmation-popup, .show-compatible-devices, .modal-model-home-devices, .modal-view-plan-options, .modal-esim-video {
  background-color: #fff;
  position: fixed;
  top: 50%;
  width: 80%;
  padding-top: 7rem;
  padding-bottom: 7.5rem;
  z-index: 100000;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.8rem;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.5);
  max-width: 100rem;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  display: none;
}
.cf-modal .cf-cross, .cf-cross-ext, .cf-modal-std .cf-cross, .confirmation-popup .cf-cross, .show-compatible-devices .cf-cross, .modal-model-home-devices .cf-cross, .modal-view-plan-options .cf-cross, .modal-esim-video .cf-cross {
  position: absolute;
  right: -10rem;
  top: -9.5rem;
  cursor: pointer;
}
.cf-modal .modal-title, .cf-modal-std .modal-title, .confirmation-popup .modal-title, .show-compatible-devices .modal-title, .modal-model-home-devices .modal-title, .modal-view-plan-options .modal-title {
  color: #008fa4;
  margin-bottom: 4rem;
  font-size: 4rem;
  line-height: 4.5rem;
  text-align: center;
}
.cf-modal p, .cf-modal-std p, .confirmation-popup p, .show-compatible-devices p, .modal-model-home-devices p, .modal-view-plan-options p {
  font-size: 2.6rem;
  line-height: 3.2rem;
  color: #000;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 5rem;
  padding: 0 0.3rem;
}
.show-compatible-devices .content-modal-compatible-devices {
  margin: 0 2rem;
}
.show-compatible-devices .modal-description {
  padding: 0 0.3rem;
  margin-bottom: 4rem;
}
.show-compatible-devices .modal-description p {
  font-size: 1.8rem;
  color: #000;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 0.8rem;
  padding: 0 3rem;
}
.cf-modal-overlay-view {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.cf-modal-view {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.wpcf7-response-output, form.sent .wpcf7-response-output {
  display: none !important;
}
.cf-modal-overlay {
  position: fixed;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100000;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  display: none;
}
.cf-modal-translation {
  background-color: #fff;
  position: fixed;
  top: 50%;
  width: 71rem;
  padding-top: 5rem;
  padding-bottom: 5.5rem;
  z-index: 100000;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.8rem;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.5);
  max-width: 100rem;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  display: none;
}
.cf-modal .cf-cross, .cf-cross-ext {
  position: absolute;
  right: -10rem;
  top: -9.5rem;
  cursor: pointer;
}
.cf-modal .modal-title, .confirmation-popup .modal-title, .show-compatible-devices .modal-title {
  color: #008fa4;
  margin-bottom: 4rem;
  font-size: 4rem;
  line-height: 4.5rem;
  text-align: center;
}
.cf-modal p, .confirmation-popup p, .show-compatible-devices p {
  font-size: 2.6rem;
  line-height: 3.2rem;
  color: #000;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 5rem;
  padding: 0 0.3rem;
}
.cf-modal-overlay-view {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.cf-modal-view {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.cf-modal-view .cf-cross img {
  width: 13rem;
}
.cf-modal-translation .cf-cross, .cf-cross-ext {
  position: absolute;
  right: -10rem;
  top: -9.5rem;
  cursor: pointer;
}
.modal-title-translation {
  font-family: "open_sans_regular", sans-serif;
  color: #008fa4;
  font-size: 4rem;
  text-align: center;
  padding-bottom: 3rem;
  letter-spacing: -1px;
}
.translation-list {
  display: block;
  text-align: center;
}
.translation-list ul {
  list-style: none;
  display: inline-block;
}
.translation-list ul:first-child {
  padding: 0 7rem 0 0;
  border-right: 1px solid #d3d3d3;
}
.translation-list ul:last-child {
  padding-left: 7rem;
}
.translation-list a {
  font-family: "open_sanslight";
  font-size: 2rem;
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto 1rem auto;
  width: 40%;
}
.translation-list a:last-child {
  margin-bottom: 0;
}
.translation-list a:hover, .translation-list a.current {
  color: #008fa4;
  text-decoration: none;
}
.chose-language {
  display: block;
  position: initial;
  width: 100%;
  margin: 0 auto;
}
.chose-language .languages {
  position: relative;
}
.chose-language .languages .vert-sep {
  border-right: 1px solid #d3d3d3;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -1px;
}
.chose-language-select-item .name {
  display: block !important;
}
@media screen and (max-width: 575px) {
  .translation-list ul {
    display: initial;
  }
  .translation-list ul:first-child {
    padding: 0px;
    margin-bottom: 0px;
    border: none;
  }
  .translation-list ul:last-child {
    padding-left: 0px;
  }
  .translation-list li {
    margin-bottom: 1.5rem;
  }
  .translation-list ul:last-child li:last-child {
    margin-bottom: 0;
  }
  .show-compatible-devices {
    width: 90%;
    height: 80vh;
    padding-top: 5rem;
    padding-bottom: 4.5rem;
  }
  .show-compatible-devices .cf-cross {
    right: -3rem !important;
  }
  .show-compatible-devices .content-modal-compatible-devices {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 70vh;
  }
}
@media screen and (max-width: 1460px) {
  .cf-modal .cf-cross svg path, .cf-modal-std .cf-cross svg path {
    fill: #fff;
  }
}
@media screen and (max-width: 1220px) {
  .link-home {
    display: none;
  }
  .new-blue-btn, .new-clear-btn {
    min-width: 20.5rem;
  }
  #international-esim h1, #prepaid-data-plans h1, #download-ubigi-app h1 {
    font-size: 3.4rem;
  }
  #international-esim p, #prepaid-data-plans p, #download-ubigi-app p, #ubigi-connected-cars p {
    font-size: 1.8rem;
  }
  #international-esim > .container .banner + div, #prepaid-data-plans > .container .banner + div, #ubigi-connected-cars > .container .banner + div {
    padding-left: 3%;
  }
  #international-esim > .container .content, #prepaid-data-plans > .container .content, #download-ubigi-app > .container .content, #ubigi-connected-cars > .container .content {
    max-width: 90%;
    position: relative;
  }
}
@media screen and (max-width: 1200px) {
  .mobile-only {
    display: block;
  }
  .theme_pink .mobile-menu-new-social-icon:hover {
    background: #e41c68;
    border: 0.2rem solid #e41c68;
  }
  .theme_pink .mobile-menu-new-social-icon:hover svg path {
    fill: #fff !important;
    stroke: initial !important;
  }
  .theme_root-page .mobile-menu-new-social-icon:hover {
    background: #008fa4;
    border: 0.2rem solid #008fa4;
  }
  .theme_root-page .mobile-menu-new-social-icon:hover svg path {
    fill: #fff !important;
    stroke: initial !important;
  }
  .theme_orange .mobile-menu-new-social-icon:hover {
    background: #fcc919;
    border: 0.2rem solid #fcc919;
  }
  .theme_orange .mobile-menu-new-social-icon:hover svg path {
    fill: #fff !important;
    stroke: initial !important;
  }
  .mobile-menu-new-my-account:hover {
    text-decoration: none;
    color: #fff !important;
  }
  .mobile-menu-new-my-account:hover svg path {
    fill: #fff !important;
  }
}
@media screen and (max-width: 992px) {
  body.home h2 {
    font-size: 3rem;
  }
  #international-esim > .container .banner, #prepaid-data-plans > .container .banner, #download-ubigi-app > .container .banner, #ubigi-connected-cars > .container .banner {
    display: flex;
    align-items: center;
    padding: 0 10%;
  }
  #international-esim > .container .banner .filter, #prepaid-data-plans > .container .banner .filter, #download-ubigi-app > .container .banner .filter, #ubigi-connected-cars > .container .banner .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
  }
  #international-esim > .container .banner .content, #prepaid-data-plans > .container .banner .content, #download-ubigi-app > .container .banner .content, #ubigi-connected-cars > .container .banner .content {
    text-align: center;
    max-width: 100%;
    position: relative;
    margin-top: 4rem;
    color: #fff;
    margin: 0 auto;
  }
  #international-esim > .container .banner {
    padding: 0 10% 0 10%;
  }
  #choose-os .fullContainer p {
    font-size: 1.6rem;
  }
  #how-to-start {
    width: 100%;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    padding: 0;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    position: relative;
    width: 100vw;
  }
  #how-to-start h3 {
    font-size: 2.4rem;
    margin-bottom: 4.5rem;
  }
  #how-to-start .row div + div {
    border: none;
  }
  #partners .esim-compatible {
    width: 24.5rem;
  }
  #partners .logos-os {
    margin-top: 2.5rem;
    width: 20rem;
  }
  #com-banner .fullContainer {
    background-position: 70% 0;
  }
  #partners {
    padding-bottom: 4.5rem;
  }
  #partners .logos {
    display: inline-block;
  }
  #partners .logos > div {
    margin: 0 2rem;
    display: inline-block;
    width: 9.5rem;
    padding-bottom: 1.5rem;
  }
  #com-banner .fullContainer {
    height: 35rem;
  }
  #com-banner .fullContainer .com-content .message {
    line-height: 3.6rem;
    margin: 3rem 0 3rem 0;
    font-size: 2.8rem;
  }
  #com-banner .fullContainer .com-content .btn a {
    font-size: 1.6rem;
  }
  #newsletter-footer {
    margin-top: -1px;
  }
  #newsletter-footer .fullContainer > .row {
    max-width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }
  #newsletter-footer .fullContainer > .row .head + p {
    width: 100%;
  }
  #newsletter-footer .fullContainer > .row .form-group div:first-child {
    padding-left: 2.5%;
  }
  #newsletter-footer .fullContainer > .row .form-group div + div {
    padding-left: 2.5%;
  }
  #newsletter-footer .fullContainer > .row .form-group {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
  #newsletter-footer .fullContainer > .row .form-group input {
    width: 100%;
  }
  #newsletter-footer .fullContainer > .row .form-group input[type="email"] {
    display: block;
    border-radius: 0.25rem;
  }
  #newsletter-footer .fullContainer > .row .form-group input[type="submit"] {
    display: block;
    border-radius: 3rem;
    padding: 1rem 0;
  }
  #esim-top-dropdown {
    background: #e41c68 !important;
    position: fixed;
    z-index: 1;
  }
  #esim-top-dropdown form {
    margin: 1.7rem 0 1.7rem 0;
    border: none;
  }
  #esim-top-dropdown form select.custom-select {
    border: none;
  }
  #which-device .os {
    min-height: initial;
  }
  #which-device .os .bottom-link {
    position: initial;
    margin-top: 2.5rem;
    margin-left: initial !important;
  }
  #connectivity-for-live .our.first, #connectivity-for-live .our.second {
    padding-left: 0;
  }
  #connectivity-for-live .our.second {
    border-left: 0;
  }
  #portal .portal-content > div.cc div:first-child {
    display: none;
  }
  #portal .portal-content > div .title {
    line-height: 3.9rem;
    margin-bottom: 1.5rem;
  }
  #how-to-use-ubigi .no-pl {
    padding-left: 5% !important;
  }
  #ubigi-key-benefits .banner {
    padding: 0 7%;
  }
  #ubigi-key-benefits .banner .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
  }
  #ubigi-esim-compatible {
    height: 60rem;
    height: auto;
    max-height: 49.4rem;
  }
  #ubigi-esim-compatible > .container .layout {
    padding: 0 7%;
  }
  #ubigi-esim-compatible > .container .layout .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
  }
  #ubigi-esim-compatible > .container .layout .filter + div {
    position: relative;
    text-align: center;
    color: #fff;
  }
  #ubigi-esim-compatible .layout {
    display: table !important;
    width: 100%;
  }
  #ubigi-esim-compatible .layout .filter + div {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: auto;
  }
  #ubigi-esim-compatible h1 {
    font-size: 3.4rem;
    line-height: 4rem;
    margin-top: 0;
  }
  #ubigi-esim-compatible .smallLinks {
    font-size: 1.7rem !important;
  }
  #ubigi-esim-compatible .smallLinks + .smallLinks + .smallLinks {
    margin-right: 0 !important;
  }
  #ubigi-esim-compatible .os-links + .os-links a {
    margin-right: 0 !important;
  }
  #ubigi-for-business > .container .banner {
    padding: 0 7%;
  }
  #ubigi-for-business > .container .banner .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
  }
  #ubigi-for-business > .container .banner .filter + div {
    position: relative;
    text-align: center;
    color: #fff;
  }
  #contact-us-full .banner {
    padding: 0 7%;
  }
  #contact-us-full .banner .content {
    text-align: center;
    margin: 0 auto;
  }
  .cf-modal .cf-cross, .cf-cross-ext, .cf-modal-std .cf-cross {
    position: absolute;
    right: -4.7rem;
    top: -11rem;
    cursor: pointer;
  }
  .cf-cross-ext {
    position: absolute;
    right: -5rem;
    top: -11rem;
    cursor: pointer;
  }
  .cf-modal .cf-cross svg path, .cf-modal-std .cf-cross svg path {
    fill: #373737;
  }
  .cf-modal-close-btn {
    margin-bottom: 2rem !important;
  }
  .cf-modal-close-btn button {
    min-width: 21.1rem !important;
  }
}
@media screen and (max-width: 992px) {
  body.home h2 {
    font-size: 3rem;
  }
  #international-esim > .container .banner, #prepaid-data-plans > .container .banner, #download-ubigi-app > .container .banner, #ubigi-connected-cars > .container .banner {
    display: flex;
    align-items: center;
    padding: 0 10%;
  }
  #international-esim > .container .banner .filter, #prepaid-data-plans > .container .banner .filter, #download-ubigi-app > .container .banner .filter, #ubigi-connected-cars > .container .banner .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
  }
  #international-esim > .container .banner .content, #prepaid-data-plans > .container .banner .content, #download-ubigi-app > .container .banner .content, #ubigi-connected-cars > .container .banner .content {
    text-align: center;
    max-width: 100%;
    position: relative;
    margin-top: 4rem;
    color: #fff;
    margin: 0 auto;
  }
  #international-esim > .container .banner {
    padding: 0 10% 0 10%;
  }
  #choose-os .fullContainer p {
    font-size: 1.6rem;
  }
  #how-to-start {
    width: 100%;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    padding: 0;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    position: relative;
    width: 100vw;
  }
  #how-to-start h3 {
    font-size: 2.4rem;
    margin-bottom: 4.5rem;
  }
  #how-to-start .row div + div {
    border: none;
  }
  #partners .esim-compatible {
    width: 24.5rem;
  }
  #partners .logos-os {
    margin-top: 2.5rem;
    width: 20rem;
  }
  #com-banner .fullContainer {
    background-position: 70% 0;
  }
  #partners {
    padding-bottom: 4.5rem;
  }
  #partners .logos {
    display: inline-block;
  }
  #partners .logos > div {
    margin: 0 2rem;
    display: inline-block;
    width: 9.5rem;
    padding-bottom: 1.5rem;
  }
  #com-banner .fullContainer {
    height: 35rem;
  }
  #com-banner .fullContainer .com-content .message {
    line-height: 3.6rem;
    margin: 3rem 0 3rem 0;
    font-size: 2.8rem;
  }
  #com-banner .fullContainer .com-content .btn a {
    font-size: 1.6rem;
  }
  #newsletter-footer {
    margin-top: -1px;
  }
  #newsletter-footer .fullContainer > .row {
    max-width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }
  #newsletter-footer .fullContainer > .row .head + p {
    width: 100%;
  }
  #newsletter-footer .fullContainer > .row .form-group div:first-child {
    padding-left: 2.5%;
  }
  #newsletter-footer .fullContainer > .row .form-group div + div {
    padding-left: 2.5%;
  }
  #newsletter-footer .fullContainer > .row .form-group {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
  #newsletter-footer .fullContainer > .row .form-group input {
    width: 100%;
  }
  #newsletter-footer .fullContainer > .row .form-group input[type="email"] {
    display: block;
    border-radius: 0.25rem;
  }
  #newsletter-footer .fullContainer > .row .form-group input[type="submit"] {
    display: block;
    border-radius: 3rem;
    padding: 1rem 0;
  }
  #esim-top-dropdown {
    background: #e41c68 !important;
    position: fixed;
    z-index: 1;
  }
  #esim-top-dropdown form {
    margin: 1.7rem 0 1.7rem 0;
    border: none;
  }
  #esim-top-dropdown form select.custom-select {
    border: none;
  }
  #which-device .os {
    min-height: initial;
  }
  #which-device .os .bottom-link {
    position: initial;
    margin-top: 2.5rem;
    margin-left: initial !important;
  }
  #connectivity-for-live .our.first, #connectivity-for-live .our.second {
    padding-left: 0;
  }
  #connectivity-for-live .our.second {
    border-left: 0;
  }
  #portal .portal-content > div.cc div:first-child {
    display: none;
  }
  #portal .portal-content > div .title {
    line-height: 3.9rem;
    margin-bottom: 1.5rem;
  }
  #how-to-use-ubigi .no-pl {
    padding-left: 5% !important;
  }
  #ubigi-key-benefits .banner {
    padding: 0 7%;
  }
  #ubigi-key-benefits .banner .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
  }
  #ubigi-esim-compatible {
    height: 60rem;
    height: auto;
    max-height: 49.4rem;
  }
  #ubigi-esim-compatible > .container .layout {
    padding: 0 7%;
  }
  #ubigi-esim-compatible > .container .layout .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
  }
  #ubigi-esim-compatible > .container .layout .filter + div {
    position: relative;
    text-align: center;
    color: #fff;
  }
  #ubigi-esim-compatible .layout {
    display: table !important;
    width: 100%;
  }
  #ubigi-esim-compatible .layout .filter + div {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: auto;
  }
  #ubigi-esim-compatible h1 {
    font-size: 3.4rem;
    line-height: 4rem;
    margin-top: 0;
  }
  #ubigi-esim-compatible .smallLinks {
    font-size: 1.7rem !important;
  }
  #ubigi-esim-compatible .smallLinks + .smallLinks + .smallLinks {
    margin-right: 0 !important;
  }
  #ubigi-esim-compatible .os-links + .os-links a {
    margin-right: 0 !important;
  }
  #ubigi-for-business > .container .banner {
    padding: 0 7%;
  }
  #ubigi-for-business > .container .banner .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
  }
  #ubigi-for-business > .container .banner .filter + div {
    position: relative;
    text-align: center;
    color: #fff;
  }
  #contact-us-full .banner {
    padding: 0 7%;
  }
  #contact-us-full .banner .content {
    text-align: center;
    margin: 0 auto;
  }
  .cf-modal .cf-cross, .cf-cross-ext {
    position: absolute;
    right: -4.7rem;
    top: -11rem;
    cursor: pointer;
  }
  .cf-cross-ext {
    position: absolute;
    right: -5rem;
    top: -11rem;
    cursor: pointer;
  }
  .cf-modal .cf-cross svg path {
    fill: #373737;
  }
  .cf-modal-close-btn {
    margin-bottom: 2rem !important;
  }
  .cf-modal-close-btn button {
    min-width: 21.1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .blockAssistanceMD, .blockAssistanceCC {
    height: auto;
  }
  .pictoAssistanceMD {
    width: 8rem;
  }
  .pictoAssistanceCC {
    width: 5.8rem;
  }
  h2.titleAssistanceMD, h2.titleAssistanceCC {
    font-size: 2rem;
    font-weight: lighter;
  }
  p.textAssistance {
    margin: 1rem 0 0 0;
  }
  .buttonAssistance {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .pictoAssistanceMD, .pictoAssistanceCC {
    display: block;
    margin: 3rem auto 0 auto;
    text-align: center;
    height: auto;
  }
  .pictoAssistanceCC {
    display: block;
    margin: 3rem auto 0 auto;
    text-align: center;
    height: auto;
  }
  .pictoAssistanceMD {
    width: 9rem;
  }
  .pictoAssistanceCC {
    width: 6.5rem;
  }
  h2.titleAssistanceMD, h2.titleAssistanceCC {
    font-size: 2.1875rem;
    font-weight: lighter;
  }
  #about_page_learn_more .container div.col-lg-3 {
    margin: 0 -1.5em;
  }
  #about_page_learn_more .container div:last-child {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  div[class^="blockAssistance"] {
    padding: 0.95em 0 0 0;
  }
  div[class^="buttonAssistance"] {
    margin: 1em auto 4.5rem auto;
  }
  h2.titleAssistanceMD, h2.titleAssistanceCC {
    font-size: 2.8125rem;
  }
  .pictoAssistanceMD {
    width: 11rem;
  }
  .pictoAssistanceCC {
    width: 7.9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .blockPortalMD, .blockPortalCC {
    width: 34rem;
    height: 19.6rem;
    background-size: cover;
    background-repeat: no-repeat;
    margin: -1.6rem 0 0 0;
  }
  h2.titleMD, h2.titleCC {
    font-size: 1.875rem;
    line-height: 3.8rem;
    font-weight: lighter;
  }
  .buttonCTA {
    margin: 1rem 0 0 2rem;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .blockPortalMD, .blockPortalCC {
    width: 43.2rem;
    height: 24.3rem;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .blockPortalMD {
    margin: 0 0 2rem 0;
  }
  h2.titleMD, h2.titleCC {
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: lighter;
  }
  p.textPortal {
    margin: 1.3rem 0 1.3rem 0;
  }
  .buttonCTA {
    margin: 1rem 0 0 0;
  }
}
@media screen and (max-width: 1500px) {
  body.home .shadow-centered {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: #020024;
    background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, #000 40%, #000 50%, #000 60%, rgba(0, 212, 255, 0) 100%);
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .blockPortalMD {
    margin-bottom: 5.5rem;
  }
  .sell-points .marks div {
    text-align: center;
    margin: 0 auto;
  }
  .sell-points .marks div img {
    float: none !important;
    text-align: center;
  }
  #what-is-ubigi .banner {
    max-height: 27rem;
  }
  #wpcf7-f15022-p14770-o1 form .form-group.row div:first-child, #wpcf7-f14801-p14779-o1 form .form-group.row div:first-child, #wpcf7-f14791-p14774-o1 form .form-group.row div:first-child {
    margin-bottom: 1.5rem;
  }
  #wpcf7-f15022-p14770-o1 form .form-group.row:nth-child(3) div:first-child, #wpcf7-f14801-p14779-o1 form .form-group.row:nth-child(3) div:first-child, #wpcf7-f14791-p14774-o1 form .form-group.row:nth-child(3) div:first-child {
    margin-bottom: 0;
  }
  .cf-modal .btns a, .cf-modal-std .btns a {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  #_container_eSIM_journey_2 {
    overflow: hidden;
  }
  #_container_eSIM_journey_2 .container .row div:nth-child(6) {
    margin-left: 0;
  }
}
.file-upload-container {
  position: relative;
  height: 5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}
.file-upload-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: inherit;
  width: inherit;
}
.file-upload-button-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5rem;
  width: 16rem;
  line-height: 5rem;
  text-align: center;
  border-radius: 4px;
}
.file-upload-button input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  height: 5rem;
  width: 16rem;
  z-index: 5;
}
.file-upload-progress-bar {
  margin: 1.5rem 0;
  height: 2rem;
  width: 0;
  background: #97c042;
  border-radius: 4px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.file-upload-progress-bar.upload {
  width: 100%;
}
.file-upload-filename {
  line-height: 2rem;
  font-size: 1rem;
  color: #495057;
}
.file-upload-remove {
  color: #e41c68;
  cursor: pointer;
  padding-left: 0.5rem;
  cursor: pointer;
}
.file-upload span.wpcf7-not-valid-tip {
  top: 5rem;
  position: relative;
}
@media (max-width: 991px) {
  .wpcf7-form .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.trik-checkbox input {
  display: none;
}
.trik-checkbox input + * {
  display: block;
  padding-left: 3.6rem;
  line-height: 2.4rem;
  position: relative;
  cursor: pointer;
}
.trik-checkbox input + *:before {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -1.2rem 0;
  background: url(../img/checkbox-checked.svg) center center no-repeat;
  background-size: contain;
}
.trik-checkbox input:checked + *:before {
  background: url(../img/checkbox-unchecked.svg) center center no-repeat;
  background-size: contain;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.press-room-featured-block {
  position: relative;
}
.press-room-featured-title-container {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  width: 8rem;
  height: 30rem;
  margin: -15rem 0;
}
.press-room-featured-title {
  color: #676767;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  line-height: 1em;
  font-size: 80%;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-top: 4rem;
}
.press-room-featured-title * {
  margin: 0;
}
.press-room-featured-block .press-room-items {
  padding-left: 8rem;
  position: relative;
  z-index: 10;
}
.press-room-item {
  padding: 1.5rem 0;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.press-room-items:last-child .press-room-item:last-child {
  border-bottom: none;
}
.press-room-featured-block .press-room-item {
  width: 25%;
  border-bottom: none;
  margin-bottom: 0;
  padding: 1.5rem;
}
.press-room-item-image-container {
  width: 9.6rem;
}
.press-room-featured-block .press-room-item-image-container {
  width: 100%;
}
.press-room-item-image-inner {
  position: relative;
  padding-bottom: 100%;
}
.press-room-item-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.press-room-item-image:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.press-room-item-image:hover:after {
  opacity: 1;
}
.press-room-item-body {
  width: calc(100% - 96px);
  padding-left: 1.5rem;
  box-sizing: border-box;
}
.press-room-featured-block .press-room-item-media {
  padding-top: 0.5rem;
}
.press-room-featured-block .press-room-item-image-inner {
  border: 1px solid #232323;
}
.press-room-item-media a {
  display: block;
  color: #676767;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.press-room-item-media a:hover {
  color: black;
}
.press-room-featured-block .press-room-item-media a:hover {
  color: white;
}
.press-room-item-title a {
  color: black;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.press-room-featured-block .press-room-item-title a {
  color: white;
}
.press-room-item-title a:hover {
  color: #008fa4;
}
.press-room-item-author span {
  padding-right: 0.5rem;
  color: #676767;
}
.press-room-item-pubdate {
  position: absolute;
  top: 1.5rem;
  right: 0;
  color: #676767;
}
.press-room-filters {
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  color: #808080;
  font-size: 1.8rem;
}
.press-room-filter-label {
  padding-right: 2rem;
}
.press-room-filter-domain, .press-room-filter-language {
  align-items: center;
}
.press-room-filter-domain-item {
  color: #808080;
  border: 1px solid #808080;
  line-height: 2.6rem;
  padding: 1rem 2rem;
  border-radius: 0.6rem;
  text-transform: uppercase;
  margin-right: 2rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.press-room-filter-domain-item:hover, .press-room-filter-domain-item.active {
  color: white;
  background: #808080;
}
.press-room-filter-domain-item[datatype="md"] {
  border-color: #e41c68;
  color: #e41c68;
}
.press-room-filter-domain-item[datatype="md"]:hover, .press-room-filter-domain-item[datatype="md"].active {
  color: white;
  background: #e41c68;
}
.press-room-filter-domain-item[datatype="cc"] {
  border-color: #fcc919;
  color: #fcc919;
}
.press-room-filter-domain-item[datatype="cc"]:hover, .press-room-filter-domain-item[datatype="cc"].active {
  color: white;
  background: #fcc919;
}
.press-room-filter-domain-item[datatype="u4b"] {
  border-color: #008fa4;
  color: #008fa4;
}
.press-room-filter-domain-item[datatype="u4b"]:hover, .press-room-filter-domain-item[datatype="u4b"].active {
  color: white;
  background: #008fa4;
}
.press-room-filter-domain-item:last-child {
  margin-right: 0;
}
.press-room-select {
  position: relative;
}
.press-room-select-value {
  min-width: 12rem;
}
.press-room-select-value-container {
  color: #808080;
  border: 1px solid #808080;
  line-height: 2.6rem;
  padding: 1rem 2rem;
  border-radius: 0.6rem;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  align-items: center;
}
.collapsed .press-room-select-value-container {
  border-radius: 0.6rem 0.6rem 0 0;
}
.press-room-select-value-container > svg {
  width: 1.4rem;
  height: 1.4rem;
  margin: -0.7rem 0 -0.7rem 1.5rem;
  right: 1rem;
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.collapsed .press-room-select-value-container > svg {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.press-room-select-value-container > svg path {
  fill: #808080;
}
.press-room-select-dropdown-items {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border: 1px solid #808080;
  border-top: none;
  background: white;
  z-index: 10;
}
.press-room-select-dropdown-item {
  padding: 0 1.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.press-room-select-dropdown-item:hover, .press-room-select-dropdown-item.active {
  background: #808080;
  color: white;
}
.press-room-empty-text {
  font-size: 1.8rem;
  color: black;
}
.press-room-loadmore-container {
  padding: 10rem 0;
}
.press-room-loadmore {
  text-align: center;
  cursor: pointer;
  color: #808080;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.press-room-loadmore-container.active .press-room-loadmore {
  animation: load-status 1s infinite linear;
  -o-animation: load-status 1s infinite linear;
  -ms-animation: load-status 1s infinite linear;
  -webkit-animation: load-status 1s infinite linear;
  -moz-animation: load-status 1s infinite linear;
}
@keyframes load-status {
  100% {
    color: black;
  }
}
@-o-keyframes load-status {
  100% {
    color: black;
  }
}
@-ms-keyframes load-status {
  100% {
    color: black;
  }
}
@-webkit-keyframes load-status {
  100% {
    color: black;
  }
}
@-moz-keyframes load-status {
  100% {
    color: black;
  }
}
.press-room-loadmore:hover {
  color: black;
}
.press-room-filter-domain-item-icon {
  display: none;
}
@media (max-width: 991px) {
  .press-room-featured-block .press-room-item {
    width: 50%;
  }
  .press-room-featured-title-container {
    top: 15rem;
  }
  .press-room-filter-domain, .press-room-filter-language {
    flex-direction: column;
    align-items: flex-start;
  }
  .press-room-filter-label {
    padding-right: 0;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .press-room-filter-domain-item {
    padding: 0.5rem;
  }
  .press-room-filter-domain-item span {
    display: none;
  }
  .press-room-filter-domain-item-icon {
    display: block;
    height: 3.4rem;
    width: 5rem;
    position: relative;
  }
  .press-room-filter-domain-item-icon:before, .press-room-filter-domain-item-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .press-room-filter-domain-item-icon:before {
    opacity: 1;
  }
  .press-room-filter-domain-item-icon:after, .press-room-filter-domain-item:hover .press-room-filter-domain-item-icon:before, .press-room-filter-domain-item.active .press-room-filter-domain-item-icon:before {
    opacity: 0;
  }
  .press-room-filter-domain-item:hover .press-room-filter-domain-item-icon:after, .press-room-filter-domain-item.active .press-room-filter-domain-item-icon:after {
    opacity: 1;
  }
  .press-room-filter-domain-item[datatype="md"] .press-room-filter-domain-item-icon:before {
    background: url(../img/filter-md-off.png) center center no-repeat;
    background-size: contain;
  }
  .press-room-filter-domain-item[datatype="cc"] .press-room-filter-domain-item-icon:before {
    background: url(../img/filter-cc-off.png) center center no-repeat;
    background-size: contain;
  }
  .press-room-filter-domain-item[datatype="md"] .press-room-filter-domain-item-icon:after {
    background: url(../img/filter-md-on.png) center center no-repeat;
    background-size: contain;
  }
  .press-room-filter-domain-item[datatype="cc"] .press-room-filter-domain-item-icon:after {
    background: url(../img/filter-cc-on.png) center center no-repeat;
    background-size: contain;
  }
}
@media (max-width: 575px) {
  .home .bg-md, .home .bg-cc, .home .shadow-centered {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .press-room-featured-block .press-room-item {
    width: 100%;
  }
  .press-room-block {
    padding-left: 0;
    padding-right: 0;
  }
  .press-room-select {
    font-size: 80%;
  }
  .press-room-item-title a * {
    font-size: 125%;
    padding-top: 0.5rem;
  }
  .press-room-select-value {
    min-width: 8rem;
  }
  .press-room-featured-title-container {
    display: none;
  }
  .press-room-featured-block .press-room-items {
    padding-left: 0;
  }
  .press-room-item-pubdate {
    position: static;
  }
  .press-room-select-value-container {
    line-height: 2rem;
    padding: 1rem;
  }
  .press-room-filter-domain-item-icon {
    height: 3rem;
    width: 4rem;
  }
  .trustpilot-widget.widget__fixed {
    display: none;
  }
}
.lazy-hidden, .entry img.lazy-hidden, img.thumbnail.lazy-hidden {
  background: transparent !important;
}
@media (max-width: 600px) {
  #accordion .bundle-block {
    justify-content: center;
  }
  #accordion .bundle-item {
    margin: 0 1rem 2rem 1rem;
  }
  #accordion .special-offer {
    text-align: center;
  }
  #accordion .special-offer .imageOfferRates {
    justify-content: center;
  }
  #accordion .about {
    margin-top: 2rem;
    text-align: center;
  }
}
:root {
  --animate-delay: 0.1s;
}
.fz24 {
  font-size: 2.4rem !important;
  line-height: 2.8rem !important;
}
.full-height-section .arrow-down svg, .arrow-down svg {
  height: 2rem;
}
.arrow-down {
  position: absolute !important;
  margin-left: 0 !important;
  transform: translateX(-50%);
  width: initial !important;
}
.bg-blue {
  background-color: #008fa4;
}
/* GO NEXT SECTION */
.go-next-section {
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  position: fixed;
  bottom: 1rem;
  right: 50%;
  background: #008fa4;
  opacity: 1;
  border-radius: 50%;
  transform: translateX(50%);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.go-next-section svg {
  width: 4rem;
  margin-top: 0.7rem;
  filter: brightness(0) invert(1);
}
.go-next-section:hover {
  background: #000;
  border: 0.2rem solid #008fa4;
}
.go-next-section:hover svg {
  filter: brightness(0) saturate(100%) invert(33%) sepia(80%) saturate(1675%) hue-rotate(162deg) brightness(90%) contrast(101%);
}
@media screen and (max-width: 480px) {
  .go-next-section {
    display: none;
  }
}
/* HEADER */
.u4b-layout ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
  justify-content: space-between;
}
/* HOMEPAGE */
.u4b-about {
  overflow: hidden;
}
.u4b-about .slider-reasons .content {
  width: 100%;
  background-size: cover;
  float: right;
}
.u4b-about-main {
  position: absolute;
  z-index: 1;
  bottom: initial;
  line-height: 3.8rem;
  width: 100%;
  justify-content: center;
  height: 100%;
  padding: 0;
}
.u4b-about-main > div {
  width: 50%;
  padding: 0 4rem;
}
.u4b-about-main h1 {
  color: #008fa4 !important;
  position: initial;
  width: initial;
  margin-bottom: 3rem !important;
  width: 80%;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
  display: block;
}
.ubigi-esim-good-reasons.min-992 {
  display: block;
}
.ubigi-esim-good-reasons.max-992 {
  display: none;
}
.u4b-about.ubigi-esim-good-reasons .backdrop-filter-black {
  left: 0 !important;
  background: rgba(255, 255, 255, 0.7);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0.7) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0.7) 100%);
  background: linear-gradient(90deg, #fff 30%, rgba(255, 255, 255, 0.7) 100%);
  filter: contrast(160%) !important;
}
.u4b-about.ubigi-esim-good-reasons .about .content {
  display: flex;
  justify-content: end;
  margin-top: -11.4rem;
}
.u4b-about.ubigi-esim-good-reasons h3 {
  margin: 0 0 2.4rem 0 !important;
}
.u4b-about.ubigi-esim-good-reasons .args {
  justify-content: center;
  margin: 8rem 0;
}
.u4b-about.ubigi-esim-good-reasons .args svg {
  height: 5.2rem;
}
.u4b-about.ubigi-esim-good-reasons .args > div {
  margin: 0 4%;
}
.u4b-about.ubigi-esim-good-reasons .args h4 {
  margin: 0.5rem 0;
}
@-moz-document url-prefix() {
  .u4b-about.ubigi-esim-good-reasons .backdrop-filter-black {
    left: 0 !important;
    background: rgba(255, 255, 255, 0.5);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.5) 100%);
    filter: contrast(160%) !important;
  }
}
.u4b-about-video video {
  width: 75%;
  object-fit: contain;
  height: 95%;
}
.u4b-connect-fleet {
  background-color: #008fa4;
  padding: 6rem 0;
}
.u4b-connect-fleet .args {
  display: flex;
  justify-content: center;
  padding-top: 8rem;
  padding-bottom: 7rem;
}
.u4b-connect-fleet .args > div {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 0 3%;
}
.u4b-connect-fleet .args > div h3 {
  padding-top: 2.6rem;
}
.u4b-connect-fleet .args > .arg:nth-child(1) svg {
  height: 4.3rem;
}
.u4b-connect-fleet .args > .arg:nth-child(2) svg {
  height: 5.1rem;
}
.u4b-connect-fleet .args > .arg:nth-child(3) svg {
  height: 6rem;
}
.u4b-connect-fleet .args > .arg:nth-child(4) svg {
  height: 5rem;
}
.u4b-connect-fleet .args > .arg > div {
  height: 5rem;
  display: flex;
  align-items: end;
}
.u4b-connect-fleet h2 {
  margin: 0 auto;
  font-size: 4rem !important;
  width: 90%;
}
.u4b-connect-fleet h2 span {
  font-style: initial;
}
.u4b-connect-fleet .btn-select-ct {
  position: relative;
  margin: 0 auto;
  display: flex !important;
  justify-content: center;
  margin-top: 0;
}
.u4b-connect-fleet .btn-select-ct button {
  color: #000;
  background: #fff;
  border: 0.2rem solid #fff;
}
.u4b-connect-fleet .btn-select-ct button a {
  color: #008fa4;
}
.u4b-connect-fleet .btn-select-ct button:hover {
  color: #fff;
  background: #008fa4;
  border: 0.2rem solid #fff;
}
.u4b-connect-fleet .btn-select-ct button:hover a {
  color: #fff;
}
.u4b-connect-fleet .cta {
  position: relative;
}
.u4b-connect-fleet .small-line {
  position: absolute;
  font-style: italic;
  right: 5rem;
  bottom: 0;
}
.u4b-coverage {
  background-color: #000;
  min-height: 84.6rem;
}
.u4b-coverage h2 {
  margin: 0 auto;
  font-size: 4rem !important;
  width: 90%;
}
.u4b-coverage .map {
  margin-top: 1rem;
}
.u4b-coverage .map .relative {
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
}
.u4b-coverage .map-legend {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
}
.u4b-coverage .map-legend .chip {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 20rem;
  margin-right: 1rem;
}
.u4b-coverage .map-legend .chip-1 {
  background-color: #008fa4;
}
.u4b-coverage .map-legend .chip-2 {
  background-color: #373737;
}
.u4b-coverage img {
  width: 100%;
}
.u4b-coverage .infos {
  background-color: #fff;
  border-radius: 40rem;
  display: inline-flex;
  flex-direction: column;
  height: 26rem;
  width: 26rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -5rem;
  transform: rotate(-10deg);
}
.u4b-coverage .infos div:nth-child(2) {
  margin: 0.8rem 0;
}
.u4b-why-choose {
  background-color: #f3f3f3;
}
.u4b-why-choose h2 {
  margin: 0 auto;
  font-size: 4rem !important;
  width: 90%;
}
.u4b-why-choose .arrow-down {
  position: absolute !important;
  bottom: 2rem;
  left: 50%;
  margin-left: -2rem;
  z-index: 20;
}
.u4b-why-choose .arrow-down.float-arrow {
  position: fixed !important;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  margin-left: 0;
  transition: all 0.2s ease-in;
}
.u4b-why-choose .arrow-down.float-arrow.op-1 {
  opacity: 1;
}
.u4b-espace {
  min-height: 77.5rem;
}
.u4b-espace > div {
  width: 50%;
}
.u4b-espace .admin {
  background-color: #fff;
}
.u4b-espace .user {
  background-color: #008fa4;
}
.u4b-espace .screen {
  width: 80%;
  margin: 3.4rem auto 3rem auto;
}
.u4b-espace .screen img {
  width: 100%;
}
.u4b-espace .screen > div {
  position: absolute;
  width: 74%;
  left: 50%;
  transform: translate(-50%, -46%);
  top: 50%;
}
.u4b-espace .icons .icon:nth-child(2) {
  padding: 0 5rem;
}
.u4b-espace .icons .icon svg {
  margin-bottom: 2rem;
  height: 6rem;
  width: auto;
}
.u4b-why-choose.grid {
  height: 70vh;
  height: 43vh;
  min-height: 42rem;
}
.u4b-why-choose.grid .btn-select-ct {
  position: absolute;
  z-index: 2;
}
.u4b-why-choose.grid.features .visuel {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.u4b-why-choose.grid.features .content {
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.u4b-why-choose.grid.features .content .infos {
  max-width: 80rem;
}
.u4b-why-choose.grid.features .content ul {
  padding-left: 1.7rem;
}
.u4b-why-choose.grid.features .content ul li {
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #000;
}
.u4b-why-choose.grid.features .content.left .infos {
  position: absolute;
  left: 6rem;
  padding-left: 0;
  padding-right: 4rem;
}
.u4b-why-choose.grid.features .content.left .infos h2 {
  color: #008fa4 !important;
  width: 100%;
}
.u4b-contact {
  position: relative;
  background-color: #f3f3f3;
  color: #008fa4;
  padding: 0 6rem 6rem 6rem;
}
.u4b-contact .gform_fields {
  background: url('/wp-content/themes/ubigi/img/u4b/form-vertical-sep.svg') 0 0 repeat-y;
  background-position: 50%;
  grid-column-gap: 0 !important;
}
.u4b-contact h2 {
  padding: 5rem 0;
}
.u4b-contact .view-col-6 {
  grid-column: span 6 !important;
  margin-right: 7% !important;
}
.u4b-contact .view-col-3 {
  grid-column: span 3 !important;
  margin-left: 11% !important;
}
.u4b-contact .mandatory-infos {
  color: #808080;
  right: 6rem;
  position: absolute;
  top: 6.4rem;
}
.u4b-contact .description {
  position: relative;
  margin-top: -9rem;
}
.u4b-contact .description textarea {
  width: 94% !important;
  height: 10.6rem !important;
}
.contact-form-gravity input[type="text"] {
  margin-bottom: 0 !important;
  line-height: initial !important;
}
.contact-form-gravity input[type="text"]:focus {
  -webkit-appearance: none;
  box-shadow: 0px 0px 0px 2px #373737 inset;
  border: none;
}
.contact-form-gravity input[type="text"]:not(.gf-telephone) {
  border: 1px solid #d3d3d3 !important;
  border-radius: 0.8rem !important;
  background-color: #fff !important;
  margin-top: 0.6rem !important;
  margin-bottom: 2.8rem !important;
  font-size: 2rem !important;
  color: #373737 !important;
  padding: 0.8rem 1.6rem 1rem 1.6rem !important;
  font-family: 'open_sansregular', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.contact-form-gravity .layout-view div {
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0 !important;
}
.contact-form-gravity .layout-view input {
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0 !important;
}
.contact-form-gravity .layout-view label {
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0 !important;
}
.contact-form-gravity .gform_wrapper.gravity-theme fieldset {
  display: flex;
  flex-direction: column;
}
.contact-form-gravity .gform_wrapper.gravity-theme .gfield {
  display: flex;
  flex-direction: column;
  position: relative;
}
.contact-form-gravity .gform_wrapper.gravity-theme .gfield_label {
  font-size: 2rem !important;
  font-weight: initial !important;
  line-height: 2.8rem !important;
  margin-bottom: 0 !important;
  color: #000 !important;
  font-family: 'open_sansregular', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.contact-form-gravity .gform_wrapper.gravity-theme label {
  font-size: 1.8rem !important;
  font-weight: initial !important;
  line-height: 2.2rem !important;
  margin-bottom: 0 !important;
  color: #000 !important;
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.contact-form-gravity .gform_wrapper.gravity-theme .not-a-robot label {
  font-size: 2rem !important;
  font-weight: initial !important;
  line-height: 2.8rem !important;
  margin-bottom: 0 !important;
  color: #000 !important;
  font-family: 'open_sansregular', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  margin-left: 1.8rem;
}
.contact-form-gravity .gform_title {
  display: none;
}
.contact-form-gravity .gfield_required {
  color: #000 !important;
  display: inline-block !important;
  font-size: 13.008px !important;
  padding-left: 0.125em !important;
  top: -2px !important;
  position: relative !important;
  left: -1px !important;
}
.contact-form-gravity .gform_required_legend {
  display: none;
}
.contact-form-gravity .gform_validation_errors {
  display: none !important;
}
.contact-form-gravity .gfield_validation_message {
  text-align: right !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  position: relative;
  bottom: 0;
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.6rem !important;
  margin-top: 0 !important;
  color: #fa4343 !important;
}
.contact-form-gravity #validation_message_1_23 {
  bottom: -0.4rem;
  right: 0;
}
.contact-form-gravity #validation_message_1_22 {
  bottom: 1.8rem;
}
.contact-form-gravity #validation_message_1_24 {
  bottom: 1.8rem;
}
.contact-form-gravity #validation_message_1_25 {
  bottom: 1.8rem;
}
.contact-form-gravity #validation_message_1_27 {
  bottom: 2rem;
}
.contact-form-gravity #validation_message_1_28 {
  bottom: 2rem;
}
.contact-form-gravity #validation_message_1_30 {
  bottom: 2rem;
}
.contact-form-gravity #validation_message_1_36 {
  bottom: 2rem;
}
.contact-form-gravity #validation_message_1_29 {
  right: 5.4rem;
  bottom: -6px;
}
.contact-form-gravity #validation_message_1_34 {
  bottom: -0.8rem;
}
.contact-form-gravity #validation_message_1_35 {
  bottom: -2.2rem;
}
.contact-form-gravity .gfield_error input[type="text"] {
  box-shadow: 0px 0px 0px 2px #fa4343 inset !important;
  border-color: #fa4343;
  background: url('/wp-content/themes/ubigi/img/events/attention-alert-form.svg') white no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: 97% 1.3rem;
  background-size: 2.3rem;
}
.contact-form-gravity .gfield_error input[type="tel"] {
  box-shadow: 0px 0px 0px 2px #fa4343 inset !important;
  border-color: #fa4343;
  background: url('/wp-content/themes/ubigi/img/events/attention-alert-form.svg') white no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: 97% 1.3rem;
  background-size: 2.3rem;
}
.contact-form-gravity .gfield_error textarea {
  box-shadow: 0px 0px 0px 2px #fa4343 inset !important;
  border-color: #fa4343;
  background: url('/wp-content/themes/ubigi/img/events/attention-alert-form.svg') white no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: 98.5% 7.2rem;
  background-size: 2.3rem;
}
.contact-form-gravity .gfield_error.inline-radio .gchoice input + label::before {
  box-shadow: 0px 0px 0px 2px #fa4343 inset !important;
  border-radius: 100rem !important;
}
.contact-form-gravity .gfield_error.inline-radio .gchoice input:checked + label::before {
  box-shadow: initial !important;
}
.contact-form-gravity .gfield_error.inline-checkbox .gchoice input + label::before {
  box-shadow: 0px 0px 0px 2px #fa4343 inset !important;
  border-radius: 0.8rem !important;
}
.contact-form-gravity .gfield_error.inline-checkbox .gchoice input:checked + label::before {
  box-shadow: initial !important;
}
.contact-form-gravity .gfield_error.not-a-robot .gchoice input + label::before {
  box-shadow: 0px 0px 0px 2px #fa4343 inset !important;
  border-radius: 0.8rem !important;
}
.contact-form-gravity .gfield_error.not-a-robot .gchoice input:checked + label::before {
  box-shadow: initial !important;
}
.contact-form-gravity input[type="tel"] {
  padding-left: 5.5rem !important;
}
.contact-form-gravity input[type="tel"]:focus {
  -webkit-appearance: none;
  box-shadow: 0px 0px 0px 2px #373737 inset;
  border: none;
}
.contact-form-gravity input[type="email"]:focus {
  -webkit-appearance: none;
  box-shadow: 0px 0px 0px 2px #373737 inset;
  border: none;
}
.contact-form-gravity input[type="url"]:focus {
  -webkit-appearance: none;
  box-shadow: 0px 0px 0px 2px #373737 inset;
  border: none;
}
.contact-form-gravity input[type="password"]:focus {
  -webkit-appearance: none;
  box-shadow: 0px 0px 0px 2px #373737 inset;
  border: none;
}
.contact-form-gravity input[type="search"]:focus {
  -webkit-appearance: none;
  box-shadow: 0px 0px 0px 2px #373737 inset;
  border: none;
}
.contact-form-gravity textarea {
  border: 1px solid #d3d3d3 !important;
  border-radius: 0.8rem !important;
  background-color: #fff !important;
  margin-top: 0.6rem !important;
  margin-bottom: 2.8rem !important;
  font-size: 2rem !important;
  color: #373737 !important;
  padding: 0.8rem 1.6rem 1rem 1.6rem !important;
  font-family: 'open_sansregular', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.contact-form-gravity textarea:focus {
  -webkit-appearance: none;
  box-shadow: 0px 0px 0px 2px #373737 inset;
  border: none;
}
.contact-form-gravity input[type="text"].gf-telephone {
  border: 1px solid #d3d3d3 !important;
  border-radius: 0.8rem !important;
  background-color: #fff !important;
  margin-bottom: 0 !important;
  font-size: 2rem !important;
  color: #373737 !important;
  padding: 0.8rem 1.6rem 1rem initial;
  font-family: 'open_sansregular', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  padding-top: 0.8rem !important;
  padding-right: 1.6rem !important;
  padding-bottom: 1rem !important;
}
.contact-form-gravity .ginput_container_telephone {
  margin-top: 0.6rem !important;
}
.contact-form-gravity .gfield--type-telephone {
  margin-top: -4.7rem !important;
}
.contact-form-gravity .iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  padding-left: 1.5rem;
  display: flex;
  align-items: center;
  height: 4.6rem !important;
  background-color: transparent !important;
}
.contact-form-gravity .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent !important;
}
.contact-form-gravity .iti__country-list {
  width: 100% !important;
  border: 1px solid #d3d3d3 !important;
  box-shadow: none !important;
  margin-top: -0.3rem !important;
  border-radius: 0 0 8px 8px !important;
  overflow-x: hidden !important;
  width: calc(20.84vw) !important;
}
.contact-form-gravity .iti--separate-dial-code .iti__selected-dial-code {
  font-size: 2rem !important;
  color: #373737 !important;
  font-family: 'open_sansregular', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.contact-form-gravity .iti__country-name {
  font-size: 2rem !important;
  color: #373737 !important;
  font-family: 'open_sansregular', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  padding-left: 1.4rem;
}
.contact-form-gravity .iti__dial-code {
  font-size: 2rem !important;
  color: #373737 !important;
  font-family: 'open_sansregular', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #878787 !important;
}
.contact-form-gravity .iti__country {
  padding: 0.5rem 1.5rem;
}
.contact-form-gravity .inline-radio {
  position: relative;
}
.contact-form-gravity .inline-radio .ginput_container_radio {
  margin-top: 3rem;
}
.contact-form-gravity .inline-radio .ginput_container_radio::after {
  content: " ";
  background: url(/wp-content/themes/ubigi/img/u4b/radio-sep-inline-bar.svg) 0 center repeat-x;
  width: 88%;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 2.2rem;
  z-index: 0;
  left: 6%;
}
.contact-form-gravity .inline-radio .gfield_radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-form-gravity .inline-radio .gfield_radio > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.contact-form-gravity .inline-radio .gfield-choice-input + label {
  max-width: initial !important;
  position: relative;
  margin-top: 1.5rem;
}
.contact-form-gravity .inline-radio .gchoice input {
  display: none;
}
.contact-form-gravity .inline-radio .gchoice input:checked + label::before {
  content: " ";
  background: url(/wp-content/themes/ubigi/img/u4b/radio-button-checked.svg) center center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  top: 0;
  display: inline-block;
  border-radius: 0 !important;
  left: 50%;
  transform: translateX(-50%);
  top: -3.5rem;
}
.contact-form-gravity .inline-radio .gchoice input + label::before {
  content: " ";
  background: url(/wp-content/themes/ubigi/img/u4b/radio-button-unchecked.svg) center center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  top: 0;
  display: inline-block;
  border-radius: 0 !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3.5rem;
  z-index: 1;
}
.contact-form-gravity .inline-radio-en .ginput_container_radio::after {
  content: " ";
  background: url(/wp-content/themes/ubigi/img/u4b/radio-sep-inline-bar.svg) 0 center repeat-x;
  width: 86%;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 2.2rem;
  z-index: 0;
  left: 5%;
}
.contact-form-gravity .inline-checkbox .gfield-choice-input + label {
  position: relative;
}
.contact-form-gravity .inline-checkbox .gchoice input {
  display: none;
}
.contact-form-gravity .inline-checkbox .gchoice input:checked + label::before {
  content: " ";
  background: url(/wp-content/themes/ubigi/img/u4b/checkbox-checked.svg) center center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  top: 0;
  display: inline-block;
  border-radius: 0 !important;
  left: -1.9rem;
  position: absolute;
  top: -0.3rem;
  left: -4.1rem;
}
.contact-form-gravity .inline-checkbox .gchoice input + label::before {
  content: " ";
  background: url(/wp-content/themes/ubigi/img/u4b/checkbox-unchecked.svg) center center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  top: 0;
  display: inline-block;
  border-radius: 0 !important;
  position: absolute;
  top: -0.3rem;
  left: -4.1rem;
}
.contact-form-gravity .inline-checkbox .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 1rem;
  width: 90%;
}
.contact-form-gravity .inline-checkbox .gfield_checkbox .gfield-choice-input + label {
  max-width: initial;
  margin-left: 4rem;
}
.contact-form-gravity .inline-checkbox .gfield_checkbox .gchoice {
  margin-right: 2rem;
  margin-bottom: 1.6rem;
}
.contact-form-gravity .inline-checkbox .gchoice_1_26_1 {
  order: 2;
}
.contact-form-gravity .inline-checkbox .gchoice_3_26_1 {
  order: 2;
}
.contact-form-gravity .inline-checkbox .gchoice_1_26_2 {
  order: 3;
}
.contact-form-gravity .inline-checkbox .gchoice_3_26_2 {
  order: 3;
}
.contact-form-gravity .inline-checkbox .gchoice_1_26_3 {
  order: 4;
}
.contact-form-gravity .inline-checkbox .gchoice_3_26_3 {
  order: 4;
}
.contact-form-gravity .inline-checkbox .gchoice_1_26_4 {
  order: 5;
}
.contact-form-gravity .inline-checkbox .gchoice_3_26_4 {
  order: 5;
}
.contact-form-gravity .inline-checkbox .gchoice_1_26_5 {
  order: 6;
}
.contact-form-gravity .inline-checkbox .gchoice_3_26_5 {
  order: 6;
}
.contact-form-gravity .inline-checkbox .gchoice_1_26_6 {
  order: 1;
}
.contact-form-gravity .inline-checkbox .gchoice_3_26_6 {
  order: 1;
}
.contact-form-gravity .inline-checkbox .gchoice_1_26_7 {
  order: 7;
}
.contact-form-gravity .inline-checkbox .gchoice_3_26_7 {
  order: 7;
}
.contact-form-gravity #field_1_27 {
  margin-top: -1.8rem;
}
.contact-form-gravity #field_1_28 {
  margin-top: -1.8rem;
}
.contact-form-gravity .gchoice.gchoice_3_26_6 {
  opacity: 1;
}
.contact-form-gravity #field_1_36 {
  margin-top: -4.6rem;
}
.contact-form-gravity #field_1_30 {
  margin-top: -4.7rem;
}
.contact-form-gravity #field_1_31 {
  margin-top: -4.7rem;
}
.contact-form-gravity #field_1_34 {
  margin-top: -2.2rem;
}
.contact-form-gravity #field_1_35 {
  margin-top: -2.2rem;
}
.contact-form-gravity #field_1_37 {
  margin-top: -2.2rem;
}
.contact-form-gravity input[type="text"]#input_1_34 {
  margin-bottom: 0 !important;
}
.contact-form-gravity input[type="text"]#input_3_34 {
  margin-bottom: 0 !important;
}
.contact-form-gravity #field_3_27 {
  margin-top: -1.8rem;
}
.contact-form-gravity #field_3_28 {
  margin-top: -1.8rem;
}
.contact-form-gravity #field_3_36 {
  margin-top: -4.6rem;
}
.contact-form-gravity #field_3_30 {
  margin-top: -4.7rem;
}
.contact-form-gravity #field_3_31 {
  margin-top: -4.7rem;
}
.contact-form-gravity #field_3_34 {
  margin-top: -2.2rem;
}
.contact-form-gravity #field_3_35 {
  margin-top: -2.2rem;
}
.contact-form-gravity .gfield--type-hidden {
  display: none !important;
}
.contact-form-gravity .not-a-robot {
  display: flex;
  justify-content: center;
  display: flex !important;
  justify-content: center;
  position: relative;
  top: 1.4rem;
  left: 1.6rem;
}
.contact-form-gravity .not-a-robot legend {
  display: none !important;
}
.contact-form-gravity .not-a-robot .gchoice input + label {
  position: relative;
}
.contact-form-gravity .not-a-robot .gchoice input + label::before {
  content: " ";
  background: url(/wp-content/themes/ubigi/img/u4b/checkbox-unchecked.svg) center center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  top: 0;
  display: inline-block;
  border-radius: 0 !important;
  position: absolute;
  top: 0.3rem;
  left: -3.4rem;
}
.contact-form-gravity .not-a-robot .gchoice input {
  display: none;
}
.contact-form-gravity .not-a-robot .gchoice input:checked + label::before {
  content: " ";
  background: url(/wp-content/themes/ubigi/img/u4b/checkbox-checked.svg) center center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  top: 0;
  display: inline-block;
  border-radius: 0 !important;
  left: -1.9rem;
  position: absolute;
  top: 0.3rem;
  left: -3.4rem;
}
.contact-form-gravity input[type="submit"] {
  font-size: 1.8rem !important;
  font-weight: initial !important;
  color: #fff !important;
  font-family: 'open_sansregular', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background-color: #008fa4;
  width: initial;
  border: 2px solid #008fa4;
  margin: 0 auto;
  margin-top: 4.4rem !important;
  cursor: pointer;
  padding: 2px 23px !important;
}
.contact-form-gravity input[type="submit"]:hover {
  background-color: transparent;
  color: #008fa4 !important;
}
.contact-form-gravity .mb-0 textarea {
  margin-bottom: 0 !important;
}
.contact-form-gravity .mb-0 input {
  margin-bottom: 0 !important;
}
.contact-form-gravity .small-lines {
  color: #808080;
  margin-top: 0.2rem;
  max-width: 60%;
  margin: 0 auto;
}
.contact-form-gravity .small-lines a {
  text-decoration: none;
  color: #808080;
}
.contact-form-gravity .small-lines a:hover {
  text-decoration: underline;
  color: #808080;
}
select:focus {
  -webkit-appearance: none;
  box-shadow: 0px 0px 0px 2px #373737 inset;
  border: none;
}
input.wpcf7-not-valid {
  -webkit-appearance: none;
  box-shadow: 0px 0px 0px 2px #373737 inset;
  border: none;
}
textarea.wpcf7-not-valid {
  -webkit-appearance: none;
  box-shadow: 0px 0px 0px 2px #373737 inset;
  border: none;
}
.gform_confirmation_message_1 {
  margin: 0rem auto 6rem 0;
  text-align: center;
  font-size: 2.8rem;
}
@media screen and (max-width: 1380px) and (-webkit-max-device-pixel-ratio: 1.45) {
  .ubigi-esim-good-reasons .about .content h4 br {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-height: 730px) {
  .ubigi-esim-good-reasons .owl-dots {
    display: block !important;
  }
  .u4b-connect-fleet {
    padding-top: 6rem;
    padding-bottom: 4rem;
    min-height: 72rem;
  }
  .u4b-coverage {
    padding-top: 6rem;
    padding-bottom: 4rem;
    min-height: 66rem;
  }
  .u4b-espace .admin {
    padding-top: 6rem;
    padding-bottom: 4rem;
    min-height: 66rem;
  }
  .u4b-espace .user {
    padding-top: 6rem;
    padding-bottom: 4rem;
    min-height: 66rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .u4b-coverage .infos {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 992px) {
  .u4b-connect-fleet {
    padding-top: 7rem;
    padding-bottom: 8rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .u4b-connect-fleet h2 {
    font-size: 3.2rem !important;
    line-height: 3.8rem;
    width: 100%;
  }
  .u4b-connect-fleet .args {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }
  .u4b-connect-fleet .args > div h3 {
    font-size: 2.4rem !important;
    line-height: 2.8rem !important;
  }
  .u4b-connect-fleet .args > div:last-child {
    margin-bottom: 0;
  }
  .u4b-connect-fleet p {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .u4b-connect-fleet .btn-select-ct {
    margin-top: 4rem;
  }
  .u4b-connect-fleet .small-line {
    position: absolute;
    font-style: italic;
    right: 5rem;
    bottom: 9rem;
    width: 100%;
    right: 0;
  }
  .u4b-coverage {
    padding-top: 7rem;
    padding-bottom: 8rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .u4b-coverage h2 {
    font-size: 3.2rem !important;
    line-height: 3.8rem;
  }
  .u4b-coverage .map .relative {
    width: 100%;
  }
  .u4b-coverage .infos {
    transform: scale(0.64);
    top: -5rem;
  }
  .u4b-coverage p {
    font-size: 1.8rem !important;
    line-height: 2.4rem !important;
  }
  .u4b-why-choose h2 {
    font-size: 3.2rem !important;
    line-height: 3.8rem;
  }
  .u4b-about-main {
    position: relative;
    background-color: #fff;
    justify-content: start;
    padding: 3rem 0;
  }
  .u4b-about-main > div {
    width: 100%;
    padding: 0 2rem;
  }
  .ubigi-esim-good-reasons.min-992 {
    display: none;
  }
  .u4b-about.ubigi-esim-good-reasons.max-992 {
    display: block;
  }
  .u4b-about.ubigi-esim-good-reasons.max-992 .args {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 0 2rem 0;
  }
  .u4b-about.ubigi-esim-good-reasons.max-992 .args h4 {
    font-size: 2rem !important;
    line-height: 2.4rem !important;
  }
  .u4b-about.ubigi-esim-good-reasons.max-992 .args + div {
    display: flex !important;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
  }
  .u4b-about.ubigi-esim-good-reasons .args {
    display: none !important;
  }
  .u4b-about.ubigi-esim-good-reasons .args > div {
    margin: 0 4% 2.4rem 4%;
  }
  .u4b-about.ubigi-esim-good-reasons .slider-reasons .owl-item > div .gradient {
    display: none;
  }
  .u4b-about.ubigi-esim-good-reasons .args + div {
    display: none !important;
  }
  .u4b-espace .admin .icons .icon {
    font-size: 2rem !important;
    line-height: 2.4rem !important;
  }
  .u4b-espace .user .icons .icon {
    font-size: 2rem !important;
    line-height: 2.4rem !important;
  }
  .u4b-espace .icons .icon svg {
    margin-bottom: 1rem;
  }
  .ubigi-esim-good-reasons h1 {
    font-size: 3.6rem;
    line-height: 4rem;
    padding: 0 0 1.4rem 0;
    margin: 0 auto !important;
    text-align: center;
    width: 100%;
  }
  .ubigi-esim-good-reasons h2 br {
    display: none;
  }
  .ubigi-esim-good-reasons .about .content {
    margin-top: -16.4rem !important;
  }
  .ubigi-esim-good-reasons .about .content h4 {
    font-size: 1.8rem !important;
    line-height: 2.2rem !important;
    font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    max-width: 67.8rem;
  }
  .ubigi-esim-good-reasons .backdrop-filter-black {
    display: none;
  }
  .ubigi-esim-good-reasons .slider-reasons .owl-item > div {
    background-size: cover !important;
    background-position: right 0 !important;
    min-height: 56vh;
  }
  .home .ubigi-esim-good-reasons h2.fz32 {
    font-size: 2rem !important;
    line-height: 2.4rem;
    text-align: center;
    font-family: 'open_sansregular', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 0;
    max-width: 76.8rem;
    margin: 0 auto !important;
  }
  h3 {
    font-size: 2.8rem !important;
    line-height: 3.4rem !important;
    margin-bottom: 1rem !important;
  }
  .slider-reasons .owl-dots {
    display: block !important;
    left: initial !important;
    transform: none !important;
    bottom: 6rem !important;
  }
  .u4b-why-choose.justify-content-center h2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .u4b-why-choose.grid {
    display: flex;
    position: relative;
    padding-bottom: 4rem;
    height: initial !important;
    min-height: initial;
  }
  .u4b-why-choose.grid .visuel {
    width: 100% !important;
    display: block !important;
    height: initial !important;
    position: relative !important;
    height: 50vh !important;
    overflow: hidden !important;
  }
  .u4b-why-choose.grid .content {
    width: 100% !important;
    display: block !important;
    height: initial !important;
    position: relative !important;
  }
  .u4b-why-choose.grid .infos {
    position: relative !important;
    left: initial !important;
    right: initial !important;
    margin: 4rem 2rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }
  .u4b-why-choose.grid + .u4b-why-choose.grid .content {
    order: 2;
  }
  .u4b-contact {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .u4b-contact .mandatory-infos {
    position: relative;
    top: 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    right: initial;
    margin-top: -3rem;
    margin-bottom: 2rem;
  }
  .u4b-contact .gform_fields {
    background: none;
  }
  .u4b-contact .view-col-3 {
    margin-left: 0 !important;
  }
  .contact-form-gravity .gfield.gfield--width-third {
    -ms-grid-column-span: 12 !important;
    grid-column: span 12 !important;
    width: 100% !important;
  }
  .contact-form-gravity .inline-radio .ginput_container_radio {
    margin-top: 2.4rem;
  }
  .contact-form-gravity .inline-radio .ginput_container_radio::after {
    content: " ";
    background: url(/wp-content/themes/ubigi/img/u4b/radio-sep-inline-bar.svg) 0 center repeat-x;
    width: 87%;
    height: 2rem;
    display: block;
    position: absolute;
    top: 0.6rem;
    z-index: 0;
    left: 7%;
  }
  .contact-form-gravity .inline-radio legend.gform-field-label::after {
    bottom: 2.6rem;
  }
  .contact-form-gravity .inline-checkbox .gfield_checkbox {
    margin-top: 0.6rem;
  }
  .contact-form-gravity input[type="submit"] {
    margin-top: 1rem !important;
  }
  .contact-form-gravity .inline-radio-en .ginput_container_radio::after {
    content: " ";
    background: url(/wp-content/themes/ubigi/img/u4b/radio-sep-inline-bar.svg) 0 center repeat-x;
    width: 85.6%;
    height: 2rem;
    display: block;
    position: absolute;
    top: 0.6rem;
    z-index: 0;
    left: 5%;
  }
  .contact-form-gravity .iti__country-list {
    width: 94.8vw !important;
  }
  #field_1_23 {
    order: 1;
  }
  #field_1_26 {
    order: 2;
  }
  #field_1_29 {
    order: 3;
    margin-top: -0.8rem;
    padding-top: 0;
  }
  #field_1_29 textarea {
    width: 100% !important;
    height: 20.6rem !important;
  }
  #field_1_24 {
    order: 4;
    margin-bottom: 0;
  }
  #field_1_25 {
    order: 5;
    margin-top: -2.4rem;
  }
  #field_1_27 {
    order: 6;
    margin-top: -2.4rem;
  }
  #field_1_28 {
    order: 7;
    margin-top: -2.4rem;
  }
  #field_1_33 {
    order: 9;
  }
  #field_1_34 {
    order: 11;
    margin-top: -4.2rem !important;
    margin-bottom: 1rem !important;
  }
  #field_1_30 {
    order: 8;
    margin-top: 0;
    margin-top: -2.4rem !important;
  }
  #field_1_31 {
    margin-top: -2.4rem !important;
  }
  #field_1_36 {
    order: 10;
    margin-top: -4rem;
  }
  #field_1_35 {
    order: 12;
    margin-top: -0.8rem !important;
  }
  #field_1_37 {
    order: 12;
    margin-top: -0.8rem !important;
  }
  #field_3_37 {
    order: 12;
    margin-top: -0.8rem !important;
  }
  #field_3_23 {
    order: 1;
  }
  #field_3_26 {
    order: 2;
  }
  #field_3_29 {
    order: 3;
    margin-top: -0.8rem;
    padding-top: 0;
  }
  #field_3_29 textarea {
    width: 100% !important;
    height: 20.6rem !important;
  }
  #field_3_24 {
    order: 4;
    margin-bottom: 0;
  }
  #field_3_25 {
    order: 5;
    margin-top: -2.4rem;
  }
  #field_3_27 {
    order: 6;
    margin-top: -2.4rem;
  }
  #field_3_28 {
    order: 7;
    margin-top: -2.4rem;
  }
  #field_3_33 {
    order: 9;
  }
  #field_3_34 {
    order: 11;
  }
  #field_3_30 {
    order: 8;
    margin-top: 0;
    margin-top: -2.4rem !important;
  }
  #field_3_31 {
    margin-top: -2.4rem !important;
  }
  #field_3_36 {
    order: 10;
    margin-top: -4rem;
  }
  #field_3_35 {
    order: 12;
    margin-top: -0.8rem !important;
  }
  .u4b-about-video video {
    width: 100% !important;
    object-fit: contain !important;
    margin-bottom: -0.6rem !important;
    height: initial !important;
  }
}
@media screen and (max-width: 1300px) and (-webkit-max-device-pixel-ratio: 1.45) {
  .u4b-about-video video {
    width: 80%;
    object-fit: contain;
    margin-bottom: 0;
    height: 90vh;
  }
}
@media screen and (max-width: 1360px) {
  .contact-form-gravity .inline-checkbox .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 1060px) {
  .u4b-espace {
    flex-direction: column;
    min-height: initial !important;
    height: initial !important;
  }
  .u4b-espace .admin {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 6rem;
    padding-left: 4rem;
  }
  .u4b-espace .admin h3 {
    font-size: 3.2rem !important;
    line-height: 3.8rem !important;
  }
  .u4b-espace .user {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 6rem;
    padding-right: 4rem;
  }
  .u4b-espace .user h3 {
    font-size: 3.2rem !important;
    line-height: 3.8rem !important;
  }
}
@media screen and (max-width: 920px) {
  .u4b-connect-fleet .args {
    flex-wrap: wrap;
  }
  .u4b-connect-fleet .args > div {
    width: 29rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .u4b-coverage .infos {
    transform: scale(0.5);
    top: -8rem;
    right: -7rem;
  }
  .u4b-espace .admin {
    padding-top: 7rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .u4b-espace .admin .icons {
    flex-wrap: wrap;
  }
  .u4b-espace .admin .icons .icon {
    width: 15rem;
    padding: 0 0 3rem 0 !important;
  }
  .u4b-espace .user {
    padding-top: 7rem;
    padding-bottom: 4rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .u4b-espace .user .icons {
    flex-wrap: wrap;
  }
  .u4b-espace .user .icons .icon {
    width: 15rem;
    padding: 0 0 3rem 0 !important;
  }
  .u4b-espace .icons .icon:nth-child(2) {
    padding: 0 2rem;
  }
  .contact-form-gravity .small-lines {
    color: #808080;
    margin-top: 0.2rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 660px) {
  .u4b-connect-fleet .args > div {
    width: 50%;
    margin-bottom: 4rem;
  }
  #u4b-connect-fleet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .contact-form-gravity .inline-radio-en .ginput_container_radio::after {
    content: " " !important;
    background: url(/wp-content/themes/ubigi/img/u4b/radio-sep-inline-bar.svg) 0 center repeat-x !important;
    width: 79% !important;
    height: 2rem !important;
    display: block !important;
    position: absolute !important;
    top: 0.6rem !important;
    z-index: 0 !important;
    left: 7% !important;
  }
  .contact-form-gravity .inline-radio .ginput_container_radio::after {
    content: " ";
    background: url(/wp-content/themes/ubigi/img/u4b/radio-sep-inline-bar.svg) 0 center repeat-x;
    width: 84%;
    height: 2rem;
    display: block;
    position: absolute;
    top: 0.6rem;
    z-index: 0;
    left: 8.8%;
  }
}
@media screen and (max-width: 550px) {
  .u4b-partners .owl-next {
    right: -4rem;
  }
  .u4b-partners .owl-prev {
    left: -4rem;
  }
}
@media screen and (max-width: 500px) {
  .contact-form-gravity .inline-radio .gchoice input + label {
    padding: 0 1%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.45) {
  .u4b-why-choose.grid.features .content.left .infos {
    top: 50%;
    transform: translateY(-60%);
  }
  .u4b-why-choose.grid.features .content.right .infos {
    top: 50%;
    transform: translateY(-60%);
  }
  .ubigi-esim-good-reasons .slider-reasons .owl-dots {
    position: absolute;
    bottom: 6rem;
    top: initial;
    text-align: center;
    width: 100%;
    z-index: 10;
    transform: translate(50%) scale(0.8);
    left: -25%;
    z-index: 2;
  }
  .arrow-down {
    display: block !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .u4b-why-choose.grid.features .content.left .infos {
    top: 50%;
    transform: translateY(-60%);
  }
  .u4b-why-choose.grid.features .content.right .infos {
    top: 50%;
    transform: translateY(-60%);
  }
}
/* BOOST PRODUCTIVITY */
.top-benefits-ubigi h1 {
  color: #008fa4;
}
.top-benefits-ubigi .about {
  height: 70%;
}
.top-benefits-ubigi .content {
  padding-left: 5rem;
  padding-right: 10rem;
}
.top-benefits-ubigi .content h1 {
  padding-top: 0;
  margin-top: 0;
  max-width: 70rem;
}
.top-benefits-ubigi .content p {
  max-width: 70rem;
}
.top-benefits-ubigi .gradient {
  display: none;
}
.top-benefits-ubigi .args {
  height: 30%;
  align-items: center;
  justify-content: space-evenly;
}
.top-benefits-ubigi .args > div {
  max-width: 42rem;
  margin: 0 3rem;
}
.top-benefits-ubigi .args .icon {
  margin-right: 2rem;
}
.top-benefits-ubigi .args .icon svg {
  height: 6rem;
  width: auto;
}
.top-benefits-ubigi .args .icon + .info .info {
  margin-top: 1rem;
}
.u4b-why-choose {
  background-color: #f3f3f3;
}
.u4b-why-choose h2 {
  margin: 0 auto;
  font-size: 3.2rem !important;
  width: 90%;
  margin: 0 auto;
  font-size: 4rem !important;
  width: 90%;
}
.u4b-why-choose .arrow-down {
  position: absolute !important;
  bottom: 2rem;
  left: 50%;
  margin-left: -2rem;
  z-index: 20;
}
.u4b-why-choose .arrow-down.float-arrow {
  position: fixed !important;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  margin-left: 0;
  transition: all 0.2s ease-in;
}
.u4b-why-choose .arrow-down.float-arrow.op-1 {
  opacity: 1;
}
.u4b-connect-fleet {
  background-color: #008fa4;
  padding: 6rem 0;
}
.u4b-connect-fleet .args {
  display: flex;
  justify-content: center;
  padding-top: 8rem;
  padding-bottom: 7rem;
}
.u4b-connect-fleet .args > div {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 0 3%;
}
.u4b-connect-fleet .args > div h3 {
  padding-top: 2.6rem;
}
.u4b-connect-fleet .args > .arg:nth-child(1) svg {
  height: 4.3rem;
}
.u4b-connect-fleet .args > .arg:nth-child(2) svg {
  height: 5.1rem;
}
.u4b-connect-fleet .args > .arg:nth-child(3) svg {
  height: 6rem;
}
.u4b-connect-fleet .args > .arg:nth-child(4) svg {
  height: 5rem;
}
.u4b-connect-fleet .args > .arg > div {
  height: 5rem;
  display: flex;
  align-items: end;
}
.u4b-connect-fleet h2 {
  margin: 0 auto;
  font-size: 4rem !important;
  width: 90%;
}
.u4b-connect-fleet h2 span {
  font-style: initial;
}
.u4b-connect-fleet .btn-select-ct {
  position: relative;
  margin: 0 auto;
  display: flex !important;
  justify-content: center;
  margin-top: 0;
}
.u4b-connect-fleet .btn-select-ct button {
  color: #000;
  background: #fff;
  border: 0.2rem solid #fff;
}
.u4b-connect-fleet .btn-select-ct button a {
  color: #008fa4;
}
.u4b-connect-fleet .btn-select-ct button:hover {
  color: #fff;
  background: #008fa4;
  border: 0.2rem solid #fff;
}
.u4b-connect-fleet .btn-select-ct button:hover a {
  color: #fff;
}
.u4b-connect-fleet .cta {
  position: relative;
}
.u4b-connect-fleet .small-line {
  position: absolute;
  font-style: italic;
  right: 5rem;
  bottom: 0;
}
.u4b-coverage h2 {
  margin: 0 auto;
  font-size: 4rem !important;
  width: 90%;
}
.u4b-why-choose.grid {
  height: 70vh;
  height: 43vh;
  min-height: 42rem;
}
.u4b-why-choose.grid .btn-select-ct {
  position: absolute;
  z-index: 2;
}
.u4b-why-choose.grid.features .visuel {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.u4b-why-choose.grid.features .content {
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.u4b-why-choose.grid.features .content .infos {
  max-width: 80rem;
}
.u4b-why-choose.grid.features .content .infos .link {
  display: flex;
}
.u4b-why-choose.grid.features .content .infos .arrow-link {
  position: relative;
  top: 0.2rem;
  margin-left: 0.2rem;
}
.u4b-why-choose.grid.features .content ul {
  padding-left: 1.7rem;
}
.u4b-why-choose.grid.features .content ul li {
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #000;
}
.u4b-why-choose.grid.features .content p {
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #000;
}
.u4b-why-choose.grid.features .content a {
  display: block;
  color: #008fa4;
  text-decoration: none;
}
.u4b-why-choose.grid.features .content a:hover {
  text-decoration: underline;
}
.u4b-why-choose.grid.features .content.left .infos {
  position: absolute;
  left: 6rem;
  padding-left: 0;
  padding-right: 4rem;
}
.u4b-why-choose.grid.features .content.left .infos h2 {
  color: #008fa4 !important;
  width: 100%;
}
.focused-key {
  padding-top: 11.6rem;
  padding-bottom: 11.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.focused-key h3 {
  color: #008fa4;
  max-width: 65rem;
}
.focused-key h4 {
  color: #000;
  max-width: 75rem;
  margin: 1rem 0 2rem 0;
}
@media screen and (max-width: 992px) {
  .top-benefits-ubigi .content {
    width: 100% !important;
    overflow: hidden;
    z-index: 2;
    color: #fff;
    padding-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
  }
  .top-benefits-ubigi .content h1 {
    color: #fff;
    width: 100%;
  }
  .top-benefits-ubigi .content p {
    max-width: 100%;
  }
  .top-benefits-ubigi .content .btn-select-ct {
    text-align: left;
  }
  .top-benefits-ubigi .about {
    position: relative;
    background-color: #000 !important;
  }
  .top-benefits-ubigi .gradient {
    display: block;
    background: linear-gradient(0deg, #000 0%, rgba(0, 212, 255, 0) 100%);
    position: absolute;
    left: 0;
    width: 100%;
    transform: none;
    bottom: 0;
    height: 100%;
  }
  .top-benefits-ubigi .illus {
    position: absolute;
    width: 100% !important;
    height: 50vh;
  }
  .top-benefits-ubigi .args {
    position: relative;
    z-index: 2;
    flex-direction: column;
    padding-bottom: 2rem;
  }
  .top-benefits-ubigi .args > div {
    max-width: 42rem;
    flex-direction: column;
    text-align: center;
    margin-bottom: 3rem;
  }
  .top-benefits-ubigi .args .icon {
    margin-right: 2rem;
    margin-bottom: 1.4rem;
    margin-left: auto;
    margin-right: auto;
  }
  h3 {
    font-size: 2.8rem !important;
    line-height: 3.4rem !important;
    margin-bottom: 1rem !important;
  }
  .u4b-connect-fleet {
    padding-top: 7rem;
    padding-bottom: 8rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .u4b-connect-fleet h2 {
    font-size: 3.2rem !important;
    line-height: 3.8rem;
    width: 100%;
  }
  .u4b-connect-fleet .args {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }
  .u4b-connect-fleet .args > div h3 {
    font-size: 2.4rem !important;
    line-height: 2.8rem !important;
  }
  .u4b-connect-fleet .args > div:last-child {
    margin-bottom: 0;
  }
  .u4b-connect-fleet p {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .u4b-connect-fleet .btn-select-ct {
    margin-top: 4rem;
  }
  .u4b-connect-fleet .small-line {
    position: absolute;
    font-style: italic;
    right: 5rem;
    bottom: 9rem;
    width: 100%;
    right: 0;
  }
  .u4b-coverage {
    padding-top: 7rem;
    padding-bottom: 8rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .u4b-why-choose.justify-content-center h2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .u4b-why-choose.grid {
    display: flex;
    position: relative;
    padding-bottom: 0;
    height: initial !important;
    min-height: initial;
  }
  .u4b-why-choose.grid .visuel {
    width: 100% !important;
    display: block !important;
    height: initial !important;
    position: relative !important;
    height: 50vh !important;
    overflow: hidden !important;
  }
  .u4b-why-choose.grid .content {
    width: 100% !important;
    display: block !important;
    height: initial !important;
    position: relative !important;
  }
  .u4b-why-choose.grid .infos {
    position: relative !important;
    left: initial !important;
    right: initial !important;
    margin: 4rem 2rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }
  .u4b-why-choose.grid + .u4b-why-choose.grid .content {
    order: 2;
  }
  .focused-key {
    padding-top: 4rem;
    padding-bottom: 4.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .focused-key h4 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 992px) and (max-height: 730px) {
  .u4b-connect-fleet {
    padding-top: 6rem;
    padding-bottom: 4rem;
    min-height: 72rem;
  }
}
@media screen and (max-width: 920px) {
  .u4b-connect-fleet .args {
    flex-wrap: wrap;
  }
  .u4b-connect-fleet .args > div {
    width: 29rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-benefits-ubigi .content p {
    max-width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .u4b-connect-fleet .args > div {
    width: 50%;
    margin-bottom: 4rem;
  }
  #u4b-connect-fleet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.45) {
  .u4b-why-choose.grid.features .content.left .infos {
    top: 50%;
    transform: translateY(-60%);
  }
  .u4b-why-choose.grid.features .content.right .infos {
    top: 50%;
    transform: translateY(-60%);
  }
  .arrow-down {
    display: block !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.25) {
  .u4b-why-choose.grid.features .content.left .infos {
    top: 50%;
    transform: translateY(-60%);
  }
  .u4b-why-choose.grid.features .content.right .infos {
    top: 50%;
    transform: translateY(-60%);
  }
}
/* PRICING */
#u4b-pricing-works .args {
  justify-content: space-evenly;
}
#u4b-pricing-works .args > div {
  max-width: 50rem;
  margin: 0 3rem;
}
#u4b-pricing-works .args .icon {
  margin-right: 2rem;
  height: 6rem;
}
#u4b-pricing-works .args .icon + .info .info {
  margin-top: 1rem;
}
#u4b-popular-plans {
  padding: 8rem 0;
}
#u4b-popular-plans .text-content {
  padding: 0 3rem;
}
#u4b-popular-plans .popular-plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#u4b-popular-plans .plan {
  width: 13.6rem;
  height: 13.6rem;
  margin: 0 2.4rem 2rem 0;
  background: #fff;
  border-radius: 1.6rem;
  padding: 1rem;
  position: relative;
  text-align: center;
}
#u4b-popular-plans .plan .details {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#u4b-popular-plans .plan .reseau {
  position: absolute;
  right: 0.9rem;
  top: 0;
}
#u4b-popular-plans .plan .reseau img {
  height: 1rem;
}
#u4b-popular-plans .plan .flag img {
  height: 3rem;
}
#u4b-faq-pricing.grid {
  height: 70vh;
  min-height: 42rem;
  background-color: #fff;
}
#u4b-faq-pricing.grid .btn-select-ct {
  position: absolute;
  z-index: 2;
}
#u4b-faq-pricing.grid.features .visuel {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
#u4b-faq-pricing.grid.features .content {
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#u4b-faq-pricing.grid.features .content .infos {
  max-width: 80rem;
}
#u4b-faq-pricing.grid.features .content .infos .link {
  display: flex;
}
#u4b-faq-pricing.grid.features .content .infos .arrow-link {
  position: relative;
  top: 0.2rem;
  margin-left: 0.2rem;
}
#u4b-faq-pricing.grid.features .content ul {
  padding-left: 1.7rem;
}
#u4b-faq-pricing.grid.features .content ul li {
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #000;
}
#u4b-faq-pricing.grid.features .content p {
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #000;
}
#u4b-faq-pricing.grid.features .content a {
  display: block;
  color: #008fa4;
  text-decoration: none;
}
#u4b-faq-pricing.grid.features .content a:hover {
  text-decoration: underline;
}
#u4b-faq-pricing.grid.features .content.left .infos {
  position: absolute;
  left: 6rem;
  padding-left: 0;
  padding-right: 4rem;
}
#u4b-faq-pricing.grid.features .content.left .infos h2 {
  width: 100%;
}
#u4b-faq-pricing.grid.features .faq-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 10px 0 0;
}
#u4b-faq-pricing.grid.features .faq-content {
  display: none;
  padding: 0;
}
#u4b-faq-pricing.grid.features .faq-arrow {
  transition: transform 0.3s;
}
#u4b-faq-pricing.grid.features .faq-item.active .faq-arrow {
  transform: rotate(0deg);
}
#u4b-advantages .args {
  padding: 6rem 0;
  height: 30%;
  align-items: center;
  justify-content: space-evenly;
}
#u4b-advantages .args > div {
  width: 32rem;
  margin: 0 3rem;
}
#u4b-advantages .args .icon {
  margin-right: 2rem;
}
#u4b-advantages .args .icon img {
  height: 6rem;
}
#u4b-advantages .args .icon + .info .info {
  margin-top: 1rem;
}
@media screen and (max-width: 992px) {
  #u4b-pricing-works .args {
    position: relative;
    z-index: 2;
    flex-direction: column;
    margin-bottom: 0 !important;
  }
  #u4b-pricing-works .args .icon + .info .info {
    margin-bottom: 2rem;
  }
  #u4b-advantages .args {
    position: relative;
    z-index: 2;
    flex-direction: column;
    margin-bottom: 0;
  }
  .args > div {
    flex-direction: column;
    text-align: center;
    margin: 1rem auto 3rem !important;
    width: auto !important;
  }
  .args .icon {
    margin-right: 2rem;
    margin-bottom: 1.4rem;
    margin-left: auto;
    margin-right: auto !important;
  }
  #u4b-popular-plans {
    padding: 5rem 0;
  }
  #u4b-popular-plans .align-content-center {
    flex-direction: column;
    margin: 0 auto;
  }
  #u4b-popular-plans .text-content {
    width: 100% !important;
    text-align: center;
  }
  #u4b-popular-plans .text-content h2 {
    text-align: center !important;
  }
  #u4b-popular-plans .text-content p {
    text-align: center !important;
  }
  #u4b-popular-plans .text-content .btn-select-ct {
    justify-content: center !important;
  }
  #u4b-popular-plans .popular-plans {
    margin-top: 3rem;
    width: 100% !important;
    padding: 0;
  }
  #u4b-popular-plans .popular-plans .plan {
    margin: 0 1rem 2rem;
  }
  #u4b-faq-pricing.grid {
    display: flex;
    position: relative;
    padding-bottom: 0;
    height: initial !important;
    min-height: initial;
  }
  #u4b-faq-pricing.grid .visuel {
    width: 100% !important;
    display: block !important;
    height: initial !important;
    position: relative !important;
    height: 50vh !important;
    overflow: hidden !important;
  }
  #u4b-faq-pricing.grid .content {
    width: 100% !important;
    display: block !important;
    height: initial !important;
    position: relative !important;
  }
  #u4b-faq-pricing.grid .infos {
    position: relative !important;
    left: initial !important;
    right: initial !important;
    margin: 4rem 2rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }
  #u4b-faq-pricing.grid + #u4b-faq-pricing.grid .content {
    order: 2;
  }
}
/* WHY CHOOSE UBG */
#u4b-empower-your-business {
  background: url('/wp-content/themes/ubigi/img/u4b/u4b-empower-bg.png') center no-repeat;
  background-size: cover;
}
#u4b-empower-your-business .args {
  display: flex;
  justify-content: space-evenly;
  padding: 3rem 0;
}
#u4b-empower-your-business .args > div {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#u4b-empower-your-business .args > div p {
  padding-top: 2.6rem;
  color: #000;
}
#u4b-empower-your-business .args > .arg > div {
  height: 5rem;
  display: flex;
  align-items: end;
}
#u4b-empower-your-business .args > .arg > div img {
  height: 6rem;
}
#u4b-empower-your-business .available-in {
  border-radius: 2.9rem;
  padding: 2rem 4rem 3rem;
  width: fit-content;
  margin: 0 auto 4rem;
}
#u4b-empower-your-business .available-in img {
  max-height: 6rem;
}
#u4b-empower-your-business .available-in .physical-sim, #u4b-empower-your-business .available-in .esim {
  width: 18rem;
}
#u4b-empower-your-business .btn-select-ct {
  margin: 0 auto;
}
@media screen and (min-width: 992px) and (max-width: 1100px) and (-webkit-min-device-pixel-ratio: 1.25) {
  #u4b-coverage .map img {
    max-width: 90rem !important;
  }
}
#u4b-ease-of-use {
  padding: 5rem 4rem 6rem;
}
#u4b-ease-of-use .args {
  padding: 0;
  height: 30%;
  align-items: flex-start;
  justify-content: space-evenly;
}
#u4b-ease-of-use .args img {
  height: 6rem;
}
#u4b-ease-of-use .args .icon {
  margin-right: 2rem;
}
#u4b-ease-of-use .args > div {
  width: 40rem;
  margin: 0 3rem;
}
#u4b-finance-management {
  padding: 5rem 6rem;
}
#u4b-finance-management .args {
  height: 30%;
  align-items: flex-start;
  justify-content: space-evenly;
}
#u4b-finance-management .args img {
  height: 6rem;
}
#u4b-finance-management .args .icon {
  margin-right: 2rem;
}
#u4b-finance-management .args > div {
  width: 45rem;
  margin: 0 3rem;
}
#u4b-finance-management .args > div a {
  text-decoration: underline;
  color: #fff;
}
#u4b-finance-management .args > div a:hover {
  text-decoration: none;
}
#u4b-sim-management {
  padding: 6rem 6rem 7rem;
  position: relative;
}
#u4b-sim-management .u4b-sim-management-layout > div {
  width: 50%;
}
#u4b-sim-management .u4b-sim-management-layout > div:nth-child(2) {
  padding: 0 0 0 5rem;
}
#u4b-sim-management .u4b-sim-management-layout .screen {
  width: 100%;
  margin: 3.4rem auto 3rem auto;
}
#u4b-sim-management .u4b-sim-management-layout .screen > div {
  position: absolute;
  width: 74%;
  left: 50%;
  transform: translate(-50%, -46%);
  top: 50%;
}
#u4b-sim-management .u4b-sim-management-layout .screen img {
  width: 100%;
}
#u4b-sim-management .u4b-sim-management-layout .icons .icon:nth-child(2) {
  padding: 0 5rem;
}
#u4b-discover-ntt {
  padding: 3.2rem 6rem;
}
#u4b-discover-ntt .transparent-button {
  display: block;
  border: 0.2rem solid #fff;
  border-radius: 3rem;
  padding: 0.8rem 2rem 0.9rem 2rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#u4b-discover-ntt .transparent-button:hover {
  color: #000;
  background: #fff;
}
#u4b-discover-ntt .white-button {
  display: block;
  border: 0.2rem solid #fff;
  border-radius: 3rem;
  padding: 0.8rem 2rem 0.9rem 2rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  background: #fff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#u4b-discover-ntt .white-button:hover {
  color: #fff;
  background: transparent;
}
@media screen and (max-width: 992px) {
  #u4b-empower-your-business {
    padding-top: 7rem;
    padding-bottom: 8rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  #u4b-empower-your-business .args {
    position: relative;
    z-index: 2;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #u4b-empower-your-business .args > div {
    max-width: 42rem;
    flex-direction: column;
    align-content: center;
    text-align: center;
    margin-bottom: 3rem !important;
    width: auto !important;
    margin: 0 auto;
  }
  #u4b-empower-your-business .available-in .sim-formats {
    flex-direction: column;
  }
  #u4b-empower-your-business .available-in .sim-formats .available-or {
    margin-bottom: 1.5rem;
  }
  #u4b-empower-your-business .available-in .physical-sim, #u4b-empower-your-business .available-in .esim {
    margin: 0 auto;
  }
  #u4b-ease-of-use .args {
    position: relative;
    z-index: 2;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #u4b-ease-of-use .args > div {
    max-width: 42rem;
    flex-direction: column;
    align-content: center;
    text-align: center;
    margin-bottom: 3rem !important;
    width: auto !important;
    margin: 0 auto;
  }
  #u4b-ease-of-use .args.icon {
    margin-right: 2rem;
    margin-bottom: 1.4rem;
    margin-left: auto;
    margin-right: auto !important;
  }
  #u4b-finance-management {
    padding: 5rem 3rem;
  }
  #u4b-finance-management .args {
    position: relative;
    z-index: 2;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #u4b-finance-management .args > div {
    max-width: 42rem;
    flex-direction: column;
    align-content: center;
    text-align: center;
    margin-bottom: 3rem !important;
    width: auto !important;
    margin: 0 auto;
  }
  #u4b-finance-management .args.icon {
    margin-right: 2rem;
    margin-bottom: 1.4rem;
    margin-left: auto;
    margin-right: auto !important;
  }
  #u4b-sim-management {
    padding: 6rem 3rem 7rem;
  }
  #u4b-sim-management .u4b-sim-management-layout {
    flex-direction: column;
  }
  #u4b-sim-management .u4b-sim-management-layout > div {
    width: 100%;
  }
  #u4b-sim-management .u4b-sim-management-layout > div:nth-child(2) {
    padding: 0;
  }
  #u4b-sim-management .u4b-sim-management-layout .icons .icon:nth-child(2) {
    padding: 0 3rem;
  }
  #u4b-discover-ntt {
    padding: 3.2rem 3rem;
  }
  #u4b-discover-ntt .button {
    flex-direction: column;
  }
  #u4b-discover-ntt .button > a {
    text-align: center;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #u4b-sim-management .u4b-sim-management-layout .icons {
    flex-wrap: wrap;
  }
  #u4b-sim-management .u4b-sim-management-layout .icons .icon {
    margin-bottom: 2rem;
  }
}
/* SLIDER PARTENAIRES */
.u4b-partners {
  padding: 5rem 0 2rem 0;
  background-color: #fff;
}
.u4b-partners h2 {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-bottom: 1rem !important;
}
.u4b-partners .partners {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.u4b-partners .partners .owl-stage {
  display: flex;
  justify-content: space-around;
  margin: 4rem auto 6rem auto;
}
.u4b-partners .partners .owl-stage .owl-item {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
}
.u4b-partners .owl-stage-outer {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.u4b-partners .owl-dots {
  display: none;
}
.u4b-partners .owl-nav {
  position: absolute;
  top: 8.4rem;
  width: 100%;
}
.u4b-partners .owl-nav button span {
  display: none;
}
.u4b-partners .owl-prev {
  background: url('/wp-content/themes/ubigi/img/u4b/left-arrow.svg') 0 0 no-repeat;
  width: 4.2rem;
  height: 8rem;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  left: -8rem;
  position: absolute;
  cursor: pointer;
  background-size: cover;
}
.u4b-partners .owl-next {
  background: url('/wp-content/themes/ubigi/img/u4b/right-arrow.svg') 0 0 no-repeat;
  width: 4.2rem;
  height: 8rem;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  right: -8rem;
  position: absolute;
  cursor: pointer;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .u4b-partners {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 760px) {
  .u4b-partners .owl-next {
    right: -5rem;
  }
  .u4b-partners .owl-prev {
    left: -5rem;
  }
}
@media screen and (max-width: 550px) {
  .u4b-partners .owl-next {
    right: -4rem;
  }
  .u4b-partners .owl-prev {
    left: -4rem;
  }
}
/* MODAL */
.modal-whitepaper {
  background-color: #fff;
  position: fixed;
  top: 50%;
  width: 80%;
  padding: 7rem 4rem 7.5rem;
  z-index: 100000;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.8rem;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.5);
  max-width: 100rem;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  display: none;
}
.modal-whitepaper .gform_heading {
  display: none;
}
.modal-whitepaper .gfield_required {
  color: #000 !important;
  display: inline-block !important;
  font-size: 13.008px !important;
  padding-left: 0.125em !important;
  top: -2px !important;
  position: relative !important;
}
.modal-whitepaper .gfield_label {
  margin-top: -2rem !important;
  font-size: 2rem !important;
  font-weight: initial !important;
  line-height: 2.8rem !important;
  margin-bottom: 0 !important;
  color: #000 !important;
  font-family: 'open_sansregular', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.modal-whitepaper .gform_footer.top_label {
  justify-content: center;
}
.modal-whitepaper #gform_fields_1, .modal-whitepaper #gform_fields_3, .modal-whitepaper #gform_fields_4, .modal-whitepaper #gform_fields_5 {
  padding: 0 10rem;
}
.modal-whitepaper input {
  border: 1px solid #d3d3d3 !important;
  border-radius: 0.8rem !important;
  background-color: #fff !important;
  margin-top: 0.8rem !important;
  font-size: 2rem !important;
  color: #373737 !important;
  padding: 0.8rem 1.6rem 1rem 1.6rem !important;
  font-family: 'open_sansregular', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  height: 4.7rem;
  box-shadow: none !important;
}
.modal-whitepaper input[type="submit"] {
  font-size: 1.8rem !important;
  font-weight: initial !important;
  color: #fff !important;
  font-family: 'open_sansregular', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background-color: #008fa4 !important;
  width: initial;
  border: 2px solid #008fa4 !important;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: 0 !important;
  cursor: pointer;
  height: 4.4rem;
  padding: 0.9rem 2rem !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: uppercase;
  border-radius: 3rem !important;
}
.modal-whitepaper input[type="submit"]:hover {
  background-color: transparent !important;
  color: #008fa4 !important;
}
.modal-whitepaper #field_1_4, .modal-whitepaper #field_3_4, .modal-whitepaper #field_4_4, .modal-whitepaper #field_5_4 {
  margin-bottom: 2rem;
}
.modal-whitepaper .cf-cross {
  position: absolute;
  right: -10rem;
  top: -9.5rem;
  cursor: pointer;
}
.modal-whitepaper .modal-title {
  color: #008fa4;
  margin-bottom: 4rem;
  font-size: 4rem;
  line-height: 4.5rem;
  text-align: center;
}
.modal-whitepaper p {
  font-size: 2.6rem;
  line-height: 3.2rem;
  color: #000;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 5rem;
  padding: 0 0.3rem;
}
.cf-modal-overlay-view {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.cf-modal-view {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.cf-modal-view .cf-cross img {
  width: 13rem;
}
@media screen and (max-width: 800px) {
  .modal-whitepaper #gform_fields_1 {
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .modal-whitepaper {
    width: 90%;
    height: 80vh;
    padding: 5rem 3rem 5.5rem;
  }
  .modal-whitepaper input[type="submit"] {
    line-height: 0 !important;
  }
  .modal-whitepaper .modal-title {
    font-size: 2.8rem !important;
    line-height: 3.2rem !important;
  }
  .modal-whitepaper .cf-cross {
    right: -3rem !important;
  }
  .modal-whitepaper .content-modal {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 70vh;
  }
}
button.cta-white {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 500;
  padding: 0.9rem 2rem;
  border-radius: 10rem !important;
  color: #008fa4;
  background-color: #fff;
  border: 2px solid #fff;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  user-select: none;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
button.cta-white:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
button.cta-blue {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 500;
  padding: 0.9rem 2rem;
  border-radius: 10rem !important;
  color: #fff;
  background-color: #008fa4;
  border: 2px solid #008fa4;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  user-select: none;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
button.cta-blue:hover {
  color: #008fa4;
  background-color: transparent;
  border-color: #008fa4;
}
#blog-search {
  position: relative;
  min-height: 60vh;
}
#blog-search .tab {
  display: block;
  position: absolute;
  right: 2rem;
}
#blog-search .tab .mvno-year-blog {
  display: inline;
  bottom: 0;
  position: relative;
  width: 12rem;
  transform: rotate(12deg);
}
#blog-search .blog-video {
  overflow: hidden;
  width: 100vw;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #000;
}
#blog-search .blog-video video {
  position: absolute;
  right: 0;
  height: 120%;
  bottom: -10%;
}
#blog-search .blog-side-infos {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 60vh;
  padding: 3rem 5rem;
}
#blog-search .blog-side-infos .search-form form {
  display: flex;
  align-items: center;
  justify-content: center;
}
#blog-search .blog-side-infos .search-form form input {
  width: calc(100% - 3rem);
  max-width: 40rem;
  padding: 0.9rem 2rem;
  border-radius: 0.8rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  border: none;
  padding-left: 5.2rem;
  background: url(/wp-content/themes/ubigi/img/search-icon.svg) 1.8rem center no-repeat;
  background-size: 2rem;
  background-color: #fff;
}
#blog-search .blog-side-infos .search-form form button {
  margin-left: 2rem;
}
#blog-search .blog-side-infos .blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
#blog-search .blog-side-infos .gradiant {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #000 85%, #000 70 100%);
  z-index: -1;
}
#blog-search .blog-side-infos .tags {
  max-width: 60rem;
  margin: 0 auto;
}
#blog-search .blog-side-infos .tags a {
  text-decoration: none;
}
#blog-search .blog-side-infos .tags .tag-label {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0.4rem 1.2rem;
  border-radius: 0.8rem;
  margin-right: 0.8rem;
  transition: all 0.2s ease-in;
}
#blog-search .blog-side-infos .tags .tag-label:hover {
  background: rgba(255, 255, 255, 0.4);
}
#destinations {
  padding: 4.5rem 3rem;
}
#destinations p {
  max-width: 120rem;
  margin: 0 auto;
}
#destinations .destinations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  align-items: stretch;
  max-width: 120rem;
  width: calc(100% - 3rem);
  margin: 0 auto;
}
#destinations .destinations-grid .destination-post {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 25rem;
  width: 100%;
}
#destinations .destinations-grid .destination-post:nth-child(1) {
  justify-self: start;
}
#destinations .destinations-grid .destination-post:nth-child(2) {
  justify-self: center;
}
#destinations .destinations-grid .destination-post:nth-child(3) {
  justify-self: center;
}
#destinations .destinations-grid .destination-post:nth-child(4) {
  justify-self: end;
}
#destinations .destinations-grid .destination-post a {
  text-decoration: none;
}
#destinations .destinations-grid .destination-thumbnail {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  max-width: 25rem;
}
#destinations .destinations-grid .destination-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#preparing-trip {
  padding: 4.5rem 3rem;
}
#preparing-trip p {
  max-width: 120rem;
  margin: 0 auto;
}
#preparing-trip a {
  text-decoration: none;
  color: #000;
}
#preparing-trip a:not(:last-child) .preparing-trip-post {
  border-bottom: 1px solid #d3d3d3 50;
  padding-bottom: 3rem;
}
#preparing-trip a:not(:first-child) .preparing-trip-post {
  padding-top: 3rem;
}
#preparing-trip .preparing-trip-table {
  max-width: 120rem;
  width: calc(100% - 3rem);
  margin: 0 auto;
}
#preparing-trip .preparing-trip-post {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#preparing-trip .preparing-trip-post .thumbnail {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  max-width: 14rem;
  margin-right: 2.5rem;
  border: 1px solid #d3d3d3;
}
#preparing-trip .preparing-trip-post .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#preparing-trip .preparing-trip-post .details-post {
  width: 100%;
  padding-right: 5rem;
}
#preparing-trip .preparing-trip-post .details-post .date {
  color: #808080;
}
#preparing-trip .preparing-trip-post .read-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#preparing-trip .preparing-trip-post .read-cta button {
  min-width: fit-content;
}
#activities {
  padding: 4.5rem 3rem;
}
#activities p {
  max-width: 120rem;
  margin: 0 auto;
}
#activities .activities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  align-items: stretch;
  max-width: 120rem;
  width: calc(100% - 3rem);
  margin: 0 auto;
}
#activities .activities-grid .activity-post {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 25rem;
  width: 100%;
}
#activities .activities-grid .activity-post:nth-child(1) {
  justify-self: start;
}
#activities .activities-grid .activity-post:nth-child(2) {
  justify-self: center;
}
#activities .activities-grid .activity-post:nth-child(3) {
  justify-self: center;
}
#activities .activities-grid .activity-post:nth-child(4) {
  justify-self: end;
}
#activities .activities-grid .activity-post a {
  text-decoration: none;
}
#activities .activities-grid .activity-thumbnail {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  max-width: 25rem;
}
#activities .activities-grid .activity-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#pub {
  background: url('/wp-content/themes/ubigi/img/blog/pub-banner.png') right 0 no-repeat;
  background-size: cover;
}
#pub a.cover-link {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#pub .content {
  position: relative;
  width: 50%;
  height: 100%;
  padding: 6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#pub .content > div {
  position: relative;
  z-index: 4;
}
#pub .content .textual-content {
  max-width: 56rem;
}
#pub .content .logo svg {
  width: 17rem;
  height: auto;
  margin-bottom: 2.5rem;
}
#pub .content .blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2;
}
#pub .content .args {
  width: 100%;
  justify-content: center;
  margin: 4rem 0 5rem;
}
#pub .content .args .arg {
  margin: 0 2rem;
}
#pub .content .download-app {
  margin-top: 6rem;
  width: 100%;
  max-width: 58rem;
}
#pub .content .download-app img {
  height: 5.5rem;
}
#pub .content button.cta-blue {
  text-transform: none;
}
#category {
  padding: 4.5rem 3rem;
}
#category .back-link {
  display: flex;
  position: absolute;
  top: 5rem;
  left: 0;
  margin-left: 5rem;
}
#category .back-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#category .back-link svg {
  width: 1.5rem;
}
#category .back-link div + div {
  color: #d3d3d3;
  font-size: 1.6rem;
  position: relative;
  top: -0.3rem;
  left: 0.6rem;
}
#category .back-link:hover div + div {
  color: #d3d3d3;
  text-decoration: underline;
}
#posts-results-category {
  padding: 4.5rem 3rem;
}
#posts-results-category .posts-results-category-grid {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
#posts-results-category .posts-results-category-grid .column {
  float: left;
}
#posts-results-category .posts-results-category-grid .size-1of3 {
  width: 33.333%;
  padding: 0 2%;
}
#posts-results-category .posts-results-category-grid .size-1of2 {
  width: 50%;
  padding: 0 2%;
}
#posts-results-category .posts-results-category-grid .post {
  background-color: #fff;
  border: 1px solid #808080;
  max-width: 41rem;
  margin: 0 3.4rem 6rem 3.4rem;
  position: relative;
  box-shadow: 0 0 20px 6px rgba(0, 0, 0, .1);
  border-radius: 8px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
#posts-results-category .posts-results-category-grid .post:nth-child(-n+2) {
  display: block;
}
#posts-results-category .posts-results-category-grid .post .thumbnail img {
  width: 100%;
  height: auto;
}
#posts-results-category .posts-results-category-grid .post .thumbnail .popular-badge {
  position: absolute;
  width: 6rem;
  height: 100%;
}
#posts-results-category .posts-results-category-grid .post .overview {
  padding: 2.8rem 3rem 2.4rem 3rem;
}
#posts-results-category .posts-results-category-grid .post .overview h2 {
  margin: 0 0 6.2rem;
}
#posts-results-category .posts-results-category-grid .post .date {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #808080;
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5rem;
}
#posts-results-category .posts-results-category-grid .post .read-more {
  background: url(/wp-content/themes/ubigi/img/press-center/read-more.svg) 0 0 no-repeat;
  width: 6rem;
  height: 6rem;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  z-index: 1;
  background-size: contain;
}
#posts-results-category .posts-results-category-grid .post:hover .read-more {
  background: url(/wp-content/themes/ubigi/img/press-center/read-more-hover.svg) 0 0 no-repeat;
  width: 6rem;
  height: 6rem;
  background-size: contain;
}
#posts-results-category .posts-results-category-grid a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#posts-results-category .posts-results-category-grid#grid[data-columns]::before {
  content: "3 .column.size-1of3" !important;
}
#filter-by {
  padding: 3rem 4rem;
  padding: 3rem 4rem;
}
#filter-by #filter-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
#filter-by #filter-form .filters {
  width: calc(100% - 3rem);
  display: flex;
  justify-content: space-evenly;
  width: calc(100% - 3rem);
  display: flex;
  justify-content: space-evenly;
}
#filter-by #filter-form .dropdown-destinations-blog {
  max-width: 30rem;
  width: 100%;
  margin: 0 1rem;
  max-width: 30rem;
  width: 100%;
  margin: 0 1rem;
}
#filter-by #filter-form .dropdown-activities-blog {
  max-width: 30rem;
  width: 100%;
  margin: 0 1rem;
  max-width: 30rem;
  width: 100%;
  margin: 0 1rem;
}
#filter-by #filter-form .dropdown-preparing-trip-blog {
  max-width: 30rem;
  width: 100%;
  margin: 0 1rem;
}
#filter-by #filter-form .searchbar {
  max-width: 28rem;
  width: 100%;
  margin: 0 1rem;
  max-width: 28rem;
  width: 100%;
  margin: 0 1rem;
}
#filter-by #filter-form .searchbar input {
  height: 5.2rem;
  margin-left: 0;
  background: white;
  border: 1px solid #ced4da;
  border-radius: 6px;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding-left: 5.2rem;
  background: url(/wp-content/themes/ubigi/img/search-icon-blog.svg) 1.8rem center no-repeat;
  background-size: 2rem;
  background-color: #fff;
  height: 5.2rem;
  margin-left: 0;
  background: white;
  border: 1px solid #ced4da;
  border-radius: 6px;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding-left: 5.2rem;
  background: url(/wp-content/themes/ubigi/img/search-icon-blog.svg) 1.8rem center no-repeat;
  background-size: 2rem;
  background-color: #fff;
}
#filter-by #filter-form .select-destination-blog-container {
  height: 5.2rem;
  margin-left: 0;
  background: white;
  border: 1px solid #ced4da;
  border-radius: 6px 6px 0 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  height: 5.2rem;
  margin-left: 0;
  background: white;
  border: 1px solid #ced4da;
  border-radius: 6px 6px 0 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
#filter-by #filter-form .select-destination-blog-container:hover {
  background: #eee;
  background: #eee;
}
#filter-by #filter-form .select-activity-blog-container {
  height: 5.2rem;
  margin-left: 0;
  background: white;
  border: 1px solid #ced4da;
  border-radius: 6px 6px 0 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  height: 5.2rem;
  margin-left: 0;
  background: white;
  border: 1px solid #ced4da;
  border-radius: 6px 6px 0 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
#filter-by #filter-form .select-activity-blog-container:hover {
  background: #eee;
  background: #eee;
}
#filter-by #filter-form .select-preparing-trip-blog-container {
  height: 5.2rem;
  margin-left: 0;
  background: white;
  border: 1px solid #ced4da;
  border-radius: 6px 6px 0 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
#filter-by #filter-form .select-preparing-trip-blog-container:hover {
  background: #eee;
}
#filter-by #filter-form .select-destination-blog-container.collapsed {
  border-radius: 6px;
  border-radius: 6px;
}
#filter-by #filter-form .select-activity-blog-container.collapsed {
  border-radius: 6px;
  border-radius: 6px;
}
#filter-by #filter-form .select-preparing-trip-blog-container.collapsed {
  border-radius: 6px;
}
#filter-by #filter-form .select-destination-blog-selected {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 1.8rem;
  z-index: 10;
  padding: 1rem 1rem 1rem 1.5rem;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 1.8rem;
  z-index: 10;
  padding: 1rem 1rem 1rem 1.5rem;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#filter-by #filter-form .select-destination-blog-selected svg {
  display: block;
  position: absolute;
  right: 15px;
  width: 22px;
  height: 22px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 1.4rem;
  right: 2rem;
  display: block;
  position: absolute;
  right: 15px;
  width: 22px;
  height: 22px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 1.4rem;
  right: 2rem;
}
#filter-by #filter-form .select-destination-blog-selected .region {
  display: flex;
  align-self: center;
  padding: 0 1rem 0 0;
  width: 4.5rem;
  display: flex;
  align-self: center;
  padding: 0 1rem 0 0;
  width: 4.5rem;
}
#filter-by #filter-form .select-destination-blog-selected .region img {
  margin: 0 auto;
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
  width: auto !important;
  height: auto !important;
}
#filter-by #filter-form .select-destination-blog-selected .flag img {
  width: 2.2rem;
  height: 1.6rem;
  margin: 0 auto;
  width: 2.2rem;
  height: 1.6rem;
  margin: 0 auto;
}
#filter-by #filter-form .select-destination-blog-selected .flag .border-flag {
  display: flex;
  box-shadow: inset 0 0 0 0.6px #d3d3d3, 0 0 0 0.3px #d3d3d3;
  border-radius: 3px;
  align-items: center;
  height: 1.6rem;
  justify-content: center;
  display: flex;
  box-shadow: inset 0 0 0 0.6px #d3d3d3, 0 0 0 0.3px #d3d3d3;
  border-radius: 3px;
  align-items: center;
  height: 1.6rem;
  justify-content: center;
}
#filter-by #filter-form .select-destination-blog-selected span {
  display: flex;
  align-items: initial;
  display: flex;
  align-items: initial;
}
#filter-by #filter-form .select-destination-blog-selected span .flag {
  display: flex;
  align-self: center;
  padding: 0 1rem 0 0;
  width: 3.5rem;
  display: flex;
  align-self: center;
  padding: 0 1rem 0 0;
  width: 3.5rem;
}
#filter-by #filter-form .select-destination-blog-selected span .flag svg {
  width: 2rem !important;
  height: 2rem !important;
  margin: 0;
  position: relative;
  top: -0.2rem;
  right: 0;
  transform: rotate(0deg);
  width: 2rem !important;
  height: 2rem !important;
  margin: 0;
  position: relative;
  top: -0.2rem;
  right: 0;
  transform: rotate(0deg);
}
#filter-by #filter-form .select-activity-blog-selected {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 1.8rem;
  z-index: 10;
  padding: 1rem 1rem 1rem 1.5rem;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 1.8rem;
  z-index: 10;
  padding: 1rem 1rem 1rem 1.5rem;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#filter-by #filter-form .select-activity-blog-selected svg {
  display: block;
  position: absolute;
  right: 15px;
  width: 22px;
  height: 22px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 1.4rem;
  right: 2rem;
  display: block;
  position: absolute;
  right: 15px;
  width: 22px;
  height: 22px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 1.4rem;
  right: 2rem;
}
#filter-by #filter-form .select-activity-blog-selected .icon img {
  width: 2.5rem;
  margin: 0 auto;
  width: 2.5rem;
  margin: 0 auto;
}
#filter-by #filter-form .select-activity-blog-selected span {
  display: flex;
  align-items: initial;
  display: flex;
  align-items: initial;
}
#filter-by #filter-form .select-activity-blog-selected span .icon {
  display: flex;
  align-self: center;
  padding: 0 1rem 0 0;
  width: 3.5rem;
  display: flex;
  align-self: center;
  padding: 0 1rem 0 0;
  width: 3.5rem;
}
#filter-by #filter-form .select-activity-blog-selected span .icon svg {
  width: 2rem !important;
  height: 2rem !important;
  margin: 0;
  position: relative;
  top: -0.2rem;
  right: 0;
  transform: rotate(0deg);
  width: 2rem !important;
  height: 2rem !important;
  margin: 0;
  position: relative;
  top: -0.2rem;
  right: 0;
  transform: rotate(0deg);
}
#filter-by #filter-form .select-activity-blog-selected span .country-name {
  top: 0;
  position: relative;
  top: 0;
  position: relative;
}
#filter-by #filter-form .select-preparing-trip-blog-selected {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 1.8rem;
  z-index: 10;
  padding: 1rem 1rem 1rem 1.5rem;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#filter-by #filter-form .select-preparing-trip-blog-selected svg {
  display: block;
  position: absolute;
  right: 15px;
  width: 22px;
  height: 22px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 1.4rem;
  right: 2rem;
}
#filter-by #filter-form .select-preparing-trip-blog-selected .icon img {
  width: 2.5rem;
  margin: 0 auto;
}
#filter-by #filter-form .select-preparing-trip-blog-selected span {
  display: flex;
  align-items: initial;
}
#filter-by #filter-form .select-preparing-trip-blog-selected span .icon {
  display: flex;
  align-self: center;
  padding: 0 1rem 0 0;
  width: 3.5rem;
}
#filter-by #filter-form .select-preparing-trip-blog-selected span .icon svg {
  width: 2rem !important;
  height: 2rem !important;
  margin: 0;
  position: relative;
  top: -0.2rem;
  right: 0;
  transform: rotate(0deg);
}
#filter-by #filter-form .collapsed .select-destination-blog-selected svg {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#filter-by #filter-form .collapsed .select-activity-blog-selected svg {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#filter-by #filter-form .collapsed .select-preparing-trip-blog-selected svg {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#filter-by #filter-form .select-destination-blog-dropdown {
  display: none;
  position: absolute;
  top: 97%;
  right: -1px;
  left: -1px;
  background: white;
  z-index: 10;
  border: 1px solid #ced4da;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 0;
  z-index: 100;
  height: 35rem;
  overflow-y: auto;
}
#filter-by #filter-form .select-destination-blog-dropdown .search-destination-field {
  position: relative;
  position: relative;
}
#filter-by #filter-form .select-destination-blog-dropdown .search-destination-field .icon-inner {
  position: absolute;
  left: 1rem;
  top: 1.2rem;
  width: 2.1rem;
  height: 2.1rem;
  padding: 0;
  position: absolute;
  left: 1rem;
  top: 1.2rem;
  width: 2.1rem;
  height: 2.1rem;
  padding: 0;
}
#filter-by #filter-form .select-destination-blog-dropdown .search-destination-field .icon-inner svg {
  height: 2.2rem;
  position: relative;
  height: 2.2rem;
  position: relative;
}
#filter-by #filter-form .select-destination-blog-dropdown .search-destination-field input {
  font-size: 1.8rem !important;
  color: #373737 !important;
  padding: 0.6rem 3.5rem 0.8rem 4.5rem !important;
  border-top: 1px solid #ced4da;
  font-family: 'open_sansregular', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  height: 4.4rem;
  width: 100%;
  border: none;
  outline: none;
  font-size: 1.8rem !important;
  color: #373737 !important;
  padding: 0.6rem 3.5rem 0.8rem 4.5rem !important;
  border-top: 1px solid #ced4da;
  font-family: 'open_sansregular', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  height: 4.4rem;
  width: 100%;
  border: none;
  outline: none;
}
#filter-by #filter-form .select-destination-blog-dropdown .search-destination-field .clear-search-destination-blog-field {
  position: absolute;
  top: 0.8rem;
  right: 0.2rem;
  padding: 0px 0.8rem;
  display: none;
  position: absolute;
  top: 0.8rem;
  right: 0.2rem;
  padding: 0px 0.8rem;
  display: none;
}
#filter-by #filter-form .select-activity-blog-dropdown {
  display: none;
  position: absolute;
  top: 97%;
  right: -1px;
  left: -1px;
  background: white;
  z-index: 10;
  border: 1px solid #ced4da;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 0;
  z-index: 100;
  display: none;
  position: absolute;
  top: 97%;
  right: -1px;
  left: -1px;
  background: white;
  z-index: 10;
  border: 1px solid #ced4da;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 0;
  z-index: 100;
}
#filter-by #filter-form .select-preparing-trip-blog-dropdown {
  display: none;
  position: absolute;
  top: 97%;
  right: -1px;
  left: -1px;
  background: white;
  z-index: 10;
  border: 1px solid #ced4da;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 0;
  z-index: 100;
}
#filter-by #filter-form .select-destination-blog-dropdown-item {
  display: flex;
  align-items: center;
  padding: 1rem 0 0.9rem 0;
  border-top: 1px solid #ced4da;
  font-size: 1.6rem;
  line-height: 2.6rem;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  display: flex;
  align-items: center;
  padding: 1rem 0 0.9rem 0;
  border-top: 1px solid #ced4da;
  font-size: 1.6rem;
  line-height: 2.6rem;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
#filter-by #filter-form .select-destination-blog-dropdown-item:hover {
  background: #f7f7f7;
  background: #f7f7f7;
}
#filter-by #filter-form .select-destination-blog-dropdown-item:first-child {
  border-top: none;
  border-top: none;
}
#filter-by #filter-form .select-destination-blog-dropdown-item .flag {
  display: flex;
  align-self: center;
  justify-content: center;
  z-index: 0;
  padding: 0 1rem 0 1.5rem;
  width: 5.4rem;
  display: flex;
  align-self: center;
  justify-content: center;
  z-index: 0;
  padding: 0 1rem 0 1.5rem;
  width: 5.4rem;
}
#filter-by #filter-form .select-destination-blog-dropdown-item .flag .border-flag {
  display: flex;
  box-shadow: inset 0 0 0 0.6px #d3d3d3, 0 0 0 0.3px #d3d3d3;
  border-radius: 3px;
  align-items: center;
  height: 1.6rem;
  justify-content: center;
  display: flex;
  box-shadow: inset 0 0 0 0.6px #d3d3d3, 0 0 0 0.3px #d3d3d3;
  border-radius: 3px;
  align-items: center;
  height: 1.6rem;
  justify-content: center;
}
#filter-by #filter-form .select-destination-blog-dropdown-item .flag img {
  width: 2.2rem;
  height: 1.6rem;
  margin: 0 auto;
  width: 2.2rem;
  height: 1.6rem;
  margin: 0 auto;
}
#filter-by #filter-form .select-destination-blog-dropdown-item .region {
  display: flex;
  align-self: center;
  justify-content: center;
  z-index: 0;
  padding: 0 1rem 0 1.5rem;
  width: 5.4rem;
  display: flex;
  align-self: center;
  justify-content: center;
  z-index: 0;
  padding: 0 1rem 0 1.5rem;
  width: 5.4rem;
}
#filter-by #filter-form .select-destination-blog-dropdown-item .region img {
  width: auto;
  height: auto;
  margin: 0 auto;
  width: auto;
  height: auto;
  margin: 0 auto;
}
#filter-by #filter-form .select-activity-blog-dropdown-item {
  display: flex;
  align-items: center;
  padding: 1rem 0 0.9rem 0;
  border-top: 1px solid #ced4da;
  font-size: 1.6rem;
  line-height: 2.6rem;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  display: flex;
  align-items: center;
  padding: 1rem 0 0.9rem 0;
  border-top: 1px solid #ced4da;
  font-size: 1.6rem;
  line-height: 2.6rem;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
#filter-by #filter-form .select-activity-blog-dropdown-item:hover {
  background: #f7f7f7;
  background: #f7f7f7;
}
#filter-by #filter-form .select-activity-blog-dropdown-item:first-child {
  border-top: none;
  border-top: none;
}
#filter-by #filter-form .select-activity-blog-dropdown-item .icon {
  display: flex;
  align-self: center;
  justify-content: center;
  z-index: 0;
  padding: 0 1rem 0 1.5rem;
  width: 5.4rem;
  display: flex;
  align-self: center;
  justify-content: center;
  z-index: 0;
  padding: 0 1rem 0 1.5rem;
  width: 5.4rem;
}
#filter-by #filter-form .select-activity-blog-dropdown-item .icon img {
  width: 2.6rem;
  margin: 0 auto;
  width: 2.6rem;
  margin: 0 auto;
}
#filter-by #filter-form .select-preparing-trip-blog-dropdown-item {
  display: flex;
  align-items: center;
  padding: 1rem 0 0.9rem 0;
  border-top: 1px solid #ced4da;
  font-size: 1.6rem;
  line-height: 2.6rem;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
#filter-by #filter-form .select-preparing-trip-blog-dropdown-item:hover {
  background: #f7f7f7;
}
#filter-by #filter-form .select-preparing-trip-blog-dropdown-item:first-child {
  border-top: none;
}
#filter-by #filter-form .select-preparing-trip-blog-dropdown-item .icon {
  display: flex;
  align-self: center;
  justify-content: center;
  z-index: 0;
  padding: 0 1rem 0 1.5rem;
  width: 5.4rem;
}
#filter-by #filter-form .select-preparing-trip-blog-dropdown-item .icon img {
  width: 2.6rem;
  margin: 0 auto;
}
#search-result {
  padding: 4.5rem 3rem;
}
#search-result .back-link {
  display: flex;
  position: absolute;
  top: 5rem;
  left: 0;
  margin-left: 5rem;
}
#search-result .back-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#search-result .back-link svg {
  width: 1.5rem;
}
#search-result .back-link div + div {
  color: #d3d3d3;
  font-size: 1.6rem;
  position: relative;
  top: -0.3rem;
  left: 0.6rem;
}
#search-result .back-link:hover div + div {
  color: #d3d3d3;
  text-decoration: underline;
}
#posts-results {
  padding: 4.5rem 3rem;
}
#posts-results a {
  text-decoration: none;
  color: #fff;
}
#posts-results .posts-results-table {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
#posts-results .posts-results-table .post {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#posts-results .posts-results-table .post .thumbnail {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  max-width: 14rem;
  margin-right: 2.5rem;
}
#posts-results .posts-results-table .post .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#posts-results .posts-results-table .post .details-post {
  width: 100%;
  padding-right: 5rem;
}
#posts-results .posts-results-table .post .details-post .date {
  color: #808080;
}
#posts-results .posts-results-table .post .read-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#posts-results .posts-results-table .post .read-cta button {
  min-width: fit-content;
}
#posts-results .posts-results-table a:not(:last-child) .post {
  padding-bottom: 3rem;
}
#posts-results .posts-results-table a:not(:first-child) .post {
  padding-top: 3rem;
  border-top: 1px solid #808080 80;
}
#posts-results .posts-results-table a:hover .post .read-cta button {
  color: #008fa4;
  background-color: transparent;
  border-color: #008fa4;
}
#no-results.no-results {
  display: none;
}
#no-results.no-results .posts-grid {
  max-width: 120rem;
  margin: 0 auto;
  margin-bottom: 7.5rem;
}
#no-results.no-results .posts-grid .column {
  float: left;
}
#no-results.no-results .posts-grid .size-1of3 {
  width: 33.333%;
  padding: 0 2%;
}
#no-results.no-results .posts-grid .size-1of2 {
  width: 50%;
  padding: 0 2%;
}
#no-results.no-results .posts-grid .post {
  background-color: #fff;
  max-width: 41rem;
  margin: 0 3.4rem 6rem 3.4rem;
  position: relative;
  box-shadow: 0 0 20px 6px rgba(0, 0, 0, .1);
  border-radius: 8px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
#no-results.no-results .posts-grid .post:nth-child(-n+2) {
  display: block;
}
#no-results.no-results .posts-grid .post .thumbnail img {
  width: 100%;
  height: auto;
}
#no-results.no-results .posts-grid .post .thumbnail .popular-badge {
  position: absolute;
  width: 6rem;
  height: 100%;
}
#no-results.no-results .posts-grid .post .overview {
  padding: 2.8rem 3rem 2.4rem 3rem;
}
#no-results.no-results .posts-grid .post .overview h2 {
  margin: 0 0 6.2rem;
}
#no-results.no-results .posts-grid .post .date {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #808080;
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5rem;
}
#no-results.no-results .posts-grid .post .read-more {
  background: url(/wp-content/themes/ubigi/img/press-center/read-more.svg) 0 0 no-repeat;
  width: 6rem;
  height: 6rem;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  z-index: 1;
  background-size: contain;
}
#no-results.no-results .posts-grid .post:hover .read-more {
  background: url(/wp-content/themes/ubigi/img/press-center/read-more-hover.svg) 0 0 no-repeat;
  width: 6rem;
  height: 6rem;
  background-size: contain;
}
#no-results.no-results .posts-grid a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#no-results.no-results .posts-grid#grid[data-columns]::before {
  content: "3 .column.size-1of3" !important;
}
#blog-post.section-blog-post p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 1rem !important;
  color: #000;
  text-align: left;
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#blog-post.section-blog-post strong {
  font-family: "open_semibold", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: initial;
}
#blog-post.section-blog-post ul {
  margin: 2rem auto !important;
}
#blog-post.section-blog-post li {
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 1rem;
}
#blog-post.section-blog-post li::marker {
  color: #008fa4;
}
#blog-post.section-blog-post a {
  color: #008fa4;
}
#blog-post.section-blog-post .wp-block-heading {
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #008fa4;
  text-align: left;
  font-family: 'open_sansregular', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#blog-post.section-blog-post .blog-post-content {
  display: flex;
  margin: 0 auto;
  max-width: 185rem;
}
#blog-post.section-blog-post .blog-post-content .toc-wrapper {
  min-width: 25rem;
  max-width: 35rem;
  padding: 0 2rem;
  width: 20%;
}
#blog-post.section-blog-post .blog-post-content .toc-wrapper .table-of-content {
  position: sticky;
  top: 5rem;
}
#blog-post.section-blog-post .blog-post-content .content-wrapper {
  width: 80%;
}
#blog-post.section-blog-post .blog-post-content .text {
  width: calc(100% - 3rem);
  max-width: 120rem;
  margin: 0 auto;
  padding-top: 3.5rem;
}
#blog-post.section-blog-post .blog-post-content .text h2 {
  margin: 2.5rem auto 1rem !important;
}
#blog-post.section-blog-post .blog-post-content .text h3 {
  margin: 2.5rem auto 1rem !important;
}
#blog-post.section-blog-post .blog-post-content .text h4 {
  margin: 2.5rem auto 1rem !important;
}
#blog-post.section-blog-post .blog-post-content .text figure {
  margin: 2rem auto;
}
#blog-post.section-blog-post .blog-post-content h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
}
#blog-post.section-blog-post .blog-post-content h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
}
#blog-post.section-blog-post .blog-post-content h4 {
  font-size: 2rem;
  line-height: 2.4rem;
}
#blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel {
  margin: 3rem 0;
  max-width: 120rem;
  max-height: 60rem;
  background-color: #f7f7f7;
}
#blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .slick-list {
  height: 60rem;
}
#blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .slick-track {
  height: 60rem;
}
#blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .slick-slide {
  height: 60rem;
}
#blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .slick-prev {
  z-index: 10;
  left: 10%;
}
#blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .slick-prev:before {
  content: '';
  background: url(/wp-content/uploads/sites/11/2021/09/arrow-left-slider.png) 0 0 no-repeat transparent;
  background-size: cover;
  display: block;
  width: 3.1rem;
  height: 6rem;
}
#blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .slick-next {
  z-index: 10;
  right: 10%;
}
#blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .slick-next:before {
  content: '';
  background: url(/wp-content/uploads/sites/11/2021/09/arrow-right-slider.png) 0 0 no-repeat transparent;
  background-size: cover;
  display: block;
  width: 3.1rem;
  height: 6rem;
}
#blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .wp-block-image {
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 60rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .wp-block-image img {
  max-height: 45rem;
  max-width: 70rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
#blog-post.section-blog-post .blog-post-content .reviews {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#blog-post.section-blog-post .blog-post-content .reviews .social-share {
  display: flex;
  text-align: center;
  align-items: center;
}
#blog-post.section-blog-post .blog-post-content .reviews .social-share a {
  margin: 0.5rem 1rem;
  width: 4rem;
  height: 4rem;
  padding: 0.8rem 0;
  border: 2px solid #008fa4;
  border-radius: 3rem;
  -webkit-transition: all 0.2s ease-in;
}
#blog-post.section-blog-post .blog-post-content .reviews .social-share a svg .cls-1 {
  fill: #000;
}
#blog-post.section-blog-post .blog-post-content .reviews .social-share a svg path {
  fill: #000;
}
#blog-post.section-blog-post .blog-post-content .reviews .social-share a:hover {
  background-color: #008fa4;
  border: 2px solid #008fa4;
}
#blog-post.section-blog-post .blog-post-content .reviews .social-share a:hover svg .cls-1 {
  fill: #fff;
}
#blog-post.section-blog-post .blog-post-content .reviews .social-share a:hover svg path {
  fill: #fff;
}
#blog-post.section-blog-post .blog-post-content .reviews .social-share a:hover svg rect {
  fill: #fff;
}
#blog-post.section-blog-post .blog-post-content .reviews .did-you-like #was-this-helpful {
  margin: 0;
  background-color: transparent;
}
#blog-post.section-blog-post .blog-post-content .reviews .did-you-like #was-this-helpful #wthf-title {
  font-size: 1.8rem;
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#blog-post.section-blog-post .reviews {
  width: calc(100% - 3rem);
  max-width: 120rem;
  margin: 0 auto;
}
#blog-post.section-blog-post .heading {
  min-height: 45rem;
}
#blog-post.section-blog-post .heading .content-post-infos {
  padding: 3.4rem 5rem 0 4rem;
}
#blog-post.section-blog-post .heading .content-post-infos .blog-breadcrumb {
  color: #808080;
}
#blog-post.section-blog-post .heading .content-post-infos .blog-breadcrumb a {
  color: #808080;
}
#blog-post.section-blog-post .heading .content-post-infos .date {
  color: #808080;
}
#blog-post.section-blog-post .heading .content-post-infos .author {
  color: #808080;
}
#blog-post.section-blog-post .heading .content-post-infos .author img {
  border-radius: 50%;
  height: 2.5rem;
}
#blog-post.section-blog-post .heading .content-post-infos .reading-time {
  color: #808080;
}
#blog-post.section-blog-post .toc-wrapper .table-of-content {
  padding: 3.5rem 0;
}
#blog-post.section-blog-post .toc-wrapper .table-of-content h2 {
  color: #808080;
}
#blog-post.section-blog-post .toc-wrapper .table-of-content ul {
  padding-left: 0;
}
#blog-post.section-blog-post .toc-wrapper .table-of-content li {
  list-style: none;
  color: #008fa4;
}
#blog-post.section-blog-post .toc-wrapper .table-of-content li.h2 {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
#blog-post.section-blog-post .toc-wrapper .table-of-content li.h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  padding-left: 1.5rem;
}
#blog-carousel {
  background: #f3f3f3;
}
#blog-carousel .related-plans {
  padding-bottom: 3.2rem;
  text-align: center;
  max-width: 110rem;
  position: relative;
  margin: 0 auto;
}
#blog-carousel .related-plans .owl-stage-outer {
  overflow: hidden;
  padding-top: 2rem;
}
#blog-carousel .related-plans .plan {
  margin: 0 2rem;
  display: inline-block;
  margin: 0 2rem;
  display: inline-block;
  border: 0.4rem solid transparent;
  width: 30.4rem;
  position: relative;
  border-radius: 1.6rem;
}
#blog-carousel .related-plans .plan .mention {
  z-index: 1;
  font-size: 2rem;
  color: #fff;
  position: absolute;
  background: #000;
  padding: 1.5rem 0.8rem;
  border-radius: 6rem;
  top: -2.2rem;
  left: -2.2rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  width: 6rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#blog-carousel .related-plans .plan .mention span {
  position: relative;
}
#blog-carousel .related-plans .plan .details {
  text-align: center;
  width: 14.8rem;
  min-height: 19.9rem;
  padding: 1rem;
  position: relative;
}
#blog-carousel .related-plans .plan .details .reseau {
  position: absolute;
  top: 0.4rem;
  right: 0.9rem;
}
#blog-carousel .related-plans .plan .details .reseau img {
  height: 1rem;
}
#blog-carousel .related-plans .plan .details span.month {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
#blog-carousel .related-plans .plan .details .type {
  position: absolute;
  top: 0.8rem;
  left: 0.9rem;
  z-index: 2;
}
#blog-carousel .related-plans .plan .details .flag img {
  width: auto;
  height: 2rem;
}
#blog-carousel .related-plans .plan .details .country {
  font-size: 1.8rem;
  margin-top: 0.5rem;
  margin-bottom: 1.1rem;
  line-height: 2rem;
}
#blog-carousel .related-plans .plan .details .data {
  font-size: 2.8rem;
  line-height: 3rem;
  font-weight: 500;
}
#blog-carousel .related-plans .plan .details .price {
  font-size: 2.8rem;
  line-height: 3rem;
  font-weight: 500;
}
#blog-carousel .related-plans .plan .details .validity {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#blog-carousel .related-plans .plan .details .permonth {
  font-size: 1.6rem;
  color: #808080;
  font-weight: 500;
  line-height: 1.9rem;
}
#blog-carousel .related-plans .plan a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#blog-carousel .related-plans .plan .thumb {
  width: 14.8rem;
  background-size: cover !important;
  border-radius: 1.2rem 0 0 1.2rem;
}
#blog-carousel .related-plans .owl-item {
  display: inline-block;
  position: relative;
  display: inline-block;
  position: relative;
}
#blog-carousel .related-plans .owl-item:nth-child(odd) .shadow-left {
  display: none;
}
#blog-carousel .related-plans .owl-item:nth-child(3) .shadow-left {
  display: block;
}
#blog-carousel .related-plans .owl-item:nth-child(3) .shadow-right {
  display: none;
}
#blog-carousel .related-plans .owl-item:nth-child(even) .shadow-right {
  display: none;
}
#blog-carousel .related-plans .owl-nav.disabled {
  z-index: -1;
}
#blog-carousel .related-plans .owl-nav {
  position: absolute;
  top: 11rem;
  width: 100%;
}
#blog-carousel .related-plans .owl-nav .owl-prev {
  background: url(/wp-content/uploads/sites/11/rates-coverage/arrow-left-slider.svg) 0 0 no-repeat transparent;
  height: 6rem;
  width: 3.1rem;
  border: none;
  position: absolute;
  left: -5.3%;
  z-index: 3;
  cursor: pointer;
  background-size: cover;
  filter: brightness(0) saturate(100%) invert(49%) sepia(54%) saturate(12%) hue-rotate(355deg) brightness(93%) contrast(99%);
}
#blog-carousel .related-plans .owl-nav .owl-prev span {
  display: block;
  opacity: 0;
}
#blog-carousel .related-plans .owl-nav .owl-next {
  background: url(/wp-content/uploads/sites/11/rates-coverage/arrow-right-slider.svg) 0 0 no-repeat transparent;
  height: 6rem;
  width: 3.1rem;
  border: none;
  position: absolute;
  right: -7%;
  left: initial;
  z-index: 3;
  cursor: pointer;
  background-size: cover;
  filter: brightness(0) saturate(100%) invert(49%) sepia(54%) saturate(12%) hue-rotate(355deg) brightness(93%) contrast(99%);
}
#blog-carousel .related-plans .owl-nav .owl-next span {
  display: block;
  opacity: 0;
}
#blog-carousel .related-plans .owl-nav .owl-prev.disabled {
  display: block;
  opacity: 0;
}
#blog-carousel .related-plans .owl-nav .owl-next.disabled {
  display: block;
  opacity: 0;
}
#blog-carousel .related-plans .plan-about {
  display: flex;
  align-items: stretch;
}
.tooltip {
  position: relative;
  text-align: left;
  opacity: 1;
  z-index: 1;
}
.tooltip .bottom {
  min-width: 25rem;
  top: 3.6rem;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0.5rem 1rem 0px 1rem;
  color: #000;
  background-color: #fff;
  font-weight: normal;
  text-align: center;
  font-size: 1.3rem;
  border-radius: 0.8rem;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}
.tooltip .bottom p {
  line-height: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.tooltip .bottom i {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -1.2rem;
  width: 2.4rem;
  height: 1.2rem;
  overflow: hidden;
}
.tooltip .bottom i::after {
  content: '';
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #fff;
}
.tooltip .bottom.monthly {
  left: 0.4rem;
  top: 3.4rem;
}
.tooltip .bottom.annual {
  left: 0.8rem;
  top: 3rem;
}
.tooltip:hover .bottom {
  visibility: visible;
  opacity: 1;
}
.trustpilot {
  height: auto;
  min-height: auto;
  background: #f3f3f3;
}
#other-posts.other-posts {
  padding-bottom: 5rem;
}
#other-posts.other-posts h2 {
  margin-bottom: 5rem;
}
#other-posts.other-posts .other-posts-grid {
  display: flex;
  justify-content: center;
  max-width: 120rem;
  margin: 0 auto 5rem;
}
#other-posts.other-posts .other-posts-grid .other-post {
  background-color: #fff;
  margin: 0 3.4rem 6rem 3.4rem;
  position: relative;
  box-shadow: 0 0 20px 6px rgba(0, 0, 0, .1);
  border-radius: 8px;
  overflow: hidden;
  width: 33%;
  margin: 0 2%;
  height: fit-content;
}
#other-posts.other-posts .other-posts-grid .other-post .thumbnail img {
  width: 100%;
}
#other-posts.other-posts .other-posts-grid .other-post .thumbnail .popular-badge {
  position: absolute;
  width: 6rem;
  height: 100%;
}
#other-posts.other-posts .other-posts-grid .other-post .overview {
  padding: 2.8rem 3rem 2.4rem 3rem;
}
#other-posts.other-posts .other-posts-grid .other-post .overview h2 {
  margin: 0 0 6.2rem;
}
#other-posts.other-posts .other-posts-grid .other-post .date {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #808080;
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5rem;
}
#other-posts.other-posts .other-posts-grid .other-post .read-more {
  background: url(/wp-content/themes/ubigi/img/press-center/read-more.svg) 0 0 no-repeat;
  width: 6rem;
  height: 6rem;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  z-index: 1;
  background-size: contain;
}
#other-posts.other-posts .other-posts-grid .other-post:hover .read-more {
  background: url(/wp-content/themes/ubigi/img/press-center/read-more-hover.svg) 0 0 no-repeat;
  width: 6rem;
  height: 6rem;
  background-size: contain;
}
#other-posts.other-posts .other-posts-grid a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 950px) {
  #blog-search {
    min-height: 75vh;
  }
  #blog-search .blog-side-infos {
    min-height: 75vh;
    padding: 3rem 2.5rem;
    width: 60%;
  }
  #blog-search .blog-side-infos .search-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    height: 100%;
  }
  #blog-search .blog-side-infos .search-form form {
    flex-direction: column;
  }
  #blog-search .blog-side-infos .search-form form input {
    margin-bottom: 2rem;
    width: 100%;
  }
  #blog-search .blog-side-infos .search-form form button {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #blog-search .blog-side-infos {
    width: 100%;
  }
  #blog-search .blog-side-infos .blur {
    background: rgba(0, 0, 0, 1);
  }
  #blog-search .blog-side-infos .gradiant {
    display: none;
  }
  #blog-search .tab {
    display: block;
    position: absolute;
  }
  #blog-search .tab .mvno-year-blog {
    width: 9.5rem;
  }
  #preparing-trip .preparing-trip-post h4 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  #pub {
    background-position: -90rem;
  }
  #pub .content {
    width: 100%;
    padding: 6rem 2rem;
  }
  #category .back-link {
    top: 0;
  }
  #search-result .back-link {
    top: 0;
  }
  #posts-results .posts-results-table .post h4 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  #blog-post.section-blog-post .blog-post-content {
    flex-direction: column;
  }
  #blog-post.section-blog-post .blog-post-content .toc-wrapper {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  #blog-post.section-blog-post .blog-post-content .toc-wrapper .table-of-content {
    border-bottom: 2px solid #f3f3f3;
  }
  #blog-post.section-blog-post .blog-post-content .content-wrapper {
    width: 100%;
  }
  #blog-post.section-blog-post .heading {
    flex-direction: column;
  }
  #blog-post.section-blog-post .heading .content-img {
    min-height: 25rem;
  }
  #blog-post.section-blog-post .heading .w-50 {
    width: 100% !important;
  }
  #blog-post.section-blog-post .heading .content-post-infos {
    padding: 2.5rem 1.5rem 0;
  }
  #blog-post.section-blog-post .heading .content-post-infos .blog-breadcrumb {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  #blog-post.section-blog-post .heading .content-post-infos .date {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  #blog-post.section-blog-post .heading .content-post-infos .author {
    margin-bottom: 2rem !important;
  }
  #blog-carousel .related-plans .owl-nav .owl-prev {
    background-size: 75%;
    left: 3rem;
    top: 0;
  }
  #blog-carousel .related-plans .owl-nav .owl-next {
    background-size: 75%;
    right: 3rem;
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  #blog-search .tab .mvno-year-blog {
    width: 7.5rem;
  }
  #destinations .destinations-grid .destination-thumbnail img {
    max-width: 25rem;
  }
  #activities .activities-grid .activity-thumbnail img {
    max-width: 25rem;
  }
  #preparing-trip .preparing-trip-post .details-post {
    padding-right: 0;
  }
  #preparing-trip .preparing-trip-post h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  #preparing-trip .preparing-trip-post .read-cta {
    display: none;
  }
  #posts-results .posts-results-table .post .details-post {
    padding-right: 0;
  }
  #posts-results .posts-results-table .post h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  #blog-carousel .related-plans .owl-nav .owl-prev {
    background-size: 50%;
    left: -1rem;
    top: 0;
  }
  #blog-carousel .related-plans .owl-nav .owl-next {
    background-size: 50%;
    right: -2.8rem;
    top: 0;
  }
}
@media screen and (max-width: 800px) {
  #destinations .destinations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #destinations .destinations-grid .destination-post {
    justify-self: center !important;
  }
  #activities .activities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #activities .activities-grid .activity-post {
    justify-self: center !important;
  }
  #blog-post.section-blog-post .blog-post-content .reviews {
    flex-direction: column;
  }
}
@media screen and (max-width: 625px) {
  #destinations .destinations-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  #activities .activities-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 700px) {
  #preparing-trip .preparing-trip-table {
    width: 100%;
    width: 100%;
  }
  #preparing-trip .preparing-trip-post .details-post {
    width: 100%;
    padding-right: 1rem;
  }
  #preparing-trip .preparing-trip-post .thumbnail {
    max-width: 10rem;
    height: 100%;
  }
  #posts-results .posts-results-table .post .details-post {
    width: 100%;
    padding-right: 1rem;
  }
  #posts-results .posts-results-table .post .read-cta {
    display: none;
  }
  #posts-results .posts-results-table .post .thumbnail {
    max-width: 10rem;
    height: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #pub {
    background-position-x: -55rem;
  }
  #pub-content {
    width: 66%;
  }
}
@media screen and (max-width: 850px) {
  #pub {
    background-position-x: -80rem;
  }
}
@media screen and (max-width: 1250px) {
  #pub .content .download-app img {
    height: 4.8rem;
  }
}
@media screen and (max-width: 972px) {
  #pub .content .download-app {
    flex-direction: column;
  }
  #pub .content .download-app img {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 900px) {
  #filter-by #filter-form {
    flex-direction: column;
    flex-direction: column;
  }
  #filter-by #filter-form .filters {
    width: 100%;
    margin: 2rem 0;
    flex-direction: column;
    width: 100%;
    margin: 2rem 0;
    flex-direction: column;
  }
  #filter-by #filter-form .dropdown-destinations-blog {
    max-width: 50rem;
    width: 100%;
    margin: 1.5rem auto;
    max-width: 50rem;
    width: 100%;
    margin: 1.5rem auto;
  }
  #filter-by #filter-form .dropdown-activities-blog {
    max-width: 50rem;
    width: 100%;
    margin: 1.5rem auto;
    max-width: 50rem;
    width: 100%;
    margin: 1.5rem auto;
  }
  #filter-by #filter-form .dropdown-preparing-trip-blog {
    max-width: 50rem;
    width: 100%;
    margin: 1.5rem auto;
  }
  #filter-by #filter-form .searchbar {
    max-width: 50rem;
    width: 100%;
    margin: 1.5rem auto;
    max-width: 50rem;
    width: 100%;
    margin: 1.5rem auto;
  }
  #filter-by #filter-form .searchbar input {
    width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  #posts-results-category .posts-results-category-grid#grid[data-columns]::before {
    content: "2 .column.size-1of2" !important;
  }
  #posts-results-category .posts-results-category-grid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #posts-results-category .posts-results-category-grid .post {
    margin: 0 0 3.4rem 0;
  }
  #posts-results-category .posts-results-category-grid .size-1of3 {
    width: 50%;
    padding: 0 2%;
  }
  #no-results.no-results .posts-grid#grid[data-columns]::before {
    content: "2 .column.size-1of2" !important;
  }
  #no-results.no-results .posts-grid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #no-results.no-results .posts-grid .post {
    margin: 0 0 3.4rem 0;
  }
  #no-results.no-results .posts-grid .size-1of3 {
    width: 50%;
    padding: 0 2%;
  }
  #other-posts.other-posts .other-posts-grid {
    flex-wrap: wrap;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #other-posts.other-posts .other-posts-grid .other-post {
    margin: 0 2rem 3.4rem;
    max-width: 30rem;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  #posts-results-category .posts-results-category-grid#grid[data-columns]::before {
    content: "" !important;
  }
  #posts-results-category .posts-results-category-grid {
    margin-bottom: 3.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #posts-results-category .posts-results-category-grid .size-1of3 {
    width: 100%;
    padding: 0;
  }
  #posts-results-category .posts-results-category-grid .post {
    margin: 0 0 3.4rem 0;
    max-width: 100%;
  }
  #no-results.no-results .posts-grid#grid[data-columns]::before {
    content: "" !important;
  }
  #no-results.no-results .posts-grid {
    margin-bottom: 3.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #no-results.no-results .posts-grid .size-1of3 {
    width: 100%;
    padding: 0;
  }
  #no-results.no-results .posts-grid .post {
    margin: 0 0 3.4rem 0;
    max-width: 100%;
  }
  #blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .slick-prev {
    left: 5%;
  }
  #blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .slick-prev:before {
    background-size: 75%;
  }
  #blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .slick-next {
    right: 5%;
  }
  #blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .slick-next:before {
    background-size: 75%;
  }
  #blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .slick-list {
    height: 45vh;
  }
  #blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .slick-track {
    height: 45vh;
  }
  #blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .slick-slide {
    height: 45vh;
  }
  #blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .wp-block-image {
    max-height: 45vh;
  }
  #blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .wp-block-image img {
    max-width: 40rem;
  }
  #other-posts.other-posts .other-posts-grid {
    margin-bottom: 3.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #other-posts.other-posts .other-posts-grid .other-post {
    margin: 0 0 3.4rem 0;
    max-width: 41rem;
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  #blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel {
    max-width: 100rem;
  }
}
@media screen and (max-width: 400px) {
  #blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .slick-prev {
    left: 3%;
  }
  #blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .slick-prev:before {
    background-size: 50%;
  }
  #blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .slick-next {
    right: 3%;
  }
  #blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .slick-next:before {
    background-size: 50%;
  }
  #blog-post.section-blog-post .blog-post-content .wp-block-cb-carousel .wp-block-image img {
    max-width: 30rem;
  }
}
@media screen and (max-width: 1150px) {
  #blog-post.section-blog-post .blog-post-content .reviews {
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  #blog-carousel .related-plans .owl-item:nth-child(odd) .shadow-left {
    display: none;
  }
  #blog-carousel .related-plans .owl-item:nth-child(3) .shadow-left {
    display: block;
    display: none;
  }
  #blog-carousel .related-plans .owl-item:nth-child(even) .shadow-right {
    display: none;
  }
  #blog-carousel .related-plans .owl-item.active + .owl-item .shadow-right {
    display: block;
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  #blog-carousel .related-plans {
    width: 85%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #blog-carousel .related-plans {
    width: 92%;
  }
}
@media screen and (max-width: 890px) {
  #blog-carousel .related-plans {
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  #blog-carousel .related-plans .owl-stage-outer {
    overflow: hidden;
  }
}
@media screen and (max-width: 400px) {
  #blog-carousel .related-plans .plan {
    margin: 0 !important;
    display: inline-block;
    transform: scale(0.9);
  }
}
@media screen and (max-width: 370px) {
  #blog-carousel .related-plans .owl-stage-outer {
    padding-left: 0;
    padding-right: 0;
  }
  #blog-carousel .related-plans .plan {
    transform: scale(0.7);
    left: 50%;
    margin-left: -98%;
  }
}
