@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html,
body {
    width: 100%;
    position: relative;
    overflow-x: hidden
}

img {
    border-style: none;
    width: 100%;
    object-fit: cover;
    object-position: center
}

hr {
    box-sizing: content-box;
    overflow: visible
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

ul,
ol {
    list-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.c-scrollbar {
    visibility: hidden
}

* {
    font-family: "Roboto", sans-serif;
    text-rendering: optimizeLegibility
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: "Inter", sans-serif;
    line-height: 106.5%;
    margin-bottom: 10px
}

a {
    text-decoration: none;
    color: inherit
}

h1 {
    font-size: 3.5em
}

@media (min-width: 1700px) {
    h1 {
        font-size: 5.5em
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 2.4em
    }
}

h2 {
    font-size: 2.8em
}

@media (min-width: 1700px) {
    h2 {
        font-size: 4.8em
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 2.5em
    }
}

h3 {
    font-size: 2.3em
}

@media (min-width: 1700px) {
    h3 {
        font-size: 4.3em
    }
}

@media (max-width: 575px) {
    h3 {
        font-size: 1.6em
    }
}

h5 {
    font-size: 1.8em
}

@media (min-width: 1700px) {
    h5 {
        font-size: 3.8em
    }
}

@media (max-width: 575px) {
    h5 {
        font-size: 1.6em
    }
}

h6 {
    font-size: 1.2em
}

p {
    font-size: 1em;
    line-height: 125%;
    color: #1C1C1C;
    font-weight: 300
}

.scroll_down,
.scroll_up {
    position: fixed;
    bottom: 5%;
    left: 3%;
    z-index: 5
}

@media (max-width: 768px) {
    .scroll_down,
    .scroll_up {
        display: none !important
    }
}

.scroll_down a,
.scroll_up a {
    display: flex;
    align-items: center;
    flex-direction: column
}

.scroll_down span,
.scroll_up span {
    writing-mode: vertical-lr;
    transform: rotateX(180deg) rotateY(180deg);
    width: fit-content;
    font-weight: 600;
    color: #1C1C1C
}

.scroll_down .rect_down,
.scroll_down .rect_up,
.scroll_up .rect_down,
.scroll_up .rect_up {
    width: 36px;
    height: 36px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.scroll_down .rect_up,
.scroll_up .rect_up {
    margin-bottom: 15px
}

.scroll_down .rect_up span,
.scroll_up .rect_up span {
    width: 2px;
    height: 36px;
    position: absolute;
    background: #1C1C1C;
    animation: scrollUp .8s linear infinite
}

.scroll_down .rect_down span,
.scroll_up .rect_down span {
    width: 2px;
    height: 36px;
    position: absolute;
    background: #1C1C1C;
    animation: scrollDown .8s linear infinite
}

.scroll_up {
    display: none
}

#go-up {
    transition: 0.5s ease
}

@keyframes scrollDown {
    from {
        top: -100%
    }
    to {
        top: 100%
    }
}

@keyframes scrollUp {
    from {
        top: 100%
    }
    to {
        top: -100%
    }
}

aside.ctc_btns {
    width: 75px;
    height: auto;
    position: fixed;
    bottom: 30%;
    right: 1%
}

aside.ctc_btns a {
    width: 45px;
    height: 45px;
    display: block;
    position: relative;
    background: #fff;
    margin: 15px;
    box-shadow: 3px 3px 5px #00000024;
    padding: 10px;
    border-radius: 50%
}

aside.ctc_btns a:active {
    box-shadow: inset 3px 3px 5px #00000024
}

aside.ctc_btns a:hover span {
    right: 60px;
    opacity: 1;
    visibility: visible
}

aside.ctc_btns a span {
    top: 50%;
    padding: .5em 1em;
    right: 45px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: .9em;
    color: #fff;
    background: #00ccac;
    position: absolute;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease
}

aside.ctc_btns a span::after {
    content: "";
    top: 50%;
    right: -19px;
    border: 10px solid transparent;
    border-left-color: #00ccac;
    position: absolute;
    transform: translateY(-50%)
}

.category {
    background: #FF5B40;
    color: #fff;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin-right: 20px;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: .7em;
    width: fit-content;
    margin: 5px 0;
}

.type {
    background: #00ccac;
    color: #fff;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin-right: 20px;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: .7em;
    width: fit-content;
    margin: 5px 0;
}

.experience {
    background: #FFDFFF;
    color: #1C1C1C;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin-right: 20px;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: .7em;
    width: fit-content;
    margin: 5px 0;
}

.btn {
    padding: 10px 30px;
    display: block;
    width: fit-content;
    border-radius: 30px;
    font-weight: 600;
    font-size: .8em
}

.breadcumbs {
    top: 35%;
    left: 3.5%;
    position: absolute;
    writing-mode: vertical-lr;
    transform: rotateX(180deg) rotateY(180deg);
    width: fit-content;
    z-index: 8
}

@media (max-width: 575px) {
    .breadcumbs {
        top: 30%
    }
}

.banner_srv {
    width: 100%;
    height: 100vh;
    position: relative
}

@media (max-width: 575px) {
    .banner_srv {
        height: auto;
        padding: 40px 0 0;
    }
}

.banner_srv .bnnr_srv_cnt {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end
}

@media (max-width: 768px) {
    .banner_srv .bnnr_srv_cnt {
        flex-direction: column-reverse;
        justify-content: center
    }
}

.banner_srv .bnnr_srv_cnt .bnnr_srv_txt {
    width: 35%;
    height: auto;
    position: relative
}

@media (max-width: 768px) {
    .banner_srv .bnnr_srv_cnt .bnnr_srv_txt {
        width: 90%
    }
}

@media (max-width: 575px) {
    .banner_srv .bnnr_srv_cnt .bnnr_srv_txt h1 {
        text-align: center;
        font-size: 3.2em
    }
}

.banner_srv .bnnr_srv_cnt .bnnr_srv_fig {
    width: 50%;
    height: 100%;
    position: relative
}

@media (max-width: 768px) {
    .banner_srv .bnnr_srv_cnt .bnnr_srv_fig {
        width: 90%;
        height: auto
    }
}

.banner_srv .bnnr_srv_cnt .bnnr_srv_fig .bnnr_fig_int {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column
}

.banner_srv .bnnr_srv_cnt .bnnr_srv_fig .bnnr_fig_int img {
    height: 20%;
    display: block;
    object-fit: contain
}

.banner_srv .bnnr_srv_cnt .bnnr_srv_fig .bnnr_fig_int img:nth-child(1),
.banner_srv .bnnr_srv_cnt .bnnr_srv_fig .bnnr_fig_int img:nth-child(4) {
    width: 50%;
    margin: 0 0 -1% -12%
}

.banner_srv .bnnr_srv_cnt .bnnr_srv_fig .bnnr_fig_int img:nth-child(2) {
    width: 100%;
    height: 40%
}

.banner_srv .bnnr_srv_cnt .bnnr_srv_fig .bnnr_fig_int img:nth-child(3) {
    width: 50%
}

.jmb {
    width: 100%;
    height: auto;
    position: relative;
    padding: 50px 0
}

.jmb .jmb_cnt {
    width: 60%;
    height: auto;
    position: relative;
    margin: 0 auto
}

@media (max-width: 1024px) {
    .jmb .jmb_cnt {
        width: 90%
    }
}

@media (max-width: 768px) {
    .jmb .jmb_cnt {
        width: 100%
    }
}

.jmb .jmb_cnt h5 {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 575px) {
    .jmb .jmb_cnt h5 {
        flex-direction: column
    }
}

.jmb .jmb_cnt h5 img {
    width: 50px;
    display: block;
    margin: 0 20px
}

@media (max-width: 575px) {
    .jmb .jmb_cnt h5 img {
        margin: 20px
    }
}

.srv_dsc {
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0
}

@media (max-width: 575px) {
    .srv_dsc {
        padding: 30px 0;
    }
}

.srv_dsc .srv_dsc_cnt {
    width: 80%;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (max-width: 575px) {
    .srv_dsc .srv_dsc_cnt {
        width: 90%
    }
}

.srv_dsc .srv_dsc_cnt .srv_dsc_txt {
    width: 55%;
    height: auto;
    position: relative
}

@media (max-width: 768px) {
    .srv_dsc .srv_dsc_cnt .srv_dsc_txt {
        width: 100%;
        margin: 10px 0
    }
}

.srv_dsc .srv_dsc_cnt .srv_dsc_txt h5 {
    color: #ABABAB;
    line-height: 120%;
    font-weight: 600;
    font-size: 1.4em
}

@media (min-width: 1700px) {
    .srv_dsc .srv_dsc_cnt .srv_dsc_txt h5 {
        font-size: 1.4em
    }
}

.srv_dsc .srv_dsc_cnt .srv_dsc_txt h5 span {
    color: #1C1C1C;
    font-family: "Inter", sans-serif;
    font-weight: 600
}

.srv_dsc .srv_dsc_cnt .srv_dsc_ext {
    width: 40%;
    height: auto;
    position: relative
}

@media (max-width: 768px) {
    .srv_dsc .srv_dsc_cnt .srv_dsc_ext {
        width: 100%;
        margin: 10px 0
    }
}

.srv_dsc .srv_dsc_cnt .srv_dsc_ext img {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px
}

.srv_itms {
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0
}

@media (max-width: 575px) {
    .srv_itms {
        padding: 30px 0
    }
}

.srv_itms .srv_itms_cnt {
    width: 80%;
    height: auto;
    position: relative;
    margin: 0 auto
}

@media (max-width: 575px) {
    .srv_itms .srv_itms_cnt {
        width: 90%
    }
}

.srv_itms .srv_itms_cnt .srv_itm {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0
}

@media (max-width: 575px) {
    .srv_itms .srv_itms_cnt .srv_itm {
        margin: 0;
    }
}

.srv_itms .srv_itms_cnt .srv_itm:nth-child(even) {
    flex-flow: row-reverse
}

@media (max-width: 575px) {
    .srv_itms .srv_itms_cnt .srv_itm:nth-child(even) {
        flex-flow: column-reverse
    }
}

@media (max-width: 575px) {
    .srv_itms .srv_itms_cnt .srv_itm {
        flex-flow: column-reverse
    }
}

.srv_itms .srv_itms_cnt .srv_itm .srv_txt {
    width: 45%;
    height: auto;
    position: relative
}

@media (max-width: 575px) {
    .srv_itms .srv_itms_cnt .srv_itm .srv_txt {
        width: 100%
    }
}

.srv_itms .srv_itms_cnt .srv_itm .srv_txt p {
    padding-right: 40px;
    margin-bottom: 20px
}

.srv_itms .srv_itms_cnt .srv_itm .srv_txt a {
    overflow: hidden;
    position: relative;
    border: 1px solid #1C1C1C;
    transition: 0.5s ease
}

.srv_itms .srv_itms_cnt .srv_itm .srv_txt a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #00ccac;
    z-index: -1;
    transition: 0.5s ease
}

.srv_itms .srv_itms_cnt .srv_itm .srv_txt a:hover::before {
    left: 100%
}

.srv_itms .srv_itms_cnt .srv_itm .srv_img {
    width: 50%;
    height: 40vh;
    position: relative;
    display: flex;
    justify-content: center
}

.srv_itms .srv_itms_cnt .srv_itm .srv_img img {
    width: 60%;
    object-fit: contain
}

@media (max-width: 575px) {
    .srv_itms .srv_itms_cnt .srv_itm .srv_img img {
        width: 100%
    }
}

@media (max-width: 575px) {
    .srv_itms .srv_itms_cnt .srv_itm .srv_img {
        width: 100%;
        height: 40vh
    }
}

.talk_contact {
    width: 100%;
    height: auto;
    position: relative;
    padding: 50px 0
}

.talk_contact .tlk_ctc_cnt {
    width: 60%;
    height: auto;
    position: relative;
    margin: 0 auto
}

@media (max-width: 768px) {
    .talk_contact .tlk_ctc_cnt {
        width: 90%
    }
}

.talk_contact .tlk_ctc_cnt h3 {
    text-align: center;
    font-size: 4em
}

@media (max-width: 575px) {
    .talk_contact .tlk_ctc_cnt h3 {
        font-size: 2em
    }
}

.talk_contact .tlk_ctc_cnt h3 span {
    display: block
}

.talk_contact .tlk_ctc_cnt p {
    text-align: center
}

.talk_contact .tlk_ctc_cnt p a {
    font-weight: 600;
    text-decoration: underline;
    display: block
}

header {
    width: 100%;
    padding: 20px 30px;
    position: fixed;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100
}

@media (max-width: 575px) {
    header {
        background: #fff;
        padding: 15px 25px
    }
}

header .logo {
    width: 170px;
    position: relative;
    z-index: 10
}

@media (max-width: 575px) {
    header .logo {
        width: 140px
    }
}

header .menu {
    width: auto;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 10
}

header .menu h6 {
    color: #242424;
    font-size: 16px;
    font-weight: 600;
    height: 17px;
    overflow: hidden;
    margin-bottom: 0;
    transition: 0.5s ease
}

header .menu h6 span {
    font-family: "Inter", sans-serif;
    color: #242424;
    font-weight: 600;
    display: block;
    line-height: 125%;
    transition: 0.5s ease
}

header .menu .icon_menu {
    width: 30px;
    height: 18px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    margin-left: 15px
}

header .menu .icon_menu span {
    width: 100%;
    height: 2px;
    position: relative;
    background: #242424;
    display: block;
    border-radius: 5px;
    transform-origin: center center;
    transition: 0.5s ease
}

header .menu .icon_menu span:nth-child(2) {
    width: 80%
}

header .menu .icon_menu span:nth-child(3) {
    width: 90%
}

header .menu:hover .icon_menu span {
    width: 100% !important
}

header .menu.open h6 {
    transform: translateX(0px);
    opacity: 1
}

header .menu.open h6 span {
    transform: translateY(-23px)
}

header .menu.open .icon_menu span {
    width: 100% !important
}

header .menu.open .icon_menu span:nth-child(1) {
    transform: translateY(8px) rotate(45deg)
}

header .menu.open .icon_menu span:nth-child(2) {
    opacity: 0
}

header .menu.open .icon_menu span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg)
}

