/*
THEME NAME: Beyers Theme
THEME URI: http://www.motionmill.com
DESCRIPTION: Motionmill default theme that uses page section
VERSION: 6.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
AUTHOR: <a href="http://motionmill.com/">Motionmill</a>
AUTHOR URI:
Text Domain: beyers
*/
/**************************************
***************************************
************ import ******************
***************************************/
/****       reset                 ***/
/********************
*       RESET       *
********************/
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* END RESET CSS */
/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

/* 
 * minimal base styles 
 */
/* maxvoltar.com/archive/-webkit-font-smoothing */
html {
  -webkit-font-smoothing: antialiased;
}

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
ul {
  margin-left: 30px;
}

ol {
  margin-left: 30px;
  list-style-type: decimal;
}

small {
  font-size: 85%;
}

strong,
th {
  font-weight: bold;
}

td,
td img {
  vertical-align: top;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

pre {
  padding: 15px;
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type=radio] {
  vertical-align: text-bottom;
}

.ie6 input {
  vertical-align: text-bottom;
}

/* hand cursor on clickable input elements */
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

/* =WordPress Core
-------------------------------------------------------------- */
.aligncenter,
div.aligncenter {
  display: block !important;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

a img.alignright {
  float: right;
}

a img.alignleft {
  float: left;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.stickyclass {
  display: inherit;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none;
  }

  a,
a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  a:after {
    content: " (" attr(href) ")";
  }

  abbr:after {
    content: " (" attr(title) ")";
  }

  .ir a:after {
    content: "";
  }

  /* Don't show links for images */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  /* Prevent iOS, WinMobile from adjusting font size */
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
}
/****        variables           ****/
/*from design very dark blue*/
/*from design, medium blue*/
/*from design, very light blue*/
/*from design dark blue*/
/*from design dark blue*/
/*from design, bright blue*/
/*from design light blue*/
/****        typography           ****/
/**********************
    typography
**********************/
/*h1*/
/*h2*/
/*h3*/
/*h4*/
html {
  font-size: 16px;
}

body {
  overflow-x: hidden;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

/******************
    headings
******************/
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font-weight: 500;
  margin-bottom: 0.8em;
  word-break: break-word;
}
h1.subtitle,
h2.subtitle,
h3.subtitle,
h4.subtitle,
h5.subtitle,
h6.subtitle {
  text-transform: uppercase;
  font-size: 1.3rem;
}

h1 {
  font-size: 3rem;
  font-weight: 300;
}

h2 {
  font-size: 2.1rem;
  font-weight: 300;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.3rem;
}

h5,
h6 {
  font-size: 16px;
}

/****        navigation           ****/
/********************
*    MENU           *
********************/
/********************
*    bootstrap MENU           *
********************/
header#header {
  background: -o-linear-gradient(left, #1C1E40 0%, rgba(28, 30, 64, 0.4) 80%, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, from(#1C1E40), color-stop(80%, rgba(28, 30, 64, 0.4)), to(transparent));
  background: linear-gradient(90deg, #1C1E40 0%, rgba(28, 30, 64, 0.4) 80%, transparent 100%);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
header#header .top-bar {
  background: -o-linear-gradient(left, #1C1E40 0%, rgba(28, 30, 64, 0.4) 80%, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, from(#1C1E40), color-stop(80%, rgba(28, 30, 64, 0.4)), to(transparent));
  background: linear-gradient(90deg, #1C1E40 0%, rgba(28, 30, 64, 0.4) 80%, transparent 100%);
}
header#header .top-bar .navbar {
  padding-bottom: 0;
}
header#header .top-bar .navbar ul > li {
  margin-right: 1rem;
}
header#header .top-bar .search-trigger {
  margin-left: 0;
  padding: 0.5rem;
  cursor: pointer;
  color: #fff;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
header#header .top-bar .search-trigger:after {
  display: none;
}
header#header #masthead nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header#header #masthead nav.navbar .navbar-brand {
  white-space: normal;
}
header#header #masthead nav.navbar .navbar-brand #blog-title a {
  color: #fff;
}
header#header #masthead nav.navbar .navbar-brand img {
  width: 200px;
}
header#header #masthead nav.navbar ul > li {
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (min-width: 1400px) {
  header#header #masthead nav.navbar ul > li {
    margin-left: 1rem;
  }
}
@media (max-width: 768px) {
  header#header #masthead nav.navbar ul > li {
    margin-bottom: 1rem;
  }
}
header#header #masthead nav.navbar ul > li > a {
  color: #fff;
  text-decoration: none;
  border-radius: 19px;
  padding: 4px 8px;
}
header#header #masthead nav.navbar ul > li > a:hover {
  background-color: #fff;
  color: #091233;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
header#header #masthead nav.navbar ul > li ul li a {
  color: #091233;
  text-decoration: none;
}
header#header #masthead nav.navbar ul > li ul li a:hover {
  color: #344FD8;
  text-decoration: underline;
}

