@font-face {
  font-family: "Lato";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Lato-Regular/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular/Lato-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Lato-Regular/Lato-Regular.woff") format("woff"),
    url("../fonts/Lato-Regular/Lato-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Lato-Light/Lato-Light.eot");
  src: url("../fonts/Lato-Light/Lato-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Lato-Light/Lato-Light.woff") format("woff"),
    url("../fonts/Lato-Light/Lato-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff") format("woff"),
    url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.ttf")
      format("truetype");
}

/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  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;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  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: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.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: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #1f3459;
  color: #fff;
}

::selection {
  background-color: #1f3459;
  color: #fff;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  color: #000000;
}

body input,
body textarea {
  border: #666 1px solid;
  outline: none;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid,
body textarea:required:valid {
  border-color: green;
}

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

.img-responsive.img-width {
  width: 100%;
}

.custom-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

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

a:focus,
a:active,
a:visited,
input:focus,
input:active,
input:visited,
textarea:focus,
textarea:active,
textarea:visited,
button:focus,
button:active,
button:visited,
select:focus,
select:active,
select:visited {
  text-decoration: none;
  outline: none;
}

b,
strong {
  font-weight: bold;
}

.header {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 25px 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.header.scrolled {
  padding: 0 !important;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
  box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
}

.header.scrolled .header__logo a img {
  max-width: 80px;
}

.header.scrolled .header__nav ul li a {
  color: #1f3459;
}

.header.scrolled .header__nav ul li a:hover {
  background-color: #1f3459;
  color: #ffffff;
}

.header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__logo a {
  display: block;
}

.header__logo a img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  max-width: 120px;
  height: auto !important;
}

.header__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.header__nav ul li {
  margin: 0;
}

.header__nav ul li:last-child {
  margin-right: 0;
}

.header__nav ul li a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  line-height: 18px;
  padding: 12px 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.header__nav ul li a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #1f3459;
}