header nav {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: -100vh;
    right: -100%;
    z-index: 5;
    background: transparent;
    transition: 1600ms
}

header nav .mask {
    width: 100%;
    height: 100%;
    position: relative
}

header nav .mask::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #00ccac;
    clip-path: circle(0% at 100% 0);
    transition: 0.5s ease
}

header nav .mask::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #0b74f0;
    clip-path: circle(0% at 100% 0);
    transition: 0.5s ease;
    z-index: 1
}

header nav .mask .inner_mask {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2
}

header nav .mask .inner_mask::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #ffd94f;
    clip-path: circle(0% at 100% 0);
    transition: 0.5s ease
}

header nav .mask .inner_mask::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #ffdfff;
    clip-path: circle(0% at 100% 0);
    transition: 0.5s ease;
    z-index: 1
}

header nav .mask .inner_mask .content_nav {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 4
}

header nav .mask .inner_mask .content_nav::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #ff5b40;
    clip-path: circle(0% at 100% 0);
    transition: 0.5s ease
}

header nav .mask .inner_mask .content_nav::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    clip-path: circle(0% at 100% 0);
    transition: 0.5s ease;
    z-index: 1
}

header nav .mask .inner_mask .content_nav ul.main_nav {
    width: 70%;
    height: 100%;
    position: relative;
    padding: 100px 0 0 150px;
    z-index: 5
}

@media (max-width: 575px) {
    header nav .mask .inner_mask .content_nav ul.main_nav {
        width: 100%;
        padding: 70px 0 0 40px
    }
}

header nav .mask .inner_mask .content_nav ul.main_nav>li {
    width: 100%;
    position: relative;
    margin: 13px 0;
    display: block;
    opacity: 0;
    transform: translateX(10px)
}

header nav .mask .inner_mask .content_nav ul.main_nav>li>a {
    font-weight: 600;
    font-size: 2.3em;
    color: #242424;
    display: flex;
    align-items: center;
    margin-bottom: 0
}

@media (max-width: 575px) {
    header nav .mask .inner_mask .content_nav ul.main_nav>li>a {
        font-size: 1.8em
    }
}

header nav .mask .inner_mask .content_nav ul.main_nav>li>a span.more {
    width: 20px;
    height: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    transition: 0.5s ease
}

@media (max-width: 575px) {
    header nav .mask .inner_mask .content_nav ul.main_nav>li>a span.more {
        width: 16px;
        height: 16px
    }
}

header nav .mask .inner_mask .content_nav ul.main_nav>li>a span.more::before {
    content: '';
    width: 4px;
    height: 100%;
    display: block;
    position: absolute;
    background: #242424;
    transition: 0.5s ease
}

@media (max-width: 575px) {
    header nav .mask .inner_mask .content_nav ul.main_nav>li>a span.more::before {
        width: 2px
    }
}

header nav .mask .inner_mask .content_nav ul.main_nav>li>a span.more::after {
    content: '';
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    background: #242424;
    transition: 0.5s ease
}

@media (max-width: 575px) {
    header nav .mask .inner_mask .content_nav ul.main_nav>li>a span.more::after {
        height: 2px
    }
}

header nav .mask .inner_mask .content_nav ul.main_nav>li .sub_links {
    width: 100%;
    position: relative
}

header nav .mask .inner_mask .content_nav ul.main_nav>li .sub_links ul.nd_level {
    width: 100%;
    position: relative;
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 575px) {
    header nav .mask .inner_mask .content_nav ul.main_nav>li .sub_links ul.nd_level {
        padding-left: 20px
    }
}

header nav .mask .inner_mask .content_nav ul.main_nav>li .sub_links ul.nd_level li {
    width: calc(100% / 3);
    position: relative;
    margin: 15px 0
}

@media (max-width: 575px) {
    header nav .mask .inner_mask .content_nav ul.main_nav>li .sub_links ul.nd_level li {
        width: 100%
    }
}

header nav .mask .inner_mask .content_nav ul.main_nav>li .sub_links ul.nd_level li a {
    font-size: 20px;
    font-weight: 500;
    width: 50%;
    margin: 5px 0;
    position: relative
}

header nav .mask .inner_mask .content_nav ul.main_nav>li>a.prjs {
    font-size: 20px;
    background: #FF5B40;
    color: #fff !important;
    font-family: "Inter", sans-serif;
    padding: 5px 15px;
    border-radius: 30px;
    width: fit-content
}

header nav .mask .inner_mask .content_nav ul.main_nav>li .sub_links ul.nd_level li a span.toggle_rd {
    position: relative;
    display: inline-block;
    top: -4px;
    width: 10px;
    height: 10px;
    border-right: 2px solid black;
    border-top: 2px solid black;
    transform: rotate(135deg);
    margin-right: 5px;
    margin-left: 8px
}

header nav .mask .inner_mask .content_nav ul.main_nav>li .sub_links ul.nd_level li .rd_level {
    width: 100%;
    position: relative;
    padding-left: 30px;
    display: none
}

header nav .mask .inner_mask .content_nav ul.main_nav>li .sub_links ul.nd_level li .rd_level a {
    display: block;
    width: 100% !important;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0;
    display: block
}

header nav .mask .inner_mask .content_nav ul.main_nav>li.active a span.more {
    transform: rotate(180deg)
}

header nav .mask .inner_mask .content_nav ul.main_nav>li.active a span.more::before {
    opacity: 0
}

header nav.slided {
    top: 0vh;
    right: 0%;
    transition: 1ms
}

header nav.slided .mask::before {
    clip-path: circle(150% at 100% 0)
}

header nav.slided .mask::after {
    clip-path: circle(150% at 100% 0);
    transition-delay: 80ms
}

header nav.slided .mask .inner_mask::before {
    clip-path: circle(150% at 100% 0);
    transition-delay: 160ms
}

header nav.slided .mask .inner_mask::after {
    clip-path: circle(150% at 100% 0);
    transition-delay: 240ms
}

header nav.slided .mask .inner_mask .content_nav::before {
    clip-path: circle(150% at 100% 0);
    transition-delay: 320ms
}

header nav.slided .mask .inner_mask .content_nav::after {
    clip-path: circle(150% at 100% 0);
    transition-delay: 400ms
}

header nav.slided .mask .inner_mask .content_nav ul.main_nav li {
    transform: translateX(0px);
    opacity: 1;
    transition: 0.5s ease
}

header nav.slided .mask .inner_mask .content_nav ul.main_nav li:nth-child(1) {
    transition-delay: 900ms
}

header nav.slided .mask .inner_mask .content_nav ul.main_nav li:nth-child(2) {
    transition-delay: 950ms
}

header nav.slided .mask .inner_mask .content_nav ul.main_nav li:nth-child(3) {
    transition-delay: 1000ms
}

header nav.slided .mask .inner_mask .content_nav ul.main_nav li:nth-child(4) {
    transition-delay: 1050ms
}

header nav.slided .mask .inner_mask .content_nav ul.main_nav li:nth-child(5) {
    transition-delay: 1100ms
}

header nav.slided .mask .inner_mask .content_nav ul.main_nav li:nth-child(6) {
    transition-delay: 1150ms
}

header nav.slided .mask .inner_mask .content_nav ul.main_nav li:nth-child(7) {
    transition-delay: 1200ms
}

.talent_blog {
    width: 100%;
    height: auto;
    position: relative;
    padding: 80px 0
}

@media (max-width: 575px) {
    .talent_blog {
        padding: 0 0 20px;
    }
}

