/* reboot */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3334;
  color: #39414d;
  text-align: left;
  background-color: #fff;
  height: 100%; }

:focus {
  outline: none; }

[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;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bold; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  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; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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: .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-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; }

img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto; }

.map-canvas img {
  max-width: none; }

.clear {
  clear: both;
  display: block;
  line-height: 0;
  height: 0;
  font-size: 0; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

.alignleft {
  float: left !important; }

.alignright {
  float: right !important; }

.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important; }

.overflow-hidden {
  overflow: hidden;
  display: block; }

.nowrap {
  white-space: nowrap; }

.content-box {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 100%; } }

.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%;
  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: 100%; }

.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: 100%; }

  .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: 100%; }

  .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: 100%; }

  .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: 100%; }

  .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%; } }
.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; } }
.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; } }
/* typography */
a {
  color: #f08139;
  text-decoration: none;
  background-color: transparent;
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color; }
  a:hover {
    color: #f29051; }
  a.underline {
    text-decoration: underline; }

.wysiwyg h1 {
  margin-top: 24px;
  margin-bottom: 24px; }
.wysiwyg h2 {
  margin-top: 24px;
  margin-bottom: 24px; }
.wysiwyg h3 {
  margin-top: 24px;
  margin-bottom: 24px; }
.wysiwyg h4 {
  margin-top: 24px;
  margin-bottom: 24px; }
.wysiwyg h5 {
  margin-top: 24px;
  margin-bottom: 24px; }
.wysiwyg h6 {
  margin-top: 24px;
  margin-bottom: 24px; }
.wysiwyg p {
  margin-top: 24px;
  margin-bottom: 24px; }
.wysiwyg a {
  word-break: break-all;
  word-break: break-word;
  hyphens: auto; }
.wysiwyg img {
  display: block;
  margin-top: 24px;
  margin-bottom: 24px; }
  .wysiwyg img.alignleft {
    margin: 24px 24px 24px 0; }
  .wysiwyg img.alignright {
    margin: 24px 0 24px 24px; }
.wysiwyg blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
  font-style: italic; }
  .wysiwyg blockquote p {
    margin-bottom: 0; }
