@charset "utf-8";
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/onest/v9/gNMZW3F-SZuj7zOT0IfSjTS16cPh9R6Zsg.ttf) format('truetype');
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/onest/v9/gNMZW3F-SZuj7zOT0IfSjTS16cPhdR-Zsg.ttf) format('truetype');
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/onest/v9/gNMZW3F-SZuj7zOT0IfSjTS16cPhqx-Zsg.ttf) format('truetype');
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/onest/v9/gNMZW3F-SZuj7zOT0IfSjTS16cPh9R-Zsg.ttf) format('truetype');
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/onest/v9/gNMZW3F-SZuj7zOT0IfSjTS16cPhxx-Zsg.ttf) format('truetype');
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/onest/v9/gNMZW3F-SZuj7zOT0IfSjTS16cPhKxiZsg.ttf) format('truetype');
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/onest/v9/gNMZW3F-SZuj7zOT0IfSjTS16cPhEhiZsg.ttf) format('truetype');
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/onest/v9/gNMZW3F-SZuj7zOT0IfSjTS16cPhdRiZsg.ttf) format('truetype');
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/onest/v9/gNMZW3F-SZuj7zOT0IfSjTS16cPhXBiZsg.ttf) format('truetype');
}
/******* DEFINING VARIABLES *******/
/******* GENERAL LESS *******/
.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.float_breaker:after {
  content: "";
  clear: both;
  display: block;
}
.shadow_one {
  -webkit-filter: drop-shadow(0 0 25px rgba(3, 20, 40, 0.09));
  filter: drop-shadow(0 0 25px rgba(3, 20, 40, 0.09));
}
.shadow_two {
  -webkit-filter: drop-shadow(0 0 4px rgba(3, 20, 40, 0.1));
  filter: drop-shadow(0 0 4px rgba(3, 20, 40, 0.1));
}
.shadow_three {
  -webkit-filter: drop-shadow(0 0 15px rgba(3, 20, 40, 0.1));
  filter: drop-shadow(0 0 15px rgba(3, 20, 40, 0.1));
}
.shadow_four {
  -webkit-filter: drop-shadow(0 0 30px rgba(3, 20, 40, 0.12));
  filter: drop-shadow(0 0 30px rgba(3, 20, 40, 0.12));
}
.no_shadow {
  -webkit-filter: none;
  filter: none;
}
.margin_top_5 {
  margin-top: 5px;
}
.margin_top_10 {
  margin-top: 10px;
}
.margin_top_15 {
  margin-top: 15px;
}
.margin_top_20 {
  margin-top: 20px;
}
.margin_top_30 {
  margin-top: 30px;
}
.margin_top_40 {
  margin-top: 40px;
}
.margin_top_60 {
  margin-top: 60px;
}
.margin_top_100 {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .margin_top_100 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .margin_top_100 {
    margin-top: 60px;
  }
}
/* width */
::-webkit-scrollbar {
  width: 11px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover);
}
/* width */
div::-webkit-scrollbar {
  width: 11px;
  height: 12px;
}
/* Track */
div::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
div::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb);
}
/* Handle on hover */
div::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover);
}
:root {
  --scrollbar-thumb: #214a7c;
  --scrollbar-thumb-hover: #111111;
}
.background_basics {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #edf0f3;
  overflow: hidden;
  position: relative;
}
.text_link {
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  color: #858a8c;
  transition: 0.3s ease;
}
.text_link span {
  margin: 0 6px 0 0;
}
.text_link:hover,
.text_link:active {
  color: #111111;
}
.text_link.two {
  color: #ddd;
}
.text_link.two:hover,
.text_link.two:active {
  color: #032d60;
}
.text_link.three {
  color: #858a8c;
}
.text_link.three:hover,
.text_link.three:active {
  color: #032d60;
}
.text_link.liked {
  color: #032d60;
}
.coloured_text {
  color: #214a7c;
}
.coloured_text.slate {
  color: #858a8c;
}
.coloured_text.white {
  color: #ffffff;
}
.coloured_text.radiant {
  color: #a3da00;
}
.big_text {
  font-size: 1.3rem;
}
.max_bolden {
  font-weight: 900;
}
.bolden {
  font-weight: 700;
}
.semi_bolden {
  font-weight: 600;
}
.medium_bolden {
  font-weight: 500;
}
.center_content {
  text-align: center;
}
.user_select_false {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
}
.preloader > div {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #032d60;
  font-size: 1.1rem;
  display: inline-flex;
  font-family: 'Onest', sans-serif;
}
.preloader > div > div:last-child {
  flex: 1;
  padding: 0 0 0 10px;
}
.preloader > div img {
  width: 35px;
}
::selection {
  background: #858a8c;
}
::-moz-selection {
  background: #858a8c;
}
* {
  box-sizing: border-box;
}
body {
  background: #ffffff;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  color: #111111;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}
body.darken {
  background: #858a8c;
}
p {
  margin: 0;
  line-height: 140%;
}
li {
  margin: 0;
}
a {
  text-decoration: none;
  border: none;
  color: inherit;
}
img {
  border: none;
  display: block;
}
.headerCrossStyling {
  padding: 0;
  margin: 0;
  font-weight: 400;
}
h1 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 3.6rem;
  letter-spacing: -1px;
  line-height: 100%;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 2.8rem;
  }
}
h2 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 105%;
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 2.2rem;
  }
}
h3 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 1.8rem;
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 1.6rem;
  }
}
h4 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 1.2rem;
}
h5,
h6 {
  font-weight: 400;
  padding: 0;
  margin: 0;
  line-height: 105%;
}
.page_not_found {
  padding: 200px 40px;
  text-align: center;
}
.page_not_found > div {
  max-width: 580px;
  margin: 0 auto;
}
.page_not_found > div h1 {
  color: #214a7c;
  font-size: 10rem;
}
.page_not_found > div h1.slate {
  color: #858a8c;
}
.page_not_found > div h1.white {
  color: #ffffff;
}
.page_not_found > div h1.radiant {
  color: #a3da00;
}
.page_not_found > div h3 {
  font-weight: 700;
  margin: 10px 0;
}
.page_not_found > div > div {
  margin: 30px 0 0 0;
}
/******* INPUT LESS *******/
::-webkit-input-placeholder {
  color: #aaaaaa;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #aaaaaa;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaaaaa;
}
:-ms-input-placeholder {
  color: #aaaaaa;
}
.asterisk {
  font-weight: 700;
  margin: 0 0 0 5px;
  color: #032d60;
}
.button {
  font-weight: 900;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  padding: 18px 40px;
  transition: 0.3s ease;
  background: #214a7c;
  color: #ffffff;
  font-size: 1rem;
  position: relative;
  text-transform: uppercase;
}
.button:hover {
  background: #032d60;
}
.button:active {
  background: #111111;
}
.button.white {
  background: #ffffff;
  color: #214a7c;
}
.button.white:hover {
  background: #d1d6da;
}
.button.white:active {
  background: #111111;
  color: #ffffff;
}
.button.radiant {
  background: #a3da00;
  color: #ffffff;
}
.button.radiant:hover {
  background: #fe04ac;
}
.button.radiant:active {
  background: #111111;
  color: #ffffff;
}
.button.square {
  padding: 13px 15px;
}
.button.clear {
  padding: 13px 9px;
  background: none;
  color: #858a8c;
  font-size: 1.2rem;
}
.button.clear:hover {
  color: #032d60;
}
.button.clear:active {
  color: #214a7c;
}
@media only screen and (max-width: 768px) {
  .button.clear {
    padding: 13px 7px;
  }
}
@media only screen and (max-width: 480px) {
  .button.clear {
    padding: 7px;
    text-align: right;
  }
}
.button.full {
  display: flex;
}
.button.full > div {
  flex: 1;
}
.button.transparent_effect {
  background: rgba(7, 0, 1, 0.1);
  color: #ffffff;
  padding: 13px 15px;
}
.button.transparent_effect:hover {
  background: #070001;
}
.button.transparent_effect:active {
  background: #070001;
}
.textbox {
  padding: 15px 20px;
  background: none;
  transition: 0.3s ease;
  resize: vertical;
  outline: none;
  width: 100%;
  font-size: 1rem;
  border: none;
  font-family: 'Onest', sans-serif;
  color: #111111;
  display: block;
}
.textbox:hover {
  border-color: #858a8c;
}
.textbox:focus {
  -webkit-filter: drop-shadow(0 0 15px rgba(3, 20, 40, 0.1));
  filter: drop-shadow(0 0 15px rgba(3, 20, 40, 0.1));
  background: #ffffff;
  border-color: #858a8c;
  color: #032d60;
}
.textbox.error {
  border-right: 8px solid #858a8c;
}
.textbox.for_textarea {
  min-height: 150px;
}
.textbox.auto_width {
  width: auto;
}
.textbox.make_uppercase {
  text-transform: uppercase;
}
.textbox_with_button {
  position: relative;
}
.textbox_with_button > div:first-child .textbox {
  padding-right: 55px;
}
.textbox_with_button > div:last-child {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.textbox_with_button > div:last-child .button {
  width: 55px;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 15px;
  padding: 15px 10px;
}
.textbox_with_button > div:last-child .preloader {
  padding: 9px 0 9px 9px;
}
.textbox_password {
  position: relative;
}
.textbox_password > div:first-child .textbox {
  padding-right: 55px;
}
.textbox_password > div:last-child {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 5px;
}
.textbox_password > div:last-child a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  display: block;
  font-size: 1.2rem;
  color: #858a8c;
  padding: 8px;
  transition: 0.3s ease;
}
.textbox_password > div:last-child a span:last-child {
  display: none;
}
.textbox_password > div:last-child a:hover {
  color: #032d60;
}
.switch_holder {
  -webkit-filter: drop-shadow(0 0 15px rgba(3, 20, 40, 0.1));
  filter: drop-shadow(0 0 15px rgba(3, 20, 40, 0.1));
  display: inline-flex;
  background: #ffffff;
  border: 1px solid #858a8c;
  border-radius: 30px;
  padding: 8px;
}
.switch_holder:after {
  content: "";
  clear: both;
  display: block;
}
.switch_holder > a.switch {
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  float: left;
  display: inline-flex;
  padding: 13px 35px;
  transition: 0.3s ease;
  background: none;
  color: #032d60;
  text-transform: uppercase;
  text-align: center;
  border-radius: 30px;
  border: none;
  font-size: 0.9rem;
}
.switch_holder > a.switch:hover {
  color: #858a8c;
}
.switch_holder > a.switch:active {
  color: #858a8c;
  background: #858a8c;
}
.switch_holder > a.switch.active {
  background: #032d60;
  color: #ffffff;
}
.switch_holder.wide {
  display: flex;
}
.switch_holder.wide > a.switch {
  flex: 1;
  display: block;
}
.checkbox {
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  background: #ffffff;
  padding: 5px;
  transition: 0.3s ease;
  border: 2px solid #d1d6da;
  border-radius: 4px;
  color: #aaaaaa;
}
.checkbox > div {
  font-weight: 600;
}
.checkbox > div:first-child {
  padding: 10px 20px;
}
.checkbox > div:last-child {
  flex: 1;
}
.checkbox:hover {
  border-color: #858a8c;
  color: #858a8c;
}
.checkbox.checked {
  border-color: #858a8c;
  background: #858a8c;
  color: #032d60;
}
.checkbox_domain.float_all {
  margin: -5px;
}
.checkbox_domain.float_all:after {
  content: "";
  clear: both;
  display: block;
}
.checkbox_domain.float_all .checkbox {
  float: left;
  margin: 5px;
}
.field_box {
  position: relative;
  text-align: left;
  margin: 30px 0 0 0;
}
.field_box:first-child {
  margin: 0;
}
.field_box > div:last-child {
  background: #ffffff;
  border: solid #d1d6da;
  border-width: 1px;
}
.field_box.error {
  border-bottom: 5px solid #ff0000;
}
.form_label {
  font-weight: 900;
  display: inline-flex;
  padding: 10px 20px;
  color: #032d60;
  background: #ffffff;
  border: solid #d1d6da;
  border-width: 1px 1px 0 1px;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}