.talent_blog .tl_blg_cnt {
    width: 80%;
    max-width: 1200px;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (max-width: 575px) {
    .talent_blog .tl_blg_cnt {
        width: 90%
    }
}

.talent_blog .tl_blg_cnt .tl_blg_itm {
    width: 40%;
    height: auto;
    position: relative
}

@media (max-width: 575px) {
    .talent_blog .tl_blg_cnt .tl_blg_itm {
        width: 100%;
        margin: 15px 0
    }
}

.talent_blog .tl_blg_cnt .tl_blg_itm a {
    font-weight: 600;
    text-decoration: underline
}

footer {
    width: 100%;
    height: auto;
    position: relative;
    padding: 3em 2em;
    background: #1C1C1C
}

@media (min-width: 1700px) {
    footer {
        padding: 5em
    }
}

footer .ftr_cnt {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

footer .ftr_cnt .ftr_itm {
    width: 20%;
    height: auto;
    position: relative;
    padding-right: 1em
}

@media (max-width: 575px) {
    footer .ftr_cnt .ftr_itm {
        width: 100%;
        padding-right: 0;
        margin: 25px
    }
}

footer .ftr_cnt .ftr_itm h6 {
    color: #f3f3f3;
    text-transform: uppercase;
    font-size: .8em;
    margin-bottom: 15px
}

footer .ftr_cnt .ftr_itm .logo_footer {
    width: 60%;
    position: relative
}

footer .ftr_cnt .ftr_itm .copyright {
    width: 65%;
    height: auto;
    position: relative;
    margin-top: 20px
}

footer .ftr_cnt .ftr_itm .copyright p {
    color: #ABABAB;
    text-transform: uppercase;
    font-size: .8em;
    font-family: "Inter", sans-serif;
    line-height: 1.2
}

footer .ftr_cnt .ftr_itm .social_ftr {
    width: 100%;
    height: auto;
    position: relative
}

footer .ftr_cnt .ftr_itm .social_ftr .net_icons {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center
}

footer .ftr_cnt .ftr_itm .social_ftr .net_icons img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
    margin-right: 15px
}

footer .ftr_cnt .ftr_itm .google_ftr {
    width: 60%;
    position: relative;
    margin-top: 25px
}

footer .ftr_cnt .ftr_itm .ftr_links {
    width: 100%;
    height: auto;
    position: relative
}

footer .ftr_cnt .ftr_itm .ftr_links a,
footer .ftr_cnt .ftr_itm .ftr_links p {
    color: #ABABAB;
    font-family: "Inter", sans-serif;
    display: block;
    font-size: .9em;
    margin: 5px 0;
    transition: .3s ease-in-out
}

footer .ftr_cnt .ftr_itm .ftr_links a:hover {
    color: #f3f3f3
}

section.main_banner {
    width: 100%;
    height: 100vh;
    position: relative
}

section.main_banner .bnnr_cnt {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center
}

section.main_banner .bnnr_cnt .bnnr_itm_img {
    width: 25%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end
}

section.main_banner .bnnr_cnt .bnnr_itm_img.right {
    align-items: flex-start
}

@media (max-width: 575px) {
    section.main_banner .bnnr_cnt .bnnr_itm_img.left {
        position: absolute;
        height: 60%;
        left: -22%;
        width: 35%
    }
}

section.main_banner .bnnr_cnt .bnnr_itm_img.left img:nth-child(1) {
    width: 26%
}

@media (max-width: 768px) {
    section.main_banner .bnnr_cnt .bnnr_itm_img.left img:nth-child(1) {
        width: 70%
    }
}

@media (max-width: 575px) {
    section.main_banner .bnnr_cnt .bnnr_itm_img.left img:nth-child(1) {
        display: none
    }
}

section.main_banner .bnnr_cnt .bnnr_itm_img.left img:nth-child(2) {
    width: 75%
}

@media (max-width: 768px) {
    section.main_banner .bnnr_cnt .bnnr_itm_img.left img:nth-child(2) {
        width: 110%
    }
}

@media (max-width: 768px) {
    section.main_banner .bnnr_cnt .bnnr_itm_img.left img:nth-child(3) {
        width: 150%
    }
}

@media (max-width: 575px) {
    section.main_banner .bnnr_cnt .bnnr_itm_img.right {
        position: absolute;
        width: 30%
    }
}

section.main_banner .bnnr_cnt .bnnr_itm_img.right img:nth-child(1) {
    width: 50%
}

@media (max-width: 768px) {
    section.main_banner .bnnr_cnt .bnnr_itm_img.right img:nth-child(1) {
        width: 100%
    }
}

section.main_banner .bnnr_cnt .bnnr_itm_img.right img:nth-child(2) {
    width: 100%
}

@media (max-width: 768px) {
    section.main_banner .bnnr_cnt .bnnr_itm_img.right img:nth-child(2) {
        width: 125%
    }
}

section.main_banner .bnnr_cnt .bnnr_itm_txt {
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5em;
    flex-wrap: wrap;
    align-content: center;
}

@media (max-width: 575px) {
    section.main_banner .bnnr_cnt .bnnr_itm_txt {
        width: 100%;
        padding: 0 2em;
    }
}
section.main_banner .bnnr_cnt .bnnr_itm_txt h1 {
    font-size: 5.5em;
    line-height: 98.84%;
    text-align: center;
    letter-spacing: -0.02em
}
@media (min-width: 1700px) {
    section.main_banner .bnnr_cnt .bnnr_itm_txt h1 {
        font-size: 7.5em
    }
}
@media (max-width: 575px) {
    section.main_banner .bnnr_cnt .bnnr_itm_txt h1 {
        font-size: 3.5em
    }
}
section.main_banner .bnnr_cnt .bnnr_itm_txt h1 span {
    display: block
}
section.vs_hm {
    width: 100%;
    height: auto;
    position: relative
}
section.vs_hm .vs_cnt {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center
}
section.vs_hm .vs_cnt .vs_itm {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-end
}
@media (max-width: 575px) {
    section.vs_hm .vs_cnt .vs_itm {
        justify-content: center
    }
}
section.vs_hm .vs_cnt .vs_itm .vs_txt {
    width: 25%;
    height: auto;
    position: relative
}
@media (max-width: 768px) {
    section.vs_hm .vs_cnt .vs_itm .vs_txt {
        width: 50%;
        height: auto;
        position: relative
    }
}
@media (max-width: 575px) {
    section.vs_hm .vs_cnt .vs_itm .vs_txt {
        width: 85%;
        margin: 0 auto
    }
}
section.vs_hm .vs_cnt .vs_itm .vs_txt img {
    width: 50px
}
section.vs_hm .vs_cnt .vs_itm .vs_img {
    width: 25%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: end
}
@media (max-width: 575px) {
    section.vs_hm .vs_cnt .vs_itm .vs_img {
        display: none
    }
}
section.vs_hm .vs_cnt .vs_itm .vs_img img {
    width: 50%
}
.hm_ecommerce {
    width: 100%;
    height: auto;
    position: relative;
    height: 120vh;
    padding: 100px 0 50px
}
@media (max-width: 1024px) {
    .hm_ecommerce {
        height: 80vh;
        padding: 0
    }
}
@media (max-width: 768px) {
    .hm_ecommerce {
        height: 50vh
    }
}
.hm_ecommerce .hm_ecm_cnt {
    width: 100%;
    height: auto;
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap
}
.hm_ecommerce .hm_ecm_cnt .ec_arrow_graph {
    width: 30%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end
}
@media (max-width: 1024px) {
    .hm_ecommerce .hm_ecm_cnt .ec_arrow_graph {
        display: none
    }
}
.hm_ecommerce .hm_ecm_cnt .ec_arrow_graph .graph_target_content {
    width: fit-content;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    transform: rotate(-45deg);
    margin-bottom: 40%;
    margin-right: 20px
}
.hm_ecommerce .hm_ecm_cnt .ec_arrow_graph .graph_target_content>img:nth-child(1) {
    width: 145px;
    height: 145px;
    position: relative
}
.hm_ecommerce .hm_ecm_cnt .ec_arrow_graph .graph_target_content>img:nth-child(2) {
    left: 90px;
    width: 73px;
    height: 73px;
    position: absolute
}
.hm_ecommerce .hm_ecm_cnt .ec_arrow_graph .graph_target_content>img:nth-child(3) {
    left: 125px;
    width: 53px;
    height: 53px;
    position: absolute
}
.hm_ecommerce .hm_ecm_cnt .ec_arrow_graph .graph_target_content .target_arrow {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 220px
}
.hm_ecommerce .hm_ecm_cnt .ec_arrow_graph .graph_target_content .target_arrow img {
    transform: rotate(45deg)
}
.hm_ecommerce .hm_ecm_cnt .ec_content {
    width: 35%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column
}
@media (max-width: 1024px) {
    .hm_ecommerce .hm_ecm_cnt .ec_content {
        width: 55%;
        margin-left: 5%
    }
}
@media (max-width: 768px) {
    .hm_ecommerce .hm_ecm_cnt .ec_content {
        width: 62%
    }
}
@media (max-width: 575px) {
    .hm_ecommerce .hm_ecm_cnt .ec_content {
        width: 100%;
        z-index: 1
    }
}
.hm_ecommerce .hm_ecm_cnt .ec_content h2,
.hm_ecommerce .hm_ecm_cnt .ec_content h3,
.hm_ecommerce .hm_ecm_cnt .ec_content h4 {
    font-size: 4.5em;
    text-transform: capitalize
}
@media (min-width: 1700px) {
    .hm_ecommerce .hm_ecm_cnt .ec_content h2,
    .hm_ecommerce .hm_ecm_cnt .ec_content h3,
    .hm_ecommerce .hm_ecm_cnt .ec_content h4 {
        font-size: 6.5em
    }
}
@media (max-width: 575px) {
    .hm_ecommerce .hm_ecm_cnt .ec_content h2,
    .hm_ecommerce .hm_ecm_cnt .ec_content h3,
    .hm_ecommerce .hm_ecm_cnt .ec_content h4 {
        font-size: 3em
    }
}
.hm_ecommerce .hm_ecm_cnt .ec_content p {
    margin: 0 0 15px;
    width: 80%
}
@media (max-width: 768px) {
    .hm_ecommerce .hm_ecm_cnt .ec_content p {
        width: 100%
    }
}
.hm_ecommerce .hm_ecm_cnt .ec_content a {
    color: #1C1C1C;
    border: 1px solid #1C1C1C;
    width: fit-content;
    padding: 10px 30px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease
}
.hm_ecommerce .hm_ecm_cnt .ec_content a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #FFD94F;
    z-index: -1;
    transition: 0.5s ease
}
.hm_ecommerce .hm_ecm_cnt .ec_content a:hover::before {
    left: 100%
}
.hm_ecommerce .hm_ecm_cnt .ec_grap_r {
    width: 35%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center
}
@media (max-width: 768px) {
    .hm_ecommerce .hm_ecm_cnt .ec_grap_r {
        width: 33%
    }
}
@media (max-width: 575px) {
    .hm_ecommerce .hm_ecm_cnt .ec_grap_r {
        height: auto;
        position: absolute;
        bottom: 0;
        right: 0;
        align-items: flex-end
    }
}
.hm_ecommerce .hm_ecm_cnt .ec_grap_r .ec_graph_content-r {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end
}
@media (max-width: 768px) {
    .hm_ecommerce .hm_ecm_cnt .ec_grap_r .ec_graph_content-r>img {
        display: none
    }
}
.hm_ecommerce .hm_ecm_cnt .ec_grap_r .ec_graph_content-r .ec-bag {
    position: absolute;
    width: 150px;
    height: 150px;
    bottom: 6%;
    left: 25%
}
@media (max-width: 768px) {
    .hm_ecommerce .hm_ecm_cnt .ec_grap_r .ec_graph_content-r .ec-bag {
        position: relative;
        width: 250px;
        left: unset;
        bottom: unset;
        margin-bottom: 60%
    }
}
@media (max-width: 575px) {
    .hm_ecommerce .hm_ecm_cnt .ec_grap_r .ec_graph_content-r .ec-bag {
        margin-bottom: 0
    }
}
.hm_ecommerce .hm_ecm_cnt .ec_grap_r .ec_graph_content-r .ec-bag span.counter {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20%;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffd94f;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    border-radius: 50%;
    font-size: 18px;
    cursor: default
}
@media (max-width: 768px) {
    .hm_ecommerce .hm_ecm_cnt .ec_grap_r .ec_graph_content-r .ec-bag span.counter {
        width: 60px;
        height: 60px;
        top: 40%;
        right: 40px;
        font-size: 30px
    }
}
@media (max-width: 575px) {
    .hm_ecommerce .hm_ecm_cnt .ec_grap_r .ec_graph_content-r .ec-bag span.counter {
        width: 40px;
        height: 40px;
        top: 6%;
        right: 15px;
        font-size: 18px
    }
}
.hm_ecommerce .hm_ecm_cnt .ec_grap_r .ec_graph_content-r .ec-bag span.counter::before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    border-radius: 50%;
    border: 3px solid #ffd94f
}
@media (max-width: 768px) {
    .hm_ecommerce .hm_ecm_cnt .ec_grap_r .ec_graph_content-r .ec-bag span.counter::before {
        width: 60px;
        height: 60px
    }
}
@media (max-width: 575px) {
    .hm_ecommerce .hm_ecm_cnt .ec_grap_r .ec_graph_content-r .ec-bag span.counter::before {
        width: 40px;
        height: 40px
    }
}
.hm_ecommerce .hm_ecm_cnt .ec_grap_r .ec_graph_content-r .ec-bag span.counter::after {
    content: '+';
    font-family: 'Inter', sans-serif;
    color: #ffd94f;
    position: absolute;
    font-weight: 700;
    font-size: 50px;
    top: -40px;
    right: -20px
}
@media (max-width: 575px) {
    .hm_ecommerce .hm_ecm_cnt .ec_grap_r .ec_graph_content-r .ec-bag span.counter::after {
        font-size: 34px;
        top: -21px;
        right: -12px
    }
}
.hm_ecommerce .hm_ecm_cnt .ec_grap_r .ec_graph_content-r .ec-bag span.counter.active::before {
    animation: scale 1000ms infinite linear
}
.hm_ecommerce .hm_ecm_cnt .ec_grap_r .ec_graph_content-r .ec-bag span.counter.active::after {
    animation: go-up 1000ms infinite linear
}
@keyframes scale {
    from {
        transform: scale(1);
        opacity: 1
    }
    
    to {
        transform: scale(1.2);
        opacity: 0
    }
}
@keyframes go-up {
    from {
        transform: translateY(0px);
        opacity: 1
    }
    
    to {
        transform: translateY(-10px);
        opacity: 0
    }
}
.hm_solutions {
    width: 100%;
    height: auto;
    position: relative;
    height: 100vh
}
@media (max-width: 1024px) {
    .hm_solutions {
        height: 80vh
    }
}
@media (max-width: 768px) {
    .hm_solutions {
        height: 50vh
    }
}
.hm_solutions .hm_solutions_cnt {
    width: 100%;
    height: auto;
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap
}
.hm_solutions .hm_solutions_cnt .slt_graph_l {
    width: 20%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center
}
@media (max-width: 1024px) {
    .hm_solutions .hm_solutions_cnt .slt_graph_l {
        display: none
    }
}
.hm_solutions .hm_solutions_cnt .slt_graph_l .slt_graph_content-l {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end
}
.hm_solutions .hm_solutions_cnt .solutions_content {
    width: 45%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 5%
}
@media (max-width: 1024px) {
    .hm_solutions .hm_solutions_cnt .solutions_content {
        width: 55%;
        margin-left: 5%;
        padding-left: 0
    }
}
@media (max-width: 575px) {
    .hm_solutions .hm_solutions_cnt .solutions_content {
        width: 100%;
        z-index: 1
    }
}
.hm_solutions .hm_solutions_cnt .solutions_content h2,
.hm_solutions .hm_solutions_cnt .solutions_content h3,
.hm_solutions .hm_solutions_cnt .solutions_content h4 {
    font-size: 4.5em;
    line-height: 90%
}
@media (min-width: 1700px) {
    .hm_solutions .hm_solutions_cnt .solutions_content h2,
    .hm_solutions .hm_solutions_cnt .solutions_content h3,
    .hm_solutions .hm_solutions_cnt .solutions_content h4 {
        font-size: 6.5em
    }
}
@media (max-width: 575px) {
    .hm_solutions .hm_solutions_cnt .solutions_content h2,
    .hm_solutions .hm_solutions_cnt .solutions_content h3,
    .hm_solutions .hm_solutions_cnt .solutions_content h4 {
        font-size: 3em
    }
}
.hm_solutions .hm_solutions_cnt .solutions_content p {
    margin: 0 0 15px;
    width: 80%
}
@media (max-width: 768px) {
    .hm_solutions .hm_solutions_cnt .solutions_content p {
        width: 100%
    }
}
.hm_solutions .hm_solutions_cnt .solutions_content a {
    color: #1C1C1C;
    border: 1px solid #1C1C1C;
    width: fit-content;
    padding: 10px 30px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease
}
.hm_solutions .hm_solutions_cnt .solutions_content a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #00CCAC;
    z-index: -1;
    transition: 0.5s ease
}
.hm_solutions .hm_solutions_cnt .solutions_content a:hover::before {
    left: 100%
}
.hm_solutions .hm_solutions_cnt .slt_graph_r {
    width: 35%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center
}
@media (max-width: 768px) {
    .hm_solutions .hm_solutions_cnt .slt_graph_r>img {
        display: none
    }
}
@media (max-width: 575px) {
    .hm_solutions .hm_solutions_cnt .slt_graph_r {
        position: absolute;
        align-items: flex-end;
        right: 0
    }
}
.hm_solutions .hm_solutions_cnt .slt_graph_r .web-slt {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 16%;
    left: 45%
}
@media (max-width: 768px) {
    .hm_solutions .hm_solutions_cnt .slt_graph_r .web-slt {
        position: relative;
        width: 100%;
        height: auto;
        top: unset;
        left: unset
    }
}
.hm_solutions .hm_solutions_cnt .slt_graph_r .web-slt img.chat-rock {
    position: absolute;
    top: -13%;
    right: -10%;
    width: 110px;
    transform: scale(0);
    animation: bounce-up 2000ms infinite cubic-bezier(0.175, 0.885, 0.32, 1.275)
}
@media (max-width: 768px) {
    .hm_solutions .hm_solutions_cnt .slt_graph_r .web-slt img.chat-rock {
        top: 25%;
        right: 7%;
        width: 50%
    }
}
.hm_solutions .hm_solutions_cnt .slt_graph_r .web-slt img.chat-heart {
    width: 80px;
    position: absolute;
    left: 5%;
    top: 5%;
    animation: bounce-up 2000ms infinite cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-delay: 200ms
}
@media (max-width: 768px) {
    .hm_solutions .hm_solutions_cnt .slt_graph_r .web-slt img.chat-heart {
        width: 50%;
        left: 5%;
        top: 15%
    }
}
@keyframes bounce-up {
    0% {
        transform: scale(0) translateY(0px);
        opacity: 1
    }
    
    10% {
        transform: scale(1) translateY(0px);
        opacity: 1
    }
    
    50% {
        opacity: 1
    }
    
    100% {
        transform: scale(1) translateY(-20px);
        opacity: 0
    }
}
.hm_marketing {
    width: 100%;
    height: auto;
    position: relative;
    height: 100vh;
    padding: 100px 0
}
@media (max-width: 1024px) {
    .hm_marketing {
        height: 90vh;
        padding: 0
    }
}
@media (max-width: 768px) {
    .hm_marketing {
        height: 60vh
    }
}
@media (max-width: 575px) {
    .hm_marketing {
        width: 95%;
        margin: 0 auto
    }
}
.hm_marketing .hm_marketing_cnt {
    width: 100%;
    height: auto;
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap
}
.hm_marketing .hm_marketing_cnt .markt_graph_l {
    width: 30%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center
}
@media (max-width: 1024px) {
    .hm_marketing .hm_marketing_cnt .markt_graph_l {
        width: 45%
    }
}
@media (max-width: 768px) {
    .hm_marketing .hm_marketing_cnt .markt_graph_l {
        width: 30%
    }
    
    .hm_marketing .hm_marketing_cnt .markt_graph_l>img {
        display: none
    }
}
@media (max-width: 575px) {
    .hm_marketing .hm_marketing_cnt .markt_graph_l {
        position: absolute;
        align-items: flex-end;
        right: 0;
        transform: rotateY(180deg);
        bottom: -40px
    }
}
.hm_marketing .hm_marketing_cnt .markt_graph_l .social-hand {
    width: 150px;
    position: absolute;
    height: 240px;
    top: -6%;
    left: 0
}
@media (max-width: 768px) {
    .hm_marketing .hm_marketing_cnt .markt_graph_l .social-hand {
        width: 100%;
        position: relative;
        height: auto;
        top: unset;
        left: unset
    }
}
.hm_marketing .hm_marketing_cnt .markt_graph_l .social-hand .emojis {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0
}
.hm_marketing .hm_marketing_cnt .markt_graph_l .social-hand .emojis img {
    position: absolute
}
.hm_marketing .hm_marketing_cnt .markt_graph_l .social-hand .emojis img:nth-child(1) {
    width: 50px;
    left: 45%;
    top: 25px;
    animation: fade-up 1000ms infinite linear
}
.hm_marketing .hm_marketing_cnt .markt_graph_l .social-hand .emojis img:nth-child(2) {
    width: 25px;
    left: 120px;
    top: -10px;
    animation: fade-up 1000ms infinite linear;
    animation-delay: 200ms
}
.hm_marketing .hm_marketing_cnt .markt_graph_l .social-hand .emojis img:nth-child(3) {
    width: 35px;
    left: 60px;
    top: 10px;
    animation: fade-up 1000ms infinite linear;
    animation-delay: 300ms
}
.hm_marketing .hm_marketing_cnt .markt_graph_l .social-hand .emojis img:nth-child(4) {
    width: 15px;
    top: -40px;
    left: 150px;
    animation: fade-up 1000ms infinite linear;
    animation-delay: 400ms
}
.hm_marketing .hm_marketing_cnt .markt_graph_l .social-hand .emojis img:nth-child(5) {
    width: 25px;
    left: 120px;
    top: 60px;
    animation: fade-up 1000ms infinite linear;
    animation-delay: 500ms
}
.hm_marketing .hm_marketing_cnt .markt_graph_l .social-hand .emojis img:nth-child(6) {
    width: 20px;
    top: -30px;
    left: 60px;
    animation: fade-up 1000ms infinite linear;
    animation-delay: 600ms
}
.hm_marketing .hm_marketing_cnt .markt_graph_l .social-hand .emojis img:nth-child(7) {
    width: 20px;
    left: 125px;
    top: 30px;
    animation: fade-up 1000ms infinite linear;
    animation-delay: 700ms
}
.hm_marketing .hm_marketing_cnt .markt_graph_l .social-hand .emojis img:nth-child(8) {
    width: 20px;
    top: -30px;
    left: 90px;
    animation: fade-up 1000ms infinite linear;
    animation-delay: 800ms
}
.hm_marketing .hm_marketing_cnt .markt_graph_l .audio {
    width: 180px;
    height: 180px;
    position: absolute;
    left: 65%;
    top: 32%
}
@media (max-width: 768px) {
    .hm_marketing .hm_marketing_cnt .markt_graph_l .audio {
        display: none
    }
}
.hm_marketing .hm_marketing_cnt .markt_graph_l .audio .waves {
    width: 100%;
    height: 100%;
    position: relative
}
.hm_marketing .hm_marketing_cnt .markt_graph_l .audio .waves img {
    transform-origin: 0% 100%;
    animation: wave 1500ms linear infinite
}
.hm_marketing .hm_marketing_cnt .markt_graph_l .audio .rays {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.hm_marketing .hm_marketing_cnt .markt_graph_l .audio .rays img {
    position: absolute
}
.hm_marketing .hm_marketing_cnt .markt_graph_l .audio .rays img:nth-child(1) {
    width: 45%;
    top: 18%;
    left: 28%
}
.hm_marketing .hm_marketing_cnt .markt_graph_l .audio .rays img:nth-child(2) {
    width: 45%;
    top: 55%;
    left: 21%
}
.hm_marketing .hm_marketing_cnt .marketing_content {
    width: 35%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 2%
}
@media (max-width: 1024px) {
    .hm_marketing .hm_marketing_cnt .marketing_content {
        width: 55%
    }
}
@media (max-width: 575px) {
    .hm_marketing .hm_marketing_cnt .marketing_content {
        width: 100%;
        z-index: 1
    }
}
.hm_marketing .hm_marketing_cnt .marketing_content h2,
.hm_marketing .hm_marketing_cnt .marketing_content h3,
.hm_marketing .hm_marketing_cnt .marketing_content h4 {
    font-size: 4.5em;
    line-height: 90%
}
@media (min-width: 1700px) {
    .hm_marketing .hm_marketing_cnt .marketing_content h2,
    .hm_marketing .hm_marketing_cnt .marketing_content h3,
    .hm_marketing .hm_marketing_cnt .marketing_content h4 {
        font-size: 6.5em
    }
}
@media (max-width: 575px) {
    .hm_marketing .hm_marketing_cnt .marketing_content h2,
    .hm_marketing .hm_marketing_cnt .marketing_content h3,
    .hm_marketing .hm_marketing_cnt .marketing_content h4 {
        font-size: 3em
    }
}
.hm_marketing .hm_marketing_cnt .marketing_content p {
    margin: 0 0 15px;
    width: 80%
}
@media (max-width: 768px) {
    .hm_marketing .hm_marketing_cnt .marketing_content p {
        width: 100%
    }
}
.hm_marketing .hm_marketing_cnt .marketing_content a {
    color: #1C1C1C;
    border: 1px solid #1C1C1C;
    width: fit-content;
    padding: 10px 30px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease
}
.hm_marketing .hm_marketing_cnt .marketing_content a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #FF5B40;
    z-index: -1;
    transition: 0.5s ease
}
.hm_marketing .hm_marketing_cnt .marketing_content a:hover::before {
    left: 100%
}
.hm_marketing .hm_marketing_cnt .markt_graph_r {
    width: 35%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center
}
@media (max-width: 1024px) {
    .hm_marketing .hm_marketing_cnt .markt_graph_r {
        display: none
    }
}
@keyframes fade-up {
    from {
        transform: translateY(0px);
        opacity: 1
    }
    
    to {
        transform: translateY(-30px);
        opacity: 0
    }
}
@keyframes wave {
    0% {
        transform: scale(0%);
        opacity: 0
    }
    
    60% {
        opacity: 1
    }
    
    100% {
        transform: scale(100%);
        opacity: 0
    }
}
.courses {
    width: 100%;
    height: auto;
    position: relative;
    height: 100vh;
    margin: 80px 0
}
@media (max-width: 768px) {
    .courses {
        height: 50vh
    }
}
@media (max-width: 575px) {
    .courses {
        width: 95%;
        margin: 0 auto
    }
}
.courses .courses_cnt {
    width: 100%;
    height: auto;
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap
}
.courses .courses_cnt .crs_graph_l {
    width: 35%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center
}
@media (max-width: 1024px) {
    .courses .courses_cnt .crs_graph_l {
        width: 45%
    }
}
@media (max-width: 575px) {
    .courses .courses_cnt .crs_graph_l {
        width: 35%;
        position: absolute;
        align-items: flex-end;
        right: 0
    }
}
.courses .courses_cnt .crs_graph_l_content {
    width: 100%;
    position: relative
}
@media (max-width: 768px) {
    .courses .courses_cnt .crs_graph_l_content>img {
        display: none
    }
}
.courses .courses_cnt .crs_graph_l_content .study {
    width: 170px;
    height: 170px;
    position: absolute;
    right: 2%;
    bottom: 24%
}
@media (max-width: 768px) {
    .courses .courses_cnt .crs_graph_l_content .study {
        width: 100%;
        height: auto;
        position: relative;
        right: unset;
        bottom: unset
    }
}
.courses .courses_cnt .crs_graph_l_content .study img.idea {
    width: 90px;
    position: absolute;
    right: -47px;
    top: -24px;
    animation: fade-up 1500ms linear infinite
}
@media (max-width: 768px) {
    .courses .courses_cnt .crs_graph_l_content .study img.idea {
        width: 160px;
        position: absolute;
        right: 0;
        top: -70px
    }
}
@media (max-width: 575px) {
    .courses .courses_cnt .crs_graph_l_content .study img.idea {
        width: 80px
    }
}
.courses .courses_cnt .courses_content {
    width: 35%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 2%
}
@media (max-width: 1024px) {
    .courses .courses_cnt .courses_content {
        width: 55%
    }
}
@media (max-width: 575px) {
    .courses .courses_cnt .courses_content {
        width: 100%;
        z-index: 1
    }
}
.courses .courses_cnt .courses_content h2,
.courses .courses_cnt .courses_content h3,
.courses .courses_cnt .courses_content h4 {
    font-size: 4.5em;
    line-height: 90%
}
@media (min-width: 1700px) {
    .courses .courses_cnt .courses_content h2,
    .courses .courses_cnt .courses_content h3,
    .courses .courses_cnt .courses_content h4 {
        font-size: 6.5em
    }
}
@media (max-width: 575px) {
    .courses .courses_cnt .courses_content h2,
    .courses .courses_cnt .courses_content h3,
    .courses .courses_cnt .courses_content h4 {
        font-size: 3em
    }
}
.courses .courses_cnt .courses_content p {
    margin: 0 0 15px;
    width: 80%
}
@media (max-width: 768px) {
    .courses .courses_cnt .courses_content p {
        width: 100%
    }
}
.courses .courses_cnt .courses_content a {
    color: #1C1C1C;
    border: 1px solid #1C1C1C;
    width: fit-content;
    padding: 10px 30px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease
}
.courses .courses_cnt .courses_content a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #0B74F0;
    z-index: -1;
    transition: 0.5s ease
}
.courses .courses_cnt .courses_content a:hover::before {
    left: 100%
}
.courses .courses_cnt .crs_graph_r {
    width: 30%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center
}
@media (max-width: 1024px) {
    .courses .courses_cnt .crs_graph_r {
        display: none
    }
}
.courses .courses_cnt .crs_graph_r_content {
    width: 100%;
    position: relative
}
.courses .courses_cnt .crs_graph_r_content img:nth-child(2) {
    width: calc(100% / 4);
    position: absolute;
    top: -5px;
    right: 25%
}
.hm_design {
    width: 100%;
    height: auto;
    position: relative;
    height: 100vh;
    margin: 80px 0 -100px;
}
@media (max-width: 1024px) {
    .hm_design {
        height: 68vh;
        margin: 0
    }
}
@media (max-width: 768px) {
    .hm_design {
        height: 50vh
    }
}
@media (max-width: 575px) {
    .hm_design {
        width: 95%;
        margin: 0 auto
    }
}
.hm_design_cnt {
    width: 100%;
    height: auto;
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap
}
.hm_design_cnt .dsg_l {
    width: 40%;
    height: 100%;
    position: relative;
    padding-right: 60px
}
@media (max-width: 1024px) {
    .hm_design_cnt .dsg_l {
        width: 45%
    }
}
@media (max-width: 768px) {
    .hm_design_cnt .dsg_l {
        width: 30%;
        padding-right: 0
    }
    
    .hm_design_cnt .dsg_l>img {
        height: 62%;
        object-position: right
    }
}
@media (max-width: 575px) {
    .hm_design_cnt .dsg_l {
        position: absolute;
        bottom: -5%;
        display: flex;
        align-items: flex-end;
        right: -12%;
        transform: rotateY(180deg)
    }
}
.hm_design_cnt .dsg_l .tinta {
    width: 100px;
    height: auto;
    position: absolute;
    right: 60px;
    bottom: 48%
}
@media (max-width: 768px) {
    .hm_design_cnt .dsg_l .tinta {
        right: 7px;
        bottom: 50%
    }
}
@media (max-width: 575px) {
    .hm_design_cnt .dsg_l .tinta {
        right: 0;
        bottom: 10%;
        width: 65px
    }
}
.hm_design_cnt .dsg_l .tinta img.gota {
    position: absolute;
    top: 47%;
    left: 33%;
    width: 18px;
    animation: water 1200ms linear infinite
}
@media (max-width: 575px) {
    .hm_design_cnt .dsg_l .tinta img.gota {
        width: 11px
    }
}
.hm_design_cnt .design_content {
    width: 40%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 2%
}
@media (max-width: 1024px) {
    .hm_design_cnt .design_content {
        width: 55%
    }
}
@media (max-width: 575px) {
    .hm_design_cnt .design_content {
        width: 100%;
        z-index: 1
    }
}
.hm_design_cnt .design_content h2,
.hm_design_cnt .design_content h3,
.hm_design_cnt .design_content h4 {
    font-size: 4.5em;
    line-height: 90%
}
@media (min-width: 1700px) {
    .hm_design_cnt .design_content h2,
    .hm_design_cnt .design_content h3,
    .hm_design_cnt .design_content h4 {
        font-size: 6.5em
    }
}
@media (max-width: 575px) {
    .hm_design_cnt .design_content h2,
    .hm_design_cnt .design_content h3,
    .hm_design_cnt .design_content h4 {
        font-size: 3em
    }
}
.hm_design_cnt .design_content p {
    margin: 0 0 15px;
    width: 80%
}
@media (max-width: 768px) {
    .hm_design_cnt .design_content p {
        width: 100%
    }
}
.hm_design_cnt .design_content a {
    color: #1C1C1C;
    border: 1px solid #1C1C1C;
    width: fit-content;
    padding: 10px 30px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease
}
.hm_design_cnt .design_content a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #FFDFFF;
    z-index: -1;
    transition: 0.5s ease
}
.hm_design_cnt .design_content a:hover::before {
    left: 100%
}
.hm_design_cnt .dsg_r {
    width: 20%;
    height: 100%;
    position: relative
}
@media (max-width: 1024px) {
    .hm_design_cnt .dsg_r {
        display: none
    }
}
@keyframes water {
    0% {
        transform: translateY(20px);
        opacity: 0
    }
    
    30% {
        opacity: 1
    }
    
    100% {
        transform: translateY(0px);
        opacity: 0
    }
}
section.clients {
    width: 100%;
    height: auto;
    position: relative;
    padding: 50px 0
}
@media (min-width: 1700px) {
    section.clients {
        padding: 100px 0
    }
}
section.clients .clnt_title {
    width: 85%;
    height: auto;
    position: relative;
    margin: 0 auto 20px
}
section.clients .clnt_title p {
    width: 35%;
    position: relative;
    margin: 10px 0
}
@media (max-width: 768px) {
    section.clients .clnt_title p {
        width: 50%
    }
}
@media (max-width: 575px) {
    section.clients .clnt_title p {
        width: 100%
    }
}
section.clients .clnt_cnt {
    width: 85%;
    height: auto;
    position: relative;
    margin: 0 auto
}
section.clients .clnt_cnt .clnt_itm {
    display: flex;
    align-items: center;
    justify-content: center
}
section.clients .clnt_cnt .clnt_itm img {
    width: 65% !important;
    display: block;
    position: relative;
    filter: grayscale(1);
    transition: .35s ease-in-out
}
section.clients .clnt_cnt .clnt_itm:hover img {
    filter: grayscale(0)
}
section.about_us {
    width: 100%;
    height: auto;
    position: relative;
    padding: 50px 0
}
@media (max-width: 768px) {
    section.about_us {
        padding: 20px 0
    }
}
section.about_us .at_cnt {
    width: 85%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto
}
@media (max-width: 768px) {
    section.about_us .at_cnt {
        width: 85%
    }
}
section.about_us .at_cnt .at_itm {
    width: 30%;
    height: auto;
    position: relative
}
@media (max-width: 768px) {
    section.about_us .at_cnt .at_itm {
        width: 45%
    }
}
@media (max-width: 575px) {
    section.about_us .at_cnt .at_itm {
        width: 100%;
        margin: 10px 0
    }
}
section.about_us .at_cnt .at_itm h5 span {
    display: block
}
section.about_us .at_cnt .at_itm img {
    width: 40%
}
section.about_us .at_cnt .at_itm p {
    margin: 15px 0
}
section.about_us .at_cnt .at_itm:last-of-type a {
    background: #1C1C1C;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    display: block;
    width: fit-content;
    transition: 0.5s ease
}
section.about_us .at_cnt .at_itm:last-of-type a:hover {
    background: #ff5b40
}
.academy {
    width: 100%;
    height: auto;
    position: relative;
    padding: 50px 0;
    background: #242424
}
.academy>img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: contain;
    width: fit-content
}
@media (max-width: 768px) {
    .academy>img {
        display: none
    }
}
.academy_cnt {
    width: 80%;
    height: auto;
    position: relative;
    margin: 0 auto;
    width: 90%;
    display: flex;
    flex-wrap: wrap
}
@media (max-width: 575px) {
    .academy_cnt {
        width: 90%
    }
}
.academy_cnt h2 {
    color: #0b74f0;
    margin-bottom: 20px
}
.academy_cnt .academy_dates {
    width: 70%;
    position: relative;
    column-count: 2;
    break-inside: avoid;
    -webkit-break-inside: avoid
}
@media (max-width: 1024px) {
    .academy_cnt .academy_dates {
        width: 80%
    }
}
@media (max-width: 768px) {
    .academy_cnt .academy_dates {
        width: 100%;
        margin: 10px 0
    }
}
@media (max-width: 575px) {
    .academy_cnt .academy_dates {
        column-count: 1
    }
}
.academy_cnt .academy_dates .acd_itm {
    width: 100%;
    height: auto;
    position: relative;
    margin: 10px 0;
    display: inline-block;
    break-inside: avoid;
    -webkit-break-inside: avoid
}
.academy_cnt .academy_dates .acd_itm h6 {
    color: #0b74f0;
    position: relative;
    display: block;
    margin-bottom: 5px
}
.academy_cnt .academy_dates .acd_itm p {
    color: #fff;
    position: relative;
    display: block;
    font-size: 14px
}
.academy_cnt .academy_dates .acd_itm p span {
    font-weight: 500;
    font-size: 15px
}
.academy_cnt .academy_buttons {
    width: 30%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin-left: -150px
}
@media (max-width: 1024px) {
    .academy_cnt .academy_buttons {
        width: 20%;
        margin-left: 0
    }
}
@media (max-width: 768px) {
    .academy_cnt .academy_buttons {
        width: 100%;
        margin: 10px 0
    }
}
.academy_cnt .academy_buttons a {
    background: #fff;
    color: #0B74F0
}
.banner_projects {
    width: 100%;
    height: auto;
    position: relative
}
.banner_projects .bnnr_prj_cnt {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: column
}
@media (max-width: 575px) {
    .banner_projects {
        padding-top: 140px;
    }
    
    .banner_projects .bnnr_prj_cnt {
        display: flex;
        align-items: center
    }
}
.banner_projects .bnnr_prj_cnt img {
    width: 55%;
    position: relative
}
@media (max-width: 768px) {
    .banner_projects .bnnr_prj_cnt img {
        width: 65%
    }
}
@media (max-width: 575px) {
    .banner_projects .bnnr_prj_cnt img {
        width: 85%;
        padding-top: 20px
    }
}
.banner_projects .bnnr_prj_cnt h1 {
    width: 100%;
    padding: 0 0 30px;
    text-indent: 3em
}
@media (max-width: 768px) {
    .banner_projects .bnnr_prj_cnt h1 {
        text-align: center;
        text-indent: 0
    }
}
@media (max-width: 575px) {
    .banner_projects .bnnr_prj_cnt h1 {
        padding: 40px 0 30px
    }
}
.banner_projects .bnnr_prj_cnt h1 span {
    display: block;
    line-height: inherit;
    letter-spacing: inherit
}
.prj_filters {
    width: 100%;
    height: auto;
    position: relative;
    padding: 50px 0
}
.prj_filters .prj_fltr_cnt {
    width: 75%;
    height: auto;
    position: relative;
    margin: 0 auto
}
@media (max-width: 575px) {
    .prj_filters .prj_fltr_cnt {
        width: 90%
    }
}
.prj_filters .prj_fltr_cnt .prj_fltr_sl {
    height: auto;
    position: relative;
}
.prj_filters .prj_fltr_cnt .prj_fltr_sl a {
    border: 1px solid #0B74F0;
    color: #0B74F0;
    margin-right: 40px;
    position: relative;
    transition: .4s ease-in-out;
}
@media (max-width: 575px) {
    .prj_filters .prj_fltr_cnt .prj_fltr_sl a {
        margin-right: 20px
    }
}
.prj_filters .prj_fltr_cnt .prj_fltr_sl a.active,
.prj_filters .prj_fltr_cnt .prj_fltr_sl a:hover {
    background: #0B74F0;
    color: #fff
}
.prj_filters .prj_fltr_cnt .prj_itms {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 40px;
    padding: 40px 0;
    /*width: 100%;
    height: auto;
    position: relative;
    padding: 40px 0*/
}
@media (min-width: 1700px) {
    .prj_filters .prj_fltr_cnt .prj_itms {
        padding: 120px 0
    }
}
@media (max-width: 575px) {
    .prj_filters .prj_fltr_cnt .prj_itms {
        padding: 40px 0 0
    }
}
/*cambio*/ 
.prj_filters .prj_fltr_cnt .prj_itms .prj_int {
    width: 100%;
    position: relative;
    cursor: pointer;
    display: box; 
    box-shadow: 0 0 25px #00000033;
    padding: 20px;
    border-radius: 10px;
    overflow:hidden;
}
@media (max-width: 575px) {
    .prj_filters .prj_fltr_cnt .prj_itms .prj_int {
        margin: 30px 0;
    }
}
.prj_filters .prj_fltr_cnt .prj_itms .prj_int .prj_toggle {
    width: 100%; 
    margin-top: 0px;
    background: transparent; 
    z-index: 5;
    position: relative;
    display: block;
}
@media (max-width: 575px) {
    .prj_filters .prj_fltr_cnt .prj_itms .prj_int .prj_toggle {
        width: 100%
    }
}
.prj_filters .prj_fltr_cnt .prj_itms .prj_int .cat_prj {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin: 10px 0
}
.prj_filters .prj_fltr_cnt .prj_itms .prj_int .prj_title {
    width: 45%;
    position: relative;
    margin-right: 10px;
    display: flex;
    align-items: center
}
.prj_filters .prj_fltr_cnt .prj_itms .prj_int .prj_title h3 {
    width: fit-content
}
.prj_filters .prj_fltr_cnt .prj_itms .prj_int .prj_title span {
    width: 30px;
    height: 30px;
    position: relative;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}
