﻿@charset "UTF-8";footer{width:100%;display:grid;grid-template-columns:auto 40% auto;grid-template-areas:"logo logo logo" "links contact enamad" "links contact enamad" "text text text";color:var(--textColorStrong);background-color:#fff;padding:4em 5em 2em;margin-top:1em;gap:1em;}footer p,footer a{font-size:1.2em;}footer .h5{font-size:1.3em;margin-bottom:1em;font-weight:600;}footer .links-footer{display:grid;grid-area:links;grid-template-areas:"title title" "rightLinks leftLinks";grid-template-rows:4em;gap:0 2em;}footer .links-footer .h5{grid-area:title;}footer .links-footer>div a{display:list-item;margin-right:1em;list-style:disc;}footer .links-footer>div:first-child{grid-area:rightLinks;}footer .links-footer>div:last-child{grid-area:leftLinks;}footer .contact-footer{grid-area:contact;}footer .contact-footer #mobile>span{display:flex;flex-wrap:wrap;}footer .contact-footer #mobile>span>span:nth-of-type(2){flex-basis:auto;}footer .contact-footer p{display:flex;align-items:start;margin-bottom:1em;}footer .contact-footer p::before{content:"";width:2em;height:2em;display:inline-block;margin-left:.5em;background-image:url("/Content/images/img/footerIcon1.png");background-repeat:no-repeat;background-size:657%;flex-shrink:0;}footer .contact-footer p:nth-of-type(1)::before{background-position:0 .1em;}footer .contact-footer p:nth-of-type(2)::before{background-position:-2.1em .1em;background-size:533%;}footer .contact-footer p:nth-of-type(3)::before{background-position:-5.7em 0;}footer .contact-footer p:nth-of-type(4)::before{background-position:-8.5em .1em;}footer .contact-footer p:nth-of-type(5)::before{background-position:-11.3em .1em;}footer .contact-footer .socialmedia-footer{display:flex;flex-wrap:wrap;}footer .contact-footer .socialmedia-footer a{display:inline-block;margin-left:.5em;margin-top:.5em;--wid:3em;width:var(--wid);height:var(--wid);background-image:url("/Content/images/img/HeaderAndFooterIcons.webp");background-repeat:no-repeat;background-size:514%;background-position:0 0;}footer .contact-footer .socialmedia-footer a:nth-of-type(1){background-position:-181px -81px;}footer .contact-footer .socialmedia-footer a:nth-of-type(2){background-position:-134px -81px;}footer .contact-footer .socialmedia-footer a:nth-of-type(3){background-position:-89px -81px;}footer .contact-footer .socialmedia-footer a:nth-of-type(4){background-position:-43px -81px;}footer .contact-footer .socialmedia-footer a:nth-of-type(5){background-position:2px -81px;}footer .contact-footer .socialmedia-footer a:nth-of-type(6){background-size:cover;}footer .contact-footer .socialmedia-footer a:nth-of-type(7){background-size:contain;border-radius:.5rem;}footer .enamad-footer{grid-area:enamad;width:10em;justify-self:left;align-self:end;margin-top:1em;}footer .enamad-footer img{object-fit:contain;}footer>p{background-color:var(--white);color:var(--blue);font-weight:600;text-align:center;padding:.5em 1em;grid-area:text;border-radius:var(--borderRadius);margin-top:2em;}@media(max-width:992px){footer{grid-template-areas:"logo logo logo" "links links links" "contact contact contact" "enamad enamad enamad" "text text text";}}@media(max-width:992px) and (min-width:479px){footer .links-footer{grid-template-areas:"title title" "rightLinks rightLinks" "leftLinks leftLinks";grid-gap:0;}footer .links-footer>div{display:flex;flex-wrap:wrap;}footer .links-footer>div a{display:list-item;margin-right:1em;list-style:disc;margin-left:1.5em;}footer .links-footer>div:first-child,footer .links-footer>div:last-child{grid-column:1/2;}}@media(max-width:480px){footer{padding:4em 2em 2em;grid-template-areas:"logo" "links" "contact" "enamad" "text ";grid-template-columns:100%;}footer .enamad-footer{grid-column:1/2;justify-self:right;}}@media(max-width:330px){footer .links-footer{display:block;}}.tableOfContents{width:100%;max-width:30em;margin:auto;margin-block:1.5em;border-radius:.5em;padding:1em;font-size:16px;box-shadow:0 0 15px #dfdfdf;user-select:none;}.tableOfContents>.title{display:flex;gap:1em;align-items:center;font-weight:600;color:#383838;font-size:1em;}.tableOfContents>.title>svg{color:#008be7;}.tableOfContents>.contents{display:flex;flex-direction:column;max-height:23em;overflow:auto;padding-left:1em;--sb-size:6px;--sb-track-color:#dfdfdf;--sb-thumb-color:#009adc;}.tableOfContents>.contents::-webkit-scrollbar{width:var(--sb-size);}.tableOfContents>.contents::-webkit-scrollbar-track{background:var(--sb-track-color);border-radius:7px;}.tableOfContents>.contents::-webkit-scrollbar-thumb{background:var(--sb-thumb-color);border-radius:7px;}.tableOfContents>.contents>li,.tableOfContents>.contents>span{display:flex;align-items:center;gap:.5em;font-size:1em;color:#64748b!important;text-decoration:none!important;padding-block:.4em;cursor:pointer;}.tableOfContents>.contents>li>span,.tableOfContents>.contents>li>a,.tableOfContents>.contents>span>span,.tableOfContents>.contents>span>a{background-image:linear-gradient(to right,#54b3d6,#54b3d6 50%,#000 50%);background-size:200% 100%;background-position:-100%;display:inline-block;position:relative;-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:all .4s ease-in-out;}.tableOfContents>.contents>li>span::before,.tableOfContents>.contents>li>a::before,.tableOfContents>.contents>span>span::before,.tableOfContents>.contents>span>a::before{content:"";background:#54b3d6;display:block;position:absolute;bottom:-3px;left:0;width:0;height:3px;transition:all .6s ease-in-out;}.tableOfContents>.contents>li>span:hover,.tableOfContents>.contents>li>a:hover,.tableOfContents>.contents>span>span:hover,.tableOfContents>.contents>span>a:hover{background-position:0;}.tableOfContents>.contents>li>span:hover::before,.tableOfContents>.contents>li>a:hover::before,.tableOfContents>.contents>span>span:hover::before,.tableOfContents>.contents>span>a:hover::before{width:100%;}.tableOfContents>.contents>li:not(:last-child),.tableOfContents>.contents>span:not(:last-child){border-bottom:1px solid #f1f0f0;}.tableOfContents>.contents>li::before,.tableOfContents>.contents>span::before{content:"●";color:#cbd5e1;}.tableOfContents>.contents .collapsibleContent{margin-bottom:0;}.tableOfContents>.contents .collapsibleContent li{color:#000;cursor:pointer;display:flex;gap:.5em;padding-right:.5em;}.tableOfContents>.contents .collapsibleContent li:last-child{margin-bottom:0;}.tableOfContents>.contents .collapsibleContent li::before{content:"●";color:#cbd5e1;}.tableOfContents>.contents .collapsibleContent li:hover{color:#54b3d6;transition:all .4s;}.tableOfContents>.contents .collapsibleContent li>a:hover{text-decoration:none;color:inherit;}.tableOfContents>.contents .collapsible::before{content:"+"!important;content:"+"!important;color:#007bff!important;font-weight:600;font-size:1.3em;}.tableOfContents>.contents .collapsible+.collapsibleContent{max-height:0;overflow:hidden;}.tableOfContents>.contents .collapsible+.collapsibleContent.active{max-height:var(--maxHeight);}.tableOfContents>.contents .collapsible.active{border:0;}.tableOfContents>.contents .collapsible.active+.collapsibleContent{border-bottom:1px solid #f1f0f0;}.tableOfContents>.contents .collapsible.active::before{content:"-"!important;}.tableOfContents>.contents .collapsible.active+.collapsibleContent{overflow:visible;}.tableOfContents.right{margin-inline:unset;margin-right:7.5%;}.tableOfContents.forAside{position:sticky;top:20px;background-color:#fff;}.tableOfContents.forAside.forCourses{top:80px;}@media(max-width:1200px){.tableOfContents.forAside{position:fixed;left:0;top:100%!important;width:100%;z-index:15;max-width:unset;transition:transform .3s;}.tableOfContents.forAside.active{transform:translateY(calc(-100% - 81px));}.tableOfContents.forAside .contents{max-height:unset;height:21em;}}@media(max-width:992px){.tableOfContents{width:100%;font-size:14px;}.tableOfContents.right{margin-right:0;margin-inline:auto;}}#tableOfContentsOverLay{display:none;position:fixed;width:100vw;height:100vh;top:0;left:0;background-color:#000;opacity:.3;z-index:14;}#courses-table-of-content-btn{position:fixed;--wid:40px;width:var(--wid);height:var(--wid);left:15px;bottom:20px;background-color:var(--colorTheme);border-radius:50%;z-index:14;color:#fff;box-shadow:0 0 8px rgba(0,0,0,.0705882353);display:flex;align-items:center;font-size:16px;justify-content:center;}.themeTitle,.themeSubtitle{color:#383838;--borderlength:1.5rem;font-weight:600;border-bottom:.19rem solid transparent;border-image:linear-gradient(to right,transparent 0% calc(100% - var(--borderlength)),var(--h_compliment) calc(100% - var(--borderlength)) 100%);border-image-slice:1;padding-bottom:.8rem;text-align:right;margin-bottom:1rem;}.themeTitle span,.themeSubtitle span{color:var(--h_compliment);}.themeTitle.center,.themeSubtitle.center{text-align:center;}.themeTitle.orange,.themeSubtitle.orange{border-image:linear-gradient(to right,transparent 0% calc(100% - var(--borderlength)),var(--h_orange) calc(100% - var(--borderlength)) 100%);border-image-slice:1;}.themeTitle.orange span,.themeSubtitle.orange span{color:var(--h_orange);}.themeTitle.noLine,.themeSubtitle.noLine{border:0!important;}.themeTitle.noLine::after,.themeSubtitle.noLine::after{display:none!important;}.themeTitle.center,.themeSubtitle.center{text-align:center;border:0;position:relative;margin-bottom:2em!important;}.themeTitle.center::after,.themeSubtitle.center::after{content:"";display:block;height:1em;width:.1em;background-color:var(--h_compliment);position:absolute;top:calc(100% + .2em);left:0;right:0;margin:auto;}.themeTitle.center.noLine,.themeSubtitle.center.noLine{margin-bottom:1rem;}#commonQ,.commonQ{padding:2em 16px;font-size:16px;max-width:1200px;margin-inline:auto;}#commonQ.withBg,.commonQ.withBg{border-radius:1em;box-shadow:0 0 15px rgba(0,0,0,.1098039216);margin-top:1em;background-color:#fff;}#commonQ .themeTitle,.commonQ .themeTitle{font-size:1.4em;}#commonQ .Q,#commonQ .A,.commonQ .Q,.commonQ .A{border:1px solid rgba(0,0,0,.1);border-radius:.4em;margin:auto;margin-bottom:3px;padding:.8em 1em;width:100%;}#commonQ .Q.Q,#commonQ .A.Q,.commonQ .Q.Q,.commonQ .A.Q{font-weight:bold;position:relative;cursor:pointer;user-select:none;}#commonQ .Q.Q::before,#commonQ .A.Q::before,.commonQ .Q.Q::before,.commonQ .A.Q::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;left:1em;transition:.3s;}#commonQ .Q.Q.active::before,#commonQ .A.Q.active::before,.commonQ .Q.Q.active::before,.commonQ .A.Q.active::before{transform:rotate(180deg);}#commonQ .Q.Q.active+.A,#commonQ .A.Q.active+.A,.commonQ .Q.Q.active+.A,.commonQ .A.Q.active+.A{max-height:20em;padding-block:.8em;border-width:1px;}#commonQ .Q.A,#commonQ .A.A,.commonQ .Q.A,.commonQ .A.A{padding-block:0;max-height:0;overflow:hidden;border-width:0;transition:.8s cubic-bezier(.25,.1,.19,.93);}@media(max-width:698px){#commonQ,.commonQ{font-size:14px;}#commonQ .Q,#commonQ .A,.commonQ .Q,.commonQ .A{width:100%;}#commonQ .Q.Q::before,#commonQ .A.Q::before,.commonQ .Q.Q::before,.commonQ .A.Q::before{left:.3em;}}.seminarModalContainer{width:100%;max-width:740px;min-height:410px;margin:auto;border-radius:1.25rem;box-shadow:0 8px 25px rgba(0,0,0,.15);display:grid;}@media(max-width:750px){.seminarModalContainer{grid-template-columns:1fr;}}.seminarModalContainer .imgContainer{position:relative;}@media(max-width:750px){.seminarModalContainer .imgContainer{display:none;}}.seminarModalContainer .imgContainer img{position:absolute;top:-4.9rem;}.seminarModalContainer .vebinarContainer{padding:20px;display:grid;gap:.5rem;}.seminarModalContainer .vebinarContainer .txtTitleContainer{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:bold;justify-content:space-between;}.seminarModalContainer .vebinarContainer .txtTitleContainer .txt{padding-block:.3rem;padding-inline:1rem;background:linear-gradient(90deg,#b54db1 0%,rgba(72,190,235,.431372549) 100%);border-radius:.5rem;color:#f7f7f7;}.seminarModalContainer .vebinarContainer .txtTitleContainer i{font-size:1.5rem;color:#f7f7f7;}.seminarModalContainer .vebinarContainer .decription{margin-top:6px;font-size:1.75rem;font-weight:500;color:#f7f7f7;}@media(max-width:450px){.seminarModalContainer .vebinarContainer .decription{font-size:1.25rem;}}.seminarModalContainer .vebinarContainer .timeAndPriceContainer{margin-top:15px;}.seminarModalContainer .vebinarContainer .timeAndPriceContainer .textTime{font-size:.95rem;color:#363636;margin-bottom:10px;line-height:1.8;}.seminarModalContainer .vebinarContainer .timeAndPriceContainer .priceContaienr{display:flex;justify-content:space-between;align-items:center;padding-block:.6rem;padding-inline:1rem;background:linear-gradient(90deg,#b54db1 0%,rgba(72,190,235,.431372549) 100%);border-radius:.3rem;}.seminarModalContainer .vebinarContainer .timeAndPriceContainer .priceContaienr .pricePart{display:flex;align-items:center;gap:1rem;}.seminarModalContainer .vebinarContainer .timeAndPriceContainer .priceContaienr .pricePart span:first-child{text-decoration:line-through;color:#f7f7f7;font-size:1rem;}.seminarModalContainer .vebinarContainer .timeAndPriceContainer .priceContaienr .pricePart span:last-child{color:#f7f7f7;font-weight:900;font-size:1.1rem;}.seminarModalContainer .vebinarContainer .timeAndPriceContainer .priceContaienr .showTime{font-weight:bold;display:flex;align-items:center;gap:4px;color:#f7f7f7;}.seminarModalContainer .vebinarContainer .timeAndPriceContainer .priceContaienr .showTime .time{color:#222;background-color:#f7f7f7;font-weight:900;border-radius:.3rem;width:42px;height:42px;display:flex;align-items:center;justify-content:center;}.seminarModalContainer .vebinarContainer .leftNumInputCon{margin-top:25px;display:flex;gap:10px;align-items:center;}.seminarModalContainer .vebinarContainer .leftNumInputCon .send{background:linear-gradient(90deg,#b54db1 0%,rgba(72,190,235,.431372549) 100%);width:5.75rem;border-radius:.3rem;display:flex;justify-content:center;align-items:center;text-decoration:none;color:#fff;font-size:1rem;transition:.2s;cursor:pointer;white-space:nowrap;}.seminarModalContainer .vebinarContainer .leftNumInputCon .send:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.25);}#formPlaceholder{width:100%;display:grid;grid-column:1/-1;}@media(max-width:400px){#formPlaceholder{margin-top:2rem;}}#formPlaceholder #form_12{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:.5rem;}#formPlaceholder #form_12>.btn-primary{grid-column:1/3;background-color:#2086c8;color:#fff;border-radius:.5rem;padding-block:.5rem;}#formPlaceholder #form_12 .form-group{border:1px solid #42a2e1;border-radius:.5rem;padding-block:.5rem;padding-inline:1rem;}#formPlaceholder #form_12 .form-group>input{width:100%;height:100%;background-color:transparent;}.decContainer{display:grid;grid-column:1/-1;}.decContainer .decription{font-size:2.3rem;}@media(max-width:900px){.decContainer .decription{font-size:1.7rem;}}@media(max-width:500px){.decContainer .decription{font-size:1.2rem;}}.timeAndPriceContainer{display:grid;grid-column:1/-1;}@media(max-width:460px){.timeAndPriceContainer{grid-auto-rows:9rem;}}.teacherInfo{display:grid;}@media(max-width:460px){.teacherInfo{grid-auto-rows:unset;}}.teacherInfo .containerInfo{display:flex;align-items:baseline;justify-content:right;gap:2rem;}@media(max-width:460px){.teacherInfo .containerInfo{gap:1rem;display:grid;}}.teacherInfo .containerInfo .eachInfoPart{color:#363636;display:flex;align-items:center;justify-content:center;gap:.5rem;}@media(max-width:600px){.teacherInfo .containerInfo .eachInfoPart{gap:.1rem;font-size:.8rem;}}@media(max-width:460px){.teacherInfo .containerInfo .eachInfoPart{gap:.1rem;font-size:.9rem;grid-column:none;justify-content:flex-start;}}.teacherInfo .containerInfo .eachInfoPart>img{width:1.5rem;height:fit-content;}@media(max-width:460px){.teacherInfo .containerInfo .eachInfoPart.first{grid-column:1/4;}}@media(max-width:460px){.teacherInfo .containerInfo .eachInfoPart.sec{grid-column:1/1;}}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0deg);}100%{transform:translate(-50%,-50%) rotate(360deg);}}@keyframes rotateReverse{0%{transform:translate(-50%,-50%) rotate(360deg);}100%{transform:translate(-50%,-50%) rotate(0deg);}}.consultationLanding{color:var(--textColorStrong);font-size:16px;line-height:1.7;overflow-y:hidden;}.consultationLanding p{text-align:justify;}.consultationLanding .consultationLandingContainer{max-width:1360px;margin:auto;padding-inline:1em;}.consultationLanding .seoLandingLink{--bg-color:var(--mainBlue);--hover-color:#234c7a;--box-shadow:unset;background-color:var(--bg-color);padding:.6em 2em;font-size:.875em;border-radius:.6em;width:fit-content;margin:auto;position:relative;margin-top:auto;overflow:hidden;display:block;box-shadow:var(--box-shadow);transition:all .3s;margin:0;border:1px solid #fff;align-self:flex-end;font-size:.95em;}.consultationLanding .seoLandingLink>div{display:flex;align-items:center;color:#fff;gap:.7em;position:relative;z-index:1;}.consultationLanding .seoLandingLink>div>svg{--wid:1.5em;width:var(--wid);height:var(--wid);}.consultationLanding .seoLandingLink::after{content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:var(--hover-color);transition:all .3s;z-index:0;border-radius:.6em;}.consultationLanding .seoLandingLink:hover{text-decoration:none;--box-shadow:transparent!important;}.consultationLanding .seoLandingLink:hover::after{width:100%;}.consultationLanding .first-section{display:grid;grid-template-columns:auto auto;column-gap:2em;border-radius:.5em;overflow:hidden;height:26rem;margin-top:2rem;}.consultationLanding .first-section .right{gap:1em;height:25rem;display:flex;align-items:flex-start;justify-content:flex-end;flex-direction:column;margin-top:8rem;}.consultationLanding .first-section .right .mainTitle{font-size:1.5em;border-right:5px solid var(--mainBlue);border-radius:8px;padding-right:.6em;}.consultationLanding .first-section .left{position:relative;--wid:33em;width:var(--wid);height:var(--wid);}.consultationLanding .first-section .left .circle1,.consultationLanding .first-section .left .circle2,.consultationLanding .first-section .left img{position:absolute;left:50%;top:45%;transform:translate(-50%,-50%);}.consultationLanding .first-section .left img{width:80%;}.consultationLanding .first-section .left .circle1,.consultationLanding .first-section .left .circle2{border:3px solid var(--mainBlue);border-radius:999px;animation-duration:10s;animation-timing-function:linear;animation-iteration-count:infinite;}.consultationLanding .first-section .left .circle1{border-top-color:transparent;border-bottom-color:transparent;--wid:100%;width:var(--wid);height:var(--wid);animation-name:rotate;}.consultationLanding .first-section .left .circle2{border-left-color:transparent;border-right-color:transparent;--wid:93%;width:var(--wid);height:var(--wid);animation-name:rotateReverse;}.consultationLanding .second-section{color:#fff;background-color:#00375b;background-repeat:no-repeat;background-position:center;background-size:100% 100%;height:25em;margin:auto;margin-top:4em;box-shadow:0 0 15px rgba(0,0,0,.1098039216);}.consultationLanding .second-section>div{height:100%;text-align:center;backdrop-filter:blur(3px);padding:2em;border-radius:.5em;overflow:hidden;box-shadow:0 0 15px rgba(0,0,0,.2588235294);display:flex;flex-direction:column;gap:1em;justify-content:center;padding-inline:14%;}.consultationLanding .second-section>div .title{font-size:1.5em;border-right:5px solid #fff;border-left:5px solid #fff;border-radius:8px;padding-right:.6em;width:fit-content;padding-inline:1em;margin-inline:auto;}.consultationLanding .second-section>div>*{text-align:center;}.consultationLanding .second-section>div .call-section{display:flex;justify-content:center;gap:1em;}.consultationLanding .third-section{--colorTheme:var(--mainBlue);--colorCompliment:white;position:relative;margin-top:6em;padding:1em;border-radius:.5em;border:1px solid var(--colorTheme);box-shadow:0 0 15px rgba(0,0,0,.1098039216);background-color:#fff;}.consultationLanding .third-section .td-content.hasMore{max-height:27em;overflow:hidden;}.consultationLanding .third-section .td-content.hasMore.active{max-height:max-content;}.consultationLanding .third-section .seeMore{position:absolute;bottom:0;left:0;background-image:linear-gradient(to top,#fff 45%,transparent);padding-block:8.7em 2.2em;color:#1d71b9;display:flex;align-items:center;justify-content:center;width:100%;z-index:1;user-select:none;cursor:pointer;font-size:1.1em;font-weight:700;border-radius:0 0 1em 1em;gap:.5em;}.consultationLanding .third-section .seeMore:after{content:"";font-family:"Font Awesome 5 Free";font-size:.8em;}.consultationLanding .third-section .seeMore.active{position:relative;background-image:unset;padding-block:3em;}.consultationLanding .third-section .seeMore.active:after{content:"";}.consultationLanding .third-section .td-content{--background:white;--a:#fc6542;--p:#383838;--h:#383838;--h_compliment:#1d71b9;--h_orange:#c39c19;}.consultationLanding .third-section .td-content .orange{color:#ffa500!important;}.consultationLanding .third-section .td-content .red{color:#f00!important;}.consultationLanding .third-section .td-content .green{color:#008000!important;}.consultationLanding .third-section .td-content .blue{color:#00f!important;}.consultationLanding .third-section .td-content .yellow{color:#ff0!important;}.consultationLanding .third-section .td-content .link-color1{color:#f25f75!important;}.consultationLanding .third-section .td-content .mark{background-color:#fcd430;}.consultationLanding .third-section .td-content .blue-mamad{color:#4584b6!important;--h_compliment:#4584b6;--colorTheme:#4584b6;--colorAlt:#4584b6;}.consultationLanding .third-section .td-content .orange span{color:var(--h_orange)!important;}.consultationLanding .third-section .td-content .italic{font-style:italic!important;}.consultationLanding .third-section .td-content .underline{text-decoration:underline;}.consultationLanding .third-section .td-content a{color:var(--h);}.consultationLanding .third-section .td-content a:hover{text-decoration:underline;}.consultationLanding .third-section .td-content a:not([href^="#"]):not(.normal){text-decoration:underline;color:var(--a);text-underline-offset:6px;}.consultationLanding .third-section .td-content .h2:not(.exception),.consultationLanding .third-section .td-content h2:not(.exception),.consultationLanding .third-section .td-content .h3:not(.exception),.consultationLanding .third-section .td-content h3:not(.exception),.consultationLanding .third-section .td-content .h4:not(.exception),.consultationLanding .third-section .td-content h4:not(.exception){color:#383838;--borderlength:1.5rem;font-weight:600;border-bottom:.19rem solid transparent;border-image:linear-gradient(to right,transparent 0% calc(100% - var(--borderlength)),var(--h_compliment) calc(100% - var(--borderlength)) 100%);border-image-slice:1;padding-bottom:.8rem;text-align:right;margin-bottom:1rem;}.consultationLanding .third-section .td-content .h2:not(.exception) span,.consultationLanding .third-section .td-content h2:not(.exception) span,.consultationLanding .third-section .td-content .h3:not(.exception) span,.consultationLanding .third-section .td-content h3:not(.exception) span,.consultationLanding .third-section .td-content .h4:not(.exception) span,.consultationLanding .third-section .td-content h4:not(.exception) span{color:var(--h_compliment);}.consultationLanding .third-section .td-content .h2:not(.exception).center,.consultationLanding .third-section .td-content h2:not(.exception).center,.consultationLanding .third-section .td-content .h3:not(.exception).center,.consultationLanding .third-section .td-content h3:not(.exception).center,.consultationLanding .third-section .td-content .h4:not(.exception).center,.consultationLanding .third-section .td-content h4:not(.exception).center{text-align:center;}.consultationLanding .third-section .td-content .h2:not(.exception).orange,.consultationLanding .third-section .td-content h2:not(.exception).orange,.consultationLanding .third-section .td-content .h3:not(.exception).orange,.consultationLanding .third-section .td-content h3:not(.exception).orange,.consultationLanding .third-section .td-content .h4:not(.exception).orange,.consultationLanding .third-section .td-content h4:not(.exception).orange{border-image:linear-gradient(to right,transparent 0% calc(100% - var(--borderlength)),var(--h_orange) calc(100% - var(--borderlength)) 100%);border-image-slice:1;}.consultationLanding .third-section .td-content .h2:not(.exception).orange span,.consultationLanding .third-section .td-content h2:not(.exception).orange span,.consultationLanding .third-section .td-content .h3:not(.exception).orange span,.consultationLanding .third-section .td-content h3:not(.exception).orange span,.consultationLanding .third-section .td-content .h4:not(.exception).orange span,.consultationLanding .third-section .td-content h4:not(.exception).orange span{color:var(--h_orange);}.consultationLanding .third-section .td-content .h2:not(.exception).noLine,.consultationLanding .third-section .td-content h2:not(.exception).noLine,.consultationLanding .third-section .td-content .h3:not(.exception).noLine,.consultationLanding .third-section .td-content h3:not(.exception).noLine,.consultationLanding .third-section .td-content .h4:not(.exception).noLine,.consultationLanding .third-section .td-content h4:not(.exception).noLine{border:0!important;}.consultationLanding .third-section .td-content .h2:not(.exception).noLine::after,.consultationLanding .third-section .td-content h2:not(.exception).noLine::after,.consultationLanding .third-section .td-content .h3:not(.exception).noLine::after,.consultationLanding .third-section .td-content h3:not(.exception).noLine::after,.consultationLanding .third-section .td-content .h4:not(.exception).noLine::after,.consultationLanding .third-section .td-content h4:not(.exception).noLine::after{display:none!important;}.consultationLanding .third-section .td-content .h2:not(.exception).center,.consultationLanding .third-section .td-content h2:not(.exception).center,.consultationLanding .third-section .td-content .h3:not(.exception).center,.consultationLanding .third-section .td-content h3:not(.exception).center,.consultationLanding .third-section .td-content .h4:not(.exception).center,.consultationLanding .third-section .td-content h4:not(.exception).center{text-align:center;border:0;position:relative;margin-bottom:2em!important;}.consultationLanding .third-section .td-content .h2:not(.exception).center::after,.consultationLanding .third-section .td-content h2:not(.exception).center::after,.consultationLanding .third-section .td-content .h3:not(.exception).center::after,.consultationLanding .third-section .td-content h3:not(.exception).center::after,.consultationLanding .third-section .td-content .h4:not(.exception).center::after,.consultationLanding .third-section .td-content h4:not(.exception).center::after{content:"";display:block;height:1em;width:.1em;background-color:var(--h_compliment);position:absolute;top:calc(100% + .2em);left:0;right:0;margin:auto;}.consultationLanding .third-section .td-content .h2:not(.exception).center.noLine,.consultationLanding .third-section .td-content h2:not(.exception).center.noLine,.consultationLanding .third-section .td-content .h3:not(.exception).center.noLine,.consultationLanding .third-section .td-content h3:not(.exception).center.noLine,.consultationLanding .third-section .td-content .h4:not(.exception).center.noLine,.consultationLanding .third-section .td-content h4:not(.exception).center.noLine{margin-bottom:1rem;}.consultationLanding .third-section .td-content .h2:not(.exception),.consultationLanding .third-section .td-content h2:not(.exception){font-size:24px;}.consultationLanding .third-section .td-content .h3:not(.exception),.consultationLanding .third-section .td-content h3:not(.exception){font-size:20px;padding-bottom:.5rem;}.consultationLanding .third-section .td-content .h4:not(.exception),.consultationLanding .third-section .td-content h4:not(.exception){font-size:16px;}.consultationLanding .third-section .td-content .heighlight{color:var(--colorHeighlight)!important;font-weight:500;}.consultationLanding .third-section .td-content .heighlight2{color:var(--colorAlt);font-weight:500;}.consultationLanding .third-section .td-content .body:not(.exception),.consultationLanding .third-section .td-content p:not(.exception),.consultationLanding .third-section .td-content ol:not(.exception),.consultationLanding .third-section .td-content ul:not(.exception){line-height:1.9rem;color:var(--p);font-size:1rem;text-align:unset;}.consultationLanding .third-section .td-content pre.exception{line-height:1.9rem;color:var(--p);font-size:1rem;text-align:justify;}.consultationLanding .third-section .td-content b,.consultationLanding .third-section .td-content .bold{font-weight:600!important;}.consultationLanding .third-section .td-content strong{font-weight:inherit;}.consultationLanding .third-section .td-content ul:not(.exception)>li,.consultationLanding .third-section .td-content ol:not(.exception)>li{list-style-type:none;}.consultationLanding .third-section .td-content ul:not(.exception)>a,.consultationLanding .third-section .td-content ol:not(.exception)>a{display:list-item;}.consultationLanding .third-section .td-content ul:not(.exception).disk>li,.consultationLanding .third-section .td-content ul:not(.exception).disk>a,.consultationLanding .third-section .td-content ol:not(.exception).disk>li,.consultationLanding .third-section .td-content ol:not(.exception).disk>a{display:list-item;margin-right:.9rem;list-style-type:disc;}.consultationLanding .third-section .td-content ul:not(.exception).circle>li,.consultationLanding .third-section .td-content ol:not(.exception).circle>li{list-style-type:circle;}.consultationLanding .third-section .td-content ul:not(.exception) ul,.consultationLanding .third-section .td-content ul:not(.exception) ol,.consultationLanding .third-section .td-content ol:not(.exception) ul,.consultationLanding .third-section .td-content ol:not(.exception) ol{margin-right:1em;}.consultationLanding .third-section .td-content ol>li{list-style-type:decimal!important;margin-right:1.7rem;}.consultationLanding .third-section .td-content li:last-child{margin-bottom:2em;}.consultationLanding .third-section .td-content img:not(.exception):not(.normal){max-width:60%;max-height:25rem;margin:2rem auto;display:block;width:auto;transition:.2s;margin-bottom:4rem;border-radius:12px;}.consultationLanding .third-section .td-content img:not(.exception):not(.normal)+span{margin-top:-3rem;}.consultationLanding .third-section .td-content img:not(.exception):not(.normal).fullscreen{max-width:unset;width:100%;max-height:unset;}.consultationLanding .third-section .td-content img:not(.exception):not(.normal):not(.unclickable){cursor:pointer;}.consultationLanding .third-section .td-content img:not(.exception):not(.normal):not(.unclickable):hover,.consultationLanding .third-section .td-content img:not(.exception):not(.normal):not(.unclickable) .active{box-shadow:2px 2px 11px rgba(0,0,0,.44);}.consultationLanding .third-section .td-content img+span{display:block;text-align:center;padding:0;font-weight:bold;font-size:1rem;margin-bottom:0;}.consultationLanding .third-section .td-content .float-img{float:left;margin-right:2em;}.consultationLanding .third-section .td-content .float-img>img{max-width:25em!important;object-fit:contain;}.consultationLanding .third-section .td-content video:not(.exception){width:100%;height:auto;max-width:57rem;display:block;margin:2rem auto;box-shadow:2px 2px 7px rbga(0,0,0,.231372549);border-radius:.5rem;}.consultationLanding .third-section .td-content blockquote{font-size:1rem;background:rgba(0,0,0,.03);border-radius:.3em;border-right:.4em solid var(--h3);font-weight:700;padding:3em;position:relative;max-width:50em;margin:auto;line-height:2em;text-align:justify;}.consultationLanding .third-section .td-content blockquote::before{content:",,";position:absolute;top:.2em;font-size:2.2em;right:.8em;}@media(max-width:480px){.consultationLanding .third-section .td-content blockquote{font-size:.85rem;}}.consultationLanding .third-section .td-content ins{text-decoration:none;font-size:1.15rem;font-weight:600;background:#f9f9f9;display:block;border-right:.3em solid;padding:1.3em;border-image:linear-gradient(#f9f9f9 25%,var(--h3) 25%,var(--h3) 75%,#f9f9f9 75%);border-image-slice:1;border-radius:.7em;margin-block:2rem;}.consultationLanding .third-section .td-content hr{width:80%;height:1px;background-color:#d3d3d3;margin:5em auto;display:flex;justify-content:center;align-items:center;overflow:visible;}.consultationLanding .third-section .td-content hr::before{content:",,";background:#fff;font-size:4em;padding:0 .9em;position:relative;bottom:.2em;}.consultationLanding .third-section .td-content mark{color:var(--h);font-size:1rem;font-weight:bold;background:none;max-width:50%;text-align:justify;}.consultationLanding .third-section .td-content mark.left{padding-right:.5em;margin-right:.5em;float:left;border-right:.25em solid #000;}.consultationLanding .third-section .td-content mark.right{padding-left:.5em;margin-left:.5em;float:right;border-left:.25em solid #000;}.consultationLanding .third-section .td-content .myTable{display:block;margin:auto;border:1px solid #ececec;border-radius:.4rem;overflow:hidden;margin-bottom:3rem;width:fit-content;overflow-x:auto;max-width:100%;font-size:.95rem;clear:both;}.consultationLanding .third-section .td-content .myTable .tr{display:table-row;}.consultationLanding .third-section .td-content .myTable .tr.head{background-color:#348edc;color:#fff;font-weight:bold;}.consultationLanding .third-section .td-content .myTable .tr .td{display:table-cell;padding:.7rem 1rem;text-align:center;border:1px solid #ddd;}.consultationLanding .third-section .td-content .myTable .tr .td.justify{text-align:justify;}.consultationLanding .third-section .td-content .myTable .tr:nth-child(2n){background:#f9f9f9;}.consultationLanding .third-section .td-content .myTable.not-center .tr:not(.head) .td{text-align:justify;}.consultationLanding .third-section .td-content .myTable.vertical{display:flex;flex-direction:row;width:max-content;}.consultationLanding .third-section .td-content .myTable.vertical .td{display:flex;flex-direction:column;}.consultationLanding .third-section .td-content .collage{display:grid;grid-template-columns:repeat(2,auto);justify-content:center;gap:3em;margin-bottom:5em;}.consultationLanding .third-section .td-content .collage img{width:100%!important;aspect-ratio:16/9;object-fit:contain;max-width:unset!important;max-height:unset!important;margin:0!important;}.consultationLanding .third-section .td-content .collage img::before{content:attr(data-title);}.consultationLanding .third-section .td-content .collage img+span{margin-top:1em!important;}.consultationLanding .third-section .td-content .collage.one{grid-template-columns:1fr;gap:0;}.consultationLanding .third-section .td-content .collage.one img{object-fit:contain;}.consultationLanding .third-section .td-content .collage.one-two{grid-template-columns:50% 50%;}.consultationLanding .third-section .td-content .collage.one-two.reverse{grid-template-columns:40% 59%;}.consultationLanding .third-section .td-content .collage.three{grid-template-columns:repeat(3,auto);}.consultationLanding .third-section .td-content .collage.four{grid-template-columns:repeat(4,auto);}.consultationLanding .third-section .td-content .collage.five{grid-template-columns:repeat(5,auto);}@media(max-width:992px){.consultationLanding .third-section .td-content .collage{grid-template-columns:1fr;}}@media(max-width:698px){.consultationLanding .third-section .td-content .collage.one-sm{grid-template-columns:1fr;}.consultationLanding .third-section .td-content .collage.two-sm{grid-template-columns:repeat(2,auto);}.consultationLanding .third-section .td-content .collage.three-sm{grid-template-columns:repeat(3,auto);}.consultationLanding .third-section .td-content .collage.four-sm{grid-template-columns:repeat(4,auto);}.consultationLanding .third-section .td-content .collage.five-sm{grid-template-columns:repeat(5,auto);}}.consultationLanding .third-section .td-content .TipBox,.consultationLanding .third-section .td-content .tipBox{border:2px solid #ecae00;background-color:#fff2cf;border-radius:5px;margin:3rem 0;margin-top:5rem;position:relative;font-size:1.3rem;padding:1rem 1.2rem;padding-top:2.5rem;}.consultationLanding .third-section .td-content .TipBox h1,.consultationLanding .third-section .td-content .TipBox h2,.consultationLanding .third-section .td-content .TipBox h3,.consultationLanding .third-section .td-content .TipBox h4,.consultationLanding .third-section .td-content .tipBox h1,.consultationLanding .third-section .td-content .tipBox h2,.consultationLanding .third-section .td-content .tipBox h3,.consultationLanding .third-section .td-content .tipBox h4{border:0;text-align:center;}.consultationLanding .third-section .td-content .TipBox h1::after,.consultationLanding .third-section .td-content .TipBox h2::after,.consultationLanding .third-section .td-content .TipBox h3::after,.consultationLanding .third-section .td-content .TipBox h4::after,.consultationLanding .third-section .td-content .tipBox h1::after,.consultationLanding .third-section .td-content .tipBox h2::after,.consultationLanding .third-section .td-content .tipBox h3::after,.consultationLanding .third-section .td-content .tipBox h4::after{display:none;}.consultationLanding .third-section .td-content .TipBox::before,.consultationLanding .third-section .td-content .tipBox::before{content:"";background-image:url("/Content/images/img/qu.png");width:3.8rem;height:3.9rem;display:block;position:absolute;right:.2rem;top:-2.2rem;}.consultationLanding .third-section .td-content .TipBox span,.consultationLanding .third-section .td-content .tipBox span{font-size:1.2rem;color:#f09000;font-weight:bold;display:block;margin-bottom:1rem;}.consultationLanding .third-section .td-content .TipBox span img,.consultationLanding .third-section .td-content .tipBox span img{display:none;}.consultationLanding .third-section .td-content .TipBox p:not(.exception),.consultationLanding .third-section .td-content .tipBox p:not(.exception){font-size:1rem;}.consultationLanding .third-section .td-content .TipBox img[src*=tip],.consultationLanding .third-section .td-content .tipBox img[src*=tip]{display:none;}.consultationLanding .third-section .td-content .attention{background:radial-gradient(#c0c0c0,#e2e2e2,#fff);border:.1em solid #cecece;padding:2em;border-radius:1.2em;}.consultationLanding .third-section .td-content .attention span{color:var(--h);font-weight:bold;text-align:center;display:block;font-size:1.3rem;}.consultationLanding .third-section .td-content ul:not(:last-child),.consultationLanding .third-section .td-content ol:not(:last-child),.consultationLanding .third-section .td-content p:not(:last-child),.consultationLanding .third-section .td-content h1:not(:last-child),.consultationLanding .third-section .td-content h2:not(:last-child),.consultationLanding .third-section .td-content h3:not(:last-child),.consultationLanding .third-section .td-content h4:not(:last-child),.consultationLanding .third-section .td-content .title:not(:last-child),.consultationLanding .third-section .td-content .subtitle:not(:last-child),.consultationLanding .third-section .td-content .h4:not(:last-child),.consultationLanding .third-section .td-content .h3:not(:last-child),.consultationLanding .third-section .td-content .h2:not(:last-child),.consultationLanding .third-section .td-content ins:not(:last-child),.consultationLanding .third-section .td-content .attention:not(:last-child),.consultationLanding .third-section .td-content blockquote:not(:last-child),.consultationLanding .third-section .td-content .body:not(:last-child){margin-bottom:1rem;}.consultationLanding .third-section .td-content .ltr{direction:ltr!important;}.consultationLanding .third-section .td-content .h-auto{height:auto!important;}.consultationLanding .third-section .td-content .linkNote+br+span{word-wrap:break-word;}.consultationLanding .third-section .td-content .recommend-blog{font-size:1.2em;display:flex;gap:2em;width:fit-content;margin:auto;border:2px dashed #f00;padding:2em;justify-content:space-between;align-items:center;margin-block:2em;color:var(--textColorStrong)!important;}.consultationLanding .third-section .td-content .recommend-blog:hover{border-color:#b71724;background-color:#fef3f4;text-decoration:none;}.consultationLanding .third-section .td-content .recommend-blog .title{color:#e31e2e;}.consultationLanding .third-section .td-content .recommend-blog>.img{flex-basis:25%;flex-shrink:0;}.consultationLanding .third-section .td-content .recommend-blog>.img>img{width:100%;max-width:unset;max-height:10em;margin:unset;margin-right:auto;display:block;box-shadow:none;aspect-ratio:unset;}.consultationLanding .third-section .td-content .recommend-blog>span{display:flex;flex-direction:column;}@media(max-width:698px){.consultationLanding .third-section .td-content .recommend-blog{border:0;background-color:#f5f5f5;width:100%;padding:1em;}.consultationLanding .third-section .td-content .recommend-blog .title{font-size:1.2em;}.consultationLanding .third-section .td-content .recommend-blog .img{display:none;}}@media(max-width:480px){.consultationLanding .third-section .td-content .recommend-blog{font-size:14px;}.consultationLanding .third-section .td-content .recommend-blog .title{font-size:1.2em;}}.consultationLanding .third-section .td-content .new-recommend-blog{background-color:#ffd781;display:flex;flex-direction:column;padding:1.5em;border-radius:1em;gap:.5em;font-size:16px;}.consultationLanding .third-section .td-content .new-recommend-blog .new-recommend-blog-context{display:flex;gap:1.5em;align-items:center;}.consultationLanding .third-section .td-content .new-recommend-blog .new-recommend-blog-context>img{flex-shrink:0;width:294px;height:194px;}.consultationLanding .third-section .td-content .new-recommend-blog .new-recommend-blog-context .new-recommend-blog-text{min-height:194px;background-color:rgba(255,255,255,.5);padding:1em;border-radius:1em;display:flex;flex-direction:column;}.consultationLanding .third-section .td-content .new-recommend-blog .new-recommend-blog-context .new-recommend-blog-text a{color:#b50003!important;}.consultationLanding .third-section .td-content .new-recommend-blog .new-recommend-blog-context .new-recommend-blog-text a:hover{text-decoration:none;}.consultationLanding .third-section .td-content .new-recommend-blog .new-recommend-blog-context .new-recommend-blog-text .show-weblog{font-size:.9em;align-self:flex-end;margin-top:auto;}.consultationLanding .third-section .td-content .new-recommend-blog .new-recommend-blog-context .new-recommend-blog-text .new-recommend-blog-title>a{font-size:1.2em;font-weight:600;}.consultationLanding .third-section .td-content .new-recommend-blog .new-recommend-blog-context .new-recommend-blog-text>p{color:#000!important;font-size:.95em;margin-bottom:0;}.consultationLanding .third-section .td-content .new-recommend-blog .new-recommend-blog-label{color:#000;}@media(max-width:698px){.consultationLanding .third-section .td-content .new-recommend-blog{font-size:15px;padding:1em;}.consultationLanding .third-section .td-content .new-recommend-blog .new-recommend-blog-context{flex-direction:column-reverse;}.consultationLanding .third-section .td-content .new-recommend-blog .new-recommend-blog-context>img{max-width:294px!important;width:100%;height:auto;}}.consultationLanding .third-section .td-content .node{--h_compliment:#608b68;--colorTheme:#608b68;--colorAlt:#608b68;--h3:#608b68;}.consultationLanding .third-section .td-content .micro{--h_compliment:#0052cc;--colorTheme:#0052cc;--colorAlt:#0052cc;--h3:#0052cc;}.consultationLanding .third-section .td-content .ddd{--h_compliment:#27c3dd;--colorTheme:#27c3dd;--colorAlt:#27c3dd;--h3:#27c3dd;}.consultationLanding .third-section .td-content .logic{--h_compliment:#515e7a;--colorTheme:#515e7a;--colorAlt:#515e7a;--h3:#515e7a;}.consultationLanding .third-section .td-content .python-project-color{--h_compliment:#54bab9;--colorTheme:#54bab9;--colorAlt:#54bab9;--h3:#54bab9;}.consultationLanding .third-section .td-content .csharp-project-color{--h_compliment:#f8ad9d;--colorTheme:#f8ad9d;--colorAlt:#f8ad9d;--h3:#f8ad9d;}.consultationLanding .third-section .td-content .machine-learning-project-color{--h_compliment:#31e1f7;--colorTheme:#31e1f7;--colorAlt:#31e1f7;--h3:#31e1f7;}.consultationLanding .third-section .td-content .java-project-color{--h_compliment:#ffa5a5;--colorTheme:#ffa5a5;--colorAlt:#ffa5a5;--h3:#ffa5a5;}.consultationLanding .third-section .td-content .web-design-project-color{--h_compliment:#f08080;--colorTheme:#f08080;--colorAlt:#f08080;--h3:#f08080;}.consultationLanding .third-section .td-content .django-project-color{--h_compliment:#a0c4ff;--colorTheme:#a0c4ff;--colorAlt:#a0c4ff;--h3:#a0c4ff;}.consultationLanding .third-section .td-content .default-project-color{--h_compliment:#c20000;--colorTheme:#c20000;--colorAlt:#c20000;--h3:#c20000;}.consultationLanding .third-section .td-content .access-project-color{--h_compliment:#006a71;--colorTheme:#006a71;--colorAlt:#006a71;--h3:#006a71;}.consultationLanding .third-section .td-content .php-project-color{--h_compliment:#ffd670;--colorTheme:#ffd670;--colorAlt:#ffd670;--h3:#ffd670;}.consultationLanding .third-section .td-content .orange-color{--h_compliment:orange;--colorTheme:orange;--colorAlt:orange;--h3:orange;}.consultationLanding .third-section .td-content .blue-theme-color{--h_compliment:#1d71b9;--colorTheme:#1d71b9;--colorAlt:#1d71b9;--h3:#1d71b9;}.consultationLanding .third-section .td-content .divTable .h_iframe-aparat_embed_frame,.consultationLanding .third-section .td-content .divTable video{width:52vw;}.consultationLanding .third-section .td-content .cursor{cursor:pointer!important;}.consultationLanding .third-section .td-content .collapsible::before{content:"+"!important;content:"+"!important;color:#007bff!important;font-weight:600;font-size:1.3em;}.consultationLanding .third-section .td-content .collapsible+.collapsibleContent{max-height:0;overflow:hidden;}.consultationLanding .third-section .td-content .collapsible+.collapsibleContent.active{max-height:var(--maxHeight);}.consultationLanding .third-section .td-content .collapsible.active::before{content:"-"!important;}.consultationLanding .third-section .td-content .collapsible.active+.collapsibleContent{overflow:visible;}.consultationLanding .third-section .td-content .part{background-color:var(--colorTheme);border-radius:.7em;font-size:1.2em;color:var(--colorCompliment);padding:.5em .7em;margin-bottom:.5em!important;border-bottom:0!important;}.consultationLanding .third-section .td-content .part h2:not(.exception),.consultationLanding .third-section .td-content .part h3:not(.exception),.consultationLanding .third-section .td-content .part h4:not(.exception),.consultationLanding .third-section .td-content .part .h2:not(.exception),.consultationLanding .third-section .td-content .part .h3:not(.exception),.consultationLanding .third-section .td-content .part .h4:not(.exception){margin:0;margin-bottom:0!important;padding:0;color:inherit;border-bottom:0;font-size:1.15rem;}.consultationLanding .third-section .td-content .box{background-color:var(--colorCompliment);border:.1em solid var(--colorAlt);border-radius:.7em;padding:1em 2em;margin-bottom:3rem;--p:#383838;}.consultationLanding .third-section .td-content .box.project{background-color:var(--colorAlt);display:grid;grid-template-columns:25% auto;grid-template-areas:"right left";gap:6em;padding:1em 5em;}.consultationLanding .third-section .td-content .box.project *{color:var(--colorCompliment)!important;}.consultationLanding .third-section .td-content .box.project .left{grid-area:left;margin-block:auto;}.consultationLanding .third-section .td-content .box.project .left h4{margin-top:1em;}.consultationLanding .third-section .td-content .box.project img{margin-block:auto;grid-area:right;}.consultationLanding .third-section .td-content .box img{cursor:unset!important;max-width:100%;height:auto;}.consultationLanding .third-section .td-content .box:not(.project)>img{height:auto;}.consultationLanding .third-section .td-content .box:not(.project) .block-img{width:auto;margin:auto;height:300px;float:none;margin-bottom:2em;}@media(max-width:698px){.consultationLanding .third-section .td-content .box:not(.project){padding:1em 1em;}.consultationLanding .third-section .td-content .box:not(.project)>img{float:unset;margin:2em auto;}.consultationLanding .third-section .td-content .box:not(.project)>img+span{margin-top:0;}.consultationLanding .third-section .td-content .box:not(.project) .block-img{width:100%;height:auto;}.consultationLanding .third-section .td-content .box.project{grid-template-columns:auto;grid-template-areas:unset;gap:1em;padding:2em;}.consultationLanding .third-section .td-content .box.project>img{grid-area:unset;width:80%;height:auto;}.consultationLanding .third-section .td-content .box.project>.left{grid-area:unset;}.consultationLanding .third-section .td-content .box.project.withLabel::before{display:none;}}@media(max-width:698px){.consultationLanding .third-section .td-content .part{font-size:1em;}}.consultationLanding .third-section .td-content .red{color:#f00;}.consultationLanding .third-section .td-content .blue{color:#00f;}.consultationLanding .third-section .td-content .green{color:#008000;}.consultationLanding .third-section .td-content pre:not(.exception){white-space:break-spaces;direction:ltr;text-align:left;background:#1f1f1f;color:#fff;padding:.5em;border-radius:.5em;margin:1em 0;font-size:16px;position:relative;font-family:monospace!important;}.consultationLanding .third-section .td-content pre:not(.exception)>button{background:#fff;padding:.3em;border-radius:.3em;position:absolute;right:.3em;top:.3em;font-size:1.1em;direction:rtl;transition:.2s;white-space:nowrap;}.consultationLanding .third-section .td-content pre:not(.exception)>button::before{content:"";font-family:"Font Awesome 5 free";}.consultationLanding .third-section .td-content pre:not(.exception)>button:hover{background-color:#e8e8e8;}.consultationLanding .third-section .td-content pre:not(.exception)>button.copied{background-color:#439f43;color:#fff;cursor:unset;}.consultationLanding .third-section .td-content .simpleTextImage{display:flex;align-items:center;gap:1em;background-color:rgba(29,113,185,.27);border-radius:.8em;justify-content:space-around;padding:1em;margin-block:2em;font-size:16px;flex-direction:row-reverse;max-width:900px;margin-inline:auto;box-shadow:0 0 15px rgba(0,0,0,.1098039216);}.consultationLanding .third-section .td-content .simpleTextImage>.context .h3,.consultationLanding .third-section .td-content .simpleTextImage>.context h3,.consultationLanding .third-section .td-content .simpleTextImage>.context>p,.consultationLanding .third-section .td-content .simpleTextImage>.context a{color:var(--textColorStrong);text-decoration:none;border:0;padding-bottom:0;margin-bottom:.2em;}.consultationLanding .third-section .td-content .simpleTextImage>.context p.boldText{color:#565656;font-weight:600;}.consultationLanding .third-section .td-content .simpleTextImage>.context p.boldText a{color:#565656;}.consultationLanding .third-section .td-content .simpleTextImage>.context .show-btn{color:var(--mainBlue);background-color:inherit;font-size:.75em;font-weight:700;border-radius:unset;width:auto;padding:0;margin:unset;display:flex;align-items:center;margin-right:auto;width:fit-content;}.consultationLanding .third-section .td-content .simpleTextImage>.context .show-btn::after{content:"";display:inline-block;--wid:1.3em;width:var(--wid);height:var(--wid);background-image:url(/Content/images/Icons/icon-pack-blue.png);background-repeat:no-repeat;background-size:685%;background-position:3% 0;}.consultationLanding .third-section .td-content .simpleTextImage>img{max-width:200px;flex-shrink:0;border-radius:.5em!important;}.consultationLanding .third-section .td-content .simpleTextImage.without-image>img{display:none;}.consultationLanding .third-section .td-content .collapsibleSection{display:flex;flex-direction:column;}.consultationLanding .third-section .td-content .collapsibleSection>.title{display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s;margin-bottom:0!important;}.consultationLanding .third-section .td-content .collapsibleSection>.title::after{content:"";--wid:.3em;width:var(--wid);height:var(--wid);border-right:2px solid #383838;border-bottom:2px solid #383838;transform:rotate(45deg);transition:all .3s;}.consultationLanding .third-section .td-content .collapsibleSection>.content{height:0;overflow:hidden;transition:all .3s;}.consultationLanding .third-section .td-content .collapsibleSection.active>.title{margin-bottom:.5em!important;}.consultationLanding .third-section .td-content .collapsibleSection.active>.title::after{transform:rotate(225deg);}.consultationLanding .third-section .td-content .collapsibleSection.active>.content{height:var(--height);}.consultationLanding .third-section .td-content .w-30{width:30%!important;}.consultationLanding .third-section .td-content .w-50{width:50%!important;}.consultationLanding .third-section .td-content .w-80{width:80%!important;}.consultationLanding .third-section .td-content .newAds{font-size:15px;}.consultationLanding .third-section .td-content .table-container{overflow-x:auto;box-shadow:0 0 15px rgba(0,0,0,.1098039216);margin-block:4em;font-size:14px;}.consultationLanding .third-section .td-content .table-container::-webkit-scrollbar{height:5px;}.consultationLanding .third-section .td-content .table-container::-webkit-scrollbar-track{background:#fff;border-radius:3px;}.consultationLanding .third-section .td-content .table-container::-webkit-scrollbar-thumb{background:#2086c8;border-radius:3px;}.consultationLanding .third-section .td-content .table-container table{width:100%;border-collapse:collapse;text-align:left;overflow:hidden;}.consultationLanding .third-section .td-content .table-container table tr:nth-child(even){background-color:#f9f9f9;}.consultationLanding .third-section .td-content .table-container table tr:hover{background-color:#f1f1f1;}.consultationLanding .third-section .td-content .table-container table th,.consultationLanding .third-section .td-content .table-container table td{padding:.7em 0;text-align:center;line-height:2.2;color:var(--textColorStrong);border:1px solid #ddd;}.consultationLanding .third-section .td-content .table-container table th{background-color:#f4f4f4;border-bottom:1px solid #ddd;font-size:1.1em;font-weight:600;}.consultationLanding .third-section .td-content .table-container.align-right td{text-align:right;}.consultationLanding .third-section .td-content .table-container.first-column-head table tr td:first-child{background-color:#f4f4f4;}.consultationLanding .third-section .td-content .MsoNormal{word-wrap:break-word;}@media(max-width:1200px){.consultationLanding .third-section .td-content .divTable .h_iframe-aparat_embed_frame,.consultationLanding .third-section .td-content .divTable video{width:72vw;max-width:100%;margin:auto;}}@media(max-width:698px){.consultationLanding .third-section .td-content .float-img{float:unset;margin-right:inherit;}.consultationLanding .third-section .td-content .float-img>img{max-width:100%;}.consultationLanding .third-section .td-content .simpleTextImage{flex-direction:column-reverse;}.consultationLanding .third-section .td-content .simpleTextImage>img{width:100%;max-width:300px;}.consultationLanding .third-section .td-content .table-container{font-size:12px;}.consultationLanding .third-section .td-content .table-container table th,.consultationLanding .third-section .td-content .table-container table td{min-width:130px;}.consultationLanding .third-section .td-content .myTable .tr .td{min-width:210px;}}@media(max-width:480px){.consultationLanding .third-section .td-content .simpleTextImage{font-size:14px;}.consultationLanding .third-section .td-content p:not(.exception),.consultationLanding .third-section .td-content ol:not(.exception),.consultationLanding .third-section .td-content ul:not(.exception){font-size:14px;}.consultationLanding .third-section .td-content .h2:not(.exception),.consultationLanding .third-section .td-content h2:not(.exception){font-size:22px;}.consultationLanding .third-section .td-content .h4:not(.exception),.consultationLanding .third-section .td-content h4:not(.exception){font-size:16px;}.consultationLanding .third-section .td-content .h3:not(.exception),.consultationLanding .third-section .td-content h3:not(.exception){font-size:18px;}.consultationLanding .third-section .td-content mark{max-width:100%;margin:0 0 1em 0;}.consultationLanding .third-section .td-content img{width:100%;}.consultationLanding .third-section .td-content img:not(.normal){width:100%;max-width:100%!important;}}.consultationLanding .commonQ{padding:0;}.consultationLanding .commonQ .Q,.consultationLanding .commonQ .A{width:100%;}@media(max-width:1200px){.consultationLanding .title,.consultationLanding .mainTitle{font-size:1.25em!important;}.consultationLanding .first-section{column-gap:unset;overflow:visible;display:flex;flex-direction:column-reverse;height:700px;}.consultationLanding .first-section .seoLandingLink{align-self:flex-start;}.consultationLanding .first-section .left{margin:auto;max-width:33em;max-height:33em;--wid:47vw;}}@media(max-width:1200px) and (max-width:900px){.consultationLanding .first-section .left{width:400px;}}@media(max-width:1200px) and (max-width:400px){.consultationLanding .first-section .left{width:300px;}}@media(max-width:698px){.consultationLanding .second-section{height:auto;}.consultationLanding .second-section>div{padding:1em;}.consultationLanding .second-section>div .call-section{flex-direction:column;align-items:center;gap:1.5em;}.consultationLanding .seoLandingLink{width:100%;font-size:1em;}.consultationLanding .seoLandingLink>div{justify-content:center;}}.consultationLanding #webinarModal{width:50%;height:16rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.7);display:none;background:#fff;border-radius:14px;padding:1.5rem;box-shadow:0 10px 40px rgba(0,0,0,.2);opacity:0;animation:showModal .35s ease-out forwards;gap:1.5rem;}.consultationLanding #webinarModal.show{display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:200;}.consultationLanding #webinarModal>img{width:20%;}@media(max-width:500px){.consultationLanding #webinarModal{width:75%;}}.consultationLanding #webinarModal .message{color:#000;font-size:1rem;line-height:1.7;text-align:center;}.webinarCard{--x:50%;--y:50%;max-width:480px;margin:40px auto;padding:22px;background:#fff;border-radius:18px;text-align:center;font-family:inherit;position:relative;overflow:hidden;box-shadow:0 4px 18px rgba(0,0,0,.08),0 0 0 rgba(32,134,200,0);transition:box-shadow .45s ease,transform .45s ease;}.webinarCard::before{content:"";position:absolute;inset:0;background:radial-gradient(600px circle at var(--x) var(--y),rgba(32,134,200,.22),transparent 55%);opacity:0;transition:opacity .4s ease;pointer-events:none;}.webinarCard::after{content:"";position:absolute;border-radius:inherit;background:linear-gradient(120deg,transparent 20%,rgba(32,134,200,.35),transparent 80%);opacity:0;transition:opacity .4s ease;pointer-events:none;}.webinarCard:hover{transform:translateY(-6px);box-shadow:0 25px 55px rgba(32,134,200,.22),0 0 0 1px rgba(32,134,200,.12);}.webinarCard:hover::before,.webinarCard:hover::after{opacity:1;}.webinarCard>img{width:100%;margin-bottom:18px;border-radius:14px;transition:filter .4s ease;}.webinarCard:hover>img{filter:brightness(1.04) contrast(1.05);}.webinarCard>h3{margin-bottom:14px;font-size:1.25rem;font-weight:600;color:#1e3a8a;}.webinarCard>p{margin-bottom:22px;font-size:.96rem;line-height:1.8;color:#333;}.webinarCard>a{display:inline-block;padding-inline:1rem;padding-block:.5rem;background:linear-gradient(135deg,#42a2e1,#2086c8);color:#fff;border-radius:12px;text-decoration:none;font-size:.95rem;font-weight:500;box-shadow:0 0 0 rgba(32,134,200,0);transition:all .3s;width:40%;}@media(max-width:480px){.webinarCard>a{width:55%;}}.webinarCard>a:hover{width:100%;}.webinarCard:hover>a{box-shadow:0 0 25px rgba(32,134,200,.6);}@media(max-width:480px){.webinarCard{padding:18px;margin-inline:1rem;}}@keyframes showModal{0%{opacity:0;transform:translate(-50%,-50%) scale(.7);}60%{opacity:1;transform:translate(-50%,-50%) scale(1.03);}100%{opacity:1;transform:translate(-50%,-50%) scale(1);}}