.header__menu-btn {
  display: none;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.header__menu-btn svg {
  fill: #1f3459;
}

@media screen and (max-width: 992px) {
  .header {
    background-color: #ffffff;
    padding: 10px 0 !important;
    -webkit-box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
    box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
  }
  .header.scrolled {
    padding: 10px 0 !important;
  }
  .header.scrolled .header__logo a img {
    max-width: 50px;
  }
  .header__logo a img {
    max-width: 50px;
  }
  .header__nav {
    width: 100%;
    padding: 10px 0 0;
    display: none;
  }
  .header__nav ul {
    display: block;
  }
  .header__nav ul li:first-child {
    border-top: 1px solid #1f3459;
  }
  .header__nav ul li a {
    padding: 12px 15px;
    color: #1f3459;
    text-align: center;
  }
  .header__menu-btn {
    display: block;
  }
}

.main {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 800px;
  padding: 200px 15px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.main__content {
  width: 100%;
  margin: 0 auto;
  max-width: 1090px;
  position: relative;
  z-index: 10;
}

.main__content h2 {
  font-family: "Lato", sans-serif;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-shadow: 0px 7px 5.52px rgba(0, 0, 0, 0.25);
  font-weight: 300;
}

.main__content h1 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  font-size: 55px;
  line-height: 60px;
  text-transform: uppercase;
  text-shadow: 0px 7px 5.52px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 992px) {
  .main {
    min-height: 600px;
  }
  .main__content h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .main__content h1 {
    font-size: 40px;
    line-height: 46px;
  }
}

@media screen and (max-width: 767px) {
  .main {
    min-height: auto;
    padding: 150px 15px 100px !important;
  }
  .main__content h1 {
    font-size: 26px;
    line-height: 32px;
  }
}

.services {
  background-color: #ffffff;
  padding: 60px 15px !important;
}

.services__content {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

.services__content h3 {
  font-family: "Lato", sans-serif;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 300;
}

.services__content h2 {
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #152850;
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
}

.services__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0 0;
}

.services__item {
  width: -webkit-calc(25% - 5px);
  width: calc(25% - 5px);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.services__item a {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}

.services__item a:hover {
  text-decoration: none;
  color: #ffffff;
}

.services__item a span {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  color: #ffffff;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 24px;
  text-shadow: 0px 5px 9.1px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 992px) {
  .services__content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .services__item {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
}

@media screen and (max-width: 767px) {
  .services__content h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .services__list {
    padding: 20px 0 0;
  }
  .services__item {
    width: 100%;
  }
  .services__item a span {
    font-size: 18px;
  }
}

.ports-in-figures {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 15px 40px !important;
}

.ports-in-figures__content {
  width: 100%;
  max-width: 1060px;
  background-color: #f1f1f1;
  padding: 30px 15px 5px;
  margin: 0 auto;
}

.ports-in-figures__content h2 {
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #152850;
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
}

.ports-in-figures__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ports-in-figures__col {
  width: -webkit-calc(33.3% - 6px);
  width: calc(33.3% - 6px);
}

.ports-in-figures__item {
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ports-in-figures__item h3 {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 5px;
  font-size: 44px;
  color: #ffffff;
  line-height: 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-shadow: 0px 5px 9.1px rgba(0, 0, 0, 0.5);
}

.ports-in-figures__item span {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-shadow: 0px 5px 9.1px rgba(0, 0, 0, 0.5);
}

.ports-in-figures__item.half {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  height: 155px;
}

.ports-in-figures__item.half span {
  font-size: 10px;
  line-height: 14px;
}

.ports-in-figures__item.item-one {
  height: 310px;
}

.ports-in-figures__item.item-two {
  height: 200px;
}

.ports-in-figures__item.item-three {
  height: 265px;
}

.ports-in-figures__item.item-four {
  height: 275px;
}

.ports-in-figures__item.item-five {
  height: 190px;
}

.ports-in-figures__col-half-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .ports-in-figures__col {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
  .ports-in-figures__col.last-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ports-in-figures__item.item-four,
  .ports-in-figures__item.item-five {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .ports-in-figures__content h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .ports-in-figures__col {
    width: 100%;
  }
  .ports-in-figures__col.last-col {
    display: block;
  }
  .ports-in-figures__col.last-col.item-four,
  .ports-in-figures__col.last-col.item-five {
    width: 100%;
    height: 225px;
  }
  .ports-in-figures__col-half-wrapper {
    display: block;
  }
  .ports-in-figures__item h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .ports-in-figures__item span {
    font-size: 14px;
    line-height: 24px;
  }
  .ports-in-figures__item.item-one,
  .ports-in-figures__item.item-two,
  .ports-in-figures__item.item-three,
  .ports-in-figures__item.item-four,
  .ports-in-figures__item.item-five {
    height: 225px !important;
    width: 100% !important;
  }
  .ports-in-figures__item.half {
    width: 100% !important;
    height: 225px !important;
  }
  .ports-in-figures__item.half span {
    font-size: 14px;
    line-height: 24px;
  }
}

.news {
  background-color: #ffffff;
  padding: 60px 15px 60px !important;
}

.news__content {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.news__content h3 {
  font-family: "Lato", sans-serif;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 300;
}

.news__content h2 {
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #152850;
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
}

.news__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0 0;
}

.news__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  min-height: 300px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news__item .news__category {
  position: absolute;
  /* width: 100%; */
  padding: 0 15px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  top: 10px;
  text-shadow: 0px 5px 9.1px rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.5);
  left: 10px;
}

/*
 .news__item .news__category {
 	position: absolute;
 	width: 100%;
 	padding: 0 15px 0 25px;
 	color: #ffffff;
 	font-size: 14px;
 	font-family: "Lato", sans-serif;
 	font-weight: 300;
 	text-transform: uppercase;
 	top: 25px;
 	text-shadow: 0px 5px 9.1px rgba(0, 0, 0, 0.6);
 }
*/
.news__item .news__title {
  color: #ffffff;
  text-transform: uppercase;
  /*text-shadow: 0px 5px 9.1px rgba(0, 0, 0, 0.6);*/
  text-shadow: -2px 1px 3px rgb(0 0 0);

  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 0 15px 0 25px;
  font-size: 24px;
  line-height: 30px;
}

.news__item:hover {
  text-decoration: none;
}

.wp-block-media-text__content h2 {
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  .news__item .news__title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 992px) {
  .news__content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .news__item {
    min-height: 300px;
  }
  .news__item .news__title {
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px 15px 25px;
  }
}

@media screen and (max-width: 767px) {
  .news__content h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .news__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 0;
  }
  .news__item {
    min-height: 225px;
    width: 100%;
  }
  .news__item .news__title {
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px 15px 25px;
  }
}

.vessel-tracker {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 60px 15px !important;
}

.vessel-tracker__content {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1260px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vessel-tracker__info {
  max-width: 400px;
}

.vessel-tracker__info h2 {
  margin: 0 0 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
  text-shadow: 0px 7px 5.52px rgba(0, 0, 0, 0.25);
}

.vessel-tracker__info p {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  text-shadow: 0px 7px 5.52px rgba(0, 0, 0, 0.25);
}

.vessel-tracker__form {
  width: 100%;
  max-width: 600px;
}

.vessel-tracker__form input[type="text"] {
  display: block;
  width: 100%;
  background-color: #ffffff;
  height: 60px;
  border: none;
  padding: 0 15px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  text-transform: uppercase;
  color: #1a3157;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin: 0 0 45px;
  cursor: pointer;
}

.vessel-tracker__form input[type="text"]::-webkit-input-placeholder {
  color: rgba(26, 49, 81, 0.25);
}

.vessel-tracker__form input[type="text"]::-moz-placeholder {
  color: rgba(26, 49, 81, 0.25);
}

.vessel-tracker__form input[type="text"]:-ms-input-placeholder {
  color: rgba(26, 49, 81, 0.25);
}

.vessel-tracker__form input[type="text"]::-ms-input-placeholder {
  color: rgba(26, 49, 81, 0.25);
}

.vessel-tracker__form input[type="text"]::placeholder {
  color: rgba(26, 49, 81, 0.25);
}

.vessel-tracker__form input[type="submit"] {
  display: block;
  height: 46px;
  line-height: 44px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  width: 140px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  cursor: pointer;
}

.vessel-tracker__form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1300px) {
  .vessel-tracker__form {
    max-width: 400px;
  }
}

@media screen and (max-width: 992px) {
  .vessel-tracker__form,
  .vessel-tracker__info {
    max-width: 100%;
    width: 100%;
  }
  .vessel-tracker__form h2,
  .vessel-tracker__form p,
  .vessel-tracker__info h2,
  .vessel-tracker__info p {
    text-align: center;
    margin: 0 0 20px;
  }
  .vessel-tracker__form input[type="text"],
  .vessel-tracker__info input[type="text"] {
    height: 46px;
    line-height: 46px;
    margin: 0 0 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .vessel-tracker__content h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .vessel-tracker__info p,
  .vessel-tracker__form p {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 24px;
  }
  .vessel-tracker__info input[type="submit"],
  .vessel-tracker__form input[type="submit"] {
    width: 100%;
    margin: 0 0 20px;
  }
  .vessel-tracker__form-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .vessel-tracker__form-half {
    width: 100%;
  }
  .vessel-tracker__form-half img {
    display: block;
    margin: 0 auto;
  }
}

.contact-us {
  background-color: #ffffff;
  padding: 90px 15px !important;
}

.contact-us__content {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}

.contact-us__info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: -350px;
}

.contact-us__info {
  width: 375px;
  position: relative;
  z-index: 10;
}

.contact-us__info h3 {
  font-family: "Lato", sans-serif;
  text-align: right;
  font-size: 24px;
  line-height: 32px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 300;
}

.contact-us__info h2 {
  margin: 0 0 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: right;
  color: #152850;
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
}

.contact-us__info-box {
  background-color: #f2f3f7;
  -webkit-box-shadow: 0px 5px 29.12px 2.88px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 29.12px 2.88px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 40px;
}

.contact-us__info-box h4 {
  font-size: 15px;
  line-height: 20px;
  color: #152850;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0 0 5px;
}

.contact-us__info-box p {
  font-size: 15px;
  line-height: 20px;
  color: #152850;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin: 0 0 30px;
}

.contact-us__info-box p:last-child {
  margin: 0;
}

.contact-us__map {
  max-width: 720px;
  position: relative;
}

.contact-us__map iframe {
  display: block;
  width: 100%;
  min-height: 400px;
}

@media screen and (max-width: 1024px) {
  .contact-us {
    padding: 60px 15px !important;
  }
  .contact-us__info-wrapper {
    margin-bottom: -320px;
  }
}

@media screen and (max-width: 992px) {
  .contact-us__info h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .contact-us {
    padding: 40px 15px !important;
  }
  .contact-us__info {
    width: 100%;
    max-width: 100%;
  }
  .contact-us__info h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 30px;
    text-align: center;
  }
  .contact-us__info h3 {
    text-align: center;
  }
  .contact-us__info-box {
    padding: 25px;
  }
  .contact-us__info-wrapper {
    margin-bottom: 15px;
  }
  .contact-us__map iframe {
    min-height: 250px;
  }
}

.footer {
  background-color: #1a3157;
  padding: 35px 15px !important;
}

.footer__content p {
  text-align: center;
  margin: 0 auto;
  max-width: 610px;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

.footer__content p a {
  text-decoration: underline;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 15px !important;
  }
  .footer__content p {
    font-size: 12px;
  }
}

.port-map {
  background-color: #ffffff;
  position: relative;
  min-height: 680px;
  padding: 70px 50px 0 !important;
  position: relative;

  overflow: hidden;
}

.port-map__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.port-map__map {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 1120px;
}

.port-map__item {
  max-width: 400px;
  margin-right: 80px;
}

.port-map__item h3 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 300;
}

.port-map__item h2 {
  margin: 0 0 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #152850;
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
}

.port-map__item p {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0 0 50px;
  font-weight: 300;
}

.port-map__item a {
  display: block;
  max-width: 140px;
  text-align: center;
  color: #152850;
  border: 1px solid #152850;
  height: 40px;
  line-height: 38px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.port-map__item a:hover {
  text-decoration: none;
  background-color: #152850;
  color: #ffffff;
}

.port-map__pointer {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 100px;
  right: 100px;
  cursor: pointer;
  z-index: 20;
}

.port-map__pointer:hover a {
  visibility: visible;
  opacity: 1;
}

.port-map__pointer a {
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  padding: 0 10px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  color: #152850;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  min-width: 300px;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.port-map__pointer a:hover {
  text-decoration: none;
}

.port-map__pointer#pointer-1 {
  top: 190px;
  right: 256px;
}

.port-map__pointer#pointer-2 {
  top: 220px;
  right: 276px;
}

