@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");.trm-white-icon{display:none}.trm-logo-text{color:#00283a}.trm-preloader{width:100%;height:100vh;position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;opacity:0;transition:.6s ease-in-out}.preloader{width:45px;height:45px;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);animation:rotatePreloader 1.5s ease-in infinite}@keyframes rotatePreloader{0%{transform:translateX(-50%) translateY(-50%) rotate(0deg)}to{transform:translateX(-50%) translateY(-50%) rotate(-1turn)}}.preloader div{position:absolute;width:100%;height:100%;opacity:0}.preloader div:before{content:"";position:absolute;left:50%;top:0;width:12%;height:12%;background-color:#00283a;transform:translateX(-50%);border-radius:50%}.preloader div:first-child{transform:rotate(0deg);animation:rotateCircle1 1.5s linear infinite;z-index:9}@keyframes rotateCircle1{0%{opacity:1;transform:rotate(36deg)}7%{transform:rotate(0deg)}57%{transform:rotate(0deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(2){transform:rotate(36deg);animation:rotateCircle2 1.5s linear infinite;z-index:8}@keyframes rotateCircle2{5%{opacity:0}5.0001%{opacity:1;transform:rotate(0deg)}12%{transform:rotate(-36deg)}62%{transform:rotate(-36deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(3){transform:rotate(72deg);animation:rotateCircle3 1.5s linear infinite;z-index:7}@keyframes rotateCircle3{10%{opacity:0}10.0002%{opacity:1;transform:rotate(-36deg)}17%{transform:rotate(-72deg)}67%{transform:rotate(-72deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(4){transform:rotate(108deg);animation:rotateCircle4 1.5s linear infinite;z-index:6}@keyframes rotateCircle4{15%{opacity:0}15.0003%{opacity:1;transform:rotate(-72deg)}22%{transform:rotate(-108deg)}72%{transform:rotate(-108deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(5){transform:rotate(144deg);animation:rotateCircle5 1.5s linear infinite;z-index:5}@keyframes rotateCircle5{20%{opacity:0}20.0004%{opacity:1;transform:rotate(-108deg)}27%{transform:rotate(-144deg)}77%{transform:rotate(-144deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(6){transform:rotate(180deg);animation:rotateCircle6 1.5s linear infinite;z-index:4}@keyframes rotateCircle6{25%{opacity:0}25.0005%{opacity:1;transform:rotate(-144deg)}32%{transform:rotate(-180deg)}82%{transform:rotate(-180deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(7){transform:rotate(216deg);animation:rotateCircle7 1.5s linear infinite;z-index:3}@keyframes rotateCircle7{30%{opacity:0}30.0006%{opacity:1;transform:rotate(-180deg)}37%{transform:rotate(-216deg)}87%{transform:rotate(-216deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(8){transform:rotate(252deg);animation:rotateCircle8 1.5s linear infinite;z-index:2}@keyframes rotateCircle8{35%{opacity:0}35.0007%{opacity:1;transform:rotate(-216deg)}42%{transform:rotate(-252deg)}92%{transform:rotate(-252deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(9){transform:rotate(288deg);animation:rotateCircle9 1.5s linear infinite;z-index:1}@keyframes rotateCircle9{40%{opacity:0}40.0008%{opacity:1;transform:rotate(-252deg)}47%{transform:rotate(-288deg)}97%{transform:rotate(-288deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(10){transform:rotate(324deg);animation:rotateCircle10 1.5s linear infinite;z-index:0}@keyframes rotateCircle10{45%{opacity:0}45.0009%{opacity:1;transform:rotate(-288deg)}52%{transform:rotate(-324deg)}102%{transform:rotate(-324deg)}to{transform:rotate(-324deg);opacity:1}}body{background-color:#00151f;overflow:hidden}.trm-app-frame{border:10px solid #00151f;position:relative;overflow:hidden;border-radius:20px;width:100vw;height:100vh;background-color:#f4f5f7;box-shadow:0 2px 4px -2px rgba(0,0,0,.15);transition:.4s ease-in-out}.trm-app-frame .trm-hidden-switcher{display:none}.trm-app-frame .trm-content-start{margin:0 40px}.trm-app-frame .trm-content-start:before{content:"";position:absolute;left:30px;top:-8px;height:8px;width:calc(100% - 60px);background-color:#fcfcfe;border-radius:5px 5px 0 0;opacity:.3}.trm-app-frame .trm-content{margin-top:-40px;padding:0 0 60px;position:relative;z-index:1}.trm-app-frame .container{position:relative}@media (max-width:992px){body{background-color:#f4f5f7;overflow:auto}.trm-app-frame{border:none;overflow:scroll;border-radius:0;width:100%;height:100%}.trm-app-frame .trm-content-start{margin:0;z-index:999}.trm-app-frame .trm-content{margin-top:0;padding:0 0 40px}}.trm-top-bar{position:fixed;left:0;right:0;border-radius:10px;box-shadow:0 2px 4px 0 rgba(0,0,0,.15);z-index:9;background-color:#fcfcfe;width:100%;height:80px}.trm-top-bar:after{content:"";position:absolute;left:30px;height:8px;width:calc(100% - 60px);background-color:#fcfcfe;border-radius:0 0 5px 5px;opacity:.3}.trm-top-bar .container{display:flex;justify-content:space-between;align-items:center}.trm-top-bar .container .trm-left-side{height:100%;display:flex;align-items:center;width:30%}.trm-top-bar .container .trm-left-side .trm-logo-frame{display:flex;align-items:center;height:80px}.trm-top-bar .container .trm-left-side .trm-logo-frame .trm-logo-text{position:relative;font-weight:900;font-size:22px;color:#00283a;letter-spacing:0}.trm-top-bar .container .trm-left-side .trm-logo-frame .trm-logo-text span{color:#afb42b}.trm-top-bar .container .trm-left-side .trm-logo-frame img{width:100px!important}.trm-top-bar .container .trm-right-side{height:100%;display:flex;align-items:center;width:70%;justify-content:flex-end}@media (max-width:1200px){.trm-top-bar{border-radius:0}.trm-top-bar .container .trm-right-side{border-radius:0 0 10px 10px;padding:0 0 40px;display:flex;flex-direction:column;background-color:#fcfcfe;position:absolute;z-index:-1;top:80px;left:0;height:auto;width:100%;opacity:0;pointer-events:none;box-shadow:0 2px 4px 0 rgba(0,0,0,.15);transform:translateY(20px);transition:.4s ease-in-out}.trm-top-bar .container .trm-right-side.trm-active{opacity:1;pointer-events:all;transform:translateY(0)}}.trm-menu{margin-right:10px}.trm-menu nav ul{display:flex;margin:0;padding:0}.trm-menu nav ul li{height:80px;position:relative;list-style-type:none;display:flex;justify-content:center;align-items:center}.trm-menu nav ul li:after{content:"";position:absolute;bottom:0;border-radius:10px;height:4px;width:0;background-color:#afb42b;transition:.4s ease-in-out}.trm-menu nav ul li.current-item:after,.trm-menu nav ul li.current-menu-item:after{width:100%}.trm-menu nav ul li a{white-space:nowrap;height:100%;width:100%;padding:0 20px;line-height:80px;color:#00283a;text-transform:uppercase;font-size:11px;letter-spacing:2px;font-weight:700;transition:.4s ease-in-out}.trm-menu nav ul li a:hover{color:#afb42b}.trm-menu nav ul li ul{padding:10px;pointer-events:none;background-color:#fcfcfe;opacity:0;transform:translateY(20px);height:auto;top:80px;left:-10px;border-radius:0 0 10px 10px;box-shadow:0 2px 4px -2px rgba(0,0,0,.15);min-width:130px;position:absolute;z-index:9;display:flex;flex-direction:column;transition:.4s ease-in-out}.trm-menu nav ul li ul li{height:50px;margin:0;justify-content:flex-start}.trm-menu nav ul li ul li:after,.trm-menu nav ul li ul li:before{display:none}.trm-menu nav ul li ul li a{line-height:50px}.trm-menu nav ul li:hover ul{pointer-events:all;opacity:1;transform:translateY(0)}@media (max-width:1200px){.trm-menu{text-align:center;margin:0}.trm-menu,.trm-menu nav{width:100%}.trm-menu nav ul{margin:20px 0;flex-direction:column}.trm-menu nav ul li{width:100%;height:auto;display:block}.trm-menu nav ul li:after{display:none}.trm-menu nav ul li a{height:50px;line-height:50px}.trm-menu nav ul li.menu-item-has-children a{pointer-events:none}.trm-menu nav ul li.menu-item-has-children ul li a{pointer-events:all}.trm-menu nav ul li.current-menu-item a{color:#afb42b}.trm-menu nav ul li.current-menu-item ul li a{color:#00283a}.trm-menu nav ul li ul{border-radius:0;background-color:#f4f5f7;top:0;left:0;width:100%;padding:0;position:relative;overflow:hidden;opacity:1;transform:none;margin:0;pointer-events:all;max-height:0;box-shadow:inset 0 0 4px -1px rgba(0,0,0,.15)}.trm-menu nav ul li:hover ul{max-height:300px}}.trm-menu-btn{transform:scale(1.3);margin-top:2px;padding:8px 7px;width:30px;height:30px;cursor:pointer;display:none;justify-content:center;text-align:center}.trm-menu-btn span,.trm-menu-btn span:after,.trm-menu-btn span:before{content:"";display:block;width:15px;height:.15em;border-radius:1px;background:#00283a;backface-visibility:hidden;transition:.4s ease-in-out}.trm-menu-btn span{position:relative;margin:5px 0 0}.trm-menu-btn span:after,.trm-menu-btn span:before{position:absolute}.trm-menu-btn span:before{top:-5px}.trm-menu-btn span:after{top:5px}.trm-menu-btn.trm-active span{transform:rotate(45deg)}.trm-menu-btn.trm-active span:before{transform:translateY(5px) rotate(-90deg)}.trm-menu-btn.trm-active span:after{transform:translateY(-5px) rotate(-90deg)}@media (max-width:1200px){.trm-menu-btn{display:flex}}.trm-mode-switcher-place .trm-mode-switcher{margin-right:30px;display:flex;justify-content:center;align-items:center}.trm-mode-switcher-place .trm-mode-switcher i{margin:0 7px;font-size:12px}.trm-mode-switcher-place .trm-mode-switcher .tgl{display:none}.trm-mode-switcher-place .trm-mode-switcher .tgl,.trm-mode-switcher-place .trm-mode-switcher .tgl *,.trm-mode-switcher-place .trm-mode-switcher .tgl :after,.trm-mode-switcher-place .trm-mode-switcher .tgl :before,.trm-mode-switcher-place .trm-mode-switcher .tgl+.trm-swich,.trm-mode-switcher-place .trm-mode-switcher .tgl:after,.trm-mode-switcher-place .trm-mode-switcher .tgl:before{box-sizing:border-box}.trm-mode-switcher-place .trm-mode-switcher .tgl ::selection,.trm-mode-switcher-place .trm-mode-switcher .tgl :after::selection,.trm-mode-switcher-place .trm-mode-switcher .tgl :before::selection,.trm-mode-switcher-place .trm-mode-switcher .tgl+.trm-swich::selection,.trm-mode-switcher-place .trm-mode-switcher .tgl::selection,.trm-mode-switcher-place .trm-mode-switcher .tgl:after::selection,.trm-mode-switcher-place .trm-mode-switcher .tgl:before::selection{background:none}.trm-mode-switcher-place .trm-mode-switcher .tgl+.trm-swich{outline:0;display:block;width:45px;height:23px;position:relative;cursor:pointer;user-select:none}.trm-mode-switcher-place .trm-mode-switcher .tgl+.trm-swich:after,.trm-mode-switcher-place .trm-mode-switcher .tgl+.trm-swich:before{position:relative;display:block;content:"";width:50%;height:100%}.trm-mode-switcher-place .trm-mode-switcher .tgl+.trm-swich:after{left:0}.trm-mode-switcher-place .trm-mode-switcher .tgl+.trm-swich:before{display:none}.trm-mode-switcher-place .trm-mode-switcher .tgl:checked+.trm-swich:after{left:50%}.trm-mode-switcher-place .trm-mode-switcher .tgl-light+.trm-swich{margin-bottom:0;box-shadow:inset 0 0 4px -1px rgba(0,0,0,.15);background:#f4f5f7;border-radius:2em;padding:2px;transition:.4s ease-in-out}.trm-mode-switcher-place .trm-mode-switcher .tgl-light+.trm-swich:after{width:47%;border:3px solid #afb42b;border-radius:50%;background:#fcfcfe;transition:all .2s ease}.trm-mode-swich-animation-frame{position:fixed;width:100%;height:100%;display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:.4s ease-in-out}.trm-mode-swich-animation-frame.trm-active{opacity:1}.trm-mode-swich-animation-frame .trm-mode-swich-animation{margin-bottom:40px;width:80px;height:55px;position:relative;overflow:hidden;text-align:center}.trm-mode-swich-animation-frame .trm-mode-swich-animation:before{content:"";height:1px;width:120%;border-bottom:5px dotted #00283a;position:absolute;z-index:9;bottom:0;left:-10%}.trm-mode-swich-animation-frame .trm-mode-swich-animation .fa-sun{position:absolute;z-index:0;top:0;font-size:32px;margin-left:-15px;opacity:1;color:#00283a;transition:.6s ease-in-out}.trm-mode-swich-animation-frame .trm-mode-swich-animation .fa-moon{position:absolute;z-index:0;top:0;font-size:32px;margin-left:-15px;color:#00283a;opacity:0;transform:translateY(70px) rotate(0);transition:.6s ease-in-out}.trm-mode-swich-animation-frame .trm-mode-swich-animation.trm-active .fa-sun{transform:translateY(70px) rotate(1turn);opacity:0}.trm-mode-swich-animation-frame .trm-mode-swich-animation.trm-active .fa-moon{transform:translateY(0) rotate(1turn);opacity:1}@media (max-width:1200px){.trm-mode-switcher{margin:0 0 40px!important}}.portfolio{transition:.4s ease-in-out}body{font-size:14px;font-weight:500;color:#7b7b7d;font-family:Inter,sans-serif;letter-spacing:.05em;-webkit-font-smoothing:antialiased}a,a:hover{color:inherit;text-decoration:none}a:focus{outline:inherit}button{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{letter-spacing:0;font-weight:800;color:#00283a;margin-bottom:0}.h1,h1{font-weight:900;font-size:64px}p{margin:0}@media (max-width:992px){.h1,h1{font-size:48px}}.trm-text-sm{font-size:12px}.trm-text-lg{font-size:16px}.trm-contrast{color:#00283a!important;opacity:1!important}.trm-accent-color{color:#afb42b}.trm-label{text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:2px;color:#00283a;transition:.4s ease-in-out}.trm-label.trm-label-light{color:#7b7b7d}.trm-label.trm-label-color{color:#afb42b}a.trm-label i{margin-top:-1px;margin-left:10px}a.trm-label .fa-arrow-right{margin-top:-1px;margin-left:5px;transition:.4s ease-in-out}a.trm-label:focus,a.trm-label:hover{outline:inherit;color:#afb42b}a.trm-label:focus .fa-arrow-right,a.trm-label:hover .fa-arrow-right{transform:translateX(5px);color:inherit}.trm-title-with-divider{display:flex;align-items:center;white-space:nowrap}.trm-title-with-divider span{position:relative;margin-left:20px;margin-right:35px;display:inline-block;height:1px;border-bottom:2px dotted rgba(225,225,235,.9);width:100%}.trm-title-with-divider span:after{content:attr(data-number);border-radius:50%;position:absolute;font-size:11px;font-weight:600;text-align:center;color:#7b7b7d;opacity:.8;width:15px;height:15px;top:-6px;right:-35px}.trm-list{padding:0}.trm-list li{position:relative;list-style-type:none;padding-left:25px;margin-bottom:15px;color:#00283a}.trm-list li:before{content:"";position:absolute;top:6px;left:0;height:10px;width:10px;border:3px solid #afb42b;border-radius:50%}blockquote{box-shadow:0 2px 4px -2px rgba(0,0,0,.15);margin:0;display:block;position:relative;background-color:#fcfcfe;color:#00283a;padding:40px;border-radius:10px;font-style:italic;font-size:16px;font-weight:500}blockquote:before{top:10px;left:10px}blockquote:after,blockquote:before{margin:0;color:#afb42b;width:50px;line-height:55px;content:'"';position:absolute;font-size:54px}blockquote:after{bottom:-20px;right:2px}blockquote.trm-color-quote{background-color:#f4f5f7;box-shadow:inset 0 0 4px -1px rgba(0,0,0,.15)}blockquote.trm-color-quote:after,blockquote.trm-color-quote:before{color:#afb42b}.trm-just-img{width:100%;border-radius:5px}.trm-card{padding:40px;background-color:#fcfcfe;position:relative;border-radius:10px;margin-bottom:40px;box-shadow:0 2px 4px -2px rgba(0,0,0,.15)}.trm-card .trm-icon{font-size:22px;color:#00283a;margin-bottom:20px}.trm-btn{white-space:nowrap;background-color:#afb42b;height:45px;border:2px solid #afb42b;color:#fcfcfe;text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:2px;border-radius:30px;display:inline-flex;padding:0 35px;justify-content:center;align-items:center;transition:.4s ease-in-out}.trm-btn i{margin-top:-1px;margin-left:10px}.trm-btn i.fa-paper-plane{margin-left:0}.trm-btn .fa-arrow-right{margin-top:-1px;margin-left:10px;transition:.4s ease-in-out}.trm-btn .fa-arrow-left{margin-top:-1px;margin-right:10px;transition:.4s ease-in-out}.trm-btn.trm-btn-sm{height:40px;padding:0 25px}.trm-btn:hover{transform:scale(1.03);color:#fcfcfe;background-color:#c0ca33;border:2px solid #c0ca33}.trm-btn:hover .fa-arrow-right{transform:translateX(5px)}.trm-btn:hover .fa-arrow-left{transform:translateX(-5px)}.trm-btn.trm-btn-border,.trm-btn.trm-btn-border:hover{border:2px solid #fcfcfe;background-color:transparent}.trm-btn.trm-btn-circle{padding:0;width:45px;border-radius:50%}.trm-btn.trm-btn-circle.trm-btn-sm{width:40px}.trm-btn.trm-btn-circle i{font-size:13px;margin:0}.trm-btn:focus{outline:inherit}form{position:relative;width:100%}form input{color:#00283a;box-sizing:border-box;display:block;width:100%;height:45px;border-radius:10px;margin-bottom:20px;border:none;box-shadow:inset 0 0 4px -1px rgba(0,0,0,.15);background-color:#f4f5f7;padding:0 20px}form input:focus{outline:inherit}form textarea{color:#00283a;box-sizing:border-box;display:block;width:100%;border-radius:10px;margin-bottom:40px;border:none;box-shadow:inset 0 0 4px -1px rgba(0,0,0,.15);background-color:#f4f5f7;padding:15px 20px}form textarea:focus{outline:inherit}.trm-scroll-animation{transform:translateY(30px) scale(1.02);opacity:0;transition:.6s ease-in-out}.trm-scroll-animation.is-inview{opacity:1;transform:translateY(0) scale(1)}.trm-swup-animation{transition:.6s ease-in-out;transition-delay:.6s}html.is-animating .trm-preloader{opacity:1;transition-delay:0s}html.is-animating .trm-swup-animation{opacity:0;transition-delay:0s}.trm-mb-10{margin-bottom:10px}.trm-mb-15{margin-bottom:15px}.trm-mb-20{margin-bottom:20px}.trm-mb-30{margin-bottom:30px}.trm-mb-40{margin-bottom:40px}.trm-mt-10{margin-top:10px}.trm-mt-20{margin-top:20px}.trm-mt-40{margin-top:40px}.trm-divider{height:1px;border-bottom:2px dotted rgba(225,225,235,.9);width:100%}.trm-banner{width:100%;height:560px;position:relative;z-index:1;overflow:hidden;border-radius:0 0 20px 20px;box-shadow:0 2px 4px -2px rgba(0,0,0,.15)}.trm-banner .trm-slideshow{position:absolute;top:0;left:0;height:100%;width:100%}.trm-banner .trm-banner-cover{object-position:top}.trm-banner .trm-banner-cover,.trm-banner .trm-publication-cover{z-index:-1;position:absolute;width:100%;height:100%;object-fit:cover}.trm-banner .trm-publication-cover{object-position:center}.trm-banner .trm-banner-content{padding-top:80px;z-index:999;position:absolute;bottom:0;width:100%;height:100%;display:flex;align-items:center}.trm-banner .trm-banner-content.trm-overlay{background-color:rgba(10,15,20,.2)}.trm-banner .trm-banner-content .trm-banner-text *{color:#fcfcfe;text-shadow:0 1px 10px rgba(0,0,0,.3)}.trm-banner .trm-banner-content .trm-banner-text .trm-breadcrumbs{margin:0;display:inline-flex;border:2px solid #fcfcfe;background-color:transparent;padding:0 35px;height:45px;align-items:center;border-radius:30px}.trm-banner .trm-banner-content .trm-banner-text .trm-breadcrumbs li{padding-right:20px;list-style-type:none;position:relative}.trm-banner .trm-banner-content .trm-banner-text .trm-breadcrumbs li:after{content:"/";position:absolute;top:0;right:8px}.trm-banner .trm-banner-content .trm-banner-text .trm-breadcrumbs li:last-child{padding-right:0}.trm-banner .trm-banner-content .trm-banner-text .trm-breadcrumbs li:last-child:after{display:none}.trm-banner .trm-banner-content .trm-banner-text .trm-breadcrumbs li a{transition:.4s ease-in-out}.trm-banner .trm-banner-content .trm-banner-text .trm-breadcrumbs li a:hover{color:#afb42b}.trm-banner .trm-banner-content .trm-banner-text .trm-breadcrumbs li span{opacity:.8;cursor:not-allowed}.trm-banner .trm-banner-content .trm-banner-text.trm-text-center{text-align:center;margin-top:-50px}.trm-banner .trm-banner-content .trm-scroll-hint-frame{position:absolute;right:20px;bottom:0;height:250px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.trm-banner .trm-banner-content .trm-scroll-hint-frame .trm-label{display:block;white-space:nowrap;position:absolute;bottom:40px;left:-40px;color:#fcfcfe;transform:rotate(90deg)}.trm-banner .trm-banner-content .trm-scroll-hint-frame .trm-scroll-hint{margin-bottom:20px;position:relative;height:38px;width:24px;border:2px solid #fcfcfe;border-radius:15px}.trm-banner .trm-banner-content .trm-scroll-hint-frame .trm-scroll-hint:after{content:"";height:4px;width:4px;border-radius:50%;background-color:#fcfcfe;position:absolute;top:8px;left:calc(50% - 2px);animation:mouse 1s infinite}@keyframes mouse{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@media (max-width:992px){.trm-banner{height:550px}.trm-banner .trm-banner-cover{top:0;height:100%}.trm-banner .trm-banner-content .trm-banner-text{transform:translateY(-20px);text-align:center}.trm-banner .trm-banner-content .trm-banner-text.trm-text-center{text-align:center;margin-top:0}.trm-banner .trm-banner-content .trm-scroll-hint-frame{display:none}}.trm-main-card-frame{position:relative;z-index:2;transform:translateY(-440px)}.trm-main-card-frame .trm-main-card{display:flex;flex-direction:column;justify-content:flex-start;padding:30px;width:100%;height:calc(100vh - 100px);border-radius:10px;box-shadow:0 2px 4px -2px rgba(0,0,0,.15);background-color:#fcfcfe}.trm-main-card-frame .trm-main-card.is-inview{border-radius:0}.trm-main-card-frame .trm-main-card:before{content:"";position:absolute;left:30px;top:-8px;height:8px;width:calc(100% - 60px);background-color:#fcfcfe;border-radius:5px 5px 0 0;opacity:.3}.trm-main-card-frame .trm-main-card .trm-social{display:flex;justify-content:center}.trm-main-card-frame .trm-main-card .trm-social a{color:#00283a;margin:0 10px;transition:.4s ease-in-out}.trm-main-card-frame .trm-main-card .trm-social a:hover{color:#afb42b}.trm-main-card-frame .trm-main-card .trm-table{padding:0;margin:0}.trm-main-card-frame .trm-main-card .trm-table li{display:flex;justify-content:space-between;margin-bottom:10px}.trm-main-card-frame .trm-main-card .trm-table li:last-child{margin-bottom:0}@keyframes blink{0%,to{opacity:0}50%{opacity:1}}@media (max-width:992px){.trm-main-card-frame{transform:translateY(-40px)}.trm-main-card-frame .trm-main-card{border-radius:10px!important;height:auto}}.trm-mc-header{text-align:center}.trm-mc-header .trm-avatar-frame{position:relative;display:inline-block}.trm-mc-header .trm-avatar-frame .trm-avatar{border:3px solid #fcfcfe;box-shadow:0 2px 4px -2px rgba(0,0,0,.15);width:140px;height:140px;border-radius:50%;object-fit:cover;object-position:top}.trm-mc-header .trm-avatar-frame .trm-dot{border:3px solid #fcfcfe;position:absolute;box-shadow:0 2px 4px -2px rgba(0,0,0,.15);z-index:9;bottom:5px;right:5px;content:"";height:24px;width:24px;border-radius:50%;background-color:#afb42b;transition:.4s ease-in-out;transition-delay:.2s}.trm-mc-header .trm-avatar-frame .trm-dot:after{border:3px solid #fcfcfe;opacity:0;position:absolute;z-index:9;bottom:-3px;right:-3px;color:#fcfcfe;border-radius:15px;text-transform:uppercase;letter-spacing:1px;font-weight:600;font-size:8px;content:"Available for hire";height:24px;padding-top:3px;width:130px;white-space:nowrap;background-color:#afb42b;transition:.4s ease-in-out}.trm-mc-header .trm-avatar-frame .trm-dot:hover{width:130px;border-radius:15px;right:-10px;transition-delay:0s}.trm-mc-header .trm-avatar-frame .trm-dot:hover:after{transition-delay:.2s;opacity:1}.trm-mc-header .trm-name{font-size:28px}.trm-mc-header .trm-name.trm-name-lg{font-size:32px}.trm-mc-header .trm-typed-text:after{content:"|";font-weight:300;animation:blink 1s ease infinite}.trm-counter-up{text-align:center;border-radius:10px;padding:40px;box-shadow:0 2px 4px -2px rgba(0,0,0,.15);background-color:#fcfcfe;margin-bottom:40px}.trm-counter-up:before{content:"";position:absolute;left:30px;top:-8px;height:8px;width:calc(100% - 60px);background-color:#fcfcfe;border-radius:5px 5px 0 0;opacity:.3}.trm-counter-up .trm-counter-number{font-size:24px;font-weight:900;color:#00283a;line-height:20px}.trm-counter-up .trm-counter-number .trm-counter-symbol{color:#afb42b;font-size:16px;margin-left:3px}.trm-video{box-shadow:0 2px 4px -2px rgba(0,0,0,.15);border-radius:10px;position:relative;overflow:hidden;padding-bottom:55%}.trm-video img{border-radius:10px;z-index:-1;object-fit:cover;object-position:top}.trm-video .trm-video-content,.trm-video img{position:absolute;top:0;left:0;width:100%;height:100%}.trm-video .trm-video-content.trm-overlay{background-color:rgba(10,15,20,.2)}.trm-video .trm-button-puls{background-color:#fcfcfe;z-index:-1;height:70px;width:70px;top:calc(50% - 35px);left:calc(50% - 35px);animation:puls 1s infinite}.trm-video .trm-button-puls,.trm-video .trm-play-button{position:absolute;border-radius:50%;display:flex;justify-content:center;align-items:center}.trm-video .trm-play-button{z-index:39999;background-color:#afb42b;box-shadow:0 2px 4px -2px rgba(0,0,0,.15);color:#fcfcfe;height:60px;width:60px;top:calc(50% - 30px);left:calc(50% - 30px);transition:.4s ease-in-out}.trm-video .trm-play-button i{margin-left:3px}.trm-video .trm-play-button:focus{outline:inherit}.trm-video .trm-play-button:hover{transform:scale(1.1)}@keyframes puls{0%{opacity:1;transform:scale(.9)}to{opacity:0;transform:scale(1.3)}}.trm-service-icon-box{padding:40px;background-color:#fcfcfe;border-radius:10px;box-shadow:0 2px 4px -2px rgba(0,0,0,.15);margin-bottom:40px}.trm-service-icon-box .trm-icon{width:50px;height:50px;margin-bottom:20px;position:relative}.trm-service-icon-box .trm-icon img{width:100%;position:absolute;top:0;left:0;right:0}.trm-skill-card{border-radius:10px;box-shadow:0 2px 4px -2px rgba(0,0,0,.15);background-color:#fcfcfe;padding:40px;margin-bottom:40px}.trm-skill-card .trm-skill-header{display:flex;justify-content:space-between}.trm-skill-card .trm-progressbar-frame{overflow:hidden;border-radius:10px;background-color:#f4f5f7;height:5px;width:100%;box-shadow:inset 0 0 4px -1px rgba(0,0,0,.15)}.trm-skill-card .trm-progressbar-frame .trm-progressbar{width:0;height:100%;background-color:#afb42b;transition:.8s ease-in-out;transition-delay:.4s}.trm-skill-card.is-inview .trm-progressbar-frame .p10{width:10%}.trm-skill-card.is-inview .trm-progressbar-frame .p20{width:20%}.trm-skill-card.is-inview .trm-progressbar-frame .p30{width:30%}.trm-skill-card.is-inview .trm-progressbar-frame .p40{width:40%}.trm-skill-card.is-inview .trm-progressbar-frame .p50{width:50%}.trm-skill-card.is-inview .trm-progressbar-frame .p60{width:60%}.trm-skill-card.is-inview .trm-progressbar-frame .p70{width:70%}.trm-skill-card.is-inview .trm-progressbar-frame .p80{width:80%}.trm-skill-card.is-inview .trm-progressbar-frame .p90{width:90%}.trm-skill-card.is-inview .trm-progressbar-frame .p100{width:100%}@media (max-width:992px){.trm-skill-card .trm-progressbar-frame .p10{width:10%}.trm-skill-card .trm-progressbar-frame .p20{width:20%}.trm-skill-card .trm-progressbar-frame .p30{width:30%}.trm-skill-card .trm-progressbar-frame .p40{width:40%}.trm-skill-card .trm-progressbar-frame .p50{width:50%}.trm-skill-card .trm-progressbar-frame .p60{width:60%}.trm-skill-card .trm-progressbar-frame .p70{width:70%}.trm-skill-card .trm-progressbar-frame .p80{width:80%}.trm-skill-card .trm-progressbar-frame .p90{width:90%}.trm-skill-card .trm-progressbar-frame .p100{width:100%}}.trm-portfolio-item{display:block;margin-bottom:40px;box-shadow:0 2px 4px -2px rgba(0,0,0,.15);position:relative;overflow:hidden;border-radius:10px}.trm-portfolio-item .trm-cover-frame{padding-bottom:100%;position:relative;overflow:hidden}.trm-portfolio-item .trm-cover-frame .trm-cover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.05);transition:.4s ease-in-out}.trm-portfolio-item .trm-item-description{background-color:#fcfcfe;position:absolute;width:100%;padding:20px 40px;bottom:0;left:0;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px -2px rgba(0,0,0,.15);opacity:0;transform:translateY(30px) scale(1.02);transition:.4s ease-in-out}.trm-portfolio-item .trm-item-description .trm-zoom-icon{background-color:#afb42b;border-radius:50%;color:#fcfcfe;width:40px;height:40px;font-size:12px;display:flex;justify-content:center;align-items:center}.trm-portfolio-item:hover .trm-cover-frame .trm-cover{transform:scale(1)}.trm-portfolio-item:hover .trm-item-description{opacity:1;transform:translateY(0) scale(1)}.trm-portfolio-item:focus{outline:inherit}.trm-portfolio-item.trm-demo-card .trm-cover-frame{padding-bottom:0}.trm-portfolio-item.trm-demo-card .trm-cover-frame .trm-cover{position:relative}@media (max-width:992px){.trm-portfolio-item .trm-item-description{transform:none;opacity:1}}.trm-price{position:relative;overflow:hidden;text-align:center;background-color:#fcfcfe;border-radius:10px;padding:40px;box-shadow:0 2px 4px -2px rgba(0,0,0,.15);margin-bottom:40px}.trm-price.trm-popular:after{content:"popular";color:#fcfcfe;text-transform:uppercase;font-size:10px;font-weight:700;letter-spacing:2px;line-height:20px;padding:0 40px;background-color:#afb42b;height:20px;transform:rotate(45deg);position:absolute;top:23px;right:-40px}.trm-price .trm-price-header{margin-bottom:30px}.trm-price .trm-price-number{font-size:32px;font-weight:900;color:#00283a;line-height:30px}.trm-price .trm-price-number sup{font-weight:300;font-size:14px;margin:0 5px;color:#7b7b7d}.trm-price .trm-price-list{padding:0;margin:0 0 40px}.trm-price .trm-price-list li{list-style-type:none;margin-bottom:20px}.trm-price .trm-price-list li.trm-label-light{text-decoration:line-through;opacity:.5}.trm-price .trm-price-number img{width:100%;height:auto;max-width:100%;object-fit:cover;margin-bottom:20px}.trm-testimonials-slider{position:relative;overflow:visible;margin-left:-20px;margin-right:-20px;padding:0 20px;margin-bottom:40px}.trm-testimonials-slider .trm-slider-navigation{opacity:0;cursor:pointer;position:absolute;z-index:1;width:100%;padding:0 100px;top:30%;left:0;display:flex;justify-content:space-between;transition:.4s ease-in-out}.trm-testimonials-slider .trm-slider-navigation div.swiper-button-disabled{background-color:#f4f5f7;border-color:#f4f5f7;cursor:not-allowed}.trm-testimonials-slider:hover .trm-slider-navigation{opacity:1;padding:0 60px}.trm-testimonial-card{z-index:-1;padding:40px;background-color:#fcfcfe;border-radius:10px;box-shadow:0 2px 4px -2px rgba(0,0,0,.15);text-align:center}.trm-testimonial-card .trm-testimonial-author img{height:auto;width:100%;max-width:450px;border-radius:3%;object-fit:cover;object-position:center;margin-bottom:10px;border:3px solid #00283a;box-shadow:0 2px 5px -2px rgba(0,0,0,.6)}.trm-testimonial-card .trm-testimonial-text{padding-top:20px}@media (max-width:992px){.trm-testimonials-slider{overflow:hidden}}.trm-timeline{position:relative}.trm-timeline:before{content:"";position:absolute;top:20px;right:0;height:calc(100% - 20px);width:4px;background:#fcfcfe}.trm-timeline .trm-timeline-item{position:relative}.trm-timeline .trm-timeline-item .trm-timeline-mark-light{background:#c0ca33;position:absolute;top:15px;right:-11px;width:26px;height:26px;opacity:0;border-radius:50%;transition:.4s ease-in-out}.trm-timeline .trm-timeline-item .trm-timeline-mark{position:absolute;top:18px;right:-8px;width:20px;height:20px;border-radius:50%;border:3px solid #afb42b;background:#fcfcfe}.trm-timeline .trm-timeline-item:hover .trm-timeline-mark-light{animation:puls 1s infinite}.trm-timeline .trm-timeline-content{border-radius:10px;position:relative;margin-right:45px;background:#fcfcfe;padding:40px;margin-bottom:40px;box-shadow:0 2px 4px -2px rgba(0,0,0,.15)}.trm-timeline .trm-timeline-content:after{height:10px;width:10px;background-color:#fcfcfe;transform:rotate(-135deg);content:"";position:absolute;top:23px;right:-5px;border-top-right-radius:50%}.trm-timeline .trm-timeline-content .trm-card-header{width:100%;display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap}.trm-timeline .trm-timeline-content .trm-card-header .trm-right-side{margin-bottom:15px}.trm-timeline .trm-timeline-content .trm-card-header .trm-right-side .trm-date{color:#00283a;margin-left:auto;background:#f4f5f7;padding:5px 15px;border-radius:15px;font-size:10px}.trm-contact-card{position:relative;border-radius:10px;background:#fcfcfe;padding:40px;box-shadow:0 2px 4px -2px rgba(0,0,0,.15);margin-bottom:40px}.trm-contact-card .trm-form-bottom{display:flex;align-items:center}.trm-contact-card .trm-form-bottom .trm-text-sm{margin-left:40px}.trm-contact-card .trm-success-banner{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;z-index:9;top:0;left:0;width:100%;height:100%;background-color:#fcfcfe;border-radius:10px;pointer-events:none;opacity:0;transition:.4s ease-in-out}.trm-contact-card .trm-success-banner img{width:220px}.trm-contact-card .trm-success-banner.trm-active{pointer-events:all;opacity:1}@media (max-width:992px){.trm-contact-card .trm-form-bottom{flex-direction:column}.trm-contact-card .trm-form-bottom .trm-text-sm{margin-left:0;margin-top:20px;text-align:center}}.trm-card-data{padding:0;margin:0;display:flex}.trm-card-data li{list-style-type:none;padding-right:20px;position:relative;opacity:.6}.trm-card-data li:after{content:"•";position:absolute;top:0;right:6px;opacity:.5}.trm-card-data li:last-child:after{display:none}.trm-pagination{padding:0;display:flex;justify-content:center;margin:0 0 40px}.trm-pagination li{margin:0 5px;list-style-type:none}.trm-pagination li a,.trm-pagination li span{display:inline-block;height:40px;width:40px;line-height:40px;font-weight:700;text-align:center;border-radius:50%;transition:.4s ease-in-out}.trm-pagination li a:hover{opacity:1;color:#afb42b}.trm-pagination li span{color:#fcfcfe;background-color:#afb42b}.trm-pagination li:first-child{margin-left:0}.trm-pagination li:last-child{margin-right:0}.trm-subscribe-card{padding:40px;background-color:#fcfcfe;position:relative;overflow:hidden;border-radius:10px;margin-bottom:40px;box-shadow:0 2px 4px -2px rgba(0,0,0,.15)}.trm-subscribe-card form{display:flex}.trm-subscribe-card form input{margin:0;border-radius:40px}.trm-subscribe-card form button{margin-left:10px}@media (max-width:992px){.trm-subscribe-card{text-align:center}.trm-subscribe-card form{margin-top:40px}}footer{border-radius:10px;height:90px;background-color:#fcfcfe;width:100%;box-shadow:0 2px 4px -2px rgba(0,0,0,.15);display:flex;justify-content:space-between;align-items:center;padding:40px}footer .trm-label{color:#7b7b7d;font-size:10px}footer .trm-label a{color:#afb42b;transition:.4s ease-in-out}footer .trm-label a:hover{color:#c0ca33}@media (max-width:992px){footer{flex-direction:column;justify-content:center}footer .trm-label:first-child{margin-bottom:10px}}.fancybox-slide--video .fancybox-content{max-width:80%!important;max-height:80%!important}.fancybox-close-small{margin:0!important}.fancybox-thumbs,.fancybox-thumbs .fancybox-thumbs__list{background-color:#fcfcfe}.fancybox-thumbs-active:before{border:3px solid #afb42b!important}.fancybox-bg{background-color:#00151f}.fancybox-button{margin-top:40px;background-color:transparent;color:#fcfcfe}.fancybox-image{transform:translateY(40px)}.fancybox-toolbar{border-radius:10px 10px 0 0;width:calc(100% - 20px);left:10px;top:10px;height:80px;background-color:#fcfcfe;display:flex;justify-content:flex-end;align-items:center;padding:0 40px}.fancybox-toolbar .fancybox-button{margin-top:0;color:#00283a}.fancybox-infobar{mix-blend-mode:none;left:40px;top:28px;z-index:99999;opacity:1}@media (max-width:992px){.fancybox-toolbar{border-radius:0;padding:0 20px}.fancybox-infobar{left:20px}}.c-scrollbar{width:10px;top:8px;bottom:10px;height:calc(100vh - 20px)}.c-scrollbar_thumb{width:4px;right:1px;border-radius:10px;background-color:#afb42b;opacity:1}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1043;outline:none!important;-webkit-backface-visibility:hidden;backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;appearance:none;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;top:50%;margin:-55px 0 0;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}