/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/poppins-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../webfonts/poppins-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  src: url('../webfonts/poppins-v20-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../webfonts/poppins-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/poppins-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body,
html {
  width: 100%;
  height: 100%;
  color: #001c29; 
  font: 500 1rem/1.5rem 'Poppins', Helvetica Neue, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;

}
b, strong {
  font-weight: 700;
}
.lead {
  font-size: 1.125rem;
  line-height: 1.675rem;
  font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6  {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.4;
  font-family: 'Poppins';
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #001c29;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a:hover {
  color: rgb(110, 145, 148);
}
.bg-turquoise a {
  color: #fff233;
}
.content-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.content-section-heading h2, .content-section-heading .h2 {
  font-size: 3rem;
}
.content-section-heading h3, .content-section-heading .h3 {
  font-size: 1rem;
  text-transform: uppercase;
}
.content-section ul.check {
  list-style: none;
  padding: 0;
}
.masthead ul, .content-section ul, .modal-content ul {
  padding-left: 1.5rem;
}
.masthead ol, .content-section ol, .modal-content ol {
  padding-left: 1.5rem;
}
.masthead li, .content-section li, .modal-content li {
  margin-bottom: 0.25rem;
}
.masthead li:last-child, .content-section li:last-child, .modal-content li:last-child {
  margin-bottom: 0rem;
}
.content-section .check li {
  padding-left: 1.75rem;
}
.content-section .check li:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  display: inline-block;
  margin-left: calc( 1.3rem * -1 );
  width: 1.3rem;
}
.btn-xl {
  font-size: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 10px;
}
.btn {
  color: #fff;
  background: #001c29;
  border: 1.5px solid #001c29;
}
.btn:hover {
  color: #001c29;
  background: transparent;
  border: 1.5px solid #001c29;
}
.btn-yellow {
  color: #001c29 !important;
  background: #fff233;
  border: 1.5px solid #fff233;
}
.btn-yellow:hover {
  color: #fff233 !important;
  background: transparent;
  border: 1.5px solid #fff233;
}
.section-hr {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.bg-light-grey.section-hr {
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}
.rounded-box {
  border-radius: 12px;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
}
.number {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 30px;
  color: #001c29;
  background: #fff233;
  font-size: 1.5rem;
  line-height: 60px;
  font-weight: 700;
}
.bg-turquoise {
  color: #fff;
  background: rgb(110, 145, 148);
}
.bg-yellow {
  color: #001c29;
  background: #fff233;
}
.bg-burgundy {
  color: #fff;
  background: #47181e;
}
.bg-dark-turquoise {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}
.yellow {
  color: #fff233;
}
.turquoise {
  color: rgb(110, 145, 148);
}
.red {
  color: #d23333;
}
hr {
  margin: 1.5rem 0;
  opacity: 0.5;
  width: 50px;
}
.bg-light-grey {
  color: #001c29;
  background: #f0f0f0;
}
.bg-grey {
  color: #001c29;
  background: rgba(0, 0, 0, 0.05);
}
.bg-white {
  color: #001c29;
  background: #fff;
}
.start-line {
  border-left: 1.5px solid #fff233;
  margin-left: 0.5rem;
  padding-left: 1rem;
}
.bg-light-grey .start-line {
  border-left: 1.5px solid rgb(110, 145, 148);
}
.box-line {
  border: 1.5px solid #fff233;
}
.portrait {
  border-radius: 10px;
}
.text-muted {
  opacity: 0.5;
  color: inherit;
}
.label {
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  color: #001c29;
  border: 1.5px solid #001c29;
}
.white-label {
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  color: #fff;
  border: 1.5px solid #fff;
}
.text-small {
  font-size: 0.8rem;
}
.table {
  font-size: 0.8rem;
  line-height: 1.2rem;
  border-color: #f0f0f0;
  hyphens: auto;
}
.table > :not(caption) > * > * {
  color: inherit;
  padding: 0.5rem 0.5rem 0.5rem 0;
}
.table > :not(caption) > * > *:last-child {
  padding: 0.5rem 0;
}
.table tr {
  border-bottom: 4px solid #f0f0f0;
}
.table tr:last-child {
  border-bottom: none;
}
.rounded-table {
  border-radius: 12px;
}
/**************************/
/*       Navigation       */
/**************************/
#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 300px;
  height: 100%;
  transition: all 0.4s ease 0s;
  transform: translateX(350px);
  background: #fff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
}
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 300px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #6e9094;
  padding: 15px 20px;
  font-weight: 600;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #6e9094;
  background: rgba(110, 145, 148, 0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(255, 255, 255, 0.1);
  height: 110px;
  margin-top: -8px;
  padding: 0 185px 0 20px;
}
.sidebar-nav > .sidebar-brand a {
  color: #fff;
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
#sidebar-wrapper.active {
  right: 300px;
  width: 300px;
  transition: all 0.4s ease 0s;
}
.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(0, 28, 41, 0.4);
  line-height: 50px;
  z-index: 999;
}
.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
}
.menu-toggle:hover {
  background: #343a40;
}
#sidebar-wrapper a.sidebar-imprint {
  position: absolute;
  left: 20px;
  bottom: 25px;
  text-decoration: none;
  color: #6e9094;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.8rem;
}
.dim {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 1;
}
.dim.active {
  visibility: visible;
  background: rgba(0, 0, 0, 0.3);
}
/**************************/
/*         Header         */
/**************************/
.masthead {
  position: relative;
  width: 100%;
  padding-top: 12rem;
  padding-bottom: 6rem;
  background: #6e9094 url("../images/logo-freys-white.svg");
  background-position: center -15px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 200px 175px;
}
.masthead .gradient {
  color: #fff;
  background: rgb(110, 145, 148);
  background: linear-gradient(0deg, rgba(110, 145, 148, 1) 10%, rgba(110, 145, 148, 0) 90%);
}
.masthead h1, .masthead .h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}
.masthead a {
  color: #fff;
  text-decoration: none;
}
/**************************/
/*         Footer         */
/**************************/
footer.footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  line-height: 2rem;
}
footer a {
  cursor: pointer;
  text-decoration: none;
}
/******************+++++**/
/*         Modal         */
/********************+****/
.modal {
  padding-left: 0;
  padding-right: 0;
}
.modal-dialog {
  text-align: left;
  max-width: 960px;
  margin: .5rem;
  pointer-events: all;
}
.modal-content {
  padding: 2.75rem 1.25rem;
  background: #fff;
  border-radius: 12px;
}
.modal-content .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal-content .btn-close:focus {
  box-shadow: none;
  font-weight: 700;
  padding: 1.5rem;
}
/*********************/
/*     Accordion     */
/*********************/
.accordion {
  border-radius: 12px;
  --bs-accordion-border-width: 0;
}
.accordion-item {
  border: none;
}
.accordion-item:first-of-type {
  border-bottom: 1px solid #d5d5d5;
}
.accordion-item:first-of-type, .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed, .accordion-item:last-of-type, .accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.accordion-button {
  font-size: inherit;
  font-weight: 700 !important;
}
.accordion-button:focus {
  box-shadow: none;
  border:  none;
}
.accordion-button:not(.collapsed) {
  color: rgb(110, 145, 148);
  background: #fff;
}
.accordion-body {
  padding: 0.5rem 1.5rem 1rem 1.5rem;
}
.accordion-body .table tr {
  border-bottom: 1px solid #d5d5d5;
}
.accordion-body .table tr:last-child {
  border-bottom: none;
}
.accordion-button::after {
  background-image: url("../images/plus-solid.svg");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus-solid.svg");
}
/***********************/
/*     Scroll to       */
/***********************/
.scroll-to-link {
  display: block;
}
.scroll-to {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 10px 15px;
  font-weight: 600;
}
.scroll-to:focus, .scroll-to:hover {
  color: #fff;
  background: rgba(0, 28, 41, 0.2);
  border: none;
}
.scroll-to-circle {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  line-height: 46px;
  border-radius: 23px;
}
.scroll-to-circle:focus, .scroll-to-circle:hover {
  color: #fff;
  background: rgba(0, 28, 41, 0.2);
}
/**************************/
/*     Scroll to top      */
/**************************/
.scroll-to-top {
  position: fixed;
  right: 14px;
  bottom: 14px;
  display: none;
  width: 52px;
  height: 52px;
  text-align: center;
  color: #fff;
  background: rgba(0, 28, 41, 0.4);
  line-height: 52px;
  border-radius: 26px;
}
.scroll-to-top:focus, .scroll-to-top:hover {
  color: #fff;
}
.scroll-to-top:hover {
  background: #343a40;
}
.scroll-to-top i {
  font-weight: 800;
}
/************************+++++++**/
/*         Media Queries         */
/********************+++++++******/
@media (min-width: 992px) {
  .content-section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .masthead {
    height: 100vh;
    padding-top: 12rem;
    padding-bottom: 0;
    background-position: center -20px;
    background-size: 285px 250px;
  }
  .masthead .claim {
    margin-left: -30px;
    padding-top: 100px;
  }
  .masthead .claim img {
    height: 24px;
    margin-bottom: 30px;
    opacity: .4;
  }
  .masthead h1, .masthead .h1 {
    font-size: 5.5rem;
  }
  footer.footer {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 2rem;
  }
  body.modal-open {
    overflow-y: scroll !important;
    padding-right: 0 !important;
  }
  body.modal-open .navbar {
    padding-right: 0 !important;
  }
  .modal-dialog {
    text-align: left;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .modal-content {
    padding-top: 4rem;
    padding-right: 4rem;
    padding-left: 4rem;
    border-radius: 12px;
  }
}
@media (min-width: 565px) {
  .table {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .table > :not(caption) > * > * {
    padding: 1rem 1rem 1rem 0;
  }
  .table > :not(caption) > * > *:last-child {
    padding: 1rem 0;
  }
}