.port-map__pointer#pointer-3 {
  top: 245px;
  right: 296px;
}

.port-contact-us {
  padding: 60px 15px !important;
  background-color: #ffffff;
}

.port-contact-us__content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.port-contact-us__content h3 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}

.port-contact-us__content h1 {
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #152850;
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
  text-align: center;
}

.port-contact-us__form {
  padding: 40px 0 0 !important;
}

.port-contact-us__form .wpcf7-form-control-wrap {
  display: block;
  width: 100% !important;
}

/*.port-contact-us__form div.wpcf7 .ajax-loader {
  display: none !important;
}

.port-contact-us__form p {
  display: none;
}

.port-contact-us__form br {
  display: none;
}*/

.port-contact-us__form input[type="text"],
.port-contact-us__form input[type="email"],
.port-contact-us__form select {
  display: block;
  width: 100%;
  background-color: #ebebeb;
  border: 1px solid #8c96a7;
  height: 70px;
  line-height: 68px;
  padding: 0 30px;
  font-size: 25px;
  font-family: "Lato", sans-serif;
  color: #152850;
  font-weight: 300;
}
.port-contact-us__form select {
  color: #cebfbf;
}
.port-contact-us__form select option {
  color: #152850 !important;
}
.port-contact-us__form select option:first-child {
  color: #cebfbf !important;
}

.port-contact-us__form input[type="text"]::-webkit-input-placeholder,
.port-contact-us__form input[type="email"]::-webkit-input-placeholder {
  color: rgba(26, 49, 81, 0.25);
}

.port-contact-us__form input[type="text"]::-moz-placeholder,
.port-contact-us__form input[type="email"]::-moz-placeholder {
  color: rgba(26, 49, 81, 0.25);
}

.port-contact-us__form input[type="text"]:-ms-input-placeholder,
.port-contact-us__form input[type="email"]:-ms-input-placeholder {
  color: rgba(26, 49, 81, 0.25);
}

.port-contact-us__form input[type="text"]::-ms-input-placeholder,
.port-contact-us__form input[type="email"]::-ms-input-placeholder {
  color: rgba(26, 49, 81, 0.25);
}

.port-contact-us__form input[type="text"]::placeholder,
.port-contact-us__form input[type="email"]::placeholder {
  color: rgba(26, 49, 81, 0.25);
}

.port-contact-us__form textarea {
  display: block;
  width: 100% !important;
  background-color: #ebebeb;
  border: 1px solid #8c96a7;
  line-height: 68px;
  min-height: 210px !important;
  padding: 0 30px;
  font-size: 25px;
  font-family: "Lato", sans-serif;
  color: #152850;
  font-weight: 300;
  max-height: 210px !important;
  max-width: 100% !important;
}

.port-contact-us__form textarea::-webkit-input-placeholder {
  color: rgba(26, 49, 81, 0.25);
}

.port-contact-us__form textarea::-moz-placeholder {
  color: rgba(26, 49, 81, 0.25);
}

.port-contact-us__form textarea:-ms-input-placeholder {
  color: rgba(26, 49, 81, 0.25);
}

.port-contact-us__form textarea::-ms-input-placeholder {
  color: rgba(26, 49, 81, 0.25);
}

.port-contact-us__form textarea::placeholder {
  color: rgba(26, 49, 81, 0.25);
}

.port-contact-us__form input[type="submit"] {
  height: 40px;
  width: 140px;
  margin: 30px auto 0;
  display: block;
  cursor: pointer;
  border: 1px solid #152850;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  color: #152850;
  font-weight: 300;
  text-align: center;
  font-size: 14px;
  line-height: 38px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.port-contact-us__form input[type="submit"]:hover {
  color: #ffffff;
  background-color: #152850;
}

.port-contact-us__form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.port-contact-us__form-row:last-child {
  margin-bottom: 0;
}

.port-contact-us__form-col {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
}

@media screen and (max-width: 992px) {
  .port-contact-us__content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .port-contact-us__form input[type="text"],
  .port-contact-us__form input[type="email"] {
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    padding: 0 10px;
  }
  .port-contact-us__form textarea {
    height: 120px !important;
    min-height: 120px !important;
    font-size: 14px;
    line-height: 38px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .port-contact-us {
    padding: 60px 15px !important;
  }
  .port-contact-us__content h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .port-contact-us__form-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .port-contact-us__form {
    padding: 20px 0 0 !important;
  }
  .port-contact-us__form-col {
    width: 100%;
    padding-top: 30px;
  }
  .port-contact-us__form-col:first-child {
    padding-top: 0;
  }
}

.port-short-information {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 51.3px 5.7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 51.3px 5.7px rgba(0, 0, 0, 0.15);
  padding: 25px !important;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -65px;
}

.port-short-information__img {
  padding: 0 30px 0 15px;
}

.port-short-information__content {
  padding: 0 15px 0 30px;
  position: relative;
}

.port-short-information__content:after {
  position: absolute;
  height: 40px;
  background-color: #1f3459;
  width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  content: "";
}

.port-short-information__content p {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1f3459;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.port-short-information__content p:last-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .port-short-information {
    padding: 15px !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -44px;
  }
  .port-short-information__img {
    display: none;
  }
  .port-short-information__content {
    padding: 0 15px;
    width: 100%;
  }
  .port-short-information__content p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .port-short-information__content:after {
    display: none;
  }
}

.port-main {
  padding: 30px 15px !important;
}

.port-main__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

.port-main__col {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}

.port-main__col h3 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 300;
}

.port-main__col h2 {
  margin: 0 0 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #152850;
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
}

.port-main__col p {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0 0 40px;
  font-weight: 300;
}

.port-main__col > a {
  display: block;
  max-width: 140px;
  text-align: center;
  color: #152850;
  border: 1px solid #152850;
  height: 40px;
  line-height: 38px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.port-main__col > a:hover {
  text-decoration: none;
  background-color: #152850;
  color: #ffffff;
}

.port-main__col ul {
  padding: 0 0 0 25px;
  margin: 0;
}

.port-main__col ul li {
  font-family: "Lato", sans-serif;
  font-size: 23px;
  line-height: 32px;
  color: #1f3459;
  letter-spacing: 1px;
  font-weight: 300;
  margin: 0 0 5px;
}

.port-main__col ul li:last-child {
  margin: 0;
}

.port-main__gallery {
  padding-top: 40px;
}

.port-main__gallery-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.port-main__gallery-row:nth-child(2n) .port-main__gallery-item:first-child {
  width: 40%;
}

.port-main__gallery-row:nth-child(2n) .port-main__gallery-item:last-child {
  width: 60%;
}

.port-main__gallery-item {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 242px;
}

.port-main__gallery-item:first-child {
  width: 60%;
}

.port-main__gallery-item:last-child {
  width: 40%;
}

.port-main__map {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 530px;
  margin: 0 0 40px;
}

.port-main__pointer {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 100px;
  right: 100px;
  cursor: pointer;
  z-index: 20;
}

.port-main__pointer:hover a {
  visibility: visible;
  opacity: 1;
}

.port-main__pointer a {
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  padding: 0 10px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  color: #152850;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  min-width: 300px;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.port-main__pointer a:hover {
  text-decoration: none;
}

.port-main__pointer#pointer-1 {
  top: 146px;
  right: 188px;
}

.port-main__pointer#pointer-2 {
  top: 171px;
  right: 204px;
}

