/*
==================================
scss base - pkr theme
==================================
*/
/*
==================================
reset css
==================================
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  scroll-behavior: smooth; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button,
a {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-width: 0;
  background-color: transparent;
  color: #000;
  font-weight: normal;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
  font-size: 100%; }

button {
  width: 0px;
  overflow: visible; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

/*
==================================
variables
==================================
*/
/*
==================================
font styles
==================================
*/
/*
==================================
lay-out
==================================
*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden; }

.sec {
  display: block; }

.sec-content {
  padding: 15px; }

.my-auto {
  margin: 0 auto; }

.mx-auto {
  margin: auto 0; }

.w-10 {
  width: 10%;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .w-10 {
      width: 100%; } }

.w-20 {
  width: 20%;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .w-20 {
      width: 100%; } }

.w-25 {
  width: 25%;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .w-25 {
      width: 100%; } }

.w-30 {
  width: 30%;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .w-30 {
      width: 100%; } }

.w-40 {
  width: 40%;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .w-40 {
      width: 100%; } }

.w-50 {
  width: 50%;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .w-50 {
      width: 100%; } }

.w-60 {
  width: 60%;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .w-60 {
      width: 100%; } }

.w-70 {
  width: 70%;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .w-70 {
      width: 100%; } }

.w-75 {
  width: 75%;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .w-75 {
      width: 100%; } }

.w-80 {
  width: 80%;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .w-80 {
      width: 100%; } }

.w-90 {
  width: 90%;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .w-90 {
      width: 100%; } }

.w-100 {
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .w-100 {
      width: 100%; } }

/*
==================================
grids
==================================
*/
.dg-auto-y {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); }

.dg-auto-x {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); }
  @media only screen and (max-width: 768px) {
    .dg-auto-x {
      grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)); } }

.dg-center {
  display: grid;
  place-items: center; }

/*
==================================
grids > extra large
==================================
*/
@media only screen and (max-width: 1200px) {
  .dg-xl-1 {
    display: block; } }

@media only screen and (max-width: 1200px) {
  .dg-xl-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 1200px) {
  .dg-xl-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: XL) {
  .dg-xl-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 1200px) {
  .dg-xl-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 1200px) {
  .dg-xl-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: XL) {
  .dg-xl-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 1200px) {
  .dg-xl-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 1200px) {
  .dg-xl-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 1200px) {
  .dg-xl-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 1200px) {
  .dg-xl-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 1200px) {
  .dg-xl-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1rem; } }

/*
==================================
grids > large
==================================
*/
@media only screen and (max-width: 1000px) {
  .dg-l-1 {
    display: block; } }

@media only screen and (max-width: 1000px) {
  .dg-l-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 1000px) {
  .dg-l-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: XL) {
  .dg-l-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 1000px) {
  .dg-l-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 1000px) {
  .dg-l-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: XL) {
  .dg-l-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 1000px) {
  .dg-l-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 1000px) {
  .dg-l-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 1000px) {
  .dg-l-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 1000px) {
  .dg-l-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 1000px) {
  .dg-l-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1rem; } }

/*
==================================
grids > medium
==================================
*/
@media only screen and (max-width: 992px) {
  .dg-m-1 {
    display: block; } }

@media only screen and (max-width: 992px) {
  .dg-m-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 992px) {
  .dg-m-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: XL) {
  .dg-m-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 992px) {
  .dg-m-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 992px) {
  .dg-m-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: XL) {
  .dg-m-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 992px) {
  .dg-m-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 992px) {
  .dg-m-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 992px) {
  .dg-m-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 992px) {
  .dg-m-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 992px) {
  .dg-m-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1rem; } }

/*
==================================
grids > small
==================================
*/
@media only screen and (max-width: 768px) {
  .dg-s-1 {
    display: block; } }

@media only screen and (max-width: 768px) {
  .dg-s-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 768px) {
  .dg-s-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 768px) {
  .dg-s-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 768px) {
  .dg-s-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 768px) {
  .dg-s-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 768px) {
  .dg-s-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 768px) {
  .dg-s-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 768px) {
  .dg-s-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 768px) {
  .dg-s-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 768px) {
  .dg-s-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-gap: 1rem; } }