#searchModal {
  background: rgba(28, 30, 64, 0.4);
}
#searchModal .modal-content {
  background-color: transparent;
  border: none;
  color: #fff;
}
#searchModal .modal-content .modal-header {
  border: none;
}
#searchModal .modal-content .modal-header button {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0.5rem;
}
#searchModal .modal-content .modal-header button:hover {
  background-color: transparent;
}
#searchModal .modal-content .modal-body form.search-form {
  display: inline-block;
  position: relative;
  width: 100%;
}
#searchModal .modal-content .modal-body form.search-form input {
  width: 100%;
  background-color: #fff;
  border-color: #fff;
  color: #1C1E40;
  border-width: 2px;
}
#searchModal .modal-content .modal-body form.search-form input:hover, #searchModal .modal-content .modal-body form.search-form input:active, #searchModal .modal-content .modal-body form.search-form input:focus {
  background-color: #fff;
  border-color: #fff;
  color: #1C1E40;
  border-width: 2px;
  outline: none;
}
#searchModal .modal-content .modal-body form.search-form button[type=submit] {
  position: absolute;
  right: 0;
  top: 5px;
  padding: 0.5rem;
  border: none;
  background-color: transparent;
  color: #1C1E40;
}
.shiftnav--scroll-up header#header,
.shiftnav--scroll-down header#header {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.shiftnav--scroll-up header#header nav.navbar,
.shiftnav--scroll-down header#header nav.navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.shiftnav--scroll-up header#header nav.navbar .navbar-brand img,
.shiftnav--scroll-down header#header nav.navbar .navbar-brand img {
  height: 40px;
  width: auto;
}

body .shiftnav .shiftnav-menu-image-padded {
  padding: 3rem 2rem;
}

ul[id*=social] li {
  display: inline-block;
  padding-right: 0.5rem;
}
ul[id*=social] li a {
  color: #091233;
  border-bottom: none;
}
ul[id*=social] li a:hover {
  color: #344FD8;
  border-bottom: none;
}

