html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#006ab4;
--title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.footer_started {
 background-color: rgb(231, 241, 247);
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 144rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.footer_started .logo_op {
 width: 37.5%;
 opacity: 0.17;
 top: 0px;
 right: -14.7917%;
 }
.logo_op {
 position: absolute;
 pointer-events: none;
 height: auto;
 }
.logo_op img {
 display: block;
 height: 100%;
 width: 100%;
 object-fit: contain;
 }
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.footer_started .flex {
 min-height: 49.9rem;
 padding: 1.5rem 0px;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.footer_started .flex {
 min-height: unset;
 padding: 50px 0px;
 }}
.footer_started .head {
 flex: 1 1 0%;
 max-width: 67.6rem;
 width: 100%;
 padding: 4.6rem 0px 4rem;
 }
@media screen and (max-width: 768px){
.footer_started .head {
 padding: 0px;
 }}
.head .subtitle {
 display: inline-grid;
 grid-template-columns: 1.3rem 1fr;
 align-items: center;
 font-size: 1.6rem;
 color: rgb(97, 102, 107);
 text-transform: uppercase;
 gap: 0.4rem;
 margin-bottom: 2rem;
 }
.head .subtitle::before {
 display: block;
 padding-bottom: 92.31%;
 content: "";
 background: url("https://rcnc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/application_8/assets/img/icon-subtitle.svg") center center / contain no-repeat;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
div.head .subtitle {
 font-size: 14px;
 grid-template-columns: 10px 1fr;
 gap: 5px;
 margin-bottom: 10px;
 word-spacing: unset;
 letter-spacing: unset;
 }}
.head h2 {
 font-size: 4.8rem;
 line-height: 1.29167;
 font-weight: 600;
 letter-spacing: 1.3px;
 }
.footer_started h2 {
 letter-spacing: 1.2px;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.head h2 {
 font-size: 4rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.head h2 {
 font-size: 3.5rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 }}
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-block;
 cursor: pointer;
 transition: 0.3s;
 text-align: center;
 background-color: var(--primary);
 border: 1px solid var(--primary);
 color: rgb(255, 255, 255);
 border-radius: 0.6rem;
 font-size: 1.8rem;
 font-weight: 600;
 line-height: 6.2rem;
 padding: 0px 3.5rem 0px 3.4rem;
 min-width: 18.6rem;
 }
.btn:hover {
 background-color: transparent;
 color: var(--primary);
 }
.footer_started .btn {
 margin-top: 4rem;
 padding: 0px 4rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 line-height: 40px;
 padding: 0px 20px;
 min-width: 120px;
 }}
@media screen and (max-width: 768px){
div.head .btn, div.head .btn_line {
 margin-top: 20px;
 min-width: 120px;
 padding: 0px 20px;
 }}
.footer_started .img {
 width: 53.8194%;
 height: auto;
 align-self: flex-end;
 margin-left: -5%;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.footer_started .img {
 align-self: center;
 }}
@media screen and (max-width: 768px){
.footer_started .img {
 align-self: center;
 margin: 0px;
 }}
@media screen and (max-width: 576px){
.footer_started .img {
 width: 100%;
 order: -1;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.footer_started .img:hover img {
 transform: scale(1.02);
 }
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#006ab4;
--title:#232323;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.footer_services {
 border-bottom: 1px solid;
 border-image: linear-gradient(to right, transparent, rgb(221, 221, 221) 34%, rgb(221, 221, 221) 66%, transparent) 1 / 1 / 0 stretch;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 144rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.footer_services .list {
 overflow: hidden;
 }
.footer_services .list ul {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 margin-left: -6.55%;
 margin-right: -6.3%;
 }
@media screen and (max-width: 576px){
.footer_services .list ul {
 grid-template-columns: 1fr;
 margin: 0px;
 }}
li {
 list-style: none;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.footer_services .item {
 position: relative;
 display: grid;
 grid-template-columns: 1fr 5.5rem;
 height: 100%;
 align-items: end;
 gap: 2rem;
 padding: 7.9% 11.3% 5% 11.6%;
 }
.footer_services .item::after {
 width: 1px;
 height: 45%;
 position: absolute;
 right: 0px;
 top: 54%;
 transform: translateY(-50%);
 content: "";
 background-color: rgba(76, 76, 76, 0.29);
 }
@media screen and (max-width: 768px){
.footer_services .item {
 grid-template-columns: 1fr 40px;
 gap: 14px;
 }}
@media screen and (max-width: 576px){
.footer_services .item {
 padding: 20px 0px;
 }}
@media screen and (max-width: 576px){
.footer_services .item::after {
 display: none;
 }}
.footer_services .item .info strong {
 font-size: 2.4rem;
 font-weight: 500;
 color: rgb(12, 12, 12);
 letter-spacing: 0.3px;
 }
@media screen and (max-width: 768px){
.footer_services .item .info strong {
 font-size: 18px;
 letter-spacing: unset;
 }}
.footer_services .item .info p {
 line-height: 2.3rem;
 color: rgb(102, 102, 102);
 max-width: 37.7rem;
 margin-top: 1.1rem;
 letter-spacing: -0.09px;
 }
@media screen and (max-width: 768px){
.footer_services .item .info p {
 line-height: 1.5;
 margin-top: 10px;
 letter-spacing: unset;
 }}
i, em {
 font-style: normal;
 }
.footer_services .list .active i {
 background-color: var(--primary);
 }
.footer_services .item i {
 padding-bottom: 100%;
 border-radius: 50%;
 display: block;
 content: "";
 transition: 0.3s;
 background: url("https://rcnc.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/about_9/assets/img/ft-arrow.svg") no-repeat center / 16.3636% var(--title);
 margin-bottom: 0.8rem;
 }
@media screen and (max-width: 768px){
.footer_services .item i {
 margin: 0px;
 }}
input, button, textarea {
 border: none;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}