.prj_filters .prj_fltr_cnt .prj_itms .prj_int .prj_title span::before {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    background: #1C1C1C;
    border-radius: 10px;
    display: block
}
.prj_filters .prj_fltr_cnt .prj_itms .prj_int .prj_title span::after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    background: #1C1C1C;
    border-radius: 10px;
    display: block
}
.prj_filters .prj_fltr_cnt .owl-nav {
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    justify-content: space-between
}
.prj_filters .prj_fltr_cnt .owl-nav button {
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    font-weight: 300;
    color: #242424;
    cursor: pointer
}
.prj_filters .prj_fltr_cnt .owl-nav button.owl-prev {
    margin-left: -50px;
    margin-top: -45px;
}
.prj_filters .prj_fltr_cnt .owl-nav button.owl-next {
    margin-right: -50px;
    margin-top: -45px;
}
.portfolio .breadcumbs a {
    margin-bottom: 0
}
.banner_port {
    width: 100%;
    height: auto;
    position: relative;
}
.banner_port .bnnr_port_cnt {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: column
}
@media (max-width: 575px) {
    .banner_port {
        padding-top: 140px;
    }
    
    .banner_port .bnnr_port_cnt {
        display: flex;
        align-items: center
    }
}
.banner_port .bnnr_port_cnt img {
    width: 55%;
    position: relative
}
@media (max-width: 768px) {
    .banner_port .bnnr_port_cnt img {
        width: 65%
    }
}
@media (max-width: 575px) {
    .banner_port .bnnr_port_cnt img {
        width: 85%;
        padding-top: 20px
    }
}
.banner_port .bnnr_port_cnt h1 {
    width: 100%;
    padding: 0 0 30px;
    text-indent: 3em;
    color: #242424;
}
@media (max-width: 768px) {
    .banner_port .bnnr_port_cnt h1 {
        text-align: center;
        text-indent: 0
    }
}
@media (max-width: 575px) {
    .banner_port .bnnr_port_cnt h1 {
        padding: 40px 0 30px
    }
}
.banner_port .bnnr_port_cnt h1 span {
    display: block;
    line-height: inherit;
    letter-spacing: inherit
}
.featured_portfolio {
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
}
.featured_portfolio .frt_port_cnt {
    width: 100%;
    height: auto;
    position: relative
}
.featured_portfolio .frt_port_cnt .port_view_1 {
    width: 80%;
    height: 100vh;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center
}
@media (max-width: 1024px) {
    .featured_portfolio .frt_port_cnt .port_view_1 {
        height: auto;
        padding: 100px 0
    }
}
.featured_portfolio .frt_port_cnt .port_view_1 .port_img {
    width: 80%;
    position: absolute;
    right: 0
}
@media (max-width: 575px) {
    .featured_portfolio .frt_port_cnt .port_view_1 .port_img {
        width: 100%;
        right: -50%
    }
}
.featured_portfolio .frt_port_cnt .port_view_1 .port_img img {
    filter: brightness(0.5)
}
.featured_portfolio .frt_port_cnt .port_view_1 .port_content {
    width: 50%;
    height: auto;
    position: relative
}
@media (max-width: 575px) {
    .featured_portfolio .frt_port_cnt .port_view_1 .port_content {
        width: 100%
    }
}
.featured_portfolio .frt_port_cnt .port_view_1 .port_content .catBox {
    display: flex;
    align-items: center;
    margin: 10px 0
}
.featured_portfolio .frt_port_cnt .port_view_1 .port_content .port_dsc {
    width: auto;
    height: auto;
    position: relative;
    margin: 20px 0
}
.featured_portfolio .frt_port_cnt .port_view_1 .port_content .port_dsc h5 {
    color: #fff
}
.featured_portfolio .frt_port_cnt .port_view_1 .port_content .port_dsc p {
    color: #fff
}
.featured_portfolio .frt_port_cnt .port_view_1 .port_content a {
    color: #fff;
    font-weight: 600;
    transition: 0.5s ease
}
.featured_portfolio .frt_port_cnt .port_view_1 .port_content a:hover {
    color: #ABABAB
}
.featured_portfolio .frt_port_cnt .port_view_2 {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    margin: 30px 0;
}
@media (max-width: 1024px) {
    .featured_portfolio .frt_port_cnt .port_view_2 {
        height: auto;
        padding: 100px 0
    }
}
.featured_portfolio .frt_port_cnt .port_view_2 .port_img {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0
}
.featured_portfolio .frt_port_cnt .port_view_2 .port_img img {
    height: 100%
}
.featured_portfolio .frt_port_cnt .port_view_2 .port_content {
    width: 80%;
    height: auto;
    position: relative;
    margin: 0 auto
}
.featured_portfolio .frt_port_cnt .port_view_2 .port_content .catBox {
    display: flex;
    align-items: center;
    margin: 10px 0
}
.featured_portfolio .frt_port_cnt .port_view_2 .port_content .port_dsc {
    width: 50%;
    height: auto;
    position: relative;
    margin: 20px 0
}
@media (max-width: 575px) {
    .featured_portfolio .frt_port_cnt .port_view_2 .port_content .port_dsc {
        width: 100%
    }
}
.featured_portfolio .frt_port_cnt .port_view_2 .port_content .port_dsc h5 {
    color: #fff
}
.featured_portfolio .frt_port_cnt .port_view_2 .port_content .port_dsc p {
    color: #fff
}
.featured_portfolio .frt_port_cnt .port_view_2 .port_content a {
    color: #fff;
    font-weight: 600;
    transition: 0.5s ease
}
.featured_portfolio .frt_port_cnt .port_view_2 .port_content a:hover {
    color: #ABABAB
}
.view_all {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: -2px;
    padding: 50px 0 70px;
    background: #fff
}
.view_all .view_all_cnt {
    width: 95%;
    height: auto;
    position: relative;
    margin: 0 auto
}
.view_all .view_all_cnt a {
    background: #FF5B40;
    color: #fff;
    margin: 0 auto
}
.banner_amp {
    width: 100%;
    height: 70vh;
    position: relative;
    padding: 70px 0
}
@media (max-width: 768px) {
    .banner_amp {
        height: auto;
        padding: 140px 0 70px
    }
}
@media (max-width: 575px) {
    .banner_amp {
        padding: 140px 0 70px
    }
}
.banner_amp .bnnr_amp_cnt {
    width: 80%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}