/*************************
        links
*************************/
a {
  color: #091233;
  text-decoration: underline;
}
a:visited {
  color: #091233;
}
a:hover, a:focus, a:active {
  color: #1C1E40;
  outline: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a.link-arrow-left {
  color: #424689;
  position: relative;
  padding-right: 30px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a.link-arrow-left:after {
  display: inline-block;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 0;
  top: -5px;
  font-weight: 600;
  font-size: 1.3rem;
}
a.link-arrow-left:hover {
  color: #344FD8;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
  padding-right: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  text-decoration: underline;
}

/****        forms           ****/
/****************************
        buttons
****************************/
.woocommerce a.button.alt,
.woocommerce a.button,
.btn-primary,
.btn-primary:visited,
.btn-primary-outline,
.btn-primary-outline:visited,
.btn-secondary,
.btn-secondary:visited,
.btn-secondary-outline,
.btn-secondary-outline:visited,
.btn-gradient:visited,
.btn-gradient,
.btn-white,
.btn-white:visited,
.btn-white-outline,
.btn-white-outline:visited,
.btn,
.btn:visited,
button,
.button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid #1C1E40;
  background: #1C1E40;
  color: #fff;
  line-height: 1;
  padding: 1rem 1.5rem;
  border-radius: 34px;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  width: auto;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: relative;
}
.woocommerce a.button.alt:hover, .woocommerce a.button.alt:active:focus, .woocommerce a.button.alt:active, .woocommerce a.button.alt:focus,
.woocommerce a.button:hover,
.woocommerce a.button:active:focus,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited:hover,
.btn-primary:visited:active:focus,
.btn-primary:visited:active,
.btn-primary:visited:focus,
.btn-primary-outline:hover,
.btn-primary-outline:active:focus,
.btn-primary-outline:active,
.btn-primary-outline:focus,
.btn-primary-outline:visited:hover,
.btn-primary-outline:visited:active:focus,
.btn-primary-outline:visited:active,
.btn-primary-outline:visited:focus,
.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:visited:hover,
.btn-secondary:visited:active:focus,
.btn-secondary:visited:active,
.btn-secondary:visited:focus,
.btn-secondary-outline:hover,
.btn-secondary-outline:active:focus,
.btn-secondary-outline:active,
.btn-secondary-outline:focus,
.btn-secondary-outline:visited:hover,
.btn-secondary-outline:visited:active:focus,
.btn-secondary-outline:visited:active,
.btn-secondary-outline:visited:focus,
.btn-gradient:visited:hover,
.btn-gradient:visited:active:focus,
.btn-gradient:visited:active,
.btn-gradient:visited:focus,
.btn-gradient:hover,
.btn-gradient:active:focus,
.btn-gradient:active,
.btn-gradient:focus,
.btn-white:hover,
.btn-white:active:focus,
.btn-white:active,
.btn-white:focus,
.btn-white:visited:hover,
.btn-white:visited:active:focus,
.btn-white:visited:active,
.btn-white:visited:focus,
.btn-white-outline:hover,
.btn-white-outline:active:focus,
.btn-white-outline:active,
.btn-white-outline:focus,
.btn-white-outline:visited:hover,
.btn-white-outline:visited:active:focus,
.btn-white-outline:visited:active,
.btn-white-outline:visited:focus,
.btn:hover,
.btn:active:focus,
.btn:active,
.btn:focus,
.btn:visited:hover,
.btn:visited:active:focus,
.btn:visited:active,
.btn:visited:focus,
button:hover,
button:active:focus,
button:active,
button:focus,
.button:hover,
.button:active:focus,
.button:active,
.button:focus,
input[type=button]:hover,
input[type=button]:active:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border: 1px solid #1C1E40;
  background-color: #1C1E40;
  outline: none;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.woocommerce a.button.alt:hover:after, .woocommerce a.button.alt:active:focus:after, .woocommerce a.button.alt:active:after, .woocommerce a.button.alt:focus:after,
.woocommerce a.button:hover:after,
.woocommerce a.button:active:focus:after,
.woocommerce a.button:active:after,
.woocommerce a.button:focus:after,
.btn-primary:hover:after,
.btn-primary:active:focus:after,
.btn-primary:active:after,
.btn-primary:focus:after,
.btn-primary:visited:hover:after,
.btn-primary:visited:active:focus:after,
.btn-primary:visited:active:after,
.btn-primary:visited:focus:after,
.btn-primary-outline:hover:after,
.btn-primary-outline:active:focus:after,
.btn-primary-outline:active:after,
.btn-primary-outline:focus:after,
.btn-primary-outline:visited:hover:after,
.btn-primary-outline:visited:active:focus:after,
.btn-primary-outline:visited:active:after,
.btn-primary-outline:visited:focus:after,
.btn-secondary:hover:after,
.btn-secondary:active:focus:after,
.btn-secondary:active:after,
.btn-secondary:focus:after,
.btn-secondary:visited:hover:after,
.btn-secondary:visited:active:focus:after,
.btn-secondary:visited:active:after,
.btn-secondary:visited:focus:after,
.btn-secondary-outline:hover:after,
.btn-secondary-outline:active:focus:after,
.btn-secondary-outline:active:after,
.btn-secondary-outline:focus:after,
.btn-secondary-outline:visited:hover:after,
.btn-secondary-outline:visited:active:focus:after,
.btn-secondary-outline:visited:active:after,
.btn-secondary-outline:visited:focus:after,
.btn-gradient:visited:hover:after,
.btn-gradient:visited:active:focus:after,
.btn-gradient:visited:active:after,
.btn-gradient:visited:focus:after,
.btn-gradient:hover:after,
.btn-gradient:active:focus:after,
.btn-gradient:active:after,
.btn-gradient:focus:after,
.btn-white:hover:after,
.btn-white:active:focus:after,
.btn-white:active:after,
.btn-white:focus:after,
.btn-white:visited:hover:after,
.btn-white:visited:active:focus:after,
.btn-white:visited:active:after,
.btn-white:visited:focus:after,
.btn-white-outline:hover:after,
.btn-white-outline:active:focus:after,
.btn-white-outline:active:after,
.btn-white-outline:focus:after,
.btn-white-outline:visited:hover:after,
.btn-white-outline:visited:active:focus:after,
.btn-white-outline:visited:active:after,
.btn-white-outline:visited:focus:after,
.btn:hover:after,
.btn:active:focus:after,
.btn:active:after,
.btn:focus:after,
.btn:visited:hover:after,
.btn:visited:active:focus:after,
.btn:visited:active:after,
.btn:visited:focus:after,
button:hover:after,
button:active:focus:after,
button:active:after,
button:focus:after,
.button:hover:after,
.button:active:focus:after,
.button:active:after,
.button:focus:after,
input[type=button]:hover:after,
input[type=button]:active:focus:after,
input[type=button]:active:after,
input[type=button]:focus:after,
input[type=reset]:hover:after,
input[type=reset]:active:focus:after,
input[type=reset]:active:after,
input[type=reset]:focus:after,
input[type=submit]:hover:after,
input[type=submit]:active:focus:after,
input[type=submit]:active:after,
input[type=submit]:focus:after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
      -ms-transform: scaleX(1.4) scaleY(1.6);
          transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
.woocommerce a.button.alt:after,
.woocommerce a.button:after,
.btn-primary:after,
.btn-primary:visited:after,
.btn-primary-outline:after,
.btn-primary-outline:visited:after,
.btn-secondary:after,
.btn-secondary:visited:after,
.btn-secondary-outline:after,
.btn-secondary-outline:visited:after,
.btn-gradient:visited:after,
.btn-gradient:after,
.btn-white:after,
.btn-white:visited:after,
.btn-white-outline:after,
.btn-white-outline:visited:after,
.btn:after,
.btn:visited:after,
button:after,
.button:after,
input[type=button]:after,
input[type=reset]:after,
input[type=submit]:after {
  content: "";
  height: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #1C1E40;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  display: inline-block;
}

button#shiftnav-toggle-main-button,
button.navbar-toggler,
button.search-submit {
  background: transparent;
  border: none;
}

button.cli-modal-close {
  color: #091233;
  background: transparent;
  border: none;
  padding: 10px;
  width: 40px;
}

.btn-primary,
.btn-primary-outline,
.btn-secondary,
.btn-secondary-outline {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.btn-primary-outline:visited,
.btn-primary-outline {
  border: 1px solid #1C1E40 !important;
  background: transparent !important;
  color: #1C1E40 !important;
}
.btn-primary-outline:visited:after,
.btn-primary-outline:after {
  background-color: transparent;
}
.btn-primary-outline:visited:hover, .btn-primary-outline:visited:active, .btn-primary-outline:visited:focus,
.btn-primary-outline:hover,
.btn-primary-outline:active,
.btn-primary-outline:focus {
  border: 1px solid #1C1E40 !important;
  background: #1C1E40 !important;
  color: #fff !important;
}
.btn-primary-outline:visited:hover:after, .btn-primary-outline:visited:active:after, .btn-primary-outline:visited:focus:after,
.btn-primary-outline:hover:after,
.btn-primary-outline:active:after,
.btn-primary-outline:focus:after {
  background-color: #1C1E40;
}

.woocommerce a.button.alt,
.btn-secondary:visited,
.btn-secondary {
  border: 1px solid #344FD8 !important;
  background: #344FD8 !important;
  color: #fff !important;
}
.woocommerce a.button.alt:after,
.btn-secondary:visited:after,
.btn-secondary:after {
  background-color: #344FD8;
}
.woocommerce a.button.alt:hover, .woocommerce a.button.alt:active, .woocommerce a.button.alt:focus,
.btn-secondary:visited:hover,
.btn-secondary:visited:active,
.btn-secondary:visited:focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  border: 1px solid #344FD8 !important;
  background: #344FD8 !important;
  color: #fff !important;
}

.btn-secondary-outline:visited,
.btn-secondary-outline {
  border: 1px solid #344FD8 !important;
  background: transparent !important;
  color: #344FD8 !important;
}
.btn-secondary-outline:visited:after,
.btn-secondary-outline:after {
  background-color: transparent;
}
.btn-secondary-outline:visited:hover, .btn-secondary-outline:visited:active, .btn-secondary-outline:visited:focus,
.btn-secondary-outline:hover,
.btn-secondary-outline:active,
.btn-secondary-outline:focus {
  border: 1px solid #344FD8 !important;
  background: #344FD8 !important;
  color: #fff !important;
}
.btn-secondary-outline:visited:hover:after, .btn-secondary-outline:visited:active:after, .btn-secondary-outline:visited:focus:after,
.btn-secondary-outline:hover:after,
.btn-secondary-outline:active:after,
.btn-secondary-outline:focus:after {
  background-color: #344FD8;
}

.btn-gradient:visited,
.btn-gradient {
  border: none !important;
  background: -webkit-gradient(linear, left bottom, left top, from(#20223E), to(#3952D0)) !important;
  background: -o-linear-gradient(bottom, #20223E 0%, #3952D0 100%) !important;
  background: linear-gradient(0deg, #20223E 0%, #3952D0 100%) !important;
  color: #fff !important;
}
.btn-gradient:visited:after,
.btn-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#20223E), to(#3952D0));
  background: -o-linear-gradient(bottom, #20223E 0%, #3952D0 100%);
  background: linear-gradient(0deg, #20223E 0%, #3952D0 100%);
}
.btn-gradient:visited:hover, .btn-gradient:visited:active, .btn-gradient:visited:focus,
.btn-gradient:hover,
.btn-gradient:active,
.btn-gradient:focus {
  border: none !important;
  background: -webkit-gradient(linear, left bottom, left top, from(#20223E), to(#3952D0)) !important;
  background: -o-linear-gradient(bottom, #20223E 0%, #3952D0 100%) !important;
  background: linear-gradient(0deg, #20223E 0%, #3952D0 100%) !important;
  color: #fff !important;
}

.btn-white:visited,
.btn-white {
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #091233 !important;
}
.btn-white:visited:after,
.btn-white:after {
  background-color: #fff;
}
.btn-white:visited:hover, .btn-white:visited:active, .btn-white:visited:focus,
.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #091233 !important;
}

.btn-white-outline:visited,
.btn-white-outline {
  border: 1px solid #fff !important;
  background: transparent !important;
  color: #fff !important;
}
.btn-white-outline:visited:after,
.btn-white-outline:after {
  background-color: transparent;
}
.btn-white-outline:visited:hover, .btn-white-outline:visited:active, .btn-white-outline:visited:focus,
.btn-white-outline:hover,
.btn-white-outline:active,
.btn-white-outline:focus {
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #091233 !important;
}
.btn-white-outline:visited:hover:after, .btn-white-outline:visited:active:after, .btn-white-outline:visited:focus:after,
.btn-white-outline:hover:after,
.btn-white-outline:active:after,
.btn-white-outline:focus:after {
  background-color: #fff;
}

form .btn,
form button,
form .button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
  padding: 0.5rem 1rem;
}

/*
.o-btn {
    background: var(--blanco);
    border-radius: 80px;
    border: 1px solid var(--blanco);
    color: var(--negro);
    display: inline-block;
    font: 600 18px/22px Montserrat,sans-serif;
    padding: 14px 25px;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    min-width: 220px;
    text-align: center
}

.o-btn:hover {
    color: var(--negro);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.2);
    box-shadow: 0 10px 20px rgba(0,0,0,.2)
}

.customSelect,.customSelect.open .customSelect-label,.o-btn--azul {
    color: var(--azul-2)
}

.o-btn:hover:after {
    -webkit-transform: scaleX(1.4) scaleY(1.6);
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0
}

.o-btn:active {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.o-btn:after {
    content: "";
    height: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: var(--blanco);
    -webkit-transition: all .4s;
    transition: all .4s
}
*/
/****************************
        fields
***************************/
.gform_wrapper.gravity-theme form input[type=text],
.gform_wrapper.gravity-theme form input[type=email],
.gform_wrapper.gravity-theme form input[type=url],
.gform_wrapper.gravity-theme form input[type=password],
.gform_wrapper.gravity-theme form input[type=search],
.gform_wrapper.gravity-theme form input[type=number],
.gform_wrapper.gravity-theme form input[type=tel],
.gform_wrapper.gravity-theme form input[type=range],
.gform_wrapper.gravity-theme form input[type=date],
.gform_wrapper.gravity-theme form input[type=month],
.gform_wrapper.gravity-theme form input[type=week],
.gform_wrapper.gravity-theme form input[type=time],
.gform_wrapper.gravity-theme form input[type=datetime],
.gform_wrapper.gravity-theme form input[type=datetime-local],
.gform_wrapper.gravity-theme form input[type=color],
.gform_wrapper.gravity-theme form textarea,
.gform_wrapper.gravity-theme form #footer .footer-widgets input[type=text] {
  padding: 0.455rem 1rem;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
#footer .footer-widgets input[type=text] {
  color: #091233;
  border: 1px solid #b1b1b1;
  border-radius: 42px;
  padding: 0.455rem 1rem;
  background-color: #fff;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
#footer .footer-widgets input[type=text]:focus {
  border: 1px solid #b1b1b1;
  -webkit-box-shadow: 0 0 5px #b1b1b1;
  box-shadow: 0 0 5px #b1b1b1;
  outline: none;
}

select {
  border: 1px solid #b1b1b1;
}

textarea {
  width: 100%;
  border-radius: 15px;
}

/****        elements           ****/
/***********************
        classes
***********************/
.cmplz-show-banner {
  cursor: pointer;
}

.border-20 {
  border-radius: 20px;
}

.text-xl {
  font-size: 3rem;
  word-break: break-word;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 768px) {
  .text-xl {
    font-size: 2.1rem;
  }
}

.text-l {
  font-size: 2.1rem;
  word-break: break-word;
}

.text-md {
  font-size: 1.5rem;
  word-break: break-word;
}

.text-sm {
  font-size: 1.3rem;
}

.text-s {
  font-size: 0.9rem;
}

.text-xs {
  font-size: 0.8rem;
}

.text-primary {
  color: #1C1E40 !important;
}

.text-secondary {
  color: #344FD8 !important;
}

.text-medium-dark {
  color: #101010 !important;
}

.text-medium {
  color: #1A4A9A !important;
}

.text-light {
  color: #b1b1b1 !important;
}

.bg-color-dark {
  background-color: #091233;
}

.bg-color-primary {
  background-color: #1C1E40;
}

.bg-color-secondary {
  background-color: #344FD8;
}

.bg-color-tertiary {
  background-color: #424689;
}

.bg-color-medium-dark {
  background-color: #101010;
}

.bg-color-medium {
  background-color: #1A4A9A;
}

.bg-color-light {
  background-color: #b1b1b1;
}

.bg-color-extra-light {
  background-color: #F1F4F9;
}

.licht,
.text-white {
  color: #fff;
}
.licht a:not(.btn-white, .btn-white-outline, .btn-dark, .btn-primary, .btn-primary-outline, .btn-secondary, .btn-secondary-outline),
.text-white a:not(.btn-white, .btn-white-outline, .btn-dark, .btn-primary, .btn-primary-outline, .btn-secondary, .btn-secondary-outline) {
  color: #fff;
}
.licht a:not(.btn-white, .btn-white-outline, .btn-dark, .btn-primary, .btn-primary-outline, .btn-secondary, .btn-secondary-outline):hover,
.text-white a:not(.btn-white, .btn-white-outline, .btn-dark, .btn-primary, .btn-primary-outline, .btn-secondary, .btn-secondary-outline):hover {
  color: #F1F4F9;
}
.licht h1,
.licht h2,
.licht h3,
.licht h4,
.licht h5,
.licht h6,
.licht blockquote,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white blockquote {
  color: #fff;
}
.licht .outline-block,
.text-white .outline-block {
  border-color: #fff;
}
.licht .hasseparator,
.text-white .hasseparator {
  background-image: url(assets/images/arrow-white.png);
}
.licht input[type=text],
.licht input[type=email],
.licht input[type=url],
.licht input[type=password],
.licht input[type=search],
.licht input[type=number],
.licht input[type=tel],
.licht input[type=range],
.licht input[type=date],
.licht input[type=month],
.licht input[type=week],
.licht input[type=time],
.licht input[type=datetime],
.licht input[type=datetime-local],
.licht input[type=color],
.licht textarea,
.text-white input[type=text],
.text-white input[type=email],
.text-white input[type=url],
.text-white input[type=password],
.text-white input[type=search],
.text-white input[type=number],
.text-white input[type=tel],
.text-white input[type=range],
.text-white input[type=date],
.text-white input[type=month],
.text-white input[type=week],
.text-white input[type=time],
.text-white input[type=datetime],
.text-white input[type=datetime-local],
.text-white input[type=color],
.text-white textarea {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.licht .entry-content ul li::before,
.text-white .entry-content ul li::before {
  color: #fff;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  height: calc(100% + 1px);
}
.overlay.overlay-blue-left {
  background: -o-linear-gradient(left, #1D1F40 0%, rgba(28, 30, 63, 0.81) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#1D1F40), color-stop(50%, rgba(28, 30, 63, 0.81)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #1D1F40 0%, rgba(28, 30, 63, 0.81) 50%, rgba(0, 0, 0, 0) 100%);
}
.overlay.overlay-dark-blue {
  background: -o-linear-gradient(left, #000427 0%, rgba(28, 30, 64, 0.9) 75%, rgba(28, 31, 62, 0.97) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#000427), color-stop(75%, rgba(28, 30, 64, 0.9)), to(rgba(28, 31, 62, 0.97)));
  background: linear-gradient(90deg, #000427 0%, rgba(28, 30, 64, 0.9) 75%, rgba(28, 31, 62, 0.97) 100%);
}
.overlay.overlay-medium-blue {
  background: -o-linear-gradient(bottom, rgba(31, 39, 101, 0.85) 0%, rgba(66, 71, 133, 0.85) 75%, rgba(66, 71, 133, 0.6) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 39, 101, 0.85)), color-stop(75%, rgba(66, 71, 133, 0.85)), to(rgba(66, 71, 133, 0.6)));
  background: linear-gradient(0deg, rgba(31, 39, 101, 0.85) 0%, rgba(66, 71, 133, 0.85) 75%, rgba(66, 71, 133, 0.6) 100%);
}

/****** Responsive iframes ****/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/******************************
    elements
*******************************/
/** featherlight **/
.featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
  display: block;
}

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

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  color: #091233;
}
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  font-size: 1.5rem;
  opacity: 0.2;
}
.swiper .swiper-button-prev:hover:after,
.swiper .swiper-button-next:hover:after {
  opacity: 0.5;
}
.swiper .swiper-button-next {
  right: 0;
}
.swiper .swiper-button-prev {
  left: 0;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #1C1E40;
}

.gallery-section .slider-gallery-wrapper {
  padding-bottom: 2rem;
}
.gallery-section figure.swiper-slide {
  text-align: center;
}
.gallery-section figure a:hover img {
  opacity: 0.7;
}
.gallery-section figure figcaption {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 500;
  word-break: break-word;
}

.cli_manage_current_consent a:not([href]):not([class]),
.cli_manage_current_consent a:not([href]):not([class]):hover,
.cli_manage_current_consent a {
  cursor: pointer;
}

/************************
*       PAGINATION      *
*************************/
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 0.9rem;
}
.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #1A4A9A;
}
.pagination a:hover {
  color: #fff;
  background: #1C1E40;
}
.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #1C1E40;
  color: #fff;
}

/******************************
    lists
*******************************/
.entry-content ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.entry-content ul li {
  margin-left: 0;
  padding-left: 2.1rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.entry-content ul li::before {
  display: inline-block;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  color: #344FD8;
  display: inline-block;
  position: absolute;
  left: 2px;
  top: -4px;
  font-weight: 600;
  font-size: 1.3rem;
}
.entry-content ul li.gfield {
  padding-left: 0;
  background: none;
}
.entry-content ul li.gfield::before {
  display: none;
  content: "";
  background: none;
}

/****        layout           ****/
/******************
    sidebar
****************/
aside.sidebar div.widget {
  margin-bottom: 1rem;
}
aside.sidebar div.widget h3 {
  font-size: 1.3rem;
}
aside.sidebar div.widget input#s {
  width: 7em;
}
aside.sidebar div.widget ul {
  margin: 0 0 0 1em;
}
aside.sidebar div.widget ul li {
  list-style: disc;
  margin: 0 0 0 1px;
}
aside.sidebar div.widget ul ul {
  margin: 0 0 0 0.5em;
}
aside.sidebar div.widget ul ul li {
  list-style: circle;
}

/*****************
    footer
******************/
#footerbar {
  background-color: #1C1E40;
  color: #fff;
  padding: 2rem 0;
}
#footerbar a {
  color: #fff;
}
#footerbar a:hover {
  color: #F1F4F9;
}
#footerbar ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
#footerbar ul li {
  margin-bottom: 0.5rem;
}
#footerbar ul li a {
  color: #fff;
}
#footerbar ul li a:hover {
  color: #F1F4F9;
}

