/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import '../css/bootstrap-grid.css';
@import '../css/hamburgers.css';
@import '../css/slick.css';
@import '../css/jquery.fancybox.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;
}

/* 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 {
  content: "";
  content: none;
}

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

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

/*Colors*/
/*Classes*/
.clearfix {
  overflow: visible;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  line-height: 16px;
  overflow-x: hidden;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

body {
  padding-top: 76px;
}
@media only screen and (min-width: 1200px) {
  body {
    padding-top: 0;
  }
}

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

h1 {
  font-size: 2.25rem;
  line-height: 2.8125rem;
  letter-spacing: -2.2%;
  font-weight: 700;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.75rem;
    line-height: 3.5rem;
  }
}

h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  letter-spacing: -2.2%;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}

h3 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  letter-spacing: -2.2%;
  font-weight: 700;
  margin-bottom: 20px;
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -2.2%;
  font-weight: 700;
  margin-bottom: 24px;
}

h5 {
  font-size: 1.125rem;
  line-height: 2.5rem;
  letter-spacing: -2.2%;
  font-weight: 700;
  margin-bottom: 20px;
}

h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -2.2%;
  font-weight: 700;
  margin-bottom: 20px;
}

a, a:link, a:focus, a:visited {
  color: #000;
  text-decoration: none;
  color: #E30317;
  font-weight: 600;
}