@media (max-width: 768px) {
    .banner_amp .bnnr_amp_cnt {
        justify-content: flex-start
    }
}
@media (max-width: 575px) {
    .banner_amp .bnnr_amp_cnt {
        width: 90%
    }
}
.banner_amp .bnnr_amp_cnt .bnnr_amp_itm {
    width: 47%;
    height: auto;
    position: relative;
    margin: 0 .6%
}
@media (max-width: 768px) {
    .banner_amp .bnnr_amp_cnt .bnnr_amp_itm:last-child {
        width: 90%
    }
}
@media (max-width: 575px) {
    .banner_amp .bnnr_amp_cnt .bnnr_amp_itm {
        width: 100% !important
    }
}
.banner_amp .bnnr_amp_cnt .bnnr_amp_itm h1 {
    margin-top: 10px
}
.prj_amp_img {
    width: 100%;
    height: auto;
    position: relative;
    background: #242424
}
.prj_amp_img img {
    display: block
}
.prj_amp_info {
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0
}
.prj_amp_info .prj_info_cnt {
    width: 80%;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
@media (max-width: 575px) {
    .prj_amp_info .prj_info_cnt {
        width: 90%
    }
}
.prj_amp_info .prj_info_cnt .prj_info_itm {
    width: 55%;
    height: auto;
    position: relative
}
@media (max-width: 768px) {
    .prj_amp_info .prj_info_cnt .prj_info_itm {
        width: 100%
    }
}
.prj_amp_info .prj_info_cnt .prj_data {
    width: 35%;
    height: auto;
    position: relative
}
@media (max-width: 768px) {
    .prj_amp_info .prj_info_cnt .prj_data {
        width: 100%;
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
}
.prj_amp_info .prj_info_cnt .prj_data .client,
.prj_amp_info .prj_info_cnt .prj_data .year,
.prj_amp_info .prj_info_cnt .prj_data .team {
    margin: 10px 0
}
.prj_amp_info .prj_info_cnt .prj_data .client h6,
.prj_amp_info .prj_info_cnt .prj_data .year h6,
.prj_amp_info .prj_info_cnt .prj_data .team h6 {
    margin-bottom: 0
}
.prj_amp_info .prj_info_cnt .prj_data .client .int,
.prj_amp_info .prj_info_cnt .prj_data .year .int,
.prj_amp_info .prj_info_cnt .prj_data .team .int {
    margin: 10px 0
}
.banner_blog {
    width: 100%;
    height: auto;
    position: relative;
    padding: 150px 0 70px
}
@media (min-width: 1700px) {
    .banner_blog {
        padding: 350px 0 70px
    }
}
@media (max-width: 768px) {
    .banner_blog {
        padding: 200px 0 70px
    }
}
@media (max-width: 575px) {
    .banner_blog {
        padding: 70px 0 20px
    }
}
.banner_blog .bnnr_blg_cnt {
    width: 80%;
    height: auto;
    position: relative;
    margin: 0 auto
}
@media (max-width: 575px) {
    .banner_blog .bnnr_blg_cnt {
        width: 90%
    }
}
.banner_blog .bnnr_blg_cnt .bnnr_blg_img {
    width: 60%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center
}
@media (max-width: 575px) {
    .banner_blog .bnnr_blg_cnt .bnnr_blg_img {
        width: 83%;
        margin: 0 auto
    }
}
@media (min-width: 1700px) {
    .banner_blog .bnnr_blg_cnt .bnnr_blg_img img:nth-child(2) {
        width: 49%
    }
}
@media (max-width: 768px) {
    .banner_blog .bnnr_blg_cnt .bnnr_blg_img img {
        height: 170px;
        object-fit: contain
    }
}
@media (max-width: 575px) {
    .banner_blog .bnnr_blg_cnt .bnnr_blg_img img {
        height: 80px
    }
}
.banner_blog .bnnr_blg_cnt .bread_blg {
    margin: 40px 0 20px
}
.banner_blog .bnnr_blg_cnt .bnnr_blg_title {
    width: 60%;
    height: auto;
    position: relative
}
@media (max-width: 768px) {
    .banner_blog .bnnr_blg_cnt .bnnr_blg_title {
        width: 100%
    }
}
.blog_items {
    width: 100%;
    height: auto;
    position: relative
}
.blog_items .blg_itms_cnt {
    width: 80%;
    height: auto;
    position: relative;
    margin: 0 auto
}
@media (max-width: 575px) {
    .blog_items .blg_itms_cnt {
        width: 90%
    }
}
.blog_items .blg_itms_cnt .blg_itm {
    width: 75%;
    height: auto;
    position: relative;
    margin: 50px auto;
    cursor: pointer
}
@media (max-width: 768px) {
    .blog_items .blg_itms_cnt .blg_itm {
        width: 100%
    }
}
.blog_items .blg_itms_cnt .blg_itm h3 {
    line-height: 110%;
    margin-top: 10px
}
.blog_items .blg_itms_cnt .blg_itm h3 span {
    position: relative;
    width: 28px;
    height: 28px;
    display: inline-block
}
.blog_items .blg_itms_cnt .blg_itm h3 span::before {
    content: '';
    position: absolute;
    left: 12px;
    width: 4px;
    height: 28px;
    background: #1C1C1C;
    border-radius: 10px
}
.blog_items .blg_itms_cnt .blg_itm h3 span::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 28px;
    height: 4px;
    background: #1C1C1C;
    border-radius: 10px
}
@media (max-width: 575px) {
    .blog_items .blg_itms_cnt .blg_itm h3 span {
        display: none
    }
}
.banner_blog_amp {
    width: 100%;
    height: auto;
    position: relative;
    padding: 200px 0 70px
}
@media (max-width: 575px) {
    .banner_blog_amp {
        padding: 70px 0
    }
}
.banner_blog_amp .bnnr_blg_amp_cnt {
    width: 60%;
    height: auto;
    position: relative;
    margin: 0 auto
}
@media (max-width: 575px) {
    .banner_blog_amp .bnnr_blg_amp_cnt {
        width: 90%
    }
}
.banner_blog_amp .bnnr_blg_amp_cnt h1 {
    margin: 10px 0
}
.blg_amp_img {
    width: 100%;
    height: auto;
    position: relative
}
.blg_amp_img img {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.blg_amp_content {
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0
}
.blg_amp_content .blg_content_cnt {
    width: 80%;
    height: auto;
    position: relative;
    margin: 0 auto
}
@media (max-width: 575px) {
    .blg_amp_content .blg_content_cnt {
        width: 90%
    }
}
.blg_amp_content .blg_content_cnt ul li {
    margin: 5px 0;
    list-style: disc inside
}
.video_why {
    height: auto !important
}
.video_why .bnnr_fig_int {
    flex-direction: row !important;
    align-items: flex-end !important;
    justify-content: flex-start
}
.video_why .bnnr_fig_int img {
    width: 10% !important
}
@media (max-width: 575px) {
    .video_why .bnnr_fig_int img {
        display: none !important
    }
}
.video_why .pencil {
    width: 40% !important
}
@media (max-width: 575px) {
    .video_why .pencil {
        display: none
    }
}
.some_clients {
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0
}
@media (max-width: 575px) {
    .some_clients {
        padding: 30px 0;
    }
}
.some_clients_cnt {
    width: 80%;
    height: auto;
    position: relative;
    margin: 0 auto
}
@media (max-width: 575px) {
    .some_clients_cnt {
        width: 90%
    }
}
.some_clients_cnt .some_brands {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}
.some_clients_cnt .some_brands img {
    width: 20%;
    object-fit: contain;
    padding: 0 40px
}
@media (max-width: 575px) {
    .some_clients_cnt .some_brands img {
        width: 50%;
        padding: 0 10px
    }
}
.contacto .banner_projects .bnnr_prj_cnt h1 {
    padding: 0
}
.contacto .banner_projects .bnnr_prj_cnt p {
    align-self: flex-start;
    text-indent: 10.6em;
    font-family: "Inter", sans-serif
}
@media (max-width: 575px) {
    .contacto .banner_projects .bnnr_prj_cnt p {
        text-indent: 0;
        width: 100%;
        text-align: center
    }
}
.contacto .banner_projects .bnnr_prj_cnt p a {
    font-weight: 600;
    text-decoration: underline
}
.contact_view {
    width: 100%;
    height: auto;
    position: relative
}
.contact_view .ctc_view_cnt {
    width: 80%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 50px 0;
    z-index: 2
}
@media (max-width: 575px) {
    .contact_view .ctc_view_cnt {
        width: 90%;
        padding: 20px 0;
    }
}
.contact_view .ctc_view_cnt .contact_wstore {
    width: 100%;
    height: auto;
    position: relative;
    padding: 80px 0 50px
}
@media (max-width: 575px) {
    .contact_view .ctc_view_cnt .contact_wstore {
        padding: 20px 0
    }
}
.contact_view .ctc_view_cnt .contact_wstore h3 {
    text-align: center
}
.contact_view .ctc_view_cnt .contact_wstore form {
    width: 60%;
    height: auto;
    position: relative;
    margin: 0 auto
}
@media (max-width: 1024px) {
    .contact_view .ctc_view_cnt .contact_wstore form {
        width: 100%
    }
}
.contact_view .ctc_view_cnt .contact_wstore form .cnt_data {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0
}
@media (max-width: 575px) {
    .contact_view .ctc_view_cnt .contact_wstore form .cnt_data {
        margin: 0
    }
}
.contact_view .ctc_view_cnt .contact_wstore form .cnt_data input {
    width: 48%;
    position: relative;
    padding: .8em 1.2em;
    font-family: "Inter", sans-serif;
    color: #5c5c5c;
    border-radius: 10px;
    border: 1px solid #00000021;
    outline: none
}
@media (max-width: 575px) {
    .contact_view .ctc_view_cnt .contact_wstore form .cnt_data input {
        width: 100%;
        margin: 10px 0
    }
}
.contact_view .ctc_view_cnt .contact_wstore form .cnt_data input::placeholder {
    color: #5c5c5c
}
.contact_view .ctc_view_cnt .contact_wstore form .cnt_data textarea {
    width: 100%;
    position: relative;
    padding: .8em 1.2em;
    font-family: "Inter", sans-serif;
    color: #5c5c5c;
    border-radius: 10px;
    border: 1px solid #00000021;
    outline: none
}
.contact_view .ctc_view_cnt .contact_wstore form .cnt_data textarea::placeholder {
    color: #5c5c5c
}
.contact_view .ctc_view_cnt .contact_wstore form .cnt_file {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: .8em 1.2em;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #00000021
}
@media (max-width: 575px) {
    .contact_view .ctc_view_cnt .contact_wstore form .cnt_file {
        justify-content: center;
        margin-top: 10px
    }
}
.contact_view .ctc_view_cnt .contact_wstore form .cnt_file label {
    font-family: "Inter", sans-serif;
    font-size: 1em;
    margin-right: 20px;
    color: #fff;
    background: #0b74f0;
    outline: none;
    border: none;
    cursor: pointer
}
.contact_view .ctc_view_cnt .contact_wstore form .cnt_file label input[type=file] {
    display: none
}
@media (max-width: 575px) {
    .contact_view .ctc_view_cnt .contact_wstore form .cnt_file label {
        margin-bottom: 10px;
        margin-right: 0
    }
}
.contact_view .ctc_view_cnt .contact_wstore form .cnt_send {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}
.contact_view .ctc_view_cnt .contact_wstore form .cnt_send .cnt_check {
    width: 60%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center
}
@media (max-width: 575px) {
    .contact_view .ctc_view_cnt .contact_wstore form .cnt_send .cnt_check {
        width: 100%;
        justify-content: center;
        margin-top: 20px
    }
}
.contact_view .ctc_view_cnt .contact_wstore form .cnt_send .cnt_check label {
    margin-right: 7px
}
.contact_view .ctc_view_cnt .contact_wstore form .cnt_send .cnt_check label input {
    display: none
}
.contact_view .ctc_view_cnt .contact_wstore form .cnt_send .cnt_check label span {
    width: 17px;
    height: 17px;
    padding: 3px;
    position: relative;
    background-color: #1C1C1C;
    border-radius: 2px;
    overflow: hidden;
    display: block
}
.contact_view .ctc_view_cnt .contact_wstore form .cnt_send .cnt_check label span::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    line-height: 1;
    font-family: "Inter", sans-serif;
    font-size: .8em;
    display: flex;
    align-items: center;
    justify-content: center
}
.contact_view .ctc_view_cnt .contact_wstore form .cnt_send .cnt_check label>input:checked+span::before {
    content: '✔'
}
.contact_view .ctc_view_cnt .contact_wstore form .cnt_send .cnt_check p {
    font-family: "Inter", sans-serif;
    font-weight: 500
}
.contact_view .ctc_view_cnt .contact_wstore form button {
    font-family: "Inter", sans-serif;
    font-size: 1em;
    color: #fff;
    background: #00ccac;
    outline: none;
    border: none;
    cursor: pointer
}
@media (max-width: 575px) {
    .contact_view .ctc_view_cnt .contact_wstore form button {
        margin: 20px auto
    }
}
.service_preview {
    width: 100%;
    height: auto;
    position: relative;
    padding: 150px 0 0
}
.service_preview_cnt {
    width: 80%;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap
}
@media (max-width: 575px) {
    .service_preview_cnt {
        width: 90%
    }
}
.service_preview_cnt .srv_prw_txt {
    width: 50%;
    position: relative;
    padding-right: 10%
}
@media (max-width: 768px) {
    .service_preview_cnt .srv_prw_txt {
        width: 100%;
        margin: 20px 0 0;
    }
    
    .service_preview_cnt .srv_prw_txt>img {
        display: none
    }
}
.service_preview_cnt .srv_prw_txt ul {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 15px 0;
}
.service_preview_cnt .srv_prw_txt ul li {
    width: 100%;
    height: auto;
    position: relative;
    margin: 5px 0;
    list-style: disc inside;
    font-weight: 300
}
.service_preview_cnt .srv_prw_txt p {
    position: relative;
    display: block;
    text-align: left;
}
.service_preview_cnt .srv_prw_img {
    width: 50%;
    position: relative
}
@media (min-width: 1200px) {
    .srv_prw_img img {
        height: 85vh;
    }
}
@media (max-width: 768px) {
    .service_preview_cnt .srv_prw_img {
        width: 100%;
        margin: 20px 0 0
    }
    
    .service_preview_cnt .srv_prw_img {
        display: none
    }
}
.service_preview_cnt .srv_prw_img .banner_dsc {
    width: 65%;
    position: relative;
    margin-top: -80px
}
@media (max-width: 1024px) {
    .service_preview_cnt .srv_prw_img .banner_dsc {
        width: 85%
    }
}
@media (max-width: 768px) {
    .service_preview_cnt .srv_prw_img .banner_dsc {
        width: 100%;
        margin-top: 0
    }
}
.service_preview_cnt .srv_prw_img .banner_dsc h5 {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    color: #fff
}
.service_preview_cnt .srv_prw_img .banner_dsc img {
    display: block
}
.optimizacion {
    width: 100%;
    height: auto;
    position: relative
}
.optimizacion_cnt {
    width: 80%;
    height: auto;
    position: relative;
    margin: 0 auto
}
@media (max-width: 575px) {
    .optimizacion_cnt {
        width: 90%
    }
}
.optimizacion_cnt>img {
    width: 50%;
    position: relative;
    display: block
}
@media (max-width: 768px) {
    .optimizacion_cnt>img {
        width: 100%
    }
}
.optimizacion_cnt .opt_video {
    width: 55%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center
}
@media (min-width: 1200px) {
    .optimizacion_cnt .opt_video {
        width: 100%;
        justify-content: flex-end;
    }
}
@media (max-width: 1024px) {
    .optimizacion_cnt .opt_video {
        width: 65%
    }
}
@media (max-width: 768px) {
    .optimizacion_cnt .opt_video {
        width: 85%
    }
}
@media (max-width: 575px) {
    .optimizacion_cnt .opt_video {
        width: 100%
    }
}
.optimizacion_cnt .opt_video a {
    width: 90px;
    height: 90px;
    display: block;
    position: relative;
    margin: 0 20px
}
.optimizacion_cnt .opt_video h1 {
    width: 65%;
    position: relative;
    display: block;
    color: #242424
}
@media (min-width: 1200px) {
    .optimizacion_cnt .opt_video h1 {
        width: 48%;
        margin-left: 20%;
    }
}
@media (max-width: 575px) {
    .optimizacion_cnt .opt_video h1 {
        font-size: 22px
    }
}
.service_info {
    width: 100%;
    height: auto;
    position: relative;
    padding: 60px 0
}
@media (max-width: 575px) {
    .service_info {
        padding: 0 0 30px;
    }
}
.service_info_cnt {
    width: 80%;
    height: auto;
    position: relative;
    margin: 0 auto;
    column-count: 2;
    column-gap: 50px;
    break-inside: avoid
}
@media (max-width: 575px) {
    .service_info_cnt {
        width: 90%
    }
}
@media (max-width: 768px) {
    .service_info_cnt {
        column-count: 1
    }
    
    .service_info_cnt h6 {
        margin: 15px 0
    }
}
.service_info_cnt ul {
    width: 100%;
    height: auto;
    position: relative;
    display: block
}
.service_info_cnt ul li {
    width: 100%;
    height: auto;
    position: relative;
    margin: 5px 0;
    list-style: disc inside;
    font-weight: 300
}
.service_info_cnt h6,
.service_info_cnt p {
    break-inside: avoid;
    -webkit-break-inside: avoid
}
.service_info_cnt h6:not(h6),
.service_info_cnt p:not(h6) {
    text-align: left
}
.contact_service {
    width: 100%;
    height: auto;
    position: relative
}
.contact_service_title {
    width: 80%;
    height: auto;
    position: relative;
    margin: 0 auto
}
@media (max-width: 575px) {
    .contact_service_title {
        width: 90%
    }
}
.contact_service_title>h1 {
    text-align: center
}
.contact_service_title .mail_contact_srv {
    width: 80%;
    height: auto;
    position: relative;
    margin: 0 auto;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap
}
@media (max-width: 575px) {
    .contact_service_title .mail_contact_srv {
        width: 90%
    }
}
.contact_service_title .mail_contact_srv p {
    width: 45%;
    position: relative;
    display: block;
    color: #5c5c5c;
    text-transform: uppercase;
    font-weight: 400
}
@media (max-width: 768px) {
    .contact_service_title .mail_contact_srv p {
        width: 100%;
        margin: 20px 0
    }
}
.contact_service_title .mail_contact_srv a {
    color: #FF5B40;
    text-transform: uppercase;
    margin-bottom: 0
}
@media (max-width: 768px) {
    .contact_service_title .mail_contact_srv a {
        width: 100%;
        margin: 20px 0
    }
}
.contact_service .ctc_service_cnt {
    width: 80%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 0 0 50px;
    z-index: 2
}
@media (max-width: 575px) {
    .contact_service .ctc_service_cnt {
        width: 90%
    }
}
.contact_service .ctc_service_cnt .contact_service_form {
    width: 100%;
    height: auto;
    position: relative
}
.contact_service .ctc_service_cnt .contact_service_form h3 {
    text-align: center
}
.contact_service .ctc_service_cnt .contact_service_form form {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto
}
@media (max-width: 1024px) {
    .contact_service .ctc_service_cnt .contact_service_form form {
        width: 100%
    }
}
.contact_service .ctc_service_cnt .contact_service_form form .srv_cnt_data {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0
}
@media (max-width: 575px) {
    .contact_service .ctc_service_cnt .contact_service_form form .srv_cnt_data {
        margin: 0
    }
}
.contact_service .ctc_service_cnt .contact_service_form form .srv_cnt_data input {
    width: 48%;
    position: relative;
    padding: .8em 1.2em;
    font-family: "Inter", sans-serif;
    color: #5c5c5c;
    border-radius: 10px;
    border: 1px solid #00000021;
    outline: none
}
@media (max-width: 575px) {
    .contact_service .ctc_service_cnt .contact_service_form form .srv_cnt_data input {
        width: 100%;
        margin: 10px 0
    }
}
.contact_service .ctc_service_cnt .contact_service_form form .srv_cnt_data input::placeholder {
    color: #5c5c5c;
}
.contact_service .ctc_service_cnt .contact_service_form form .srv_cnt_data textarea {
    width: 100%;
    position: relative;
    padding: .8em 1.2em;
    font-family: "Inter", sans-serif;
    color: #5c5c5c;
    border-radius: 10px;
    border: 1px solid #00000021;
    outline: none
}
.contact_service .ctc_service_cnt .contact_service_form form .srv_cnt_data textarea::placeholder {
    color: #5c5c5c
}
.contact_service .ctc_service_cnt .contact_service_form form .srv_cnt_send {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}
.contact_service .ctc_service_cnt .contact_service_form form .srv_cnt_send .srv_cnt_check {
    width: 60%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center
}
@media (max-width: 575px) {
    .contact_service .ctc_service_cnt .contact_service_form form .srv_cnt_send .srv_cnt_check {
        width: 100%;
        justify-content: center;
        margin-top: 20px
    }
}
.contact_service .ctc_service_cnt .contact_service_form form .srv_cnt_send .srv_cnt_check label {
    margin-right: 7px
}
.contact_service .ctc_service_cnt .contact_service_form form .srv_cnt_send .srv_cnt_check label input {
    display: none
}
.contact_service .ctc_service_cnt .contact_service_form form .srv_cnt_send .srv_cnt_check label span {
    width: 17px;
    height: 17px;
    padding: 3px;
    position: relative;
    background-color: #1C1C1C;
    border-radius: 2px;
    overflow: hidden;
    display: block
}
.contact_service .ctc_service_cnt .contact_service_form form .srv_cnt_send .srv_cnt_check label span::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    line-height: 1;
    font-family: "Inter", sans-serif;
    font-size: .8em;
    display: flex;
    align-items: center;
    justify-content: center
}
.contact_service .ctc_service_cnt .contact_service_form form .srv_cnt_send .srv_cnt_check label>input:checked+span::before {
    content: '✔'
}
.contact_service .ctc_service_cnt .contact_service_form form .srv_cnt_send .srv_cnt_check p {
    font-family: "Inter", sans-serif;
    font-weight: 500
}
.contact_service .ctc_service_cnt .contact_service_form form button {
    font-family: "Inter", sans-serif;
    font-size: 1em;
    color: #fff;
    background: #00ccac;
    outline: none;
    border: none;
    cursor: pointer
}
.mail_contact_srv a {
    display: none;
}
.ftr_links a.prjs {
    background: #FF5B40;
    color: #fff !important;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin-right: 20px;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: .7em;
    width: fit-content;
}
@media (max-width: 575px) {
    .contact_service .ctc_service_cnt .contact_service_form form button {
        margin: 20px auto
    }
}

/*Estilos nuevos*/

.prj_filters .prj_fltr_cnt .prj_itms {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, auto));
}


.prj_filters .prj_fltr_cnt .prj_itms .prj_int .prj_title {
    width: 100%;
    position: relative;
    display: block;
    z-index:5;
} 

.prj_filters .prj_fltr_cnt .prj_itms .prj_int::before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: -50px;
    right: -50px;
    background:  #01caab;
    border-radius: 50%;
    z-index:1;
    transition: .4s ease-in-out;
}
.prj_filters .prj_fltr_cnt .prj_itms .prj_int:hover::before {
    width: 770px;
    height: 770px;
    top: -200px;
    right:-200px;
}
.button {
    background-color: #ffd84e; /* Green */
    border: none;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.button1 {
    background-color: #ffd84e; 
    color: black; 
    border: 2px solid #ffd84e;
    border-radius: 6%;
}






