#cms-wrapper{width:100%;padding:50px 20px 100px;background-color:#262626}
#cms-container{max-width:1670px;margin:0 auto}
.breadcrumb-wrapper{text-align:left}
.breadcrumb-container{display:inline-flex}
.breadcrumb-container > li{margin-left:1px}
.breadcrumb-container > li:first-child{margin-left:0}
.breadcrumb-container > li > a,.breadcrumb-container > li > div{position:relative;padding:4px 0 0 6px;font:100 clamp(0.95rem,0.833vw,1rem) / 1 Geologica;color:#fff;text-transform:uppercase}
.breadcrumb-container > li:first-child > a,.breadcrumb-container > li:first-child > div{padding:4px 0 0}
.breadcrumb-container > li.breadcrumb-sel > a{font-weight:500}
#cms-left{width:63%;padding-right:4.688vw}
#cms-left.fullWidth{width:100%;padding-right:0}
#cms-right{width:37%}
#cms-h1{margin-top:12px;font:200 clamp(2rem,2.083vw,2.5rem)/1 Geologica;color:#fff}
#cms-desc{margin-top:50px;position:relative;padding-left:100px;font:100 clamp(1.05rem,1.042vw,1.25rem)/1.6 Geologica;color:#fff}
#cms-desc:before{content:'';position:absolute;width:50px;height:40px;top:-8px;left:0;background:url("../img/cms-desc-icon.svg") 50% 50% no-repeat}
#cms-photo-container{width:100%;padding-bottom:40px;padding-right:40px;position:relative}
#cms-photo-container:before{content:'';position:absolute;width:50%;height:70%;bottom:0;right:0;background-color:#f9b233}
#cms-photo{display:block;position:relative;width:100%;padding-bottom:120%;overflow:hidden;z-index:1}
#cms-photo img{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover}
#cms-h2-container{margin:120px auto 0;position:relative;max-width:770px;padding:60px 20px}
#cms-h2{font:100 clamp(1.263rem,1.302vw,1.563rem)/1.6 Geologica;color:#fff;text-align:center}
#cms-h2:before{content:'';position:absolute;width:37px;height:26px;top:0;left:0;right:0;margin:0 auto;background:url("../img/cms-quotes-up.svg") 50% 50% no-repeat}
#cms-h2:after{content:'';position:absolute;width:37px;height:26px;bottom:0;left:0;right:0;margin:0 auto;background:url("../img/cms-quotes-down.svg") 50% 50% no-repeat}
#cms-icons{margin:120px auto 0;max-width:1480px;justify-content:space-between;align-items:flex-start}
#cms-icons>li{width:18%;text-align:center}
.cms-icons-container{width:100%}
.cms-icons-photo{width:100%}
.cms-icons-photo figure{display:inline-block;max-width:100%}
.cms-icons-photo figure img{max-width:100%;height:auto}
.cms-icons-title{margin-top:20px;font:300 clamp(1.05rem,1.042vw,1.25rem)/1.2 Geologica;color:#fff;text-transform:uppercase}
@media (min-width:1200px) {

}
@media (max-width:1199px) {
    #cms-wrapper{padding:30px 15px 60px}
    #cms-left{width:100%;padding-right:0}
    #cms-right{width:100%;margin-top:30px}
    #cms-desc{padding-left:80px}
    #cms-h2-container{margin:50px auto 0;position:relative;max-width:770px;padding:60px 15px}
    #cms-icons{margin:50px auto 0}
    #cms-icons>li{width:20%}
}
@media (max-width:764px) {
    #cms-wrapper{padding:15px 10px 60px}
    #cms-h1{margin-top:0;text-align:center}
    #cms-desc{margin-top:30px;padding-left:0}
    #cms-desc:before{display:none}
    #cms-photo-container{padding-bottom:20px;padding-right:20px}
    #cms-icons{margin:20px auto 0}
    #cms-icons>li{width:50%;margin-top:30px}
}