@media screen and (max-width: 1260px) {
  .port-main__col {
    width: 100%;
  }
  .port-main__gallery-item {
    min-height: 300px;
  }
  .port-main__map {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .port-main__col h3,
  .port-main__col p,
  .port-main__col ul li {
    font-size: 20px;
    line-height: 26px;
  }
  .port-main__col {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .port-main__col h2 {
    margin-bottom: 30px;
  }
  .port-main__col p {
    margin-bottom: 30px;
  }
  .port-main__col:last-child {
    margin-bottom: 0;
  }
  .port-main__gallery-item {
    min-height: 225px;
  }
}

@media screen and (max-width: 767px) {
  .port-main {
    padding: 60px 15px 0 !important;
  }
  .port-main__col h2 {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }
  .port-main__col h3 {
    text-align: center;
  }
  .port-main__col p {
    text-align: center;
  }
  .port-main__col > a {
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .port-main__gallery-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .port-main__gallery-item {
    width: 100% !important;
    min-height: 250px;
  }
}
.port-map__map {
  z-index: 100;
}
.port-map__pin {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
}
.port-map__pin#pin-p1 {
  right: 343px;
  top: 231px;
}
.port-map__pin#pin-p2 {
  right: 352px;
  top: 268px;
}
.port-map__pin#pin-p3 {
  right: 387px;
  top: 320px;
}
.port-map__pin#pin-p4 {
  right: 448px;
  top: 368px;
}
.port-map__pin span {
  width: 20px;
  height: 20px;
}
.port-map__pin a {
  transition: all 0.5s;
  visibility: hidden;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #1f3459;
  letter-spacing: 1px;
  font-weight: 300;
  text-decoration: none;
  margin-top: -8px;
  padding-right: 35px;
  display: block;
}
.port-map__pin a:hover {
  color: #1f3459;
}
.port-map__pin:hover {
  opacity: 1;
}
.port-map__pin:hover a {
  visibility: visible;
}
@media screen and (max-width: 1200px) {
  .port-map__item {
    max-width: 350px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 992px) {
  .port-map__item h3,
  .port-map__item p {
    font-size: 20px;
    line-height: 26px;
  }
  .port-map__item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .port-map__item h2 {
    margin-bottom: 30px;
  }
  .port-map__item p {
    margin-bottom: 30px;
  }
  .port-map__item:last-child {
    margin-bottom: 0;
  }
  .port-map__content {
    justify-content: space-between;
  }
  .port-map {
    min-height: 900px;
  }
}

@media screen and (max-width: 767px) {
  .port-map {
    padding: 60px 15px 0 !important;
  }
  .port-map__item h2 {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }
  .port-map__item h3 {
    text-align: center;
  }
  .port-map__item p {
    text-align: center;
  }
  .port-map__item a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .port-map__item {
    width: 100%;
    margin: 0 auto 40px;
  }
  .port-map__content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .port-map {
    min-height: 1100px;
  }
}
@media screen and (max-width: 450px) {
  .port-map {
    min-height: 1200px;
  }
}
.port-map__item a {
  position: relative;
  z-index: 1000;
}

/* Start HSE Section */
.hse {
  background-color: #ffffff;
  padding: 70px 50px !important;
}
.hse__container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.hse__header h3 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 300;
}
.hse__header h2 {
  margin: 0 0 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #152850;
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
}
.hse__article {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.hse__article-content h3 {
  color: #1f3459;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.hse__article-content img {
  display: block;
  margin: 0 auto 40px;
  max-width: 100%;
}
.hse__article-content p {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0 0 20px;
  font-weight: 300;
}
.hse__article-sidebar {
  min-width: 420px;
  margin-left: 50px;
  background-color: #f2f3f7;
  padding: 60px;
  box-shadow: 0px 5px 29.12px 2.88px rgba(0, 0, 0, 0.2);
}
.hse__article-sidebar a {
  display: block;
  padding: 20px;
  text-decoration: none;
}
.hse__article-sidebar a:hover {
  text-decoration: none;
}
.hse__article-sidebar img {
  display: block;
  margin: 0 auto;
}
.hse__article-sidebar span {
  color: #1f3459;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  margin: 20px 0;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .hse__article-sidebar {
    min-width: 400px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 992px) {
  .hse__header h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .hse__header h2 {
    margin: 0 0 30px;
  }
  .hse__article-content p,
  .hse__article-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .hse__article {
    flex-wrap: wrap;
  }
  .hse__article-content {
    width: 100%;
  }
  .hse__article-sidebar {
    margin: 30px auto;
    min-width: inherit;
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .hse__header h3 {
    text-align: center;
  }
  .hse__header h2 {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }
  .hse {
    padding: 50px 15px !important;
  }
  .hse__article-sidebar {
    padding: 50px 15px;
  }
}
/* End HSE Section */

/* Start HSE Blog */
.hse-blog {
  padding: 25px 50px 50px !important;
}
.hse-blog__container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hse-blog__item {
  width: calc(33.33%);
  display: flex;
  position: relative;
  align-items: center;
  min-height: 300px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}
.hse-blog__item:hover {
  text-decoration: none;
}
.hse-blog__category {
  position: absolute;
  width: 100%;
  padding: 0 15px 0 25px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  top: 25px;
  text-shadow: 0px 5px 9.1px rgba(0, 0, 0, 0.6);
}
.hse-blog__title {
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0px 5px 9.1px rgba(0, 0, 0, 0.6);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 0 15px 0 25px;
  font-size: 28px;
  line-height: 36px;
}
@media screen and (max-width: 1200px) {
  .hse-blog__item {
    min-height: 300px;
  }
}
@media screen and (max-width: 992px) {
  .hse-blog__item {
    width: calc(50% - 10px);
    min-height: 300px;
  }
  .hse-blog__title {
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .hse-blog__item {
    width: 100%;
    margin: 0 0 15px;
  }
  .hse-blog {
    padding: 0 15px 50px !important;
  }
}
@media screen and (max-width: 600px) {
  .hse-blog__item {
    width: 100%;
    margin: 0 0 15px;
  }
  .hse-blog__item:last-child {
    margin-bottom: 0;
  }
}
/* End HSE Blog */
.site-about-us {
  background-color: #ffffff;
  padding: 70px 50px 30px !important;
}
@media screen and (max-width: 1200px) {
  .site-about-us {
    padding: 50px 15px !important;
  }
}
.site-about-us__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.site-about-us__col {
  width: calc(50% - 20px);
}
.site-about-us__col.with-padding {
  padding-right: 30px;
}
.site-about-us__header h3 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 300;
}
.site-about-us__header h2 {
  margin: 0 0 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #152850;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .site-about-us__header h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .site-about-us__header h2 {
    margin: 0 0 30px;
  }
  .hse__article-content p,
  .hse__article-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .site-about-us__header h3 {
    text-align: center;
  }
  .site-about-us__header h2 {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }
}

@media screen and (max-width: 1260px) {
  .site-about-us__container {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .site-about-us__col {
    width: 100%;
  }
  .site-about-us__col.with-padding {
    padding: 0;
  }
}

.site-about-us__sidebar {
  max-width: 620px;
  width: 100%;
  margin: 30px auto 0;
  background-color: rgb(242, 243, 247);
  box-shadow: 0px 5px 29.12px 2.88px rgba(0, 0, 0, 0.2);
  padding: 75px 75px 55px !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-about-us__sidebar a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  width: calc(50% - 15px);
}
.site-about-us__sidebar a:hover {
  text-decoration: none;
}
.site-about-us__sidebar img {
  display: block;
  margin: 0 auto;
}
.site-about-us__sidebar span {
  color: #1f3459;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  margin: 20px 0;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .site-about-us__sidebar a {
    width: 100%;
  }
  .site-about-us__sidebar {
    padding: 50px 15px 30px !important;
  }
}
.infographic-placeholder {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 600px;
  margin-bottom: 100px;
  padding: 0 !important;
}
.site-about-us__article-content {
  padding-right: 80px;
}
@media screen and (max-width: 1260px) {
  .site-about-us__article-content {
    padding: 0 40px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .infographic-placeholder {
    min-height: 400px;
  }
}
@media screen and (max-width: 992px) {
  .infographic-placeholder {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .infographic-placeholder {
    min-height: 250px;
    margin-bottom: 50px;
  }
  .site-about-us__article-content {
    padding: 0;
  }
}
.site-about-us-map {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 615px;
  height: 622px;
  position: relative;
  overflow: hidden;
}
.site-about-us-map__pin {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.site-about-us-map__pin span {
  width: 20px;
  height: 20px;
}
.site-about-us-map__pin a {
  transition: all 0.5s;
  visibility: hidden;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #1f3459;
  letter-spacing: 1px;
  font-weight: 300;
  text-decoration: none;
  margin-top: -8px;
  padding-right: 35px;
  display: block;
}
.site-about-us-map__pin:hover {
  opacity: 1;
}
.site-about-us-map__pin:hover a {
  visibility: visible;
}

@media screen and (max-width: 1260px) {
  .site-about-us-map {
    width: 465px;
    height: 475px;
  }
  .site-about-us-map__pin a {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .site-about-us-map {
    margin: 0 auto;
  }
}
@media screen and (max-width: 490px) {
  .site-about-us-map {
    width: 290px;
    height: 300px;
  }
  .site-about-us-map__pin a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .site-about-us-map {
    margin-top: 0 !important;
  }
}

.custom-port-videos {
  background-color: #ffffff;
  padding: 0 50px !important;
}
@media screen and (max-width: 1200px) {
  .custom-port-videos {
    padding: 0 15px !important;
  }
}
.custom-port-videos__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.custom-port-videos__item {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
.custom-port-videos__item-video p {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0;
}
.custom-port-videos__item-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .custom-port-videos__item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.custom-breadcrumbs {
  width: 100%;
  max-width: 1300px;
  margin: 200px auto 50px;
  padding: 0 15px;
}

.custom-breadcrumbs ul {
  background-color: #1a3157;
  border-radius: 4px;
  display: table;
  font-size: 16px;
  margin: 10px 0;
  overflow: hidden;
  padding: 0px;
  line-height: normal;
  list-style: none;
}
.custom-breadcrumbs ul li {
  color: #ffffff;
  display: inline-block;
  font-weight: normal;
  margin-right: 0;
  padding: 5px 8px;
  text-transform: uppercase;
  vertical-align: inherit;
  line-height: 20px;
}
.custom-breadcrumbs ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.custom-breadcrumbs ul li a:hover {
  text-decoration: none;
}

.custom-breadcrumbs .separator {
  color: rgba(0, 0, 0, 0);
  background: url(/wp-content/uploads/2019/12/b-icon-2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 5px 3px;
}

@media screen and (max-width: 767px) {
  .custom-breadcrumbs ul li a {
    font-size: 12px;
  }
  .custom-breadcrumbs {
    margin: 150px auto 40px;
  }
}

.custom-video-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 80px;
  padding: 15px 15px 15px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.custom-video-list__video-item {
  width: calc(33.33% - 20px);
  margin-bottom: 30px;
  box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
}
.custom-video-list__video-item-header {
  position: relative;
  padding-bottom: 48.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.custom-video-list__video-item-header iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.custom-video-list__video-item-title {
  height: 130px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  color: #1f3459;
  line-height: 24px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .custom-video-list__video-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .custom-video-list__video-item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.custom-media-page {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 80px;
  padding: 15px 15px 15px;
}
.custom-media-page__container h1 {
  margin: 0 0 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #152850;
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
}
.custom-media-page__container p {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0 0 50px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .custom-media-page__container h1 {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }
}
.custom-media-page__container.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-media-page__item {
  width: calc(50% - 20px);
  display: block;
  box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
  margin-bottom: 30px;
}
.custom-media-page__item:hover {
  text-decoration: none;
  color: #1f3459;
}
.custom-media-page__header {
  position: relative;
  min-height: 300px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
.custom-media-page__item-text {
  height: 130px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  color: #1f3459;
  line-height: 30px;
  font-size: 24px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-decoration: none;
  font-weight: bold;
}
.custom-media-page__item-text:hover {
  text-decoration: none;
  color: #1f3459;
}
@media screen and (max-width: 767px) {
  .custom-media-page__item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.custom-media-page__container-list-item {
  background-color: #ffffff;
  box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
  position: relative;
  padding: 20px 20px 20px 290px;
  margin-bottom: 20px;
}
.custom-media-page__container-list-item-img {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  width: 250px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.custom-media-page__container-list-item-content a {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0 0 15px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-weight: bold;
}
.custom-media-page__container-list-item-content a:hover {
  text-decoration: none;
  color: #1f3459;
}
.custom-media-page__container-list-item-content p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .custom-media-page__container-list-item {
    padding: 260px 20px 20px 20px;
  }
  .custom-media-page__container-list-item-img {
    right: 20px;
    width: inherit;
    bottom: inherit;
    height: 220px;
  }
  .custom-media-page__container-list-item-content a {
    font-size: 18px;
    line-height: 24px;
  }
}

.custom-post-header {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px 0;
}
.custom-post-header__header h1,
.custom-post-header__header {
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #1a3157;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .custom-post-header__header {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }
}

.custom-post-body {
  width: 100%;
  max-width: 1300px;
  padding: 40px 15px 20px;
  margin: 0 auto;
}
.custom-post-body p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0 0 15px;
  font-weight: 300;
}
.custom-post-body h1,
.custom-post-body h2,
.custom-post-body h3,
.custom-post-body h4,
.custom-post-body h5,
.custom-post-body h6 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0 0 15px;
  font-weight: bold;
}
.custom-post-body a {
  color: #1f3459;
  font-weight: bold;
}

.custom-post-body__share {
  width: 100%;
  max-width: 1300px;
  padding: 0 15px 20px;
  margin: -15px auto 0;
}
.addtoany_list a {
  padding: 0 8px 0 0 !important;
}

.addtoany_list a.addtoany_share_save.addtoany_share {
  display: none;
}

.custom-post-body-footer {
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-post-body-footer-col {
  width: calc(50% - 15px);
}

.comment-reply-title,
.logged-in-as,
.comment-form-cookies-consent,
.comment-notes {
  display: none;
}

.comment-form-comment textarea {
  display: block;
  width: 100% !important;
  height: 140px;
  line-height: 44px;
  border: 1px solid #152850 !important;
  background-color: transparent;
  color: #152850;
  width: 140px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  cursor: pointer;
  padding: 0 15px;
  resize: none;
}
#commentform .form-submit input[type="submit"] {
  display: block;
  height: 46px;
  line-height: 44px;
  border: 1px solid #152850;
  color: #ffffff;
  background-color: #152850;
  text-align: center;
  width: 140px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.5s;
}
#commentform .form-submit input[type="submit"]:hover {
  color: #ffffff;
  background-color: #152850;
}
#commentform {
  padding-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comment-form-comment,
.comment-form-cookies-consent,
.form-submit {
  width: 100%;
}
#commentform #author + p,
#commentform #email + p {
  display: none;
}
#commentform #author,
#commentform #email {
  display: block;
  height: 46px;
  line-height: 44px;
  border: 1px solid #152850;
  background-color: transparent;
  color: #152850;
  width: calc(50% - 10px);
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.5s;
  padding: 0 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  #commentform #author,
  #commentform #email,
  .custom-post-body-footer-col {
    width: 100%;
  }
  .custom-post-body p {
    font-size: 16px;
    line-height: 22px;
  }
  .custom-breadcrumbs .separator {
    line-height: 10px;
    width: 10px;
  }
}

.custom-post-body-footer-news {
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-post-body-footer-news-item {
  width: calc(25% - 10px);
  background-color: #ffffff;
  box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
  position: relative;
  padding: 240px 20px 20px 20px;
  margin-bottom: 20px;
}
.custom-post-body-footer-news-img {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
}
.custom-post-body-footer-news-content a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1f3459;
  letter-spacing: 1px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .custom-post-body-footer-news-item {
    width: 100%;
  }
}
.custom-post-body-footer {
  padding-bottom: 30px;
}
.post-date {
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
  margin: -30px auto 30px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #1f3459;
  letter-spacing: 1px;
  font-weight: 300;
}

.custom-post-body-footer-comment {
  padding: 15px;
  box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
  margin-bottom: 30px;
}
.custom-post-body-footer-comment-name {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0 0 10px;
  font-weight: bold;
}
.custom-post-body-footer-comment-comment {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 300;
}
.header__nav ul li {
  position: relative;
}
.header__nav ul li .sub-menu {
  position: absolute;
  width: 240px;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.header__nav ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header__nav ul li .sub-menu li {
  display: block;
  width: 100%;
}
.header__nav ul li .sub-menu li a {
  color: #1f3459;
}
.header__nav ul li .sub-menu li a:hover {
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .header__nav ul li:hover .sub-menu {
    position: static;
    width: 100%;
    transform: translateY(0);
  }
  .header__nav ul li .sub-menu li a {
    text-align: center;
  }
}
.leader-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.leader-container-item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.leader-container-item-header {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 250px;
}
.leader-container-item h3 {
  margin: 15px 0 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #152850;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}
.leader-container-item p {
  margin: 10px 0 15px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #152850;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .leader-container-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.news__item .news__title {
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}
.news__item {
  align-items: flex-end;
}
.hse-blog__item .news__category {
  position: absolute;
  width: 100%;
  padding: 0 15px 0 25px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  top: 25px;
  text-shadow: 0px 5px 9.1px rgba(0, 0, 0, 0.6);
}
.custom-post-body .wp-block-image {
  margin: 0;
}
.hse__article-content p:last-child {
  margin-bottom: 0;
}

.site-about-us__article-content.hse__article-content > a,
.site-about-us__article-content.hse__article-content p a {
  display: block;
  max-width: 160px;
  text-align: center;
  color: #152850;
  border: 1px solid #152850;
  height: 40px;
  line-height: 38px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
}
.site-about-us__article-content.hse__article-content > a:hover,
.site-about-us__article-content.hse__article-content p a:hover {
  text-decoration: none;
  background-color: #152850;
  color: #ffffff;
}
.service-split-information {
  padding: 0 !important;
}
.service-split-information__container {
  width: 100%;
  margin: 0 auto;
}
.service-split-information__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-split-information__image {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
}
.service-split-information__row:nth-child(even)
  .service-split-information__text {
  order: -1;
}
.service-split-information__text {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #1f3459;
  letter-spacing: 1px;
  font-weight: 300;
}
.service-split-information__text h2 {
  margin: 0 0 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #152850;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
}
.service-split-information__text p {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0 0 20px;
  font-weight: 300;
}
.service-split-information__text p:last-child {
  margin-bottom: 0;
}
.service-split-information__text {
  padding: 80px 60px;
}
.service-split-information__image,
.service-split-information__text {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .service-split-information__text h2 {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }
  .service-split-information__text p {
    font-size: 20px;
    line-height: 26px;
  }
  .service-split-information__image,
  .service-split-information__text {
    width: 100%;
  }
  .service-split-information__text {
    padding: 15px;
  }
  .service-split-information__row:nth-child(even)
    .service-split-information__text {
    order: 0;
  }
  .service-split-information__text h2 {
    margin: 30px 0;
  }
}
.image-placeholder {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}

.marine-content {
  background-color: #ffffff;
  padding: 70px 50px;
}
.marine-content__container {
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
}
.marine-content h2 {
  margin: 0 0 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #152850;
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
}
.marine-content p {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0 0 20px;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .marine-content p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .marine-content {
    padding: 60px 15px;
  }
  .marine-content h2 {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }
}

.marine-content__accordion {
  padding-top: 20px;
}
.marine-content__accordion .marine-content__accordion-item:first-child {
  border-top: 1px solid #1f3459;
}
.marine-content__accordion .marine-content__accordion-item {
  border-bottom: 1px solid #1f3459;
}

.marine-content__accordion .marine-content__accordion-item h3 {
  padding: 10px 70px 10px 20px;
  position: relative;
  background-color: #ffffff;
  color: #1f3459;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 0.5s;
  margin: 10px 0;
}

.marine-content__accordion .marine-content__accordion-item h3.active:after {
  content: "-";
  line-height: 46px;
}

.marine-content__accordion .marine-content__accordion-item h3:after {
  content: "+";
  width: 50px;
  height: 50px;
  border: 1px solid #1f3459;
  position: absolute;
  top: 0;
  right: 20px;
  border-radius: 50%;
  transition: all 0.5s;
  text-align: center;
  line-height: 48px;
  font-size: 32px;
  font-weight: 300;
  color: #1f3459;
}
.marine-content__accordion .marine-content__accordion-item h3:hover:after {
  background-color: #1f3459;
  color: #ffffff;
}

.marine-content__accordion
  .marine-content__accordion-item
  .marine-content__accordion-item-content {
  display: none;
  margin-bottom: 10px;
}

.marine-content__accordion
  .marine-content__accordion-item
  .marine-content__accordion-item-content {
  padding: 20px;
}

.marine-content__accordion
  .marine-content__accordion-item
  .marine-content__accordion-item-content
  p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0 0 15px;
  font-weight: 300;
}
.marine-content__accordion
  .marine-content__accordion-item
  .marine-content__accordion-item-content
  a {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #1f3459;
  letter-spacing: 1px;
  text-decoration: underline;
  font-weight: 300;
}
.marine-content__accordion
  .marine-content__accordion-item
  .marine-content__accordion-item-content
  a:hover {
  text-decoration: none;
  color: #1f3459;
}

@media screen and (max-width: 767px) {
  .marine-content__accordion .marine-content__accordion-item h3 {
    padding: 5px 60px 5px 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .marine-content__accordion .marine-content__accordion-item h3:after {
    height: 40px;
    line-height: 38px;
    width: 40px;
    font-size: 26px;
  }
  .marine-content__accordion .marine-content__accordion-item h3.active:after {
    line-height: 36px;
  }
}
@media screen and (max-width: 1500px) {
  .port-map__map {
    margin-left: -200px;
  }
}
@media screen and (max-width: 1100px) {
  .port-map__map {
    top: 120px;
    margin-left: -300px;
  }
}
@media screen and (max-width: 767px) {
  .port-map__map {
    width: 768px;
    height: 450px;
    margin-left: 0;
    top: 400px;
  }
  .port-map {
    min-height: 850px;
  }
}

@media screen and (max-width: 600px) {
  .port-map__map {
    width: 600px;
    height: 340px;
    margin-left: 0;
    top: 760px;
  }
  .port-map {
    min-height: 1100px;
  }
}
@media screen and (max-width: 450px) {
  .port-map__map {
    margin-left: -80px;
  }
}

@media screen and (max-width: 767px) {
  .port-map__pin#pin-p1 {
    right: 138px;
    top: 82px;
  }
  .port-map__pin#pin-p2 {
    right: 139px;
    top: 103px;
  }
  .port-map__pin#pin-p3 {
    right: 152px;
    top: 118px;
  }
  .port-map__pin#pin-p4 {
    right: 178px;
    top: 149px;
  }
}
@media screen and (max-width: 600px) {
  .port-map__pin#pin-p4 {
    right: 137px;
    top: 111px;
  }
  .port-map__pin#pin-p3 {
    right: 121px;
    top: 96px;
  }
  .port-map__pin#pin-p2 {
    right: 107px;
    top: 79px;
  }
  .port-map__pin#pin-p1 {
    right: 100px;
    top: 67px;
  }
}

