﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
* {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  box-shadow: none;
}
@media (min-width: 1199px) {
  .row--table-LG {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
@media (min-width: 1199px) {
  .row--table-LG > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
}
@media (min-width: 991px) {
  .row--table-MD {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
@media (min-width: 991px) {
  .row--table-MD > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
}
@media (min-width: 767px) {
  .row--table-SM {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
@media (min-width: 767px) {
  .row--table-SM > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
}
@media (min-width: 479px) {
  .row--table-XS {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
@media (min-width: 479px) {
  .row--table-XS > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
}
img {
  max-width: 100%;
}
@media \0screen {
  img {
    width: auto;
  }
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
p + p {
  padding-top: 20px;
}
.bg_blue_dark {
  background-color: #0067b1;
}
@media (max-width: 991px) {
  .bg_blue_dark-md {
    background-color: #0067b1;
  }
}
@media (max-width: 768px) {
  .bg_blue_dark-sm {
    background-color: #0067b1;
  }
}
.bg_blue_light {
  background-color: #e2f5f9;
}
@media (max-width: 991px) {
  .bg_blue_light-md {
    background-color: #e2f5f9;
  }
}
@media (max-width: 768px) {
  .bg_blue_light-sm {
    background-color: #e2f5f9;
  }
}
.bg_grey_light {
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .bg_grey_light-md {
    background-color: #f5f5f5;
  }
}
@media (max-width: 768px) {
  .bg_grey_light-sm {
    background-color: #f5f5f5;
  }
}
.bg_grey_dark {
  background-color: #454545;
}
@media (max-width: 991px) {
  .bg_grey_dark-md {
    background-color: #454545;
  }
}
@media (max-width: 768px) {
  .bg_grey_dark-sm {
    background-color: #454545;
  }
}
.bg_red {
  background-color: #ef3e42;
}
@media (max-width: 991px) {
  .bg_red-md {
    background-color: #ef3e42;
  }
}
@media (max-width: 768px) {
  .bg_red-sm {
    background-color: #ef3e42;
  }
}
.bg_white {
  background-color: #fff;
}
@media (max-width: 991px) {
  .bg_white-md {
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  .bg_white-sm {
    background-color: #fff;
  }
}
a,
a:hover {
  color: #0067b1;
}
a:active {
  color: #00497e;
}
a,
a:hover,
a:active {
  text-decoration: none;
}
.link_white_normal,
.link_white_normal a {
  color: #c1cdd8 !important;
}
.link_white_normal:hover,
.link_white_normal a:hover {
  color: #0067b1;
}
.link_grey_normal,
.link_grey_normal a {
  color: #454545;
}
.link_grey_normal:hover,
.link_grey_normal a:hover {
  color: #0067b1;
}
.link_grey_light,
.link_grey_light a {
  color: #a0a0a0;
}
.link_grey_normal__blue_light,
.link_grey_normal__blue_light a {
  color: #454545;
}
.link_grey_normal__blue_light:hover,
.link_grey_normal__blue_light a:hover {
  color: #70cde3;
}
.link_dark_blue__blue_light,
.link_dark_blue__blue_light a {
  color: #0067b1;
}
.link_dark_blue__blue_light:hover,
.link_dark_blue__blue_light a:hover {
  color: #70cde3;
}
.link-hover_underline:hover,
.link-hover_underline a:hover {
  text-decoration: underline;
}
.link-active_underline:active,
.link-active_underline a:active {
  text-decoration: underline;
}
.row.row_no_gutter {
  margin-right: 0;
  margin-left: 0;
}
.row.row_no_gutter > [class^="col-"],
.row.row_no_gutter > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.row_psuedo_table {
  display: table;
  width: 100%;
}
.row.row_psuedo_table > [class*="col-"] {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .row.row_psuedo_table > [class*="col-"] {
    display: block;
    float: left;
    vertical-align: baseline;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .row.row_psuedo_table {
    display: block;
    width: auto;
  }
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
.position_relative {
  position: relative;
}
@media (max-width: 1199px) {
  .position_relative-lg {
    position: relative;
  }
}
@media (max-width: 991px) {
  .position_relative-md {
    position: relative;
  }
}
@media (max-width: 768px) {
  .position_relative-sm {
    position: relative;
  }
}
.position_absolute {
  position: absolute;
}
@media (max-width: 1199px) {
  .position_absolute-lg {
    position: absolute;
  }
}
@media (max-width: 991px) {
  .position_absolute-md {
    position: absolute;
  }
}
@media (max-width: 768px) {
  .position_absolute-sm {
    position: absolute;
  }
}
.position_fixed {
  position: fixed;
}
@media (max-width: 1199px) {
  .position_fixed-lg {
    position: fixed;
  }
}
@media (max-width: 991px) {
  .position_fixed-md {
    position: fixed;
  }
}
@media (max-width: 768px) {
  .position_fixed-sm {
    position: fixed;
  }
}
.img_scrollable-md,
.img_scrollable-sm,
.img_scrollable-xs {
  overflow-x: auto;
}
.img_scrollable-md img,
.img_scrollable-sm img,
.img_scrollable-xs img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .img_scrollable-md img {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .img_scrollable-sm img {
    max-width: none;
  }
}
@media (max-width: 680px) {
  .img_scrollable-xs img {
    max-width: none;
  }
}
.img_fullwidth img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .img_height_sm_75px img {
    height: 75px !important;
    width: auto;
  }
}
@media (max-width: 768px) {
  .img_height_sm_65px img {
    height: 65px !important;
    width: auto;
  }
}
@media (max-width: 768px) {
  .img_height_sm_70px img {
    height: 70px !important;
    width: auto;
  }
}
@media (max-width: 768px) {
  .img_width_sm_100px img {
    width: 100px !important;
    height: auto;
  }
}
@media (max-width: 768px) {
  .img_width_sm_75px img {
    width: 75px !important;
    height: auto;
  }
}
.align__center {
  text-align: center;
}
.align__center_center_center {
  text-align: center;
}
@media (max-width: 991px) {
  .align__center_center_center {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .align__center_center_center {
    text-align: center;
  }
}
.align__center_center_left {
  text-align: center;
}
@media (max-width: 991px) {
  .align__center_center_left {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .align__center_center_left {
    text-align: left;
  }
}
.align__center_center_right {
  text-align: center;
}
@media (max-width: 991px) {
  .align__center_center_right {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .align__center_center_right {
    text-align: right;
  }
}
.align__center_left_center {
  text-align: center;
}
@media (max-width: 991px) {
  .align__center_left_center {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .align__center_left_center {
    text-align: center;
  }
}
.align__center_left_left {
  text-align: center;
}
@media (max-width: 991px) {
  .align__center_left_left {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .align__center_left_left {
    text-align: left;
  }
}
.align__center_left_right {
  text-align: center;
}
@media (max-width: 991px) {
  .align__center_left_right {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .align__center_left_right {
    text-align: right;
  }
}
.align__center_right_center {
  text-align: center;
}
@media (max-width: 991px) {
  .align__center_right_center {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .align__center_right_center {
    text-align: center;
  }
}
.align__center_right_left {
  text-align: center;
}
@media (max-width: 991px) {
  .align__center_right_left {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .align__center_right_left {
    text-align: left;
  }
}
.align__center_right_right {
  text-align: center;
}
@media (max-width: 991px) {
  .align__center_right_right {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .align__center_right_right {
    text-align: right;
  }
}
.align__left {
  text-align: left;
}
.align__left_center_center {
  text-align: left;
}
@media (max-width: 991px) {
  .align__left_center_center {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .align__left_center_center {
    text-align: center;
  }
}
.align__left_center_left {
  text-align: left;
}
@media (max-width: 991px) {
  .align__left_center_left {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .align__left_center_left {
    text-align: left;
  }
}
.align__left_center_right {
  text-align: left;
}
@media (max-width: 991px) {
  .align__left_center_right {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .align__left_center_right {
    text-align: right;
  }
}
.align__left_left_center {
  text-align: left;
}
@media (max-width: 991px) {
  .align__left_left_center {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .align__left_left_center {
    text-align: center;
  }
}
.align__left_left_left {
  text-align: left;
}
@media (max-width: 991px) {
  .align__left_left_left {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .align__left_left_left {
    text-align: left;
  }
}
.align__left_left_right {
  text-align: left;
}
@media (max-width: 991px) {
  .align__left_left_right {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .align__left_left_right {
    text-align: right;
  }
}
.align__left_right_center {
  text-align: left;
}
@media (max-width: 991px) {
  .align__left_right_center {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .align__left_right_center {
    text-align: center;
  }
}
.align__left_right_left {
  text-align: left;
}
@media (max-width: 991px) {
  .align__left_right_left {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .align__left_right_left {
    text-align: left;
  }
}
.align__left_right_right {
  text-align: left;
}
@media (max-width: 991px) {
  .align__left_right_right {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .align__left_right_right {
    text-align: right;
  }
}
.align__right {
  text-align: right;
}
.align__right_center_center {
  text-align: right;
}
@media (max-width: 991px) {
  .align__right_center_center {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .align__right_center_center {
    text-align: center;
  }
}
.align__right_center_left {
  text-align: right;
}
@media (max-width: 991px) {
  .align__right_center_left {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .align__right_center_left {
    text-align: left;
  }
}
.align__right_center_right {
  text-align: right;
}
@media (max-width: 991px) {
  .align__right_center_right {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .align__right_center_right {
    text-align: right;
  }
}
.align__right_left_center {
  text-align: right;
}
@media (max-width: 991px) {
  .align__right_left_center {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .align__right_left_center {
    text-align: center;
  }
}
.align__right_left_left {
  text-align: right;
}
@media (max-width: 991px) {
  .align__right_left_left {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .align__right_left_left {
    text-align: left;
  }
}
.align__right_left_right {
  text-align: right;
}
@media (max-width: 991px) {
  .align__right_left_right {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .align__right_left_right {
    text-align: right;
  }
}
.align__right_right_center {
  text-align: right;
}
@media (max-width: 991px) {
  .align__right_right_center {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .align__right_right_center {
    text-align: center;
  }
}
.align__right_right_left {
  text-align: right;
}
@media (max-width: 991px) {
  .align__right_right_left {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .align__right_right_left {
    text-align: left;
  }
}
.align__right_right_right {
  text-align: right;
}
@media (max-width: 991px) {
  .align__right_right_right {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .align__right_right_right {
    text-align: right;
  }
}
.section.section_generic {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 1199px) {
  .section.section_generic {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .section.section_generic {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .section.section_generic {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 680px) {
  .section.section_generic {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.section.section_product {
  padding-bottom: 200px;
}
@media (max-width: 1199px) {
  .section.section_product {
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .section.section_product {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .section.section_product {
    padding-bottom: 50px;
  }
}
@media (max-width: 680px) {
  .section.section_product {
    padding-bottom: 50px;
  }
}
.section.section_product_intro {
  padding-bottom: 200px;
}
@media (max-width: 1199px) {
  .section.section_product_intro {
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .section.section_product_intro {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .section.section_product_intro {
    padding-bottom: 50px;
  }
}
@media (max-width: 680px) {
  .section.section_product_intro {
    padding-bottom: 50px;
  }
}
.section.section_product_header {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .section.section_product_header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .section.section_product_header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .section.section_product_header {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 680px) {
  .section.section_product_header {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
.section.section_product_content {
  padding-top: 130px;
}
@media (max-width: 1199px) {
  .section.section_product_content {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .section.section_product_content {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .section.section_product_content {
    padding-top: 35px;
  }
}
@media (max-width: 680px) {
  .section.section_product_content {
    padding-top: 20px;
  }
}
.subsection.subsection_small + .subsection_small {
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .subsection.subsection_small + .subsection_small {
    padding-top: 35px;
  }
}
@media (max-width: 991px) {
  .subsection.subsection_small + .subsection_small {
    padding-top: 35px;
  }
}
@media (max-width: 768px) {
  .subsection.subsection_small + .subsection_small {
    padding-top: 35px;
  }
}
@media (max-width: 680px) {
  .subsection.subsection_small + .subsection_small {
    padding-top: 25px;
  }
}
.subsection.subsection_generic + .subsection_generic {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .subsection.subsection_generic + .subsection_generic {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .subsection.subsection_generic + .subsection_generic {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .subsection.subsection_generic + .subsection_generic {
    padding-top: 35px;
  }
}
@media (max-width: 680px) {
  .subsection.subsection_generic + .subsection_generic {
    padding-top: 25px;
  }
}
.subsection.subsection_product + .subsection_product {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .subsection.subsection_product + .subsection_product {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .subsection.subsection_product + .subsection_product {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .subsection.subsection_product + .subsection_product {
    padding-top: 80px;
  }
}
@media (max-width: 680px) {
  .subsection.subsection_product + .subsection_product {
    padding-top: 50px;
  }
}
.page.page_standard {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .page.page_standard {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .page.page_standard {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .page.page_standard {
    padding: 40px 0;
  }
}
@media (max-width: 680px) {
  .page.page_standard {
    padding: 35px 0;
  }
}
.page.page_no_top_padding {
  padding: 0 0 100px;
}
@media (max-width: 1199px) {
  .page.page_no_top_padding {
    padding: 0 0 70px;
  }
}
@media (max-width: 991px) {
  .page.page_no_top_padding {
    padding: 0 0 50px;
  }
}
@media (max-width: 768px) {
  .page.page_no_top_padding {
    padding: 0 0 40px;
  }
}
@media (max-width: 680px) {
  .page.page_no_top_padding {
    padding: 0 0 35px;
  }
}
@font-face {
  font-family: "high-tide";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/high-tide/HighTide-woff.woff") format("woff"), url("../fonts/high-tide/HighTide-ttf.ttf") format("truetype");
}
@font-face {
  font-family: "lato-light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Lato/Lato-Light-woff.woff") format("woff"), url("../fonts/Lato/Lato-Light-ttf.ttf") format("truetype");
}
@font-face {
  font-family: "lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Lato/Lato-Regular-woff.woff") format("woff"), url("../fonts/Lato/Lato-Regular-ttf.ttf") format("truetype");
}
@font-face {
  font-family: "lato-bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Lato/Lato-Bold-woff.woff") format("woff"), url("../fonts/Lato/Lato-Bold-ttf.ttf") format("truetype");
}
h1 {
  font-size: 50px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 48px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
    line-height: 1.2;
  }
}
h1.heading_secondary {
  font-family: "lato", arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  h1.heading_secondary {
    font-size: 44px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 991px) {
  h1.heading_secondary {
    font-size: 34px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  h1.heading_secondary {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 479px) {
  h1.heading_secondary {
    font-size: 24px;
    line-height: 1.2;
  }
}
h1.heading_secondary strong {
  font-family: "lato-bold", arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h2 {
  font-size: 42px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}
h2.heading_secondary {
  font-family: "lato", arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 46px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  h2.heading_secondary {
    font-size: 42px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 991px) {
  h2.heading_secondary {
    font-size: 34px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  h2.heading_secondary {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 479px) {
  h2.heading_secondary {
    font-size: 24px;
    line-height: 1.2;
  }
}
h2.heading_secondary strong {
  font-family: "lato-bold", arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h3 {
  font-size: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  h3 {
    font-size: 32px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 479px) {
  h3 {
    font-size: 22px;
    line-height: 1.5;
  }
}
h3.heading_secondary {
  font-family: "lato", arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 42px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  h3.heading_secondary {
    font-size: 38px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 991px) {
  h3.heading_secondary {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  h3.heading_secondary {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 479px) {
  h3.heading_secondary {
    font-size: 24px;
    line-height: 1.2;
  }
}
h3.heading_secondary strong {
  font-family: "lato-bold", arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h4 {
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  h4 {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 479px) {
  h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}
h4.heading_secondary {
  font-family: "lato", arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  h4.heading_secondary {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 991px) {
  h4.heading_secondary {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  h4.heading_secondary {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 479px) {
  h4.heading_secondary {
    font-size: 22px;
    line-height: 1.2;
  }
}
h4.heading_secondary strong {
  font-family: "lato-bold", arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h5 {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  h5 {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  h5 {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 479px) {
  h5 {
    font-size: 16px;
    line-height: 1.5;
  }
}
h5.heading_secondary {
  font-family: "lato", arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  h5.heading_secondary {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  h5.heading_secondary {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  h5.heading_secondary {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 479px) {
  h5.heading_secondary {
    font-size: 20px;
    line-height: 1.5;
  }
}
h5.heading_secondary strong {
  font-family: "lato-bold", arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h6 {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  h6 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  h6 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 479px) {
  h6 {
    font-size: 16px;
    line-height: 1.5;
  }
}
h6.heading_secondary {
  font-family: "lato", arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  h6.heading_secondary {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 991px) {
  h6.heading_secondary {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  h6.heading_secondary {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 479px) {
  h6.heading_secondary {
    font-size: 18px;
    line-height: 1.2;
  }
}
h6.heading_secondary strong {
  font-family: "lato-bold", arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.text--size_small {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .text--size_small {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .text--size_small {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .text--size_small {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 479px) {
  .text--size_small {
    font-size: 12px;
    line-height: 1.5;
  }
}
.text--size_very_small {
  font-size: 75%;
}
@media (max-width: 768px) {
  .text--size_very_small {
    font-size: 10px;
  }
}
.text--color_primary {
  color: #0067b1;
}
.text--color_premier {
  color: #002353;
}
.text--color_grey_normal {
  color: #454545;
}
.text--color_grey_dark {
  color: #454545;
}
.text--color_grey_light {
  color: #a0a0a0;
}
.text--color_black {
  color: #454545;
}
.text--color_white {
  color: #fff;
}
.text--color_red {
  color: #ef3e42;
}
.text--weight_300 {
  font-weight: 300;
}
.text--weight_400 {
  font-weight: 400;
}
.text--weight_500 {
  font-weight: 500;
}
.text--weight_700 {
  font-weight: 700;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--capitalize {
  text-transform: capitalize;
}
.text--lowercase {
  text-transform: lowercase;
}
.form--container {
  position: relative;
}
.form--success {
  padding: 100px 0;
  text-align: center;
  background: #e2f5f9;
}
@media (max-width: 991px) {
  .form--success {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .form--success {
    padding: 50px 0;
  }
}
@media (max-width: 680px) {
  .form--success {
    padding: 40px 0;
  }
}
.form--success-icon {
  height: 66px;
  width: 66px;
}
.form--success-heading {
  color: #0067b1;
  padding-top: 15px;
}
.form--success-message {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .form--success-message {
    padding-top: 5px;
  }
}
.form--form {
  position: relative;
}
.form--control {
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  .form--control {
    padding-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .form--control {
    padding-bottom: 20px;
  }
}
.form--label {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .form--label {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .form--label {
    margin-bottom: 8px;
  }
}
.form--input-text,
.form--input-select,
.form--input-textarea {
  font-size: 87.5%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .form--input-text,
  .form--input-select,
  .form--input-textarea {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .form--input-text,
  .form--input-select,
  .form--input-textarea {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 100%;
  }
}
.form--input-text,
.form--input-select {
  height: 46px;
  line-height: 46px;
}
@media (max-width: 991px) {
  .form--input-text,
  .form--input-select {
    height: 46px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .form--input-text,
  .form--input-select {
    height: 46px;
    line-height: 46px;
  }
}
.form--input-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("../images/global/icon--dropdown-arrow.png") no-repeat right 15px center;
  background-size: 10px 10px;
  padding-right: 35px;
}
.form--input-option.bold {
  font-weight: bold;
}
.form--input-textarea {
  height: 200px;
  padding: 15px;
}
@media (max-width: 991px) {
  .form--input-textarea {
    height: 150px;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .form--input-textarea {
    height: 120px;
    padding: 15px;
  }
}
.form--checkbox-label {
  display: block;
  padding: 5px 0;
}
.form--checkbox-input {
  vertical-align: top;
  line-height: 1;
  float: left;
  width: 30px;
  padding-top: 2px;
}
@media (max-width: 768px) {
  .form--checkbox-input {
    padding-top: 4px;
    width: 25px;
  }
}
.form--checkbox-label-text {
  float: right;
  width: calc(100% - 30px);
  font-size: 75%;
}
@media (max-width: 768px) {
  .form--checkbox-label-text {
    font-size: 12px;
    width: calc(100% - 25px);
  }
}
.form--tnc {
  font-size: 75%;
}
@media (max-width: 768px) {
  .form--tnc {
    font-size: 12px;
  }
}
.form--error-message {
  padding-top: 10px;
  color: #ef3e42;
  font-size: 87.5%;
}
@media (max-width: 768px) {
  .form--error-message {
    padding-top: 5px;
    font-size: 100%;
  }
}
.form--loading {
  position: absolute;
  top: 0;
  bottom: -10px;
  left: -10px;
  right: -10px;
  display: none;
}
.form--loading.loading-bg_light_blue {
  background: rgba(226, 245, 249, 0.85);
}
.is--loading .form--loading {
  display: block;
}
.form--loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.subscription--form {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .subscription--form {
    padding-top: 30px;
  }
}
@media (max-width: 680px) {
  .subscription--form {
    padding-top: 25px;
  }
}
.subscription--form-postheading {
  padding-top: 5px;
}
.btn {
  height: 46px;
  line-height: 46px;
  padding: 0 40px;
  display: inline-block;
  border-radius: 4px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .btn {
    padding: 0 40px;
    border-radius: 4px;
  }
}
@media (max-width: 768px) {
  .btn {
    padding: 0 40px;
    border-radius: 4px;
  }
}
.btn.btn_fullwidth {
  display: block;
  width: 100%;
  text-align: center;
}
.btn.btn_normal_weight {
  font-weight: 400;
}
.btn:active {
  box-shadow: 0 0 10px rgba(64, 64, 64, 0.25);
}
.btn_primary {
  background-color: #0067b1;
  border: 1px solid #0067b1;
  color: #fff;
}
.btn_premier {
  background-color: #EF3E42;
  border: 1px solid #EF3E42;
  color: #fff;

}
.btn_primary:hover {
  color: #fff;
}
.btn_primary:active {
  background: #00538e;
  border: 1px solid #00538e;
  color: #fff;
}
.btn_primary.disabled {
  background: #bfd9eb;
  color: #a0a0a0;
}
.btn_secondary {
  background-color: #70cde3;
  border: 1px solid #70cde3;
  color: #fff;
}
.btn_secondary:hover {
  color: #fff;
}
.btn_secondary:active {
  background: #31c4e6;
  border: 1px solid #31c4e6;
  color: #fff;
}
.btn_secondary.disabled {
  background: #dbf3f8;
  color: #a0a0a0;
}
.btn_tertiary {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #f5f5f5;
}
.btn_tertiary:hover {
  color: #f5f5f5;
}
.btn_tertiary:active {
  background: #ddd;
  border: 1px solid #ddd;
  color: #f5f5f5;
}
.btn_tertiary.disabled {
  background: #ebeced;
  color: #a0a0a0;
}
.btn_toggle {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #454545;
}
.btn_toggle:hover,
.btn_toggle:active,
.btn_toggle.is--active {
  color: #fff;
  background-color: #0067b1;
  border: 1px solid #0067b1;
}
.btn_toggle.active {
  color: #fff;
  background-color: #0067b1;
  border: 1px solid #0067b1;
}
.btn {
  font-size: 16px;
}
.btn.btn_large {
  height: 54px;
  line-height: 54px;
  padding: 0 40px;
  display: inline-block;
  border-radius: 4px;
  font-size: 87.5%;
}
@media (max-width: 991px) {
  .btn.btn_large {
    padding: 0 40px;
    border-radius: 4px;
  }
}
@media (max-width: 768px) {
  .btn.btn_large {
    padding: 0 40px;
    border-radius: 4px;
  }
}
@media (max-width: 768px) {
  .btn.btn_large {
    font-size: 100%;
  }
}
.btn.btn_small {
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  display: inline-block;
  border-radius: 4px;
  font-size: 87.5%;
}
@media (max-width: 991px) {
  .btn.btn_small {
    padding: 0 40px;
    border-radius: 4px;
  }
}
@media (max-width: 768px) {
  .btn.btn_small {
    padding: 0 40px;
    border-radius: 4px;
  }
}
@media (max-width: 768px) {
  .btn.btn_small {
    font-size: 100%;
  }
}
.accordion--title {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 8px 30px 8px 0px;
}
@media (max-width: 991px) {
  .accordion--title {
    padding: 12px 0px;
    display: block;
  }
}
.accordion--title.accordion--title_bullets {
  background: url("../images/global/bullet_primary.png") no-repeat center left;
  background-size: 10px 10px;
  padding-left: 25px;
}
.accordion--title i {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.is--open > .accordion--title i {
  transform: translateY(-50%) rotate(180deg);
}
.primary .accordion--title {
  color: #0067b1;
}
@media (max-width: 991px) {
  .primary .accordion--title {
    border-bottom: 1px solid #ddd;
  }
}
.primary .accordion--title i {
  color: #a0a0a0;
}
.large .accordion--title {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  .large .accordion--title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 680px) {
  .large .accordion--title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.accordion--content {
  display: none;
  padding: 10px 0px;
}
.accordion--tab-title {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 8px 0px;
}
@media (max-width: 991px) {
  .accordion--tab-title {
    display: block;
  }
}
.accordion--tab-content {
  display: none;
  color: #404040;
  cursor: default;
  padding: 15px;
  border: 1px solid #ddd;
}
.accordion--tab-content.is--show {
  display: block;
}
.accordion--tab .accordion--tab-plus {
  position: relative;
}
.accordion--tab .accordion--tab-plus:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background-image: url(../images/global/icon--plus_accordion.svg);
  background-size: 12px 12px;
  height: 12px;
  width: 12px;
}
.accordion--tab.is--active .accordion--tab-plus:before {
  background-image: url(../images/global/icon--minus_accordion.svg);
}
@media (max-width: 991px) {
  .accordion--tab_desktop {
    display: none;
  }
}
.accordion--tab_mobile {
  display: none;
}
@media (max-width: 991px) {
  .accordion--tab_mobile {
    display: block;
  }
}
.Prefooter .ul--list.list_primary > li {
  background: url("../images/global/list-square.png") no-repeat 0 3px;
  background-size: 10px 10px;
}
.Prefooter .ul--list.list_standard > li {
  background: url(../images/global/list-standard.png) no-repeat 0 9px;
  background-size: 4px 4px;
}
.ul--list {
  padding-top: 10px;
}
.ul--list li {
  padding-left: 25px;
}
@media (max-width: 768px) {
  .ul--list li ul {
    padding-left: 0;
  }
}
.ul--list.ul_no_padding {
  padding-top: 0;
}
.ul--list.ul_no_padding_left li {
  padding-left: 0;
}
.ul--list.list_primary > li {
  background: url("../images/global/list-square.png") no-repeat 0 9px;
  background-size: 10px 10px;
}
.ul--list.list_primary.inside__list > li {
  background: url("../images/global/list-square.png") no-repeat 0px 5px;
  background-size: 10px 10px;
}
.ul--list.list_standard > li {
  background: url("../images/global/list-standard.png") no-repeat 0 12px;
  background-size: 4px 4px;
}
.ul--list.list_secondary > li {
  background: url("../images/global/list-standard.png") no-repeat 0 9px;
  background-size: 4px 4px;
  margin-left: 20px;
}
.ul--list.list_roman {
  list-style-type: lower-roman;
  list-style-position: inside;
}
.ul--list.list_roman > li {
  padding-bottom: 5px;
}
.ul--list.list_large > li {
  padding-top: 8px;
  padding-bottom: 8px;
  background-position: 0 17px;
}
.table table {
  width: 100%;
}
.table td {
  padding: 10px;
}
.table th {
  font-weight: 700;
  padding: 10px;
}
.table.table--va_middle td,
.table.table--va_middle th {
  vertical-align: middle;
}
.table .table_tnc {
  width: 100%;
}
.table .table_tnc td {
  padding: 0;
  width: 8px;
}
.table .table_tnc td + td {
  width: calc(100% - 8px);
}
@media (max-width: 768px) {
  .table .table_tnc td + td {
    padding-left: 2px;
  }
}
.table .table_ul {
  width: 100%;
}
.table .table_ul td {
  padding: 0;
  width: 12px;
}
.table .table_ul td + td {
  width: calc(100% - 12px);
}
@media (max-width: 768px) {
  .table .table_ul td + td {
    padding-left: 2px;
  }
}
.table_blue th {
  background: #0067b1;
  color: #fff;
}
.table_blue td {
  background: #f5f5f5;
}
.table_blue tr + tr {
  border-top: 8px solid #fff;
}
@media (max-width: 768px) {
  .table_blue tr + tr {
    border-top: 4px solid #fff;
  }
}
@media (max-width: 680px) {
  .table_blue tr + tr {
    border-top: 3px solid #fff;
  }
}
.table_grey th {
  color: #0067b1;
  border-top: 1px solid #ddd !important;
}
.cell_blue {
  background: #0067b1 !important;
}
.table_red th {
  background: #ef3e42;
  color: #fff;
}
.table_red td {
  background: #f5f5f5;
}
.table_red tr + tr {
  border-top: 8px solid #fff;
}
@media (max-width: 768px) {
  .table_red tr + tr {
    border-top: 4px solid #fff;
  }
}
@media (max-width: 680px) {
  .table_red tr + tr {
    border-top: 3px solid #fff;
  }
}
.table_grey th {
  color: #0067b1;
  border-top: 1px solid #ddd !important;
}
.cell_red {
  background: #ef3e42 !important;
}
.table_grey th {
  background: #f5f5f5;
  color: #fff;
}
.table_grey td {
  background: #f5f5f5;
}
.table_grey tr + tr {
  border-top: 8px solid #fff;
}
@media (max-width: 768px) {
  .table_grey tr + tr {
    border-top: 4px solid #fff;
  }
}
@media (max-width: 680px) {
  .table_grey tr + tr {
    border-top: 3px solid #fff;
  }
}
.table_grey th {
  color: #0067b1;
  border-top: 1px solid #ddd !important;
}
.cell_grey {
  background: #f5f5f5 !important;
}
.table_dark-grey th {
  background: #ededed;
  color: #fff;
}
.table_dark-grey td {
  background: #f5f5f5;
}
.table_dark-grey tr + tr {
  border-top: 8px solid #fff;
}
@media (max-width: 768px) {
  .table_dark-grey tr + tr {
    border-top: 4px solid #fff;
  }
}
@media (max-width: 680px) {
  .table_dark-grey tr + tr {
    border-top: 3px solid #fff;
  }
}
.table_grey th {
  color: #0067b1;
  border-top: 1px solid #ddd !important;
}
.cell_dark-grey {
  background: #ededed !important;
}
.table_no_outline th + th {
  border-left: 1px solid #ddd;
}
.table_no_outline td + td {
  border-left: 1px solid #ddd;
}
.table_no_outline tr + tr {
  border-top: 1px solid #ddd;
}
.table_no_outline_white th + th {
  border-left: 3px solid #fff;
}
.table_no_outline_white td + td {
  border-left: 3px solid #fff;
}
.table_no_outline_white tr + tr {
  border-top: 3px solid #fff;
}
.table_no_outline_special th {
  color: #0067b1;
  font-size: 18px;
}
.table_no_outline_special th + th {
  border-left: 1px solid #ddd;
}
.table_no_outline_special td + td {
  border-left: 1px solid #ddd;
}
.table_no_outline_special tr:nth-child(n + 3) {
  border-top: 1px solid #ddd;
}
.table_no_outline_special.tr--normal tr:nth-child(n + 2) {
  border-top: 1px solid #ddd;
}
.table_full_border th {
  border: 1px solid #ddd;
}
.table_full_border tr + tr {
  border-top: 0;
}
.table_full_border td {
  border: 1px solid #ddd;
}
.table--spacer {
  border: none !important;
}
.table--spacer td,
.table--spacer th {
  padding: 20px 0px;
  border: none !important;
}
.table--spacer .table--spacer-content {
  padding: 10px;
  background: #f5f5f5;
}
.table-scrollable-LG {
  overflow: auto;
}
.table-scrollable-LG table {
  min-width: 1199px;
}
.table-special-LG .table-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .table-special-LG .table-mobile {
    display: block;
  }
  .table-special-LG .table-desktop {
    display: none;
  }
}
.table-scrollable-MD {
  overflow: auto;
}
.table-scrollable-MD table {
  min-width: 991px;
}
.table-special-MD .table-mobile {
  display: none;
}
@media (max-width: 991px) {
  .table-special-MD .table-mobile {
    display: block;
  }
  .table-special-MD .table-desktop {
    display: none;
  }
}
.table-scrollable-SM {
  overflow: auto;
}
.table-scrollable-SM table {
  min-width: 767px;
}
.table-special-SM .table-mobile {
  display: none;
}
@media (max-width: 768px) {
  .table-special-SM .table-mobile {
    display: block;
  }
  .table-special-SM .table-desktop {
    display: none;
  }
}
.table-scrollable-XS {
  overflow: auto;
}
.table-scrollable-XS table {
  min-width: 479px;
}
.table-special-XS .table-mobile {
  display: none;
}
@media (max-width: 680px) {
  .table-special-XS .table-mobile {
    display: block;
  }
  .table-special-XS .table-desktop {
    display: none;
  }
}
.cell--va_middle {
  vertical-align: middle;
}
.border__white {
  background: #fff;
}
.border__white-left-5 {
  border-left: 5px solid #fff;
}
.border__white-right-5 {
  border-right: 5px solid #fff;
}
.border__white-top-5 {
  border-top: 5px solid #fff;
}
.border__white-bottom-5 {
  border-bottom: 5px solid #fff;
}
.border__grey {
  background: #f5f5f5;
}
.border__grey-left-5 {
  border-left: 5px solid #f5f5f5;
}
.border__grey-right-5 {
  border-right: 5px solid #f5f5f5;
}
.border__grey-top-5 {
  border-top: 5px solid #f5f5f5;
}
.border__grey-bottom-5 {
  border-bottom: 5px solid #f5f5f5;
}
.border__dark-grey {
  background: #95989a;
}
.border__dark-grey-left-5 {
  border-left: 5px solid #95989a;
}
.border__dark-grey-right-5 {
  border-right: 5px solid #95989a;
}
.border__dark-grey-top-5 {
  border-top: 5px solid #95989a;
}
.border__dark-grey-bottom-5 {
  border-bottom: 5px solid #95989a;
}
.border__white {
  background: #fff;
}
.border__white-left-4 {
  border-left: 4px solid #fff;
}
.border__white-right-4 {
  border-right: 4px solid #fff;
}
.border__white-top-4 {
  border-top: 4px solid #fff;
}
.border__white-bottom-4 {
  border-bottom: 4px solid #fff;
}
.border__grey {
  background: #f5f5f5;
}
.border__grey-left-4 {
  border-left: 4px solid #f5f5f5;
}
.border__grey-right-4 {
  border-right: 4px solid #f5f5f5;
}
.border__grey-top-4 {
  border-top: 4px solid #f5f5f5;
}
.border__grey-bottom-4 {
  border-bottom: 4px solid #f5f5f5;
}
.border__dark-grey {
  background: #95989a;
}
.border__dark-grey-left-4 {
  border-left: 4px solid #95989a;
}
.border__dark-grey-right-4 {
  border-right: 4px solid #95989a;
}
.border__dark-grey-top-4 {
  border-top: 4px solid #95989a;
}
.border__dark-grey-bottom-4 {
  border-bottom: 4px solid #95989a;
}
.border__white {
  background: #fff;
}
.border__white-left-3 {
  border-left: 3px solid #fff;
}
.border__white-right-3 {
  border-right: 3px solid #fff;
}
.border__white-top-3 {
  border-top: 3px solid #fff;
}
.border__white-bottom-3 {
  border-bottom: 3px solid #fff;
}
.border__grey {
  background: #f5f5f5;
}
.border__grey-left-3 {
  border-left: 3px solid #f5f5f5;
}
.border__grey-right-3 {
  border-right: 3px solid #f5f5f5;
}
.border__grey-top-3 {
  border-top: 3px solid #f5f5f5;
}
.border__grey-bottom-3 {
  border-bottom: 3px solid #f5f5f5;
}
.border__dark-grey {
  background: #95989a;
}
.border__dark-grey-left-3 {
  border-left: 3px solid #95989a;
}
.border__dark-grey-right-3 {
  border-right: 3px solid #95989a;
}
.border__dark-grey-top-3 {
  border-top: 3px solid #95989a;
}
.border__dark-grey-bottom-3 {
  border-bottom: 3px solid #95989a;
}
.border__white {
  background: #fff;
}
.border__white-left-2 {
  border-left: 2px solid #fff;
}
.border__white-right-2 {
  border-right: 2px solid #fff;
}
.border__white-top-2 {
  border-top: 2px solid #fff;
}
.border__white-bottom-2 {
  border-bottom: 2px solid #fff;
}
.border__grey {
  background: #f5f5f5;
}
.border__grey-left-2 {
  border-left: 2px solid #f5f5f5;
}
.border__grey-right-2 {
  border-right: 2px solid #f5f5f5;
}
.border__grey-top-2 {
  border-top: 2px solid #f5f5f5;
}
.border__grey-bottom-2 {
  border-bottom: 2px solid #f5f5f5;
}
.border__dark-grey {
  background: #95989a;
}
.border__dark-grey-left-2 {
  border-left: 2px solid #95989a;
}
.border__dark-grey-right-2 {
  border-right: 2px solid #95989a;
}
.border__dark-grey-top-2 {
  border-top: 2px solid #95989a;
}
.border__dark-grey-bottom-2 {
  border-bottom: 2px solid #95989a;
}
.border__white {
  background: #fff;
}
.border__white-left-1 {
  border-left: 1px solid #fff;
}
.border__white-right-1 {
  border-right: 1px solid #fff;
}
.border__white-top-1 {
  border-top: 1px solid #fff;
}
.border__white-bottom-1 {
  border-bottom: 1px solid #fff;
}
.border__grey {
  background: #f5f5f5;
}
.border__grey-left-1 {
  border-left: 1px solid #f5f5f5;
}
.border__grey-right-1 {
  border-right: 1px solid #f5f5f5;
}
.border__grey-top-1 {
  border-top: 1px solid #f5f5f5;
}
.border__grey-bottom-1 {
  border-bottom: 1px solid #f5f5f5;
}
.border__dark-grey {
  background: #95989a;
}
.border__dark-grey-left-1 {
  border-left: 1px solid #95989a;
}
.border__dark-grey-right-1 {
  border-right: 1px solid #95989a;
}
.border__dark-grey-top-1 {
  border-top: 1px solid #95989a;
}
.border__dark-grey-bottom-1 {
  border-bottom: 1px solid #95989a;
}
.border__white {
  background: #fff;
}
.border__white-left-0 {
  border-left: 0px solid #fff;
}
.border__white-right-0 {
  border-right: 0px solid #fff;
}
.border__white-top-0 {
  border-top: 0px solid #fff;
}
.border__white-bottom-0 {
  border-bottom: 0px solid #fff;
}
.border__grey {
  background: #f5f5f5;
}
.border__grey-left-0 {
  border-left: 0px solid #f5f5f5;
}
.border__grey-right-0 {
  border-right: 0px solid #f5f5f5;
}
.border__grey-top-0 {
  border-top: 0px solid #f5f5f5;
}
.border__grey-bottom-0 {
  border-bottom: 0px solid #f5f5f5;
}
.border__dark-grey {
  background: #95989a;
}
.border__dark-grey-left-0 {
  border-left: 0px solid #95989a;
}
.border__dark-grey-right-0 {
  border-right: 0px solid #95989a;
}
.border__dark-grey-top-0 {
  border-top: 0px solid #95989a;
}
.border__dark-grey-bottom-0 {
  border-bottom: 0px solid #95989a;
}
.border_left_0 {
  border-left: 1px solid transparent !important;
}
.border-section-left {
  border-left: 2px solid #ddd !important;
}
.border_right_0 {
  border-right: 1px solid transparent !important;
}
.border-section-right {
  border-right: 2px solid #ddd !important;
}
.border_top_0 {
  border-top: 1px solid transparent !important;
}
.border-section-top {
  border-top: 2px solid #ddd !important;
}
.border_bottom_0 {
  border-bottom: 1px solid transparent !important;
}
.border-section-bottom {
  border-bottom: 2px solid #ddd !important;
}
.table--list {
  margin: 20px 0px;
}
.table--list td {
  padding: 5px;
}
.swipe-for-more {
  text-align: right;
  color: #a0a0a0;
  padding-bottom: 15px;
  font-size: 75%;
}
@media (max-width: 768px) {
  .swipe-for-more {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.well {
  padding: 40px;
}
@media (max-width: 991px) {
  .well {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .well {
    padding: 25px 20px;
  }
}
@media (max-width: 680px) {
  .well {
    padding: 25px 15px;
  }
}
.well.well_large {
  padding: 50px;
}
@media (max-width: 991px) {
  .well.well_large {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .well.well_large {
    padding: 25px 20px;
  }
}
@media (max-width: 680px) {
  .well.well_large {
    padding: 25px 15px;
  }
}
.well.well_small {
  padding: 30px;
}
@media (max-width: 991px) {
  .well.well_small {
    padding: 20px 20px;
  }
}
@media (max-width: 768px) {
  .well.well_small {
    padding: 25px 20px;
  }
}
@media (max-width: 680px) {
  .well.well_small {
    padding: 25px 15px;
  }
}
.modal-backdrop.in {
  opacity: 0.8;
}
.modal--close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url("../images/global/modal--close.png") no-repeat center center;
  background-size: 15px 15px;
  border: 0;
  cursor: pointer;
}
.modal--close:focus {
  outline: none;
}
@media (max-width: 768px) {
  .modal--close {
    top: 0;
    right: 0;
  }
}
.modal--close.close--blue {
  background: url("../images/global/menu--close_desktop.png") no-repeat center center;
  background-size: 15px 15px;
}
.modal--close.close--white {
  background: url("../images/global/modal--close_white.png") no-repeat center center;
  background-size: 15px 15px;
}
.modal--close.close--red {
  background: url("../images/global/modal--close_red.png") no-repeat center center;
  background-size: 15px 15px;
}
.modal--static .modal-dialog {
  border-radius: 0;
  box-shadow: none;
  margin: 50px auto;
}
@media (max-width: 991px) {
  .modal--static .modal-dialog {
    margin: 20px auto 20px;
  }
}
.modal--static .modal-content {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  box-shadow: none;
  border: 0;
}
.modal--content {
  padding: 50px 35px;
}
@media (max-width: 768px) {
  .modal--content {
    padding: 40px 20px;
  }
}
@media (max-width: 680px) {
  .modal--content {
    padding: 40px 15px;
  }
}
.modal--img {
  text-align: center;
  padding-bottom: 10px;
}
.modal--img img {
  width: auto;
  height: 35px;
}
.modal--error .modal--heading {
  color: #ef3e42;
}
.modal--description {
  padding-top: 5px;
}
.modal--career-heading {
  padding-bottom: 15px;
  color: #000;
}
.modal--career-department {
  padding-top: 5px;
}
.modal--career-row + .modal--career-row {
  padding-top: 45px;
}
@media (max-width: 768px) {
  .modal--career-row + .modal--career-row {
    padding-top: 30px;
  }
}
.modal--external-row {
  padding-top: 45px;
}
@media (max-width: 768px) {
  .modal--external-row {
    padding-top: 30px;
  }
}
.modal--vertical {
  text-align: center;
  padding: 0 !important;
}
.modal--vertical:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal--vertical .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal--alert {
  font-size: 16px;
  color: #9b0d10;
}
.modal--alert .modal-dialog {
  margin-right: 15px;
  margin-left: 15px;
}
.modal--alert .modal-content {
  border: 1px solid #ef3e42;
  background: #ffdedf;
}
.modal--alert .modal--close {
  top: 5px;
  right: 5px;
  background: #ffdedf url("../images/global/modal--close_red.png") no-repeat center center;
  background-size: 15px 15px;
}
.modal--alert a {
  text-decoration: underline;
}
.modal-backdrop {
  background-color: #f8f8f8;
}
.modal-backdrop.in {
  opacity: 0.85;
}
.modal-header {
  background: #ffffff;
  border: none;
  padding: 15px 30px;
  color: #a0a0a0;
}
.modal-content {
  padding: 15px 30px;
  font-size: 14px;
}
.modal--content {
  padding: 0;
  max-height: 70vh;
  overflow: auto;
}
#HomePopup .modal-dialog {
  text-align: center;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 680px) {
  #HomePopup .modal-dialog {
    padding: 0 10px;
  }
}
#HomePopup .modal--content {
  max-height: none;
}
#HomePopup .modal-content {
  position: relative;
  padding: 0;
  display: inline-block;
  background: transparent;
}
#HomePopup .modal-content_bg {
  background: url("../images/main/bg_popup-moratorium.png") no-repeat top right;
  padding: 2rem;
  text-align: left;
  min-height: 527px;
  overflow-x: auto;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #HomePopup .modal-content_bg {
    background: url("../images/main/bg_popup-moratorium-mobile.png") no-repeat bottom center;
    max-height: 85vh;
  }
}
#HomePopup .modal--close {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  #HomePopup .modal--close {
    top: 1%;
    right: 2%;
  }
}
#HomePopup hr {
  width: 38%;
  margin: 30px auto 30px 0;
}
@media (max-width: 991px) {
  #HomePopup hr {
    width: 65%;
  }
}
@media (max-width: 768px) {
  #HomePopup hr {
    width: 50%;
  }
}
#HomePopup a.popup__btn {
  color: #fff;
  background: #0067b1;
  display: block;
  text-align: center;
  margin: 50px 0;
  padding: 10px 0;
  outline: none;
  cursor: pointer;
  line-height: 1.2;
}
@media (width: 768px) {
  #HomePopup a.popup__btn {
    width: 100% !important;
    margin: 50px 0 !important;
  }
}
@media (max-width: 768px) {
  #HomePopup a.popup__btn {
    width: 40%;
    margin: 20px 0;
  }
}
@media (max-width: 479px) {
  #HomePopup a.popup__btn {
    width: 85%;
  }
}
#HomePopup .countdown-holder {
  position: absolute;
  bottom: 8%;
  left: 8%;
}
#HomePopup .countdown-holder .pre--text {
  font-family: "lato-bold";
  color: white;
  font-size: 40px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.5;
}
#HomePopup .countdown-holder .countdown-timer {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
#HomePopup .countdown-holder .countdown-timer li {
  font-family: "lato";
  display: inline-block;
  background-color: white;
  padding: 15px;
  min-width: 100px;
  margin: 0 5px;
  border-radius: 10px;
  color: #0067b1;
}
#HomePopup .countdown-holder .countdown-timer li.txt--cd-focus {
  color: #5bc2e7;
}
#HomePopup .countdown-holder .countdown-timer li:first-child {
  margin-left: 0;
}
#HomePopup .countdown-holder .countdown-timer li span {
  font-family: "lato-bold";
  font-size: 55px;
  font-weight: 500;
  line-height: 1.2;
}
#HomePopup .countdown-holder .countdown-timer li p {
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 991px) {
  #HomePopup .countdown-holder .pre--text {
    font-size: 22px;
  }
  #HomePopup .countdown-holder .countdown-timer li {
    min-width: 70px;
    padding: 10px 5px;
  }
  #HomePopup .countdown-holder .countdown-timer li span {
    font-size: 35px;
  }
  #HomePopup .countdown-holder .countdown-timer li p {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  #HomePopup .countdown-holder {
    left: 7%;
    bottom: 10%;
  }
  #HomePopup .countdown-holder .pre--text {
    font-size: 18px;
  }
  #HomePopup .countdown-holder .countdown-timer li {
    min-width: 60px;
  }
  #HomePopup .countdown-holder .countdown-timer li span {
    font-size: 30px;
  }
  #HomePopup .countdown-holder .countdown-timer li p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
#HomePopup .post-launch,
#HomePopup .pre-launch {
  display: none;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed_16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive_4by3 {
  padding-bottom: 75%;
}
.subnavigation {
  text-align: center;
  margin: 90px 0 60px;
}
@media (max-width: 991px) {
  .subnavigation {
    margin: 0 0 0;
    background: #f5f5f5;
    height: 54px;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    -ms-scroll-chaining: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%);
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991px) {
  .subnavigation.subnavigation_fixed_to_top {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 80;
  }
}
.subnavigation::-webkit-scrollbar {
  display: none;
}
.subnavigation.mid_page {
  margin: 90px 0 0;
}
@media (max-width: 991px) {
  .subnavigation.mid_page {
    margin: 40px 0 40px;
  }
}
.subnavigation ul {
  padding: 0 0;
}
@media (max-width: 991px) {
  .subnavigation ul {
    white-space: nowrap;
  }
}
.subnavigation li {
  display: inline-block;
  margin: 0 15px;
}
@media (max-width: 991px) {
  .subnavigation li {
    font-size: 87.5%;
    height: 54px;
    display: inline;
    padding: 15px 0;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .subnavigation li {
    font-size: 100%;
  }
}
@media (max-width: 991px) {
  .subnavigation li:first-child {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .subnavigation li:last-child {
    margin-right: 20px;
  }
}
.subnavigation li a {
  display: inline-block;
  color: #a0a0a0;
}
@media (max-width: 991px) {
  .subnavigation li a {
    height: 54px;
    line-height: 54px;
  }
}
.subnavigation li a.is--active,
.subnavigation li a:hover,
.subnavigation li a:focus {
  color: #0067b1;
}
@media (max-width: 991px) {
  .subnavigation--content_fixed {
    padding-top: 94px;
  }
}
@media (max-width: 768px) {
  .subnavigation--content_fixed {
    padding-top: 84px;
  }
}
.simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
}
.simple-pagination li a,
.simple-pagination li span {
  color: #666;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #eee;
}
.simple-pagination .current {
  color: #fff;
  background-color: #0067b1;
  border-color: #0067b1;
}
.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: #70cde3;
  border-color: #70cde3;
}
@media (max-width: 991px) {
  .header.header_desktop {
    display: none;
  }
}
.header.header_mobile {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
@media (max-width: 991px) {
  .header.header_mobile {
    display: block;
  }
}
.header--toolbar {
  font-size: 87.5%;
  height: 40px;
  text-align: right;
}
.header--toolbar-action li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.header--toolbar-action li + li {
  padding-left: 50px;
}
.header--toolbar-action li i {
  margin-right: 10px;
}
.header--main {
  position: relative;
  height: 80px;
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #eee;
}
.header--main.header--color_blue {
  background-color: #70cde3;
  border-color: #70cde3;
}
.header--main.header--color_dark-blue {
  background-color: #002353;
  border-color: #002353;
}
.header--main.stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.header--main.stuck.header--color_blue {
  background-color: #70cde3;
  border-color: #70cde3;
  box-shadow: none;
}
.header--main-col_left,
.header--main-col_middle,
.header--main-col_right {
  height: 80px;
  line-height: 80px;
}
.header--main-col_left {
  float: left;
}
.header--main-col_middle {
  float: left;
}
.header--main-col_right {
  float: right;
}
.header--logo {
  display: inline-block;
  float: left;
  height: 80px;
  width: 124px;
  text-indent: -9999px;
  background: url("../images/global/logo_default.png") no-repeat center center;
  background-size: 124px 40px;
}
.header--logo_premier {
  display: inline-block;
  float: left;
  height: 80px;
  width: 124px;
  text-indent: -9999px;
  background: url("../images/global/logo-premier_default.png") no-repeat center center;
  background-size: 124px 40px;
}
.header--locale {
  position: relative;
  display: inline-block;
  font-size: 87.5%;
  padding-left: 50px;
  height: 80px;
}
.header--country i {
  margin-left: 15px;
  transition: all 0.3s ease;
}
.is--open .header--country i {
  transform: rotate(-180deg);
}
.header--list {
  position: absolute;
  z-index: 110;
  top: 100%;
  left: 0;
  width: 125%;
  line-height: 1;
  transform: translateY(-10px);
  display: none;
}
.is--open .header--list {
  display: block;
}
.header--list ul {
  text-align: right;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.header--list li {
  border-bottom: 1px solid #ddd;
}
.header--list li a {
  display: block;
  padding: 14px 10px;
}
.header--menu {
  font-size: 87.5%;
  padding-left: 35px;
}
.header--menu li {
  display: inline-block;
  line-height: 80px;
}
.header--menu li a {
  position: relative;
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0 25px;
}
.header--menu li a:after {
  position: absolute;
  bottom: 27px;
  right: 25px;
  left: 25px;
  height: 0;
  background-color: #0067b1;
  content: "";
  display: block;
  transition: all 0.3s ease;
}
.header--menu li.active a,
.header--menu li a:hover,
.header--menu li a:active,
.header--menu li a.is--active {
  color: #0067b1;
}
.header--menu li.active a:after,
.header--menu li a:hover:after,
.header--menu li a:active:after,
.header--menu li a.is--active:after {
  height: 1px;
}
.header--user {
  position: relative;
  display: inline-block;
}
.header--user ul {
  font-size: 87.5%;
}
.subheader {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  border-top: 1px solid #eee;
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 0 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(-4000px);
  transition: all 0s ease;
}
.subheader.subheader_fullscreen {
  height: 100vh;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.98);
}
.subheader.is--shown {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0s ease-out, opacity 0.3s ease-out;
}
.subheader--overview {
  font-weight: 700;
  padding-bottom: 30px;
}
.subheader--heading {
  color: #0067b1;
  padding-bottom: 5px;
}
.subheader--list li a {
  display: block;
  padding: 4px 0;
}
.subheader--column {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .subheader--column {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .subheader--column {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .subheader--column {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 479px) {
  .subheader--column {
    font-size: 12px;
    line-height: 1.5;
  }
}
.subheader--column + .subheader--column {
  padding-top: 40px;
}
.subheader--promotion {
  padding-top: 60px;
}
.subheader--promotions-card {
  position: relative;
  padding-top: 15px;
}
.subheader--promotions-title {
  padding-top: 10px;
  font-weight: 700;
}
.subheader--promotions-description {
  padding-top: 5px;
}
.subheader--promotions-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
.subheader--close {
  height: 30px;
  width: 30px;
  background: url("../images/global/menu--close_desktop.png") no-repeat center center;
  background-size: 20px 20px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.header--bar {
  position: relative;
  min-height: 60px;
  background: #fff;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
}
.header--bar.header--bar_blue {
  background: #70cde3;
  box-shadow: none;
}
.header--bar.header--bar_dark-blue {
  background: #002353;
  box-shadow: none;
}
.header--logo_mobile {
  display: block;
  height: 60px;
  width: 68px;
  background: url("../images/global/logo-mobile_default.png") no-repeat center center;
  background-size: auto 22px;
}
.header--logo_premier_mobile {
  display: block;
  height: 60px;
  width: 120px;
  background: url("../images/global/logo-mobile_premier_default.png") no-repeat center center;
  background-size: auto 35px;
}
.header--locale_mobile {
  font-size: 87.5%;
  color: #0067b1;
  position: absolute;
  top: 0;
  height: 60px;
  line-height: 60px;
  right: 66px;
}
@media (max-width: 768px) {
  .header--locale_mobile {
    font-size: 100%;
  }
}
.header--toggle {
  position: absolute;
  right: 15px;
  top: 12px;
  display: block;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-indent: -9999px;
  transition: background 0.3s;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.header--bar_blue .header--toggle {
  background: #70cde3;
}
.header--bar_dark-blue .header--toggle {
  background: #002353;
}
.header--toggle:focus {
  outline: none;
}
.header--toggle span {
  display: block;
  position: absolute;
  top: 16px;
  left: 6px;
  right: 6px;
  height: 2px;
  background: #0067b1;
}
.header--toggle span::before,
.header--toggle span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0067b1;
  content: "";
}
.header--toggle span::before {
  top: -6px;
}
.header--toggle span::after {
  bottom: -6px;
}
.header--ham {
  background: #fff;
}
.header--ham span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
.header--ham span::before,
.header--ham span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.header--ham span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.header--ham span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.header--ham.is--active span {
  background: none;
}
.header--ham.is--active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header--ham.is--active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header--ham.is--active span::before,
.header--ham.is--active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.header--content,
.header--account{
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0s ease;
}
.header--content.is--shown,
.header--account.is--shown{
  transition: transform 0.4s ease-out, opacity 0.2s ease-out 0.1s;
  opacity: 1;
  transform: translateY(0);
}
.header--nav-content {
  position: relative;
}
/*edit 210901*/
header .nav,
.side-menu .nav{
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #F5F5F5;
  transition: all 0.4s linear;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
  height: 100vh;
  overflow-y: auto;
    display: block
}
.side-menu .nav,
.side-menu nav{
    background: none;
}
.nav.nav_top_level {
  position: relative;
}
.nav.is--left {
  transform: translateX(-100%);
}
.nav.is--right {
  transform: translateX(100%);
}
.nav--list {
  font-weight: 700;
  font-size: 87.5%;
}
@media (max-width: 768px) {
  .nav--list {
    font-size: 100%;
  }
}
.nav--list li + li {
  border-top: 1px solid #ddd;
}
.nav--list li a {
  position: relative;
  display: block;
  padding: 14px 0;
}
.nav--list li a:after {
  position: absolute;
  content: "\f105";
  display: block;
  width: 15px;
  height: 20px;
  line-height: 20px;
  top: 50%;
  right: 0;
  margin-top: -10px;
  text-align: center;
  font-family: FontAwesome;
}
.nav--list.nav--list_redirect {
  font-weight: 400;
}
.nav--list.nav--list_redirect li + li {
  border: 0;
}
.nav--list.nav--list_redirect li a {
  padding: 10px 0;
  color: #454545;
}
.nav--list.nav--list_redirect li a:active {
  color: #0067b1;
}
.nav--list.nav--list_redirect li a:after {
  display: none;
  content: none;
}
.nav--list.nav--list_redirect .nav--list-description {
  display: block;
  font-size: 92.86%;
  color: #a0a0a0;
}
.nav--list.nav--list_redirect .nav--list-description:active {
  color: #0067b1;
}
.nav--back {
  font-weight: bold;
  margin-bottom: 5px;
}
.nav--back a {
  position: relative;
  display: block;
  padding: 0;
  padding-left: 25px;
  height: 46px;
  line-height: 46px;
}
.nav--back a:before {
  position: absolute;
  content: "\f104";
  display: block;
  width: 15px;
  height: 20px;
  line-height: 20px;
  top: 50%;
  left: 0;
  margin-top: -10px;
  font-family: FontAwesome;
}
.header--search {
  padding: 0 34px;
  font-size: 24px;
  font-weight: 300;
  color: #454545;
  cursor: pointer;
  display: inline-block;
}
.search {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  border-top: 1px solid #eee;
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 0 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(-4000px);
  transition: all 0s ease;
}
.search.is--shown {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0s ease-out, opacity 0.3s ease-out;
}
.search--content {
  text-align: center;
  padding-bottom: 30px;
}
.search--input {
  background: transparent;
  border: none;
  font-size: 30px;
  text-align: center;
  min-width: 100px;
  max-width: 90%;
}
.search--input:hover,
.search--input:active,
.search--input:focus {
  outline: none;
}
.search--delete {
  position: absolute;
  background: transparent;
  padding: 0;
  font-size: 15px;
  border: none;
  color: #0067b1;
  cursor: pointer;
  height: 37px;
}
.search--delete:hover,
.search--delete:active,
.search--delete:focus {
  outline: none;
}
.search--dropdown li a {
  display: inline-block;
  width: 100%;
}
.search--dropdown li a:hover,
.search--dropdown li a:active,
.search--dropdown li a:focus {
  outline: none;
}
.search--dropdown li a:focus,
.search--dropdown li a:hover {
  background: #c2c2c2;
}
.search--dropdown li a.highlight {
  background: #c2c2c2;
}
.search-result--dropdown {
  width: 100%;
  height: initial;
  background: transparent;
}
.search-result--dropdown li {
  font-size: 30px;
  border-color: #454545;
  border-style: solid;
  border-width: 0 1px 1px 1px;
}
.search-result--dropdown li a {
  display: inline-block;
  width: 100%;
  padding: 10px 23px;
  font-size: 26px;
}
.search-result--dropdown li a:hover,
.search-result--dropdown li a:active,
.search-result--dropdown li a:focus {
  outline: none;
}
.search-result--dropdown li a:focus,
.search-result--dropdown li a:hover {
  background: #c2c2c2;
}
.search-result--dropdown li a.highlight {
  background: #c2c2c2;
}
.search-result--input-group {
  position: relative;
  width: 100%;
  border: 1px solid #454545;
  height: 70px;
  padding-right: 10px;
}
.search-result--input-group .fa-times {
  font-size: 36px;
  cursor: pointer;
  float: right;
  margin-top: 15px;
}
.search-result--input {
  height: 100%;
  padding: 14px 23px;
  font-size: 30px;
  border: 0;
  width: calc(100% - 36px);
}
.search-result--input:active,
.search-result--input:focus {
  outline: none;
}
.search-result--header {
  padding-top: 44px;
  padding-bottom: 44px;
}
.search-result--indications {
  padding-bottom: 60px;
  padding-top: 16px;
  font-size: 20px;
  font-weight: 600;
}
.search-result--indications .keyword {
  margin-left: 5px;
  margin-right: 5px;
  color: #0067b1;
}
.search-result--list {
  margin-bottom: 40px;
}
.search-result--component {
  margin-bottom: 30px;
}
.search-result--component .search-result--title {
  cursor: pointer;
}
.search-result--component .search-result--description span {
  margin-right: 5px;
}
.search--nav {
  margin-bottom: 40px;
}
.prefooter {
  margin-bottom: 5px;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .prefooter .clearfix {
    clear: both;
  }
}
.prefooter-farm {
  margin-top: 20px;
  font-size: 14px;
}
.prefooter-farm strong {
  display: block;
}
.prefooter-farm strong.with--padding {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .prefooter-farm {
    margin-top: 0;
  }
  .prefooter-farm li {
    padding: 10px 0;
  }
}
.footer {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .footer {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .footer--primary {
    padding: 15px 0 20px;
  }
}
.footer--primary-content {
  border-bottom: 1px solid #95989a;
  font-size: 87.5%;
  padding: 0 0 15px;
}
@media (max-width: 768px) {
  .footer--primary-content {
    font-size: 100%;
    padding: 0;
    border: none;
  }
}
.footer--connect {
  text-align: right;
}
@media (max-width: 768px) {
  .footer--connect {
    text-align: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #95989a;
  }
}
.footer--social {
  display: inline-block;
}
.footer--social ul {
  margin-left: 10px;
  line-height: 20px;
}
.footer--social li {
  display: inline-block;
  width: 20px;
}
.footer--social li + li {
  margin-left: 5px;
}
.footer--social li a {
  display: block;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}
.footer--social li a.facebook {
  background: #3b5998;
}
.footer--social li a.twitter {
  background: #3b5998;
}
.footer--social li a.instagram {
  background: #cc4793;
}
.footer--social li a.youtube {
  background: #ed462f;
}
@media (max-width: 768px) {
  .footer--secondary {
    padding: 15px 0 20px;
  }
}
.footer--secondary-content {
  padding-top: 18px;
  font-size: 75%;
}
@media (max-width: 768px) {
  .footer--secondary-content {
    font-size: 100%;
    padding: 0;
  }
}
.footer--copyright {
  color: #a0a0a0;
  font-size: 12px;
}
@media (max-width: 768px) {
  .footer--copyright {
    float: none;
    padding-top: 15px;
    margin-top: 10px;
  }
}
.footer--secondary-icons {
  padding-left: 3%;
  width: 80%;
  display: inline-block;
}
.footer--secondary-icons a {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .footer--secondary-icons a {
    padding: 0 5px 0 0;
  }
}
@media (max-width: 991px) {
  .footer--secondary-icons {
    padding-left: 0;
    width: 100%;
  }
}
.footer--farm {
  float: left;
}
@media (max-width: 768px) {
  .footer--farm {
    float: none;
  }
}
.footer--farm li {
  display: inline-block;
}
@media (max-width: 768px) {
  .footer--farm li {
    display: block;
  }
}
.footer--farm li + li {
  margin-left: 15px;
}
@media (max-width: 768px) {
  .footer--farm li + li {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .footer--farm li a {
    display: block;
    padding: 8px 0;
  }
}
.footer__pidm .footer__pidm--logo {
  display: block;
  float: left;
  width: 42px;
  margin: 0 23px 4px 0;
}
@media (max-width: 680px) {
  .footer__pidm .footer__pidm--logo {
    width: 30px;
    margin: 2px 12px 1px 0;
  }
}
.footer__pidm .footer__pidm--logo img {
  width: 100%;
}
.footer__pidm .footer__pidm--text {
  text-align: justify;
}
.footer--secondary-pidm {
  vertical-align: top;
  font-size: 12px;
  border-right: 1px solid #b0b0b0;
}
@media (max-width: 991px) {
  .footer--secondary-pidm {
    padding: 20px 0 0 0;
    border-right: none;
    border-top: 1px solid #b0b0b0;
    margin-top: 15px;
  }
}
.footer--secondary-pidm .logo_pidm--desktop {
  margin-right: 0;
  margin-left: auto;
}
.footer--secondary-pidm .logo_pidm--desktop object,
.footer--secondary-pidm .logo_pidm--desktop img,
.footer--secondary-pidm .logo_pidm--desktop .pidm__text {
  width: 160px;
}
.footer--secondary-pidm .logo_pidm--desktop .pidm__text {
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .footer--secondary-pidm .logo_pidm--desktop .pidm__text {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .footer--secondary-pidm {
    width: 100%;
    display: block;
  }
  .footer--secondary-pidm .logo_pidm--desktop {
    margin-left: 0;
  }
}
.footer--secondary-pidm .logo_pidm--mobile {
  text-align: left;
}
@media (max-width: 767px) {
  .footer--secondary-pidm .logo_pidm--mobile {
    display: table !important;
  }
}
.footer--secondary-pidm .logo_pidm--mobile img {
  display: table-cell;
}
.footer--secondary-pidm .logo_pidm--mobile .pidm__text {
  display: table-cell;
  vertical-align: middle;
}
.footer--secondary-pidm .logo_pidm--mobile .pidm__line {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.js--tabContent {
  height: auto;
}
.js--tabContent.hidden {
  display: block !important;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.home--card.card_very_large {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .home--card.card_very_large {
    padding-top: 85px;
  }
}
@media (max-width: 768px) {
  .home--card.card_very_large {
    padding-top: 60px;
  }
}
@media (max-width: 680px) {
  .home--card.card_very_large {
    padding-top: 40px;
  }
}
.home--card.card_large {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .home--card.card_large {
    padding-top: 75px;
  }
}
@media (max-width: 768px) {
  .home--card.card_large {
    padding-top: 50px;
  }
}
@media (max-width: 680px) {
  .home--card.card_large {
    padding-top: 35px;
  }
}
.home--card.card_medium {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .home--card.card_medium {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .home--card.card_medium {
    padding-top: 40px;
  }
}
@media (max-width: 680px) {
  .home--card.card_medium {
    padding-top: 40px;
  }
}
.home--card.card_small {
  padding-top: 35px;
}
@media (max-width: 768px) {
  .home--card.card_small {
    padding-top: 30px;
  }
}
.home--title {
  line-height: 1.4;
}
.home--hero {
  max-width: 2000px;
  margin: 0 auto;
}
.home--hero .hero--visual {
  display: block;
}
.home--hero .hero--video {
  display: none;
}
.home--play {
  width: 100px;
  height: 100px;
}
@media (max-width: 680px) {
  .home--play {
    width: 50px;
    height: 50px;
  }
}
.home--heading {
  font-size: 100px;
  line-height: 1;
  padding-top: 5px;
}
@media screen and (max-width: 1199px) {
  .home--heading {
    font-size: 80px;
    line-height: 1;
  }
}
@media screen and (max-width: 991px) {
  .home--heading {
    font-size: 66px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .home--heading {
    font-size: 50px;
    line-height: 1;
  }
}
@media screen and (max-width: 479px) {
  .home--heading {
    font-size: 32px;
    line-height: 1;
  }
}
.home--preheading {
  font-size: 42px;
  line-height: 1;
  padding-top: 110px;
}
@media screen and (max-width: 1199px) {
  .home--preheading {
    font-size: 36px;
    line-height: 1;
  }
}
@media screen and (max-width: 991px) {
  .home--preheading {
    font-size: 30px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .home--preheading {
    font-size: 26px;
    line-height: 1;
  }
}
@media screen and (max-width: 479px) {
  .home--preheading {
    font-size: 20px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .home--preheading {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .home--preheading {
    padding-top: 30px;
  }
}
@media (max-width: 680px) {
  .home--preheading {
    padding-top: 15px;
  }
}
.hero--visual-bg {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  background: url("../images/global/home--hero.jpg") no-repeat bottom center;
  background-size: cover;
}
.hero--visual-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.promotion {
  position: relative;
}
.promotion a {
  color: #0067b1;
}
.promotion a:focus {
  outline: none;
}
.promotion .slick-slide:focus {
  outline: none !important;
}
.promotion--carousel-image {
  margin-top: 20px;
}
.promotion--carousel-image i {
  padding: 0px 15px;
  color: #0067b1;
  font-size: 40px;
  cursor: pointer;
}
.promotion--dots {
  margin-top: 10px;
  width: 100%;
  list-style: none;
  text-align: center;
}
.promotion--dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.promotion--dots li + li {
  margin-left: 12px;
}
.promotion--dots button {
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #dddddd;
}
.promotion--dots button:before {
  font-family: "slick";
  font-size: 0;
  line-height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  content: "Ã¢â‚¬Â¢";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
}
.slick-active button {
  background: #818a91;
}
.promotion--tile {
  position: relative;
}
.promotion--link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.promotion--content {
  position: relative;
  padding: 30px 0px 15px;
}
.promotion--content p {
  padding-top: 10px;
}
@media (max-width: 991px) {
  .promotion--content {
    padding: 30px 0px 5px;
  }
}
@media (max-width: 768px) {
  .promotion--content {
    padding: 30px 0px 0;
  }
}
.promotion--image {
  position: relative;
}
.promotion--image img {
  display: block;
  width: 100%;
}
.promotion--prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  margin-left: -15%;
  left: 0px;
}
.promotion--next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  margin-right: -15%;
  right: 0px;
}
.career--heading {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .career--heading {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .career--heading {
    padding-bottom: 35px;
  }
}
@media (max-width: 680px) {
  .career--heading {
    padding-bottom: 30px;
  }
}
.career--title {
  line-height: 1.4;
  color: #0067b1;
  font-weight: 700;
}
.career--hero img {
  width: 100%;
}
.career--card.card_very_large {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .career--card.card_very_large {
    padding-top: 85px;
  }
}
@media (max-width: 768px) {
  .career--card.card_very_large {
    padding-top: 60px;
  }
}
@media (max-width: 680px) {
  .career--card.card_very_large {
    padding-top: 40px;
  }
}
.career--card.card_large {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .career--card.card_large {
    padding-top: 75px;
  }
}
@media (max-width: 768px) {
  .career--card.card_large {
    padding-top: 50px;
  }
}
@media (max-width: 680px) {
  .career--card.card_large {
    padding-top: 35px;
  }
}
.career--card.card_medium {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .career--card.card_medium {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .career--card.card_medium {
    padding-top: 40px;
  }
}
@media (max-width: 680px) {
  .career--card.card_medium {
    padding-top: 40px;
  }
}
.career--card.card_small {
  padding-top: 35px;
}
@media (max-width: 768px) {
  .career--card.card_small {
    padding-top: 30px;
  }
}
.career__button {
  padding-top: 20px;
}
a.career__btn {
  color: #fff;
  background: #0067b1;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 12px 30px;
  max-width: 250px;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  margin: 0 auto;
}
a.career--btn {
  color: #fff;
  background: #0067b1;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 12px 30px;
  max-width: 270px;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  margin: 0 auto;
}
.about--heading {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .about--heading {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .about--heading {
    padding-bottom: 35px;
  }
}
@media (max-width: 680px) {
  .about--heading {
    padding-bottom: 30px;
  }
}
.about--title {
  line-height: 1.4;
}
.about--card.card_very_large {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .about--card.card_very_large {
    padding-top: 85px;
  }
}
@media (max-width: 768px) {
  .about--card.card_very_large {
    padding-top: 60px;
  }
}
@media (max-width: 680px) {
  .about--card.card_very_large {
    padding-top: 40px;
  }
}
.about--card.card_large {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .about--card.card_large {
    padding-top: 75px;
  }
}
@media (max-width: 768px) {
  .about--card.card_large {
    padding-top: 50px;
  }
}
@media (max-width: 680px) {
  .about--card.card_large {
    padding-top: 35px;
  }
}
.about--card.card_medium {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .about--card.card_medium {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .about--card.card_medium {
    padding-top: 40px;
  }
}
@media (max-width: 680px) {
  .about--card.card_medium {
    padding-top: 40px;
  }
}
.about--card.card_small {
  padding-top: 35px;
}
@media (max-width: 768px) {
  .about--card.card_small {
    padding-top: 30px;
  }
}
.brand-promise--section {
  position: relative;
}
.brand-promise--section .promotion--dots {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .brand-promise--section .promotion--dots {
    margin-top: 0;
    position: absolute;
    top: 10px;
  }
}
.brand-promise--section-box-container {
  max-width: 800px;
  width: 100%;
  position: relative;
  top: 50%;
  left: 0%;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .brand-promise--section-box-container {
    position: static;
    transform: translateY(0);
  }
}
.brand-promise--section-slider-box {
  background: #000;
  color: #fff;
  padding: 60px 30px;
  min-height: 300px;
}
.brand-promise--section-slider-box-header {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .brand-promise--section-slider-box-header {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .brand-promise--section-slider-box-detail {
    padding-top: 30px;
  }
}
.brand-promise--section-arrow {
  position: absolute;
  bottom: 25px;
  right: 35px;
}
.brand-promise--section-arrow div {
  color: #fff;
  font-size: 45px;
  cursor: pointer;
}
.brand-promise--section-arrow div + div {
  margin-left: 50px;
}
@media (max-width: 768px) {
  .brand-promise--section-arrow {
    display: none;
  }
}
.border__grey {
  border: 1px solid #ddd;
}
.regional-presence--section {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .regional-presence--section {
    padding: 50px 0;
  }
}
.regional-presence--section-box {
  padding: 25px;
  min-height: 450px;
}
@media (max-width: 768px) {
  .regional-presence--section-box {
    min-height: auto;
  }
}
.regional-presence--section-title {
  text-transform: capitalize;
  font-weight: bold;
  padding-top: 15px;
}
.regional-presence--section-detail {
  padding-top: 20px;
  padding-bottom: 40px;
}
.awards--achievements-section {
  padding-top: 150px;
}
.awards--achievements-section .row_psuedo_table {
  width: 100%;
}
@media (max-width: 991px) {
  .awards--achievements-section {
    padding-top: 100px;
  }
}
.awards-achievements--header {
  padding-top: 35px;
}
.awards-achievements--img {
  padding-top: 35px;
}
.awards-achievements--img img {
  max-width: 110px;
}
@media (max-width: 768px) {
  .awards-achievements--img {
    text-align: center;
  }
}
.tnc--card.card_very_large {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .tnc--card.card_very_large {
    padding-top: 85px;
  }
}
@media (max-width: 768px) {
  .tnc--card.card_very_large {
    padding-top: 60px;
  }
}
@media (max-width: 680px) {
  .tnc--card.card_very_large {
    padding-top: 40px;
  }
}
.tnc--card.card_large {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .tnc--card.card_large {
    padding-top: 75px;
  }
}
@media (max-width: 768px) {
  .tnc--card.card_large {
    padding-top: 50px;
  }
}
@media (max-width: 680px) {
  .tnc--card.card_large {
    padding-top: 35px;
  }
}
.tnc--card.card_medium {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .tnc--card.card_medium {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .tnc--card.card_medium {
    padding-top: 40px;
  }
}
@media (max-width: 680px) {
  .tnc--card.card_medium {
    padding-top: 40px;
  }
}
.tnc--card.card_small {
  padding-top: 35px;
}
@media (max-width: 768px) {
  .tnc--card.card_small {
    padding-top: 30px;
  }
}
.tnc--card p,
.tnc--card ul,
.tnc--card td {
  font-size: 14px;
}
@media (max-width: 991px) {
  .tnc--card p,
  .tnc--card ul,
  .tnc--card td {
    font-size: 12px;
  }
}
.tnc--heading {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .tnc--heading {
    padding-bottom: 35px;
  }
}
@media (max-width: 680px) {
  .tnc--heading {
    padding-bottom: 15px;
  }
}
.bankcharge--cards.card_very_large {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .bankcharge--cards.card_very_large {
    padding-top: 85px;
  }
}
@media (max-width: 768px) {
  .bankcharge--cards.card_very_large {
    padding-top: 60px;
  }
}
@media (max-width: 680px) {
  .bankcharge--cards.card_very_large {
    padding-top: 40px;
  }
}
.bankcharge--cards.card_large {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .bankcharge--cards.card_large {
    padding-top: 75px;
  }
}
@media (max-width: 768px) {
  .bankcharge--cards.card_large {
    padding-top: 50px;
  }
}
@media (max-width: 680px) {
  .bankcharge--cards.card_large {
    padding-top: 35px;
  }
}
.bankcharge--cards.card_medium {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .bankcharge--cards.card_medium {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .bankcharge--cards.card_medium {
    padding-top: 40px;
  }
}
@media (max-width: 680px) {
  .bankcharge--cards.card_medium {
    padding-top: 40px;
  }
}
.bankcharge--cards.card_small {
  padding-top: 35px;
}
@media (max-width: 768px) {
  .bankcharge--cards.card_small {
    padding-top: 30px;
  }
}
.bankcharge--cards-subsection + .bankcharge--cards-subsection {
  border-top: 1px solid #ddd;
  padding-top: 50px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .bankcharge--cards-subsection + .bankcharge--cards-subsection {
    padding-top: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 680px) {
  .bankcharge--cards-subsection + .bankcharge--cards-subsection {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.bankcharge--modal-heading {
  font-weight: bold;
  font-size: 112.5%;
  color: #0067b1;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .bankcharge--modal-heading {
    font-size: 16px;
  }
}
.bankcharge--modal--card + .bankcharge--modal--card {
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid #ddd;
}
@media (max-width: 768px) {
  .bankcharge--modal--card + .bankcharge--modal--card {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.bankcharge--modal--card-heading {
  color: #0067b1;
  font-weight: bold;
}
.bankcharge--modal--card-content {
  padding-top: 5px;
}
.bankcharge--modal--card-subsection + .bankcharge--modal--card-subsection {
  padding-top: 30px;
}
.bankcharge--modal--card-footnote {
  font-size: 75%;
  padding-top: 20px;
  color: #a0a0a0;
}
@media (max-width: 768px) {
  .bankcharge--modal--card-footnote {
    font-size: 10px;
  }
}
.contact--section {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .contact--section {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .contact--section {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .contact--section {
    padding: 40px 0;
  }
}
@media (max-width: 680px) {
  .contact--section {
    padding: 35px 0;
  }
}
.contact--card.card_very_large {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .contact--card.card_very_large {
    padding-top: 85px;
  }
}
@media (max-width: 768px) {
  .contact--card.card_very_large {
    padding-top: 60px;
  }
}
@media (max-width: 680px) {
  .contact--card.card_very_large {
    padding-top: 40px;
  }
}
.contact--card.card_large {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .contact--card.card_large {
    padding-top: 75px;
  }
}
@media (max-width: 768px) {
  .contact--card.card_large {
    padding-top: 50px;
  }
}
@media (max-width: 680px) {
  .contact--card.card_large {
    padding-top: 35px;
  }
}
.contact--card.card_medium {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .contact--card.card_medium {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .contact--card.card_medium {
    padding-top: 40px;
  }
}
@media (max-width: 680px) {
  .contact--card.card_medium {
    padding-top: 40px;
  }
}
.contact--card.card_small {
  padding-top: 35px;
}
@media (max-width: 768px) {
  .contact--card.card_small {
    padding-top: 30px;
  }
}
.contact--us-select {
  position: relative;
}
.contact--us-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  background: transparent;
  padding: 15px 20px 15px 0px;
  font-size: 16px;
  cursor: pointer;
}
.contact--us-select select:focus {
  outline: none;
}
.contact--us-select i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
}
.contact--us-map {
  padding: 20px 15px 40px;
}
.docform.docform_mobile {
  display: none;
}
@media (max-width: 768px) {
  .docform.docform_mobile {
    display: block;
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .docform.docform_desktop {
    display: none;
  }
}
.docform--cards.card_very_large {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .docform--cards.card_very_large {
    padding-top: 85px;
  }
}
@media (max-width: 768px) {
  .docform--cards.card_very_large {
    padding-top: 60px;
  }
}
@media (max-width: 680px) {
  .docform--cards.card_very_large {
    padding-top: 40px;
  }
}
.docform--cards.card_large {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .docform--cards.card_large {
    padding-top: 75px;
  }
}
@media (max-width: 768px) {
  .docform--cards.card_large {
    padding-top: 50px;
  }
}
@media (max-width: 680px) {
  .docform--cards.card_large {
    padding-top: 35px;
  }
}
.docform--cards.card_medium {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .docform--cards.card_medium {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .docform--cards.card_medium {
    padding-top: 40px;
  }
}
@media (max-width: 680px) {
  .docform--cards.card_medium {
    padding-top: 40px;
  }
}
.docform--cards.card_small {
  padding-top: 35px;
}
@media (max-width: 768px) {
  .docform--cards.card_small {
    padding-top: 30px;
  }
}
.docform--card.card_very_large {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .docform--card.card_very_large {
    padding-top: 85px;
  }
}
@media (max-width: 768px) {
  .docform--card.card_very_large {
    padding-top: 60px;
  }
}
@media (max-width: 680px) {
  .docform--card.card_very_large {
    padding-top: 40px;
  }
}
.docform--card.card_large {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .docform--card.card_large {
    padding-top: 75px;
  }
}
@media (max-width: 768px) {
  .docform--card.card_large {
    padding-top: 50px;
  }
}
@media (max-width: 680px) {
  .docform--card.card_large {
    padding-top: 35px;
  }
}
.docform--card.card_medium {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .docform--card.card_medium {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .docform--card.card_medium {
    padding-top: 40px;
  }
}
@media (max-width: 680px) {
  .docform--card.card_medium {
    padding-top: 40px;
  }
}
.docform--card.card_small {
  padding-top: 35px;
}
@media (max-width: 768px) {
  .docform--card.card_small {
    padding-top: 30px;
  }
}
.docform--list_mobile {
  margin: 15px 0px;
  padding: 5px 10px;
  border: 1px solid #ddd;
}
@media (max-width: 680px) {
  .docform--list_mobile {
    padding: 0 5px;
  }
}
.doc--page .doc--content + .doc--content {
  padding-top: 150px;
}
.doc--page .doc--subcontent + .doc--subcontent {
  padding-top: 50px;
}
.doc--page .doc--subheading {
  padding-bottom: 25px;
}
.doc--page code {
  background: #fff8dc;
  color: #e74c3c;
  font-family: Courier, Monospace;
  padding: 3px 8px;
  border-radius: 4px;
}
.doc--page code.params {
  background: #f7f7f7;
  color: #bd4147;
}
.asset--heading {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .asset--heading {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .asset--heading {
    padding-bottom: 35px;
  }
}
@media (max-width: 680px) {
  .asset--heading {
    padding-bottom: 30px;
  }
}
.asset--title {
  line-height: 1.4;
}
.asset--card.card_very_large {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .asset--card.card_very_large {
    padding-top: 85px;
  }
}
@media (max-width: 768px) {
  .asset--card.card_very_large {
    padding-top: 60px;
  }
}
@media (max-width: 680px) {
  .asset--card.card_very_large {
    padding-top: 40px;
  }
}
.asset--card.card_large {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .asset--card.card_large {
    padding-top: 75px;
  }
}
@media (max-width: 768px) {
  .asset--card.card_large {
    padding-top: 50px;
  }
}
@media (max-width: 680px) {
  .asset--card.card_large {
    padding-top: 35px;
  }
}
.asset--card.card_medium {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .asset--card.card_medium {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .asset--card.card_medium {
    padding-top: 40px;
  }
}
@media (max-width: 680px) {
  .asset--card.card_medium {
    padding-top: 40px;
  }
}
.asset--card.card_small {
  padding-top: 35px;
}
@media (max-width: 768px) {
  .asset--card.card_small {
    padding-top: 30px;
  }
}
.securities--heading {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .securities--heading {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .securities--heading {
    padding-bottom: 35px;
  }
}
@media (max-width: 680px) {
  .securities--heading {
    padding-bottom: 30px;
  }
}
.securities--title {
  line-height: 1.4;
}
.securities--card.card_very_large {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .securities--card.card_very_large {
    padding-top: 85px;
  }
}
@media (max-width: 768px) {
  .securities--card.card_very_large {
    padding-top: 60px;
  }
}
@media (max-width: 680px) {
  .securities--card.card_very_large {
    padding-top: 40px;
  }
}
.securities--card.card_large {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .securities--card.card_large {
    padding-top: 75px;
  }
}
@media (max-width: 768px) {
  .securities--card.card_large {
    padding-top: 50px;
  }
}
@media (max-width: 680px) {
  .securities--card.card_large {
    padding-top: 35px;
  }
}
.securities--card.card_medium {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .securities--card.card_medium {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .securities--card.card_medium {
    padding-top: 40px;
  }
}
@media (max-width: 680px) {
  .securities--card.card_medium {
    padding-top: 40px;
  }
}
.securities--card.card_small {
  padding-top: 35px;
}
@media (max-width: 768px) {
  .securities--card.card_small {
    padding-top: 30px;
  }
}
.fc-center h2 {
  color: #0067b1;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .fc-center h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .fc-center h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .fc-center h2 {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 479px) {
  .fc-center h2 {
    font-size: 18px;
    line-height: 1.5;
  }
}
.fc-event,
.fc-event-dot {
  background-color: #0067b1;
}
.fc-unthemed td.fc-today {
  background: rgba(91, 192, 222, 0.2);
}
.fc-state-default {
  border: 0;
  background: none;
  background-image: none;
  text-shadow: none;
  box-shadow: none;
  outline: none;
}
.fc-icon {
  color: #0067b1;
}
.error404--heading {
  font-size: 100px;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .error404--heading {
    font-size: 80px;
    line-height: 1;
  }
}
@media screen and (max-width: 991px) {
  .error404--heading {
    font-size: 66px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .error404--heading {
    font-size: 50px;
    line-height: 1;
  }
}
@media screen and (max-width: 479px) {
  .error404--heading {
    font-size: 32px;
    line-height: 1;
  }
}
.error404--action a {
  margin: 0 15px;
}
.career--card.card_very_large {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .career--card.card_very_large {
    padding-top: 85px;
  }
}
@media (max-width: 768px) {
  .career--card.card_very_large {
    padding-top: 60px;
  }
}
@media (max-width: 680px) {
  .career--card.card_very_large {
    padding-top: 40px;
  }
}
.career--card.card_large {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .career--card.card_large {
    padding-top: 75px;
  }
}
@media (max-width: 768px) {
  .career--card.card_large {
    padding-top: 50px;
  }
}
@media (max-width: 680px) {
  .career--card.card_large {
    padding-top: 35px;
  }
}
.career--card.card_medium {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .career--card.card_medium {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .career--card.card_medium {
    padding-top: 40px;
  }
}
@media (max-width: 680px) {
  .career--card.card_medium {
    padding-top: 40px;
  }
}
.career--card.card_small {
  padding-top: 35px;
}
@media (max-width: 768px) {
  .career--card.card_small {
    padding-top: 30px;
  }
}
.fileupload--section {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .fileupload--section {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .fileupload--section {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .fileupload--section {
    padding: 40px 0;
  }
}
@media (max-width: 680px) {
  .fileupload--section {
    padding: 35px 0;
  }
}
.page--covid .container-restrict {
  max-width: 750px;
  margin: 0 auto;
}
.page--covid .Intro-content {
  font-size: 22px;
}
@media (max-width: 768px) {
  .page--covid .Intro-content {
    font-size: 18px;
  }
}
.page--covid .Pages-card {
  border: 1px solid #9fd9ff;
  border-radius: 10px;
  margin-bottom: 25px;
  transition: 0.4s;
}
.page--covid .Pages-card:hover {
  transform: scale(1.05, 1.05);
  -webkit-box-shadow: 10px 20px 22px 0px rgba(53, 98, 124, 0.27);
  -moz-box-shadow: 10px 20px 22px 0px rgba(53, 98, 124, 0.27);
  box-shadow: 10px 20px 22px 0px rgba(53, 98, 124, 0.27);
}
.page--covid .Pages-card-image img {
  width: 100%;
  display: block;
}
.page--covid .Pages-card-content {
  padding: 30px 30px 30px 0;
}
@media (max-width: 768px) {
  .page--covid .Pages-card-content {
    padding: 15px 20px;
  }
}
.Banner__hero {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.Banner__hero img {
  width: 100%;
}
.Banner__text {
  max-width: 600px;
  margin: 0 auto;
}
.BannerBox {
  position: absolute;
  top: 10%;
  left: 20%;
  transform: translateX(-50%);
  font-size: 55px;
  font-weight: 300;
  line-height: 1;
  font-family: "lato-light";
  text-shadow: 0 0 3px #aaa;
}
@media (max-width: 1199px) {
  .BannerBox {
    font-size: 45px;
  }
  .BannerBox strong {
    font-size: 72px;
  }
}
@media (max-width: 680px) {
  .BannerBox {
    top: 2%;
    left: 50%;
    font-size: 30px;
    padding: 10px 20px 10px;
    width: 80%;
  }
}
.BannerBox strong {
  font-family: "high-tide";
  font-weight: 400;
  font-style: normal;
  font-size: 88px;
}
@media (max-width: 479px) {
  .BannerBox strong {
    font-size: 49px;
  }
}
.BannerBox {
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  background: transparent;
  font-size: 55px;
  line-height: 62px;
}
.BannerBox strong {
  font-size: 88px;
  line-height: 0.8;
}
@media (max-width: 1199px) {
  .BannerBox {
    font-size: 45px;
    line-height: 54px;
  }
  .BannerBox strong {
    font-size: 72px;
  }
}
@media (max-width: 479px) {
  .BannerBox {
    top: 2%;
    transform: none;
    left: 0;
    font-size: 30px;
    line-height: 34px;
    width: 100%;
  }
  .BannerBox strong {
    font-size: 49px;
  }
}
.Banner__text--strong {
  padding: 0 0 5px 0;
  display: block;
}
@media (max-width: 768px) {
  .product--title {
    color: #0067b1;
    font-size: 100%;
  }
}
@media (max-width: 768px) {
  .product--title strong {
    font-weight: normal;
  }
}
.product--posttitle {
  padding-top: 15px;
}
@media (max-width: 768px) {
  .product--posttitle {
    font-size: 171%;
    font-weight: bold;
  }
}
@media (max-width: 680px) {
  .product--posttitle {
    font-size: 142%;
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .product--banner {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.product--heading {
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .product--heading {
    padding-bottom: 15px;
  }
}
.product--heading.product--heading_large {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .product--heading.product--heading_large {
    padding-bottom: 30px;
  }
}
@media (max-width: 680px) {
  .product--heading.product--heading_large {
    padding-bottom: 20px;
  }
}
.product--footnote {
  padding-top: 15px;
  font-size: 75%;
}
@media (max-width: 768px) {
  .product--footnote {
    font-size: 12px;
    line-height: 1.4;
  }
}
.product--tnc-card {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .product--tnc-card {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .product--tnc-card {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .product--tnc-card {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 479px) {
  .product--tnc-card {
    font-size: 14px;
    line-height: 1.5;
  }
}
.product--tnc-card-heading {
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .product--tnc-card-content {
    font-size: 12px;
  }
}
.product--tnc-card-content p + p {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .product--tnc-card-content p + p {
    padding-top: 15px;
  }
}
.product--card-row_small + .product--card-row_small {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .product--card-row_small + .product--card-row_small {
    padding-top: 0;
  }
}
.product--card-row + .product--card-row {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .product--card-row + .product--card-row {
    padding-top: 0;
  }
}
.product--card-row_large + .product--card-row_large {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .product--card-row_large + .product--card-row_large {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .product--card.card_large {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .product--card.card_normal {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .product--card.card_small {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .product--card.card_small {
    padding-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .product--card.card_no_pad {
    padding-bottom: 0;
  }
}
.product--card.card_align_standard {
  text-align: center;
}
@media (max-width: 768px) {
  .product--card.card_align_standard {
    text-align: center;
  }
}
.product--card-title {
  padding-bottom: 5px;
}
.product--card-description {
  font-size: 16px;
}
.card_small .product--card-description {
  font-size: 87.5%;
}
@media (max-width: 768px) {
  .card_small .product--card-description {
    font-size: 100%;
  }
}
@media (max-width: 768px) {
  .product--card_toggle_mobile .product--card-description {
    display: none;
  }
}
@media (max-width: 768px) {
  .product--card_toggle_mobile .product--card-description.is--shown {
    display: block;
  }
}
.product--card-hero.with-pad_bottom {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .product--card-hero.with-pad_bottom {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .product--card-hero.with-pad_bottom-md {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .product--card-hero.with-pad_bottom-md {
    padding-bottom: 15px;
  }
}
.product--card-readmoreless {
  display: none;
}
@media (max-width: 768px) {
  .product--card-readmoreless {
    display: block;
  }
}
.product--card-readmoreless a {
  display: inline-block;
}
.product--card-readmoreless a:after {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background: url("../images/global/icon--plus_blue.png") no-repeat center center;
  background-size: 12px 12px;
  margin-left: 15px;
  position: relative;
  top: 1px;
}
.product--card-readmoreless.less {
  padding-top: 5px;
}
.product--card-readmoreless.less a:after {
  background: url("../images/global/icon--minus_blue.png") no-repeat center center;
  background-size: 9px 12px;
}
.product--card-footnote {
  font-size: 12px;
  padding-top: 25px;
  text-align: left;
  color: #a0a0a0;
}
@media (max-width: 768px) {
  .product--card-footnote {
    font-size: 10px;
  }
}
.product--step-row + .product--step-row {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .product--step-row + .product--step-row {
    padding-top: 0;
  }
}
.product--step.step_primary {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .product--step.step_primary {
    border-color: #ddd;
  }
}
.product--step.step_alignment_standard {
  text-align: left;
}
@media (max-width: 991px) {
  .product--step {
    margin-bottom: 20px;
  }
}
.product--step-description {
  padding-top: 15px;
  font-size: 87.5%;
  line-height: 1.4;
  min-height: 98px;
}
@media (max-width: 768px) {
  .product--step-description {
    font-size: 100%;
  }
}
.product--step-footnote {
  font-size: 87.5%;
  color: #a0a0a0;
}
@media (max-width: 768px) {
  .product--step-footnote {
    font-size: 100%;
  }
}
.product--chart-legend {
  width: 12px;
  height: 12px;
  margin-top: 8px;
}
body {
  font-size: 16px;
  line-height: 1.8;
  color: #454545;
  font-family: "lato", arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1199px) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
}
body.menu--open {
  overflow: hidden;
}
.hidden {
  display: none;
}
@media (max-width: 1199px) {
  .hidden--lg,
  .hide--lg {
    display: none;
  }
}
@media (max-width: 991px) {
  .hidden--md,
  .hide--md {
    display: none;
  }
}
@media (max-width: 768px) {
  .hidden--sm,
  .hide--sm {
    display: none;
  }
}
@media (max-width: 680px) {
  .hidden--xs,
  .hide--xs {
    display: none;
  }
}
.show--lg {
  display: none;
}
@media (max-width: 1199px) {
  .show--lg {
    display: initial;
  }
}
.show--md {
  display: none;
}
@media (max-width: 991px) {
  .show--md {
    display: initial;
  }
}
.show--sm {
  display: none;
}
@media (max-width: 768px) {
  .show--sm {
    display: initial;
  }
}
.show--xs {
  display: none;
}
@media (max-width: 680px) {
  .show--xs {
    display: initial;
  }
}
.pad_t--100 {
  padding-top: 100px;
}
.pad_b--100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pad_t--100-md {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pad_b--100-md {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .pad_t--100-sm {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .pad_b--100-sm {
    padding-bottom: 100px;
  }
}
@media (max-width: 680px) {
  .pad_t--100-xs {
    padding-top: 100px;
  }
}
@media (max-width: 680px) {
  .pad_b--100-xs {
    padding-bottom: 100px;
  }
}
.pad_t--95 {
  padding-top: 95px;
}
.pad_b--95 {
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .pad_t--95-md {
    padding-top: 95px;
  }
}
@media (max-width: 991px) {
  .pad_b--95-md {
    padding-bottom: 95px;
  }
}
@media (max-width: 768px) {
  .pad_t--95-sm {
    padding-top: 95px;
  }
}
@media (max-width: 768px) {
  .pad_b--95-sm {
    padding-bottom: 95px;
  }
}
@media (max-width: 680px) {
  .pad_t--95-xs {
    padding-top: 95px;
  }
}
@media (max-width: 680px) {
  .pad_b--95-xs {
    padding-bottom: 95px;
  }
}
.pad_t--90 {
  padding-top: 90px;
}
.pad_b--90 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pad_t--90-md {
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .pad_b--90-md {
    padding-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .pad_t--90-sm {
    padding-top: 90px;
  }
}
@media (max-width: 768px) {
  .pad_b--90-sm {
    padding-bottom: 90px;
  }
}
@media (max-width: 680px) {
  .pad_t--90-xs {
    padding-top: 90px;
  }
}
@media (max-width: 680px) {
  .pad_b--90-xs {
    padding-bottom: 90px;
  }
}
.pad_t--85 {
  padding-top: 85px;
}
.pad_b--85 {
  padding-bottom: 85px;
}
@media (max-width: 991px) {
  .pad_t--85-md {
    padding-top: 85px;
  }
}
@media (max-width: 991px) {
  .pad_b--85-md {
    padding-bottom: 85px;
  }
}
@media (max-width: 768px) {
  .pad_t--85-sm {
    padding-top: 85px;
  }
}
@media (max-width: 768px) {
  .pad_b--85-sm {
    padding-bottom: 85px;
  }
}
@media (max-width: 680px) {
  .pad_t--85-xs {
    padding-top: 85px;
  }
}
@media (max-width: 680px) {
  .pad_b--85-xs {
    padding-bottom: 85px;
  }
}
.pad_t--80 {
  padding-top: 80px;
}
.pad_b--80 {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .pad_t--80-md {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .pad_b--80-md {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .pad_t--80-sm {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .pad_b--80-sm {
    padding-bottom: 80px;
  }
}
@media (max-width: 680px) {
  .pad_t--80-xs {
    padding-top: 80px;
  }
}
@media (max-width: 680px) {
  .pad_b--80-xs {
    padding-bottom: 80px;
  }
}
.pad_t--75 {
  padding-top: 75px;
}
.pad_b--75 {
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .pad_t--75-md {
    padding-top: 75px;
  }
}
@media (max-width: 991px) {
  .pad_b--75-md {
    padding-bottom: 75px;
  }
}
@media (max-width: 768px) {
  .pad_t--75-sm {
    padding-top: 75px;
  }
}
@media (max-width: 768px) {
  .pad_b--75-sm {
    padding-bottom: 75px;
  }
}
@media (max-width: 680px) {
  .pad_t--75-xs {
    padding-top: 75px;
  }
}
@media (max-width: 680px) {
  .pad_b--75-xs {
    padding-bottom: 75px;
  }
}
.pad_t--70 {
  padding-top: 70px;
}
.pad_b--70 {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .pad_t--70-md {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .pad_b--70-md {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .pad_t--70-sm {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  .pad_b--70-sm {
    padding-bottom: 70px;
  }
}
@media (max-width: 680px) {
  .pad_t--70-xs {
    padding-top: 70px;
  }
}
@media (max-width: 680px) {
  .pad_b--70-xs {
    padding-bottom: 70px;
  }
}
.pad_t--65 {
  padding-top: 65px;
}
.pad_b--65 {
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  .pad_t--65-md {
    padding-top: 65px;
  }
}
@media (max-width: 991px) {
  .pad_b--65-md {
    padding-bottom: 65px;
  }
}
@media (max-width: 768px) {
  .pad_t--65-sm {
    padding-top: 65px;
  }
}
@media (max-width: 768px) {
  .pad_b--65-sm {
    padding-bottom: 65px;
  }
}
@media (max-width: 680px) {
  .pad_t--65-xs {
    padding-top: 65px;
  }
}
@media (max-width: 680px) {
  .pad_b--65-xs {
    padding-bottom: 65px;
  }
}
.pad_t--60 {
  padding-top: 60px;
}
.pad_b--60 {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .pad_t--60-md {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .pad_b--60-md {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .pad_t--60-sm {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .pad_b--60-sm {
    padding-bottom: 60px;
  }
}
@media (max-width: 680px) {
  .pad_t--60-xs {
    padding-top: 60px;
  }
}
@media (max-width: 680px) {
  .pad_b--60-xs {
    padding-bottom: 60px;
  }
}
.pad_t--55 {
  padding-top: 55px;
}
.pad_b--55 {
  padding-bottom: 55px;
}
@media (max-width: 991px) {
  .pad_t--55-md {
    padding-top: 55px;
  }
}
@media (max-width: 991px) {
  .pad_b--55-md {
    padding-bottom: 55px;
  }
}
@media (max-width: 768px) {
  .pad_t--55-sm {
    padding-top: 55px;
  }
}
@media (max-width: 768px) {
  .pad_b--55-sm {
    padding-bottom: 55px;
  }
}
@media (max-width: 680px) {
  .pad_t--55-xs {
    padding-top: 55px;
  }
}
@media (max-width: 680px) {
  .pad_b--55-xs {
    padding-bottom: 55px;
  }
}
.pad_t--50 {
  padding-top: 50px;
}
.pad_b--50 {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .pad_t--50-md {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .pad_b--50-md {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .pad_t--50-sm {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .pad_b--50-sm {
    padding-bottom: 50px;
  }
}
@media (max-width: 680px) {
  .pad_t--50-xs {
    padding-top: 50px;
  }
}
@media (max-width: 680px) {
  .pad_b--50-xs {
    padding-bottom: 50px;
  }
}
.pad_t--45 {
  padding-top: 45px;
}
.pad_b--45 {
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  .pad_t--45-md {
    padding-top: 45px;
  }
}
@media (max-width: 991px) {
  .pad_b--45-md {
    padding-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .pad_t--45-sm {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .pad_b--45-sm {
    padding-bottom: 45px;
  }
}
@media (max-width: 680px) {
  .pad_t--45-xs {
    padding-top: 45px;
  }
}
@media (max-width: 680px) {
  .pad_b--45-xs {
    padding-bottom: 45px;
  }
}
.pad_t--40 {
  padding-top: 40px;
}
.pad_b--40 {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .pad_t--40-md {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .pad_b--40-md {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .pad_t--40-sm {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .pad_b--40-sm {
    padding-bottom: 40px;
  }
}
@media (max-width: 680px) {
  .pad_t--40-xs {
    padding-top: 40px;
  }
}
@media (max-width: 680px) {
  .pad_b--40-xs {
    padding-bottom: 40px;
  }
}
.pad_t--35 {
  padding-top: 35px;
}
.pad_b--35 {
  padding-bottom: 35px;
}
@media (max-width: 991px) {
  .pad_t--35-md {
    padding-top: 35px;
  }
}
@media (max-width: 991px) {
  .pad_b--35-md {
    padding-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .pad_t--35-sm {
    padding-top: 35px;
  }
}
@media (max-width: 768px) {
  .pad_b--35-sm {
    padding-bottom: 35px;
  }
}
@media (max-width: 680px) {
  .pad_t--35-xs {
    padding-top: 35px;
  }
}
@media (max-width: 680px) {
  .pad_b--35-xs {
    padding-bottom: 35px;
  }
}
.pad_t--30 {
  padding-top: 30px;
}
.pad_b--30 {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .pad_t--30-md {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .pad_b--30-md {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .pad_t--30-sm {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .pad_b--30-sm {
    padding-bottom: 30px;
  }
}
@media (max-width: 680px) {
  .pad_t--30-xs {
    padding-top: 30px;
  }
}
@media (max-width: 680px) {
  .pad_b--30-xs {
    padding-bottom: 30px;
  }
}
.pad_t--25 {
  padding-top: 25px;
}
.pad_b--25 {
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  .pad_t--25-md {
    padding-top: 25px;
  }
}
@media (max-width: 991px) {
  .pad_b--25-md {
    padding-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .pad_t--25-sm {
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .pad_b--25-sm {
    padding-bottom: 25px;
  }
}
@media (max-width: 680px) {
  .pad_t--25-xs {
    padding-top: 25px;
  }
}
@media (max-width: 680px) {
  .pad_b--25-xs {
    padding-bottom: 25px;
  }
}
.pad_t--20 {
  padding-top: 20px;
}
.pad_b--20 {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .pad_t--20-md {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .pad_b--20-md {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .pad_t--20-sm {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .pad_b--20-sm {
    padding-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .pad_t--20-xs {
    padding-top: 20px;
  }
}
@media (max-width: 680px) {
  .pad_b--20-xs {
    padding-bottom: 20px;
  }
}
.pad_t--15 {
  padding-top: 15px;
}
.pad_b--15 {
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .pad_t--15-md {
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .pad_b--15-md {
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .pad_t--15-sm {
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .pad_b--15-sm {
    padding-bottom: 15px;
  }
}
@media (max-width: 680px) {
  .pad_t--15-xs {
    padding-top: 15px;
  }
}
@media (max-width: 680px) {
  .pad_b--15-xs {
    padding-bottom: 15px;
  }
}
.pad_t--10 {
  padding-top: 10px;
}
.pad_b--10 {
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .pad_t--10-md {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .pad_b--10-md {
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .pad_t--10-sm {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .pad_b--10-sm {
    padding-bottom: 10px;
  }
}
@media (max-width: 680px) {
  .pad_t--10-xs {
    padding-top: 10px;
  }
}
@media (max-width: 680px) {
  .pad_b--10-xs {
    padding-bottom: 10px;
  }
}
.pad_t--5 {
  padding-top: 5px;
}
.pad_b--5 {
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  .pad_t--5-md {
    padding-top: 5px;
  }
}
@media (max-width: 991px) {
  .pad_b--5-md {
    padding-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .pad_t--5-sm {
    padding-top: 5px;
  }
}
@media (max-width: 768px) {
  .pad_b--5-sm {
    padding-bottom: 5px;
  }
}
@media (max-width: 680px) {
  .pad_t--5-xs {
    padding-top: 5px;
  }
}
@media (max-width: 680px) {
  .pad_b--5-xs {
    padding-bottom: 5px;
  }
}
.pad_t--0 {
  padding-top: 0px;
}
.pad_b--0 {
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .pad_t--0-md {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .pad_b--0-md {
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .pad_t--0-sm {
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  .pad_b--0-sm {
    padding-bottom: 0px;
  }
}
@media (max-width: 680px) {
  .pad_t--0-xs {
    padding-top: 0px;
  }
}
@media (max-width: 680px) {
  .pad_b--0-xs {
    padding-bottom: 0px;
  }
}
.tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 999;
  line-height: 1.4;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.noComponent {
  border: 3px solid red;
}
.noSure {
  border: 3px solid green;
}
.message {
  color: red;
}
.lato-light {
  font-family: "lato-light", arial, Helvetica, sans-serif;
}

/*navigation modify 210808*/
.d-none{
    display: none!important
}

.header--toggle {
    position: relative;
    margin-left: 10px
}

.header--toggle.js--toggle-menu_account{
    position: absolute
}

.header--logo_mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.cus-01 .header--locale{
    position: inherit
}

.cus-01 .header--list{
    width: 100%
}

.cus-01 .header--list .header--subcontent{
    background-color: #ffffff;
    padding: 15px
}

.cus-01 .header--list .header--subcontent .subc-panel{
    display: table;
    width: 100%
}

.header--menu.link_grey_normal li a:after{
    content: none
}

.header--menu.link_grey_normal .header--locale{
    font-size: 100%;
    padding-left: 0
}

.header--locale.is--open a{
    font-weight: 700
}

header .top-nav{
    display: table;
    width: 100%
}

header .top-nav .tc{
    display: table-cell;
    width: auto
}

header .top-nav .tc.nav-l a{
    color: #4E4E4E
}

header .top-nav .tc.nav-l a.active{
    font-weight: 700;
    color: #2A67AC
}

header .header--toolbar{
    text-align: left;
    opacity: 1
}

header .header--toolbar .top-nav .tc.nav-r{
    text-align: right
}

.cus-01 .link_grey_normal:hover{
    color: inherit
}

.cus-01 .subc-panel{
    display: table-cell;
    width: 100%
}

.cus-01 .subc-panel .main-p,
.cus-01 .subc-panel .sub-p{
    display: table-cell;
    vertical-align: top
}

.cus-01 .subc-panel .main-p{
    width: 33%
}

.cus-01 .subc-panel .sub-p{
    width: 67%;
}

.cus-01 .subc-panel .sub-p .sel-r{
    padding-left: 100px;
    display: none
}

.cus-01 .subc-panel .sub-p .sel-r.show{
    display: block
}

.cus-01 .subc-panel .tab-g,
.cus-01 .subc-panel a.tab-g{
    padding: 15px 0;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    color: #393939;
    height: auto!important;
    line-height: inherit!important
}

.cus-01 .subc-panel .main-p .tab-g:hover,
.cus-01 .subc-panel .main-p .tab-g.active{
    font-weight: 700
}

.cus-01 .nav--list li + li{
    border: none
}

.cus-01 .subc-panel .main-p .tab-g.ico::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%,-50%);
    width: 28px;
    height: 28px;
    background-image: url(../images/home-facelift/vector/nav-next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.cus-01 .nav--list li a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    width: 24px;
    height: 24px;
    background-image: url(../images/home-facelift/vector/nav-next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0
}

.cus-01 .nav--list li a.no-ico:after{
    content: none
}

.cus-01 .nav--back{
    border-bottom: 1px solid rgba(112,112,112,0.5);
    padding: 5px 0
}

.cus-01 .nav--back a{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #393939;
    padding: 0
}

.cus-01 .nav--back a:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0%, -50%);
    width: 24px;
    height: 24px;
    background-image: url(../images/home-facelift/vector/nav-back.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0
}

.cus-01 .top-nav-mob{
    border-bottom: 1px solid rgba(112,112,112,0.5);
    padding: 10px 10px
}

.cus-01 .top-nav-mob .tab{
    display: table;
    width: 100%
}

.cus-01 .top-nav-mob .tab .tab-c{
    display: table-cell;
    width: auto;
    padding: 0 5px
}

.cus-01 .top-nav-mob .tab .tab-c .btn-01{
    font-size: 12px;
    font-weight: 700;
    padding: 10px 10px;
    border-radius: 6px;
    background-color: #ffffff;
    display: block;
    text-align: center
}

.cus-01 .top-nav-mob .tab .tab-c .btn-01.active{
    background-color: #0067B1;
    color: #ffffff
}

.header--nav-content .nav{
    background-color: #F5F5F5!important;
    padding: 0!important
}

.header--nav-content .nav .container-fluid{
    padding: 0 15px
}

.cus-01 .header--locale.is--open a{
    font-weight: 300
}

.cus-01 .header--locale.is--open > a.header--country{
    font-weight: 700
}

.cus-01 .subc-panel a.tab-g:hover{
    font-weight: 700
}

.cus-01 .nav--list {
    margin-top: 10px
}

.cus-01 .nav--list li a{
    color: #393939;
    font-weight: 300;
    padding: 9px 0;
}

.acc-ico{
    background-image: url(../images/home-facelift/vector/icon-account.svg)!important;
    background-size: 26px!important;
    background-repeat: no-repeat!important;
    background-position: center left!important;
    width: 45px;
    position: relative
}

.acc-ico::after{
    content: '';
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translate(-50%,-50%) rotate(180deg);
    width: 12px;
    height: 9px;
    background-image: url(../images/home-facelift/vector/icon-b-arrow.svg)!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center right!important;
    transition: all 0.2s ease;
}

.acc-ico.is--active::after{
    transform: translate(-50%,-50%) rotate(0deg);
}

/*
.cus-01 .nav--back + .container-fluid .nav--list li a{
    padding: 7px 0;
}
*/


/*
.header--account {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0s ease;
}

.header--account.is--shown {
    transition: transform 0.4s ease-out, opacity 0.2s ease-out 0.1s;
    opacity: 1;
    transform: translateY(0);
}
*/