.dnd-icon-remove.deleting { font-size:12px; color:#000; font-weight: 500; position: relative; top:-3px; }
.dnd-icon-remove.deleting:after { display:none!important; }
.wpcf7-drag-n-drop-file.d-none {
display:none;
opacity:0;
visibility:hidden;
position:absolute;
top:0;
} .dnd-upload-status {
display:flex;
padding:4px 0;
align-items:center;
position:relative;
} .dnd-upload-status .dnd-upload-image {
width:40px;
height:40px;
border:1px solid #a5a5a5;
text-align:center;
border-radius:100%;
position:relative;
}
.dnd-upload-status .dnd-upload-image span.file {
background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: 100%;
height: 21px;
width: 16px;
display: block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-moz-transform : translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
} .dnd-upload-status .dnd-upload-details {
padding-left:10px;
width: calc(100% - 40px);
}
.dnd-upload-status .dnd-upload-details .name {color:#016d98; padding:4px 0; padding-right:60px; display:flex; }
.dnd-upload-status .dnd-upload-details .name span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; padding-right:10px; }
.dnd-upload-status .dnd-upload-details .name em {color:#444242;	font-weight:700; } .dnd-upload-status .dnd-upload-details .remove-file {
position:absolute;
right:0;
top:10px;
text-decoration:none;
box-shadow:none;
outline:none;
opacity:1;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
content: '';
width:15px;
height:15px;
display: block;
background-repeat:no-repeat;
background-size:100%;
background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A");
}
.dnd-upload-status.in-progress .remove-file { opacity:0.2;}
.dnd-upload-status .dnd-upload-details span.has-error { color:#f50505; } .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
display: block;
border-radius: 5px;
overflow: hidden;
background: #565555;
height: 14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
background: #4CAF50;
display: block;
font-size: 11px;
text-align: right;
color: #fff;
height: 100%;
width:0;
line-height:14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete { width:100%!important; padding-right:5px; }
.dnd-upload-counter { position:absolute; right:5px; bottom:3px; font-size:12px; } .codedropz-upload-handler {
border:2px dashed #c5c5c5;
border-radius:5px;
margin-bottom:10px;
position:relative;
}
.codedropz-upload-container {
padding:15px 20px;
}
.codedropz-upload-inner {
overflow:hidden;
width:100%; text-align:center;
text-overflow: ellipsis;
font-weight:inherit;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
text-decoration:none;
box-shadow:none;
}
.codedropz-upload-inner h3 {
margin:5px 0;
font-size:30px;
line-height:32px;
word-break:break-word;
} .codedropz-dragover {
border-color:#6b6a6a;
}
.codedropz-upload-wrapper span.has-error-msg {
display:inline-block;
color:#ff0000;
padding:5px 0;
font-style:italic;
} .wpcf7-form label.error-new {
color: #900;
font-size: 11px;
float: none;
padding-left: 5px;
}
.wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler{
border-bottom-color: #900;
border-bottom-style: solid;
} @media screen and (max-width: 767px) {
.dnd-upload-status .dnd-upload-details .name em { font-weight:normal; }
.dnd-upload-status .dnd-upload-details .name { padding-right:60px; }
.codedropz-upload-inner h3 { font-size:22px; }
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#powerTip{cursor:default;background-color:#333;background-color:rgba(0,0,0,.8);border-radius:6px;color:#fff;display:none;padding:10px;position:absolute;white-space:nowrap;z-index:2147483647}#powerTip:before{content:"";position:absolute}#powerTip.n:before,#powerTip.s:before{border-right:5px solid transparent;border-left:5px solid transparent;left:50%;margin-left:-5px}#powerTip.e:before,#powerTip.w:before{border-bottom:5px solid transparent;border-top:5px solid transparent;margin-top:-5px;top:50%}#powerTip.n:before{border-top:10px solid #333;border-top:10px solid rgba(0,0,0,.8);bottom:-10px}#powerTip.e:before{border-right:10px solid #333;border-right:10px solid rgba(0,0,0,.8);left:-10px}#powerTip.s:before{border-bottom:10px solid #333;border-bottom:10px solid rgba(0,0,0,.8);top:-10px}#powerTip.w:before{border-left:10px solid #333;border-left:10px solid rgba(0,0,0,.8);right:-10px}#powerTip.ne:before,#powerTip.se:before{border-right:10px solid transparent;border-left:0;left:10px}#powerTip.nw:before,#powerTip.sw:before{border-left:10px solid transparent;border-right:0;right:10px}#powerTip.ne:before,#powerTip.nw:before{border-top:10px solid #333;border-top:10px solid rgba(0,0,0,.8);bottom:-10px}#powerTip.se:before,#powerTip.sw:before{border-bottom:10px solid #333;border-bottom:10px solid rgba(0,0,0,.8);top:-10px}#powerTip.ne-alt:before,#powerTip.nw-alt:before,#powerTip.se-alt:before,#powerTip.sw-alt:before{border-top:10px solid #333;border-top:10px solid rgba(0,0,0,.8);bottom:-10px;border-left:5px solid transparent;border-right:5px solid transparent;left:10px}#powerTip.ne-alt:before,#powerTip.se-alt:before{left:auto;right:10px}#powerTip.se-alt:before,#powerTip.sw-alt:before{border-top:none;border-bottom:10px solid #333;border-bottom:10px solid rgba(0,0,0,.8);bottom:auto;top:-10px}body{
position: inherit !important;
}
@-moz-keyframes Ani {
0% {
box-shadow: 0 0 0 rgba(255,255,255,0);
border: 1px solid rgba(255,255,255,0);
-webkit-transform: scale(0);
transform: scale(0)
}
70% {
box-shadow: 0 0 50px #fff;
border: 1px solid #fff;
-webkit-transform: scale(1);
transform: scale(1)
}
100% {
box-shadow: 0 0 60px rgba(255,255,255,0);
border: 0 solid rgba(255,255,255,0);
-webkit-transform: scale(1.5);
transform: scale(1.5)
}
}
@-webkit-keyframes Ani {
0% {
box-shadow: 0 0 0 rgba(255,255,255,0);
border: 1px solid rgba(255,255,255,0);
-webkit-transform: scale(0);
transform: scale(0)
}
70% {
box-shadow: 0 0 50px #fff;
border: 1px solid #fff;
-webkit-transform: scale(1);
transform: scale(1)
}
100% {
box-shadow: 0 0 60px rgba(255,255,255,0);
border: 0 solid rgba(255,255,255,0);
-webkit-transform: scale(1.5);
transform: scale(1.5)
}
}
@keyframes Ani {
0% {
box-shadow: 0 0 0 rgba(255,255,255,0);
border: 1px solid rgba(255,255,255,0);
-webkit-transform: scale(0);
transform: scale(0)
}
70% {
box-shadow: 0 0 50px #fff;
border: 1px solid #fff;
-webkit-transform: scale(1);
transform: scale(1)
}
100% {
box-shadow: 0 0 60px rgba(255,255,255,0);
border: 0 solid rgba(255,255,255,0);
-webkit-transform: scale(1.5);
transform: scale(1.5)
}
}
#powerTip {
background-color: #000;
}
#powerTip.n:before {
border-top: 10px solid rgba(0,0,0,1);
}
#powerTip.s:before {
border-bottom: 10px solid #000;
}
#powerTip.e:before {
border-right: 10px solid #000;
}
#powerTip.w:before {
border-left: 10px solid #000;
right: -10px
}
#powerTip.ne:before,#powerTip.nw:before {
border-top: 10px solid #000;
border-top: 10px solid rgba(0,0,0,1);
}
#powerTip.se:before,#powerTip.sw:before {
border-bottom: 10px solid #000;
border-bottom: 10px solid rgba(0,0,0,1);
}
#powerTip.nw-alt:before,#powerTip.ne-alt:before,#powerTip.sw-alt:before,#powerTip.se-alt:before {
border-top: 10px solid #000;
border-top: 10px solid rgba(0,0,0,1);
}
#powerTip.sw-alt:before,#powerTip.se-alt:before {
border-bottom: 10px solid #000;
border-bottom: 10px solid rgba(0,0,0,1);
}
.wrap_svl {
position: relative;
float: left;
margin: 0 auto;    
max-width: 100%;
}
.wrap_svl:after{
content: "";
display: table;
clear: both;
}
.images_wrap img {
width: 100%;
height: auto;
display: block;
}
.drag_element {
position: absolute;
top: 0;
left: 0;
min-width: 1px;
min-height: 1px;
}
.point_style{
position: relative;
z-index: 10;
display: block;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
box-sizing: border-box;
text-align: center;
}
.point_style img{
position: absolute;
top: 0;
left: 0;
width: inherit;
max-width: inherit;
}
body .wrap_svl img.pins_image_hover,
body .wrap_svl .point_style.has-hover:hover img.pins_image {
display: none !important;
}
body .wrap_svl .point_style.has-hover:hover img.pins_image_hover {
display: block !important;
}
.tolltip_points{
text-align: center;
}
.tolltip_points img{
width: 130px;
height: 130px;
border: 1px solid #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.tolltip_points .points_name{
display: block;
font-size: 16px;
}
.tolltip_points .points_desc{
display: block;
font-size: 14px;
}
.mobile_points_wrap{
display: none;
}
.mobile_points_box {
width: 50%;
float: left;
padding: 0 5px 15px 5px;
text-align: center;
}
.img_points_box {
display: inline-block;
width: 100px;
height: 100px;
border-radius: 50%;
overflow: hidden;
border: 1px solid #fff;
}
.img_points_box img {
width: 100%;
height: 100%;
}
.mobile_points_box:nth-child(2n+1) {
clear: both;
}
ul.list_content_point {
list-style: none;
margin: 0 0 10px;
padding: 0;
}
ul.list_content_point li {
position: relative;
padding: 3px 0 0 20px;
margin: 0 0 5px 0;
}
ul.list_content_point li:before {
content: "";
font-family: FontAwesome;  
position: absolute;
top: 0;
left: 0;
font-size: 20px;  
}
ul.list_content_point li.address_point:before {
content: "\f041";    
}
ul.list_content_point li.person_point:before {
content: "\f183";    
}
ul.list_content_point li.tel_point:before {
content: "\f095";    
}
ul.list_content_point li.fax_point:before {
content: "\f1ac";    
font-size: 15px;
top: 4px;
}
ul.list_content_point li.mail_point:before {
content: "\f0e0";    
font-size: 15px;
top: 4px;
}
.box_view_html {
color: #fff;
font-weight: 300;
max-width: 530px;
white-space: normal;
overflow: hidden;
position: relative;
}
.thumb_point {
float: left;
width: 30%;
}
.has-thumb .content_point {
width: 70%;
float: left;
padding: 0 0 0 15px;
}
.has-thumb .content_point h3 {
font-size: 19px;
}
.linkto_point {
text-align: right;
margin: 20px 0 0 0;
}
.wrap_svl_center {
text-align: center;
}
.wrap_svl_center_box {
display: inline-block;
}
body .point_style a img,
body .point_style img {
max-width: inherit !important;
vertical-align: inherit;
border-radius: 0 !important;;
-moz-border-radius: 0 !important;;
-webkit-border-radius: 0 !important;;
box-shadow: none !important;;
-moz-box-shadow: none !important;;
-webkit-box-shadow: none !important;;
}
.pins_animation{
border: 3px solid rgba(255,255,255,.5);
width: 30px;
height: 30px;
position: absolute;
left: 0;
top: 0;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
box-shadow: 0 0 20px rgba(255,255,255,.5);
pointer-events: none;
}
.pins_animation.ihotspot_pulse{
-moz-animation: Ani 2s infinite;
-webkit-animation: Ani 2s infinite;
animation: Ani 2s infinite;
}
span.close_ihp {
display: none;
}
body .point_style a:hover img {
background: transparent !important;
}
span.close_ihp svg {
width: 25px;
height: 25px;
}
@media (max-width: 500px){
.ihp_popup_full div#powerTip {
position: fixed;
top: 0 !important;
left: 0 !important;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.ihp_popup_full span.close_ihp {
display: block;
float: right;
width: 25px;
height: 25px;
}
.ihp_popup_full span.close_ihp svg {
fill: #fff;
}
}.popup-template .modal {
opacity: 0;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.popup-template .modal.is-open {
opacity: 1;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:7px;clear:both}.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0 !important;list-style-type:none}.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0;list-style-type:none;display:inline-block}.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px 6px;line-height:1}.wpml-ls-legacy-list-horizontal a span{vertical-align:middle}.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket{vertical-align:unset}.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}.wpml-ls-menu-item .wpml-ls-flag{display:inline;vertical-align:baseline}.wpml-ls-menu-item .wpml-ls-flag+span{margin-left:.3em}.rtl .wpml-ls-menu-item .wpml-ls-flag+span{margin-left:0;margin-right:.3em}ul .wpml-ls-menu-item a{display:flex;align-items:center}@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");.ss-main{color:#666;display:inline-block;position:relative;user-select:none;width:100%}.ss-main .ss-single-selected{background-color:#fff;border:1px solid #dcdee2;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;height:30px;outline:0;padding:6px;transition:background-color .2s;width:100%}.ss-main .ss-single-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-single-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-single-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-single-selected .placeholder{flex:1 1 100%;line-height:1em;text-align:left;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:calc(100% - 30px)}.ss-main .ss-single-selected .placeholder,.ss-main .ss-single-selected .placeholder *{align-items:center;display:flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-single-selected .placeholder *{width:auto}.ss-main .ss-single-selected .placeholder .ss-disabled{color:#dedede}.ss-main .ss-single-selected .ss-deselect{align-items:center;display:flex;flex:0 1 auto;font-weight:700;justify-content:flex-end;margin:0 6px}.ss-main .ss-single-selected .ss-deselect.ss-hide{display:none}.ss-main .ss-single-selected .ss-arrow{align-items:center;display:flex;flex:0 1 auto;justify-content:flex-end;margin:0 6px}.ss-main .ss-single-selected .ss-arrow span{border:solid #666;border-width:0 2px 2px 0;display:inline-block;padding:3px;transition:transform .2s,margin .2s}.ss-main .ss-single-selected .ss-arrow span.arrow-up{margin:3px 0 0;transform:rotate(-135deg)}.ss-main .ss-single-selected .ss-arrow span.arrow-down{margin:-3px 0 0;transform:rotate(45deg)}.ss-main .ss-multi-selected{background-color:#fff;border:1px solid #dcdee2;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;min-height:30px;outline:0;padding:0 0 0 3px;transition:background-color .2s;width:100%}.ss-main .ss-multi-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled{color:#666}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main .ss-multi-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-multi-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-multi-selected .ss-values{display:flex;flex:1 1 100%;flex-wrap:wrap;justify-content:flex-start;width:calc(100% - 30px)}.ss-main .ss-multi-selected .ss-values .ss-disabled{align-items:center;color:#dedede;display:flex;line-height:1em;margin:2px 0;overflow:hidden;padding:4px 5px;text-overflow:ellipsis;white-space:nowrap;width:100%}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes scaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}.ss-main .ss-multi-selected .ss-values .ss-value{align-items:center;animation-duration:.2s;animation-fill-mode:both;animation-name:scaleIn;animation-timing-function:ease-out;background-color:#5897fb;border-radius:4px;color:#fff;display:flex;font-size:12px;margin:3px 5px 3px 0;padding:3px 5px;user-select:none}.ss-main .ss-multi-selected .ss-values .ss-value.ss-out{animation-duration:.2s;animation-name:scaleOut;animation-timing-function:ease-out}.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete{cursor:pointer;margin:0 0 0 5px}.ss-main .ss-multi-selected .ss-add{display:flex;flex:0 1 3px;margin:9px 12px 0 5px}.ss-main .ss-multi-selected .ss-add .ss-plus{align-items:center;background:#666;display:flex;height:10px;justify-content:center;position:relative;transition:transform .2s;width:2px}.ss-main .ss-multi-selected .ss-add .ss-plus:after{background:#666;content:"";height:2px;left:-4px;position:absolute;top:4px;width:10px}.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross{transform:rotate(45deg)}.ss-content{background-color:#fff;border:1px solid #dcdee2;box-sizing:border-box;margin:-1px 0 0;opacity:0;position:absolute;transform:scaleY(0);transform-origin:center top;transition:transform .2s,opacity .2s;width:100%;z-index:1010}.ss-content.ss-open{display:block;opacity:1;transform:scaleY(1)}.ss-content .ss-search{display:flex;flex-direction:row;padding:8px 8px 6px}.ss-content .ss-search.ss-hide,.ss-content .ss-search.ss-hide input{height:0;margin:0;opacity:0;padding:0}.ss-content .ss-search input{-webkit-appearance:textfield;background-color:#fff;border:1px solid #dcdee2;border-radius:4px;box-sizing:border-box;-webkit-box-sizing:border-box;display:inline-flex;flex:1 1 auto;font-size:inherit;height:30px;line-height:inherit;margin:0;min-width:0;outline:0;padding:6px 8px;text-align:left;width:100%}.ss-content .ss-search input::placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px #5897fb}.ss-content .ss-search .ss-addable{align-items:center;border:1px solid #dcdee2;border-radius:4px;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 30px;font-size:22px;font-weight:700;height:30px;justify-content:center;margin:0 0 0 8px}.ss-content .ss-addable{padding-top:0}.ss-content .ss-list{max-height:200px;overflow-x:hidden;overflow-y:auto;text-align:left}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{font-weight:700;padding:6px 10px}.ss-content .ss-list .ss-optgroup .ss-option{padding:6px 6px 6px 25px}.ss-content .ss-list .ss-optgroup-label-selectable{cursor:pointer}.ss-content .ss-list .ss-optgroup-label-selectable:hover{background-color:#5897fb;color:#fff}.ss-content .ss-list .ss-option{cursor:pointer;padding:6px 10px;user-select:none}.ss-content .ss-list .ss-option *{display:inline-block}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:hover{background-color:#5897fb;color:#fff}.ss-content .ss-list .ss-option.ss-disabled{background-color:#fff;color:#dedede;cursor:not-allowed}.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected{background-color:rgba(88,151,251,.1);color:#666}.ss-content .ss-list .ss-option.ss-hide{display:none}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:#fffb8c}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{-webkit-font-smoothing:subpixel-antialiased;-webkit-touch-callout:none;color:#ccc;font-size:13px;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-overflow-scrolling:touch;-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{-webkit-overflow-scrolling:touch;background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid;border-color:#888 #888 #fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);background:#ddd;bottom:0;display:none;margin:0;padding:2px 2px 4px;position:absolute;right:0;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}main{display:block}pre{font-family:monospace,monospace;font-size:1em}a{-webkit-text-decoration-skip:objects;background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}input{overflow:visible}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}details{display:block}summary{display:list-item}menu{display:block}canvas{display:inline-block}[hidden],template{display:none}.blocker{background-color:#000;background-color:rgba(0,0,0,.75);bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;left:0;overflow:auto;padding:20px;position:fixed;right:0;text-align:center;top:0;width:100%;z-index:1}.blocker:before{content:"";display:inline-block;height:100%;margin-right:-.05em;vertical-align:middle}.blocker.behind{background-color:transparent}.modal{background:#fff;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;-webkit-box-sizing:border-box;box-sizing:border-box;display:none;max-width:500px;padding:15px 30px;position:relative;text-align:left;vertical-align:middle;width:90%;z-index:2}.modal a.close-modal{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;height:30px;position:absolute;right:-12.5px;text-indent:-9999px;top:-12.5px;width:30px}.modal-spinner{background-color:#111;border-radius:5px;display:none;height:20px;left:50%;padding:12px 16px;position:fixed;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.modal-spinner>div{-webkit-animation:sk-stretchdelay 1.2s ease-in-out infinite;animation:sk-stretchdelay 1.2s ease-in-out infinite;background-color:#fff;border-radius:100px;display:inline-block;height:20px;margin:0 1px;width:2px}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.modal-spinner .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,to{-webkit-transform:scaleY(.5)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,40%,to{transform:scaleY(.5);-webkit-transform:scaleY(.5)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url(data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-pointer-events.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{-ms-flex-negative:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}html{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{background-color:#fff;color:#333;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;height:100%;line-height:24px}body.o-hidden{overflow:hidden}a{color:#1ea4ff;text-decoration:none}a:active,a:hover{color:#006db7}img{height:auto;max-width:100%;vertical-align:middle}section{position:relative}.wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100%}.content{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.page-container{margin-left:auto;margin-right:auto;max-width:1440px;padding-left:106px;padding-right:106px;width:100%}@media screen and (max-width:1440px){.page-container{padding-left:calc(13.462vw - 87.84615px);padding-right:calc(13.462vw - 87.84615px)}}@media screen and (max-width:1024px){.page-container{padding-left:50px;padding-right:50px}}@media screen and (max-width:767px){.page-container{padding-left:20px;padding-right:20px}}.icon{display:inline-block}.sect-separate{padding:75px 0}@media screen and (max-width:575px){.sect-separate{padding:30px}}h1,h2,h3,h4,h5{font-family:Open Sans,sans-serif;margin:0}h1{font-size:42px}h2{font-size:36px}h3{font-size:28px}h4{font-size:18px}h5{font-size:16px}p{margin:0}.upper-title{color:#1ea4ff;font-size:15px;font-weight:600;line-height:20px;margin-bottom:8px}.section-title{color:#000;font-family:Georgia,sans-serif;font-size:44px;font-weight:700;line-height:52px}@media screen and (max-width:1440px){.section-title{font-size:calc(1.786vw + 18.28571px);line-height:calc(1.786vw + 26.28571px)}}@media screen and (max-width:992px){.section-title{font-size:36px;line-height:44px}}.section-title>*{color:#000;font-family:Georgia,sans-serif;font-size:44px;font-weight:700;line-height:52px}@media screen and (max-width:1440px){.section-title>*{font-size:calc(1.786vw + 18.28571px);line-height:calc(1.786vw + 26.28571px)}}@media screen and (max-width:992px){.section-title>*{font-size:36px;line-height:44px}}.text-block{font-size:20px;font-weight:300;line-height:32px;margin-top:32px}@media screen and (max-width:1440px){.text-block{font-size:calc(.446vw + 13.57143px);line-height:calc(.893vw + 19.14286px);margin-top:calc(1.786vw + 6.28571px)}}@media screen and (max-width:992px){.text-block{font-size:18px;line-height:28px;margin-top:24px}}.wys-editor{color:#333;font-size:20px;font-weight:300;line-height:32px}.wys-editor p{margin-top:32px}@media screen and (max-width:1440px){.wys-editor p{font-size:calc(.446vw + 13.57143px);line-height:calc(.893vw + 19.14286px)}}@media screen and (max-width:992px){.wys-editor p{font-size:18px;line-height:28px}}.wys-editor p:first-child{margin:0}.wys-editor h1,.wys-editor h2,.wys-editor h3,.wys-editor h4,.wys-editor h5{color:#000;font-weight:700;margin-top:52px}.wys-editor h1{font-size:52px;line-height:60px}.wys-editor h1,.wys-editor h2{font-family:Georgia,sans-serif}.wys-editor h2{font-size:44px;line-height:52px}.wys-editor h3{font-family:Georgia,sans-serif;font-size:30px;line-height:38px}.wys-editor h4{font-size:24px;line-height:33px}.wys-editor h5{font-size:22px;line-height:30px}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.widget{margin:0 0 1.5em}.widget>select{max-width:100%}.sticky{display:block}.hentry{margin:0}.byline,.updated:not(.published){display:none}.group-blog>.byline,.single>.byline{display:inline}.entry-content,.entry-summary,.page-content{margin:1.5em 0 0}.page-links{clear:both;margin:0 0 1.5em}.comment-content>a{word-wrap:break-word}.bypostauthor{display:block}.comment-content>.wp-smiley,.entry-content>.wp-smiley,.page-content>.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption,embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em}.wp-caption>img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption-text{text-align:center}.wp-caption>.wp-caption-text{margin:.875em 0}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2>.gallery-item{max-width:50%}.gallery-columns-3>.gallery-item{max-width:33.33%}.gallery-columns-4>.gallery-item{max-width:25%}.gallery-columns-5>.gallery-item{max-width:20%}.gallery-columns-6>.gallery-item{max-width:16.66%}.gallery-columns-7>.gallery-item{max-width:14.28%}.gallery-columns-8>.gallery-item{max-width:12.5%}.gallery-columns-9>.gallery-item{max-width:11.11%}.gallery-caption{display:block}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{background:none;background-color:#fff;border:1px solid #dedede;color:#333;font-family:inherit;margin-bottom:12px;margin-top:8px;max-width:100%;outline:0 none;padding:15px;width:100%}.btn{background:transparent;border:none;border-radius:0;display:inline-block;font-size:16px;font-weight:600;line-height:22px;outline:none;padding:0;-webkit-transition:all .3s linear;transition:all .3s linear;vertical-align:middle}.btn,.btn:hover{color:#fff}.btn--a{-o-border-image:linear-gradient(96.12deg,#1ea4ff,#2372aa) 1;border-image:linear-gradient(96.12deg,#1ea4ff,#2372aa) 1;border-radius:2px;border-style:solid;border-width:1px;margin-top:40px;padding:14px 24px;position:relative}.btn--a span{position:relative;z-index:2}.btn--a:before{background:linear-gradient(90.03deg,rgba(30,164,255,.5) .02%,rgba(35,119,179,.5) 101.32%),linear-gradient(96.12deg,#1ea4ff 1.26%,#2372aa);bottom:0;content:"";height:100%;left:0;position:absolute;-webkit-transition:all .3s linear;transition:all .3s linear;width:0}.btn--a:hover:before{width:100%}.btn--a2{-o-border-image:linear-gradient(96.12deg,#1ea4ff,#2372aa) 1;border-image:linear-gradient(96.12deg,#1ea4ff,#2372aa) 1;border-radius:2px;border-style:solid;border-width:1px;color:#000;margin-top:40px;padding:14px 24px;position:relative}.btn--a2:after,.btn--a2:before{border:2px solid transparent;-webkit-box-sizing:inherit;box-sizing:inherit;content:"";height:0;position:absolute;width:0}.btn--a2:before{left:-2px;top:-2px}.btn--a2:after{bottom:-2px;right:-2px}.btn--a2:hover{color:#000}.btn--a2:hover:after,.btn--a2:hover:before{height:calc(100% + 4px);width:calc(100% + 4px)}.btn--a2:hover:before{border-right-color:#1ea4ff;border-top-color:#1ea4ff;-webkit-transition:width .125s ease-out,height .125s ease-out .125s;transition:width .125s ease-out,height .125s ease-out .125s}.btn--a2:hover:after{border-bottom-color:#1ea4ff;border-left-color:#1ea4ff;-webkit-transition:border-color 0s ease-out .25s,width .125s ease-out .25s,height .125s ease-out .375s;transition:border-color 0s ease-out .25s,width .125s ease-out .25s,height .125s ease-out .375s}.btn--b{color:#000;font-size:18px;font-weight:600;line-height:25px;-webkit-transition:all .3s linear;transition:all .3s linear}.btn--b img{margin-left:10px;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:all .1s linear;transition:all .1s linear}.btn--b:hover{color:#000}.btn--b:hover img{-webkit-transform:translateX(6px);transform:translateX(6px)}.btn-video{cursor:pointer;height:108px;position:relative;width:108px}@media screen and (max-width:576px){.btn-video{height:83px;width:83px}.btn-video svg{max-width:13px}}.btn-video path{-webkit-transition:all .3s linear;transition:all .3s linear}.btn-video:hover path{fill:#0a4b78}.btn-video--main{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#fff;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:64px;justify-content:center;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .3s linear;transition:all .3s linear;width:64px;z-index:3}@media screen and (max-width:576px){.btn-video--main{height:50px;width:50px}}.btn-video--main svg{margin-left:6px}.btn-video--circle1{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:circle1;animation-name:circle1;border-radius:50%;height:63px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:63px;z-index:1}@media screen and (max-width:576px){.btn-video--circle1{height:49px;width:49px}}.btn-video--circle2{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:circle2;animation-name:circle2;border-radius:50%;height:99px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:99px;z-index:1}@media screen and (max-width:576px){.btn-video--circle2{height:65px;width:65px}}.btn-video .btn-video--hover{background:#fff;border-radius:50%;height:64px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .3s linear;transition:all .3s linear;width:64px;z-index:2}@media screen and (max-width:576px){.btn-video .btn-video--hover{height:50px;width:50px}}@-webkit-keyframes circle1{0%{-webkit-box-shadow:0 0 0 0 hsla(0,0%,100%,.9);box-shadow:0 0 0 0 hsla(0,0%,100%,.9)}50%{-webkit-box-shadow:0 0 0 18px hsla(0,0%,100%,0);box-shadow:0 0 0 18px hsla(0,0%,100%,0)}50.1%{-webkit-box-shadow:0 0 0 18px hsla(0,0%,100%,0);box-shadow:0 0 0 18px hsla(0,0%,100%,0)}to{-webkit-box-shadow:0 0 0 18px hsla(0,0%,100%,0);box-shadow:0 0 0 18px hsla(0,0%,100%,0)}}@keyframes circle1{0%{-webkit-box-shadow:0 0 0 0 hsla(0,0%,100%,.9);box-shadow:0 0 0 0 hsla(0,0%,100%,.9)}50%{-webkit-box-shadow:0 0 0 18px hsla(0,0%,100%,0);box-shadow:0 0 0 18px hsla(0,0%,100%,0)}50.1%{-webkit-box-shadow:0 0 0 18px hsla(0,0%,100%,0);box-shadow:0 0 0 18px hsla(0,0%,100%,0)}to{-webkit-box-shadow:0 0 0 18px hsla(0,0%,100%,0);box-shadow:0 0 0 18px hsla(0,0%,100%,0)}}@-webkit-keyframes circle2{0%{-webkit-box-shadow:0 0 0 0 hsla(0,0%,100%,.2);box-shadow:0 0 0 0 hsla(0,0%,100%,.2)}50%{-webkit-box-shadow:0 0 0 18px hsla(0,0%,100%,0);box-shadow:0 0 0 18px hsla(0,0%,100%,0)}50.1%{-webkit-box-shadow:0 0 0 18px hsla(0,0%,100%,0);box-shadow:0 0 0 18px hsla(0,0%,100%,0)}to{-webkit-box-shadow:0 0 0 18px hsla(0,0%,100%,0);box-shadow:0 0 0 18px hsla(0,0%,100%,0)}}@keyframes circle2{0%{-webkit-box-shadow:0 0 0 0 hsla(0,0%,100%,.2);box-shadow:0 0 0 0 hsla(0,0%,100%,.2)}50%{-webkit-box-shadow:0 0 0 18px hsla(0,0%,100%,0);box-shadow:0 0 0 18px hsla(0,0%,100%,0)}50.1%{-webkit-box-shadow:0 0 0 18px hsla(0,0%,100%,0);box-shadow:0 0 0 18px hsla(0,0%,100%,0)}to{-webkit-box-shadow:0 0 0 18px hsla(0,0%,100%,0);box-shadow:0 0 0 18px hsla(0,0%,100%,0)}}.blocker{background:rgba(21,67,105,.8)}.jquery-modal{z-index:10000}.jquery-modal .modal{border-radius:9px;-webkit-box-shadow:none;box-shadow:none;margin:80px 0;max-width:1000px;padding:15px;width:100%}@media (max-width:768px){.jquery-modal .modal{padding:10px}}.jquery-modal a.close-modal{background:#fff;border-radius:28px;color:#333;font-family:Open Sans,sans-serif;font-weight:600;height:auto;padding:15px 29px 17px;right:0;text-align:center;text-indent:inherit;top:-74px;-webkit-transition:all .4s linear;transition:all .4s linear;white-space:nowrap;width:auto}.jquery-modal a.close-modal:hover{color:#1ea4ff}#powerTip{background-color:#fff;border-radius:0;margin:20px;max-width:372px;padding:26px 24px 24px}@media screen and (max-width:1199px){#powerTip{margin:5px;max-width:180px;padding:10px 15px;width:100%}}#powerTip pre{white-space:inherit}#powerTip:before{display:none}#powerTip.n:before{border-top:10px solid #fff}#powerTip.s:before{border-bottom:10px solid #fff}#powerTip.e:before{border-right:10px solid #fff}#powerTip.w:before{border-left:10px solid #fff;right:-10px}#powerTip.ne:before,body #powerTip.nw:before{border-top:10px solid #fff}#powerTip.se:before,body #powerTip.sw:before{border-bottom:10px solid #fff}#powerTip.nw-alt:before,body #powerTip.ne-alt:before,body #powerTip.se-alt:before,body #powerTip.sw-alt:before{border-top:10px solid #fff}#powerTip.sw-alt:before,body #powerTip.se-alt:before{border-bottom:10px solid #fff}.box_view_html{color:#000}.box_view_html span.close_ihp svg{fill:#000}.maptooltip-box{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}.maptooltip-box__link{font-family:Georgia,sans-serif;margin-bottom:10px;width:100%}.maptooltip-box__link a{color:#000;font-size:18px;font-weight:700;line-height:28px}.maptooltip-box__link a img{margin-left:16px;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:all .3s linear;transition:all .3s linear}@media screen and (max-width:1199px){.maptooltip-box__link a img{margin-left:10px}}.maptooltip-box__link a:hover img{-webkit-transform:translateX(4px);transform:translateX(4px)}.maptooltip-box__block{max-width:156px}.maptooltip-box__block,.maptooltip-box__block-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.maptooltip-box__block-wrap{max-width:133px}@media screen and (max-width:1199px){.maptooltip-box__block-wrap{margin-top:16px}}.maptooltip-box__block-title{color:#000;font-family:Open Sans,sans-serif;font-size:14px;font-weight:700;line-height:19px}.maptooltip-box__block-content{color:#333;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:22px;margin-top:6px}.page-header{left:0;position:fixed;right:0;top:0;width:100%;z-index:900}.page-header.header-2 .main-nav a{color:#000}.page-header.header-2 .menu-item a:hover,.page-header.header-2 .menu-item.current-menu-item{text-shadow:0 0 .63px #333,0 0 .63px #333}.page-header.header-2 .page-header__lang{color:#000}.page-header.header-2 .burger-lines,.page-header.header-2 .burger-lines:after,.page-header.header-2 .burger-lines:before{background-color:#000}.page-header.header-2.mob-open .logo-sticky,.page-header.header-2.sticky .logo-sticky{opacity:0}.page-header:before{background:#fff;bottom:0;content:"";display:block;height:calc(100% + 15px);left:0;position:absolute;right:0;top:0;-webkit-transform:translateY(-90px);transform:translateY(-90px);-webkit-transition:all .3s linear;transition:all .3s linear;width:100%;z-index:-1}@media screen and (max-width:992px){.page-header:before{height:calc(100% + 12px)}}.page-header.mob-open:before,.page-header.sticky:before{-webkit-transform:translateY(0);transform:translateY(0)}.page-header.mob-open .logo-sticky,.page-header.sticky .logo-sticky{opacity:1}.page-header.mob-open .page-header__container,.page-header.sticky .page-header__container{padding-top:15px}@media screen and (max-width:992px){.page-header.mob-open .page-header__container,.page-header.sticky .page-header__container{padding-top:12px}}.page-header.mob-open .page-header__lang,.page-header.sticky .page-header__lang{color:#000}.page-header.mob-open .burger-lines,.page-header.mob-open .burger-lines:after,.page-header.mob-open .burger-lines:before,.page-header.sticky .burger-lines,.page-header.sticky .burger-lines:after,.page-header.sticky .burger-lines:before{background-color:#000}.page-header.mob-open .burger-lines:before,.page-header.sticky .burger-lines:before{max-width:unset}.page-header.mob-open .main-nav a,.page-header.sticky .main-nav a{color:#000}.page-header.mob-open .main-nav a:hover,.page-header.sticky .main-nav a:hover{text-shadow:-.5px 0 0 #333,.5px 0 0 #333}@media screen and (max-width:992px){.page-header.mob-open{min-height:71px}.page-header.mob-open .main-nav{opacity:1;overflow:auto;-webkit-transform:translateY(0);transform:translateY(0);visibility:visible}.page-header.mob-open .page-header__container:after{-webkit-animation:showLine .4s forwards;animation:showLine .4s forwards;background:#e9e9e9;bottom:0;content:"";display:block;height:0;overflow:hidden;position:absolute;width:calc(100% - 100px)}}@media screen and (max-width:992px){@-webkit-keyframes showLine{0%,99%{height:0}to{height:1px}}@keyframes showLine{0%,99%{height:0}to{height:1px}}}@media screen and (max-width:992px) and (max-width:767px){.page-header.mob-open .page-header__container:after{width:calc(100% - 40px)}}.page-header__container{-webkit-box-align:end;-ms-flex-align:end;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin:0 auto;max-width:1920px;padding-left:106px;padding-right:106px;padding-top:19px;-webkit-transition:all .3s linear;transition:all .3s linear;width:100%}@media screen and (max-width:1440px){.page-header__container{padding-left:calc(18.269vw - 157.07692px);padding-right:calc(18.269vw - 157.07692px);padding-top:calc(.893vw + 6.14286px)}}@media screen and (max-width:1024px){.page-header__container{padding-left:50px;padding-right:50px}}@media screen and (max-width:992px){.page-header__container{padding-bottom:12px;position:relative}}@media screen and (max-width:767px){.page-header__container{padding-left:20px;padding-right:20px;padding-top:12px}}.page-header__left{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex}.page-header__logo{margin-right:88px;max-height:50px;max-width:135px;position:relative}@media screen and (max-width:1440px){.page-header__logo{margin-right:calc(6.731vw - 8.92308px);max-height:calc(.721vw + 39.61538px);max-width:calc(2.404vw + 100.38462px)}}@media screen and (max-width:1024px){.page-header__logo{margin-right:60px;max-height:47px;max-width:125px}}.page-header__logo .logo{max-width:100%}.page-header__logo .logo-sticky{bottom:0;left:0;opacity:0;position:absolute;-webkit-transition:all .3s linear;transition:all .3s linear}@media screen and (max-width:992px){.page-header__right{display:none}}.page-header__lang{color:#fff;font-size:15px;line-height:24px;text-transform:capitalize;-webkit-transition:all .3s linear;transition:all .3s linear}.page-header__burger{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}@media screen and (min-width:993px){.page-header__burger{display:none}}.page-header__mobile-langue-select{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;list-style:none;margin:0 -20px;max-width:100%;padding:23px 0 20px}@media screen and (min-width:993px){.page-header__mobile-langue-select{display:none}}.page-header__mobile-langue-select li{color:#000;font-size:18px;font-weight:400;line-height:24px;margin:0 20px;position:relative}.page-header__mobile-langue-select li.lan-active{border-bottom:2px solid #0a70b0}.page-header__mobile-langue-select li:not(:last-child):after{background-color:#cedae3;bottom:0;content:"";height:80%;position:absolute;right:-20.5px;top:20%;width:1px}@media screen and (max-width:992px){.main-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:#fff;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - 71px);left:0;padding-bottom:60px;padding-top:59px;position:fixed;right:0;top:71px;-webkit-transform:translateY(-200vh);transform:translateY(-200vh);-webkit-transition:all .3s linear;transition:all .3s linear;width:100vw}}@media (min-width:625px) and (max-width:992px){.main-nav{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.main-nav__list{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding-left:0;position:relative}@media screen and (max-width:992px){.main-nav__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;margin:0 auto;max-width:450px;padding:0 20px;width:100%}}.main-nav .menu-item{list-style:none;padding:0 16px}.main-nav .menu-item a{color:#fff;font-size:15px;line-height:24px;text-transform:capitalize;-webkit-transition:all .2s linear;transition:all .2s linear}.main-nav .menu-item a:hover,.main-nav .menu-item.current-menu-item{text-shadow:0 0 .63px #fff,0 0 .63px #fff}.main-nav__list>li.menu-item-has-children:not(.menu-multi-menu-3){position:relative}@media screen and (min-width:993px){.main-nav__list>li.menu-item-has-children:not(.menu-multi-menu-3):hover>.sub-menu{display:block;opacity:1;-webkit-transition:all .3s linear;transition:all .3s linear}.main-nav__list>li.menu-item-has-children.menu-multi-menu-3:hover>.sub-menu{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:all .3s linear;transition:all .3s linear}.main-nav__list>li.menu-item-has-children:not(.menu-multi-menu-3)>.sub-menu{background:#fff;-webkit-box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.77px 33.42px rgba(0,0,0,.05),0 22.336px 17.869px rgba(0,0,0,.041),0 12.52px 10.017px rgba(0,0,0,.035),0 6.65px 5.32px rgba(0,0,0,.028),0 2.76px 2.21px rgba(0,0,0,.019);box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.77px 33.42px rgba(0,0,0,.05),0 22.336px 17.869px rgba(0,0,0,.041),0 12.52px 10.017px rgba(0,0,0,.035),0 6.65px 5.32px rgba(0,0,0,.028),0 2.76px 2.21px rgba(0,0,0,.019);display:none;left:-8px;margin:0;max-width:232px;min-width:232px;opacity:0;padding:24px;position:absolute;top:calc(100% + 19px);-webkit-transition:opacity .3s;transition:opacity .3s;z-index:1}.main-nav__list>li.menu-item-has-children:not(.menu-multi-menu-3)>.sub-menu:before{bottom:100%;content:"";height:19px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}.main-nav__list>li.menu-item-has-children:not(.menu-multi-menu-3)>.sub-menu .menu-item{display:block;margin:0;padding:0 0 20px}.main-nav__list>li.menu-item-has-children:not(.menu-multi-menu-3)>.sub-menu .menu-item:last-child{padding-bottom:0}.main-nav__list>li.menu-item-has-children:not(.menu-multi-menu-3)>.sub-menu .menu-item a{color:#333;font-size:15px;font-weight:400;line-height:20px;white-space:nowrap}.main-nav__list>li.menu-item-has-children:not(.menu-multi-menu-3)>.sub-menu .menu-item a:hover{text-shadow:-.5px 0 0 #333,.5px 0 0 #333}}@media screen and (max-width:992px){.main-nav__list>li.menu-item-has-children:not(.menu-multi-menu-3)>.sub-menu{margin-top:-6px;padding-bottom:50px;padding-left:30px}.main-nav__list>li.menu-item-has-children:not(.menu-multi-menu-3)>.sub-menu>.menu-item{padding:0}.main-nav__list>li.menu-item-has-children:not(.menu-multi-menu-3)>.sub-menu>.menu-item:not(:last-child){padding:0 0 13px}.main-nav__list>li.menu-item-has-children:not(.menu-multi-menu-3)>.sub-menu>.menu-item>a{color:#333;font-size:16px;font-weight:400;line-height:22px}}@media screen and (min-width:993px){li.menu-item-has-children.menu-multi-menu-3>.sub-menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:#fff;-webkit-box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.77px 33.42px rgba(0,0,0,.05),0 22.336px 17.869px rgba(0,0,0,.041),0 12.52px 10.017px rgba(0,0,0,.035),0 6.65px 5.32px rgba(0,0,0,.028),0 2.76px 2.21px rgba(0,0,0,.019);box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.77px 33.42px rgba(0,0,0,.05),0 22.336px 17.869px rgba(0,0,0,.041),0 12.52px 10.017px rgba(0,0,0,.035),0 6.65px 5.32px rgba(0,0,0,.028),0 2.76px 2.21px rgba(0,0,0,.019);display:none;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;height:322px;left:-8px;margin:0;max-width:899px;min-width:899px;opacity:1;padding:40px;position:absolute;top:calc(100% + 19px);-webkit-transition:opacity .3s;transition:opacity .3s;z-index:1}}@media screen and (min-width:993px) and (max-width:1440px){li.menu-item-has-children.menu-multi-menu-3>.sub-menu{left:calc(40.179vw - 586.57143px)}}@media screen and (min-width:993px){li.menu-item-has-children.menu-multi-menu-3>.sub-menu:before{bottom:100%;content:"";height:19px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}li.menu-item-has-children.menu-multi-menu-3>.sub-menu .sub-menu{padding-left:24px;padding-top:6px}li.menu-item-has-children.menu-multi-menu-3>.sub-menu .sub-menu .menu-item{padding-bottom:10px}li.menu-item-has-children.menu-multi-menu-3>.sub-menu .sub-menu .menu-item a{font-size:15px;font-weight:400;line-height:22px}li.menu-item-has-children.menu-multi-menu-3>.sub-menu .sub-menu .menu-item a:hover{text-shadow:-.5px 0 0 #333,.5px 0 0 #333}li.menu-item-has-children.menu-multi-menu-3>.sub-menu .menu-item{display:block;margin:0;padding:0 0 32px}li.menu-item-has-children.menu-multi-menu-3>.sub-menu .menu-item:last-child{padding-bottom:0}li.menu-item-has-children.menu-multi-menu-3>.sub-menu .menu-item a{color:#333;font-size:16px;font-weight:700;line-height:24px;white-space:nowrap}li.menu-item-has-children.menu-multi-menu-3>.sub-menu .menu-item a:hover{text-shadow:none}}li.menu-item-has-children.menu-multi-menu-3>.sub-menu>.menu-item>a{position:relative}li.menu-item-has-children.menu-multi-menu-3>.sub-menu>.menu-item>a:after{background-image:url(//ascentgp.com/wp-content/themes/ascentgp/dist/images/arrow-right.svg);background-position:100%;background-repeat:no-repeat;background-size:cover;content:"";height:12px;opacity:0;position:absolute;right:-32px;top:7px;-webkit-transition:all .2s linear;transition:all .2s linear;visibility:hidden;width:18px}@media screen and (max-width:992px){li.menu-item-has-children.menu-multi-menu-3>.sub-menu>.menu-item>a:after{opacity:1;visibility:visible}}li.menu-item-has-children.menu-multi-menu-3>.sub-menu>.menu-item>a:hover:after{opacity:1;visibility:visible}@media screen and (max-width:992px){li.menu-item-has-children.menu-multi-menu-3>.sub-menu{margin-top:-6px;padding-bottom:50px;padding-left:30px}li.menu-item-has-children.menu-multi-menu-3>.sub-menu>li{padding:0}li.menu-item-has-children.menu-multi-menu-3>.sub-menu>li:not(:last-child){padding-bottom:40px}li.menu-item-has-children.menu-multi-menu-3>.sub-menu>li>a{color:#333;font-size:16px;font-weight:700;line-height:24px}li.menu-item-has-children.menu-multi-menu-3>.sub-menu>li.menu-item-has-children>a{display:inline-block;padding-bottom:13px}li.menu-item-has-children.menu-multi-menu-3>.sub-menu>li.menu-item-has-children>.sub-menu{padding-left:30px}li.menu-item-has-children.menu-multi-menu-3>.sub-menu>li.menu-item-has-children li{padding:0}li.menu-item-has-children.menu-multi-menu-3>.sub-menu>li.menu-item-has-children li:not(:last-child){padding-bottom:13px}li.menu-item-has-children.menu-multi-menu-3>.sub-menu>li.menu-item-has-children li a{color:#333;font-size:16px;font-weight:400;line-height:22px}.main-nav__list>.menu-item{border-top:1px solid #e9e9e9;padding:0;width:100%}.main-nav__list>.menu-item:last-child{border-bottom:1px solid #e9e9e9}.main-nav__list>.menu-item>.sub-menu{display:none}.main-nav__list>.menu-item.mob-sub-show>.sub-menu{display:block}.main-nav__list>.menu-item.menu-item-has-children>a{pointer-events:none}.main-nav__list>.menu-item.menu-item-has-children>a:after{background-image:url(//ascentgp.com/wp-content/themes/ascentgp/dist/images/arrow-drop-menu-mobile.svg);background-repeat:no-repeat;background-size:cover;content:"";display:block;height:10px;width:17px}.main-nav__list>.menu-item>a{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;color:#333;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:18px;font-weight:400;justify-content:space-between;line-height:25px;padding:19px 0;width:100%}.main-nav__list>.menu-item>a:hover{text-shadow:none!important}}.burger{-webkit-tap-highlight-color:transparent;cursor:pointer;font-size:12px;height:26px;position:relative;-webkit-transition:all .2s;transition:all .2s;width:28px;z-index:101}.burger .burger-lines{background-color:#fff;content:"";display:block;height:3px;pointer-events:none;position:absolute;top:40%;-webkit-transform:rotate(0);transform:rotate(0);width:100%}.burger .burger-lines:after{top:-9.5px}.burger .burger-lines:after,.burger .burger-lines:before{background-color:#fff;content:"";display:block;height:3px;left:0;pointer-events:none;position:absolute;-webkit-transform:rotate(0);transform:rotate(0);width:100%}.burger .burger-lines:before{top:10px}.burger.open .burger-lines,.burger.open .burger-lines:after,.burger.open .burger-lines:before{background-color:#000}.burger.open .burger-lines:before{max-width:unset}.burger:after{content:"";display:block;left:-25%;position:absolute;top:-25%}.burger.burger-squeeze{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;z-index:999}.burger.burger-squeeze .burger-lines,.burger.burger-squeeze .burger-lines:after,.burger.burger-squeeze .burger-lines:before{-webkit-transition:top .2s .2s,left .1s,transform .2s,background-color .4s .2s;transition:top .2s .2s,left .1s,transform .2s,background-color .4s .2s}.burger.burger-squeeze.open .burger-lines{background-color:transparent!important;-webkit-transition:background-color .2s,top .2s,left .2s,transform .2s .15s;transition:background-color .2s,top .2s,left .2s,transform .2s .15s}.burger.burger-squeeze.open .burger-lines:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.burger.burger-squeeze.open .burger-lines:after,.burger.burger-squeeze.open .burger-lines:before{left:.5em;top:0;-webkit-transition:background-color .2s,top .2s,left .2s,transform .2s .15s;transition:background-color .2s,top .2s,left .2s,transform .2s .15s}.burger.burger-squeeze.open .burger-lines:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.page-footer{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative}.page-footer__container{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;max-width:1920px;padding-bottom:9px;padding-top:35px}@media screen and (max-width:991px){.page-footer__container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;justify-content:flex-start;padding-top:28px}}.page-footer__logo{max-height:49px;max-width:132px}@media screen and (max-width:1440px){.page-footer__logo{max-height:calc(.721vw + 39.61538px);max-width:calc(2.404vw + 100.38462px)}}@media screen and (max-width:1024px){.page-footer__logo{max-height:47px;max-width:125px}}.page-footer__form{margin-top:36px;max-width:355px}@media screen and (max-width:991px){.page-footer__form{margin-top:20px}}.page-footer__form form{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:7px;width:100%}.page-footer__form form input[type=email]{border:1px solid #e8e4e4;color:#333;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:22px;margin:0;padding:9px 16px 11px}.page-footer__form form input[type=email]:active,.page-footer__form form input[type=email]:focus{border-color:#333}.page-footer__form form input[type=email]::-webkit-input-placeholder{color:#c6c6c6}.page-footer__form form input[type=email]::-moz-placeholder{color:#c6c6c6}.page-footer__form form input[type=email]:-ms-input-placeholder{color:#c6c6c6}.page-footer__form form input[type=email]::-ms-input-placeholder{color:#c6c6c6}.page-footer__form form input[type=email]::placeholder{color:#c6c6c6}.page-footer__form form input[type=submit]{background-color:#0a70b0;background-image:url(//ascentgp.com/wp-content/themes/ascentgp/dist/images/arrow-right-white.svg);background-position:50%;background-repeat:no-repeat;border:none;border-radius:0;cursor:pointer;display:inline-block;font-size:0;height:100%;outline:none;vertical-align:middle;width:44px}.page-footer__form form .wpcf7-form-control-wrap{display:block}.page-footer__form form .wpcf7-not-valid{border-color:#eb5757!important}.page-footer__form form .wpcf7-not-valid-tip{color:#eb5757;font-family:Open Sans,sans-serif;font-size:12px;line-height:16px;position:absolute;top:calc(100% + 4px)}.page-footer__form form .wpcf7-response-output,.page-footer__form form .wpcf7-spinner{display:none}.page-footer__form-desc{font-size:15px;font-weight:300;line-height:20px}.page-footer__social{-webkit-box-align:end;-ms-flex-align:end;-webkit-box-pack:end;-ms-flex-pack:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end;max-width:calc(100% - 400px);width:100%}@media screen and (max-width:991px){.page-footer__social{-webkit-box-ordinal-group:5;-ms-flex-order:4;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:30px;max-width:100%;order:4}}.page-footer__social-link{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:1px solid #cedae3;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;justify-content:center;margin-left:11px;-webkit-transition:all .3s linear;transition:all .3s linear;width:40px}@media screen and (max-width:991px){.page-footer__social-link{margin-left:0;margin-right:11px}}.page-footer__social-link:hover{border-color:#0a4b78}.page-footer__social-icon{max-height:16px;max-width:20px}.page-footer__bottom{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #cedae3;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;margin-top:28px;padding-top:8px;width:100%}@media screen and (max-width:991px){.page-footer__bottom{-webkit-box-ordinal-group:6;-ms-flex-order:5;margin-top:20px;order:5}}@media screen and (max-width:767px){.page-footer__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}}.page-footer__copyright{color:#6c6c6c;font-size:14px;font-weight:400;line-height:24px;max-width:450px}@media screen and (max-width:767px){.page-footer__copyright{line-height:19px;margin-top:20px}}.footer-nav{-webkit-box-align:end;-ms-flex-align:end;-webkit-box-pack:end;-ms-flex-pack:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end;max-width:calc(100% - 200px);width:100%}@media screen and (max-width:991px){.footer-nav{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-ordinal-group:4;-ms-flex-order:3;justify-content:flex-start;margin-top:30px;max-width:100%;order:3}}.footer-nav__list{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end;margin:0;padding-left:0}@media screen and (max-width:767px){.footer-nav__list{-ms-grid-columns:162px 162px;display:-ms-grid;display:grid;grid-template-columns:162px 162px}}@media screen and (max-width:414px){.footer-nav__list{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}.footer-nav .menu-item{list-style:none;padding-left:32px}@media screen and (max-width:991px){.footer-nav .menu-item{padding-left:0;padding-right:32px}}@media screen and (max-width:767px){.footer-nav .menu-item{padding-bottom:13px}}.footer-nav .menu-item a{color:#333;font-size:15px;font-weight:400;line-height:24px;-webkit-transition:all .3s linear;transition:all .3s linear}.footer-nav .menu-item a:hover{text-shadow:-.5px 0 0 #333,.5px 0 0 #333}@media screen and (max-width:767px){.footer-privacy{-webkit-box-ordinal-group:0;-ms-flex-order:-1;max-width:100%;order:-1}}.footer-privacy__list{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end;margin:0;padding-left:0}.footer-privacy .menu-item{list-style:none;padding-left:32px}@media screen and (max-width:767px){.footer-privacy .menu-item{padding-left:0;padding-right:32px}}.footer-privacy .menu-item a{color:#6c6c6c;font-size:14px;font-weight:400;line-height:24px;-webkit-transition:all .3s linear;transition:all .3s linear}.footer-privacy .menu-item a:hover{text-shadow:-.5px 0 0 #6c6c6c,.5px 0 0 #6c6c6c}.cta{background-position:50%;background-repeat:no-repeat;background-size:cover}.cta__container{color:#fff;padding-bottom:80px;padding-top:80px}.cta__section-title{color:#fff;max-width:700px}.cta__section-title>*{color:#fff}.cta__section-subtitle{margin-top:16px;max-width:700px}.cta__section-subtitle>*{color:#fff;font-family:Georgia,sans-serif;font-size:20px;font-weight:700;line-height:28px}@media screen and (max-width:1440px){.cta__section-subtitle>*{font-size:calc(.446vw + 13.57143px)}}@media screen and (max-width:992px){.cta__section-subtitle>*{font-size:18px}}.cta__text{max-width:700px}.cta__text,.cta__text>*{font-size:18px;font-weight:300;line-height:26px}.cta__text>*{color:#fff}.cta__buttons{max-width:700px}.cta__button{margin-right:18px}.cta__button:last-child{margin-right:0}@media screen and (max-width:390px){.cta__button{margin-right:calc(11.429vw - 26.57143px)}}@media screen and (max-width:434px){.job-seekers-cta-buttons .cta__button:last-child{margin-top:20px}}.hero{background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;height:calc(100vh - 26px);overflow:hidden;padding-top:70px;position:relative}@media screen and (max-height:767px){.hero{height:auto}}@media screen and (max-width:1024px){.hero{height:auto}}@media screen and (max-width:768px){.hero{overflow:unset;z-index:4}}.hero .hero-bg,.hero .hero-bg-2{background-color:#000;background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:-70px}@media screen and (max-width:768px){.hero .hero-bg,.hero .hero-bg-2{display:none}}.hero .hero-bg{background-image:url(//ascentgp.com/wp-content/themes/ascentgp/dist/3318bb432d3ab44bec77.webp)}.hero .hero-bg-2{background-image:url(//ascentgp.com/wp-content/themes/ascentgp/dist/008f75a381fb0759f385.webp);display:none}@media screen and (max-width:768px){.hero .hero-bg-2{display:block}}.hero__ind-image{bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;max-width:1280px;position:absolute;right:0;top:0;width:100%}@media screen and (max-width:2560px){.hero__ind-image{max-width:50vw}}@media screen and (max-width:1440px){.hero__ind-image{max-width:calc(48.19vw + 26.05714px)}}@media screen and (max-width:768px){.hero__ind-image{bottom:unset;left:0;margin:0 auto;max-width:80%;top:14%}}@media screen and (max-width:575px){.hero__ind-image{bottom:unset}}@media screen and (min-width:993px){.hero__ind-image img,.hero__ind-image svg{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;position:absolute;right:0;top:0;width:100%}}.hero__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center;padding-bottom:300px;padding-top:150px;position:relative}@media screen and (max-width:1440px){.hero__container{padding-bottom:calc(18.527vw + 33.21429px);padding-top:calc(18.527vw - 116.78571px)}}@media screen and (max-width:992px){.hero__container{padding-bottom:205px;padding-top:65px}}@media screen and (max-width:768px){.hero__container{padding-bottom:220px}}@media (min-width:650px) and (max-width:767px){.hero__container--main{padding-left:50px;padding-right:50px}}.hero__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}@media screen and (max-width:768px){.hero__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}.hero__video{left:570px;position:absolute;top:10px}@media screen and (max-width:1440px){.hero__video{left:calc(37.946vw + 23.57143px);top:calc(2.232vw - 22.14286px)}}@media screen and (max-width:992px){.hero__video{left:400px;top:10px}}@media screen and (max-width:768px){.hero__video{-webkit-box-ordinal-group:5;-ms-flex-order:4;left:auto;order:4;position:static;top:auto}}@media screen and (max-width:390px){.hero__video{-webkit-transform:translateX(15px);transform:translateX(15px)}}.hero__section-title{color:#fff;font-family:Georgia,sans-serif;font-size:52px;font-weight:700;line-height:60px;max-width:500px;z-index:1}@media screen and (max-width:1440px){.hero__section-title{font-size:calc(.893vw + 39.14286px);line-height:calc(.893vw + 47.14286px);max-width:calc(33.482vw + 17.85714px)}}@media screen and (max-width:992px){.hero__section-title{font-size:48px;line-height:56px;max-width:350px}}.hero__section-title>*{color:#fff;font-family:Georgia,sans-serif;font-size:52px;font-weight:700;line-height:60px}@media screen and (max-width:1440px){.hero__section-title>*{font-size:calc(.893vw + 39.14286px);line-height:calc(.893vw + 47.14286px)}}@media screen and (max-width:992px){.hero__section-title>*{font-size:48px;line-height:56px}}.hero__text{max-width:500px;z-index:1}@media screen and (max-width:1440px){.hero__text{max-width:calc(11.161vw + 339.28571px)}}@media screen and (max-width:992px){.hero__text{max-width:450px}}@media screen and (max-width:768px){.hero__text{margin-bottom:32px}}@media screen and (max-width:575px){.hero__text{margin-bottom:19px}}.hero__btn{line-height:1;z-index:1}@media screen and (max-width:768px){.hero__btn a{margin-right:23px;margin-top:0}}@media screen and (max-width:390px){.hero__btn a{margin-right:5px}}.hero--services{height:auto}.hero--services .hero__container{padding-bottom:162px;padding-top:100px}.hero--services .hero__image{bottom:0;max-width:710px;position:absolute;right:0}.hero--job{height:auto}.hero--job .hero__container{padding-bottom:185px}.hero--job .hero__image{bottom:0;display:none;position:absolute;right:0;top:0;width:50%}.hero--job .hero__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hero--about{height:auto}.hero--about .hero__container{padding-bottom:185px}.hero--about .hero__image{bottom:0;display:none;position:absolute;right:0;top:0;width:50%}.hero--about .hero__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hero--resume{height:auto}.hero--resume .hero__container{padding-bottom:202px;padding-top:63px}@media screen and (max-width:1440px){.hero--resume .hero__container{padding-top:calc(2.902vw + 21.21429px)}}@media screen and (max-width:992px){.hero--resume .hero__container{padding-top:50px}}@media screen and (max-width:767px){.hero--resume .hero__container{padding-bottom:107px}}.hero--resume .hero__section-title{margin:0 auto;max-width:700px;text-align:center}.hero--resume .hero__text{margin:32px auto 0;max-width:700px;text-align:center}@media screen and (max-width:575px){.hero--resume .hero__text{margin-top:24px!important}}.hero--contact{height:auto}.hero--contact .hero__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;justify-content:space-between;padding-bottom:94px;padding-right:210px;padding-top:46px}@media screen and (max-width:1440px){.hero--contact .hero__container{padding-right:calc(38.462vw - 343.84615px)}}@media screen and (max-width:1024px){.hero--contact .hero__container{padding-right:32px}}@media screen and (max-width:767px){.hero--contact .hero__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:75px;padding-right:20px}}.hero--contact .hero__wrap{padding-right:50px;padding-top:125px}@media screen and (max-width:1440px){.hero--contact .hero__wrap{padding-right:calc(4.464vw - 14.28571px);padding-top:calc(13.393vw - 67.85714px)}}@media screen and (max-width:992px){.hero--contact .hero__wrap{padding-top:calc(28.889vw - 221.57778px)}}@media screen and (max-width:767px){.hero--contact .hero__wrap{padding-bottom:20px;padding-top:0}}.hero--contact .hero__section-title{max-width:420px}@media screen and (max-width:767px){.hero--contact .hero__section-title{max-width:420px;width:100%}}.hero--contact .hero__text{max-width:420px}@media screen and (max-width:767px){.hero--contact .hero__text{max-width:420px;width:100%}}@media screen and (max-width:576px){.hero--contact .hero__text{margin-bottom:20px}}@media screen and (max-width:767px){.hero--contact .hero__map{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;width:100%}}.hero--locations{height:auto}.hero--locations .hero{overflow:auto}.hero--locations .hero__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;justify-content:space-between;padding-bottom:30px;padding-right:210px;padding-top:46px}@media screen and (max-width:1440px){.hero--locations .hero__container{padding-right:calc(38.462vw - 343.84615px)}}@media screen and (max-width:1024px){.hero--locations .hero__container{padding-right:32px}}@media screen and (max-width:767px){.hero--locations .hero__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:36px;padding-right:20px}}.hero--locations .hero__wrap{padding-right:50px;padding-top:125px}@media screen and (max-width:1440px){.hero--locations .hero__wrap{padding-right:calc(4.464vw - 14.28571px);padding-top:calc(13.393vw - 67.85714px)}}@media screen and (max-width:992px){.hero--locations .hero__wrap{padding-top:calc(28.889vw - 221.57778px)}}@media screen and (max-width:767px){.hero--locations .hero__wrap{padding-bottom:20px;padding-top:0}}@media screen and (max-width:575px){.hero--locations .hero__wrap{padding-bottom:0;padding-top:0}}.hero--locations .hero__section-title{max-width:420px}@media screen and (max-width:767px){.hero--locations .hero__section-title{max-width:420px;width:100%}}.hero--locations .hero__text{max-width:420px}@media screen and (max-width:767px){.hero--locations .hero__text{max-width:420px;width:100%}}@media screen and (max-width:576px){.hero--locations .hero__text{margin-bottom:20px}}@media screen and (max-width:767px){.hero--locations .hero__map{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;width:100%}}@media screen and (max-width:575px){.hero--locations .hero__map{margin-top:-8px}}.hero--team{height:auto}.hero--team .hero__container{padding-bottom:140px;padding-top:124px}@media screen and (max-width:1440px){.hero--team .hero__container{padding-bottom:calc(8.929vw + 11.42857px);padding-top:calc(17.634vw - 129.92857px)}}@media screen and (max-width:992px){.hero--team .hero__container{padding-bottom:100px;padding-top:45px}}.hero--team .hero__section-title{margin:0 auto;max-width:700px;text-align:center}.hero--team .hero__text{margin:32px auto 0;max-width:700px;text-align:center}.hero--variable .hero__container{padding-bottom:140px;padding-top:118px}@media screen and (max-width:992px){.hero--variable .hero__container{padding-bottom:125px;padding-top:85px}}@media screen and (max-width:475px){.hero--variable .hero__container{padding-top:65px}}@media screen and (max-width:992px){.hero--variable .hero__text{font-size:18px;line-height:28px}}@media screen and (max-width:475px){.hero--variable .hero__text{margin-bottom:40px}}.hero--variable.hero-gradient-bg{background-image:url(//ascentgp.com/wp-content/themes/ascentgp/dist/images/variable-hero-bg.png);height:auto;min-height:728px}@media screen and (max-width:1440px){.hero--variable.hero-gradient-bg{min-height:calc(37.5vw + 188px)}}@media screen and (min-width:1921px){.hero--variable.hero-gradient-bg{min-height:878px}}.hero--variable.hero-gradient-bg .hero__image{bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;max-width:1280px;position:absolute;right:0;top:0;width:100%}@media screen and (max-width:2560px){.hero--variable.hero-gradient-bg .hero__image{max-width:calc(43.75vw + 160px)}}@media screen and (max-width:1920px){.hero--variable.hero-gradient-bg .hero__image{max-width:calc(50vw - 10px)}}@media screen and (max-width:1440px){.hero--variable.hero-gradient-bg .hero__image{max-width:calc(50.24vw - 13.46154px);width:100%!important}}@media screen and (min-width:1921px){.hero--variable.hero-gradient-bg .hero__image{width:100%!important}}@media screen and (max-width:992px){.hero--variable.hero-gradient-bg .hero__image{height:unset;margin-left:auto;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;position:static;width:unset!important}}@media screen and (min-width:993px){.hero--variable.hero-gradient-bg .hero__image--blur:after{background:-webkit-gradient(linear,left top,left bottom,from(#021b42),to(rgba(10,112,176,.01)));background:linear-gradient(180deg,#021b42,rgba(10,112,176,.01));content:"";height:90px;position:absolute;right:0;top:0;width:100%}.hero--variable.hero-gradient-bg .hero__image img,.hero--variable.hero-gradient-bg .hero__image svg{height:100%;left:0;max-width:unset;-o-object-fit:cover;object-fit:cover;-o-object-position:left center;object-position:left center;position:absolute;top:0}}@media screen and (min-width:993px) and (min-width:1921px){.hero--variable.hero-gradient-bg .hero__image img,.hero--variable.hero-gradient-bg .hero__image svg{max-width:100%;width:100%!important}}@media screen and (min-width:993px) and (max-width:1440px){.hero--variable.hero-gradient-bg .hero__image img,.hero--variable.hero-gradient-bg .hero__image svg{max-width:100%;width:100%}}@media screen and (min-width:1921px){.hero--variable.hero-gradient-bg .hero__container{padding-top:200px}}@media screen and (max-width:992px){.hero--variable.hero-gradient-bg .hero__container{padding-bottom:40px}}@media screen and (max-width:575px){.hero--variable.hero-gradient-bg .hero__container{padding-bottom:40px}}.hero--variable.hero-full-bg{height:auto;min-height:496px;text-align:center}.hero--variable.hero-full-bg .hero__container{max-width:1920px;min-height:426px;padding-bottom:100px;padding-top:78px}@media screen and (max-width:992px){.hero--variable.hero-full-bg .hero__container{padding-bottom:95px;padding-top:65px}}@media screen and (max-width:475px){.hero--variable.hero-full-bg .hero__container{padding-bottom:80px;padding-top:65px}}.hero--variable.hero-full-bg .hero__section-title,.hero--variable.hero-full-bg .hero__text{margin-left:auto;margin-right:auto;max-width:700px}.hero--variable.hero-full-bg .hero__media-content{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:-1}.hero--variable.hero-full-bg .hero__media-content:after{background:#021b42;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.hero--variable.hero-full-bg .hero__media-content.he-opacity-0:after{opacity:0}.hero--variable.hero-full-bg .hero__media-content.he-opacity-1:after{opacity:.1}.hero--variable.hero-full-bg .hero__media-content.he-opacity-2:after{opacity:.2}.hero--variable.hero-full-bg .hero__media-content.he-opacity-3:after{opacity:.3}.hero--variable.hero-full-bg .hero__media-content.he-opacity-4:after{opacity:.4}.hero--variable.hero-full-bg .hero__media-content.he-opacity-5:after{opacity:.5}.hero--variable.hero-full-bg .hero__media-content.he-opacity-6:after{opacity:.6}.hero--variable.hero-full-bg .hero__media-content.he-opacity-7:after{opacity:.7}.hero--variable.hero-full-bg .hero__media-content.he-opacity-8:after{opacity:.8}.hero--variable.hero-full-bg .hero__media-content.he-opacity-9:after{opacity:.9}.hero--variable.hero-full-bg .hero__media-content.he-opacity-10:after{opacity:1}.hero--variable.hero-full-bg .hero__full-image{height:100%;position:relative;width:100%}@media screen and (min-width:993px){.hero--variable.hero-full-bg .hero__full-image--mobile{display:none}}.hero--variable.hero-full-bg .hero__full-image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.hero--variable.hero-full-bg .hero__full-video{height:100%!important;opacity:0;visibility:hidden;width:100%!important}@media screen and (max-width:992px){.hero--variable.hero-full-bg .hero__full-video--desk{display:none}}.hero--variable.hero-full-bg .hero__full-video.v-show{opacity:1;visibility:visible}.hero--variable.hero-full-bg .hero__full-video .mejs-container,.hero--variable.hero-full-bg .hero__full-video .wp-video{height:100%!important;width:100%!important}.hero--variable.hero-full-bg .hero__full-video .mejs-inner{-webkit-box-pack:center;-ms-flex-pack:center;height:100%;justify-content:center}.hero--variable.hero-full-bg .hero__full-video .mejs-inner,.hero--variable.hero-full-bg .hero__full-video .mejs-mediaelement{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.hero--variable.hero-full-bg .hero__full-video .mejs-controls{display:none;overflow:hidden;visibility:hidden}.hero--variable.hero-full-bg.gradient-color{background-image:url(//ascentgp.com/wp-content/themes/ascentgp/dist/images/variable-hero-bg.png)}.hero-links{-webkit-box-pack:end;-ms-flex-pack:end;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end;margin-top:auto;position:absolute;width:100%}@media screen and (min-width:768px){.hero-links{background:#f9fbfc;left:0;right:0}}@media screen and (max-width:992px){.hero-links{padding-bottom:0}}@media screen and (max-width:768px){.hero-links{bottom:70px;left:50%;-webkit-transform:translateX(-50%) translateY(80%);transform:translateX(-50%) translateY(80%)}}@media (min-width:605px) and (max-width:768px){.hero-links:before{background:#fff;bottom:-77px;content:"";height:80px;left:0;position:absolute;right:0;width:100%}}.hero-links .page-header__container{padding-bottom:0;padding-top:0}.hero-links__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;padding:14px 0 17px;position:relative;width:100%}@media screen and (max-width:768px){.hero-links__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:#f9fbfc;-ms-flex-direction:column;flex-direction:column;padding:20px 26px 14px;width:100%}}.hero-links__wrap:after{background:#fff;bottom:0;content:"";display:none;height:100%;left:calc(100% - 1px);position:absolute;top:0;width:100%}@media screen and (max-width:768px){.hero-links__wrap:after{display:none}}.hero-links__link{display:inline-block;margin-right:42px;max-width:374px;padding-left:30px;position:relative;width:100%}@media screen and (min-width:1440px){.hero-links__link{margin-right:calc(50.417vw - 684px)}}@media screen and (min-width:1920px){.hero-links__link{margin-right:284px}}.hero-links__link:before{background-color:#1ea4ff;bottom:0;content:"";height:100%;left:0;position:absolute;top:0;width:1.5px}.hero-links__link:last-child{margin-right:0}@media screen and (max-width:1366px){.hero-links__link{margin-right:37px}}@media screen and (max-width:1200px){.hero-links__link{margin-right:32px}}@media screen and (max-width:1024px){.hero-links__link{margin-right:30px;max-width:33.33%}}@media screen and (max-width:992px){.hero-links__link{margin-right:20px}}@media screen and (max-width:768px){.hero-links__link{margin-bottom:32px;margin-right:0;max-width:500px}}.hero-links__head{color:#000;font-size:18px;font-weight:600;line-height:25px;position:relative}.hero-links__head span{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative}.hero-links__head span:after{background-image:url(//ascentgp.com/wp-content/themes/ascentgp/dist/images/hero-links-arrow-hover.svg);background-repeat:no-repeat;background-size:cover;content:"";display:block;height:12px;margin-left:12px;opacity:0;visibility:hidden;width:15px}.hero-links__head span:hover{color:#1ea4ff}.hero-links__head span:hover:after{opacity:1;visibility:visible}.hero-links__head span a{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.hero-links__text{color:#333;font-size:16px;font-weight:300;line-height:24px;margin-top:8px}.hero-links__text:hover{color:#333}.hero-video__video.vimeo-vid,.hero-video__video.youtube-vid{padding-top:calc(59% - 30px);width:100%}@media (max-width:992px){.hero-video__video.vimeo-vid,.hero-video__video.youtube-vid{padding-top:calc(60.5% - 30px)}}@media (max-width:768px){.hero-video__video.vimeo-vid,.hero-video__video.youtube-vid{padding-top:calc(59.5% - 20px)}}@media (max-width:640px){.hero-video__video.vimeo-vid,.hero-video__video.youtube-vid{padding-top:calc(60.5% - 20px)}}@media (max-width:414px){.hero-video__video.vimeo-vid,.hero-video__video.youtube-vid{padding-top:calc(62.5% - 20px)}}.hero-video__video.vimeo-vid iframe,.hero-video__video.youtube-vid iframe{bottom:15px;height:calc(100% - 30px);left:15px;position:absolute;right:15px;top:15px;width:calc(100% - 30px)}@media (max-width:768px){.hero-video__video.vimeo-vid iframe,.hero-video__video.youtube-vid iframe{bottom:10px;height:calc(100% - 20px);left:10px;right:10px;top:10px;width:calc(100% - 20px)}}.info-blocks__container{margin:80px auto 0;max-width:1920px}@media screen and (max-width:767px){.info-blocks__container{margin-top:0}}@media screen and (max-width:768px){.info-blocks--home{padding-top:230px}}.info-blocks--job .info-block__image-wrap,.info-blocks--resume .info-block__image-wrap{padding-top:95.97%}.info-blocks--job .info-block:nth-child(odd):before,.info-blocks--resume .info-block:nth-child(odd):before{left:auto;right:50%}.info-blocks--job .info-block:nth-child(odd) .info-block__content,.info-blocks--resume .info-block:nth-child(odd) .info-block__content{-webkit-box-align:end;-ms-flex-align:end;-webkit-box-ordinal-group:0;-ms-flex-order:-1;align-items:flex-end;order:-1;padding-left:115px;padding-right:100px}@media screen and (max-width:1440px){.info-blocks--job .info-block:nth-child(odd) .info-block__content,.info-blocks--resume .info-block:nth-child(odd) .info-block__content{padding-left:calc(18.029vw - 144.61538px);padding-right:calc(14.423vw - 107.69231px)}}@media screen and (max-width:1024px){.info-blocks--job .info-block:nth-child(odd) .info-block__content,.info-blocks--resume .info-block:nth-child(odd) .info-block__content{padding-left:40px;padding-right:40px}}@media screen and (max-width:767px){.info-blocks--job .info-block:nth-child(odd) .info-block__content,.info-blocks--resume .info-block:nth-child(odd) .info-block__content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-left:20px;padding-right:20px}}.info-blocks--job .info-block:nth-child(2n):before,.info-blocks--resume .info-block:nth-child(2n):before{left:50%;right:auto}.info-blocks--job .info-block:nth-child(2n) .info-block__content,.info-blocks--resume .info-block:nth-child(2n) .info-block__content{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-ordinal-group:2;-ms-flex-order:1;align-items:flex-start;order:1;padding-left:100px;padding-right:115px}@media screen and (max-width:1440px){.info-blocks--job .info-block:nth-child(2n) .info-block__content,.info-blocks--resume .info-block:nth-child(2n) .info-block__content{padding-left:calc(14.423vw - 107.69231px);padding-right:calc(18.029vw - 144.61538px)}}@media screen and (max-width:1024px){.info-blocks--job .info-block:nth-child(2n) .info-block__content,.info-blocks--resume .info-block:nth-child(2n) .info-block__content{padding-left:40px;padding-right:40px}}@media screen and (max-width:767px){.info-blocks--job .info-block:nth-child(2n) .info-block__content,.info-blocks--resume .info-block:nth-child(2n) .info-block__content{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;padding-left:20px;padding-right:20px}}.info-blocks--about .info-blocks__container{margin-top:146px}@media screen and (max-width:1440px){.info-blocks--about .info-blocks__container{margin-top:calc(15.865vw - 82.46154px)}}@media screen and (max-width:1024px){.info-blocks--about .info-blocks__container{margin-top:80px}}@media screen and (max-width:767px){.info-blocks--about .info-blocks__container{margin-top:0}}.info-blocks--about .info-block{background:transparent}.info-blocks--about .info-block:nth-child(odd):before{left:auto;right:50%}.info-blocks--about .info-block:nth-child(odd) .info-block__content{-webkit-box-align:end;-ms-flex-align:end;-webkit-box-ordinal-group:0;-ms-flex-order:-1;align-items:flex-end;order:-1;padding-left:115px;padding-right:100px}@media screen and (max-width:1440px){.info-blocks--about .info-block:nth-child(odd) .info-block__content{padding-left:calc(18.029vw - 144.61538px);padding-right:calc(14.423vw - 107.69231px)}}@media screen and (max-width:1024px){.info-blocks--about .info-block:nth-child(odd) .info-block__content{padding-left:40px;padding-right:40px}}@media screen and (max-width:767px){.info-blocks--about .info-block:nth-child(odd) .info-block__content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-left:20px;padding-right:20px;padding-top:30px}}.info-blocks--about .info-block:nth-child(2n):before{left:50%;right:auto}.info-blocks--about .info-block:nth-child(2n) .info-block__content{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-ordinal-group:2;-ms-flex-order:1;align-items:flex-start;order:1;padding-left:100px;padding-right:115px}@media screen and (max-width:1440px){.info-blocks--about .info-block:nth-child(2n) .info-block__content{padding-left:calc(14.423vw - 107.69231px);padding-right:calc(18.029vw - 144.61538px)}}@media screen and (max-width:1024px){.info-blocks--about .info-block:nth-child(2n) .info-block__content{padding-left:40px;padding-right:40px}}@media screen and (max-width:767px){.info-blocks--about .info-block:nth-child(2n) .info-block__content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-left:20px;padding-right:20px;padding-top:30px}}.info-block{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;position:relative;width:100%}@media screen and (max-width:1920px){.info-block{background:linear-gradient(180.05deg,hsla(0,0%,100%,.51) 4.74%,rgba(251,252,254,.639) 40.08%,#eef5fd 99.95%)}}@media screen and (max-width:767px){.info-block{background:transparent}}.info-block:nth-child(2n) .info-block__content{-webkit-box-align:end;-ms-flex-align:end;-webkit-box-ordinal-group:0;-ms-flex-order:-1;align-items:flex-end;order:-1;padding-left:100px;padding-right:115px}@media screen and (max-width:1440px){.info-block:nth-child(2n) .info-block__content{padding-left:calc(14.423vw - 107.69231px);padding-right:calc(18.029vw - 144.61538px)}}@media screen and (max-width:1024px){.info-block:nth-child(2n) .info-block__content{padding-left:40px;padding-right:40px}}@media screen and (max-width:767px){.info-block:nth-child(2n) .info-block__content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background:linear-gradient(180.04deg,hsla(0,0%,100%,.51) -22.84%,rgba(251,252,254,.639) 3.44%,#eef5fd 99.96%);padding-left:20px;padding-right:20px;width:100%}}.info-block__image{min-height:100%;position:relative;width:50%}@media screen and (max-width:767px){.info-block__image{width:100%}}.info-block__image-wrap{height:100%;padding-top:79.86%;position:relative;width:100%}@media screen and (max-width:767px){.info-block__image-wrap{padding-top:79.49%}}.info-block__image-wrap img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.info-block__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;padding:65px 100px 65px 115px;width:50%}@media screen and (max-width:1440px){.info-block__content{padding:calc(3.606vw + 13.07692px) calc(14.423vw - 107.69231px) calc(3.606vw + 13.07692px) calc(18.029vw - 144.61538px)}}@media screen and (max-width:1024px){.info-block__content{padding:50px 40px}}@media screen and (max-width:767px){.info-block__content{-webkit-box-ordinal-group:0;-ms-flex-order:-1;background:linear-gradient(180.04deg,hsla(0,0%,100%,.51) -22.84%,rgba(251,252,254,.639) 3.44%,#eef5fd 99.96%);order:-1;padding:80px 20px 46px;width:100%}}.info-block__block-title,.info-block__text,.info-block__upper-title{max-width:500px;width:100%}.info-block__text p{margin-bottom:31px}.info-block__text p:last-child{margin-bottom:0}.info-block__links{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:500px;width:100%}.info-block__link{line-height:1;margin-top:24px}.info-block__download-link{padding-top:17px}.info-block__download-link span{margin-right:10px}.info-block__list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.info-block__cards,.info-block__list{display:-webkit-box;display:-ms-flexbox;display:flex}.info-block__cards{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:50px;padding-bottom:130px;padding-left:96px;padding-right:96px}@media screen and (max-width:1440px){.info-block__cards{padding-bottom:calc(7.212vw + 26.15385px);padding-left:calc(13.462vw - 97.84615px);padding-right:calc(13.462vw - 97.84615px)}}@media screen and (max-width:1024px){.info-block__cards{padding-bottom:100px;padding-left:30px;padding-right:30px}}@media screen and (max-width:991px){.info-block__cards{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:80px}}@media screen and (max-width:767px){.info-block__cards{padding-left:10px;padding-right:10px}}.info-block__card-wrap{padding:0 10px;width:33.33%}@media screen and (max-width:991px){.info-block__card-wrap{padding:0 10px 20px;width:50%}}@media screen and (max-width:640px){.info-block__card-wrap{width:100%}}.info-block__card{cursor:pointer;display:block;height:100%;padding:16px 24px 24px;-webkit-transition:all .3s linear;transition:all .3s linear}.info-block__card,.info-block__card:hover{background:#fff;border-top:1px solid #5b565610;-webkit-box-shadow:0 2.76726px 2.2138px 0 rgba(0,0,0,.02),0 6.6501px 5.32008px 0 rgba(0,0,0,.03),0 12.52155px 10.01724px 0 rgba(0,0,0,.04),0 -.66369px 17.86905px 0 rgba(0,0,0,.04),0 41.77761px 33.42209px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07);box-shadow:0 2.76726px 2.2138px 0 rgba(0,0,0,.02),0 6.6501px 5.32008px 0 rgba(0,0,0,.03),0 12.52155px 10.01724px 0 rgba(0,0,0,.04),0 -.66369px 17.86905px 0 rgba(0,0,0,.04),0 41.77761px 33.42209px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07)}.info-block__card:hover .info-block__card-title>*{color:#1ea4ff}.info-block__card:hover .info-block__card-title img{opacity:1}.info-block__card-title{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.info-block__card-title>*{color:#000;font-size:24px;font-weight:700;line-height:33px;-webkit-transition:all .3s linear;transition:all .3s linear}.info-block__card-title img{opacity:0}.info-block__card-text{margin-top:16px}.info-block__card-text>*{color:#333;font-size:18px;font-weight:300;line-height:28px}.featured-posts--job .featured-posts__container{padding-bottom:150px}.featured-posts__container{margin:150px auto 0;max-width:1920px;width:100%}@media screen and (max-width:1440px){.featured-posts__container{margin-top:calc(11.161vw - 10.71429px)}}@media screen and (max-width:992px){.featured-posts__container{margin-top:100px}}.featured-posts__head{margin:0 auto;max-width:740px;padding-left:20px;padding-right:20px}.featured-posts__section-title,.featured-posts__text,.featured-posts__upper-title{text-align:center}.featured-posts__posts{-ms-grid-columns:(1fr)[4];-ms-grid-rows:(1fr)[2];grid-column-gap:10px;grid-row-gap:10px;display:-ms-grid;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);margin-top:50px;padding-left:10px;padding-right:10px;width:100%}@media screen and (max-width:767px){.featured-posts__posts{grid-column-gap:0;grid-row-gap:0;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;padding-left:20px;padding-right:20px}}@media screen and (max-width:575px){.featured-posts__posts{margin-top:32px}}.fp-post{background:#f9fbfc;border-top:1px solid transparent;position:relative;-webkit-transition:all .3s linear;transition:all .3s linear}.fp-post:hover{border-top:1px solid #5b565610;-webkit-box-shadow:0 2.76726px 2.2138px 0 rgba(0,0,0,.02),0 6.6501px 5.32008px 0 rgba(0,0,0,.03),0 12.52155px 10.01724px 0 rgba(0,0,0,.04),0 -.66369px 17.86905px 0 rgba(0,0,0,.04),0 41.77761px 33.42209px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07);box-shadow:0 2.76726px 2.2138px 0 rgba(0,0,0,.02),0 6.6501px 5.32008px 0 rgba(0,0,0,.03),0 12.52155px 10.01724px 0 rgba(0,0,0,.04),0 -.66369px 17.86905px 0 rgba(0,0,0,.04),0 41.77761px 33.42209px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07)}.fp-post:hover .fp-post__image:after{opacity:0}@media screen and (max-width:767px){.fp-post{margin-top:20px}}@media screen and (max-width:576px){.fp-post{margin-top:40px}}.fp-post:first-child{-ms-grid-row-span:2;-ms-grid-column-span:2;grid-area:1/1/3/3;-ms-grid-column:1;-ms-grid-row:1}@media screen and (max-width:767px){.fp-post:first-child{margin-top:0;width:100%}}.fp-post:first-child .fp-post__image{padding-top:65.43%;position:relative}.fp-post:first-child .fp-post__title{color:#000;font-size:24px;font-weight:600;line-height:24px;margin-top:13px}@media screen and (max-width:475px){.fp-post:first-child .fp-post__title{font-size:20px;line-height:28px}}.fp-post:first-child .fp-post__excerpt{display:block}.fp-post:first-child .fp-post__wrap{padding:24px 32px 38px}@media screen and (max-width:992px){.fp-post:first-child .fp-post__wrap{padding:16px 24px 24px}}.fp-post:nth-child(2){-ms-grid-row-span:1;-ms-grid-column-span:1;grid-area:1/3/2/4;-ms-grid-column:3;-ms-grid-row:1}@media screen and (max-width:767px){.fp-post:nth-child(2){width:calc(50% - 10px)}}@media screen and (max-width:576px){.fp-post:nth-child(2){width:100%}}.fp-post:nth-child(3){-ms-grid-row-span:1;-ms-grid-column-span:1;grid-area:1/4/2/5;-ms-grid-column:4;-ms-grid-row:1}@media screen and (max-width:767px){.fp-post:nth-child(3){width:calc(50% - 10px)}}@media screen and (max-width:576px){.fp-post:nth-child(3){width:100%}}.fp-post:nth-child(4){-ms-grid-row-span:1;-ms-grid-column-span:1;grid-area:2/3/3/4;-ms-grid-column:3;-ms-grid-row:2}@media screen and (max-width:767px){.fp-post:nth-child(4){width:calc(50% - 10px)}}@media screen and (max-width:576px){.fp-post:nth-child(4){width:100%}}.fp-post:nth-child(5){-ms-grid-row-span:1;-ms-grid-column-span:1;grid-area:2/4/3/5;-ms-grid-column:4;-ms-grid-row:2}@media screen and (max-width:767px){.fp-post:nth-child(5){width:calc(50% - 10px)}}@media screen and (max-width:576px){.fp-post:nth-child(5){width:100%}}.fp-post__link{bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;-webkit-transition:all .3s linear;transition:all .3s linear;width:100%;z-index:2}.fp-post__image{padding-top:66.29%;position:relative;width:100%}.fp-post__image img{-o-object-fit:cover;object-fit:cover}.fp-post__image img,.fp-post__image:after{bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.fp-post__image:after{background:rgba(0,0,0,.1);content:"";opacity:1;-webkit-transition:all .3s linear;transition:all .3s linear}.fp-post__wrap{padding:13px 16px 19px;position:relative}@media screen and (max-width:992px){.fp-post__wrap{padding:16px 24px 20px}}@media screen and (max-width:820px){.fp-post__wrap{padding:16px 12px 20px}}@media screen and (max-width:475px){.fp-post__wrap{padding:16px 24px 24px}}.fp-post__date{color:#8f91a3;font-family:Georgia,sans-serif;font-size:16px;font-weight:400;line-height:18px}.fp-post__title{color:#000;font-size:16px;font-weight:600;line-height:20px;margin-top:8px}@media screen and (max-width:475px){.fp-post__title{font-size:20px;line-height:28px}}.fp-post__excerpt{display:none;font-size:16px;font-weight:300;line-height:24px;padding-top:21px}.locations{background-position:50%;background-repeat:no-repeat;background-size:cover}.locations__container{padding-bottom:95px;padding-top:120px}@media screen and (max-width:1440px){.locations__container{padding-top:calc(6.01vw + 33.46154px)}}@media screen and (max-width:1024px){.locations__container{padding-top:95px}}@media screen and (max-width:725px){.locations__container{padding-bottom:48px;padding-top:50px}}.locations__wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media screen and (max-width:725px){.locations__wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.locations__map{max-width:603px;width:100%}@media screen and (max-width:725px){.locations__map{margin-left:auto;max-width:350px}}@media screen and (max-width:525px){.locations__map{margin-top:-8px}}.locations__content{padding-left:60px;padding-right:40px;padding-top:30px}@media screen and (max-width:991px){.locations__content{padding-right:calc(17.937vw - 137.75785px)}}@media screen and (max-width:768px){.locations__content{padding-left:24px;padding-right:0}}@media screen and (max-width:475px){.locations__content{padding-left:0;padding-right:0}}.locations__section-title>*,.locations__text>*{color:#fff}.locations__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:50px}@media screen and (max-width:525px){.locations__list{margin-top:36px}}.locations__link{padding-bottom:32px;padding-right:100px}@media screen and (min-width:992px){.locations__link{padding-right:20px;width:50%}}@media screen and (max-width:725px){.locations__link{padding-right:78px}.locations__link:nth-child(2n){padding-right:0}}@media screen and (max-width:525px){.locations__link{padding-bottom:37px}}@media screen and (max-width:375px){.locations__link{padding-right:55px}}@media screen and (max-width:355px){.locations__link{padding-right:35px}}.locations__link a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:22px;font-weight:700;line-height:30px;padding-left:20px;position:relative;-webkit-transition:all .3s linear;transition:all .3s linear}@media screen and (max-width:525px){.locations__link a{font-size:18px;line-height:25px}}.locations__link a:before{background:#1ea4ff;content:"";display:block;height:2px;width:13px}.locations__link a span{padding-left:11px}.locations__link a:hover{color:#1ea4ff}.languages__container{padding-bottom:140px;padding-top:150px}@media screen and (max-width:1440px){.languages__container{padding-bottom:calc(9.615vw + 1.53846px);padding-top:calc(12.019vw - 23.07692px)}}@media screen and (max-width:1024px){.languages__container{padding-bottom:100px;padding-top:100px}}.languages__section-title,.languages__text{margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.languages__cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:48px -5px 0}@media screen and (max-width:580px){.languages__cards{margin:32px -5px 0}}.languages__card-wrap{overflow:hidden;padding:0 5px 10px;width:25%}@media screen and (max-width:991px){.languages__card-wrap{width:33.33%}}@media screen and (max-width:767px){.languages__card-wrap{width:50%}}.languages__card{background-position:50%;background-repeat:no-repeat;background-size:cover;font-size:22px;font-weight:700;line-height:30px;padding:35px;position:relative}@media screen and (max-width:525px){.languages__card{padding:17px}}.languages__card:after{background:rgba(2,27,66,.6);bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.languages__card-title{color:#fff;font-size:22px;font-weight:700;line-height:30px;position:relative;text-align:center;white-space:nowrap;z-index:2}@media screen and (max-width:525px){.languages__card-title{font-size:16px;line-height:22px}}.values--job .values__container{padding-bottom:150px;padding-top:150px}@media screen and (max-width:1440px){.values--job .values__container{padding-bottom:calc(11.161vw - 10.71429px);padding-top:calc(11.161vw - 10.71429px)}}@media screen and (max-width:992px){.values--job .values__container{padding-bottom:100px;padding-top:100px}}@media screen and (min-width:992px){.values--about{padding-bottom:20px}}.values--about .values__container{padding-bottom:0}@media screen and (max-width:1440px){.values--about .values__container{padding-bottom:calc(-8.929vw + 128.57143px)}}@media screen and (max-width:992px){.values--about .values__container{padding-bottom:40px}}@media screen and (min-width:992px){.values--about .values__cards{margin-top:22px}}@media screen and (max-width:575px){.values--about .values__section-title{padding:0 30px}}@media screen and (min-width:992px){.values--about .values__card-h{padding-right:calc(1.667vw + 8px)}}@media screen and (min-width:992px) and (max-width:1440px){.values--about .values__card-h{padding-right:calc(2.679vw - 6.57143px)}}.values__container{margin-left:auto;margin-right:auto;max-width:1440px}.values__section-title,.values__text,.values__upper-title{margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.values__cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:38px;padding-left:5px;padding-right:5px}@media screen and (max-width:640px){.values__cards{padding:0}}.values__card-wrap{padding:10px 5px 0;width:33.33%}@media screen and (max-width:991px){.values__card-wrap{width:50%}}@media screen and (max-width:640px){.values__card-wrap{padding:0;width:100%}.values__card-wrap:not(:last-child){margin-bottom:10px}}.values__card-wrap.active .values__arrow img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.values__card{background-position:50%;background-repeat:no-repeat;background-size:cover;padding-top:100%;position:relative}@media screen and (max-width:640px){.values__card{padding-top:0}}.values__card:before{background:rgba(2,27,66,.6);z-index:1}.values__card:after,.values__card:before{bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.values__card:after{background:radial-gradient(177.89% 103.96% at 96.81% 0,#0a72b2 0,#0a70b0 .7%,#074e84 17.09%,#043260 33.67%,#021c44 50.25%,#010c30 66.82%,#000324 83.39%,#000020 100%);opacity:0;-webkit-transition:all .3s linear;transition:all .3s linear;z-index:2}@media screen and (max-width:640px){.values__card:after{background:radial-gradient(177.89% 103.96% at 96.81% 0,#0a72b2 0,#0a70b0 .7%,#074e84 17.09%,#043260 33.67%,#021c44 50.25%,#010c30 66.82%,#000324 83.39%,#000020 100%);opacity:1;z-index:1}}.values__card:hover:after{opacity:1}.values__card:hover .values__card-title{opacity:0}.values__card:hover .values__card-h{z-index:3}.values__card:hover .values__card-h-title,.values__card:hover .values__card-text{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.values__card-title{left:0;padding:calc(2.708vw + 1px);position:absolute;right:0;text-align:center;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1}@media screen and (max-width:1440px){.values__card-title{padding:40px}}@media screen and (max-width:640px){.values__card-title{display:none}}.values__card-title>*{color:#fff;font-family:Georgia,sans-serif;font-size:30px;font-weight:700;line-height:38px}.values__card-h{bottom:0;display:block;height:100%;left:0;padding:calc(3.542vw - 11px) calc(1.354vw + .5px) calc(3.333vw - 8px) calc(2.708vw + 1px);position:absolute;right:0;top:0;width:100%;z-index:-1}@media screen and (max-width:1440px){.values__card-h{padding:calc(4.464vw - 24.28571px) 20px calc(4.464vw - 24.28571px) calc(4.464vw - 24.28571px)}}@media screen and (max-width:991px){.values__card-h{padding:calc(5.682vw - 16.36364px) 20px calc(5.682vw - 16.36364px) calc(5.682vw - 16.36364px)}}@media screen and (max-width:640px){.values__card-h{bottom:auto;left:auto;padding:0;position:relative;right:auto;top:auto;z-index:2}}.values__card-h-title{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);-webkit-transition:all .3s linear;transition:all .3s linear}@media screen and (max-width:640px){.values__card-h-title{cursor:pointer;opacity:1;position:relative;-webkit-transform:translateY(0);transform:translateY(0)}}.values__card-h-title>:not(.values__arrow){color:#fff;font-family:Georgia,sans-serif;font-size:30px;font-weight:700;line-height:38px;text-align:center}@media screen and (max-width:640px){.values__card-h-title>:not(.values__arrow){line-height:28px;padding:32px 50px 32px 20px;text-align:left}}@media screen and (max-width:580px){.values__card-h-title>:not(.values__arrow){font-size:24px;line-height:27px}}.values__arrow{display:none}@media screen and (max-width:640px){.values__arrow{display:block;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.values__arrow img,.values__card-text{-webkit-transition:all .3s linear;transition:all .3s linear}.values__card-text{max-height:calc(100% - 70px);opacity:0;overflow-y:auto;scrollbar-color:hsla(0,0%,100%,.54) hsla(0,0%,100%,.27);scrollbar-width:thin;-webkit-transform:translateY(20px);transform:translateY(20px)}@media screen and (max-width:640px){.values__card-text{margin-top:0;max-height:100%;opacity:1;padding:0 20px 46px;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:all 0s linear;transition:all 0s linear}}.values__card-text::-webkit-scrollbar{width:5px}.values__card-text::-webkit-scrollbar-track{border-radius:3px;-webkit-box-shadow:inset 0 0 6px hsla(0,0%,100%,.27);box-shadow:inset 0 0 6px hsla(0,0%,100%,.27)}.values__card-text::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.54);border-radius:3px}.values__card-text>*{color:#fff;font-size:16px;font-weight:300;line-height:28px;padding-bottom:0;padding-right:16px}@media screen and (max-width:640px){.values__card-text>*{padding:0}}.values__link{margin:40px auto 0;text-align:center}.cards__container{padding-bottom:70px;padding-top:150px}@media screen and (max-width:1440px){.cards__container{padding-bottom:calc(-7.212vw + 173.84615px);padding-top:calc(12.019vw - 23.07692px)}}@media screen and (max-width:1024px){.cards__container{padding-bottom:100px;padding-top:100px}}.cards__section-title,.cards__upper-title{margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.cards__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;margin-top:28px}@media screen and (max-width:1440px){.cards__list{margin-top:calc(3.365vw - 20.46154px)}}@media screen and (max-width:1024px){.cards__list{margin-top:14px}}.card{padding:20px 10px 0;width:33.33%}@media screen and (max-width:991px){.card{width:50%}}@media screen and (max-width:640px){.card{width:100%}}.card__content{background:#f9fbfc;height:100%;padding:48px 40px}@media screen and (max-width:1440px){.card__content{padding:48px calc(5.357vw - 29.14286px)}}@media screen and (max-width:992px){.card__content{padding:48px 24px}}.card__icon{max-height:78px;max-width:78px}@media screen and (max-width:1440px){.card__icon{max-height:calc(6.92vw - 21.64286px);max-width:calc(6.92vw - 21.64286px)}}@media screen and (max-width:992px){.card__icon{max-height:47px;max-width:47px}}.card__icon img{width:100%}.card__title{margin-top:23px}@media screen and (max-width:1440px){.card__title{margin-top:calc(-1.202vw + 40.30769px)}}@media screen and (max-width:1024px){.card__title{margin-top:28px}}.card__title>*{color:#000;font-size:24px;font-weight:700;line-height:33px}.card__text{margin-top:24px}@media screen and (max-width:1440px){.card__text{margin-top:calc(1.923vw - 3.69231px)}}@media screen and (max-width:1024px){.card__text{margin-top:16px}}.card__text>*{font-size:18px;font-weight:300;line-height:28px}@media screen and (max-width:480px){.faq__container{padding-left:0;padding-right:0}}.faq__upper-title{margin-left:auto;margin-right:auto;max-width:700px;text-align:center}@media screen and (max-width:480px){.faq__upper-title{padding-left:20px;padding-right:20px}}.faq__section-title{margin-left:auto;margin-right:auto;max-width:700px;text-align:center}@media screen and (max-width:480px){.faq__section-title{padding-left:20px;padding-right:20px}}.faq-accordion{border-bottom:1px solid #000;margin-top:48px}.faq-accordion__item{border-top:1px solid #000}.faq-accordion__item.active .faq-accordion__arrow img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.faq-accordion__header{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding:20px 30px 20px 40px}@media screen and (max-width:1440px){.faq-accordion__header{padding-left:calc(4.808vw - 29.23077px);padding-right:calc(2.404vw - 4.61538px)}}@media screen and (max-width:1024px){.faq-accordion__header{padding-left:20px;padding-right:20px}}@media screen and (max-width:575px){.faq-accordion__header{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.faq-accordion__block-title>*{color:#000;font-family:Georgia,sans-serif;font-size:24px;font-weight:700;line-height:38px;padding-right:20px}@media screen and (max-width:1440px){.faq-accordion__block-title>*{font-size:calc(.446vw + 17.57143px);line-height:calc(1.786vw + 12.28571px)}}@media screen and (max-width:992px){.faq-accordion__block-title>*{font-size:22px;line-height:30px}}.faq-accordion__arrow{min-width:28px}@media screen and (max-width:575px){.faq-accordion__arrow{margin-top:2px;min-width:20px;width:20px}}.faq-accordion__arrow img{-webkit-transition:all .3s linear;transition:all .3s linear}.faq-accordion__body{display:none;padding-bottom:40px;padding-left:40px;padding-right:30px}@media screen and (max-width:1440px){.faq-accordion__body{padding-bottom:calc(4.808vw - 29.23077px);padding-left:calc(4.808vw - 29.23077px);padding-right:calc(2.404vw - 4.61538px)}}@media screen and (max-width:1024px){.faq-accordion__body{padding-bottom:20px;padding-left:20px;padding-right:20px}}.faq-accordion__block-text{color:#333;font-size:20px;font-weight:300;line-height:32px;max-width:800px}@media screen and (max-width:1440px){.faq-accordion__block-text{font-size:calc(.446vw + 13.57143px);line-height:calc(.893vw + 19.14286px)}}@media screen and (max-width:992px){.faq-accordion__block-text{font-size:18px;line-height:28px}}.subscribe-form{background-position:50%;background-repeat:no-repeat;background-size:cover;margin-top:150px}@media screen and (max-width:1440px){.subscribe-form{margin-top:calc(12.019vw - 23.07692px)}}@media screen and (max-width:1024px){.subscribe-form{margin-top:100px}}@media screen and (max-width:475px){.subscribe-form{background-position:70%}}.subscribe-form__container{padding-bottom:74px;padding-top:68px}@media screen and (max-width:992px){.subscribe-form__container{padding-bottom:80px;padding-top:80px}}.subscribe-form__section-title{max-width:500px;padding-right:20px}.subscribe-form__section-title>*{color:#fff}.subscribe-form__text{margin-top:16px}.subscribe-form__text>*{color:#fff;font-size:18px;line-height:25px}.subscribe-form form{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:32px;max-width:355px;width:100%}.subscribe-form form input[type=email]{border:1px solid #e8e4e4;color:#333;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:22px;margin:0;padding:9px 16px 11px}.subscribe-form form input[type=email]::-webkit-input-placeholder{color:#c6c6c6}.subscribe-form form input[type=email]::-moz-placeholder{color:#c6c6c6}.subscribe-form form input[type=email]:-ms-input-placeholder{color:#c6c6c6}.subscribe-form form input[type=email]::-ms-input-placeholder{color:#c6c6c6}.subscribe-form form input[type=email]::placeholder{color:#c6c6c6}.subscribe-form form input[type=submit]{background-color:#1ea4ff;background-image:url(//ascentgp.com/wp-content/themes/ascentgp/dist/images/arrow-right-white.svg);background-position:50%;background-repeat:no-repeat;border:none;border-radius:0;cursor:pointer;display:inline-block;font-size:0;height:100%;outline:none;-webkit-transition:all .2s linear;transition:all .2s linear;vertical-align:middle;width:44px}.subscribe-form form input[type=submit]:hover{background-color:#0a4b78}.subscribe-form form .wpcf7-form-control-wrap{display:block}.subscribe-form form .wpcf7-not-valid-tip{font-size:12px;line-height:20px;position:absolute;top:100%}.subscribe-form form .wpcf7-response-output,.subscribe-form form .wpcf7-spinner{display:none}.offices__container{padding-bottom:150px;padding-top:80px}@media screen and (max-width:1440px){.offices__container{padding-bottom:calc(11.161vw - 10.71429px);padding-top:calc(4.464vw + 15.71429px)}}@media screen and (max-width:992px){.offices__container{padding-bottom:100px;padding-top:60px}}.offices__section-title,.offices__upper-title{margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.offices__text-block{margin:35px auto 0;max-width:700px;text-align:center}.offices__content{-webkit-box-pack:justify;-ms-flex-pack:justify;background:#f9fbfc;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-top:44px;overflow:hidden;position:relative}@media screen and (max-width:991px){.offices__content{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width:480px){.offices__content{margin-left:-20px;margin-right:-20px;margin-top:32px}}.offices .offices-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:#f9fbfc;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;padding:60px 80px 60px 60px;-webkit-transition:all .3s linear;transition:all .3s linear;width:50%}@media screen and (max-width:1440px){.offices .offices-item{padding:calc(8.333vw - 60px) calc(16.667vw - 160px) calc(8.333vw - 60px) calc(8.333vw - 60px)}}@media screen and (max-width:1200px){.offices .offices-item{padding:40px}}@media screen and (max-width:1199px){.offices .offices-item{padding-bottom:60px;padding-top:60px;width:33.33%}}@media screen and (max-width:991px){.offices .offices-item{padding-left:60px;padding-right:60px;width:100%}}@media screen and (max-width:767px){.offices .offices-item{padding-left:20px;padding-right:20px}}.offices .offices-item:before{background:#e7eaed;content:"";display:block;height:calc(100% - 120px);left:-1px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:1px}@media screen and (max-width:1200px){.offices .offices-item:before{height:calc(100% - 80px)}}@media screen and (max-width:1199px){.offices .offices-item:before{height:calc(100% - 120px)}}@media screen and (max-width:991px){.offices .offices-item:before{bottom:0;height:1px;left:50%;top:auto;-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0);width:calc(100% - 120px)}}@media screen and (max-width:767px){.offices .offices-item:before{width:calc(100% - 40px)}}.offices .offices-item:not(:first-child){position:absolute}@media screen and (max-width:1199px){.offices .offices-item:not(:first-child){position:relative}}.offices .offices-item.oi-1{position:relative;z-index:1}.offices .offices-item.oi-2{bottom:0;left:50%;top:0;width:50%;z-index:2}@media screen and (max-width:1199px){.offices .offices-item.oi-2{bottom:auto;left:auto;top:auto;width:33.33%}}@media screen and (max-width:991px){.offices .offices-item.oi-2{width:100%}}.offices .offices-item.oi-2:hover{left:25%}@media screen and (max-width:1199px){.offices .offices-item.oi-2:hover{left:auto}}.offices .offices-item.oi-2.hovered{left:25%}@media screen and (max-width:1199px){.offices .offices-item.oi-2.hovered{left:auto}}.offices .offices-item.oi-3{bottom:0;left:75%;top:0;width:50%;z-index:3}@media screen and (max-width:1199px){.offices .offices-item.oi-3{bottom:auto;left:auto;top:auto;width:33.33%}}@media screen and (max-width:991px){.offices .offices-item.oi-3{width:100%}}.offices .offices-item.oi-3:hover{left:50%}@media screen and (max-width:1199px){.offices .offices-item.oi-3:hover{left:auto}}.offices .offices-item__content{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;justify-content:space-between}@media screen and (max-width:1199px){.offices .offices-item__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:991px){.offices .offices-item__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;-ms-flex-direction:row;flex-direction:row;justify-content:flex-start}}@media screen and (max-width:576px){.offices .offices-item__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.offices .offices-item__title{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin-bottom:32px}.offices .offices-item__title span{color:#000;font-family:Georgia,sans-serif;font-size:26px;font-weight:700;line-height:38px}.offices .offices-item__title img{margin-bottom:3px}.offices .offices-item__col{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.offices .offices-item__col:first-child{max-width:202px}@media screen and (max-width:1199px){.offices .offices-item__col:first-child{max-width:100%}}@media screen and (max-width:991px){.offices .offices-item__col:first-child{max-width:50%;width:100%}}@media screen and (max-width:576px){.offices .offices-item__col:first-child{max-width:100%}}@media screen and (max-width:1199px){.offices .offices-item__col:nth-child(2){max-width:100%}}@media screen and (max-width:991px){.offices .offices-item__col:nth-child(2){max-width:50%;width:100%}}@media screen and (max-width:576px){.offices .offices-item__col:nth-child(2){max-width:100%}}.offices .offices-item__location{margin-bottom:auto;padding-bottom:27px}@media screen and (max-width:1199px){.offices .offices-item__location{padding-bottom:54px}}@media screen and (max-width:991px){.offices .offices-item__location{max-width:202px;padding-bottom:27px}}@media screen and (max-width:576px){.offices .offices-item__location{padding-bottom:54px}}.offices .offices-item__email{margin-top:auto}.offices .offices-item__assistance-hours{margin-bottom:auto;padding-bottom:27px}@media screen and (max-width:1199px){.offices .offices-item__assistance-hours{margin-top:60px}}@media screen and (max-width:991px){.offices .offices-item__assistance-hours{margin-top:0}}@media screen and (max-width:576px){.offices .offices-item__assistance-hours{margin-top:60px}}.offices .offices-item__phone{margin-top:auto}.offices .offices-item__block-title{color:#000;font-size:16px;font-weight:700;line-height:22px;margin-bottom:20px}.offices .offices-item__text,.offices .offices-item__text a{color:#333;font-size:16px;font-weight:400;line-height:28px}.offices .offices-item__text a{-webkit-transition:all .2s linear;transition:all .2s linear}.offices .offices-item__text a:hover{color:#1ea4ff;text-shadow:-.3px 0 0 #1ea4ff,.5px 0 0 #1ea4ff}.text-section__container{padding-bottom:20px;padding-top:100px}@media screen and (max-width:1440px){.text-section__container{padding-top:calc(4.464vw + 35.71429px)}}@media screen and (max-width:992px){.text-section__container{padding-top:80px}}.text-section__text{margin-left:auto;margin-right:auto;margin-top:0;max-width:800px;text-align:center}.text-section--corporate{padding-top:42px}@media screen and (max-width:575px){.text-section--corporate,.text-section--corporate .text-section__container{padding-top:50px}}.text-section--about .text-section__container{padding-bottom:100px}@media screen and (max-width:992px){.text-section--about .text-section__container{padding-bottom:80px}.text-section--about .text-section__text,.text-section--people .text-section__text{font-size:18px;line-height:28px}}.text-section--industry{padding-bottom:80px}.text-section--industry .text-section__container{padding-bottom:20px}.text-section--offices .text-section__container{padding-bottom:0}@media screen and (max-width:992px){.text-section--offices .text-section__text{font-size:18px;line-height:28px}}.text-section--approach .text-section__container{padding-bottom:100px}@media screen and (max-width:992px){.text-section--approach .text-section__text{font-size:18px;line-height:28px}}.text-section--locations .text-section__text{font-size:18px;line-height:28px}.team__container{margin-left:auto;margin-right:auto;max-width:1440px;padding-top:80px}.team--industries .team__container{padding-top:0}.team--industries .team__all-link .btn--b{font-size:16px;line-height:22px}.team--industries .team__section-title,.team--industries .team__text,.team--industries .team__upper-title{padding:0 20px}.team--locations .team__container{padding-top:0}.team--locations .team__cat-name{color:#000;font-family:Georgia,sans-serif;font-size:30px;font-weight:700;line-height:38px;text-align:center}@media screen and (max-width:475px){.team--locations .team__cat-name{font-size:28px;line-height:36px}}.team--locations .team__cat-list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:1024px){.team--locations .team-list{margin-bottom:140px!important}.team--locations .team__content{padding-bottom:0!important}}.team__section_title{margin-bottom:64px;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.team__section_title h2{padding-left:20px;padding-right:20px}@media screen and (max-width:1440px){.team__section_title{margin-bottom:calc(3.571vw + 12.57143px)}}@media screen and (max-width:992px){.team__section_title{margin-bottom:48px}}.team__section-title,.team__upper-title{margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.team__text{margin:32px auto 0;max-width:700px;text-align:center}.team__content{margin-left:auto;margin-right:auto;max-width:1920px;padding:0 5px 50px}@media screen and (max-width:1440px){.team__content{padding-bottom:calc(11.161vw - 110.71429px)}}@media screen and (max-width:992px){.team__content{padding-bottom:0}}.team__content--industry{padding:0 5px 150px}@media screen and (max-width:1440px){.team__content--industry{padding-bottom:calc(11.161vw - 10.71429px)}}@media screen and (max-width:992px){.team__content--industry{padding-bottom:100px}}.team__all-link{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.team__cat-name{font-family:Georgia,sans-serif;font-size:36px;line-height:46px;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}@media screen and (max-width:1440px){.team__cat-name{font-size:calc(1.786vw + 10.28571px);line-height:calc(2.232vw + 13.85714px)}}@media screen and (max-width:992px){.team__cat-name{font-size:28px;line-height:36px}}.team .team-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:90px;margin-top:48px}.team .team-list.team-counter-1,.team .team-list.team-counter-2,.team .team-list.team-counter-3{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:1440px){.team .team-list{margin-top:calc(3.571vw - 3.42857px)}}@media screen and (max-width:992px){.team .team-list{margin-top:32px}}@media screen and (max-width:991px){.team .team-list{margin-left:auto;margin-right:auto;max-width:678px}}@media screen and (max-width:767px){.team .team-list{max-width:100%}}@media screen and (max-width:700px){.team .team-list{margin-left:auto;margin-right:auto;max-width:370px}}.team .team-list--industry{margin-bottom:30px}.team .team-list__last-item{min-height:450px;padding:0 5px 10px;width:25%}@media screen and (max-width:1365px){.team .team-list__last-item{width:33.33%}}@media screen and (max-width:991px){.team .team-list__last-item{width:50%}}@media screen and (max-width:700px){.team .team-list__last-item{width:100%}}.team .team-list__last-item div{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#eff5fd;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center}@media screen and (max-width:700px){.team .team-list__last-item div{padding:228px 20px}}.team .team-member{padding:0 5px 10px;width:25%}@media screen and (max-width:1365px){.team .team-member{width:33.33%}}@media screen and (max-width:991px){.team .team-member{width:50%}}@media screen and (max-width:700px){.team .team-member{width:100%}}.team .team-member__content{background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;padding-top:139.07%;position:relative;width:100%}.team .team-member__content:hover .team-member__main-info{opacity:0;-webkit-transition:all 0s linear;transition:all 0s linear}.team .team-member__content:hover .team-member__other-info{opacity:1;z-index:1}.team .team-member__main-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:flex-end;left:0;padding:24px;position:absolute;right:0;top:0;width:100%;z-index:1}.team .team-member__main-info:after{background:linear-gradient(.12deg,rgba(0,0,0,.53) .12%,transparent 46.9%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.team .team-member__other-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(.12deg,rgba(0,0,0,.79) .12%,rgba(0,0,0,.42) 99.91%);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center;left:0;opacity:0;overflow:hidden;padding:30px 9px 30px 24px;position:absolute;right:0;top:0;-webkit-transition:all .2s linear;transition:all .2s linear;width:100%;z-index:-1}@media screen and (max-width:1199px){.team .team-member__other-info{padding-bottom:20px}}.team .team-member__other-info-inner{height:100%;overflow:auto;padding-right:10.5px}.team .team-member__other-info-inner::-webkit-scrollbar{border-radius:5px;width:4px}.team .team-member__other-info-inner::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.2)}.team .team-member__other-info-inner::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.4);border-radius:5px}.team .team-member__name{color:#fff;font-family:Georgia,sans-serif;font-size:30px;font-weight:700;line-height:38px;width:-webkit-min-content;width:-moz-min-content;width:min-content}.team .team-member__role{color:#fff;font-size:16px;font-weight:400;line-height:24px;margin-top:10px;max-width:300px}.team .team-member__info-line{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.2);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding:4px 10px}.team .team-member__info-line span{font-size:14px;font-weight:400;line-height:18px;max-width:120px;text-align:left;width:100%}.team .team-member__info-line span:first-child{font-weight:700;max-width:150px;padding:9px 0;width:100%}@media screen and (max-width:1439px){.team .team-member__info-line span:first-child{padding:5px 0}}@media screen and (max-width:1365px){.team .team-member__info-line span:first-child{padding:9px 0}}@media screen and (max-width:1199px){.team .team-member__info-line span:first-child{padding:5px 0}}.team .team-member__social-links{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-top:21px}@media screen and (max-width:1199px){.team .team-member__social-links{margin-top:20px}}.team .team-member__social-link{border-radius:50%;height:26px;margin:0 7px;overflow:hidden;width:26px}.team .team-member__social-link img,.team .team-member__social-link svg{height:100%;width:100%}.team .team-member__social-link:hover path{fill:#1ea4ff}.team .team-member__btn{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin:14px 0 0}@media screen and (max-width:1199px){.team .team-member__btn{margin-top:12px}}.team .team-member__btn a,.team .team-member__btn a span{color:#fff}@media screen and (max-width:1199px){.team .team-member__btn a{font-size:16px;line-height:24px}}.team .team-member__btn a:hover{color:#fff}@media screen and (max-width:575px){.page-template-tpl-team .team__container{padding-top:60px}}.table-content{padding-bottom:100px;padding-top:20px}.table-content--industry{background:#f9fbfc;margin-bottom:150px;padding-bottom:68px;padding-top:80px}@media screen and (max-width:575px){.table-content--industry{padding-bottom:50px;padding-top:50px}}.table-content--industry .table-content__shortcode{margin-top:45px;padding-left:55px;padding-right:55px}@media screen and (max-width:575px){.table-content--industry .table-content__shortcode{padding-left:32px;padding-right:0}}.table-content--single-team{padding-bottom:40px;padding-top:0}.table-content--single-team .table-content__wrap{margin:48px 0 80px;max-width:800px}.table-content-wrap{background-color:#fff;border-top:1px solid #5b565610;-webkit-box-shadow:0 2.76726px 2.2138px 0 rgba(0,0,0,.02),0 6.6501px 5.32008px 0 rgba(0,0,0,.03),0 12.52155px 10.01724px 0 rgba(0,0,0,.04),0 -.66369px 17.86905px 0 rgba(0,0,0,.04),0 41.77761px 33.42209px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07);box-shadow:0 2.76726px 2.2138px 0 rgba(0,0,0,.02),0 6.6501px 5.32008px 0 rgba(0,0,0,.03),0 12.52155px 10.01724px 0 rgba(0,0,0,.04),0 -.66369px 17.86905px 0 rgba(0,0,0,.04),0 41.77761px 33.42209px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07);overflow:hidden;padding:0 32px 24px}@media screen and (max-width:575px){.table-content-wrap{margin-right:calc(50% - 50vw)!important;padding-right:0}}.table-content-wrap .tablepress-table-name{font-family:Georgia,sans-serif;font-size:30px;line-height:38px;margin:40px 0 8px}@media screen and (min-width:767px){.table-content-wrap table{table-layout:fixed}}.table-content-wrap .tablepress{margin-bottom:0}.table-content-wrap .tablepress>:where(thead,tfoot)>*>th{background-color:#fff}.table-content-wrap .tablepress>:not(caption)>*>*{padding-bottom:26px;padding-top:26px}.table-content-wrap .dt-scroll-footInner{display:none}.table-content-wrap a{border-bottom:.5px solid #333;color:#333;-webkit-transition:all .2s linear;transition:all .2s linear}.table-content-wrap a:hover{border-color:#1ea4ff;color:inherit}.single-team .dt-container{overflow:hidden;padding-top:32px}@media screen and (max-width:575px){.single-team .dt-container{margin-right:calc(50% - 50vw)!important}}.single-team .dt-container .dt-scroll{border-bottom:1px solid rgba(0,0,0,.2);border-top:1px solid rgba(0,0,0,.2)}.single-team .dt-container .tablepress-table-name{font-family:Georgia,sans-serif;font-size:30px;line-height:38px;margin:40px 0 8px}.single-team .dt-container table{font-size:16px;font-weight:400;line-height:24px}@media screen and (min-width:767px){.single-team .dt-container table{table-layout:fixed}}.single-team .dt-container .tablepress{margin-bottom:0}.single-team .dt-container .tablepress>:where(thead,tfoot)>*>th{background-color:#fff}.single-team .dt-container .tablepress>:not(caption)>*>*{padding-bottom:22px;padding-top:22px}.single-team .dt-container .dt-scroll-footInner{display:none}.single-team .dt-container a{border-bottom:.5px solid #333;color:#333;-webkit-transition:all .2s linear;transition:all .2s linear}.single-team .dt-container a:hover{border-color:#1ea4ff;color:inherit}.join__container{padding-bottom:100px;padding-top:100px}.join__section-title,.join__text{margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.join__btn{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;line-height:1}.capabilites__container{padding-bottom:100px;padding-top:150px}@media screen and (max-width:1440px){.capabilites__container{padding-bottom:calc(7.212vw - 3.84615px);padding-top:calc(12.019vw - 23.07692px)}}@media screen and (max-width:1024px){.capabilites__container{padding-bottom:70px;padding-top:100px}}.capabilites__section-title,.capabilites__text,.capabilites__upper-title{margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.capabilites__cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;margin-top:50px}.capabilites__cards--width-icons{margin-left:-28px;margin-right:-28px}@media screen and (max-width:1440px){.capabilites__cards--width-icons{margin-left:calc(-3.846vw + 27.38462px);margin-right:calc(-3.846vw + 27.38462px)}}@media screen and (max-width:1024px){.capabilites__cards--width-icons{margin-left:-12px;margin-right:-12px}}.capabilites__cards--width-icons .capabilites__card-wrap{padding:0 28px 56px;width:50%}@media screen and (max-width:1440px){.capabilites__cards--width-icons .capabilites__card-wrap{padding:0 calc(3.846vw - 27.38462px) calc(7.692vw - 54.76923px)}}@media screen and (max-width:1024px){.capabilites__cards--width-icons .capabilites__card-wrap{padding:0 12px 24px}}@media screen and (max-width:625px){.capabilites__cards--width-icons .capabilites__card-wrap{width:100%}}.capabilites__cards--width-icons .capabilites__card{background:#fff;border-top:1px solid #5b565610;-webkit-box-shadow:0 2.76726px 2.2138px 0 rgba(0,0,0,.02),0 6.6501px 5.32008px 0 rgba(0,0,0,.03),0 12.52155px 10.01724px 0 rgba(0,0,0,.04),0 -.66369px 17.86905px 0 rgba(0,0,0,.04),0 41.77761px 33.42209px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07);box-shadow:0 2.76726px 2.2138px 0 rgba(0,0,0,.02),0 6.6501px 5.32008px 0 rgba(0,0,0,.03),0 12.52155px 10.01724px 0 rgba(0,0,0,.04),0 -.66369px 17.86905px 0 rgba(0,0,0,.04),0 41.77761px 33.42209px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07);height:100%;padding:48px 56px 56px}@media screen and (max-width:1440px){.capabilites__cards--width-icons .capabilites__card{padding:calc(3.365vw - .46154px) calc(7.452vw - 51.30769px) calc(7.452vw - 51.30769px)}}@media screen and (max-width:1024px){.capabilites__cards--width-icons .capabilites__card{padding:34px 25px 25px}}.capabilites__cards--width-icons .capabilites__card-title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.capabilites__cards--width-icons .capabilites__card-title img{display:block;height:90px;margin-right:31px;width:90px}@media screen and (max-width:1440px){.capabilites__cards--width-icons .capabilites__card-title img{height:6.25vw;margin-right:calc(2.885vw - 10.53846px);width:6.25vw}}@media screen and (max-width:1024px){.capabilites__cards--width-icons .capabilites__card-title img{height:64px;margin-right:19px;width:64px}}.capabilites__cards--width-icons .capabilites__card-text{margin-top:32px}.capabilites__card-wrap{padding:0 10px 46px;width:33.33%}@media screen and (max-width:767px){.capabilites__card-wrap{width:50%}}@media screen and (max-width:580px){.capabilites__card-wrap{padding-bottom:30px;width:100%}}.capabilites__card{display:block;padding:16px 24px 24px;-webkit-transition:all .3s linear;transition:all .3s linear}@media screen and (max-width:991px){.capabilites__card{padding-left:calc(10.762vw - 82.65471px);padding-right:calc(10.762vw - 82.65471px)}}@media screen and (max-width:767px){.capabilites__card{padding-left:24px;padding-right:24px}}@media screen and (max-width:580px){.capabilites__card{background:#fff;-webkit-box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.777px 33.422px rgba(0,0,0,.05),0 22.336px 17.869px rgba(0,0,0,.041),0 12.521px 10.017px rgba(0,0,0,.035),0 6.65px 5.32px rgba(0,0,0,.028),0 2.767px 2.213px rgba(0,0,0,.02);box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.777px 33.422px rgba(0,0,0,.05),0 22.336px 17.869px rgba(0,0,0,.041),0 12.521px 10.017px rgba(0,0,0,.035),0 6.65px 5.32px rgba(0,0,0,.028),0 2.767px 2.213px rgba(0,0,0,.02);padding-bottom:46px;position:relative}}.capabilites__card--w-link{border-top:1px solid transparent;cursor:pointer}@media screen and (max-width:580px){.capabilites__card--w-link:after{background-image:url(//ascentgp.com/wp-content/themes/ascentgp/dist/images/arrow-right.svg);background-position:100%;background-repeat:no-repeat;background-size:cover;bottom:24px;content:"";height:14px;position:absolute;right:24px;width:24px}}.capabilites__card--w-link:hover{background:#fff;border-top:1px solid #5b565610;-webkit-box-shadow:0 2.76726px 2.2138px 0 rgba(0,0,0,.02),0 6.6501px 5.32008px 0 rgba(0,0,0,.03),0 12.52155px 10.01724px 0 rgba(0,0,0,.04),0 -.66369px 17.86905px 0 rgba(0,0,0,.04),0 41.77761px 33.42209px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07);box-shadow:0 2.76726px 2.2138px 0 rgba(0,0,0,.02),0 6.6501px 5.32008px 0 rgba(0,0,0,.03),0 12.52155px 10.01724px 0 rgba(0,0,0,.04),0 -.66369px 17.86905px 0 rgba(0,0,0,.04),0 41.77761px 33.42209px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07)}.capabilites__card--w-link:hover .capabilites__card-title>*{color:#1ea4ff}.capabilites__card-title>*{color:#333;font-size:22px;font-weight:700;line-height:30px;-webkit-transition:all .3s linear;transition:all .3s linear}.capabilites__card-text{margin-top:16px}.capabilites__card-text>*{color:#333;font-size:18px;font-weight:300;line-height:28px}.cs__container{margin-left:auto;margin-right:auto;max-width:1920px;padding-bottom:150px}@media screen and (max-width:1440px){.cs__container{padding-bottom:calc(12.019vw - 23.07692px)}}@media screen and (max-width:1024px){.cs__container{padding-bottom:100px}}.cs__image{display:block;height:412px;position:relative;width:100%}.cs__image img{bottom:0;display:block;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.cs__content{background:#fff;border-top:1px solid #5b565610;-webkit-box-shadow:0 2.76726px 2.2138px 0 rgba(0,0,0,.02),0 6.6501px 5.32008px 0 rgba(0,0,0,.03),0 12.52155px 10.01724px 0 rgba(0,0,0,.04),0 -.66369px 17.86905px 0 rgba(0,0,0,.04),0 41.77761px 33.42209px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07);box-shadow:0 2.76726px 2.2138px 0 rgba(0,0,0,.02),0 6.6501px 5.32008px 0 rgba(0,0,0,.03),0 12.52155px 10.01724px 0 rgba(0,0,0,.04),0 -.66369px 17.86905px 0 rgba(0,0,0,.04),0 41.77761px 33.42209px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07);margin-left:auto;margin-right:auto;margin-top:-90px;max-width:930px;padding:59px 64px 64px;position:relative;z-index:1}@media screen and (max-width:1024px){.cs__content{padding-left:50px;padding-right:50px}}@media screen and (max-width:767px){.cs__content{padding:32px 20px 46px}}@media screen and (max-width:580px){.cs__content{margin-top:0}}.cs__text p{padding-bottom:20px}.cs__text p:last-child{padding:0}.cs__list{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-top:120px}@media screen and (max-width:1199px){.cs__list{padding-left:40px;padding-right:40px}}@media screen and (max-width:767px){.cs__list{margin-top:0;padding-left:10px;padding-right:10px}}.cs__cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}@media screen and (max-width:1199px){.cs__cards{margin-left:auto;margin-right:auto;max-width:930px}}.cs .cs-list-item{padding-left:10px;padding-right:10px;width:33.33%}@media screen and (max-width:1199px){.cs .cs-list-item{margin-bottom:40px;width:50%}.cs .cs-list-item:last-child{margin-bottom:0}}@media screen and (max-width:767px){.cs .cs-list-item{width:100%}}.cs .cs-list-item__title>*{color:#000;font-size:24px;font-weight:700;line-height:33px}.cs .cs-list-item__text{margin-top:24px}.cs .cs-list-item__link{margin-top:39px}@media screen and (max-width:1199px){.cs .cs-list-item__link{margin-top:20px}}.cs--about{background:linear-gradient(180.81deg,hsla(0,0%,100%,.51) -89.34%,#fefeff 38.13%,#eef5fd 99.3%)}@media screen and (max-width:767px){.cs--about{background:#fff}}.cs--about .cs__container{padding-bottom:104px}@media screen and (max-width:1440px){.cs--about .cs__container{padding-bottom:calc(7.589vw - 5.28571px)}}@media screen and (max-width:992px){.cs--about .cs__container{padding-bottom:70px}}.cs--about .cs-list-item__text>*{font-size:18px;line-height:28px}.cs--about .cs-list-item__link span{font-size:16px;line-height:22px}.oc__container{padding-bottom:150px;padding-top:150px}@media screen and (max-width:1440px){.oc__container{padding-bottom:calc(12.019vw - 23.07692px);padding-top:calc(12.019vw - 23.07692px)}}@media screen and (max-width:1024px){.oc__container{padding-bottom:100px;padding-top:100px}}.oc__section-title,.oc__text,.oc__upper-title{margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.oc__cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;margin-top:38px}@media screen and (max-width:580px){.oc__cards{margin-top:22px}}.oc__card-wrap{padding:10px 10px 0;width:33.33%}@media screen and (max-width:768px){.oc__card-wrap{width:50%}}@media screen and (max-width:580px){.oc__card-wrap{width:100%}}.oc__card{background:#f9fbfc;overflow:hidden;padding-top:102.53%;position:relative}@media screen and (max-width:991px){.oc__card{padding-top:325px}}.oc__card:before{background:#021b42;bottom:0;content:"";display:block;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;-webkit-transition:all .1s linear;transition:all .1s linear;width:100%;z-index:-1}.oc__card--has-child:hover .oc__card-head{top:-70px;-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (max-width:1440px){.oc__card--has-child:hover .oc__card-head{top:calc(7.212vw - 173.84615px)}}@media screen and (max-width:1024px){.oc__card--has-child:hover .oc__card-head{top:-100px}}.oc__card:not(.oc__card--has-child):hover .oc__card-head{top:43px;-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (max-width:1440px){.oc__card:not(.oc__card--has-child):hover .oc__card-head{top:calc(4.567vw - 22.76923px)}}@media screen and (max-width:1024px){.oc__card:not(.oc__card--has-child):hover .oc__card-head{top:24px}}.oc__card:hover:before{opacity:1;z-index:2}.oc__card:hover .oc__card-arrow,.oc__card:hover .oc__card-icon{opacity:0}.oc__card:hover .oc__card-title a{color:#fff}.oc__card:hover .oc__card-title a img{opacity:1}.oc__card:hover .oc__card-links{-webkit-transform:translateY(0);transform:translateY(0)}.oc__card-bg{bottom:0;right:0}.oc__card-bg,.oc__card-bg img{height:100%;left:0;position:absolute;top:0;-webkit-transition:all .1s linear;transition:all .1s linear;width:100%}.oc__card-bg img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:1}.oc__card-bg:before{background-image:url(//ascentgp.com/wp-content/themes/ascentgp/dist/images/variable-hero-bg.png);background-position:100%;background-repeat:no-repeat;background-size:cover}.oc__card-bg:after,.oc__card-bg:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;-webkit-transition:all .1s linear;transition:all .1s linear}.oc__card-bg:after{background:rgba(2,27,66,.6);z-index:2}.oc__card-head{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:0;max-height:100%;max-width:100%;padding:48px 40px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s linear;transition:all .3s linear;width:100%;z-index:2}@media screen and (max-width:1440px){.oc__card-head{padding-left:calc(3.846vw - 15.38462px);padding-right:calc(3.846vw - 15.38462px)}}@media screen and (max-width:1024px){.oc__card-head{padding:48px 24px}}@media screen and (max-width:580px){.oc__card-head{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:40px;padding-right:40px}}.oc__card-icon-wrap{display:none}@media screen and (max-width:580px){.oc__card-icon-wrap{width:100%}}.oc__card-icon{height:47px;margin-bottom:28px;max-height:47px;max-width:47px;-webkit-transition:all .3s linear;transition:all .3s linear;width:47px}.oc__card-title{max-width:225px}.oc__card-title a{color:#fff;font-family:Georgia,sans-serif;font-size:30px;font-weight:700;line-height:38px;position:relative;-webkit-transition:all .3s linear;transition:all .3s linear}@media screen and (max-width:475px){.oc__card-title a{font-size:24px;line-height:32px}}.oc__card-title a img{bottom:6px;left:calc(100% + 16px);max-width:26px;opacity:0;position:absolute;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:all .3s linear;transition:all .3s linear}@media screen and (max-width:1023px){.oc__card-title a img{left:calc(100% + 10px)}}.oc__card-title a:hover img{-webkit-transform:translateX(6px);transform:translateX(6px)}.oc__card-arrow{margin-top:32px;max-width:26px;-webkit-transition:all .3s linear;transition:all .3s linear}@media screen and (max-width:580px){.oc__card-arrow{-ms-flex-item-align:start;align-self:flex-start;margin-left:16px;margin-top:12px}}.oc__card-links{-webkit-box-orient:vertical;-webkit-box-direction:normal;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:0;padding:0 40px 48px;position:absolute;right:0;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:all .3s linear;transition:all .3s linear;z-index:2}@media screen and (max-width:1440px){.oc__card-links{padding-bottom:calc(5.769vw - 35.07692px);padding-left:calc(3.846vw - 15.38462px);padding-right:calc(3.846vw - 15.38462px)}}@media screen and (max-width:1024px){.oc__card-links{padding:0 24px 24px}}@media screen and (max-width:580px){.oc__card-links{padding-left:40px;padding-right:40px}}.oc__card-link{margin-top:20px;max-width:200px;z-index:3}@media screen and (max-width:1440px){.oc__card-link{margin-top:calc(1.202vw + 2.69231px)}}@media screen and (max-width:1024px){.oc__card-link{margin-top:15px}}.oc__card-link a{color:#fff;font-size:16px;line-height:24px;position:relative}.oc__card-link a img{bottom:4px;left:calc(100% + 16px);position:absolute;-webkit-transition:all .3s linear;transition:all .3s linear}.oc__card-link a:hover img{-webkit-transform:translateX(6px);transform:translateX(6px)}.oc__link{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-top:40px}.page-blog,.page-podcasts,.page-template-tpl-blog .page-footer{background:#fafbfd}.blog-hero,.podcasts-hero{padding-top:195px}@media screen and (max-width:1440px){.blog-hero,.podcasts-hero{padding-top:calc(17.308vw - 54.23077px)}}@media screen and (max-width:1024px){.blog-hero,.podcasts-hero{padding-top:123px}}.blog-hero__title,.podcasts-hero__title{color:#000;font-family:Georgia,sans-serif;font-size:52px;font-weight:700;line-height:60px}@media screen and (max-width:1440px){.blog-hero__title,.podcasts-hero__title{font-size:calc(.893vw + 39.14286px);line-height:calc(.893vw + 47.14286px)}}@media screen and (max-width:992px){.blog-hero__title,.podcasts-hero__title{font-size:48px;line-height:56px}}.blog-hero__text,.podcasts-hero__text{max-width:500px}.podcasts,.posts-gird{margin-top:42px}@media screen and (max-width:767px){.podcasts-filters,.posts-filters{width:100%}}.podcasts-filters__item,.posts-filters__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:767px){.podcasts-filters__item,.posts-filters__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}}.podcasts-filters__label,.posts-filters__label{font-size:14px;font-weight:400;line-height:19px;margin-right:16px;white-space:nowrap}@media screen and (max-width:767px){.podcasts-filters__label,.posts-filters__label{margin-bottom:6px}}.podcasts-filters .slim-select,.posts-filters .slim-select{font-size:16px;font-weight:400;line-height:22px;margin:0}.podcasts-filters .slim-select .ss-single-selected,.posts-filters .slim-select .ss-single-selected{border:1px solid #e8e4e4;border-radius:0;height:42px;padding-left:16px;padding-right:12px;width:265px}@media screen and (max-width:767px){.podcasts-filters .slim-select .ss-single-selected,.posts-filters .slim-select .ss-single-selected{width:100%}}.podcasts-filters .slim-select .ss-single-selected .placeholder,.posts-filters .slim-select .ss-single-selected .placeholder{color:#333}.podcasts-filters .slim-select .ss-arrow,.posts-filters .slim-select .ss-arrow{margin:0}.podcasts-filters .slim-select .ss-arrow .arrow-down,.podcasts-filters .slim-select .ss-arrow .arrow-up,.posts-filters .slim-select .ss-arrow .arrow-down,.posts-filters .slim-select .ss-arrow .arrow-up{border-color:#333;border-width:0 1px 1px 0}.podcasts-filters .slim-select .ss-content,.posts-filters .slim-select .ss-content{border-bottom:1px solid #e8e4e4;border-left:1px solid #e8e4e4;border-right:1px solid #e8e4e4;padding:16px 0}.podcasts-filters .slim-select .ss-search,.posts-filters .slim-select .ss-search{display:none}.podcasts-filters .slim-select .ss-option,.posts-filters .slim-select .ss-option{color:#333;padding:8px 24px}.podcasts-filters .slim-select .ss-option:hover,.posts-filters .slim-select .ss-option:hover{background:transparent;color:#333;text-shadow:-.5px 0 0 #333,.5px 0 0 #333}.podcasts-filters .slim-select .ss-option.ss-disabled,.podcasts-filters .slim-select .ss-option.ss-option-selected,.posts-filters .slim-select .ss-option.ss-disabled,.posts-filters .slim-select .ss-option.ss-option-selected{color:#333;text-shadow:-.5px 0 0 #333,.5px 0 0 #333}.podcasts-filters .slim-select .ss-option.ss-disabled:hover,.podcasts-filters .slim-select .ss-option.ss-option-selected:hover,.posts-filters .slim-select .ss-option.ss-disabled:hover,.posts-filters .slim-select .ss-option.ss-option-selected:hover{background:transparent}@media screen and (max-width:767px){.search-form{margin-top:24px;width:100%}}.search-form form{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.search-form input[type=text]{background:#fff;border:1px solid #e8e4e4;color:#8f91a3;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:19px;margin:0;padding:11.5px 16px}.search-form input[type=text]::-webkit-input-placeholder{color:#8f91a3}.search-form input[type=text]::-moz-placeholder{color:#8f91a3}.search-form input[type=text]:-ms-input-placeholder{color:#8f91a3}.search-form input[type=text]::-ms-input-placeholder{color:#8f91a3}.search-form input[type=text]::placeholder{color:#8f91a3}.search-form div{background:#1ea4ff;position:relative}.search-form div img{left:calc(50% + 1px);pointer-events:none;position:absolute;top:calc(50% + 1px);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.search-form div input[type=submit]{background-color:transparent;border:0;color:transparent;cursor:pointer;height:44px;outline:none;-webkit-transition:all .2s linear;transition:all .2s linear;width:44px;z-index:1}.search-form div input[type=submit]:hover{background-color:#0a4b78}.search-form div:hover{cursor:pointer}.search-form div:hover input[type=submit]{background-color:#0a4b78}.podcasts__head,.posts__head{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media screen and (max-width:767px){.podcasts__head,.posts__head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;max-width:100%}}.podcasts__list,.posts__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.podcasts__pagination,.posts__pagination{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-top:70px;overflow:hidden}@media screen and (max-width:1440px){.podcasts__pagination,.posts__pagination{margin-top:calc(2.729vw + 30.70175px)}}@media screen and (max-width:414px){.podcasts__pagination,.posts__pagination{margin-top:46px}}@media screen and (max-width:375px){.podcasts__pagination,.posts__pagination{position:relative}}.podcasts__pagination .page-numbers,.posts__pagination .page-numbers{color:#000;font-size:16px;font-weight:400;line-height:22px;padding:0 10px;-webkit-transition:all .3s linear;transition:all .3s linear}.podcasts__pagination .page-numbers:hover,.posts__pagination .page-numbers:hover{color:#8f91a3}.podcasts__pagination .prev,.posts__pagination .prev{padding-right:25px;-webkit-transition:all .3s linear;transition:all .3s linear}@media screen and (max-width:375px){.podcasts__pagination .prev,.posts__pagination .prev{background-color:#fafbfd;left:0;position:absolute;z-index:2}}.podcasts__pagination .prev:hover,.posts__pagination .prev:hover{-webkit-transform:translateX(4px);transform:translateX(4px)}.podcasts__pagination .next,.posts__pagination .next{padding-left:25px;-webkit-transition:all .3s linear;transition:all .3s linear}@media screen and (max-width:375px){.podcasts__pagination .next,.posts__pagination .next{background-color:#fafbfd;position:absolute;right:0;z-index:2}}.podcasts__pagination .next:hover,.posts__pagination .next:hover{-webkit-transform:translateX(4px);transform:translateX(4px)}.podcasts__pagination .current,.posts__pagination .current{font-weight:600}.podcasts__pagination .current:hover,.posts__pagination .current:hover{color:#000}.podcast,.post{padding:32px 10px 0;width:33.33%}@media screen and (max-width:991px){.podcast,.post{width:50%}}@media screen and (max-width:576px){.podcast,.post{width:100%}}.podcast__content,.post__content{-webkit-transition:all .3s linear;transition:all .3s linear}.podcast__content:hover,.post__content:hover{background-color:#fff;-webkit-box-shadow:0 2.76726px 2.2138px 0 rgba(0,0,0,.02),0 6.6501px 5.32008px 0 rgba(0,0,0,.03),0 12.52155px 10.01724px 0 rgba(0,0,0,.04),0 -.66369px 17.86905px 0 rgba(0,0,0,.04),0 41.77761px 33.42209px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07);box-shadow:0 2.76726px 2.2138px 0 rgba(0,0,0,.02),0 6.6501px 5.32008px 0 rgba(0,0,0,.03),0 12.52155px 10.01724px 0 rgba(0,0,0,.04),0 -.66369px 17.86905px 0 rgba(0,0,0,.04),0 41.77761px 33.42209px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07)}.podcast__content:hover .post__title a,.post__content:hover .post__title a{text-shadow:.5px 0 0 #000}.podcast__content:hover .post__excerpt a,.post__content:hover .post__excerpt a{opacity:1;visibility:visible}.podcast__image,.post__image{padding-top:63.13%;position:relative;width:100%}.podcast__image:after,.post__image:after{background:rgba(0,0,0,.1);bottom:0;content:"";display:block;height:100%;left:0;opacity:1;position:absolute;right:0;top:0;-webkit-transition:all .3s linear;transition:all .3s linear;width:100%;z-index:1}.podcast__image:hover:after,.post__image:hover:after{opacity:0}.podcast__image .img,.podcast__image a,.post__image .img,.post__image a{bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.podcast__image a,.post__image a{z-index:2}.podcast__image img,.post__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.podcast__info,.post__info{padding:24px 32px 32px}@media screen and (max-width:1440px){.podcast__info,.post__info{padding-left:calc(1.923vw + 4.30769px);padding-right:calc(1.923vw + 4.30769px)}}.podcast__categories ul,.post__categories ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0}.podcast__categories li,.post__categories li{font-size:14px;line-height:19px;list-style:none;margin-right:8px;padding-right:8px;position:relative}.podcast__categories li:last-child,.post__categories li:last-child{margin-right:0;padding-right:0}.podcast__categories li:last-child:after,.post__categories li:last-child:after{display:none}.podcast__categories li:after,.post__categories li:after{background:#9dafbd;content:"";height:10px;position:absolute;right:0;top:5px;width:1px}.podcast__categories a,.post__categories a{color:#1ea4ff;font-size:14px;font-weight:600;line-height:19px;-webkit-transition:all .3s linear;transition:all .3s linear}.podcast__categories a:hover,.post__categories a:hover{color:#0a4b78}.podcast__title,.post__title{font-size:20px;font-weight:600;line-height:27px;margin-top:8px}.podcast__title a,.post__title a{color:#000;font-size:20px;font-weight:600;line-height:27px;-webkit-transition:all .2s linear;transition:all .2s linear}.podcast__title a:hover,.post__title a:hover{color:#1ea4ff;text-shadow:none!important}.podcast__excerpt,.post__excerpt{font-size:16px;font-weight:300;line-height:26px;margin-top:16px}.podcast__excerpt a,.post__excerpt a{margin-left:11px;opacity:0;-webkit-transition:all .2s linear;transition:all .2s linear;visibility:hidden}.podcast__date,.post__date{color:#8f91a3;display:none;font-size:14px;font-weight:400;line-height:19px;margin-top:16px}.podcast{padding-top:24px}@media screen and (max-width:576px){.podcast{padding:24px 12px 0}}.podcast__info{padding-top:32px}@media screen and (max-width:576px){.podcast__info{padding-bottom:51px;padding-top:24px}}@media screen and (max-width:425px){.podcast__info{padding-left:24px;padding-right:24px}}.podcasts .search-form{margin-bottom:14px;margin-top:14px}@media screen and (max-width:576px){.podcasts .search-form{margin-top:0}}.page-blog .no-results.not-found,.page-blog .res-results.res-found{padding-top:52px}.page-blog .no-results.not-found>*,.page-blog .res-results.res-found>*{color:#000;font-size:26px;font-weight:400;line-height:35px}.page-blog .no-results.not-found>* span,.page-blog .res-results.res-found>* span{font-weight:700}@media screen and (max-width:425px){.post__info{padding-left:24px;padding-right:24px}}.single-podcast .subscribe-form{margin-top:0}.podcast-single{margin-top:135px}@media screen and (max-width:992px){.podcast-single{margin-top:122px}}.more-podcasts{background:#fafbfd}.more-podcasts__container{padding-bottom:100px;padding-top:100px}@media screen and (max-width:1440px){.more-podcasts__container{padding-bottom:calc(4.808vw + 30.76923px);padding-top:calc(4.808vw + 30.76923px)}}@media screen and (max-width:1024px){.more-podcasts__container{padding-bottom:80px;padding-top:80px}}.more-podcasts__title{text-align:center}.more-podcasts__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.s-podcast__container{margin:0 auto;max-width:800px;padding-bottom:150px}@media screen and (max-width:1440px){.s-podcast__container{padding-bottom:calc(12.019vw - 23.07692px)}}@media screen and (max-width:1024px){.s-podcast__container{padding-bottom:100px}}.s-podcast__back-btn{color:#333;display:inline-block;font-size:16px;font-weight:300;line-height:22px}.s-podcast__back-btn:hover{color:#333}.s-podcast__back-btn img{display:inline-block;margin-right:5px;position:relative;top:-1px}.s-podcast__back-btn span{display:inline-block}.s-podcast__title{font-family:Georgia,sans-serif;font-size:40px;font-weight:700;line-height:48px;margin-top:40px}@media screen and (max-width:1440px){.s-podcast__title{font-size:calc(.893vw + 27.14286px);line-height:calc(1.339vw + 28.71429px)}}@media screen and (max-width:992px){.s-podcast__title{font-size:36px;line-height:42px;margin-top:20px}}.s-podcast__author{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px;margin-top:15px}.s-podcast__author img{border-radius:50%;margin-right:8px}.s-podcast__author span{color:#8f91a3;display:block;font-size:14px;font-weight:400;line-height:19px}.s-podcast .podcast_meta{font-size:0;line-height:1;margin-top:16px}@media screen and (max-width:991px){.s-podcast .podcast_meta{margin-top:12px}}.s-podcast .podcast_meta p{display:-webkit-box;display:-ms-flexbox;display:flex}.s-podcast .podcast_meta p:first-child{margin-bottom:0}@media screen and (max-width:991px){.s-podcast .podcast_meta p:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.s-podcast .podcast_meta p:last-child{margin-bottom:42px;margin-top:30px}@media screen and (max-width:991px){.s-podcast .podcast_meta p:last-child{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:52px}}.s-podcast .podcast_meta p:last-child:before{content:"Subscribe to our episodes:";font-family:Georgia,sans-serif;font-size:22px;font-weight:700;line-height:22px;margin-right:12px}@media screen and (max-width:991px){.s-podcast .podcast_meta p:last-child:before{margin-bottom:4px;width:100%}}.s-podcast .podcast_meta p:last-child a:last-child:before{display:none}.s-podcast .podcast_meta p a{color:#000;font-size:16px;font-weight:600;line-height:22px;margin-right:26px;position:relative}@media screen and (max-width:991px){.s-podcast .podcast_meta p a{margin-top:4px}}.s-podcast .podcast_meta p a:before{background:#cedae3;content:"";display:block;height:17px;position:absolute;right:-13px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:1px}.s-podcast .podcast_meta p .podcast-meta-new-window:before{display:none}@media screen and (max-width:991px){.s-podcast .podcast_meta p .podcast-meta-new-window:before{display:block}}.s-podcast .podcast_meta p .podcast-meta-duration{margin-left:auto}@media screen and (max-width:991px){.s-podcast .podcast_meta p .podcast-meta-duration{margin-left:0;margin-right:26px}}.s-podcast .podcast_meta p .podcast-meta-duration:before{display:none}@media screen and (max-width:991px){.s-podcast .podcast_meta p .podcast-meta-duration:before{display:block;left:auto;right:-13px}.s-podcast .podcast_meta p .podcast-meta-date{margin-left:0;margin-right:26px}.s-podcast .podcast_meta p .podcast-meta-date:before{display:none}}.s-podcast .podcast_meta p span{color:#8f91a3;font-size:16px;font-weight:400;line-height:22px;margin-left:26px;position:relative}@media screen and (max-width:991px){.s-podcast .podcast_meta p span{margin-top:4px}}.s-podcast .podcast_meta p span:before{background:#cedae3;content:"";display:block;height:17px;left:-13px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:1px}.s-podcast .podcast_meta p span:first-child{margin-left:auto}.s-podcast .podcast_meta p span:first-child:before{display:none}.s-podcast__content{font-size:20px;font-weight:300;line-height:32px}@media screen and (max-width:1440px){.s-podcast__content{font-size:calc(.446vw + 13.57143px);line-height:calc(.893vw + 19.14286px)}}@media screen and (max-width:992px){.s-podcast__content{font-size:18px;line-height:28px}}.s-podcast__content p{margin-bottom:20px}.s-podcast__content p:last-child{margin-bottom:0}.resume-form__container{padding-bottom:70px}@media screen and (max-width:767px){.resume-form__container{padding-bottom:100px}}.resume-form form{-webkit-box-pack:justify;-ms-flex-pack:justify;background:#fff;border-top:1px solid #5b565610;-webkit-box-shadow:0 2.76726px 2.2138px 0 rgba(0,0,0,.02),0 6.6501px 5.32008px 0 rgba(0,0,0,.03),0 12.52155px 10.01724px 0 rgba(0,0,0,.04),0 -.66369px 17.86905px 0 rgba(0,0,0,.04),0 41.77761px 33.42209px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07);box-shadow:0 2.76726px 2.2138px 0 rgba(0,0,0,.02),0 6.6501px 5.32008px 0 rgba(0,0,0,.03),0 12.52155px 10.01724px 0 rgba(0,0,0,.04),0 -.66369px 17.86905px 0 rgba(0,0,0,.04),0 41.77761px 33.42209px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;margin:-150px auto 0;max-width:812px;padding:64px 104px}@media screen and (max-width:1440px){.resume-form form{padding:calc(3.571vw + 12.57143px) calc(12.5vw - 76px)}}@media screen and (max-width:767px){.resume-form form{margin-top:-55px;padding:40px 20px}}@media screen and (max-width:575px){.resume-form form{padding:40px 30px}}.resume-form form p{margin:0;width:100%}.resume-form form p:first-child,.resume-form form p:nth-child(2),.resume-form form p:nth-child(3),.resume-form form p:nth-child(4),.resume-form form p:nth-child(5),.resume-form form p:nth-child(6),.resume-form form p:nth-child(7){width:calc(50% - 10px)}@media screen and (max-width:480px){.resume-form form p:first-child,.resume-form form p:nth-child(2),.resume-form form p:nth-child(3),.resume-form form p:nth-child(4),.resume-form form p:nth-child(5),.resume-form form p:nth-child(6),.resume-form form p:nth-child(7){width:100%}}.resume-form form label{display:block;font-size:14px;font-weight:400;line-height:19px;margin-bottom:16px}.resume-form form .wpcf7-list-item{margin:0!important}.resume-form form .wpcf7-list-item label{margin-bottom:0}.resume-form form input[type=checkbox]{display:none}.resume-form form input[type=checkbox]+span{cursor:pointer;display:block;font-size:16px;font-weight:400;line-height:28px!important;padding:0 0 0 22px!important;position:relative}.resume-form form input[type=checkbox]+span:before{background:transparent;border:1px solid #8c8c8c;content:"";display:inline-block;height:16px;left:0;margin-right:10px;position:absolute;top:7px;vertical-align:text-top;width:16px}.resume-form form input[type=checkbox]:hover+span:before{background:transparent;border:1px solid #0a70b0}.resume-form form input[type=checkbox]:checked+span:before{background:#0a70b0;border:1px solid #0a70b0}.resume-form form input[type=checkbox]:checked+span:after{background-color:#0a70b0;background-image:url(//ascentgp.com/wp-content/themes/ascentgp/dist/images/check.svg);background-position:50%;background-repeat:no-repeat;content:"";display:block;height:16px;left:0;position:absolute;top:5px;width:16px}.resume-form form input{border:1px solid #b8b8b8;margin-bottom:0;margin-top:6px}.resume-form form input.wpcf7-not-valid{border-color:#eb5757}.resume-form form input[type=submit]{background:linear-gradient(90.03deg,#3789bd .02%,#0a70b0 101.32%);border-radius:2px;color:#fff;cursor:pointer;display:inline-block;font-family:Open Sans,sans-serif;font-size:18px;font-weight:600;line-height:25px;margin-top:40px;outline:none;padding:14px 24px;-webkit-transition:all .3s linear;transition:all .3s linear;vertical-align:middle;width:100%}@media screen and (max-width:1440px){.resume-form form input[type=submit]{margin-top:calc(1.19vw + 22.85714px)}}@media screen and (max-width:768px){.resume-form form input[type=submit]{margin-top:32px}}.resume-form form .wpcf7-response-output,.resume-form form .wpcf7-spinner{display:none}.resume-form form .wpcf7-not-valid-tip{border-color:#eb5757;color:#eb5757;font-family:Open Sans,sans-serif;font-size:12px;line-height:16px;margin-top:4px}.resume-form form .codedropz-upload-container{padding:24px 15px 16px}.resume-form form .codedropz-upload-wrapper{margin-top:8px}.resume-form form .codedropz-upload-wrapper .has-error{color:#eb5757;font-family:Open Sans,sans-serif;font-size:12px;line-height:16px}.resume-form form .codedropz-upload-wrapper .codedropz-upload-handler{border:1px dashed #8c8c8c;border-radius:0}.resume-form form .codedropz-upload-wrapper h3{color:#000;font-size:20px;font-weight:700;line-height:27px;margin:0 0 8px}.resume-form form .codedropz-upload-wrapper span{font-size:16px;font-weight:300;line-height:28px}.resume-form form .codedropz-upload-wrapper .name,.resume-form form .codedropz-upload-wrapper .name span{font-size:14px;line-height:22px}.resume-form form .codedropz-upload-wrapper .codedropz-btn-wrap{line-height:1;margin-top:6px}.resume-form form .codedropz-upload-wrapper .cd-upload-btn{color:#000;font-size:16px;font-weight:600;line-height:22px}.resume-form form .codedropz-upload-wrapper .dnd-upload-counter,.resume-form form .codedropz-upload-wrapper .dnd-upload-counter span{font-size:12px;line-height:16px}.contact-form{z-index:5}@media screen and (max-width:575px){.contact-form{padding:0 20px}}.contact-form__container{padding-bottom:70px}@media screen and (max-width:992px){.contact-form__container{padding-bottom:40px}}.contact-form form{-webkit-box-pack:justify;-ms-flex-pack:justify;background:#fff;-webkit-box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.77px 33.422px rgba(0,0,0,.05),0 22.33px 17.869px rgba(0,0,0,.041),0 12.52px 10.017px rgba(0,0,0,.035),0 6.65px 5.32px rgba(0,0,0,.028),0 2.767px 2.21px rgba(0,0,0,.019);box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.77px 33.422px rgba(0,0,0,.05),0 22.33px 17.869px rgba(0,0,0,.041),0 12.52px 10.017px rgba(0,0,0,.035),0 6.65px 5.32px rgba(0,0,0,.028),0 2.767px 2.21px rgba(0,0,0,.019);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;margin:-150px auto 0;max-width:812px;padding:64px 104px}@media screen and (max-width:1440px){.contact-form form{padding:calc(3.571vw + 12.57143px) calc(12.5vw - 76px)}}@media screen and (max-width:767px){.contact-form form{margin-top:-108px;padding:40px 30px}}.contact-form form p{margin:0;width:100%}.contact-form form p:first-child,.contact-form form p:nth-child(2),.contact-form form p:nth-child(3),.contact-form form p:nth-child(4),.contact-form form p:nth-child(5),.contact-form form p:nth-child(6),.contact-form form p:nth-child(7){width:calc(50% - 10px)}@media screen and (max-width:480px){.contact-form form p:first-child,.contact-form form p:nth-child(2),.contact-form form p:nth-child(3),.contact-form form p:nth-child(4),.contact-form form p:nth-child(5),.contact-form form p:nth-child(6),.contact-form form p:nth-child(7){width:100%}}.contact-form form label{display:block;font-size:14px;font-weight:400;line-height:19px;margin-bottom:16px}.contact-form form .wpcf7-list-item{margin:0!important}.contact-form form .wpcf7-list-item label{margin-bottom:0}.contact-form form input[type=checkbox]{display:none}.contact-form form input[type=checkbox]+span{cursor:pointer;display:block;font-weight:400;line-height:26px!important;padding:0 0 0 22px!important;position:relative}.contact-form form input[type=checkbox]+span:before{background:transparent;border:1px solid #8c8c8c;content:"";display:inline-block;height:16px;left:0;margin-right:10px;position:absolute;top:5px;vertical-align:text-top;width:16px}.contact-form form input[type=checkbox]:hover+span:before{background:transparent}.contact-form form input[type=checkbox]:checked+span:before{background:#00b9c8;border:1px solid #00b9c8}.contact-form form input[type=checkbox]:checked+span:after{background:#1ea4ff;background-position:50%;background-repeat:no-repeat;content:"";display:block;height:16px;left:0;position:absolute;top:5px;width:16px}.contact-form form input{border:1px solid #b8b8b8;margin-bottom:0;margin-top:6px}.contact-form form input:active,.contact-form form input:focus{border-color:#333}.contact-form form input.wpcf7-not-valid{border-color:#eb5757}.contact-form form textarea{border:1px solid #b8b8b8;height:152px;margin-bottom:0;margin-top:6px;resize:none}.contact-form form textarea:active,.contact-form form textarea:focus{border-color:#333}.contact-form form input[type=submit]{background:linear-gradient(90.03deg,#3789bd .02%,#0a70b0 101.32%);border-radius:2px;color:#fff;cursor:pointer;display:inline-block;font-family:Open Sans,sans-serif;font-size:18px;font-weight:600;line-height:25px;margin-top:20px;outline:none;padding:14px 24px;-webkit-transition:all .3s linear;transition:all .3s linear;vertical-align:middle;width:100%}@media screen and (max-width:1440px){.contact-form form input[type=submit]{margin-top:calc(1.19vw + 2.85714px)}}@media screen and (max-width:768px){.contact-form form input[type=submit]{margin-top:12px}}.contact-form form .wpcf7-spinner{display:none}.contact-form form .wpcf7-response-output{margin:20px 0 0;width:100%}.contact-form form .wpcf7-not-valid,.contact-form form .wpcf7-not-valid-tip{border-color:#eb5757;color:#eb5757;font-family:Open Sans,sans-serif;font-size:12px;line-height:16px;margin-top:4px}.contact-form form .codedropz-upload-container{padding:24px 15px 16px}.contact-form form .codedropz-upload-wrapper{margin-top:8px}.contact-form form .codedropz-upload-wrapper .has-error{color:#eb5757;font-family:Open Sans,sans-serif;font-size:12px;line-height:16px;margin-top:4px}.contact-form form .codedropz-upload-wrapper .codedropz-upload-handler{border:1px dashed #8c8c8c;border-radius:0}.contact-form form .codedropz-upload-wrapper h3{color:#000;font-size:20px;font-weight:700;line-height:27px;margin:0 0 8px}.contact-form form .codedropz-upload-wrapper span{font-size:16px;font-weight:300;line-height:28px}.contact-form form .codedropz-upload-wrapper .name,.contact-form form .codedropz-upload-wrapper .name span{font-size:14px;line-height:22px}.contact-form form .codedropz-upload-wrapper .codedropz-btn-wrap{line-height:1;margin-top:6px}.contact-form form .codedropz-upload-wrapper .cd-upload-btn{color:#000;font-size:16px;font-weight:600;line-height:22px}.contact-form form .codedropz-upload-wrapper .dnd-upload-counter,.contact-form form .codedropz-upload-wrapper .dnd-upload-counter span{font-size:12px;line-height:16px}.drag_element{cursor:pointer}@media screen and (max-width:575px){#powerTip{max-width:213px}}.resume-form{z-index:5}.stm-hero{background-position:50%;background-repeat:no-repeat;background-size:cover}.stm-hero__container{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding-top:60px}@media screen and (max-width:991px){.stm-hero__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}}.stm-hero__image{max-width:605px;width:100%}.stm-hero__content{margin-bottom:165px;margin-left:20px;margin-right:100px;max-width:485px;padding-top:105px;position:relative;width:100%}@media screen and (max-width:1440px){.stm-hero__content{margin-bottom:calc(6.01vw + 78.46154px);margin-right:calc(24.038vw - 246.15385px);padding-top:calc(4.808vw + 30.76923px)}}@media screen and (max-width:1024px){.stm-hero__content{margin-bottom:140px;margin-right:0;padding-top:80px}}@media screen and (max-width:992px){.stm-hero__content{padding-top:54px}}@media screen and (max-width:991px){.stm-hero__content{-webkit-box-ordinal-group:0;-ms-flex-order:-1;margin-left:0;order:-1}}@media screen and (max-width:767px){.stm-hero__content{margin-bottom:80px}}.stm-hero__name{color:#fff;font-family:Georgia,sans-serif;font-size:52px;font-weight:700;line-height:59px;padding-bottom:40px}@media screen and (max-width:1440px){.stm-hero__name{font-size:calc(.893vw + 39.14286px);line-height:calc(.67vw + 49.35714px)}}@media screen and (max-width:1204px){.stm-hero__name{padding-bottom:34px}}@media screen and (max-width:992px){.stm-hero__name{font-size:48px;line-height:56px}}.stm-hero__item{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding-bottom:16px;width:100%}.stm-hero__item span{color:#fff}.stm-hero__item span>*{color:inherit}.stm-hero__item span:first-child{font-size:18px;font-weight:700;line-height:25px;padding-right:40px;width:47%}@media screen and (max-width:1440px){.stm-hero__item span:first-child{font-size:calc(.446vw + 11.57143px);line-height:calc(.67vw + 15.35714px)}}@media screen and (max-width:992px){.stm-hero__item span:first-child{font-size:16px;line-height:22px}}.stm-hero__item span:last-child{font-size:18px;font-weight:300;line-height:25px;text-align:left;width:53%}@media screen and (max-width:1440px){.stm-hero__item span:last-child{font-size:calc(.446vw + 11.57143px);line-height:calc(.67vw + 15.35714px)}}@media screen and (max-width:992px){.stm-hero__item span:last-child{font-size:16px;line-height:22px}}.stm-hero__item.email span:last-child,.stm-hero__item.phone-number span:last-child{cursor:pointer;-webkit-transition:all .2s linear;transition:all .2s linear}.stm-hero__item.email span:last-child:hover,.stm-hero__item.phone-number span:last-child:hover{color:#1ea4ff}.stm-hero__social-links{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:17px}.stm-hero__social-link{margin-right:15px;-webkit-transition:all .2s linear;transition:all .2s linear}.stm-hero__social-link:hover path{fill:#1ea4ff}.stm-hero .btn.btn--a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding-bottom:10px;padding-top:10px}.stm-hero .btn.btn--a span{padding-left:12px}.stm-hero .btn.btn--a img,.stm-hero .btn.btn--a svg{position:relative;z-index:2}.stm-hero__download-btn{margin-top:32px}.stm-hero__download-btn a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.stm-hero__download-btn img,.stm-hero__download-btn svg{height:24px;width:24px}.stm-hero__download-btn span{color:#fff;display:block;font-size:16px;font-weight:600;line-height:22px;margin-left:10px}.stm-hero__qr-code{margin-top:40px;width:100%}@media screen and (min-width:414px){.stm-hero__qr-code{margin-top:0;position:absolute;right:0;top:calc(100% - 101.5px);width:53%}}.stm-hero__qr-code img{height:179px;width:179px}.stm-content{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding-top:100px}@media screen and (max-width:1440px){.stm-content{padding-top:calc(4.808vw + 30.76923px)}}@media screen and (max-width:1024px){.stm-content{padding-top:80px}}@media screen and (max-width:725px){.stm-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.stm-content .wys-editor{max-width:800px}.stm-content .wys-editor,.stm-content .wys-editor>*{text-align:left!important}.stm-content .wys-editor iframe{height:480px;width:100%}@media screen and (max-width:1440px){.stm-content .wys-editor iframe{height:calc(20.089vw + 190.71429px)}}.stm-content blockquote{margin:32px 0 34px 67px;padding-left:51px;position:relative}@media screen and (max-width:1440px){.stm-content blockquote{margin-left:calc(6.92vw - 32.64286px)}}@media screen and (max-width:901px){.stm-content blockquote{margin-left:16px}}@media screen and (max-width:575px){.stm-content blockquote{margin-bottom:42px;padding-left:26px}}.stm-content blockquote p{color:#333;font-size:20px;font-style:italic;font-weight:600;line-height:32px;margin-bottom:20px;opacity:.7}@media screen and (max-width:575px){.stm-content blockquote p{font-size:18px;line-height:28px;margin-bottom:10px}}.stm-content blockquote h1,.stm-content blockquote h2,.stm-content blockquote h3,.stm-content blockquote h4,.stm-content blockquote h5,.stm-content blockquote h6{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Georgia,sans-serif;font-size:16px;font-weight:700;line-height:20px;margin:0;padding-left:20px}.stm-content blockquote h1:before,.stm-content blockquote h2:before,.stm-content blockquote h3:before,.stm-content blockquote h4:before,.stm-content blockquote h5:before,.stm-content blockquote h6:before{background-color:#000;content:"";display:block;height:1px;margin-right:10px;width:24px}.stm-content blockquote:before{background:#f0f4f7;content:"";height:100%;left:0;position:absolute;top:0;width:18px}@media screen and (max-width:575px){.stm-content blockquote:before{width:6px}}.stm-content__related-members{margin-left:50px;padding-top:57px}@media screen and (max-width:725px){.stm-content__related-members{margin-left:0;padding-top:48px}}.stm-content__related-members>h3{font-size:16px;font-weight:400;margin-bottom:1.6rem}.stm-content__related-members ul{list-style:none;margin:0;padding:0}.stm-content__related-members li:not(:first-child){border-top:1px solid rgba(51,51,51,.3);margin-top:.8rem;padding-top:.8rem}.stm-content__related-members a{display:-webkit-box;display:-ms-flexbox;display:flex}.stm-content__related-members a:hover .rel-team-member-text h4{color:#006db7}.stm-content__related-members a:hover .rel-team-member-text span{opacity:1}.stm-content__related-members .rel-team-member-thumb{height:157px;max-width:110px;min-width:110px;overflow:hidden;position:relative;width:100%}@media screen and (max-width:725px){.stm-content__related-members .rel-team-member-thumb{height:125px;max-width:100px;min-width:100px}}.stm-content__related-members .rel-team-member-thumb img{height:auto;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;position:absolute;top:0;width:100%}.stm-content__related-members .rel-team-member-text{padding-left:.8rem;padding-top:.6rem;width:66.6%}.stm-content__related-members .rel-team-member-text h4{color:#000;font-size:1.08em;-webkit-transition:all .2s linear;transition:all .2s linear}.stm-content__related-members .rel-team-member-text span{color:#333;font-size:.82em;font-weight:600;opacity:.8;-webkit-transition:all .2s linear;transition:all .2s linear}.stm-footer-page-container{max-width:1920px}.stm-footer{border-bottom:1px solid #cedae3;padding-top:100px}.stm-buttons{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #000;border-top:1px solid #000;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin:48px 0 0;max-width:800px;padding-bottom:48px;padding-top:48px}@media screen and (max-width:767px){.stm-buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:40px;padding-top:40px}}.stm-buttons .btn{margin:0}.stm-buttons .btn:first-child{margin-right:40px}@media screen and (max-width:767px){.stm-buttons .btn:first-child{margin-bottom:20px;margin-right:0}}.stm-buttons .btn:last-child{margin-left:40px}@media screen and (max-width:767px){.stm-buttons .btn:last-child{margin-left:0;margin-top:20px}}.stm-buttons .btn.btn--a2{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:14px 24px}.stm-buttons .btn.btn--a2 span{padding-left:12px}.stm-buttons .btn.btn--a2 img,.stm-buttons .btn.btn--a2 svg{position:relative;z-index:2}.stm-buttons .btn.btn--a2 path{fill:#000}.html[lang=ja] .stm-hero .btn.btn--a{font-size:14.5px;padding-left:14px;padding-right:14px}@media screen and (max-width:505px){.html[lang=ja] .stm-hero__qr-code{margin-top:40px;position:static}}.blog-post-hero{padding-top:140px}@media screen and (max-width:575px){.blog-post-hero{padding-top:115px}}.blog-post-hero__bto-blog{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative}.blog-post-hero__bto-blog:before{background-image:url(//ascentgp.com/wp-content/themes/ascentgp/dist/images/ic-bto-page.svg);background-repeat:no-repeat;background-size:cover;content:"";display:block;height:11px;margin-right:10px;width:6px}.blog-post-hero__bto-blog span{color:#333;font-size:16px;font-weight:300;line-height:22px;-webkit-transition:all .2s linear;transition:all .2s linear}.blog-post-hero__bto-blog:hover span{text-shadow:.5px 0 0 #333}.blog-post-single{padding-top:44px}.blog-post-single__inner{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding-bottom:250px;padding-top:12px}@media screen and (max-width:1440px){.blog-post-single__inner{padding-bottom:calc(13.393vw + 57.14286px)}}@media screen and (max-width:901px){.blog-post-single__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:160px}}.blog-post-single__sidebar{margin-left:20px;margin-right:5px;max-width:350px;width:100%}@media screen and (max-width:1440px){.blog-post-single__sidebar{max-width:calc(15.625vw + 125px)}}@media screen and (max-width:1024px){.blog-post-single__sidebar{margin-right:0}}@media screen and (max-width:901px){.blog-post-single__sidebar{border-top:1px solid #e8e4e4;margin-left:0;margin-top:42px;max-width:100%;padding-top:76px}}.blog-post-single__main-content{max-width:803px;width:100%}@media screen and (max-width:1440px){.blog-post-single__main-content{max-width:calc(52.009vw + 54.07143px)}}@media screen and (max-width:901px){.blog-post-single__main-content{max-width:100%}}.blog-post-single__category{margin:-5px;padding-bottom:7px}.blog-post-single__category-link{color:#1ea4ff;display:inline-block;font-size:14px;font-weight:600;line-height:20px;padding:5px}.blog-post-single__entry-title{color:#000;display:block;font-family:Georgia,sans-serif;font-size:38px;font-weight:700;line-height:46px}@media screen and (max-width:1440px){.blog-post-single__entry-title{font-size:calc(.893vw + 25.14286px);line-height:calc(.893vw + 33.14286px)}}@media screen and (max-width:992px){.blog-post-single__entry-title{font-size:34px;line-height:42px}}@media screen and (max-width:575px){.blog-post-single__entry-title{font-size:36px;line-height:44px}}.blog-post-single__meta-wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding-top:16px}.blog-post-single__date span,.blog-post-single__share-buttons-title span{color:#8f91a3;font-size:14px;font-weight:400;line-height:19px}.blog-post-single__share-buttons{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.blog-post-single__share-buttons-title{padding-right:13px}.blog-post-single__share-btn img {padding: 11px;}.blog-post-single__share-btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:1px solid #cedae3;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;justify-content:center;margin:0 2px;-webkit-transition:all .2s linear;transition:all .2s linear;width:40px}.blog-post-single__share-btn:hover{border-color:#0a70b0}.blog-post-single__entry-content p{color:#333;font-size:20px;font-weight:300;line-height:32px;margin-bottom:32px}@media screen and (max-width:575px){.blog-post-single__entry-content p{font-size:18px;line-height:28px}}.blog-post-single__entry-content p br{display:none}.blog-post-single__entry-content p img.alignright{margin:15px 0 15px 15px!important}@media screen and (max-width:1111px){.blog-post-single__entry-content p img.alignright{margin-left:0!important}.blog-post-single__entry-content p img{display:block;float:unset}}.blog-post-single__entry-content a{border-bottom:.5px solid #333;color:#333;font-size:20px;font-weight:300;line-height:32px}.blog-post-single__entry-content h1,.blog-post-single__entry-content h2,.blog-post-single__entry-content h3,.blog-post-single__entry-content h4,.blog-post-single__entry-content h5,.blog-post-single__entry-content h6{color:#000;font-family:Georgia,sans-serif;font-weight:700;margin-bottom:32px;padding-top:20px}.blog-post-single__entry-content h1{font-size:38px;line-height:46px}@media screen and (max-width:1440px){.blog-post-single__entry-content h1{font-size:calc(.893vw + 25.14286px);line-height:calc(.893vw + 33.14286px)}}@media screen and (max-width:992px){.blog-post-single__entry-content h1{font-size:34px;line-height:42px}}@media screen and (max-width:575px){.blog-post-single__entry-content h1{font-size:36px;line-height:44px}}.blog-post-single__entry-content h2{font-size:30px;line-height:38px}@media screen and (max-width:1440px){.blog-post-single__entry-content h2{font-size:calc(.893vw + 17.14286px);line-height:calc(.893vw + 25.14286px)}}@media screen and (max-width:992px){.blog-post-single__entry-content h2{font-size:26px;line-height:34px}}@media screen and (max-width:575px){.blog-post-single__entry-content h2{font-size:30px;line-height:38px}}.blog-post-single__entry-content h3{font-size:26px;line-height:34px}@media screen and (max-width:1440px){.blog-post-single__entry-content h3{font-size:calc(.893vw + 13.14286px);line-height:calc(.893vw + 21.14286px)}}@media screen and (max-width:992px){.blog-post-single__entry-content h3{font-size:22px;line-height:30px}}@media screen and (max-width:575px){.blog-post-single__entry-content h3{font-size:26px;line-height:34px}}.blog-post-single__entry-content h4,.blog-post-single__entry-content h5,.blog-post-single__entry-content h6{font-size:22px;line-height:34px}@media screen and (max-width:1440px){.blog-post-single__entry-content h4,.blog-post-single__entry-content h5,.blog-post-single__entry-content h6{font-size:calc(.893vw + 9.14286px);line-height:calc(.893vw + 21.14286px)}}@media screen and (max-width:992px){.blog-post-single__entry-content h4,.blog-post-single__entry-content h5,.blog-post-single__entry-content h6{font-size:18px;line-height:30px}}@media screen and (max-width:575px){.blog-post-single__entry-content h4,.blog-post-single__entry-content h5,.blog-post-single__entry-content h6{font-size:22px;line-height:30px}}.blog-post-single__entry-content ol,.blog-post-single__entry-content ul{margin:0 0 33px;padding-left:70px}@media screen and (max-width:1440px){.blog-post-single__entry-content ol,.blog-post-single__entry-content ul{padding-left:calc(5.58vw - 10.35714px)}}@media screen and (max-width:901px){.blog-post-single__entry-content ol,.blog-post-single__entry-content ul{padding-left:38px}}.blog-post-single__entry-content li{color:#333;font-size:20px;font-weight:300;line-height:28px}@media screen and (max-width:575px){.blog-post-single__entry-content li{font-size:18px;line-height:28px}}.blog-post-single__entry-content ol li:not(:last-child){margin-bottom:20px}.blog-post-single__entry-content ol li::marker{color:#605f70;font-weight:600}.blog-post-single__entry-content ul li:not(:last-child){margin-bottom:8px}@media screen and (max-width:575px){.blog-post-single__entry-content ul li:not(:last-child){margin-bottom:20px}}.blog-post-single__entry-content ul li::marker{color:#1ea4ff}.blog-post-single__entry-content iframe{height:480px;width:100%}@media screen and (max-width:1440px){.blog-post-single__entry-content iframe{height:calc(20.089vw + 190.71429px)}}.blog-post-single__entry-content figure{margin:0 0 37px}.blog-post-single__entry-content figure .wp-caption-text{color:#333;font-size:16px;font-weight:300;line-height:22px;margin:4px 0 0;text-align:left}.blog-post-single__entry-content img{margin-left:0!important}.blog-post-single__entry-content blockquote{margin:0 0 34px 67px;padding-left:51px;position:relative}@media screen and (max-width:1440px){.blog-post-single__entry-content blockquote{margin-left:calc(6.92vw - 32.64286px)}}@media screen and (max-width:901px){.blog-post-single__entry-content blockquote{margin-left:16px}}@media screen and (max-width:575px){.blog-post-single__entry-content blockquote{margin-bottom:42px;padding-left:26px}}.blog-post-single__entry-content blockquote p{color:#333;font-size:20px;font-style:italic;font-weight:600;line-height:32px;margin-bottom:20px;opacity:.7}@media screen and (max-width:575px){.blog-post-single__entry-content blockquote p{font-size:18px;line-height:28px;margin-bottom:10px}}.blog-post-single__entry-content blockquote h1,.blog-post-single__entry-content blockquote h2,.blog-post-single__entry-content blockquote h3,.blog-post-single__entry-content blockquote h4,.blog-post-single__entry-content blockquote h5,.blog-post-single__entry-content blockquote h6{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Georgia,sans-serif;font-size:16px;font-weight:700;line-height:20px;margin:0;padding-left:20px;padding-top:0}.blog-post-single__entry-content blockquote h1:before,.blog-post-single__entry-content blockquote h2:before,.blog-post-single__entry-content blockquote h3:before,.blog-post-single__entry-content blockquote h4:before,.blog-post-single__entry-content blockquote h5:before,.blog-post-single__entry-content blockquote h6:before{background-color:#000;content:"";display:block;height:1px;margin-right:10px;width:24px}.blog-post-single__entry-content blockquote:before{background:#f0f4f7;content:"";height:100%;left:0;position:absolute;top:0;width:18px}@media screen and (max-width:575px){.blog-post-single__entry-content blockquote:before{width:6px}}.blog-post-single__featured-image{margin-bottom:53px;max-width:800px;padding-bottom:533px;position:relative;width:100%}@media screen and (max-width:1440px){.blog-post-single__featured-image{padding-bottom:calc(33.482vw + 50.85714px)}}@media screen and (max-width:901px){.blog-post-single__featured-image{padding-bottom:415px}}@media screen and (max-width:475px){.blog-post-single__featured-image{padding-bottom:233px}}.blog-post-single__featured-image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;position:absolute;top:0;width:100%}.blog-post-single__topics{background:#f9fbfc;border:1px solid #ebe9e9;margin-top:75px}.blog-post-single__topics-header{background:#f1f3f3;border-bottom:1px solid #ebe9e9;padding:18px 30px 17px}.blog-post-single__topics-header h4{color:#000;font-size:16px;font-weight:600;line-height:19px}.blog-post-single__topics-list{list-style:none;margin:0;padding:24px 30px 30px}.blog-post-single__topics-list li:not(:last-child){margin-bottom:2px}.blog-post-single__topics-list a{color:#333;font-size:16px;font-weight:400;line-height:32px;-webkit-transition:all .2s linear;transition:all .2s linear}.blog-post-single__topics-list a:hover{color:#1ea4ff;text-shadow:-.3px 0 0 #1ea4ff,.5px 0 0 #1ea4ff}.blog-post-single__recommend{padding-top:85px}@media screen and (max-width:901px){.blog-post-single__recommend{max-width:350px}}.blog-post-single__recommend ul{list-style:none;margin:0;padding:0}.blog-post-single__recommend li{padding-bottom:20px}.blog-post-single__recommend li:not(:last-child){border-bottom:1px solid #e8e4e4;margin-bottom:15px}.blog-post-single__recommend a{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:992px){.blog-post-single__recommend a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:901px){.blog-post-single__recommend a{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.blog-post-single__recommend a span{color:#000;display:block;font-size:16px;font-weight:400;line-height:22px;margin-left:11px;margin-top:-4px}@media screen and (max-width:992px){.blog-post-single__recommend a span{margin-left:0;margin-top:10px}}@media screen and (max-width:901px){.blog-post-single__recommend a span{margin-left:11px;margin-top:0;max-width:225px}}.blog-post-single__recommend a:hover span{text-shadow:.5px 0 0 #333}.blog-post-single__recommend a div{height:64px;max-width:114px;position:relative;width:100%}.blog-post-single__recommend a img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;position:absolute;top:0;width:100%}.blog-post-single__recommend-title{margin-bottom:12px}.blog-post-single__recommend-title>*{color:#000;font-size:20px;font-weight:600;line-height:38px}.blog-post-single__post-author{margin-top:60px}.blog-post-single__post-author ul{list-style:none;margin:0;padding:0}.blog-post-single__post-author li:not(:last-child){margin-bottom:10px}.blog-post-single__post-author li span{color:#000;font-family:Georgia,sans-serif;font-size:20px;font-style:italic;font-weight:700;line-height:32px}.blog-post-single__post-author li span:last-child{font-weight:400}.post-single-more-posts__card-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:16px -10px 0}@media screen and (max-width:901px){.post-single-more-posts__card-list{margin-top:0}}.post-single-more-posts__upper-title{text-align:center}.post-single-more-posts__title{margin-bottom:32px;text-align:center}.post-single-more-posts__title>*{color:#000;font-family:Georgia,sans-serif;font-size:44px;font-weight:700;line-height:52px}@media screen and (max-width:1440px){.post-single-more-posts__title>*{font-size:calc(1.786vw + 18.28571px);line-height:calc(1.786vw + 26.28571px)}}@media screen and (max-width:992px){.post-single-more-posts__title>*{font-size:36px;line-height:44px}}.post-single-more-posts__description{margin:0 auto;max-width:700px}.post-single-more-posts__description>*{color:#333;font-size:20px;font-weight:300;line-height:32px;text-align:center}@media screen and (max-width:1440px){.post-single-more-posts__description>*{font-size:calc(.446vw + 13.57143px);line-height:calc(.893vw + 19.14286px)}}@media screen and (max-width:992px){.post-single-more-posts__description>*{font-size:18px;line-height:28px}}.corp-info{background:#f9fbfc;padding-bottom:68px;padding-top:80px}@media screen and (max-width:575px){.corp-info{padding-bottom:50px;padding-top:50px}}.corp-info+.values--about{padding-top:150px}@media screen and (max-width:1440px){.corp-info+.values--about{padding-top:calc(12.019vw - 23.07692px)}}@media screen and (max-width:1024px){.corp-info+.values--about{padding-top:100px}}.corp-info__list{background-color:#fff;border-top:1px solid #5b565610;-webkit-box-shadow:0 2.76726px 2.2138px 0 rgba(0,0,0,.02),0 6.6501px 5.32008px 0 rgba(0,0,0,.03),0 12.52155px 10.01724px 0 rgba(0,0,0,.04),0 -.66369px 17.86905px 0 rgba(0,0,0,.04),0 41.77761px 33.42209px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07);box-shadow:0 2.76726px 2.2138px 0 rgba(0,0,0,.02),0 6.6501px 5.32008px 0 rgba(0,0,0,.03),0 12.52155px 10.01724px 0 rgba(0,0,0,.04),0 -.66369px 17.86905px 0 rgba(0,0,0,.04),0 41.77761px 33.42209px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07);margin:0 auto;max-width:1020px;padding:0 32px 32px}@media screen and (max-width:475px){.corp-info__list{padding:0 24px}}.corp-info__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:32px 0}@media screen and (max-width:575px){.corp-info__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;padding:24px 0}}.corp-info__item:not(:last-child){border-bottom:1px solid #eff3f5}.corp-info__title{min-width:390px;padding-right:20px}@media screen and (max-width:991px){.corp-info__title{min-width:calc(40.359vw - 9.95516px)}}@media screen and (max-width:768px){.corp-info__title{min-width:300px}}@media screen and (max-width:575px){.corp-info__title{margin-bottom:6px;min-width:unset}}.corp-info__title>*{color:#333;font-size:18px;font-weight:700;line-height:25px}.corp-info__description>*{color:#333;font-size:18px;font-weight:400;line-height:25px}.car-team{padding-top:150px}@media screen and (max-width:1440px){.car-team{padding-top:calc(11.161vw - 10.71429px)}}@media screen and (max-width:992px){.car-team{padding-top:100px}}@media screen and (max-width:575px){.car-team{padding-top:60px}}.car-team__container{margin-left:auto;margin-right:auto;max-width:1460px;padding:0 10px}@media screen and (max-width:475px){.car-team__container{padding:0 20px}}.car-team__upper-title{text-align:center}.car-team__section-title{margin:0 auto;max-width:700px;text-align:center}.car-team__text{margin-left:auto;margin-right:auto;max-width:700px;text-align:center}@media screen and (min-width:1024px){.car-team__text{margin-top:32px}}.car-team__gallery-list{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding-top:49px}@media screen and (max-width:1440px){.car-team__gallery-list{padding-top:calc(2.885vw + 7.46154px)}}@media screen and (max-width:1024px){.car-team__gallery-list{padding-top:37px}}@media screen and (max-width:725px){.car-team__gallery-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}}.car-team__gallery-list img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;position:absolute;top:0;width:100%}.car-team__gallery-row{max-width:710px;width:100%}.car-team__gallery-row--small{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-5px;max-width:720px}@media screen and (max-width:475px){.car-team__gallery-row--small{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0}}.car-team__gallery-row--big{padding-right:10px}@media screen and (max-width:725px){.car-team__gallery-row--big{margin-bottom:10px;max-width:695px;padding-right:0}}.car-team__gallery-item-big{display:block;max-width:700px;padding-bottom:674px;position:relative;width:100%}@media screen and (max-width:1440px){.car-team__gallery-item-big{padding-bottom:calc(36.409vw + 149.71538px)}}@media screen and (max-width:725px){.car-team__gallery-item-big{padding-bottom:674px}}@media screen and (max-width:475px){.car-team__gallery-item-big{padding-bottom:340px}}.car-team__gallery-item-small{border:5px solid transparent;display:block;max-width:50%;padding-bottom:332px;position:relative;width:100%}@media screen and (max-width:1440px){.car-team__gallery-item-small{padding-bottom:calc(18.337vw + 67.95385px)}}@media screen and (max-width:725px){.car-team__gallery-item-small{padding-bottom:332px}}@media screen and (max-width:475px){.car-team__gallery-item-small{border:none;max-width:100%;padding-bottom:340px}.car-team__gallery-item-small:not(:last-child){margin-bottom:10px}}.car-schedule{padding-bottom:150px;padding-top:150px}@media screen and (max-width:1440px){.car-schedule{padding-bottom:calc(11.161vw - 10.71429px);padding-top:calc(11.161vw - 10.71429px)}}@media screen and (max-width:992px){.car-schedule{padding-bottom:40px;padding-top:100px}}@media screen and (max-width:768px){.car-schedule{padding-bottom:20px}}.car-schedule__upper-title{text-align:center}.car-schedule__section-title{margin:0 auto;max-width:800px;text-align:center}.car-schedule__inner{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding-top:64px}@media screen and (max-width:992px){.car-schedule__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:475px){.car-schedule__inner{padding-top:32px}}.car-schedule__navigation-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-right:20px;max-width:188px;width:100%}@media screen and (max-width:992px){.car-schedule__navigation-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-right:0;max-width:100%;padding-bottom:30px;z-index:4}}@media screen and (max-width:575px){.car-schedule__navigation-wrap{overflow-x:auto}}@media screen and (max-width:475px){.car-schedule__navigation-wrap{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:unset;width:100vw}}.car-schedule__navigation-item{cursor:pointer;max-width:188px;position:relative;width:100%}@media screen and (max-width:575px){.car-schedule__navigation-item{min-width:188px}}.car-schedule__navigation-item:not(:last-child){margin-bottom:20px}@media screen and (max-width:992px){.car-schedule__navigation-item:not(:last-child){margin-bottom:0;margin-right:20px}}.car-schedule__navigation-item.active{-webkit-box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.7776px 33.4221px rgba(0,0,0,.05),0 22.3363px 17.869px rgba(0,0,0,.042),0 12.5216px 10.0172px rgba(0,0,0,.035),0 6.6501px 5.32008px rgba(0,0,0,.028),0 2.76726px 2.21381px rgba(0,0,0,.02);box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.7776px 33.4221px rgba(0,0,0,.05),0 22.3363px 17.869px rgba(0,0,0,.042),0 12.5216px 10.0172px rgba(0,0,0,.035),0 6.6501px 5.32008px rgba(0,0,0,.028),0 2.76726px 2.21381px rgba(0,0,0,.02)}@media screen and (max-width:992px){.car-schedule__navigation-item.active{-webkit-box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.7776px 33.4221px rgba(0,0,0,.05),0 22.3363px 17.869px rgba(0,0,0,.042),0 12.5216px 10.0172px rgba(0,0,0,.035),0 6.6501px 5.32008px rgba(0,0,0,.028),0 2.76726px 2.21381px rgba(0,0,0,.02);box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.7776px 33.4221px rgba(0,0,0,.05),0 22.3363px 17.869px rgba(0,0,0,.042),0 12.5216px 10.0172px rgba(0,0,0,.035),0 6.6501px 5.32008px rgba(0,0,0,.028),0 2.76726px 2.21381px rgba(0,0,0,.02)}}@media screen and (max-width:575px){.car-schedule__navigation-item.active{-webkit-box-shadow:none;box-shadow:none}}.car-schedule__navigation-item.active .car-schedule__navigation-photo:after{display:none}.car-schedule__navigation-photo{padding-bottom:211px;position:relative;width:100%}.car-schedule__navigation-photo:after{background:#021b42;content:"";height:100%;left:0;opacity:.4;position:absolute;top:0;width:100%;z-index:2}.car-schedule__navigation-photo:before{background:linear-gradient(359.99deg,rgba(0,0,0,.53) -5.66%,transparent 57.88%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.car-schedule__navigation-photo img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;position:absolute;top:0;width:100%}.car-schedule__navigation-title{bottom:16px;left:0;padding:0 16px;position:absolute;width:100%;z-index:3}.car-schedule__navigation-title span{color:#fff;font-family:Georgia,sans-serif;font-size:20px;font-weight:700;line-height:23px;text-decoration-line:underline}.car-schedule__content-wrap{max-width:916px;position:relative;width:100%}.car-schedule__bio-item{background-color:#fff;left:0;overflow:hidden;position:absolute;top:0;width:100%}.car-schedule__bio-item.active{z-index:3}.car-schedule__bio-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;border-bottom:1px solid #cedae3;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-bottom:24px}.car-schedule__bio-header span{display:block}.car-schedule__bio-header span:first-child{color:#000;font-family:Georgia,sans-serif;font-size:30px;font-weight:700;line-height:38px}.car-schedule__bio-header span:nth-child(2){color:#333;font-size:16px;font-weight:400;line-height:24px;margin-top:16px;text-transform:capitalize}.car-schedule__bio-schedule-list{list-style:none;margin:0;padding:32px 0 0}@media screen and (min-width:676px){.car-schedule__bio-schedule-list{-webkit-columns:2;-moz-columns:2;column-count:2;-webkit-column-gap:120px;-moz-column-gap:120px;column-gap:120px}}@media screen and (min-width:676px) and (max-width:1440px){.car-schedule__bio-schedule-list{-webkit-column-gap:calc(25.24vw - 243.46154px);-moz-column-gap:calc(25.24vw - 243.46154px);column-gap:calc(25.24vw - 243.46154px)}}@media screen and (min-width:676px) and (max-width:1024px){.car-schedule__bio-schedule-list{-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px}}.car-schedule__bio-schedule-list li{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px}.car-schedule__bio-schedule-list li span{color:#605f70;display:block;font-size:20px;font-weight:600;line-height:26px;margin-right:21px;width:83px}@media screen and (max-width:1440px){.car-schedule__bio-schedule-list li span{font-size:calc(.481vw + 13.07692px);line-height:calc(.481vw + 19.07692px);width:calc(4.567vw + 17.23077px)}}@media screen and (max-width:1024px){.car-schedule__bio-schedule-list li span{font-size:18px;line-height:24px;width:64px}}@media screen and (max-width:675px){.car-schedule__bio-schedule-list li span{width:83px}}@media screen and (max-width:575px){.car-schedule__bio-schedule-list li span{font-size:18px;line-height:28px}}.car-schedule__bio-schedule-list li p{color:#333;font-size:20px;font-weight:300;line-height:28px;margin:0;max-width:292px}@media screen and (max-width:1440px){.car-schedule__bio-schedule-list li p{font-size:calc(.481vw + 13.07692px);line-height:calc(.481vw + 21.07692px)}}@media screen and (max-width:1024px){.car-schedule__bio-schedule-list li p{font-size:18px;line-height:26px}}@media screen and (max-width:675px){.car-schedule__bio-schedule-list li p{max-width:500px}}@media screen and (max-width:575px){.car-schedule__bio-schedule-list li p{font-size:18px;line-height:28px}}.car-reputation{background:#f9fbfc;padding-bottom:90px;padding-top:80px}@media screen and (max-width:575px){.car-reputation{padding-top:144px}}.car-reputation__upper-title{text-align:center}.car-reputation__section-title{margin:0 auto;max-width:800px;text-align:center}.car-reputation__text{margin-left:auto;margin-right:auto;max-width:400px;text-align:center}.car-reputation__slider-wrapper{padding-top:48px}@media screen and (max-width:575px){.car-reputation__slider-wrapper{padding-top:32px}}.car-reputation__slider{background:#fff;border-top:1px solid #5b565610;-webkit-box-shadow:0 2.76726px 2.2138px 0 rgba(0,0,0,.02),0 6.6501px 5.32008px 0 rgba(0,0,0,.03),0 12.52155px 10.01724px 0 rgba(0,0,0,.04),0 -.66369px 17.86905px 0 rgba(0,0,0,.04),0 41.77761px 33.42209px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07);box-shadow:0 2.76726px 2.2138px 0 rgba(0,0,0,.02),0 6.6501px 5.32008px 0 rgba(0,0,0,.03),0 12.52155px 10.01724px 0 rgba(0,0,0,.04),0 -.66369px 17.86905px 0 rgba(0,0,0,.04),0 41.77761px 33.42209px 0 rgba(0,0,0,.05),0 100px 80px 0 rgba(0,0,0,.07);margin:0 auto;max-width:1100px;overflow:hidden;padding:60px}@media screen and (max-width:1440px){.car-reputation__slider{padding:calc(4.808vw - 9.23077px)}}@media screen and (max-width:1024px){.car-reputation__slider{padding:40px}}@media screen and (max-width:414px){.car-reputation__slider{padding:30px 20px}}.car-reputation__slider .swiper-slide{opacity:1!important}.car-reputation__slider .swiper-slide:not(.swiper-slide-active){opacity:0!important}.car-reputation__slide{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;background-color:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media screen and (max-width:991px){.car-reputation__slide{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media screen and (max-width:675px){.car-reputation__slide{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.car-reputation-slide__photo{max-width:25%;position:relative;width:100%}@media screen and (max-width:675px){.car-reputation-slide__photo{margin-bottom:32px;margin-left:auto;margin-right:auto;max-width:300px}}@media screen and (max-width:480px){.car-reputation-slide__photo{margin-left:0;margin-right:0;max-width:100%}}.car-reputation-slide__img{padding-top:139.19%;position:relative;width:100%}.car-reputation-slide__img img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;position:absolute;top:0;width:100%}.car-reputation-slide__content{max-width:70%}@media screen and (max-width:675px){.car-reputation-slide__content{max-width:100%}}.car-reputation-slide__text{margin-bottom:32px}@media screen and (max-width:675px){.car-reputation-slide__text{text-align:center}}@media screen and (max-width:575px){.car-reputation-slide__text{margin-bottom:32px}}@media screen and (max-width:480px){.car-reputation-slide__text{text-align:left}}.car-reputation-slide__text>*{color:#333;font-size:18px;font-style:italic;font-weight:600;line-height:32px;opacity:.7}@media screen and (max-width:1440px){.car-reputation-slide__text>*{font-size:calc(.481vw + 11.07692px);line-height:calc(1.923vw + 4.30769px)}}@media screen and (max-width:1024px){.car-reputation-slide__text>*{font-size:16px;line-height:24px}}.car-reputation-slide__name{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Georgia,sans-serif;font-size:16px;font-weight:700;line-height:20px;margin:0}@media screen and (max-width:675px){.car-reputation-slide__name{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:480px){.car-reputation-slide__name{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.car-reputation-slide__name:before{background-color:#000;content:"";display:block;height:1px;margin-right:10px;width:24px}.car-reputation__slider-arrows{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin:-9.5px;padding-top:60px}@media screen and (max-width:575px){.car-reputation__slider-arrows{padding-top:40px}}.car-reputation__slider-arrows div{background-image:url(//ascentgp.com/wp-content/themes/ascentgp/dist/images/arrow-right.svg);background-position:50%;background-repeat:no-repeat;border:1px solid #cedae3;border-radius:50%;cursor:pointer;display:block;height:50px;margin:10px;-webkit-transition:all .3s linear;transition:all .3s linear;width:50px}.car-reputation__slider-arrows div:hover{border-color:#1ea4ff}.car-reputation__slider-arrows div:first-child{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.car-reputation__slider-arrows div.swiper-button-disable{opacity:.3}.car-reputation__slider-arrows div.swiper-button-disable:hover{border-color:#cedae3}@media screen and (max-width:475px){.career-inner-text{font-size:18px;line-height:28px}}.industry-offices__container{padding-top:0}.submit-job-form .resume-form__container{padding-bottom:150px}@media screen and (max-width:480px){.submit-job-form .resume-form__container{padding-bottom:100px}}.submit-job-form form p:nth-child(8),.submit-job-form form p:nth-child(9){width:calc(50% - 10px)}@media screen and (max-width:480px){.submit-job-form form p:nth-child(8),.submit-job-form form p:nth-child(9){width:100%}}.submit-job-form form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(//ascentgp.com/wp-content/themes/ascentgp/dist/images/arrow-drop.svg) no-repeat;background-position:calc(100% - .75rem)!important;border:1px solid #b8b8b8;cursor:pointer;margin-bottom:0;margin-top:6px}.submit-job-form form select.wpcf7-not-valid{border-color:#eb5757}.submit-job-form form textarea{border:1px solid #b8b8b8;height:134px;margin-bottom:0;margin-top:6px;resize:none}.submit-job-form form input[type=submit]{margin-top:20px}.ap-phases{background:#f9fbfc;padding-bottom:115px;padding-top:80px}@media screen and (max-width:1440px){.ap-phases{padding-top:calc(10.817vw - 75.76923px)}}@media screen and (max-width:992px){.ap-phases{padding-top:60px}}@media screen and (max-width:575px){.ap-phases{padding-bottom:95px}}.ap-phases__upper-title{text-align:center}.ap-phases__section-title{margin:0 auto;max-width:700px;text-align:center}.ap-phases__text{margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.ap-phases__list{display:-webkit-box;display:-ms-flexbox;display:flex;margin:48px -10px -10px;position:relative}@media screen and (min-width:861px) and (max-width:1440px){.ap-phases__list{margin-left:calc(-1.442vw + 10.76923px);margin-right:calc(-1.442vw + 10.76923px)}}@media screen and (min-width:861px) and (max-width:1024px){.ap-phases__list{margin-left:-4px;margin-right:-4px}}@media screen and (max-width:860px){.ap-phases__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}}.ap-phases__list:before{background-color:#fff;content:"";height:48px;left:0;position:absolute;right:0;top:-48px;width:100%;z-index:1}.ap-phases__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0 10px 10px;max-width:396px;width:100%}@media screen and (min-width:861px) and (max-width:1440px){.ap-phases__item{margin-left:calc(1.442vw - 10.76923px);margin-right:calc(1.442vw - 10.76923px)}}@media screen and (min-width:861px) and (max-width:1024px){.ap-phases__item{margin-left:4px;margin-right:4px}}@media screen and (max-width:860px){.ap-phases__item{margin-bottom:0}.ap-phases__item:not(:last-child){margin-bottom:64px}}.ap-phases__item:first-child .ap-phases-item__main-title{background-image:url(//ascentgp.com/wp-content/themes/ascentgp/dist/images/phas-1.png)}.ap-phases__item:nth-child(2) .ap-phases-item__main-title{background-image:url(//ascentgp.com/wp-content/themes/ascentgp/dist/images/phas-2.png)}.ap-phases__item:nth-child(3) .ap-phases-item__main-title{background-image:url(//ascentgp.com/wp-content/themes/ascentgp/dist/images/phas-3.png)}.ap-phases-item__main-title{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-position:100%;background-repeat:no-repeat;background-size:cover;-webkit-box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.7776px 33.4221px rgba(0,0,0,.05),0 22.3363px 17.869px transparent,0 12.5216px 10.0172px transparent,0 6.6501px 5.32008px transparent,0 2.76726px 2.21381px transparent;box-shadow:0 100px 80px rgba(0,0,0,.07),0 41.7776px 33.4221px rgba(0,0,0,.05),0 22.3363px 17.869px transparent,0 12.5216px 10.0172px transparent,0 6.6501px 5.32008px transparent,0 2.76726px 2.21381px transparent;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding:10px;position:relative;text-align:center;width:100%;z-index:1}@media screen and (min-width:861px) and (max-width:1440px){.ap-phases-item__main-title{padding:calc(1.442vw - 10.76923px)}}@media screen and (min-width:861px) and (max-width:1024px){.ap-phases-item__main-title{padding:4px}}@media screen and (max-width:575px){.ap-phases-item__main-title{padding:8px}}.ap-phases-item__main-title>*{color:#fff;font-family:Georgia,sans-serif;font-size:36px;font-weight:700;line-height:46px}@media screen and (min-width:861px) and (max-width:1440px){.ap-phases-item__main-title>*{font-size:calc(.962vw + 22.15385px);line-height:calc(1.202vw + 28.69231px)}}@media screen and (min-width:861px) and (max-width:1024px){.ap-phases-item__main-title>*{font-size:32px;line-height:41px}}@media screen and (max-width:575px){.ap-phases-item__main-title>*{font-size:32px;line-height:41px}}@media screen and (max-width:390px){.ap-phases-item__main-title>*{line-height:calc(10vw + 2px)}}.ap-phases-item__steps{-webkit-box-flex:1;-webkit-box-shadow:5px 0 20px -15px #757a95;box-shadow:5px 0 20px -15px #757a95;-ms-flex:1 0 auto;flex:1 0 auto;margin-top:32px;padding:48px 40px 35px 10px}@media screen and (max-width:1440px){.ap-phases-item__steps{padding-right:calc(7.212vw - 63.84615px)}}@media screen and (max-width:1024px){.ap-phases-item__steps{padding-right:10px}}.ap-phases-item__step{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.ap-phases-item__step:before{background-color:#cacaca;content:"";height:105%;left:31px;position:absolute;top:-90%;width:1px}@media screen and (min-width:861px) and (max-width:1440px){.ap-phases-item__step:before{left:calc(1.442vw + 10.23077px)}}@media screen and (min-width:861px) and (max-width:1024px){.ap-phases-item__step:before{left:25px}}.ap-phases-item__step:not(:last-child){padding-bottom:38px}.ap-phases-item__step-icon{height:62px;margin-right:12px;min-width:74px;position:relative;width:74px;z-index:1}@media screen and (min-width:861px) and (max-width:1440px){.ap-phases-item__step-icon{height:calc(2.404vw + 27.38462px);min-width:calc(3.125vw + 29px);width:calc(3.125vw + 29px)}}@media screen and (min-width:861px) and (max-width:1024px){.ap-phases-item__step-icon{height:52px;min-width:61px;width:61px}}.ap-phases-item__step-icon img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;position:absolute;top:0;width:100%}.ap-phases-item__step-title{margin-bottom:10px}@media screen and (min-width:861px) and (max-width:1440px){.ap-phases-item__step-title{margin-bottom:calc(1.442vw - 10.76923px)}}@media screen and (min-width:861px) and (max-width:1024px){.ap-phases-item__step-title{margin-bottom:4px}}.ap-phases-item__step-title>*{color:#000;font-size:20px;font-weight:700;line-height:27px}@media screen and (min-width:861px) and (max-width:1440px){.ap-phases-item__step-title>*{font-size:calc(.481vw + 13.07692px);line-height:calc(.962vw + 13.15385px)}}@media screen and (min-width:861px) and (max-width:1024px){.ap-phases-item__step-title>*{font-size:18px;line-height:23px}}.ap-phases-item__step-text>*{color:#333;font-size:16px;font-weight:300;line-height:26px}.ap-phases-item__step-content{margin-top:-8px}.thank-you{padding-bottom:137px;padding-top:232px}@media screen and (max-width:1440px){.thank-you{padding-bottom:calc(3.304vw + 89.42857px);padding-top:calc(7.321vw + 126.57143px)}}.thank-you__text-block{max-width:700px}.thank-you__title>*{color:#000;font-family:Georgia,sans-serif;font-size:30px;font-weight:700;line-height:38px}.thank-you__text p:not(:last-child){margin-bottom:32px}.thank-you__text a{border-bottom:.1px solid #333;color:inherit;-webkit-transition:all .2s linear;transition:all .2s linear}.thank-you__text a:hover{border-color:#1ea4ff;color:#1ea4ff}.team--soffice .team__container{padding-top:0}.team--soffice .team__main-title>*{font-family:Georgia,sans-serif;font-size:36px;line-height:46px;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}@media screen and (max-width:1440px){.team--soffice .team__main-title>*{font-size:calc(1.786vw + 10.28571px);line-height:calc(2.232vw + 13.85714px)}}@media screen and (max-width:992px){.team--soffice .team__main-title>*{font-size:28px;line-height:36px}}.info-offices{padding-top:100px}.info-offices__container{margin:47px auto 0;max-width:1920px}.info-offices__upper-title{text-align:center}.info-offices__section-title{margin:0 auto;max-width:600px;text-align:center;width:100%}.info-office{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;position:relative;width:100%}@media screen and (max-width:1920px){.info-office{background:linear-gradient(180.05deg,hsla(0,0%,100%,.51) 4.74%,rgba(251,252,254,.639) 40.08%,#eef5fd 99.95%)}}@media screen and (max-width:767px){.info-office{background:transparent}}.info-office__image{min-height:100%;position:relative;width:50%}@media screen and (max-width:825px){.info-office__image{width:48%}}@media screen and (max-width:767px){.info-office__image{width:100%}}.info-office__image-wrap{height:100%;padding-top:79.86%;position:relative;width:100%}@media screen and (max-width:767px){.info-office__image-wrap{padding-top:79.49%}}.info-office__image-wrap img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.info-office__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;padding:65px 100px 65px 115px;width:50%}@media screen and (max-width:1440px){.info-office__inner{padding:calc(3.606vw + 13.07692px) calc(14.423vw - 107.69231px) calc(3.606vw + 13.07692px) calc(18.029vw - 144.61538px)}}@media screen and (max-width:1024px){.info-office__inner{padding:50px 40px}}@media screen and (max-width:825px){.info-office__inner{width:52%}}@media screen and (max-width:767px){.info-office__inner{-webkit-box-ordinal-group:0;-ms-flex-order:-1;background:linear-gradient(180.04deg,hsla(0,0%,100%,.51) -22.84%,rgba(251,252,254,.639) 3.44%,#eef5fd 99.96%);order:-1;padding:80px 20px 46px;width:100%}}.info-office__caption{margin-bottom:33px}.info-office__caption>*{color:#000;font-family:Georgia,sans-serif;font-size:30px;font-style:normal;font-weight:700;line-height:52px}.info-office-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:40px}@media screen and (max-width:1199px){.info-office-item__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:991px){.info-office-item__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;-ms-flex-direction:row;flex-direction:row;justify-content:flex-start}}@media screen and (max-width:576px){.info-office-item__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.info-office-item__col{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.info-office-item__col:first-child{margin-right:110px;max-width:202px}@media screen and (max-width:1199px){.info-office-item__col:first-child{margin-right:0;max-width:100%}}@media screen and (max-width:991px){.info-office-item__col:first-child{margin-right:30px;max-width:50%;width:100%}}@media screen and (max-width:576px){.info-office-item__col:first-child{max-width:100%}}@media screen and (max-width:1199px){.info-office-item__col:nth-child(2){max-width:100%}}@media screen and (max-width:991px){.info-office-item__col:nth-child(2){max-width:50%;width:100%}}@media screen and (max-width:576px){.info-office-item__col:nth-child(2){max-width:100%}}.info-office-item__location{margin-bottom:auto;padding-bottom:27px}@media screen and (max-width:1199px){.info-office-item__location{padding-bottom:54px}}@media screen and (max-width:991px){.info-office-item__location{max-width:202px;padding-bottom:27px}}@media screen and (max-width:576px){.info-office-item__location{padding-bottom:54px}}.info-office-item__email{margin-top:auto}.info-office-item__assistance-hours{margin-bottom:auto;padding-bottom:27px}@media screen and (max-width:1199px){.info-office-item__assistance-hours{margin-top:60px}}@media screen and (max-width:991px){.info-office-item__assistance-hours{margin-top:0}}@media screen and (max-width:576px){.info-office-item__assistance-hours{margin-top:60px}}.info-office-item__phone{margin-top:auto}.info-office-item__block-title{color:#000;font-size:16px;font-weight:700;line-height:22px;margin-bottom:20px}.info-office-item__text,.info-office-item__text a{color:#333;font-size:16px;font-weight:400;line-height:28px}.info-office-item__text a{-webkit-transition:all .2s linear;transition:all .2s linear}.info-office-item__text a:hover{color:#1ea4ff;text-shadow:-.3px 0 0 #1ea4ff,.5px 0 0 #1ea4ff}.privacy-terms-template{padding-bottom:128px;padding-top:82px}@media screen and (max-width:1440px){.privacy-terms-template{padding-top:calcFluidFontSize(70px,82px,1024px,1440px)}}@media screen and (max-width:991px){.privacy-terms-template{padding-top:71px}}@media screen and (max-width:625px){.privacy-terms-template{padding-top:72px}}.privacy-terms{padding-top:74px}@media screen and (max-width:625px){.privacy-terms{padding-top:60px}}.privacy-terms__inner{margin:0 auto;max-width:840px;padding:0 20px}@media screen and (max-width:475px){.privacy-terms__inner{padding:0 16px}}.privacy-terms__title{margin-bottom:24px}.privacy-terms__title>*{color:#000;font-family:Georgia,sans-serif;font-size:52px;font-weight:700;line-height:60px;margin:0}@media screen and (max-width:1440px){.privacy-terms__title>*{font-size:calc(.893vw + 39.14286px);line-height:calc(.893vw + 47.14286px)}}@media screen and (max-width:992px){.privacy-terms__title>*{font-size:48px;line-height:56px}}.privacy-terms__last-modify{margin-bottom:24px}.privacy-terms__last-modify span{color:#8f91a3;font-size:14px;font-weight:400;line-height:19px}.privacy-terms__content p{color:#333;font-size:20px;font-weight:300;line-height:32px;margin-bottom:32px}@media screen and (max-width:575px){.privacy-terms__content p{font-size:18px;line-height:28px}}.privacy-terms__content p img.alignright{margin:15px 0 15px 15px!important}@media screen and (max-width:1111px){.privacy-terms__content p img.alignright{margin-left:0!important}.privacy-terms__content p img{display:block;float:unset}}.privacy-terms__content a{border-bottom:.5px solid transparent;color:#333;font-size:20px;font-weight:400;line-height:27px;text-shadow:.5px 0 0 #333;-webkit-transition:all .2s linear;transition:all .2s linear}@media screen and (max-width:575px){.privacy-terms__content a{font-size:18px;line-height:28px}}.privacy-terms__content a:hover{border-color:#333}.privacy-terms__content h1,.privacy-terms__content h2,.privacy-terms__content h3,.privacy-terms__content h4,.privacy-terms__content h5,.privacy-terms__content h6{color:#000;font-family:Georgia,sans-serif;font-weight:700;margin-bottom:32px;padding-top:20px}.privacy-terms__content h1{font-size:38px;line-height:46px}@media screen and (max-width:1440px){.privacy-terms__content h1{font-size:calc(.893vw + 25.14286px);line-height:calc(.893vw + 33.14286px)}}@media screen and (max-width:992px){.privacy-terms__content h1{font-size:34px;line-height:42px}}@media screen and (max-width:575px){.privacy-terms__content h1{font-size:36px;line-height:44px}}.privacy-terms__content h2{font-size:30px;line-height:38px}@media screen and (max-width:1440px){.privacy-terms__content h2{font-size:calc(.893vw + 17.14286px);line-height:calc(.893vw + 25.14286px)}}@media screen and (max-width:992px){.privacy-terms__content h2{font-size:26px;line-height:34px}}@media screen and (max-width:575px){.privacy-terms__content h2{font-size:30px;line-height:38px}}.privacy-terms__content h3{font-size:26px;line-height:34px}@media screen and (max-width:1440px){.privacy-terms__content h3{font-size:calc(.893vw + 13.14286px);line-height:calc(.893vw + 21.14286px)}}@media screen and (max-width:992px){.privacy-terms__content h3{font-size:22px;line-height:30px}}@media screen and (max-width:575px){.privacy-terms__content h3{font-size:26px;line-height:34px}}.privacy-terms__content h4,.privacy-terms__content h5,.privacy-terms__content h6{font-size:22px;line-height:34px}@media screen and (max-width:1440px){.privacy-terms__content h4,.privacy-terms__content h5,.privacy-terms__content h6{font-size:calc(.893vw + 9.14286px);line-height:calc(.893vw + 21.14286px)}}@media screen and (max-width:992px){.privacy-terms__content h4,.privacy-terms__content h5,.privacy-terms__content h6{font-size:18px;line-height:30px}}@media screen and (max-width:575px){.privacy-terms__content h4,.privacy-terms__content h5,.privacy-terms__content h6{font-size:22px;line-height:30px}}.privacy-terms__content ol,.privacy-terms__content ul{margin:0 0 33px;padding-left:70px}@media screen and (max-width:1440px){.privacy-terms__content ol,.privacy-terms__content ul{padding-left:calc(5.58vw - 10.35714px)}}@media screen and (max-width:901px){.privacy-terms__content ol,.privacy-terms__content ul{padding-left:38px}}.privacy-terms__content li{color:#333;font-size:20px;font-weight:300;line-height:28px}@media screen and (max-width:575px){.privacy-terms__content li{font-size:18px;line-height:28px}}.privacy-terms__content ol{padding-right:15px}.privacy-terms__content ol li:not(:last-child){margin-bottom:20px}.privacy-terms__content ol li::marker{color:#605f70;font-weight:600}.privacy-terms__content ul li:not(:last-child){margin-bottom:8px}@media screen and (max-width:575px){.privacy-terms__content ul li:not(:last-child){margin-bottom:20px}}.privacy-terms__content ul li::marker{color:#1ea4ff}.privacy-terms__content iframe{height:480px;width:100%}@media screen and (max-width:1440px){.privacy-terms__content iframe{height:calc(20.089vw + 190.71429px)}}.privacy-terms__content figure{margin:0 0 37px}.privacy-terms__content figure .wp-caption-text{color:#333;font-size:16px;font-weight:300;line-height:22px;margin:4px 0 0;text-align:left}.privacy-terms__content img{margin-left:0!important}.privacy-terms__content blockquote{margin:0 0 34px 67px;padding-left:51px;position:relative}@media screen and (max-width:1440px){.privacy-terms__content blockquote{margin-left:calc(6.92vw - 32.64286px)}}@media screen and (max-width:901px){.privacy-terms__content blockquote{margin-left:16px}}@media screen and (max-width:575px){.privacy-terms__content blockquote{margin-bottom:42px;padding-left:26px}}.privacy-terms__content blockquote p{color:#333;font-size:20px;font-style:italic;font-weight:600;line-height:32px;margin-bottom:20px;opacity:.7}@media screen and (max-width:575px){.privacy-terms__content blockquote p{font-size:18px;line-height:28px;margin-bottom:10px}}.privacy-terms__content blockquote h1,.privacy-terms__content blockquote h2,.privacy-terms__content blockquote h3,.privacy-terms__content blockquote h4,.privacy-terms__content blockquote h5,.privacy-terms__content blockquote h6{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Georgia,sans-serif;font-size:16px;font-weight:700;line-height:20px;margin:0;padding-left:20px;padding-top:0}.privacy-terms__content blockquote h1:before,.privacy-terms__content blockquote h2:before,.privacy-terms__content blockquote h3:before,.privacy-terms__content blockquote h4:before,.privacy-terms__content blockquote h5:before,.privacy-terms__content blockquote h6:before{background-color:#000;content:"";display:block;height:1px;margin-right:10px;width:24px}.privacy-terms__content blockquote:before{background:#f0f4f7;content:"";height:100%;left:0;position:absolute;top:0;width:18px}@media screen and (max-width:575px){.privacy-terms__content blockquote:before{width:6px}}.page-404-template{padding-top:82px}@media screen and (max-width:1440px){.page-404-template{padding-top:calcFluidFontSize(70px,82px,1024px,1440px)}}@media screen and (max-width:991px){.page-404-template{padding-top:71px}}@media screen and (max-width:625px){.page-404-template{padding-top:72px}}.page-404{padding-bottom:160px;padding-top:226px}@media screen and (max-width:1440px){.page-404{padding-top:calc(14.663vw + 14.84615px)}}@media screen and (max-width:991px){.page-404{padding-top:74px}}@media screen and (max-width:625px){.page-404{padding-bottom:140px;padding-top:62px}}.page-404__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0 auto;max-width:940px;padding:0 20px}@media screen and (max-width:425px){.page-404__inner{padding:0 16px}}.page-404__title{margin-bottom:32px}.page-404__title>*{color:#000;font-family:Georgia,sans-serif;font-size:52px;font-weight:700;line-height:60px;margin:0}@media screen and (max-width:1440px){.page-404__title>*{font-size:calc(.893vw + 39.14286px);line-height:calc(.893vw + 47.14286px)}}@media screen and (max-width:992px){.page-404__title>*{font-size:48px;line-height:56px}}@media screen and (max-width:768px){.page-404__title>*{font-size:42px;line-height:52px}}@media screen and (max-width:475px){.page-404__title>*{font-size:37px;line-height:48px}}.page-404__description{margin-bottom:40px}@media screen and (max-width:475px){.page-404__description{margin-bottom:32px}}.page-404__description>*{color:#333;font-size:20px;font-weight:300;line-height:32px;margin:0}@media screen and (max-width:1440px){.page-404__description>*{font-size:calc(.446vw + 13.57143px);line-height:calc(.893vw + 19.14286px)}}@media screen and (max-width:992px){.page-404__description>*{font-size:18px;line-height:28px}}.page-404__back-link img{margin-left:0;margin-right:10px;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transition:unset;transition:unset}.page-404__back-link span{-webkit-transition:all .2s linear;transition:all .2s linear}.page-404__back-link .btn--b:hover img{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.page-404__back-link .btn--b:hover span{opacity:.7}.info-w-posts__container{margin:0 auto;max-width:1920px}@media screen and (max-width:767px){.info-w-posts__container{margin-top:0}}.info-w-posts-block{background:linear-gradient(180.05deg,hsla(0,0%,100%,.51) 4.74%,rgba(251,252,254,.639) 40.08%,#eef5fd 99.95%);padding-bottom:47px;width:100%}@media screen and (max-width:767px){.info-w-posts-block{background:transparent}}.info-w-posts-block__wrapper{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;padding-bottom:55px;position:relative;width:100%}.info-w-posts-block__wrapper--right .info-w-posts-block__content{-webkit-box-align:end;-ms-flex-align:end;-webkit-box-ordinal-group:0;-ms-flex-order:-1;align-items:flex-end;order:-1;padding-left:100px;padding-right:115px}@media screen and (max-width:1440px){.info-w-posts-block__wrapper--right .info-w-posts-block__content{padding-left:calc(14.423vw - 107.69231px);padding-right:calc(18.029vw - 144.61538px)}}@media screen and (max-width:1024px){.info-w-posts-block__wrapper--right .info-w-posts-block__content{padding-left:40px;padding-right:40px}}@media screen and (max-width:767px){.info-w-posts-block__wrapper--right .info-w-posts-block__content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background:linear-gradient(180.04deg,hsla(0,0%,100%,.51) -22.84%,rgba(251,252,254,.639) 3.44%,#eef5fd 99.96%);padding-left:20px;padding-right:20px;width:100%}}.info-w-posts-block__image{min-height:100%;position:relative;width:50%}@media screen and (max-width:767px){.info-w-posts-block__image{width:100%}}.info-w-posts-block__image-wrap{height:100%;padding-top:79.86%;position:relative;width:100%}@media screen and (max-width:767px){.info-w-posts-block__image-wrap{padding-top:79.49%}}.info-w-posts-block__image-wrap img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.info-w-posts-block__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;padding:65px 100px 65px 115px;width:50%}@media screen and (max-width:1440px){.info-w-posts-block__content{padding:calc(3.606vw + 13.07692px) calc(14.423vw - 107.69231px) calc(3.606vw + 13.07692px) calc(18.029vw - 144.61538px)}}@media screen and (max-width:1024px){.info-w-posts-block__content{padding:50px 40px}}@media screen and (max-width:767px){.info-w-posts-block__content{-webkit-box-ordinal-group:0;-ms-flex-order:-1;background:linear-gradient(180.04deg,hsla(0,0%,100%,.51) -22.84%,rgba(251,252,254,.639) 3.44%,#eef5fd 99.96%);order:-1;padding:80px 20px 46px;width:100%}}.info-w-posts-block__block-title,.info-w-posts-block__text,.info-w-posts-block__upper-title{max-width:500px;width:100%}.info-w-posts-block__text p{margin-bottom:31px}.info-w-posts-block__text p:last-child{margin-bottom:0}.info-w-posts-block__posts-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 110px}@media screen and (max-width:1440px){.info-w-posts-block__posts-list{padding-left:calc(19.231vw - 166.92308px);padding-right:calc(19.231vw - 166.92308px)}}@media screen and (max-width:992px){.info-w-posts-block__posts-list{padding-left:20px;padding-right:20px}}.info-w-posts-block__posts-item{padding:19px;width:25%}@media screen and (max-width:1440px){.info-w-posts-block__posts-item{padding-left:calc(2.163vw - 12.15385px);padding-right:calc(2.163vw - 12.15385px)}}@media screen and (max-width:992px){.info-w-posts-block__posts-item{padding-left:15px;padding-right:15px}}@media screen and (max-width:767px){.info-w-posts-block__posts-item{padding:19px;width:50%}}@media screen and (max-width:575px){.info-w-posts-block__posts-item{width:100%}}.info-w-posts-block-posts-item__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.info-w-posts-block-posts-item__inner:hover .info-w-posts-block-posts-item__excerpt a{opacity:1;visibility:visible}.info-w-posts-block-posts-item__title{margin-bottom:24px}.info-w-posts-block-posts-item__title a{color:#000;-webkit-transition:all .2s linear;transition:all .2s linear}.info-w-posts-block-posts-item__title a:hover{color:#1ea4ff;text-shadow:none!important}.info-w-posts-block-posts-item__excerpt a{margin-left:11px;opacity:0;-webkit-transition:all .2s linear;transition:all .2s linear;visibility:hidden}.page-template-tpl-resources .subscribe-form{margin-top:0}.our-story{padding-bottom:100px;padding-top:190px}@media screen and (max-width:1440px){.our-story{padding-bottom:calc(7.212vw - 3.84615px);padding-top:calc(14.423vw - 17.69231px)}}@media screen and (max-width:1024px){.our-story{padding-bottom:70px;padding-top:130px}}.our-story__container{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}.our-story__head{margin-bottom:32px;width:100%}.our-story__content{max-width:65.2%;width:100%}@media screen and (max-width:991px){.our-story__content{max-width:100%}}.our-story .os-links{margin-left:6.3%;max-width:28.5%;width:100%}@media screen and (max-width:991px){.our-story .os-links{margin-left:0;margin-top:40px;max-width:100%}}.our-story .os-links__title{background:#f1f3f3;border-left:1px solid #ebe9e9;border-right:1px solid #ebe9e9;border-top:1px solid #ebe9e9;color:#000;font-size:16px;font-style:normal;font-weight:600;line-height:120%;padding:17px 30px}.our-story .os-links__list{background:#f9fbfc;border:1px solid #ebe9e9;padding:13px 30px 34px}.our-story .os-links__link a{color:#333;font-size:16px;font-style:normal;font-weight:400;line-height:32px;-webkit-transition:all .3s linear;transition:all .3s linear}.our-story .os-links__link a:hover{text-shadow:-.5px 0 0 #333,.5px 0 0 #333}.page-template-tpl-our-story .car-reputation__slider{max-width:938px;padding:83px 90px 60px;position:relative}@media screen and (max-width:1440px){.page-template-tpl-our-story .car-reputation__slider{padding:60px calc(5.714vw + 7.71429px)}}.page-template-tpl-our-story .car-reputation-slide__content{max-width:100%;text-align:center}.page-template-tpl-our-story .car-reputation-slide__text>*{font-style:normal;font-weight:400}.page-template-tpl-our-story .car-reputation-slide__text blockquote{margin:0}.page-template-tpl-our-story .car-reputation-slide__quote-icon{background-image:url(//ascentgp.com/wp-content/themes/ascentgp/dist/images/double-quote-serif-right.svg);background-repeat:no-repeat;background-size:cover;height:48px;left:0;margin:0 auto;position:absolute;right:0;top:-65px;width:48px}.flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.flex-row{-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row,.flex-row-reverse{-webkit-box-orient:horizontal!important}.flex-row-reverse{-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-col{-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-col,.flex-col-reverse{-webkit-box-orient:vertical!important}.flex-col-reverse{-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-no-wrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.justify-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.justify-stretch{-webkit-box-pack:stretch!important;-ms-flex-pack:stretch!important;justify-content:stretch!important}.items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.hidden{display:none!important}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>*>*,.tablepress>tbody>*~*>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>*>th{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd)>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(2n)>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"▲"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"▼"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{padding-right:24px;position:relative}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{bottom:0;color:var(--head-sort-arrow-color);position:absolute;right:6px;top:0;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{font-family:sans-serif!important;font-size:12px;line-height:12px;opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container label{display:inline}.dt-container .dt-input{display:inline;font-size:inherit;padding:5px;width:auto}.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}