.site-about-us-map-wrapper {
  overflow: hidden;
}
.site-about-us-map {
  background-position: 85% 40%;
  background-size: 2000px 2000px;
  background-repeat: no-repeat;
  width: 615px;
  height: 622px;
  position: relative;
  overflow: hidden;
}

#site-about-us-map-p1[data-map="SAQR PORT / FREE ZONE"] {
  top: 147px;
  right: 159px;
}
#site-about-us-map-p1[data-map="RAS AL KHAIMAH PORT"] {
  top: 206px;
  right: 194px;
}
#site-about-us-map-p1[data-map="AL JAZEERA PORT"] {
  top: 250px;
  right: 258px;
}

#site-about-us-map-p2[data-map="SAQR PORT / FREE ZONE"] {
  top: 147px;
  right: 159px;
}
#site-about-us-map-p3[data-map="RAS AL KHAIMAH PORT"] {
  top: 206px;
  right: 194px;
}
#site-about-us-map-p4[data-map="AL JAZEERA PORT"] {
  top: 250px;
  right: 258px;
}

#site-about-us-map-p1[data-map="AL JEER PORT"] {
  top: 106px;
  right: 149px;
}

@media screen and (max-width: 1260px) {
  .site-about-us-map-wrapper .site-about-us-map {
    margin-left: -150px !important;
  }
}
@media screen and (max-width: 992px) {
  .site-about-us-map-wrapper .site-about-us-map {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .site-about-us-map {
    background-position: 85% 40%;
    background-size: 1000px 1200px;
    background-repeat: no-repeat;
    width: 450px;
    height: 444px;
    position: relative;
    overflow: hidden;
  }
  #site-about-us-map-p1[data-map="SAQR PORT / FREE ZONE"] {
    top: 143px;
    right: 100px;
  }
  #site-about-us-map-p1[data-map="RAS AL KHAIMAH PORT"] {
    top: 174px;
    right: 120px;
  }
  #site-about-us-map-p1[data-map="AL JAZEERA PORT"] {
    top: 196px;
    right: 151px;
  }

  #site-about-us-map-p2[data-map="SAQR PORT / FREE ZONE"] {
    top: 143px;
    right: 100px;
  }
  #site-about-us-map-p3[data-map="RAS AL KHAIMAH PORT"] {
    top: 174px;
    right: 120px;
  }
  #site-about-us-map-p4[data-map="AL JAZEERA PORT"] {
    top: 196px;
    right: 151px;
  }
  #site-about-us-map-p1[data-map="AL JEER PORT"] {
    top: 115px;
    right: 96px;
  }
}
@media screen and (max-width: 450px) {
  .site-about-us-map-wrapper .site-about-us-map {
    margin-left: -100px !important;
  }
}
@media screen and (max-width: 992px) {
  .wp-image-579 {
    max-width: 100%;
  }
}