#footer {
  padding: 1rem 0 0.5rem;
  background-color: #091233;
  color: #fff;
  font-size: 0.8rem;
}
#footer p {
  margin-bottom: 0.5rem;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #F1F4F9;
}
#footer .textwidget {
  display: inline;
}
#footer ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
#footer ul li {
  display: inline-block;
  padding-right: 0.5rem;
  margin-bottom: 0.5rem;
}
#footer ul li a {
  text-decoration: none;
  color: #fff;
}
#footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}

/*****************
    404 page
******************/
#content-404 article {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}
#content-404 article h1.entry-title.title-404 {
  display: inline-block;
  font-size: 5rem;
  color: #b1b1b1;
  margin-bottom: 0;
}
#content-404 article input {
  margin-bottom: 1rem;
}

/*****************
    layout
******************/
article.loop .article-wrapper {
  padding: 1rem;
}
article.loop .article-wrapper header img {
  width: 100%;
  height: 150px;
  margin-bottom: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
}
article.loop .article-wrapper h1 {
  font-size: 2.1rem;
}
article.loop .article-wrapper h1 a {
  text-decoration: none;
}
article.loop .article-wrapper h1 a:hover {
  color: #344FD8;
}
article.loop .article-wrapper .entry-content {
  padding: 0;
}

