@charset "UTF-8";
html {
  position: relative;
  min-height: 100%;
  height: 100%; }

body {
  position: relative;
  height: 100%; }

.container-main {
  height: 100%; }

.row-main {
  height: 100%; }

@media (max-width: 599px) {
  .container .row-main {
    margin: 0; } }

@media (min-width: 600px) {
  .container .row-main {
    margin: 0; } }

@media (min-width: 768px) {
  .container {
    width: inherit; } }

@media (min-width: 960px) {
  .container {
    width: inherit; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

@media (min-width: 1440px) {
  .container {
    width: 1410px; }
  .container .row-main {
    margin: 0 5px; }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 1680px) {
  .container {
    width: 1440px; } }

@media (min-width: 1920px) {
  .container {
    width: 1440px; } }

@media (min-width: 600px) and (max-width: 959px) {
  .col-sm-1 {
    width: 12.5%; }
  .col-sm-2 {
    width: 25%; }
  .col-sm-3 {
    width: 50%; }
  .col-sm-4 {
    width: 75%; }
  .col-sm-5 {
    width: 100%; } }

@font-face {
  font-family: "TyponineSans Light 64";
  src: url("../fonts/WF-003562-001290-000196-1427991794.eot");
  src: url("../fonts/WF-003562-001290-000196-1427991794.eot?#iefix") format("embedded-opentype"), url("../fonts/WF-003562-001290-000196-1427991794.woff") format("woff"), url("../fonts/WF-003562-001290-000196-1427991794.svg#typotheque_webfonts_service") format("svg");
  font-style: normal;
  font-weight: normal;
  font-stretch: normal; }

@font-face {
  font-family: "TyponineSans Regular 86";
  src: url("../fonts/WF-003562-001290-000198-1427991796.eot");
  src: url("../fonts/WF-003562-001290-000198-1427991796.eot?#iefix") format("embedded-opentype"), url("../fonts/WF-003562-001290-000198-1427991796.woff") format("woff"), url("../fonts/WF-003562-001290-000198-1427991796.svg#typotheque_webfonts_service") format("svg");
  font-style: normal;
  font-weight: normal;
  font-stretch: normal; }

@font-face {
  font-family: "TyponineSans Text 30";
  src: url("../fonts/WF-003562-001290-000200-1427991799.eot");
  src: url("../fonts/WF-003562-001290-000200-1427991799.eot?#iefix") format("embedded-opentype"), url("../fonts/WF-003562-001290-000200-1427991799.woff") format("woff"), url("../fonts/WF-003562-001290-000200-1427991799.svg#typotheque_webfonts_service") format("svg");
  font-style: normal;
  font-weight: normal;
  font-stretch: normal; }

@font-face {
  font-family: "TyponineSans Medium 69";
  src: url("../fonts/WF-003562-001290-000202-1427991801.eot");
  src: url("../fonts/WF-003562-001290-000202-1427991801.eot?#iefix") format("embedded-opentype"), url("../fonts/WF-003562-001290-000202-1427991801.woff") format("woff"), url("../fonts/WF-003562-001290-000202-1427991801.svg#typotheque_webfonts_service") format("svg");
  font-style: normal;
  font-weight: normal;
  font-stretch: normal; }

@font-face {
  font-family: "TyponineSans Bold 49";
  src: url("../fonts/WF-003562-001290-000204-1427991803.eot");
  src: url("../fonts/WF-003562-001290-000204-1427991803.eot?#iefix") format("embedded-opentype"), url("../fonts/WF-003562-001290-000204-1427991803.woff") format("woff"), url("../fonts/WF-003562-001290-000204-1427991803.svg#typotheque_webfonts_service") format("svg");
  font-style: normal;
  font-weight: normal;
  font-stretch: normal; }

/*----------  RESETS  ----------*/
/*----------  BUTTONS  ----------*/
/*----------  INPUT CUSTOM  ----------*/
/*----------  RESETS h1 h2 h3 h4 p  ----------*/
/*----------  HEADER  ----------*/
/*----------  HEADER NO NAV  ----------*/
/*----------  HOME SECTION 2  ----------*/
/*----------  HOME SECTION 3  ----------*/
/*----------  HOME SECTION 4  ----------*/
/*----------  HOME SECTION 5  ----------*/
/*----------  HOME SECTION 6  ----------*/
/*----------  MODULS AND PLUGINS  ----------*/
/*----------  FOOTER  ----------*/
.sh-button-small {
  font-family: "TyponineSans Text 30";
  font-size: 16px;
  line-height: 20px;
  padding: 7px 22px 7px 22px;
  color: #489fdf;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-transition: background-color .33s ease-out;
  transition: background-color .33s ease-out;
  will-change: transform; }
.sh-button-small:hover {
  background-color: #f8f8f8;
  border-radius: 2px; }
.sh-button-small.disabled {
  background-color: transparent;
  color: #c2c4c2; }

.sh-button-medium-filled {
  font-family: "TyponineSans Medium 69";
  font-size: 20px;
  line-height: 20px;
  padding: 12px 50px 12px 50px;
  color: white;
  background-color: #489fdf;
  border: none;
  outline: none;
  border-radius: 2px;
  -webkit-transition: background-color .33s ease-out;
  transition: background-color .33s ease-out;
  will-change: transform; }
.sh-button-medium-filled:hover {
  background-color: #69b0e5;
  border-radius: 2px; }
.sh-button-medium-filled.disabled {
  background-color: transparent;
  color: #a4a4a4; }

.sh-button-big-filled {
  font-family: "TyponineSans Medium 69";
  font-size: 24px;
  line-height: 20px;
  padding: 16px 97px;
  color: white;
  background-color: #489fdf;
  border: none;
  outline: none;
  border-radius: 2px;
  -webkit-transition: background-color .33s ease-out;
  transition: background-color .33s ease-out;
  will-change: transform; }
.sh-button-big-filled:hover {
  background-color: #69b0e5;
  border-radius: 2px; }
.sh-button-big-filled.disabled {
  background-color: transparent;
  color: #a4a4a4; }
@media screen and (max-width: 700px) {
  .sh-button-big-filled {
    padding: 16px 70px; } }
@media screen and (max-width: 500px) {
  .sh-button-big-filled {
    font-size: 18px;
    padding: 12px 50px; } }

.input-custom {
  height: 40px;
  width: 100%;
  border-radius: 4px;
  display: block;
  border: 1px solid #9a9d9a;
  font-family: "TyponineSans Light 64";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.025em;
  color: #212721;
  padding: 10px 15px; }
.input-custom.input-custom--error {
  border: 2px solid #ff0000;
  padding: 8px 14px; }
.input-custom.input-custom--error:hover {
  border-color: #ff0000; }
.input-custom:hover {
  border-width: 2px;
  padding: 8px 14px;
  border-color: #bcbcbc; }
.input-custom:focus {
  outline: none; }
.input-custom:disabled {
  border: 1px solid #c2c4c2;
  color: #c2c4c2;
  padding: 10px 15px;
  background-color: white; }
.input-custom::-webkit-input-placeholder {
  font-family: "TyponineSans Light 64";
  color: #727672; }
.input-custom::-moz-placeholder {
  font-family: "TyponineSans Light 64";
  color: #727672; }
.input-custom:-ms-input-placeholder {
  font-family: "TyponineSans Light 64";
  color: #727672; }
.input-custom::placeholder {
  font-family: "TyponineSans Light 64";
  color: #727672; }

.input-custom-picker {
  height: 40px;
  width: 100%;
  border-radius: 4px;
  display: block;
  border: 1px solid #9a9d9a;
  font-family: "TyponineSans Light 64";
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.025em;
  color: #212721 !important;
  padding: 10px 15px;
  background-color: white; }
.input-custom-picker:hover {
  border-width: 2px;
  padding: 10px 14px;
  border-color: #bcbcbc; }
.input-custom-picker:hover .bs-caret .caret {
  right: 11px; }
.input-custom-picker:disabled {
  border: 1px solid #c2c4c2;
  color: #c2c4c2;
  padding: 13px 15px;
  background-color: white; }
.input-custom-picker:focus {
  outline: none;
  color: #212721; }
.input-custom-picker::-webkit-input-placeholder {
  font-family: "TyponineSans Light 64";
  color: #212721; }
.input-custom-picker::-moz-placeholder {
  font-family: "TyponineSans Light 64";
  color: #212721; }
.input-custom-picker:-ms-input-placeholder {
  font-family: "TyponineSans Light 64";
  color: #212721; }
.input-custom-picker::placeholder {
  font-family: "TyponineSans Light 64";
  color: #212721; }
.input-custom-picker > .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: green; }

.bootstrap-select > .dropdown-toggle.bs-placeholder.input-custom-picker,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active.input-custom-picker,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus.input-custom-picker,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover.input-custom-picker {
  font-family: "TyponineSans Light 64";
  color: #727672; }

.bootstrap-select .dropdown-toggle.input-custom-picker {
  outline: none !important; }

.input-custom-label {
  font-family: "TyponineSans Regular 86";
  font-size: 16px;
  line-height: 16px;
  color: #353b35;
  margin-bottom: 10px;
  letter-spacing: 0.025em; }
.input-custom-label--disabled {
  color: #c2c4c2; }
.input-custom-label--error {
  font-family: "TyponineSans Text 30";
  font-size: 12px;
  line-height: 12px;
  color: #ff0000;
  letter-spacing: 0.025em;
  margin-top: 15px; }

.input-custom-space {
  height: 37px;
  width: 100%; }

.btn-group.open .dropdown-toggle {
  box-shadow: none; }

.btn:active, .btn.active {
  box-shadow: none; }

.control-group {
  display: inline-block;
  width: 400px;
  height: 210px;
  margin: 10px;
  padding: 30px;
  text-align: left;
  vertical-align: top; }

.control {
  font-family: "TyponineSans Regular 86";
  font-size: 16px;
  line-height: 25px;
  color: #353b35;
  position: relative;
  display: block;
  cursor: pointer; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control-sign-up-hide {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  border: 1px solid #727672;
  border-radius: 4px;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent; }

/* Hover and focus states */
.control:hover input ~ .control__indicator {
  border: 2px solid #bcbcbc; }

/* Checked state */
.control input:checked ~ .control__indicator {
  background: transparent;
  border: 1px solid #727672; }

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: transparent; }

/* Disabled state */
.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: .6;
  background: #e6e6e6; }

/* Check mark */
.control__indicator:after {
  position: absolute;
  display: none;
  content: ''; }

/* Show check mark */
.control input:checked ~ .control__indicator:after {
  display: block; }

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--checkbox .control__indicator:after {
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #489fdf; }

/* Radio button inner circle */
.control--radio .control__indicator:after {
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #489fdf; }

h1 {
  font-family: "TyponineSans Light 64";
  font-size: 42px;
  line-height: 42px;
  color: #253b64; }

h2 {
  font-family: "TyponineSans Text 30";
  font-size: 35px;
  line-height: 35px;
  color: #489fdf; }

h3 {
  font-family: "TyponineSans Regular 86";
  font-size: 30px;
  line-height: 30px;
  color: #253b64; }

h4 {
  font-family: "TyponineSans Regular 86";
  font-size: 24px;
  line-height: 24px;
  color: #353b35; }

p {
  font-family: "TyponineSans Regular 86";
  font-size: 16px;
  line-height: 25px;
  color: #353b35; }

blockquote {
  border-left: none; }

a, button {
  outline: none !important; }

input, textarea, select {
  box-shadow: none !important; }

input, textarea, select,
input:hover, textarea:hover, select:hover,
input:active, textarea:active, select:active,
input:focus, textarea:focus, select:focus {
  outline: none !important;
  outline-color: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  /*-webkit-appearance:none !important; */
  /* this messes up checkbox if enabled */
  /*border:none!important;*/ }

.header-wrapper {
  width: 1440px; }

.header-logo {
  width: 188px;
  height: 34px;
  margin-left: 15px; }
@media screen and (max-width: 1199px) {
  .header-logo {
    height: 28px; } }

.navbar-default {
  background-color: #fefefe; }

.navbar {
  border: none;
  border-top: 4px solid #002856;
  border-bottom: 1px solid #ededed;
  padding-top: 19px;
  padding-bottom: 9px;
  margin-bottom: 0px;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  will-change: transform;
  z-index: 200;
  border-radius: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in;
  box-shadow: 0px 2px 3.92px 0.08px rgba(33, 39, 33, 0.05); }
@media screen and (max-width: 1199px) {
  .navbar {
    padding-bottom: 19px; } }
.navbar.is-fixed {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.header-margin-top {
  margin-top: 13px;
  margin-bottom: 24px; }

.is-active {
  color: #002856;
  font-weight: bold; }
.is-active::after {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  bottom: 8px;
  background: -webkit-linear-gradient(left, transparent 50%, black 50%);
  background: linear-gradient(to right, transparent 50%, black 50%);
  background-size: 8px;
  background-position-x: -1%; }
@media screen and (max-width: 1200px) {
  .is-active::after {
    display: none; } }

.navbar-default .navbar-nav > li > a {
  font-family: "TyponineSans Regular 86";
  font-size: 16px;
  line-height: 30px;
  color: #353b35;
  text-align: center; }
.navbar-default .navbar-nav > li > a.is-active .header-underscore-dots {
  opacity: 1; }
.navbar-default .navbar-nav > li > a.icon-fix {
  vertical-align: none; }
.navbar-default .navbar-nav > li > a:hover {
  color: #002856;
  font-weight: bold; }
.navbar-default .navbar-nav > li > a:hover.no-hover {
  font-weight: normal; }
.navbar-default .navbar-nav > li > a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden; }
.navbar-default .navbar-nav > li > a.header-sign-up--color {
  font-family: "TyponineSans Medium 69";
  color: #489fdf; }
.navbar-default .navbar-nav > li > a.header-sign-up--color:hover {
  color: #489fdf; }

.navbar-nav > li {
  margin-right: 15px; }

.header-vertical-divider {
  width: 1px;
  height: 30px;
  background-color: #c2c4c2;
  cursor: default;
  margin-top: 15px;
  margin-bottom: 15px; }

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  background: none !important; }

.dropdown-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.dropdown-menu.custom-dropdown {
  border-radius: 0;
  padding-top: 25px;
  padding-bottom: 25px; }
.dropdown-menu.custom-dropdown > li {
  overflow: hidden; }
.dropdown-menu.custom-dropdown > li:hover {
  background-color: #002856; }
.dropdown-menu.custom-dropdown > li > a {
  padding-right: 25px;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .33s ease;
  transition: -webkit-transform .33s ease;
  transition: transform .33s ease;
  transition: transform .33s ease, -webkit-transform .33s ease;
  will-change: transform; }
.dropdown-menu.custom-dropdown > li > a .arrow {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  color: white; }
.dropdown-menu.custom-dropdown > li > a:hover {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  background-color: transparent; }
.dropdown-menu.custom-dropdown > li > a:hover .header-drop-down-text--top {
  color: white; }
.dropdown-menu.custom-dropdown > li > a:hover .header-drop-down-text--bottom {
  color: white; }
.dropdown-menu.custom-dropdown .divider {
  margin: 0 15px;
  background-color: #f4f6f8; }

.header-drop-down-text--top {
  font-family: "TyponineSans Medium 69";
  color: #353b35;
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 8px;
  line-height: 14px; }

.header-drop-down-text--bottom {
  font-family: "TyponineSans Medium 69";
  color: #a4a4a4;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.025em;
  margin-top: 0px;
  margin-bottom: 12px; }

.header-man-icon {
  width: 20px;
  height: 25px;
  padding-bottom: 3px; }

@media screen and (max-width: 1199px) {
  .navbar-nav > li.header-separator-line {
    display: none; } }

.header-no-nav {
  background-color: #fbfbfb;
  box-shadow: 0px 2px 3.92px 0.08px rgba(33, 39, 33, 0.05); }
.header-no-nav--height {
  height: 60px; }
@media screen and (max-width: 1199px) {
  .header-no-nav {
    padding-bottom: 9px; } }

.header-no-nav-text-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-no-nav-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.header-no-nav-flex--align {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 8px;
  margin-right: 20px; }
@media screen and (max-width: 650px) {
  .header-no-nav-flex--align {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0; } }
@media screen and (max-width: 390px) {
  .header-no-nav-flex--align {
    margin-left: -30px; } }
@media screen and (max-width: 750px) {
  .header-no-nav-flex h3 {
    font-size: 26px; } }
@media screen and (max-width: 500px) {
  .header-no-nav-flex h3 {
    font-size: 20px; } }
.header-no-nav-flex h3.header-no-nav-reset-mrg-h3 {
  margin: 0; }
.header-no-nav-flex h3.header-no-nav-mrg-right {
  margin-right: 10px; }
.header-no-nav-flex .header-no-nav-mrg-right {
  margin-right: 10px; }
@media screen and (max-width: 750px) {
  .header-no-nav-flex h4 {
    font-size: 20px; } }
@media screen and (max-width: 500px) {
  .header-no-nav-flex h4 {
    font-size: 16px; } }
.header-no-nav-flex h4.header-no-nav-reset-mrg-h4 {
  margin: 0; }
.header-no-nav-flex h4.header-no-nav-mrg-right {
  margin-right: 5px; }
.header-no-nav-flex--text-color {
  color: #bcbcbc; }

@media screen and (max-width: 500px) {
  .header-logo.header-no-nav-logo-size {
    padding: 4px 0;
    margin-left: -25px; } }

@media screen and (max-width: 360px) {
  .header-logo.header-no-nav-logo-size {
    padding: 6px 0;
    margin-left: -44px; } }

.home-section-1 {
  position: relative; }

.hs1-height-holder {
  min-height: 300px;
  background-color: grey; }

.hs1-position {
  position: relative; }

.hs1-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  color: white;
  cursor: pointer;
  font-size: 55px;
  font-family: "TyponineSans Light 64"; }
.hs1-arrow-left {
  left: 10%; }
@media screen and (max-width: 1440px) {
  .hs1-arrow-left {
    left: 7%; } }
@media screen and (max-width: 960px) {
  .hs1-arrow-left {
    left: 5%; } }
.hs1-arrow-right {
  right: 10%; }
@media screen and (max-width: 1440px) {
  .hs1-arrow-right {
    right: 7%; } }
@media screen and (max-width: 960px) {
  .hs1-arrow-right {
    right: 5%; } }

.hs1-img-slider {
  width: 100%;
  height: 542px; }

.hs1-slick-holder {
  height: 542px; }

.slick-initialized .slick-slide {
  position: relative; }

.hs1-img-text-holder {
  position: absolute;
  top: 33%;
  left: 30%;
  right: 30%; }
@media screen and (max-width: 1968px) {
  .hs1-img-text-holder {
    top: 31%;
    left: 28%;
    right: 28%; } }
@media screen and (max-width: 1440px) {
  .hs1-img-text-holder {
    left: 25%;
    right: 25%; } }
@media screen and (max-width: 1160px) {
  .hs1-img-text-holder {
    top: 29%;
    left: 20%;
    right: 20%; } }
@media screen and (max-width: 960px) {
  .hs1-img-text-holder {
    top: 29%;
    left: 15%;
    right: 15%; } }
@media screen and (max-width: 460px) {
  .hs1-img-text-holder {
    top: 23%;
    left: 15%;
    right: 15%; } }

.hs1-img-title {
  font-family: "TyponineSans Medium 69";
  color: white;
  margin-bottom: 45px; }

.hs1-img-desc {
  font-family: "TyponineSans Regular 86";
  font-size: 20px;
  line-height: 20px;
  color: #f4f6f8;
  margin-bottom: 75px; }

.home-section-2 {
  position: relative; }

.hs2-holder {
  background-color: #fbfbfb;
  box-shadow: 0px 4px 5.82px 0.18px rgba(33, 39, 33, 0.07); }

.hs2-title-wrapper {
  width: 100%;
  background-color: #f4f4f4;
  height: 100%;
  margin-bottom: 80px; }

.hs2-title {
  font-family: "TyponineSans Text 30";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.015em;
  text-align: center;
  height: 100%;
  margin: 23px 0;
  color: #767676; }

.hs2-subtitle {
  text-align: center;
  margin-bottom: 75px; }

.hs2-a-link {
  color: #489fdf;
  border-bottom: 1px solid #489fdf;
  text-decoration: none; }
.hs2-a-link:hover {
  text-decoration: none;
  color: #489fdf; }
.hs2-a-link:focus {
  text-decoration: none;
  color: #489fdf; }

.hs2-card {
  border: 1px solid #f0f0f0;
  padding: 40px 35px 50px 35px;
  background-color: #fefefe;
  box-shadow: 0px 4px 5.82px 0.18px rgba(33, 39, 33, 0.07); }
@media screen and (max-width: 599px) {
  .hs2-card {
    border: none;
    box-shadow: none;
    background-color: #fbfbfb; } }
.hs2-card-title {
  margin-bottom: 35px; }
@media screen and (max-width: 599px) {
  .hs2-card-title {
    text-align: center; } }
.hs2-card-text {
  margin-bottom: 31px; }
@media screen and (max-width: 599px) {
  .hs2-card-text {
    text-align: justify; } }

.hs2-content-margin-btm {
  margin-bottom: 75px; }

.hs2-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
@media screen and (max-width: 599px) {
  .hs2-button-holder {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.home-section-3 {
  position: relative; }

.hs3-bg-img {
  width: 100%;
  height: auto;
  background-image: url("../../k-images/blocks/world_white.svg");
  background-size: cover;
  background-position: 10% 35%;
  position: relative;
  background-repeat: no-repeat; }

.hs3-holder {
  width: 100%;
  background-color: white;
  padding-bottom: 95px; }
@media screen and (max-width: 959px) {
  .hs3-holder {
    padding-bottom: 45px; } }

.hs3-title {
  margin-top: 125px;
  margin-bottom: 75px;
  text-align: center; }

.hs3-desc-title {
  margin-bottom: 20px; }

.hs3-desc-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.hs3-img-holder {
  margin-right: 30px; }
@media screen and (max-width: 600px) {
  .hs3-img-holder {
    margin-right: 15px; } }
.hs3-img-holder--img-style {
  width: 85px;
  height: 85px; }
@media screen and (max-width: 600px) {
  .hs3-img-holder--img-style {
    width: 70px;
    height: 70px; } }

.home-section-4 {
  position: relative; }

.hs4-holder {
  width: 100%;
  height: auto;
  background-image: url("../../k-images/blocks/reach_more_shoppers_arround_the_world.png");
  background-size: cover;
  background-position: 100% 0;
  position: relative;
  background-repeat: no-repeat; }
@media screen and (max-width: 1199px) {
  .hs4-holder {
    background-image: none; } }

.hs4-title {
  margin-top: 100px;
  margin-bottom: 45px; }
@media screen and (max-width: 599px) {
  .hs4-title {
    text-align: center; } }

.hs4-desc {
  margin-bottom: 70px; }

.hs4-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 100px; }
@media screen and (max-width: 599px) {
  .hs4-button-holder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.hs4-button {
  padding: 12px 50px 12px 50px; }

@media screen and (max-width: 1199px) {
  .hs4-bg-img {
    width: 100%;
    height: 300px;
    background-image: url("../../k-images/blocks/reach_more_shoppers_arround_the_world.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0; } }

.hs4-padding {
  padding: 0; }

.home-section-5 {
  position: relative; }

.hs5-holder {
  width: 100%;
  height: auto;
  background-image: url("../../k-images/blocks/Photo_bg_2_.png");
  background-size: cover;
  background-position: 10% 100%;
  position: relative;
  background-repeat: no-repeat; }
@media screen and (max-width: 1199px) {
  .hs5-holder {
    background-image: none; } }

@media screen and (max-width: 1199px) {
  .hs5-bg-img {
    width: 100%;
    height: 300px;
    background-image: url("../../k-images/blocks/Photo_bg_2_.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10% 100%; } }

.hs5-padding {
  padding: 0; }

.home-section-6 {
  position: relative; }

.hs6-holder {
  background-color: #002856; }

@media screen and (min-width: 1200px) {
  .hs6-center-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.hs6-holder-margin-top {
  padding: 75px 0; }

.hs6-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 30px; }
@media screen and (max-width: 1199px) {
  .hs6-button-holder {
    margin-right: 40px; } }
@media screen and (max-width: 960px) {
  .hs6-button-holder {
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.hs6-desc-text {
  font-family: "TyponineSans Regular 86";
  font-size: 20px;
  line-height: 25px;
  color: white; }
@media screen and (max-width: 1199px) {
  .hs6-desc-text {
    margin-bottom: 48px; } }
@media screen and (max-width: 1200px) {
  .hs6-desc-text {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 959px) {
  .hs6-title-correction {
    margin-top: 48px; } }

.home-section-7 {
  position: relative;
  width: 90%; }
@media screen and (max-width: 1199px) {
  .home-section-7 {
    width: 100%; } }

.hs7-section {
  background-color: #fefefe;
  width: 100%;
  box-shadow: 0px -4px 5.76px 0.24px rgba(33, 39, 33, 0.07);
  padding-top: 72px;
  padding-bottom: 72px; }
@media screen and (max-width: 1199px) {
  .hs7-section {
    padding-bottom: 52px; } }
.hs7-section--height {
  height: 100%; }

.hs7-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.hs7-img {
  height: 42px;
  width: 62px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter .33s ease;
  transition: -webkit-filter .33s ease;
  transition: filter .33s ease;
  transition: filter .33s ease, -webkit-filter .33s ease;
  margin: 0 auto; }
.hs7-img:hover {
  -webkit-filter: none;
  filter: none; }

.hs7-slick-holder-width {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.hs7-arrows {
  display: none;
  color: transparent;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #253b64;
  cursor: pointer;
  font-size: 30px;
  font-family: "TyponineSans Light 64"; }
.hs7-arrows-left {
  position: absolute;
  left: -14px;
  top: 4px; }
.hs7-arrows-right {
  position: absolute;
  right: -70px;
  top: 4px; }

.slick-dots.testHS7 {
  bottom: -35px; }


.home-section-10 {
  position: relative; }

.hs10-holder {
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-image: url("../../k-images/blocks/airline-payments.png");
  background-size: contain;
  background-position: 100% 0;
  position: relative;
  background-repeat: no-repeat; }
@media screen and (max-width: 1199px) {
  .hs10-holder {
    background-image: none; } }

.hs10-title {
  margin-top: 100px;
  margin-bottom: 45px; }
@media screen and (max-width: 599px) {
  .hs10-title {
    text-align: center; } }

.hs10-desc {
  margin-bottom: 70px; }

.hs10-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 100px; }
@media screen and (max-width: 599px) {
  .hs10-button-holder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.hs10-button {
  padding: 12px 50px 12px 50px; }

@media screen and (max-width: 1199px) {
  .hs10-bg-img {
    width: 100%;
    height: 300px;
    vertical-align: middle;
    background-image: url("../../k-images/blocks/airline-payments.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 0; } }

.hs10-padding {
  padding: 0; }
  
  
  
.home-section-11 {
  position: relative; }

.hs11-holder {
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-image: url("../../k-images/blocks/grow_ticket_sales.png");
  background-size: contain;
  background-position: 10% 100%;
  position: relative;
  background-repeat: no-repeat; }
@media screen and (max-width: 1199px) {
  .hs11-holder {
    background-image: none; } }

@media screen and (max-width: 1199px) {
  .hs11-bg-img {
    width: 100%;
    height: 300px;
    vertical-align: middle;
    background-image: url("../../k-images/blocks/grow_ticket_sales.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 10% 100%; } }

.hs11-padding {
  padding: 0; }


.os11-holder {
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-image: url("../../k-images/blocks/billing-and-settlement-plan.png");
  background-size: contain;
  background-position: 10% 0%;
  position: relative;
  background-repeat: no-repeat; }

.our-solutions-section-11 {
  position: relative;
  box-shadow: 0px -4px 5.76px 0.24px rgba(33, 39, 33, 0.07); }

.os11-margin-fix--h2-top {
  margin-top: 125px;
  margin-bottom: 45px; }

.os11-margin-fix--p-bottom {
  margin-bottom: 35px; }

.os11-margin-fix--p-bottom-second {
  margin-bottom: 85px; }

.os11-holder {
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-image: url("../../k-images/blocks/billing-and-settlement-plan.png");
  background-size: contain;
  background-position: 85% 0%;
  position: relative;
  background-repeat: no-repeat; }
@media screen and (max-width: 1199px) {
  .os11-holder {
    background-image: none; } }

@media screen and (max-width: 1199px) {
  .os11-bg-img {
    width: 100%;
    height: 300px;
    vertical-align: middle;
    background-image: url("../../k-images/blocks/billing-and-settlement-plan.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 0%; } }


.home-section-12 {
  position: relative; }

.hs12-holder {
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-image: url("../../k-images/blocks/modern-virtual-terminal.png");
  background-size: contain;
  background-position: 100% 0;
  position: relative;
  background-repeat: no-repeat; }
@media screen and (max-width: 1199px) {
  .hs12-holder {
    background-image: none; } }

.hs12-title {
  margin-top: 100px;
  margin-bottom: 45px; }
@media screen and (max-width: 599px) {
  .hs12-title {
    text-align: center; } }

.hs12-desc {
  margin-bottom: 70px; }

.hs12-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 100px; }
@media screen and (max-width: 599px) {
  .hs12-button-holder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.hs12-button {
  padding: 12px 50px 12px 50px; }

@media screen and (max-width: 1199px) {
  .hs12-bg-img {
    width: 100%;
    height: 300px;
    vertical-align: middle;
    background-image: url("../../k-images/blocks/modern-virtual-terminal.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 0; } }

.hs12-padding {
  padding: 0; }
  
  
  
.home-section-13 {
  position: relative; }

.hs13-holder {
  width: 100%;
  height: auto;
  background-image: url("../../k-images/blocks/Photo_bg_2_.png");
  background-size: contain;
  background-position: 10% 100%;
  position: relative;
  background-repeat: no-repeat; }
@media screen and (max-width: 1199px) {
  .hs13-holder {
    background-image: none; } }

@media screen and (max-width: 1199px) {
  .hs13-bg-img {
    width: 100%;
    height: 300px;
    background-image: url("../../k-images/blocks/Photo_bg_2_.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 10% 100%; } }

.hs13-padding {
  padding: 0; }


.os13-holder {
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-image: url("../../k-images/blocks/dalpay-virtual-terminal.png");
  background-size: contain;
  background-position: 10% 0%;
  position: relative;
  background-repeat: no-repeat; }

.our-solutions-section-13 {
  position: relative;
  box-shadow: 0px -4px 5.76px 0.24px rgba(33, 39, 33, 0.07); }

.os13-margin-fix--h2-top {
  margin-top: 125px;
  margin-bottom: 45px; }

.os13-margin-fix--p-bottom {
  margin-bottom: 35px; }

.os13-margin-fix--p-bottom-second {
  margin-bottom: 85px; }

.os13-holder {
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-image: url("../../k-images/blocks/dalpay-virtual-terminal.png");
  background-size: contain;
  background-position: 85% 0%;
  position: relative;
  background-repeat: no-repeat; }
@media screen and (max-width: 1199px) {
  .os13-holder {
    background-image: none; } }

@media screen and (max-width: 1199px) {
  .os13-bg-img {
    width: 100%;
    height: 300px;
    vertical-align: middle;
    background-image: url("../../k-images/blocks/dalpay-virtual-terminal.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 0%; } }

.home-section-14 {
  position: relative; }

.hs14-holder {
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-image: url("../../k-images/blocks/reach_customers_all_over_the_world.png");
  background-size: contain;
  background-position: 10% 100%;
  position: relative;
  background-repeat: no-repeat; }
@media screen and (max-width: 1199px) {
  .hs14-holder {
    background-image: none; } }

@media screen and (max-width: 1199px) {
  .hs14-bg-img {
    width: 100%;
    height: 300px;
    vertical-align: middle;
    background-image: url("../../k-images/blocks/reach_customers_all_over_the_world.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 10% 100%; } }

.hs14-padding {
  padding: 0; }

.os14-holder {
  width: 100%;
  height: auto;
vertical-align: middle;
  background-image: url("../../k-images/blocks/batch-capture-service.png");
  background-size: contain;
  background-position: 10% 0%;
  position: relative;
  background-repeat: no-repeat; }

.our-solutions-section-13 {
  position: relative;
  box-shadow: 0px -4px 5.76px 0.24px rgba(33, 39, 33, 0.07); }

.os14-margin-fix--h2-top {
  margin-top: 125px;
  margin-bottom: 45px; }

.os14-margin-fix--p-bottom {
  margin-bottom: 35px; }

.os14-margin-fix--p-bottom-second {
  margin-bottom: 85px; }

.os14-holder {
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-image: url("../../k-images/blocks/batch-capture-service.png");
  background-size: contain;
  background-position: 85% 0%;
  position: relative;
  background-repeat: no-repeat; }
@media screen and (max-width: 1199px) {
  .os14-holder {
    background-image: none; } }

@media screen and (max-width: 1199px) {
  .os14-bg-img {
    width: 100%;
    height: 300px;
    vertical-align: middle;
    background-image: url("../../k-images/blocks/batch-capture-service.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 0%; } }


.cont-us2-holder {
  padding-top: 92px; }
.cont-us2-holder--second-section {
  margin-bottom: 100px; }

.cont-us-title {
  margin-top: 70px;
  margin-bottom: 75px;
  text-align: center; }

.cont-us-bcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  padding-left: 0; }
.cont-us-bcrumb li {
  list-style-type: none;
  font-family: "TyponineSans Regular 86";
  color: #353b35;
  font-size: 16px; }
.cont-us-bcrumb li a {
  color: #353b35; }
.cont-us-bcrumb span {
  margin-right: 4px; }

.cont-us-disable-color {
  color: #c2c4c2;
  font-family: "TyponineSans Light 64";
  margin-top: 31px; }
.cont-us-disable-color a {
  color: #489fdf; }

.cont-us-mrg-btm-fix {
  margin-bottom: 20px; }

.cont-us-section-options {
  margin-left: 100px; }
@media screen and (max-width: 1200px) {
  .cont-us-section-options {
    margin-left: 60px; } }
@media screen and (max-width: 1000px) {
  .cont-us-section-options {
    margin-left: 50px; } }
@media screen and (max-width: 959px) {
  .cont-us-section-options {
    margin-left: 0; } }
@media screen and (max-width: 768px) {
  .cont-us-section-options {
    margin-top: 80px; } }
.cont-us-section-options p {
  margin: 0; }

.cont-us-options--margin-top {
  margin-top: 62px; }
.cont-us-options--margin-top a {
  color: #489fdf; }

.cont-us-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 71px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 35px; }
.cont-us-flex--input {
  width: 50px;
  margin-left: 15px; }
@media screen and (max-width: 380px) {
  .cont-us-flex--input {
    margin-left: 5px; } }
.cont-us-flex--width {
  width: auto;
  margin-bottom: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }
@media screen and (max-width: 380px) {
  .cont-us-flex--width {
    font-size: 14px; } }

.cont-us-checkbox {
  margin-bottom: 75px; }
@media screen and (max-width: 700px) {
  .cont-us-checkbox {
    margin-bottom: 55px; } }
@media screen and (max-width: 500px) {
  .cont-us-checkbox {
    margin-bottom: 45px; } }
.cont-us-checkbox--width {
  width: auto; }
.cont-us-checkbox > input {
  margin-top: 6px;
  margin-right: 5px; }
.cont-us-checkbox > p {
  font-size: 14px; }
.cont-us-checkbox--control__indicator-fix {
  top: -3px; }

.cont-us-textarea {
  height: auto; }
.cont-us-textarea:hover {
  padding: 9px 14px; }

.cont-us-captcha--text p {
  margin-bottom: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.cont-us-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
@media screen and (max-width: 959px) {
  .cont-us-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 125px; } }
.cont-us-btn > button {
  width: auto; }

#map {
  height: 200px;
  width: 100%; }

.flash-msg-text-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* Remove controls from Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* Removes leftover margin */ }

/* Remove controls from Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.order-lookup-bgc--first-section {
  background-color: #fbfbfb;
  box-shadow: 0px 7px 12.35px 0.65px rgba(33, 39, 33, 0.07); }

.order-lookup-bgc--second-section {
  color: #fff;
  margin-bottom: 100px; }
.order-lookup-bgc--second-section p {
  font-family: "TyponineSans Light 64";
  font-size: 16px;
  line-height: 25px;
  color: #353b35; }

.order-lookup-container {
  padding-top: 221px;
  margin-bottom: 125px; }
@media screen and (max-width: 959px) {
  .order-lookup-container {
    margin-bottom: 75px; } }

.order-lookup-h-marg-resp {
  margin-bottom: 35px; }
@media screen and (max-width: 959px) {
  .order-lookup-h-marg-resp {
    margin-top: 50px; } }

.order-lookup--h4-marg {
  margin-right: 25px; }
@media screen and (max-width: 1440px) {
  .order-lookup--h4-marg {
    margin-right: 15px; } }

.order-lookup--text-disabled {
  color: #bcbcbc; }

.order-lookup-text--menu {
  font-size: 22px; }

.order-lookup-text--title-mrg {
  margin-bottom: 50px; }

.order-lookup-text--dot-holder {
  margin-bottom: 50px; }
.order-lookup-text--dot-holder ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "TyponineSans Regular 86";
  font-size: 16px;
  line-height: 25px;
  color: #353b35; }
.order-lookup-text--dot-holder li {
  padding-left: 1em;
  text-indent: -.7em;
  margin-bottom: 6px; }
.order-lookup-text--dot-holder li:before {
  content: "•";
  color: #489fdf;
  padding-right: 20px; }

.order-lookup-num {
  border-radius: 4px;
  background-color: #124a7e;
  color: white;
  width: 40px;
  height: 40px; }

.order-lookup-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media screen and (max-width: 599px) {
  .order-lookup-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
@media screen and (max-width: 1440px) {
  .order-lookup-flex h4 {
    font-size: 20px; } }
.order-lookup-flex--flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
.order-lookup-flex--margin-btm {
  margin-bottom: 66px; }
.order-lookup-flex--direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.order-lookup-flex--order-date-mrg-left {
  margin-left: -43px; }
.order-lookup-flex label {
  margin-bottom: 10px;
  margin-top: 10px; }
.order-lookup-flex--amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.order-lookup-flex--flex-grow .dropdown-menu {
  padding: 0; }
.order-lookup-flex--flex-grow .dropdown-menu > li:hover {
  background-color: #fff; }
.order-lookup-flex--flex-grow .dropdown-menu > li > a:hover {
  -webkit-transform: none;
  transform: none; }

.order-lookup-label-style {
  margin-bottom: 0;
  margin-top: 10px; }

.order-lookup-padding-curr {
  margin-right: 40px; }

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).order-lookup-width {
  width: 100%; }
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).order-lookup-width .dropdown-menu {
  padding: 0; }
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).order-lookup-width .dropdown-menu > li:hover {
  background-color: #fff; }
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).order-lookup-width .dropdown-menu > li > a:hover {
  -webkit-transform: none;
  transform: none; }

select::-ms-expand {
  width: 12px;
  border: none;
  background: #fff; }

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.order-lookup-btn-mrg {
  margin-bottom: 110px;
  margin-top: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.order-lookup-right--title-margin {
  margin-top: 0;
  margin-bottom: 96px; }

.order-lookup-blockquote {
  padding-bottom: 0; }
.order-lookup-blockquote--light-text {
  font-family: "TyponineSans Light 64";
  font-size: 16px;
  line-height: 25px;
  color: #353b35; }
.order-lookup-blockquote--blue-text-a {
  color: #489fdf; }
.order-lookup-blockquote--blue-text-a:hover {
  color: #489fdf; }

@media screen and (max-width: 600px) {
  .order-lookup-fieldset {
    width: 100%; } }

.order-lookup-fieldset .btn {
  height: 40px; }

.order-lookup-fieldset .input-group-addon {
  background-color: #fbfbfb;
  border-top: 1px solid #9a9d9a;
  border-bottom: 1px solid #9a9d9a;
  border-left: 1px solid #9a9d9a;
  border-right: none; }
.order-lookup-fieldset .input-group-addon:hover {
  border-width: 2px;
  border-color: #bcbcbc;
  padding: 5px 11px;
  padding-right: 12px; }

.order-lookup-fieldset .order-lookup-input-fix {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.order-lookup-fieldset .form-control {
  height: 40px;
  font-family: "TyponineSans Regular 86";
  font-size: 16px;
  line-height: 25px;
  color: #353b35; }

.order-lookup-fieldset .order-lookup-ammount-style {
  width: 100%;
  margin-right: 40px; }
@media screen and (max-width: 959px) {
  .order-lookup-fieldset .order-lookup-ammount-style {
    margin-right: 25px; } }
@media screen and (max-width: 840px) {
  .order-lookup-fieldset .order-lookup-ammount-style {
    margin-right: 5px; } }

.order-lookup-dropdown {
  min-width: 100px; }

.footer-holder {
  background-color: #212721;
  padding-top: 50px;
  padding-bottom: 100px; }

.footer-column-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.footer-column-sort > a {
  text-decoration: none;
  font-family: "TyponineSans Regular 86";
  font-size: 16px;
  line-height: 40px;
  color: #727672; }
.footer-column-sort > a:hover {
  color: #aeb0ae; }
.footer-column-sort > p {
  text-decoration: none;
  font-family: "TyponineSans Regular 86";
  font-size: 16px;
  line-height: 40px;
  color: #727672;
  margin-bottom: 0; }

.footer-align-end {
  -ms-flex-item-align: end;
  align-self: flex-end; }
@media screen and (max-width: 959px) {
  .footer-align-end {
    -ms-flex-item-align: start;
    align-self: flex-start; } }

.footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
@media screen and (max-width: 959px) {
  .footer-flex {
    margin-top: 15px;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.footer-logo {
  width: 134px;
  height: 25px;
  margin-top: 10px; }
@media screen and (max-width: 1440px) {
  .footer-logo {
    width: 120px;
    height: 23px; } }
@media screen and (max-width: 960px) {
  .footer-logo {
    margin-bottom: 75px; } }

.footer-achievement {
  width: 77px;
  height: 96px; }

.our-solutions-section-1 {
  position: relative;
  height: 542px; }

.os1-bg-img {
  width: 100%;
  min-height: 100%;
  background-image: url("../../k-images/blocks/Untitled-3.jpg");
  background-size: cover;
  background-position: center;
  background-position: 10% 30%;
  position: relative;
  background-repeat: no-repeat; }

.os1-bg-img-add-margin-top {
  margin-top: 92px; }

.os1-img-title {
  font-family: "TyponineSans Medium 69";
  color: white;
  margin-bottom: 45px; }

.os1-img-text-holder {
  position: absolute;
  top: 40%;
  left: 25%;
  right: 25%; }
@media screen and (max-width: 1968px) {
  .os1-img-text-holder {
    top: 40%;
    left: 25%;
    right: 25%; } }
@media screen and (max-width: 1440px) {
  .os1-img-text-holder {
    top: 40%;
    left: 20%;
    right: 20%; } }
@media screen and (max-width: 1160px) {
  .os1-img-text-holder {
    top: 37%;
    left: 15%;
    right: 15%; } }
@media screen and (max-width: 960px) {
  .os1-img-text-holder {
    top: 32%;
    left: 10%;
    right: 10%; } }
@media screen and (max-width: 460px) {
  .os1-img-text-holder {
    top: 23%;
    left: 15%;
    right: 15%; } }

.os1-img-desc {
  font-family: "TyponineSans Regular 86";
  font-size: 20px;
  line-height: 20px;
  color: #f4f6f8;
  margin-bottom: 130px; }

.os1-holder {
  position: relative;
  background-color: #fbfbfb;
  box-shadow: 0px 4px 5.82px 0.18px rgba(33, 39, 33, 0.07); }

.os1-title {
  font-family: "TyponineSans Text 30";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.015em;
  text-align: center;
  height: 100%;
  margin: 23px 0;
  color: #767676; }

.os1-a-link {
  color: #489fdf;
  border-bottom: 1px solid #489fdf;
  text-decoration: none; }
.os1-a-link:hover {
  text-decoration: none;
  color: #489fdf; }

.wrapper-test {
  height: 94px;
  width: 100%; }

.our-solutions-section-2 {
  background-color: #fefefe;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in; }
.our-solutions-section-2.is-fixed {
  position: fixed;
  top: 0;
  z-index: 199; }
.our-solutions-section-2.move-for-navbar {
  -webkit-transform: translateY(92px);
  transform: translateY(92px);
  /* 	transition: transform .2s ease-in;
	  will-change: transform; */ }

.os2-tabs-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0; }

.os2-holder {
  box-shadow: 0px 2px 3.92px 0.08px rgba(36, 21, 21, 0.05); }

.nav-tabs {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.nav-tabs > li {
  border: none; }
.nav-tabs > li > a {
  border: none;
  padding-top: 15px;
  padding-bottom: 15px; }

.nav-tabs > li > a {
  font-family: "TyponineSans Regular 86";
  font-size: 16px;
  line-height: 30px;
  color: #353b35;
  text-align: center; }
.nav-tabs > li > a:hover {
  font-weight: bold;
  color: #002856;
  background-color: transparent; }
.nav-tabs > li > a:focus {
  background-color: transparent; }
.nav-tabs > li > a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none; }

.is-active2 {
  color: #002856;
  font-weight: bold; }
.is-active2::after {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  bottom: 8px;
  background: -webkit-linear-gradient(left, transparent 50%, black 50%);
  background: linear-gradient(to right, transparent 50%, black 50%);
  background-size: 8px;
  background-position-x: -1%; }

.fake-space {
  height: 90px;
  width: 100%; }

.our-solutions-section-3 {
  position: relative;
  box-shadow: 0px 7px 12.35px 0.65px rgba(33, 39, 33, 0.07); }

.os3-margin-fix--h2-top {
  margin-top: 125px; }

.os3-margin-fix--p-bottom {
  margin-bottom: 65px; }

.os3-margin-fix--p-bottom-second {
  margin-bottom: 100px; }

.our-solutions-section-4 {
  position: relative; }

.os5-holder {
  width: 100%;
  height: auto;
  background-image: url("../../k-images/blocks/full_range_of_functionality.png");
  background-size: contain;
  background-position: 10% 0%;
  position: relative;
  background-repeat: no-repeat; }

.our-solutions-section-5 {
  position: relative;
  box-shadow: 0px -4px 5.76px 0.24px rgba(33, 39, 33, 0.07); }

.os5-margin-fix--h2-top {
  margin-top: 125px;
  margin-bottom: 45px; }

.os5-margin-fix--p-bottom {
  margin-bottom: 35px; }

.os5-margin-fix--p-bottom-second {
  margin-bottom: 85px; }

.os5-holder {
  width: 100%;
  height: auto;
  background-image: url("../../k-images/blocks/full_range_of_functionality.png");
  background-size: cover;
  background-position: 75% 0%;
  position: relative;
  background-repeat: no-repeat; }
@media screen and (max-width: 1199px) {
  .os5-holder {
    background-image: none; } }

@media screen and (max-width: 1199px) {
  .os5-bg-img {
    width: 100%;
    height: 300px;
    background-image: url("../../k-images/blocks/full_range_of_functionality.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0%; } }

.our-solutions-section-6 {
  position: relative;
  background-color: #fbfbfb;
  box-shadow: 0px 7px 12.35px 0.65px rgba(33, 39, 33, 0.07);
  padding-top: 125px; }

.our-solutions-section-7 {
  position: relative;
  height: 200px; }

.doc-home-img {
  padding-top: 92px; }
.doc-home-img--settings {
  width: 100%;
  height: 200px; }
.doc-home-img--second-section {
  margin-bottom: 100px; }

.doc-home-ul-parent ul {
  list-style-type: none;
  color: #489fdf; }
@media screen and (max-width: 1200px) {
  .doc-home-ul-parent ul {
    padding-left: 5px; } }

.doc-home-ul-parent a {
  font-family: "TyponineSans Regular 86";
  font-size: 16px;
  line-height: 25px;
  color: #353b35; }

.doc-home-ul-parent a:hover {
  color: #489fdf;
  text-decoration: none; }

.doc-home-ul-parent p:hover {
  color: #489fdf; }

.doc-home-ul-parent .doc-home-mrg-btm-text {
  margin-bottom: 15px; }
.doc-home-ul-parent .doc-home-mrg-btm-text--mrg-top {
  margin-top: 190px; }
@media screen and (max-width: 959px) {
  .doc-home-ul-parent .doc-home-mrg-btm-text--mrg-top {
    margin-top: 75px; } }

.doc-home-mrg-btm {
  margin-bottom: 50px; }

.doc-home-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media screen and (max-width: 599px) {
  .doc-home-flex.doc-home-flex-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
@media screen and (max-width: 959px) {
  .doc-home-flex.doc-home-2col-mrg-btm {
    margin-bottom: 35px; } }
.doc-home-flex a {
  font-family: "TyponineSans Regular 86";
  font-size: 16px;
  line-height: 25px;
  text-align: end;
  color: #353b35; }
.doc-home-flex a:hover {
  color: #489fdf;
  text-decoration: none; }
.doc-home-flex a:hover p:hover {
  color: #489fdf; }
.doc-home-flex h4 {
  min-height: 48px; }
@media screen and (max-width: 599px) {
  .doc-home-flex h4 {
    min-height: initial; } }
.doc-home-flex--align {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
.doc-home-flex .doc-home-margin-top {
  margin-top: 0; }

.doc-home-icon--settings {
  width: 60px;
  height: 60px; }

.doc-home-mrg--left {
  margin-left: 20px;
  padding-right: 20px; }

.doc-home-mrg--bottom-top {
  margin-bottom: 75px;
  margin-top: 100px; }

.doc-home-mrg--padding-right {
  padding-right: 30px; }

.container .row-main.doc-home-grid-mrg-btm {
  margin-bottom: 35px; }
.container .row-main.doc-home-grid-mrg-btm .doc-home-anchor-settings {
  text-align: end; }
.container .row-main.doc-home-grid-mrg-btm a:hover {
  color: #489fdf;
  text-decoration: none; }
.container .row-main.doc-home-grid-mrg-btm a:hover p:hover {
  color: #489fdf; }

.doc-home-small-img--mrg-right {
  margin-right: 10px;
  -ms-flex-item-align: baseline;
  align-self: baseline; }

.doc-home-color-disabled {
  color: #bcbcbc;
  margin-top: 10px;
  margin-left: 35px; }

.doc-home-box {
  float: left;
  width: 100%;
  clear: left;
  margin-bottom: 50px;
  margin-right: 20px; }
.doc-home-box--p-style {
  min-height: 100px; }
@media screen and (max-width: 599px) {
  .doc-home-box--p-style {
    min-height: initial; } }
.doc-home-box--a-style {
  font-family: "TyponineSans Regular 86";
  font-size: 16px;
  line-height: 25px;
  color: #353b35;
  float: right;
  padding-right: 20px; }

.doc-links-mrg-separator {
  margin-bottom: 50px; }
.doc-links-mrg-separator--italic-mrg {
  margin-bottom: 0px; }
@media screen and (max-width: 599px) {
  .doc-links-mrg-separator {
    padding-left: 10px;
    padding-right: 10px; } }

.doc-links-h4--mrg-bottom {
  margin-bottom: 20px; }

.doc-links-placeholder ul {
  color: #489fdf; }

.doc-links-placeholder a {
  font-family: "TyponineSans Regular 86";
  font-size: 16px;
  line-height: 25px;
  color: #353b35; }

.doc-links-placeholder a:hover {
  color: #489fdf;
  text-decoration: none; }

.doc-links-span-font {
  font-family: "TyponineSans Regular 86";
  font-size: 16px;
  line-height: 25px;
  color: #353b35; }
.doc-links-span-font:hover {
  color: #489fdf;
  text-decoration: none; }

.doc-links-ul-in-parag {
  list-style-type: none;
  font-family: "TyponineSans Regular 86";
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 50px; }
.doc-links-ul-in-parag li {
  color: #353b35; }

.doc-links-btn-with-a {
  font-family: "TyponineSans Medium 69";
  font-size: 24px;
  line-height: 24px;
  padding: 12px 50px;
  color: white;
  background-color: #489fdf;
  border: none;
  outline: none;
  border-radius: 2px;
  -webkit-transition: background-color .33s ease-out;
  transition: background-color .33s ease-out;
  will-change: transform; }
.doc-links-btn-with-a:hover {
  background-color: #69b0e5;
  border-radius: 2px;
  text-decoration: none;
  color: white; }
.doc-links-btn-with-a > a {
  color: white;
  text-decoration: none; }

.doc-links-text-center {
  text-align: center;
  padding-right: 50px;
  padding-left: 50px; }

.doc-links-mrg--p-btm {
  margin-bottom: 50px; }

.doc-links-mrg--btm-75 {
  margin-bottom: 75px; }

.doc-links-mrg--top-50 {
  margin-top: 50px; }

.doc-in-holder {
  margin-top: 92px;
  margin-bottom: 100px; }

.doc-in-square {
  border: 1px solid #c2c4c2; }
.doc-in-square--border-right {
  border-right: 1px solid #c2c4c2; }
.doc-in-square--border-left {
  border-left: 1px solid #c2c4c2; }
.doc-in-square--padding {
  padding: 30px; }
@media screen and (max-width: 959px) {
  .doc-in-square--padding-resp-fix-top {
    padding-top: 0; } }
@media screen and (max-width: 959px) {
  .doc-in-square--padding-resp-fix-btm {
    padding-bottom: 0; } }
.doc-in-square td {
  padding: 7px 10px 7px 20px; }
@media screen and (max-width: 860px) {
  .doc-in-square td {
    padding: 10px 10px 10px 20px; } }
.doc-in-square.doc-in-mrg-btm {
  margin-bottom: 35px; }

.doc-in-table-width {
  width: 25%; }

.doc-in-mrg--btm-20 {
  margin-bottom: 20px; }

.doc-in-mrg--btm-10 {
  margin-bottom: 10px; }

.doc-in-mrg--btm-35 {
  margin-bottom: 35px; }

.doc-in-mrg--top {
  margin-top: 70px; }

.doc-in-mrg--top-20 {
  margin-top: 20px; }

.doc-in-flex--align {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
@media screen and (max-width: 820px) {
  .doc-in-flex--align {
    width: auto; } }

.doc-in-word-break {
  word-break: break-all; }

.mp-holder {
  margin-top: 142px;
  margin-bottom: 100px; }

.mp-img-holder {
  width: 58px;
  height: 58px; }
.mp-img-holder--joomla {
  width: 81px; }
.mp-img-holder--products {
  width: auto;
  height: 58px; }
.mp-img-holder--ultracart {
  width: auto; }

.mp-flex-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media screen and (max-width: 959px) {
  .mp-flex-card {
    margin-bottom: 100px; } }
.mp-flex-card .dropdown-menu li:hover {
  background-color: #002856; }
.mp-flex-card .dropdown-menu a {
  font-family: "TyponineSans Regular 86";
  font-size: 16px;
  line-height: 25px;
  color: #353b35; }
.mp-flex-card .dropdown-menu a:hover {
  color: white;
  background-color: #489fdf; }
.mp-flex-card .dropdown-menu a:not(.divider) {
  padding-top: 10px;
  padding-bottom: 10px; }
.mp-flex-card .dropdown-menu a:focus {
  background-color: #002856;
  color: white; }

.mp-mrg--first-p-btm {
  margin-bottom: 40px;
  font-family: "TyponineSans Regular 86";
  font-size: 16px;
  line-height: 25px;
  color: #353b35; }
.mp-mrg--first-p-btm:hover {
  color: #489fdf;
  text-decoration: none; }

.mp-mrg--second-p-btm {
  margin-bottom: 35px;
  font-family: "TyponineSans Regular 86";
  font-size: 16px;
  line-height: 25px;
  color: #353b35; }
.mp-mrg--second-p-btm:hover {
  color: #489fdf;
  text-decoration: none; }
@media screen and (max-width: 600px) {
  .mp-mrg--second-p-btm {
    margin-bottom: 20px; } }

.mp-mrg--first-img {
  margin-bottom: 20px; }

.mp-button--width {
  width: 300px; }
@media screen and (max-width: 700px) {
  .mp-button--width {
    width: 250px; } }
@media screen and (max-width: 380px) {
  .mp-button--width {
    width: 200px; } }

.mp-button--dropdown-style {
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px; }

.mp-button--style {
  font-family: "TyponineSans Medium 69";
  font-size: 16px;
  line-height: 20px;
  padding: 6px 50px 6px 50px;
  color: white;
  background-color: #002856;
  border: none;
  outline: none;
  border-radius: 2px; }
.mp-button--style:hover {
  background-color: #2e4f75;
  color: white; }
.mp-button--style:focus {
  background-color: #002856;
  color: white; }

.dropdown.mp-button--mrg-btm {
  margin-bottom: 10px; }

.mp-hr-mrg {
  margin: 50px 0; }

p.mp-p-text-position {
  width: 280px;
  text-align: center;
  padding-top: 15px; }

.mp-p-text-position2 {
  text-align: center;
  margin-bottom: 20px; }

.mp-h3-position {
  text-align: center; }

.log-holder {
  margin-top: 92px;
  margin-bottom: 150px; }

.log-btn-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px; }
.log-btn-position .log-a-style {
  font-family: "TyponineSans Regular 86";
  font-size: 16px;
  line-height: 25px;
  color: #353b35; }
.log-btn-position a:hover {
  color: #489fdf;
  text-decoration: none; }

.log-click-here-a {
  font-family: "TyponineSans Regular 86";
  font-size: 16px;
  line-height: 25px;
  color: #353b35; }
.log-click-here-a:hover {
  color: #489fdf;
  text-decoration: none; }

.form-group label.log-p-style {
  font-family: "TyponineSans Regular 86";
  font-size: 18px;
  line-height: 25px;
  color: #353b35;
  font-weight: normal;
  margin-bottom: 10px; }

.form-group.log-mrg-btm {
  margin-bottom: 20px; }

.form-control.log-label-mrg-btm {
  margin-bottom: 35px;
  height: 40px; }

.form-control.log-label-mrg-btm-btn {
  margin-bottom: 75px;
  height: 40px; }

.form-control.log-input-width {
  width: 300px; }

.log-label-width {
  width: 200px;
  text-align: end;
  padding-right: 25px; }

.log-p-mrg-btm {
  margin-bottom: 100px; }

.log-h3-mrg-top {
  margin-top: 100px; }

.log-holder-resources-a {
  display: block;
  margin-bottom: 35px;
  font-family: "TyponineSans Regular 86";
  font-size: 30px;
  line-height: 30px;
  color: #253b64; }
@media screen and (max-width: 900px) {
  .log-holder-resources-a {
    font-family: "TyponineSans Regular 86";
    font-size: 24px;
    line-height: 20px;
    color: #353b35; } }
.log-holder-resources-a:hover {
  color: #489fdf;
  text-decoration: none; }
.log-holder-resources-a--mrg-top {
  margin-top: 100px; }

.log-resources-section {
  margin-bottom: 115px; }

.news-h-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.news-h-flex--text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
.news-h-flex--mrg-top {
  margin-top: 35px; }
.news-h-flex--align {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.news-h-holder {
  margin-top: 75px; }

.news-h-date--width {
  min-width: 150px; }

.news-h-date--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.news-h-btn-mrg {
  margin-bottom: 35px; }

.news-h-margin-btm {
  font-family: "TyponineSans Regular 86";
  font-size: 24px;
  line-height: 24px;
  color: #353b35; }
.news-h-margin-btm:hover {
  color: #489fdf;
  text-decoration: none; }

p.news-h-disabled-p {
  color: #c2c4c2;
  margin-bottom: 20px; }

p.news-h-p-font-size {
  font-size: 14px;
  margin-bottom: 35px; }

p.news-h-margin-btm-p {
  margin-bottom: 20px; }

.news-h-link {
  font-family: "TyponineSans Regular 86";
  font-size: 16px;
  line-height: 25px;
  color: #353b35; }
.news-h-link:hover {
  color: #489fdf;
  text-decoration: none; }
.news-h-link--margin {
  margin-top: 35px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-right: 50px; }

.news-h-img-mrg {
  margin-top: 7px; }

.news-h-text-align {
  text-align: center;
  margin-top: 75px;
  margin-left: 50px; }
@media screen and (max-width: 959px) {
  .news-h-text-align {
    margin-top: 150px;
    margin-left: 0; } }

hr.news-h-hr-style {
  margin: 0px; }

hr.news-single-mrg-top {
  margin-top: 35px; }

hr.news-single-mrg-top-btm {
  margin: 12px 0; }

.news-single-mrg-top {
  margin-top: 50px; }

.news-single-disabled-p {
  color: #c2c4c2;
  font-size: 16px; }

.news-single-text-align {
  margin-top: 75px;
  margin-left: 50px; }
@media screen and (max-width: 959px) {
  .news-single-text-align {
    margin-top: 150px;
    margin-left: 0; } }

.news-single-a-mrg {
  margin-left: 15px; }

.news-single-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.news-single-social--mrg {
  margin-left: 10px; }

.su-section-1-holder {
  margin-top: 92px;
  box-shadow: 0px 7px 12.35px 0.65px rgba(33, 39, 33, 0.07); }

.su1-title--position {
  text-align: center; }

.su1-title--mrg-top {
  margin-top: 125px; }

.su1-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media screen and (max-width: 600px) {
  .su1-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
.su1-flex--justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.su1-flex--currency-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.su1-inheritance-holder .dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 4px; }
.su1-inheritance-holder .dropdown-menu a {
  font-family: "TyponineSans Light 64";
  font-size: 14px;
  line-height: 25px;
  color: #727672; }
.su1-inheritance-holder .dropdown-menu a:hover {
  color: white;
  background-color: #489fdf; }
.su1-inheritance-holder .dropdown-menu a:not(.divider) {
  padding-top: 10px;
  padding-bottom: 10px; }
.su1-inheritance-holder .dropdown-menu a:focus {
  background-color: #002856;
  color: white; }

.su1-mrg--right {
  margin-right: 40px; }

.su1-mrg--btm {
  margin-bottom: 15px; }

.su1-mrg--btn-top-btm {
  margin-top: 40px;
  margin-bottom: 100px; }

.su1-mrg--text-btm {
  margin-bottom: 25px; }

.su1-mrg--title-btm {
  margin-bottom: 46px;
  margin-top: 0; }

.su1-mrg--card-btm-for-section {
  margin-bottom: 100px; }

h1.su1-subtitle {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 80px;
  color: #bcbcbc;
  letter-spacing: 0.015em; }

.su1-p-text {
  font-size: 20px; }

@media screen and (max-width: 599px) {
  .su1-btn-center {
    text-align: center; } }

.su1-card {
  border: 1px solid #f0f0f0;
  padding: 100px;
  background-color: #fefefe;
  box-shadow: 0px 4px 5.82px 0.18px rgba(33, 39, 33, 0.07); }
@media screen and (max-width: 1439px) {
  .su1-card {
    padding: 50px; } }
@media screen and (max-width: 599px) {
  .su1-card {
    border: none;
    box-shadow: none;
    background-color: #fbfbfb; } }
.su1-card-title {
  margin-top: 0;
  margin-bottom: 35px; }
.su1-card-title-second-card {
  margin-top: 0; }
.su1-card-text {
  margin-bottom: 31px; }
@media screen and (max-width: 599px) {
  .su1-card-text {
    text-align: justify; } }
.su1-card .su1-h4-font {
  font-family: "TyponineSans Medium 69";
  color: #489fdf; }
.su1-card--card-btm {
  margin-bottom: 140px; }
@media screen and (max-width: 599px) {
  .su1-card--card-btm {
    margin-bottom: 40px; } }
.su1-card--img-mrg-right {
  margin-right: 50px; }
@media screen and (max-width: 599px) {
  .su1-card--img-mrg-right {
    margin-right: 0px; } }
@media screen and (max-width: 599px) {
  .su1-card--img-position {
    text-align: center;
    margin-bottom: 35px; } }

.su1-home-section-2 {
  background-color: #fbfbfb;
  padding-top: 75px; }

.su1-p-check-radio--style {
  margin-left: 50px;
  margin-bottom: 0;
  color: #727672;
  font-weight: normal; }

.su1-p-check-radio--check-style {
  font-family: "TyponineSans Light 64";
  font-size: 14px;
  line-height: 14px;
  color: #727672;
  letter-spacing: 0.025em;
  margin-top: 15px;
  margin-left: 50px;
  margin-bottom: 0;
  font-weight: normal; }

@media screen and (max-width: 959px) {
  .su1-p-check-radio--align-square {
    top: -2px; } }

.su1-a--style {
  font-family: "TyponineSans Light 64";
  font-size: 14px;
  line-height: 16px;
  color: #727672;
  letter-spacing: 0.025em;
  margin-top: 15px;
  font-weight: bold; }
.su1-a--style:hover {
  color: #489fdf;
  text-decoration: none; }

.su1-ammount-style {
  width: 100%;
  margin-right: 40px; }
@media screen and (max-width: 959px) {
  .su1-ammount-style {
    margin-right: 25px; } }
@media screen and (max-width: 840px) {
  .su1-ammount-style {
    margin-right: 5px; } }

.su1-dropdown {
  min-width: 100px !important; }