.service-wrapper-map {
  max-height: 560px;
}

.port-map__pin a {
  text-align: right;
}
.sg-popup-builder-content,
#sgpb-popup-dialog-main-div {
  background-size: cover !important;
}
.custom-posters {
  padding: 50px 15px;
}
.custom-posters__container {
  display: flex;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.custom-posters__images {
  width: calc(33.3% - 5px);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  min-height: 240px;
}
html.pum-open.pum-open-overlay,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  overflow: hidden !important;
}
.ports-template-custom-small-port-post span.btn-link,
.ports-template-custom-port-post span.btn-link {
   
    float: left;
    margin-right: 4px;
}

p.btn-link a {
  display: block;
  max-width: 160px;
  text-align: center;
  color: #152850;
  border: 1px solid #152850;
  height: 40px;
  line-height: 38px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
}
span.btn-link a:hover {
  text-decoration: none;
  background-color: #152850;
  color: #ffffff;
}
span.btn-link a {
  display: block;
  max-width: 180px;
  text-align: center;
  color: #152850;
  border: 1px solid #152850;
  height: 40px;
  line-height: 38px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 20px;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
  padding: 0 5px;
}
p.btn-link a:hover {
  text-decoration: none;
  background-color: #152850;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .news__list {
    display: block;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .custom-posters__images {
    width: 100%;
  }
  .custom-posters__container {
    display: block;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .header__nav ul li .sub-menu li a {
    padding: 12px 15px 0;
    font-size: 12px;
  }
  .header__nav ul li .sub-menu li:last-child {
    padding-bottom: 12px;
  }
}
.header__content__top {
  position: relative;
}
.header__content__top .social {
  right: 30px;
  position: absolute;
}
.header__content__top ul.social li {
  display: inline-block;
  margin-left: 5px;
}
.header__content__top ul.social li a:hover {
  opacity: 0.7;
}
.header__content__top ul.social li img {
  width: 20px;
  height: 20px;
}
header#header.scrolled .header__content__top {
  height: 26px;
}
@media screen and (max-width: 992px) {
  header#header .header__content__top {
    height: 15px;
  }
  .header__content__top .social {
    right: 15px;
  }
}