.frm_err {
  -webkit-filter: drop-shadow(0 0 15px rgba(3, 20, 40, 0.1));
  filter: drop-shadow(0 0 15px rgba(3, 20, 40, 0.1));
  background: #ffffff;
  color: #ff0000;
  padding: 20px;
}
.frm_err > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  font-size: 0.9rem;
}
.frm_err > div > div:last-child {
  font-weight: 600;
  flex: 1;
  padding: 0 0 0 10px;
  text-align: left;
}
.floating_frm_err {
  -webkit-filter: drop-shadow(0 0 30px rgba(3, 20, 40, 0.12));
  filter: drop-shadow(0 0 30px rgba(3, 20, 40, 0.12));
  position: fixed;
  z-index: 15;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  text-align: center;
  background: #032d60;
  color: #fff;
  display: none;
}
.floating_frm_err > div {
  display: table;
  font-size: 1.1rem;
  margin: 0 auto;
}
.floating_frm_err > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.floating_frm_err > div i {
  font-size: 1.4rem;
}
.frm_success {
  position: fixed;
  z-index: 15;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 20px;
  display: none;
  text-align: center;
}
.frm_success > div {
  -webkit-filter: drop-shadow(0 0 25px rgba(3, 20, 40, 0.09));
  filter: drop-shadow(0 0 25px rgba(3, 20, 40, 0.09));
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  max-width: 700px;
  padding: 20px;
  background: #032d60;
  color: #ffffff;
  border-radius: 4px;
  font-size: 1.2rem;
}
.frm_success > div > div {
  padding: 10px;
}
.frm_success > div > div:first-child i {
  font-size: 1.4rem;
}
.frm_success > div > div:last-child {
  flex: 1;
}
.icon_counter {
  overflow: visible;
}
.icon_counter span {
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: 3px;
  right: 3px;
  background: #111111;
  color: #ffffff;
  padding: 3px 7px;
  border-radius: 30px;
  display: block;
  font-size: 0.6rem;
}
.editorjs_holder {
  background: #ffffff;
  border-radius: 4px;
  padding: 60px 40px;
}
.datetime {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.datetime > div {
  flex: auto;
  padding: 0 5px;
}
.datetime > div:nth-child(3) {
  padding: 0 0 0 5px;
}
.datetime > div:nth-child(4) {
  border-left: 1px solid #858a8c;
  padding: 0 5px 0 30px;
}
.datetime > div:nth-child(5) {
  font-weight: 700;
}
.datetime.equal_widths > div {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .datetime > div {
    flex: 1;
  }
  .datetime > div:nth-child(2) {
    padding: 0 0 0 5px;
  }
  .datetime > div:nth-child(3) {
    flex: 0 0 100%;
    padding: 10px 0 0 5px;
  }
}
.form_heading {
  font-weight: 600;
  color: #ffffff;
  background: #858a8c;
  padding: 7.5px 20px;
  border-radius: 4px 0 0 4px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.form_heading.with_top_margin {
  margin: 60px 0 30px 0;
}
.signature_holder .signature_inner {
  background: #ffffff;
  border-radius: 4px;
}
.signature_holder .signature_inner canvas {
  display: block;
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 200px;
  border: 2px solid #d1d6da;
  border-bottom: 0;
}
.signature_holder .signature_inner .button {
  display: block;
  border-radius: 0 0 4px 4px;
  text-align: center;
}
/******* MEDIA LESS *******/
.dropzone_holder {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease;
  padding: 20px;
  position: relative;
  background: #edf0f3;
  border-radius: 4px;
}
.dropzone_holder .media_dropzone {
  width: 100%;
  min-height: 200px;
  border: 3px dashed #d1d6da;
  padding: 5px;
  transition: 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
}
.dropzone_holder .media_dropzone .dz-preview {
  -webkit-filter: drop-shadow(0 0 4px rgba(3, 20, 40, 0.1));
  filter: drop-shadow(0 0 4px rgba(3, 20, 40, 0.1));
  text-align: center;
  display: inline-block;
  margin: 5px;
  overflow: hidden;
  background: #111111;
  position: relative;
  height: 147px;
  flex-basis: 147px;
}
.dropzone_holder .media_dropzone .dz-preview .dz-image {
  width: 100%;
  height: 100%;
}
.dropzone_holder .media_dropzone .dz-preview .dz-image img {
  max-width: 200px;
  min-height: 147px;
}
.dropzone_holder .media_dropzone .dz-preview .dz-details {
  display: none;
  opacity: 0;
}
.dropzone_holder .media_dropzone .dz-preview .dz-progress {
  background: #ffffff;
  -webkit-filter: drop-shadow(0 -20px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 -20px 10px rgba(0, 0, 0, 0.15));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.dropzone_holder .media_dropzone .dz-preview .dz-progress > span {
  background: #032d60;
  height: 12px;
  width: 0;
  display: block;
}
.dropzone_holder .media_dropzone .dz-preview .dz-error-message {
  display: none;
  background: #032d60;
  position: absolute;
  color: #fff;
  bottom: 4px;
  padding: 10px;
  font-size: 0.8rem;
}
.dropzone_holder .media_dropzone .dz-preview .dz-success-mark {
  display: none;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}
.dropzone_holder .media_dropzone .dz-preview .dz-success-mark svg {
  width: 30px;
}
.dropzone_holder .media_dropzone .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}
.dropzone_holder .media_dropzone .dz-preview .dz-error-mark svg {
  width: 30px;
}
.dropzone_holder #disp_message {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 0 40px;
}
.dropzone_holder #disp_message > div {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  height: 100%;
}
.dropzone_holder #disp_message > div > div {
  padding: 10px;
  color: #aaaaaa;
}
.dropzone_holder #disp_message > div > div:first-child {
  font-size: 1.8rem;
}
.dropzone_holder #disp_message > div > div:last-child {
  font-weight: 600;
  text-align: left;
}
.dropzone_holder #disp_message.hide {
  display: none;
}
.dropzone_holder:hover {
  -webkit-filter: drop-shadow(0 0 25px rgba(3, 20, 40, 0.09));
  filter: drop-shadow(0 0 25px rgba(3, 20, 40, 0.09));
  background: #ffffff;
  padding: 30px;
}
.dropzone_holder:hover .media_dropzone {
  border-color: #edf0f3;
  min-height: 180px;
}
.dropzone_holder:hover #disp_message > div > div {
  color: #032d60;
}
.dropzone_holder.dragover,
.dropzone_holder:active {
  -webkit-filter: none;
  filter: none;
  background: #edf0f3;
}
.dropzone_holder.dragover .media_dropzone,
.dropzone_holder:active .media_dropzone {
  box-shadow: inset 0 0 40px rgba(35, 0, 34, 0.1);
  border: 3px solid #858a8c;
  background: #ffffff;
}
.dropzone_holder.dragover #disp_message > div > div,
.dropzone_holder:active #disp_message > div > div {
  color: #858a8c;
}
/******* CUSTOM LESS *******/
.blinds {
  position: fixed;
  z-index: 14;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(3, 20, 40, 0.65);
}
.image_shade {
  background: #214a7c;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s ease;
  padding: 20px 0 0 30px;
}
.banner > div:first-child {
  transition: 0.3s ease;
}
.banner > div:first-child > a:first-child {
  display: flex;
  width: 80px;
  transition: 0.3s ease;
  border-radius: 50%;
}
.banner > div:first-child > a:first-child > img {
  width: 100%;
}
.banner > div:first-child > a:last-child {
  display: none;
  width: 120px;
  padding: 20px 10px;
  transition: 0.3s ease;
  background: #ffffff;
  margin-right: -40px;
}
.banner > div:first-child > a:last-child > img {
  width: 100%;
}
.banner > div:nth-child(2) {
  flex: 1;
  padding: 0 40px;
}
.banner > div:nth-child(3) {
  padding: 0 40px 0 0;
}
.banner > div:last-child {
  display: none;
  padding: 0 20px 0 0;
}
.banner.active {
  -webkit-filter: drop-shadow(0 0 25px rgba(3, 20, 40, 0.09));
  filter: drop-shadow(0 0 25px rgba(3, 20, 40, 0.09));
  background: #ffffff;
  padding: 0 0 0 30px;
}
.banner.active > div:first-child > a:first-child {
  margin: 0 0 -15px 0;
  background: #ffffff;
  border: 10px solid #ffffff;
  width: 90px;
}
.banner.active > div:first-child > a:last-child {
  padding: 10px;
  width: 130px;
}
@media only screen and (max-width: 1200px) {
  .banner > div:nth-child(2) {
    padding: 0 20px;
  }
  .banner > div:nth-child(3) {
    padding: 0 30px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .banner > div:first-child > a:last-child {
    background: none;
  }
  .banner > div:nth-child(3) {
    display: none;
  }
  .banner > div:last-child {
    display: block;
  }
}
.shop_nav {
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #214a7c;
  transition: 0.3s ease;
}
.shop_nav > div:first-child {
  padding: 0 10px 0 0;
}
.shop_nav:hover {
  color: #858a8c;
}
.shop_nav.active {
  background: #111111;
  color: #ffffff;
  padding: 10px 30px;
}
.shop_nav.radiant {
  color: #a3da00;
}
.shop_nav.radiant:hover {
  color: #858a8c;
}
.shop_nav.radiant.active {
  background: #111111;
  color: #ffffff;
}
.navigation {
  -webkit-filter: drop-shadow(0 0 25px rgba(3, 20, 40, 0.09));
  filter: drop-shadow(0 0 25px rgba(3, 20, 40, 0.09));
  display: inline-flex;
  flex-wrap: wrap;
  background: #ffffff;
}
.navigation > div .nav {
  font-weight: 900;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #858a8c;
  transition: 0.3s ease;
  text-align: center;
  padding: 20px;
  position: relative;
}
.navigation > div .nav > div {
  position: absolute;
  height: 3px;
  background: #214a7c;
  width: 0;
  transition: 0.3s ease;
  bottom: 0;
  left: 10px;
}
.navigation > div .nav:hover {
  color: #214a7c;
}
.navigation > div .nav:hover > div {
  width: calc(100% - 20px);
}
.navigation > div .nav:active {
  color: #858a8c;
}
.navigation > div .nav:active > div {
  background: #858a8c;
}
.navigation > div .nav.active {
  border-color: transparent;
  background: #214a7c;
  color: #ffffff;
  padding: 20px 30px;
}
.navigation > div .nav.radiant {
  color: #fe04ac;
}
.navigation > div .nav.radiant > div {
  background: #a3da00;
}
.navigation > div .nav.radiant:hover {
  color: #a3da00;
}
.navigation > div .nav.radiant.active {
  background: #a3da00;
  color: #ffffff;
}
.navigation.active {
  -webkit-filter: none;
  filter: none;
  background: none;
}
.navigation.active > div {
  padding: 10px;
}
.navigation.active > div .nav {
  padding: 10px;
}
.navigation.active > div .nav.active {
  padding: 10px 30px;
}
@media only screen and (max-width: 1024px) {
  .navigation {
    display: none;
  }
}
.mobile_navigation {
  position: fixed;
  display: none;
  background: #ffffff;
  width: 100%;
  height: 100%;
  z-index: 14;
  top: 0;
  left: 0;
}
.mobile_navigation > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mobile_navigation > div > div:first-child {
  text-align: right;
}
.mobile_navigation > div > div:first-child .text_link {
  padding: 30px;
}
.mobile_navigation > div > div:first-child .text_link i {
  padding: 0 0 0 10px;
}
.mobile_navigation > div > div:last-child {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mobile_navigation .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  flex: 1;
  text-decoration: none;
  color: #858a8c;
  transition: 0.3s ease;
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #d1d6da;
}
.mobile_navigation .nav:hover {
  background: #edf0f3;
}
.mobile_navigation .nav:active {
  color: #858a8c;
}
.mobile_navigation .nav:active > div {
  background: #858a8c;
}
.mobile_navigation .nav.active {
  border-color: transparent;
  background: #214a7c;
  color: #ffffff;
  padding: 20px;
}
.mobile_navigation .nav.radiant {
  color: #fe04ac;
}
.mobile_navigation .nav.radiant:hover {
  background: #ecffcf;
}
.mobile_navigation .nav.radiant:active {
  color: #fe04ac;
}
.mobile_navigation .nav.radiant:active > div {
  background: #fe04ac;
}
.mobile_navigation .nav.radiant.active {
  background: #a3da00;
  color: #ffffff;
}
.hamburger {
  -webkit-filter: drop-shadow(0 0 30px rgba(3, 20, 40, 0.12));
  filter: drop-shadow(0 0 30px rgba(3, 20, 40, 0.12));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
  background: #ffffff;
  color: #214a7c;
  text-decoration: none;
  padding: 20px;
  position: relative;
  transition: 0.3s ease;
  border-radius: 4px;
}
.hamburger:hover {
  background: #032d60;
  color: #ffffff;
}
.hamburger.radiant {
  color: #a3da00;
}
.hamburger.radiant:hover {
  background: #a3da00;
  color: #ffffff;
}
.footer > div:first-child {
  position: relative;
}
.footer > div:first-child > div {
  top: -75px;
  position: absolute;
  width: 100%;
}
.footer > div:first-child > div > div {
  width: 150px;
  margin: 0 auto;
  background: #ffffff;
  padding: 10px;
  border-radius: 50%;
}
.footer > div:first-child > div > div img {
  width: 100%;
}
.footer > div:first-child > div > div img:last-child {
  display: none;
}
.footer > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  padding: 150px 120px 120px 120px;
  background: #032d60;
}
.footer > div:nth-child(2) > div {
  flex: 1;
  padding: 0 30px;
  color: #ffffff;
}
.footer > div:last-child {
  font-weight: 600;
  background: #032d60;
  border-top: 1px solid #285995;
  color: #ffffff;
  padding: 40px 160px;
}
.footer > div:last-child > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer > div:last-child > div > div:first-child {
  flex: 1;
  padding: 0 20px 0 0;
  font-size: 0.9rem;
}
.footer > div:last-child > div > div:last-child {
  text-align: right;
}
.footer > div:last-child > div > div:last-child > a {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 0.8rem;
}
.footer > div:last-child > div > div:last-child > a > div {
  padding: 0 5px;
}
.footer > div:last-child > div > div:last-child > a img {
  width: 130px;
}
.footer h4 {
  color: #ffffff;
}
.footer.radiant > div:first-child > div > div {
  padding: 60px 10px;
}
.footer.radiant > div:first-child > div > div img:first-child {
  display: none;
}
.footer.radiant > div:first-child > div > div img:last-child {
  display: block;
}
.footer.radiant > div:nth-child(2) {
  background: #283f35;
}
.footer.radiant > div:nth-child(2) > div {
  color: #ffffff;
}
.footer.radiant > div:last-child {
  background: #283f35;
  border-top: 1px solid #a3da00;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .footer > div:nth-child(2) {
    padding: 130px 80px 100px 80px;
  }
  .footer > div:last-child {
    padding: 40px 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer > div:nth-child(2) {
    padding: 130px 80px 80px 80px;
  }
  .footer > div:nth-child(2) > div {
    flex: 0 0 50%;
    padding: 20px;
  }
  .footer > div:nth-child(2) > div:last-child {
    flex: 0 0 100%;
  }
  .footer > div:last-child {
    padding: 40px 100px;
  }
}
@media only screen and (max-width: 768px) {
  .footer > div:nth-child(2) {
    padding: 100px 40px 80px 40px;
  }
  .footer > div:nth-child(2) > div {
    flex: 0 0 100%;
  }
  .footer > div:last-child {
    padding: 40px 60px;
  }
  .footer > div:last-child > div > div:first-child {
    flex: 0 0 100%;
    padding: 0 0 10px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .footer > div:first-child > div > div {
    width: 130px;
  }
  .footer > div:nth-child(2) {
    padding: 100px 20px 60px 20px;
  }
  .footer.radiant > div:first-child > div > div {
    width: 150px;
  }
}
.footer_links_holder .footer_link {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s ease;
  margin: 10px 0 0 0;
}
.footer_links_holder .footer_link > div:first-child {
  color: #858a8c;
  font-size: 0.8rem;
}
.footer_links_holder .footer_link > div:last-child {
  flex: 1;
  padding: 0 0 0 10px;
}
.footer_links_holder .footer_link:hover {
  font-weight: 900;
  padding: 0 0 0 10px;
}
.footer_links_holder .footer_link:hover > div:first-child {
  color: #0676ff;
}
.footer_links_holder .footer_link.radiant:hover > div:first-child {
  color: #fe04ac;
}
.slideshow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100vh;
}
.slideshow > div:first-child {
  flex: 0 0 50%;
  padding: 0 60px 0 160px;
}
.slideshow > div:first-child > div {
  display: flex;
  align-items: flex-end;
}
.slideshow > div:first-child > div > div:first-child {
  padding: 0 20px 5px 0;
}
.slideshow > div:first-child > div > div:first-child .slide_selector {
  font-weight: 900;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  display: block;
  margin: 20px 0 0 0;
  transition: 0.3s ease;
  color: #aaaaaa;
}
.slideshow > div:first-child > div > div:first-child .slide_selector:hover {
  color: #858a8c;
}
.slideshow > div:first-child > div > div:first-child .slide_selector.active {
  color: #214a7c;
}
.slideshow > div:first-child > div > div:last-child .slide_title {
  display: none;
}
.slideshow > div:first-child > div > div:last-child .slide_title:first-child {
  display: block;
}
.slideshow > div:first-child > div > div:last-child .slide_title h1 {
  font-weight: 900;
  font-size: 4rem;
  max-width: 400px;
  color: #858a8c;
}
.slideshow > div:last-child {
  flex: 0 0 50%;
  height: 100%;
  position: relative;
}
.slideshow > div:last-child .slide {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #edf0f3;
  overflow: hidden;
  position: relative;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.slideshow > div:last-child .slide:first-child {
  display: block;
  z-index: 1;
}
@media only screen and (max-width: 1300px) {
  .slideshow > div:first-child {
    padding: 0 60px 0 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .slideshow > div:first-child {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .slideshow {
    height: auto;
  }
  .slideshow > div:first-child {
    flex: 0 0 100%;
    padding: 180px 80px 80px 80px;
    text-align: center;
  }
  .slideshow > div:first-child > div {
    display: inline-flex;
    text-align: left;
  }
  .slideshow > div:last-child {
    height: 500px;
  }
  .slideshow > div:last-child .slide {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .slideshow > div:first-child {
    padding: 160px 80px 80px 80px;
  }
  .slideshow > div:last-child {
    flex: 0 0 80%;
  }
}
@media only screen and (max-width: 480px) {
  .slideshow > div:first-child {
    display: flex;
    padding: 70px 30px;
    min-height: 440px;
  }
  .slideshow > div:first-child > div > div:last-child .slide_title h1 {
    font-size: 3rem;
  }
  .slideshow > div:last-child {
    flex: 0 0 100%;
  }
}
.advance_content > p {
  margin: 10px 0;
}
.advance_content > p a {
  color: #032d60;
  transition: 0.3s ease;
}
.advance_content > p a:hover {
  font-weight: 600;
  color: #111111;
  border-bottom: 3px solid #032d60;
}
.advance_content li {
  margin: 8px 0 0 0;
}
.advance_content li:first-child {
  margin: 0;
}
.advance_content > h3 {
  font-weight: 700;
  margin: 30px 0 0 0;
}
.advance_content > h4 {
  font-weight: 900;
  margin: 20px 0 0 0;
}
.advance_content > .image {
  margin: 30px 0;
}
.advance_content > .image > div:first-child {
  position: relative;
  overflow: hidden;
}
.advance_content > .image > div:first-child img {
  width: 100%;
}
.advance_content > .image > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 0;
}
.advance_content > .image > div:nth-child(2) > div:first-child {
  font-size: 1.1rem;
  color: #032d60;
}
.advance_content > .image > div:nth-child(2) > div:nth-child(2) {
  flex: 1;
  padding: 0 10px;
}
.advance_content > .image > div:nth-child(2) > div:nth-child(2) > div {
  height: 1px;
  background: #032d60;
}
.advance_content > .image > div:nth-child(2) > div:last-child h5 {
  font-weight: 700;
  color: #858a8c;
}
.advance_content > .embed {
  -webkit-filter: drop-shadow(0 0 4px rgba(3, 20, 40, 0.1));
  filter: drop-shadow(0 0 4px rgba(3, 20, 40, 0.1));
  margin: 30px 0;
  background: #fff;
}
.advance_content > .embed > div:first-child iframe {
  width: 100%;
}
.advance_content > .embed.with_caption > div:last-child {
  font-weight: 700;
  padding: 30px;
}
.advance_content > table {
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0;
}
.advance_content > table tr th {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 15px;
  background: #032d60;
  text-align: left;
}
.advance_content > table tr td {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: left;
}
.advance_content > .delimiter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 39px 0;
}
.advance_content > .delimiter > div:first-child,
.advance_content > .delimiter > div:last-child {
  flex: 1;
}
.advance_content > .delimiter > div:first-child > div,
.advance_content > .delimiter > div:last-child > div {
  height: 1px;
  background: #ccc;
}
.advance_content > .delimiter > div:nth-child(2) i {
  margin: 0 5px;
  color: #032d60;
}
.advance_content > .quote {
  margin: 50px 0;
  background: #032d60;
  padding: 55px 100px;
  position: relative;
  color: #ffffff;
}
.advance_content > .quote > div {
  position: absolute;
  right: 100px;
  top: -21px;
  font-size: 2.1rem;
  color: #858a8c;
  transform: rotate(180deg);
}
.advance_content > .quote h3 {
  color: #ffffff;
}
.advance_content > .quote p {
  font-weight: 700;
  margin: 5px 0 0 0;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .advance_content > .quote {
    padding: 55px 80px;
  }
}
@media only screen and (max-width: 768px) {
  .advance_content > .quote {
    padding: 55px 60px;
  }
}
@media only screen and (max-width: 480px) {
  .advance_content > .quote {
    padding: 55px 30px;
  }
}
.advance_content > .link {
  margin: 30px 0;
}
.advance_content > .link > a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  display: block;
  background: #032d60;
  color: #ffffff;
  transition: 0.3s ease;
  padding: 40px 0 0 0;
}
.advance_content > .link > a > div:first-child {
  font-size: 1.2rem;
  padding: 0 40px;
}
.advance_content > .link > a > div:nth-child(2) {
  padding: 0 40px;
}
.advance_content > .link > a > div:last-child {
  font-weight: 600;
  border-top: 1px solid #ddd;
  padding: 20px 40px;
  margin: 30px 0 0 0;
  font-size: 0.9rem;
}
.advance_content > .link > a:hover {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.07));
  background: #ffffff;
  color: #111111;
}
.advance_content > .attachment {
  margin: 30px 0;
}
.advance_content > .attachment > a {
  -webkit-filter: drop-shadow(0 0 4px rgba(3, 20, 40, 0.1));
  filter: drop-shadow(0 0 4px rgba(3, 20, 40, 0.1));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: 0.3s ease;
}
.advance_content > .attachment > a > div {
  padding: 15px;
}
.advance_content > .attachment > a > div:first-child {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 25px 20px;
}
.advance_content > .attachment > a > div:nth-child(2) {
  flex: 1;
}
.advance_content > .attachment > a > div:last-child {
  color: #eee;
}
.advance_content > .attachment > a:hover {
  background: #858a8c;
}
.advance_content > .attachment > a:hover > div:last-child {
  color: #fff;
}
.advance_content > .attachment.doc > a > div:first-child,
.advance_content > .attachment.docx > a > div:first-child {
  background: #295394;
}
.advance_content > .attachment.ppt > a > div:first-child,
.advance_content > .attachment.pptx > a > div:first-child {
  background: #c54830;
}
.advance_content > .attachment.xls > a > div:first-child,
.advance_content > .attachment.xlsx > a > div:first-child {
  background: #1f6e43;
}
.advance_content > .attachment.pdf > a > div:first-child {
  background: #f20f00;
}
.advance_content > .attachment.rtf > a > div:first-child {
  background: #157efb;
}
.advance_content > .attachment.txt > a > div:first-child {
  background: #000;
}
.advance_content > :first-child {
  margin-top: 0;
}
.line_separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0;
  height: 7px;
  width: 120px;
  background: #D1D6DA;
  background: linear-gradient(90deg, #d1d6da 0%, rgba(209, 214, 218, 0) 100%);
}
.line_separator.mini {
  margin: 30px 0;
}
.line_separator.radiant {
  background: #fe04ac;
  background: linear-gradient(90deg, #fe04ac 0%, rgba(209, 214, 218, 0) 100%);
}
.page_padder {
  padding: 0 160px;
}
@media only screen and (max-width: 1200px) {
  .page_padder {
    padding: 0 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .page_padder {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 768px) {
  .page_padder {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 480px) {
  .page_padder {
    padding: 0 30px;
  }
}
.heading_box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #214a7c;
  margin: 0 0 30px 0;
}
.heading_box > div:last-child {
  flex: 1;
  padding: 0 0 0 30px;
}
.heading_box > div:last-child h3,
.heading_box > div:last-child h4 {
  font-weight: 900;
}
.heading_box.first {
  padding: 120px 0 0 0;
}
.heading_box.mini {
  margin: 0 0 15px 0;
}
.heading_box.mini > div:last-child {
  padding: 0 0 0 20px;
}
.heading_box.for_contact {
  align-items: flex-start;
  margin: 0 0 15px 0;
}
.heading_box.for_contact > div:last-child {
  padding: 0 0 0 20px;
  color: #111111;
}
.heading_box.for_contact > div:last-child p {
  font-weight: 900;
  color: #214a7c;
}
.heading_box.radiant {
  color: #a3da00;
}
@media only screen and (max-width: 768px) {
  .heading_box {
    align-items: flex-start;
  }
  .heading_box > div:first-child {
    padding: 5px 0 0 0;
  }
  .heading_box > div:last-child {
    padding: 0 0 0 20px;
  }
  .heading_box.first {
    padding: 80px 0 0 0;
  }
}
.quick_facts {
  background: #edf0f3;
  margin: 120px 0 0 0;
}
.quick_facts > div:last-child {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
  padding: 0 0 120px 0;
  position: relative;
  z-index: 1;
}
.quick_facts > div:last-child > div {
  flex: 1;
  padding: 20px;
}
.quick_facts > div:last-child > div > div {
  -webkit-filter: drop-shadow(0 0 25px rgba(3, 20, 40, 0.09));
  filter: drop-shadow(0 0 25px rgba(3, 20, 40, 0.09));
  background: #ffffff;
  padding: 50px;
  height: 100%;
}
.quick_facts > div:last-child > div > div > div {
  margin: 0 0 15px 0;
  font-size: 2rem;
  color: #214a7c;
}
.quick_facts > div:last-child > div > div img {
  width: 32px;
}
.quick_facts > div:last-child > div > div h4 {
  color: #214a7c;
}
.quick_facts > div:last-child > div > div p {
  margin: 10px 0 0 0;
}
.quick_facts.for_about {
  margin: 0 0 120px 0;
}
@media only screen and (max-width: 1300px) {
  .quick_facts > div:last-child > div {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .quick_facts.for_about {
    margin: 0 0 100px 0;
  }
}
@media only screen and (max-width: 768px) {
  .quick_facts {
    margin: 0;
  }
  .quick_facts > div:last-child > div {
    flex: 0 0 100%;
  }
  .quick_facts > div:last-child > div > div {
    padding: 30px;
  }
  .quick_facts > div:last-child > div > div > div {
    margin: 0 0 5px 0;
  }
  .quick_facts > div:last-child > div > div p {
    margin: 0;
  }
  .quick_facts.for_about {
    margin: 0 0 80px 0;
  }
}
.cards_holder > .card {
  display: flex;
  background: #edf0f3;
  padding: 50px;
  margin: 40px 0 0 0;
}
.cards_holder > .card > div:first-child img {
  width: 24px;
}
.cards_holder > .card > div:last-child {
  flex: 1;
  padding: 0 0 0 15px;
}
.cards_holder > .card > div:last-child h4 {
  font-weight: 900;
  color: #214a7c;
}
.cards_holder > .card > div:last-child p {
  margin: 5px 0 0 0;
}
.cards_holder > .card.heading_only {
  padding: 43px 50px;
  background: #ffffff;
}
.cards_holder > .card.radiant {
  background: #ecffcf;
}
.cards_holder > .card.radiant > div:last-child h4 {
  color: #a3da00;
}
.cards_holder > .card.radiant.heading_only {
  background: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .cards_holder > .card {
    padding: 40px;
  }
  .cards_holder > .card.heading_only {
    padding: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .cards_holder > .card {
    margin: 30px 0 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .cards_holder > .card {
    padding: 30px;
    margin: 20px 0 0 0;
  }
  .cards_holder > .card.heading_only {
    padding: 30px;
  }
}
.custom_box.one {
  padding: 150px 0;
}
.custom_box.one > div {
  display: flex;
  flex-wrap: wrap;
}
.custom_box.one > div > div {
  flex: 1;
}
.custom_box.one > div > div:first-child {
  flex: 0 0 160px;
  border-bottom: 1px solid #d1d6da;
}
.custom_box.one > div > div:nth-child(2) {
  padding: 0 80px 0 0;
  border-bottom: 1px solid #d1d6da;
}
.custom_box.one > div > div:nth-child(2) p {
  margin: 0 0 60px 0;
}
.custom_box.one > div > div:nth-child(3) {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #edf0f3;
  overflow: hidden;
  position: relative;
  min-height: 240px;
}
.custom_box.one > div > div:last-child {
  flex: 0 0 160px;
  border-top: 1px solid #d1d6da;
}
.custom_box.one.flipped {
  padding: 0 0 150px 0;
}
.custom_box.one.flipped > div {
  flex-direction: row-reverse;
}
.custom_box.one.flipped > div > div:nth-child(2) {
  padding: 0 0 0 80px;
}
@media only screen and (max-width: 1200px) {
  .custom_box.one > div > div:first-child {
    flex: 0 0 100px;
  }
  .custom_box.one > div > div:last-child {
    flex: 0 0 100px;
  }
  .custom_box.one.flipped > div {
    flex-direction: row;
  }
  .custom_box.one.flipped > div > div:nth-child(2) {
    padding: 0 80px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .custom_box.one {
    padding: 100px 80px;
  }
  .custom_box.one > div > div {
    flex: 0 0 100%;
  }
  .custom_box.one > div > div:first-child {
    flex: 0 0 100px;
    margin: 0 0 -18px -95px;
    border-bottom: 2px solid #d1d6da;
  }
  .custom_box.one > div > div:nth-child(2) {
    padding: 0;
    border-bottom: none;
  }
  .custom_box.one > div > div:nth-child(3) {
    height: 360px;
  }
  .custom_box.one > div > div:last-child {
    flex: 0 0 100px;
    border-top: 2px solid #d1d6da;
    margin: -1px 0 0 -95px;
  }
  .custom_box.one.flipped {
    padding: 0 80px 130px 80px;
  }
  .custom_box.one.flipped > div {
    flex-direction: row;
  }
  .custom_box.one.flipped > div > div:nth-child(2) {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .custom_box.one {
    padding: 100px 60px;
  }
  .custom_box.one.flipped {
    padding: 0 60px 130px 60px;
  }
}
@media only screen and (max-width: 480px) {
  .custom_box.one {
    padding: 100px 30px;
  }
  .custom_box.one > div > div:first-child {
    margin: 0 0 -14px -95px;
  }
  .custom_box.one > div > div:nth-child(2) p {
    margin: 0 0 50px 0;
  }
  .custom_box.one.flipped {
    padding: 0 30px 130px 30px;
  }
}
.custom_box.two > div {
  display: flex;
  flex-wrap: wrap;
}
.custom_box.two > div > div {
  flex: 1;
}
.custom_box.two > div > div:first-child {
  padding: 0 120px 120px 160px;
}
.custom_box.two > div > div:last-child {
  background: #edf0f3;
  padding: 0 160px 120px 120px;
}
.custom_box.two.radiant > div > div:last-child {
  background: #ecffcf;
}
@media only screen and (max-width: 1200px) {
  .custom_box.two > div > div:first-child {
    padding: 0 100px 120px 120px;
  }
  .custom_box.two > div > div:last-child {
    padding: 0 120px 120px 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .custom_box.two > div > div {
    flex: 0 0 100%;
  }
  .custom_box.two > div > div:first-child {
    padding: 0 80px 120px 80px;
  }
  .custom_box.two > div > div:last-child {
    padding: 0 80px 120px 80px;
  }
}
@media only screen and (max-width: 768px) {
  .custom_box.two > div > div:first-child {
    padding: 0 60px 100px 60px;
  }
  .custom_box.two > div > div:last-child {
    padding: 0 60px 120px 60px;
  }
}
@media only screen and (max-width: 480px) {
  .custom_box.two > div > div:first-child {
    padding: 0 30px 100px 30px;
  }
  .custom_box.two > div > div:last-child {
    padding: 0 30px 120px 30px;
  }
}
.call_to_action {
  background: #214a7c;
  color: #ffffff;
  position: relative;
}
.call_to_action > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  padding: 30px 160px;
  position: relative;
  z-index: 1;
}
.call_to_action > div:first-child > div {
  flex: 1;
}
.call_to_action > div:first-child > div h3 {
  font-weight: 900;
  max-width: 600px;
}
.call_to_action > div:last-child {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #edf0f3;
  overflow: hidden;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
@media only screen and (max-width: 1024px) {
  .call_to_action > div:first-child {
    padding: 30px 120px;
  }
}
@media only screen and (max-width: 768px) {
  .call_to_action > div:first-child {
    padding: 30px 80px;
  }
}
@media only screen and (max-width: 480px) {
  .call_to_action > div:first-child {
    padding: 30px 40px;
  }
}
.page_image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100vh;
}
.page_image > div {
  flex: 0 0 50%;
}
.page_image > div:first-child > div {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #edf0f3;
  overflow: hidden;
  position: relative;
  height: 100vh;
}
.page_image > div:last-child {
  padding: 0 60px 0 160px;
}
.page_image > div:last-child > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_image > div:last-child > div > div h1 {
  font-weight: 900;
  font-size: 4rem;
  max-width: 400px;
  color: #858a8c;
}
.page_image > div:last-child > div > div h1 span {
  color: #214a7c;
}
.page_image > div:last-child > div > div h4 {
  font-weight: 900;
  margin: 15px 0 0 0;
  color: #858a8c;
}
.page_image.radiant > div:last-child > div > div h1 {
  color: #fe04ac;
}
.page_image.radiant > div:last-child > div > div h1 span {
  color: #a3da00;
}
.page_image.radiant > div:last-child > div > div h4 {
  color: #fe04ac;
}
@media only screen and (max-width: 1300px) {
  .page_image > div:last-child {
    padding: 0 60px 0 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .page_image > div:last-child {
    padding: 0 60px 0 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .page_image {
    height: auto;
    flex-direction: column-reverse;
  }
  .page_image > div {
    flex: 0 0 100%;
  }
  .page_image > div:first-child {
    width: 100%;
  }
  .page_image > div:first-child > div {
    height: 500px;
    width: 50%;
    margin: 0 auto;
  }
  .page_image > div:last-child {
    padding: 180px 80px 80px 80px;
  }
}
@media only screen and (max-width: 768px) {
  .page_image > div:first-child > div {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .page_image > div:first-child > div {
    width: 100%;
  }
  .page_image > div:last-child {
    padding: 160px 30px 80px 30px;
  }
  .page_image > div:last-child > div > div h1 {
    font-size: 3rem;
  }
}
.featured_products {
  padding: 0 160px 120px 160px;
}
.featured_products > div {
  display: flex;
  flex-wrap: wrap;
  margin: -30px;
}
.featured_products > div > div {
  flex: 0 0 33.33%;
  padding: 30px;
}
.featured_products > div > div > div:first-child > div {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #edf0f3;
  overflow: hidden;
  position: relative;
  height: 460px;
  margin: 0 0 20px 0;
}
.featured_products > div > div h4 {
  font-weight: 900;
  color: #214a7c;
}
.featured_products > div > div p {
  color: #858a8c;
  margin: 5px 0 0 0;
}
.featured_products.radiant > div > div h4 {
  color: #a3da00;
}
@media only screen and (max-width: 1200px) {
  .featured_products {
    padding: 0 120px 120px 120px;
  }
  .featured_products > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
  }
  .featured_products > div > div > div:first-child {
    flex: 0 0 340px;
    padding: 0 40px 0 0;
  }
  .featured_products > div > div > div:first-child > div {
    height: 300px;
  }
}
@media only screen and (max-width: 1024px) {
  .featured_products {
    padding: 0 80px 100px 80px;
  }
}
@media only screen and (max-width: 768px) {
  .featured_products {
    padding: 0 60px 100px 60px;
  }
  .featured_products > div {
    display: block;
  }
  .featured_products > div > div {
    display: block;
  }
  .featured_products > div > div > div:first-child {
    flex: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .featured_products {
    padding: 0 30px 80px 30px;
  }
}
.about_founders_section {
  padding: 0 160px 120px 160px;
}
.about_founders_section > div {
  display: flex;
  flex-wrap: wrap;
  margin: -30px;
}
.about_founders_section > div > div {
  flex: 0 0 33.33%;
  padding: 30px;
}
.about_founders_section > div > div:first-child > div:nth-child(n + 2) {
  margin: 40px 0 0 0;
}
.about_founders_section > div > div:nth-child(n + 2) > div:first-child > div {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #edf0f3;
  overflow: hidden;
  position: relative;
  height: 460px;
  margin: 0 0 20px 0;
}
.about_founders_section > div > div:nth-child(n + 2) h4 {
  font-weight: 900;
  color: #214a7c;
}
.about_founders_section > div > div:nth-child(n + 2) p {
  color: #858a8c;
  margin: 5px 0 0 0;
}
@media only screen and (max-width: 1300px) {
  .about_founders_section {
    padding: 0 120px 120px 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .about_founders_section {
    padding: 0 120px 120px 120px;
  }
  .about_founders_section > div > div {
    flex: 0 0 100%;
    padding: 30px;
  }
  .about_founders_section > div > div:first-child {
    padding: 30px 10px;
    display: flex;
  }
  .about_founders_section > div > div:first-child > div {
    flex: 0 0 33.33%;
    padding: 20px;
  }
  .about_founders_section > div > div:first-child > div:nth-child(n+2) {
    margin: 0;
  }
  .about_founders_section > div > div:nth-child(n + 2) {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .about_founders_section {
    padding: 0 80px 120px 80px;
  }
  .about_founders_section > div > div {
    padding: 0;
  }
  .about_founders_section > div > div:first-child {
    display: block;
  }
  .about_founders_section > div > div:first-child > div {
    flex: auto;
  }
  .about_founders_section > div > div:nth-child(n + 2) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    padding: 0 30px;
  }
  .about_founders_section > div > div:nth-child(n + 2) > div:first-child {
    flex: 0 0 280px;
    padding: 0 40px 0 0;
  }
  .about_founders_section > div > div:nth-child(n + 2) > div:first-child > div {
    height: 300px;
  }
  .about_founders_section > div > div:nth-child(n + 2) > div:last-child {
    flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  .about_founders_section {
    padding: 0 60px 100px 60px;
  }
  .about_founders_section > div > div:nth-child(n + 2) > div:first-child {
    flex: 0 0 220px;
    padding: 0 20px 0 0;
  }
  .about_founders_section > div > div:nth-child(n + 2) > div:first-child > div {
    height: 280px;
  }
}
@media only screen and (max-width: 480px) {
  .about_founders_section {
    padding: 0 30px 80px 30px;
  }
  .about_founders_section > div {
    margin: 0;
  }
  .about_founders_section > div > div {
    padding: 0;
  }
  .about_founders_section > div > div:first-child {
    padding: 0;
  }
  .about_founders_section > div > div:first-child > div {
    padding: 20px 0;
  }
  .about_founders_section > div > div:nth-child(n + 2) {
    display: block;
    margin: 30px 0 0 0;
    padding: 0;
  }
  .about_founders_section > div > div:nth-child(n + 2) > div:first-child {
    flex: 0 0 220px;
    padding: 0;
  }
  .about_founders_section > div > div:nth-child(n + 2) > div:first-child > div {
    height: 280px;
    margin: 0 0 10px 0;
  }
  .about_founders_section > div > div:nth-child(n + 2) p {
    margin: 0;
  }
}
.contact_form {
  padding: 120px 160px;
}
.contact_form > div {
  display: flex;
  flex-wrap: wrap;
  margin: -30px;
}
.contact_form > div > div {
  padding: 30px;
}
.contact_form > div > div:first-child {
  flex: 0 0 33.33%;
}
.contact_form > div > div:last-child {
  flex: 1;
}
@media only screen and (max-width: 1200px) {
  .contact_form {
    padding: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact_form {
    padding: 120px 100px;
  }
  .contact_form > div > div:first-child {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 768px) {
  .contact_form {
    padding: 100px 80px;
  }
  .contact_form > div {
    margin: 0;
  }
  .contact_form > div > div {
    padding: 0;
  }
  .contact_form > div > div:first-child {
    flex: 0 0 100%;
  }
  .contact_form > div > div:last-child {
    padding: 30px 0 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .contact_form {
    padding: 80px 30px;
  }
}
.products_holder {
  padding: 160px;
}
.products_holder > .products_inner {
  display: flex;
  flex-wrap: wrap;
  margin: -30px;
}
.products_holder > .products_inner > .product {
  flex: 0 0 33.33%;
  padding: 30px;
}
.products_holder > .products_inner > .product > div:first-child .product_image {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #edf0f3;
  overflow: hidden;
  position: relative;
  height: 460px;
}
.products_holder > .products_inner > .product > div:first-child .product_price {
  font-weight: 900;
  background: #edf0f3;
  padding: 10px 20px;
  color: #214a7c;
  margin: 0 0 20px 0;
  display: inline-block;
}
.products_holder > .products_inner > .product > div:last-child h4 {
  font-weight: 900;
  color: #214a7c;
}
.products_holder > .products_inner > .product > div:last-child p {
  color: #858a8c;
  margin: 5px 0 0 0;
}
@media only screen and (max-width: 1300px) {
  .products_holder {
    padding: 160px 150px 150px 150px;
  }
  .products_holder > .products_inner > .product > div:first-child .product_image {
    height: 300px;
  }
}
@media only screen and (max-width: 1200px) {
  .products_holder {
    padding: 160px 120px 120px 120px;
  }
  .products_holder > .products_inner > .product {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
  }
  .products_holder > .products_inner > .product > div:first-child {
    flex: 0 0 340px;
    padding: 0 40px 0 0;
  }
  .products_holder > .products_inner > .product > div:first-child .product_image {
    height: 360px;
  }
  .products_holder > .products_inner > .product > div:first-child .product_price {
    margin: 0;
  }
  .products_holder > .products_inner > .product > div:last-child {
    flex: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .products_holder {
    padding: 160px 100px 130px 100px;
  }
}
@media only screen and (max-width: 768px) {
  .products_holder {
    padding: 160px 60px 130px 60px;
  }
  .products_holder > .products_inner {
    margin: 0;
  }
  .products_holder > .products_inner > .product {
    display: block;
    padding: 0;
    margin: 60px 0 0 0;
  }
  .products_holder > .products_inner > .product:first-child {
    margin: 0;
  }
  .products_holder > .products_inner > .product > div:first-child {
    flex: 0 0 280px;
    padding: 0;
  }
  .products_holder > .products_inner > .product > div:first-child .product_image {
    height: 300px;
  }
  .products_holder > .products_inner > .product > div:first-child .product_price {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  .products_holder {
    padding: 160px 30px 130px 30px;
  }
}
.product_image {
  display: flex;
  flex-wrap: wrap;
}
.product_image > div {
  flex: 0 0 50%;
}
.product_image > div:first-child > div {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #edf0f3;
  overflow: hidden;
  position: relative;
  height: 100vh;
  position: sticky;
  top: 0;
}
.product_image > div:last-child {
  padding: 160px 100px;
}
.product_image > div:last-child h3,
.product_image > div:last-child h4 {
  font-weight: 900;
}
.product_image > div:last-child .price_tag {
  display: inline-flex;
  background: #edf0f3;
  padding: 10px 30px;
  color: #214a7c;
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 1200px) {
  .product_image > div:last-child {
    padding: 160px 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .product_image > div {
    flex: 0 0 100%;
  }
  .product_image > div:first-child > div {
    height: 500px;
  }
  .product_image > div:last-child {
    padding: 120px 100px;
  }
}
@media only screen and (max-width: 768px) {
  .product_image > div:last-child {
    padding: 100px 60px 130px 60px;
  }
}
@media only screen and (max-width: 480px) {
  .product_image > div:last-child {
    padding: 100px 30px 130px 30px;
  }
}
.faq_holder {
  text-align: center;
}
.faq_holder > div:first-child {
  padding: 240px 160px 100px 160px;
  background: #edf0f3;
  color: #858a8c;
}
.faq_holder > div:last-child {
  padding: 120px 160px 160px 160px;
  display: inline-flex;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .faq_holder > div:first-child {
    padding: 240px 120px 100px 120px;
  }
  .faq_holder > div:last-child {
    padding: 120px 120px 160px 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .faq_holder > div:first-child {
    padding: 240px 100px 100px 100px;
  }
  .faq_holder > div:last-child {
    padding: 120px 100px 160px 100px;
  }
}
@media only screen and (max-width: 768px) {
  .faq_holder > div:first-child {
    padding: 240px 60px 100px 60px;
  }
  .faq_holder > div:last-child {
    padding: 100px 60px 150px 60px;
  }
}
@media only screen and (max-width: 480px) {
  .faq_holder > div:first-child {
    padding: 240px 30px 80px 30px;
  }
  .faq_holder > div:last-child {
    padding: 80px 30px 130px 30px;
  }
}
.team_holder {
  background: #edf0f3;
  padding: 120px;
}
.team_holder .team_holder_inner {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.team_holder .team_holder_inner > .team_box {
  flex: 0 0 25%;
  padding: 20px;
}
.team_holder .team_holder_inner > .team_box > div:first-child > div {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #edf0f3;
  overflow: hidden;
  position: relative;
  height: 380px;
  margin: 0 0 20px 0;
}
.team_holder .team_holder_inner > .team_box h4 {
  font-weight: 900;
  color: #214a7c;
}
.team_holder .team_holder_inner > .team_box p {
  color: #858a8c;
  margin: 5px 0 0 0;
}
@media only screen and (max-width: 1300px) {
  .team_holder .team_holder_inner > .team_box {
    flex: 0 0 33.33%;
  }
}
@media only screen and (max-width: 1024px) {
  .team_holder {
    padding: 100px 80px;
  }
  .team_holder .team_holder_inner > .team_box {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 768px) {
  .team_holder {
    padding: 80px 60px;
  }
  .team_holder .team_holder_inner {
    margin: -10px;
  }
  .team_holder .team_holder_inner > .team_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    padding: 10px;
  }
  .team_holder .team_holder_inner > .team_box > div:first-child {
    flex: 0 0 200px;
  }
  .team_holder .team_holder_inner > .team_box > div:first-child > div {
    height: 280px;
  }
  .team_holder .team_holder_inner > .team_box > div:last-child {
    flex: 1;
    padding: 0 0 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .team_holder {
    padding: 80px 30px;
  }
  .team_holder .team_holder_inner {
    display: block;
    margin: 0;
  }
  .team_holder .team_holder_inner > .team_box {
    display: block;
    flex: none;
    padding: 0;
    margin-top: 30px;
  }
  .team_holder .team_holder_inner > .team_box:first-child {
    margin-top: 0;
  }
  .team_holder .team_holder_inner > .team_box > div:first-child {
    flex: none;
  }
  .team_holder .team_holder_inner > .team_box > div:first-child > div {
    height: 280px;
    margin: 0 0 10px 0;
  }
  .team_holder .team_holder_inner > .team_box > div:last-child {
    padding: 0;
  }
  .team_holder .team_holder_inner > .team_box p {
    margin: 0;
  }
}
