
/* THIS CSS WAS COMPILED AND OPTIMIZED, USING THE WP COMPILER PLUGIN */
/* https://bytes.co */
/* Last Compiled: 2025-10-16 11:39:56 UTC */

/* Defaults */
/* --- */
/* General */
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'raisonne-light-pro';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #26254a;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fBold) !important;
}
/* Helpers */
.mb-60px {
  margin-bottom: 60px;
}
.mb-md-60px {
  margin-bottom: 0;
}
.rotate-c-3deg {
  transform: rotate(3deg);
}
.mh-100 {
  min-height: 100px;
}
.mh-200 {
  min-height: 200px;
}
.mh-300 {
  min-height: 300px;
}
.mh-500 {
  min-height: 300px;
}
/* Header */
.header .navbar {
  padding: 10px 0;
  transition: all .25s;
}
.header .navbar.nav-shadowed {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header .navbar .navbar-brand {
  margin: 0;
  padding: 0;
}
.header .nav-middle-cta {
  display: inline-block;
  padding: 5px 25px 10px;
  border-radius: 40px;
  border: 2px solid;
  font-family: 'raisonne-light-pro';
  font-size: 14px;
  text-decoration: none;
}
.header .top-main-menu-toggle {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  z-index: 1050;
}
.header .top-main-menu-toggle > span {
  position: absolute;
  display: inline-block;
  padding: 0 0 7px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'raisonne-light-pro';
  font-size: 12px;
}
.header .top-main-menu-toggle > .img-close {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 21px;
  transform: translate(-50%, -50%);
}
.header .top-main-menu-toggle.toggle-active {
  background: #ffffff !important;
}
.header .top-main-menu-toggle.toggle-active > span {
  display: none;
}
.header .top-main-menu-toggle.toggle-active > .img-close {
  display: inline-block;
}
.header .top-main-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  clip-path: circle(5px at calc(100% - 41px) 36px);
  transition: clip-path 0.55s, background-color 0.7s;
  z-index: 1040;
}
.header .top-main-menu.open-x {
  clip-path: circle(150vw at 100% 0);
}
.header .top-main-menu.open-y {
  clip-path: circle(150vh at 100% 0);
}
.header .top-main-menu.open-x ~ .top-main-menu-toggle,
.header .top-main-menu.open-y ~ .top-main-menu-toggle {
  background-color: #ffffff;
}
.header .bg-darkblue {
  background: #26254a;
}
.header .bg-darkblue .nav-middle-cta {
  border-color: #ffffff;
  color: #ffffff;
}
.header .bg-darkblue .top-main-menu-toggle {
  background-color: #ffffff;
}
.header .bg-darkblue .top-main-menu-toggle > span {
  color: #26254a;
}
.header .bg-darkblue .top-main-menu {
  background: #26254a;
}
.header .bg-darkblue .top-main-menu.open-x,
.header .bg-darkblue .top-main-menu.open-y {
  background: #26254a;
}
.header .bg-darkgreen {
  background: #288773;
}
.header .bg-darkgreen .nav-middle-cta {
  border-color: #ffffff;
  color: #ffffff;
}
.header .bg-darkgreen .top-main-menu-toggle {
  background-color: #ffffff;
}
.header .bg-darkgreen .top-main-menu-toggle > span {
  color: #26254a;
}
.header .bg-darkgreen .top-main-menu {
  background: #288773;
}
.header .bg-darkgreen .top-main-menu.open-x,
.header .bg-darkgreen .top-main-menu.open-y {
  background: #26254a;
}
.header .bg-green {
  background: #1bb742;
}
.header .bg-green .nav-middle-cta {
  border-color: #ffffff;
  color: #ffffff;
}
.header .bg-green .top-main-menu-toggle {
  background-color: #ffffff;
}
.header .bg-green .top-main-menu-toggle > span {
  color: #26254a;
}
.header .bg-green .top-main-menu {
  background: #1bb742;
}
.header .bg-green .top-main-menu.open-x,
.header .bg-green .top-main-menu.open-y {
  background: #26254a;
}
.header .bg-lightgreen {
  background: #8cdba0;
}
.header .bg-lightgreen .nav-middle-cta {
  border-color: #26254a;
  color: #26254a;
}
.header .bg-lightgreen .top-main-menu-toggle {
  background-color: #26254a;
}
.header .bg-lightgreen .top-main-menu-toggle > span {
  color: #ffffff;
}
.header .bg-lightgreen .top-main-menu {
  background: #8cdba0;
}
.header .bg-lightgreen .top-main-menu.open-x,
.header .bg-lightgreen .top-main-menu.open-y {
  background: #26254a;
}
.wrapper {
  margin-top: 65px;
}
.wrapper .page-banner.banner-blue-dark {
  padding: 45px 15px;
  background-color: #26254a;
}
.wrapper .page-banner.banner-blue-dark .title {
  color: #ffffff;
}
.wrapper .page-banner.banner-blue-dark .title > span:after {
  background: #1bb742;
}
.wrapper .page-banner.banner-blue-dark .subtitle {
  color: #ffffff;
}
.wrapper .page-banner.banner-green-dark {
  padding: 45px 15px;
  background-color: #288773;
}
.wrapper .page-banner.banner-green-dark .title {
  color: #ffffff;
}
.wrapper .page-banner.banner-green-dark .title > span:after {
  background: #26254a;
}
.wrapper .page-banner.banner-green-dark .subtitle {
  color: #ffffff;
}
.wrapper .page-banner.banner-green-light {
  padding: 45px 15px;
  background-color: #8cdba0;
}
.wrapper .page-banner.banner-green-light .title {
  color: #26254a;
}
.wrapper .page-banner.banner-green-light .title > span:after {
  background: #288773;
}
.wrapper .page-banner.banner-green-light .subtitle {
  color: #26254a;
}
.wrapper .page-banner .title {
  display: block;
  font-family: 'raisonne-bold-pro';
  font-size: 60px;
  line-height: 65px;
}
.wrapper .page-banner .title > span {
  position: relative;
  z-index: 10;
}
.wrapper .page-banner .title > span:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.wrapper .page-banner .subtitle {
  display: block;
  font-family: 'raisonne-bold-pro';
  font-size: 26px;
  line-height: 34px;
}
.wrapper .page-content .section {
  position: relative;
  padding: 45px 15px;
}
.wrapper .page-content .section .section-title {
  display: block;
  margin: 30px 0 30px;
  font-family: 'raisonne-demibold';
  font-size: 60px;
  line-height: 65px;
}
.wrapper .page-content .section .normal-title {
  display: block;
  margin: 0 0 60px;
  font-family: 'raisonne-bold-pro';
  font-size: 35px;
  line-height: 35px;
}
.wrapper .page-content .section .horizontal-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrapper .page-content .section .horizontal-list li {
  padding: 15px 0;
}
.wrapper .page-content .section .horizontal-list li .item-title {
  display: block;
  font-family: 'raisonne-bold-pro';
  font-size: 32px;
  line-height: 39px;
}
.wrapper .page-content .section .horizontal-list li .item-subtitle {
  display: block;
  font-family: 'raisonne-light-pro';
  font-size: 14px;
  line-height: 21px;
}
.wrapper .page-content .section .horizontal-list li + li {
  border-top: 2px solid #26254a;
}
.wrapper .page-content .section .horizontal-list-light {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrapper .page-content .section .horizontal-list-light li {
  padding: 15px 0;
}
.wrapper .page-content .section .horizontal-list-light li .item-title {
  display: block;
  font-family: 'raisonne-light-pro';
  font-size: 35px;
  line-height: 39px;
}
.wrapper .page-content .section .horizontal-list-light li + li {
  border-top: 2px solid #26254a;
}
.wrapper .page-content .section p > a {
  display: inline-block;
  text-decoration: underline;
  transition: all .25s;
}
.wrapper .page-content .section p > a.text-link-red {
  color: #fd4b47;
}
.wrapper .page-content .section p > a.text-link-red:hover,
.wrapper .page-content .section p > a.text-link-red:focus {
  color: #26254a;
}
.wrapper .page-content .section p > a.link-red {
  position: relative;
  display: block;
  padding: 0 0 0 60px;
  color: #fd4b47;
  font-family: 'raisonne-bold-pro';
  font-size: 19px;
  line-height: 23px;
  text-decoration: none;
}
.wrapper .page-content .section p > a.link-red:before {
  content: url(../img/icons/link-arrow-right-red.svg);
  position: absolute;
  left: 0;
  top: 0;
}
.wrapper .page-content .section p > a.link-red:hover,
.wrapper .page-content .section p > a.link-red:focus {
  color: #26254a;
}
.wrapper .page-content .section p > a.link-red:hover:before,
.wrapper .page-content .section p > a.link-red:focus:before {
  content: url(../img/icons/link-arrow-right-bluedark.svg);
}
.wrapper .page-content .section .btn.btn-circle {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 3px solid;
}
.wrapper .page-content .section .btn.btn-circle > span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'raisonne-bold-pro';
  font-size: 17px;
  line-height: 24px;
}
.wrapper .page-content .section .btn.btn-blue-dark {
  background-color: #26254a;
  color: #ffffff;
  border-color: #26254a;
}
.wrapper .page-content .section .btn.btn-blue-dark:hover,
.wrapper .page-content .section .btn.btn-blue-dark:focus {
  background-color: #ffffff;
  color: #26254a;
}
.wrapper .page-content .section .btn-container {
  margin-top: 45px;
}
.wrapper .page-content .section p {
  font-size: 19px;
  line-height: 24px;
}
.wrapper .page-content .section.section-who-we-are p {
  margin: 30px 0;
  color: #ffffff;
}
.wrapper .page-content .section.section-who-we-are p:last-of-type {
  margin: 0 0 45px;
}
.wrapper .page-content .section.section-portfolio {
  padding: 45px 0;
}
.wrapper .page-content .section.section-portfolio .section-title {
  padding: 0 15px;
}
.wrapper .page-content .section.section-portfolio .project-container {
  width: 100%;
}
.wrapper .page-content .section.section-portfolio .project-container .category {
  font-family: 'raisonne-light-pro';
  font-size: 22px;
  line-height: 27px;
}
.wrapper .page-content .section.section-portfolio .project-container .category > span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
.wrapper .page-content .section.section-portfolio .project-container .project-box {
  position: relative;
  margin: 0 0 60px;
}
.wrapper .page-content .section.section-portfolio .project-container .project-box .project-details {
  position: relative;
  display: block;
  margin: 0 15px;
  padding: 20px 30px;
  top: -30px;
  background: #ffffff;
  transform: rotate(-1deg);
}
.wrapper .page-content .section.section-portfolio .project-container .project-box .project-details .client {
  display: block;
  margin: 0 0 5px;
  font-family: 'raisonne-light-pro';
  font-size: 19px;
  line-height: 24px;
}
.wrapper .page-content .section.section-portfolio .project-container .project-box .project-details .title {
  display: block;
  margin: 0 0 25px;
  font-family: 'raisonne-bold-pro';
  font-size: 35px;
  line-height: 35px;
}
.wrapper .page-content .section.section-portfolio .project-container .project-box .project-details .link {
  position: relative;
  display: block;
  padding: 0 0 0 60px;
  color: #fd4b47;
  font-family: 'raisonne-bold-pro';
  font-size: 19px;
  line-height: 23px;
  text-decoration: none;
}
.wrapper .page-content .section.section-portfolio .project-container .project-box .project-details .link:before {
  content: url(../img/icons/link-arrow-right-red.svg);
  position: absolute;
  left: 0;
  top: 0;
}
.wrapper .page-content .section.section-portfolio .project-container .project-box .project-details .link:hover,
.wrapper .page-content .section.section-portfolio .project-container .project-box .project-details .link:focus {
  color: #26254a;
}
.wrapper .page-content .section.section-portfolio .project-container .project-box .project-details .link:hover:before,
.wrapper .page-content .section.section-portfolio .project-container .project-box .project-details .link:focus:before {
  content: url(../img/icons/link-arrow-right-bluedark.svg);
}
.wrapper .page-content .section.section-newsletter .newsletter-title {
  display: block;
  margin: 0 0 40px;
  font-family: 'raisonne-bold-pro';
  font-size: 40px;
  line-height: 45px;
}
.wrapper .page-content .section.section-newsletter .newsletter-description {
  display: block;
  font-family: 'raisonne-light-pro';
  font-size: 19px;
  line-height: 24px;
}
.wrapper .page-content .section.section-newsletter .newsletter-form .mauticform-row {
  margin: 0 0 15px;
}
.wrapper .page-content .section.section-newsletter .newsletter-form label {
  color: #26254a;
  font-family: 'raisonne-light-pro';
  font-size: 19px;
  line-height: 24px;
}
.wrapper .page-content .section.section-newsletter .newsletter-form label:after {
  display: none;
}
.wrapper .page-content .section.section-newsletter .newsletter-form input,
.wrapper .page-content .section.section-newsletter .newsletter-form textarea {
  padding: 0.5em 0;
  border-radius: 0;
  border-width: 0 0 2px 0;
  border-color: #26254a;
  background-color: transparent;
  font-size: 19px;
  line-height: 24px;
  outline: none;
}
.wrapper .page-content .section.section-newsletter .newsletter-form input::placeholder,
.wrapper .page-content .section.section-newsletter .newsletter-form textarea::placeholder {
  color: rgba(38, 37, 74, 0.55);
  font-family: 'raisonne-light-pro';
  font-size: 19px;
  line-height: 24px;
}
.wrapper .page-content .section.section-newsletter .newsletter-form .mauticform-button-wrapper {
  margin-top: 30px;
  text-align: right;
}
.wrapper .page-content .section.section-newsletter .newsletter-form .mauticform-button-wrapper button {
  position: relative;
  padding: 0 0 0 50px;
  border: none;
  background-color: transparent;
  color: #26254a;
  font-family: 'raisonne-light-pro';
  font-size: 19px;
  line-height: 24px;
  box-shadow: none;
  outline: none;
}
.wrapper .page-content .section.section-newsletter .newsletter-form .mauticform-button-wrapper button:before {
  content: url(../img/icons/link-arrow-right-bluedark.svg);
  position: absolute;
  left: 0;
  top: 0;
}
.wrapper .page-content .section.section-newsletter .newsletter-form .mauticform-has-error input {
  color: #fd4b47;
}
.wrapper .page-content .section.section-newsletter .newsletter-form .mauticform-has-error .mauticform-errormsg {
  padding: 5px 0 0;
  color: #fd4b47;
  font-family: 'raisonne-light-pro';
  font-size: 19px;
  line-height: 24px;
}
.wrapper .page-content .section.section-carousel.with-triangle:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
}
.wrapper .page-content .section.section-carousel .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: -20%;
  right: -20%;
  transform: translateY(-50%);
}
.wrapper .page-content .section.section-carousel .owl-carousel .owl-nav .owl-prev,
.wrapper .page-content .section.section-carousel .owl-carousel .owl-nav .owl-next {
  position: absolute;
  outline: none;
}
.wrapper .page-content .section.section-carousel .owl-carousel .owl-nav .owl-prev span,
.wrapper .page-content .section.section-carousel .owl-carousel .owl-nav .owl-next span {
  display: block;
  margin: 15px 0 0;
  color: #ffffff;
  font-family: 'raisonne-light-pro';
  font-size: 22px;
  line-height: 27px;
}
.wrapper .page-content .section.section-carousel .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.wrapper .page-content .section.section-carousel .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.wrapper .page-content .section.section-carousel .owl-carousel .owl-dots {
  margin: 25px 0 0;
  padding: 0 15px;
  text-align: center;
  z-index: 16;
}
.wrapper .page-content .section.section-carousel .owl-carousel .owl-dots .owl-dot {
  margin: 0 10px 0 0;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.55);
  outline: none;
}
.wrapper .page-content .section.section-carousel .owl-carousel .owl-dots .owl-dot.active {
  background-color: #ffffff;
}
.wrapper .page-content .section.section-carousel .owl-carousel p {
  display: block;
  margin: 30px 0 0;
  padding: 0;
  color: #ffffff;
  font-family: 'raisonne-light-pro';
  font-size: 19px;
  line-height: 24px;
  text-align: center;
}
.wrapper .page-content .section.section-cta-card .cta-card {
  position: relative;
  display: block;
  padding: 30px 40px;
  z-index: 10;
}
.wrapper .page-content .section.section-cta-card .cta-card:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fd4b47;
  transform: rotate(-2deg);
  z-index: -1;
}
.wrapper .page-content .section.section-cta-card .cta-card .cta-pre-title {
  display: block;
  color: #26254a;
  font-family: 'raisonne-light-pro';
  font-size: 19px;
  line-height: 24px;
}
.wrapper .page-content .section.section-cta-card .cta-card .cta-title {
  display: block;
  margin: 0 0 40px;
  color: #26254a;
  font-family: 'raisonne-bold-pro';
  font-size: 35px;
  line-height: 35px;
}
.wrapper .page-content .section.section-cta-card .cta-card .cta-link-container {
  display: block;
  margin: 0 0 15px;
}
.wrapper .page-content .section.section-cta-card .cta-card .cta-link-container:last-of-type {
  margin: 0;
}
.wrapper .page-content .section.section-cta-card .cta-card .cta-link-container .cta-main-link,
.wrapper .page-content .section.section-cta-card .cta-card .cta-link-container .cta-other-link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 60px;
  color: #ffffff;
  font-family: 'raisonne-bold-pro';
  font-size: 19px;
  line-height: 24px;
  text-decoration: none;
}
.wrapper .page-content .section.section-cta-card .cta-card .cta-link-container .cta-main-link:before,
.wrapper .page-content .section.section-cta-card .cta-card .cta-link-container .cta-other-link:before {
  content: url(../img/icons/link-arrow-right-white.svg);
  position: absolute;
  top: 0;
  left: 0;
}
.wrapper .page-content .section.section-cta-card .cta-card .cta-link-container .cta-main-link:hover,
.wrapper .page-content .section.section-cta-card .cta-card .cta-link-container .cta-other-link:hover,
.wrapper .page-content .section.section-cta-card .cta-card .cta-link-container .cta-main-link:focus,
.wrapper .page-content .section.section-cta-card .cta-card .cta-link-container .cta-other-link:focus {
  color: #26254a;
}
.wrapper .page-content .section.section-cta-card .cta-card .cta-link-container .cta-main-link:hover:before,
.wrapper .page-content .section.section-cta-card .cta-card .cta-link-container .cta-other-link:hover:before,
.wrapper .page-content .section.section-cta-card .cta-card .cta-link-container .cta-main-link:focus:before,
.wrapper .page-content .section.section-cta-card .cta-card .cta-link-container .cta-other-link:focus:before {
  content: url(../img/icons/link-arrow-right-bluedark.svg);
}
/* Content */
.section-404 {
  background: #ffffff;
}
.section-404 .message-container {
  position: relative;
  display: block;
  min-height: 70vh;
}
.section-404 .message-container .message-404 {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}
.base-wrapper p a {
  color: #fd4b47;
}
.base-wrapper p a:hover,
.base-wrapper p a:focus {
  color: #26254a;
}
.hbspt-form .hs-input {
  padding: .5em 0;
  border-radius: 0;
  border-width: 0 0 2px 0;
  border-color: #26254a;
  background-color: transparent;
  font-family: 'raisonne-bold-pro';
  font-size: 22px;
  line-height: 24px;
  outline: none;
  cursor: pointer;
  width: 100%;
}
.hbspt-form .actions {
  text-align: right;
}
.hbspt-form .actions .hs-button {
  padding: 6px 0 0 50px !important;
  background-image: url(https://www.inflagranti.ch/wp-content/themes/inflagranti/assets/img/icons/link-arrow-right-bluedark.svg);
  background-repeat: no-repeat;
  font-family: 'raisonne-bold-pro';
  font-size: 22px;
  border: none;
  background-color: unset;
  margin-top: 8px;
}
.hbspt-form .actions .hs-button:hover {
  background-image: url(https://www.inflagranti.ch/wp-content/themes/inflagranti/assets/img/icons/link-arrow-right-white.svg);
  color: #ffffff;
}
/* Footer */
.footer {
  padding: 60px 15px;
  background: #26254a;
  color: #ffffff;
}
.footer .footer-left {
  margin: 0 0 35px;
  font-family: 'raisonne-demibold';
  font-size: 20px;
  line-height: 29px;
}
.footer .footer-left a {
  color: #ffffff;
}
.footer .footer-middle {
  text-align: center;
}
.footer .footer-middle .partners-copy {
  display: block;
}
.footer .footer-middle .partners-copy .partners-title {
  display: none;
}
.footer .footer-right {
  text-align: left;
}
.footer .footer-right .privacy-copy a,
.footer .footer-right .privacy-copy span {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'raisonne-demibold';
  font-size: 22px;
  line-height: 27px;
}
.footer .social-copy {
  display: block;
  margin: 0 0 35px;
}
.footer .social-copy a {
  display: inline-block;
  color: #ffffff;
}
.footer .social-copy a i {
  font-size: 36px;
}
.footer .social-copy a:hover i,
.footer .social-copy a:focus i {
  color: rgba(255, 255, 255, 0.7);
}
.footer .social-copy a + a i {
  margin-left: 0;
}
/* Responsive */
@media (min-width: 768px) {
  .mb-md-60px {
    margin-bottom: 60px;
  }
  .header .navbar {
    padding: 20px 30px 50px;
  }
  .header .navbar .navbar-brand {
    margin: 0 0 0 20px;
  }
  .header .navbar .top-main-menu-toggle > .img-close {
    width: 42px;
    height: 42px;
  }
  .header .nav-middle-cta {
    padding: 7px 40px 15px;
    border-radius: 40px;
    font-size: 25px;
  }
  .header .top-main-menu-toggle {
    width: 95px;
    height: 95px;
  }
  .header .top-main-menu-toggle > span {
    font-size: 25px;
  }
  .header .top-main-menu {
    clip-path: circle(0 at calc(100% - 92px) 67px);
  }
  .wrapper {
    margin-top: 160px;
  }
  .wrapper .page-banner.banner-blue-dark {
    padding: 90px 50px;
  }
  .wrapper .page-banner.banner-green-dark {
    padding: 90px 50px;
  }
  .wrapper .page-banner.banner-green-light {
    padding: 90px 50px;
  }
  .wrapper .page-banner .title {
    font-size: 9.375vw;
    line-height: 9.9vw;
  }
  .wrapper .page-content .section {
    padding: 90px 50px;
  }
  .wrapper .page-content .section .section-title {
    font-family: 'raisonne-bold-pro';
    font-size: 9.375vw;
    line-height: 9.9vw;
  }
  .wrapper .page-content .section .section-title.sticky {
    position: -webkit-sticky;
    position: sticky;
    display: inline-block;
    float: left;
    top: 250px;
  }
  .wrapper .page-content .section .normal-title {
    font-size: 40px;
    line-height: 45px;
  }
  .wrapper .page-content .section .horizontal-list li {
    padding: 54px 0 40px;
  }
  .wrapper .page-content .section .horizontal-list li .item-title {
    font-size: 4.85vw;
    line-height: 5.2vw;
  }
  .wrapper .page-content .section .horizontal-list li .item-subtitle {
    font-size: 2.1vw;
    line-height: 2.35vw;
  }
  .wrapper .page-content .section .horizontal-list li + li {
    border-top: 4px solid #26254a;
  }
  .wrapper .page-content .section .horizontal-list-light {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .wrapper .page-content .section .horizontal-list-light li {
    padding: 40px 0 30px;
  }
  .wrapper .page-content .section .horizontal-list-light li .item-title {
    font-size: 40px;
    line-height: 45px;
  }
  .wrapper .page-content .section .horizontal-list-light li + li {
    border-top: 4px solid #26254a;
  }
  .wrapper .page-content .section .btn.btn-circle {
    width: 240px;
    height: 240px;
  }
  .wrapper .page-content .section .btn.btn-circle > span {
    font-size: 29px;
    line-height: 44px;
  }
  .wrapper .page-content .section .btn-container {
    margin-top: 90px;
  }
  .wrapper .page-content .section p {
    font-size: 25px;
    line-height: 34px;
  }
  .wrapper .page-content .section.section-who-we-are p {
    margin: 0 0 30px;
  }
  .wrapper .page-content .section.section-portfolio {
    padding: 90px 50px;
  }
  .wrapper .page-content .section.section-portfolio .section-title {
    padding: 0;
  }
  .wrapper .page-content .section.section-portfolio .project-container .project-box {
    margin: 0;
  }
  .wrapper .page-content .section.section-portfolio .project-container .project-box .project-details {
    margin: 0 30px;
    padding: 15px 20px;
  }
  .wrapper .page-content .section.section-portfolio .project-container .project-box .project-details .client {
    margin: 0 0 10px;
    font-size: 1.30vw;
    line-height: 1.75vw;
  }
  .wrapper .page-content .section.section-portfolio .project-container .project-box .project-details .title {
    margin: 0 0 30px;
    font-size: 2.1vw;
    line-height: 2.35vw;
  }
  .wrapper .page-content .section.section-portfolio .project-container .project-box .project-details .link {
    font-size: 1.30vw;
    line-height: 1.55vw;
  }
  .wrapper .page-content .section.section-newsletter .newsletter-description {
    font-size: 25px;
    line-height: 34px;
  }
  .wrapper .page-content .section.section-newsletter .newsletter-form .mauticform-row {
    margin: 0 0 25px;
  }
  .wrapper .page-content .section.section-newsletter .newsletter-form label {
    font-family: 'raisonne-bold-pro';
    font-size: 22px;
    line-height: 24px;
  }
  .wrapper .page-content .section.section-newsletter .newsletter-form input,
  .wrapper .page-content .section.section-newsletter .newsletter-form textarea {
    font-family: 'raisonne-bold-pro';
    font-size: 22px;
    line-height: 24px;
  }
  .wrapper .page-content .section.section-newsletter .newsletter-form input::placeholder,
  .wrapper .page-content .section.section-newsletter .newsletter-form textarea::placeholder {
    font-family: 'raisonne-bold-pro';
    font-size: 22px;
    line-height: 24px;
  }
  .wrapper .page-content .section.section-newsletter .newsletter-form .mauticform-button-wrapper button {
    font-family: 'raisonne-bold-pro';
    font-size: 22px;
    line-height: 24px;
  }
  .wrapper .page-content .section.section-newsletter .newsletter-form .mauticform-has-error .mauticform-errormsg {
    font-size: 22px;
    line-height: 24px;
  }
  .wrapper .page-content .section.section-carousel.with-triangle:before {
    border-width: 30px 30px 0 30px;
  }
  .wrapper .page-content .section.section-carousel .owl-carousel p {
    font-family: 'raisonne-demibold';
    font-size: 22px;
    line-height: 27px;
  }
  .wrapper .page-content .section.section-cta-card .cta-card {
    padding: 80px 90px;
  }
  .wrapper .page-content .section.section-cta-card .cta-card .cta-pre-title {
    font-size: 25px;
    line-height: 34px;
  }
  .wrapper .page-content .section.section-cta-card .cta-card .cta-title {
    margin: 0 0 50px;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 4px;
  }
  .wrapper .page-content .section.section-cta-card .cta-card .cta-link-container .cta-main-link,
  .wrapper .page-content .section.section-cta-card .cta-card .cta-link-container .cta-other-link {
    padding: 0 0 0 60px;
    font-size: 25px;
    line-height: 30px;
  }
  .footer {
    padding: 60px 50px;
  }
  .footer .footer-left {
    margin: 0;
    font-family: 'raisonne-light-pro';
    font-size: 22px;
    line-height: 27px;
  }
  .footer .footer-middle .partners-copy {
    display: block;
  }
  .footer .footer-middle .partners-copy .partners-title {
    display: block;
    margin: 0 0 35px;
    font-family: 'raisonne-light-pro';
    font-size: 22px;
    line-height: 27px;
    text-align: center;
  }
  .footer .footer-right {
    text-align: right;
  }
  .footer .footer-right .privacy-copy a,
  .footer .footer-right .privacy-copy span {
    color: #ffffff;
    font-family: 'raisonne-light-pro';
    font-size: 22px;
    line-height: 27px;
  }
  .footer .social-copy a + a i {
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .wrapper .page-banner.banner-blue-dark {
    padding: 90px 100px;
  }
  .wrapper .page-banner.banner-green-dark {
    padding: 90px 100px;
  }
  .wrapper .page-banner.banner-green-light {
    padding: 90px 100px;
  }
  .wrapper .page-content .section {
    padding: 90px 100px;
  }
  .wrapper .page-content .section.section-portfolio {
    padding: 90px 100px;
  }
  .wrapper .page-content .section.section-portfolio .project-container .project-box .project-details {
    padding: 40px 60px;
  }
  .wrapper .page-content .section.section-carousel .owl-carousel p {
    margin: 0;
    padding: 0 0 0 30px;
    font-family: 'raisonne-bold-pro';
    font-size: 40px;
    line-height: 45px;
    text-align: left;
  }
  .footer {
    padding: 60px 100px;
  }
  .footer .social-copy a + a i {
    margin-left: 50px;
  }
}
/*# sourceMappingURL=/home/inflagra/public_html/inflagranti_2019/wp-content/themes/inflagranti/assets/css/inflagranti.min.css.map */