/*
* BANNER CONTENT - FLASH
*/
.rak-hm-main-cont div {
  margin-top: 15px;
}
.rak-hm-main-cont h1 {
  text-align: left;
  margin-bottom: 15px;
  color: #00214e;
  font-style: italic;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  padding-right: 13px;
}
.rak-hm-main-cont p {
  text-align: left;
  margin-left: 5px;
  font-size: 30px;
  font-weight: 600;
  color: #efebeb;
  margin-bottom: 0;
  font-style: italic;
}
.rak-hm-main-cont p span {
  text-align: left;
  color: #012d58;
  text-shadow: 0px 7px 5.52px rgba(0, 0, 0, 0.25);
  font-size: 21px;
}
.rak-hm-main-cont a {
  font-size: 20px;
  background: rgb(1, 42, 84);
  color: #ffffff;
  padding: 10px;
  margin-left: 5px;
  font-style: italic;
}
/*
* TOP HEADER - FLASH
*/
.rak-hm-main-cont-new {
  float: left;
  width: 100%;
  background: #012d58;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
  font-style: italic;
  margin-top: -24px;
}

header.scrolled .rak-hm-main-cont-new {
  margin-top: 0;
}

.rak-hm-main-cont-new .flash-title {
  font-weight: bold;
}

.header__logo a img {
  margin-top: 10px;
}

