.blog-card{display:flex;flex-direction:column;background:rgba(0,0,0,0);border:1px solid #fff;overflow:hidden;transition:all .3s ease !important;min-height:450px;padding:16px;width:100%;min-width:0}.blog-card:hover{transform:translateY(-5px) !important;border-color:#d0cadf}.blog-card__link{text-decoration:none;color:inherit;display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:24px;transition:all .3s ease !important}.blog-card__link:focus-visible{outline:2px solid #0a84ff;outline-offset:2px;box-shadow:0 0 0 calc(2px + 1px) hsla(0,0%,100%,0)}.blog-card__image{position:relative;width:100%;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.blog-card__image-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.blog-card__image-wrapper img{width:100%;max-height:307px;-o-object-fit:contain;object-fit:contain;transition:all .3s ease !important}.blog-card__image-placeholder{width:100%;height:100%;background:hsla(0,0%,100%,.05);display:flex;align-items:center;justify-content:center}.blog-card__image-placeholder .placeholder-content{width:60px;min-width:60px;max-width:60px;height:60px;min-height:60px;max-height:60px;background:hsla(0,0%,100%,.1);border-radius:5px;position:relative}.blog-card__image-placeholder .placeholder-content::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:24px;min-width:24px;max-width:24px;height:24px;min-height:24px;max-height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'%3E%3C/circle%3E%3Cpolyline points='21,15 16,10 5,21'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:.3}.blog-card__content{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.blog-card__title{font-family:"Inter",sans-serif;font-weight:500;font-size:24px;line-height:1.2;letter-spacing:-0.72px}@media(max-width: 767px){.blog-card__title{font-size:20px}}.blog-card__title{color:#fff;margin:0;transition:all .3s ease !important}.blog-card__excerpt{font-family:"Inter",sans-serif;font-weight:400;font-size:20px;line-height:1.2;letter-spacing:-0.8px}@media(max-width: 767px){.blog-card__excerpt{font-size:18px}}.blog-card__excerpt{color:#fff;margin:0}.blog-card__date{font-family:"Inter",sans-serif;font-weight:400;font-size:16px;line-height:1.3;letter-spacing:-0.64px}@media(max-width: 767px){.blog-card__date{font-size:14px}}.blog-card__date{color:#fff;margin:0;opacity:.7}.blog-card:hover .blog-card__title{color:#d0cadf}.blog-card__link:focus .blog-card__title{color:#d0cadf}.blog-archive-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:10px;width:100%}@media(min-width: 768px)and (max-width: 1149px){.blog-archive-grid{grid-template-columns:repeat(2, 1fr);gap:24px}}@media(max-width: 767px){.blog-archive-grid{grid-template-columns:1fr;gap:24px}}.blog-archive-grid>*{display:flex;min-height:0}.blog-archive-grid article,.blog-archive-grid .blog-card{display:flex;flex-direction:column;height:100%;width:100%}.blog-archive-grid .blog-card__link{flex:1;display:flex;flex-direction:column;height:100%}.blog-cards-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:32px}@media(min-width: 768px)and (max-width: 1149px){.blog-cards-grid{grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:24px}}@media(max-width: 767px){.blog-cards-grid{grid-template-columns:1fr;gap:24px}}.blog-cards-grid>*{display:flex;align-self:stretch}.blog-cards-grid.-two-columns{grid-template-columns:repeat(2, 1fr)}@media(min-width: 768px)and (max-width: 1149px){.blog-cards-grid.-two-columns{grid-template-columns:1fr}}.blog-cards-grid.-three-columns{grid-template-columns:repeat(3, 1fr)}@media(min-width: 768px)and (max-width: 1149px){.blog-cards-grid.-three-columns{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.blog-cards-grid.-three-columns{grid-template-columns:1fr}}main#singleMilitaryMain .section-breadcrumbs{border-bottom:0;margin-top:100px}@media(min-width: 768px)and (max-width: 1149px){main#singleMilitaryMain .section-breadcrumbs{margin-top:80px}}@media(max-width: 767px){main#singleMilitaryMain .section-breadcrumbs{margin-top:70px}}main#singleMilitaryMain .section-service-hero{background:#2a3d5a;padding:32px 0 128px}@media(min-width: 768px)and (max-width: 1149px){main#singleMilitaryMain .section-service-hero{padding:24px 0 64px}}@media(max-width: 767px){main#singleMilitaryMain .section-service-hero{padding:16px 0 32px}}main#singleMilitaryMain .section-service-hero figure{margin:0;display:flex;align-items:center;justify-content:center;min-height:400px}@media(min-width: 768px)and (max-width: 1149px){main#singleMilitaryMain .section-service-hero figure{min-height:300px}}@media(max-width: 767px){main#singleMilitaryMain .section-service-hero figure{min-height:200px}}main#singleMilitaryMain .section-service-hero figure img{max-width:100%;max-height:600px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}@media(min-width: 768px)and (max-width: 1149px){main#singleMilitaryMain .section-service-hero figure img{max-height:450px}}@media(max-width: 767px){main#singleMilitaryMain .section-service-hero figure img{max-height:300px}}main#singleMilitaryMain .section-service-atributes{background:#2a3d5a;border-bottom:1px solid #fff}main#singleMilitaryMain .section-service-atributes .atributes-grid{display:flex;align-items:stretch;border-top:1px solid #fff}main#singleMilitaryMain .section-service-atributes .atributes-grid:first-child{border-top:none}@media(max-width: 1149px){main#singleMilitaryMain .section-service-atributes .atributes-grid{flex-direction:column}}main#singleMilitaryMain .section-service-atributes .atribute-item{flex:1;min-height:200px;padding:32px;display:flex;flex-direction:column;justify-content:space-between}@media(max-width: 1149px){main#singleMilitaryMain .section-service-atributes .atribute-item{min-height:auto;padding:24px 32px;flex-direction:row;align-items:center;justify-content:space-between;gap:24px}}main#singleMilitaryMain .section-service-atributes .atribute-item .atribute-label{font-family:"Inter",sans-serif;font-weight:400;font-size:16px;line-height:1.3;letter-spacing:-0.64px}@media(max-width: 767px){main#singleMilitaryMain .section-service-atributes .atribute-item .atribute-label{font-size:14px}}main#singleMilitaryMain .section-service-atributes .atribute-item .atribute-label{color:#d0cadf;display:block}@media(max-width: 1149px){main#singleMilitaryMain .section-service-atributes .atribute-item .atribute-label{flex-shrink:0}}main#singleMilitaryMain .section-service-atributes .atribute-item .atribute-value{font-family:"Inter",sans-serif;font-weight:400;font-size:28px;line-height:1.2;letter-spacing:-1.44px;color:#fff;display:block}@media(min-width: 768px)and (max-width: 1149px){main#singleMilitaryMain .section-service-atributes .atribute-item .atribute-value{font-size:30px}}@media(max-width: 767px){main#singleMilitaryMain .section-service-atributes .atribute-item .atribute-value{font-size:24px;text-align:right}}main#singleMilitaryMain .section-service-atributes .atribute-divider{width:1px;background:#fff;flex-shrink:0}@media(max-width: 1149px){main#singleMilitaryMain .section-service-atributes .atribute-divider{display:none}}main#singleMilitaryMain .section-service-atributes .atribute-spacer{width:64px;flex-shrink:0}@media(max-width: 1149px){main#singleMilitaryMain .section-service-atributes .atribute-spacer{display:none}}main#singleMilitaryMain .section-service-content{background:#2a3d5a;padding:64px 0;border-top:1px solid #fff;border-bottom:1px solid #fff}@media(min-width: 768px)and (max-width: 1149px){main#singleMilitaryMain .section-service-content{padding:32px 0}}@media(max-width: 767px){main#singleMilitaryMain .section-service-content{padding:24px 0}}main#singleMilitaryMain .section-service-content .service-content-wrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:64px}@media(max-width: 1149px){main#singleMilitaryMain .section-service-content .service-content-wrapper{flex-direction:column;gap:32px}}main#singleMilitaryMain .section-service-content .service-content-left{flex:1;display:flex;flex-direction:column;gap:24px}main#singleMilitaryMain .section-service-content .service-content-left h1{font-family:"Inter",sans-serif;font-weight:400;font-size:48px;line-height:1.2;letter-spacing:-1.92px}@media(min-width: 768px)and (max-width: 1149px){main#singleMilitaryMain .section-service-content .service-content-left h1{font-size:36px;letter-spacing:-1.44px}}@media(max-width: 767px){main#singleMilitaryMain .section-service-content .service-content-left h1{font-size:28px;letter-spacing:-1.12px}}main#singleMilitaryMain .section-service-content .service-content-left h1{color:#fff;margin:0}main#singleMilitaryMain .section-service-content .service-content-left .service-content-text{display:flex;flex-direction:column;gap:24px}main#singleMilitaryMain .section-service-content .service-content-left .service-content-text>p:first-child{font-family:"Inter",sans-serif;font-weight:400;font-size:20px;line-height:1.2;letter-spacing:-0.8px}@media(max-width: 767px){main#singleMilitaryMain .section-service-content .service-content-left .service-content-text>p:first-child{font-size:18px}}main#singleMilitaryMain .section-service-content .service-content-left .service-content-text>p:first-child{color:#fff;margin:0}main#singleMilitaryMain .section-service-content .service-content-left .service-content-text>p{font-family:"Inter",sans-serif;font-weight:400;font-size:16px;line-height:1.3;letter-spacing:-0.64px}@media(max-width: 767px){main#singleMilitaryMain .section-service-content .service-content-left .service-content-text>p{font-size:14px}}main#singleMilitaryMain .section-service-content .service-content-left .service-content-text>p{color:#fff;margin:0}main#singleMilitaryMain .section-service-content .service-content-left .service-content-text a{color:#fff;text-decoration:underline;transition:all .3s ease !important}main#singleMilitaryMain .section-service-content .service-content-left .service-content-text a:hover{color:#d0cadf}main#singleMilitaryMain .section-service-content .service-content-right{flex:1;display:flex;justify-content:flex-end;align-items:flex-start}@media(max-width: 1149px){main#singleMilitaryMain .section-service-content .service-content-right{justify-content:flex-start;width:100%}}.section-service-text{background:#2a3d5a;padding-top:64px;padding-bottom:64px}@media(max-width: 1149px){.section-service-text{padding-top:64px;padding-bottom:64px}}.section-service-text header{margin-bottom:32px}.section-service-text header h2{font-family:"Inter",sans-serif;font-weight:400;font-size:48px;line-height:1.2;letter-spacing:-1.92px}@media(min-width: 768px)and (max-width: 1149px){.section-service-text header h2{font-size:36px;letter-spacing:-1.44px}}@media(max-width: 767px){.section-service-text header h2{font-size:28px;letter-spacing:-1.12px}}.section-service-text header h2{color:#fff;margin:0}.section-service-text article{font-family:"Inter",sans-serif;font-weight:400;font-size:16px;line-height:1.3;letter-spacing:-0.64px}@media(max-width: 767px){.section-service-text article{font-size:14px}}.section-service-text article{color:#fff;line-height:1.5}.section-service-text article p{margin:0 0 20px 0}.section-service-text article p:last-child{margin-bottom:0}.section-service-text article a{color:#fff;text-decoration:underline;transition:all .3s ease !important}.section-service-text article a:hover{color:#d0cadf;text-decoration:none}.section-service-text article a:focus-visible{outline:2px solid #fff;outline-offset:2px}.section-service-text article strong{color:#fff;font-weight:600}.section-service-text article em{font-style:italic;opacity:.9}.section-service-text article ul,.section-service-text article ol{margin:24px 0;padding-left:32px}.section-service-text article ul li,.section-service-text article ol li{margin-bottom:8px;line-height:1.5}.section-service-text article ul li:last-child,.section-service-text article ol li:last-child{margin-bottom:0}.section-service-text article blockquote{margin:32px 0;padding-left:24px;border-left:3px solid #fff;opacity:.9;font-style:italic}.section-service-text article h3,.section-service-text article h4,.section-service-text article h5,.section-service-text article h6{color:#fff;margin:32px 0 24px 0}.section-service-text article h3:first-child,.section-service-text article h4:first-child,.section-service-text article h5:first-child,.section-service-text article h6:first-child{margin-top:0}.section-service-text article h3{font-family:"Inter",sans-serif;font-weight:500;font-size:30px;line-height:1.2;letter-spacing:-1.2px}@media(min-width: 768px)and (max-width: 1149px){.section-service-text article h3{font-size:26px}}@media(max-width: 767px){.section-service-text article h3{font-size:22px}}.section-service-text article h4{font-family:"Inter",sans-serif;font-weight:500;font-size:24px;line-height:1.2;letter-spacing:-0.72px}@media(max-width: 767px){.section-service-text article h4{font-size:20px}}.section-service-text article p:first-child{font-family:"Inter",sans-serif;font-weight:400;font-size:20px;line-height:1.2;letter-spacing:-0.8px}@media(max-width: 767px){.section-service-text article p:first-child{font-size:18px}}.section-service-text article p:first-child{line-height:1.4;margin-bottom:32px}@media(max-width: 767px){.section-service-text article{font-size:14px}.section-service-text article p:first-child{font-size:18px}}.section-service-text article{max-width:800px}.section-service-blocks{background:#2a3d5a;padding-top:64px;padding-bottom:64px}@media(max-width: 1149px){.section-service-blocks{padding-top:64px;padding-bottom:64px}}.section-service-blocks article{padding:32px 0;border-bottom:1px solid hsla(0,0%,100%,.2)}.section-service-blocks article:first-child{padding-top:0}.section-service-blocks article:last-child{border-bottom:none;padding-bottom:0}.section-service-blocks article h3{font-family:"Inter",sans-serif;font-weight:500;font-size:30px;line-height:1.2;letter-spacing:-1.2px}@media(min-width: 768px)and (max-width: 1149px){.section-service-blocks article h3{font-size:26px}}@media(max-width: 767px){.section-service-blocks article h3{font-size:22px}}.section-service-blocks article h3{color:#fff;margin:0 0 24px}.section-service-blocks article ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:24px}.section-service-blocks article ul li{padding-left:24px;border-left:2px solid hsla(0,0%,100%,.3)}.section-service-blocks article ul li h4{font-family:"Inter",sans-serif;font-weight:500;font-size:24px;line-height:1.2;letter-spacing:-0.72px}@media(max-width: 767px){.section-service-blocks article ul li h4{font-size:20px}}.section-service-blocks article ul li h4{color:#fff;margin:0 0 8px}.section-service-blocks article ul li div p{margin:0 0 20px 0}.section-service-blocks article ul li div p:last-child{margin-bottom:0}.section-service-blocks article ul li div a{color:#fff;text-decoration:underline;transition:all .3s ease !important}.section-service-blocks article ul li div a:hover{color:#d0cadf;text-decoration:none}.section-service-blocks article ul li div a:focus-visible{outline:2px solid #fff;outline-offset:2px}.section-service-blocks article ul li div strong{color:#fff;font-weight:600}.section-service-blocks article ul li div em{font-style:italic}.section-service-blocks article ul li div ul,.section-service-blocks article ul li div ol{margin:8px 0;padding-left:0;list-style:none}.section-service-blocks article ul li div ul li,.section-service-blocks article ul li div ol li{display:flex;align-items:flex-start;gap:8px;margin-bottom:4px}.section-service-blocks article ul li div ul li::before,.section-service-blocks article ul li div ol li::before{content:"";flex-shrink:0;width:13px;height:13px;margin-top:4px;background-image:url("../images/svg/arrow_insert.svg");background-size:contain;background-repeat:no-repeat}.section-service-blocks article ul li div ul li:last-child,.section-service-blocks article ul li div ol li:last-child{margin-bottom:0}.section-service-blocks article ul li div{color:#fff;opacity:.9}.section-interactive{background:#2a3d5a;padding-top:64px;padding-bottom:64px}@media(max-width: 1149px){.section-interactive{padding-top:64px;padding-bottom:64px}}.section-interactive nav[role=tablist]{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:32px;border-bottom:1px solid hsla(0,0%,100%,.2);padding-bottom:24px}.section-interactive nav[role=tablist]>span{font-family:"Inter",sans-serif;font-weight:400;font-size:13px;line-height:1;letter-spacing:-0.39px;color:#fff;opacity:.7;text-transform:uppercase;letter-spacing:1px}.section-interactive nav[role=tablist] .interactive-button{font-family:"Inter",sans-serif;font-weight:500;font-size:16px;line-height:1.2;letter-spacing:-0.48px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);color:#fff;padding:8px 24px;cursor:pointer;transition:all .3s ease !important}.section-interactive nav[role=tablist] .interactive-button:hover,.section-interactive nav[role=tablist] .interactive-button.active{background:#fff;color:#2a3d5a;border-color:#fff}.section-interactive nav[role=tablist] .interactive-button:focus-visible{outline:2px solid #0a84ff;outline-offset:2px;box-shadow:0 0 0 calc(2px + 1px) hsla(0,0%,100%,0)}.section-interactive aside .interactive-content-item{display:none}.section-interactive aside .interactive-content-item.active{display:flex;gap:32px;align-items:flex-start}@media(max-width: 1149px){.section-interactive aside .interactive-content-item.active{flex-direction:column}}.section-interactive aside .interactive-content-item figure{flex:0 0 50%;margin:0}.section-interactive aside .interactive-content-item figure img{width:100%;height:auto;display:block}@media(max-width: 1149px){.section-interactive aside .interactive-content-item figure{flex:1;width:100%}}.section-interactive aside .interactive-content-item p{font-family:"Inter",sans-serif;font-weight:400;font-size:20px;line-height:1.2;letter-spacing:-0.8px}@media(max-width: 767px){.section-interactive aside .interactive-content-item p{font-size:18px}}.section-interactive aside .interactive-content-item p{color:#fff;margin:0;flex:1}.section-specifications-table{background:#2a3d5a}.section-specifications-table>div{overflow-x:auto}.section-specifications-table table{width:100%;border-collapse:collapse;min-width:600px}.section-specifications-table table th,.section-specifications-table table td{text-align:left;vertical-align:top;border:1px solid hsla(0,0%,100%,.2)}.section-specifications-table table th>div,.section-specifications-table table td>div{padding:24px}.section-specifications-table table thead th{font-family:"Inter",sans-serif;font-weight:400;font-size:13px;line-height:1;letter-spacing:-0.39px;color:#fff;text-transform:uppercase;letter-spacing:1px;background:hsla(0,0%,100%,.05);font-weight:600}.section-specifications-table table tbody td{font-family:"Inter",sans-serif;font-weight:400;font-size:16px;line-height:1.3;letter-spacing:-0.64px}@media(max-width: 767px){.section-specifications-table table tbody td{font-size:14px}}.section-specifications-table table tbody td{color:#fff}.section-specifications-table table tbody td:first-child{font-weight:500;width:30%;background:hsla(0,0%,100%,.02)}.section-specifications-table table tbody td div div p{margin:0 0 20px 0}.section-specifications-table table tbody td div div p:last-child{margin-bottom:0}.section-specifications-table table tbody td div div a{color:#fff;text-decoration:underline;transition:all .3s ease !important}.section-specifications-table table tbody td div div a:hover{color:#d0cadf;text-decoration:none}.section-specifications-table table tbody td div div a:focus-visible{outline:2px solid #fff;outline-offset:2px}.section-specifications-table table tbody td div div strong{color:#fff;font-weight:600}.section-specifications-table table tbody td div div em{font-style:italic}.section-specifications-table table tbody td div div ul,.section-specifications-table table tbody td div div ol{margin:8px 0;padding-left:0;list-style:none}.section-specifications-table table tbody td div div ul li,.section-specifications-table table tbody td div div ol li{display:flex;align-items:flex-start;gap:8px;margin-bottom:4px}.section-specifications-table table tbody td div div ul li::before,.section-specifications-table table tbody td div div ol li::before{content:"";flex-shrink:0;width:13px;height:13px;margin-top:4px;background-image:url("../images/svg/arrow_insert.svg");background-size:contain;background-repeat:no-repeat}.section-specifications-table table tbody td div div ul li:last-child,.section-specifications-table table tbody td div div ol li:last-child{margin-bottom:0}.section-specifications-table table tbody tr:hover td{background:hsla(0,0%,100%,.05)}.section-specifications-table table tbody tr:hover td:first-child{background:hsla(0,0%,100%,.07)}.section-get-started{background:#2a3d5a;padding-top:64px;padding-bottom:64px}@media(max-width: 1149px){.section-get-started{padding-top:64px;padding-bottom:64px}}.section-get-started{border-top:1px solid hsla(0,0%,100%,.2)}.section-get-started header{margin-bottom:32px}.section-get-started header h2{font-family:"Inter",sans-serif;font-weight:400;font-size:48px;line-height:1.2;letter-spacing:-1.92px}@media(min-width: 768px)and (max-width: 1149px){.section-get-started header h2{font-size:36px;letter-spacing:-1.44px}}@media(max-width: 767px){.section-get-started header h2{font-size:28px;letter-spacing:-1.12px}}.section-get-started header h2{color:#fff;margin:0}.section-get-started article{max-width:800px}.section-get-started article>div p{margin:0 0 16px 0}.section-get-started article>div p:last-child{margin-bottom:0}.section-get-started article>div a{color:#fff;text-decoration:underline;transition:all .3s ease !important}.section-get-started article>div a:hover{color:#d0cadf;opacity:1}.section-get-started article>div a:focus-visible{outline:2px solid #fff;outline-offset:2px}.section-get-started article>div strong{color:#fff;font-weight:600;opacity:1}.section-get-started article>div em{font-style:italic}.section-get-started article>div ul,.section-get-started article>div ol{margin:16px 0;padding-left:24px}.section-get-started article>div ul li,.section-get-started article>div ol li{margin-bottom:8px}.section-get-started article>div ul li:last-child,.section-get-started article>div ol li:last-child{margin-bottom:0}.section-get-started article>div{color:#fff;opacity:.9;margin-bottom:32px}.section-related-services{background:#2a3d5a;padding-top:64px;padding-bottom:64px}@media(max-width: 1149px){.section-related-services{padding-top:64px;padding-bottom:64px}}.section-related-services{border-top:1px solid hsla(0,0%,100%,.2)}.section-related-services .related-services-title-row{display:flex;align-items:center;gap:32px;margin-bottom:32px}.section-related-services .related-services-title-row .related-services-heading{font-family:"Inter",sans-serif;font-weight:500;font-size:30px;line-height:1.2;letter-spacing:-1.2px}@media(min-width: 768px)and (max-width: 1149px){.section-related-services .related-services-title-row .related-services-heading{font-size:26px}}@media(max-width: 767px){.section-related-services .related-services-title-row .related-services-heading{font-size:22px}}.section-related-services .related-services-title-row .related-services-heading{color:#fff;margin:0;white-space:nowrap}.section-related-services .related-services-title-row .title-spacer{flex:1;height:1px;background:hsla(0,0%,100%,.2)}.section-related-services .related-services-links-row{display:flex;gap:32px}.section-related-services .related-services-links-row .links-spacer{width:200px;flex-shrink:0}@media(max-width: 1149px){.section-related-services .related-services-links-row .links-spacer{display:none}}.section-related-services .related-services-links-row .related-services-content{flex:1}.section-related-services .related-services-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:16px}.section-related-services .related-services-list .related-service-item .related-service-link{display:inline-flex;align-items:center;gap:8px;justify-content:space-between;min-width:auto}.section-related-services .related-services-list .related-service-item .related-service-link .service-link-arrow{transition:all .3s ease !important}.section-related-services .related-services-list .related-service-item .related-service-link:hover .service-link-arrow{transform:translateX(4px)}.section-related-products{background:#2a3d5a;padding:32px 64px}@media(max-width: 1149px){.section-related-products{padding:32px 24px}}.section-related-products .related-products-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:10px}@media(min-width: 768px)and (max-width: 1149px){.section-related-products .related-products-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.section-related-products .related-products-grid{grid-template-columns:1fr}}