@media only screen and (max-width: 768px) {
  .dg-s-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1rem; } }

/*
==================================
span with 12 column layout
==================================
*/
.span-1 {
  grid-column: 1/2; }

.span-2 {
  grid-column: 1/3; }

.span-3 {
  grid-column: 1/4; }

.span-4 {
  grid-column: 1/5; }

.span-5 {
  grid-column: 1/6; }

.span-6 {
  grid-column: 1/7; }

.span-7 {
  grid-column: 1/8; }

.span-8 {
  grid-column: 1/9; }

.span-9 {
  grid-column: 1/10; }

.span-10 {
  grid-column: 1/11; }

.span-11 {
  grid-column: 1/12; }

.span-12 {
  grid-column: 1/13; }

/*
==================================
flex
==================================
*/
.df {
  display: flex; }

.df-w {
  display: flex;
  flex-wrap: wrap; }

.df-c-h {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }

.df-c-v {
  display: flex;
  align-items: center;
  flex-direction: column; }

.df-sa {
  display: flex;
  align-items: center;
  justify-content: space-around; }

.df-sb {
  display: flex;
  align-items: center;
  justify-content: space-between; }

/*
==================================
margin
==================================
*/
.m-xs {
  margin: 0.25rem; }

.m-s {
  margin: 0.5rem; }

.m-md {
  margin: 0.75rem; }

.m-l {
  margin: 1rem; }

.m-xl {
  margin: 1.25rem; }

.m-xxl {
  margin: 1.5rem; }

.m-xxxl {
  margin: 3rem; }

.my-xs {
  margin: 0.25rem 0; }

.my-s {
  margin: 0.5rem 0; }

.my-md {
  margin: 0.75rem 0; }

.my-l {
  margin: 1rem 0; }

.my-xl {
  margin: 1.25rem 0; }

.my-xxl {
  margin: 1.5rem 0; }

.my-xxxl {
  margin: 3rem 0; }

.mx-xs {
  margin: 0 0.25rem; }

.mx-s {
  margin: 0 0.5rem; }

.mx-md {
  margin: 0 0.75rem; }

.mx-l {
  margin: 0 1rem; }

.mx-xl {
  margin: 0 1.25rem; }

.mx-xxl {
  margin: 0 1.5rem; }

.mx-xxxl {
  margin: 0 3rem; }

.mt-xs {
  margin-top: 0.25rem; }

.mt-s {
  margin-top: 0.5rem; }

.mt-md {
  margin-top: 0.75rem; }

.mt-l {
  margin-top: 1rem; }

.mt-xl {
  margin-top: 1.25rem; }

.mt-xxl {
  margin-top: 1.5rem; }

.mt-xxxl {
  margin-top: 3rem; }

.mb-xs {
  margin-bottom: 0.25rem; }

.mb-s {
  margin-bottom: 0.5rem; }

.mb-md {
  margin-bottom: 0.75rem; }

.mb-l {
  margin-bottom: 1rem; }

.mb-xl {
  margin-bottom: 1.25rem; }

.mb-xxl {
  margin-bottom: 1.5rem; }

.mb-xxxl {
  margin-bottom: 3rem; }

.ml-xs {
  margin-left: 0.25rem; }

.ml-s {
  margin-left: 0.5rem; }

.ml-md {
  margin-left: 0.75rem; }

.ml-l {
  margin-left: 1rem; }

.ml-xl {
  margin-left: 1.25rem; }

.ml-xxl {
  margin-left: 1.5rem; }

.ml-xxxl {
  margin-left: 3rem; }

.mr-xs {
  margin-right: 0.25rem; }

.mr-s {
  margin-right: 0.5rem; }

.mr-md {
  margin-right: 0.75rem; }

.mr-l {
  margin-right: 1rem; }

.mr-xl {
  margin-right: 1.25rem; }

.mr-xxl {
  margin-right: 1.5rem; }

.mr-xxxl {
  margin-right: 3rem; }