p {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #636B75;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
p strong {
  font-weight: 700;
}

ul, ol {
  padding-left: 30px;
  margin-bottom: 24px;
}
ul li, ol li {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #636B75;
}
ul ul, ul ol, ol ul, ol ol {
  padding-top: 24px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style: decimal;
}

table tr th {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #636B75;
  text-align: left;
  padding: 4px 10px;
}
table tr td {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #636B75;
  padding: 4px 10px;
}

.wp-block-table td, .wp-block-table th {
  border: none;
  padding: 4px 10px;
}

.wp-block-table thead {
  border-bottom: none;
}

.container {
  width: 95%;
  margin: 0 auto;
  max-width: 1400px;
}
@media only screen and (min-width: 1440px) {
  .container {
    width: 80%;
  }
}
.container.container-thin {
  max-width: 700px;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.loading {
  filter: blur(10px);
  -webkit-filter: blur(10px);
}

.mb-50 {
  margin-bottom: 50px;
}

.tagline-wrapper {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .tagline-wrapper {
    margin-bottom: 32px;
  }
}

.tagline {
  display: inline-block;
  background-color: #FAEAE9;
  color: #E30317;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.link-with-icon-wrap {
  margin-bottom: 32px;
}
.link-with-icon-wrap .link-with-icon svg {
  vertical-align: middle;
  margin-right: 10px;
}
.link-with-icon-wrap .link-with-icon span {
  vertical-align: middle;
  color: #636B75;
}

/* @include font-face('Corbel', '../fonts/Corbel Bold Italic.ttf', 700, 'italic');
@include font-face('Corbel', '../fonts/Corbel Bold.ttf', 700);
@include font-face('Corbel', '../fonts/Corbel Italic.ttf', 400, 'italic');
@include font-face('Corbel', '../fonts/CORBEL.TTF', 400); */
.btn, .btn:link, .btn:focus, .btn:visited {
  position: relative;
  display: inline-block;
  padding: 6px 10px 6px 10px;
  background-color: transparent;
  border: 2px solid transparent;
  color: #fff;
  text-align: center;
  padding: 6px 16px 6px 16px;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: -1.1%;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-decoration: none;
  border-radius: 6px;
}
.btn:after, .btn:link:after, .btn:focus:after, .btn:visited:after {
  content: "";
  display: none;
  background-color: transparent;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  position: absolute;
  border-radius: 6px;
  border: 2px solid #fff;
}
.btn:hover, .btn:link:hover, .btn:focus:hover, .btn:visited:hover {
  color: #fff;
  background-color: #000;
}
.btn.arrow:before, .btn:link.arrow:before, .btn:focus.arrow:before, .btn:visited.arrow:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: contain;
}
.btn.arrow-center:before, .btn:link.arrow-center:before, .btn:focus.arrow-center:before, .btn:visited.arrow-center:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.btn.arrow-right, .btn:link.arrow-right, .btn:focus.arrow-right, .btn:visited.arrow-right {
  padding: 14px 28px 12px 16px;
}
.btn.arrow-right:before, .btn:link.arrow-right:before, .btn:focus.arrow-right:before, .btn:visited.arrow-right:before {
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
}
.btn.arrow-left, .btn:link.arrow-left, .btn:focus.arrow-left, .btn:visited.arrow-left {
  padding: 14px 16px 12px 28px;
}
.btn.arrow-left:before, .btn:link.arrow-left:before, .btn:focus.arrow-left:before, .btn:visited.arrow-left:before {
  top: 0;
  left: 8px;
  bottom: 0;
  margin: auto;
}
.btn.arrow-red::before, .btn:link.arrow-red::before, .btn:focus.arrow-red::before, .btn:visited.arrow-red::before {
  background-image: url(../images/arrow-red.svg);
}
.btn.arrow-white::before, .btn:link.arrow-white::before, .btn:focus.arrow-white::before, .btn:visited.arrow-white::before {
  background-image: url(../images/arrow-white.svg);
}
.btn.arrow-black::before, .btn:link.arrow-black::before, .btn:focus.arrow-black::before, .btn:visited.arrow-black::before {
  background-image: url(../images/arrow-black.svg);
}
.btn.btn-small, .btn:link.btn-small, .btn:focus.btn-small, .btn:visited.btn-small {
  padding: 6px 8px 6px 8px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.btn.btn-wide, .btn:link.btn-wide, .btn:focus.btn-wide, .btn:visited.btn-wide {
  min-width: 336px;
}
.btn.btn-red, .btn:link.btn-red, .btn:focus.btn-red, .btn:visited.btn-red {
  background-color: #E30317;
  border: 2px solid #E30317;
}
.btn.btn-red:visited, .btn:link.btn-red:visited, .btn:focus.btn-red:visited, .btn:visited.btn-red:visited {
  background-color: #E30317;
  border: 2px solid #E30317;
}
.btn.btn-red:hover, .btn:link.btn-red:hover, .btn:focus.btn-red:hover, .btn:visited.btn-red:hover {
  background-color: #B80210;
  border: 2px solid #B80210;
}
.btn.btn-red:active, .btn:link.btn-red:active, .btn:focus.btn-red:active, .btn:visited.btn-red:active {
  background-color: #7C1A17;
  border: 2px solid #7C1A17;
}
.btn.btn-red:focus-visible, .btn:link.btn-red:focus-visible, .btn:focus.btn-red:focus-visible, .btn:visited.btn-red:focus-visible {
  background-color: #A5231F;
  border: 2px solid #A5231F;
  outline: none;
}
.btn.btn-red:focus-visible::after, .btn:link.btn-red:focus-visible::after, .btn:focus.btn-red:focus-visible::after, .btn:visited.btn-red:focus-visible::after {
  display: block;
}
.btn.btn-white, .btn:link.btn-white, .btn:focus.btn-white, .btn:visited.btn-white {
  color: #E30317;
  background-color: #fff;
  border: 2px solid #E30317;
}
.btn.btn-white:visited, .btn:link.btn-white:visited, .btn:focus.btn-white:visited, .btn:visited.btn-white:visited {
  color: #E30317;
  background-color: #fff;
  border: 2px solid #E30317;
}
.btn.btn-white:hover, .btn:link.btn-white:hover, .btn:focus.btn-white:hover, .btn:visited.btn-white:hover {
  background-color: #FAEAE9;
  border: 2px solid #B80210;
}
.btn.btn-white:active, .btn:link.btn-white:active, .btn:focus.btn-white:active, .btn:visited.btn-white:active {
  background-color: #F5D5D4;
  border: 2px solid #7C1A17;
}
.btn.btn-white:focus-visible, .btn:link.btn-white:focus-visible, .btn:focus.btn-white:focus-visible, .btn:visited.btn-white:focus-visible {
  background-color: #FAEAE9;
  border: 2px solid #A5231F;
  outline: none;
}
.btn.btn-white:focus-visible::after, .btn:link.btn-white:focus-visible::after, .btn:focus.btn-white:focus-visible::after, .btn:visited.btn-white:focus-visible::after {
  display: block;
  border: 1px solid #E30317;
}
.btn.btn-white-2, .btn:link.btn-white-2, .btn:focus.btn-white-2, .btn:visited.btn-white-2 {
  color: #0E0F11;
  background-color: #fff;
  border: 2px solid #fff;
}
.btn.btn-white-2:visited, .btn:link.btn-white-2:visited, .btn:focus.btn-white-2:visited, .btn:visited.btn-white-2:visited {
  color: #0E0F11;
  background-color: #fff;
  border: 2px solid #fff;
}
.btn.btn-white-2:hover, .btn:link.btn-white-2:hover, .btn:focus.btn-white-2:hover, .btn:visited.btn-white-2:hover {
  background-color: #FAEAE9;
  border: 2px solid #FAEAE9;
}
.btn.btn-white-2:active, .btn:link.btn-white-2:active, .btn:focus.btn-white-2:active, .btn:visited.btn-white-2:active {
  background-color: #F5D5D4;
  border: 2px solid #F5D5D4;
}
.btn.btn-white-2:focus-visible, .btn:link.btn-white-2:focus-visible, .btn:focus.btn-white-2:focus-visible, .btn:visited.btn-white-2:focus-visible {
  background-color: #FAEAE9;
  border: 2px solid #A5231F;
  outline: none;
}
.btn.btn-white-2:focus-visible::after, .btn:link.btn-white-2:focus-visible::after, .btn:focus.btn-white-2:focus-visible::after, .btn:visited.btn-white-2:focus-visible::after {
  display: block;
  border: 1px solid #D0D4D9;
}
.btn.btn-transparent, .btn:link.btn-transparent, .btn:focus.btn-transparent, .btn:visited.btn-transparent {
  color: #fff;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn.btn-transparent:visited, .btn:link.btn-transparent:visited, .btn:focus.btn-transparent:visited, .btn:visited.btn-transparent:visited {
  color: #fff;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn.btn-transparent:hover, .btn:link.btn-transparent:hover, .btn:focus.btn-transparent:hover, .btn:visited.btn-transparent:hover {
  background-color: transparent;
  border: 1px solid #fff;
}
.btn.btn-transparent:active, .btn:link.btn-transparent:active, .btn:focus.btn-transparent:active, .btn:visited.btn-transparent:active {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid 1px solid rgba(255, 255, 255, 0.5);
}
.btn.btn-transparent:focus-visible, .btn:link.btn-transparent:focus-visible, .btn:focus.btn-transparent:focus-visible, .btn:visited.btn-transparent:focus-visible {
  background-color: transparent;
  border: 1px solid #fff;
  outline: none;
}
.btn.btn-transparent:focus-visible::after, .btn:link.btn-transparent:focus-visible::after, .btn:focus.btn-transparent:focus-visible::after, .btn:visited.btn-transparent:focus-visible::after {
  display: none;
}
.btn span, .btn:link span, .btn:focus span, .btn:visited span {
  vertical-align: middle;
}
.btn svg, .btn:link svg, .btn:focus svg, .btn:visited svg {
  margin-left: 10px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.button-with-arrow-wrap {
  padding-top: 8px;
}

.button-with-arrow span {
  vertical-align: middle;
  color: #E30317;
  font-weight: 600;
}
.button-with-arrow svg {
  vertical-align: middle;
}

nav {
  background-color: #fff;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
}
@media only screen and (min-width: 992px) {
  nav {
    position: static;
  }
}
nav .img-wrap {
  padding: 21px 0;
  display: block;
}
@media only screen and (min-width: 992px) {
  nav .img-wrap {
    padding: 19px 0;
  }
}
nav .img-wrap img {
  max-height: 32px;
}
@media only screen and (min-width: 992px) {
  nav .img-wrap img {
    max-height: 45px;
    min-height: 40px;
  }
}
nav .menu:not(.mobile-menu) {
  list-style: none;
  float: right;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
nav .menu:not(.mobile-menu) li {
  float: left;
  padding: 27px 20px;
  line-height: 1.625rem;
}
@media only screen and (min-width: 1200px) {
  nav .menu:not(.mobile-menu) li {
    padding: 27px 15px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu) li {
    padding: 27px 20px;
  }
}
nav .menu:not(.mobile-menu) li.menu-item-has-children {
  position: relative;
}
nav .menu:not(.mobile-menu) li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
nav .menu:not(.mobile-menu) li.current-menu-item > a {
  color: #E30317;
}
nav .menu:not(.mobile-menu) li a {
  font-size: 1rem;
  color: #636B75;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav .menu:not(.mobile-menu) li a:hover {
  color: #E30317;
}
nav .menu:not(.mobile-menu) .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 2;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 0;
  list-style: none;
}
nav .menu:not(.mobile-menu) .sub-menu li {
  padding: 15px 20px;
}
nav .menu:not(.mobile-menu) .sub-menu li a {
  color: #636B75;
}
nav .mobile-menu-opener-wrap {
  background-color: #E30317;
  padding: 8px 12px;
  border-radius: 6px;
  float: right;
  margin-top: 16px;
}
nav .mobile-menu-opener-wrap span {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #fff;
  font-weight: 600;
}
nav .mobile-menu-opener-wrap .menu-open {
  display: inline;
}
nav .mobile-menu-opener-wrap .menu-close {
  display: none;
}
nav .mobile-menu-opener-wrap.active .menu-open {
  display: none;
}
nav .mobile-menu-opener-wrap.active .menu-close {
  display: inline;
}
nav .hamburger {
  padding: 5px 5px 0 5px;
  /*width: 18px;
  height: 20px;*/
}
nav .hamburger.is-active .hamburger-inner, nav .hamburger.is-active .hamburger-inner::after, nav .hamburger.is-active .hamburger-inner::before {
  background-color: #fff;
}
nav .hamburger .hamburger-box {
  width: 18px;
  height: 11px;
}
nav .hamburger-inner, nav .hamburger-inner::after, nav .hamburger-inner::before {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
  width: 18px;
  height: 2px;
}
nav .hamburger-inner::before {
  top: -5px;
}
nav .hamburger-inner::after {
  bottom: -5px;
}
nav .top-bar {
  background-color: #1E2024;
}
nav .float-right {
  float: right;
}
nav .menu.menu-white {
  float: left;
  margin-right: 32px;
}
nav .menu.menu-white li {
  padding: 12px 16px 12px 16px;
}
nav .menu.menu-white li a {
  color: #fff;
  line-height: 1.75rem;
}
nav .social-media-icons-wrap {
  float: left;
}
nav .social-media-icons-wrap .social-media-icon-single {
  padding: 16px;
  display: inline-block;
}
nav .menu-button-wrap {
  float: right;
  padding-top: 16px;
}

.sidenav {
  position: fixed;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  top: 76px;
  left: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
  padding-top: 20px;
}
.sidenav.open {
  left: 0;
}
.sidenav .mobile-menu {
  padding-left: 0;
  list-style: none;
  margin-bottom: 35px;
}
.sidenav .mobile-menu li {
  padding: 10px 16px;
  margin-bottom: 8px;
}
.sidenav .mobile-menu li a {
  font-size: 1.125rem;
  font-weight: 600;
  color: #636B75;
}
.sidenav .mobile-menu ul {
  display: none;
}

footer {
  background-color: #F6F6F6;
}
footer .footer-top {
  padding: 20px 0;
  border-bottom: 1px solid #EDF0F3;
}
@media only screen and (min-width: 992px) {
  footer .footer-top {
    padding: 64px 0;
  }
}
footer .footer-top .row {
  margin-left: -16px;
  margin-right: -16px;
}
footer .footer-top .row .col {
  padding-left: 16px;
  padding-right: 16px;
}
footer .footer-top .footer-text {
  margin-bottom: 24px;
}
footer .footer-top .img-wrap {
  display: block;
  margin-bottom: 24px;
}
footer .footer-top P {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) {
  footer .footer-top P {
    font-size: 1.125rem;
  }
}
footer .social-media-wrap {
  text-align: right;
}
@media only screen and (min-width: 992px) {
  footer .social-media-wrap {
    text-align: left;
  }
}
footer .social-media-wrap .social-media-icon {
  display: inline-block;
  padding: 6px 16px;
}
@media only screen and (min-width: 992px) {
  footer .social-media-wrap .social-media-icon {
    padding: 16px;
  }
}
footer .social-media-wrap .social-media-icon svg {
  width: 32px;
  height: 32px;
}
footer ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
footer ul li {
  margin-bottom: 16px;
}
footer ul li a, footer ul li a:link, footer ul li a:focus, footer ul li a:visited {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #636B75;
  font-weight: 400;
}
footer .footer-bottom {
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  footer .footer-bottom {
    padding: 40px;
  }
}
footer .footer-bottom p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  footer .footer-bottom p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.form-wrap {
  background-color: #F6F6F6;
  border-radius: 12px;
  padding: 16px;
}
@media only screen and (min-width: 992px) {
  .form-wrap {
    padding: 48px;
  }
}
.form-wrap.black {
  background-color: #000;
}
@media only screen and (min-width: 992px) {
  .form-wrap.black {
    padding: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-wrap.black {
    padding: 48px;
  }
}
.form-wrap.black h2 {
  color: #fff;
}
.form-wrap.black label p {
  color: #fff;
}
.form-wrap .button-wrap .btn {
  width: 100%;
  font-weight: 600;
}
.form-wrap h2 {
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .form-wrap h2 {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-wrap h2 {
    margin-bottom: 48px;
  }
}

label {
  display: block;
}
label p {
  margin-bottom: 0;
  font-weight: 600;
  color: #0E0F11;
  line-height: 1.75rem;
}
label p .red {
  color: #E30317;
}

input[type=text], input[type=email], input[type=tel] {
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid var(--Neutral-40, #DDE1E6);
  background: var(--Neutral-10, #FFF);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  width: 100%;
  min-height: 44px;
  margin-bottom: 12px;
}

textarea {
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid var(--Neutral-40, #DDE1E6);
  background: var(--Neutral-10, #FFF);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  width: 100%;
  min-height: 88px;
  margin-bottom: 12px;
}

.acceptance-wrap {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 24px;
}
.acceptance-wrap .wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  top: 5px;
}
.acceptance-wrap .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.acceptance-wrap .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item input {
  margin: 0;
}
.acceptance-wrap p {
  font-weight: 400;
  color: #636B75;
}
.acceptance-wrap p a {
  color: #E30317;
  font-weight: 600;
}

.wpcf7-not-valid-tip {
  margin-top: -8px;
  margin-bottom: 5px;
}

.front-page-top {
  height: calc(100vh - 76px);
  position: relative;
}
@media only screen and (min-width: 992px) {
  .front-page-top {
    height: calc(100vh - 132px);
  }
}
.front-page-top.credit .flex-wrap .text-wrap {
  text-align: left;
}
.front-page-top.credit .flex-wrap .text-wrap .header, .front-page-top.credit .flex-wrap .text-wrap p {
  color: #000;
}
.front-page-top .button-wrap {
  padding-top: 16px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .front-page-top .button-wrap {
    margin-bottom: 0;
  }
}
.front-page-top img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.front-page-top .overlay {
  background: linear-gradient(180deg, rgba(27, 25, 25, 0.8) 0%, rgba(27, 25, 25, 0.7) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(<path-to-image>) lightgray 50%/cover no-repeat;
  background-blend-mode: hard-light, darken, normal;
  mix-blend-mode: multiply;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.front-page-top .container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.front-page-top .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.front-page-top .flex-wrap .text-wrap {
  max-width: 630px;
  text-align: center;
}
.front-page-top .flex-wrap .text-wrap .header {
  color: #fff;
  margin-bottom: 32px;
}
.front-page-top p {
  color: #fff;
  line-height: 1.75rem;
}

.services {
  padding: 64px 0 48px 0;
  background-color: #F6F6F6;
}
@media only screen and (min-width: 992px) {
  .services {
    padding: 100px 0;
  }
}
.services .texts-row {
  margin-bottom: 33px;
}
@media only screen and (min-width: 992px) {
  .services .texts-row {
    margin-bottom: 48px;
  }
}
.services .texts-row p {
  line-height: 1.75rem;
}
.services .services-row .col {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .services .services-row .col {
    margin-bottom: 30px;
  }
}
.services .tagline-wrap {
  margin-bottom: 20px;
}

.service-single-col {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.service-single-col.no-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.service-single-col.no-text .img-wrap {
  margin-right: 24px;
  margin-bottom: 0;
}
.service-single-col .img-wrap {
  margin-bottom: 16px;
}
.service-single-col .img-wrap .img {
  display: inline-block;
  padding: 12px;
  border-radius: 6px;
  background-color: #E30317;
}
.service-single-col .img-wrap .img img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}
.service-single-col p {
  margin-bottom: 8px;
}
.service-single-col p strong {
  color: #0E0F11;
}

.logos-slider-section {
  padding: 64px 0;
}
@media only screen and (min-width: 992px) {
  .logos-slider-section {
    padding: 80px 0;
  }
}
.logos-slider-section .slick-slide > div {
  height: 100%;
}
.logos-slider-section .img-wrap {
  padding: 0 10px;
  height: 100%;
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.realisations {
  padding: 64px 0;
}
@media only screen and (min-width: 992px) {
  .realisations {
    padding: 100px 0;
  }
}
.realisations .text-wrap {
  max-width: 495px;
  margin: 0 auto;
  margin-bottom: 48px;
}
.realisations .text-wrap h2 {
  margin-bottom: 20px;
}
.realisations .text-wrap p {
  margin-bottom: 32px;
}

.realisations-slider-arrows-wrap {
  position: relative;
}
.realisations-slider-arrows-wrap .slider-nav {
  position: absolute;
  top: 35%;
  background-color: #fff;
  padding: 12px;
  border-radius: 6px;
  z-index: 2;
  cursor: pointer;
}
.realisations-slider-arrows-wrap .slider-nav.left {
  left: 12%;
}
@media only screen and (min-width: 992px) {
  .realisations-slider-arrows-wrap .slider-nav.left {
    left: 24%;
  }
}
.realisations-slider-arrows-wrap .slider-nav.right {
  right: 12%;
}
@media only screen and (min-width: 992px) {
  .realisations-slider-arrows-wrap .slider-nav.right {
    right: 24%;
  }
}
.realisations-slider-arrows-wrap .realisations-slider .slide-wrap {
  padding-left: 8px;
  padding-right: 8px;
}
@media only screen and (min-width: 992px) {
  .realisations-slider-arrows-wrap .realisations-slider .slide-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.realisations-slider-arrows-wrap .realisations-slider .slide-wrap .text-wrap-slider p strong {
  color: #0E0F11;
}
.realisations-slider-arrows-wrap .realisations-slider .realisation-single-wrap {
  border-radius: 12px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.realisations-slider-arrows-wrap .realisations-slider .realisation-single-wrap .img-wrap {
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
@media only screen and (min-width: 992px) {
  .realisations-slider-arrows-wrap .realisations-slider .realisation-single-wrap .img-wrap {
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
}
.realisations-slider-arrows-wrap .realisations-slider .realisation-single-wrap .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.realisations-slider-arrows-wrap .realisations-slider .realisation-single-wrap .text-wrap-slider {
  padding: 24px;
  margin: 0;
}
.realisations-slider-arrows-wrap .realisations-slider .realisation-single-wrap .text-wrap-slider p {
  margin-bottom: 8px;
}
.realisations-slider-arrows-wrap .realisations-slider .realisation-single-wrap .text-wrap-slider p:last-of-type {
  margin-bottom: 0;
}

.cta {
  background-color: #E30317;
  padding: 64px 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .cta {
    padding: 80px 0;
    text-align: left;
  }
}
.cta .row {
  margin-left: -40px;
  margin-right: -40px;
}
.cta .row .col {
  padding-left: 40px;
  padding-right: 40px;
}
.cta .text-wrap {
  height: 100%;
  width: 100%;
}
.cta .text-wrap h2 {
  color: #fff;
  margin-bottom: 20px;
}
.cta .text-wrap p {
  color: #fff;
  margin-bottom: 0;
}
.cta .button-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
@media only screen and (min-width: 992px) {
  .cta .button-wrap {
    justify-content: end;
    margin-top: 0;
  }
}

.contact-columns {
  padding: 64px 0;
}
@media only screen and (min-width: 992px) {
  .contact-columns {
    padding: 100px 0;
  }
}
.contact-columns .text-wrap {
  margin-bottom: 48px;
}

.text-with-icons-wrap {
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) {
  .text-with-icons-wrap {
    margin-bottom: 0;
  }
}

.text-with-icon {
  padding-left: 30px;
  position: relative;
  margin-bottom: 16px;
}
.text-with-icon .text-wrap {
  margin-bottom: 0;
}
.text-with-icon svg {
  position: absolute;
  left: 0;
  top: 6px;
}
.text-with-icon p {
  margin-bottom: 8px;
  line-height: 1.875rem;
}
.text-with-icon p strong {
  color: #636B75;
  font-weight: 600;
}

.two-columns {
  padding: 64px 0;
}
@media only screen and (min-width: 992px) {
  .two-columns {
    padding: 100px 0;
  }
}
.two-columns.gray-bg {
  background-color: #F6F6F6;
}
.two-columns.text-right .flex-wrap {
  justify-content: end;
}
.two-columns.text-right .row {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  .two-columns.text-right .row {
    flex-direction: row;
  }
}
.two-columns.career .flex-wrap .text-wrap {
  max-width: 600px;
}
.two-columns.career .flex-wrap .text-wrap p {
  margin-bottom: 16px;
}
.two-columns.page-not-found {
  padding-top: 100px;
}
@media only screen and (min-width: 992px) {
  .two-columns.page-not-found {
    padding-top: 64px;
  }
}
.two-columns .flex-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.two-columns .flex-wrap .text-wrap {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .two-columns .flex-wrap .text-wrap {
    max-width: 490px;
  }
}
.two-columns .flex-wrap .text-wrap p {
  line-height: 2rem;
  margin-bottom: 48px;
}
.two-columns .text-wrap .top-img {
  margin-bottom: 20px;
}
.two-columns .img-wrap {
  margin-top: 32px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .two-columns .img-wrap {
    margin-top: 0;
  }
}
.two-columns .img-wrap.aspect-ratio {
  width: 100%;
  padding-top: 75%; /* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
  position: relative; /* If you want text inside of it */
}
.two-columns .img-wrap.aspect-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.two-columns .img-wrap img {
  border-radius: 12px;
}
.two-columns .logos-wrap-row .col {
  margin-bottom: 20px;
}
.two-columns .logos-wrap-row .img-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.two-columns .logos-wrap-row .img-wrap img {
  border-radius: 0;
}

.contact-form-and-experts {
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  .contact-form-and-experts {
    padding: 100px 0 20px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-form-and-experts {
    padding: 100px 0;
  }
}
.contact-form-and-experts .form-wrap {
  height: 100%;
}
.contact-form-and-experts .top-row {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .contact-form-and-experts .top-row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-form-and-experts .top-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.contact-form-and-experts .top-row .col {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .contact-form-and-experts .top-row .col {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-form-and-experts .top-row .col {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
}
.contact-form-and-experts .bottom-row {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .contact-form-and-experts .bottom-row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-form-and-experts .bottom-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.contact-form-and-experts .bottom-row .col {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .contact-form-and-experts .bottom-row .col {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-form-and-experts .bottom-row .col {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
}
.contact-form-and-experts .half-height-row {
  margin-bottom: -16px;
}
@media only screen and (min-width: 992px) {
  .contact-form-and-experts .half-height-row {
    margin-bottom: -30px;
  }
}

.expert-wrap {
  padding: 24px;
  background-color: #F6F6F6;
  border-radius: 12px;
  min-height: 290px;
  height: 100%;
}
@media only screen and (min-width: 1440px) {
  .expert-wrap {
    min-height: 305px;
  }
}
@media only screen and (min-width: 992px) {
  .expert-wrap {
    padding: 24px 12px;
  }
}
@media only screen and (min-width: 1600px) {
  .expert-wrap {
    min-height: 290px;
    padding: 24px;
  }
}
.expert-wrap .img-wrap {
  margin-bottom: 24px;
}
.expert-wrap .img-wrap img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 100%;
}
.expert-wrap .text-wrap {
  margin-bottom: 16px;
}
.expert-wrap .text-wrap p {
  margin-bottom: 0;
}
.expert-wrap .text-wrap p strong {
  color: #0E0F11;
}
.expert-wrap .links p {
  margin-bottom: 0;
}
.expert-wrap .links p a {
  color: #E30317;
}

.contact-map {
  padding: 100px 0 64px 0;
}
@media only screen and (min-width: 992px) {
  .contact-map {
    padding: 40px 0 100px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-map {
    padding: 100px 0;
  }
}

.map-wrap {
  width: 100%;
}
.map-wrap iframe {
  width: 100%;
  max-height: 448px;
  border-radius: 12px;
}
@media only screen and (min-width: 992px) {
  .map-wrap iframe {
    max-height: 280px;
  }
}

.credit-steps {
  padding: 64px 0;
  background-color: #F6F6F6;
}
@media only screen and (min-width: 992px) {
  .credit-steps {
    padding: 100px 0;
  }
}
.credit-steps .row {
  margin-left: -70px;
  margin-right: -70px;
}
.credit-steps .row .col {
  padding-left: 70px;
  padding-right: 70px;
}
.credit-steps h2 {
  margin-bottom: 48px;
}
.credit-steps .credit-steps-wrap {
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) {
  .credit-steps .credit-steps-wrap {
    margin-bottom: 0;
  }
}
.credit-steps .step-wrap {
  padding: 24px;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.credit-steps .step-wrap .number {
  float: left;
  font-weight: 700;
  width: 48px;
  height: 48px;
  background-color: #FAEAE9;
  color: #E30317;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}
.credit-steps .step-wrap .text-wrap {
  float: left;
  width: calc(100% - 72px);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 48px;
}
.credit-steps .step-wrap .text-wrap p {
  margin-bottom: 0;
}
.credit-steps .img-wrap img {
  border-radius: 12px;
}

.cta-credit {
  padding: 64px 0;
  background-color: #E30317;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .cta-credit {
    padding: 100px 0;
  }
}
.cta-credit p, .cta-credit h2 {
  color: #fff;
}
.cta-credit p strong, .cta-credit h2 strong {
  color: #fff;
}
.cta-credit h2 {
  margin-bottom: 46px;
}
.cta-credit p {
  line-height: 1.5rem;
  margin-bottom: 16px;
}
.cta-credit a, .cta-credit a:link, .cta-credit a:focus, .cta-credit a:visited {
  color: #fff;
}
.cta-credit .img-wrap {
  text-align: center;
  margin-bottom: 24px;
}
.cta-credit .img-wrap img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 100%;
}

.text-simple-section {
  padding: 64px 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .text-simple-section {
    padding: 80px 0;
  }
}
.text-simple-section p {
  line-height: 1.75rem;
}

.realisations-columns {
  padding: 64px 0;
}
@media only screen and (min-width: 992px) {
  .realisations-columns {
    padding: 100px 0;
  }
}
.realisations-columns.text-right .flex-wrap {
  justify-content: end;
}
.realisations-columns.text-right .row {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  .realisations-columns.text-right .row {
    flex-direction: row;
  }
}
.realisations-columns .flex-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.realisations-columns .flex-wrap .text-wrap {
  max-width: 500px;
}
.realisations-columns .slider-arrows-wrap {
  position: relative;
  padding-top: 25px;
}
@media only screen and (min-width: 992px) {
  .realisations-columns .slider-arrows-wrap {
    padding-top: 0;
  }
}
.realisations-columns .slider-arrows-wrap .slider-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 45px;
  background-color: #fff;
  padding: 12px;
  border-radius: 6px;
  z-index: 2;
  cursor: pointer;
}
.realisations-columns .slider-arrows-wrap .slider-nav.left {
  left: 3%;
  /*@include devices(large){
      left: 24%;
  }*/
}
.realisations-columns .slider-arrows-wrap .slider-nav.right {
  right: 3%;
  /*@include devices(large){
      right: 24%;
  }*/
}
.realisations-columns .slider-wrap-realisation-column .slide-wrap {
  display: block;
  width: 100%;
  padding-top: 110%; /* Aspect Ratio */
  position: relative; /* If you want text inside of it */
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .realisations-columns .slider-wrap-realisation-column .slide-wrap {
    padding-top: 75%; /* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
  }
}
.realisations-columns .slider-wrap-realisation-column .slide-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram-follow {
  padding: 64px 0;
}
@media only screen and (min-width: 992px) {
  .instagram-follow {
    padding: 100px 0;
  }
}
.instagram-follow .insta-posts-row {
  padding-top: 48px;
  margin-right: -25px;
  margin-left: -25px;
}
@media only screen and (min-width: 992px) {
  .instagram-follow .insta-posts-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.instagram-follow .insta-posts-row .col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
.instagram-follow .insta-post-wrap {
  border-radius: 12px;
  overflow: hidden;
  display: block;
}

.contact-us-cta {
  padding: 64px 0;
  /*@include devices(large){
      padding: 100px 0;
  }*/
  background-color: #E30317;
}
.contact-us-cta h2, .contact-us-cta h3, .contact-us-cta h4, .contact-us-cta h5, .contact-us-cta h6 {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .contact-us-cta.float-version h2 {
    float: left;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .contact-us-cta.float-version .btn {
    float: right;
  }
}

.about-us-top {
  padding-top: 85px;
}
@media only screen and (min-width: 992px) {
  .about-us-top {
    padding-top: 0;
  }
}
.about-us-top .flex-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .about-us-top .flex-wrap {
    padding-left: 8%;
    padding-right: auto;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .about-us-top .flex-wrap {
    padding-left: 23%;
  }
}
@media only screen and (min-width: 1600px) {
  .about-us-top .flex-wrap {
    padding-left: 29%;
  }
}
.about-us-top .flex-wrap .text-wrap {
  max-width: 490px;
}
.about-us-top .flex-wrap .text-wrap p {
  line-height: 2rem;
  margin-bottom: 32px;
}
.about-us-top .img-wrap {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .about-us-top .img-wrap {
    padding-left: auto;
    padding-right: auto;
    margin-bottom: 0;
  }
}
.about-us-top .img-wrap img {
  overflow: hidden;
  border-radius: 12px;
  min-height: 400px;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .about-us-top .img-wrap img {
    border-radius: 0;
    min-height: 0;
    object-fit: fill;
  }
}

.two-boxes {
  padding: 100px 0;
}
.two-boxes.gray-bg {
  background-color: #F6F6F6;
}
.two-boxes .row {
  margin-left: -16px;
  margin-right: -16px;
}
.two-boxes .row .col {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 30px;
}
.two-boxes .box-wrap {
  background-color: #fff;
  border-radius: 12px;
  height: 100%;
  width: 100%;
  padding: 16px;
}
@media only screen and (min-width: 992px) {
  .two-boxes .box-wrap {
    padding: 32px;
  }
}
.two-boxes .box-wrap .top-text-wrap {
  margin-bottom: 24px;
  text-align: center;
}
.two-boxes .box-wrap .top-text-wrap .img-wrap {
  display: inline-block;
  height: 72px;
  width: 72px;
  background-color: #FAEAE9;
  border-radius: 6px;
  margin-bottom: 20px;
}
.two-boxes .box-wrap .top-text-wrap .img-wrap img {
  padding: 16px;
}
.two-boxes .box-wrap .top-text-wrap .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #000;
}
.two-boxes .box-wrap p {
  line-height: 1.75rem;
}
.two-boxes .box-wrap ul li {
  line-height: 1.75rem;
  color: #000;
  font-weight: 600;
}

.accordions-wrap {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .accordions-wrap {
    padding: 0 16px;
  }
}
.accordions-wrap .accordion-single .accordion-title {
  display: block;
  padding: 8px 40px 8px 8px;
  position: relative;
  font-weight: 700;
  color: #0E0F11;
}
@media only screen and (min-width: 992px) {
  .accordions-wrap .accordion-single .accordion-title {
    padding: 12px 40px 12px 12px;
  }
}
.accordions-wrap .accordion-single .accordion-title.active::after {
  transform: rotate(180deg);
}
.accordions-wrap .accordion-single .accordion-title::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/chevron-down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  top: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordions-wrap .accordion-single .accordion-content {
  padding: 8px;
}
@media only screen and (min-width: 992px) {
  .accordions-wrap .accordion-single .accordion-content {
    padding: 12px;
  }
}

.page-simple-no-top {
  padding: 100px 0;
}/*# sourceMappingURL=main.min.css.map */