*{
    box-sizing: border-box;
}
html, body{
    display: block;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    color: #1E243E;
    background-color: #F2F3F4;
    font-size: 16px;
}
body.modal-open{
    overflow: hidden;
}
.modal-backdrop.show{
    opacity: 0.75;
}
h1, h2, h3, h4, h5, h6, p, a, li, label input, textarea, select, option{
    line-height: 1;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #1E243E;
}
h1, h2, h3, h4, h5, h6{
    font-weight: bold;
}
h2{
    font-size: 45px;
}
h3{
    font-size: 32px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
}
p, a, li, label input, textarea, select, option{
    line-height: 24px;
}
a, a:hover, a:focus, a:active, button, button:hover, button:focus, button:active, a.button, a.button:hover, a.button:focus, a.button:active, button.button, button.button:hover, button.button:focus, button.button:active, input[type="submit"], .eclipse-item .overlay, .eclipse-item .btn-cta, .set-machine-item .overlay, .set-machine-item .btn-cta{
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.set-machine-grid > .set-machine-item > img, .eclipse-item > img{
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}
p img{
    margin-bottom: 15px;
}
p img:not(:last-child){
    margin-right: 15px;
}
.form-group{
    display: block;
    width: 100%;
    margin-bottom: 25px;
}
.form-group *{
    display: block;
    width: 100%;
    resize: none;
}
.form-group label{
    margin-bottom: 6px;
}
.form-fields .form-group input, .form-fields .form-group textarea{
    width: 100%;
    padding: 10px 16px;
    border-radius: 12px;
}
.form-fields .form-group input, .form-fields .form-group textarea, .form-fields .form-group input:focus, .form-fields .form-group textarea:focus{
    outline: none;
    border: 1px solid #1E243E;
}
header#masthead{
    padding: 15px 0;
}
section, .section{
    position: relative;
}
.section > div[class*='container']{
    position: relative;
    z-index: 1;
}
.bg-grey{
    background-color: #efefef;
}
.page header.page-header{
    display: none;
    visibility: hidden;
    opacity: 0;
}
header .navbar-nav .menu-item, header .navbar-nav .menu-item > a, footer .footer-menu .menu-item, footer .footer-menu .menu-item > a{
    font-weight: bold;
}
header .navbar-nav .menu-item > a:hover, footer .footer-menu .menu-item > a:hover, header .navbar-nav .menu-item.current-menu-item, .menu-item.current-menu-item > a, footer .footer-menu .menu-item.current-menu-item, .menu-item.current-menu-item > a{
    color: #6497C0;
}
header .navbar-nav .menu-item.current-menu-item > a, footer .footer-menu .menu-item.current-menu-item > a{
    border-bottom: 2px solid #6497C0;
}
#home-intro-banner .home-banner{
    padding-left: 0;
    padding-right: 0;
}
.home-banner .swiper-slide picture > img{
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.home-banner .caption-wrapper{
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 150px;
}
.home-banner .banner-caption, #singleMachineTab, .set-machine-grid{
    gap: 25px;
}
.section-page-header{
    background-color: #F7F7F7;
    padding-top: 82px;
}
.page-title-wrapper{
    padding-top: 90px;
    padding-bottom: 90px;
}
.page-breadcrumb{
    padding-top: 15px;
}