/*
==================================
padding
==================================
*/
.p-xs {
  padding: 0.25rem; }

.p-s {
  padding: 0.5rem; }

.p-md {
  padding: 0.75rem; }

.p-l {
  padding: 1rem; }

.p-xl {
  padding: 1.25rem; }

.p-xxl {
  padding: 1.5rem; }

.p-xxxl {
  padding: 3rem; }

.py-xs {
  padding: 0.25rem 0; }

.py-s {
  padding: 0.5rem 0; }

.py-md {
  padding: 0.75rem 0; }

.py-l {
  padding: 1rem 0; }

.py-xl {
  padding: 1.25rem 0; }

.py-xxl {
  padding: 1.5rem 0; }

.py-xxxl {
  padding: 3rem 0; }

.px-xs {
  padding: 0 0.25rem; }

.px-s {
  padding: 0 0.5rem; }

.px-md {
  padding: 0 0.75rem; }

.px-l {
  padding: 0 1rem; }

.px-xl {
  padding: 0 1.25rem; }

.px-xxl {
  padding: 0 1.5rem; }

.px-xxxl {
  padding: 0 3rem; }

.pt-xs {
  padding-top: 0.25rem; }

.pt-s {
  padding-top: 0.5rem; }

.pt-md {
  padding-top: 0.75rem; }

.pt-l {
  padding-top: 1rem; }

.pt-xl {
  padding-top: 1.25rem; }

.pt-xxl {
  padding-top: 1.5rem; }

.pt-xxxl {
  padding-top: 3rem; }

.pb-xs {
  padding-bottom: 0.25rem; }

.pb-s {
  padding-bottom: 0.5rem; }

.pb-md {
  padding-bottom: 0.75rem; }

.pb-l {
  padding-bottom: 1rem; }

.pb-xl {
  padding-bottom: 1.25rem; }

.pb-xxl {
  padding-bottom: 1.5rem; }

.pb-xxxl {
  padding-bottom: 3rem; }

.pl-xs {
  padding-left: 0.25rem; }

.pl-s {
  padding-left: 0.5rem; }

.pl-md {
  padding-left: 0.75rem; }

.pl-l {
  padding-left: 1rem; }

.pl-xl {
  padding-left: 1.25rem; }

.pl-xxl {
  padding-left: 1.5rem; }

.pl-xxxl {
  padding-left: 3rem; }

.pr-xs {
  padding-right: 0.25rem; }

.pr-s {
  padding-right: 0.5rem; }

.pr-md {
  padding-right: 0.75rem; }

.pr-l {
  padding-right: 1rem; }

.pr-xl {
  padding-right: 1.25rem; }

.pr-xxl {
  padding-right: 1.5rem; }

.pr-xxxl {
  padding-right: 3rem; }

/*
==================================
img elements
==================================
*/
img {
  width: 100%;
  height: auto; }

/*
==================================
txt elements
==================================
*/
body {
  font-family: "Helvetica Neue", sans-serif; }

.sec-title {
  padding: 0.5rem 0; }
  @media only screen and (max-width: 768px) {
    .sec-title {
      padding: 0rem; } }

h1 {
  color: #404040;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1rem 0;
  text-align: center;
  line-height: 1.75rem; }
  @media only screen and (max-width: 768px) {
    h1 {
      font-size: 1rem;
      padding: 1rem 0 0.8rem 0; } }

h2 {
  color: #404040;
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5rem 0;
  text-align: center; }

h3 {
  color: #404040;
  letter-spacing: 1.5px;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 0; }