.wysiwyg hr {
  clear: both;
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-bottom: 1px solid #f2f2f1; }
  .wysiwyg hr.transparent {
    border-bottom-color: transparent; }
.wysiwyg ul {
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 24px;
  list-style: inside disc; }
  .wysiwyg ul li {
    padding-left: 24px; }
.wysiwyg ol {
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 24px;
  list-style: inside decimal; }
  .wysiwyg ol li {
    padding-left: 24px; }
.wysiwyg table {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px; }
  .wysiwyg table th {
    padding: 12px 24px;
    background: #f2f2f1;
    border: 1px solid #f2f2f1; }
  .wysiwyg table td {
    padding: 12px 24px;
    border: 1px solid #f2f2f1; }

/* grid */
.main-global {
  padding-top: 120px;
  min-height: 100%;
  overflow: hidden;
  padding-bottom: 350px; }

.container {
  max-width: 1170px; }

/* forms */
.error {
  color: #ef343b !important;
  border-color: #ef343b !important; }

.success {
  color: #00c100 !important;
  border-color: #00c100 !important; }

.disabled {
  color: #39414d !important;
  border-color: #39414d !important;
  cursor: default !important; }

textarea.textarea,
input.input-text {
  border: 2px solid #ccc;
  border-radius: 6px;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  font-size: 16px;
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color; }

textarea.textarea {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  resize: none;
  height: auto;
  padding-top: 10px; }

select.select {
  appearance: none;
  border-radius: 0; }

select.select::-ms-expand {
  display: none; }

.checkbox,
.radio {
  display: block; }
  .checkbox input,
  .radio input {
    display: none; }
  .checkbox label,
  .radio label {
    user-select: none; }

a.button,
input.button,
button.button {
  min-width: 150px;
  text-align: center;
  padding: 0 29px;
  border: 2px solid #f08139;
  background-color: #f08139;
  color: #ffffff;
  height: 50px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 25px;
  text-transform: uppercase;
  line-height: 46px;
  display: inline-block;
  vertical-align: top;
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color; }
  a.button:hover,
  input.button:hover,
  button.button:hover {
    background-color: #f29051;
    border-color: #f29051; }
  a.button-shadow,
  input.button-shadow,
  button.button-shadow {
    box-shadow: 0 9px 15px rgba(240, 129, 57, 0.4); }
  a.button-outline-white,
  input.button-outline-white,
  button.button-outline-white {
    border-color: #ffffff;
    background-color: transparent; }
  a.button-outline,
  input.button-outline,
  button.button-outline {
    background-color: transparent;
    color: #f08139; }
    a.button-outline:hover,
    input.button-outline:hover,
    button.button-outline:hover {
      color: #ffffff; }

button.button:focus {
  outline: none; }

/* header */
.header-global {
  background: #ffffff;
  z-index: 6060;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: height 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  height: 120px; }
  .header-global .container-fluid {
    padding-left: 0;
    padding-right: 3.7%; }
  .header-global .logo a {
    height: 60px; }
    .header-global .logo a img {
      width: 25%; }

.fp-viewing-anchor2 .header-global,
.fp-viewing-anchor3 .header-global,
.fp-viewing-anchor4 .header-global,
.fp-viewing-anchor5 .header-global,
.fp-viewing-anchor6 .header-global,
.fp-viewing-anchor7 .header-global,
.fp-viewing-anchor8 .header-global {
  height: 60px; }
  .fp-viewing-anchor2 .header-global .logo a,
  .fp-viewing-anchor3 .header-global .logo a,
  .fp-viewing-anchor4 .header-global .logo a,
  .fp-viewing-anchor5 .header-global .logo a,
  .fp-viewing-anchor6 .header-global .logo a,
  .fp-viewing-anchor7 .header-global .logo a,
  .fp-viewing-anchor8 .header-global .logo a {
    height: 60px; }
    .fp-viewing-anchor2 .header-global .logo a img,
    .fp-viewing-anchor3 .header-global .logo a img,
    .fp-viewing-anchor4 .header-global .logo a img,
    .fp-viewing-anchor5 .header-global .logo a img,
    .fp-viewing-anchor6 .header-global .logo a img,
    .fp-viewing-anchor7 .header-global .logo a img,
    .fp-viewing-anchor8 .header-global .logo a img {
      width: 28%; }

.logo {
  position: relative;
  z-index: 6070;
  width: 220px;
  background: #ffffff; }
  .logo a {
    height: 120px;
    display: block;
    position: relative;
    transition: height 0.15s cubic-bezier(0.4, 0, 0.2, 1); }
    .logo a img {
      transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
      width: 50%;
      height: auto;
      position: absolute;
      top: 80%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0); }

.header-cta {
  margin-left: 60px; }

.menu {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1%; }
  .menu > li {
    padding-left: 24px;
    border-bottom: 1px solid #dce0e5; }
    .menu > li:first-child {
      padding-left: 0; }
    .menu > li > a {
      padding: 20px 8px;
      font-size: 16px;
      line-height: 1.2;
      color: #39414d;
      display: block;
      position: relative;
      transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1); }
      .menu > li > a:before {
        content: "";
        position: absolute;
        bottom: -1px;
        right: 0;
        left: 0;
        height: 2px;
        background: #f08139;
        opacity: 0; }
    .menu > li.active > a:before {
      opacity: 1; }
    .menu > li:hover > a {
      color: #f08139; }

.navigation-close {
  position: absolute;
  right: 30px;
  top: 10px;
  width: 60px;
  height: 60px;
  display: none;
  background: transparent url("../upload/arrow.svg") no-repeat 50% 50%;
  background-size: 30px; }

.navigation-toggle {
  display: none;
  width: 80px;
  height: 60px;
  z-index: 5050;
  position: absolute;
  right: 10%;
  top: 50%;
  margin-top: -30px;
  border-left: 1px solid #dee3e9; }

.navigation-toggle-icon {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 5px;
  height: 3px;
  background: #c7cfda;
  border-radius: 1px;
  transform: translate3d(0, -50%, 0); }
  .navigation-toggle-icon:before, .navigation-toggle-icon:after {
    border-radius: 2px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #c7cfda;
    transform: translate3d(0, -10px, 0); }
  .navigation-toggle-icon:after {
    transform: translate3d(0, 10px, 0); }

/* footer */
.footer-global {
  margin-top: -350px;
  height: 350px;
  background: #f2f2f1;
  padding-top: 43px; }

.fullpage-main .footer-global {
  margin-top: 0; }

.footer-menu {
  margin: 0 0 40px;
  padding: 2px 0 0;
  list-style: none;
  display: block;
  flex-wrap: wrap;
  font-size: 16px;
  max-width: 292px; }
  .footer-menu li {
    flex: 0 0 50%;
    margin-bottom: 9px; }
  .footer-menu a {
    color: #81858a; }
    .footer-menu a:hover {
      color: #222830; }

.footer-logo {
  max-width: 50px; }

.footer-contact {
  margin-bottom: 30px; }

.footer-title {
  font-size: 18px;
  font-weight: 500;
  color: #222830;
  margin-bottom: 22px; }

.footer-newsletter-info,
.footer-contact-info {
  line-height: 1.5;
  color: #81858a;
  font-size: 16px; }
  .footer-newsletter-info a,
  .footer-contact-info a {
    color: #81858a; }
    .footer-newsletter-info a:hover,
    .footer-contact-info a:hover {
      color: #222830; }
  .footer-newsletter-info p,
  .footer-contact-info p {
    margin: 0; }
  .footer-newsletter-info table td,
  .footer-contact-info table td {
    padding: 0 0 6px; }
  .footer-newsletter-info table td:first-child,
  .footer-contact-info table td:first-child {
    padding-right: 20px; }

.footer-social {
  margin: 32px 0 0 -26px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .footer-social li {
    margin-left: 26px;
    margin-bottom: 26px; }

.footer-info-list {
  border-top: 1px solid #dfe0e0;
  margin: 0 -10px;
  padding: 20px 10px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #b7b9bb;
  font-size: 16px; }
  .footer-info-list li {
    margin: 0 5px; }
  .footer-info-list a {
    color: #b7b9bb; }
    .footer-info-list a:hover {
      color: #222830; }

.footer-newsletter {
  margin-bottom: 73px; }

.footer-subscribe {
  position: relative;
  padding-right: 42px;
  margin-left: -16px;
  margin-top: 22px; }

.footer-subscribe-text {
  width: 100%;
  appearance: none;
  height: 42px;
  padding: 3px 14px;
  font-size: 14px;
  background: transparent;
  border-radius: 5px 0 0 5px;
  border: 2px solid #ebeef0;
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1); }
  .footer-subscribe-text:focus {
    outline: none;
    border-color: #f08139; }

.footer-subscribe-submit {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
  background: #f08139 url("../upload/newsletter.svg") no-repeat 50% 50%;
  border: 0;
  text-indent: -99999px;
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color; }
  .footer-subscribe-submit:hover {
    background-color: #f29051;
    border-color: #f29051; }
  .footer-subscribe-submit:focus {
    outline: none; }

/* content */
.hero {
  text-align: center;
  background: #222830 no-repeat 50% 50%;
  background-size: cover;
  border-bottom: 4px solid #f08139;
  font-size: 40px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  padding: 80px 0 80px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .hero h1 {
    font-size: 100%;
    margin: 0; }
  .hero:after {
    z-index: 20;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: #222830;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .hero:before {
    z-index: 10;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: transparent url("../upload/pattern.png") repeat;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .hero .container {
    position: relative;
    z-index: 30; }

.content {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
  font-size: 18px;
  line-height: 1.4; }
  .content .container {
    max-width: 900px; }
  .content p {
    opacity: 0.7;
    margin: 0 0 25px;
    padding: 0; }
  .content h1,
  .content h2,
  .content h3 {
    font-size: 40px;
    margin-bottom: 20px; }
  .content h4 {
    font-size: 30px;
    margin-bottom: 20px; }

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
p.light {
  color: #ffffff; }

.content-bg {
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  height: 513px;
  border-bottom: 4px solid #f08139;
  background: #222830 no-repeat 50% 50%;
  background-size: cover; }
  .content-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: transparent url("../upload/pattern.png") repeat;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.video {
  margin-top: 40px;
  margin-bottom: 40px;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  box-shadow: 0 22px 59px rgba(34, 40, 48, 0.2);
  background: #222830; }
  .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.img {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 10px solid #ffffff;
  box-shadow: 0 22px 59px rgba(34, 40, 48, 0.2);
  position: relative; }
  .img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0; }
  .img.pattern:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: transparent url("../upload/pattern.png") repeat;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .img.pattern:hover:before {
    opacity: 0; }

.team {
  margin-top: 60px;
  margin-left: -21%;
  margin-right: -21%;
  display: flex;
  flex-wrap: wrap; }
  .team-item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px 30px; }
    .team-item .img {
      margin: 0; }

.info {
  padding: 60px 0 60px;
  background: #222830;
  text-align: center;
  line-height: 1.25;
  font-size: 28px;
  color: #ffffff; }
  .info a {
    font-weight: bold; }
  .info .container {
    max-width: 900px; }

.news {
  padding-top: 60px; }

.news-item {
  border-top: 1px solid #dee3e9;
  display: flex;
  padding-top: 40px;
  margin-bottom: 40px; }
  .news-item:first-child {
    padding-top: 0;
    border-top: 0; }

.news-item-thumb {
  flex: 0 0 280px;
  max-width: 280px;
  padding-right: 30px; }
  .news-item-thumb a {
    width: 100%;
    display: block;
    padding-top: 100%;
    height: 0;
    background: #222830 no-repeat 50% 50%;
    background-size: cover;
    position: relative; }
    .news-item-thumb a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.5;
      background: transparent url("../upload/pattern.png") repeat;
      transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .news-item-thumb a:hover:before {
      opacity: 0; }

.news-item-content {
  flex-grow: 1;
  color: rgba(34, 40, 48, 0.7); }

.news-item-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px; }
  .news-item-title a {
    color: #222830; }
    .news-item-title a:hover {
      color: #f08139; }

.news-item-meta {
  font-size: 16px;
  margin-bottom: 21px; }

.news-item-text {
  font-size: 18px;
  line-height: 1.34;
  margin-bottom: 25px; }
  .news-item-text p {
    margin: 0; }

.news-item-more {
  text-align: right; }

.pagination {
  display: flex;
  justify-content: center; }

.pagination-list {
  margin: 0;
  padding: 0 0 42px;
  justify-content: center;
  display: flex;
  list-style: none; }
  .pagination-list li {
    margin: 0 0 0 1px;
    padding: 0; }
    .pagination-list li a {
      color: #96989d;
      font-size: 14px;
      display: block;
      height: 28px;
      line-height: 28px;
      min-width: 28px;
      padding: 0 3px;
      background: #f2f2f1;
      text-align: center; }
      .pagination-list li a:hover {
        background-color: #f08139;
        color: #ffffff; }
      .pagination-list li a.disabled {
        background-color: #f2f2f1 !important;
        color: #96989d !important;
        opacity: 0.3; }
        .pagination-list li a.disabled:hover {
          background-color: #f2f2f1 !important;
          color: #96989d !important; }
    .pagination-list li.active a {
      background-color: #222830;
      color: #ffffff; }

.pagination-next,
.pagination-prev {
  color: #96989d;
  font-size: 14px;
  display: block;
  height: 28px;
  line-height: 28px;
  min-width: 28px;
  padding: 0 3px;
  background: #f2f2f1;
  text-align: center;
  margin-left: 1px; }
  .pagination-next:hover,
  .pagination-prev:hover {
    background-color: #f08139;
    color: #ffffff; }
  .pagination-next.disabled,
  .pagination-prev.disabled {
    background-color: #f2f2f1 !important;
    color: #96989d !important;
    opacity: 0.3; }
    .pagination-next.disabled:hover,
    .pagination-prev.disabled:hover {
      background-color: #f2f2f1 !important;
      color: #96989d !important; }

.table-news-img {
  display: block;
  max-width: 200px;
  margin: 5px 0;
  width: 100%;
  width: 200px; }
  .table-news-img span {
    display: block;
    height: 0;
    padding-top: 100%;
    background: #222830 no-repeat 50% 50%;
    background-size: cover; }

/*** Careers Page ***/
.career h1,
.career h2,
.career h3,
.career h4,
.career p {
  visibility: visible !important;
  opacity: 1 !important; }
.career .hero {
  height: 34.5vw; }
  .career .hero-photo {
    width: 100%;
    position: absolute; }
  .career .hero:after {
    opacity: 0.6; }
  .career .hero h1 {
    font-size: 42px;
    max-width: 800px;
    text-transform: initial;
    margin: auto; }
.career .pison-value {
  text-align: center;
  max-width: 1300px; }
  .career .pison-value .header-description {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 64px; }
    .career .pison-value .header-description p {
      max-width: 750px;
      margin-bottom: 0px; }
  .career .pison-value-item {
    margin-bottom: 44px; }
    .career .pison-value-item .icon-col {
      margin-right: -10px; }
    .career .pison-value-item h4 {
      font-size: 22px;
      margin-bottom: 14px; }
    .career .pison-value-item p {
      font-size: 14px;
      line-height: 1.6rem;
      margin-right: 10px; }
.career .gallery {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 18vw 1vw 18vw;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: "gallery-1 gallery-2 gallery-4" "gallery-1 gallery-2 gallery-5" "gallery-1 gallery-3 gallery-5"; }
.career .gallery-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
.career .gallery-1 {
  grid-area: gallery-1;
  background-image: url("../upload/career-gallery-1.png"); }
.career .gallery-2 {
  grid-area: gallery-2;
  background-image: url("../upload/career-gallery-2.png"); }
.career .gallery-3 {
  grid-area: gallery-3;
  background-image: url("../upload/career-gallery-3.png"); }
.career .gallery-4 {
  grid-area: gallery-4;
  background-image: url("../upload/career-gallery-4.png"); }
.career .gallery-5 {
  grid-area: gallery-5;
  background-image: url("../upload/career-gallery-5.png"); }
.career .job-board .go-back-jobs {
  display: flex;
  align-items: center; }
  .career .job-board .go-back-jobs img {
    width: 30px;
    margin-right: 15px; }
  .career .job-board .go-back-jobs a {
    text-align: left;
    font-size: 16px;
    font-weight: 700; }
.career .career-image-slider {
  display: none;
  margin-bottom: 60px;
  overflow: visible; }
  .career .career-image-slider .swiper-pagination {
    visibility: visible;
    bottom: -40px; }
    .career .career-image-slider .swiper-pagination .swiper-pagination-bullet {
      background-color: #f08139; }
.career .content {
  padding-bottom: 0; }
  .career .content.apply-job {
    padding-top: 0; }

/*** About Page ***/
.about-page .image-container {
  width: 100%;
  min-height: 450px;
  background-image: url("../upload/img_9092_720.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 73%; }

.info {
  font-size: 24px; }
  .info .container {
    max-width: 950px; }
    .info .container p {
      max-width: 950px; }

.d-xl-block {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 90% !important; }

.visibility-hidden,
.content p,
.content h1,
.content h2,
.content h3,
.content h4,
.content .img,
.content .video,
.content table {
  visibility: hidden; }

.visibility-visible {
  visibility: visible !important; }

.delay0 {
  animation-delay: 0; }

.delay01 {
  animation-delay: 0.1s; }

.delay015 {
  animation-delay: 0.15s; }

.delay02 {
  animation-delay: 0.2s; }

.delay025 {
  animation-delay: 0.25s; }

.delay03 {
  animation-delay: 0.3s; }

.delay035 {
  animation-delay: 0.35s; }

.delay04 {
  animation-delay: 0.4s; }

.delay045 {
  animation-delay: 0.45s; }

.delay05 {
  animation-delay: 0.5s; }

.delay055 {
  animation-delay: 0.55s; }

.delay06 {
  animation-delay: 0.6s; }

.delay07 {
  animation-delay: 0.7s; }

.delay08 {
  animation-delay: 0.8s; }

.delay09 {
  animation-delay: 0.9s; }

.delay075 {
  animation-delay: 0.75s; }

.delay1 {
  animation-delay: 1s; }

.delay125 {
  animation-delay: 1.25s; }

.delay15 {
  animation-delay: 1.5s; }

.delay175 {
  animation-delay: 1.75s; }

.delay2 {
  animation-delay: 2s; }

.delay225 {
  animation-delay: 2.25s; }

.delay25 {
  animation-delay: 2.5s; }

.delay275 {
  animation-delay: 2.75s; }

.animated {
  animation-duration: 0.8s;
  animation-fill-mode: both; }

.animated200 {
  animation-duration: 0.25s;
  animation-fill-mode: both; }

.animated275 {
  animation-duration: 0.5s;
  animation-fill-mode: both; }

.animated1 {
  animation-duration: 0.8s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0); }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 1;
    transform: none; } }
.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0); }
  80% {
    opacity: 1; }
  100% {
    transform: none; } }
.fadeInDown {
  animation-name: fadeInDown; }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0); }
  80% {
    opacity: 1; }
  100% {
    transform: none; } }
.zoomIn {
  animation-name: zoomIn; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0); }
  80% {
    opacity: 1; }
  100% {
    transform: none; } }
.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0); }
  80% {
    opacity: 1; }
  100% {
    transform: none; } }
.fadeInRight {
  animation-name: fadeInRight; }

/* home */
.home-posts {
  background: #222830;
  position: relative; }
  .home-posts .swiper-pagination {
    display: none; }
  .home-posts .swiper-pagination-bullet {
    background: #8e8f92;
    opacity: 1; }
    .home-posts .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #f08139; }
  .home-posts .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
    margin: 0 4px; }
  .home-posts .swiper-container-horizontal > .swiper-pagination-bullets,
  .home-posts .swiper-pagination-custom,
  .home-posts .swiper-pagination-fraction {
    bottom: 57px; }
  .home-posts .swiper-button-prev {
    transform: rotate(-180deg); }
  .home-posts .swiper-button-next {
    right: 36.6%; }
  .home-posts .swiper-button-prev {
    left: 36.6%; }
  .home-posts .swiper-button-next,
  .home-posts .swiper-button-prev {
    display: none;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: 115px; }
    .home-posts .swiper-button-next:before, .home-posts .swiper-button-next:after,
    .home-posts .swiper-button-prev:before,
    .home-posts .swiper-button-prev:after {
      display: none; }
    .home-posts .swiper-button-next svg,
    .home-posts .swiper-button-prev svg {
      display: block; }
    .home-posts .swiper-button-next path,
    .home-posts .swiper-button-prev path {
      fill: #ffffff;
      transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1); }
    .home-posts .swiper-button-next:hover path,
    .home-posts .swiper-button-prev:hover path {
      fill: #f08139; }

.home-post {
  min-height: calc(100vh - 221px);
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .home-post:after {
    z-index: 20;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: #222830;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .home-post:before {
    z-index: 10;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: transparent url("../upload/pattern.png") repeat;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.home-post-logo {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0 auto 50px;
  max-width: 100px; }
  .home-post-logo img {
    display: block;
    margin: 0 auto;
    width: 70%;
    height: auto; }

.home-post-background {
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  background: no-repeat 50% 50%;
  background-size: cover;
  filter: blur(6px); }
  .home-post-background video {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.home-post-content {
  position: relative;
  z-index: 50;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 40px 15% 60px;
  color: #ffffff;
  box-sizing: border-box;
  line-height: 1.2;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1); }

.home-post-link {
  position: absolute;
  background: transparent;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 100; }

.swiper-slide:hover .home-post:after, .swiper-slide:hover .home-post:before {
  opacity: 0; }
.swiper-slide:hover .home-post-logo {
  opacity: 1; }
.swiper-slide:hover .home-post-background {
  filter: blur(0); }
.swiper-slide:hover .home-post-content {
  text-shadow: 0 10px 25px rgba(34, 40, 48, 0.5); }

.home-post-suptitle {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px; }

.home-post-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 19px; }

.home-post-text {
  font-size: 16px;
  margin-bottom: 40px; }

.home-about {
  padding: 40px 0 40px;
  border-top: 4px solid #f08139;
  background: #222830;
  text-align: center;
  font-size: 28px; }
  .home-about a {
    color: #ffffff; }
    .home-about a:hover .home-about-arrow {
      background-color: #f08139;
      transform: translateX(5px); }
  .home-about strong {
    color: #f08139; }

.home-about-title {
  padding: 20px 64px;
  display: inline-block;
  position: relative; }

.home-about-arrow {
  background: #4e5359 url("../upload/right.svg") no-repeat 52% 50%;
  background-size: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), transform 0.15s cubic-bezier(0.4, 0, 0.2, 1); }

.home-insights-info,
.home-intent-info {
  text-align: center;
  background: #f2f2f1;
  line-height: 1.5;
  padding: 50px 0 50px;
  position: relative; }
  .home-insights-info h1,
  .home-insights-info h2,
  .home-intent-info h1,
  .home-intent-info h2 {
    font-size: 100%;
    margin: 0;
    line-height: 1.2; }
  .home-insights-info p,
  .home-intent-info p {
    margin: 0; }

.home-insights-caption,
.home-intent-caption {
  position: relative;
  z-index: 60;
  font-size: 40px; }

.home-insights-text,
.home-intent-text {
  padding-top: 25px;
  opacity: 0.7;
  font-size: 18px;
  margin: 0 auto;
  max-width: 700px;
  position: relative;
  z-index: 60; }

.home-insights-text-single {
  padding-top: 0 !important;
  max-width: 900px; }

.home-insights-arrow,
.home-intent-arrow {
  background: #f2f2f1;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(50%) rotate(45deg);
  z-index: 50; }
  .home-insights-arrow:before,
  .home-intent-arrow:before {
    content: "";
    position: absolute;
    top: 27px;
    left: 27px;
    background: transparent url("../upload/down.svg") no-repeat;
    width: 23px;
    height: 23px;
    transform: rotate(-45deg); }

.home-intent-list {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 9px 60px; }

.home-intent-item {
  padding: 0 20px 37px;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.home-intent-link {
  height: 300px;
  text-align: center;
  color: #ffffff;
  display: block;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden; }
  .home-intent-link-background {
    background: transparent no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate3d(-50%, -50%, 0);
    transition: transform 0.75s cubic-bezier(0.4, 0, 0.2, 1);
    backface-visibility: hidden; }
  .home-intent-link:after {
    z-index: 20;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: #222830;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .home-intent-link:before {
    z-index: 10;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: transparent url("../upload/pattern.png") repeat;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .home-intent-link:hover {
    color: #ffffff; }
    .home-intent-link:hover .home-intent-link-background {
      transform: scale(1.1) translate3d(-50%, -50%, 0); }
    .home-intent-link:hover:before, .home-intent-link:hover:after {
      opacity: 0; }
    .home-intent-link:hover .home-intent-title {
      text-shadow: 0 10px 25px rgba(34, 40, 48, 0.5); }

.home-intent-title {
  z-index: 40;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1); }

.control-list .home-insights-item {
  border-bottom: 10px solid #f2f2f1;
  background: #222830;
  color: #ffffff;
  align-items: center; }
  .control-list .home-insights-item:before {
    left: auto;
    right: 0;
    background: #f2f2f1;
    z-index: 202; }
.control-list .home-insights-content h3:before {
  height: 2px; }
.control-list .home-insights-item-light {
  background: #ffffff;
  color: #39414d; }
  .control-list .home-insights-item-light .home-insights-content-num {
    color: #f2f2f1;
    right: auto;
    left: -5%; }
.control-list .home-insights-img {
  min-height: 470px; }
.control-list .home-insights-content-inner {
  max-width: 440px; }

.home-insights-item-light .control-item-gem {
  background: #ffffff; }

.control-item-gem {
  width: 48px;
  height: 48px;
  background: #222830;
  position: absolute;
  z-index: 300;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
  transform: rotate(45deg); }
  .control-item-gem:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background: #f08139;
    display: none; }

.home-insights-list {
  background: #222830;
  color: #ffffff; }

.section-push {
  padding-top: 120px; }

.home-insights-item {
  display: flex;
  position: relative; }
  .home-insights-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    background: #f08139;
    bottom: 0; }
  .home-insights-item:hover .home-insights-img:before, .home-insights-item:hover .home-insights-img:after {
    opacity: 0; }

.home-insights-img {
  min-height: 560px;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  background: transparent no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  .home-insights-img video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover; }
  .home-insights-img:after {
    z-index: 20;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: #222830;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .home-insights-img:before {
    z-index: 10;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: transparent url("../upload/pattern.png") repeat;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.home-insights-content-wrap {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative; }

.home-insights-content-num {
  position: absolute;
  font-size: 18.22vw;
  line-height: 1;
  bottom: 14%;
  right: 5%;
  font-weight: bold;
  color: #31363c; }

.home-insights-content {
  padding: 80px 0 70px;
  max-width: 570px;
  font-size: 16px;
  line-height: 1.67;
  position: relative;
  z-index: 2; }
  .home-insights-content h3 {
    font-size: 40px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 22px; }
    .home-insights-content h3:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 3px;
      background: #f08139;
      height: 2px;
      width: 30px; }
  .home-insights-content p {
    opacity: 0.7;
    margin: 0 0 33px; }
  .home-insights-content.centered h3::before {
    left: 50%;
    transform: translateX(-50%); }

.home-insights-content-inner {
  max-width: 400px;
  padding-left: 30px;
  margin-left: auto; }

.home-insights-item-inverse {
  border-right: 0; }
  .home-insights-item-inverse .home-insights-img {
    order: 2; }
  .home-insights-item-inverse .home-insights-content {
    margin-left: auto; }
  .home-insights-item-inverse .home-insights-content-inner {
    margin-left: 0;
    padding-left: 0;
    padding-right: 30px; }
  .home-insights-item-inverse:before {
    right: auto;
    left: 0; }

#insights1,
#insights2 {
  position: relative;
  top: -100px; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.fp-right {
  right: 17px; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.fp-bottom {
  bottom: 17px; }

.fp-slidesNav.fp-top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* modal */
/* responsive */
@media (max-width: 1640px) {
  .team {
    margin-left: -15px;
    margin-right: -15px; }

  .career .pison-value {
    max-width: 1300px; } }
@media (max-width: 1365px) {
  .home-insights-content-inner {
    margin-left: auto !important;
    margin-right: auto !important; }

  .career .pison-value {
    max-width: 1096px; } }
@media (max-width: 1200px) {
  .career .gallery {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    gap: 10px 10px;
    grid-template-areas: "gallery-1" "gallery-2" "gallery-3" "gallery-4" "gallery-5";
    height: auto; }
  .career .gallery-img {
    padding-top: 62.7%; } }
@media (max-width: 1199.98px) {
  .career .gallery {
    display: none; }
  .career .career-image-slider {
    display: block; }

  .container,
  .container-fluid,
  .home-insights-content-inner {
    padding-left: 10% !important;
    padding-right: 10% !important; }

  .hero {
    margin-top: 0px; }
    .hero .container {
      padding-left: 5% !important;
      padding-right: 5% !important; }
      .hero .container h1 {
        font-size: 2rem; }

  .header-global {
    height: 80px; }

  .logo {
    background: transparent;
    margin-top: 8px; }
    .logo a {
      height: 80px;
      width: 80px !important; }
      .logo a img {
        width: 50% !important;
        top: 50%; }

  .home-post:after, .home-post:before {
    opacity: 0; }

  .section {
    height: auto !important; }

  .control-list .home-insights-content-wrap {
    padding-top: 0; }

  .control-list .home-insights-item {
    height: auto; }

  .control-list .home-insights-img {
    height: 300px; }

  .control-item-gem {
    display: none; }

  .control-list .home-insights-img {
    min-height: 300px; }
  .control-list .home-insights-content-inner {
    max-width: 90%; }
  .control-list .home-insights-item-light .home-insights-content-num {
    right: 5%;
    left: auto; }

  .home-post-logo {
    opacity: 1; }

  .home-post-background {
    filter: blur(0); }

  .home-post-content {
    text-shadow: 0 10px 25px rgba(34, 40, 48, 0.5); }

  .section-push,
  .main-global {
    padding-top: 80px; }

  .home-post {
    min-height: calc(100vh - 224px); }

  .navigation-toggle {
    display: block; }

  .navigation-open .navigation {
    transform: translateX(0); }
  .navigation-open .navigation-close {
    opacity: 1; }

  .header-cta {
    display: none; }

  .navigation {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    position: fixed;
    width: 68.75%;
    top: 0;
    padding-top: 80px;
    left: 0;
    bottom: 0;
    overflow: auto;
    background: #f2f2f1;
    transform: translateX(-101%); }
    .navigation:after {
      content: "";
      position: absolute;
      top: 80px;
      left: 14%;
      height: 1px;
      background: #dee3e9;
      right: 10%; }

  .navigation-close {
    display: block;
    opacity: 0;
    transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0.15s; }

  .menu {
    flex-wrap: wrap;
    padding-top: 45px;
    padding-bottom: 45px; }
    .menu > li {
      margin: 0;
      padding: 0;
      flex: 0 0 100%;
      max-width: 100%;
      border: 0; }
      .menu > li > a {
        font-weight: normal;
        font-size: 18px;
        padding: 15px 10px 15px 14%; }
        .menu > li > a:before {
          height: auto;
          bottom: 0;
          top: 0;
          left: 0;
          width: 2px; }
      .menu > li.active > a {
        font-weight: 500; }

  .home-post-logo {
    opacity: 0 !important; }

  .home-posts .swiper-button-next,
  .home-posts .swiper-button-prev {
    display: block !important;
    bottom: 50% !important;
    margin-top: -25px !important; }

  .home-posts .swiper-button-next {
    right: 3% !important; }

  .home-posts .swiper-button-prev {
    left: 3% !important; }

  .home-posts .swiper-button-next {
    right: 10%;
    top: auto;
    bottom: 42px; }
  .home-posts .swiper-button-prev {
    left: 10%;
    top: auto;
    bottom: 42px; }

  .home-post-text {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 49px; }

  .home-intent-list {
    padding: 0; }

  .home-intent-item {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%; }

  .home-intent-link {
    line-height: 1.04;
    height: 300px; }

  .home-insights-item {
    flex-wrap: wrap; }
    .home-insights-item:before {
      display: none; }

  .home-insights-img {
    flex: 0 0 100%;
    max-width: 100%;
    order: -1 !important;
    height: 300px;
    min-height: 0;
    position: relative; }

  .home-insights-content-wrap {
    flex: 0 0 100%;
    max-width: 100%; }

  .home-insights-content {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    max-width: 100%; }

  .home-insights-content-inner {
    max-width: 100%; }
    .home-insights-content-inner h3 br {
      display: none; }
    .home-insights-content-inner p {
      margin-bottom: 34px; }

  .home-about {
    line-height: 1.46;
    font-size: 20px;
    font-weight: normal;
    padding-top: 30px;
    padding-bottom: 40px; }

  .home-about-title {
    padding-left: 0;
    padding-right: 0; }

  .home-about-arrow {
    display: none; }

  .home-insights-info,
  .home-intent-info {
    padding-top: 40px;
    padding-bottom: 40px; }

  .home-insights-text,
  .home-intent-text {
    padding-top: 20px;
    line-height: 1.66;
    font-size: 16px; }

  .home-insights-arrow,
  .home-intent-arrow {
    width: 40px;
    height: 40px; }

  .home-insights-arrow:before,
  .home-intent-arrow:before {
    display: none; }

  .main-global {
    min-height: auto;
    padding-bottom: 0; }

  .footer-global {
    height: auto;
    margin-top: auto;
    padding-top: 48px;
    position: relative; }
    .footer-global:before {
      content: "";
      background: #f2f2f1;
      width: 40px;
      height: 40px;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      z-index: 50; }

  .footer-subscribe {
    margin-left: 0; }

  .footer-newsletter {
    margin-bottom: 49px; }

  .footer-social {
    margin-left: -22px; }
    .footer-social li {
      margin-left: 22px;
      margin-bottom: 22px; }

  .footer-info-list {
    font-size: 14px;
    padding-top: 27px; }

  .hero {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 36px; }

  .content-bg {
    height: 104vw;
    max-height: 800px; }

  .content h1,
  .content h2,
  .content h3 {
    margin-bottom: 38px; }

  .img {
    border-width: 6px;
    margin-top: 64px;
    margin-bottom: 80px; }

  .video {
    margin-top: 64px;
    margin-bottom: 64px; }

  .news-item-more {
    text-align: left; }

  .news {
    padding-bottom: 40px; }

  .team-item {
    flex: 0 0 50%;
    max-width: 50%; }

  .info {
    line-height: 1.46;
    font-size: 20px; }

  .mobile-justify {
    text-align: justify; } }
@media (max-width: 991.98px) {
  .team-item {
    flex: 0 0 100%;
    max-width: 100%; }

  .hero .container h1 {
    font-size: 1.5rem; } }
@media (max-width: 767.98px) {
  .home-insights-content-inner h3 br {
    display: block; }

  .news-item-thumb {
    flex: 0 0 200px;
    max-width: 200px; }

  .career .hero {
    border-width: 8px; }
    .career .hero h1 {
      max-width: 300px;
      font-size: 1rem; }
    .career .hero img {
      height: 100%; } }
@media (max-width: 575.98px) {
  .navigation-toggle {
    width: 80px; }

  .navigation-toggle-icon {
    left: 34px; }

  .content h1,
  .content h2,
  .content h3,
  .home-insights-content h3,
  .home-insights-caption,
  .home-intent-caption,
  .home-post-title {
    font-size: 36px; }

  .home-intent-title {
    font-size: 32px; }

  .content {
    padding-top: 90px;
    font-size: 20px; }

  .content-bg {
    height: 110vw;
    min-height: 500px; }

  .news-item-thumb {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 20px; }
    .news-item-thumb a {
      padding-top: 0;
      height: 200px; }

  .news-item {
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%; } }

/*# sourceMappingURL=style.css.map */