header.scrolled .header__logo a img {
  margin-top: 0;
}

.header__content__top .social {
  top: 4px;
}
/*
* TOP HEADER - FLASH : END;
*/

.careers-ul {
  padding: 0;
}
.careers-ul li {
  margin-bottom: 10px;
  border: 1px solid #152850;
  list-style: none;
}
.careers-ul li p {
  font-weight: bold;
  margin: 0;
  padding: 10px 1.5%;
}

.careers-ul li p:hover {
  background-color: #152850;
  color: #fff;
}

.careers-ul li a {
  text-decoration: none;
}

.careers-page {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 80px;
  padding: 15px 15px 15px;
}

.careers-page .job-box-two {
  width: 48%;
  display: inline-grid;
  margin: 50px 0;
}

.careers-page .job-box-two:first-child {
  padding-right: 2%;
}
.careers-page .job-box-two:nth-child(even) {
  margin-left: 2%;
  padding: 0 2%;
  box-shadow: 0px 2px 34px 1px rgba(217, 217, 217, 0.76);
  -webkit-box-shadow: 0px 2px 34px 1px rgba(217, 217, 217, 0.76);
  -moz-box-shadow: 0px 2px 34px 1px rgba(217, 217, 217, 0.76);
}

.career-box {
  box-shadow: 0px 2px 34px 1px rgba(217, 217, 217, 0.76);
  -webkit-box-shadow: 0px 2px 34px 1px rgba(217, 217, 217, 0.76);
  -moz-box-shadow: 0px 2px 34px 1px rgba(217, 217, 217, 0.76);
  display: inline-block;
  padding: 5%;
}

.careers-page .job-box-two:nth-child(even) h2,
.career-box h2 {
  text-align: center;
}
.careers-page h2,
.career-box h2 {
  margin: 20px 0 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #152850;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
}
.careers-page p,
.careers-page b .career-box p,
.career-box b {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #1f3459;
  letter-spacing: 1px;
  margin: 0 0 20px;
  font-weight: 300;
}

.career-box b,
.careers-page b {
  font-weight: 600;
}

.career-box form .careers-page form {
  padding-bottom: 30px;
}

.textbox-form {
  display: block;
  width: 100%;
  border: 1px solid #8c96a7;
  height: 50px;
  line-height: 68px;
  padding: 0 30px;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  color: #152850;
  font-weight: 300;
}

.file-textbox-form {
  display: block;
  width: 100%;
  border: 1px solid #8c96a7;
  height: 50px;
  line-height: 42px;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  color: #152850;
  font-weight: 300;
}

.career-box .form-group,
.careers-page .form-group {
  margin-bottom: 0;
  float: left;
  width: 100%;
}

.career-box .submitco,
.careers-page input[type="submit"] {
  height: 40px;
  width: 140px;
  margin: 30px auto 0;
  display: block;
  cursor: pointer;
  border: 1px solid #152850;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  color: #152850;
  font-weight: 300;
  text-align: center;
  font-size: 14px;
  line-height: 38px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.careers-box input[type="submit"]:hover,
.careers-page input[type="submit"]:hover {
  color: #ffffff;
  background-color: #152850;
}
.error {
  color: #dc3232;
}