h4 {
  color: #404040;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 0; }

h5 {
  color: #404040;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 0; }

p {
  color: #404040;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0.5rem 0;
  line-height: 1.5rem;
  letter-spacing: 1.5px; }

ul {
  color: #404040;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0.5rem 0;
  line-height: 1.5rem;
  letter-spacing: 1.5px;
  list-style-type: disc;
  list-style-position: inside; }

strong {
  font-weight: 600; }

u a {
  color: #ed9c21;
  font-weight: 600; }
  u a:hover {
    color: #ed9c21; }

blockquote {
  color: #404040;
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  padding: 1rem 0; }

/*
==================================
buttons & anchors
==================================
*/
a {
  color: white;
  font-size: 0.85rem;
  text-decoration: none;
  letter-spacing: 1px; }
  a:hover {
    text-decoration: underline;
    transition: ease-in linear;
    color: white; }

.btn {
  border-radius: 20px;
  color: #000;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  display: grid;
  place-items: center;
  border: 1.5px solid #000;
  background-color: transparent; }
  @media only screen and (max-width: 768px) {
    .btn {
      font-size: 0.9rem;
      padding: 0.5rem 0.5rem; } }

.btn-empty {
  color: #ed9c21;
  border-color: #ed9c21;
  transition: 300ms ease-in; }
  .btn-empty:hover {
    background-color: #ed9c21;
    text-decoration: none; }

.btn-fill {
  background-color: #ed9c21;
  border-color: #ed9c21;
  color: white;
  transition: 300ms ease-in; }
  .btn-fill:hover {
    background-color: #d1891d;
    border-color: #d1891d;
    color: white;
    text-decoration: none; }

hr {
  border: 1px solid #d0d0d0; }

/*
==================================
nav-main
==================================
*/
.nav-main-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 15px; }
  @media only screen and (max-width: 768px) {
    .nav-main-content {
      padding: 1rem 15px; } }
  .nav-main-content .main-content {
    display: flex;
    justify-content: flex-end; }
  .nav-main-content .main-title h1 {
    color: #4c9be9; }
    @media only screen and (max-width: 768px) {
      .nav-main-content .main-title h1 {
        font-size: 1rem; } }
  .nav-main-content .main-cta {
    padding: 0 2rem; }
    .nav-main-content .main-cta a {
      padding-right: 3rem;
      padding-left: 3rem; }
      @media only screen and (max-width: 768px) {
        .nav-main-content .main-cta a {
          padding-right: 1rem;
          padding-left: 1rem; } }
  .nav-main-content .main-social {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .nav-main-content .main-social {
        display: none; } }
    .nav-main-content .main-social img {
      width: 35px;
      height: auto; }
    .nav-main-content .main-social a {
      padding-left: 2rem; }

/*
==================================
nav-sec
==================================
*/
.nav-sec {
  background-color: #4c9be9; }
  @media only screen and (max-width: 768px) {
    .nav-sec {
      display: none; } }

.nav-sec-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem; }
  .nav-sec-content p {
    color: white; }

/*
==================================
nav-mobile
==================================
*/
.nav-mobile {
  background-color: #4c9be9; }
  @media only screen and (min-width: 768px) {
    .nav-mobile {
      display: none; } }

.nav-mobile-content {
  display: grid;
  grid-template-columns: 90% 10%;
  grid-gap: 10px; }
  .nav-mobile-content p {
    color: white; }
  .nav-mobile-content .swiper-slide {
    height: auto;
    width: auto !important;
    background-color: #4c9be9; }

.nav-mobile-pointer {
  color: white; }

/*
==================================
sec-let-op
==================================
*/
.sec-let-op {
  background-color: #fafafa;
  padding: 8px; }
  .sec-let-op .sec-content {
    padding: 0; }
  @media only screen and (max-width: 768px) {
    .sec-let-op {
      text-align: center; }
      .sec-let-op img {
        width: 70%; } }

/*
==================================
Sectie Hero
==================================
*/
.sec-hero .swiper-slide-hero img {
  width: 100%;
  height: 400px;
  object-fit: cover; }
.sec-hero .hero-text {
  text-align: center; }

/*
==================================
Sectie loop info
==================================
*/
.content-loop-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem; }
  @media only screen and (max-width: 768px) {
    .content-loop-info {
      grid-template-columns: 1fr; } }

/*
==================================
Sec FAQ
==================================
*/
.sec-faq p {
  font-weight: 600; }
@media only screen and (max-width: 768px) {
  .sec-faq {
    text-align: center; } }

/*
==================================
Swiper hero
==================================
*/
.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 400px; }

.swiper-pagination-bullet-active {
  background-color: #d1891d; }

.slider-hero-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  justify-content: center;
  height: 400px; }
  @media only screen and (max-width: 768px) {
    .slider-hero-content {
      display: flex;
      align-items: center; } }
  .slider-hero-content h1 {
    text-transform: uppercase;
    font-size: 5rem;
    font-weight: 600; }
  .slider-hero-content p {
    padding: 1rem 0;
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 600; }
  .slider-hero-content .btn-hero {
    margin: 1rem auto;
    max-width: 80%; }

@media only screen and (max-width: 768px) {
  .slider-hero-info {
    height: auto; } }

@media only screen and (max-width: 768px) {
  .slider-hero-empty {
    display: none; } }

/*
==================================
Swiper - logobalk
==================================
*/
.content-sec-logobalk {
  background-color: #fafafa;
  padding: 2rem 1rem; }

.swiper-logobalk .card-logo {
  text-align: center;
  height: 200px;
  width: 200px;
  background-color: #fff;
  margin: 0 auto; }
  .swiper-logobalk .card-logo img {
    max-width: 150px;
    height: auto;
    object-fit: cover;
    filter: grayscale(100%); }
.swiper-logobalk .swiper-slide {
  background-color: transparent;
  height: 240px; }

/*
==================================
Swiper - loop-lening
==================================
*/
.swiper-leningen {
  padding-bottom: 3rem; }
  .swiper-leningen .swiper-slide {
    height: 525px; }

/*
==================================
cards
==================================
*/
.card-y {
  overflow: hidden;
  height: auto;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px; }

.card-y-content {
  display: block; }

.card-y-img {
  height: 14rem; }

.card-y-meta {
  padding: 1rem 0;
  font-size: 0.8rem;
  color: #404040; }
  .card-y-meta a {
    color: #404040;
    font-size: 0.8rem;
    font-weight: 200; }

.card-y-info {
  padding: 0.5rem 1rem; }
  .card-y-info p {
    color: #404040; }

.card-y-cta {
  padding: 1rem;
  font-style: italic; }
  .card-y-cta a {
    font-weight: 400; }

.card-x {
  overflow: hidden;
  height: auto;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  padding: 1rem; }
  @media only screen and (max-width: 768px) {
    .card-x {
      padding: 0; } }

.card-x-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.card-x-img {
  height: 13rem;
  width: 40%;
  object-fit: cover; }
  @media only screen and (max-width: 768px) {
    .card-x-img {
      width: 100%; } }

.card-x-info {
  padding: 0.5rem 1rem;
  width: 60%; }
  .card-x-info p {
    color: #404040; }
  @media only screen and (max-width: 768px) {
    .card-x-info {
      width: 100%; } }

.card-x-cta {
  padding: 1rem 0;
  font-style: italic; }
  .card-x-cta a {
    font-weight: 400; }

/*
==================================
Cards - card-info
==================================
*/
.content-card-info {
  height: 285px;
  padding-top: 5rem; }

.card-info-bg {
  transition: transform 0.2s;
  /* Animation */
  position: relative;
  padding: 4rem 1rem 1rem 1rem;
  box-shadow: 5px 6px 8px 1px rgba(0, 0, 0, 0.3); }
  .card-info-bg:hover {
    border: 1px solid #404040;
    transform: scale(1.05);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ }

.card-info-image {
  position: absolute;
  top: -40%;
  right: 30%; }
  .card-info-image img {
    height: 150px;
    width: 150px; }

/*
==================================
Cards - card-lening
==================================
*/
.card-lening {
  padding-bottom: 1rem;
  width: 275px;
  margin: 0 auto; }
  .card-lening:hover {
    padding-bottom: 0px;
    border: 1px solid #404040;
    box-shadow: 5px 6px 8px 1px rgba(0, 0, 0, 0.3); }

.card-lening-img {
  height: 325px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end; }
  .card-lening-img span {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #ed9c21;
    margin: 1rem; }

.card-lening-data {
  padding: 8px;
  width: 275px;
  text-align: left;
  transition: border 200ms linear; }

/*
==================================
Card - Vragen 
==================================
*/
.card-vraag {
  padding-bottom: 2rem;
  cursor: pointer; }

.vraag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d0d0d0;
  transition: transform 300ms linearr; }
  .vraag p {
    font-weight: 600; }
    @media only screen and (max-width: 768px) {
      .vraag p {
        padding-right: 1rem; } }
  .vraag img {
    width: 22px;
    height: 22px;
    -webkit-transform: rotate(270deg);
    /* to support Safari and Android browser */
    -ms-transform: rotate(270deg);
    /* to support IE 9 */
    transform: rotate(270deg); }
  .vraag:hover img {
    -webkit-transform: rotate(90deg);
    /* to support Safari and Android browser */
    -ms-transform: rotate(90deg);
    /* to support IE 9 */
    transform: rotate(90deg); }

.antwoord {
  max-height: 0;
  overflow: hidden; }

.toggle-antwoord {
  max-height: 600px; }

/*
==================================
Blocks - Leningen
==================================
*/
.leningen-intro {
  padding: 2rem 0; }
  .leningen-intro p {
    text-align: center; }

.lening-krediet {
  padding: 2rem 0; }

.content-lening-krediet {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem; }
  @media only screen and (max-width: 768px) {
    .content-lening-krediet {
      grid-template-columns: 1fr; } }
  .content-lening-krediet .krediet-image img {
    max-height: 433px;
    object-fit: cover;
    padding-top: 2rem; }
    @media only screen and (max-width: 768px) {
      .content-lening-krediet .krediet-image img {
        padding-top: 0; } }

/*
==================================
Page - Leningen 
==================================
*/
.content-page-diensten {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }
  @media only screen and (max-width: 992px) {
    .content-page-diensten {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 767px) {
    .content-page-diensten {
      grid-template-columns: repeat(1, 1fr); } }

/*
==================================
Page - Over ons
==================================
*/
.content-over-ons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem 5rem;
  margin: 3rem 0; }
  @media only screen and (max-width: 768px) {
    .content-over-ons {
      display: block; } }
  .content-over-ons .over-ons-image {
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 768px) {
      .content-over-ons .over-ons-image {
        justify-content: center; } }
    .content-over-ons .over-ons-image img {
      height: 550px;
      width: auto; }

/*
==================================
Page - Berekenen 
==================================
*/
.berekenen iframe {
  width: 100%;
  height: 550px; }

/*
==================================
Page - Vragen 
==================================
*/
.content-vragen-loop {
  display: grid;
  grid-template-columns: 60% 40%; }
  @media only screen and (max-width: 767px) {
    .content-vragen-loop {
      display: block; } }
  .content-vragen-loop h1 {
    padding: 3rem 0;
    text-align: left; }
  .content-vragen-loop a {
    color: #ed9c21; }
  .content-vragen-loop .sec-vragen-col2 {
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 768px) {
      .content-vragen-loop .sec-vragen-col2 {
        justify-content: center; } }
    .content-vragen-loop .sec-vragen-col2 img {
      height: 550px;
      width: auto; }

/*
==================================
Page - contact
==================================
*/
.content-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem; }
  @media only screen and (max-width: 768px) {
    .content-contact {
      display: block; } }
  .content-contact .contact-gegevens-bg {
    background-color: #fafafa;
    padding: 5rem 6rem; }
    @media only screen and (max-width: 768px) {
      .content-contact .contact-gegevens-bg {
        padding: 4rem 3rem; } }
  .content-contact .gegevens-title {
    padding: 2rem 0; }
  .content-contact .contact-info {
    display: grid;
    grid-template-columns: 15% 85%; }
  .content-contact .contact-icon {
    padding: 8px 0; }
    .content-contact .contact-icon img {
      height: 20px;
      width: auto; }
  .content-contact .contact-text {
    display: flex;
    align-items: center;
    line-height: 23px; }
    .content-contact .contact-text p {
      font-weight: 600; }
    .content-contact .contact-text a {
      color: #404040;
      font-weight: 600;
      align-items: center; }
  .content-contact .contact {
    padding: 1rem 0; }
    .content-contact .contact .contact-handelsnaam {
      font-style: italic; }
  .content-contact .gform_wrapper {
    color: #676767 !important; }
    .content-contact .gform_wrapper input,
    .content-contact .gform_wrapper select,
    .content-contact .gform_wrapper textarea {
      border: none;
      border-bottom: 1px solid #d0d0d0;
      line-height: 2rem;
      min-height: 43px;
      color: #676767 !important; }
    .content-contact .gform_wrapper .gform_footer {
      text-align: center; }
    .content-contact .gform_wrapper input.button {
      background-color: #ed9c21 !important;
      color: white !important;
      border-color: #ed9c21 !important;
      transition: 300ms ease-in !important;
      border-radius: 30px !important;
      min-width: 400px;
      letter-spacing: 1px !important;
      text-align: center;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        .content-contact .gform_wrapper input.button {
          min-width: 200px; } }
      .content-contact .gform_wrapper input.button:hover {
        color: #ed9c21 !important;
        background-color: transparent !important;
        border: 1px solid #ed9c21;
        cursor: pointer; }

/*
==================================
Page - Bedankt
==================================
*/
.content-bedankt {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media only screen and (max-width: 768px) {
    .content-bedankt {
      display: block; } }
  .content-bedankt .bedankt-info {
    padding-top: 35%; }
  .content-bedankt .bedankt-image {
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 768px) {
      .content-bedankt .bedankt-image {
        justify-content: center; } }
    .content-bedankt .bedankt-image img {
      height: 550px;
      width: auto; }

/*
==================================
Page - Error 404
==================================
*/
.content-error {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media only screen and (max-width: 768px) {
    .content-error {
      display: block; } }
  .content-error .error-info {
    padding-top: 35%; }
  .content-error .error-image {
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 768px) {
      .content-error .error-image {
        justify-content: center; } }
    .content-error .error-image img {
      height: 550px;
      width: auto; }

/*
==================================
Page - Disclaimer
==================================
*/
.content-disclaimer {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media only screen and (max-width: 768px) {
    .content-disclaimer {
      display: block; } }
  .content-disclaimer .disclaimer-info {
    padding-top: 25%; }
  .content-disclaimer .disclaimer-image {
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 768px) {
      .content-disclaimer .disclaimer-image {
        justify-content: center; } }
    .content-disclaimer .disclaimer-image img {
      height: 550px;
      width: auto; }
  .content-disclaimer .disclaimer-documenten {
    padding-left: 10rem; }
    @media only screen and (max-width: 768px) {
      .content-disclaimer .disclaimer-documenten {
        padding-left: 1rem; } }
    .content-disclaimer .disclaimer-documenten .disclaimer-files a {
      color: #404040;
      font-weight: 600; }
    .content-disclaimer .disclaimer-documenten .disclaimer-files ul {
      list-style-position: inside; }
    .content-disclaimer .disclaimer-documenten .disclaimer-files li {
      padding: 0.5rem 0; }

/*
==================================
Page - Persoonlijk- en doorlopend krediet
==================================
*/
.content-doorlopend-krediet,
.content-persoonlijk-krediet {
  padding-top: 3rem; }
  .content-doorlopend-krediet .krediet-intro,
  .content-persoonlijk-krediet .krediet-intro {
    text-align: center; }

/*
==================================
Footer
==================================
*/
.nav-footer {
  background-color: #4c9be9;
  padding: 1rem;
  margin-top: 2rem; }
  .nav-footer .footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem; }
    @media only screen and (max-width: 768px) {
      .nav-footer .footer-content {
        grid-template-columns: 1fr; } }
  .nav-footer .footer-content {
    align-items: center; }
    .nav-footer .footer-content p {
      color: white; }
    .nav-footer .footer-content .slash {
      color: white; }
  .nav-footer .footer-social {
    align-items: center; }
    .nav-footer .footer-social img {
      margin-right: 2rem;
      width: 30px;
      height: auto; }

/*# sourceMappingURL=pkr.css.map */