article.loop-page.feat-img .article-wrapper {
  position: relative;
  height: 100%;
  padding: 0;
}
article.loop-page.feat-img .article-wrapper .overlay {
  background: -o-linear-gradient(transparent 0%, transparent 20%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, transparent), to(#fff));
  background: linear-gradient(transparent 0%, transparent 20%, #fff 100%);
}
article.loop-page.feat-img .article-wrapper img {
  height: 100%;
  min-height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 768px) {
  article.loop-page.feat-img .article-wrapper img {
    height: 400px;
    min-height: 400px;
  }
}
article.loop-page.feat-img .article-wrapper header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  z-index: 11;
  padding-bottom: 6rem;
}
article.loop-page.feat-img .article-wrapper header h1 {
  margin-bottom: 0;
  font-size: 2.1rem;
}
article.loop-page.feat-img .article-wrapper a:hover {
  color: #fff;
}
article.loop-page.feat-img .article-wrapper a:hover .overlay {
  background: -o-linear-gradient(transparent 0%, transparent 20%, #1C1E40 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, transparent), to(#1C1E40));
  background: linear-gradient(transparent 0%, transparent 20%, #1C1E40 100%);
}

/******************************
    Sections
*******************************/
.page-section {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 768px) {
  .page-section {
    min-height: 200px !important;
  }
}
.page-section.section-1 {
  padding-top: 150px;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 768px) {
  .page-section.section-1 {
    padding-top: 3rem;
  }
}
.page-section.flexible-columns-section, .page-section.background-image-section {
  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;
}
.page-section.section-large {
  min-height: 100vh;
  padding-top: 0;
}
.page-section.shift-up {
  margin-top: -60px;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (min-width: 1400px) {
  .page-section.shift-up {
    margin-top: -90px;
  }
}
.page-section.hasbackgroundimage, .page-section.has-bg-color {
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 80px), 0 100%, 0 80px);
  clip-path: polygon(100% 0, 100% calc(100% - 80px), 0 100%, 0 80px);
  padding-top: 120px;
  padding-bottom: 100px;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (min-width: 1400px) {
  .page-section.hasbackgroundimage, .page-section.has-bg-color {
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 100px), 0 100%, 0 100px);
    clip-path: polygon(100% 0, 100% calc(100% - 100px), 0 100%, 0 100px);
    padding-top: 140px;
    padding-bottom: 120px;
  }
}
.page-section.hasbackgroundimage.disable-clip-path-top, .page-section.hasbackgroundimage.section-1, .page-section.hasbackgroundimage.floating-header, .page-section.has-bg-color.disable-clip-path-top, .page-section.has-bg-color.section-1, .page-section.has-bg-color.floating-header {
  padding-top: 150px;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 80px), 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% calc(100% - 80px), 0 100%, 0 0);
}
@media (max-width: 768px) {
  .page-section.hasbackgroundimage.disable-clip-path-top, .page-section.hasbackgroundimage.section-1, .page-section.hasbackgroundimage.floating-header, .page-section.has-bg-color.disable-clip-path-top, .page-section.has-bg-color.section-1, .page-section.has-bg-color.floating-header {
    padding-top: 50px;
  }
}
@media (min-width: 1400px) {
  .page-section.hasbackgroundimage.disable-clip-path-top, .page-section.hasbackgroundimage.section-1, .page-section.hasbackgroundimage.floating-header, .page-section.has-bg-color.disable-clip-path-top, .page-section.has-bg-color.section-1, .page-section.has-bg-color.floating-header {
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 100px), 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 100px), 0 100%, 0 0);
  }
}
.page-section.hasbackgroundimage.disable-clip-path-bottom, .page-section.has-bg-color.disable-clip-path-bottom {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80px);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80px);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (min-width: 1400px) {
  .page-section.hasbackgroundimage.disable-clip-path-bottom, .page-section.has-bg-color.disable-clip-path-bottom {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100px);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100px);
  }
}
.page-section.hasbackgroundimage.disable-clip-path-both, .page-section.has-bg-color.disable-clip-path-both {
  -webkit-clip-path: none;
  clip-path: none;
}
.page-section.hasbackgroundimage {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-section.hasoverlay .container {
  z-index: 1;
}
.page-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-section .overlay.overlay-white {
  background-color: rgba(255, 255, 255, 0.5);
}
.page-section .overlay.overlay-dark {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-section .textblockwrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-section .rowwrapper .row:first-child {
  padding-top: 1rem;
}
.page-section .rowwrapper .row:last-child {
  padding-bottom: 1rem;
}
.page-section .rowwrapper .row.no-padding {
  padding: 0 !important;
}
.page-section .content-row .item {
  margin-bottom: 2rem;
}
.page-section .next-arrow {
  z-index: 1;
  position: absolute;
  bottom: 3rem;
}

.entry-content {
  margin-bottom: 1rem;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 992px) {
  .entry-content {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem;
  }
}
.entry-content.has-bg-color {
  padding: 2rem;
  margin-bottom: 2rem;
}

.flexible-columns-section .row.has-bg-color {
  padding: 4rem 1rem 1rem;
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 576px) {
  .flexible-columns-section .row.has-bg-color {
    padding: 4rem 0 1rem;
  }
}
.flexible-columns-section .border-bottom {
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 1rem;
}

/********* text image section ***********/
.text-img-section .column-img img {
  border-radius: 20px;
}

/********* text and slider section ***********/
.text-slider-section .column-img {
  padding: 0;
}
.text-slider-section .column-img .swiper {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 3rem;
}
.text-slider-section .column-img .swiper .swiper-button-prev,
.text-slider-section .column-img .swiper .swiper-button-next {
  color: #fff;
  background-color: #344FD8;
  bottom: 3rem;
  height: auto;
  top: auto;
  width: auto;
}
.text-slider-section .column-img .swiper .swiper-button-prev:after,
.text-slider-section .column-img .swiper .swiper-button-next:after {
  font-size: 1.5rem;
  opacity: 0.7;
  padding: 0.8rem 1rem;
  font-weight: 300;
  font-family: "Font Awesome 6 Pro";
}
.text-slider-section .column-img .swiper .swiper-button-prev:hover:after,
.text-slider-section .column-img .swiper .swiper-button-next:hover:after {
  opacity: 1;
}
.text-slider-section .column-img .swiper .swiper-button-next {
  right: 0;
}
.text-slider-section .column-img .swiper .swiper-button-next::after {
  content: "\f178";
}
.text-slider-section .column-img .swiper .swiper-button-prev {
  left: auto;
  right: 50px;
}
.text-slider-section .column-img .swiper .swiper-button-prev::after {
  content: "\f177";
}
.text-slider-section .column-img .swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-slider-section .column-img .swiper .swiper-pagination {
  bottom: 1rem;
}

/********* tabs section ***********/
.tabs-section ul.nav-tabs {
  margin-left: 1rem;
  margin-bottom: 1rem;
  border-bottom: none;
  display: inline-block;
}
.tabs-section ul.nav-tabs a.nav-link {
  background-color: transparent;
  display: block;
  color: #091233;
  border-radius: 0;
  border: none;
  padding: 0;
  margin-bottom: 1rem;
  font-weight: 900;
  font-size: 1.5rem;
  border-bottom: 2px solid transparent;
}
.tabs-section ul.nav-tabs a.nav-link:hover, .tabs-section ul.nav-tabs a.nav-link.active {
  background-color: transparent;
  color: #091233;
  border-bottom: 2px solid #b1b1b1;
}
.tabs-section .tab-content {
  background-color: transparent;
}

/********* slider section ***********/
.slider-section .swiper {
  width: 100%;
}
.slider-section .swiper .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-section .swiper .swiper-slide .container,
.slider-section .swiper .swiper-slide .row {
  height: 100%;
}
.slider-section .swiper .swiper-slide .container .entry-content,
.slider-section .swiper .swiper-slide .row .entry-content {
  padding: 1rem;
}
.slider-section .swiper .swiper-slide .container .entry-content.has-bg-color,
.slider-section .swiper .swiper-slide .row .entry-content.has-bg-color {
  padding: 2rem;
}

.connected-content-section {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 80px), 0 100%, 0 80px);
  clip-path: polygon(100% 0, 100% calc(100% - 80px), 0 100%, 0 80px);
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (min-width: 1400px) {
  .connected-content-section {
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 100px), 0 100%, 0 100px);
    clip-path: polygon(100% 0, 100% calc(100% - 100px), 0 100%, 0 100px);
  }
}
.connected-content-section .extra-content {
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 768px) {
  .connected-content-section .extra-content {
    margin-top: 5rem;
  }
}
.connected-content-section article {
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 768px) {
  .connected-content-section article {
    margin-bottom: 2rem;
  }
}
.connected-content-section article:last-of-type {
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 768px) {
  .connected-content-section article:last-of-type {
    margin-bottom: 0;
  }
}
.connected-content-section article .article-wrapper img.wp-post-image {
  /* Retrieves the value from the key*/
  /* If the key exists in the map*/
  /* Prints a media query based on the value*/
}
@media (max-width: 768px) {
  .connected-content-section article .article-wrapper img.wp-post-image {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