.container, .container-fluid{
    position: relative;
}
footer{
    padding: 90px 0 15px;
}
footer#colophon > .container::before{
    content: '';
    display: block;
    position: absolute;
    margin-top: -90px;
    width: 100%;
    height: 1px;
    background-color: #000;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
}
header#masthead .navbar-nav, footer .footer-menu{
    gap: 30px;
}
.modal-catalog .modal-thumbnail-wrapper{
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}
.copyright, .copyright p {
    font-size: 14px;
}
.section-title{
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6, .section-content h2, .section-content h3, .section-content h4, .section-content h5, .section-content h6, .card-face h3, .card-face h4, .card-face h5, .card-face h6, .section-title p:not(:last-child){
    margin-bottom: 15px;
}
.google-map-wrapper{
    border-radius: 15px;
    overflow: hidden;
}
.google-map-wrapper > iframe{
    display: block;
    width: 100%!important;
    height: 100%!important;
}
.form-row.form-actions .form-group{
    text-align: right;
}
.form-row.form-actions .form-group p{
    display: inline-block;
    width: auto;
}
.cta-wrapper > .btn-cta, .eclipse-item .btn-cta, .set-machine-item .btn-cta, .form-row.form-actions .form-group input[type="submit"], #singleMachineTab .nav-item .nav-link{
    padding: 8px 20px;
    border-radius: 8px;
    color: #fff;
    background-color: #EF1C23;
    border: 1px solid #EF1C23;
    font-weight: bold;
}
.cta-wrapper > .btn-cta:hover, .eclipse-item .btn-cta:hover, .set-machine-item .btn-cta:hover, .form-row.form-actions .form-group input[type="submit"]:hover, #singleMachineTab .nav-item .nav-link:not(.active):hover{
    background-color: #ffffff;
    color: #EF1C23;
    border-color: #EF1C23;
}
#singleMachineTab .nav-item .nav-link.active{
    pointer-events: none;
}
#singleMachineTab .nav-item .nav-link:not(.active){
    border-color: #1E243E;
    color: #1E243E;
    background-color: transparent;
}
svg{
    min-width: 20px;
    min-height: 20px;
}
.contact-info-thumbnail{
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.contact-info-thumbnail > svg{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.contact-info-thumbnail > svg path, .contact-info-thumbnail > svg rect{
    stroke: #6497C0;
}
.clientele-logo{
    height: 90px;
    border-radius: 12px;
    overflow: hidden;
}
.clientele-logo.empty{
    background-color: #efefef;
}
.clientele-logo img{
    object-fit: contain;
    object-position: center;
}
#machine-types::before, #machine-types::after{
    content: '';
    display: block;
    position: absolute;
    width: 45vw;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
#machine-types::before{
    top: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2023/12/bg-skd-tiles-01.png);
    background-position: top left;
}
#machine-types::after{
    bottom: 0;
    right: 0;
    background-image: url(/wp-content/uploads/2023/12/bg-skd-tiles-02.png);
    background-position: bottom right;
}
#enquiry-banner{
    padding-bottom: 220px;
    background-image: url(/wp-content/uploads/2023/12/bg-home-enquiry-waves-v2.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.cta-wrapper{
    margin-top: 50px;
}
#machine-types #set-machine{
    padding-left: 50px;
    padding-right: 50px;
}
#machine-types > div[class*='container']{
    display: flex;
    flex-direction: column;
    gap: 70px
}
.set-machine-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.set-machine-grid > .set-machine-item{
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
}
.set-machine-grid > .set-machine-item > img, .eclipse-item > img{
    transform-origin: center;
}
.set-machine-grid > .set-machine-item:hover > img, .eclipse-item:hover > img{
    transform: scale(1.05);
}
.box-shadow-theme{
    box-shadow: 0 0 15px 0 #EF1C23;
}
#singleMachineTab{
    border-bottom: none;
    margin-bottom: 30px;
}
#singleMachineTabContent{
    overflow: hidden;
}
#singleMachineTabContent > .tab-pane{
    padding: 25px;
}
#singleMachineTabContent .single-machine-swiper-wrapper .swiper-slide{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
}
.single-machine-swiper-wrapper > .swiper{
    overflow: unset;
}
.eclipse-item .overlay, .eclipse-item .btn-cta, .set-machine-item .overlay, .set-machine-item .btn-cta{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
}
.eclipse-item .overlay, .set-machine-item .overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.eclipse-item .btn-cta, .set-machine-item .btn-cta{
    white-space: nowrap;
}
.select-click .overlay, .select-click .btn-cta{
    opacity: 1;
    visibility: visible;
}
.flip-cards{
    margin-bottom: 50px;
}
.flip-cards .cards{
    display: flex;
    justify-content: center;
    gap: 60px;
    align-items: stretch;
}
.flip-cards .cards .card{
    width: 100%;
    max-width: calc( 33% - 30px );
    min-height: 350px;
    display: flex;
    align-self: stretch;
    border: none;
    transition: transform 0.75s;
    transform-style: preserve-3d;
    cursor: pointer;
}
.card-face{
    position: absolute;
    border-radius: 25px;
    padding: 25px;
    border: 1px solid #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: #1E243E;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.card-face, .card-face *{
    color: #ffffff;
}
.card-face h2{
    font-size: 70px;
}
.card-back{
    transform: rotateY(180deg);
}
.card.is-flipped {
    transform: rotateY(180deg);
}
.cerificates-item {
    width: 100%;
}