/**
.---------------------------------------------------------------------.
|  @package: Theme Start5up (a.k.a. theme Startup Pro)
|  @version: v2.4.4 (19 April 2023)
|  @link:    http://italinux.com/startup-pro
|  @docs:    http://italinux.com/theme-startup-pro
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   https://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2023                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           https://concrete5.org/help/legal/commercial_add-on_license      |
|           or just: file://theme_start5up/LICENSE.TXT                      |
|                                                                           |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
'---------------------------------------------------------------------------'
*/
.single-space-bottom > section.banner.page-block,
.double-space-bottom > section.banner.page-block,
.no-spaces > section.banner.page-block,
.no-space-bottom > section.banner.page-block {
  padding-bottom: 0 !important;
}
.single-space-top > section.banner.page-block,
.double-space-top > section.banner.page-block,
.no-spaces > section.banner.page-block,
.no-space-top > section.banner.page-block {
  padding-top: 0 !important;
}
.no-sides-spaces > section.banner.page-block {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
section.banner {
  position: relative;
  overflow: hidden;
}
section.banner a:not(.CTA-clean).info::after,
section.banner a:not(.CTA-clean).goto::after {
  margin-top: 0px;
  font-family: "FontAwesome";
  font-size: 0.8em;
  text-decoration: none;
}
section.banner a:not(.CTA-clean).info > span,
section.banner a:not(.CTA-clean).goto > span {
  align-self: center;
}
section.banner a:not(.CTA-clean).info::after {
  content: "\f05a";
  margin-right: 5px;
  margin-left: 5px;
}
section.banner a:not(.CTA-clean).goto::after {
  content: "\f08e";
  margin-left: 6px;
  margin-right: 10px;
}
section.banner div.global-cta {
  margin-top: 4em;
  margin-bottom: 2em;
  font-size: 120%;
  text-align: center;
}
section.banner div.global-cta a.btn {
  width: 30%;
}
section.banner .btn {
  max-width: 460px;
}
section.banner .btn.btn-primary[disabled] {
  cursor: default;
}
section.banner.editMode {
  border: 1px dashed #bbb;
}
section.banner.page-block {
  margin: 0px auto;
  padding: 6em 8%;
}
section.banner.over-image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  content: "";
}
section.banner.over-image {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
section.banner.over-image.cfg-color h1 {
  color: inherit;
}
section.banner.over-image.cfg-color h2 {
  color: inherit;
}
section.banner.over-image.cfg-color h3 {
  color: inherit;
}
section.banner.over-image.cfg-color h4 {
  color: inherit;
}
section.banner.over-image.cfg-color h5 {
  color: inherit;
}
section.banner.over-image.cfg-color h6 {
  color: inherit;
}
section.banner.over-image.cfg-color p {
  color: inherit;
}
section.banner.over-image.cfg-color a:not(.btn) {
  color: inherit;
}
section.banner div.block-header {
  position: relative;
  padding: 0 0 3em;
  text-align: center;
  border: none;
}
section.banner .hide {
  display: none;
  visibility: hidden;
}
section.banner .show {
  display: block;
  visibility: visible;
}
section.banner .single-space-bottom {
  padding-bottom: 1.8em;
}
section.banner .double-space-bottom {
  padding-bottom: 3.2em;
}
section.banner .single-space-top {
  padding-top: 1.8em;
}
section.banner .double-space-top {
  padding-top: 3.2em;
}
section.banner .no-margins {
  margin: 0 !important;
}
section.banner .no-paddings {
  padding: 0 !important;
}
section.banner .no-spaces {
  margin: 0 !important;
  padding: 0 !important;
}
section.banner .no-sides-margins {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
section.banner .no-sides-paddings {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
section.banner .no-space-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
section.banner .no-space-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
section.banner .no-margin-bottom {
  margin-bottom: 0 !important;
}
section.banner .no-margin-top {
  margin-top: 0 !important;
}
section.banner .nopaque {
  opacity: 0;
}
section.banner .opaque {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  section.banner.page-block {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 1280px) {
  section.banner.page-block {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 1024px) {
  section.banner.page-block {
    padding-left: 3%;
    padding-right: 3%;
  }
}
section.banner[class^="mobile_view"].page-block {
  padding-left: 2%;
  padding-right: 2%;
}
@media screen and (max-width: 500px) {
  section.banner.page-block {
    padding-left: 2%;
    padding-right: 2%;
  }
}
section.banner {
  font-size: 120%;
  min-height: 100vh;
}
section.banner.over-image::before {
  background-image: -webkit-linear-gradient(top, rgba(59, 35, 117, 0.9) 100%, rgba(255, 255, 255, 0) 15%);
  background-image:    -moz-linear-gradient(top, rgba(59, 35, 117, 0.9) 100%, rgba(255, 255, 255, 0) 15%);
  background-image:     -ms-linear-gradient(top, rgba(59, 35, 117, 0.9) 100%, rgba(255, 255, 255, 0) 15%);
  background-image:      -o-linear-gradient(top, rgba(59, 35, 117, 0.9) 100%, rgba(255, 255, 255, 0) 15%);
  background-image:         linear-gradient(to bottom, rgba(59, 35, 117, 0.9) 100%, rgba(255, 255, 255, 0) 15%);
}
section.banner.over-image {
  background-clip: content-box;
  background-origin: content-box;
}
section.banner.with-fade::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  content: "";
  opacity: 1;
}
section.banner .single-plus-space-bottom {
  padding-bottom: 2.8em;
}
section.banner .single-plus-space-top {
  padding-top: 2.8em;
}
section.banner h1 sup {
  position: absolute;
}
section.banner div[class^="container"] {
  position: relative;
  right: 0;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-bottom: 110px;
  text-align: center;
  vertical-align: center;
  align-self: center;
  z-index: 1;
}
section.banner div[class^="container"] div.videoStatus {
  position: absolute;
  right: 0;
  left: 0;
  width: auto;
  margin: -30px auto 0px -15px;
  font-family: monospace;
  font-size: 130%;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 0 3px #fff;
  display: none;
}
section.banner div[class^="container"] div.videoStatus.show {
  -webkit-animation: videostatusfadeout 2s linear 5s 1 normal forwards running;
     -moz-animation: videostatusfadeout 2s linear 5s 1 normal forwards running;
       -o-animation: videostatusfadeout 2s linear 5s 1 normal forwards running;
          animation: videostatusfadeout 2s linear 5s 1 normal forwards running;
  display: block;
}
section.banner div[class^="container"] div.videoStatus span {
  position: absolute;
  width: 10px;
  height: 10px;
  margin: 5px 5px 5px 10px;
  border-radius: 50%;
}
section.banner div[class^="container"] div.videoStatus span.video-on {
  background-color: #26a428;
  box-shadow: 0 0 5px 3px #90ee90;
}
section.banner div[class^="container"] div.videoStatus span.video-off {
  background-color: #a52a2a;
  box-shadow: 0 0 5px 3px #ffc0cb;
}
section.banner div[class^="container"] div.banner-photo img[src$=".png"] {
  box-shadow: none !important;
}
section.banner .videoBtnOnMobile {
  display: none;
}
section.banner div.player {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh !important;
  margin: 0 auto;
  padding: 0;
  opacity: 0;
}
section.banner div.player.opaque {
  opacity: 1 !important;
}
section.banner div.player div.YTPOverlay {
  opacity: 0.2;
  background-color: #3b2375;
  cursor: default !important;
}
section.banner p {
  margin-bottom: 1em;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(59, 35, 117, 0.2);
}
section.banner a.CTA-arrow-top {
  padding-bottom: 15px;
  font-weight: 300;
  text-decoration: none !important;
  display: inline-block;
  z-index: 2;
}
section.banner a.CTA-arrow {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 25px;
  display: inline-block;
  z-index: 3;
}
@-webkit-keyframes videostatusfadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes videostatusfadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes videostatusfadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes videostatusfadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 1280px) {
  section.banner.over-image {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 768px) {
  div.video-fixed.hidden-on-mobile section.banner {
    min-height: auto !important;
  }
  div.video-fixed.hidden-on-mobile section.banner .videoBtnOnMobile {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  section.banner h1 {
    margin-left: auto;
    margin-right: auto;
  }
  section.banner h1 sup {
    position: relative;
    top: -0.6em;
    margin-left: 8px;
  }
  section.banner div.banner-photo {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  section.banner {
    font-size: 100%;
    min-height: 600px;
  }
  section.banner div[class^="container"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  section.banner div[class^="container"] h4 {
    padding-left: 12px;
    padding-right: 12px;
  }
  section.banner div[class^="container"] a.CTA-arrow {
    padding-top: 0px;
    font-size: 70%;
  }
  section.banner div[class^="container"] a.CTA-arrow .fa {
    -webkit-animation: 0s ease 0s normal none 1 running none;
       -moz-animation: 0s ease 0s normal none 1 running none;
         -o-animation: 0s ease 0s normal none 1 running none;
            animation: 0s ease 0s normal none 1 running none;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none;
    -webkit-transition-property: none;
       -moz-transition-property: none;
         -o-transition-property: none;
            transition-property: none;
  }
}
section.banner.i_am_what_i_do > div[class^="container"] {
  padding-top: 10%;
}
section.banner.image_round_right > div[class^="container"] {
  padding-top: 6%;
}
section.banner.image_round_right > div[class^="container"] p {
  margin-bottom: 0.3em;
}
section.banner.image_round_right > div[class^="container"] h1 {
  margin-bottom: 5px;
}
section.banner.image_round_right > div[class^="container"] h4 {
  padding-top: 5px;
}
section.banner.image_round_right > div[class^="container"] div.content {
  padding-top: 2.6em;
  padding-bottom: 3.6em;
}
section.banner.image_round_right > div[class^="container"] div.banner-photo img {
  border-radius: 50%;
  box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, 0.5);
}
section.banner.image_square_right > div[class^="container"] {
  padding-top: 6%;
}
section.banner.image_square_right > div[class^="container"] p {
  margin-bottom: 0.3em;
}
section.banner.image_square_right > div[class^="container"] h1 {
  margin-bottom: 5px;
}
section.banner.image_square_right > div[class^="container"] h4 {
  padding-top: 5px;
}
section.banner.image_square_right > div[class^="container"] div.content {
  padding-top: 2.6em;
  padding-bottom: 3.6em;
}
section.banner.image_square_right > div[class^="container"] div.banner-photo img {
  border-radius: 0px;
  box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1280px) {
  section.banner.i_am_what_i_do > div[class^="container"] {
    padding-top: 8%;
  }
}
@media screen and (max-width: 1024px) {
  section.banner.i_am_what_i_do > div[class^="container"] {
    padding-top: 20%;
  }
}
@media screen and (max-width: 800px) {
  section.banner.i_am_what_i_do > div[class^="container"] {
    padding-top: 22%;
  }
}
@media screen and (max-width: 768px) {
  section.banner.i_am_what_i_do > div[class^="container"] {
    padding-top: 25%;
  }
}
@media screen and (max-width: 500px) {
  section.banner.i_am_what_i_do > div[class^="container"] {
    padding-top: 15%;
  }
}
@media screen and (max-width: 1280px) {
  section.banner.image_round_right > div[class^="container"] {
    padding-top: 4%;
  }
}
@media screen and (max-width: 1024px) {
  section.banner.image_round_right > div[class^="container"] {
    padding-top: 10%;
  }
}
@media screen and (max-width: 768px) {
  section.banner.image_round_right > div[class^="container"] {
    padding-top: 15%;
  }
  section.banner.image_round_right > div[class^="container"] > div.main > div {
    width: 100%;
  }
  section.banner.image_round_right > div[class^="container"] div.content {
    padding-bottom: 3.2em;
  }
}
@media screen and (max-width: 500px) {
  section.banner.image_round_right > div[class^="container"] div.content {
    padding-top: 1.6em;
    padding-bottom: 2.4em;
  }
}
@media screen and (max-width: 1280px) {
  section.banner.image_square_right > div[class^="container"] {
    padding-top: 4%;
  }
}
@media screen and (max-width: 1024px) {
  section.banner.image_square_right > div[class^="container"] {
    padding-top: 10%;
  }
}
@media screen and (max-width: 768px) {
  section.banner.image_square_right > div[class^="container"] {
    padding-top: 15%;
  }
  section.banner.image_square_right > div[class^="container"] > div.main > div {
    width: 100%;
  }
  section.banner.image_square_right > div[class^="container"] div.content {
    padding-bottom: 3.2em;
  }
}
@media screen and (max-width: 500px) {
  section.banner.image_square_right > div[class^="container"] div.content {
    padding-top: 1.6em;
    padding-bottom: 2.4em;
  }
}


/**
.---------------------------------------------------------------------.
|  @package: Theme Start5up (a.k.a. theme Startup Pro)
|  @version: v2.4.4 (19 April 2023)
|  @link:    http://italinux.com/startup-pro
|  @docs:    http://italinux.com/theme-startup-pro
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   https://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2023                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           https://concrete5.org/help/legal/commercial_add-on_license      |
|           or just: file://theme_start5up/LICENSE.TXT                      |
|                                                                           |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
'---------------------------------------------------------------------------'
*/
section.banner.free_style.over-image {
  background-image: url("../../../../packages/theme_start5up/blocks/s5u_banner/templates/free_style//images/background.jpg");
}

section.banner.free_style > div[class^="container"] {
  padding-top: 10%;
}

@media screen and (max-width: 1280px) {
  section.banner.free_style > div[class^="container"] {
    padding-top: 15%;
  }
}

@media screen and (max-width: 800px) {
  section.banner.free_style > div[class^="container"] {
    padding-top: 20%;
  }
}

@media screen and (max-width: 768px) {
  section.banner.free_style > div[class^="container"] {
    padding-top: 25%;
  }
}


.mfp-zoom-in .mfp-with-anim{opacity:0;transform:scale(.8);transition:all .2s ease-in-out}.mfp-zoom-in.mfp-bg{opacity:0;transition:all .3s ease-out}.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:.8}.mfp-zoom-in.mfp-removing .mfp-with-anim{opacity:0;transform:scale(.8)}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.mfp-fade.mfp-bg{opacity:0;transition:all .15s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;transition:all .15s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.mfp-bg{background:#0b0b0b;filter:alpha(opacity=80);opacity:.8;overflow:hidden;z-index:2100}.mfp-bg,.mfp-wrap{height:100%;left:0;position:fixed;top:0;width:100%}.mfp-wrap{-webkit-backface-visibility:hidden;outline:none!important;z-index:2200}.mfp-container{box-sizing:border-box;height:100%;left:0;padding:0 8px;position:absolute;text-align:center;top:0;width:100%}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{display:inline-block;margin:0 auto;position:relative;text-align:left;vertical-align:middle;z-index:2400}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{cursor:auto;width:100%}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;left:8px;margin-top:-.8em;position:absolute;right:8px;text-align:center;top:50%;width:auto;z-index:2300}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{-webkit-appearance:none;background:transparent;border:0;box-shadow:none;cursor:pointer;display:block;outline:none;overflow:visible;padding:0;touch-action:manipulation;z-index:2400}button::-moz-focus-inner{border:0;padding:0}.mfp-close{color:#fff;font-family:Arial,Baskerville,monospace;font-size:28px;font-style:normal;height:44px;line-height:44px;opacity:.65;padding:0 0 18px 10px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:44px}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;padding-right:6px;right:-6px;text-align:right;width:100%}.mfp-counter{color:#ccc;font-size:12px;line-height:18px;position:absolute;right:0;top:0;white-space:nowrap}.mfp-arrow{-webkit-tap-highlight-color:rgba(0,0,0,0);height:110px;margin:-55px 0 0;opacity:.65;padding:0;position:absolute;top:50%;width:90px}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{border:inset transparent;content:"";display:block;height:0;left:0;margin-left:35px;margin-top:35px;position:absolute;top:0;width:0}.mfp-arrow:after{border-bottom-width:13px;border-top-width:13px;top:8px}.mfp-arrow:before{border-bottom-width:21px;border-top-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{border-right:27px solid #3f3f3f;margin-left:25px}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-bottom:40px;padding-top:40px}.mfp-iframe-holder .mfp-content{line-height:0;max-width:900px;width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{height:0;overflow:hidden;padding-top:56.25%;width:100%}.mfp-iframe-scaler iframe{background:#000;box-shadow:0 0 8px rgba(0,0,0,.6);display:block;height:100%;left:0;position:absolute;top:0;width:100%}img.mfp-img{box-sizing:border-box;display:block;height:auto;margin:0 auto;max-width:100%;padding:40px 0;width:auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{background:#444;bottom:40px;box-shadow:0 0 8px rgba(0,0,0,.6);content:"";display:block;height:auto;left:0;position:absolute;right:0;top:40px;width:auto;z-index:-1}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{cursor:auto;left:0;margin-top:-36px;position:absolute;top:100%;width:100%}.mfp-title{word-wrap:break-word;color:#f3f3f3;line-height:18px;padding-right:36px;text-align:left}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px)and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{bottom:0;top:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;box-sizing:border-box;margin:0;padding:3px 5px;position:fixed;top:auto}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{background:rgba(0,0,0,.6);height:35px;line-height:35px;padding:0;position:fixed;right:0;text-align:center;top:0;width:35px}}@media (max-width:900px){.mfp-arrow{transform:scale(.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}div.ccm-lightbox-popup-white{background-color:#fff;border-radius:10px;margin:0 auto;max-width:600px;padding:20px 60px 20px 20px;position:relative}.ccm-block-gallery a{position:relative}.ccm-block-gallery .ccm-block-gallery-image-overlay,.ccm-block-gallery .ccm-block-gallery-image-overlay-color,.ccm-block-gallery .ccm-block-gallery-image-overlay-text{height:100%;left:0;position:absolute;top:0;width:100%}.ccm-block-gallery .ccm-block-gallery-image-overlay{opacity:0;transition:opacity .3s}.ccm-block-gallery .ccm-block-gallery-image-overlay-color{background-color:rgba(13,110,253,.8)}.ccm-block-gallery .ccm-block-gallery-image-overlay-text{align-items:center;color:#fff;display:flex;flex-direction:column;font-weight:700;justify-content:center}.ccm-block-gallery .ccm-block-gallery-image{cursor:pointer;overflow:hidden;padding-top:calc(3.125rem + 22.5vw);position:relative;width:100%}@media(min-width:1200px){.ccm-block-gallery .ccm-block-gallery-image{padding-top:20rem}}.ccm-block-gallery img{bottom:-9999px;height:100%;left:-9999px;margin:auto;-o-object-fit:cover;object-fit:cover;position:absolute;right:-9999px;top:-9999px;width:100%}.ccm-block-gallery a:hover .ccm-block-gallery-image-overlay{opacity:1}/*! http://responsiveslides.com v1.55 by @viljamis */.rslides{list-style:none;margin:0;overflow:hidden;padding:0;position:relative;width:100%}.rslides>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;left:0;margin-bottom:0!important;position:absolute;top:0;width:100%}.rslides>li:first-child{display:block;float:left;position:relative}.rslides img{border:0;display:block;float:left;height:auto;width:100%}.rslides_nav{-webkit-tap-highlight-color:rgba(0,0,0,0);background:transparent url("data:image/gif;base64,R0lGODlhTAA9AMQAABAQEDAwMO/v78/Pz7+/v39/f6+vr1BQUCAgIGBgYJ+fn0BAQN/f33BwcI+Pj////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAABMAD0AAAXkICSOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8ikcslsOp/QqHRKrVqv2Fog4NsiAYTHY8ALPwiAImAgFi90gfY4PVTIyTuzWDEsyAUIPAACcgVBCXIPbz1xcgk/AYRthj8Nf1yCkmIGQnZtAnQ6eg8MoT9rcgQ7jW2YQqxirjeDcg5Efp+mNweJj0G8cgc9uGICsjyRhT+eYqU+qG2cp2zRPsxzQbSTPJafga+aD984CImLQ4itOuVtvkULBgTCOwcGBvNZ+fr7/P3+/wADChxIsKDBgwgTKlzIsKFDKSEAADs=") no-repeat 0 0;height:61px;left:0;margin-top:-45px;opacity:.7;overflow:hidden;position:absolute;text-decoration:none;top:50%;width:38px;z-index:99}.rslides_tabs{padding-bottom:10px;padding-left:0;padding-top:0}.rslides_tabs li{display:inline-block;list-style-type:none;margin-right:5px}.rslides_tabs li.rslides_here a{background:#333}.rslides_tabs li a{background:#ccccc9;border-radius:30px;display:inline-block;height:15px;margin-right:10px;overflow:hidden;text-indent:-9999px;width:15px}.rslides_nav.next{background-position:100% 0;left:auto;right:0}/*! http://responsiveslides.com v1.54 by @viljamis */.ccm-image-slider{position:relative}.ccm-image-slider-text{clear:both;padding-top:1rem}.ccm-image-slider-title{margin-bottom:1rem}.rslides{margin:0 auto}a.mega-link-overlay{height:100%;left:0;position:absolute;width:100%;z-index:20}div.ccm-block-hero-image{min-height:50vh;position:relative}div.ccm-block-hero-image div.ccm-block-hero-image-cover,div.ccm-block-hero-image div.ccm-block-hero-image-text{height:50vh;left:0;position:absolute;top:0;width:100%}div.ccm-block-hero-image div.ccm-block-hero-image-text{align-items:center;display:flex;flex-direction:column;justify-content:center}div.ccm-block-hero-image div.ccm-block-hero-image-cover{z-index:2}div.ccm-block-hero-image div.ccm-block-hero-image-text{z-index:3}div.ccm-block-hero-image div.ccm-block-hero-image-image{background-position:50%;background-size:cover;height:50vh;z-index:1}


/**
.---------------------------------------------------------------------.
|  @package: Theme Start5up (a.k.a. theme Startup Pro)
|  @version: v2.4.4 (19 April 2023)
|  @link:    http://italinux.com/startup-pro
|  @docs:    http://italinux.com/theme-startup-pro
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   https://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2023                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           https://concrete5.org/help/legal/commercial_add-on_license      |
|           or just: file://theme_start5up/LICENSE.TXT                      |
|                                                                           |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
'---------------------------------------------------------------------------'
*/
.single-space-bottom > section.menu.page-block,
.double-space-bottom > section.menu.page-block,
.no-spaces > section.menu.page-block,
.no-space-bottom > section.menu.page-block {
  padding-bottom: 0 !important;
}
.single-space-top > section.menu.page-block,
.double-space-top > section.menu.page-block,
.no-spaces > section.menu.page-block,
.no-space-top > section.menu.page-block {
  padding-top: 0 !important;
}
.no-sides-spaces > section.menu.page-block {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
section.menu {
  position: relative;
  overflow: hidden;
}
section.menu a:not(.CTA-clean).info::after,
section.menu a:not(.CTA-clean).goto::after {
  margin-top: 0px;
  font-family: "FontAwesome";
  font-size: 0.8em;
  text-decoration: none;
}
section.menu a:not(.CTA-clean).info > span,
section.menu a:not(.CTA-clean).goto > span {
  align-self: center;
}
section.menu a:not(.CTA-clean).info::after {
  content: "\f05a";
  margin-right: 5px;
  margin-left: 5px;
}
section.menu a:not(.CTA-clean).goto::after {
  content: "\f08e";
  margin-left: 6px;
  margin-right: 10px;
}
section.menu div.global-cta {
  margin-top: 4em;
  margin-bottom: 2em;
  font-size: 120%;
  text-align: center;
}
section.menu div.global-cta a.btn {
  width: 30%;
}
section.menu .btn {
  max-width: 460px;
}
section.menu .btn.btn-primary[disabled] {
  cursor: default;
}
section.menu.editMode {
  border: 1px dashed #bbb;
}
section.menu.page-block {
  margin: 0px auto;
  padding: 6em 8%;
}
section.menu.over-image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  content: "";
}
section.menu.over-image {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-position: center center;
}
section.menu.over-image.cfg-color h1 {
  color: inherit;
}
section.menu.over-image.cfg-color h2 {
  color: inherit;
}
section.menu.over-image.cfg-color h3 {
  color: inherit;
}
section.menu.over-image.cfg-color h4 {
  color: inherit;
}
section.menu.over-image.cfg-color h5 {
  color: inherit;
}
section.menu.over-image.cfg-color h6 {
  color: inherit;
}
section.menu.over-image.cfg-color p {
  color: inherit;
}
section.menu.over-image.cfg-color a:not(.btn) {
  color: inherit;
}
section.menu div.block-header {
  position: relative;
  padding: 0 0 3em;
  text-align: center;
  border: none;
}
section.menu .hide {
  display: none;
  visibility: hidden;
}
section.menu .show {
  display: block;
  visibility: visible;
}
section.menu .single-space-bottom {
  padding-bottom: 1.8em;
}
section.menu .double-space-bottom {
  padding-bottom: 3.2em;
}
section.menu .single-space-top {
  padding-top: 1.8em;
}
section.menu .double-space-top {
  padding-top: 3.2em;
}
section.menu .no-margins {
  margin: 0 !important;
}
section.menu .no-paddings {
  padding: 0 !important;
}
section.menu .no-spaces {
  margin: 0 !important;
  padding: 0 !important;
}
section.menu .no-sides-margins {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
section.menu .no-sides-paddings {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
section.menu .no-space-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
section.menu .no-space-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
section.menu .no-margin-bottom {
  margin-bottom: 0 !important;
}
section.menu .no-margin-top {
  margin-top: 0 !important;
}
section.menu .nopaque {
  opacity: 0;
}
section.menu .opaque {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  section.menu.page-block {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 1280px) {
  section.menu.page-block {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 1024px) {
  section.menu.page-block {
    padding-left: 3%;
    padding-right: 3%;
  }
}
section.menu[class^="mobile_view"].page-block {
  padding-left: 2%;
  padding-right: 2%;
}
@media screen and (max-width: 500px) {
  section.menu.page-block {
    padding-left: 2%;
    padding-right: 2%;
  }
}
section.menu nav div.navbar-center div.menu-wrapper.fixed ul.nav a {
  font-size: 3em;
  line-height: 1.2em;
}
@media screen and (max-width: 1024px) {
  section.menu nav div.navbar-center div.menu-wrapper.fixed ul.nav a {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 768px) {
  section.menu nav div.navbar-center div.menu-wrapper.fixed ul.nav a {
    font-size: 2em;
  }
}
section.menu {
  width: 100%;
  overflow: visible;
  z-index: 4;
}
section.menu.over-image::before,
section.menu div.menu-wrapper.fixed {
  background-color: rgba(200, 200, 200, 0.6);
}
section.menu.editMode {
  position: relative !important;
  background-color: #eee;
  border: none !important;
  z-index: 0;
}
section.menu.over-image::before {
  -webkit-transition: opacity 0.5s ease-in-out 0s;
     -moz-transition: opacity 0.5s ease-in-out 0s;
      -ms-transition: opacity 0.5s ease-in-out 0s;
       -o-transition: opacity 0.5s ease-in-out 0s;
          transition: opacity 0.5s ease-in-out 0s;
}
section.menu.over-image.with-fade::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  content: "";
  opacity: 1 !important;
}
section.menu nav.navbar {
  position: relative;
  min-height: 70px;
  margin: 0px;
}
section.menu nav.navbar div.navbar-header {
  position: relative;
  width: 100%;
  z-index: 1;
}
section.menu nav.navbar div.navbar-header div.navbar-toggle {
  position: absolute;
  min-width: 50px;
  width: 10%;
  top: 50%;
  left: 0;
  margin: 0px;
  padding: 0px;
  text-align: center;
  transform: translate(0%, -50%);
  display: none;
}
section.menu nav.navbar div.navbar-header div.navbar-toggle div.hamburger {
  padding: 0.7em;
  outline: none !important;
}
section.menu nav.navbar div.navbar-header div.navbar-toggle div.hamburger .hamburger-inner,
section.menu nav.navbar div.navbar-header div.navbar-toggle div.hamburger .hamburger-inner::before,
section.menu nav.navbar div.navbar-header div.navbar-toggle div.hamburger .hamburger-inner::after {
  left: 0px;
  right: 0px;
  height: 2px;
  margin: 0px auto;
}
section.menu nav.navbar div.navbar-header div.navbar-left,
section.menu nav.navbar div.navbar-header div.navbar-right {
  position: absolute;
  min-width: 50px;
  width: 10%;
  top: 50%;
  margin: 0 auto;
  text-align: center;
  transform: translate(0%, -50%);
}
section.menu nav.navbar div.navbar-header div.navbar-left {
  left: 0;
}
section.menu nav.navbar div.navbar-header div.navbar-right {
  right: 0px;
  margin-top: 2px;
}
section.menu nav.navbar div.navbar-header div.title-wrapper {
  position: relative;
  width: auto;
  min-height: 48px;
  margin: 0px auto;
  text-align: center;
  font-size: 90%;
  display: none;
  flex-direction: column;
  justify-content: center;
}
section.menu nav.navbar div.navbar-header div.title-wrapper .nav-title {
  margin: 3px 0px 0px 0px;
  padding: 0px;
  vertical-align: middle;
  display: none;
}
section.menu nav.navbar div.navbar-header div.title-wrapper .nav-title.show {
  display: block;
}
section.menu nav.navbar div.navbar-header div.title-wrapper .nav-title a {
  text-decoration: none;
}
section.menu nav.navbar div.navbar-center {
  position: relative;
  width: auto;
  min-height: 50px;
  margin: 10px 10%;
  align-items: center;
  display: flex;
  z-index: -1;
}
section.menu nav.navbar div.navbar-center div.menu-wrapper {
  position: relative;
  width: auto;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
}
section.menu nav.navbar div.navbar-center div.menu-wrapper ul {
  position: relative;
  width: auto;
  margin: 0 auto;
  align-self: center;
  vertical-align: middle;
  text-align: center;
  float: none;
  display: inline-block;
}
section.menu nav.navbar div.navbar-center div.menu-wrapper ul li {
  float: none;
  display: inline-block;
}
section.menu nav.navbar div.navbar-center div.menu-wrapper.fixed {
  position: fixed;
  width: 100%;
  display: block !important;
}
section.menu nav.navbar div.navbar-center div.menu-wrapper.fixed ul {
  position: absolute;
  max-width: 600px;
  width: 96%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
}
section.menu nav.navbar div.navbar-center div.menu-wrapper.fixed ul li {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  clear: both;
}
section.menu nav.navbar div.navbar-center div.menu-wrapper.fixed ul li.highlight {
  margin-top: 10px;
}
section.menu nav.navbar img {
  max-height: 50px;
  width: auto;
  vertical-align: middle;
}
section.menu nav.navbar li:hover,
section.menu nav.navbar li:focus,
section.menu nav.navbar li:active,
section.menu nav.navbar li.active,
section.menu nav.navbar li.active:focus {
  opacity: 0.9;
}
section.menu nav.navbar li a {
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-decoration: none;
}
section.menu nav.navbar li a:hover,
section.menu nav.navbar li a:focus,
section.menu nav.navbar li a:active {
  background-color: transparent;
}
section.menu div.lang-switch {
  top: 0px;
}
section.menu div.lang-switch select,
section.menu div.lang-switch select option {
  position: relative;
  width: 100%;
  margin: 0px auto;
  outline: 0px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
       -o-appearance: none;
          appearance: none;
  line-height: 1.2em;
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
      -ms-box-shadow: none !important;
       -o-box-shadow: none !important;
          box-shadow: none !important;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 48px 32px;
  border: none !important;
  cursor: pointer;
  display: block;
}
section.menu div.lang-switch select:hover,
section.menu div.lang-switch select option:hover {
  color: #222 !important;
}
section.menu div.lang-switch select {
  width: 60px;
  height: 40px;
  font-size: 0px;
  text-overflow: "";
  text-indent: 0.01px;
  content: " ";
  color: transparent;
  background-color: transparent;
  border-radius: 5px;
  direction: rtl;
}
section.menu div.lang-switch select:hover {
  color: transparent;
}
section.menu div.lang-switch select option {
  width: auto;
  height: 40px;
  font-size: 22px;
  text-indent: 5px;
  direction: ltr;
  color: #222;
  background-color: #fff;
  background-position: 15px center;
  background-size: 40px 30px;
}
@media screen and (max-width: 1024px) {
  section.menu nav.navbar div.navbar-header div.navbar-toggle {
    display: block;
  }
  section.menu nav.navbar div.navbar-header div.title-wrapper {
    display: flex;
  }
  section.menu nav.navbar div.navbar-header .nav-logo {
    display: none;
  }
  section.menu nav.navbar div.navbar-center div.menu-wrapper {
    display: none;
  }
  section.menu nav.navbar div.lang-switch select option {
    height: 30px;
    font-size: 18px;
    text-indent: 2px;
  }
}
@media screen and (max-width: 768px) {
  section.menu.over-image.with-fade::before {
    opacity: 0.85 !important;
  }
  section.menu nav.navbar {
    min-height: 60px !important;
  }
  section.menu nav.navbar div.navbar-header div.navbar-toggle {
    width: 65px !important;
    margin-top: 3px;
  }
  section.menu nav.navbar div.navbar-header div.navbar-toggle div.hamburger .hamburger-inner,
  section.menu nav.navbar div.navbar-header div.navbar-toggle div.hamburger .hamburger-inner::before,
  section.menu nav.navbar div.navbar-header div.navbar-toggle div.hamburger .hamburger-inner::after {
    width: 32px;
  }
  section.menu nav.navbar div.navbar-header div[data-animation="toggle"] {
    -webkit-animation: 0s ease 0s normal none 1 running none;
       -moz-animation: 0s ease 0s normal none 1 running none;
         -o-animation: 0s ease 0s normal none 1 running none;
            animation: 0s ease 0s normal none 1 running none;
    -webkit-transition-property: none;
       -moz-transition-property: none;
         -o-transition-property: none;
            transition-property: none;
  }
  section.menu nav.navbar div.navbar-header div.title-wrapper {
    padding-top: 2px;
  }
  section.menu nav.navbar div.navbar-center {
    min-height: 50px !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  section.menu nav.navbar div.navbar-center div.menu-wrapper.fixed ul {
    margin-top: 25px;
  }
  section.menu nav.navbar div.navbar-right {
    width: 65px !important;
    margin-top: 1px !important;
  }
  section.menu nav.navbar div.navbar-right div[data-animation="languages"] {
    -webkit-animation: 0s ease 0s normal none 1 running none;
       -moz-animation: 0s ease 0s normal none 1 running none;
         -o-animation: 0s ease 0s normal none 1 running none;
            animation: 0s ease 0s normal none 1 running none;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none;
    -webkit-transition-property: none;
       -moz-transition-property: none;
         -o-transition-property: none;
            transition-property: none;
  }
  section.menu nav.navbar div.navbar-right div.lang-switch {
    width: 62px;
    padding: 10px !important;
  }
  section.menu nav.navbar div.navbar-right div.lang-switch select,
  section.menu nav.navbar div.navbar-right div.lang-switch select option {
    background-size: 32px 21px;
  }
  section.menu nav.navbar div.navbar-right div.lang-switch select option {
    height: 25px;
    font-size: 14px;
    text-indent: 1px;
  }
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{font:inherit;display:inline-block;overflow:visible;margin:0;padding:15px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}.hamburger:hover{opacity:.7}.hamburger-box{position:relative;display:inline-block;width:40px;height:24px}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#000}.hamburger-inner:after,.hamburger-inner:before{display:block;content:""}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{transform:rotateY(180deg);background-color:transparent}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{transform:rotateY(-180deg);background-color:transparent}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{transform:rotateX(-180deg);background-color:transparent}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{transform:rotateX(180deg);background-color:transparent}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg);background-color:transparent}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);background-color:transparent}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(-90deg)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(45deg)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(90deg)}.hamburger--elastic .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(135deg)}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(-270deg)}.hamburger--elastic-r .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(-135deg)}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(270deg)}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic.is-active .hamburger-inner:before{top:-80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,80px,0) rotate(45deg)}.hamburger--emphatic.is-active .hamburger-inner:after{top:-80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,80px,0) rotate(-45deg)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic-r.is-active .hamburger-inner:before{top:80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,-80px,0) rotate(-45deg)}.hamburger--emphatic-r.is-active .hamburger-inner:after{top:80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,-80px,0) rotate(45deg)}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;opacity:0}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}.hamburger--spin.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--spin-r .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(-225deg)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(90deg)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;opacity:0}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(90deg)}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(90deg);background-color:transparent}.hamburger--stand.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(-90deg);background-color:transparent}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--vortex .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(765deg)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(-765deg)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}

/**
.---------------------------------------------------------------------.
|  @package: Theme Start5up (a.k.a. theme Startup Pro)
|  @version: v2.4.4 (19 April 2023)
|  @link:    http://italinux.com/startup-pro
|  @docs:    http://italinux.com/theme-startup-pro
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   https://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2023                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           https://concrete5.org/help/legal/commercial_add-on_license      |
|           or just: file://theme_start5up/LICENSE.TXT                      |
|                                                                           |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
'---------------------------------------------------------------------------'
*/
section.sticky.menu.sticky-fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
}
section.sticky.menu.loggedIn.sticky-fixed {
  top: 48px !important;
}

@media screen and (max-width: 1024px) {
  section.sticky.menu {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
  }
  section.sticky.menu.loggedIn {
    top: 48px !important;
  }
}

@media screen and (max-width: 768px) {
  section.sticky.menu {
    top: -2px !important;
  }
}


/**
.---------------------------------------------------------------------.
|  @package: Theme Start5up (a.k.a. theme Startup Pro)
|  @version: v2.4.4 (19 April 2023)
|  @link:    http://italinux.com/startup-pro
|  @docs:    http://italinux.com/theme-startup-pro
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   https://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2023                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           https://concrete5.org/help/legal/commercial_add-on_license      |
|           or just: file://theme_start5up/LICENSE.TXT                      |
|                                                                           |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
'---------------------------------------------------------------------------'
*/
.single-space-bottom > section.what-i-do.page-block,
.double-space-bottom > section.what-i-do.page-block,
.no-spaces > section.what-i-do.page-block,
.no-space-bottom > section.what-i-do.page-block {
  padding-bottom: 0 !important;
}
.single-space-top > section.what-i-do.page-block,
.double-space-top > section.what-i-do.page-block,
.no-spaces > section.what-i-do.page-block,
.no-space-top > section.what-i-do.page-block {
  padding-top: 0 !important;
}
.no-sides-spaces > section.what-i-do.page-block {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
section.what-i-do {
  position: relative;
  overflow: hidden;
}
section.what-i-do a:not(.CTA-clean).info::after,
section.what-i-do a:not(.CTA-clean).goto::after {
  margin-top: 0px;
  font-family: "FontAwesome";
  font-size: 0.8em;
  text-decoration: none;
}
section.what-i-do a:not(.CTA-clean).info > span,
section.what-i-do a:not(.CTA-clean).goto > span {
  align-self: center;
}
section.what-i-do a:not(.CTA-clean).info::after {
  content: "\f05a";
  margin-right: 5px;
  margin-left: 5px;
}
section.what-i-do a:not(.CTA-clean).goto::after {
  content: "\f08e";
  margin-left: 6px;
  margin-right: 10px;
}
section.what-i-do div.global-cta {
  margin-top: 4em;
  margin-bottom: 2em;
  font-size: 120%;
  text-align: center;
}
section.what-i-do div.global-cta a.btn {
  width: 30%;
}
section.what-i-do .btn {
  max-width: 460px;
}
section.what-i-do .btn.btn-primary[disabled] {
  cursor: default;
}
section.what-i-do.editMode {
  border: 1px dashed #bbb;
}
section.what-i-do.page-block {
  margin: 0px auto;
  padding: 6em 8%;
}
section.what-i-do.over-image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  content: "";
}
section.what-i-do.over-image {
  background-color: transparent;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: auto;
  background-position: center center;
}
section.what-i-do.over-image.cfg-color h1 {
  color: inherit;
}
section.what-i-do.over-image.cfg-color h2 {
  color: inherit;
}
section.what-i-do.over-image.cfg-color h3 {
  color: inherit;
}
section.what-i-do.over-image.cfg-color h4 {
  color: inherit;
}
section.what-i-do.over-image.cfg-color h5 {
  color: inherit;
}
section.what-i-do.over-image.cfg-color h6 {
  color: inherit;
}
section.what-i-do.over-image.cfg-color p {
  color: inherit;
}
section.what-i-do.over-image.cfg-color a:not(.btn) {
  color: inherit;
}
section.what-i-do div.block-header {
  position: relative;
  padding: 0 0 3em;
  text-align: center;
  border: none;
}
section.what-i-do .hide {
  display: none;
  visibility: hidden;
}
section.what-i-do .show {
  display: block;
  visibility: visible;
}
section.what-i-do .single-space-bottom {
  padding-bottom: 1.8em;
}
section.what-i-do .double-space-bottom {
  padding-bottom: 3.2em;
}
section.what-i-do .single-space-top {
  padding-top: 1.8em;
}
section.what-i-do .double-space-top {
  padding-top: 3.2em;
}
section.what-i-do .no-margins {
  margin: 0 !important;
}
section.what-i-do .no-paddings {
  padding: 0 !important;
}
section.what-i-do .no-spaces {
  margin: 0 !important;
  padding: 0 !important;
}
section.what-i-do .no-sides-margins {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
section.what-i-do .no-sides-paddings {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
section.what-i-do .no-space-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
section.what-i-do .no-space-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
section.what-i-do .no-margin-bottom {
  margin-bottom: 0 !important;
}
section.what-i-do .no-margin-top {
  margin-top: 0 !important;
}
section.what-i-do .nopaque {
  opacity: 0;
}
section.what-i-do .opaque {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  section.what-i-do.page-block {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 1280px) {
  section.what-i-do.page-block {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 1024px) {
  section.what-i-do.page-block {
    padding-left: 3%;
    padding-right: 3%;
  }
}
section.what-i-do[class^="mobile_view"].page-block {
  padding-left: 2%;
  padding-right: 2%;
}
@media screen and (max-width: 500px) {
  section.what-i-do.page-block {
    padding-left: 2%;
    padding-right: 2%;
  }
}
section.what-i-do.over-image {
  background-position: 20% center;
}
section.what-i-do .btn {
  padding-left: 0px;
  padding-right: 0px;
}
section.what-i-do div.main div.wid-item-1 > div:first-of-type {
  color: #297d89;
  background-color: #297d89;
}
section.what-i-do div.main div.wid-item-1 > div:first-of-type::after {
  border-color: #297d89;
}
section.what-i-do div.main div.wid-item-1 > div:first-of-type a {
  color: #297d89;
}
section.what-i-do div.main div.wid-item-1 a.btn-primary {
  background-color: rgba(41, 125, 137, 0.9);
  border-color: #297d89;
}
section.what-i-do div.main div.wid-item-1 > div:first-of-type {
  color: #635941;
  background-color: #635941;
}
section.what-i-do div.main div.wid-item-1 > div:first-of-type::after {
  border-color: #635941;
}
section.what-i-do div.main div.wid-item-1 > div:first-of-type a {
  color: #635941;
}
section.what-i-do div.main div.wid-item-1 a.btn-primary {
  background-color: rgba(99, 89, 65, 0.9);
  border-color: #635941;
}
section.what-i-do div.main div.wid-item-2 > div:first-of-type {
  color: #293d89;
  background-color: #293d89;
}
section.what-i-do div.main div.wid-item-2 > div:first-of-type::after {
  border-color: #293d89;
}
section.what-i-do div.main div.wid-item-2 > div:first-of-type a {
  color: #293d89;
}
section.what-i-do div.main div.wid-item-2 a.btn-primary {
  background-color: rgba(41, 61, 137, 0.9);
  border-color: #293d89;
}
section.what-i-do div.main div.wid-item-2 > div:first-of-type {
  color: #432f75;
  background-color: #432f75;
}
section.what-i-do div.main div.wid-item-2 > div:first-of-type::after {
  border-color: #432f75;
}
section.what-i-do div.main div.wid-item-2 > div:first-of-type a {
  color: #432f75;
}
section.what-i-do div.main div.wid-item-2 a.btn-primary {
  background-color: rgba(67, 47, 117, 0.9);
  border-color: #432f75;
}
section.what-i-do div.main div.wid-item-3 > div:first-of-type {
  color: #552989;
  background-color: #552989;
}
section.what-i-do div.main div.wid-item-3 > div:first-of-type::after {
  border-color: #552989;
}
section.what-i-do div.main div.wid-item-3 > div:first-of-type a {
  color: #552989;
}
section.what-i-do div.main div.wid-item-3 a.btn-primary {
  background-color: rgba(85, 41, 137, 0.9);
  border-color: #552989;
}
section.what-i-do div.main div.wid-item-3 > div:first-of-type {
  color: #701076;
  background-color: #701076;
}
section.what-i-do div.main div.wid-item-3 > div:first-of-type::after {
  border-color: #701076;
}
section.what-i-do div.main div.wid-item-3 > div:first-of-type a {
  color: #701076;
}
section.what-i-do div.main div.wid-item-3 a.btn-primary {
  background-color: rgba(112, 16, 118, 0.9);
  border-color: #701076;
}
section.what-i-do div.main div.wid-item-4 > div:first-of-type {
  color: #89297d;
  background-color: #89297d;
}
section.what-i-do div.main div.wid-item-4 > div:first-of-type::after {
  border-color: #89297d;
}
section.what-i-do div.main div.wid-item-4 > div:first-of-type a {
  color: #89297d;
}
section.what-i-do div.main div.wid-item-4 a.btn-primary {
  background-color: rgba(137, 41, 125, 0.9);
  border-color: #89297d;
}
section.what-i-do div.main div.wid-item-4 > div:first-of-type {
  color: #950c47;
  background-color: #950c47;
}
section.what-i-do div.main div.wid-item-4 > div:first-of-type::after {
  border-color: #950c47;
}
section.what-i-do div.main div.wid-item-4 > div:first-of-type a {
  color: #950c47;
}
section.what-i-do div.main div.wid-item-4 a.btn-primary {
  background-color: rgba(149, 12, 71, 0.9);
  border-color: #950c47;
}
section.what-i-do div[class^="wid-item"] {
  max-width: 430px;
  margin-top: 0px;
  margin-bottom: 30px;
}
section.what-i-do div[class^="wid-item"] a.btn-primary {
  min-width: 54%;
  padding-left: 5%;
  padding-right: 5%;
  color: #fff;
}
section.what-i-do div[data-animation="icon"] {
  margin-bottom: 10px;
}
section.what-i-do div[data-animation="content"] {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
section.what-i-do div[data-animation="content"] span {
  font-weight: 400;
}
section.what-i-do div[data-animation="content"] p {
  margin-top: 10px;
  margin-bottom: 10px;
}
section.what-i-do div[data-animation="cta"] {
  margin-top: 30px;
}
section.what-i-do div.service-item {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
section.what-i-do div.service-item::after {
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
}
section.what-i-do div.service-item div.service-icon {
  min-height: 128px;
  display: flex;
  align-items: center;
  background-color: transparent;
}
section.what-i-do div.service-item div.service-icon a {
  margin: 0px auto;
  text-align: center;
  z-index: 1;
}
section.what-i-do div.service-item div.service-icon a.fa {
  font-size: 500%;
  text-decoration: none;
}
section.what-i-do div.service-item div.service-icon::after {
  border-width: 0;
  border-style: dashed;
  border-color: transparent;
  border-radius: 0;
  opacity: 0.3;
}
@media screen and (max-width: 1024px) {
  section.what-i-do div.global-cta a.btn {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  section.what-i-do div[data-animation="content"] {
    width: 90%;
  }
}
section.what-i-do[class^="mobile_view"] div[class^="wid-item"] {
  margin-bottom: 40px;
}
section.what-i-do[class^="mobile_view"] div[class^="wid-item"] div[data-animation="content"] {
  width: 90%;
}
section.what-i-do[class^="mobile_view"] div.global-cta a.btn {
  width: 80%;
}
@media screen and (max-width: 500px) {
  section.what-i-do div[class^="wid-item"] {
    margin-bottom: 40px;
  }
  section.what-i-do div[class^="wid-item"] *[data-animation="title"] {
    text-shadow: none;
  }
  section.what-i-do div[class^="wid-item"] div[data-animation="icon"] {
    display: none;
  }
  section.what-i-do div[class^="wid-item"] div[data-animation="content"] {
    width: 90%;
  }
  section.what-i-do div.wid-item-1 *[data-animation="title"] {
    color: #246e79;
  }
  section.what-i-do div.wid-item-2 *[data-animation="title"] {
    color: #243679;
  }
  section.what-i-do div.wid-item-3 *[data-animation="title"] {
    color: #4b2479;
  }
  section.what-i-do div.wid-item-4 *[data-animation="title"] {
    color: #79246e;
  }
  section.what-i-do div.global-cta a.btn {
    width: 80%;
  }
}


/**
.---------------------------------------------------------------------.
|  @package: Theme Start5up (a.k.a. theme Startup Pro)
|  @version: v2.4.4 (19 April 2023)
|  @link:    http://italinux.com/startup-pro
|  @docs:    http://italinux.com/theme-startup-pro
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   https://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2023                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           https://concrete5.org/help/legal/commercial_add-on_license      |
|           or just: file://theme_start5up/LICENSE.TXT                      |
|                                                                           |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
'---------------------------------------------------------------------------'
*/
section.what-i-do.items_style_circle div.main div.service-item div.service-icon {
  position: relative;
  max-width: 140px;
  margin: 20px auto 35px auto;
  font-size: 0.9em;
  text-align: center;
  border-radius: 50%;
}

section.what-i-do.items_style_circle div.main div.service-item div.service-icon::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: -12px;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
  content: "";
  display: block;
  opacity: 1;
}

section.what-i-do.items_style_circle div.main div.service-item div.service-icon a {
  color: #fff !important;
}

section.what-i-do.items_style_circle div.main div.service-item div.service-icon img {
  border-radius: 15px;
}


/**
.---------------------------------------------------------------------.
|  @package: Theme Start5up (a.k.a. theme Startup Pro)
|  @version: v2.4.4 (19 April 2023)
|  @link:    http://italinux.com/startup-pro
|  @docs:    http://italinux.com/theme-startup-pro
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   https://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2023                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           https://concrete5.org/help/legal/commercial_add-on_license      |
|           or just: file://theme_start5up/LICENSE.TXT                      |
|                                                                           |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
'---------------------------------------------------------------------------'
*/
.single-space-bottom > section.about-me.page-block,
.double-space-bottom > section.about-me.page-block,
.no-spaces > section.about-me.page-block,
.no-space-bottom > section.about-me.page-block {
  padding-bottom: 0 !important;
}
.single-space-top > section.about-me.page-block,
.double-space-top > section.about-me.page-block,
.no-spaces > section.about-me.page-block,
.no-space-top > section.about-me.page-block {
  padding-top: 0 !important;
}
.no-sides-spaces > section.about-me.page-block {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
section.about-me {
  position: relative;
  overflow: hidden;
}
section.about-me a:not(.CTA-clean).info::after,
section.about-me a:not(.CTA-clean).goto::after {
  margin-top: 0px;
  font-family: "FontAwesome";
  font-size: 0.8em;
  text-decoration: none;
}
section.about-me a:not(.CTA-clean).info > span,
section.about-me a:not(.CTA-clean).goto > span {
  align-self: center;
}
section.about-me a:not(.CTA-clean).info::after {
  content: "\f05a";
  margin-right: 5px;
  margin-left: 5px;
}
section.about-me a:not(.CTA-clean).goto::after {
  content: "\f08e";
  margin-left: 6px;
  margin-right: 10px;
}
section.about-me div.global-cta {
  margin-top: 4em;
  margin-bottom: 2em;
  font-size: 120%;
  text-align: center;
}
section.about-me div.global-cta a.btn {
  width: 30%;
}
section.about-me .btn {
  max-width: 460px;
}
section.about-me .btn.btn-primary[disabled] {
  cursor: default;
}
section.about-me.editMode {
  border: 1px dashed #bbb;
}
section.about-me.page-block {
  margin: 0px auto;
  padding: 6em 8%;
}
section.about-me.over-image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  content: "";
}
section.about-me.over-image {
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
}
section.about-me.over-image.cfg-color h1 {
  color: inherit;
}
section.about-me.over-image.cfg-color h2 {
  color: inherit;
}
section.about-me.over-image.cfg-color h3 {
  color: inherit;
}
section.about-me.over-image.cfg-color h4 {
  color: inherit;
}
section.about-me.over-image.cfg-color h5 {
  color: inherit;
}
section.about-me.over-image.cfg-color h6 {
  color: inherit;
}
section.about-me.over-image.cfg-color p {
  color: inherit;
}
section.about-me.over-image.cfg-color a:not(.btn) {
  color: inherit;
}
section.about-me div.block-header {
  position: relative;
  padding: 0 0 3em;
  text-align: center;
  border: none;
}
section.about-me .hide {
  display: none;
  visibility: hidden;
}
section.about-me .show {
  display: block;
  visibility: visible;
}
section.about-me .single-space-bottom {
  padding-bottom: 1.8em;
}
section.about-me .double-space-bottom {
  padding-bottom: 3.2em;
}
section.about-me .single-space-top {
  padding-top: 1.8em;
}
section.about-me .double-space-top {
  padding-top: 3.2em;
}
section.about-me .no-margins {
  margin: 0 !important;
}
section.about-me .no-paddings {
  padding: 0 !important;
}
section.about-me .no-spaces {
  margin: 0 !important;
  padding: 0 !important;
}
section.about-me .no-sides-margins {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
section.about-me .no-sides-paddings {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
section.about-me .no-space-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
section.about-me .no-space-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
section.about-me .no-margin-bottom {
  margin-bottom: 0 !important;
}
section.about-me .no-margin-top {
  margin-top: 0 !important;
}
section.about-me .nopaque {
  opacity: 0;
}
section.about-me .opaque {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  section.about-me.page-block {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 1280px) {
  section.about-me.page-block {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 1024px) {
  section.about-me.page-block {
    padding-left: 3%;
    padding-right: 3%;
  }
}
section.about-me[class^="mobile_view"].page-block {
  padding-left: 2%;
  padding-right: 2%;
}
@media screen and (max-width: 500px) {
  section.about-me.page-block {
    padding-left: 2%;
    padding-right: 2%;
  }
}
section.about-me a:not(.btn).goto {
  margin-left: 5px;
}
section.about-me a:not(.btn).goto::after {
  margin-right: 8px;
}
section.about-me .play-now {
  -webkit-animation: actionaboutmepopin 0s linear 0.5s 1 normal forwards running;
     -moz-animation: actionaboutmepopin 0s linear 0.5s 1 normal forwards running;
       -o-animation: actionaboutmepopin 0s linear 0.5s 1 normal forwards running;
          animation: actionaboutmepopin 0s linear 0.5s 1 normal forwards running;
  opacity: 0;
}
section.about-me div.global-cta {
  margin-top: 5em;
}
section.about-me div.global-cta a.btn {
  width: auto;
  padding-left: 10%;
  padding-right: 10%;
}
section.about-me div.about-me-photo {
  opacity: 0.8;
}
section.about-me div.about-me-photo.nopaque {
  opacity: 0;
}
section.about-me div.about-me-photo div.loader {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
  margin: 25% auto 0px;
  -webkit-animation: actionaboutmeloader 1s linear 0s infinite normal none running;
     -moz-animation: actionaboutmeloader 1s linear 0s infinite normal none running;
       -o-animation: actionaboutmeloader 1s linear 0s infinite normal none running;
  animation-name: actionaboutmeloader;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #dc024b;
  border-radius: 50%;
}
section.about-me div.about-me-photo img {
  min-width: 90%;
  max-width: 95%;
  height: auto;
  margin: 20px auto 0px auto;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 0%;
}
@-webkit-keyframes actionaboutmepopin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes actionaboutmepopin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes actionaboutmepopin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes actionaboutmepopin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes actionaboutmeloader {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes actionaboutmeloader {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes actionaboutmeloader {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes actionaboutmeloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
section.about-me div.main > div {
  overflow: hidden;
}
section.about-me div.main div.about-me-photo.with-stretched-image {
  width: 100%;
}
section.about-me div.main div.about-me-photo {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 7%;
  padding-right: 7%;
  text-align: center;
}
section.about-me div.main div.about-me-photo div.msg-default {
  position: absolute;
  top: 25%;
  right: 0;
  left: 0;
  width: 80%;
  margin: 0px auto;
  -webkit-transform: rotate(-2deg);
     -moz-transform: rotate(-2deg);
       -o-transform: rotate(-2deg);
          transform: rotate(-2deg);
  text-align: center;
  display: block;
  z-index: 1;
}
section.about-me div.main div.about-me-text h2:first-of-type {
  white-space: pre-line;
}
section.about-me div.main div.about-me-text big {
  font-size: 130%;
}
@media screen and (max-width: 1920px) {
  section.about-me.page-block {
    padding-left: 5%;
    padding-right: 5%;
  }
  section.about-me div.main div.about-me-photo {
    padding-left: 6%;
    padding-right: 6%;
    -webkit-transform: translateY(5%);
       -moz-transform: translateY(5%);
         -o-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@media screen and (max-width: 1680px) {
  section.about-me.page-block {
    padding-left: 2%;
    padding-right: 2%;
  }
  section.about-me div.main div.about-me-photo {
    padding-left: 5%;
    padding-right: 5%;
    -webkit-transform: translateY(10%);
       -moz-transform: translateY(10%);
         -o-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@media screen and (max-width: 1280px) {
  section.about-me div.main div.about-me-photo {
    padding-left: 0%;
    padding-right: 0%;
  }
  section.about-me div.main div.about-me-photo img {
    min-width: 85%;
    max-width: 90%;
  }
}
@media screen and (max-width: 1199px) {
  section.about-me.page-block {
    padding-left: 4%;
    padding-right: 4%;
  }
  section.about-me div.main div.about-me-text,
  section.about-me div.main div.global-cta {
    text-align: center !important;
  }
  section.about-me div.main div.about-me-photo {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  section.about-me.page-block {
    padding-top: 30px;
  }
  section.about-me div.main div.about-me-photo {
    display: none;
  }
  section.about-me div.main div.about-me-text h2:first-of-type {
    white-space: normal;
  }
}
section.about-me[class^="mobile_view"] div.main div.about-me-text,
section.about-me[class^="mobile_view"] div.main div.global-cta {
  text-align: center;
}


/**
.---------------------------------------------------------------------.
|  @package: Theme Start5up (a.k.a. theme Startup Pro)
|  @version: v2.4.4 (19 April 2023)
|  @link:    http://italinux.com/startup-pro
|  @docs:    http://italinux.com/theme-startup-pro
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   https://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2023                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           https://concrete5.org/help/legal/commercial_add-on_license      |
|           or just: file://theme_start5up/LICENSE.TXT                      |
|                                                                           |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
'---------------------------------------------------------------------------'
*/
section.about-me.mobile_view_hide_image.page-block {
  padding-top: 3em;
  padding-bottom: 3em;
}
section.about-me.mobile_view_hide_image.over-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.about-me.mobile_view_hide_image div.main > div.about-me-left {
  display: none;
}
section.about-me.mobile_view_hide_image div.global-cta a.btn {
  padding-left: 8%;
  padding-right: 8%;
}

/* Media Tablets
---------------------------------------------------------*/
@media screen and (max-width: 991px) {
  section.about-me.mobile_view_hide_image.page-block {
      padding-bottom: 4em;
  }
}


/**
.---------------------------------------------------------------------.
|  @package: Theme Start5up (a.k.a. theme Startup Pro)
|  @version: v2.4.4 (19 April 2023)
|  @link:    http://italinux.com/startup-pro
|  @docs:    http://italinux.com/theme-startup-pro
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   https://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2023                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           https://concrete5.org/help/legal/commercial_add-on_license      |
|           or just: file://theme_start5up/LICENSE.TXT                      |
|                                                                           |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
'---------------------------------------------------------------------------'
*/
.single-space-bottom > section.services.page-block,
.double-space-bottom > section.services.page-block,
.no-spaces > section.services.page-block,
.no-space-bottom > section.services.page-block {
  padding-bottom: 0 !important;
}
.single-space-top > section.services.page-block,
.double-space-top > section.services.page-block,
.no-spaces > section.services.page-block,
.no-space-top > section.services.page-block {
  padding-top: 0 !important;
}
.no-sides-spaces > section.services.page-block {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.no-spaces.strict > section.services.page-block div.service-item,
.no-sides-spaces.strict > section.services.page-block div.service-item {
  max-width: 100% !important;
}
section.services {
  position: relative;
  overflow: hidden;
}
section.services a:not(.CTA-clean).info::after,
section.services a:not(.CTA-clean).goto::after {
  margin-top: 0px;
  font-family: "FontAwesome";
  font-size: 0.8em;
  text-decoration: none;
}
section.services a:not(.CTA-clean).info > span,
section.services a:not(.CTA-clean).goto > span {
  align-self: center;
}
section.services a:not(.CTA-clean).info::after {
  content: "\f05a";
  margin-right: 5px;
  margin-left: 5px;
}
section.services a:not(.CTA-clean).goto::after {
  content: "\f08e";
  margin-left: 6px;
  margin-right: 10px;
}
section.services div.global-cta {
  margin-top: 4em;
  margin-bottom: 2em;
  font-size: 120%;
  text-align: center;
}
section.services div.global-cta a.btn {
  width: 30%;
}
section.services .btn {
  max-width: 460px;
}
section.services .btn.btn-primary[disabled] {
  cursor: default;
}
section.services.editMode {
  border: 1px dashed #bbb;
}
section.services.page-block {
  margin: 0px auto;
  padding: 6em 8%;
}
section.services.over-image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  content: "";
}
section.services.over-image {
  background-color: transparent;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
section.services.over-image.cfg-color h1 {
  color: inherit;
}
section.services.over-image.cfg-color h2 {
  color: inherit;
}
section.services.over-image.cfg-color h3 {
  color: inherit;
}
section.services.over-image.cfg-color h4 {
  color: inherit;
}
section.services.over-image.cfg-color h5 {
  color: inherit;
}
section.services.over-image.cfg-color h6 {
  color: inherit;
}
section.services.over-image.cfg-color p {
  color: inherit;
}
section.services.over-image.cfg-color a:not(.btn) {
  color: inherit;
}
section.services div.block-header {
  position: relative;
  padding: 0 0 3em;
  text-align: center;
  border: none;
}
section.services .hide {
  display: none;
  visibility: hidden;
}
section.services .show {
  display: block;
  visibility: visible;
}
section.services .single-space-bottom {
  padding-bottom: 1.8em;
}
section.services .double-space-bottom {
  padding-bottom: 3.2em;
}
section.services .single-space-top {
  padding-top: 1.8em;
}
section.services .double-space-top {
  padding-top: 3.2em;
}
section.services .no-margins {
  margin: 0 !important;
}
section.services .no-paddings {
  padding: 0 !important;
}
section.services .no-spaces {
  margin: 0 !important;
  padding: 0 !important;
}
section.services .no-sides-margins {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
section.services .no-sides-paddings {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
section.services .no-space-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
section.services .no-space-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
section.services .no-margin-bottom {
  margin-bottom: 0 !important;
}
section.services .no-margin-top {
  margin-top: 0 !important;
}
section.services .nopaque {
  opacity: 0;
}
section.services .opaque {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  section.services.page-block {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 1280px) {
  section.services.page-block {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 1024px) {
  section.services.page-block {
    padding-left: 3%;
    padding-right: 3%;
  }
}
section.services[class^="mobile_view"].page-block {
  padding-left: 2%;
  padding-right: 2%;
}
@media screen and (max-width: 500px) {
  section.services.page-block {
    padding-left: 2%;
    padding-right: 2%;
  }
}
section.services + section.services.page-block {
  padding-top: 0px;
}
section.services.page-block {
  padding-left: 0%;
  padding-right: 0%;
}
section.services.over-image {
  background-position: 20% center;
}
section.services div.global-cta {
  padding-bottom: 50px;
}
section.services .btn {
  padding-left: 0px;
  padding-right: 0px;
}
section.services div.main {
  position: relative;
  width: 100%;
  margin: 0px auto;
  text-align: center;
}
section.services div.main > div {
  padding: 0px;
}
section.services div.main div.services-item-1 > div:first-of-type::before {
  background-color: rgba(137, 85, 41, 0.48);
}
section.services div.main div.services-item-1 > div:first-of-type div.inner-content.with-shadow h3,
section.services div.main div.services-item-1 > div:first-of-type div.inner-content.with-shadow p {
  text-shadow: 0px 0px 1px #895529;
}
section.services div.main div.services-item-1 > div:first-of-type div.inner-content.clean h3,
section.services div.main div.services-item-1 > div:first-of-type div.inner-content.clean p {
  text-shadow: 0px 0px 1px rgba(137, 85, 41, 0.5);
}
section.services div.main div.services-item-2 > div:first-of-type::before {
  background-color: rgba(109, 137, 41, 0.48);
}
section.services div.main div.services-item-2 > div:first-of-type div.inner-content.with-shadow h3,
section.services div.main div.services-item-2 > div:first-of-type div.inner-content.with-shadow p {
  text-shadow: 0px 0px 1px #6d8929;
}
section.services div.main div.services-item-2 > div:first-of-type div.inner-content.clean h3,
section.services div.main div.services-item-2 > div:first-of-type div.inner-content.clean p {
  text-shadow: 0px 0px 1px rgba(109, 137, 41, 0.5);
}
section.services div.main div.services-item-3 > div:first-of-type::before {
  background-color: rgba(101, 41, 137, 0.48);
}
section.services div.main div.services-item-3 > div:first-of-type div.inner-content.with-shadow h3,
section.services div.main div.services-item-3 > div:first-of-type div.inner-content.with-shadow p {
  text-shadow: 0px 0px 1px #652989;
}
section.services div.main div.services-item-3 > div:first-of-type div.inner-content.clean h3,
section.services div.main div.services-item-3 > div:first-of-type div.inner-content.clean p {
  text-shadow: 0px 0px 1px rgba(101, 41, 137, 0.5);
}
section.services div.main div.services-item-4 > div:first-of-type::before {
  background-color: rgba(53, 41, 137, 0.48);
}
section.services div.main div.services-item-4 > div:first-of-type div.inner-content.with-shadow h3,
section.services div.main div.services-item-4 > div:first-of-type div.inner-content.with-shadow p {
  text-shadow: 0px 0px 1px #352989;
}
section.services div.main div.services-item-4 > div:first-of-type div.inner-content.clean h3,
section.services div.main div.services-item-4 > div:first-of-type div.inner-content.clean p {
  text-shadow: 0px 0px 1px rgba(53, 41, 137, 0.5);
}
section.services div.inner-content,
section.services div.outer-content {
  max-width: 380px;
  height: auto;
  left: 0px;
  right: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
section.services div.inner-content p,
section.services div.outer-content p {
  word-wrap: normal;
  word-break: normal;
  margin: 10px auto;
}
section.services div.inner-content {
  position: absolute;
  width: 70%;
  max-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 5px;
  margin-top: auto;
  margin-bottom: auto;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
section.services div.inner-content h4 {
  margin-top: 0px;
}
section.services div.inner-content p {
  font-weight: 500;
}
section.services div.inner-content strong,
section.services div.inner-content b {
  font-weight: 600;
}
section.services div.outer-content {
  position: relative;
  width: 96%;
  margin-bottom: 5em;
  overflow: hidden;
}
section.services div.outer-content h4 {
  margin-top: 30px;
  margin-bottom: 25px;
}
section.services div.service-item {
  position: relative;
  max-width: 600px;
  margin: 0px auto 30px auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
section.services div.service-item.with-info div.service-icon::before {
  z-index: 1;
}
section.services div.service-item.with-info div.service-icon.enable-content div.inner-content {
  z-index: 3;
  border-radius: 50% 50% 40px 40px;
}
section.services div.service-item.with-content-url div.service-icon div.inner-content {
  z-index: 3;
}
section.services div.service-item.with-content-url div.service-icon div.inner-content h4 {
  padding-top: 5px !important;
}
section.services div.service-item.with-content-url div.service-icon div.inner-content p {
  margin-bottom: 0px !important;
}
section.services div.service-item.with-stretched-image div.service-icon {
  width: 100%;
}
section.services div.service-item div.service-icon {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  border-radius: 0px;
  display: inline-block;
  overflow: hidden;
}
section.services div.service-item div.service-icon::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  content: "";
  display: block;
}
section.services div.service-item div.service-icon img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
section.services div.service-item div.service-icon.play-now > img {
  -webkit-transform: scale3d(1, 1, 1);
     -moz-transform: scale3d(1, 1, 1);
       -o-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
}
section.services div.service-item div.service-icon.play-now:hover > img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
     -moz-transform: scale3d(1.2, 1.2, 1);
       -o-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
section.services div.service-item div.service-icon > a {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  border-width: 0px;
  border-style: none;
  border-color: transparent;
  display: block;
  overflow: hidden;
  z-index: 3;
}
@media screen and (max-width: 1680px) {
  section.services div.inner-content,
  section.services div.outer-content {
    width: 95%;
  }
}
@media screen and (max-width: 1200px) {
  section.services div.inner-content,
  section.services div.outer-content {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  section.services div.inner-content {
    visibility: hidden !important;
  }
  section.services div.outer-content {
    display: block !important;
    margin-bottom: 8em;
  }
  section.services[class*="_inner_info "] div.service-item div.service-icon::before,
  section.services[class*="_outer_info "] div.service-item div.service-icon::before {
    display: none;
  }
  section.services[class*="_inner_info "] div.service-item div.outer-content.empty-content,
  section.services[class*="_outer_info "] div.service-item div.outer-content.empty-content {
    display: none !important;
  }
  section.services[class*="_hidden_info "] div.inner-content,
  section.services[class*="_hide "] div.inner-content {
    visibility: hidden !important;
  }
  section.services[class*="_hidden_info "] div.outer-content,
  section.services[class*="_hide "] div.outer-content {
    display: none !important;
  }
  section.services div.global-cta {
    margin-top: 1em !important;
  }
  section.services div.global-cta a.btn {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  section.services div.main div.inner-content,
  section.services div.main div.outer-content {
    width: 85%;
  }
  section.services div.main div.service-item {
    max-width: 700px;
  }
  section.services div.main div.service-item div[data-animation="icon"],
  section.services div.main div.service-item img {
    -webkit-animation: 0s ease 0s normal none 1 running none !important;
       -moz-animation: 0s ease 0s normal none 1 running none !important;
         -o-animation: 0s ease 0s normal none 1 running none !important;
            animation: 0s ease 0s normal none 1 running none !important;
    -webkit-transform: none !important;
       -moz-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    -webkit-transition-property: none !important;
       -moz-transition-property: none !important;
         -o-transition-property: none !important;
            transition-property: none !important;
  }
  section.services div.main div.service-item a.popup-image {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 768px) {
  section.services div.main div.service-item {
    max-width: 700px;
  }
}
section.services[class^="mobile_view"] div.service-item {
  max-width: 700px;
  margin-bottom: 40px;
}
section.services[class^="mobile_view"] div.service-item div.inner-content,
section.services[class^="mobile_view"] div.service-item div.outer-content {
  width: 90%;
}
section.services[class^="mobile_view"] div.service-item div.inner-content h4,
section.services[class^="mobile_view"] div.service-item div.outer-content h4 {
  text-shadow: none;
}
section.services[class^="mobile_view"] div.global-cta a.btn {
  width: 80%;
}
@media screen and (max-width: 500px) {
  section.services[class^="mobile_view"] div.global-cta {
    margin-top: 1em !important;
  }
}
@media screen and (max-width: 500px) {
  section.services div.service-item {
    margin-left: 2px !important;
    margin-right: 2px !important;
    margin-bottom: 40px;
  }
  section.services div.service-item div.inner-content,
  section.services div.service-item div.outer-content {
    width: 92%;
  }
  section.services div.service-item div.inner-content h4,
  section.services div.service-item div.outer-content h4 {
    text-shadow: none;
  }
  section.services div.global-cta {
    margin-top: 2em !important;
  }
  section.services div.global-cta a.btn {
    width: 80%;
  }
}


/**
.---------------------------------------------------------------------.
|  @package: Theme Start5up (a.k.a. theme Startup Pro)
|  @version: v2.4.4 (19 April 2023)
|  @link:    http://italinux.com/startup-pro
|  @docs:    http://italinux.com/theme-startup-pro
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   https://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2023                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           https://concrete5.org/help/legal/commercial_add-on_license      |
|           or just: file://theme_start5up/LICENSE.TXT                      |
|                                                                           |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
'---------------------------------------------------------------------------'
*/
section.services.clean_outer_info div.service-item div.service-icon::before {
  opacity: 0.4;
  z-index: 0;
}

section.services.clean_outer_info div.global-cta {
  margin-top: 2em;
}


/**
.---------------------------------------------------------------------.
|  @package: Theme Start5up (a.k.a. theme Startup Pro)
|  @version: v2.4.4 (19 April 2023)
|  @link:    http://italinux.com/startup-pro
|  @docs:    http://italinux.com/theme-startup-pro
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   https://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2023                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           https://concrete5.org/help/legal/commercial_add-on_license      |
|           or just: file://theme_start5up/LICENSE.TXT                      |
|                                                                           |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
'---------------------------------------------------------------------------'
*/
.single-space-bottom > section.portfolio.page-block,
.double-space-bottom > section.portfolio.page-block,
.no-spaces > section.portfolio.page-block,
.no-space-bottom > section.portfolio.page-block {
  padding-bottom: 0 !important;
}
.single-space-top > section.portfolio.page-block,
.double-space-top > section.portfolio.page-block,
.no-spaces > section.portfolio.page-block,
.no-space-top > section.portfolio.page-block {
  padding-top: 0 !important;
}
.no-sides-spaces > section.portfolio.page-block {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
section.portfolio {
  position: relative;
  overflow: hidden;
}
section.portfolio a:not(.CTA-clean).info::after,
section.portfolio a:not(.CTA-clean).goto::after {
  margin-top: 0px;
  font-family: "FontAwesome";
  font-size: 0.8em;
  text-decoration: none;
}
section.portfolio a:not(.CTA-clean).info > span,
section.portfolio a:not(.CTA-clean).goto > span {
  align-self: center;
}
section.portfolio a:not(.CTA-clean).info::after {
  content: "\f05a";
  margin-right: 5px;
  margin-left: 5px;
}
section.portfolio a:not(.CTA-clean).goto::after {
  content: "\f08e";
  margin-left: 6px;
  margin-right: 10px;
}
section.portfolio div.global-cta {
  margin-top: 4em;
  margin-bottom: 2em;
  font-size: 120%;
  text-align: center;
}
section.portfolio div.global-cta a.btn {
  width: 30%;
}
section.portfolio .btn {
  max-width: 460px;
}
section.portfolio .btn.btn-primary[disabled] {
  cursor: default;
}
section.portfolio.editMode {
  border: 1px dashed #bbb;
}
section.portfolio.page-block {
  margin: 0px auto;
  padding: 6em 8%;
}
section.portfolio.over-image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  content: "";
}
section.portfolio.over-image {
  background-color: transparent;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-position: center center;
}
section.portfolio.over-image.cfg-color h1 {
  color: inherit;
}
section.portfolio.over-image.cfg-color h2 {
  color: inherit;
}
section.portfolio.over-image.cfg-color h3 {
  color: inherit;
}
section.portfolio.over-image.cfg-color h4 {
  color: inherit;
}
section.portfolio.over-image.cfg-color h5 {
  color: inherit;
}
section.portfolio.over-image.cfg-color h6 {
  color: inherit;
}
section.portfolio.over-image.cfg-color p {
  color: inherit;
}
section.portfolio.over-image.cfg-color a:not(.btn) {
  color: inherit;
}
section.portfolio div.block-header {
  position: relative;
  padding: 0 0 3em;
  text-align: center;
  border: none;
}
section.portfolio .hide {
  display: none;
  visibility: hidden;
}
section.portfolio .show {
  display: block;
  visibility: visible;
}
section.portfolio .single-space-bottom {
  padding-bottom: 1.8em;
}
section.portfolio .double-space-bottom {
  padding-bottom: 3.2em;
}
section.portfolio .single-space-top {
  padding-top: 1.8em;
}
section.portfolio .double-space-top {
  padding-top: 3.2em;
}
section.portfolio .no-margins {
  margin: 0 !important;
}
section.portfolio .no-paddings {
  padding: 0 !important;
}
section.portfolio .no-spaces {
  margin: 0 !important;
  padding: 0 !important;
}
section.portfolio .no-sides-margins {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
section.portfolio .no-sides-paddings {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
section.portfolio .no-space-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
section.portfolio .no-space-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
section.portfolio .no-margin-bottom {
  margin-bottom: 0 !important;
}
section.portfolio .no-margin-top {
  margin-top: 0 !important;
}
section.portfolio .nopaque {
  opacity: 0;
}
section.portfolio .opaque {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  section.portfolio.page-block {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 1280px) {
  section.portfolio.page-block {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 1024px) {
  section.portfolio.page-block {
    padding-left: 3%;
    padding-right: 3%;
  }
}
section.portfolio[class^="mobile_view"].page-block {
  padding-left: 2%;
  padding-right: 2%;
}
@media screen and (max-width: 500px) {
  section.portfolio.page-block {
    padding-left: 2%;
    padding-right: 2%;
  }
}
section.portfolio + section.portfolio.page-block {
  padding-top: 0px;
}
section.portfolio.page-block {
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 50px;
}
section.portfolio.over-image {
  background-position: 20% center;
}
section.portfolio div.global-cta {
  margin-top: 6em;
  padding-bottom: 50px;
}
section.portfolio .btn {
  padding-left: 0px;
  padding-right: 0px;
}
section.portfolio div.main {
  position: relative;
  width: 100%;
  margin: 0px auto -1px auto;
  text-align: center;
}
section.portfolio div.main > div {
  padding: 0px;
}
section.portfolio div.main div.portfolio-item-1 > div:first-of-type::before {
  background-color: rgba(41, 125, 137, 0.48);
}
section.portfolio div.main div.portfolio-item-1 > div:first-of-type div.inner-content.with-shadow h3,
section.portfolio div.main div.portfolio-item-1 > div:first-of-type div.inner-content.with-shadow p {
  text-shadow: 0px 0px 1px #297d89;
}
section.portfolio div.main div.portfolio-item-1 > div:first-of-type div.inner-content.clean h3,
section.portfolio div.main div.portfolio-item-1 > div:first-of-type div.inner-content.clean p {
  text-shadow: 0px 0px 1px rgba(41, 125, 137, 0.5);
}
section.portfolio div.main div.portfolio-item-2 > div:first-of-type::before {
  background-color: rgba(41, 45, 137, 0.48);
}
section.portfolio div.main div.portfolio-item-2 > div:first-of-type div.inner-content.with-shadow h3,
section.portfolio div.main div.portfolio-item-2 > div:first-of-type div.inner-content.with-shadow p {
  text-shadow: 0px 0px 1px #292d89;
}
section.portfolio div.main div.portfolio-item-2 > div:first-of-type div.inner-content.clean h3,
section.portfolio div.main div.portfolio-item-2 > div:first-of-type div.inner-content.clean p {
  text-shadow: 0px 0px 1px rgba(41, 45, 137, 0.5);
}
section.portfolio div.main div.portfolio-item-3 > div:first-of-type::before {
  background-color: rgba(117, 41, 137, 0.48);
}
section.portfolio div.main div.portfolio-item-3 > div:first-of-type div.inner-content.with-shadow h3,
section.portfolio div.main div.portfolio-item-3 > div:first-of-type div.inner-content.with-shadow p {
  text-shadow: 0px 0px 1px #752989;
}
section.portfolio div.main div.portfolio-item-3 > div:first-of-type div.inner-content.clean h3,
section.portfolio div.main div.portfolio-item-3 > div:first-of-type div.inner-content.clean p {
  text-shadow: 0px 0px 1px rgba(117, 41, 137, 0.5);
}
section.portfolio div.main div.portfolio-item-4 > div:first-of-type::before {
  background-color: rgba(137, 41, 77, 0.48);
}
section.portfolio div.main div.portfolio-item-4 > div:first-of-type div.inner-content.with-shadow h3,
section.portfolio div.main div.portfolio-item-4 > div:first-of-type div.inner-content.with-shadow p {
  text-shadow: 0px 0px 1px #89294d;
}
section.portfolio div.main div.portfolio-item-4 > div:first-of-type div.inner-content.clean h3,
section.portfolio div.main div.portfolio-item-4 > div:first-of-type div.inner-content.clean p {
  text-shadow: 0px 0px 1px rgba(137, 41, 77, 0.5);
}
section.portfolio div.main div.portfolio-item-5 > div:first-of-type::before {
  background-color: rgba(137, 85, 41, 0.48);
}
section.portfolio div.main div.portfolio-item-5 > div:first-of-type div.inner-content.with-shadow h3,
section.portfolio div.main div.portfolio-item-5 > div:first-of-type div.inner-content.with-shadow p {
  text-shadow: 0px 0px 1px #895529;
}
section.portfolio div.main div.portfolio-item-5 > div:first-of-type div.inner-content.clean h3,
section.portfolio div.main div.portfolio-item-5 > div:first-of-type div.inner-content.clean p {
  text-shadow: 0px 0px 1px rgba(137, 85, 41, 0.5);
}
section.portfolio div.main div.portfolio-item-6 > div:first-of-type::before {
  background-color: rgba(109, 137, 41, 0.48);
}
section.portfolio div.main div.portfolio-item-6 > div:first-of-type div.inner-content.with-shadow h3,
section.portfolio div.main div.portfolio-item-6 > div:first-of-type div.inner-content.with-shadow p {
  text-shadow: 0px 0px 1px #6d8929;
}
section.portfolio div.main div.portfolio-item-6 > div:first-of-type div.inner-content.clean h3,
section.portfolio div.main div.portfolio-item-6 > div:first-of-type div.inner-content.clean p {
  text-shadow: 0px 0px 1px rgba(109, 137, 41, 0.5);
}
section.portfolio div.main div.portfolio-item-7 > div:first-of-type::before {
  background-color: rgba(101, 41, 137, 0.48);
}
section.portfolio div.main div.portfolio-item-7 > div:first-of-type div.inner-content.with-shadow h3,
section.portfolio div.main div.portfolio-item-7 > div:first-of-type div.inner-content.with-shadow p {
  text-shadow: 0px 0px 1px #652989;
}
section.portfolio div.main div.portfolio-item-7 > div:first-of-type div.inner-content.clean h3,
section.portfolio div.main div.portfolio-item-7 > div:first-of-type div.inner-content.clean p {
  text-shadow: 0px 0px 1px rgba(101, 41, 137, 0.5);
}
section.portfolio div.main div.portfolio-item-8 > div:first-of-type::before {
  background-color: rgba(53, 41, 137, 0.48);
}
section.portfolio div.main div.portfolio-item-8 > div:first-of-type div.inner-content.with-shadow h3,
section.portfolio div.main div.portfolio-item-8 > div:first-of-type div.inner-content.with-shadow p {
  text-shadow: 0px 0px 1px #352989;
}
section.portfolio div.main div.portfolio-item-8 > div:first-of-type div.inner-content.clean h3,
section.portfolio div.main div.portfolio-item-8 > div:first-of-type div.inner-content.clean p {
  text-shadow: 0px 0px 1px rgba(53, 41, 137, 0.5);
}
section.portfolio div.main div.portfolio-item-9 > div:first-of-type::before {
  background-color: rgba(41, 137, 133, 0.48);
}
section.portfolio div.main div.portfolio-item-9 > div:first-of-type div.inner-content.with-shadow h3,
section.portfolio div.main div.portfolio-item-9 > div:first-of-type div.inner-content.with-shadow p {
  text-shadow: 0px 0px 1px #298985;
}
section.portfolio div.main div.portfolio-item-9 > div:first-of-type div.inner-content.clean h3,
section.portfolio div.main div.portfolio-item-9 > div:first-of-type div.inner-content.clean p {
  text-shadow: 0px 0px 1px rgba(41, 137, 133, 0.5);
}
section.portfolio div.inner-content,
section.portfolio div.outer-content {
  max-width: 380px;
  height: auto;
  left: 0px;
  right: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
section.portfolio div.inner-content p,
section.portfolio div.outer-content p {
  word-wrap: normal;
  word-break: normal;
  font-weight: 500;
  margin: 10px auto;
}
section.portfolio div.inner-content strong,
section.portfolio div.outer-content strong,
section.portfolio div.inner-content b,
section.portfolio div.outer-content b {
  font-weight: 600;
}
section.portfolio div.with-popup div.inner-content {
  overflow: visible;
}
section.portfolio div.inner-content {
  position: absolute;
  width: fit-content;
  max-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 20px;
  margin-top: auto;
  margin-bottom: auto;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
section.portfolio div.inner-content h3 {
  width: fit-content;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12px;
}
section.portfolio div.outer-content {
  position: relative;
  width: 80%;
  margin-bottom: 5em;
  overflow: hidden;
}
section.portfolio div.outer-content h3 {
  margin-bottom: 18px;
}
section.portfolio div.service-item {
  position: relative;
  max-width: 100%;
  margin: 0px auto 30px auto;
  text-align: center;
}
section.portfolio div.service-item.with-info div.service-icon:hover::before {
  z-index: 1;
}
section.portfolio div.service-item.with-info div.service-icon.enable-content:hover div.inner-content {
  z-index: 2;
  border-radius: 45% 45% 20% 20%;
}
section.portfolio div.service-item.with-content-url div.service-icon div.inner-content {
  z-index: 3;
}
section.portfolio div.service-item.with-content-url div.service-icon div.inner-content h3 {
  padding-top: 5px !important;
}
section.portfolio div.service-item.with-content-url div.service-icon div.inner-content p {
  margin-bottom: 0px !important;
}
section.portfolio div.service-item.with-content-url div.service-icon.enable-content:hover div.inner-content {
  z-index: 3;
}
section.portfolio div.service-item.with-stretched-image div.service-icon {
  width: 100%;
  display: block;
}
section.portfolio div.service-item div.service-icon {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  border-radius: 0px;
  display: inline-block;
  overflow: hidden;
}
section.portfolio div.service-item div.service-icon::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  content: "";
  display: block;
}
section.portfolio div.service-item div.service-icon img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
section.portfolio div.service-item div.service-icon.play-now > img {
  -webkit-transform: scale3d(1, 1, 1);
     -moz-transform: scale3d(1, 1, 1);
       -o-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
}
section.portfolio div.service-item div.service-icon.play-now:hover > img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
     -moz-transform: scale3d(1.2, 1.2, 1);
       -o-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
section.portfolio div.service-item div.service-icon > a {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  border-width: 0px;
  border-style: none;
  border-color: transparent;
  display: block;
  overflow: hidden;
  z-index: 3;
}
@media screen and (max-width: 1680px) {
  section.portfolio div.outer-content {
    width: 75%;
  }
}
@media screen and (max-width: 1280px) {
  section.portfolio div.outer-content {
    width: 95%;
  }
}
@media screen and (max-width: 1200px) {
  section.portfolio div.outer-content {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  section.portfolio div.inner-content {
    visibility: hidden !important;
  }
  section.portfolio div.outer-content {
    display: block !important;
    margin-bottom: 6em;
  }
  section.portfolio div.outer-content h3 {
    padding-top: 8px;
  }
  section.portfolio[class*="_static_info "] div.service-item.with-info div.service-icon::before,
  section.portfolio[class*="_static "] div.service-item.with-info div.service-icon::before,
  section.portfolio[class*="_animated_info "] div.service-item.with-info div.service-icon::before,
  section.portfolio[class*="_animate "] div.service-item.with-info div.service-icon::before,
  section.portfolio[class*="this_is_a_demo "] div.service-item.with-info div.service-icon::before {
    z-index: 1;
    opacity: 0.9 !important;
  }
  section.portfolio[class*="_static_info "] div.service-item.with-info div.inner-content,
  section.portfolio[class*="_static "] div.service-item.with-info div.inner-content,
  section.portfolio[class*="_animated_info "] div.service-item.with-info div.inner-content,
  section.portfolio[class*="_animate "] div.service-item.with-info div.inner-content,
  section.portfolio[class*="this_is_a_demo "] div.service-item.with-info div.inner-content {
    visibility: visible !important;
    opacity: 1 !important;
  }
  section.portfolio[class*="_static_info "] div.service-item.with-info div.inner-content > *,
  section.portfolio[class*="_static "] div.service-item.with-info div.inner-content > *,
  section.portfolio[class*="_animated_info "] div.service-item.with-info div.inner-content > *,
  section.portfolio[class*="_animate "] div.service-item.with-info div.inner-content > *,
  section.portfolio[class*="this_is_a_demo "] div.service-item.with-info div.inner-content > * {
    display: none;
  }
  section.portfolio[class*="_static_info "] div.service-item.with-info div.inner-content > h3:first-of-type,
  section.portfolio[class*="_static "] div.service-item.with-info div.inner-content > h3:first-of-type,
  section.portfolio[class*="_animated_info "] div.service-item.with-info div.inner-content > h3:first-of-type,
  section.portfolio[class*="_animate "] div.service-item.with-info div.inner-content > h3:first-of-type,
  section.portfolio[class*="this_is_a_demo "] div.service-item.with-info div.inner-content > h3:first-of-type {
    display: block;
  }
  section.portfolio[class*="_static_info "] div.service-item.with-info div.outer-content > h3:first-of-type,
  section.portfolio[class*="_static "] div.service-item.with-info div.outer-content > h3:first-of-type,
  section.portfolio[class*="_animated_info "] div.service-item.with-info div.outer-content > h3:first-of-type,
  section.portfolio[class*="_animate "] div.service-item.with-info div.outer-content > h3:first-of-type,
  section.portfolio[class*="this_is_a_demo "] div.service-item.with-info div.outer-content > h3:first-of-type {
    display: none;
  }
  section.portfolio[class*="_static_info "] div.service-item.with-popup div.service-icon::before,
  section.portfolio[class*="_static "] div.service-item.with-popup div.service-icon::before,
  section.portfolio[class*="_animated_info "] div.service-item.with-popup div.service-icon::before,
  section.portfolio[class*="_animate "] div.service-item.with-popup div.service-icon::before,
  section.portfolio[class*="this_is_a_demo "] div.service-item.with-popup div.service-icon::before {
    z-index: 0 !important;
  }
  section.portfolio[class*="_static_info "] div.service-item.with-popup div.inner-content,
  section.portfolio[class*="_static "] div.service-item.with-popup div.inner-content,
  section.portfolio[class*="_animated_info "] div.service-item.with-popup div.inner-content,
  section.portfolio[class*="_animate "] div.service-item.with-popup div.inner-content,
  section.portfolio[class*="this_is_a_demo "] div.service-item.with-popup div.inner-content {
    visibility: hidden !important;
    opacity: 0 !important;
  }
  section.portfolio[class*="_static_info "] div.service-item.with-popup div.outer-content > h3:first-of-type,
  section.portfolio[class*="_static "] div.service-item.with-popup div.outer-content > h3:first-of-type,
  section.portfolio[class*="_animated_info "] div.service-item.with-popup div.outer-content > h3:first-of-type,
  section.portfolio[class*="_animate "] div.service-item.with-popup div.outer-content > h3:first-of-type,
  section.portfolio[class*="this_is_a_demo "] div.service-item.with-popup div.outer-content > h3:first-of-type {
    display: block;
  }
  section.portfolio[class*="_static_info "] div.service-item div.outer-content.empty-content,
  section.portfolio[class*="_static "] div.service-item div.outer-content.empty-content,
  section.portfolio[class*="_animated_info "] div.service-item div.outer-content.empty-content,
  section.portfolio[class*="_animate "] div.service-item div.outer-content.empty-content,
  section.portfolio[class*="this_is_a_demo "] div.service-item div.outer-content.empty-content {
    display: none !important;
  }
  section.portfolio[class*="_hidden_info "] div.inner-content,
  section.portfolio[class*="_hidden "] div.inner-content,
  section.portfolio[class*="_hide "] div.inner-content {
    visibility: hidden !important;
  }
  section.portfolio[class*="_hidden_info "] div.outer-content,
  section.portfolio[class*="_hidden "] div.outer-content,
  section.portfolio[class*="_hide "] div.outer-content {
    display: none !important;
  }
  section.portfolio div.global-cta {
    margin-top: 1em !important;
  }
  section.portfolio div.global-cta a.btn {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  section.portfolio div.main div.inner-content,
  section.portfolio div.main div.outer-content {
    width: 70%;
  }
  section.portfolio div.main div.service-item {
    max-width: 700px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  section.portfolio div.main div.service-item div[data-animation="icon"],
  section.portfolio div.main div.service-item img {
    -webkit-animation: 0s ease 0s normal none 1 running none !important;
       -moz-animation: 0s ease 0s normal none 1 running none !important;
         -o-animation: 0s ease 0s normal none 1 running none !important;
            animation: 0s ease 0s normal none 1 running none !important;
    -webkit-transform: none !important;
       -moz-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    -webkit-transition-property: none !important;
       -moz-transition-property: none !important;
         -o-transition-property: none !important;
            transition-property: none !important;
  }
  section.portfolio div.main div.service-item a.popup-image {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 768px) {
  section.portfolio div.main div.service-item {
    max-width: 700px;
  }
}
section.portfolio[class^="mobile_view"] div.service-item {
  max-width: 700px;
  margin-bottom: 40px;
}
section.portfolio[class^="mobile_view"] div.service-item div.inner-content, 
section.portfolio[class^="mobile_view"] div.service-item div.outer-content {
  width: fit-content;
}
section.portfolio[class^="mobile_view"] div.service-item div.outer-content h3 {
  text-shadow: none;
}
section.portfolio[class^="mobile_view"] div.global-cta a.btn {
  width: 80%;
}
@media screen and (max-width: 500px) {
  section.portfolio[class^="mobile_view"] div.global-cta {
    margin-top: 1em !important;
  }
}
@media screen and (max-width: 500px) {
  section.portfolio div.service-item {
    margin-left: 2px !important;
    margin-right: 2px !important;
    margin-bottom: 40px;
  }
  section.portfolio div.service-item div.inner-content,
  section.portfolio div.service-item div.outer-content {
    width: fit-content;
  }
  section.portfolio div.service-item div.outer-content h3 {
    text-shadow: none;
  }
  section.portfolio div.global-cta {
    margin-top: 2em !important;
  }
  section.portfolio div.global-cta a.btn {
    width: 80%;
  }
}


/**
.---------------------------------------------------------------------.
|  @package: Theme Start5up (a.k.a. theme Startup Pro)
|  @version: v2.4.4 (19 April 2023)
|  @link:    http://italinux.com/startup-pro
|  @docs:    http://italinux.com/theme-startup-pro
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   https://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2023                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           https://concrete5.org/help/legal/commercial_add-on_license      |
|           or just: file://theme_start5up/LICENSE.TXT                      |
|                                                                           |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
'---------------------------------------------------------------------------'
*/
section.portfolio.gap_clean_animated_info div.service-item {
  margin-left: 15px;
  margin-right: 15px;
}

section.portfolio.gap_clean_animated_info div.service-item div.outer-content {
  display: none;
}

section.portfolio.gap_clean_animated_info div.service-item div.inner-content {
  -webkit-transition: opacity 0.3s ease-in-out;
     -moz-transition: opacity 0.3s ease-in-out;
       -o-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out;
  opacity: 0;
  visibility: visible;
}

section.portfolio.gap_clean_animated_info div.service-item:hover div.inner-content {
  opacity: 1;
}

section.portfolio.gap_clean_animated_info div.service-item div.service-icon::before {
  -webkit-transition: opacity 0.4s ease-in-out 0s;
     -moz-transition: opacity 0.4s ease-in-out 0s;
       -o-transition: opacity 0.4s ease-in-out 0s;
          transition: opacity 0.4s ease-in-out 0s;
  opacity: 0.4;
}

section.portfolio.gap_clean_animated_info div.service-item div.service-icon:hover::before {
  opacity: 0.8;
}


/**
.---------------------------------------------------------------------.
|  @package: Theme Start5up (a.k.a. theme Startup Pro)
|  @version: v2.4.4 (19 April 2023)
|  @link:    http://italinux.com/startup-pro
|  @docs:    http://italinux.com/theme-startup-pro
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   https://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2023                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           https://concrete5.org/help/legal/commercial_add-on_license      |
|           or just: file://theme_start5up/LICENSE.TXT                      |
|                                                                           |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
'---------------------------------------------------------------------------'
*/
.single-space-bottom > section.contacts.page-block,
.double-space-bottom > section.contacts.page-block,
.no-spaces > section.contacts.page-block,
.no-space-bottom > section.contacts.page-block {
  padding-bottom: 0 !important;
}
.single-space-top > section.contacts.page-block,
.double-space-top > section.contacts.page-block,
.no-spaces > section.contacts.page-block,
.no-space-top > section.contacts.page-block {
  padding-top: 0 !important;
}
.no-sides-spaces > section.contacts.page-block {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.fix-spaces-buttons section.contacts .btn {
  white-space: normal;
}
.fix-spaces-buttons section.contacts div.global-cta .btn {
  width: 70%;
  margin: 0px auto;
  text-align: center;
}
.fix-spaces-buttons section.contacts div.global-cta .btn.goto > span {
  max-width: 150px;
  display: inline-block;
}
.fix-spaces-buttons section.contacts div.global-cta .btn.goto::after {
  vertical-align: text-top;
  margin-right: -10px;
}
section.contacts {
  position: relative;
  overflow: hidden;
}
section.contacts a:not(.CTA-clean).info::after,
section.contacts a:not(.CTA-clean).goto::after {
  margin-top: 0px;
  font-family: "FontAwesome";
  font-size: 0.8em;
  text-decoration: none;
}
section.contacts a:not(.CTA-clean).info > span,
section.contacts a:not(.CTA-clean).goto > span {
  align-self: center;
}
section.contacts a:not(.CTA-clean).info::after {
  content: "\f05a";
  margin-right: 5px;
  margin-left: 5px;
}
section.contacts a:not(.CTA-clean).goto::after {
  content: "\f08e";
  margin-left: 6px;
  margin-right: 10px;
}
section.contacts div.global-cta {
  margin-top: 4em;
  margin-bottom: 2em;
  font-size: 120%;
  text-align: center;
}
section.contacts div.global-cta a.btn {
  width: 30%;
}
section.contacts .btn {
  max-width: 460px;
}
section.contacts .btn.btn-primary[disabled] {
  cursor: default;
}
section.contacts.editMode {
  border: 1px dashed #bbb;
}
section.contacts.page-block {
  margin: 0px auto;
  padding: 6em 8%;
}
section.contacts.over-image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  content: "";
}
section.contacts.over-image {
  background-color: transparent;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: auto;
  background-position: center center;
}
section.contacts.over-image.cfg-color h1 {
  color: inherit;
}
section.contacts.over-image.cfg-color h2 {
  color: inherit;
}
section.contacts.over-image.cfg-color h3 {
  color: inherit;
}
section.contacts.over-image.cfg-color h4 {
  color: inherit;
}
section.contacts.over-image.cfg-color h5 {
  color: inherit;
}
section.contacts.over-image.cfg-color h6 {
  color: inherit;
}
section.contacts.over-image.cfg-color p {
  color: inherit;
}
section.contacts.over-image.cfg-color a:not(.btn) {
  color: inherit;
}
section.contacts div.block-header {
  position: relative;
  padding: 0 0 3em;
  text-align: center;
  border: none;
}
section.contacts .hide {
  display: none;
  visibility: hidden;
}
section.contacts .show {
  display: block;
  visibility: visible;
}
section.contacts .single-space-bottom {
  padding-bottom: 1.8em;
}
section.contacts .double-space-bottom {
  padding-bottom: 3.2em;
}
section.contacts .single-space-top {
  padding-top: 1.8em;
}
section.contacts .double-space-top {
  padding-top: 3.2em;
}
section.contacts .no-margins {
  margin: 0 !important;
}
section.contacts .no-paddings {
  padding: 0 !important;
}
section.contacts .no-spaces {
  margin: 0 !important;
  padding: 0 !important;
}
section.contacts .no-sides-margins {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
section.contacts .no-sides-paddings {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
section.contacts .no-space-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
section.contacts .no-space-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
section.contacts .no-margin-bottom {
  margin-bottom: 0 !important;
}
section.contacts .no-margin-top {
  margin-top: 0 !important;
}
section.contacts .nopaque {
  opacity: 0;
}
section.contacts .opaque {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  section.contacts.page-block {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 1280px) {
  section.contacts.page-block {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 1024px) {
  section.contacts.page-block {
    padding-left: 3%;
    padding-right: 3%;
  }
}
section.contacts[class^="mobile_view"].page-block {
  padding-left: 2%;
  padding-right: 2%;
}
@media screen and (max-width: 500px) {
  section.contacts.page-block {
    padding-left: 2%;
    padding-right: 2%;
  }
}
section.contacts.page-block {
  padding-left: 10%;
  padding-right: 10%;
}

/* START center all content */
section.contacts div.main {
  text-align: center;
}
/* END center all content */

section.contacts > div.disabled {
  opacity: 0.85;
  background-color: transparent;
  background-image: none;
}
section.contacts div.main div.form-group.captcha {
  position: relative;
  width: 100%;
  min-height: 80px;
  overflow: hidden;
}
section.contacts div.main div.form-group.captcha > label {
  margin-bottom: 12px;
}
section.contacts div.main div.form-fields input.ccm-input-captcha {
  max-width: 250px;
}
section.contacts div.main div.form-actions {
  min-height: 60px;
  margin: 4em auto 1em 1.4em;
  text-align: left;
}
section.contacts div.main div.form-actions.loader {
  margin-left: 85px;
  border-top-color: inherit;
}
section.contacts div.others > div {
  padding-bottom: 2em;
}
section.contacts div.others .fa {
  width: 50px;
  text-align: center;
}
section.contacts div.others p.word-wrap-break {
  word-wrap: break-word;
}
section.contacts div.others p.single-space-left {
  padding-left: 15px;
}
section.contacts div.others p.double-space-left {
  padding-left: 25px;
}
@media screen and (max-width: 991px) {
  section.contacts {
    text-align: center;
  }
  section.contacts div.others > div {
    padding-bottom: 3em;
  }
  section.contacts div.others p.single-space-left,
  section.contacts div.others p.double-space-left {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  section.contacts div.main div.form-actions {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  section.contacts.page-block {
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
  section.contacts div.others {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  section.contacts div.others p.single-space-left,
  section.contacts div.others p.double-space-left {
    padding-right: 0;
    padding-left: 0;
  }
  section.contacts div.form-fields input.ccm-input-captcha {
    margin: 0px auto !important;
  }
}
section.contacts[class^="mobile_view"] {
  text-align: center;
}
section.contacts[class^="mobile_view"].page-block {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
section.contacts[class^="mobile_view"] div.others {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
section.contacts[class^="mobile_view"] div.others p.single-space-left,
section.contacts[class^="mobile_view"] div.others p.double-space-left {
  padding-right: 0;
  padding-left: 0;
}
section.contacts[class^="mobile_view"] div.form-fields input.ccm-input-captcha {
  margin: 0px auto !important;
}


/**
.---------------------------------------------------------------------.
|  @package: Theme Start5up (a.k.a. theme Startup Pro)
|  @version: v2.4.4 (19 April 2023)
|  @link:    http://italinux.com/startup-pro
|  @docs:    http://italinux.com/theme-startup-pro
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   https://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2023                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           https://concrete5.org/help/legal/commercial_add-on_license      |
|           or just: file://theme_start5up/LICENSE.TXT                      |
|                                                                           |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
'---------------------------------------------------------------------------'
*/
.single-space-bottom > footer.page-block,
.double-space-bottom > footer.page-block,
.no-spaces > footer.page-block,
.no-space-bottom > footer.page-block {
  padding-bottom: 0 !important;
}
.single-space-top > footer.page-block,
.double-space-top > footer.page-block,
.no-spaces > footer.page-block,
.no-space-top > footer.page-block {
  padding-top: 0 !important;
}
.no-sides-spaces > footer.page-block {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
footer {
  position: relative;
  overflow: hidden;
}
footer a:not(.CTA-clean).info::after,
footer a:not(.CTA-clean).goto::after {
  margin-top: 0px;
  font-family: "FontAwesome";
  font-size: 0.8em;
  text-decoration: none;
}
footer a:not(.CTA-clean).info > span,
footer a:not(.CTA-clean).goto > span {
  align-self: center;
}
footer a:not(.CTA-clean).info::after {
  content: "\f05a";
  margin-right: 5px;
  margin-left: 5px;
}
footer a:not(.CTA-clean).goto::after {
  content: "\f08e";
  margin-left: 6px;
  margin-right: 10px;
}
footer div.global-cta {
  margin-top: 4em;
  margin-bottom: 2em;
  font-size: 120%;
  text-align: center;
}
footer div.global-cta a.btn {
  width: 30%;
}
footer .btn {
  max-width: 460px;
}
footer .btn.btn-primary[disabled] {
  cursor: default;
}
footer.editMode {
  border: 1px dashed #bbb;
}
footer.page-block {
  margin: 0px auto;
  padding: 6em 8%;
}
footer.over-image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  content: "";
}
footer.over-image {
  background-color: transparent;
  background-image: url("../../../../packages/theme_start5up/blocks/s5u_footer//images/background.png");
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-position: center center;
}
footer.over-image.cfg-color h1 {
  color: inherit;
}
footer.over-image.cfg-color h2 {
  color: inherit;
}
footer.over-image.cfg-color h3 {
  color: inherit;
}
footer.over-image.cfg-color h4 {
  color: inherit;
}
footer.over-image.cfg-color h5 {
  color: inherit;
}
footer.over-image.cfg-color h6 {
  color: inherit;
}
footer.over-image.cfg-color p {
  color: inherit;
}
footer.over-image.cfg-color a:not(.btn) {
  color: inherit;
}
footer div.block-header {
  position: relative;
  padding: 0 0 3em;
  text-align: center;
  border: none;
}
footer .hide {
  display: none;
  visibility: hidden;
}
footer .show {
  display: block;
  visibility: visible;
}
footer .single-space-bottom {
  padding-bottom: 1.8em;
}
footer .double-space-bottom {
  padding-bottom: 3.2em;
}
footer .single-space-top {
  padding-top: 1.8em;
}
footer .double-space-top {
  padding-top: 3.2em;
}
footer .no-margins {
  margin: 0 !important;
}
footer .no-paddings {
  padding: 0 !important;
}
footer .no-spaces {
  margin: 0 !important;
  padding: 0 !important;
}
footer .no-sides-margins {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
footer .no-sides-paddings {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
footer .no-space-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
footer .no-space-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
footer .no-margin-bottom {
  margin-bottom: 0 !important;
}
footer .no-margin-top {
  margin-top: 0 !important;
}
footer .nopaque {
  opacity: 0;
}
footer .opaque {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  footer.page-block {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 1280px) {
  footer.page-block {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 1024px) {
  footer.page-block {
    padding-left: 3%;
    padding-right: 3%;
  }
}
footer[class^="mobile_view"].page-block {
  padding-left: 2%;
  padding-right: 2%;
}
@media screen and (max-width: 500px) {
  footer.page-block {
    padding-left: 2%;
    padding-right: 2%;
  }
}
footer {
  width: 100%;
  text-align: left;
}
footer a.info::after,
footer a.goto::after {
  display: none;
}
footer.over-image {
  background-position: left top;
  background-repeat: no-repeat;
}
footer div.block-header {
  padding-bottom: 4em;
}
footer div.block-header h5,
footer div.block-header h6 {
  font-weight: 300;
}
footer q::before {
  margin-right: 1px;
  margin-left: -6px;
}
footer q::after {
  margin-right: 1px;
  margin-right: -6px;
}
footer div.credits {
  opacity: 0.5;
  margin-left: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  font-size: 85%;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 1px;
}
footer[class^="mobile_view"] div.credits {
  margin-left: 3%;
}
@media screen and (max-width: 500px) {
  footer div.credits {
    margin-left: 3%;
  }
}


