
/* ===== 01-lato.css ===== */
@font-face {
  font-family: 'Lato';
  src: local('Lato Regular'), local('Lato-Regular'),
  url('https://demo.knowledgecity.com/fonts/lato/lato-light.woff2') format('woff2'),
  url('https://demo.knowledgecity.com/fonts/lato/lato-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Italic'), local('Lato-Italic'),
  url('https://demo.knowledgecity.com/fonts/lato/lato-lightitalic.woff2') format('woff2'),
  url('https://demo.knowledgecity.com/fonts/lato/lato-lightitalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Regular'), local('Lato-Regular'),
  url('https://demo.knowledgecity.com/fonts/lato/lato-regular.woff2') format('woff2'),
  url('https://demo.knowledgecity.com/fonts/lato/lato-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Italic'), local('Lato-Italic'),
  url('https://demo.knowledgecity.com/fonts/lato/lato-italic.woff2') format('woff2'),
  url('https://demo.knowledgecity.com/fonts/lato/lato-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Bold'), local('Lato-Bold'),
  url('https://demo.knowledgecity.com/fonts/lato/lato-bold.woff2') format('woff2'),
  url('https://demo.knowledgecity.com/fonts/lato/lato-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
  url('https://demo.knowledgecity.com/fonts/lato/lato-bolditalic.woff2') format('woff2'),
  url('https://demo.knowledgecity.com/fonts/lato/lato-bolditalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Black'), local('Lato-Black'),
  url('https://demo.knowledgecity.com/fonts/lato/lato-black.woff2') format('woff2'),
  url('https://demo.knowledgecity.com/fonts/lato/lato-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato Black Italic'), local('Lato-BlackItalic'),
  url('https://demo.knowledgecity.com/fonts/lato/lato-blackitalic.woff2') format('woff2'),
  url('https://demo.knowledgecity.com/fonts/lato/lato-blackitalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* ===== 02-portal3-theme.css ===== */
:root {
    --ki-border-radius-scale: 1;

    --ki-base-text-color: #1F2023;
    --ki-color-primary: #FF881A;
    --ki-color-primary-100: #FFF3E8;
    --ki-color-primary-150: #FFDBBA;
    --ki-color-primary-200: #FFDBBA;
    --ki-color-primary-300: #FFC38C;
    --ki-color-primary-400: #D3722B;
    --ki-color-primary-500: #B96324;
    --ki-color-primary-10: #FFF3E8;
    --ki-color-primary-50: #ffc494;
    --ki-color-primary-opacity-10: #FF881A1A;
    --ki-color-primary-opacity-50: #FF881A80;
    --ki-color-secondary-300: #FFC38C;
    --ki-color-gray-50: #FAFAFA;
    --ki-color-gray-100: #EAEAEA;
    --ki-color-gray-200: #9A9A9A;
    --ki-color-gray-300: #636367;
    --ki-color-white: #FFFFFF;
    --ki-color-dark-grey: #3f454a;
    --ki-color-light-gray: #CCD5DD;
    --ki-color-lighter-gray: #F3F7F9;
    --ki-icon-base-color: #1F2023;
    --ki-color-red: #f03e3e;
    --ki-color-bright-red: #D43333;
    --ki-color-light-red: #F75656;
    --ki-main-backgroud-color: var(--ki-color-primary-10);
    --ki-color-uplifting-green: #35C04C;
    --ki-color-yellow: #ffd417;
    --ki-color-dark-green: #00A01A;
    --ki-color-pre-dark-green: #34B64A;
    --ki-color-alert-green: #3EBA59;

    --base-size: 10px;

    --ki-font-size: calc(var(--base-size) * 1.4);
    --ki-font-weight: 400;
    --ki-line-height: calc(var(--base-size) * 2.1);

    --ki-border-radius: calc(var(--base-size) * 0.4);
    --ki-gap: calc(var(--base-size) * 0.8);
    --ki-padding: calc(var(--base-size) * 0.4);
    --ki-min-height: calc(var(--base-size) * 3);

    --ki-button-action-active-background-color: #C55E00;
    --ki-button-action-active-border-color: #C55E00;
    --ki-button-action-color: var(--ki-color-primary-10);
    --ki-button-action-disabled: var(--ki-color-lighter-gray);
    --ki-button-action-hover-color: var(--ki-color-primary-50);
    --ki-button-action-text-color: var(--ki-base-text-color);
    --ki-button-danger-active-background: var(--ki-color-bright-red);
    --ki-button-danger-background: var(--ki-color-light-red);
    --ki-button-danger-hover-background: var(--ki-color-red);
    --ki-button-danger-color: var(--ki-color-white);
    --ki-button-default-border-width: calc(var(--base-size) * 0.1);
    --ki-button-default-border-color: var(--ki-color-gray-100);
    --ki-button-default-color: var(--ki-color-white);
    --ki-button-default-disabled-color: var(--ki-color-lighter-gray);
    --ki-button-default-disabled-background: var(--ki-color-lighter-gray);
    --ki-button-default-hover-color: var(--ki-color-gray-100);
    --ki-button-default-text-color: var(--ki-base-text-color);
    --ki-button-font-weight: 400;
    --ki-button-line-height: calc(var(--base-size) * 1.9);
    --ki-button-padding-start: calc(var(--ki-padding) * 4);
    --ki-button-padding-end: calc(var(--ki-padding) * 4);
    --ki-button-padding-top: var(--ki-padding);
    --ki-button-padding-bottom: var(--ki-padding);
    --ki-button-success-active-background: var(--ki-color-dark-green);
    --ki-button-success-background: var(--ki-color-uplifting-green);
    --ki-button-success-hover-background: var(--ki-color-pre-dark-green);
    --ki-button-success-color: var(--ki-color-white);

    --ki-button-gap: calc(var(--base-size) * 0.8);

    --ki-button-primary-background-hover: #D3722B;
    --ki-button-primary-background-active: #C4641E;

    --ki-button-large-height: calc(var(--base-size) * 7.5);
    --ki-button-large-padding: calc(var(--base-size) * 2.4);
    --ki-button-large-border-radius: calc(var(--base-size) * 2.4);
    --ki-button-large-font-size: calc(var(--base-size) * 1.8);
    --ki-button-large-line-height: calc(27 / 18);

    --ki-button-small-height: calc(var(--base-size) * 5.6);
    --ki-button-small-padding: calc(var(--base-size) * 1.6);
    --ki-button-small-border-radius: calc(var(--base-size) * 1.6);
    --ki-button-small-font-size: calc(var(--base-size) * 1.6);
    --ki-button-small-line-height: calc(24 / 16);

    --ki-button-xs-padding: calc(var(--base-size) * 0.8) calc(var(--base-size) * 0.7);
    --ki-button-xs-height: calc(var(--base-size) * 4);
    --ki-button-xs-width: calc(var(--base-size) * 4);
    --ki-button-xs-border-radius: calc(var(--base-size) * 0.8);

    --ki-checkbox-border: calc(var(--base-size) * 0.1) solid var(--ki-color-gray-100);
    --ki-checkbox-border-disabled: calc(var(--base-size) * 0.1) solid var(--ki-color-gray-100);
    --ki-checkbox-border-radius: calc(var(--base-size) * 0.4);
    --ki-checkbox-check-background-color: #FF9A02;
    --ki-checkbox-check-border-color: #FF9A02;
    --ki-checkbox-font-size: calc(var(--base-size) * 1.2);
    --ki-checkbox-hover-background-color: var(--ki-color-lighter-gray);
    --ki-checkbox-icon-font-size: calc(var(--base-size) * 1.4);
    --ki-checkbox-input-offset: calc(var(--base-size) * 0.1);
    --ki-checkbox-height: calc(var(--base-size) * 1.8);
    --ki-checkbox-line-height: calc(var(--base-size) * 1.9);
    --ki-checkbox-width: calc(var(--base-size) * 1.8);

    --ki-collapse-border: calc(var(--base-size) * 0.1) solid var(--ki-color-gray-100);
    --ki-collapse-item-border-radius: calc(var(--base-size) * 0.5) calc(var(--base-size) * 0.5) 0 0;
    --ki-collapse-item-padding: var(--base-size);

    --ki-content-border-radius: 0;
    --ki-content-margin: 0 auto;
    --ki-content-padding: 0;
    --ki-content-width: calc(var(--base-size) * 118);

    --ki-course-card-border-radius: calc(var(--base-size) * 0.4);
    --ki-course-card-color: var(--ki-color-gray-200);
    --ki-course-card-divider-content: "";
    --ki-course-card-font-size: calc(var(--base-size) * 1.2);
    --ki-course-card-gap: calc(var(--base-size) * 2);
    --ki-course-card-image-width: calc(var(--base-size) * 29.3);
    --ki-course-card-image-height: calc(var(--base-size) * 16.5);
    --ki-course-card-line-height: calc(var(--base-size) * 2.1);
    --ki-course-card-title-margin-bottom: calc(var(--base-size) * 0.5);

    --ki-header-gap: 16px;
    --ki-header-margin: 0;
    --ki-header-padding: var(--ki-padding);
    --ki-header-width: auto;
    --ki-header-logo-margin: 0 40px 0 0;

    --ki-header-z-index: 10;
    --ki-header-desktop-height: calc(var(--base-size) * 8.8);
    --ki-header-tablet-height: calc(var(--base-size) * 10.4);
    --ki-header-mobile-height: calc(var(--base-size) * 7.2);
    --ki-header-border-radius: 0 0 calc(var(--base-size) * 3.2) calc(var(--base-size) * 3.2);
    --ki-header-desktop-padding: calc(var(--base-size) * 1.55) calc(var(--base-size) * 2.4);
    --ki-header-tablet-padding: calc(var(--base-size) * 1.2) calc(var(--base-size) * 2.4);
    --ki-header-mobile-padding: calc(var(--base-size) * 0.8) calc(var(--base-size) * 1.6);
    --ki-header-background: white;
    --ki-header-inner-box-max-width: calc(var(--base-size) * 163.2);

    --ki-input-border-width: calc(var(--base-size) * 0.1);
    --ki-input-border-radius: calc(var(--base-size) * 0.4);
    --ki-input-disabled-color: var(--ki-color-gray-100);
    --ki-input-disabled-background: var(--ki-color-lighter-gray);
    --ki-input-disabled-border-color: var(--ki-color-gray-100);
    --ki-input-error-color: var(--ki-color-red);
    --ki-input-error-font-size: calc(var(--base-size) * 1.2);
    --ki-input-error-line-height: calc(18 / 12);
    --ki-input-hover-background: var(--ki-color-lighter-gray);
    --ki-input-height: calc(var(--base-size) * 3);

    --ki-popover-width: max-content;
    --ki-popover-max-height: calc(var(--base-size) * 30);
    --ki-popover-background-color: var(--ki-color-white);
    --ki-popover-border-radius: calc(var(--base-size) * 0.5);
    --ki-popover-boxshadow: 0 calc(var(--base-size) * 0.4) calc(var(--base-size) * 0.6) calc(var(--base-size) * -0.4) #0000001f, 0 calc(var(--base-size) * 0.6) calc(var(--base-size) * 1.6) #00000014, 0 calc(var(--base-size) * 0.9) calc(var(--base-size) * 2.8) calc(var(--base-size) * 0.8) #0000000d;
    --ki-popover-padding-top: calc(var(--base-size) * 0.4);
    --ki-popover-sharp-angle-radius: calc(var(--base-size) * 0.5);
    --ki-popover-padding-left: 0;

    --ki-search-input-height: calc(var(--base-size) * 5.6);
    --ki-search-input-padding: calc(var(--base-size) * 0.8);
    --ki-search-input-border-radius: calc(var(--base-size) * 1.6);

    --ki-select-active-border-color: var(--ki-color-gray-200);
    --ki-select-arrow-color: var(--ki-color-gray-200);
    --ki-select-background-color: var(--ki-color-white);
    --ki-select-border-width: calc(var(--base-size) * 0.1);
    --ki-select-gap: calc(var(--base-size) * 1.4);
    --ki-select-hover-background-color: var(--ki-color-lighter-gray);
    --ki-select-icon-divider-content: "";
    --ki-select-icon-divider-left: calc(var(--base-size) * 2.9);
    --ki-select-icon-divider-height: calc(var(--base-size) * 2);
    --ki-select-item-border-radius: 0;
    --ki-select-item-padding-top: calc(var(--base-size) * 0.9);
    --ki-select-item-padding-left: var(--base-size);
    --ki-select-item-selected-color: var(--ki-color-lighter-gray);
    --ki-select-padding-top: calc(var(--base-size) * 0.4);
    --ki-select-padding-left: calc(var(--base-size) * 0.8);
    --ki-select-placeholder-color: var(--ki-color-gray-200);

    --ki-skeleton-background: var(--ki-color-gray-100);
    --ki-skeleton-border-radius: var(--ki-border-radius);
    --ki-skeleton-height: var(--base-size);

    --ki-spinner-height: calc(var(--base-size) * 4.8);
    --ki-spinner-width: calc(var(--base-size) * 4.8);

    --ki-switch-checked-color: var(--ki-color-primary);
    --ki-switch-color: var(--ki-color-gray-100);
    --ki-switch-disabled-color: var(--ki-color-gray-100);
    --ki-switch-disabled-title-color: var(--ki-color-lighter-gray);
    --ki-switch-gap: calc(var(--base-size) * 0.8);
    --ki-switch-title-color: var(--ki-base-text-color);

    --ki-tab-active-color: #FF9A02;
    --ki-tab-color: var(--ki-base-text-color);
    --ki-tab-disabled-color: var(--ki-color-gray-100);
    --ki-tab-gap: calc(var(--base-size) * 2.4);
    --ki-tab-padding: 0 0 var(--base-size) 0;
    --ki-tab-panel-gap: calc(var(--base-size) * 2);

    --ki-custom-button-gap: calc(var(--base-size) * 0.8);
    --ki-custom-min-height: calc(var(--base-size) * 3);
    --ki-custom-button-border-radius: calc(var(--base-size) * 0.8);
    --ki-custom-button-font-size: calc(var(--base-size) * 1.4);

    --ki-outline: none;
    --ki-outline-offset: calc(var(--base-size) * -0.4);
    --ki-modal-window-max-width: calc(var(--base-size) * 54.4);
}

@media only screen and (max-width: 1340px) {
    :host,
    .portal2,
    :root {
        --base-size: 0.746vw;
    }
}

@media only screen and (max-width: 1024px) {
    :host,
    .portal2,
    :root {
        --base-size: 1.302vw;
    }
}

@media only screen and (max-width: 430px) {
    :host,
    .portal2,
    :root {
        --base-size: 2.667vw;
    }
}

/* ===== 03-_layout-39b4d731.css ===== */
@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;display:inline;zoom:1;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}img{border:0;-ms-interpolation-mode:bicubic}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;height:13px;width:13px}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}html,button,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.kcui,button,input,textarea,select{font-family:inherit}.kcui{font-size:var(--kc--font-size)}h1{font-size:30px;line-height:45px}h2{font-size:26px;line-height:39px}h3{font-size:22px;line-height:35px}h4{font-size:18px;line-height:31px}h5{font-size:14px;line-height:27px}em,i{font-style:italic}p{font-size:14px;margin:0 0 10px}strong,b{font-weight:700}ol{padding:0 0 0 calc(var(--kc--padding) * 10);list-style:square}ol li{margin:0 0 calc(var(--kc--padding) * 2) 0}@media only screen and (max-width: 1340px){h1,h2,h3,h4,h5{margin:.746vw 0}p{font-size:1.045vw;margin:0 0 .746vw}}@media only screen and (max-width: 1024px){h1,h2,h3,h4,h5{margin:1.3vw 0}p{font-size:1.823vw;margin:0 0 1.3vw}}@media only screen and (max-width: 430px){h1,h2,h3,h4,h5{margin:2.415vw 0}p{font-size:3.73vw;margin:0 0 2.415vw}}@keyframes kc-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}:root{--kc--display-small-font-size: calc(var(--base-size) * 1.8);--kc--display-small-line-height: calc(26 / 18);--kc--display-medium-font-size: calc(var(--base-size) * 2.4);--kc--display-medium-line-height:1.5;--kc--display-large-font-size: calc(var(--base-size) * 3);--kc--display-large-line-height:1.5;--kc--text-x-small-font-size: calc(var(--base-size) * 1.2);--kc--text-x-small-line-height:1.5;--kc--text-small-font-size: calc(var(--base-size) * 1.4);--kc--text-small-line-height:1.5;--kc--text-medium-font-size: calc(var(--base-size) * 1.6);--kc--text-medium-line-height:1.5;--kc--text-large-font-size: calc(var(--base-size) * 1.8);--kc--text-large-line-height:1.5;--kc--text-x-large-font-size: calc(var(--base-size) * 2);--kc--text-x-large-line-height:1.5}.kc-typography_display-small,.kc-typography_display-medium,.kc-typography_display-large{font-family:inherit;font-style:normal;font-weight:700;color:var(--kc-ui-kit-color-gray-600)}.kc-typography_display-small{font-size:var(--kc--display-small-font-size);line-height:var(--kc--display-small-line-height)}.kc-typography_display-medium{font-size:var(--kc--display-medium-font-size);line-height:var(--kc--display-medium-line-height)}.kc-typography_display-large{font-size:var(--kc--display-large-font-size);line-height:var(--kc--display-large-line-height)}.kc-typography_text-x-small,.kc-typography_text-small,.kc-typography_text-medium,.kc-typography_text-large,.kc-typography_text-x-large{font-family:inherit;font-style:normal;font-weight:400;color:var(--kc-ui-kit-color-gray-600)}.kc-typography_text-x-small{font-size:var(--kc--text-x-small-font-size);line-height:var(--kc--text-x-small-line-height)}.kc-typography_text-small{font-size:var(--kc--text-small-font-size);line-height:var(--kc--text-small-line-height)}.kc-typography_text-medium{font-size:var(--kc--text-medium-font-size);line-height:var(--kc--text-medium-line-height)}.kc-typography_text-large{font-size:var(--kc--text-large-font-size);line-height:var(--kc--text-large-line-height)}.kc-typography_text-x-large{font-size:var(--kc--text-x-large-font-size);line-height:var(--kc--text-x-large-line-height)}.kc-alert{font-size:calc(var(--base-size) * 1.2);line-height:1.5;padding:calc(var(--base-size) * .7) var(--base-size);border-radius:calc(var(--base-size) / 2)}.kc-alert.kc-alert-default{color:var(--kc-ui-kit-color-gray-600);background-color:var(--kc--color-light-fade)}.kc-alert.kc-alert-success{color:var(--kc-ui-kit-color-gray-600);background-color:var(--kc--color-white);border:1px solid var(--kc-ui-kit-color-green)}.kc-alert.kc-alert-action{color:var(--kc--color-action);background-color:var(--kc--color-pale-orange);border:1px solid var(--kc--color-action)}.kc-alert.kc-alert-danger{color:var(--kc-ui-kit-color-red);background-color:var(--kc-ui-kit-color-dull-red);border:1px solid var(--kc-ui-kit-color-red)}.kc-alert.kc-alert-warning{color:var(--kc-ui-kit-color-gray-600);background-color:var(--kc--color-warning)}.dot-loader{display:flex;align-items:center;justify-content:center;gap:calc(var(--base-size) * .6);position:absolute;top:0;left:0;height:100%;width:100%}.dot-loader div{display:block;width:calc(var(--base-size) * .9);height:calc(var(--base-size) * .9);background:var(--kc--color-white);border-radius:50%}.dot-loader div:nth-child(1){animation:firstDot 1.5s infinite linear;animation-delay:0s}.dot-loader div:nth-child(2){animation:firstDot 1.5s infinite linear;animation-delay:.25s}.dot-loader div:nth-child(3){animation:firstDot 1.5s infinite linear;animation-delay:.5s}@keyframes firstDot{0%{width:var(--base-size);height:var(--base-size);opacity:1}30%{width:0;height:0;opacity:0}60%,to{width:var(--base-size);height:var(--base-size);opacity:1}}.kc-btn{display:inline-flex;align-items:center;justify-content:center;padding:calc(var(--base-size) * .4) calc(var(--base-size) * 1.5) calc(var(--base-size) * .5);margin:0;min-height:calc(var(--base-size) * 3);border:calc(var(--base-size) * .1) solid transparent;cursor:pointer;border-radius:calc(var(--base-size) / 2);background:none;position:relative;white-space:nowrap;text-decoration:none;text-align:center;font-weight:700;font-size:calc(var(--base-size) * 1.4);line-height:calc(var(--base-size) * 1.9);transition:.15s background-color}.kc-btn.grey{color:var(--kc-ui-kit-color-gray-200);transition:.15s opacity}.kc-btn.grey:hover{opacity:.8}.kc-btn svg{height:calc(var(--base-size) * 1.2);width:auto;flex:none}.kc-btn.is-loading{color:transparent!important}.kc-btn.is-disabled{cursor:not-allowed!important;opacity:.7!important}.kc-btn.kc-btn-block{display:block;width:100%}.kc-btn-press-enter svg{margin:0 0 0 calc(var(--base-size) / 2)}html[lang=ar] .kc-btn-press-enter svg,html[lang=ur] .kc-btn-press-enter svg{margin:0 calc(var(--base-size) / 2) 0 0}.kc-btn-link{border:none;background:transparent;font-weight:600}.kc-btn-link:hover{color:var(--kc-ui-kit-color-gray-600);background:rgba(210,215,218,.4588235294)}.kc-btn-default{border-color:var(--kc--color-middle-grey);background:var(--kc--color-white);color:var(--kc-ui-kit-color-gray-600)}.kc-btn-default:hover:not(:disabled){background:var(--kc--color-light-fade)}.kc-btn-default:active{background:var(--kc--color-middle-grey)}.kc-btn-default:disabled{border-color:var(--kc-ui-kit-color-lighter-gray);background:var(--kc-ui-kit-color-lighter-gray);color:var(--kc--color-middle-grey)}.kc-btn-action{background:var(--kc-ui-kit-color-primary);border-color:var(--kc-ui-kit-color-primary);color:var(--kc--color-white)}.kc-btn-action:hover{background:var(--kc-ui-kit-color-primary-hover);border-color:var(--kc-ui-kit-color-primary-hover)}.kc-btn-action:active{background-color:var(--kc-ui-kit-color-primary-active);border-color:var(--kc-ui-kit-color-primary-active)}.kc-btn-action.is-disabled{background:var(--kc--color-middle-grey)!important;color:var(--kc-ui-kit-color-gray-100)!important;border-color:var(--kc--color-middle-grey)!important;opacity:1!important}.kc-btn-primary{background:var(--kc--color-primary);color:var(--kc--color-white)}.kc-btn-success{background:var(--kc-ui-kit-color-green);color:var(--kc--color-white)}.kc-btn-success:hover{background:#34B64A}.kc-btn-success:active{background:#00A01A}.kc-btn-warning{background:var(--kc--color-warning);color:var(--kc-ui-kit-color-gray-600)}.kc-btn-danger{background:var(--kc-ui-kit-color-red);color:var(--kc--color-white)}.kc-btn-danger:hover{background:#D72424}.kc-btn-danger:active{background:#D43333}.kc-btn-destructive{border-color:var(--kc-ui-kit-color-red);background:var(--kc--color-white);color:var(--kc-ui-kit-color-red)}.kc-btn-destructive:hover{border-color:var(--kc-ui-kit-color-red);background:var(--kc-ui-kit-color-dull-red);color:var(--kc-ui-kit-color-red)}.kc-btn-destructive:focus{padding:calc(var(--base-size) * .4) calc(var(--base-size) * 1.4) calc(var(--base-size) * .5);border:calc(var(--base-size) * .2) solid var(--kc-ui-kit-color-red);background:var(--kc--color-white);color:var(--kc-ui-kit-color-red)}.kc-btn-destructive:active{padding:calc(var(--base-size) * .4) calc(var(--base-size) * 1.5) calc(var(--base-size) * .5);border:calc(var(--base-size) * .1) solid var(--kc-ui-kit-color-red);background:var(--kc-ui-kit-color-dull-red);color:#d43333}.kc-btn-destructive:disabled{border-color:var(--kc-ui-kit-color-dull-red);background:var(--kc--color-white);color:var(--kc-ui-kit-color-dull-red)}.kc-btn-action.is-loading:before,.kc-btn-primary.is-loading:before,.kc-btn-success.is-loading:before,.kc-btn-warning.is-loading:before,.kc-btn-danger.is-loading:before{border-color:var(--kc--color-white);opacity:.2}.kc-btn-action.is-loading:after,.kc-btn-primary.is-loading:after,.kc-btn-success.is-loading:after,.kc-btn-warning.is-loading:after,.kc-btn-danger.is-loading:after{border-color:var(--kc--color-white)}.kc-card{border:1px solid #cdd8e1;border-radius:var(var(--kc--radius))}.kc-card .kc-card-header{padding:calc(var(--kc--padding) * 2);border-bottom:1px solid #cdd8e1}.kc-card .kc-card-header h1,.kc-card .kc-card-header h2,.kc-card .kc-card-header h3,.kc-card .kc-card-header h4 h5{margin:0;padding:0;font-size:calc(var(--kc--font-size) + 2);line-height:calc(var(--kc--font-size) + 2)}.kc-card .kc-card-body{padding:calc(var(--kc--padding) * 2)}.kc-card .kc-card-footer{border-top:1px solid #cdd8e1;padding:calc(var(--kc--padding) * 2)}.account__info--wrap{display:flex;justify-content:space-between}.account__info--block{width:336px}@media only screen and (max-width: 1340px){.account__info--block{width:25.075vw}}@media only screen and (max-width: 1024px){.account__info--wrap{flex-wrap:wrap}.account__info--block{width:100%;margin:0 0 2.5vw}}@media only screen and (max-width: 430px){.account__info--block{margin:0 0 5vw}}.kc-course-card__container{display:flex;flex-direction:row;gap:calc(var(--base-size) * 2)}.kc-course-card__image-wrapper{position:relative;display:flex;flex-shrink:0;width:calc(var(--base-size) * 29.3);height:calc(var(--base-size) * 16.5);border-radius:calc(var(--base-size) * .5);overflow:hidden}.kc-course-card>.kc-skeleton{width:100%;height:100%}.kc-course-card__image{width:100%;height:100%;object-fit:cover;transition:.3s transform}.kc-course-card__image_empty{visibility:hidden}.kc-course-card__fallback-icon{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.3s transform}.kc-course-card__fallback-icon>svg{width:100%;height:100%}.kc-course-card__image-wrapper:has(.kc-course-card__image_empty){background:#EDEEF0}.kc-course-card__image-wrapper:has(.kc-course-card__image_empty)>.kc-course-card__fallback-icon{display:flex}.kc-course-card__image-wrapper:hover .kc-course-card__image{transform:scale(1.05)}.kc-course-card__image-wrapper:hover .kc-course-card__fallback-icon{transform:translate(-50%,-50%) scale(1.05)}.kc-course-card__image-wrapper:hover+.kc-course-card__info-column .kc-course-card__info-column__title-row__title{color:var(--main_color)}.kc-course-card__course-labels{position:absolute;z-index:1;top:calc(var(--base-size) * .5);left:calc(var(--base-size) * .5);display:flex;height:calc(var(--base-size) * 1.9);border-radius:calc(var(--base-size) * .3);overflow:hidden;letter-spacing:.1em}.kc-course-card__course-labels>*{display:flex;align-items:center;height:100%;padding:0 calc(var(--base-size) * .5);font-weight:700;text-transform:uppercase}.kc-course-card__info-column{position:relative;display:flex;flex-direction:column;flex-grow:1;padding-bottom:var(--base-size)}.kc-course-card__info-column:after{content:"";position:absolute;bottom:0;left:0;right:0;height:calc(var(--base-size) * .1);border-radius:calc(var(--base-size) * .1);background:var(--kc--color-middle-grey)}.kc-course-card__info-column__title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:calc(var(--base-size) * .5)}.kc-course-card__info-column__title-row__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--kc-ui-kit-color-gray-600);font-weight:700;text-decoration:none;overflow:hidden}.kc-course-card__info-column__title-row__title:hover{color:var(--main_color)}.kc-course-card__info-column__info-rows-container{display:flex;flex-direction:column;gap:calc(var(--base-size) * .2)}.kc-course-card__info-column__info-rows-container:not(:last-child){margin-bottom:var(--base-size)}.kc-course-card__info-column__info-row{display:flex;flex-wrap:wrap;color:var(--kc-ui-kit-color-gray-200)}.kc-course-card__info-column__info-cell{position:relative;color:var(--kc-ui-kit-color-gray-200)}.kc-course-card__info-column__info-cell:not(:last-child){padding-right:calc(var(--base-size) * 2.1)}.kc-course-card__info-column__info-cell:not(:last-child):after{content:"";position:absolute;right:var(--base-size);top:0;bottom:0;width:calc(var(--base-size) * .1);border-radius:calc(var(--base-size) * .1);background:var(--kc--color-middle-grey)}.kc-course-card__info-column__learning-path{color:var(--kc-ui-kit-color-gray-200)}.kc-course-card__info-column__learning-path:not(:last-child){margin-bottom:var(--base-size)}.kc-course-card__info-column__link{color:var(--kc-ui-kit-color-gray-200);text-decoration:underline}.kc-course-card__info-column__link:hover{color:var(--main_color)}html[lang=ar] .kc-course-card__course-labels,html[lang=ur] .kc-course-card__course-labels{left:auto;right:calc(var(--base-size) * .5)}@media only screen and (max-width: 430px){.kc-course-card__container{flex-direction:column;gap:var(--base-size)}.kc-course-card__image-wrapper{width:100%;padding-top:56%}.kc-course-card__image,.kc-course-card__image-wrapper>.kc-skeleton{position:absolute;top:0;left:0}.kc-course-card__info-column:after{display:none}}.kc-dropdown-wrapper{z-index:1;border-radius:var(--kc--radius);box-shadow:3px 3px 18px #36474f33;background:white}.kc-dropdown-menu-item{padding:calc(var(--kc--padding) * 2) calc(var(--kc--padding) * 3);cursor:pointer;background-color:var(--kc--color-white)}.kc-dropdown-menu-item:hover{background-color:var(--main_color-fade)}.kc-dropdown-menu-item--disabled{background:var(--kc--color-grey-fade);color:var(--kc-ui-kit-color-gray-200);opacity:.8;cursor:not-allowed}.form-group{margin:0 0 calc(var(--base-size) * 2.8) 0}.form-group.m-20{margin:0 0 calc(var(--base-size) * 2) 0}.form-group__subcapt{display:inline-block;font-size:16px;line-height:1.5;color:var(--kc-ui-kit-color-gray-600);margin:0 0 15px}.form-group__subcapt sup{color:var(--kc-ui-kit-color-red)}.form-group__subcapt.secondary{color:var(--kc-ui-kit-color-gray-200);font-style:italic;margin:0 0 30px}@media only screen and (max-width: 1340px){.form-group{margin:0 0 1.493vw}.form-group__subcapt{font-size:1.194vw;margin:0 0 1.12vw}.form-group__subcapt.secondary{margin:0 0 1.493vw}}@media only screen and (max-width: 1024px){.form-group{margin:0 0 2.6vw}.form-group__subcapt{font-size:2.08vw;margin:0 0 1.95vw}.form-group__subcapt.secondary{margin:0 0 2.6vw}}@media only screen and (max-width: 430px){.form-group{margin:0 0 5.33vw}.form-group__subcapt{font-size:4.27vw;margin:0 0 4vw}.form-group__subcapt.secondary{margin:0 0 5.33vw}}.selectContainer{display:flex;width:100%;font-size:calc(var(--main-size) * 1.4);--height: calc(var(--base-size) * 3);--itemHoverBG: var(--kc--color-light-fade);--itemIsActiveBG: var(--kc--color-light-fade);--itemIsActiveColor: var(--kc-ui-kit-color-gray-600);--border: 1px solid var(--kc--color-middle-grey);--borderFocusColor: var(--kc--color-middle-grey);--listShadow: 0px 3px 15px rgba(44, 62, 70, .25);--inputPadding: calc(var(--base-size) /2) calc(var(--base-size) * 3) calc(var(--base-size) / 2) var(--base-size);--padding: calc(var(--base-size) /2) calc(var(--base-size) * 3) calc(var(--base-size) / 2) var(--base-size);--selectedItemPadding: 0;--borderRadius: var(--kc--radius);--itemColor: var(--kc-ui-kit-color-gray-600);--inputLetterSpacing: 0;--indicatorWidth: calc(var(--base-size) * 1.75);--listEmptyColor: var(--kc-ui-kit-color-gray-200);--disabledBackground: var(--kc-ui-kit-color-gray-100);--disabledBorderColor: var(--kc-ui-kit-color-gray-100);--disabledColor: var(--kc-ui-kit-color-gray-200)}.selectContainer.opened .indicator{transform:translateY(-50%) rotate(180deg)}.selectContainer .indicator{display:flex;align-items:center;justify-content:center;position:absolute;--indicatorTop: 50%;right:calc(var(--base-size) * .8)!important;transform:translateY(-50%);transition:.3s transform}.selectContainer.withIcon{--inputPadding: calc(var(--base-size) /2) calc(var(--base-size) * 4) calc(var(--base-size) /2) calc(var(--base-size) * 3.7);--padding: calc(var(--base-size) /2) calc(var(--base-size) * 4) calc(var(--base-size) /2) calc(var(--base-size) * 3.7)}.selectContainer.withIcon:before{content:"";display:block;position:absolute;left:calc(var(--base-size) * 2.9);top:50%;transform:translateY(-50%);width:1px;height:calc(var(--base-size) * 2);border-radius:50vw;background:var(--kc--color-middle-grey)}.selectContainer .listItem .item.hover{cursor:pointer}.selectContainer .selectedItem{margin:0}.selectContainer .kc-icons{position:absolute;left:calc(var(--base-size) * .9);top:50%;transform:translateY(-50%);width:calc(var(--base-size) * 1.2);height:auto;color:var(--kc-ui-kit-color-gray-200)}html[lang=ar] .selectContainer,html[lang=ur] .selectContainer{--inputPadding: calc(var(--base-size) /2) var(--base-size) calc(var(--base-size) /2) calc(var(--base-size) * 4);--padding: calc(var(--base-size) /2) var(--base-size) calc(var(--base-size) /2) calc(var(--base-size) * 4)}html[lang=ar] .selectContainer .indicator,html[lang=ur] .selectContainer .indicator{right:auto!important;left:calc(var(--base-size) * .8)!important}html[lang=ar] .selectContainer.withIcon,html[lang=ur] .selectContainer.withIcon{--inputPadding: calc(var(--base-size) /2) calc(var(--base-size) * 3.7) calc(var(--base-size) /2) calc(var(--base-size) * 4);--padding: calc(var(--base-size) /2) calc(var(--base-size) * 3.7) calc(var(--base-size) /2) calc(var(--base-size) * 4)}html[lang=ar] .selectContainer.withIcon:before,html[lang=ur] .selectContainer.withIcon:before{left:auto;right:calc(var(--base-size) * 2.9)}html[lang=ar] .selectContainer .kc-icons,html[lang=ur] .selectContainer .kc-icons{left:auto;right:calc(var(--base-size) * .9)}.kc-skeleton{display:flex;position:relative;overflow:hidden;vertical-align:top;box-sizing:border-box;border-radius:var(--kc--radius);min-width:10px;height:10px;background-color:var(--kc--color-middle-grey)}.kc-skeleton.kc-skeleton-rounded{border-radius:6000rem}.kc-skeleton.kc-skeleton-block{width:100%;max-width:100%!important}.kc-skeleton.kc-skeleton-animated{background-color:var(--kc--color-light-grey)}.kc-skeleton.kc-skeleton-animated:before{content:"";display:block;position:absolute;left:-10rem;top:0;height:100%;width:10rem;background:linear-gradient(to right,transparent 0%,rgba(255,255,255,.712) 50%,transparent 100%);animation:load 1.2s cubic-bezier(.4,0,.2,1) infinite}@keyframes load{0%{left:-150px}to{left:100%}}.kc-switch{display:flex;align-items:center;position:relative;cursor:pointer;color:var(--kc-ui-kit-color-gray-600)}.kc-switch:hover.kc-switch:before{background-color:var(--kc--color-grey-fade)}.kc-switch input[type=checkbox]{font-size:0;height:100%;background:none;border:none;width:100%;position:absolute;left:0;border-radius:50vw}.kc-switch input[type=checkbox]:hover{cursor:pointer}.kc-swith-text{font-size:calc(var(--base-size) * 1.4);display:inline-flex;align-items:center}.kc-swith-text.kc-swith-text-left{padding:0 calc(var(--base-size) * .8) 0 0}.kc-swith-text.kc-swith-text-right,html[lang=ar] .kc-swith-text.kc-swith-text-left,html[lang=ur] .kc-swith-text.kc-swith-text-left{padding:0 0 0 calc(var(--base-size) * .8)}html[lang=ar] .kc-swith-text.kc-swith-text-right,html[lang=ur] .kc-swith-text.kc-swith-text-right{padding:0 calc(var(--base-size) * .8) 0 0}.kc-switcher{position:relative;display:inline-flex;height:calc(var(--base-size) * 1.8);width:calc(var(--base-size) * 3.2);border-radius:50vw;background-color:var(--kc--color-white);border:1px solid var(--kc-ui-kit-color-gray-200);-webkit-transition:.25s transform ease-in-out,.25s top ease-in-out,.25s left ease-in-out,.25s right ease-in-out,.25s background-color ease-in-out,.25s border-color ease-in-out;-moz-transition:.25s transform ease-in-out,.25s top ease-in-out,.25s left ease-in-out,.25s right ease-in-out,.25s background-color ease-in-out,.25s border-color ease-in-out;-ms-transition:.25s transform ease-in-out,.25s top ease-in-out,.25s left ease-in-out,.25s right ease-in-out,.25s background-color ease-in-out,.25s border-color ease-in-out;-o-transition:.25s transform ease-in-out,.25s top ease-in-out,.25s left ease-in-out,.25s right ease-in-out,.25s background-color ease-in-out,.25s border-color ease-in-out;transition:.25s transform ease-in-out,.25s top ease-in-out,.25s left ease-in-out,.25s right ease-in-out,.25s background-color ease-in-out,.25s border-color ease-in-out;user-select:none}.kc-switcher:hover{background-color:var(--kc--color-grey-fade)}.kc-switcher:after{content:"";display:block;position:absolute;height:calc(var(--base-size) * 1.8);width:calc(var(--base-size) * 1.8);height:calc(var(--base-size) * 1.2);width:calc(var(--base-size) * 1.2);top:50%;transform:translateY(-50%);background-color:var(--kc-ui-kit-color-gray-200);left:calc(var(--base-size) * .4);border-radius:50vw;-webkit-transition:.25s transform ease-in-out,.25s top ease-in-out,.25s left ease-in-out,.25s right ease-in-out,.25s background-color ease-in-out,.25s border-color ease-in-out;-moz-transition:.25s transform ease-in-out,.25s top ease-in-out,.25s left ease-in-out,.25s right ease-in-out,.25s background-color ease-in-out,.25s border-color ease-in-out;-ms-transition:.25s transform ease-in-out,.25s top ease-in-out,.25s left ease-in-out,.25s right ease-in-out,.25s background-color ease-in-out,.25s border-color ease-in-out;-o-transition:.25s transform ease-in-out,.25s top ease-in-out,.25s left ease-in-out,.25s right ease-in-out,.25s background-color ease-in-out,.25s border-color ease-in-out;transition:.25s transform ease-in-out,.25s top ease-in-out,.25s left ease-in-out,.25s right ease-in-out,.25s background-color ease-in-out,.25s border-color ease-in-out;pointer-events:none}.kc-switch-disabled{cursor:not-allowed;color:var(--kc--color-middle-grey)}.kc-switch-disabled .kc-switcher{background-color:var(--kc--color-white);border-color:var(--kc--color-middle-grey)}.kc-switch-disabled .kc-switcher:after{background-color:var(--kc--color-middle-grey)}.kc-switch-disabled:hover *{cursor:not-allowed!important}.kc-switch-disabled:hover .kc-switcher{background-color:var(--kc--color-white);border-color:var(--kc--color-middle-grey)}.kc-switch-disabled:hover .kc-switcher:after{background-color:var(--kc--color-middle-grey)}.kc-switch-error{background-color:var(--kc--color-white);color:var(--kc-ui-kit-color-red)}.kc-switch-error .kc-switcher{background-color:var(--kc--color-white);border-color:var(--kc-ui-kit-color-red)}.kc-switch-error .kc-switcher:after{background-color:var(--kc-ui-kit-color-red)}.kc-switch-error:hover .kc-switcher{background-color:var(--kc--color-white);border-color:var(--kc-ui-kit-color-red)}.kc-switch-error:hover .kc-switcher:after{background-color:var(--kc-ui-kit-color-red)}.kc-switch-checked .kc-switcher{background-color:var(--main_color);border-color:var(--main_color)}.kc-switch-checked .kc-switcher:hover{background-color:var(--kc-ui-kit-color-primary-hover);border-color:var(--kc-ui-kit-color-primary-hover)}.kc-switch-checked .kc-switcher:after{background-color:var(--kc--color-white);left:calc(100% - 1.6 * var(--base-size))}.kc-switch-checked.kc-switch-disabled .kc-switcher{background-color:var(--kc--color-white);border-color:var(--kc--color-middle-grey)}.kc-switch-checked.kc-switch-disabled .kc-switcher:after{background-color:var(--kc--color-middle-grey)}.kc-switch-checked.kc-switch-error .kc-switcher{background-color:var(--kc-ui-kit-color-red);border-color:var(--kc-ui-kit-color-red)}.kc-switch-checked.kc-switch-error .kc-switcher:after{background-color:var(--kc--color-white)}.kc-input{position:relative;border-radius:calc(var(--base-size) / 2);font-size:0;display:inline-block;width:100%}.kc-input input{width:100%}.kc-input:not(:last-child){margin:0 0 calc(var(--base-size) * 3) 0}.kc-input.kc-input-disabled{background-color:var(--kc--color-grey-fade);opacity:.8}.kc-input .kc-input-label{position:absolute;z-index:1;top:50%;transform:translateY(-50%);left:var(--base-size);pointer-events:none}.kc-input .kc-input-label.kc-input-floating-lable{font-size:calc(var(--base-size) * 1.4);color:var(--kc--color-edge-grey);-webkit-transition:.15s transform ease-in-out,.15s top ease-in-out,.15s left ease-in-out,.15s right ease-in-out;-moz-transition:.15s transform ease-in-out,.15s top ease-in-out,.15s left ease-in-out,.15s right ease-in-out;-ms-transition:.15s transform ease-in-out,.15s top ease-in-out,.15s left ease-in-out,.15s right ease-in-out;-o-transition:.15s transform ease-in-out,.15s top ease-in-out,.15s left ease-in-out,.15s right ease-in-out;transition:.15s transform ease-in-out,.15s top ease-in-out,.15s left ease-in-out,.15s right ease-in-out}.kc-input .kc-input-label.error{color:var(--kc-ui-kit-color-red)}.kc-input.kc-input-focused .kc-input-label.kc-input-floating-lable{color:var(--kc-ui-kit-color-gray-600);opacity:1;top:calc(var(--base-size) * -1);left:0;font-size:calc(var(--base-size) * 1.2)}.kc-input.kc-input-focused .kc-input-label.error{color:var(--kc-ui-kit-color-red)}.kc-input .kc-control{font-size:calc(var(--base-size) * 1.4);text-overflow:ellipsis;color:var(--palette-main-1);border:1px solid var(--kc--color-middle-grey);padding:calc(var(--base-size) * .6) calc(var(--base-size) * 1.08)!important;border-radius:var(--kc--radius);background-color:transparent;position:relative;transition:.3s border-color;z-index:2}.kc-input .kc-control.filled{padding:calc(var(--base-size) * .6) calc(var(--base-size) * 3.2) calc(var(--base-size) * .6) calc(var(--base-size) * 1.08)!important}.kc-input .kc-control:focus{border-color:var(--kc-ui-kit-color-gray-200)}.kc-input input[type=password],.kc-input input[type=date]{padding:calc(var(--base-size) * .6) calc(var(--base-size) * 1.08)!important}.kc-input input[type=password].filled,.kc-input input[type=date].filled{padding:calc(var(--base-size) * .6) calc(var(--base-size) * 6.4) calc(var(--base-size) * .6) calc(var(--base-size) * 1.08)!important}.kc-input .kc-input-tools{display:inline-flex;position:absolute;width:auto;height:calc(var(--base-size) * 2);right:0;top:50%;transform:translateY(-50%);margin:0;z-index:3}.kc-input .kc-input-tools svg{width:calc(var(--base-size) * 1.2);height:auto}.kc-input .kc-act-clear,.kc-input .kc-type-datepicker,.kc-input .kc-type-toggler{border:none;background:none;display:inline-flex;align-items:center;justify-content:center;width:calc(var(--base-size) * 3);height:calc(var(--base-size) * 2);cursor:pointer}.kc-input .kc-act-clear:not(:last-child),.kc-input .kc-type-datepicker:not(:last-child),.kc-input .kc-type-toggler:not(:last-child){border-right:1px solid var(--kc--color-middle-grey)}.kc-input .kc-act-clear .kc-icons,.kc-input .kc-type-datepicker .kc-icons,.kc-input .kc-type-toggler .kc-icons{color:var(--kc-ui-kit-color-gray-200)}.kc-input .error{border-color:var(--kc-ui-kit-color-red);color:var(--kc-ui-kit-color-red)}.kc-input .error:focus{box-shadow:inset 0 0 0 2px #f9a1a8,0 0 7px #f9a1a8}.kc-input .successful{box-shadow:inset 0 0 0 2px #b2e47a}.kc-input .successful:focus{box-shadow:inset 0 0 0 2px #b2e47a,0 0 7px #b2e47a}.kc-input .required:after{content:"*";display:inline-block;padding-left:calc(var(--base-size) * .2)}.kc-input .rigtElement{position:absolute;right:calc(var(--base-size) * 1.33);top:50%;transform:translateY(-50%)}.kc-input .withRightElement{padding-right:calc(var(--base-size) * 4)}html[lang=ar] .kc-input .kc-input-label,html[lang=ur] .kc-input .kc-input-label{left:auto;right:var(--base-size)}html[lang=ar] .kc-input.kc-input-focused .kc-input-label.kc-input-floating-lable,html[lang=ur] .kc-input.kc-input-focused .kc-input-label.kc-input-floating-lable{left:auto;right:0}html[lang=ar] .kc-input .kc-control,html[lang=ur] .kc-input .kc-control{padding:calc(var(--base-size) * .6) calc(var(--base-size) * 1.08)}html[lang=ar] .kc-input .kc-control.filled,html[lang=ur] .kc-input .kc-control.filled{padding:calc(var(--base-size) * .6) calc(var(--base-size) * 1.08) calc(var(--base-size) * .6) calc(var(--base-size) * 3.2)!important}html[lang=ar] .kc-input input[type=password],html[lang=ar] .kc-input input[type=date],html[lang=ur] .kc-input input[type=password],html[lang=ur] .kc-input input[type=date]{padding:calc(var(--base-size) * .6) calc(var(--base-size) * 1.08)}html[lang=ar] .kc-input input[type=password].filled,html[lang=ar] .kc-input input[type=date].filled,html[lang=ur] .kc-input input[type=password].filled,html[lang=ur] .kc-input input[type=date].filled{padding:calc(var(--base-size) * .6) calc(var(--base-size) * 1.08) calc(var(--base-size) * .6) calc(var(--base-size) * 6.4)!important}html[lang=ar] .kc-input .kc-input-tools,html[lang=ur] .kc-input .kc-input-tools{right:auto;left:0}html[lang=ar] .kc-input .kc-type-datepicker:not(:last-child),html[lang=ar] .kc-input .kc-type-toggler:not(:last-child),html[lang=ar] .kc-input .kc-act-clear:not(:last-child),html[lang=ur] .kc-input .kc-type-datepicker:not(:last-child),html[lang=ur] .kc-input .kc-type-toggler:not(:last-child),html[lang=ur] .kc-input .kc-act-clear:not(:last-child){border-right:0;border-left:1px solid var(--kc--color-middle-grey)}html[lang=ar] .kc-input .required:after,html[lang=ur] .kc-input .required:after{padding-left:0;padding-right:calc(var(--base-size) * .2)}html[lang=ar] .kc-input .rigtElement,html[lang=ur] .kc-input .rigtElement{right:auto;left:calc(var(--base-size) * 1.33)}html[lang=ar] .kc-input .withRightElement,html[lang=ur] .kc-input .withRightElement{padding-right:0;padding-left:calc(var(--base-size) * 4)}.kc-input-calendar{width:100%}.kc-input-radio__name{font-size:calc(var(--base-size) * 1.4);line-height:1.5;color:var(--kc-ui-kit-color-gray-600)}.kc-input-radio-wrap{margin:0 0 calc(var(--base-size) * 2) 0}.kc-input-radio{user-select:none;display:flex;position:relative;padding:0 0 0 calc(var(--base-size) * 2.8)}.kc-input-radio:not(:last-child){margin:0 0 var(--base-size) 0}.kc-input-radio:hover{cursor:pointer}.kc-input-radio:hover .kc-input-radio__checkmark{background-color:var(--kc--color-light-fade)}.kc-input-radio:hover .kc-input-radio__checkmark:before{background-color:var(--kc-ui-kit-color-primary-hover)}.kc-input-radio input[type=radio]{position:absolute;top:0;left:0;width:calc(var(--base-size) * 2);height:calc(var(--base-size) * 2);border-radius:50vw;background:none;border:none}.kc-input-radio input[type=radio]:checked~.kc-input-radio__checkmark:before{width:var(--base-size);height:var(--base-size)}.kc-input-radio .kc-input-radio__checkmark{position:absolute;top:0;left:0;width:calc(var(--base-size) * 2);height:calc(var(--base-size) * 2);border-radius:50vw;background-color:var(--kc--color-white);border:1px solid var(--kc--color-middle-grey);transition:.15s background-color,.15s border-color}.kc-input-radio .kc-input-radio__checkmark:before{content:"";display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--main_color);width:0;height:0;border-radius:50vw;transition:.15s width,.15s height,.15s background-color}.kc-input-radio.disabled .kc-input-radio__checkmark{background-color:var(--kc--color-white);border-color:var(--kc--color-middle-grey)}.kc-input-radio.disabled .kc-input-radio__name{color:var(--kc--color-middle-grey)}.kc-input-radio.disabled:hover{cursor:not-allowed}.kc-input-radio.disabled:hover .kc-input-radio__checkmark{background-color:var(--kc--color-white);border-color:var(--kc--color-middle-grey)}.kc-input-radio.error .kc-input-radio__checkmark{background-color:var(--kc--color-white);border-color:var(--kc-ui-kit-color-red)}.kc-input-radio.error .kc-input-radio__checkmark:before{background-color:var(--kc-ui-kit-color-red)}.kc-input-radio.error .kc-input-radio__name{color:var(--kc-ui-kit-color-red)}.kc-input-radio.error:hover .kc-input-radio__checkmark{background-color:var(--kc--color-white);border-color:var(--kc-ui-kit-color-red)}.kc-input-radio.error:hover .kc-input-radio__checkmark:before{background-color:var(--kc-ui-kit-color-red)}html[lang=ar] .kc-input-radio,html[lang=ur] .kc-input-radio{padding:0 calc(var(--base-size) * 2.8) 0 0}html[lang=ar] .kc-input-radio input[type=radio],html[lang=ur] .kc-input-radio input[type=radio],html[lang=ar] .kc-input-radio .kc-input-radio__checkmark,html[lang=ur] .kc-input-radio .kc-input-radio__checkmark{left:auto;right:0}.kc-checkbox-group{display:flex;flex-direction:column;margin:var(--base-size) 0 0 0}.kc-checkbox-group .kc-checkbox:not(:last-child){margin:0 0 var(--base-size) 0}.kc-checkbox-group_title{display:flex;align-items:center;justify-content:space-between;font-size:calc(var(--base-size) * 1.4);line-height:1.5;font-weight:700;color:var(--kc-ui-kit-color-gray-600);cursor:pointer;user-select:none;position:relative;text-decoration:none}.kc-checkbox-group_title:empty{display:none}.kc-checkbox-group_title svg.kc-icons{width:calc(var(--base-size) * 1.2);height:auto;position:static;transition:.15s transform;margin:0 0 0 var(--base-size)}.kc-checkbox-group_title.active svg.kc-icons{transform:rotate(180deg)}.kc-checkbox{gap:calc(var(--base-size) * .8);cursor:pointer;user-select:none;position:relative;display:inline-flex;align-items:center}.kc-checkbox .kc-checkbox_text{display:flex;align-items:center;gap:calc(var(--base-size) * .8);padding:0}.kc-checkbox .kc-checkbox_text .kc-checkbox_description{margin:1px 0 0}.kc-checkbox-md .kc-checkbox-check,.kc-checkbox-md input[type=checkbox]{width:calc(var(--base-size) * 2);height:calc(var(--base-size) * 2)}.kc-checkbox-md svg.kc-icons{width:calc(var(--base-size) * 1.2)}.kc-checkbox-lg .kc-checkbox-check,.kc-checkbox-lg input[type=checkbox]{width:calc(var(--base-size) * 3);height:calc(var(--base-size) * 3)}.kc-checkbox-lg svg.kc-icons{width:calc(var(--base-size) * 1.8)}.kc-checkbox .kc-checkbox-check,.kc-checkbox input[type=checkbox]{position:relative;border-radius:calc(var(--base-size) * .3)}.kc-checkbox input[type=checkbox]{position:absolute}.kc-checkbox input[type=checkbox]:checked+.kc-checkbox-check{border-color:var(--main_color);background:var(--main_color)}.kc-checkbox input[type=checkbox]:checked+.kc-checkbox-check svg.kc-icons{opacity:1}.kc-checkbox input[type=checkbox]:checked+.kc-checkbox-check .kc-checkbox--index{display:none}.kc-checkbox .kc-checkbox-check{display:flex;flex-shrink:0;align-items:center;justify-content:center;background-color:var(--kc--color-white);border:1px solid var(--kc--color-middle-grey);transition:.15s border-color,.15s background-color;position:relative}.kc-checkbox .kc-checkbox-check svg.kc-icons{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:auto;color:var(--kc--color-white);opacity:0;transition:.15s opacity}.kc-checkbox .kc-checkbox-check .kc-checkbox--index{display:inline-block;font-family:inherit;font-size:calc(var(--base-size) * 1.6);line-height:1.25;font-weight:700;text-align:center}.kc-checkbox.disabled{cursor:not-allowed}.kc-checkbox.disabled input[type=checkbox]:checked+.kc-checkbox-check{border-color:var(--kc--color-grey-fade);background-color:var(--kc--color-grey-fade)}.kc-checkbox.disabled input[type=checkbox]:checked+.kc-checkbox-check svg{color:var(--kc-ui-kit-color-gray-200)}.kc-checkbox.disabled .kc-checkbox-check{border-color:var(--kc--color-middle-grey);background-color:var(--kc--color-light-fade)}.kc-checkbox.disabled .kc-checkbox-check svg.kc-icons{color:var(--kc-ui-kit-color-gray-200)}.kc-checkbox.disabled .kc-checkbox_title{color:var(--kc-ui-kit-color-gray-200)}.kc-checkbox.disabled .kc-checkbox--index{opacity:.8}.kc-checkbox.error input[type=checkbox]:checked+.kc-checkbox-check{border-color:var(--kc-ui-kit-color-red);background-color:var(--kc-ui-kit-color-red)}.kc-checkbox.error input[type=checkbox]:checked+.kc-checkbox-check svg{color:var(--kc--color-white)}.kc-checkbox.error .kc-checkbox-check{border-color:var(--kc-ui-kit-color-red);background-color:var(--kc--color-white)}.kc-checkbox.error .kc-checkbox-check svg.kc-icons{color:var(--kc--color-white)}html[lang=ar] .kc-checkbox input[type=checkbox],html[lang=ur] .kc-checkbox input[type=checkbox]{left:auto;right:0}.kc-checkbox_text{position:relative;display:flex;padding:0 0 0 var(--base-size)}html[lang=ar] .kc-checkbox_text,html[lang=ur] .kc-checkbox_text{padding:0 var(--base-size) 0 0}.kc-checkbox_title{display:inline-block;font-family:inherit;font-size:calc(var(--base-size) * 1.4);line-height:1.5;color:var(--kc-ui-kit-color-gray-600)}.kc-checkbox_description{display:inline-block;font-size:calc(var(--base-size) * 1.2);line-height:1.5;color:var(--kc-ui-kit-color-gray-200)}.kc-checkbox_count{font-size:calc(var(--base-size) * 23.2);line-height:1.5;color:var(--kc-ui-kit-color-gray-200)}.kc-choice{display:flex;flex-direction:column;width:100%;padding:calc(var(--base-size) * .9);border:1px solid var(--kc--color-middle-grey);border-radius:5px;transition:.15s background-color;user-select:none;cursor:pointer}.kc-choice:hover{background-color:var(--kc--color-grey-fade)}.kc-choice--selected{border-color:var(--kc-ui-kit-color-primary)}.kc-choice--selected,.kc-choice--selected:hover{background-color:var(--kc-ui-kit-color-primary-100)}.kc-choice--disabled{cursor:not-allowed!important}.kc-choice--disabled,.kc-choice--disabled:hover{background:var(--kc--color-grey-fade)}.kc-choice--correct{border-color:var(--kc-ui-kit-color-green);cursor:default!important}.kc-choice--correct,.kc-choice--correct:hover{background-color:var(--kc-ui-kit-color-dull-green)}.kc-choice--incorrect{border-color:var(--kc-ui-kit-color-red);cursor:default!important}.kc-choice--incorrect,.kc-choice--incorrect:hover{background-color:var(--kc-ui-kit-color-dull-red)}.kc-choice--image-wrap{width:100%;margin:0 0 var(--base-size) 0;border-radius:calc(var(--base-size) * .3);overflow:hidden;background:var(--kc--color-grey-fade);position:relative}.kc-choice--image-wrap img,.kc-choice--image-wrap object{width:100%;height:calc(var(--base-size) * 18);object-fit:contain}.kc-choice--image-fallback{display:flex;align-items:center;justify-content:center;height:calc(var(--base-size) * 18);background:#f5f7f9}.kc-choice--image-fallback svg{width:calc(var(--base-size) * 6);height:calc(var(--base-size) * 4.8)}.kc-choice--image-fallback svg path{fill:#ced5dc}.kc-choice--image-popup{position:absolute;bottom:var(--base-size);right:var(--base-size);display:inline-flex;align-items:center;justify-content:center;width:calc(var(--base-size) * 3);height:calc(var(--base-size) * 3);background:white;border-radius:calc(var(--base-size) * .5);border:calc(var(--base-size) * .1) solid var(--kc-ui-kit-color-gray-200);padding:0;transition:.15s background-color;z-index:9}.kc-choice--image-popup:hover{background-color:var(--color-light-fade);cursor:pointer}.kc-choice--image-popup html[lang=ar],.kc-choice--image-popup html[lang=ur]{right:auto;left:var(--base-size)}.kc-choice--image-popup svg{width:calc(var(--base-size) * 1.8);height:calc(var(--base-size) * 1.8);color:var(--kc-ui-kit-color-gray-200)}.kc-choice--checkbox{display:flex;flex-direction:row;align-items:flex-start;gap:var(--base-size);cursor:pointer}.kc-choice--checkbox--checkmark-button{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:30px;height:30px;border:1px solid var(--kc--color-middle-grey);border-radius:3px;box-sizing:border-box;background:transparent;transition:.15s background-color}.kc-choice--checkbox--checkmark-button svg{width:18px;color:#fff}.kc-choice--checkbox--checkmark-button--index{font-family:inherit;font-style:normal;font-weight:700;font-size:16px;line-height:1.25;text-align:center;color:var(--kc-ui-kit-color-gray-600)}.kc-choice--checkbox--disabled{cursor:not-allowed}.kc-choice--checkbox--correct,.kc-choice--checkbox--incorrect{cursor:default}.kc-choice--checkbox--checked .kc-choice--checkbox--checkmark-button{border-color:transparent;background:var(--kc-ui-kit-color-primary)}.kc-choice--checkbox--correct .kc-choice--checkbox--checkmark-button{border-color:transparent;background:var(--kc-ui-kit-color-green)}.kc-choice--checkbox--incorrect .kc-choice--checkbox--checkmark-button{border-color:transparent;background:var(--kc-ui-kit-color-red)}.kc-choice--checkbox--disabled .kc-choice--checkbox--checkmark-button{border-color:transparent;background:var(--kc--color-grey-fade)}.kc-choice--checkbox--title{margin-top:calc(var(--base-size) * .1);color:var(--kc-ui-kit-color-gray-600)}.kc-choice--checkbox--checked .kc-choice--checkbox--title{font-weight:700;color:var(--kc-ui-kit-color-gray-600)}.kc-choice--checkbox--correct .kc-choice--checkbox--title{font-weight:700;color:var(--kc-ui-kit-color-green)}.kc-choice--checkbox--incorrect .kc-choice--checkbox--title{font-weight:700;color:var(--kc-ui-kit-color-red)}@media only screen and (max-width: 1340px){.kc-choice{border-width:.0746268657vw;border-radius:.3731343284vw}.kc-choice--checkbox--checkmark-button{width:2.2388059701vw;height:2.2388059701vw;border-width:.0746268657vw;border-radius:.223880597vw}.kc-choice--checkbox--checkmark-button svg{width:1.3432835821vw}.kc-choice--checkbox--checkmark-button--index{font-size:1.1940298507vw}}@media only screen and (max-width: 1024px){.kc-choice{border-width:.09765625vw;border-radius:.48828125vw}.kc-choice--image-fallback{height:17.578125vw}.kc-choice--image-fallback svg{width:5.859375vw;height:4.6875vw}.kc-choice--checkbox--checkmark-button{width:2.9296875vw;height:2.9296875vw;border-width:.09765625vw;border-radius:.29296875vw}.kc-choice--checkbox--checkmark-button svg{width:1.7578125vw}.kc-choice--checkbox--checkmark-button--index{font-size:1.5625vw}}@media only screen and (max-width: 430px){.kc-choice{border-width:.2325581395vw;border-radius:1.1627906977vw}.kc-choice--checkbox--checkmark-button{width:6.976744186vw;height:6.976744186vw;border-width:.2325581395vw;border-radius:.6976744186vw}.kc-choice--checkbox--checkmark-button svg{width:4.1860465116vw}.kc-choice--checkbox--checkmark-button--index{font-size:3.7209302326vw}}:root{--kc--textarea-font: 14px;--kc--textarea-size: 10px;--kc--textarea-margin: 5px;--kc--textarea-padding: 6px;--kc--textarea-position: 5px}.kc-textarea{font-size:var(--kc--textarea-font);position:relative}.kc-textarea-control{width:100%;min-height:calc(var(--kc--textarea-size) * 6);resize:vertical;border:1px solid #CCD5DD;border-radius:var(--kc--radius);padding:var(--kc--textarea-padding) calc(var(--kc--textarea-padding) * 1.8)}.kc-textarea.kc-textarea-count .kc-textarea-control{padding-bottom:calc(var(--kc--textarea-padding) * 3)}.kc-textarea .kc-textarea-label{position:absolute;z-index:1;top:calc(var(--kc--textarea-position) * 1.7);left:calc(var(--kc--textarea-position) * 2.36);pointer-events:none}.kc-textarea .kc-textarea-label.kc-textarea-floating-lable{font-size:var(--kc--textarea-font);color:#697177;transition:.15s transform ease-in-out,.15s top ease-in-out,.15s left ease-in-out,.15s right ease-in-out;z-index:3}.kc-textarea.kc-textarea-focused .kc-textarea-label.kc-textarea-floating-lable{font-size:calc(var(--kc--textarea-font) * .85);color:var(--kc-ui-kit-color-gray-600);opacity:1;top:calc(var(--kc--textarea-position) * -3);left:0}.kc-textarea .kc-textarea_counter{position:absolute;top:calc(var(--kc--textarea-position) * -3.5);right:0;font-size:calc(var(--kc--textarea-font) * .85);line-height:1.5;color:var(--kc-ui-kit-color-gray-200)}html[lang=ar] .kc-textarea .kc-textarea-label,html[lang=ur] .kc-textarea .kc-textarea-label{left:auto;right:calc(var(--kc--textarea-position) * 2)}html[lang=ar] .kc-textarea.kc-textarea-focused .kc-textarea-label.kc-textarea-floating-lable,html[lang=ur] .kc-textarea.kc-textarea-focused .kc-textarea-label.kc-textarea-floating-lable{left:auto;right:0}html[lang=ar] .kc-textarea .kc-textarea_counter,html[lang=ur] .kc-textarea .kc-textarea_counter{right:auto;left:0}@media only screen and (max-width: 1340px){:root{--kc--textarea-font: 1.045vw;--kc--textarea-size: .746vw;--kc--textarea-margin: .373vw;--kc--textarea-padding: .448vw;--kc--textarea-position: .373vw}}@media only screen and (max-width: 1024px){:root{--kc--textarea-font: 1.823vw;--kc--textarea-size: 1.302vw;--kc--textarea-margin: .651vw;--kc--textarea-padding: .781vw;--kc--textarea-position: .651vw}}@media only screen and (max-width: 430px){:root{--kc--textarea-font: 3.733vw;--kc--textarea-size: 2.667vw;--kc--textarea-margin: 1.333vw;--kc--textarea-padding: 1.6vw;--kc--textarea-position: 1.333vw}}.kc-loading,.kc-loading:after,.kc-loading:before{position:absolute;left:0;z-index:11}.kc-loading:after,.kc-loading:before{content:"";border-radius:50%;width:var(--l-size);height:var(--l-size);border:var(--l-boarder) solid var(--main_color)}.kc-loading{text-align:center;--l-size: 40px;--l-boarder: 4px;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(var(--l-size) + var(--l-boarder) * 2);height:calc(var(--l-size) + var(--l-boarder) * 2)}.kc-loading .kc-loader-logo{display:inline-block;position:absolute;--logo-size: calc(var(--l-size) - var(--l-boarder)*4);width:var(--logo-size);height:var(--logo-size);top:50%;left:50%;margin:calc(var(--logo-size) / 2 * -1) 0 0 calc(var(--logo-size) / 2 * -1)}.kc-loading .kc-loader-logo.kc-default-logo{margin-top:calc(var(--logo-size) / 2 * -1 - 1px)}.kc-loading svg.kc-loader-logo{color:var(--main_color)!important}.kc-loading:before{border:var(--l-boarder) solid var(--kc-ui-kit-color-gray-200);opacity:.3}.kc-loading:after{border:var(--l-boarder) solid var(--main_color);border-top-color:transparent;border-left-color:transparent;border-right-color:transparent;animation:kc-spin .5s linear infinite}.kc-loader-overlay{position:absolute;top:0;bottom:0;left:0;right:0;z-index:10}.kc-table{width:100%;border-collapse:collapse;word-break:break-word;margin:0 0 15px}.kc-table tbody tr td{padding:6px 4px;vertical-align:middle}@media only screen and (max-width: 430px){.kc-table{margin:0 0 10.67vw}.kc-table tbody{display:flex}.kc-table tbody tr{display:flex;flex-wrap:wrap;align-items:center;width:64vw;padding-right:2.6vw}.kc-table tbody tr td{padding:1.6vw 1.06vw}}.tag{display:inline-block;vertical-align:top;font-size:var(--base-size);line-height:1;min-width:calc(var(--base-size) * 1.8);height:calc(var(--base-size) * 1.8);padding:calc(var(--base-size) * .3) calc(var(--base-size) * .6);border-radius:2em}.tag.tag-info{position:absolute;bottom:calc(var(--base-size) * -.3);left:calc(100% - var(--base-size) * 1.5);color:#fff;font-weight:700;background-color:#ff881a}html[lang=ar] .tag.tag-info,html[lang=ur] .tag.tag-info{left:auto;right:calc(100% - var(--base-size) * 1.5)}.kc-label-group{display:flex}.kc-label-group>.kc-label:nth-child(1){border-radius:calc(var(--base-size) * .4) 0 0 calc(var(--base-size) * .4)}.kc-label-group>.kc-label:nth-child(2){border-radius:0 calc(var(--base-size) * .4) calc(var(--base-size) * .4) 0}html[lang=ar] .kc-label-group>.kc-label:nth-child(1),html[lang=ur] .kc-label-group>.kc-label:nth-child(1){border-radius:0 calc(var(--base-size) * .4) calc(var(--base-size) * .4) 0}html[lang=ar] .kc-label-group>.kc-label:nth-child(2),html[lang=ur] .kc-label-group>.kc-label:nth-child(2){border-radius:calc(var(--base-size) * .4) 0 0 calc(var(--base-size) * .4)}.kc-label{display:inline-block;font-size:calc(var(--base-size) * 1.2);line-height:1;letter-spacing:.1em;padding:calc(var(--base-size) * .3) calc(var(--base-size) / 2);border-radius:calc(var(--base-size) * .4);font-weight:700;color:#fff;text-transform:uppercase;text-align:center}.kc-label-rounded{border-radius:2em}.kc-label-text{background:none;color:var(--kc-ui-kit-color-gray-200);padding:calc(var(--base-size) * .3) 0}.kc-label-white{background:#fff;color:var(--kc-ui-kit-color-gray-200)}.kc-label-gray{background:#eaeff3;color:#000}.kc-label-action{background:var(--main_color)}.kc-label-dark-action{background:var(--kc-ui-kit-color-primary-active)}.kc-label-secondary{color:var(--kc-ui-kit-color-gray-200);padding-left:0;padding-right:0}.kc-label-success{background:var(var(--kc-ui-kit-color-green))}.kc-label-danger{background:var(--kc-ui-kit-color-red)}.kc-label-size-sm{font-size:11px;line-height:11px;letter-spacing:normal;padding:3px calc(var(--kc--padding) * 1.3) 2px calc(var(--kc--padding) * 1.3);font-weight:400}.kc-label-size-xs{font-size:10px;line-height:10px;letter-spacing:normal;padding:2px calc(var(--kc--padding) * 1) 1px calc(var(--kc--padding) * 1);font-weight:400}.kc-link.kc-link-active{color:var(--kc-ui-kit-color-primary-active)}.kc-link.kc-link-exact-active{color:var(--main_color)}.status-default{color:#697177;fill:#697177}.status-in-progress{color:#ff881a;fill:#ff881a}.status-certified{color:var(--kc-ui-kit-color-green);fill:var(--kc-ui-kit-color-green)}.kc-page-selector{display:flex;flex-direction:row;gap:calc(var(--base-size) * .5)}.kc-page-selector__button{display:flex;justify-content:center;align-items:center;border-radius:calc(var(--base-size) * .5);border:none;color:var(--kc-ui-kit-color-gray-600);background:transparent;font-weight:600!important}.kc-page-selector__button:hover{background:var(--kc--color-light-fade)}.kc-page-selector__arrow-button{width:calc(var(--base-size) * 3);height:calc(var(--base-size) * 3);color:var(--kc-ui-kit-color-gray-600);padding:0}.kc-page-selector__arrow-button:disabled{color:var(--kc--color-middle-grey)}.kc-page-selector__arrow-button>svg{width:calc(var(--base-size) * 1.2);height:calc(var(--base-size) * 1.2)}.kc-page-selector__number{min-width:calc(var(--base-size) * 3);height:calc(var(--base-size) * 3);padding:0 calc(var(--base-size) * .65)}.kc-page-selector__number__active{color:var(--main_color)!important}.kc-page-selector__dropdown-list{display:flex;flex-direction:column;gap:calc(var(--base-size) * .5);height:calc(var(--base-size) * 14.3);padding:calc(var(--base-size) * .45) calc(var(--base-size) * 1.05) calc(var(--base-size) * .45) calc(var(--base-size) * .65);overflow-x:hidden;overflow-y:scroll}.kc-page-selector__dropdown-list__item{display:flex;align-items:center;justify-content:center;padding:calc(var(--base-size) * .4) 0;min-width:calc(var(--base-size) * 3);font-weight:700;cursor:pointer}html[lang=ar] .kc-page-selector__arrow-button svg,html[lang=ur] .kc-page-selector__arrow-button svg{transform:rotate(180deg)}@media only screen and (max-width: 430px){.kc-page-selector{gap:var(--base-size)}}:root{--tab--font-size: 16px;--tab--padding: 2px;--tab--margin: 15px;--tab--position: 1px }.tab-list{width:100%;position:relative}.tab-list:after{content:"";display:block;position:absolute;bottom:calc(var(--tab--position) * 12);left:0;width:100%;height:1px;background-color:#ccd5dd;z-index:1}.tab-list button{display:block;background:none;border:none;font-size:calc(var(--tab--font-size) * 1.125);line-height:1.5;font-weight:700;cursor:pointer;padding:0 0 calc(var(--tab--padding) * 5) 0;position:relative;white-space:nowrap;transition:.15s opacity}.tab-list button:hover{opacity:.8}.tab-list button:after{content:"";display:block;position:absolute;bottom:calc(var(--tab--position) * -3);left:0;width:100%;height:var(--tab--position);opacity:0;transition:.15s height;background-color:var(--main_color);z-index:2}.tab-list button.selectedtab{color:var(--main_color)}.tab-list button.selectedtab:hover{opacity:1}.tab-list button.selectedtab:after{height:calc(var(--tab--position) * 3);opacity:1}.tab-list-items{display:flex;gap:calc(var(--tab--margin) * 2);width:100%;padding:var(--tab--padding) var(--tab--padding) calc(var(--tab--padding) * 7.5) var(--tab--padding);overflow-x:auto}.tab-caption{display:block;font-size:calc(var(--tab--font-size) * 1.125);line-height:1.5;font-weight:700;font-family:inherit;text-decoration:none;color:var(--kc-ui-kit-color-gray-600);border-bottom:1px solid #CCD5DD;padding:0 0 calc(var(--tab--padding) * 10) 0;margin:var(--tab--margin) 0 calc(var(--tab--margin) * 2) 0;transition:.15s color}.tab-content{font-size:var(--tab--font-size);padding:calc(var(--tab--padding) * 10) calc(var(--tab--padding) * 5)}a.tab-caption:hover{cursor:pointer}@media only screen and (max-width: 1340px){:root{--tab--font-size: 1.34vw;--tab--padding: .15vw;--tab--margin: 1.12vw;--tab--position: .075vw}}@media only screen and (max-width: 1024px){:root{--tab--font-size: 2.084vw;--tab--padding: .26vw;--tab--margin: 1.953vw;--tab--position: .133vw}}@media only screen and (max-width: 430px){:root{--tab--font-size: 4.8vw;--tab--padding: .53vw;--tab--margin: 4vw;--tab--position: .27vw}}.kc-modal-close{position:absolute;display:block;font-size:0;top:calc(var(--base-size) * 3);right:calc(var(--base-size) * 3);z-index:9;border:none;background:none;width:calc(var(--base-size) * 1.6);height:calc(var(--base-size) * 1.6);padding:0}.kc-modal-close:hover svg{opacity:.8;transform:rotate(90deg)}.kc-modal-close svg{width:100%;height:auto;color:#000;transition:.3s opacity,.3s transform;pointer-events:none}html[lang=ar] .kc-modal-close,html[lang=ur] .kc-modal-close{right:auto;left:calc(var(--base-size) * 3)}.kc-modal-wrap{display:flex;align-items:center;justify-content:center;background:rgba(116,131,138,.5);backdrop-filter:blur(4px);position:fixed;top:0;left:0;width:100%;height:100%;z-index:999}.kc-modal-window{max-width:100vw;min-width:calc(var(--base-size) * 37);min-height:calc(var(--base-size) * 12);max-height:100vh;border-radius:calc(var(--base-size) / 2);background:#fff;padding:calc(var(--base-size) * 2);position:relative;overflow-y:auto}.kc-modal-caption{display:block;font-size:calc(var(--base-size) * 3);line-height:1.5;font-family:inherit;font-weight:700;margin:0 0 calc(var(--base-size) * 2) 0}.kc-modal-description{display:block;font-size:calc(var(--base-size) * 1.6);line-height:1.5;margin:0 0 calc(var(--base-size) * 2.8) 0}.modal-overlay-capt{display:inline-block;font-size:calc(var(--base-size) * 2.4);line-height:1.5;font-weight:700;margin:calc(var(--base-size) * 2) 0 calc(var(--base-size) * 3) 0}.modal-overlay-menu__wrapper{display:flex;flex-direction:column;position:fixed;top:0;left:0;width:100vw;height:100%;background:#fff;z-index:999;transition:.3s transform;overflow-y:auto}.modal-overlay-menu__wrapper footer{margin-top:auto}.modal-overlay-menu__wrapper.course-feedback .modal-overlay-content{padding-left:calc(var(--base-size) * 12);padding-right:calc(var(--base-size) * 12)}.modal-overlay-menu{display:flex;flex-direction:column;width:calc(var(--base-size) * 118);margin:0 auto}.modal-overlay-menu .tabs{flex:1 0 auto;display:flex;flex-direction:column;flex-wrap:wrap}.modal-overlay-menu__head{display:flex;align-items:center;justify-content:space-between;padding:calc(var(--base-size) * 2) var(--base-size) calc(var(--base-size) * 3) var(--base-size);position:sticky;top:0;left:0;margin:0 calc(var(--base-size) * -1);background:#fff;z-index:99}.modal-overlay-content{padding-bottom:calc(var(--base-size) * 7)}.modal-overlay-content .tab-list{background:#fff;margin:0 0 calc(var(--base-size) * 1.5) 0;position:sticky;top:calc(var(--base-size) * 8);transition:.3s margin,.3s padding,.3s width;z-index:999}.modal-overlay-content .tab-list.scroll{width:calc(100% + var(--base-size) * 2);margin:0 calc(var(--base-size) * -1);padding:0 var(--base-size)}@media only screen and (max-width: 1024px){.kc-modal-close{top:calc(var(--base-size) * 2.2);right:calc(var(--base-size) * 2.2);width:calc(var(--base-size) * 1.2);height:calc(var(--base-size) * 1.2)}}@media only screen and (max-width: 430px){.kc-modal-wrap.bottom{align-items:flex-end}.kc-modal-wrap.bottom .kc-modal-window{border-radius:calc(var(--base-size) * 1.2) calc(var(--base-size) * 1.2) 0 0}.kc-modal-window{width:100%;max-width:100%;min-width:auto;min-height:auto;border-radius:calc(var(--base-size) * 1.2);padding:calc(var(--base-size) * 3)}}li[data-accordion-item]:not(:last-child){margin:0 0 var(--base-size) 0}.accordion-wrapper>.kc-btn{width:100%;margin:0 0 var(--base-size) 0}.accordion-title{display:flex;align-items:center;font-size:calc(var(--base-size) * 1.4);line-height:1.5;color:var(--kc-ui-kit-color-gray-600);border:none;padding:calc(var(--base-size) / 2) calc(var(--base-size) * 3) calc(var(--base-size) / 2) var(--base-size);width:100%;border:1px solid var(--kc--color-middle-grey);border-radius:calc(var(--base-size) / 2);background:var(--kc--color-white);position:relative}.accordion-title-headless{background:none;border:none;padding:0}.accordion-title[aria-expanded=true]{border-radius:calc(var(--base-size) / 2) calc(var(--base-size) / 2) 0 0;border-bottom:0;background-color:var(--kc--color-light-fade)}.accordion-title[aria-expanded=true] svg.kc-icons{transform:translateY(-50%) rotate(180deg)}.accordion-title svg.kc-icons{position:absolute;top:50%;right:var(--base-size);transform:translateY(-50%);transition:.3s transform;max-width:calc(var(--base-size) * 1.2);max-height:calc(var(--base-size) * 1.2)}html[lang=ar] .accordion-title,html[lang=ur] .accordion-title{padding:calc(var(--base-size) / 2) var(--base-size) calc(var(--base-size) / 2) calc(var(--base-size) * 3)}html[lang=ar] .accordion-title svg.kc-icons,html[lang=ur] .accordion-title svg.kc-icons{right:auto;left:var(--base-size)}.accordion-content{font-size:calc(var(--base-size) * 1.4);line-height:1.5;padding:calc(var(--base-size) * 2) var(--base-size);border-left:1px solid var(--kc--color-middle-grey);border-right:1px solid var(--kc--color-middle-grey);border-bottom:1px solid var(--kc--color-middle-grey);border-radius:0 0 calc(var(--base-size) / 2) calc(var(--base-size) / 2);color:var(--kc-ui-kit-color-gray-600)}.nav-submenu{position:relative}.nav-submenu *{user-select:none}.nav-submenu ul{text-align:left}.nav-submenu ul.active{display:block}.nav-submenu ul li{display:block;padding:0;margin:0;list-style:none}.nav-submenu ul li a{display:block;font-size:calc(var(--base-size) * 1.4);padding:calc(var(--base-size) * .8) calc(var(--base-size) * 3.6) calc(var(--base-size) * .8) calc(var(--base-size) * 1.6);text-decoration:none;color:var(--kc-ui-kit-color-gray-600);transition:.15s background-color}.nav-submenu ul li a:visited{color:var(--kc-ui-kit-color-gray-600)}.nav-submenu ul li a:hover{background-color:var(--kc--color-light-fade)}.nav-submenu-list{min-width:calc(var(--base-size) * 20);max-width:calc(var(--base-size) * 24);cursor:default;display:none;position:absolute;top:calc(100% + var(--base-size) / 2);right:0;background-color:#fff;border-radius:var(--kc--radius);box-shadow:0 calc(var(--base-size) / 2) calc(var(--base-size) * 1.5) 0 #00000014,0 calc(var(--base-size) / 2) calc(var(--base-size) * 2.5) 0 #00000008}.nav-submenu-list.active{display:block}html[lang=ar] .nav-submenu-list,html[lang=ur] .nav-submenu-list{right:auto;left:0}html[lang=ar] .nav-submenu ul li a,html[lang=ur] .nav-submenu ul li a{padding:calc(var(--base-size) * .8) calc(var(--base-size) * 1.6) calc(var(--base-size) * .8) calc(var(--base-size) * 3.6)}@media only screen and (max-width: 430px){.nav-submenu{min-width:auto;max-width:none}.nav-submenu-list{display:block;position:static;box-shadow:none;max-width:none;min-width:auto}.nav-submenu-list ul li a,html[lang=ar] .nav-submenu-list ul li a,html[lang=ur] .nav-submenu-list ul li a{padding:var(--base-size) 0}html[lang=ar] .nav-submenu_user-fullname,html[lang=ur] .nav-submenu_user-fullname{display:none}}.save-button{display:flex;align-items:center;gap:calc(var(--base-size) * .6);border:none;background:none;cursor:pointer;padding:calc(var(--base-size) * .3) calc(var(--base-size) * .8)}.save-button__icon{width:calc(var(--base-size) * 2.4);height:calc(var(--base-size) * 2.4)}.save-button__icon .save-icon__line-path{fill:var(--main_color);transition:opacity .3s;opacity:1}.save-button__icon .save-icon__bg-path{fill:var(--main_color);transition:opacity .3s;opacity:.3}.save-button__icon--saved .save-icon__line-path{opacity:.3}.save-button__icon--saved .save-icon__bg-path{opacity:1}.save-button__icon--active .save-icon__line-path{opacity:.3}.save-button__icon--active .save-icon__bg-path{opacity:1}.save-button__text{font-size:calc(var(--base-size) * 1.6);line-height:1.625;transition:color .3s}.save-button__text--active{color:var(--main_color)}.save-button:hover .save-button__text{color:var(--main_color)!important}.save-button:hover .save-button__icon .save-icon__line-path{opacity:.3}.save-button:hover .save-button__icon .save-icon__bg-path{opacity:1}.saved-courses-dropdown__container{display:flex;align-items:flex-start;flex-direction:column;width:calc(var(--base-size) * 28);padding:calc(var(--base-size) * 2)}.saved-courses-dropdown__title{margin-bottom:var(--base-size);font-weight:700}.saved-courses-dropdown__checkboxes-wrapper{display:flex;flex-direction:column;gap:var(--base-size);margin-bottom:calc(var(--base-size) * 2.5);width:100%}.saved-courses-dropdown__checkboxes-wrapper .kc-checkbox_text{overflow:hidden}.saved-courses-dropdown__checkboxes-wrapper .kc-checkbox_text>.kc-checkbox_title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.saved-courses-dropdown__create-new-list-button{padding:0;border:none;background:none;color:var(--main_color);font-size:calc(var(--base-size) * 1.4);text-decoration-line:underline}.saved-courses-dropdown__create-new-list-button:hover{color:var(--kc-ui-kit-color-gray-600)}.saved-courses-dropdown__input-form{display:flex;flex-direction:column;gap:var(--base-size);width:100%}.saved-courses-dropdown__input-form .kc-input{margin:0!important}.saved-courses-dropdown__input-form .kc-btn-primary{background:var(--kc-ui-kit-color-primary)!important}.saved-courses-dropdown__input-form .kc-btn-primary:hover{background-color:var(--kc-ui-kit-color-primary-hover)!important;border-color:var(--kc-ui-kit-color-primary-hover)!important}.saved-courses-dropdown__input-form .kc-btn-primary:active{background-color:var(--kc-ui-kit-color-primary-active);border-color:var(--kc-ui-kit-color-primary-active)}.saved-courses-dropdown__input-form__buttons{display:grid;grid-template-columns:repeat(2,1fr);column-gap:var(--base-size)}.popper-select__opener{display:flex;align-items:center;gap:var(--base-size);width:100%;height:calc(var(--base-size) * 3);padding:calc(var(--base-size) * .45) calc(var(--base-size) * .8);border:calc(var(--base-size) * .1) solid #ccd5dd;border-radius:calc(var(--base-size) * .5);background:white;cursor:pointer}.popper-select__opener__name{flex-grow:1;color:var(--kc-ui-kit-color-gray-600)!important;text-align:start;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.popper-select__opener__name_placeholder{color:var(--kc-ui-kit-color-gray-200)!important}.popper-select__opener__icon{display:flex}.popper-select__opener__icon>svg{width:calc(var(--base-size) * 1.2);height:calc(var(--base-size) * 1.2);color:var(--kc-ui-kit-color-gray-200);transition:.3s transform}.popper-select__opener__icon_flipped>svg{transform:rotate(180deg)}.popper-select__opener:hover{background:#f3f7f9}.popper-select__opener_active{border-color:var(--kc-ui-kit-color-gray-200);background:white}.popper-select__dropdown{display:flex;flex-direction:column;max-height:calc(var(--base-size) * 25);border-radius:calc(var(--base-size) * .5);overflow-x:hidden;overflow-y:auto}.popper-select__dropdown__item{padding:calc(var(--base-size) * .45) var(--base-size);background:white;cursor:pointer}.popper-select__dropdown__item_selected,.popper-select__dropdown__item:hover{background:#f3f7f9}.popper-select__dropdown::-webkit-scrollbar{width:calc(var(--base-size) * .4)}.popper-select__dropdown::-webkit-scrollbar-thumb{background-color:#0006;border-radius:50vw}.popper-select__dropdown::-webkit-scrollbar-track{box-shadow:inset 0 0 calc(var(--base-size) * .2) #0000001a}.kc-dropdown-wrapper:has(.popper-select__dropdown){z-index:2}html[lang=ar],html[lang=ur]{direction:rtl}*{box-sizing:border-box;-webkit-appearance:none}.width-max,.w-max{width:100%!important;max-width:auto}.clickable{cursor:pointer}.unclickable{cursor:not-allowed}.btn-icon{cursor:pointer}.text-bold{font-weight:700!important}.text-strong{font-weight:600!important}.text-normal{font-weight:400!important}.text-italic{font-style:italic}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-faded{opacity:.7}.text-underline{text-decoration:underline}.vertical-top{vertical-align:top}.vertical-middle{vertical-align:middle}.vertical-bottom{vertical-align:bottom}.cursor-pointer{cursor:pointer}.text-success{color:var(--kc-ui-kit-color-green)}.text-action{color:#ff881a}.text-grey{color:#697177}.d-none{display:none}.d-block{display:block}.d-inline-block{display:inline-block;vertical-align:top}.image-fluid{display:block;width:100%;max-width:auto}.pull-right{float:right}.pull-left{float:left}.no-scroll{overflow-y:hidden}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.opacity-01{opacity:.1}.w-10pr{width:10%}.opacity-02{opacity:.2}.w-20pr{width:20%}.opacity-03{opacity:.3}.w-30pr{width:30%}.opacity-04{opacity:.4}.w-40pr{width:40%}.opacity-05{opacity:.5}.w-50pr{width:50%}.opacity-06{opacity:.6}.w-60pr{width:60%}.opacity-07{opacity:.7}.w-70pr{width:70%}.opacity-08{opacity:.8}.w-80pr{width:80%}.opacity-09{opacity:.9}.w-90pr{width:90%}.p-0{padding:calc(var(--kc--padding) * 0)!important}.pt-0{padding-top:calc(var(--kc--padding) * 0)!important}.pb-0{padding-bottom:calc(var(--kc--padding) * 0)!important}.pl-0{padding-left:calc(var(--kc--padding) * 0)!important}.pr-0{padding-right:calc(var(--kc--padding) * 0)!important}.m-0{margin:calc(var(--kc--padding) * 0)!important}.mt-0{margin-top:calc(var(--kc--padding) * 0)!important}.mb-0{margin-bottom:calc(var(--kc--padding) * 0)!important}.ml-0{margin-left:calc(var(--kc--padding) * 0)!important}.mr-0{margin-right:calc(var(--kc--padding) * 0)!important}.p-1{padding:calc(var(--kc--padding) * 1)!important}.pt-1{padding-top:calc(var(--kc--padding) * 1)!important}.pb-1{padding-bottom:calc(var(--kc--padding) * 1)!important}.pl-1{padding-left:calc(var(--kc--padding) * 1)!important}.pr-1{padding-right:calc(var(--kc--padding) * 1)!important}.m-1{margin:calc(var(--kc--padding) * 1)!important}.mt-1{margin-top:calc(var(--kc--padding) * 1)!important}.mb-1{margin-bottom:calc(var(--kc--padding) * 1)!important}.ml-1{margin-left:calc(var(--kc--padding) * 1)!important}.mr-1{margin-right:calc(var(--kc--padding) * 1)!important}.p-2{padding:calc(var(--kc--padding) * 2)!important}.pt-2{padding-top:calc(var(--kc--padding) * 2)!important}.pb-2{padding-bottom:calc(var(--kc--padding) * 2)!important}.pl-2{padding-left:calc(var(--kc--padding) * 2)!important}.pr-2{padding-right:calc(var(--kc--padding) * 2)!important}.m-2{margin:calc(var(--kc--padding) * 2)!important}.mt-2{margin-top:calc(var(--kc--padding) * 2)!important}.mb-2{margin-bottom:calc(var(--kc--padding) * 2)!important}.ml-2{margin-left:calc(var(--kc--padding) * 2)!important}.mr-2{margin-right:calc(var(--kc--padding) * 2)!important}.p-3{padding:calc(var(--kc--padding) * 3)!important}.pt-3{padding-top:calc(var(--kc--padding) * 3)!important}.pb-3{padding-bottom:calc(var(--kc--padding) * 3)!important}.pl-3{padding-left:calc(var(--kc--padding) * 3)!important}.pr-3{padding-right:calc(var(--kc--padding) * 3)!important}.m-3{margin:calc(var(--kc--padding) * 3)!important}.mt-3{margin-top:calc(var(--kc--padding) * 3)!important}.mb-3{margin-bottom:calc(var(--kc--padding) * 3)!important}.ml-3{margin-left:calc(var(--kc--padding) * 3)!important}.mr-3{margin-right:calc(var(--kc--padding) * 3)!important}.p-4{padding:calc(var(--kc--padding) * 4)!important}.pt-4{padding-top:calc(var(--kc--padding) * 4)!important}.pb-4{padding-bottom:calc(var(--kc--padding) * 4)!important}.pl-4{padding-left:calc(var(--kc--padding) * 4)!important}.pr-4{padding-right:calc(var(--kc--padding) * 4)!important}.m-4{margin:calc(var(--kc--padding) * 4)!important}.mt-4{margin-top:calc(var(--kc--padding) * 4)!important}.mb-4{margin-bottom:calc(var(--kc--padding) * 4)!important}.ml-4{margin-left:calc(var(--kc--padding) * 4)!important}.mr-4{margin-right:calc(var(--kc--padding) * 4)!important}.p-5{padding:calc(var(--kc--padding) * 5)!important}.pt-5{padding-top:calc(var(--kc--padding) * 5)!important}.pb-5{padding-bottom:calc(var(--kc--padding) * 5)!important}.pl-5{padding-left:calc(var(--kc--padding) * 5)!important}.pr-5{padding-right:calc(var(--kc--padding) * 5)!important}.m-5{margin:calc(var(--kc--padding) * 5)!important}.mt-5{margin-top:calc(var(--kc--padding) * 5)!important}.mb-5{margin-bottom:calc(var(--kc--padding) * 5)!important}.ml-5{margin-left:calc(var(--kc--padding) * 5)!important}.mr-5{margin-right:calc(var(--kc--padding) * 5)!important}.p-6{padding:calc(var(--kc--padding) * 6)!important}.pt-6{padding-top:calc(var(--kc--padding) * 6)!important}.pb-6{padding-bottom:calc(var(--kc--padding) * 6)!important}.pl-6{padding-left:calc(var(--kc--padding) * 6)!important}.pr-6{padding-right:calc(var(--kc--padding) * 6)!important}.m-6{margin:calc(var(--kc--padding) * 6)!important}.mt-6{margin-top:calc(var(--kc--padding) * 6)!important}.mb-6{margin-bottom:calc(var(--kc--padding) * 6)!important}.ml-6{margin-left:calc(var(--kc--padding) * 6)!important}.mr-6{margin-right:calc(var(--kc--padding) * 6)!important}.p-7{padding:calc(var(--kc--padding) * 7)!important}.pt-7{padding-top:calc(var(--kc--padding) * 7)!important}.pb-7{padding-bottom:calc(var(--kc--padding) * 7)!important}.pl-7{padding-left:calc(var(--kc--padding) * 7)!important}.pr-7{padding-right:calc(var(--kc--padding) * 7)!important}.m-7{margin:calc(var(--kc--padding) * 7)!important}.mt-7{margin-top:calc(var(--kc--padding) * 7)!important}.mb-7{margin-bottom:calc(var(--kc--padding) * 7)!important}.ml-7{margin-left:calc(var(--kc--padding) * 7)!important}.mr-7{margin-right:calc(var(--kc--padding) * 7)!important}.p-8{padding:calc(var(--kc--padding) * 8)!important}.pt-8{padding-top:calc(var(--kc--padding) * 8)!important}.pb-8{padding-bottom:calc(var(--kc--padding) * 8)!important}.pl-8{padding-left:calc(var(--kc--padding) * 8)!important}.pr-8{padding-right:calc(var(--kc--padding) * 8)!important}.m-8{margin:calc(var(--kc--padding) * 8)!important}.mt-8{margin-top:calc(var(--kc--padding) * 8)!important}.mb-8{margin-bottom:calc(var(--kc--padding) * 8)!important}.ml-8{margin-left:calc(var(--kc--padding) * 8)!important}.mr-8{margin-right:calc(var(--kc--padding) * 8)!important}.p-9{padding:calc(var(--kc--padding) * 9)!important}.pt-9{padding-top:calc(var(--kc--padding) * 9)!important}.pb-9{padding-bottom:calc(var(--kc--padding) * 9)!important}.pl-9{padding-left:calc(var(--kc--padding) * 9)!important}.pr-9{padding-right:calc(var(--kc--padding) * 9)!important}.m-9{margin:calc(var(--kc--padding) * 9)!important}.mt-9{margin-top:calc(var(--kc--padding) * 9)!important}.mb-9{margin-bottom:calc(var(--kc--padding) * 9)!important}.ml-9{margin-left:calc(var(--kc--padding) * 9)!important}.mr-9{margin-right:calc(var(--kc--padding) * 9)!important}.container-fluid{margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex:0 1 auto;-webkit-box-flex:0;flex:0 1 auto;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}.row.reverse{-ms-flex-direction:row-reverse;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}.col.reverse{-ms-flex-direction:column-reverse;-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-xs{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-xs-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-xs-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-xs-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-xs-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-1{margin-left:8.333%}.col-xs-offset-2{margin-left:16.667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.333%}.col-xs-offset-5{margin-left:41.667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.333%}.col-xs-offset-8{margin-left:66.667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.333%}.col-xs-offset-11{margin-left:91.667%}.start-xs{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-xs{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-xs{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-xs{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-xs{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-xs{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-xs{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-xs{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}@media only screen and (min-width: 48em){.container{width:46rem}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-sm{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-sm-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-sm-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-sm-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-sm-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-1{margin-left:8.333%}.col-sm-offset-2{margin-left:16.667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.333%}.col-sm-offset-5{margin-left:41.667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333%}.col-sm-offset-8{margin-left:66.667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.333%}.col-sm-offset-11{margin-left:91.667%}.start-sm{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-sm{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-sm{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-sm{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-sm{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-sm{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-sm{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-sm{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media only screen and (min-width: 62em){.container{width:61rem}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-md{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-md-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-md-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-md-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-md-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-1{margin-left:8.333%}.col-md-offset-2{margin-left:16.667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.333%}.col-md-offset-5{margin-left:41.667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333%}.col-md-offset-8{margin-left:66.667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.333%}.col-md-offset-11{margin-left:91.667%}.start-md{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-md{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-md{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-md{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-md{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-md{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-md{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-md{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media only screen and (min-width: 75em){.container{width:71rem}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-lg{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-lg-2{-ms-flex-preferred-size:16.667%;flex-basis:16.667%;max-width:16.667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-lg-5{-ms-flex-preferred-size:41.667%;flex-basis:41.667%;max-width:41.667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-lg-8{-ms-flex-preferred-size:66.667%;flex-basis:66.667%;max-width:66.667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-lg-11{-ms-flex-preferred-size:91.667%;flex-basis:91.667%;max-width:91.667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-1{margin-left:8.333%}.col-lg-offset-2{margin-left:16.667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.333%}.col-lg-offset-5{margin-left:41.667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333%}.col-lg-offset-8{margin-left:66.667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.333%}.col-lg-offset-11{margin-left:91.667%}.start-lg{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-lg{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-lg{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-lg{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-lg{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-lg{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-lg{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-lg{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}:root{--kc-ui-kit-color-gray-100: var(--kc-color-gray-100, #EAEAEA);--kc-ui-kit-color-gray-200: var(--kc-color-gray-200, #9A9A9A);--kc-ui-kit-color-gray-600: var(--kc-color-gray-600, #1F2023);--kc-ui-kit-color-light-gray: var(--kc-color-light-gray, #CCD5DD);--kc-ui-kit-color-mid-light-gray: var(--kc-color-mid-light-gray, #EAEFF3);--kc-ui-kit-color-lighter-gray: var(--kc-color-lighter-gray, #F3F7F9);--kc-ui-kit-color-primary: var(--kc-color-primary, #FF881A);--kc-ui-kit-color-primary-100: var(--kc-color-primary-100, #FFF3E8);--kc-ui-kit-color-primary-500: var(--kc-color-primary-500, #FFC38C);--kc-ui-kit-color-primary-hover: var(--kc-color-primary-hover, #E16C00);--kc-ui-kit-color-primary-active: var(--kc-color-primary-active, #C55E00);--kc-ui-kit-color-primary-dull: var(--kc-color-primary-dull, #FFD1A7);--kc-ui-kit-color-primary-pale: var(--kc-color-primary-pale, #FFEEDF);--kc-ui-kit-color-green: var(--kc-color-green, #3EBA59);--kc-ui-kit-color-dull-green: var(--kc-color-dull-green, #ECFFEF);--kc-ui-kit-color-red: var(--kc-color-red, #F03E3E);--kc-ui-kit-color-bright-red: var(--kc-color-bright-red, #FFB8AE);--kc-ui-kit-color-dull-red: var(--kc-color-dull-red, #FFF0F0);--base-size: 10px;--main_color: var(--kc-ui-kit-color-primary);--main_color-lighten: #FFAF35;--main_color-fade: #FF9A0222;--color-light-fade: #F3F7F9;--kc--color-white: #fff;--kc--color-grey-fade: #eaeff3;--kc--color-light-grey: #cdd8e1;--kc--color-middle-grey: #CCD5DD;--kc--color-edge-grey: #697177;--kc--color-light-fade: #F3F7F9;--kc--color-middle-fade: #ebedee;--kc--color-orange-fade: #FFEDDC;--kc--color-orange: #ff881a;--kc--color-pale-orange: #ffeddc;--kc--color-switch-orange: #ff6f00;--kc--color-feautured: #8543da;--kc--color-dark-orange: #e77407;--kc--color-primary: #0052cc;--kc--color-yellow: #ffd417;--kc--color-red: #f03e3e;--kc--color-link: #4a69be;--kc--color-action: var(--kc--color-orange);--kc--color-default: var(--kc--color-edge-grey);--kc--color-warning: var(--kc--color-yellow);--kc--margin: 4px;--kc--padding: 4px;--kc--font-size: 14px;--kc--radius: 5px;--kc--radius-tl: var(--kc--radius);--kc--radius-tr: var(--kc--radius);--kc--radius-bl: var(--kc--radius);--kc--radius-br: var(--kc--radius);--button_color: var(--main_color);--button_color-hover: var(--kc--switch-orange);--button_color-active: var(--kc--dark-orange);--button_text: var(--kc--color-white);--header_background_color: #fff;--main_footer_background_color: var(--kc--color-light-fade);--main_footer_text_color: var(--kc-ui-kit-color-gray-200);--library_text_color: var(--kc-ui-kit-color-gray-600);--library_background_color: #fff;--main-library: none;--login-image: none}@media only screen and (max-width: 1340px){:root{--base-size: .746vw;--kc--font-size: 1.045vw;--kc--padding: .3vw;--kc--radius: .373vw}}@media only screen and (max-width: 1024px){:root{--base-size: 1.302vw;--kc--font-size: 1.823vw;--kc--padding: .693vw;--kc--radius: .651vw}}@media only screen and (max-width: 430px){:root{--base-size: 2.667vw;--kc--font-size: 3.73vw;--kc--padding: 1.067vw;--kc--radius: 1.33vw}}:root{--sidebar-width: 240px;--header-height: 70px;--footer-height: 50px}.main{font-family:Lato;padding:0;--left-gutter: 20px}.main>h1{padding:20px 60px;background-color:var(--kc--color-grey-fade);border-bottom:1px solid var(--kc--color-light-grey)}.main>section{padding:30px 60px;border-bottom:1px solid var(--kc--color-light-grey)}.main>section>h2{padding:0 0 20px;line-height:26px;font-size:26px}.header{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:16px 30px;height:var(--header-height);box-shadow:0 0 0 1px #eee}.header h2{font-weight:600;font-size:15pt}.header .dev-logo{display:inline-block;width:15pt;margin:-4px 2px 0 6px}.footer{height:var(--footer-height);font-size:10pt;padding:18px 30px;text-align:center;background-color:var(--kc--color-grey-fade);color:var(--kc-ui-kit-color-gray-200);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.main-container{display:flex;flex-direction:row;min-height:calc(100vh - (var(--footer-height) + var(--header-height)))}.sidebar{flex-basis:var(--sidebar-width);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:10px 0}.sidebar nav{display:block;padding:10px 6px}.sidebar nav h4{font-weight:700;display:block;padding:8px}.sidebar nav ul{display:block}.sidebar nav ul>li{display:block}.sidebar nav ul>li>a{font-weight:500;display:block;padding:8px 16px;text-decoration:none;color:var(--kc-ui-kit-color-primary-active);transition:all .25s ease;box-shadow:-6px 0 #0052cc00}.sidebar nav ul>li>a:hover{box-shadow:-6px 0 #0052cc4f}.sidebar nav ul>li>a.current-link{box-shadow:-6px 0 0 0 var(--kc-ui-kit-color-primary-active)}.main{flex-basis:calc(100% - var(--sidebar-width))}.main .container-fluid h1{font-weight:700;font-size:24pt;line-height:24px;border-bottom:1px solid #eee;padding:20px 0;margin:0 0 40px}@media only screen and (max-width: 1024px){.main>section{padding:15px 30px}}code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;margin:0 0 calc(2 * var(--kc--padding)) 0;font-size:13px}code:not(.hljs){display:inline-block;border-radius:var(--kc--radius);background-color:var(--kc--color-grey-fade);padding:calc(1 * var(--kc--padding)) calc(1.5 * var(--kc--padding))}code.hljs{line-height:18px;background-color:#f3f3f369!important}.table{border-collapse:collapse;width:100%;max-width:none}.table th,.table td{padding:8px 12px}.table thead tr th{border:1px solid #eee;font-weight:700}.table tbody tr td{border:1px solid #eee}.ui-wrap{display:flex;align-items:flex-start;flex-wrap:wrap}.ui-wrap.w-100{width:100%}.ui-item{max-width:100%;margin:0 20px 20px 0;border:1px solid #eee;padding:10px 20px;border-radius:10px}.ui-item.w-100{width:100%;margin:0 0 20px}.ui-title{font-size:16px;display:block;margin:10px 0 20px}.ui-inputs{width:250px}@media only screen and (max-width: 1340px){.ui-item{margin:0 1.493vw 1.493vw 0;padding:.746vw 1.493vw;border-radius:.746vw}.ui-item.w-100{margin:0 0 1.493vw}.ui-title{font-size:1.194vw;margin:.746vw 0 1.493vw}}@media only screen and (max-width: 1024px){.ui-item{width:100%;margin:0 0 1.953vw;padding:.977vw 1.953vw;border-radius:.977vw}.ui-item.w-100{margin:0 0 1.953vw}.ui-title{font-size:1.563vw;margin:.977vw 0 1.953vw}}@media only screen and (max-width: 430px){.ui-wrap{flex-direction:column}.ui-item{width:100%;margin:0 5.33vw 5.33vw 0;padding:2.67vw 5.33vw;border-radius:2.67vw}.ui-item.w-100{margin:0 0 5.33vw}.ui-title{font-size:4.267vw;margin:2.67vw 0 5.33vw}.ui-inputs{width:100%}}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}.vjs-svg-icon{display:inline-block;background-repeat:no-repeat;background-position:center;fill:currentColor;height:1.8em;width:1.8em}.vjs-svg-icon:before{content:none!important}.vjs-svg-icon:hover,.vjs-control:focus .vjs-svg-icon{filter:drop-shadow(0 0 .25em #fff)}.vjs-modal-dialog .vjs-modal-dialog-content,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-button>.vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABUgAAsAAAAAItAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV33Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADwwAABdk9R/WHmhlYWQAABGcAAAAKwAAADYn8kSnaGhlYQAAEcgAAAAdAAAAJA+RCL1obXR4AAAR6AAAABMAAAC8Q44AAGxvY2EAABH8AAAAYAAAAGB7SIHGbWF4cAAAElwAAAAfAAAAIAFAAI9uYW1lAAASfAAAASUAAAIK1cf1oHBvc3QAABOkAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7xDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADbZCycAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1gUV5auc6urCmxEGrq6VRD6ATQP5dHPKK8GRIyoKApoEBUDAiGzGmdUfKNRM4qLZrUZdGKcGN/GZJKd0SyOWTbfbmZ2NxqzM5IxRtNZd78vwYlJdtREoO7sudVNq6PmmxmKqrqPU+eee173P80Bh39Cu9DOEY4DHZBK3i20D/QRLcfxbE5sEVtwLpZzclw4ibFIkSCJUcZ4MBpMnnzwuKNsGWBL5i3qy6kO2dVpvUpKbkAP9fq62rdeGJ+TM/7C1nbIutfuWrWk5ci4zMxxR1qW/N+9JsmCGXj9VKWhFx/6tr/nz78INDm2C9yPF/fDcxLuyKxLBZ1ZBz2QTi+RSkiH5RrDQJ/GgGQadX9m0YSURs7GpSG905Zsk41uj14yul1OtieZ7QUk5GRG/YiS7PYYPSAZNRed9sq3+bOpz00rKb7pe/ZEZvbALxZAHT3AFoH8GXP3rt67QFn40kt8W13FjLTDb48c+fSi5/7h0P4dL5yz7DPtbmgmYxfQA9RL2+EOfTcvdp+1vmuBpvOll1As1S6ak0IvJzC7sKWJFtJgBd2uWcg+0Zyg7dzQfhcjXRgXGZRf5/a4A58IDU777Nl252AUk4m2ByRRjqTNqIDCEJeAnU3iCFwrkrNwXEzg4yFevBwypzxkcX+AIfk3VEKl3XmWbT8788SzvpvFJaiOezL6QyuSr9VNf97csNu0z3LuhR0wATUxZAfVBwVOy+nQFhxYdWaXlXe4HC4zWGWzzsrLDtmhI9pOWOHv7PTT7XybH1Z0+v2d5Abd3kmG+TsH23CS/KwTxx/JkzEwx6jcQOUc42LLwHJ/J93uZ9ygh3HuZGwqsY9dWDHQ58dxNqyqKRQTYdxwTubiOSs3FiMDkq0WSZQgCT0GBDOg2lxOAd1FlPVGs4AKBAcYHHaP2wPkHaivmLF5zYqnIZrvcHx5gN4k/6tchNW1DtdgNL2KrxEkS/kfnIHoVnp1VjmjpTf5r0lTzLj0mdS28tX+XGorU364eMPmnWVl8J36nlKGw3CZhjEiuMw8h8mKvhGD+4/lElBWjAhLJMg6fTw4zPZ8cOmcGQBm2Qxml1nAm13CpYGq1JKUlJJUzQn1PTAO0mgv6VMMpA/DuRfSWEu4lDIxdbAtdWIKvnn2Vk766CWfz9fpY0sH/UpdP50rfszaVpdVRmvIejEdLMk45s4Bu0EWHjeOySmFyZSiMahvZdNSn29peoI/YexYfKQTLeurTXXwEVLeSfInTWHkkMaeUx7sBvOCSTSj3AlcKjfueyS36tCrXDlgRtF0etFq9jhc1kfKuBT/OwMr0F4UUTTh1AN0g20+H/ScPcsIEsYu9d/zN5PmjprPtNwI1ZZcDK6iC97Mcjp2y2aX36f+QbpGHrgRuHlXJ+Zf6PFRL2uQSp8vxHeF2IoRb8Rd2rhMzsNxSRmEuKK4JFnkojhMcx6jzqHzGMGFcW+MhBj0bhf6cowN+45I4LHvwT6fteu7M42wGRI/pxcg6/MZdEvt1U1XaulHFXuLmqov/MukvRVL35/b3ODM1+4aPjtzeK7zmUkV2h3DN54HaQ9GzJvxHRb6Ks2gB81fwqraT+A7GvZJrRLRofU6G0urNL+zFw3v0FaVDFxsKEZW56F31r6ip6vOL+FCObBPuIMRiXld9RaMdLzRIOGhPey2T9vA/35DmZPK9IWaT9d/WgOGMieYqJ/dzjLIhZU118gbysxrNUGefxD6UO/hyNNllpFTOIbx32kSFQctnweV5PxTMHLjRqiAN+fQE9gL+Xy5WB6MOS4GJJuYbDUHhcKDhHGRbLzOpjsjdM1+iwAZLGeieehACX2hhI7SjK/ZUTNrvVje31TxJiFBGYViWFkCn9PMeX9fS6qVbzfCj4fOCTzDnuWy2c4xA7mdNkA3RS9FH2VeqzdCBlixxbzXjvkHU1I8BOYFb1pZvPIHSSIj4svT8xpzcxtXN+ZKyjdDvbz08niiF3PqV9Tn5NST8vg48MTaY8E5xqSSIsWoWHo+LtAzxdH/GDUyp37CBEYfso04F/NlMTcDJUTpECLY0HFGQHImE8xsEUdgnrQlixIvGhJA1BvxpDHGxEMBYFeNOHcBJlSjwe2JcSfbBEsGOPPBHg/6SBBOCsLLw0SpUxod0Z1bFMfLkbQ3UiZxEyd0Dx8t+SRBu18Q9msFbI4e3p1THEfkSEh7kEJ5orR10qTWDvbgPWn5aWvCYyOAjwgXyjJi34uMjo58L25cmRAeQZWI2PA1QQLsPESAH8WGFwZZ4SPoR73BHPzIPMJj9AreBzKUmrH4todT18ANvi1oc3YGjUT/0j+ExUwq8PI9BLaCQIpvewwYu2evAG/Vo/5avPdY7o+BemLLXw3y+AdkzP9bpIxB1wm5EYq8fesHbPEPtm6HrHvtx4jcGPR8fDDpkZBefIjB46QnlUNRltv4Z/pO/J6dxEjhYAtmoMeq+GozvUVvNYOW3m6GCIhoprcfr97B8AcIQYsfD8ljUvGNjvkrpj0ETA48ZMIxCeqsRIsQALE0gi2GB+glSOfbOjW3GSBM9yPq8/rpJXrJDz0BPxV6xdN4uiCGDQed3WhgFkBUZEFsmeyyBpzXrm7UGTBZG8Lh5aubFufk5eUsbrrFGr7McYdbltxa0nKYqRKbQjvikXYkTGM0f2xuyM3Ly21oXnWfvf6I1BmZwfh7EWWIYsg2nHhsDhOnczhJcmI6eBAmy3jZ3RiJmKQR/JA99FcwsfaVbNDDyi1rL9NPj9hfo61wjM6BjzOLijLpeTgk/pL+ip6tfYWupzeOgPny2tcUu9J/9mhxJlgyi985NFRbvCVewXUNXLJaW0RxZqtRYtnfYdcYomXQWdnJHQA3jiEEkeTQWcWxdDP9IvvVWvo2TK553XEMEq+s69/QDU1Q7p0zxwsm9qS379whr8NI2PJqLUyGyfNeX3eFfnJU2U+uHR9cVV1IqgurqwuV44XVp0h2qN55X5XJwtk59yP0IZuHrqBOBIuIYhkcoT6Kx79Pu2HS/IPZIMOqLWs/pteOOk4NPgEb6QAIdAPsyZk5Mwd+wVaHMexJv719W7xCu2l37UG6lvYdBcvHa08p89741zd63phTRGqL5ggo6SlvdbWXzCqsPq78NnSu7wnKy2HNZbVoRCI7UJEOyRj+sPE002tOOY7Qa5fXboFWkLNeqYUSZRocp9XwSUZxcQZ9Hw6LV2pOoVmvHQEDbGIENEG5i6bLgMSM4n8+FNLTtAds99DaWEvgcf4o5SyYe9x+kF6/tGoTPAdRmS/XQIEy//QxKC2oqioAI3tS5auvxCtzT6y6RK8fhChYcwCJaMJhxc0vqSxQ/qmgsrKAlBZUHlauheTpvd9uj5DnLzJct6qfq5fXbYHVIGcfrIVJihbaVLu1wW7Vbs8zK0A8e9Jvb91S9cVMjPrazD6gpfeZTXzYbCFMcppVRsGMpp55OWgx1/3JeAxW1Y7AORgM/m3rWrsdLkQVmEVSU16cX/e7uvkvpqRiQsG06XJ0t64Tf+l0nG1dt025gyOIZlvq5u9KSU1N2TW/rsWnnMRPyTDkctbhvIcNvYIXWyLzdwYLoYesUbaQG4iK2cWO2gdpeUYLqDD0MUTOPhDIGnZEs58yArR86FznuWEsU4YDi2x26dA4klkn8Qa6vhk2QUfX4Jxm/ngX9r7ogn1dmlmwqZmuhxtdg9XN/DEcUgqb+9hMyNansfaQET2mcROCmGEMVqxm5u+h6kN2MOwgqykV2wH9yQG9DvVFU38Pogaf4FVuE62KI/oJ02RDdWW2w5dqQwU/8+N1q1DlvsL863u61KLE7x/o8w0VJQM/Y/SQ3unIrqxueEa1BqT5VFNsO7p39/UC771a77RowpaKe9nvJQIT1Pog5LGx8XblBKmCNGTf3xMogAQvPnz9PYKX/08sVDTG1OKUlOLUgS/UaZtm1NAaYTsl7i9ZQ+L6O4Rl0OGa577LuWvc+C+x96/vYh0lLBuM+7XwI/dTLtdT7v4d6rRTWDnku0IBrqFnZ5bVIqKP8lasJlithWnaLhTsr8qFJBulF/70p4undou36HeTJ5+jv1fCybeQ8nH3+Xv6aENczmOFlab+hqMDg1rLOt12A+tiUFrYDwQ6c3RUJp601nzegTNX6WlYAI2zSUV945F6zU56ZmZVQaWspWcIADxJ9GmljQUnL2p2Dpr5T8H+5KJFu+vqBq8qvyHRzStLHPEO5SPYCV9nZe0yZT2RcH0oHvegSzNEJ0oGWU8iQWM12dgPEugngVceGIwZgPFp0BiT1a0a3R5Rcot7ihfA1J/20v96jX7zmTX9s583H0kwx6WnLd09cXrR9LGroOa9sHNbdyz8wcKk5lqhaVFJZNwmqtw884MXNdvJujpBa3xzuSaZH9sxa06Z7x+HJSduPbdYHv/DgmEhfbehvlmGN7JUkcG78GDM12CeyFFTPNqVeNxC1gzjz+c2nVo63Xxs8rKJWXoBJM0tmEbfGm4qzpoOH3xpzQfyxLzW1gnE9NHo6tol1eMEic4ZVPrjnVi0kqAe2sQ2bgqupScaq8WGlUWgWHI51SKJl/UYT6zccNsCSkBtiVZLsiefuFSDYT3Fi8Zk7EUnmjTRYtsFeuDDJS05MW79M3mr3mla+d8dzac31KTPmBYfFiYSUef48PhPjm9ryZsSGZZkdNvzq0Y9rdNcwDq5Dg5C3QW+7UN64IKptvS3tvHbvu5c9pv1Exau21rc9LIpwpQwUjTq8576yeVDz5+4WZ1nXT43wV60rPLJbDp/UksNrP3iQ2SA63Pst058gOYDbhRnRUw8l/sRt4HbxPzO4WYpInCpuVgSbVh6JXuwnnJngKTTCwaPWmG5Xbhpm1U0Yt3FyBGpGYemPM77p2TD904JjgJ2QFpFLeYpGx8X15Qx1Zk31p5ki9ZLUuXE0lmuJlcakJMVLeFS1iIvrB8drY0aloilakqCZwzwRORtxlgwxS4IThggJd4TDxoiaAIT80fFPGrCPPru+puFn504P/ybr4ihA/6dKASLshEJic7xE8tmzu3KzA7TABBe8y5fNbWo3ilQn/SuFKM16b2l5bOeayqfGhYmhIulU+fVNDdWVv4NMzX10MBHyPR5uhWUu8D9P1VnIMt4nGNgZGBgAOJ/1bf64vltvjJwszOAwAOlmqvINEc/WJyDgQlEAQA+dgnjAHicY2BkYGBnAAGOPgaG//85+hkYGVCBPgBGJwNkAAAAeJxjYGBgYB/EmKMPtxwAhg4B0gAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAe4CLgKKAtAC/ANiA4wDqAPgBDAEsATaBQgFWgXABggGLgZwBqwG9gdOB4oH0ggqCHAIhgicCMgJJAlWCYgJrAnyCkAKdgrkC7J4nGNgZGBg0GdoZmBnAAEmIOYCQgaG/2A+AwAaqwHQAHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkXlT2zAQxf1C4thJAwRajt4HRy8VMwwfSJHXsQZZcnUQ+PYoTtwpM+wf2t9brWZ2n5JBsol58nJcYYAdDDFCijEy5JhgileYYRd72MccBzjEa7zBEY5xglO8xTu8xwd8xCd8xhd8xTec4RwXuMR3/MBP/MJvMPzBFYpk2Cr+OF0fTEgrFI1aHhxN740KDbEmeJpsWZlVj40s+45aLuv9KijlhCXSjLQnu/d/4UH6sWul1mRzFxZeekUuE7z10mg3qMtM1FGQddPSrLQyvJR6OaukItYXDp6pCJrmz0umqkau5pZ2hFmm7m+ImG5W2t0kZoJXUtPhVnYTbbdOBdeCVGqpJe7XKTqSbRK7zbdwXfR0U+SVsStuS3Y76em6+Ic3xYiHUppc04Nn0lMzay3dSxNcp8auDlWlaCi48yetFD7Y9USsx87G45cuop1ZxQUtjLnL4j53FO0a+5X08UXqQ7NQNo92R0XOz7sxWEnxN2TneJI8Acttu4Q=) format("woff");font-weight:400;font-style:normal}.vjs-icon-play,.video-js .vjs-play-control .vjs-icon-placeholder,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{content:"\f101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\f102"}.vjs-icon-pause,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pause:before,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before{content:"\f103"}.vjs-icon-volume-mute,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mute:before,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before{content:"\f104"}.vjs-icon-volume-low,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-low:before,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before{content:"\f105"}.vjs-icon-volume-mid,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mid:before,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before{content:"\f106"}.vjs-icon-volume-high,.video-js .vjs-mute-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-high:before,.video-js .vjs-mute-control .vjs-icon-placeholder:before{content:"\f107"}.vjs-icon-fullscreen-enter,.video-js .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-enter:before,.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before{content:"\f108"}.vjs-icon-fullscreen-exit,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-exit:before,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before{content:"\f109"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\f10a"}.vjs-icon-subtitles,.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-subtitles:before,.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before{content:"\f10b"}.vjs-icon-captions,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-captions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-captions:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-captions-button .vjs-icon-placeholder:before{content:"\f10c"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\f10d"}.vjs-icon-chapters,.video-js .vjs-chapters-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-chapters:before,.video-js .vjs-chapters-button .vjs-icon-placeholder:before{content:"\f10e"}.vjs-icon-downloading{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-downloading:before{content:"\f10f"}.vjs-icon-file-download{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-file-download:before{content:"\f110"}.vjs-icon-file-download-done{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-file-download-done:before{content:"\f111"}.vjs-icon-file-download-off{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-file-download-off:before{content:"\f112"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f113"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\f114"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\f115"}.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder,.video-js .vjs-volume-level,.video-js .vjs-play-progress{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before,.video-js .vjs-volume-level:before,.video-js .vjs-play-progress:before{content:"\f116"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\f117"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\f118"}.vjs-icon-cancel,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cancel:before,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before{content:"\f119"}.vjs-icon-repeat{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-repeat:before{content:"\f11a"}.vjs-icon-replay,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay:before,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before{content:"\f11b"}.vjs-icon-replay-5,.video-js .vjs-skip-backward-5 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay-5:before,.video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before{content:"\f11c"}.vjs-icon-replay-10,.video-js .vjs-skip-backward-10 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay-10:before,.video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before{content:"\f11d"}.vjs-icon-replay-30,.video-js .vjs-skip-backward-30 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay-30:before,.video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before{content:"\f11e"}.vjs-icon-forward-5,.video-js .vjs-skip-forward-5 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-forward-5:before,.video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before{content:"\f11f"}.vjs-icon-forward-10,.video-js .vjs-skip-forward-10 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-forward-10:before,.video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before{content:"\f120"}.vjs-icon-forward-30,.video-js .vjs-skip-forward-30 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-forward-30:before,.video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before{content:"\f121"}.vjs-icon-audio,.video-js .vjs-audio-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio:before,.video-js .vjs-audio-button .vjs-icon-placeholder:before{content:"\f122"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\f123"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\f124"}.vjs-icon-shuffle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-shuffle:before{content:"\f125"}.vjs-icon-cast{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cast:before{content:"\f126"}.vjs-icon-picture-in-picture-enter,.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-picture-in-picture-enter:before,.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before{content:"\f127"}.vjs-icon-picture-in-picture-exit,.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-picture-in-picture-exit:before,.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before{content:"\f128"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\f129"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\f12a"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\f12b"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\f12c"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\f12d"}.vjs-icon-audio-description,.video-js .vjs-descriptions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio-description:before,.video-js .vjs-descriptions-button .vjs-icon-placeholder:before{content:"\f12e"}.video-js{display:inline-block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js[tabindex="-1"]{outline:none}.video-js *,.video-js *:before,.video-js *:after{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js.vjs-fluid,.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-9-16,.video-js.vjs-1-1{width:100%;max-width:100%}.video-js.vjs-fluid:not(.vjs-audio-only-mode),.video-js.vjs-16-9:not(.vjs-audio-only-mode),.video-js.vjs-4-3:not(.vjs-audio-only-mode),.video-js.vjs-9-16:not(.vjs-audio-only-mode),.video-js.vjs-1-1:not(.vjs-audio-only-mode){height:0}.video-js.vjs-16-9:not(.vjs-audio-only-mode){padding-top:56.25%}.video-js.vjs-4-3:not(.vjs-audio-only-mode){padding-top:75%}.video-js.vjs-9-16:not(.vjs-audio-only-mode){padding-top:177.7777777778%}.video-js.vjs-1-1:not(.vjs-audio-only-mode){padding-top:100%}.video-js.vjs-fill:not(.vjs-audio-only-mode){width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js.vjs-audio-only-mode .vjs-tech{display:none}body.vjs-full-window,body.vjs-pip-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen,body.vjs-pip-window .video-js{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),body.vjs-pip-window .video-js{width:100%!important;height:100%!important;padding-top:0!important;display:block}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-pip-container .vjs-pip-text{position:absolute;bottom:10%;font-size:2em;background-color:#000000b3;padding:.5em;text-align:center;width:100%}.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,.vjs-layout-x-small.vjs-pip-container .vjs-pip-text,.vjs-layout-small.vjs-pip-container .vjs-pip-text{bottom:0;font-size:1.4em}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1!important;visibility:visible!important}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:50%;left:50%;padding:0;margin-top:-.81666em;margin-left:-1.5em;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:#2b333fb3;border-radius:.3em;transition:all .4s}.vjs-big-play-button .vjs-svg-icon{width:1em;height:1em;position:absolute;top:50%;left:50%;line-height:1;transform:translate(-50%,-50%)}.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus{border-color:#fff;background-color:#73859f;background-color:#73859f80;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button,.vjs-error .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking,.vjs-scrubbing,.vjs-error) .vjs-big-play-button{display:block}.video-js button{background:none;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0));overflow:auto}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{display:flex;justify-content:center;list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover,.js-focus-visible .vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:#73859f80}.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover,.js-focus-visible .vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.vjs-menu li.vjs-selected .vjs-svg-icon,.vjs-menu li.vjs-selected:focus .vjs-svg-icon,.vjs-menu li.vjs-selected:hover .vjs-svg-icon,.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon{fill:#000}.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible){background:none}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0em;margin-bottom:1.5em;border-top-color:#2b333fb3}.vjs-pip-window .vjs-menu-button-popup .vjs-menu{left:unset;right:1em}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:#2b333fb3;position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,.vjs-menu-button-popup .vjs-menu.vjs-lock-showing{display:block}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline:hover,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline.vjs-slider-active{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}.vjs-menu-button-inline:hover .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline.vjs-slider-active .vjs-menu{display:block;opacity:1}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:#2b333fb3}.video-js:not(.vjs-controls-disabled,.vjs-using-native-controls,.vjs-error) .vjs-control-bar.vjs-lock-showing{display:flex!important}.vjs-has-started .vjs-control-bar,.vjs-audio-only-mode .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;pointer-events:none;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar,.vjs-error .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible;pointer-events:auto}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.video-js .vjs-control.vjs-visible-text{width:auto;padding-left:1em;padding-right:1em}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.vjs-button>.vjs-icon-placeholder{display:block}.vjs-button>.vjs-svg-icon{display:inline-block}.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before,.video-js .vjs-control:focus{text-shadow:0em 0em 1em white}.video-js *:not(.vjs-visible-text)>.vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-liveui .vjs-progress-control{display:flex;align-items:center}.video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-play-progress,.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;line-height:.35em;z-index:1}.vjs-svg-icons-enabled .vjs-play-progress:before{content:none!important}.vjs-play-progress .vjs-svg-icon{position:absolute;top:-.35em;right:-.4em;width:.9em;height:.9em;pointer-events:none;line-height:.15em;z-index:1}.video-js .vjs-load-progress{background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:#fffc;border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:#000c}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#73859f;background-color:#73859f80}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0em 0em 1em white;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{transition:width 1s}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active{width:10em;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel{display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em;z-index:1}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em;z-index:1}.vjs-svg-icons-enabled .vjs-volume-level:before{content:none}.vjs-volume-level .vjs-svg-icon{position:absolute;width:.9em;height:.9em;pointer-events:none;z-index:1}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{line-height:.35em;right:-.5em}.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon{right:-.3em;transform:translateY(-50%)}.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon{top:-.55em;transform:translate(-50%)}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:#2b333fb3}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.video-js .vjs-volume-tooltip{background-color:#fff;background-color:#fffc;border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-volume-control:hover .vjs-volume-tooltip,.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip{display:block;font-size:1em;visibility:visible}.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip{left:1em;top:-12px}.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip{font-size:1em}.video-js .vjs-volume-control .vjs-mouse-display{display:none;position:absolute;width:100%;height:1px;background-color:#000;z-index:1}.video-js .vjs-volume-horizontal .vjs-mouse-display{width:1px;height:100%}.video-js .vjs-volume-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.vjs-mouse-display .vjs-volume-tooltip{color:#fff;background-color:#000;background-color:#000c}.vjs-poster{display:inline-block;vertical-align:middle;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-has-started .vjs-poster,.vjs-using-native-controls .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster,.vjs-has-started.vjs-audio-poster-mode .vjs-poster,.vjs-pip-container.vjs-has-started .vjs-poster{display:block}.vjs-poster img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.video-js:not(.vjs-live) .vjs-live-control,.video-js.vjs-liveui .vjs-live-control{display:none}.video-js .vjs-seek-to-live-control{align-items:center;cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:.5em;color:#888}.vjs-svg-icons-enabled .vjs-seek-to-live-control{line-height:0}.vjs-seek-to-live-control .vjs-svg-icon{width:1em;height:1em;pointer-events:none;fill:#888}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon{fill:red}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-live .vjs-time-control,.vjs-live .vjs-time-divider,.video-js .vjs-current-time,.video-js .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.vjs-error .vjs-text-track-display{display:none}.video-js.vjs-controls-disabled .vjs-text-track-display,.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{transform:translateY(-3em)}.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.video-js.vjs-force-center-align-cues .vjs-text-track-cue{text-align:center!important;width:80%!important}.video-js .vjs-picture-in-picture-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,.vjs-pip-window .vjs-picture-in-picture-control{display:none}.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-fullscreen-control,.vjs-pip-window .vjs-fullscreen-control{display:none}.vjs-playback-rate>.vjs-menu-button,.vjs-playback-rate .vjs-playback-rate-value{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0em}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.85;text-align:left;border:.6em solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:5em;height:5em;border-radius:50%;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:flex;justify-content:center;align-items:center;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-error .vjs-loading-spinner{display:none}.vjs-loading-spinner:before,.vjs-loading-spinner:after{content:"";position:absolute;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:before,.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after{animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{to{transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}.video-js.vjs-audio-only-mode .vjs-captions-button{display:none}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js.vjs-audio-only-mode .vjs-descriptions-button{display:none}.vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-svg-icon{width:1.5em;height:1.5em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\f10c";font-size:1.5em;line-height:inherit}.video-js.vjs-audio-only-mode .vjs-subs-caps-button{display:none}.video-js .vjs-audio-button+.vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder,.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" \f12e";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-small .vjs-current-time,.video-js.vjs-layout-small .vjs-time-divider,.video-js.vjs-layout-small .vjs-duration,.video-js.vjs-layout-small .vjs-remaining-time,.video-js.vjs-layout-small .vjs-playback-rate,.video-js.vjs-layout-small .vjs-volume-control,.video-js.vjs-layout-x-small .vjs-current-time,.video-js.vjs-layout-x-small .vjs-time-divider,.video-js.vjs-layout-x-small .vjs-duration,.video-js.vjs-layout-x-small .vjs-remaining-time,.video-js.vjs-layout-x-small .vjs-playback-rate,.video-js.vjs-layout-x-small .vjs-volume-control,.video-js.vjs-layout-tiny .vjs-current-time,.video-js.vjs-layout-tiny .vjs-time-divider,.video-js.vjs-layout-tiny .vjs-duration,.video-js.vjs-layout-tiny .vjs-remaining-time,.video-js.vjs-layout-tiny .vjs-playback-rate,.video-js.vjs-layout-tiny .vjs-volume-control{display:none}.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover{width:auto;width:initial}.video-js.vjs-layout-x-small .vjs-progress-control,.video-js.vjs-layout-tiny .vjs-progress-control{display:none}.video-js.vjs-layout-x-small .vjs-custom-control-spacer{flex:auto;display:block}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:#2b333fbf;color:#fff;height:70%}.vjs-error .vjs-text-track-settings{display:none}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-font,.vjs-text-track-settings .vjs-track-settings-controls{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display: grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.vjs-text-track-settings select{font-size:inherit}.vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}.vjs-text-track-settings fieldset{margin:10px;border:none}.vjs-text-track-settings fieldset span{display:inline-block;padding:0 .6em .8em}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;font-weight:700;font-size:1.2em}.vjs-text-track-settings .vjs-label{margin:0 .5em .5em 0}.vjs-track-settings-controls button:focus,.vjs-track-settings-controls button:active{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f 100%)}.vjs-track-settings-controls button:hover{color:#2b333fbf}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f 100%);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}.vjs-title-bar{background:rgba(0,0,0,.9);background:linear-gradient(180deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.7) 60%,rgba(0,0,0,0) 100%);font-size:1.2em;line-height:1.5;transition:opacity .1s;padding:.666em 1.333em 4em;pointer-events:none;position:absolute;top:0;width:100%}.vjs-error .vjs-title-bar{display:none}.vjs-title-bar-title,.vjs-title-bar-description{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vjs-title-bar-title{font-weight:700;margin-bottom:.333em}.vjs-playing.vjs-user-inactive .vjs-title-bar{opacity:0;transition:opacity 1s}.video-js .vjs-skip-forward-5,.video-js .vjs-skip-forward-10,.video-js .vjs-skip-forward-30,.video-js .vjs-skip-backward-5,.video-js .vjs-skip-backward-10,.video-js .vjs-skip-backward-30{cursor:pointer}@media print{.video-js>*:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.js-focus-visible .video-js *:focus:not(.focus-visible){outline:none}.video-js *:focus:not(:focus-visible){outline:none}.portal-tutorial .kc-modal-window .modal-head>h2{margin:0}.portal-tutorial .kc-modal-window .video-wrap{width:calc(var(--base-size) * 98);max-width:100%;height:auto;background-color:var(--kc-color-gray-600);margin:0 0 calc(var(--base-size) * 2) 0;position:relative}.portal-tutorial .kc-modal-window .video-wrap>video{width:100%;height:auto}.portal-tutorial .kc-modal-window .video-wrap .play-button{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(var(--base-size) * 8);height:calc(var(--base-size) * 8);background-image:url(https://demo.knowledgecity.com/images/icons/video-play.svg);background-size:calc(var(--base-size) * 16) auto;border-radius:50vw;background-position:center center;background-repeat:no-repeat;transition:.3s transform,.3s opacity;z-index:2}.portal-tutorial .kc-modal-window .video-wrap .play-button.disabled{display:none}.portal-tutorial .kc-modal-window .video-wrap .play-button:hover{cursor:pointer;transform:translate(-50%,-50%) scale(1.2);opacity:.8}.portal-tutorial .kc-modal-window .kc-checkbox{margin:0 0 calc(var(--base-size) * 2) 0}.portal-tutorial .kc-modal-window>p{font-size:calc(var(--base-size) * 1.4);line-height:1.5;font-weight:700;margin:0}.page-wrapper .wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%;position:relative;background-color:var(--kc-color-secondary-100, var(--kc-color-primary-100))}.page-wrapper .branding--auth-wrapper{background-color:var(--sign_in_background_color, transparent);background-image:var(--main-sign-in);background-position:center center;background-size:cover;background-repeat:no-repeat}.page{flex:1 0 auto;min-height:100vh}.page.page-signin{display:flex;flex-direction:column;align-items:center;justify-content:center;position:static}.page.centered{display:flex;align-items:center;justify-content:center}.page.page--library-empty{display:flex;flex-direction:column}.page.page--library-empty .container-custom,.page.page--library-empty .learning-library{flex:1;display:flex;flex-direction:column}.page.page--library-empty .library-empty-state-wrap{flex:1;display:flex;align-items:center;justify-content:center}.bg-image{color:var(--main_color);position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.bg-image svg{top:-1px;left:-1px;right:-1px;bottom:-1px;height:calc(100% + 2px);width:calc(100% + 2px)}.page-signin .bg-image svg{position:fixed}html[lang=ar] .page-wrapper .branding--auth-wrapper,html[lang=ur] .page-wrapper .branding--auth-wrapper{background-image:var(--main-sign-in-ar)}html[lang=ar] .bg-image svg,html[lang=ur] .bg-image svg{transform:scaleX(-1)}*,*:before,*:after{box-sizing:border-box;appearance:none;-webkit-appearance:none}body{background:#fff;color:var(--kc-color-gray-600);font-family:Lato;word-wrap:break-word}b,strong{font-weight:700}ul.mark-list{list-style-type:disc;padding:0 0 0 calc(var(--base-size) * 1.5);margin:calc(var(--base-size) * 2) 0}ul.mark-list li{font-size:calc(var(--base-size) * 1.6);line-height:1.5}ul.mark-list ::marker{font-size:calc(var(--base-size) * 1.6);color:var(--main_color)}html[lang=ar] ul.mark-list,html[lang=ur] ul.mark-list{padding:0 calc(var(--base-size) * 1.5) 0 0}.centered-notification{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(var(--base-size) * 40)}.centered-notification__title{font-size:calc(var(--base-size) * 2.4);line-height:1.5;font-weight:700;color:var(--kc-color-gray-600);margin:0 0 var(--base-size) 0}.centered-notification__description{font-size:calc(var(--base-size) * 1.4);line-height:1.5;color:var(--kc-color-gray-200)}.background-section{background-size:cover;background-position:center center;background-repeat:no-repeat;overflow:hidden}.background-section *{color:#fff!important}.desktop-off{overflow:hidden!important;position:absolute}.using-keyboard *:focus,.using-keyboard .modal-overlay-menu *:focus{outline:calc(var(--base-size) * .4) dashed #329dff!important}.using-keyboard{--ki-outline: calc(var(--base-size) * .4) dashed #329dff !important;--ki-outline-offset: calc(var(--base-size) * -.4)}.tabs .tab-list-items{padding:calc(var(--base-size) * .4) calc(var(--base-size) * .4) calc(var(--tab--padding) * 7.5) calc(var(--base-size) * .4);margin:0 calc(var(--base-size) * -.4);-ms-overflow-style:none;scrollbar-width:none}.tabs .tab-list-items::-webkit-scrollbar{display:none}.using-mouse *{outline:none}.using-mouse * .header__course--select.search-wrapper input::placeholder{color:var(--kc-color-gray-200)}.using-mouse * .header__course--select.search-wrapper input:focus{border-color:var(--kc-color-gray-200)}.body-content{margin-top:calc(var(--base-size) * 6)}.slider-large__container{margin:0 auto;width:calc(var(--base-size) * 138);width:100%}body.no-scroll{overflow:hidden}.orange-symbol{color:#ff881a}.caps{letter-spacing:1px}.orange-hover:hover{color:#ff881a}.controls__link{text-decoration:none;color:var(--kc-color-gray-600)}.lang__bottom-sheet{position:fixed;left:0;bottom:0;width:100%;border-radius:calc(var(--base-size) * 1.5 * var(--ki-border-radius-scale))}.lang__bottom-sheet:after{content:"";position:absolute;background-image:url(https://demo.knowledgecity.com/images/content/drawer.svg);background-repeat:no-repeat;width:calc(var(--base-size) * 5);height:calc(var(--base-size) * .4);right:45%;top:var(--base-size)}.bottom-sheet__container{background-color:#fff;max-height:0;overflow:hidden;transition:all .2s ease-out;box-shadow:0 0 calc(var(--base-size) * 2) #2c3e461a}.bottom-sheet__langs{padding:calc(var(--base-size) * 4) 0 calc(var(--base-size) * 2) calc(var(--base-size) * 2)}.option-checkbox{position:absolute;z-index:-1;opacity:0}.option-checkbox+label{display:inline-flex;align-items:center;user-select:none}.option-checkbox+label:before{content:"";display:inline-block;width:1em;height:1em;flex-shrink:0;flex-grow:0;border:1px solid #adb5bd;border-radius:1em;margin-right:.5em;background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.option-checkbox:checked+label:before{border-color:#ff881a;background-color:#ff881a;background-image:url(https://demo.knowledgecity.com/_app/immutable/assets/images/content/checkbox.svg)}.bottom-sheet__lang{padding-bottom:calc(var(--base-size) * 2)}.container{margin:0 auto;padding:0 calc(var(--base-size) * 5);max-width:calc(var(--base-size) * 128);width:100%}.container__external{max-width:calc(var(--base-size) * 163.2);width:100%;padding:0;margin:0 auto}.container-custom{padding:0 calc(var(--base-size) * 3.2);margin:0 auto;width:100%}.slider-off{margin-top:calc(var(--base-size) * 3);height:100%;display:flex;overflow-x:auto;overflow-y:hidden}.slider-off .slide__card:nth-child(1){margin-left:0}.select-box{position:relative}.options-container{position:absolute;top:100%;box-shadow:0 0 calc(var(--base-size) * 2) #2c3e461a}.slider-container{margin:0 auto;padding:0 calc(var(--base-size) * 5);max-width:calc(var(--base-size) * 138);width:100%}.adaptive__user-settings{display:none;position:fixed;width:100%;height:100%;overflow:auto;z-index:1000;background-color:#fff}.adaptive__user-settings.show{display:block}.learning__view-full{width:calc(var(--base-size) * 18);padding:calc(var(--base-size) / 2) calc(var(--base-size) * 1.5)}.learning__view-full:hover{background:var(--kc-color-gray-100);border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale))}.splide__arrow,.splide__pagination{visibility:hidden}.splide__pagination.p-large{bottom:calc(var(--base-size) * -3);visibility:visible}.splide__pagination.p-large .splide__pagination__page.is-active{width:var(--base-size);height:var(--base-size);transform:none;border:none;background:#ff881a}.splide__pagination.p-large .splide__pagination__page{width:var(--base-size);height:var(--base-size);border:1px solid var(--kc-color-light-gray);background:#fff}.orange-btn{border:1px solid #ff881a;background:#ff881a;border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));padding:calc(var(--base-size) * .3) calc(var(--base-size) * 1.5) calc(var(--base-size) * .4) calc(var(--base-size) * 1.5);text-decoration:none;font-weight:700;font-size:calc(var(--base-size) * 1.4);color:#fff;cursor:pointer;white-space:nowrap}.orange-btn:hover{background:#ff6f00}.text-input{width:100%;font-size:calc(var(--base-size) * 1.4);border:1px solid #cdd8e1;border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));color:#697177;padding:calc(var(--base-size) * .4) calc(var(--base-size) * .9)}.text-input:hover{background:var(--kc-color-gray-100)}.select-box.active .text-input:hover{background:none}.request-access{display:none;margin-left:var(--base-size)}.content.unauthorized .request-access{display:block}.content.unauthorized .header__content--my-learning,.content.unauthorized .header__content--account,.content.unauthorized .leaderboard{display:none}.header__content--account{margin-left:var(--base-size);cursor:pointer}.option{padding:calc(var(--base-size) * .8)}.option:hover{background:#ff881a}.option:hover .option-label,.option:hover .option-label__hint{color:#fff}.option-label__fullLang{display:flex;align-items:baseline}.option-label__hint{color:var(--kc-color-gray-200);font-size:calc(var(--base-size) * 1.2);padding-left:calc(var(--base-size) * .2);cursor:pointer}.option-label__hint.default,.option-search__not-found{display:none}.option-search__not-found.show{display:block}.header__content--my-learning,.header__content--user{margin-left:calc(var(--base-size) * 2)}.my-learning__btn,.view-full__btn{cursor:pointer;border:none;background:none;color:var(--kc-color-gray-600);font-size:calc(var(--base-size) * 1.4);font-weight:700}.select-box{display:flex;flex-direction:column;cursor:pointer}.select-box.active{box-shadow:0 0 calc(var(--base-size) * 2) #2c3e461a;border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale))}.select-box.active .selected,.select-box.active .text-input{border-radius:0;border:1px solid #fff;border-bottom:1px solid var(--kc-color-light-gray);border-top-left-radius:calc(var(--base-size) / 2);border-top-right-radius:calc(var(--base-size) / 2)}.select-box.active .s-account:before{border-bottom-left-radius:0}.select-box.active .selected:after{transform:rotate(180deg);right:calc(var(--base-size) * .2);top:calc(var(--base-size) * .7)}.select-box.active .options-container{max-height:calc(var(--base-size) * 24);opacity:1;overflow-y:scroll;z-index:1000;background:#fff;border-bottom-right-radius:calc(var(--base-size) / 2);border-bottom-left-radius:calc(var(--base-size) / 2)}.options-container{background:#fff;color:#000;max-height:0;width:100%;opacity:0;overflow:hidden;order:1}.selected-lang__mobile{cursor:pointer}.selected-lang__mobile:hover{background:var(--kc-color-gray-100)}.selected,.selected-lang__mobile{width:100%;position:relative;background:#fff;font-size:calc(var(--base-size) * 1.4);border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));color:#697177;padding:calc(var(--base-size) / 2) calc(var(--base-size) * 3);order:0}.selected:after,.selected-lang__mobile:after{content:"";position:absolute;background-image:url(https://demo.knowledgecity.com/images/header/arrow.svg);background-size:contain;background-position:center center;background-repeat:no-repeat;right:calc(var(--base-size) * .8);top:50%;transform:translateY(-50%);width:calc(var(--base-size) * 1.8);height:calc(var(--base-size) * 1.8)}.s-account:before{content:"";position:absolute;background-repeat:no-repeat;border-top-left-radius:calc(var(--base-size) / 2);border-bottom-left-radius:calc(var(--base-size) / 2);left:-1px;top:-1px;width:calc(var(--base-size) * 2.4);height:calc(var(--base-size) * 2.6)}.selected__border{position:absolute;background-color:var(--kc-color-light-gray);width:1px;height:calc(var(--base-size) * 2);left:calc(var(--base-size) * 2.5);top:50%;transform:translateY(-50%)}.selected__icon{position:absolute;background-image:url(https://demo.knowledgecity.com/images/header/lang-icon.svg);background-size:contain;background-position:center center;background-repeat:no-repeat;width:calc(var(--base-size) * 2.4);height:calc(var(--base-size) * 2.4);left:1px;top:50%;transform:translateY(-50%)}.selected__text{width:calc(var(--base-size) * 10);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selected:hover{background:var(--kc-color-gray-100)}.select-box.active .selected:hover{background:none}.select-box.active .selected-lang__footer.selected:hover{background:#fff}.option-label{color:var(--kc-color-gray-600);font-size:calc(var(--base-size) * 1.4);cursor:pointer}.assigned-courses__mobile{display:none}.section__head--title{font-weight:700;font-size:calc(var(--base-size) * 3);white-space:nowrap}.slide-control__container:hover{background:var(--kc-color-gray-100);border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));cursor:pointer}.slide-control__container.next{padding:calc(var(--base-size) / 2) calc(var(--base-size) * 2) calc(var(--base-size) / 2) calc(var(--base-size) * 1.2)}html[lang=ar] .slide-control__container.next,html[lang=ur] .slide-control__container.next,.slide-control__container.prev{padding:calc(var(--base-size) / 2) calc(var(--base-size) * 1.2) calc(var(--base-size) / 2) calc(var(--base-size) * 2)}html[lang=ar] .slide-control__container.prev,html[lang=ur] .slide-control__container.prev{padding:calc(var(--base-size) / 2) calc(var(--base-size) * 2) calc(var(--base-size) / 2) calc(var(--base-size) * 1.2)}.section__head--caption{width:100%}.section__head--caption .section-title{margin:0}.section__head--hint.normal{margin-top:calc(var(--base-size) * 2)}.section__head--text{display:flex;align-items:baseline}.section__head--hint.italic{color:var(--kc-color-gray-200);font-size:calc(var(--base-size) * 1.6);font-style:italic;margin-left:var(--base-size);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.section__slider{margin-top:calc(var(--base-size) * 3)}.slider-btn{cursor:pointer;position:relative}.section__slider.shadows{position:relative;margin-top:calc(var(--base-size) * 3)}.section__slider.shadows:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:calc(var(--base-size) * 2) 0 calc(var(--base-size) * 1.5) calc(var(--base-size) * -3) #000 inset,calc(var(--base-size) * -2) 0 calc(var(--base-size) * 1.5) calc(var(--base-size) * -3) #000 inset;z-index:1;pointer-events:none}.section__slider.s-default,.section__slider.s-leaderboard{box-shadow:none}.section__head--panel{display:flex;align-items:baseline}.email-html *{all:revert-layer}@media only screen and (max-width: 1024px){.portal-tutorial .kc-modal-window .video-wrap .play-button{display:none}.tablet-off{overflow:hidden}#svelte>.wrapper>main{margin:0 0 80.003px}ul.mark-list{padding:0 0 0 14.976px;margin:19.968px 0}ul.mark-list li{font-size:15.974px}ul.mark-list ::marker{font-size:15.974px}html[lang=ar] ul.mark-list,html[lang=ur] ul.mark-list{padding:0 14.976px 0 0}.body-content{margin-top:34.406px}.caps{letter-spacing:.13vw}.lang__bottom-sheet:after{width:28.646px;height:.521vw;top:5.729px}.bottom-sheet__langs{padding:22.925px 0 11.443px 11.443px}.option-checkbox+label:before{width:1em;height:1em;margin-right:.5em}.bottom-sheet__lang{padding-bottom:11.443px}.container{padding:0 28.646px;max-width:733.594px}.container-custom{width:100%;padding:0 calc(var(--base-size) * 2.4)}.breadcrumbs-course{padding:9.984px 0}.breadcrumbs-course a{font-size:15.974px;padding:0 20.966px 0 0}.breadcrumbs-course a:not(:last-child):after{right:10.982px;height:19.968px}html[lang=ar] .breadcrumbs-course a,html[lang=ur] .breadcrumbs-course a{padding:0 0 0 20.966px}html[lang=ar] .breadcrumbs-course a:not(:last-child):after,html[lang=ur] .breadcrumbs-course a:not(:last-child):after{left:10.982px}.slider-off{margin-top:17.203px}.slider-container{padding:0 28.646px}.learning__view-full{width:103.142px;padding:2.842px 8.602px}.splide__pagination.p-large{bottom:-17.203px}.splide__pagination.p-large .splide__pagination__page.is-active,.splide__pagination.p-large .splide__pagination__page{width:5.729px;height:5.729px}.orange-btn{padding:.391vw 1.953vw .521vw;font-size:8.026px}.text-input{font-size:8.026px;padding:.521vw 1.172vw}.my-learning__btn,.view-full__btn{font-size:8.026px}.select-box.active .selected:after{right:.26vw;top:.911vw}.select-box.active .options-container{max-height:137.549px}.selected,.selected-lang__mobile{padding:2.842px 17.203px}.selected:after,.selected-lang__mobile:after{right:4.608px;width:10.291px;height:10.291px}.s-account:before{left:-.13vw;top:-.13vw;width:13.747px;height:14.899px}.selected__border{height:11.443px;left:14.285px}.selected__icon{width:13.747px;height:13.747px;left:.13vw}.option-label{font-size:1.823vw}.section__head--title{font-size:17.203px}.slide-control__container.next{padding:4.992px 19.968px 4.992px 11.981px}html[lang=ar] .slide-control__container.next,html[lang=ur] .slide-control__container.next,.slide-control__container.prev{padding:4.992px 11.981px 4.992px 19.968px}html[lang=ar] .slide-control__container.prev,html[lang=ur] .slide-control__container.prev{padding:4.992px 19.968px 4.992px 11.981px}.section__head--hint.normal{margin-top:11.443px}.section__head--hint.italic{font-size:9.17px;margin-left:5.729px}.section__slider{margin-top:29.952px}.section__slider.shadows{margin-top:3.906vw}.card__content--type{font-size:6.881px}.card__content--status{padding:0vw 2.865px .13vw;font-size:6.881px;margin-left:5.729px}.row__center.ac__title{margin-bottom:5.729px}.card__content--save{margin-top:5.729px}.page.page-signin{padding:0}}@media only screen and (max-width: 440px){.page-wrapper .wrapper{overflow:hidden}.tabs .tab-list-items>button{font-size:calc(var(--base-size) * 1.8)}ul.mark-list{padding:0 0 0 4vw;margin:5.33vw 0}ul.mark-list li{font-size:4.267vw}ul.mark-list ::marker{font-size:4.267vw}html[lang=ar] ul.mark-list,html[lang=ur] ul.mark-list{padding:0 4vw 0 0}.container-custom{padding:0 calc(var(--base-size) * 1.6)}.breadcrumbs-course{padding:2.67vw 0}.breadcrumbs-course a{font-size:4.267vw;padding:0 5.6vw 0 0}.breadcrumbs-course a:not(:last-child):after{right:2.93vw;height:5.33vw}html[lang=ar] .breadcrumbs-course a,html[lang=ur] .breadcrumbs-course a{padding:0 0 0 5.6vw}html[lang=ar] .breadcrumbs-course a:not(:last-child):after,html[lang=ur] .breadcrumbs-course a:not(:last-child):after{left:2.93vw}.mobile-off,#svelte{overflow:hidden}.h-mob{display:none!important}#svelte>.wrapper>main{margin:0 0 21.33vw}}@font-face{font-family:swiper-icons;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");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style: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{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{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{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.width-max,.w-max{width:100%!important;max-width:auto}.clickable{cursor:pointer}.unclickable{cursor:not-allowed}.btn-icon{cursor:pointer}.text-bold{font-weight:700!important}.text-strong{font-weight:600!important}.text-normal{font-weight:400!important}.text-italic{font-style:italic}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-faded{opacity:.7}.text-underline{text-decoration:underline}.vertical-top{vertical-align:top}.vertical-middle{vertical-align:middle}.vertical-bottom{vertical-align:bottom}.cursor-pointer{cursor:pointer}.text-success{color:var(--kc-color-green)}.text-action{color:var(--kc-color-primary)}.text-grey{color:var(--kc-color-gray-200)}.d-none{display:none}.d-block{display:block}.d-inline-block{display:inline-block;vertical-align:top}.loader-placeholder{position:relative;min-height:100px}.image-fluid{display:block;width:100%;max-width:auto}.pull-right{float:right}.pull-left{float:left}.no-scroll{overflow-y:hidden}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.opacity-01{opacity:.1}.w-10pr{width:10%}.opacity-02{opacity:.2}.w-20pr{width:20%}.opacity-03{opacity:.3}.w-30pr{width:30%}.opacity-04{opacity:.4}.w-40pr{width:40%}.opacity-05{opacity:.5}.w-50pr{width:50%}.opacity-06{opacity:.6}.w-60pr{width:60%}.opacity-07{opacity:.7}.w-70pr{width:70%}.opacity-08{opacity:.8}.w-80pr{width:80%}.opacity-09{opacity:.9}.w-90pr{width:90%}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.m-0{margin:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.p-1{padding:4px!important}.pt-1{padding-top:4px!important}.pb-1{padding-bottom:4px!important}.pl-1{padding-left:4px!important}.pr-1{padding-right:4px!important}.m-1{margin:4px!important}.mt-1{margin-top:4px!important}.mb-1{margin-bottom:4px!important}.ml-1{margin-left:4px!important}.mr-1{margin-right:4px!important}.p-2{padding:8px!important}.pt-2{padding-top:8px!important}.pb-2{padding-bottom:8px!important}.pl-2{padding-left:8px!important}.pr-2{padding-right:8px!important}.m-2{margin:8px!important}.mt-2{margin-top:8px!important}.mb-2{margin-bottom:8px!important}.ml-2{margin-left:8px!important}.mr-2{margin-right:8px!important}.p-3{padding:12px!important}.pt-3{padding-top:12px!important}.pb-3{padding-bottom:12px!important}.pl-3{padding-left:12px!important}.pr-3{padding-right:12px!important}.m-3{margin:12px!important}.mt-3{margin-top:12px!important}.mb-3{margin-bottom:12px!important}.ml-3{margin-left:12px!important}.mr-3{margin-right:12px!important}.p-4{padding:16px!important}.pt-4{padding-top:16px!important}.pb-4{padding-bottom:16px!important}.pl-4{padding-left:16px!important}.pr-4{padding-right:16px!important}.m-4{margin:16px!important}.mt-4{margin-top:16px!important}.mb-4{margin-bottom:16px!important}.ml-4{margin-left:16px!important}.mr-4{margin-right:16px!important}.p-5{padding:20px!important}.pt-5{padding-top:20px!important}.pb-5{padding-bottom:20px!important}.pl-5{padding-left:20px!important}.pr-5{padding-right:20px!important}.m-5{margin:20px!important}.mt-5{margin-top:20px!important}.mb-5{margin-bottom:20px!important}.ml-5{margin-left:20px!important}.mr-5{margin-right:20px!important}.p-6{padding:24px!important}.pt-6{padding-top:24px!important}.pb-6{padding-bottom:24px!important}.pl-6{padding-left:24px!important}.pr-6{padding-right:24px!important}.m-6{margin:24px!important}.mt-6{margin-top:24px!important}.mb-6{margin-bottom:24px!important}.ml-6{margin-left:24px!important}.mr-6{margin-right:24px!important}.p-7{padding:28px!important}.pt-7{padding-top:28px!important}.pb-7{padding-bottom:28px!important}.pl-7{padding-left:28px!important}.pr-7{padding-right:28px!important}.m-7{margin:28px!important}.mt-7{margin-top:28px!important}.mb-7{margin-bottom:28px!important}.ml-7{margin-left:28px!important}.mr-7{margin-right:28px!important}.p-8{padding:32px!important}.pt-8{padding-top:32px!important}.pb-8{padding-bottom:32px!important}.pl-8{padding-left:32px!important}.pr-8{padding-right:32px!important}.m-8{margin:32px!important}.mt-8{margin-top:32px!important}.mb-8{margin-bottom:32px!important}.ml-8{margin-left:32px!important}.mr-8{margin-right:32px!important}.p-9{padding:36px!important}.pt-9{padding-top:36px!important}.pb-9{padding-bottom:36px!important}.pl-9{padding-left:36px!important}.pr-9{padding-right:36px!important}.m-9{margin:36px!important}.mt-9{margin-top:36px!important}.mb-9{margin-bottom:36px!important}.ml-9{margin-left:36px!important}.mr-9{margin-right:36px!important}button,input,textarea,select{font-family:Lato,Tahoma,Geneva,Verdana,sans-serif}a{text-decoration:none}h1,h2,h3,h4,h5{color:var(--kc-color-gray-600)}h1{font-size:calc(var(--base-size) * 3);line-height:1.5}h2{font-size:calc(var(--base-size) * 2.6);line-height:1.5}h3{font-size:calc(var(--base-size) * 2.2);line-height:1.5909090909}h4{font-size:calc(var(--base-size) * 1.8);line-height:1.7222222222}h5{font-size:calc(var(--base-size) * 1.4);line-height:1.9285714286}p{font-size:calc(var(--base-size) * 1.4);margin:0 0 var(--base-size) 0}.h-0{font-size:calc(var(--base-size) * 8);line-height:1.5;font-weight:600}.h-1{font-size:calc(var(--base-size) * 3.2);line-height:1.32;font-weight:600}.h-2{font-size:calc(var(--base-size) * 2.4);line-height:1.42;font-weight:600}.h-3,.kc-course-card__info-column__title-row__title{font-size:calc(var(--base-size) * 1.8);line-height:1.55;font-weight:600}.h-4{font-size:calc(var(--base-size) * 1.6);line-height:1.25;font-weight:600}.description-text{font-size:calc(var(--base-size) * 1.4);line-height:1.5;color:var(--kc-color-light-gray)}strong{font-weight:700}ol{padding:0 0 0 calc(var(--base-size) * 4);list-style:square}ol li{margin:0 0 calc(var(--base-size) * .8) 0}@media only screen and (max-width: 1024px){.h-0{font-size:calc(var(--base-size) * 6);line-height:1.16}}@media only screen and (max-width: 440px){.h-0{font-size:calc(var(--base-size) * 4);line-height:1.25}}.form-response-message{display:flex;flex-direction:column;align-items:center;justify-content:center}.form-response-message>ki-button-2{width:100%}.feedback-form-content-wrap{max-width:calc(var(--base-size) * 84);padding:0 calc(var(--base-size) * 12)}.feedback-form-content-wrap .kc-textarea-control{min-height:calc(var(--base-size) * 10)}.feedback-form-content-wrap .feedback-form__skeleton{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6)}.form-group{margin:0 0 calc(var(--base-size) * 3) 0}.button-group{display:flex;gap:var(--base-size)}.form-group__subcapt{display:inline-block;font-size:calc(var(--base-size) * 1.6);line-height:1.5;color:var(--kc-color-gray-600);margin:0 0 calc(var(--base-size) * 1.6) 0}.form-group__subcapt sup{color:var(--kc-color-red)}.form-group__subcapt.secondary{color:var(--kc-color-gray-200);font-style:italic;margin:0 0 calc(var(--base-size) * 2) 0}.report-course-form{min-height:calc(var(--base-size) * 21.5);max-height:calc(var(--base-size) * 70);transition:.3s min-height}.report-course-form .selectContainer .listContainer{box-shadow:0 0 calc(var(--base-size) * .4) #2c3e4633;border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale))}.report-course-form .selectContainer input{font-size:calc(var(--base-size) * 1.4)!important}.report-course-form .selectContainer .item{font-size:calc(var(--base-size) * 1.4)}.report-course-form.list-open{min-height:340px}.report-course-form_description{display:inline-block;font-size:calc(var(--base-size) * 1.4);line-height:1.5;color:var(--kc-color-gray-600);white-space:break-spaces}.report-course-form .kc-textarea-control{min-height:calc(var(--base-size) * 14);max-height:calc(var(--base-size) * 25)}.report-course-form .button-group ki-button-2{width:100%}.modal-form-capt{margin:0 0 var(--base-size) 0}@media only screen and (max-width: 1024px){.feedback-form-content-wrap{max-width:none;padding:0 100px 0 0}html[lang=ar] .feedback-form-content-wrap,html[lang=ur] .feedback-form-content-wrap{padding:0 0 0 100px}}@media only screen and (max-width: 440px){.feedback-form-content-wrap{max-width:none;padding:0}html[lang=ar] .feedback-form-content-wrap,html[lang=ur] .feedback-form-content-wrap{padding:0}}.leaderboard-wrapper{padding:0 45px}.leaderboard-wrapper .lb-avatar{width:40px;height:40px;border-radius:5px}.leaderboard__table--row{display:flex;align-items:center;margin-bottom:20px}.leaderboard__user{display:flex;align-items:center}.leaderboard__user-name{width:150px;font-weight:400;font-size:16px;color:var(--kc-color-gray-600)}.leaderboard__course{display:flex;align-items:center;white-space:nowrap;margin-left:50px}.leaderboard__course-date{color:var(--kc-color-gray-200);font-weight:400;font-size:14px}.leaderboard__user-name,.leaderboard__course-date{white-space:nowrap}.leaderboard__course-title{width:738px;padding:0 20px 0 10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.leaderboard__course-title-link{text-decoration:none;color:var(--kc-color-gray-600);font-weight:700;font-size:16px;line-height:1.625}.leaderboard__course-certified{display:inline-block;width:110px;font-size:14px;padding:0 0 0 24px;position:relative;color:var(--kc-color-green)}html[lang=ar] .leaderboard__course-certified,html[lang=ur] .leaderboard__course-certified{padding:0 24px 0 0}.leaderboard__course-certified:after{position:absolute;content:"";background-image:url(https://demo.knowledgecity.com/images/content/check.svg);background-size:contain;background-repeat:no-repeat;background-position:center center;width:18px;height:18px;left:0;top:50%;transform:translateY(-50%)}html[lang=ar] .leaderboard__course-certified:after,html[lang=ur] .leaderboard__course-certified:after{left:auto;right:0}.leaderboard__date{font-size:14px;color:var(--kc-color-gray-200);white-space:nowrap}.leaderboard__mobile{display:none}.leaderboard{display:block}@media only screen and (max-width: 1340px){.leaderboard-wrapper{padding:0 3.36vw}.leaderboard-wrapper .lb-avatar{width:3vw;height:3vw}.leaderboard__date{font-size:1.045vw}.leaderboard__user-name{width:11.19vw;font-size:1.194vw}.leaderboard__course-date{font-size:1.045vw}.leaderboard__user-name,.leaderboard__course-date{margin-left:1.493vw}.leaderboard__course-title{width:55.075vw}.leaderboard__course-title-link{font-size:1.194vw}.leaderboard__course-certified{width:8.21vw;font-size:1.045vw;padding:0 0 0 1.79vw}html[lang=ar] .leaderboard__course-certified,html[lang=ur] .leaderboard__course-certified{padding:0 1.79vw 0 0}.leaderboard__course-certified:after{width:1.34vw;height:1.34vw}}@media only screen and (max-width: 1024px){.leaderboard-wrapper{padding:0 3.36vw}.leaderboard-wrapper .lb-avatar{width:5.21vw;height:5.21vw}.leaderboard__date{font-size:1.823vw}.leaderboard__user-name{width:20vw;font-size:2.083vw}.leaderboard__course-date{font-size:1.045vw}.leaderboard__user-name,.leaderboard__course-date{margin-left:0}.leaderboard__course-title{width:36vw}.leaderboard__course-title-link{font-size:2.08vw}.leaderboard__course-certified{width:14.323vw;font-size:1.823vw;padding:0 0 0 3.125vw}html[lang=ar] .leaderboard__course-certified,html[lang=ur] .leaderboard__course-certified{padding:0 3.125vw 0 0}.leaderboard__course-certified:after{width:2.34vw;height:2.34vw}.leaderboard__table--row{margin-bottom:1.49vw}.leaderboard__course{margin-left:3.73vw}}@media only screen and (max-width: 440px){.leaderboard-wrapper{width:100%;overflow-x:auto;padding:0 0 5vw 6vw}.leaderboard-wrapper .lb-avatar{width:10.67vw;height:10.67vw}.leaderboard__table-wrapper{overflow-x:scroll}.leaderboard__user-name{font-size:4.27vw;width:40vw;white-space:break-spaces}.leaderboard__course-title{padding:0;width:100%}.leaderboard__course-title-link{font-size:4.27vw;white-space:normal}.leaderboard__course-certified{width:29.33vw;font-size:3.73vw;padding:0 0 0 6.13vw}html[lang=ar] .leaderboard__course-certified,html[lang=ur] .leaderboard__course-certified{padding:0 6.13vw 0 0}.leaderboard__course-certified:after{width:4.8vw;height:4.8vw}.leaderboard__date{font-size:3.73vw;text-align:right}}.search-field{position:relative}.search-field input[type=search]{font-size:calc(var(--base-size) * 1.4);line-height:1.5;width:100%;border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));padding:calc(var(--base-size) * .3) calc(var(--base-size) * 3);height:calc(var(--base-size) * 3);opacity:.8;transition:.15s opacity}.search-field input[type=search]:hover{opacity:1}.search-field input[type=submit]{position:absolute;top:0;left:0;width:calc(var(--base-size) * 3);height:100%;background:center center/calc(var(--base-size) * 1.2) auto no-repeat url(https://demo.knowledgecity.com/images/content/search.svg);border:none;z-index:9}.search-field .clear-input{position:absolute;top:0;right:0;width:calc(var(--base-size) * 3);height:100%;background:center center/var(--base-size) auto no-repeat url(https://demo.knowledgecity.com/images/content/cross.svg);border:none;opacity:.8;transition:.15s opacity}.search-field .clear-input:hover{opacity:1}html[lang=ar] .search-field input[type=submit],html[lang=ur] .search-field input[type=submit]{left:auto;right:0}html[lang=ar] .search-field .clear-input,html[lang=ur] .search-field .clear-input{right:auto;left:0}.label-select{display:block;font-size:calc(var(--base-size) * 1.4);line-height:1.5;color:var(--kc-color-gray-200)}.top-content-show{display:flex;align-items:center;margin-left:auto}html[lang=ar] .top-content-show,html[lang=ur] .top-content-show{margin-left:0;margin-right:auto}.top-content-filter__wrap{margin:0 0 calc(var(--base-size) * 3.6) 0}.button-switcher{display:flex}.button-switcher button:nth-child(1){border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale)) 0 0 calc(var(--base-size) * .5 * var(--ki-border-radius-scale));border-right-width:0px}.button-switcher button:nth-child(2){border-radius:0 calc(var(--base-size) * .5 * var(--ki-border-radius-scale)) calc(var(--base-size) * .5 * var(--ki-border-radius-scale)) 0;border-left-width:0px}html[lang=ar] .button-switcher button:nth-child(1),html[lang=ur] .button-switcher button:nth-child(1){border-radius:0 calc(var(--base-size) * .5 * var(--ki-border-radius-scale)) calc(var(--base-size) * .5 * var(--ki-border-radius-scale)) 0;border-left-width:0px;border-right-width:1px}html[lang=ar] .button-switcher button:nth-child(2),html[lang=ur] .button-switcher button:nth-child(2){border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale)) 0 0 calc(var(--base-size) * .5 * var(--ki-border-radius-scale));border-right-width:0px;border-left-width:1px}.table-accordion{margin:0 0 calc(var(--base-size) * 7) 0}.table-accordion .accordion-title{font-size:calc(var(--base-size) * 2.4);line-height:1.5;font-weight:700;border:none;background:none;padding:0 0 0 calc(var(--base-size) * 2.5);margin:0 0 calc(var(--base-size) * 2) 0}.table-accordion .accordion-title svg{right:auto;left:0}.table-accordion .accordion-content{border:none;padding:0}.table-accordion .search-wrapper{font-size:0;width:calc(var(--base-size) * 28.5);margin:0 0 calc(var(--base-size) * 2) 0}.table-accordion_empty-msg{font-size:calc(var(--base-size) * 1.6);line-height:1.5;color:var(--kc-color-gray-200)}html[lang=ar] .table-accordion .accordion-title,html[lang=ur] .table-accordion .accordion-title{padding:0 calc(var(--base-size) * 2.5) 0 0}html[lang=ar] .table-accordion .accordion-title svg,html[lang=ur] .table-accordion .accordion-title svg{left:auto;right:0}.lp-back{margin:0 0 calc(var(--base-size) * 2) 0}.sort-table-wrap{width:100%;overflow-x:auto;position:relative;min-height:calc(var(--base-size) * 10)}.sort-table-wrap.cycles-table{width:calc(var(--base-size) * 70)}.sort-table-wrap.cycle-table{width:calc(var(--base-size) * 76)}table.sort-table{width:100%;border-collapse:collapse;table-layout:fixed;color:var(--kc-color-gray-600);font-size:calc(var(--base-size) * 1.4)}table.sort-table .table-cell-wrap{display:flex}table.sort-table .table-cell-wrap>span{display:block;max-width:calc(var(--base-size) * 35.2);line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration-line:underline}table.sort-table a,table.sort-table .clickable{transition:.15s opacity}table.sort-table a:hover,table.sort-table .clickable:hover{opacity:.8}table.sort-table thead th{padding:var(--base-size)}table.sort-table tbody .clickable{font-size:calc(var(--base-size) * 1.6);text-decoration:underline;color:var(--kc-color-gray-200)}table.sort-table tbody tr th:nth-child(1){border-radius:calc(var(--base-size) * .5) 0 0 calc(var(--base-size) * .5)}table.sort-table tbody tr td:first-child{border-radius:calc(var(--base-size) * .5) 0 0 calc(var(--base-size) * .5)}table.sort-table tbody tr td:last-child{border-radius:0 calc(var(--base-size) * .5) calc(var(--base-size) * .5) 0}table.sort-table tbody tr:nth-child(2n) th,table.sort-table tbody tr:nth-child(2n) td{background:var(--kc-color-gray-100)}table.sort-table tbody tr:nth-child(2n-1) th{background:#fff}table.sort-table th,table.sort-table td{vertical-align:middle}table.sort-table th{padding:calc(var(--base-size) * 2) var(--base-size);text-align:left}table.sort-table th .sort-btn{display:flex;align-items:center;text-decoration:none;font-weight:700}table.sort-table th .sort-btn svg{width:calc(var(--base-size) * .8);margin:0 calc(var(--base-size) * .5);color:var(--kc-color-light-gray)}table.sort-table th .sort-btn_desc>svg>path:first-child{color:var(--kc-color-light-gray)}table.sort-table th .sort-btn_desc>svg>path:nth-child(2){color:var(--kc-color-gray-600)}table.sort-table th .sort-btn_asc>svg>path:first-child{color:var(--kc-color-gray-600)}table.sort-table th .sort-btn_asc>svg>path:nth-child(2){color:var(--kc-color-light-gray)}table.sort-table tr td{vertical-align:middle;padding:calc(var(--base-size) * 2) var(--base-size);width:100%;text-overflow:ellipsis;white-space:nowrap}table.sort-table .date-period{font-size:calc(var(--base-size) * 1.4)}html[lang=ar] table.sort-table th,html[lang=ur] table.sort-table th{text-align:right}.table-date{display:flex;align-items:center}.table-date.due{color:var(--kc-color-red)}.table-date.due svg{color:var(--kc-color-red)}.table-date.upcoming{color:var(--kc-color-gray-200)}.table-date.upcoming svg{color:var(--kc-color-gray-200)}.table-date svg{width:calc(var(--base-size) * 1.8);height:auto;margin:0 calc(var(--base-size) * .4) 0 0}html[lang=ar] .table-date svg,html[lang=ur] .table-date svg{margin:0 0 0 calc(var(--base-size) * .4)}.status{line-height:1.285;display:inline-flex;align-items:center}.status svg{width:calc(var(--base-size) * 1.8);height:auto;margin:0 calc(var(--base-size) * .5) 0 0;flex:none}.status.inprogress{color:#ff881a}.status.notstarted{color:var(--kc-color-gray-200)}.status.completed{color:var(--kc-color-green)}html[lang=ar] .status svg,html[lang=ur] .status svg{margin:0 0 0 calc(var(--base-size) * .5)}.table-modal__wrap{display:flex;align-items:center;position:relative;max-width:calc(var(--base-size) * 35.2)}.icon-modal_wrap{position:relative}.icon-modal_wrap:hover .icon-modal_content{display:block}.icon-modal_wrap svg{width:calc(var(--base-size) * 1.6);height:auto;color:#ff881a;margin:calc(var(--base-size) * .4) calc(var(--base-size) * .8) 0 calc(var(--base-size) * .65)}html[lang=ar].icon-modal_wrap svg{margin:calc(var(--base-size) * .4) calc(var(--base-size) * .8) 0 calc(var(--base-size) * .65)}.icon-modal_content{display:none;font-size:calc(var(--base-size) * 1.2);line-height:1.5;text-align:center;position:absolute;top:50%;transform:translateY(-50%);left:calc(100% + var(--base-size) * .6);width:calc(var(--base-size) * 27.5);padding:calc(var(--base-size) * .8) var(--base-size);background-color:var(--kc-color-gray-600);color:#fff;border-radius:calc(var(--base-size) * .3);z-index:9}.icon-modal_content:before{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%) rotate(45deg);left:calc(var(--base-size) * -.5);width:var(--base-size);height:var(--base-size);background-color:var(--kc-color-gray-600);z-index:-1}html[lang=ar] .icon-modal_content,html[lang=ur] .icon-modal_content{left:auto;right:calc(100% + var(--base-size) * .6)}html[lang=ar] .icon-modal_content:before,html[lang=ur] .icon-modal_content:before{left:auto;right:calc(var(--base-size) * -.5)}.table-modal__caption{display:block;font-size:calc(var(--base-size) * 1.2);line-height:1.5;font-weight:700}.table-modal__description{font-size:calc(var(--base-size) * 1.2);line-height:1.5}.date-period{display:inline-block;font-size:calc(var(--base-size) * 2);line-height:1.5;font-weight:400}.date-period small{color:var(--kc-color-gray-200)}.cycles-score{display:flex;align-items:center;font-size:calc(var(--base-size) * 1.4);line-height:1.2857142857;font-weight:700;gap:calc(var(--base-size) * .5 * var(--ki-border-radius-scale))}.cycles-score svg{width:calc(var(--base-size) * 1.8);height:calc(var(--base-size) * 1.8);flex:none}.cycles-score.reject{color:var(--kc-color-red)}.cycles-score.approved{color:var(--kc-color-green)}@media only screen and (max-width: 1024px){.top-content-filter__wrap{margin:0 0 calc(var(--base-size) * 3.6) 0}.top-content-show{width:100%;margin:0}.top-content-show .label-select{display:none}.button-switcher,.sort-table-wrap.cycles-table,.sort-table-wrap.cycle-table{width:100%}.table-accordion{margin:0 0 calc(var(--base-size) * 5.25) 0}.table-accordion .accordion-title{font-size:calc(var(--base-size) * 1.8);margin:0 0 calc(var(--base-size) * 1.5) 0}.table-accordion .accordion-content{padding:0 0 calc(var(--base-size) * 1.5) 0;margin:0 calc(var(--base-size) * -3.4) calc(var(--base-size) * 5) calc(var(--base-size) * -3.4);width:calc(100% + var(--base-size) * 6.8)}.table-accordion .search-wrapper{width:calc(var(--base-size) * 21.4);margin:0 calc(var(--base-size) * 2.1) calc(var(--base-size) * 1.5) calc(var(--base-size) * 2.1)}html[lang=ar] .table-accordion .accordion-title,html[lang=ur] .table-accordion .accordion-title{padding:0 calc(var(--base-size) * 1.9) 0 0;margin:0 0 calc(var(--base-size) * 1.5) 0}table.sort-table{width:calc(var(--base-size) * 118)}table.sort-table .table-cell-wrap>span{white-space:normal}table.sort-table th .sort-btn svg{width:calc(var(--base-size) * .6);margin:0 calc(var(--base-size) * .4)}table.sort-table thead{border-bottom:none}table.sort-table thead th{background:#fff;padding:calc(var(--base-size) * 1.125) calc(var(--base-size) * 1.2) calc(var(--base-size) * 1.125) calc(var(--base-size) * 2.1)}table.sort-table thead th:nth-child(1){position:sticky;left:0;max-width:calc(var(--base-size) * 19.05)}table.sort-table thead th:nth-child(1):after{content:"";display:block;position:absolute;right:-1px;top:0;height:100%;width:1px;background:var(--kc-color-light-gray)}table.sort-table tbody{border-bottom:1px solid var(--kc-color-light-gray)}table.sort-table tbody tr th{padding:calc(var(--base-size) * 1.125) calc(var(--base-size) * 3.525) calc(var(--base-size) * 1.125) calc(var(--base-size) * 2.1);height:calc(var(--base-size) * 5.4)}table.sort-table tbody tr th:first-child{border-radius:0}table.sort-table tbody tr th:nth-child(1){position:sticky;left:0;width:calc(var(--base-size) * 25.5)}table.sort-table tbody tr th:nth-child(1):after{content:"";display:block;position:absolute;right:-1px;top:0;height:100%;width:1px;background:var(--kc-color-light-gray);z-index:-1}table.sort-table tbody tr th a svg{width:calc(var(--base-size) * .8);height:calc(var(--base-size) * 1.4);margin:0 0 0 calc(var(--base-size) * .4)}table.sort-table tbody tr td{white-space:nowrap;min-height:calc(var(--base-size) * 5);padding:calc(var(--base-size) * 1.125) calc(var(--base-size) * 1.2) calc(var(--base-size) * 1.125) calc(var(--base-size) * 2.1)}table.sort-table tbody tr td:last-child{border-radius:0}table.sort-table tbody tr td a{font-size:calc(var(--base-size) * 1.4)}html[lang=ar] table.sort-table th,html[lang=ur] table.sort-table th{padding:calc(var(--base-size) * 1.5) calc(var(--base-size) * 2) calc(var(--base-size) * 1.5) calc(var(--base-size) * 1.5)}html[lang=ar] table.sort-table th:nth-child(1),html[lang=ur] table.sort-table th:nth-child(1){left:auto;right:0}html[lang=ar] table.sort-table th a svg,html[lang=ur] table.sort-table th a svg{width:calc(var(--base-size) * .8);margin:0 calc(var(--base-size) * .4) 0 0}html[lang=ar] table.sort-table tr td,html[lang=ur] table.sort-table tr td{padding:calc(var(--base-size) * 1.5) calc(var(--base-size) * 2) calc(var(--base-size) * 1.5) var(--base-size)}html[lang=ar] table.sort-table thead th,html[lang=ur] table.sort-table thead th{padding:calc(var(--base-size) * 1.5) calc(var(--base-size) * 2.8) calc(var(--base-size) * 1.5) calc(var(--base-size) * 1.6)}html[lang=ar] table.sort-table thead th:nth-child(1):after,html[lang=ur] table.sort-table thead th:nth-child(1):after{right:auto;left:-1px}html[lang=ar] table.sort-table tbody tr th,html[lang=ur] table.sort-table tbody tr th{padding:calc(var(--base-size) * 1.5) calc(var(--base-size) * 2.8) calc(var(--base-size) * 1.5) calc(var(--base-size) * 4.7)}html[lang=ar] table.sort-table tbody tr th:nth-child(1):after,html[lang=ur] table.sort-table tbody tr th:nth-child(1):after{right:auto;left:-1px}.status svg{width:calc(var(--base-size) * 1.8);margin:0 calc(var(--base-size) * .66) 0 0}html[lang=ar] .status svg,html[lang=ur] .status svg{margin:0 0 0 calc(var(--base-size) * .66)}.table-date svg{width:calc(var(--base-size) * 1.8);margin:0 calc(var(--base-size) * .3) 0 0}html[lang=ar] .table-date svg,html[lang=ur] .table-date svg{margin:0 0 0 calc(var(--base-size) * .3)}.icon-modal_wrap{position:absolute;right:calc(var(--base-size) * 1.3);top:calc(var(--base-size) * 2.2)}.icon-modal_wrap svg{width:calc(var(--base-size) * 2.4);margin:0}html[lang=ar] .icon-modal_wrap,html[lang=ur] .icon-modal_wrap{right:auto;left:calc(var(--base-size) * 1.3)}html[lang=ar] .icon-modal_wrap svg,html[lang=ur] .icon-modal_wrap svg{margin:0}.icon-modal_content{width:calc(var(--base-size) * 27);font-size:calc(var(--base-size) * 1.2);padding:calc(var(--base-size) * .8);left:calc(100% + var(--base-size))}html[lang=ar] .icon-modal_content,html[lang=ur] .icon-modal_content{left:auto;right:calc(100% + var(--base-size))}.date-period{font-size:calc(var(--base-size) * 1.6)}}@media only screen and (max-width: 440px){.top-filters__wrap{gap:var(--base-size);margin:0 0 calc(var(--base-size) * 2) 0}.top-filter-search{flex:1;width:auto}.top-sort-selects{width:100%;flex-wrap:wrap;padding:calc(var(--base-size) * 2)}.top-sort{flex-basis:content;gap:0}.top-sort .label-select{display:none}.top-sort.tight{width:calc(50% - var(--base-size));flex:none}.top-sort.tight .selectContainer{width:100%}.top-sort.wide{width:100%;flex:none}.top-sort.wide .selectContainer{width:100%}.top-content-filter__wrap{margin:0 0 9.6vw}.button-switcher{margin:0 0 calc(var(--base-size) * 2) 0}thead{display:none}.sort-table-wrap{width:calc(100% + var(--base-size) * 3.6);margin:0 calc(var(--base-size) * -1.8);overflow:hidden}.table-accordion{margin:0 0 calc(var(--base-size) * 7) 0}.table-accordion .accordion-title{font-size:calc(var(--base-size) * 2.4);margin:0 0 calc(var(--base-size) * 2) 0}.table-accordion .accordion-content{width:100%;margin:0;padding:calc(var(--base-size) * 2) 0 0 0}.table-accordion .search-wrapper{width:calc(var(--base-size) * 28.5);margin:0 0 calc(var(--base-size) * 2) 0}html[lang=ar] .table-accordion .accordion-title,html[lang=ur] .table-accordion .accordion-title{padding:0 calc(var(--base-size) * 2.5) 0 0;margin:0 0 calc(var(--base-size) * 2) 0}table.sort-table{width:100%;font-size:calc(var(--base-size) * 1.2)}table.sort-table .table-cell-wrap>span{max-width:none}table.sort-table tbody{border:none}table.sort-table tbody .clickable{color:var(--kc-color-gray-600)}table.sort-table tbody tr{display:flex;flex-direction:column;border:none}table.sort-table tbody tr th{display:block;width:100%;border:none;height:auto;font-size:calc(var(--base-size) * 1.4);padding:calc(var(--base-size) * 2) calc(var(--base-size) * 3.8) calc(var(--base-size) * 2) calc(var(--base-size) * 2);order:-2}table.sort-table tbody tr th:nth-child(1){width:100%;max-width:none}table.sort-table tbody tr th:nth-child(1):after{display:none}table.sort-table tbody tr th span{max-width:none}table.sort-table tbody tr td{padding:calc(var(--base-size) * .6) calc(var(--base-size) * 2)}table.sort-table tbody tr td:nth-child(3){order:-1}table.sort-table tbody tr td:last-child{padding-bottom:calc(var(--base-size) * 2)}table.sort-table tr{border-bottom:1px solid var(--kc-color-light-gray);background:none!important}table.sort-table tr td{display:flex;align-items:center;justify-items:flex-start;padding:0;min-height:auto;max-width:none!important;padding:calc(var(--base-size) * .6) calc(var(--base-size) * 2.4)}table.sort-table tr td:nth-child(1){padding-top:calc(var(--base-size) * 2.5)}table.sort-table tr td:nth-child(1):before{display:none}table.sort-table tr td:before{content:attr(data-label);display:block;font-size:calc(var(--base-size) * 1.2);line-height:1.5;flex:none;position:relative;padding:0 var(--base-size) 0 0;color:var(--kc-color-gray-200);width:calc(var(--base-size) * 14)}table.sort-table .date-period{font-size:calc(var(--base-size) * 1.4)}html[lang=ar] table.sort-table th,html[lang=ur] table.sort-table th{padding:calc(var(--base-size) * 2) calc(var(--base-size) * 2) calc(var(--base-size) * 2) calc(var(--base-size) * 3.8)}html[lang=ar] table.sort-table tr td,html[lang=ur] table.sort-table tr td{padding:calc(var(--base-size) * .6) calc(var(--base-size) * 2)}html[lang=ar] table.sort-table tr td:last-child,html[lang=ur] table.sort-table tr td:last-child{padding-bottom:calc(var(--base-size) * 2)}html[lang=ar] table.sort-table tbody tr th,html[lang=ur] table.sort-table tbody tr th{padding:calc(var(--base-size) * .6) calc(var(--base-size) * .6) calc(var(--base-size) * .6) calc(var(--base-size) * 3.8)}html[lang=ar] table.sort-table tbody tr td:before,html[lang=ur] table.sort-table tbody tr td:before{padding:0 0 0 var(--base-size)}.icon-modal_wrap{top:calc(var(--base-size) * 2.15);right:calc(var(--base-size) * 1.875)}html[lang=ar] .icon-modal_wrap,html[lang=ur] .icon-modal_wrap{right:auto;left:calc(var(--base-size) * 1.875)}.icon-modal_content{right:calc(100% + var(--base-size) * .75);left:auto;padding:calc(var(--base-size) * 1.6);width:calc(var(--base-size) * 25.5);border-radius:6.144px}.icon-modal_content:before{left:auto;right:calc(var(--base-size) * -.4);width:calc(var(--base-size) * 1.34);height:calc(var(--base-size) * 1.76)}html[lang=ar] .icon-modal_content,html[lang=ur] .icon-modal_content{right:auto;left:calc(100% + var(--base-size) * .75)}html[lang=ar] .icon-modal_content:before,html[lang=ur] .icon-modal_content:before{right:auto;left:calc(var(--base-size) * -.4)}.date-period{font-size:calc(var(--base-size) * 1.6)}}.static-notification-wrap{display:inline-block;border:1px solid transparent;border-radius:5px;width:100%;padding:6px 11px;margin:0 0 20px;font-size:14px;line-height:1.5;position:relative;overflow:hidden}.static-notification-wrap a{transition:.15s opacity}.static-notification-wrap a:hover{opacity:.8}.static-notification-wrap svg{width:12px;height:12px;margin:0 16px 0 0}.static-notification-wrap.danger{border-color:var(--kc-color-red);color:var(--kc-color-red);background:var(--kc-color-dull-red)}.static-notification-wrap.danger a{color:var(--kc-color-red)}.static-notification-wrap.danger svg{color:var(--kc-color-red)}.static-notification-wrap.danger-icon{width:auto;border-color:var(--kc-color-red);color:var(--kc-color-red);background:#fff;padding:4px 11px 4px 37px}.static-notification-wrap.danger-icon a{color:var(--kc-color-red)}.static-notification-wrap.danger-icon:before{content:"";display:block;position:absolute;top:0;left:0;height:100%;width:30px;background:center center/15px auto no-repeat url(https://demo.knowledgecity.com/images/content/alert.svg) var(--kc-color-red)}.static-notification-wrap.notice{border-color:#ff881a;color:#ff881a;background:#ffeddc}.static-notification-wrap.notice a{color:#ff881a}.static-notification-wrap.notice svg{color:#ff881a}.static-notification-wrap.success-icon{width:auto;border-color:var(--kc-color-green);color:var(--kc-color-green);background:#fff;padding:4px 11px 4px 37px}.static-notification-wrap.success-icon a{color:var(--kc-color-green)}.static-notification-wrap.success-icon:before{content:"";display:block;position:absolute;top:0;left:0;height:100%;width:30px;background:center center/12px auto no-repeat url(https://demo.knowledgecity.com/images/content/icon-check.svg) var(--kc-color-green)}html[lang=ar] .static-notification-wrap svg,html[lang=ur] .static-notification-wrap svg{margin:0 0 0 16px}html[lang=ar] .static-notification-wrap.danger-icon,html[lang=ur] .static-notification-wrap.danger-icon{padding:4px 37px 4px 11px}html[lang=ar] .static-notification-wrap.danger-icon:before,html[lang=ur] .static-notification-wrap.danger-icon:before{left:auto;right:0}html[lang=ar] .static-notification-wrap.success-icon,html[lang=ur] .static-notification-wrap.success-icon{padding:4px 37px 4px 11px}html[lang=ar] .static-notification-wrap.success-icon:before,html[lang=ur] .static-notification-wrap.success-icon:before{left:auto;right:0}@media only screen and (max-width: 1340px){.static-notification-wrap{border-radius:.37vw;padding:.45vw .82vw;margin:0 0 1.49vw;font-size:1.045vw}.static-notification-wrap svg{width:.896vw;height:.896vw;margin:0 1.194vw 0 0}.static-notification-wrap.danger-icon,.static-notification-wrap.success-icon{padding:.3vw .82vw .3vw 2.76vw}.static-notification-wrap.danger-icon:before,.static-notification-wrap.success-icon:before{width:2.24vw;background-size:1.12vw auto}html[lang=ar] .static-notification-wrap svg,html[lang=ur] .static-notification-wrap svg{margin:0 0 0 1.194vw}html[lang=ar] .static-notification-wrap.danger-icon,html[lang=ar] .static-notification-wrap.success-icon,html[lang=ur] .static-notification-wrap.danger-icon,html[lang=ur] .static-notification-wrap.success-icon{padding:.3vw 2.76vw .3vw .82vw}}@media only screen and (max-width: 1024px){.static-notification-wrap{border-radius:.65vw;padding:.78vw 1.43vw;margin:0 0 2.6vw;font-size:1.82vw}.static-notification-wrap svg{width:1.563vw;height:1.563vw;margin:0 2.08vw 0 0}.static-notification-wrap.danger-icon,.static-notification-wrap.success-icon{padding:.52vw 1.43vw .52vw 4.82vw}.static-notification-wrap.danger-icon:before,.static-notification-wrap.success-icon:before{width:3.9vw;background-size:1.95vw auto}html[lang=ar] .static-notification-wrap svg,html[lang=ur] .static-notification-wrap svg{margin:0 0 0 2.08vw}html[lang=ar] .static-notification-wrap.danger-icon,html[lang=ar] .static-notification-wrap.success-icon,html[lang=ur] .static-notification-wrap.danger-icon,html[lang=ur] .static-notification-wrap.success-icon{padding:.52vw 4.82vw .52vw 1.43vw}}@media only screen and (max-width: 440px){.static-notification-wrap{border-radius:1.33vw;padding:1.6vw 2.93vw;margin:0 0 5.33vw;font-size:3.73vw}.static-notification-wrap svg{width:3.2vw;height:3.2vw;margin:0 4.27vw 0 0}.static-notification-wrap.danger-icon,.static-notification-wrap.success-icon{padding:1.06vw 2.93vw 1.06vw 9.87vw}.static-notification-wrap.danger-icon:before,.static-notification-wrap.success-icon:before{width:8vw;background-size:4vw auto}html[lang=ar] .static-notification-wrap svg,html[lang=ur] .static-notification-wrap svg{margin:0 0 0 4.27vw}html[lang=ar] .static-notification-wrap.danger-icon,html[lang=ar] .static-notification-wrap.success-icon,html[lang=ur] .static-notification-wrap.danger-icon,html[lang=ur] .static-notification-wrap.success-icon{padding:1.06vw 9.87vw 1.06vw 2.93vw}}.events-block__wrap{display:flex;margin:0 0 70px;gap:50px}.events-calendar-wrap{flex:none;width:31vw;max-width:calc(var(--base-size) * 51.2)}.kc-event-calendar{overflow:hidden;position:relative;border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));margin:calc(var(--base-size) * 4.4) 0 calc(var(--base-size) * 1.6) 0}.air-datepicker{--adp-color: var(--kc-color-gray-600);font-family:Lato,Tahoma,Geneva,Verdana,sans-serif;--adp-border-color-inline: var(--kc-color-gray-100);--adp-cell-border-radius: calc(var(--base-size) * .4 * var(--ki-border-radius-scale));--adp-border-radius: calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));box-sizing:border-box;border:none;--adp-width: auto !important;padding:calc(var(--base-size) * 1.5) calc(var(--base-size) * 2) calc(var(--base-size) * 2);background:#fff}.air-datepicker.-inline-{border:none}.air-datepicker .air-datepicker-nav--title{color:var(--kc-color-gray-600)}.air-datepicker .air-datepicker-nav--title i{color:var(--kc-color-light-gray)}.air-datepicker .air-datepicker-nav{border:none!important;background:none}.air-datepicker .air-datepicker-body--day-name{font-size:calc(var(--base-size) * 1.2);color:var(--kc-color-gray-600);text-transform:uppercase}.air-datepicker .air-datepicker-cell{font-size:calc(var(--base-size) * 1.8)}.air-datepicker .air-datepicker-cell.-current-{font-weight:700;color:var(--main_color)}.air-datepicker button{border:none;background-color:transparent;color:var(--kc-color-gray-600);font-weight:unset}.kc-event-calendar__cell{font-weight:400;color:var(--kc-color-gray-600)}.air-datepicker-cell.-day-.-other-month- .kc-event-calendar__cell,.air-datepicker-cell.-year-.-other-decade- .kc-event-calendar__cell{color:var(--adp-color-other-month)}.air-datepicker-nav{border:none;padding:0}.air-datepicker-nav .air-datepicker-nav--action svg path{stroke:var(--kc-color-gray-200);stroke-width:1px}.air-datepicker-nav [data-action=prev],.air-datepicker-nav [data-action=next]{margin:0 calc(var(--base-size) * 1.5)}.air-datepicker-nav--action,.air-datepicker-nav--title{transition:.15s background-color}.air-datepicker-nav--title{font-size:calc(var(--base-size) * 1.8);line-height:1.5;font-weight:700;color:var(--kc-color-gray-600)}.air-datepicker-nav--title i{color:var(--kc-color-gray-600)}.air-datepicker-body--day-names{margin:calc(var(--base-size) * .7) 0 calc(var(--base-size) * 1.3) 0;justify-items:center}.air-datepicker-body--day-name{width:calc(var(--base-size) * 3);height:calc(var(--base-size) * 3);color:var(--kc-color-gray-200);font-size:calc(var(--base-size) * 1.2);line-height:calc(var(--base-size) * 1.8);font-weight:400;text-transform:none}.air-datepicker-body--cells{justify-items:center}.air-datepicker-body--cells.-days-{--adp-day-cell-height: calc(var(--base-size) * 6.4)}.air-datepicker-cell{font-size:calc(var(--base-size) * 1.8);line-height:1.5;width:100%;height:100%;color:var(--kc-color-gray-600);--adp-color-other-month: var(--kc-color-gray-200);--adp-background-color-in-range: var(--kc-color-gray-200);z-index:auto!important}.air-datepicker-cell:hover{background:var(--kc-color-light-gray)!important;color:var(--kc-color-gray-600)}.air-datepicker-cell.-selected-{--adp-cell-background-color-selected: var(--mid-light-grey);color:var(--main_color)!important;font-weight:700}.air-datepicker-cell.-current-{color:var(--main_color)}.air-datepicker-cell.-in-range-{--adp-cell-background-color-in-range: var(--color-lighter-grey)}.air-datepicker-cell.-range-from-{border:none}.air-datepicker--content{padding:0}.calendar-event__icon-wrap{position:absolute;left:0;right:0;display:flex;justify-content:center;gap:calc(var(--base-size) * .2);top:calc(var(--base-size) * 5);pointer-events:none}.calendar-event__icon{flex:none;width:calc(var(--base-size) * .9);height:calc(var(--base-size) * .9);border-radius:50vw}.calendar-event__icon.attended{background-color:var(--kc-color-green)}.calendar-event__icon.rejected{background-color:var(--kc-color-red)}.calendar-event__icon.clock{background-color:var(--kc-color-gray-200)}.events-description-wrap{flex:1;min-width:0}.events-description-msg{font-size:16px;line-height:1.5;color:var(--kc-color-gray-200)}.events-information__title{font-size:20px;line-height:1.5;font-weight:700;color:var(--kc-color-gray-600);margin:0 0 20px}.events-information__subtitle{display:block;font-size:14px;line-height:1.5;font-weight:700;color:var(--kc-color-gray-200);border-bottom:1px solid var(--kc-color-light-gray);margin:0 0 20px;padding:0 0 5px}.available-item{display:flex;flex-direction:column;margin:0 0 20px;gap:5px}.available-information__status{display:flex;align-items:center;gap:10px}.available-access{display:flex;align-items:center;font-size:14px;gap:5px;color:var(--main_color)}.available-access svg{height:18px;width:18px}.available-access-date{font-size:14px;font-weight:700;color:var(--kc-color-gray-200)}.event-information__status{display:flex;align-items:center}.events-item{margin:0 0 20px}.available-information-status{display:flex;align-items:center;font-size:14px}.available-information-status svg{width:18px;height:18px;margin:0 5px 0 0}.available-information-status.approved{color:var(--kc-color-green)}.available-information-status.rejected{color:var(--kc-color-red)}html[lang=ar] .available-information-status svg,html[lang=ur] .available-information-status svg{margin:0 0 0 5px}@media only screen and (max-width: 1680px){.air-datepicker .air-datepicker-cell,.air-datepicker-cell{font-size:calc(var(--base-size) * 1.8)}.air-datepicker-body--cells.-days-{--adp-day-cell-height: calc(var(--base-size) * 6.7)}.calendar-event__icon-wrap{top:calc(var(--base-size) * 4.6)}}@media only screen and (max-width: 1340px){.air-datepicker .air-datepicker-cell,.air-datepicker-cell{font-size:calc(var(--base-size) * 1.8)}.air-datepicker-body--cells.-days-{--adp-day-cell-height: calc(var(--base-size) * 6.4);--adp-day-cell-width: auto}}@media only screen and (max-width: 1024px){.events-calendar-wrap{width:calc(var(--base-size) * 34)}.calendar-event__icon-wrap{top:calc(var(--base-size) * 3.3)}.air-datepicker-body--cells.-days-{--adp-day-cell-height: calc(var(--base-size) * 4.55)}.air-datepicker{padding:calc(var(--base-size) * 1.5) var(--base-size) calc(var(--base-size) * 2)}.air-datepicker .air-datepicker-cell{font-size:calc(var(--base-size) * 1.4)}.air-datepicker-nav{height:calc(var(--base-size) * 4.2)!important;margin:0!important;padding:calc(var(--base-size) * .5) 0 0!important;align-items:start}.air-datepicker-nav--action{margin:0!important}.air-datepicker-cell{font-size:calc(var(--base-size) * 1.4)}.events-block__wrap{margin:0 0 9.115vw;gap:3.906vw}.available-item{gap:.651vw}.available-information__status{gap:1.303vw}.events-description-msg{font-size:2.084vw}.events-information__title{font-size:2.604vw;margin:0 0 2.604vw}.events-information__subtitle{font-size:1.823vw;margin:0 0 2.604vw;padding:0 0 .651vw}.available-item{margin:0 0 2.604vw;gap:.651vw}.available-information__status{gap:1.302vw}.available-access{font-size:1.823vw;gap:.651vw}.available-access svg{height:2.344vw;width:2.344vw}.available-access-date{font-size:1.823vw}.events-item{margin:0 0 2.604vw}.available-information-status{font-size:1.823vw;gap:7.422vw}.available-information-status svg{width:2.344vw;height:2.344vw}}@media only screen and (max-width: 440px){.events-block__wrap{flex-direction:column;margin:0 0 18.667vw;gap:13.333vw}.available-item{gap:4.988px}.events-description-msg{font-size:4.267vw}.events-information__title{font-size:4.831vw;margin:0 0 4.831vw}.events-information__subtitle{font-size:3.733vw;margin:0 0 5.333vw;padding:0 0 1.333vw}.available-item{margin:0 0 5.333vw;gap:1.333vw}.available-information__status{gap:2.667vw}.available-access{font-size:3.733vw;gap:1.333vw}.available-access svg{height:4.8vw;width:4.8vw}.available-access-date{font-size:3.733vw}.events-item{margin:0 0 5.333vw}.available-information-status{font-size:3.733vw;gap:1.333vw}.available-information-status svg{width:4.8vw;height:4.8vw}}.kc-event-calendar-2{border:calc(var(--base-size) * .1) solid var(--kc--color-middle-grey);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));overflow:hidden}.kc-event-calendar-2__cell{display:flex;flex-direction:column;align-items:center;height:100%;width:100%;font-size:calc(var(--base-size) * 1.8);line-height:calc(var(--base-size) * 2.7)}.kc-event-calendar-2__cell_current{color:var(--main_color)!important}.kc-event-calendar-2__cell__dot{flex-shrink:0;width:calc(var(--base-size) * .9);height:calc(var(--base-size) * .9);border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));background:var(--main_color)}.kc-event-calendar-2__switcher{font-size:calc(var(--base-size) * 1.4)}.kc-event-calendar-2 .air-datepicker{padding:calc(var(--base-size) * 1.5) calc(var(--base-size) * 2) calc(var(--base-size) * 2);--adp-border-radius: calc(var(--base-size) * .4 * var(--ki-border-radius-scale))}.kc-event-calendar-2 .air-datepicker-cell{width:100%}.kc-event-calendar-2 .air-datepicker-cell.-current-{font-weight:unset}.kc-event-calendar-2 .air-datepicker-cell.-selected-{color:unset!important;background:var(--kc-color-primary-200, #ffdbba)!important}.kc-event-calendar-2 .air-datepicker-cell.-range-from-,.kc-event-calendar-2 .air-datepicker-cell.-range-to-{background:var(--kc-color-primary-200, #ffdbba);border:none;font-weight:400}.kc-event-calendar-2 .air-datepicker-cell.-selected-.-range-from-{font-weight:400}.kc-event-calendar-2 .air-datepicker-cell.-other-month- button{color:var(--kc-color-gray-200)!important}.kc-event-calendar-2 .air-datepicker-cell.-selected-.-current-{background:var(--kc-color-primary-200, #ffdbba)}.kc-event-calendar-2 .air-datepicker-cell.-selected-.-current- .kc-event-calendar-2__cell_current{color:var(--main_color);font-weight:700}.kc-event-calendar-2 .air-datepicker-cell.-in-range-{background:var(--kc-color-primary-100, #fff3e8)}.kc-event-calendar-2 .air-datepicker-cell:hover{background:var(--kc-color-primary-200, #ff881a)!important}.kc-event-calendar-2 .air-datepicker-cell.-disabled-{pointer-events:none}.kc-event-calendar-2 .air-datepicker-cell.-month-.-current-.-selected-,.kc-event-calendar-2 .air-datepicker-cell.-year-.-current-.-selected-{background:unset}.kc-event-calendar-2 .air-datepicker-body--day-name{align-items:start;height:calc(var(--base-size) * 3);width:calc(var(--base-size) * 3);box-sizing:border-box;padding-top:calc(var(--base-size) * .5);color:var(--kc-color-gray-600);font-size:calc(var(--base-size) * 1.2)}.kc-event-calendar-2 .air-datepicker--navigation{margin-bottom:var(--base-size)}.kc-event-calendar-2 .air-datepicker-nav{align-items:start;height:calc(var(--base-size) * 4.2);box-sizing:border-box;margin:0;padding:calc(var(--base-size) * .5) 0 0}.kc-event-calendar-2 .air-datepicker-nav--action svg{height:calc(var(--base-size) * 2.6);color:#636367}.kc-event-calendar-2 .air-datepicker-nav [data-action=prev],.kc-event-calendar-2 .air-datepicker-nav [data-action=next]{margin:0}.kc-event-calendar-2 .air-datepicker--content{padding:0}.kc-event-calendar-2 .air-datepicker-body--day-names{margin:0 0 var(--base-size) 0}.kc-event-calendar-2 .air-datepicker-body--cells.-days-{--adp-day-cell-width: auto;grid-template-columns:repeat(7,minmax(0,1fr))}.kc-event-calendar-2 button{height:32px;display:flex;align-items:center;justify-content:center;border:none;background-color:transparent;color:var(--kc-color-gray-600);font-weight:unset}@media only screen and (max-width: 1679px){.kc-event-calendar-2__cell{font-size:calc(var(--base-size) * 1.8)}}@media only screen and (max-width: 1024px){.kc-event-calendar-2 .air-datepicker{padding:calc(var(--base-size) * 1.5) var(--base-size) calc(var(--base-size) * 2)}.kc-event-calendar-2__cell{font-size:calc(var(--base-size) * 1.4)}.kc-event-calendar-2__cell__dot{position:relative}}.auth-social-items__wrapper{display:flex;flex-wrap:wrap;margin:0 0 40px;justify-content:center}.auth-social-title{display:flex;align-items:center;font-size:14px;line-height:1.45;font-style:italic;font-weight:400;color:var(--kc-color-gray-200);position:relative;text-align:center;white-space:nowrap;margin:0 0 30px}.auth-social-title:before,.auth-social-title:after{content:"";display:block;position:relative;width:100%;height:1px;background:var(--kc-color-light-gray)}.auth-social-title:before{left:0;margin:0 10px 0 0}.auth-social-title:after{right:0;margin:0 0 0 10px}html[lang=ar] .auth-social-title:before,html[lang=ur] .auth-social-title:before{left:0;margin:0 0 0 10px}html[lang=ar] .auth-social-title:after,html[lang=ur] .auth-social-title:after{right:0;margin:0 10px 0 0}.auth-social_item{display:inline-flex;position:relative;width:40px;height:40px;border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));text-decoration:none;color:var(--kc-color-gray-600);margin:0 20px 25px 0;transition:.15s background-color}.auth-social_item:hover{background-color:var(--kc-color-gray-100)}.auth-social_item:nth-child(6n){margin:0 0 25px}.auth-social_item img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:24px;max-height:24px}.auth-social_item.auth-social_item__google img{width:20px;height:auto}.auth-social_item.auth-social_item__apple img{top:calc(50% - 2px);width:20px;height:auto}.auth-social_item.auth-social_item__vk img{width:24px;height:auto}.auth-social_item.auth-social_item__linkedin img{top:calc(50% - 2px);left:calc(50% + 1px);width:20px;height:auto}.auth-social_item span{position:absolute;display:inline-block;word-wrap:break-word;text-align:center;max-width:40px;top:calc(100% + 4px);left:50%;transform:translate(-50%);font-size:8px;line-height:1.45;font-weight:700;color:var(--kc-color-gray-600)}html[lang=ar] .auth-social_item,html[lang=ur] .auth-social_item{margin:0 0 25px 20px}html[lang=ar] .auth-social_item:nth-child(6n),html[lang=ur] .auth-social_item:nth-child(6n){margin:0 0 25px}@media only screen and (max-width: 1340px){.auth-social-items__wrapper{margin:0 0 2.985vw}.auth-social-title{font-size:1.045vw;margin:0 0 2.24vw}.auth-social-title:before{margin:0 .746vw 0 0}.auth-social-title:after{margin:0 0 0 .746vw}html[lang=ar] .auth-social-title:before,html[lang=ur] .auth-social-title:before{margin:0 0 0 .746vw}html[lang=ar] .auth-social-title:after,html[lang=ur] .auth-social-title:after{margin:0 .746vw 0 0}.auth-social_item{width:2.985vw;height:2.985vw;margin:0 1.49vw 1.85vw 0}.auth-social_item:nth-child(6n){margin:0 0 1.86vw}.auth-social_item img{max-width:1.79vw;max-height:1.79vw}.auth-social_item.auth-social_item__google img{width:1.493vw}.auth-social_item.auth-social_item__apple img{top:calc(50% - 2px);width:1.493vw}.auth-social_item.auth-social_item__vk img{width:1.79vw}.auth-social_item.auth-social_item__linkedin img{top:calc(50% - 2px);left:calc(50% + 1px);width:1.493vw}.auth-social_item span{max-width:2.985vw;top:calc(100% + 4px);font-size:.6vw}html[lang=ar] .auth-social_item,html[lang=ur] .auth-social_item{margin:0 0 1.86vw 1.485vw}html[lang=ar] .auth-social_item:nth-child(6n),html[lang=ur] .auth-social_item:nth-child(6n){margin:0 0 1.86vw}}@media only screen and (max-width: 1024px){.auth-social-items__wrapper{margin:0 0 5.2vw}.auth-social-title{font-size:1.823vw;margin:1vw 0 3.9vw}.auth-social-title:before{margin:0 1.3vw 0 0}.auth-social-title:after{margin:0 0 0 1.3vw}html[lang=ar] .auth-social-title:before,html[lang=ur] .auth-social-title:before{margin:0 0 0 1.3vw}html[lang=ar] .auth-social-title:after,html[lang=ur] .auth-social-title:after{margin:0 1.3vw 0 0}.auth-social_item{width:5.2vw;height:5.2vw;margin:0 2.6vw 3.25vw 0}.auth-social_item:nth-child(6n){margin:0 0 3.25vw}.auth-social_item img{max-width:3.125vw;max-height:3.125vw}.auth-social_item.auth-social_item__google img{width:2.6vw}.auth-social_item.auth-social_item__apple img{top:calc(50% - 2px);width:2.6vw}.auth-social_item.auth-social_item__vk img{width:3.125vw}.auth-social_item.auth-social_item__linkedin img{top:calc(50% - 2px);left:calc(50% + 1px);width:2.6vw}.auth-social_item span{max-width:5.2vw;top:calc(100% + 4px);font-size:1.042vw}html[lang=ar] .auth-social_item,html[lang=ur] .auth-social_item{margin:0 0 3.25vw 2.6vw}html[lang=ar] .auth-social_item:nth-child(6n),html[lang=ur] .auth-social_item:nth-child(6n){margin:0 0 3.25vw}}@media only screen and (max-width: 440px){.auth-social-items__wrapper{margin:0 0 10.67vw}.auth-social-title{font-size:3.73vw;margin:0 0 8vw}.auth-social-title:before{margin:0 2.67vw 0 0}.auth-social-title:after{margin:0 0 0 2.67vw}html[lang=ar] .auth-social-title:before,html[lang=ur] .auth-social-title:before{margin:0 0 0 2.67vw}html[lang=ar] .auth-social-title:after,html[lang=ur] .auth-social-title:after{margin:0 2.67vw 0 0}.auth-social_item{width:10.67vw;height:10.67vw;margin:0 5vw 6.67vw 0}.auth-social_item:nth-child(6n){margin:0 0 6.67vw}.auth-social_item img{max-width:6.4vw;max-height:6.4vw}.auth-social_item.auth-social_item__google img{width:5.33vw}.auth-social_item.auth-social_item__apple img{top:calc(50% - .53vw);width:5.33vw}.auth-social_item.auth-social_item__vk img{width:6.4vw}.auth-social_item.auth-social_item__linkedin img{top:calc(50% - .53vw);left:calc(50% + 1px);width:5.33vw}.auth-social_item span{max-width:10.67vw;top:calc(100% + 1.067vw);font-size:2.133vw}html[lang=ar] .auth-social_item,html[lang=ur] .auth-social_item{margin:0 0 6.67vw 5vw}html[lang=ar] .auth-social_item:nth-child(6n),html[lang=ur] .auth-social_item:nth-child(6n){margin:0 0 6.67vw}}.share-social-items__wrapper{display:flex;flex-wrap:wrap;margin:0 0 40px}.share-social-title{display:flex;align-items:center;font-size:14px;line-height:1.45;font-style:italic;font-weight:400;color:var(--kc-color-gray-600);position:relative;text-align:center;white-space:nowrap;margin:0 0 30px}.share-social-title:before,.share-social-title:after{content:"";display:block;position:relative;width:100%;height:1px;background:var(--kc-color-light-gray)}.share-social-title:before{left:0;margin:0 10px 0 0}.share-social-title:after{right:0;margin:0 0 0 10px}html[lang=ar] .share-social-title:before,html[lang=ur] .share-social-title:before{left:0;margin:0 0 0 10px}html[lang=ar] .share-social-title:after,html[lang=ur] .share-social-title:after{right:0;margin:0 10px 0 0}.share-social_item{display:inline-flex;position:relative;width:40px;height:40px;border-radius:5px;text-decoration:none;color:var(--kc-color-gray-600);margin:0 20px 25px 0;transition:.15s opacity}.share-social_item:hover{opacity:.8}.share-social_item:nth-child(6n){margin:0 0 25px}.share-social_item img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:24px;max-height:24px}.share-social_item.share-social_item__slack{background-color:#4a154b}.share-social_item.share-social_item__slack img{width:20px;height:auto}.share-social_item.share-social_item__telegram{background-color:#08c}.share-social_item.share-social_item__telegram img{width:20px;height:auto}.share-social_item.share-social_item__reddit{background-color:#ff4500}.share-social_item.share-social_item__reddit img,.share-social_item.share-social_item__google img{width:20px;height:auto}.share-social_item.share-social_item__apple img{top:calc(50% - 2px);width:20px;height:auto}.share-social_item.share-social_item__vk{background-color:#45668e}.share-social_item.share-social_item__vk img{width:20px;height:auto}.share-social_item.share-social_item__linkedin{background-color:#0077b5}.share-social_item.share-social_item__linkedin img{top:calc(50% - 2px);left:calc(50% + 1px);width:20px;height:auto}.share-social_item.share-social_item__whatsapp{background-color:#25d366}.share-social_item.share-social_item__whatsapp img{width:20px;height:auto}.share-social_item span{position:absolute;display:inline-block;word-wrap:break-word;text-align:center;max-width:40px;top:calc(100% + 4px);left:50%;transform:translate(-50%);font-size:8px;line-height:1.45;font-weight:700;color:var(--kc-color-gray-600)}html[lang=ar] .share-social_item,html[lang=ur] .share-social_item{margin:0 0 25px 20px}html[lang=ar] .share-social_item:nth-child(6n),html[lang=ur] .share-social_item:nth-child(6n){margin:0 0 25px}@media only screen and (max-width: 1340px){.share-social-items__wrapper{margin:0 0 2.985vw}.share-social-title{font-size:1.045vw;margin:0 0 2.24vw}.share-social-title:before{margin:0 .746vw 0 0}.share-social-title:after{margin:0 0 0 .746vw}html[lang=ar] .share-social-title:before,html[lang=ur] .share-social-title:before{margin:0 0 0 .746vw}html[lang=ar] .share-social-title:after,html[lang=ur] .share-social-title:after{margin:0 .746vw 0 0}.share-social_item{width:2.985vw;height:2.985vw;margin:0 1.49vw 1.85vw 0}.share-social_item:nth-child(6n){margin:0 0 1.86vw}.share-social_item img{max-width:1.79vw;max-height:1.79vw}.share-social_item.share-social_item__google img{width:1.493vw}.share-social_item.share-social_item__apple img{top:calc(50% - 2px);width:1.493vw}.share-social_item.share-social_item__vk img{width:1.79vw}.share-social_item.share-social_item__linkedin img{top:calc(50% - 2px);left:calc(50% + 1px);width:1.493vw}.share-social_item span{max-width:2.985vw;top:calc(100% + 4px);font-size:.6vw}html[lang=ar] .share-social_item,html[lang=ur] .share-social_item{margin:0 0 1.86vw 1.485vw}html[lang=ar] .share-social_item:nth-child(6n),html[lang=ur] .share-social_item:nth-child(6n){margin:0 0 1.86vw}}@media only screen and (max-width: 1024px){.share-social-items__wrapper{margin:0 0 5.2vw}.share-social-title{font-size:1.823vw;margin:1vw 0 3.9vw}.share-social-title:before{margin:0 1.3vw 0 0}.share-social-title:after{margin:0 0 0 1.3vw}html[lang=ar] .share-social-title:before,html[lang=ur] .share-social-title:before{margin:0 0 0 1.3vw}html[lang=ar] .share-social-title:after,html[lang=ur] .share-social-title:after{margin:0 1.3vw 0 0}.share-social_item{width:5.2vw;height:5.2vw;margin:0 2.6vw 3.25vw 0}.share-social_item:nth-child(6n){margin:0 0 3.25vw}.share-social_item img{max-width:3.125vw;max-height:3.125vw}.share-social_item.share-social_item__google img{width:2.6vw}.share-social_item.share-social_item__apple img{top:calc(50% - 2px);width:2.6vw}.share-social_item.share-social_item__vk img{width:3.125vw}.share-social_item.share-social_item__linkedin img{top:calc(50% - 2px);left:calc(50% + 1px);width:2.6vw}.share-social_item span{max-width:5.2vw;top:calc(100% + 4px);font-size:1.042vw}html[lang=ar] .share-social_item,html[lang=ur] .share-social_item{margin:0 0 3.25vw 2.6vw}html[lang=ar] .share-social_item:nth-child(6n),html[lang=ur] .share-social_item:nth-child(6n){margin:0 0 3.25vw}}@media only screen and (max-width: 440px){.share-social-items__wrapper{margin:0 0 10.67vw}.share-social-title{font-size:3.73vw;margin:0 0 8vw}.share-social-title:before{margin:0 2.67vw 0 0}.share-social-title:after{margin:0 0 0 2.67vw}html[lang=ar] .share-social-title:before,html[lang=ur] .share-social-title:before{margin:0 0 0 2.67vw}html[lang=ar] .share-social-title:after,html[lang=ur] .share-social-title:after{margin:0 2.67vw 0 0}.share-social_item{width:10.67vw;height:10.67vw;margin:0 5vw 6.67vw 0}.share-social_item:nth-child(6n){margin:0 0 6.67vw}.share-social_item img{max-width:6.4vw;max-height:6.4vw}.share-social_item.share-social_item__google img{width:5.33vw}.share-social_item.share-social_item__apple img{top:calc(50% - .53vw);width:5.33vw}.share-social_item.share-social_item__vk img{width:6.4vw}.share-social_item.share-social_item__linkedin img{top:calc(50% - .53vw);left:calc(50% + 1px);width:5.33vw}.share-social_item span{max-width:10.67vw;top:calc(100% + 1.067vw);font-size:2.133vw}html[lang=ar] .share-social_item,html[lang=ur] .share-social_item{margin:0 0 6.67vw 5vw}html[lang=ar] .share-social_item:nth-child(6n),html[lang=ur] .share-social_item:nth-child(6n){margin:0 0 6.67vw}}.course-block{display:flex;position:relative;width:100%;margin:0 0 calc(var(--base-size) * 3) 0;padding:20px;background:#fff;border-radius:5px}.course-block_image{display:block;position:relative;width:293px;height:165px;margin:0 20px 0 0;overflow:hidden;border-radius:5px;flex:none;will-change:transform;-webkit-backface-visibility:hidden;box-shadow:0 0 0 1px #cccccc3d}.course-block_image:hover img{transform:scale(1.05)}.course-block_image:hover+.course-block_content .course-block_title{color:#ff881a}.course-block_image img{width:100%;height:100%;object-fit:cover;transition:.3s transform}html[lang=ar] .course-block_image,html[lang=ur] .course-block_image{margin:0 0 0 20px}.course-block_content{display:flex;flex-direction:column;width:100%;border-bottom:1px solid var(--kc-color-light-gray)}html[lang=ar] .course-block_content .save-btn,html[lang=ur] .course-block_content .save-btn{right:auto;left:0}.course-block_status{position:absolute;display:flex;top:5px;left:5px;z-index:1}html[lang=ar] .course-block_status,html[lang=ur] .course-block_status{left:auto;right:5px}.course-block_label{display:inline-flex;align-items:center;font-size:calc(var(--base-size) * 1.4);line-height:calc(var(--base-size) * 2);padding:calc(var(--base-size) * .4) calc(var(--base-size) * .8);border-radius:calc(var(--base-size) * .8 * var(--ki-border-radius-scale));font-weight:400;background:var(--main_color);text-transform:uppercase}.course-block_label>.course-block_label{margin:0 -5px 0 5px;border-radius:0 3px 3px 0}.course-block_label.white{background:#fff;color:var(--kc-color-gray-200)}.course-block_label.grey{background:var(--kc-color-gray-100);color:var(--kc-color-gray-600)}html[lang=ar] .course-block_label>.course-block_label,html[lang=ur] .course-block_label>.course-block_label{margin:0 5px 0 -5px;border-radius:3px 0 0 3px}.course-block-top{display:flex;justify-content:space-between;align-items:flex-start}.course-block_title{display:block;font-size:18px;line-height:1.44;font-weight:700;color:var(--kc-color-gray-600);margin:0 0 7px;text-decoration:none;transition:.15s color}.course-block_title:hover{color:#ff881a}.course-block_progress{display:flex;align-items:center;font-size:14px;margin:0 0 12px;color:var(--kc-color-gray-200)}.course-block_progress .card__content--save-status{margin:0 6px 0 0}html[lang=ar] .course-block_progress .card__content--save-status,html[lang=ur] .course-block_progress .card__content--save-status{margin:0 0 0 6px}.\441ourse-block_info{margin:0 0 4px}.\441ourse-block_info>span{font-size:12px;line-height:1.5;color:var(--kc-color-gray-200);position:relative}.\441ourse-block_info>span:not(:last-child){margin:0 22px 0 0}.\441ourse-block_info>span:after{content:"";display:none;position:absolute;top:50%;transform:translateY(-50%);right:-11px;height:16px;width:1px;background:var(--kc-color-light-gray)}html[lang=ar] .\441ourse-block_info>span:not(:last-child),html[lang=ur] .\441ourse-block_info>span:not(:last-child){margin:0 0 0 22px}html[lang=ar] .\441ourse-block_info>span:after,html[lang=ur] .\441ourse-block_info>span:after{right:auto;left:-11px}.search-result_list-content{position:relative;min-height:calc(var(--base-size) * 15);display:flex;flex-direction:column;gap:calc(var(--base-size) * 2)}.search-result_list-content .empty-msg{display:block;width:267px;font-size:14px;line-height:1.5;color:var(--kc-color-gray-200)}.search-result_pagination{margin-top:calc(var(--base-size) * 2.4)}.search-result_list{min-width:0}.search-result_list .course-block{padding:0}.search-result_list.search-result_tight .\441ourse-block_info{display:flex;flex-wrap:wrap}.search-result_list.search-result_tight .\441ourse-block_info>span:nth-last-child(n+3):after{display:block}.search-result_list.search-result_tight .course-block_langs{width:100%}.search-result_list.search-result_wide{display:block}.search-result_list.search-result_wide .\441ourse-block_info>span:nth-last-child(n+2):after{display:block}.search-result_list.search-result_wide .course-block_langs{width:auto}.search-result_list-empty{display:flex;align-items:center;justify-content:center;min-height:60vh}.total-results-text{margin-bottom:calc(var(--base-size) * 1.6)}.course-block_langs{font-size:12px;line-height:1.5;color:var(--kc-color-gray-200)}.course-block_register{margin:auto 0 10px}.course-block_register-title{font-size:12px;line-height:1.5;color:var(--kc-color-gray-600)}.course-block_register-form{display:flex}.select_course-register{width:265px;--margin: 0 10px 0 0}html[lang=ar] .select_course-register,html[lang=ur] .select_course-register{--margin: 0 0 0 10px}@media only screen and (max-width: 1340px){.course-block{margin:0 0 2.24vw}.course-block_image{width:21.86vw;height:12.31vw;margin:0 1.49vw 0 0;border-radius:.37vw}html[lang=ar] .course-block_image,html[lang=ur] .course-block_image{margin:0 0 0 1.49vw}.course-block_status{top:.37vw;left:.37vw}html[lang=ar] .course-block_status,html[lang=ur] .course-block_status{right:.37vw}.course-block_label{font-size:.896vw;padding:0 .37vw;border-radius:.224vw}.course-block_label>.course-block_label{margin:0 -.37vw 0 .37vw;border-radius:0 .224vw .224vw 0}html[lang=ar] .course-block_label>.course-block_label,html[lang=ur] .course-block_label>.course-block_label{margin:0 .37vw 0 -.37vw;border-radius:.224vw 0 0 .224vw}.course-block_title{font-size:1.34vw;margin:0 0 .52vw}.course-block_progress{font-size:1.045vw;margin:0 0 .896vw}.course-block_progress .card__content--save-status{margin:0 .45vw 0 0}html[lang=ar] .course-block_progress .card__content--save-status,html[lang=ur] .course-block_progress .card__content--save-status{margin:0 0 0 .45vw}.\441ourse-block_info{margin:0 0 .3vw}.\441ourse-block_info>span{font-size:.896vw}.\441ourse-block_info>span:not(:last-child){margin:0 1.64vw 0 0}.\441ourse-block_info>span:after{right:-.82vw;height:1.194vw;width:1px}html[lang=ar] .\441ourse-block_info>span:not(:last-child),html[lang=ur] .\441ourse-block_info>span:not(:last-child){margin:0 0 0 1.64vw}html[lang=ar] .\441ourse-block_info>span:after,html[lang=ur] .\441ourse-block_info>span:after{left:-.82vw}.course-block_langs{font-size:.896vw}.course-block_register{margin:auto 0 .746vw}.course-block_register-title{font-size:.896vw}.select_course-register{width:19.77vw;--margin: 0 .746vw 0 0}html[lang=ar] .select_course-register,html[lang=ur] .select_course-register{--margin: 0 0 0 .746vw}}@media only screen and (max-width: 1024px){.course-block{margin:0 0 3.9vw}.course-block_image{width:38.15vw;height:21.48vw;margin:0 2.6vw 0 0;border-radius:.65vw}html[lang=ar] .course-block_image,html[lang=ur] .course-block_image{margin:0 0 0 2.6vw}.course-block_status{top:.65vw;left:.65vw}html[lang=ar] .course-block_status,html[lang=ur] .course-block_status{right:.65vw}.course-block_label{font-size:1.56vw;padding:0 .65vw;border-radius:.39vw}.course-block_label>.course-block_label{margin:0 -.65vw 0 .65vw;border-radius:0 .39vw .39vw 0}html[lang=ar] .course-block_label>.course-block_label,html[lang=ur] .course-block_label>.course-block_label{margin:0 .65vw 0 -.65vw;border-radius:.39vw 0 0 .39vw}.course-block_title{font-size:2.34vw;margin:0 0 .91vw}.course-block_progress{font-size:1.823vw;margin:0 0 1.56vw}.course-block_progress .card__content--save-status{margin:0 .78vw 0 0}html[lang=ar] .course-block_progress .card__content--save-status,html[lang=ur] .course-block_progress .card__content--save-status{margin:0 0 0 .78vw}.\441ourse-block_info{margin:0 0 .52vw}.\441ourse-block_info>span{font-size:1.56vw}.\441ourse-block_info>span:not(:last-child){margin:0 2.865vw 0 0}.\441ourse-block_info>span:after{right:-1.43vw;height:2.08vw;width:1px}html[lang=ar] .\441ourse-block_info>span:not(:last-child),html[lang=ur] .\441ourse-block_info>span:not(:last-child){margin:0 0 0 2.865vw}html[lang=ar] .\441ourse-block_info>span:after,html[lang=ur] .\441ourse-block_info>span:after{left:-1.43vw}.course-block_langs{font-size:1.56vw}.course-block_register{margin:auto 0 1.3vw}.course-block_register-title{font-size:1.56vw}.select_course-register{width:34.5vw;--margin: 0 1.3vw 0 0}html[lang=ar] .select_course-register,html[lang=ur] .select_course-register{--margin: 0 0 0 1.3vw}.total-results-text{margin:0}}@media only screen and (max-width: 440px){.course-block{flex-direction:column;margin:0 0 8vw}.course-block_image{width:100%;height:50.93vw;margin:0 0 2.67vw;border-radius:1.33vw}html[lang=ar] .course-block_image,html[lang=ur] .course-block_image{margin:0 0 2.67vw}.course-block_content{border-bottom:none}.course-block_content .save-btn{top:54vw}.course-block_status{top:1.33vw;left:1.33vw}html[lang=ar] .course-block_status,html[lang=ur] .course-block_status{right:1.33vw}.course-block_label{font-size:3.2vw;padding:0 1.33vw;border-radius:.8vw}.course-block_label>.course-block_label{margin:0 -1.33vw 0 1.33vw;border-radius:0 .8vw .8vw 0}html[lang=ar] .course-block_label>.course-block_label,html[lang=ur] .course-block_label>.course-block_label{margin:0 1.33vw 0 -1.33vw;border-radius:.8vw 0 0 .8vw}.course-block_title{font-size:4.8vw;margin:0 0 2.67vw}.course-block_progress{font-size:3.73vw;margin:0 0 3.2vw}.course-block_progress .card__content--save-status{margin:0 1.6vw 0 0}html[lang=ar] .course-block_progress .card__content--save-status,html[lang=ur] .course-block_progress .card__content--save-status{margin:0 0 0 1.6vw}.\441ourse-block_info{display:flex;flex-wrap:wrap;margin:0 0 2.67vw}.\441ourse-block_info>span{font-size:3.2vw;margin-right:0;max-width:16.65vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.\441ourse-block_info>span:after{display:none!important}.\441ourse-block_info>span:nth-child(2){max-width:29.33vw}.\441ourse-block_info>span:not(:nth-last-child(-n+2)){margin:0 2.93vw 0 0;padding:0 2.93vw 0 0}.\441ourse-block_info>span:not(:nth-last-child(-n+2)):after{display:block!important}.\441ourse-block_info>span:nth-last-child(2){flex:1;padding:0;margin:0;max-width:none}.\441ourse-block_info>span:last-child{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.\441ourse-block_info>span:last-child:after{display:none}.\441ourse-block_info>span:after{right:0;height:4.27vw;width:1px}html[lang=ar] .\441ourse-block_info>span:not(:last-child),html[lang=ur] .\441ourse-block_info>span:not(:last-child){margin:0 0 0 2.93vw;padding:0 0 0 2.93vw}html[lang=ar] .\441ourse-block_info>span:after,html[lang=ur] .\441ourse-block_info>span:after{left:0}.course-block_langs{font-size:3.2vw;display:block}.course-block_register{margin:0}.course-block_register-title{font-size:3.2vw}.select_course-register{width:70.67vw;--margin: 0 2.67vw 0 0}html[lang=ar] .select_course-register,html[lang=ur] .select_course-register{--margin: 0 0 0 2.67vw}}.onboarding-trigger{width:1px;display:inline-flex}.shepherd-modal-overlay-container path{fill:transparent}body.onboarding-with-shadow .shepherd-modal-overlay-container path{fill:#00000080}.shepherd-element{right:auto!important;border:none;border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale));max-width:calc(var(--base-size) * 37.5);padding:calc(var(--base-size) * 1.6);transition:opacity .5s;box-shadow:0 calc(var(--base-size) * .8) calc(var(--base-size) * 3.2) 0 #12151f66;outline:none}.shepherd-element_tooltip .shepherd-arrow:after{display:none!important}.shepherd-element_tooltip .shepherd-footer{display:none}.shepherd-element button:focus-visible{outline:calc(var(--base-size) * .4) dashed #329dff!important;outline-offset:-4px!important}.shepherd-header{padding:0!important;background:transparent!important;display:flex;align-items:flex-start;margin-bottom:calc(var(--base-size) * .8)}.shepherd-title{font-family:Lato,Tahoma,Geneva,Verdana,sans-serif;font-size:calc(var(--base-size) * 1.8);font-weight:600;line-height:calc(var(--base-size) * 2.8);text-underline-position:from-font;text-decoration-skip-ink:none;max-width:calc(100% - var(--base-size) * 2.4);color:var(--kc-color-gray-600)}.shepherd-cancel-icon{width:calc(var(--base-size) * 2.4);height:calc(var(--base-size) * 2.4);background-image:url(https://demo.knowledgecity.com/images/icons/close.svg);background-size:contain}.shepherd-cancel-icon span{display:none}.shepherd-text{padding:0;font-family:Lato,Tahoma,Geneva,Verdana,sans-serif;font-size:calc(var(--base-size) * 1.6);font-weight:400;line-height:calc(var(--base-size) * 2.6);color:var(--kc-color-gray-600)}.shepherd-footer{padding:0;display:flex;align-items:center;margin-top:calc(var(--base-size) * .8);gap:calc(var(--base-size) * .8)}.shepherd-element_white-circle .shepherd-arrow:after{border:2px solid #ffffff}.shepherd-progress{margin-right:auto;font-family:Lato,Tahoma,Geneva,Verdana,sans-serif;font-size:calc(var(--base-size) * 1.6);font-weight:400;line-height:calc(var(--base-size) * 2.6);color:var(--main_color)}.shepherd-button{height:calc(var(--base-size) * 4.3);min-width:calc(var(--base-size) * 10);padding:0 calc(var(--base-size) * .8);border-radius:calc(var(--base-size) * .8 * var(--ki-border-radius-scale));background-color:var(--ki-color-primary, #ff881a);color:var(--kc-button-primary-text-color, var(--ki-color-white, #ffffff))!important;transition:.3s}.shepherd-button:hover{background-color:var(--kc-button-primary-background-hover, #d3722b)!important}.shepherd-button.shepherd-button-secondary{background-color:var(--kc-color-primary-100, #fff3e8);color:var(--kc-color-gray-600, #1f2023)!important;margin:0}.shepherd-button.shepherd-button-secondary:hover{background-color:var(--kc-color-primary-150, #ffdbba)!important}.shepherd-arrow:before{height:11px;width:11px;position:absolute;z-index:-1;border-radius:1px;transform:translate(3px,14px) rotate(45deg)}.shepherd-arrow:after{content:"";position:absolute;height:24px;width:24px;top:7px;right:-24px;opacity:0;border:2px solid var(--main_color);border-radius:calc(var(--base-size) * 4 * var(--ki-border-radius-scale));-webkit-animation:pulsate 1.5s ease-out infinite}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow:before{transform:translate(3px) rotate(45deg)}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow:after{top:-7px;right:19px}.shepherd-element[data-popper-placement^=right-start]>.shepherd-arrow:before{transform:translate(3px,46px) rotate(45deg)}.shepherd-element[data-popper-placement^=right-start]>.shepherd-arrow:after{top:39px;left:-24px;right:auto}.shepherd-element[data-popper-placement^=right-end]>.shepherd-arrow:before{transform:translate(3px,-40px) rotate(45deg)}.shepherd-element[data-popper-placement^=right-end]>.shepherd-arrow:after{top:-44px;left:-24px;right:auto}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow:before{transform:translate(-3px,2px) rotate(45deg)}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow:after{top:-4px;right:-27px}.shepherd-element[data-popper-placement^=left-start]>.shepherd-arrow:before{transform:translate(3px,46px) rotate(45deg)}.shepherd-element[data-popper-placement^=left-start]>.shepherd-arrow:after{top:39px}.shepherd-element[data-popper-placement^=left-end]>.shepherd-arrow:before{transform:translate(3px,-40px) rotate(45deg)}.shepherd-element[data-popper-placement^=left-end]>.shepherd-arrow:after{top:-47px;right:-30px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow:after{top:-24px;right:auto;left:auto}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow:before{background-color:#fff!important;transform:translate(6px,3px) rotate(45deg)}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow:after{top:24px;right:auto;left:auto}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow:before{transform:translate(6px,3px) rotate(45deg)}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow:before{transform:translate(3px,3px) rotate(45deg)}.shepherd-element[data-popper-placement^=bottom-end]>.shepherd-arrow:after{right:8px}.shepherd-element[data-popper-placement^=bottom-end]>.shepherd-arrow:before{transform:translate(-10px,3px) rotate(45deg)}@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:.7}to{transform:scale(1);opacity:0}}html[lang=ar] .shepherd-progress,html[lang=ur] .shepherd-progress{margin-right:0;margin-left:auto}html[lang=ar] .shepherd-element[data-popper-placement^=right]>.shepherd-arrow:before,html[lang=ur] .shepherd-element[data-popper-placement^=right]>.shepherd-arrow:before{transform:translate(-3px) rotate(45deg)}html[lang=ar] .shepherd-element[data-popper-placement^=right-start]>.shepherd-arrow:before,html[lang=ur] .shepherd-element[data-popper-placement^=right-start]>.shepherd-arrow:before{transform:translate(-3px,46px) rotate(45deg)}html[lang=ar] .shepherd-element[data-popper-placement^=right-start]>.shepherd-arrow:after,html[lang=ur] .shepherd-element[data-popper-placement^=right-start]>.shepherd-arrow:after{right:18px}html[lang=ar] .shepherd-element[data-popper-placement^=right-end]>.shepherd-arrow:before,html[lang=ur] .shepherd-element[data-popper-placement^=right-end]>.shepherd-arrow:before{transform:translate(-3px,-40px) rotate(45deg)}html[lang=ar] .shepherd-element[data-popper-placement^=right-end]>.shepherd-arrow:after,html[lang=ur] .shepherd-element[data-popper-placement^=right-end]>.shepherd-arrow:after{right:22px}html[lang=ar] .shepherd-element[data-popper-placement^=left-start]>.shepherd-arrow:before,html[lang=ur] .shepherd-element[data-popper-placement^=left-start]>.shepherd-arrow:before{transform:translate(-3px,46px) rotate(45deg)}html[lang=ar] .shepherd-element[data-popper-placement^=left-end]>.shepherd-arrow:before,html[lang=ur] .shepherd-element[data-popper-placement^=left-end]>.shepherd-arrow:before{transform:translate(-3px,-40px) rotate(45deg)}html[lang=ar] .shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow:before,html[lang=ur] .shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow:before{transform:translate(-3px,3px) rotate(45deg)}.onboarding-dialog_hidden-circle .shepherd-arrow:after{display:none!important}@media only screen and (max-width: 440px){.shepherd-element{width:calc(100% - var(--base-size) * 3.2);max-width:none;margin:0 calc(var(--base-size) * 1.6);left:0!important;right:calc(var(--base-size) * 1.6)!important}}.course-card__availability-label{display:flex;gap:calc(var(--base-size) * .8)}.course-card__availability-label__tooltip{display:flex;align-items:center;cursor:pointer}.course-card__availability-label__tooltip__text{max-width:calc(var(--base-size) * 30.3)}.course-card__availability-label__tooltip__text p{color:#fff}.course-card__availability-label__tooltip ki-icon{font-size:calc(var(--base-size) * 2);color:var(--main_color);transition:.3s opacity}.course-card__availability-label__tooltip:hover ki-icon{opacity:.5}.course-card__availability-label__image-overlay{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-content:center;background:rgba(31,32,35,.5019607843);color:#fff}.course-card__availability-label__image-overlay>ki-icon{font-size:calc(var(--base-size) * 2)}.course-card__labels{display:flex;flex-wrap:wrap;gap:calc(var(--base-size) * .8)}.course-card__duplicates-label{display:flex;align-items:center;gap:calc(var(--base-size) * .8)}.course-card__duplicates-label ki-icon{font-size:calc(var(--base-size) * 2.4);color:var(--main_color)}[data-portal-id="19e8d8b9-55ec-c202-1adf-0dc5de96a202"] .page-wrapper .wrapper:has(.main-page){background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1672' height='941' viewBox='0 0 1672 941' fill='none'%3E %3Cg stroke='%235cb85c' stroke-width='2' fill='none'%3E %3Cpath d='M560 104 L1180 104'/%3E %3Cpath d='M1180 104 L1180 0'/%3E %3Cpath d='M820 0 L820 104'/%3E %3Cpath d='M1040 0 L1040 104'/%3E %3Cpath d='M1320 0 L1320 104 L1430 104'/%3E %3Cpath d='M700 104 L700 380'/%3E %3Cpath d='M980 104 L980 420'/%3E %3Cpath d='M1180 104 L1180 460'/%3E %3Cpath d='M1430 104 L1430 380'/%3E %3Cpath d='M1430 250 L1600 250 L1672 330'/%3E %3Cpath d='M1600 104 L1600 520'/%3E %3Cpath d='M0 300 L360 300 L360 560'/%3E %3Cpath d='M180 300 L180 600'/%3E %3Cpath d='M980 420 L1100 540'/%3E %3Cpath d='M700 380 L600 480'/%3E %3Cpath d='M360 560 L980 560'/%3E %3Cpath d='M700 560 L700 760'/%3E %3Cpath d='M980 560 L980 760'/%3E %3Cpath d='M700 760 L1180 760'/%3E %3C/g%3E %3C/svg%3E");background-repeat:repeat;background-size:1672px auto;background-position:top center}[data-portal-id="19e8d8b9-55ec-c202-1adf-0dc5de96a202"] .section-feautured-course--wrapper .section__head--caption h2{color:#6fce74!important}.main-sections-wrapper{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2.4);flex:1}.section-main{background:#fff;padding:calc(var(--base-size) * 5) 0}.section-course-library--wrapper,.section-feautured-course--wrapper,.section-feautured-skills--wrapper,.section-main{border-radius:calc(var(--base-size) * 3 * var(--ki-border-radius-scale));width:100%;margin:0 auto;position:relative;overflow:hidden}.section-partners--wrapper.single .container-custom{gap:calc(var(--base-size) * 14);justify-content:center;align-items:center}.section-partners--wrapper.single .section-heading{width:calc(var(--base-size) * 39);max-width:100%}.section-partners--wrapper.single .slider-wrapper{width:calc(var(--base-size) * 51.2);flex:none;min-width:0}.section-partners--wrapper.double .container-custom{justify-content:space-between;align-items:center}.section-partners--wrapper.double .section-heading{width:calc(var(--base-size) * 39);max-width:100%}.section-partners--wrapper.double .slider-wrapper{width:calc(var(--base-size) * 104);max-width:100%;flex:none}.section-partners--wrapper.multiple .container-custom{flex-direction:column;gap:calc(var(--base-size) * 1.6);justify-content:center;align-items:flex-start}.section-partners--wrapper.multiple .slider-wrapper{width:100%;flex:auto}.section-partners--wrapper .container-custom{display:flex;justify-content:space-between}.section-partners--wrapper .container-custom.centered{justify-content:center}.section-partners--wrapper .section-heading{align-items:flex-end;justify-content:space-between;gap:var(--base-size);width:100%;flex:none}.section-partners--wrapper .section-heading .section__head--control{margin:calc(var(--base-size)) 0 0 0}.section-partners--wrapper .slider-wrapper{width:calc(var(--base-size) * 100.4);direction:ltr}.section-partners--wrapper .slider-wrapper .swiper{border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale))}.section-course-library--wrapper{color:var(--main_color);background-color:var(--main_library_background, transparent);background-image:var(--main-library_image);background-size:cover;background-position:center;background-repeat:no-repeat}.section-course-library--wrapper .section-heading{padding:0 0 calc(var(--base-size) * 2.4) 0}.section-course-library--wrapper .section-block{padding:calc(var(--base-size) * 5.6) 0}html[lang=ar] .section-course-library--wrapper,html[lang=ur] .section-course-library--wrapper{background-image:var(--main-library-image-ar)}.section-feautured-course--wrapper{background-color:var(--kc-color-secondary, var(--main_color))}.section-feautured-course--wrapper .section-title,.section-feautured-course--wrapper h2,.section-feautured-course--wrapper .section-hint,.section-feautured-course--wrapper .control__slide-prev,.section-feautured-course--wrapper .control__slide-prev>svg,.section-feautured-course--wrapper .control__slide-prev:hover>svg,.section-feautured-course--wrapper .control__slide-prev:disabled:hover>svg,.section-feautured-course--wrapper .control__slide-next,.section-feautured-course--wrapper .control__slide-next>svg,.section-feautured-course--wrapper .control__slide-next:hover>svg,.section-feautured-course--wrapper .control__slide-next:disabled:hover>svg{color:var(--featured_courses_text_color, #fff)!important}.section-feautured-course--wrapper .separate-line{background:var(--featured_courses_text_color, #fff)!important}.section-feautured-skills--wrapper{background:#fff}.section-feautured-skills--wrapper .course-card{border:1px solid var(--kc-color-light-gray)}.section-block.section-table{padding:calc(var(--base-size) * 1.5) 0 calc(var(--base-size) * 3) 0}.section-block.table{padding:0 0 calc(var(--base-size) * 3) 0}.section-heading{display:flex;align-items:flex-end;padding:0 0 calc(var(--base-size) * 2.5) 0;position:relative}.section-heading .section__head--caption{display:flex;flex-direction:column;gap:var(--base-size)}.section-heading .section-title.section-title-inline{display:inline-block;vertical-align:baseline}.section-heading .section-subtitle{font-weight:400;font-size:calc(var(--base-size) * 2);letter-spacing:calc(var(--base-size) * .0125);line-height:1.65}.section-heading .section-hint{display:inline-block;vertical-align:baseline;font-size:calc(var(--base-size) * 2);line-height:1.5;font-weight:400;margin:0;color:var(--kc-color-gray-600)}.section-heading .section-hint.section__course-library-hint{color:var(--featured_categories_text_color, var(--kc-color-gray-600))}.section-heading .section-hint.section__featured-courses-hint{color:#fff}.section-heading-table{padding:calc(var(--base-size) * 2) calc(var(--base-size) * 1.5) calc(var(--base-size) * 5)}.course__library--blocks{position:relative;display:flex;flex-wrap:wrap}.section__head--caption{width:100%}.section__course-library-title{color:var(--featured_categories_text_color, var(--kc-color-gray-600))}.partner-block{display:flex;flex-direction:column;align-items:center;width:calc(100% - var(--base-size));height:100%;border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));border:1px solid var(--kc-color-light-gray);padding:calc(var(--base-size) * 1.6);overflow:hidden;position:relative;margin:0 auto}.partner-block:hover .img-wrap{transform:scale(.84)}.partner-block:hover .title{color:var(--main_color)}.partner-block>.title{font-size:calc(var(--base-size) * 1.8);line-height:1.55;font-weight:600;color:var(--kc-color-gray-600);transition:.3s color;text-align:center}.partner-block>.img-wrap{display:flex;align-items:center;justify-content:center;width:100%;height:calc(var(--base-size) * 10);padding:calc(var(--base-size) * 1.8) 0;background:#fff;transition:.3s transform}.partner-block>.img-wrap>img{max-width:100%;max-height:100%;width:auto;height:auto}.section-block{position:relative;z-index:2;background-size:cover;background-position:center center;background-repeat:no-repeat;padding:calc(var(--base-size) * 3.2) 0}.section-block.section-course-library{color:var(--kc-color-gray-600);padding:calc(var(--base-size) * 1.6) 0 calc(var(--base-size) * 2.8) 0}.section-block.section-course-library-blocks .content{width:calc(var(--base-size) * 120)}.section-block.one-card{display:flex;align-items:center;gap:calc(var(--base-size) * 11.8)}.section-block.one-card .section-heading{width:calc(var(--base-size) * 41);flex:none;padding:0}.section-block.one-card .featured-categories__wrap{width:100%}.section-block.two-cards .course-preview-card{--ki-course-preview-card_category_l: 100%}.section-block.one-card .course-preview-card,.section-block.two-cards .course-preview-card{width:100%}.section-block.three-cards{display:flex;justify-content:space-between}.section-block.three-cards .section-heading{width:calc(var(--base-size) * 41);align-items:center;flex:none}.section-block.three-cards .featured-categories__wrap{justify-content:flex-end}.section-block.three-cards .course-preview-card{width:calc(var(--base-size) * 33.6);height:auto;--ki-course-preview-card_category-width: calc(var(--base-size) * 33.6);--ki-course-preview-card__image-wrapper-height: calc(var(--base-size) * 17.5)}.section-block.four-cards .ki-course-preview-card_category{width:100%}.section-block.four-cards .course-preview-card{width:100%;height:auto;--ki-course-preview-card_category-width: 100%;--ki-course-preview-card__image-wrapper-height: calc(var(--base-size) * 20)}.section-block .featured-categories__wrap{display:flex;gap:calc(var(--base-size) * 1.6);-ms-overflow-style:none;scrollbar-width:none}.section-block .featured-categories__wrap::-webkit-scrollbar{display:none;width:auto;height:var(--base-size)}@media only screen and (max-width: 1680px){.section-partners--wrapper.double .container-custom{flex-wrap:wrap}.section-block.three-cards{flex-direction:column;justify-content:space-between}.section-block.three-cards .section-heading{width:100%}.section-block.three-cards .featured-categories__wrap{justify-content:flex-start}}@media only screen and (max-width: 1340px){.section-partners--wrapper.double .section-heading{width:calc(var(--base-size) * 39);max-width:100%}.section-partners--wrapper.double .slider-wrapper{width:100%;flex:auto;min-width:0}.section-partners--wrapper .slider-wrapper{width:calc(var(--base-size) * 75.8)}}@media only screen and (max-width: 1024px){.section-course-library--wrapper .section-block{padding:calc(var(--base-size) * 3.2) 0}.section-block.one-card{gap:calc(var(--base-size) * 3)}.section-block.one-card .section-heading{width:calc(var(--base-size) * 30.2)}.section-block.two-cards .course-preview-card{width:auto}.section-block.three-cards .course-preview-card,.section-block.four-cards .course-preview-card{width:calc(var(--base-size) * 30);--ki-course-preview-card_category-width: calc(var(--base-size) * 30);--ki-course-preview-card__image-wrapper-height: calc(var(--base-size) * 15.5);flex:none}.section-block .featured-categories__wrap{overflow-x:scroll;width:calc(100% + var(--base-size) * var(--base-size) * 4.8);margin:0 calc(var(--base-size) * -2.4);padding:0 calc(var(--base-size) * 2.4)}.section-partners--wrapper.single .container-custom{flex-direction:row;gap:calc(var(--base-size) * 5)}.section-partners--wrapper.double .container-custom{gap:calc(var(--base-size) * 14);justify-content:center;align-items:center}.section-partners--wrapper.double .section-heading{width:calc(var(--base-size) * 39);max-width:100%}.section-partners--wrapper.double .slider-wrapper{width:100%;flex:auto}.section-partners--wrapper .container-custom{flex-direction:column}.section-partners--wrapper .section-heading{justify-content:space-between;flex-direction:row;flex-wrap:wrap;gap:var(--base-size);width:100%;padding:0 0 calc(var(--base-size) * 1.5) 0}.section-partners--wrapper .section-heading .h-2{margin:0}.section-partners--wrapper .section-heading .section-hint{padding:0}.section-partners--wrapper .section-heading .section__head--control{margin:0}.section-partners--wrapper .slider-wrapper{width:100%}.section-partners--wrapper .slider-wrapper .swiper{border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale))}.section-main{padding:calc(var(--base-size) * 3.2) 0}.section-block.section-table{padding:calc(var(--base-size) * .8) 0 calc(var(--base-size) * 3) 0}.section-block.section-course-library-blocks .content{width:100%;padding:0 calc(var(--base-size) * 2.4)}.section-heading{padding:0 0 calc(var(--base-size) * 4) 0}.section-heading .section-title.section-title-inline{margin:0}.section-heading .section-subtitle{font-size:calc(var(--base-size) * 2);letter-spacing:calc(var(--base-size) * .0125)}.section-heading .section-hint{font-size:calc(var(--base-size) * 2);letter-spacing:calc(var(--base-size) * .009);padding:0 calc(var(--base-size) * 3.84) 0 0;margin:0}.section-heading-table{padding:0 calc(var(--base-size) * 2.86) calc(var(--base-size) * .5) calc(var(--base-size) * var(--base-size) * .28)}.section-heading.table{padding:0 calc(var(--base-size) * 20) calc(var(--base-size) * .6) calc(var(--base-size) * 3.4)}html[lang=ar] .section-heading .section-title.section-title-inline,html[lang=ur] .section-heading .section-title.section-title-inline{margin:0}html[lang=ar] .section-heading .section-hint,html[lang=ur] .section-heading .section-hint{padding:0 0 0 calc(var(--base-size) * 3.84)}.course__library--blocks{flex-wrap:nowrap;overflow-y:auto;padding:0 0 calc(var(--base-size) * 2) 0}.course__library--blocks .slide__card{flex:none}}@media only screen and (max-width: 440px){.section-course-library--wrapper .section-block{padding:calc(var(--base-size) * 2.4) 0}.section-block{flex-direction:column}.section-block.one-card{gap:0}.section-block.one-card .section-heading{width:calc(var(--base-size) * 30.2);padding:0 0 calc(var(--base-size) * 3) 0}.section-block.one-card .featured-categories__wrap{justify-content:center}.section-block.one-card .course-preview-card,.section-block.two-cards .course-preview-card,.section-block.three-cards .course-preview-card,.section-block.four-cards .course-preview-card{width:calc(var(--base-size) * 23);--ki-course-preview-card__image-wrapper-height: calc(var(--base-size) * 12.3);flex:none}.section-block .featured-categories__wrap{gap:calc(var(--base-size) * .8);overflow-x:scroll;width:calc(100% + var(--base-size) * var(--base-size) * 3.2);margin:0 calc(var(--base-size) * -1.6);padding:0 calc(var(--base-size) * 1.6)}.section-main{padding:calc(var(--base-size) * 3) 0}.section-course-library--wrapper .section__head--caption .section-title{font-size:calc(var(--base-size) * 3.2)}.section-block.section-course-library{padding:0 0 calc(var(--base-size) * 1.5) 0}.section-block.section-course-library-blocks .content{padding:0 calc(var(--base-size) * 1.7)}.section-block.section-course-library-blocks .slide__card,.section-block.section-course-library-blocks .slide__card .card__content{height:auto}.section-heading{padding:0 0 calc(var(--base-size) * 3) 0}.section-heading .section-title.section-title-inline{margin:0}.section-heading .section-subtitle{font-size:calc(var(--base-size) * 2);line-height:1.45;letter-spacing:calc(var(--base-size) * .0124);padding:0 calc(var(--base-size) * 3) 0 0}.section-heading .section-hint{font-size:calc(var(--base-size) * 2);padding:0;margin:0}.section-heading.table{padding:0 calc(var(--base-size) * 1.3) calc(var(--base-size) * 2.25) calc(var(--base-size) * 1.3)}.partner-block{border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale))}.partner-block>.img-wrap{width:100%;height:auto;padding:0;margin:calc(var(--base-size) * 1.07) 0}.section-partners--wrapper{overflow:hidden}.section-partners--wrapper.single .container-custom{flex-direction:column;gap:0}.section-partners--wrapper.single .partner-block{width:calc(var(--base-size) * 19.6)}.section-partners--wrapper .slider-wrapper{width:100%;margin:0 calc(var(--base-size) * -1.8)}.section-partners--wrapper .slider-wrapper .swiper{padding:0 calc(var(--base-size) * 1.8);width:calc(100% + var(--base-size) * 3.6);border-radius:0}html[lang=ar] .section-heading,html[lang=ur] .section-heading{padding:0 calc(var(--base-size) * .1125) calc(var(--base-size) * 1.5) calc(var(--base-size) * .1125)}html[lang=ar] .section-heading .section-subtitle,html[lang=ur] .section-heading .section-subtitle{padding:0 0 0 calc(var(--base-size) * 3)}html[lang=ar] .section-heading .section-title.section-title-inline,html[lang=ur] .section-heading .section-title.section-title-inline{margin:0}html[lang=ar] .section-heading .section-hint,html[lang=ur] .section-heading .section-hint{padding:0}}.kc-portal-header>.container__external{display:flex;justify-content:space-between;max-width:calc(var(--base-size) * 156.8)}.kc-portal-header__part{display:flex;align-items:center;gap:calc(var(--base-size) * 1.6)}.kc-portal-header__logo{margin-right:calc(var(--base-size) * 2.4)}.kc-portal-header .kc-logo-img{max-width:calc(var(--base-size) * 25.8);max-height:calc(var(--base-size) * 5.2)}.kc-portal-header__library-button{--ki-color-primary-100: var(--kc-color-secondary, var(--kc-color-primary-100));--ki-base-text-color: var(--kc-button-secondary-text-color, var(--kc-color-gray-600));--ki-color-primary-150: var(--kc-color-secondary-hover, var(--kc-color-primary-150, #ffdbba))}.kc-portal-header__search{--ki-color-primary-100: var(--kc-color-secondary-100, var(--kc-color-primary-100));--ki-color-primary-150: var(--kc-color-secondary-200, var(--kc-color-primary-150))}.kc-portal-header__sing-in-button{min-width:calc(var(--base-size) * 12.5)}.kc-portal-header__user-menu__trigger{position:relative;flex-shrink:0;height:calc(var(--base-size) * 5.6);width:calc(var(--base-size) * 5.6);border:none;padding:0;margin:0;border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale));transition:.1s;background:none;overflow:hidden;display:flex;justify-content:center;align-items:center}.kc-portal-header__user-menu__trigger_active{border-color:transparent!important}.kc-portal-header__user-menu__trigger>*{width:100%;height:100%}.kc-portal-header__user-menu__trigger:after{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;opacity:0;background:linear-gradient(107.22deg,var(--kc-color-primary) 2.87%,rgba(255,255,255,.1) 100%);transition:.1s}@media (hover: hover){.kc-portal-header__user-menu__trigger:hover{border-radius:calc(var(--base-size) * 6 * var(--ki-border-radius-scale));transition:.3s}.kc-portal-header__user-menu__trigger:hover:after{opacity:1}}.kc-portal-header__user-menu__trigger_active{border-radius:calc(var(--base-size) * 6 * var(--ki-border-radius-scale))}.kc-portal-header__user-menu__trigger_active:after{opacity:1}.kc-portal-header__user-menu__trigger_mobile{border-radius:calc(var(--base-size) * 1.2 * var(--ki-border-radius-scale))!important}.kc-portal-header__user-menu__trigger_mobile ki-icon{font-size:calc(var(--base-size) * 2.4)!important}.kc-portal-header__user-menu__trigger__overlay{position:absolute;top:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--ki-button-2-secondary-background)}.kc-portal-header__user-menu__trigger__overlay ki-icon{font-size:calc(var(--base-size) * 1.8);color:var(--kc-color-gray-600)}.kc-portal-header__user-menu__username{padding:calc(var(--base-size) * .5) 0 calc(var(--base-size) * 1.9) calc(var(--base-size) * .8);border-bottom:1px solid var(--kc-color-light-gray);font-size:calc(var(--base-size) * 1.6);line-height:1.625;font-weight:700}.kc-portal-header__user-menu__link{font-size:calc(var(--base-size) * 1.6);line-height:1.625}.kc-portal-header__user-menu-default-avatar{font-size:calc(var(--base-size) * 2.4);border:1px solid var(--kc-color-gray-100)}.kc-portal-header__user-menu-default-avatar>ki-icon{width:unset;height:unset}.kc-portal-header__user-menu__popover::part(popover-items-list){overflow:hidden;padding:calc(var(--base-size) * .6) 0;border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));box-shadow:var(--ki-popover-boxshadow, 0 3px 6px -4px rgba(0, 0, 0, .1215686275), 0 6px 16px rgba(0, 0, 0, .0784313725), 0 9px 28px 8px rgba(0, 0, 0, .0509803922));background:white}.kc-portal-header__user-menu__item{display:flex;justify-content:space-between;align-items:center;height:calc(var(--base-size) * 3);min-width:calc(var(--base-size) * 18);box-sizing:border-box;padding:0;padding:calc(var(--base-size) * 1.9) calc(var(--base-size) * 1) calc(var(--base-size) * 1.9);cursor:pointer;font-size:calc(var(--base-size) * 1.8);line-height:calc(var(--base-size) * 2.4);outline-offset:calc(var(--base-size) * -.4);color:var(--kc-color-gray-600)}html[lang=ar] .kc-portal-header__user-menu__item ki-icon[name=sign-out],html[lang=ur] .kc-portal-header__user-menu__item ki-icon[name=sign-out]{transform:rotate(180deg)}.kc-portal-header__user-menu__item:hover{background:var(--ki-select-item-selected-color)}.kc-portal-header__user-menu__mobile-menu{position:fixed;z-index:2;left:0;display:flex;flex-direction:column;height:100vh;width:100vw;top:calc(var(--base-size) * 12.2);background:white;touch-action:none}.kc-portal-header__user-menu__mobile-menu__username{font-size:calc(var(--base-size) * 1.8);line-height:1.5;font-weight:700;position:relative;padding:calc(var(--base-size) * 1.7) calc(var(--base-size) * 4) calc(var(--base-size) * 2.4) calc(var(--base-size) * 4)}.kc-portal-header__user-menu__mobile-menu__username:after{content:"";position:absolute;bottom:0;left:calc(var(--base-size) * 4);right:calc(var(--base-size) * 4);height:calc(var(--base-size) * .1);background:var(--kc-color-gray-100)}.kc-portal-header__user-menu__mobile-menu__item{position:relative;display:flex;align-items:center;gap:calc(var(--base-size) * 1.6);padding:calc(var(--base-size) * 1.6);border:none;margin:0;background:none;text-align:start;font-size:calc(var(--base-size) * 1.8);line-height:1.5;color:var(--kc-color-gray-600)}html[lang=ar] .kc-portal-header__user-menu__mobile-menu__item ki-icon[name=sign-out],html[lang=ur] .kc-portal-header__user-menu__mobile-menu__item ki-icon[name=sign-out]{transform:rotate(180deg)}.kc-portal-header__user-menu__mobile-menu__item:not(:last-child):after{content:"";position:absolute;bottom:0;left:calc(var(--base-size) * 4);right:calc(var(--base-size) * 4);height:calc(var(--base-size) * .1);background:var(--kc-color-gray-100)}.kc-portal-header__user-menu__mobile-menu__item:not(:last-child):active{background:var(--kc-color-primary-200)}.kc-portal-header__sign-in-header:not(:has(ki-button-2)){justify-content:center}.kc-portal-header__sign-in-header ki-button-2{white-space:nowrap}.kc-portal-header ki-search-input{width:calc(var(--base-size) * 31)}.kc-portal-header_scrolled{box-shadow:0 6px 24px #12151f1a}.sign-in-header{display:flex;justify-content:space-between;align-items:center;position:fixed;width:100%;top:0;left:0;z-index:10;padding:calc(var(--base-size) * 2.4);box-sizing:border-box}.sign-in-header>.container__external{display:flex;justify-content:space-between}.sign-in-header__home-btn ki-icon{font-size:calc(var(--base-size) * 2.4)}.kc-language-select{--ki-popover-sharp-angle-radius: calc(var(--base-size) * 1.6);--ki-popover-border-radius: calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale));--ki-popover-padding-top: 0;--ki-popover-width: calc(var(--base-size) * 23);--ki-popover-max-height: calc(var(--base-size) * 25)}.kc-language-select{--ki-popover-sharp-angle-radius: calc(var(--base-size) * 1.6);--ki-popover-border-radius: calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale));--ki-popover-padding-top: 0;--ki-popover-width: calc(var(--base-size) * 23);--ki-popover-max-height: unset;--ki-select-item-padding-top: calc(var(--base-size) * .3);--ki-select-item-padding-left: var(--base-size);--ki-line-height: calc(var(--base-size) * 2.4)}.kc-language-select__hint{color:#74838a}.kc-language-select ki-icon{font-size:calc(var(--base-size) * 2.4)}@media only screen and (max-width: 1024px){.kc-portal-header__logo{margin:0}.kc-portal-header__menu-wrapper{display:flex;align-items:center;gap:calc(var(--base-size) * 1.6)}.kc-portal-header .kc-logo-img{max-width:calc(var(--base-size) * 19.8);max-height:calc(var(--base-size) * 4)}.kc-portal-header__library-button{--ki-color-primary-100: var(--kc-color-primary-100);--ki-base-text-color: var(--kc-color-gray-600);--ki-color-primary-150: var(--kc-color-primary-150, #ffdbba)}.kc-portal-header__search{--ki-color-primary-100: var(--kc-color-secondary-100, var(--kc-color-primary-100));--ki-color-primary-150: var(--kc-color-secondary-200, var(--kc-color-primary-150))}.kc-portal-header__user-menu__trigger{border-radius:calc(var(--base-size) * 6 * var(--ki-border-radius-scale))}.kc-portal-header__user-menu__trigger_active>.kc-portal-header__user-menu__trigger-icon{display:none}.kc-portal-header__user-menu__trigger_active{background-color:var(--kc-color-primary-100)}.kc-portal-header__user-menu__trigger_active img{opacity:0}.kc-portal-header__user-menu__trigger_active:after{content:none}.kc-portal-header__user-menu__mobile-menu{top:0;padding:calc(var(--base-size) * 8.8) 0 0 0;height:100dvh;overflow:auto;touch-action:auto;z-index:-1}.kc-portal-header__user-menu__mobile-menu__username{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kc-portal-header__user-menu__mobile-menu__item{padding:calc(var(--base-size) * 1.6) calc(var(--base-size) * 4)}.kc-portal-header_menu-open{border-radius:0}.sign-in-header{position:relative;padding-bottom:0}}@media only screen and (max-width: 440px){.kc-portal-header{position:relative;--ki-button-large-height: calc(var(--base-size) * 5.6);--ki-button-large-padding: calc(var(--base-size) * 1.6);--ki-button-large-border-radius: calc(var(--base-size) * 1.6)}.kc-portal-header__logo{margin:0}.kc-portal-header .kc-logo-img{max-width:calc(var(--base-size) * 14.8);max-height:calc(var(--base-size) * 3)}.kc-portal-header__user-menu__trigger{height:calc(var(--base-size) * 4);width:calc(var(--base-size) * 4);border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale))}.kc-portal-header__user-menu__trigger_active>.kc-portal-header__user-menu__trigger-icon{display:none}.kc-portal-header__user-menu__trigger_active{background-color:var(--kc-color-primary-100)}.kc-portal-header__user-menu__trigger_active img{opacity:0}.kc-portal-header__user-menu__trigger_active:after{content:none}.kc-portal-header__user-menu__mobile-menu{padding:calc(var(--base-size) * 7.2) 0 0 0;height:100dvh;overflow:auto;touch-action:auto}.kc-portal-header__user-menu__mobile-menu__username{padding:calc(var(--base-size) * 1.6)}.kc-portal-header__user-menu__mobile-menu__username:after{left:calc(var(--base-size) * 1.6);right:calc(var(--base-size) * 1.6)}.kc-portal-header__user-menu__mobile-menu__item{padding:calc(var(--base-size) * 1.6)}.kc-portal-header__user-menu__mobile-menu__item:not(:last-child):after{left:calc(var(--base-size) * 1.6);right:calc(var(--base-size) * 1.6)}.kc-portal-header__user-menu__mobile-menu__icon{font-size:calc(var(--base-size) * 1.78);color:var(--kc-color-gray-600, #1f2023)}.kc-portal-header_scrolled{box-shadow:0 2px 4px #12151f14}}@media only screen and (max-height: 550px){.kc-portal-header__user-menu__mobile-menu__item .kc-language-select{--ki-popover-max-height: 200px}}.kc-portal-footer{padding:calc(var(--base-size) * 3.2) calc(var(--base-size) * 2.4);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) 0 0;background:var(--main_footer_background_color, #1f2023);z-index:2}.kc-portal-footer>.container__external{max-width:calc(var(--base-size) * 156.8);padding:0!important}.kc-portal-footer_large__inner{--center-group-width: calc(var(--base-size) * 54.2);--odd-group-width: calc((100% - var(--center-group-width) - var(--base-size) * 2) / 2);display:flex;justify-content:space-between;width:100%}.kc-portal-footer_large__inner>div:nth-child(odd){width:var(--odd-group-width)}.kc-portal-footer_small{flex-shrink:0;height:calc(var(--base-size) * 13.9);box-sizing:border-box}.kc-portal-footer_small__inner{display:flex;justify-content:space-between;align-items:center;height:100%;margin:0 auto}.kc-portal-footer_with-only-one-child .kc-portal-footer_small__inner{justify-content:end}.kc-portal-footer_small .kc-portal-footer__third-group{justify-content:center}.kc-portal-footer__first-group{display:flex;align-items:start}.kc-portal-footer__first-group__links-list{display:flex;flex-wrap:wrap;gap:calc(var(--base-size) * 4.8)}.kc-portal-footer__first-group__links-list>div{display:flex;gap:calc(var(--base-size) * 2.4)}.kc-portal-footer__first-group__links-list__column>div{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2.4)}.kc-portal-footer__apps-block{display:flex;gap:calc(var(--base-size) * 2.4);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));border:1px solid var(--ki-button-2-secondary-background, #fff3e8);padding:calc(var(--base-size) * 2.4);box-sizing:border-box}.kc-portal-footer__apps-block__buttons-block{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2.4);justify-content:center}.kc-portal-footer__apps-block__buttons-block__title{color:var(--main_footer_text_color, white)}.kc-portal-footer__apps-block__buttons-block__buttons{display:flex;gap:calc(var(--base-size) * 1.6)}.kc-portal-footer__apps-block__buttons-block__buttons>ki-button-2{width:calc(var(--base-size) * 5.6)}.kc-portal-footer__apps-block__buttons-block__buttons>ki-button-2>ki-icon{font-size:calc(var(--base-size) * 2.4)}.kc-portal-footer__apps-block__qr{flex-shrink:0;width:calc(var(--base-size) * 16)!important;height:calc(var(--base-size) * 16)!important;box-sizing:border-box;border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));padding:calc(var(--base-size) * 2.4)!important;background:white}.kc-portal-footer__apps-block__qr__image{height:100%;width:100%;background:#1f2023}.kc-portal-footer__link{position:relative;padding:0;margin:0;background:none;border:none;color:var(--main_footer_text_color, white);cursor:pointer}.kc-portal-footer__link:hover{color:var(--main_footer_text_color, white);text-decoration:underline}.kc-portal-footer__third-group{display:flex;flex-direction:column;align-items:end;flex-shrink:0;justify-content:space-between}.kc-portal-footer__third-group>.kc-language-select{margin-bottom:calc(var(--base-size) * 3.2)}.kc-portal-footer__logo{display:flex;align-items:center;gap:calc(var(--base-size) * .8);color:var(--main_footer_text_color, #fff)}.kc-portal-footer__logo a{display:inline-flex}.kc-portal-footer__logo a:hover{opacity:.5}.kc-portal-footer__logo svg{width:calc(var(--base-size) * 12);color:var(--main_footer_text_color, #fff)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;text-align:right;border-top:1px solid var(--kc-color-light-gray);margin:calc(var(--base-size) * 5) 0 0 0;padding:calc(var(--base-size) * 3.1) 0 0 0}@media only screen and (max-width: 1024px){.kc-portal-footer{padding:calc(var(--base-size) * 2.4)}.kc-portal-footer_large__inner{display:flex;flex-direction:column;justify-content:start;gap:calc(var(--base-size) * 2.4)}.kc-portal-footer_large__inner>div:nth-child(odd){width:auto}.kc-portal-footer__first-group{align-items:center;justify-content:space-between}.kc-portal-footer__first-group__links-list>div{gap:calc(var(--base-size) * 1.6)}.kc-portal-footer__apps-block{justify-content:space-between;padding:calc(var(--base-size) * 3.2)}.kc-portal-footer__apps-block__qr{width:calc(var(--base-size) * 14)!important;height:calc(var(--base-size) * 14)!important;padding:calc(var(--base-size) * 1.6)!important}}@media only screen and (max-width: 1024px){.kc-portal-footer_large__inner{display:flex;flex-direction:column;justify-content:start;gap:calc(var(--base-size) * 2.4)}.kc-portal-footer_large__inner>div:nth-child(odd){width:auto}.kc-portal-footer__first-group{align-items:center;justify-content:space-between}.kc-portal-footer__apps-block{justify-content:space-between;padding:calc(var(--base-size) * 3.2)}.kc-portal-footer__apps-block__qr{width:calc(var(--base-size) * 14)!important;height:calc(var(--base-size) * 14)!important;padding:calc(var(--base-size) * 1.6)!important}}@media only screen and (max-width: 440px){.kc-portal-footer{padding:calc(var(--base-size) * 2.4) calc(var(--base-size) * 1.6)}.kc-portal-footer__first-group{flex-direction:column;gap:calc(var(--base-size) * 2.4);align-items:stretch}.kc-portal-footer__first-group__links-list>div{display:flex;flex-direction:column;align-items:center;width:100%}.kc-portal-footer__apps-block{padding:0;border:none;justify-content:unset}.kc-portal-footer__apps-block__buttons-block{align-items:center;gap:calc(var(--base-size) * 1.6);width:100%}.kc-portal-footer__apps-block__buttons-block__buttons>ki-button-2{width:calc(var(--base-size) * 5.6)}.kc-portal-footer__apps-block__buttons-block__buttons>ki-button-2>ki-icon{font-size:calc(var(--base-size) * 2.4)}.kc-portal-footer__third-group{align-items:center}.kc-portal-footer_small{height:auto}.kc-portal-footer_small__inner{flex-direction:column;justify-content:start;gap:calc(var(--base-size) * 2.4);align-items:stretch}.footer__bottom{display:flex;flex-direction:column;align-items:flex-start;margin:calc(var(--base-size) * 4.6) 0 0 0;padding:calc(var(--base-size) * 3.1) 0 0 0}}.modal-overlay-capt{display:inline-block;margin:calc(var(--base-size) * 2) 0 calc(var(--base-size) * 3) 0}.modal-overlay-menu__wrapper.course-feedback .modal-overlay-content{padding-left:calc(var(--base-size) * 12);padding-right:calc(var(--base-size) * 12)}.modal-overlay-menu{display:flex;flex-direction:column;width:calc(var(--base-size) * 116);margin:0 auto;flex:1 0 auto}.modal-overlay-menu .tabs{flex:1 0 auto;display:flex;flex-direction:column;flex-wrap:wrap}.modal-overlay-menu__head{display:flex;align-items:center;justify-content:space-between;gap:var(--base-size);padding:calc(var(--base-size) * 2) var(--base-size) calc(var(--base-size) * 3) var(--base-size);position:sticky;top:0;left:0;margin:0 calc(var(--base-size) * -1);background:#fff;z-index:99}.modal-overlay-menu__head .kc-btn{gap:var(--base-size)}.modal-overlay-content{display:flex;flex-direction:column;padding-bottom:calc(var(--base-size) * 7);flex:1 0 auto}.modal-overlay-content .tab-list{background:#fff;position:sticky;top:calc(var(--base-size) * 8);transition:.3s margin,.3s padding,.3s width;z-index:999}.modal-overlay-content .tab-list.scroll{width:calc(100% + var(--base-size) * 2);margin:0 calc(var(--base-size) * -1);padding:0 var(--base-size)}.kc-btn__close{position:relative;font-size:calc(var(--base-size) * 1.4);line-height:1.5;font-weight:700;color:var(--kc-color-gray-600);border:none;background:none;padding:calc(var(--base-size) * .4) calc(var(--base-size) * .8) calc(var(--base-size) * .5) calc(var(--base-size) * 2.8);border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));transition:.15s background-color}.kc-btn__close:hover{background:var(--kc-color-gray-100)}.kc-btn__close:before{content:"";display:block;width:calc(var(--base-size) * 1.2);height:calc(var(--base-size) * 1.2);position:absolute;top:50%;left:calc(var(--base-size) * .8);transform:translateY(-50%);background:center center/calc(var(--base-size) * 1.2) auto no-repeat url(https://demo.knowledgecity.com/images/content/cross.svg)}html[lang=ar] .kc-btn__close,html[lang=ur] .kc-btn__close{padding:calc(var(--base-size) * .8) calc(var(--base-size) * 3.1) calc(var(--base-size) * .8) calc(var(--base-size) * 1.6)}html[lang=ar] .kc-btn__close:before,html[lang=ur] .kc-btn__close:before{left:auto;right:var(--base-size)}.modal-overlay-menu__title{font-size:calc(var(--base-size) * 1.8);line-height:1.44;font-weight:700;color:var(--kc-color-gray-200);overflow-wrap:anywhere}.course-library-modal .tab-content{padding:0;max-width:100%}.course-library-modal .modal-overlay-menu__head{gap:var(--base-size)}.course-library-modal .modal-overlay-menu__head .kc-btn{overflow:hidden}.course-library-modal .modal-overlay-menu__head .modal-overlay-menu__title{overflow:hidden;text-overflow:ellipsis}.course-library-menu__content{display:flex;flex-wrap:wrap}.course-library-menu__item{display:flex;flex-direction:column;width:33.3%;padding:0 calc(var(--base-size) * 14.5) 0 0;margin:0 0 calc(var(--base-size) * 5) 0}.course-library-menu__item h2{font-size:calc(var(--base-size) * 1.8);line-height:1.44;font-weight:700;margin:0 0 calc(var(--base-size) * 2) 0}.course-library-menu__item a{font-size:calc(var(--base-size) * 1.6);line-height:1.5;font-weight:400;color:var(--kc-color-gray-600);text-decoration:none;transition:.15s color}.course-library-menu__item a:hover{color:#ff881a}.course-library-menu__item a:not(:last-child){margin:0 0 var(--base-size) 0}.course-library-menu__item a:last-child{font-size:calc(var(--base-size) * 1.4);text-decoration:underline;padding:var(--base-size) 0 0 0}html[lang=ar] .course-library-menu__item,html[lang=ur] .course-library-menu__item{padding:0 0 0 calc(var(--base-size) * 14.5)}.course-library-menu__bot{flex:0 0 auto;display:flex;justify-content:space-between;padding:calc(var(--base-size) * 2.1) 0 calc(var(--base-size) * 3.3) 0;border-top:1px solid var(--kc-color-light-gray)}@media only screen and (max-width: 1024px){.modal-overlay-menu__wrapper.course-feedback .modal-overlay-content{padding-left:0;padding-right:0}.modal-overlay-menu{width:100%;padding:0 calc(var(--base-size) * 3.5)}.modal-overlay-content .tab-list:after{width:calc(100% + var(--base-size) * 6.8);left:calc(var(--base-size) * -3.4)}.modal-overlay-content .tab-list-items{width:calc(100% + var(--base-size) * 6.8);margin-left:calc(var(--base-size) * -3.4);margin-right:calc(var(--base-size) * -3.4);padding-left:calc(var(--base-size) * 3.4);padding-right:calc(var(--base-size) * 3.4)}.modal-overlay-content .tab-list.scroll{width:calc(100% + var(--base-size) * 2);margin:0 calc(var(--base-size) * -1);padding:0 var(--base-size)}.course-library-menu__item{width:50%;padding:0 calc(var(--base-size) * 4.6) 0 0}html[lang=ar] .course-library-menu__item,html[lang=ur] .course-library-menu__item{padding:0 0 0 calc(var(--base-size) * 4.6)}}@media only screen and (max-width: 440px){.modal-overlay-menu__head{margin:0;padding:calc(var(--base-size) * 2) 0 calc(var(--base-size) * 3) 0}.modal-overlay-menu{padding:0 calc(var(--base-size) * 1.8);min-height:auto}.modal-overlay-content .tab-list:after{width:calc(100% + var(--base-size) * 3.4);left:calc(var(--base-size) * -1.8)}.modal-overlay-content .tab-list-items{width:calc(100% + var(--base-size) * 3.4);margin-left:calc(var(--base-size) * -1.8);margin-right:calc(var(--base-size) * -1.8);padding-left:calc(var(--base-size) * 1.8);padding-right:calc(var(--base-size) * 1.8)}}.page-title{display:block;margin:0 0 calc(var(--base-size) * 2) 0}.page-subtitle{display:block;font-size:calc(var(--base-size) * 2);line-height:1.5;font-weight:400;margin:0 0 calc(var(--base-size) * 2) 0}.page-course-details{display:flex;align-items:center;font-size:calc(var(--base-size) * 2);margin:0 0 calc(var(--base-size) * 3) 0;gap:calc(var(--base-size) * 2.2)}.page-course-details>span{position:relative}.page-course-details>span:not(:last-child):after{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);right:calc(var(--base-size) * -1.1);width:1px;height:calc(var(--base-size) * 1.6);background:var(--kc-color-light-gray)}html[lang=ar] .page-course-details>span:not(:last-child):after,html[lang=ur] .page-course-details>span:not(:last-child):after{right:auto;left:calc(var(--base-size) * -1.1)}.section-submenu{display:block;margin:calc(var(--base-size) * 3) 0 calc(var(--base-size) * 3) 0;position:relative}.section-submenu.hidden{display:none!important}.section-submenu__line{content:"";display:block;position:absolute;bottom:0;left:calc(var(--base-size) * .3);width:calc(100% - var(--base-size) * .6);height:1px;background-color:var(--kc-color-gray-100);z-index:1}.section-submenu ul{display:flex;width:100%;margin:0;padding:calc(var(--base-size) * .3);gap:calc(var(--base-size) * 3);list-style:none;overflow-x:scroll;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}.section-submenu ul::-webkit-scrollbar{display:none;width:auto;height:var(--base-size)}.section-submenu ul::-webkit-scrollbar-track{background-color:#d1d1d100}.section-submenu ul::-webkit-scrollbar-thumb{background-color:#d1d1d199;border-radius:2em}.section-submenu ul li a{font-size:calc(var(--base-size) * 1.8);line-height:1.5;font-weight:700;color:var(--kc-color-gray-600);display:block;text-decoration:none;padding:0 0 var(--base-size) 0;-webkit-transition:.25s transform ease-in-out;-moz-transition:.25s transform ease-in-out;-ms-transition:.25s transform ease-in-out;-o-transition:.25s transform ease-in-out;transition:.25s transform ease-in-out;white-space:nowrap;position:relative}.section-submenu ul li a:after{content:"";display:block;position:absolute;bottom:calc(var(--base-size) * -.3);left:0;width:100%;height:calc(var(--base-size) * .3);opacity:0;background-color:var(--main_color);transition:all .25s ease-in-out;z-index:2}.section-submenu ul li a:hover:after{opacity:.8}.section-submenu ul li a.current-link,.section-submenu ul li a.kc-link-exact-active{color:var(--main_color);opacity:1}.section-submenu ul li a.current-link:after,.section-submenu ul li a.kc-link-exact-active:after{opacity:1}@media only screen and (max-width: 1024px){.section-submenu{width:100%}.section-submenu__line{width:calc(100% + var(--base-size) * 3.6);left:calc(var(--base-size) * -1.8)}.section-submenu ul{gap:calc(var(--base-size) * 3);width:calc(100% + var(--base-size) * 3.6);margin:0 calc(var(--base-size) * -1.8);padding:0 calc(var(--base-size) * 1.8) calc(var(--base-size) * .3) calc(var(--base-size) * 1.8)}.section-submenu ul li a{font-size:calc(var(--base-size) * 1.8);padding:0 0 var(--base-size) 0}.page-title{margin:0 0 calc(var(--base-size) * 1.5) 0}.page-subtitle{font-size:calc(var(--base-size) * 1.2);margin:0 0 calc(var(--base-size) * 1.5) 0}.page-course-details{font-size:calc(var(--base-size) * 1.2);margin:0 0 calc(var(--base-size) * 2.25) 0}}@media only screen and (max-width: 440px){.section-submenu{margin:calc(var(--base-size) * 2.4) 0 calc(var(--base-size) * 2) 0}.section-submenu__line{bottom:0}.section-submenu ul{gap:calc(var(--base-size) * 3)}.section-submenu ul::-webkit-scrollbar{display:none}.page-title{gap:calc(var(--base-size) * 3);margin:0 0 calc(var(--base-size) * 2) 0}.page-subtitle{font-size:calc(var(--base-size) * 1.6);margin:0 0 calc(var(--base-size) * 2) 0}.page-course-details{font-size:calc(var(--base-size) * 1.6);margin:0 0 calc(var(--base-size) * 3) 0}}.course-carousel-wrap,.course-carousel{position:relative}.section__head--control{align-items:center;display:flex;gap:calc(var(--base-size) * 1.6)}.section__head--control.hide{display:none}.control__slide-prev>ki-icon,.control__slide-next>ki-icon{font-size:calc(var(--base-size) * 2.4)}.control__slide-prev,.control__slide-next{font-size:calc(var(--base-size) * 1.4);background:none;border:none;position:relative;display:flex;gap:var(--base-size);align-items:center;font-weight:700;transition:.3s color}.control__slide-prev:hover,.control__slide-next:hover{cursor:pointer;background:none!important;color:var(--main_color)}.control__slide-prev:hover>.kc-icons,.control__slide-next:hover>.kc-icons{color:var(--main_color)}.control__slide-prev:hover:disabled>.kc-icons,.control__slide-next:hover:disabled>.kc-icons{color:var(--kc-color-gray-600)}.control__slide-prev:disabled,.control__slide-next:disabled{background:none;color:var(--kc-color-gray-600)}.control__slide-prev.swiper-button-disabled,.control__slide-next.swiper-button-disabled{opacity:.7;cursor:not-allowed}.control__slide-prev .kc-icons,.control__slide-next .kc-icons{width:calc(var(--base-size) * 1.2);height:auto;transition:.3s color;color:var(--kc-color-gray-600)}html[lang=ar] .control__slide-prev>ki-icon,html[lang=ar] .control__slide-next>ki-icon,html[lang=ur] .control__slide-prev>ki-icon,html[lang=ur] .control__slide-next>ki-icon{transform:rotate(-180deg)}.swiper-slide{height:auto}.section-assigned-course--wrapper .section__head--control .separate-line{background-color:#fff;opacity:1}.section-assigned-course--wrapper .control__slide-prev,.section-assigned-course--wrapper .control__slide-next{color:#fff}.section-assigned-course--wrapper .control__slide-prev>.kc-icons,.section-assigned-course--wrapper .control__slide-next>.kc-icons{color:#fff!important}@media only screen and (min-width: 1634px){.course-carousel-wrap{overflow:hidden}}@media only screen and (max-width: 1024px){.course-carousel-wrap,.course-carousel{position:relative;min-height:calc(var(--base-size) * 2.8)}}@media only screen and (max-width: 440px){.course-carousel{margin:0 calc(var(--base-size) * -1.8)}.course-carousel .swiper{padding:0 calc(var(--base-size) * 1.8)}}.library-menu__overlay{position:fixed;height:100vh;width:100%;left:0;top:0;z-index:calc(var(--ki-header-z-index, 10) - 1);background-color:var(--kc-color-gray-600, #1f2023);animation:overlayIn .25s ease forwards}.library-menu__wrapper{position:relative}.library-menu__wrapper .h-1{margin-bottom:0;margin-top:calc(var(--base-size, 10px) * .8)}.library-menu{position:absolute;display:flex;left:0;z-index:11;top:calc(var(--ki-header-desktop-height, 106px) - var(--base-size, 10px) * .8);padding:0;overflow:hidden;border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));max-width:calc(100vw - var(--base-size, 10px) * 3.2);transition:left .3s ease}.library-menu .library-menu__level:first-of-type{border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) 0 0 calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale))}.library-menu .library-menu__level:first-of-type .library-menu__link{font-weight:600}.library-menu .library-menu__level:last-of-type{border-radius:0 calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) 0}.library-menu__level{padding:calc(var(--base-size, 10px) * 2.4);width:calc(var(--base-size, 10px) * 38.2);transform:translate(-50px);opacity:0;background-color:#fff;max-height:calc(100vh - (var(--ki-header-desktop-height, 106px) + var(--base-size, 10px) * 3.2));overflow:auto;transition:border-radius .3s}.library-menu__level_visible{animation:slideInRight .25s ease forwards;opacity:1}.library-menu__level:not(:last-child){border-right:1px solid var(--kc-color-gray-100, #eaeaea);transform:translate(1px)!important}html[lang=ar] .library-menu__level:not(:last-child),html[lang=ur] .library-menu__level:not(:last-child){transform:translate(-1px)!important}.library-menu__level:not(:first-child){padding-top:0}.library-menu__level-header{padding:calc(var(--base-size, 10px) * 2.4) calc(var(--base-size, 10px) * .8) 0;margin-bottom:calc(var(--base-size, 10px) * .8);position:sticky;background-color:#fff;top:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s}.library-menu__level-header:hover{color:var(--main_color, #ff9a02)}.library-menu__links{display:flex;flex-direction:column}.library-menu__link{display:flex;align-items:center;justify-content:space-between;padding:calc(var(--base-size, 10px) * .8);transition:background-color .3s;border-radius:calc(var(--base-size) * 1.8 * var(--ki-border-radius-scale));min-height:calc(var(--base-size, 10px) * 4.4);cursor:pointer;color:var(--kc-color-gray-600, #1f2023)!important;font-weight:400;outline-offset:var(--ki-outline-offset, 0)}.library-menu__link:hover,.library-menu__link:focus,.library-menu__link_active{background-color:var(--kc-color-primary-100, #fff3e8)}.library-menu__link .library-menu__link-icon{color:var(--kc-color-gray-600, #1f2023)}.library-menu__link span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding-right:calc(var(--base-size, 10px) * .8)}html[lang=ar] .library-menu,html[lang=ur] .library-menu{right:0;left:auto;transition:right .3s ease}html[lang=ar] .library-menu__link-icon,html[lang=ur] .library-menu__link-icon{transform:rotate(180deg)}html[lang=ar] .library-menu__level,html[lang=ur] .library-menu__level{opacity:0}html[lang=ar] .library-menu__level_visible,html[lang=ur] .library-menu__level_visible{animation:slideInLeft .25s ease forwards}html[lang=ar] .library-menu__level:not(:last-child),html[lang=ur] .library-menu__level:not(:last-child){border-left:1px solid var(--kc-color-gray-100, #eaeaea);border-right:0px}html[lang=ar] .library-menu__level:first-of-type,html[lang=ur] .library-menu__level:first-of-type{border-radius:0 calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) 0}html[lang=ar] .library-menu__level:last-of-type,html[lang=ur] .library-menu__level:last-of-type{border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) 0 0 calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale))}.library-menu__mobile-wrapper{width:100%;display:flex;flex-direction:column;gap:calc(var(--base-size, 10px) * 1.6);padding:calc(var(--base-size, 10px) * 1.6) calc(var(--base-size, 10px) * 4);overflow:auto}.library-menu__tabs{display:flex;flex-wrap:wrap;gap:calc(var(--base-size, 10px) * 1.6)}@keyframes slideInRight{0%{transform:translate(-35px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInLeft{0%{transform:translate(35px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes overlayIn{0%{opacity:0}to{opacity:.4}}@media only screen and (max-width: 1024px){.library-menu{background-color:#fff;width:100vw;max-width:100vw;height:calc(100vh - (var(--ki-header-desktop-height, 104px)));top:var(--ki-header-desktop-height, 104px);position:fixed;border-radius:0}}@media only screen and (max-width: 440px){.library-menu{height:calc(100% - (var(--ki-header-mobile-height, 72px)));top:var(--ki-header-mobile-height, 72px)}.library-menu__mobile-wrapper{padding:calc(var(--base-size, 10px) * 1.6)}.library-menu__tabs{gap:calc(var(--base-size, 10px) * .8)}}.quiz__page-container{display:flex;flex-direction:column;min-height:100vh;width:calc(var(--base-size) * 118);margin:0 auto}.quiz__header{position:sticky;z-index:1;top:0;padding:calc(var(--base-size) * 2) 0 calc(var(--base-size) * 3);background:white}.quiz__header__inner-container{display:flex;justify-content:space-between}.quiz__header__title{height:calc(var(--base-size) * 3);color:var(--kc-color-gray-200)}.quiz__container{width:calc(var(--base-size) * 118);margin:0 auto}.quiz__main-content-container{display:flex;flex-direction:column;flex-grow:1}.quiz__narrow-container{height:auto;width:calc(var(--base-size) * 70);margin:0 auto;max-width:none;min-width:auto}.quiz__modal-content-wrapper{display:flex;flex-direction:column;flex-grow:1}.quiz__questionnaire__container{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;padding-top:calc(var(--base-size) * 4)}.quiz__questionnaire__inner-container{display:flex;flex-direction:column;margin-bottom:calc(var(--base-size) * 8)}.quiz__questionnaire__question-title{margin-bottom:calc(var(--base-size) * 2)}.quiz__questionnaire__question-title>p:last-child{margin:0}.quiz__questionnaire__subtitle{margin-bottom:calc(var(--base-size) * 2)}.quiz__questionnaire__checkboxes-container{display:grid;grid-template-columns:repeat(2,1fr);row-gap:calc(var(--base-size) * 2);column-gap:calc(var(--base-size) * 2);margin-bottom:var(--base-size)}.quiz__questionnaire__checkboxes-container_with-cards-without-images{grid-template-columns:repeat(1,100%)!important}.quiz__questionnaire__checkboxes-container .kc-choice{margin-bottom:0}.quiz__questionnaire__checkboxes-container .kc-choice--checkbox{display:flex;align-items:center}.quiz__questionnaire__checkboxes-container .kc-choice--checkbox .kc-choice--checkbox--title>p:last-child{margin:0}.quiz__questionnaire__press-numbers-caption{color:var(--kc-color-gray-200)!important}.quiz__questionnaire__footer{display:flex;justify-content:space-between;flex-direction:row-reverse;margin-bottom:calc(var(--base-size) * 5)}html[lang=ar] .quiz__questionnaire__footer .button-with-icon__icon-wrapper__right,html[lang=ar] .quiz__questionnaire__footer .button-with-icon__icon-wrapper__left,html[lang=ur] .quiz__questionnaire__footer .button-with-icon__icon-wrapper__right,html[lang=ur] .quiz__questionnaire__footer .button-with-icon__icon-wrapper__left{transform:rotate(180deg)}@keyframes timer-shrink{0%{width:100%}to{width:0}}.quiz__timer-bar__container{display:flex;flex-direction:column}.quiz__timer-bar__text-content{display:flex;justify-content:space-between;margin-bottom:var(--base-size)}.quiz__timer-bar__text-content__item{display:flex;gap:var(--base-size)}.quiz__timer-bar__text-content__item__name{color:var(--kc-color-gray-200)}.quiz__timer-bar__text-content__item__value{color:var(--kc-color-gray-600)}.quiz__timer-bar__progress-bar{position:relative;height:calc(var(--base-size) * .3);border-radius:calc(var(--base-size) * .15 * var(--ki-border-radius-scale));overflow:hidden;background:var(--kc--color-grey-fade)}.quiz__timer-bar__progress-bar__fill{position:absolute;top:0;bottom:0;left:0;background:var(--kc-color-green)}.quiz__header__buttons-container{display:flex;align-items:center;gap:calc(var(--base-size) * 2)}.quiz__modal-overlay .modal-overlay-content{display:flex;flex-direction:column;padding-bottom:0}.quiz__modal-overlay .modal-overlay-menu__title{font-size:calc(var(--base-size) * 1.8);line-height:1.4444444444}.quiz__modal-overlay .kc-btn__close{line-height:1.5}.quiz__modal-overlay__content{display:flex;flex-direction:column;flex-grow:1}.quiz__modal-overlay__buttons{display:flex;gap:calc(var(--base-size) * .8)}.quiz__footer{display:flex;justify-content:space-between;width:calc(var(--base-size) * 118);padding:calc(var(--base-size) * 2) 0;margin:0 auto}.quiz__footer__outer-container{margin:0 calc((100vw - var(--base-size) * 118) / -1.9);background:#f3f7fa}.quiz__footer__start{display:flex;align-items:center;gap:calc(var(--base-size) * 2.4);height:calc(var(--base-size) * 3)}.quiz__footer__start .listContainer{left:0!important;right:auto!important}.quiz__footer__powered-by{display:flex;align-items:center;color:#fff}.quiz__footer__powered-by>div,.quiz__footer__powered-by>div>a{color:#fff!important}.quiz__footer__kc-logo{display:flex;align-items:center;gap:calc(var(--base-size) * .5)}.quiz__footer__kc-logo svg{width:calc(var(--base-size) * 1.8);height:calc(var(--base-size) * 1.4);color:var(--kc-color-gray-200)}.quiz__footer__kc-logo__text{color:var(--kc-color-gray-200)!important;font-weight:700!important}body:has(.quiz__modal-overlay) #kc-dropdowns-portal{position:relative;z-index:1000}@media only screen and (max-width: 1024px){.quiz__page-container{width:100%;padding:0 calc(var(--base-size) * 3.5)}.quiz__page-container footer{margin:0 calc(var(--base-size) * -3.5)}.quiz__container,.quiz__narrow-container{width:100%}.quiz__questionnaire__press-numbers-caption{display:none}}@media only screen and (max-width: 440px){.quiz__page-container{width:100%;padding:0 calc(var(--base-size) * 1.8)}.quiz__page-container footer{margin:0 calc(var(--base-size) * -1.8)}.quiz__footer{flex-direction:column;gap:calc(var(--base-size) * 2.2);flex-grow:1;width:unset;margin:0 calc(var(--base-size) * 1.8)}.quiz__footer__powered-by{padding:calc(var(--base-size) * 2) 0 0 0;border-top:1px solid var(--kc-color-light-gray)}.quiz__footer__outer-container{display:flex;margin:0 calc(var(--base-size) * -1.8)}.quiz__questionnaire__checkboxes-container{grid-template-columns:repeat(1,100%)}.quiz__modal-overlay__content .kc-modal-window{width:calc(100% - var(--base-size) * 2)}}.tna-start-banner{display:flex;box-sizing:border-box;align-items:center;gap:calc(var(--base-size) * 1.6);padding:calc(var(--base-size) * 2.4);border-radius:calc(var(--base-size) * 2.8 * var(--ki-border-radius-scale));background:var(--ki-color-primary-100);transition:background-color .3s;background:var(--ki-color-primary)!important}.tna-start-banner .tna-start-banner__img{box-sizing:content-box;position:relative;color:var(--main_color);width:calc(var(--base-size) * 52);min-width:calc(var(--base-size) * 52);height:calc(var(--base-size) * 22.2);overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid var(--ki-base-text-color);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));font-size:0;background:#1f2023}.tna-start-banner .tna-start-banner__img img,.tna-start-banner .tna-start-banner__img svg{width:100%;height:100%;object-fit:cover}.tna-start-banner .tna-start-banner__img:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;transition:opacity .3s;border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));background:linear-gradient(107.22deg,var(--main_color-opacity-0-50) 2.87%,var(--main_color-opacity-0-10) 100%)}.tna-start-banner .tna-start-banner__info{display:flex;flex-direction:column;height:100%;gap:calc(var(--base-size) * 1.6);width:100%;justify-content:space-between}.tna-start-banner .tna-start-banner__info ki-banner-label::part(banner-label){--ki-color-primary: #fff}.tna-start-banner .tna-start-banner__info-texts{display:flex;flex-direction:column;width:100%;max-width:calc(var(--base-size) * 94);gap:calc(var(--base-size) * .8)}.tna-start-banner .tna-start-banner__info-title{font-family:inherit;font-size:calc(var(--base-size) * 2.4);font-weight:600;line-height:calc(var(--base-size) * 3.4);margin:0;color:#fff;transition:color .3s}.tna-start-banner .tna-start-banner__info-description{font-family:inherit;font-size:calc(var(--base-size) * 1.6);font-weight:400;line-height:calc(var(--base-size) * 2.6);margin:0;color:#fff}.tna-start-banner .tna-start-banner__btn ki-button-2{display:flex;max-width:calc(var(--base-size) * 23.8);min-width:calc(var(--base-size) * 23.8);white-space:nowrap}@media only screen and (max-width: 768px){.tna-start-banner{padding:calc(var(--base-size) * 1.6);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale))}.tna-start-banner .tna-start-banner__info{flex-direction:column;align-items:flex-start;gap:calc(var(--base-size) * .8)}.tna-start-banner .tna-start-banner__info-texts{gap:calc(var(--base-size) * .8);max-width:100%}.tna-start-banner .tna-start-banner__img{width:calc(var(--base-size) * 32.5);min-width:calc(var(--base-size) * 32.5);height:calc(var(--base-size) * 30)}.tna-start-banner .tna-start-banner__btn{margin-top:auto}}@media only screen and (max-width: 440px){.tna-start-banner{flex-direction:column;padding:calc(var(--base-size) * 2.4) calc(var(--base-size) * 1.6);gap:calc(var(--base-size) * 1.6)}.tna-start-banner .tna-start-banner__info{flex-direction:column;gap:calc(var(--base-size) * .8);height:auto}.tna-start-banner .tna-start-banner__info-texts{gap:calc(var(--base-size) * .8);max-width:100%;margin-top:calc(var(--base-size) * .8)}.tna-start-banner .tna-start-banner__img{width:100%;min-width:100%;height:calc(var(--base-size) * 19.4)}.tna-start-banner .tna-start-banner__btn{width:100%}.tna-start-banner .tna-start-banner__btn ki-button-2{max-width:100%}}.tna-banner{display:flex;align-items:center;gap:calc(var(--base-size) * 2);padding:calc(var(--base-size) * 2.4);border-radius:calc(var(--base-size) * 2.8 * var(--ki-border-radius-scale));background:var(--kc-color-primary-100, #fff3e8)}.tna-banner__img{color:var(--main_color);width:43.5vw;max-width:calc(var(--base-size) * 48.8)}.tna-banner__info{display:flex;align-items:center;gap:calc(var(--base-size) * 6.2);width:100%;justify-content:space-between}.tna-banner__info h2,.tna-banner__info p{margin:0}.tna-banner__info-text{display:flex;flex-direction:column;gap:calc(var(--base-size) * .8)}.tna-banner__btn{min-width:calc(var(--base-size) * 23.8)}.repeat-tna-banner{display:flex;align-items:flex-start;flex-direction:column;gap:calc(var(--base-size) * 1.6);padding:calc(var(--base-size) * 2.4);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));background:var(--kc-color-primary-100, #fff3e8)}.repeat-tna-banner__info{display:flex;align-items:flex-end;justify-content:space-between;width:100%;gap:calc(var(--base-size) * .8)}.repeat-tna-banner__info h2,.repeat-tna-banner__info p{margin:0}.tna-banner__label{display:inline-flex;padding:calc(var(--base-size) * .7) calc(var(--base-size) * .8);font-size:calc(var(--base-size) * 1.6);line-height:1.625;gap:calc(var(--base-size) * .8);border:1px solid var(--main_color);border-radius:calc(var(--base-size) * 1.6);color:var(--main_color)}.tna-banner__label.white{color:#fff;border-color:#fff}.tna-banner__label ki-icon{font-size:calc(var(--base-size) * 2.4)}@media only screen and (max-width: 1679px){.tna-banner__img{min-width:calc(var(--base-size) * 38.2)}}@media only screen and (max-width: 1024px){.tna-banner{padding:calc(var(--base-size) * 1.6);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale))}.tna-banner__info{flex-direction:column;gap:calc(var(--base-size) * .8)}.tna-banner__img{width:calc(var(--base-size) * 32.5);min-width:calc(var(--base-size) * 32.5)}.tna-banner__btn{width:100%}.repeat-tna-banner{display:flex;flex-direction:column;padding:calc(var(--base-size) * 1.6)}.repeat-tna-banner__info{width:100%;padding-right:calc(var(--base-size) * 1.6);flex-direction:column;align-items:flex-start;gap:calc(var(--base-size) * 1.6)}.repeat-tna-banner__btn{white-space:nowrap}}@media only screen and (max-width: 440px){.tna-banner{flex-direction:column;padding:calc(var(--base-size) * 2.4) calc(var(--base-size) * 1.6);border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale));gap:calc(var(--base-size) * 1.6)}.tna-banner__info{gap:calc(var(--base-size) * .8)}.tna-banner__img{width:100%;min-width:100%}.tna-banner__btn{width:100%}.repeat-tna-banner{flex-direction:column;width:100vw;border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale));margin-left:calc(var(--base-size) * -1.8)}html[lang=ar] .repeat-tna-banner,html[lang=ur] .repeat-tna-banner{margin-left:0;margin-right:calc(var(--base-size) * -1.8)}.repeat-tna-banner__info{padding-right:0;gap:calc(var(--base-size) * .8)}.repeat-tna-banner__btn{width:100%}}.cert-quiz__intro__description{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex-grow:1;gap:20px}.cert-quiz__intro__description__image svg{width:100px;height:100px}.cert-quiz__intro__description__title{margin:0;text-transform:capitalize}.cert-quiz__intro__description__content{display:flex;flex-direction:column;gap:10px;white-space:pre-line}.cert-quiz__intro__description__content p{margin:0}.cert-quiz__intro__description__stats{display:grid;grid-template-columns:repeat(4,auto);column-gap:50px;row-gap:20px;justify-content:space-between;align-items:flex-start}.cert-quiz__intro__description__skeleton__description-paragraph{display:flex;flex-direction:column;gap:4px}.cert-quiz__intro__description__skeleton__stats-column{display:flex;flex-direction:column;gap:10px}.cert-quiz__intro__footer{display:flex;justify-content:space-between;margin-top:calc(var(--base-size) * 5);margin-bottom:calc(var(--base-size) * 5)}@media only screen and (max-width: 1340px){.cert-quiz__intro__description{gap:1.4925373134vw}.cert-quiz__intro__description__image svg{width:7.4626865672vw;height:7.4626865672vw}.cert-quiz__intro__description__content{gap:.7462686567vw}.cert-quiz__intro__description__stats{column-gap:3.7313432836vw;row-gap:1.4925373134vw}.cert-quiz__intro__description__skeleton__description-paragraph{gap:.2985074627vw}.cert-quiz__intro__description__skeleton__stats-column{gap:.7462686567vw}.cert-quiz__intro__footer{margin-bottom:3.7313432836vw}}@media only screen and (max-width: 1024px){.cert-quiz__intro__description{gap:1.953125vw}.cert-quiz__intro__description__image svg{width:9.765625vw;height:9.765625vw}.cert-quiz__intro__description__content{gap:.9765625vw}.cert-quiz__intro__description__stats{column-gap:4.8828125vw;row-gap:1.953125vw}.cert-quiz__intro__description__skeleton__description-paragraph{gap:.390625vw}.cert-quiz__intro__description__skeleton__stats-column{gap:.9765625vw}.cert-quiz__intro__footer{margin-bottom:4.8828125vw}}@media only screen and (max-width: 440px){.cert-quiz__intro__description{gap:4.5454545455vw}.cert-quiz__intro__description__image svg{width:22.7272727273vw;height:22.7272727273vw}.cert-quiz__intro__description__content{gap:2.2727272727vw}.cert-quiz__intro__description__stats{column-gap:11.3636363636vw;row-gap:4.5454545455vw}.cert-quiz__intro__description__skeleton__description-paragraph{gap:.9090909091vw}.cert-quiz__intro__description__skeleton__stats-column{gap:2.2727272727vw}.cert-quiz__intro__footer{margin-bottom:11.3636363636vw}}@media only screen and (max-width: 440px){.cert-quiz__intro__description__stats{display:flex;flex-wrap:wrap;gap:calc(var(--base-size) * 2)}.cert-quiz__intro__description__stats>div{width:calc(50% - var(--base-size))}}.cert-quiz__questionnaire__image__container{position:relative;margin-bottom:20px;border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));overflow:hidden}.cert-quiz__questionnaire__image__content{width:100%;height:calc(var(--base-size) * 39.4);object-fit:contain}.cert-quiz__questionnaire__image__expand-button-container{position:absolute;bottom:10px;right:10px;display:flex;align-items:center;justify-content:center;width:30px;height:30px;box-sizing:border-box;padding:0;margin:0;border:1px solid var(--kc-color-gray-200);border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));background:#ffffff}.cert-quiz__questionnaire__image__expand-button-container>svg{width:18px;height:18px}.cert-quiz__questionnaire__image__expand-button-container>svg path{fill:var(--kc-color-gray-200)}.cert-quiz__questionnaire__image__expand-button-container:hover{background-color:var(--kc-color-gray-200)}.cert-quiz__questionnaire__pagination-wrapper{z-index:10;position:sticky;top:calc(var(--base-size) * 7.95);margin-bottom:calc(var(--base-size) * 2);background:white}.cert-quiz__questionnaire__timer-wrapper{margin-bottom:calc(var(--base-size) * 4)}.cert-quiz__questionnaire__question-container{padding-top:0}@media only screen and (max-width: 1340px){.cert-quiz__questionnaire__image__container{margin-bottom:1.4925373134vw;border-radius:.3731343284vw}.cert-quiz__questionnaire__image__expand-button-container{bottom:.7462686567vw;right:.7462686567vw;width:2.2388059701vw;height:2.2388059701vw;border-width:.0746268657vw;border-radius:.3731343284vw}.cert-quiz__questionnaire__image__expand-button-container>svg{width:1.3432835821vw;height:1.3432835821vw}}@media only screen and (max-width: 1024px){.cert-quiz__questionnaire__image__container{margin-bottom:1.953125vw;border-radius:.48828125vw}.cert-quiz__questionnaire__image__expand-button-container{bottom:.9765625vw;right:.9765625vw;width:2.9296875vw;height:2.9296875vw;border-width:.09765625vw;border-radius:.48828125vw}.cert-quiz__questionnaire__image__expand-button-container>svg{width:1.7578125vw;height:1.7578125vw}}@media only screen and (max-width: 440px){.cert-quiz__questionnaire__image__container{margin-bottom:4.5454545455vw;border-radius:1.1363636364vw}.cert-quiz__questionnaire__image__expand-button-container{bottom:2.2727272727vw;right:2.2727272727vw;width:6.8181818182vw;height:6.8181818182vw;border-width:.2272727273vw;border-radius:1.1363636364vw}.cert-quiz__questionnaire__image__expand-button-container>svg{width:4.0909090909vw;height:4.0909090909vw}}@media only screen and (max-width: 440px){.cert-quiz__questionnaire__image__content{--image-width: calc(100vw - var(--base-size) * 3.6);height:calc(var(--base-size) * 19.2)}}.cert-quiz__inner-modal__title{margin-bottom:5px}.cert-quiz__inner-modal__title,.cert-quiz__inner-modal__text{text-align:center}.cert-quiz__inner-modal__buttons-container{display:flex;margin-top:20px;gap:10px}.cert-quiz__inner-modal__buttons-container>*{flex-grow:1}.cert-quiz__time-out-modal .kc-modal-window,.cert-quiz__give-up-modal .kc-modal-window{display:flex;flex-direction:column;align-items:center;min-width:calc(var(--base-size) * 37.5);max-width:calc(var(--base-size) * 48)!important;padding:calc(var(--base-size) * 3)}@media only screen and (max-width: 1340px){.cert-quiz__inner-modal__title{margin-bottom:.3731343284vw}.cert-quiz__inner-modal__buttons-container{margin-top:1.4925373134vw;gap:.7462686567vw}.cert-quiz__inner-modal__give-up-button-wrapper>*{border-width:.0746268657vw}}@media only screen and (max-width: 1024px){.cert-quiz__inner-modal__title{margin-bottom:.48828125vw}.cert-quiz__inner-modal__buttons-container{margin-top:1.953125vw;gap:.9765625vw}.cert-quiz__inner-modal__give-up-button-wrapper>*{border-width:.09765625vw}}@media only screen and (max-width: 440px){.cert-quiz__inner-modal__title{margin-bottom:1.1363636364vw}.cert-quiz__inner-modal__buttons-container{margin-top:4.5454545455vw;gap:2.2727272727vw}.cert-quiz__inner-modal__give-up-button-wrapper>*{border-width:.2272727273vw}}@media only screen and (max-width: 440px){.cert-quiz__give-up-modal .kc-modal-window{width:calc(100% - var(--base-size) * 2)}}.cert-quiz__finish__main-description-container{display:flex;flex-direction:column;flex-grow:1;gap:calc(var(--base-size) * 5);margin-bottom:calc(var(--base-size) * 5)}.cert-quiz__finish__main-description-container__main-content{display:flex;flex-direction:column;gap:var(--base-size)}.cert-quiz__finish__pagination-wrapper{z-index:10;position:sticky;top:calc(var(--base-size) * 7.6);margin-bottom:40px;background:white}.cert-quiz__finish__title{margin:0}.cert-quiz__finish__score{margin:0;font-weight:400!important}.cert-quiz__finish__mistakes-text{margin:0}.cert-quiz__finish__mistakes-review{display:flex;flex-direction:column;gap:calc(var(--base-size) * 5);padding-top:calc(var(--base-size) * 4);padding-bottom:calc(var(--base-size) * 5);border-bottom:1px solid var(--kc-color-light-gray)}.cert-quiz__finish__main-description-container:not(:has(.cert-quiz__certificate-section)) .cert-quiz__finish__mistakes-review{border-bottom:none;padding-bottom:calc(var(--base-size) * 2)}.cert-quiz__finish__mistakes-review-item{display:flex;flex-direction:column;margin:0}.cert-quiz__finish__mistakes-review-item__question-index{margin-bottom:var(--base-size);color:var(--kc-color-gray-200)}.cert-quiz__finish__mistakes-review-item__question-text{margin-bottom:calc(var(--base-size) * 2)}.cert-quiz__finish__mistakes-review-item .quiz__questionnaire__checkboxes-container{margin-bottom:0}.cert-quiz__finish__footer{display:flex;justify-content:space-between;margin-bottom:calc(var(--base-size) * 5)}@media only screen and (max-width: 1340px){.cert-quiz__finish__main-description-container{margin-bottom:3.7313432836vw}.cert-quiz__finish__pagination-wrapper{margin-bottom:2.9850746269vw}.cert-quiz__finish__title,.cert-quiz__finish__score,.cert-quiz__finish__mistakes-text{margin-bottom:.7462686567vw}}@media only screen and (max-width: 1024px){.cert-quiz__finish__main-description-container{margin-bottom:4.8828125vw}.cert-quiz__finish__pagination-wrapper{margin-bottom:3.90625vw}.cert-quiz__finish__title,.cert-quiz__finish__score,.cert-quiz__finish__mistakes-text{margin-bottom:.9765625vw}}@media only screen and (max-width: 440px){.cert-quiz__finish__main-description-container{margin-bottom:11.3636363636vw}.cert-quiz__finish__pagination-wrapper{margin-bottom:9.0909090909vw}.cert-quiz__finish__title,.cert-quiz__finish__score,.cert-quiz__finish__mistakes-text{margin-bottom:2.2727272727vw}}@media only screen and (max-width: 440px){.cert-quiz__finish__footer .button-with-control-caption:only-child,.cert-quiz__finish__footer .button-with-control-caption:only-child button{flex-grow:1}}.cert-quiz__image-view-modal__overlay{position:fixed;z-index:100;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:#131313}.cert-quiz__image-view-modal__image{max-height:64vh;width:auto;object-fit:contain}.cert-quiz__image-view-modal__close-icon{position:fixed;top:18px;right:18px;width:32px;height:32px;border:none;background:none}.cert-quiz__image-view-modal__close-icon>svg{width:18px;height:18px;color:var(--kc-color-gray-200)}@media only screen and (max-width: 1340px){.cert-quiz__image-view-modal__image{max-height:64vh}.cert-quiz__image-view-modal__close-icon{top:1.3432835821vw;right:1.3432835821vw;width:2.3880597015vw;height:2.3880597015vw}.cert-quiz__image-view-modal__close-icon>svg{width:1.3432835821vw;height:1.3432835821vw}}@media only screen and (max-width: 1024px){.cert-quiz__image-view-modal__image{max-height:64vh}.cert-quiz__image-view-modal__close-icon{top:1.7578125vw;right:1.7578125vw;width:3.125vw;height:3.125vw}.cert-quiz__image-view-modal__close-icon>svg{width:1.7578125vw;height:1.7578125vw}}@media only screen and (max-width: 440px){.cert-quiz__image-view-modal__image{max-height:64vh}.cert-quiz__image-view-modal__close-icon{top:4.0909090909vw;right:4.0909090909vw;width:7.2727272727vw;height:7.2727272727vw}.cert-quiz__image-view-modal__close-icon>svg{width:4.0909090909vw;height:4.0909090909vw}}@media only screen and (max-width: 440px){.cert-quiz__image-view-modal__image{width:100%;height:auto;max-height:64vh}}.cert-quiz__certificate-section{display:grid;column-gap:calc(var(--base-size) * 2);row-gap:calc(var(--base-size) * 2);grid-template-columns:repeat(2,1fr);grid-template-rows:calc(var(--base-size) * 2.6) calc(var(--base-size) * 3)}.cert-quiz__certificate-section__title{grid-row:1/2;grid-column:1/3;color:var(--kc-color-gray-600)!important}.cert-quiz__certificate-section__certificate-image{grid-row:2/5;grid-column:1/2;width:100%;height:auto;border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));padding:10px}.cert-quiz__certificate-section__copy-row{grid-row:2/3;grid-column:2/3}.cert-quiz__certificate-section__download{grid-row:2/3;grid-column:1/1}.cert-quiz__certificate-section__copy-field{display:flex;width:100%;gap:var(--base-size)}.cert-quiz__certificate-section__copy-field__field{flex-grow:1;border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));padding:calc(var(--base-size) * .4) calc(var(--base-size) * .9) calc(var(--base-size) * .5);color:var(--kc-color-gray-600)!important;cursor:text}.cert-quiz__certificate-section__copy-field__button{display:flex;align-items:center;gap:calc(var(--base-size) * .8);padding-top:calc(var(--base-size) * .45);padding-bottom:calc(var(--base-size) * .45);padding-left:calc(var(--base-size) * .8);padding-right:calc(var(--base-size) * 1.4);border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));background:#ffffff;color:var(--kc-color-gray-600);font-weight:700!important}.cert-quiz__certificate-section__copy-field__button>svg{width:calc(var(--base-size) * 1.2);height:calc(var(--base-size) * 1.2);color:var(--kc-color-gray-200)}.cert-quiz__certificate-section__copy-field__button:hover{background:var(--kc-color-gray-200)}.cert-quiz__certificate-section__copy-field__button:focus{border-color:var(--kc-color-gray-200);background:#ffffff}.cert-quiz__certificate-section__copy-field__button:active{border-color:var(--kc-color-light-gray);background:var(--kc-color-light-gray)}@media only screen and (max-width: 440px){.cert-quiz__certificate-section{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2)}}.leaderboard-overview{display:flex;flex-direction:column;align-items:center;width:calc(66.6666666667% - var(--base-size) * 1.6);gap:calc(var(--base-size) * 1.6);padding:calc(var(--base-size) * 2.4);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));background-color:#fff}.leaderboard-overview__content{display:flex;width:100%;gap:calc(var(--base-size) * 4.8)}.leaderboard-overview__content .awards-statistics__wrapper{width:calc(var(--base-size) * 34.4);min-width:calc(var(--base-size) * 34.4)}.leaderboard-overview__table-students{display:flex;flex-direction:column;min-width:calc(100% - var(--base-size) * 38.8);max-width:calc(100% - var(--base-size) * 38.8)}.leaderboard-overview__header{width:100%;display:flex;align-items:center;justify-content:space-between}.leaderboard-overview__header-title{display:flex;align-items:center;justify-content:space-between;width:calc(100% - var(--base-size) * 38.8)}.leaderboard-overview__header-dropdown-btn *{color:var(--kc-color-gray-600)}.leaderboard-overview__header-dropdown-btn_disable{pointer-events:none!important}.leaderboard-overview__header-dropdown-icon{font-size:calc(var(--base-size) * 2.4)}.leaderboard-overview__onboarding-trigger{display:inline-flex;width:calc(var(--base-size) * 2);height:calc(var(--base-size) * 1.6)}.leaderboard-overview-skeleton{display:flex;width:100%;align-items:center;gap:calc(var(--base-size) * 4);padding:calc(var(--base-size) * 2.4);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));border:1px solid var(--kc-color-light-gray);min-height:calc(var(--base-size) * 44.2)}.leaderboard-overview-skeleton__header{min-width:calc(var(--base-size) * 48.8);display:flex;align-items:center;justify-content:space-between}.leaderboard-overview-skeleton__rows{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6);width:100%}.leaderboard-skeleton{width:100%;padding-top:calc(var(--base-size) * 1.6)}.leaderboard-skeleton__motivation-text{margin:calc(var(--base-size) * 2.4) auto;width:calc(var(--base-size) * 40);max-width:100%}.leaderboard-skeleton__student{margin-bottom:calc(var(--base-size) * .8)}.leaderboard-skeleton__current-student{border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale));overflow:hidden}.leaderboard-overview__rows{width:100%;display:flex;flex-direction:column;gap:calc(var(--base-size) * .8)}@media only screen and (max-width: 1024px){.leaderboard-overview{width:100%;height:auto}.leaderboard-overview__header-title{align-items:flex-start;gap:calc(var(--base-size) * 1.6);width:calc(100% - var(--base-size) * 33.8)}.leaderboard-overview__content{gap:0}.leaderboard-overview__table-students{width:calc(100% - var(--base-size) * 34.4);max-width:calc(100% - var(--base-size) * 34.4)}}@media only screen and (max-width: 440px){.leaderboard-overview{width:100%;height:auto;border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale));padding:calc(var(--base-size) * 2.4) calc(var(--base-size) * 1.6)}.leaderboard-overview-skeleton{width:100%;border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale))}.leaderboard-overview__onboarding-trigger{width:calc(var(--base-size) * 0);height:calc(var(--base-size) * 1.1)}.leaderboard-overview__header-title{flex-direction:row;align-items:center;flex-wrap:wrap}.leaderboard-overview__header-title .leaderboard-cycles-selector,.leaderboard-overview__header-title .leaderboard-group-selector,.leaderboard-overview__header-title{width:100%}.leaderboard-overview__content{flex-direction:column;gap:calc(var(--base-size) * 1.6)}.leaderboard-overview__table-students{width:100%;min-width:100%}}.leaderboard-award{display:flex;align-items:flex-end;width:100%;padding:calc(var(--base-size) * 1.6) 0;gap:calc(var(--base-size) * 1.6);border-bottom:1px solid var(--kc-color-light-gray)}.leaderboard-award__info{width:100%}.leaderboard-award__course{display:flex;flex-wrap:wrap;gap:calc(var(--base-size) * .8)}.leaderboard-award__course-status{display:flex;width:100%;align-items:center;gap:calc(var(--base-size) * .8)}.leaderboard-award__course-status ki-icon{font-size:calc(var(--base-size) * 2.4)}.leaderboard-award__course-status_green{color:var(--kc-color-green)}.leaderboard-award__course-status_green ki-icon{color:var(--kc-color-green)}.leaderboard-award__course-status_main{color:var(--main_color)}.leaderboard-award__course-status_main ki-icon{color:var(--main_color)}.leaderboard-award__course-link{text-decoration:underline;cursor:pointer;word-break:break-word;transition:.3s color}.leaderboard-award__course-link:hover{color:var(--main_color)}.leaderboard-award__course-link_disable{pointer-events:none;text-decoration:none!important;color:var(--kc-color-gray-200)!important}.leaderboard-award__course-tooltip{color:#fff;width:calc(var(--base-size) * 25.7);font-size:calc(var(--base-size) * 1.2);font-weight:400;line-height:calc(var(--base-size) * 1.8)}.leaderboard-award__points{color:var(--main_color);white-space:nowrap}.leaderboard-awards-skeleton{width:100%;display:flex;justify-content:space-between;gap:calc(var(--base-size) * .8)}.leaderboard-awards-skeleton__btn{display:flex;justify-content:flex-end;gap:calc(var(--base-size) * .8)}.leaderboard-points-chart{width:calc(var(--base-size) * 19.7);height:calc(var(--base-size) * 19.7);position:relative}.leaderboard-points-chart__svg{overflow:visible;color:var(--main_color);margin-top:calc(var(--base-size) * -.3);margin-left:calc(var(--base-size) * -.3)}.leaderboard-points-chart__points{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.leaderboard-points-chart__points p{text-align:center;margin:0;color:var(--kc-color-gray-600)}.leaderboard-points-chart__points .h-2{margin-bottom:calc(var(--base-size) * .8)}.leaderboard-position{height:calc(var(--base-size) * 7.2);width:100%;display:flex;align-items:center;gap:calc(var(--base-size) * .8);padding:0}.leaderboard-position_with-border{border-bottom:1px solid var(--kc-color-light-gray)}.leaderboard-position_small{height:calc(var(--base-size) * 5.77)}.leaderboard-position_small .leaderboard-position__number{height:calc(var(--base-size) * 2.5);min-width:calc(var(--base-size) * 2.5);line-height:calc(var(--base-size) * 2.1)!important}.leaderboard-position_small .leaderboard-position__avatar{width:calc(var(--base-size) * 3.2);min-width:calc(var(--base-size) * 3.2);height:calc(var(--base-size) * 3.2)}.leaderboard-position_small .leaderboard-position__avatar-crown{top:calc(var(--base-size) * -1.4);right:calc(var(--base-size) * -1.6)}.leaderboard-position_winner .leaderboard-position__number{border-radius:100%;border:2px solid;line-height:calc(var(--base-size) * 2.3);color:var(--kc-color-gray-600)!important}.leaderboard-position_winner .leaderboard-position__avatar img{border-radius:calc(var(--base-size) * .6 * var(--ki-border-radius-scale))}.leaderboard-position_winner .leaderboard-position__score{color:var(--kc-color-gray-600)!important;padding:0 calc(var(--base-size) * .8)}.leaderboard-position_winner-1 .leaderboard-position__number{border-color:var(--kc-color-gold-yellow);background:linear-gradient(143deg,var(--kc-color-gold-yellow) 10.7%,#ffffff 50.25%,var(--kc-color-gold-yellow) 92.18%)}.leaderboard-position_winner-1 .leaderboard-position__score{background:linear-gradient(166.91deg,#f2cb4c 23.43%,#ffffff 61.22%,#f2cb4c 93.41%)}.leaderboard-position_winner-1 .leaderboard-position__avatar{border:2px solid var(--kc-color-gold-yellow)}.leaderboard-position_winner-2 .leaderboard-position__number{border-color:var(--kc-color-light-gray);background:linear-gradient(142.91deg,var(--kc-color-light-gray) 23.43%,#ffffff 55.97%,var(--kc-color-light-gray) 91.66%)}.leaderboard-position_winner-2 .leaderboard-position__score{background:linear-gradient(162.91deg,var(--kc-color-light-gray) 23.43%,#ffffff 61.22%,var(--kc-color-light-gray) 93.41%)}.leaderboard-position_winner-2 .leaderboard-position__avatar{border:2px solid var(--kc-color-light-gray)}.leaderboard-position_winner-3 .leaderboard-position__number{border-color:var(--kc-color-bronze-orange);background:linear-gradient(137.16deg,var(--kc-color-bronze-orange) 4.5%,#ffffff 46.56%,var(--kc-color-bronze-orange) 92.64%)}.leaderboard-position_winner-3 .leaderboard-position__score{background:linear-gradient(162.91deg,var(--kc-color-bronze-orange) 23.43%,#ffffff 61.22%,var(--kc-color-bronze-orange) 93.41%)}.leaderboard-position_winner-3 .leaderboard-position__avatar{border:2px solid var(--kc-color-bronze-orange)}.leaderboard-position_current-student .leaderboard-position__number,.leaderboard-position_current-student .leaderboard-position__score{color:var(--main_color)}.leaderboard-position__number-wrapper{min-width:calc(var(--base-size) * 4.2);display:flex;justify-content:center}.leaderboard-position__number{display:flex;justify-content:center;height:calc(var(--base-size) * 2.8);min-width:calc(var(--base-size) * 2.8)}.leaderboard-position__avatar{position:relative;display:flex;align-items:center;justify-content:center;width:calc(var(--base-size) * 4);min-width:calc(var(--base-size) * 4);height:calc(var(--base-size) * 4);border-radius:calc(var(--base-size) * .8 * var(--ki-border-radius-scale));background:#FFFFFF}.leaderboard-position__avatar img{width:100%;height:100%;object-fit:cover;border-radius:calc(var(--base-size) * .8 * var(--ki-border-radius-scale))}.leaderboard-position__avatar ki-icon{font-size:calc(var(--base-size) * 2.4)}.leaderboard-position__avatar_with-border{border:1px solid var(--kc-color-gray-100)}.leaderboard-position__avatar-crown{position:absolute;font-size:calc(var(--base-size) * 2.4);top:calc(var(--base-size) * -1.6);right:calc(var(--base-size) * -.9);transform:rotate(29deg)}.leaderboard-position__score{position:relative;margin-left:auto;border-radius:calc(var(--base-size) * .8 * var(--ki-border-radius-scale));white-space:nowrap;z-index:2}.leaderboard-position__score:before{position:absolute;content:"";top:0;height:100%;left:calc(var(--base-size) * -3.2);width:calc(var(--base-size) * 2.4);background:linear-gradient(90deg,rgba(255,255,255,.01) 0%,#ffffff 96%)}.leaderboard-position__username{white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.leaderboard-position__username span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.leaderboard-position__username_me{position:relative;padding-left:calc(var(--base-size) * 2.4);color:var(--main_color)}.leaderboard-position__username_me:before{position:absolute;content:"";left:0;top:50%;transform:translateY(-50%);width:calc(var(--base-size) * 1.6);height:calc(var(--base-size) * 1.6);border-radius:100%;background-color:var(--main_color)}html[lang=ar] .leaderboard-position__score,html[lang=ur] .leaderboard-position__score{margin-left:0;margin-right:auto}html[lang=ar] .leaderboard-position__score:before,html[lang=ur] .leaderboard-position__score:before{right:calc(var(--base-size) * -3.2);transform:rotate(180deg)}.awards-overview{display:flex;flex-direction:column;align-items:center;width:calc(66.6666666667% - var(--base-size) * 1.6);gap:calc(var(--base-size) * 1.6);padding:calc(var(--base-size) * 2.4);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));min-height:calc(var(--base-size) * 44.2);background-color:#fff}.awards-overview_points-hidden{min-height:auto}.awards-overview_points-hidden .awards-statistics__wrapper{width:100%}.awards-overview__empty-banner{width:calc(33.3333333333% - var(--base-size) * 3.2);height:calc(var(--base-size) * 44.2)}.awards-overview__empty-banner_without-learning{width:33.3333333333%}.awards-overview__awards-btn{margin-top:auto;width:100%}.awards-overview__awards-img{width:100%;color:var(--main_color);margin-bottom:calc(var(--base-size) * .8)}.awards-overview__header{width:100%;display:flex;align-items:center;justify-content:space-between}.awards-overview-skeleton{display:flex;width:100%;flex-direction:column;align-items:center;gap:calc(var(--base-size) * 1.6);padding:calc(var(--base-size) * 2.4);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));border:1px solid var(--kc-color-light-gray);height:calc(var(--base-size) * 44.2)}.awards-overview-skeleton__header{width:100%;display:flex;align-items:center;justify-content:space-between}.awards-overview-skeleton__stats{display:flex;flex-direction:column;gap:calc(var(--base-size) * .8)}.awards-overview-skeleton__stat{display:flex;align-items:center;justify-content:center;gap:calc(var(--base-size) * .4)}.awards-overview-skeleton__message{display:flex;align-items:center;height:calc(var(--base-size) * 2.4)}.awards-overview__statistics{display:flex;justify-content:center;width:100%;gap:calc(var(--base-size) * 1.6)}.awards-overview__statistics .awards-statistics__wrapper{width:calc(var(--base-size) * 34.4)}.awards-overview__statistics_empty{justify-content:center}.awards-overview__statistics_without-points{margin:auto}.awards-overview__awards-list{position:relative;display:flex;flex-direction:column;flex:1;padding:calc(var(--base-size) * 1.6);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));border:1px solid var(--kc-color-light-gray);max-height:calc(var(--base-size) * 34.4);overflow:hidden}.awards-overview__awards-list:after{content:"";position:absolute;bottom:0;left:0;right:0;height:calc(var(--base-size) * 6);background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgb(255,255,255) 100%);pointer-events:none}.awards-overview__awards-group{margin-bottom:calc(var(--base-size) * 1.6)}@media only screen and (max-width: 1024px){.awards-overview-skeleton__message{white-space:normal;text-align:center;width:calc(var(--base-size) * 17)}.awards-overview{width:100%}.awards-overview__empty-banner{width:calc(50% - var(--base-size) * .8);padding:0}.awards-overview__onboarding-trigger{width:calc(var(--base-size) * 4);height:calc(var(--base-size) * 1.6)}}@media only screen and (max-width: 440px){.awards-overview{width:100%;border-radius:calc(var(--base-size) * 2.4);padding:calc(var(--base-size) * 2.4) calc(var(--base-size) * 1.6)}.awards-overview-skeleton{width:100%;border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale))}.awards-overview__empty-banner{width:100%;height:auto}.awards-overview__awards-list{display:none}}.awards-statistics__wrapper{display:flex;flex-direction:column;align-items:center;width:100%;gap:calc(var(--base-size) * 1.6)}.awards-statistics__stats{display:flex;flex-direction:column;gap:calc(var(--base-size) * .8)}.awards-statistics__stat{display:flex;align-items:center;justify-content:center;gap:calc(var(--base-size) * .4);cursor:pointer}.awards-statistics__stat_disabled{cursor:default}.awards-statistics__stat_disabled:hover{opacity:1}.awards-statistics__stat-dot{width:calc(var(--base-size));height:calc(var(--base-size));border-radius:100%;background-color:var(--main_color)}.awards-statistics__stat-dot_black{background-color:var(--kc-color-gray-600)}.awards-statistics__stat-dot_green{background-color:var(--kc-color-green)}.awards-statistics__filter-hint{color:var(--kc-color-gray-200);text-align:center}.awards-statistics__message{text-align:center;width:100%}.awards-statistics__message span{position:relative}.awards-statistics__message ki-icon{font-size:calc(var(--base-size) * 2.4);color:var(--main_color);position:absolute;left:calc(var(--base-size) * -2.4)}html[lang=ar] .awards-statistics__message ki-icon,html[lang=ur] .awards-statistics__message ki-icon{right:calc(var(--base-size) * -2.4)}.continue-learning{width:33.3333333333%;display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6);padding:calc(var(--base-size) * 2.4);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));background-color:#fff;position:relative;cursor:pointer;z-index:1}.continue-learning .h-2{margin:0}.continue-learning_banner{padding:0}.continue-learning_banner__image-wrapper{display:flex;justify-content:center;align-items:center}.continue-learning_banner__image-wrapper svg{margin-right:calc(var(--base-size) * -.4)}.continue-learning:hover .continue-learning__image:after{opacity:1}.continue-learning:hover .continue-learning__image:before{opacity:0}.continue-learning:hover .continue-learning__image img{transform:scale(1.05)}.continue-learning:hover .continue-learning__progress p{color:var(--main_color)}.continue-learning_empty-img .continue-learning__image{background:var(--kc-color-primary-100, #fff3e8)}.continue-learning_empty-img .continue-learning__percent{color:var(--kc-color-gray-600)}.continue-learning_overlay .continue-learning__image:before{opacity:1}.continue-learning__image{width:100%;height:calc(var(--base-size) * 27.6);display:flex;align-items:center;justify-content:center;border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale));overflow:hidden;position:relative}.continue-learning__image:after,.continue-learning__image:before{content:"";z-index:1;width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;transition:.3s}.continue-learning__image:after{background:linear-gradient(107.22deg,var(--main_color-opacity-0-50, rgba(255, 136, 26, .5019607843)) 2.87%,var(--main_color-opacity-0-10, rgba(255, 136, 26, .1019607843)) 100%)}.continue-learning__image:before{background:rgba(0,0,0,.2)}.continue-learning__image img{width:100%;height:100%;transition:.3s;object-fit:cover}.continue-learning__image svg{width:100%;height:100%}.continue-learning__progress{display:flex;flex-direction:column;gap:calc(var(--base-size) * .8);position:relative}.continue-learning__progress p{color:var(--kc-color-gray-600);transition:.3s}.continue-learning__percent{position:absolute;color:#fff;z-index:10;margin:0}@media only screen and (max-width: 1024px){.continue-learning{width:100%;height:auto}.continue-learning__image{height:calc(var(--base-size) * 40.5)}}@media only screen and (max-width: 440px){.continue-learning{border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale));padding:calc(var(--base-size) * 2.4) calc(var(--base-size) * 1.6)}.continue-learning__image{height:calc(var(--base-size) * 19.2)}.continue-learning__percent{font-size:calc(var(--base-size) * 8)}.continue-learning_banner{padding:0}}.onboarding-modal{display:flex}.onboarding-modal .kc-modal-window{width:100%;max-width:calc(var(--base-size) * 104.2)!important;height:calc(var(--base-size) * 53);padding:0}.onboarding-modal_learning .kc-modal-window{max-width:calc(var(--base-size) * 54.4)!important;height:auto!important;padding:calc(var(--base-size) * 7.2) calc(var(--base-size) * 2.4) calc(var(--base-size) * 2.4) calc(var(--base-size) * 2.4)}.onboarding-modal_small{display:flex}.onboarding-modal_small .kc-modal-window{width:100%;max-width:calc(var(--base-size) * 54.4)!important;padding:0}.onboarding-modal__wrapper{display:flex;align-items:center;overflow:hidden;width:100%;height:100%}.onboarding-modal__content{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;max-width:calc(var(--base-size) * 52.8);gap:calc(var(--base-size) * 1.6);padding:calc(var(--base-size) * 2.4)}.onboarding-modal__content-texts{display:flex;flex-direction:column;gap:calc(var(--base-size) * .8)}.onboarding-modal__content-texts .h-2{margin:0;width:calc(100% + var(--base-size) * .8)}.onboarding-modal__content-texts .kc-typography_text-medium{margin:0}.onboarding-modal__content-buttons{display:flex;gap:calc(var(--base-size) * 1.6);padding-inline-end:calc(var(--base-size) * 6.4)}.onboarding-modal__content-buttons ki-button-2{width:100%}.onboarding-modal__content-buttons ki-button-2 button{position:absolute;width:100%;height:100%;background:transparent;border:none;border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale))}.onboarding-modal__image-container{width:100%;height:100%;max-width:calc(var(--base-size) * 51.4);color:var(--main_color)}.onboarding-modal__image-container .onboarding-img_primary-color{color:var(--kc-color-primary-200)!important}.onboarding-modal__image-container_leaderboard{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6);background-color:var(--main_color);padding:calc(var(--base-size) * 2.6) calc(var(--base-size) * 3.9) 0 calc(var(--base-size) * 3.9)}.onboarding-modal__leaderboard-table{overflow:hidden;background-color:#fff;border-radius:calc(var(--base-size) * 2.5 * var(--ki-border-radius-scale)) calc(var(--base-size) * 2.5 * var(--ki-border-radius-scale)) 0 0;color:var(--kc-color-gray-600)!important;padding:0 calc(var(--base-size) * 1.6);height:calc(var(--base-size) * 30)}.learning-onboarding__wrapper{display:flex;flex-direction:column;align-items:center;text-align:center;gap:calc(var(--base-size) * 2.4)}.learning-onboarding__wrapper ki-button-2{width:100%}@media only screen and (max-width: 1024px){.onboarding-modal{display:flex}.onboarding-modal .kc-modal-window{width:calc(var(--base-size) * 57.8);height:calc(var(--base-size) * 74.4)}.onboarding-modal_leaderboard .kc-modal-window{width:calc(var(--base-size) * 51.4);height:calc(var(--base-size) * 77.8)}.onboarding-modal__wrapper{flex-direction:column;padding:0}.onboarding-modal__image-container{max-width:100%;width:calc(var(--base-size) * 57.8);height:calc(var(--base-size) * 53);overflow:hidden;margin-top:auto}.onboarding-modal__image-container svg{width:100%;height:auto}.onboarding-modal__content{height:auto;max-width:100%}.onboarding-modal__content-texts{text-align:center}.onboarding-modal__content-texts .h-2{width:100%}.onboarding-modal__content-buttons{padding:0 calc(var(--base-size) * 5.7)}.onboarding-modal__leaderboard-table{margin-top:auto}}@media only screen and (max-width: 440px){.onboarding-modal .kc-modal-window{width:100%;height:auto}.onboarding-modal_leaderboard .onboarding-modal__image-container{height:auto;margin-top:0;padding:calc(var(--base-size) * 1.6) calc(var(--base-size) * 1.6) 0}.onboarding-modal_leaderboard .onboarding-modal__image-container>svg{display:none}.onboarding-modal__content{padding:calc(var(--base-size) * 1.6)}.onboarding-modal__image-container{width:100%;height:auto}.onboarding-modal__content-buttons{padding:0}.onboarding-modal__leaderboard-table{border-right:calc(var(--base-size) * 1.6) calc(var(--base-size) * 1.6) 0 0}}.password-recovery-form{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6)}.user-restore-tools{display:flex;justify-content:space-between}.user-restore-tools .user-restore-link{font-size:calc(var(--base-size) * 1.6);line-height:calc(var(--base-size) * 2.4);color:var(--main_color);transition:.3s}.user-restore-tools .user-restore-link:hover,.user-restore-tools .user-restore-link:active{color:var(--kc-color-primary-hover)}.user-restore-tools_centered{justify-content:center}.sign-in-msg-error{display:block;font-size:calc(var(--base-size) * 1.4);line-height:1.5;font-style:italic;color:var(--kc-color-red);margin:0 0 calc(var(--base-size) * 3.8) 0}.variants-splitter{display:flex;align-items:center;justify-content:center;margin:calc(var(--base-size) * 1.6) 0;position:relative;text-align:center}.variants-splitter>span{font-size:calc(var(--base-size) * 1.6);line-height:calc(var(--base-size) * 2.4);z-index:2;position:relative;display:inline-flex;background-color:#fff;padding:0 calc(var(--base-size) * 1.6)}.variants-splitter:after{z-index:1;content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);height:1px;width:100%;background-color:var(--kc-color-gray-100)}.signin-form{z-index:0;max-width:100%;width:calc(var(--base-size) * 54.4);min-height:calc(var(--base-size) * 10);padding:calc(var(--base-size) * 2.4);margin:calc(var(--base-size) * 10) auto;background-color:#fff;border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));position:relative}.signin-form>form .kc-btn{white-space:break-spaces}.signin-form .page-title{padding:0;margin:0 0 calc(var(--base-size) * 2.4) 0;text-align:center;color:var(--sign_in_text_color, var(--kc-color-gray-600))}.signin-form .page-title.singin-title{margin:0 0 calc(var(--base-size) * 4.3) 0}.signin-form .form-description{line-height:1.42;color:var(--kc-color-gray-200);margin:0 0 calc(var(--base-size) * 2.8) 0}.signin-form .form-description-msg{line-height:1.42}.signin-form .signin-form__description{width:100%;text-align:center;font-size:calc(var(--base-size) * 1.6);font-weight:400;line-height:calc(var(--base-size) * 2.4);margin-bottom:0}.signin-form .signin-form__description span{display:inline-flex;max-width:calc(var(--base-size) * 34)}.signin-form .form-description-msg{margin:0 0 calc(var(--base-size) * 2) 0}.signin-form .kc-alert{margin:0 0 var(--base-size) 0}.signin-form .auth-option .kc-btn{white-space:break-spaces}.signin-form__back-btn{display:inline-flex;align-items:center;cursor:pointer;gap:calc(var(--base-size) * .8);font-size:calc(var(--base-size) * 1.6);font-weight:400;line-height:calc(var(--base-size) * 2.4);margin-bottom:calc(var(--base-size) * 4);color:var(--kc-color-gray-600)!important}.signin-form__logo{display:flex;justify-content:center;margin-bottom:calc(var(--base-size) * 4)}.signin-form__logo img{width:calc(var(--base-size) * 25.8);height:calc(var(--base-size) * 5.2);object-fit:contain}.signin-form__logo_disabled{pointer-events:none}.signin-form__logo iframe{display:none!important}.username-password-error__wrapper{display:flex;justify-content:center;width:100%}.username-password-error__text{color:var(--kc-color-red);max-width:calc(var(--base-size) * 34);text-align:center;margin-bottom:calc(var(--base-size) * 2.4)}html[lang=ar] .signin-form__back-btn-arrow,html[lang=ur] .signin-form__back-btn-arrow{transform:rotate(180deg)}.active-directory__providers{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6)}.active-directory__button-text{display:flex;align-items:center;position:relative;padding-left:calc(var(--base-size) * 5)}.active-directory__button-logo{position:absolute;left:0;display:flex;align-items:center;justify-content:center;background-color:#fff;width:calc(var(--base-size) * 4.2);height:calc(var(--base-size) * 4.2);border-radius:calc(var(--base-size) * .8 * var(--ki-border-radius-scale));padding:calc(var(--base-size) * .4)}.active-directory__button-logo img{object-fit:contain;width:100%;height:100%}@media only screen and (max-width: 1024px){.signin-form{margin:0 auto}}@media only screen and (max-width: 440px){.signin-form{padding:calc(var(--base-size) * 1.6)}}.kc-form_account{margin:0 0 calc(var(--base-size) * 5) 0}.account-settings{display:flex;flex-direction:column;padding:calc(var(--base-size) * 3.2) 0}.account-settings__tabs{display:flex;gap:calc(var(--base-size) * .8);margin-top:calc(var(--base-size) * 1.6);margin-bottom:calc(var(--base-size) * 4)}.account-settings__tabs *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.account-settings-field{width:100%}.account-settings__tooltip{font-size:calc(var(--base-size) * 1.6);line-height:calc(var(--base-size) * 2.6);color:#fff}.personal-information{display:flex;gap:calc(var(--base-size) * 4)}.personal-information__forms,.privacy__form{display:flex;flex-direction:column;gap:calc(var(--base-size) * 4);width:100%;max-width:calc(var(--base-size) * 67.8)}.personal-information__forms__full-width{max-width:100%}.privacy__form-inputs{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6);margin-bottom:calc(var(--base-size) * 4)}.privacy__form-input{display:flex;gap:calc(var(--base-size) * .8)}.privacy__form-input ki-button-2{min-width:calc(var(--base-size) * 23.9)}.privacy__save-button{margin-top:calc(var(--base-size) * 4)}.personal-information__form-section,.timezone-selector{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6)}.personal-information__form-section-title,.timezone-selector__title{margin:0 0 calc(var(--base-size) * .8) 0}.save-button-container{position:relative}.save-button-wrapper{margin:0 auto;padding:0 calc(var(--base-size) * 3.2);max-width:calc(var(--base-size) * 163.2)}.save-button-wrapper_shifted{padding-left:calc(var(--base-size) * 32)}.save-button-fixed{position:fixed;bottom:0;left:0;width:100%;justify-content:center;padding:calc(var(--base-size) * 1.6) 0;background:white;box-shadow:0 calc(var(--base-size) * .6) calc(var(--base-size) * 2.4) 0 #12151f1a;border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) 0 0;z-index:calc(var(--ki-header-z-index, 10) - 2);transform:translateY(100%)}.save-button-fixed ki-button-2{display:flex;width:100%;max-width:calc(var(--base-size) * 67.8)}.fade-in-up{opacity:1;transform:translateY(0)}.account_user-photo{display:flex;align-items:center;justify-content:center;width:calc(var(--base-size) * 24.8);height:calc(var(--base-size) * 24.8);overflow:hidden;font-size:0;position:relative;border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));border:1px solid var(--ki-color-light-gray, #ccd5dd)}.account_user-photo>ki-icon{font-size:calc(var(--base-size) * 9.5);color:var(--kc-color-gray-200)}.account_user-photo>img{width:100%;height:100%;object-fit:cover}.account_user-photo ki-spinner{position:absolute}.account_user-photo-change{position:absolute;right:calc(var(--base-size) * 1.6);bottom:calc(var(--base-size) * 1.6)}.account_user-photo-change__icon{font-size:calc(var(--base-size) * 2.4)}html[lang=ar] .account_user-photo-change,html[lang=ur] .account_user-photo-change{right:auto;left:calc(var(--base-size) * 1.6)}html[lang=ar] .save-button-wrapper_shifted,html[lang=ur] .save-button-wrapper_shifted{padding-left:0;padding-right:calc(var(--base-size) * 32)}.privacy{display:flex;flex-direction:column}.privacy__settings-title{margin-bottom:calc(var(--base-size) * 2.4)}.privacy__user-settings-block{padding:calc(var(--base-size) * 1.6) calc(var(--base-size) * .8) calc(var(--base-size) * 1.6) calc(var(--base-size) * 1.6);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));display:flex;flex-direction:column;gap:calc(var(--base-size) * .8);border:1px solid var(--kc-color-light-gray)}.privacy__user-settings-block ki-switch{display:flex}.privacy__mfa-settings__tiles-container{display:flex;flex-direction:column;gap:calc(var(--base-size) * .8)}.privacy__mfa-settings__tile{display:flex;align-items:center;justify-content:space-between}.privacy__mfa-settings__tile-name{display:flex;align-items:center;font-size:calc(var(--base-size) * 1.6);line-height:1.5;gap:calc(var(--base-size) * .8)}.privacy__mfa-settings__tile-explain{display:block;height:calc(var(--base-size) * 2.4)}.privacy__mfa-settings__tile-explain:hover>ki-icon{color:var(--kc-color-primary-400)}.privacy__mfa-settings__tile-explain>ki-icon{color:var(--main_color);font-size:calc(var(--base-size) * 2.4);transition:.3s color}.privacy__mfa-settings-skeletons__switch-row{display:flex;flex-direction:row;align-items:center;gap:calc(var(--base-size) * .8);margin-bottom:calc(var(--base-size) * 2)}.privacy__mfa-settings-skeletons__switch-row>div:first-child{border-radius:calc(var(--base-size) * .9 * var(--ki-border-radius-scale))}.timezone-selector{display:flex;flex-direction:column;align-items:flex-start}.timezone-selector__dropdown{width:100%}.timezone-selector__switcher{margin-bottom:calc(var(--base-size) * .8)}.account-settings__phone-input{display:flex;flex-direction:column;gap:calc(var(--base-size) * .8)}.license-info{display:flex;flex-wrap:wrap;gap:calc(var(--base-size) * 1.6)}.license-info__card-wrapper{display:flex;width:calc(25% - var(--base-size) * 1.2)}.license-info__card{display:flex;flex-direction:column;gap:calc(var(--base-size) * .8);width:100%;padding:calc(var(--base-size) * 1.6);border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale));border:1px solid var(--kc-color-light-gray)}.license-info__card .kc-label{text-transform:none;padding:0 calc(var(--base-size) * .8);font-size:calc(var(--base-size) * 1.6);font-weight:400;line-height:calc(var(--base-size) * 2.6);border-radius:calc(var(--base-size) * .8 * var(--ki-border-radius-scale));white-space:nowrap;letter-spacing:0}.license-info__card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:calc(var(--base-size) * .8);gap:calc(var(--base-size) * .8)}.license-info__card-header .h-3{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.cancel-subscription-modal .kc-modal-window{padding:calc(var(--base-size) * 2.4)!important}.cancel-subscription-modal .kc-modal-window div{flex-direction:row!important}.cancel-subscription-modal .h-2{max-width:calc(var(--base-size) * 49.6);text-align:center}.license-info__card-info-date{margin-left:calc(var(--base-size) * 1)}@media only screen and (max-width: 1024px){.account-settings{padding:calc(var(--base-size) * 2.4) 0}.account-settings__tabs{width:100vw;margin-left:calc(var(--base-size) * -2.4);padding-left:calc(var(--base-size) * 2.4);padding-right:calc(var(--base-size) * 2.4);overflow:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.account-settings__tabs ki-button-tab{white-space:nowrap}.account-settings__tabs::-webkit-scrollbar{display:none}.personal-information{flex-direction:column;align-items:center;gap:calc(var(--base-size) * 2.4)}.license-info__card-wrapper{width:calc(50% - var(--base-size) * .8)}.personal-information__forms,.privacy__form{max-width:100%}.save-button-wrapper_shifted{padding:0 calc(var(--base-size) * 1.6) 0 calc(var(--base-size) * 1.6)!important}.save-button-wrapper_shifted ki-button-2{max-width:100%}.save-button-fixed ki-button-2{max-width:100%}.save-button-wrapper{padding:0 calc(var(--base-size) * 1.6)}.privacy__form-input ki-button-2{min-width:calc(var(--base-size) * 30.8)}}@media only screen and (max-width: 440px){.personal-information__avatar{display:flex;flex-direction:column;align-items:center;width:100%}.personal-information__avatar .save-button-container{width:100%}.account-settings__tabs{margin-left:calc(var(--base-size) * -1.6);margin-bottom:calc(var(--base-size) * 2.4);padding-left:calc(var(--base-size) * 1.6);padding-right:calc(var(--base-size) * 1.6)}.account-settings__tooltip{max-width:calc(var(--base-size) * 19)}.license-info__card-wrapper,.account_data{width:100%}.save-button-fixed{padding:calc(var(--base-size) * .8) 0;border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale)) calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale)) 0 0}.privacy__form-inputs{margin-bottom:calc(var(--base-size) * 2.4)}.privacy__form-input{flex-direction:column;gap:calc(var(--base-size) * 1.6)}.privacy__save-button{margin-top:calc(var(--base-size) * 2.4)}.privacy__settings-title{margin-bottom:calc(var(--base-size) * 2.4)}}.course-feedback-menu__wrapper{position:fixed;top:0;left:0;height:100vh;width:100vw;transform:translateY(102%);background:#fff;z-index:999;transition:.15s transform}.course-feedback-menu__wrapper.show{transform:translateY(0)}.event_request-status{display:flex;align-items:center;width:100%;min-height:calc(var(--base-size) * 3);border-radius:calc(var(--base-size) / 2);border:1px solid var(--kc-color-light-gray);margin:0 0 var(--base-size) 0;padding:0 var(--base-size) 0 calc(var(--base-size) * 4);overflow:hidden;position:relative}.event_request-status svg{width:calc(var(--base-size) * 1.4);height:auto}.event_request-status.approved{border-color:var(--kc-color-green);color:var(--kc-color-green)}.event_request-status.approved .event_request-icon{background:var(--kc-color-green);color:#fff}.event_request-status.rejected{border-color:var(--kc-color-red);color:var(--kc-color-red)}.event_request-status.rejected .event_request-icon{background:var(--kc-color-red);color:#fff}html[lang=ar] .event_request-status,html[lang=ur] .event_request-status{padding:0 calc(var(--base-size) * 4) 0 var(--base-size)}.event_request-icon{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;flex:none;height:100%;width:calc(var(--base-size) * 3);margin:0}html[lang=ar] .event_request-icon,html[lang=ur] .event_request-icon{left:auto;right:0}.event_request-desc{font-size:calc(var(--base-size) * 1.4)}.course-page__lessons__tooltip{display:none;position:absolute;font-size:calc(var(--base-size) * 1.3);line-height:1.45;width:calc(100% - var(--base-size) * 3.2);color:#fff;background:var(--kc-color-gray-600);padding:calc(var(--base-size) * .4) calc(var(--base-size) * 1.5) calc(var(--base-size) * .5);border-radius:calc(var(--base-size) * .8);transform:translateY(var(--base-size));left:0;z-index:1}.course-page__main{min-height:calc(var(--base-size) * 50);padding:calc(var(--base-size) * 3) 0 calc(var(--base-size) * 3.2) 0}.course-page__top{margin:0 0 calc(var(--base-size) * 2.4) 0}.course-page__top .course-breadcrumbs{display:flex;align-items:center;gap:var(--base-size);margin:0 0 var(--base-size) 0}.course-page__top .course-breadcrumbs a{font-size:calc(var(--base-size) * 1.6);line-height:1.5;color:var(--kc-color-gray-200);transition:.3s opacity}.course-page__top .course-breadcrumbs a:hover{opacity:.8}.course-page__top .course-breadcrumbs .separate-line{margin:0}.course-page__top-container{display:flex;align-items:flex-start;justify-content:space-between}.course-page__notification-link{color:var(--kc-color-orange, #ff881a);transition:opacity .2s;text-decoration:none;border-bottom:1px solid var(--kc-color-orange, #ff881a);padding-bottom:1px}.course-page__notification-link:hover{opacity:.85}.course-page__title{margin:0 0 calc(var(--base-size) * 1.6) 0}.course-page__desc{display:block;font-size:calc(var(--base-size) * 1.6);line-height:1.44;color:var(--kc-color-gray-600);font-weight:500}.course-page__external-btn{display:flex;margin-bottom:calc(var(--base-size) * 2)}.course-page__external-btn.disabled{cursor:not-allowed}.course-page__status{display:flex;flex-wrap:wrap;align-items:center;color:var(--main_color)}.course-page__status>.course-block_label{text-transform:none}.card__content--save-status-separate .course-block_label{font-size:calc(var(--base-size) * 1.6);letter-spacing:normal;font-weight:400;padding:0;border-radius:calc(var(--base-size) * .3);margin:0 calc(var(--base-size) / -2) 0 calc(var(--base-size) / 2)}.card__content--save-status-separate>div:not(:last-child){position:relative;margin:0 calc(var(--base-size) * 1.6) 0 0}.card__content--save-status-separate>div:not(:last-child):after{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);right:calc(var(--base-size) * -.8);height:calc(var(--base-size) * 2.4);width:1px;background-color:var(--kc-color-gray-600)}html[lang=ar] .card__content--save-status-separate .course-block_label,html[lang=ur] .card__content--save-status-separate .course-block_label{margin:0 calc(var(--base-size) / 2) 0 calc(var(--base-size) / -2)}html[lang=ar] .card__content--save-status-separate>div:not(:last-child),html[lang=ur] .card__content--save-status-separate>div:not(:last-child){margin:0 0 0 calc(var(--base-size) * 1.6)}html[lang=ar] .card__content--save-status-separate>div:not(:last-child):after,html[lang=ur] .card__content--save-status-separate>div:not(:last-child):after{right:auto;left:calc(var(--base-size) * -.8)}.course-page__course-content{display:flex;align-items:flex-start}.course-page__course-content.contain-tabs .tabs{width:100%}.course-page__course-content.contain-tabs .tab-list-items{overflow:visible}.course-page__course-content.contain-tabs .tab-list-items>button{position:relative}.course-page__course-content.contain-tabs .tab-list-items>button .beta-badge{position:absolute;left:calc(100% - 20px);top:-7px}.course-page__course-content-main{min-width:0;flex:1;margin:0 calc(var(--base-size) * 4) 0 0;top:calc(var(--base-size) * 14);transition:.3s top}.course-page__course-content-main .tab-content{padding:calc(var(--base-size) * 1.8) 0 0 0}html[lang=ar] .course-page__course-content-main,html[lang=ur] .course-page__course-content-main{margin:0 0 0 calc(var(--base-size) * 4)}.course-video-wrap-wide{display:flex;margin:0 0 calc(var(--base-size) * 2) 0}.course-video-wrap-wide .course-video-wrap{width:calc(var(--base-size) * 35.6);margin:0;flex:none}.course-video-wrap-wide .course-video-desc{padding:calc(var(--base-size) * 1.5) calc(var(--base-size) * 3);background-color:#262b2e;border-radius:0 calc(var(--base-size) / 2) calc(var(--base-size) / 2) 0;color:#fff;position:relative;overflow:hidden;width:100%}.course-video-wrap-wide .course-video-desc .course-page__title{display:block;font-size:calc(var(--base-size) * 2.4);color:#fff;margin:0}.course-video-wrap-wide .course-video-desc .course-page__desc{font-size:calc(var(--base-size) * 1.8);color:#fff}.course-video-wrap{margin:0 0 calc(var(--base-size) * 2) 0}.course-video-wrap img{width:100%;height:100%;object-fit:cover}.course-video{height:auto;margin:0 0 calc(var(--base-size) * 1.6) 0;position:relative;border-radius:5px;overflow:hidden}.course-video__arrow{color:#ff0;font-size:40px;position:absolute;top:0;bottom:0;margin:auto;display:block;height:40px;filter:grayscale(1);transition:.3s;cursor:pointer;z-index:2;opacity:.5}.course-video__arrow:hover{opacity:1}.course-video__arrow-next{right:10px}html[lang=ar] .course-video__arrow-next,html[lang=ur] .course-video__arrow-next{right:unset;left:10px;transform:rotate(180deg)}.course-video__arrow-prev{left:10px}html[lang=ar] .course-video__arrow-prev,html[lang=ur] .course-video__arrow-prev{right:10px;left:unset;transform:rotate(180deg)}.course-video__html{height:calc(var(--base-size) * 46.1);background:#000000}.course-video iframe{height:100%;width:100%;transform-origin:top left}html[lang=ar] .course-video iframe,html[lang=ur] .course-video iframe{transform-origin:top right}.course-video .video-js{padding-top:56.25%;width:100%;max-width:100%;height:0}.course-video .vjs-icon-subtitles:before,.course-video .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.course-video .video-js .vjs-subtitles-button .vjs-icon-placeholder:before{content:"\f10c"}.course-video-preview{overflow:hidden;position:relative}.course-video-preview:hover .course-video-preview__play{background-color:#ffffff80}.course-video-preview__play{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;border-radius:50%;width:calc(var(--base-size) * 8.8);height:calc(var(--base-size) * 8.8);transition:background .3s linear}.course-video-preview__play:after{content:"";position:absolute;top:50%;left:50%;margin-top:calc(var(--base-size) * -1.2);margin-left:calc(var(--base-size) * -.6);width:0;height:0;border-style:solid;border-width:calc(var(--base-size) * 1.25) 0 calc(var(--base-size) * 1.25) calc(var(--base-size) * 1.5);border-color:transparent transparent transparent #fff}.chapter__tooltip-icon,.chapter__tooltip-text{color:#fff}.chapter__tooltip-icon{width:calc(var(--base-size) * 1.8);height:calc(var(--base-size) * 1.8)}.chapter__tooltip-text{font-size:calc(var(--base-size) * 1.2);line-height:1.5}.course-video-progress-bar{display:flex;align-items:center;position:relative;margin:0 0 calc(var(--base-size) * 1.6) 0;gap:8px}.course-video-progress-bar__percent{position:relative;display:inline-flex;font-size:calc(var(--base-size) * 1.2);line-height:calc(var(--base-size) * 1.8);font-weight:400;color:var(--kc-color-gray-600);pointer-events:none}.course-video-progress-bar .chapters-wrap{display:flex;align-items:center;position:relative;width:100%;height:calc(var(--base-size) * 1.2);background:#fff;border-radius:calc(var(--base-size) * 1.6)}.course-video-progress-bar .chapters-wrap>.chapter{height:100%;background:var(--kc-color-primary-100, #fff3e8);position:relative;border-right:1px solid var(--kc-color-gray-200);cursor:pointer}.course-video-progress-bar .chapters-wrap>.chapter:first-child:last-child{border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale))}.course-video-progress-bar .chapters-wrap>.chapter:first-child{border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale)) 0 0 calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale))}.course-video-progress-bar .chapters-wrap>.chapter:last-child{border-radius:0 calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale)) calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale)) 0;border-right:0px}.course-video-progress-bar .chapters-wrap>.chapter:nth-child(1) .chapter_modal,.course-video-progress-bar .chapters-wrap>.chapter:nth-child(2) .chapter_modal{left:-29px;transform:translate(0)}.course-video-progress-bar .chapters-wrap>.chapter:nth-child(1) .chapter_modal:before,.course-video-progress-bar .chapters-wrap>.chapter:nth-child(2) .chapter_modal:before{left:29px;transform:translate(0) rotate(55deg) skew(20deg)}.course-video-progress-bar .chapters-wrap>.chapter.watched{background:var(--kc-color-secondary, var(--main_color));border-right:1px solid #fff}.course-video-progress-bar .chapters-wrap>.chapter.disabled{cursor:default}html[lang=ar] .course-video-progress-bar__percent,html[lang=ur] .course-video-progress-bar__percent{right:auto;left:calc(var(--base-size) / 2)}html[lang=ar] .course-video-progress-bar .chapters-wrap>.chapter:first-child,html[lang=ur] .course-video-progress-bar .chapters-wrap>.chapter:first-child{border-radius:0 calc(var(--base-size) / 2 * var(--ki-border-radius-scale)) calc(var(--base-size) / 2 * var(--ki-border-radius-scale)) 0}html[lang=ar] .course-video-progress-bar .chapters-wrap>.chapter:last-child,html[lang=ur] .course-video-progress-bar .chapters-wrap>.chapter:last-child{border-radius:calc(var(--base-size) / 2 * var(--ki-border-radius-scale)) 0 0 calc(var(--base-size) / 2 * var(--ki-border-radius-scale))}.course-video-buttons{display:flex;align-items:center;justify-content:space-between}.course-video__course-info{display:flex;flex-wrap:wrap;padding:0 calc(var(--base-size) * .4) calc(var(--base-size) * .4);margin:0 calc(var(--base-size) * -.4)}.course-video__course-info__items-wrap{display:flex;gap:var(--base-size);width:100%}.course-video__course-info-divider{display:inline-flex;width:1px;height:calc(var(--base-size) * 2);margin:0 calc(var(--base-size) * .8) 0 calc(var(--base-size) * .4);background-color:var(--kc-color-gray-600)}.course-video__course-info-title,.course-video__course-info-text{display:block;width:100%}.course-video__course-info-title a,.course-video__course-info-text a{color:var(--main_color)}.course-video__course-info-title a:hover,.course-video__course-info-text a:hover{color:var(--kc-color-primary-hover)}.course-video__course-info-title a:active,.course-video__course-info-text a:active{color:var(--kc-color-primary-active)}.course-video__course-info-title ul,.course-video__course-info-text ul{margin-bottom:var(--base-size)}.course-video__course-info-title h2,.course-video__course-info-title strong,.course-video__course-info-text h2,.course-video__course-info-text strong{font-size:calc(var(--base-size) * 2.4);line-height:1.5;margin-bottom:var(--base-size)}.course-video__course-info-title span,.course-video__course-info-title li,.course-video__course-info-title p,.course-video__course-info-text span,.course-video__course-info-text li,.course-video__course-info-text p{font-size:calc(var(--base-size) * 1.6);line-height:1.5}.course-video__course-info-title{font-size:calc(var(--base-size) * 2.4);line-height:1.5;margin-bottom:var(--base-size)}.course-video__course-info-text{font-size:calc(var(--base-size) * 1.6);line-height:1.5}.course-video__course-info-items-list{display:flex;flex-wrap:wrap;width:100%}.course-video__course-info-items-list .course-video__course-info-item>.h-3{font-weight:400}.course-video__course-info-items-list .course-video__course-info-item:last-of-type .course-video__course-info-divider{display:none}.course-video__course-info-item{display:flex;align-items:center;color:var(--kc-color-gray-600)}.course-video__course-info-item>.h-3{font-size:calc(var(--base-size) * 1.6);margin:0}.course-video__course-info-item>a,.course-video__course-info-item button{font-size:calc(var(--base-size) * 1.6);line-height:1.5;color:var(--main_color);transition:.3s opacity;background-color:transparent;border:none;padding:0}.course-video__course-info-item>a:hover,.course-video__course-info-item button:hover{opacity:.7}.course-video__course-info-item_skeleton .kc-skeleton{width:calc(var(--base-size) * 9)!important;height:calc(var(--base-size) * 2.2)!important}.course-video__course-info-item_skeleton>.h-3 .kc-skeleton{width:calc(var(--base-size) * 16)!important}.course-video__report-btns{width:100%;display:flex;align-items:flex-start;flex-wrap:wrap;gap:calc(var(--base-size) * 2.1);margin-top:calc(var(--base-size) * 2.4)}.course-video__report-btns ki-button-2{word-break:break-word;overflow-wrap:break-word}.course-video__report-btns ki-button-2 ki-icon{font-size:calc(var(--base-size) * 2.4)}.certificate-download-share__wrapper ki-button-2 ki-icon{font-size:calc(var(--base-size) * 2.4)}.certificate-download-share__wrapper ki-button-2.active{--ki-color-primary-100: var(--ki-color-primary-150, #ffdbba)}.certificate-share-dropdown__item{display:flex;align-items:center;gap:var(--base-size)}.certificate-share-dropdown__item.no-bg-icon>ki-icon{font-size:calc(var(--base-size) * 2.4);background:none;color:var(--kc-color-gray-600);padding:0}.certificate-share-dropdown__item>ki-icon{display:flex;align-items:center;justify-content:center;border-radius:50vw;width:calc(var(--base-size) * 2.4);height:calc(var(--base-size) * 2.4);font-size:calc(var(--base-size) * 1.2);background:var(--kc-color-gray-600);color:#fff;padding:calc(var(--base-size) * .6)}.certificate-share-dropdown__item__skeleton{padding:calc(var(--base-size) * .8)}.certificate-share-dropdown__item__skeleton>.kc-skeleton:nth-child(1){flex:none}.course-video__feedback-tooltip{max-width:calc(var(--base-size) * 25.7);color:#fff;font-size:calc(var(--base-size) * 1.2)}.course-video__course-info-desc{display:inline-flex;align-items:center;font-size:calc(var(--base-size) * 1.6);line-height:1.5;font-weight:400}.course-video__course-info-desc>span{white-space:nowrap}.course-video__course-info-divider{background-color:var(--kc-color-gray-600)}html[lang=ar] .course-video__course-info-divider,html[lang=ur] .course-video__course-info-divider{margin:0 calc(var(--base-size) * .4) 0 calc(var(--base-size) * .8)}.course-video__course-info-certifications{display:flex;width:100%;gap:calc(var(--base-size) * 4.2)}.course-video__course-info-certifications .course-video__course-info-item{gap:calc(var(--base-size) * .8)!important}.course-video__course-info-certifications .course-video__course-info-item>h3{margin:0}.course-video__course-info-certifications .course-video__course-info-item .certificate-preview{display:flex;align-items:center;gap:calc(var(--base-size) * .5)}.course-video__course-info-certifications .course-video__course-info-item .certificate-preview.disabled{opacity:.5}.course-video__course-info-certifications .course-video__course-info-item .certificate-preview .kc-icons{color:var(--main_color)}.course-video__course-info-certifications .course-video__course-info-item .certificate-preview>svg{flex:none;width:calc(var(--base-size) * 15.7);height:auto}.certifying-organizations_wrap{margin:calc(var(--base-size) * 4) 0 0 0}.certifying-organizations_wrap .h-2{margin:0 0 calc(var(--base-size) * 2.4) 0;max-width:calc(var(--base-size) * 64.5)}.certifying-organizations_wrap .h-2>.kc-skeleton{width:calc(var(--base-size) * 15);height:calc(var(--base-size) * 3.5)}.certifying-organizations_items{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2.4)}.certifying-organizations_item{display:flex;gap:calc(var(--base-size) * 1.6)}.certifying-organizations_item>.img-wrap{display:flex;justify-content:center;align-items:flex-start;flex:none;width:calc(var(--base-size) * 8);height:calc(var(--base-size) * 8)}.certifying-organizations_item>.img-wrap>img{width:100%;height:auto}.certifying-organizations_item>.text-wrap .h-3{line-height:1.55;margin:0 0 calc(var(--base-size) * .8) 0}.certifying-organizations_item>.text-wrap a{text-decoration:none;transition:color .3s;color:var(--kc-color-gray-600)}.certifying-organizations_item>.text-wrap a:hover{color:var(--main_color)}.certifying-organizations_item>.text-wrap p.description{font-size:calc(var(--base-size) * 1.6);line-height:1.5;word-break:break-word;display:-webkit-box;-webkit-box-orient:vertical}.certifying-organizations_item>.text-wrap p.description.short{-webkit-line-clamp:4;overflow:hidden}.certifying-organizations_disable-by-scorm>.text-wrap a{cursor:default}.certifying-organizations_disable-by-scorm>.text-wrap a:hover{color:var(--kc-color-gray-600)}.certifying-organizations_disable-by-scorm>.text-wrap a ki-button-tab{pointer-events:none}.certifying-organizations_modal .modal-certificates-list{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2);max-height:calc(var(--base-size) * 56)}.certifying-organizations_modal .modal-certificates-list.overflow{overflow-y:auto}.certifying-organizations_modal .modal-certificates-list .certificate-file{display:flex;gap:calc(var(--base-size) * .8)}.certifying-organizations_modal .modal-certificates-list .certificate-file.disabled{cursor:not-allowed}.certifying-organizations_modal .modal-certificates-list .certificate-file.disabled:hover .tooltip{display:block}.certifying-organizations_modal .modal-certificates-list .certificate-file.disabled .img-wrap{pointer-events:none;opacity:.5}.certifying-organizations_modal .modal-certificates-list .certificate-file.disabled .text-wrap{pointer-events:none}.certifying-organizations_modal .modal-certificates-list .certificate-file.disabled .text-wrap>span{color:var(--kc-color-gray-200)}.certifying-organizations_modal .modal-certificates-list .certificate-file.disabled .text-wrap>a{color:var(--kc-color-gray-200)}.certifying-organizations_modal .modal-certificates-list .certificate-file .img-wrap{width:calc(var(--base-size) * 4);height:calc(var(--base-size) * 4);flex:none;padding:calc(var(--base-size) * .4)}.certifying-organizations_modal .modal-certificates-list .certificate-file .img-wrap .kc-icons,.certifying-organizations_modal .modal-certificates-list .certificate-file .img-wrap>img{width:100%;height:auto}.certifying-organizations_modal .modal-certificates-list .certificate-file .img-wrap .kc-icons{color:var(--main_color)}.certifying-organizations_modal .modal-certificates-list .certificate-file .text-wrap{display:flex;align-items:center;justify-content:space-between;width:100%;gap:calc(var(--base-size) * .8)}.certifying-organizations_modal .modal-certificates-list .certificate-file .text-wrap>a{position:relative;display:inline-flex;align-items:center;gap:calc(var(--base-size) * .8);font-size:calc(var(--base-size) * 1.6);line-height:1.5;color:var(--kc-color-gray-600);color:var(--main_color);transition:.3s color}.certifying-organizations_modal .modal-certificates-list .certificate-file .text-wrap>a:hover{color:var(--kc-color-primary-500)}.certifying-organizations_modal .modal-certificates-list .certificate-file .text-wrap>a>.kc-icons{width:auto;height:calc(var(--base-size) * 1.7)}.certifying-organizations_modal .modal-certificates-list .certificate-file .text-wrap>a .tooltip{display:none;position:absolute;top:calc(100% + var(--base-size) * .5);left:50%;transform:translate(-50%);width:calc(var(--base-size) * 20);font-size:calc(var(--base-size) * 1.2);line-height:1.5;background-color:var(--kc-color-gray-600);color:#fff;padding:calc(var(--base-size) * .8);border-radius:calc(var(--base-size) * .8 * var(--ki-border-radius-scale));text-align:center;z-index:1}.certifying-organizations_modal .modal-certificates-list .certificate-file .text-wrap>a .tooltip:before{content:"";display:block;position:absolute;top:-1px;left:50%;transform:translate(-50%) rotate(55deg) skew(20deg);width:var(--base-size);height:var(--base-size);background:var(--kc-color-gray-600);border-radius:1px}.certifying-organizations_modal .modal-certificates-list .certificate-file.skeleton .img-wrap .kc-skeleton{border-radius:50vw}.certifying-organizations_modal .modal-certificates-list .certificate-file.skeleton .text-wrap .h-3,.certifying-organizations_modal .modal-certificates-list .certificate-file.skeleton .text-wrap span{display:block;height:calc(var(--base-size) * 2)}.certifying-organizations_modal .modal-certificates-list .certificate-file.skeleton .text-wrap .h-3{width:calc(var(--base-size) * 22)}.certifying-organizations_modal .modal-certificates-list .certificate-file.skeleton .text-wrap span{width:calc(var(--base-size) * 10)}.certifying-organizations_modal .modal-certificates-list .certificate-name{font-size:calc(var(--base-size) * 1.6);line-height:1.625;color:var(--kc-color-gray-600)}.certifying-organizations_modal .kc-modal-window{max-width:100%;width:calc(var(--base-size) * 56);overflow:visible}.certifying-organizations_modal .kc-modal-window>.h-2{margin:0 0 calc(var(--base-size) * 2) 0}.certifying-organizations_modal .kc-modal-window>p{font-size:calc(var(--base-size) * 1.6);line-height:1.5;margin:0 0 calc(var(--base-size) * 2) 0;white-space:break-spaces}.certifying-organizations__categories{display:flex;gap:calc(var(--base-size) * .8);margin-bottom:calc(var(--base-size) * .8);flex-wrap:wrap}.certifying-organizations__categories-list{display:flex;gap:calc(var(--base-size) * .8);flex-wrap:nowrap;overflow:auto;padding:0 calc(var(--base-size) * 1.6);width:100vw;margin-left:calc(var(--base-size) * -1.6);scrollbar-width:none}.certifying-organizations__categories-list::-webkit-scrollbar{display:none}.certifying-organizations__categories-title{margin:0!important;padding-top:calc(var(--base-size) * .6)}.transcript-wrap td{padding:calc(var(--base-size) * 1) 0}.transcript-timecode{font-size:calc(var(--base-size) * 1.4);line-height:1.5;margin:0 var(--base-size) 0 0;transition:.15s color;color:var(--kc-color-gray-600);text-decoration:underline}html[lang=ar] .transcript-timecode,html[lang=ur] .transcript-timecode{margin:0 0 0 var(--base-size)}.transcript-text{font-size:calc(var(--base-size) * 1.6);line-height:1.5}.transcript-wrap>.clickable:has(.transcript-text.active) .transcript-text,.transcript-wrap>.clickable:has(.transcript-text.active) .transcript-timecode{transition:.15s color;color:var(--main_color)}.transcript-wrap>.clickable:last-of-type td{padding-bottom:0}.transcript-wrap>.clickable:first-of-type td{padding-top:0}@media (hover: hover){.transcript-wrap>.clickable:hover .transcript-text,.transcript-wrap>.clickable:hover .transcript-timecode{transition:.15s color;color:var(--main_color)}}.transcript-item{display:flex}.transcript-item:not(:last-child){margin:0 0 calc(var(--base-size) * 2) 0}.course-video__files-list{display:flex;flex-direction:column}.course-video__files-item-wrap{display:flex;justify-content:space-between;align-items:center;text-decoration:none;gap:calc(var(--base-size) * 2)}.course-video__files-item-wrap:not(:last-child){margin:0 0 calc(var(--base-size) * 2.4) 0}.course-video__files-item-wrap>a{text-decoration:none;display:flex;white-space:nowrap}.course-video__files-item-wrap>a:first-child{align-items:flex-start}.course-video__files-item{flex:1;transition:.15s color;gap:calc(var(--base-size) * 2.1)}.course-video__files-item-name{white-space:break-spaces}.course-video__files-item:hover .course-video__files-item-info{color:var(--main_color)}.course-video__files-item>ki-icon{font-size:calc(var(--base-size) * 2.4);color:var(--main_color)}.course-video__files-item-info{font-size:calc(var(--base-size) * 1.6);line-height:1.5;color:var(--kc-color-gray-600);transition:.15s color;text-decoration:none;display:flex;align-items:center;flex-wrap:wrap;gap:var(--base-size);overflow-wrap:anywhere}.course-video__files-item-size{font-size:calc(var(--base-size) * 1.4);line-height:1.5;font-weight:400;text-transform:uppercase;color:var(--kc-color-gray-200)}.course-page__aside{width:calc(var(--base-size) * 48.8);flex:none}.course-page__aside-buttons{display:flex;gap:calc(var(--base-size) * .8);margin-bottom:calc(var(--base-size) * 1.6)}.course-page__aside-buttons ki-button-tab{width:100%}.course-page__aside-transcript{max-height:calc(var(--base-size) * 49.3);overflow:auto;border-radius:calc(var(--base-size) * 1.6);padding:calc(var(--base-size) * 1.6);border:1px solid var(--kc-color-gray-100)}.course-page__aside-submit-buttons{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6)}.aside-toggle-lessons__wrap{display:block;margin:0 0 calc(var(--base-size) * 2) 0}.aside-toggle__lessons-items .accordion-wrapper>ul[data-accordion]{border:1px solid var(--kc-color-gray-100);border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));overflow:hidden}.aside-toggle__lessons-items li[data-accordion-item]{margin:0}.aside-toggle__lessons-items li[data-accordion-item]:first-child .accordion-title{border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale)) calc(var(--base-size) * .5 * var(--ki-border-radius-scale)) 0 0}.aside-toggle__lessons-items li[data-accordion-item]:last-child .accordion-title{border-radius:0 0 calc(var(--base-size) * .5 * var(--ki-border-radius-scale)) calc(var(--base-size) * .5 * var(--ki-border-radius-scale));border:none}.aside-toggle__lessons-items li[data-accordion-item]:last-child .accordion-title[aria-expanded=true]{border-radius:0}.aside-toggle__lessons-items li[data-accordion-item]:last-child .accordion-content{border-radius:0 0 calc(var(--base-size) * .5 * var(--ki-border-radius-scale)) calc(var(--base-size) * .5 * var(--ki-border-radius-scale));border:none;border-top:1px solid var(--kc-color-light-gray)}.aside-toggle__lessons-items .accordion-title,.aside-toggle__lessons-items .accordion-content{border:none;border-radius:0}.aside-toggle__lessons-items .accordion-title{padding:var(--base-size) calc(var(--base-size) * 3) var(--base-size) calc(var(--base-size) * .7);border-bottom:1px solid var(--kc-color-light-gray)}.aside-toggle__lessons-items .accordion-title:focus{outline-offset:-4px!important}.aside-toggle__lessons-items .accordion-title>.kc-icons{top:calc(var(--base-size) * 1.6);transform:none}.aside-toggle__lessons-items .accordion-title[aria-expanded=true]>.kc-icons{transform:rotate(180deg)!important}.aside-toggle__lessons-items .accordion-content{padding:0;background:var(--kc--color-light-fade);border-bottom:1px solid var(--kc-color-light-gray)}.aside-toggle__lessons-items .aside-toggle__title{display:flex;justify-content:space-between;gap:var(--base-size);width:100%}.aside-toggle__lessons-items .aside-toggle__title .aside-toggle__capt{display:flex;align-items:flex-start;text-align:left;gap:calc(var(--base-size) * .7);font-size:calc(var(--base-size) * 1.4);line-height:1.5;font-weight:700}.aside-toggle__lessons-items .aside-toggle__title .aside-toggle__capt .kc-icons{position:relative;top:calc(var(--base-size) * .2);left:0;right:0;transform:none;flex:none;width:calc(var(--base-size) * 1.8);height:calc(var(--base-size) * 1.8);max-width:none;max-height:none}.aside-toggle__lessons-items .aside-toggle__title .aside-toggle__time{display:flex;font-size:calc(var(--base-size) * 1.2);line-height:1.5;color:var(--kc-color-gray-600);white-space:nowrap;padding:calc(var(--base-size) * .3) 0 0 0;text-transform:lowercase}.aside-toggle__lessons-items .aside-toggle__list-item{font-size:calc(var(--base-size) * 1.2);line-height:1.5;display:flex;justify-content:space-between;align-items:flex-start;gap:calc(var(--base-size) / 2);padding:var(--base-size) calc(var(--base-size) * .7)}.aside-toggle__lessons-items .aside-toggle__list-item:hover{background-color:#eaeff3}.aside-toggle__lessons-items .aside-toggle__list-item .aside-toggle__time{display:block;width:calc(var(--base-size) * 6);text-align:end;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;font-size:calc(var(--base-size) * 1.2);font-weight:400;white-space:nowrap}.aside-toggle__lessons-items .aside-toggle__list-item .aside-toggle__subcapt{display:flex;font-size:calc(var(--base-size) * 1.4);gap:calc(var(--base-size) * .7)}.aside-toggle__lessons-items .aside-toggle__list-item .aside-toggle__subcapt__text{line-break:anywhere}.aside-toggle__lessons-items .aside-toggle__list-item .kc-icons{width:calc(var(--base-size) * 1.8);height:calc(var(--base-size) * 1.8);top:calc(var(--base-size) * .2);position:relative;flex:none}html[lang=ar] .aside-toggle__lessons-items .accordion-title,html[lang=ur] .aside-toggle__lessons-items .accordion-title{padding:var(--base-size) calc(var(--base-size) * .7) var(--base-size) calc(var(--base-size) * 3)}html[lang=ar] .aside-toggle__lessons-items .aside-toggle__title .aside-toggle__capt,html[lang=ur] .aside-toggle__lessons-items .aside-toggle__title .aside-toggle__capt{text-align:right}.section-course-slider{display:flex}.aside-certification-btn,.course-carousel-wrapper{width:100%}.course-page-slider .course-carousel-wrap:before,.course-page-slider .course-carousel:before{display:none}.saved-list-title_wrap{display:flex;align-items:flex-end;margin:0 0 calc(var(--base-size) * 3) 0}.saved-list-title_wrap .page-title{margin:0 calc(var(--base-size) * 2) 0 0}.saved-list-title_wrap .kc-btn:not(:first-child){padding:0;margin:0 calc(var(--base-size) * 1.2) 0 0}html[lang=ar] .saved-list-title_wrap .page-title,html[lang=ur] .saved-list-title_wrap .page-title{margin:0 0 0 calc(var(--base-size) * 2)}html[lang=ar] .saved-list-title_wrap .kc-btn,html[lang=ur] .saved-list-title_wrap .kc-btn{margin:0 0 0 calc(var(--base-size) * 1.2)}.saved-courses-list{display:flex;flex-direction:column;min-height:calc(var(--base-size) * 3);margin:0 0 calc(var(--base-size) * 3) 0;position:relative}.saved-course-item{display:flex;justify-content:space-between;font-size:calc(var(--base-size) * 1.4);line-height:1.5;margin:0 0 var(--base-size) 0;text-decoration:none;color:var(--kc-color-gray-600);transition:.15s color,.15s opacity}.saved-course-item:hover{opacity:.8}.saved-course-item.active{color:var(--main_color)}.saved-course-item_count{font-size:calc(var(--base-size) * 1.2);line-height:1.5;color:var(--kc-color-gray-200);margin:0 0 0 calc(var(--base-size) * 2)}.create-saved-list-wrap{position:relative}.create-saved-list-modal{position:absolute;top:calc(100% + var(--base-size) * 1.5);right:0;padding:calc(var(--base-size) * 2);background:#fff;box-shadow:0 0 calc(var(--base-size) * .4) #2c3e4633;border-radius:calc(var(--base-size) / 2);z-index:9}.create-saved-list-modal .kc-input{margin:0 0 var(--base-size) 0}.create-saved-list-modal__controls{display:flex}.create-saved-list-modal__controls .kc-btn{width:100%}.create-saved-list-modal__controls .kc-btn:nth-child(1){margin:0 var(--base-size) 0 0}.saved_course_empty-msg{display:flex;flex-direction:column;align-items:center;justify-content:center;width:calc(var(--base-size) * 36.2);margin:auto;height:calc(var(--base-size) * 60)}.saved_course_empty-msg .page-title{margin:0 0 var(--base-size) 0}.saved_course_empty-msg .page-description{font-size:calc(var(--base-size) * 1.4);line-height:1.5;color:var(--kc-color-gray-200);margin:0 0 calc(var(--base-size) * 2) 0}.saved_course_empty-msg .create-saved-list-wrap{width:100%;text-align:center}.saved_course_empty-msg .create-saved-list-modal{position:static;border:none;box-shadow:none;width:100%;padding:0}.recommended_course-msg h4{margin:0 0 var(--base-size) 0}.recommended_course-msg .description-text{margin:0 0 calc(var(--base-size) * 2) 0}.video-js__container_disable-seeking .vjs-progress-control{pointer-events:none!important}.video-js:hover .vjs-big-play-button{background-color:#ffffff80;transition:background .3s linear}.video-js .vjs-big-play-button{top:0;left:0;right:0;bottom:0;margin:auto;border-radius:50%;width:calc(var(--base-size) * 8.8);height:calc(var(--base-size) * 8.8);transition:background .3s linear;border:0;background-color:#ffffff1a}.video-js .vjs-big-play-button .vjs-icon-placeholder:before{content:"";position:absolute;top:50%;left:50%;margin-top:calc(var(--base-size) * -1.2);margin-left:calc(var(--base-size) * -.6);width:0;height:0;border-style:solid;border-width:calc(var(--base-size) * 1.25) 0 calc(var(--base-size) * 1.25) calc(var(--base-size) * 1.5);border-color:transparent transparent transparent #fff}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{display:none}.vjs-title-bar{background:linear-gradient(180deg,rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 100%);padding:calc(var(--base-size) * 1.5);padding-bottom:calc(var(--base-size) * 2.9);font-size:calc(var(--base-size) * 1.8);line-height:1.44;color:#fff;font-weight:700}.vjs-menu li:first-letter{text-transform:capitalize}.vjs-language-button .vjs-icon-placeholder:before{content:url(https://demo.knowledgecity.com/images/content/player-language.svg)}.course-error-modal{width:calc(var(--base-size) * 48.5);padding:calc(var(--base-size) * 3);text-align:center;color:var(--kc-color-gray-600)}.course-quiz-attempts-modal{width:calc(var(--base-size) * 49.6);text-align:center;color:var(--kc-color-gray-600);display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6)}.course-quiz-attempts-modal p{max-width:calc(var(--base-size) * 35);margin:0 auto}.vjs-http-source-selector>.vjs-menu-button>.vjs-icon-placeholder:before{content:url(https://demo.knowledgecity.com/images/content/player-settings.svg);line-height:1.8}.course-page__banner{position:relative;padding-top:41.95%;border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));overflow:hidden;background:var(--kc-color-gray-200);z-index:1}.course-page__banner svg,.course-page__banner__image-backdrop,.course-page__banner__image{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.course-page__banner__image-backdrop{filter:blur(1.5rem);object-fit:cover}.course-page__banner__image{object-fit:contain}.course-page__banner__image>img{height:100%;width:100%;object-fit:contain}.course-page__banner_empty>.course-page__banner__image,.course-page__banner_empty>.course-page__banner__image-backdrop{visibility:hidden}.course-page__course-player-fallback{padding-top:55.96%;margin-bottom:calc(var(--base-size) * 1.6);cursor:pointer}.course-page__course-player-fallback__title{position:absolute;z-index:1;top:0;width:100%;padding:calc(var(--base-size) * 1.5);padding-bottom:calc(var(--base-size) * 2.9);background:linear-gradient(180deg,rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 100%);color:#fff;font-size:calc(var(--base-size) * 1.8);line-height:1.44;font-weight:700}.course-page__course-player-fallback:hover .course-page__course-player-fallback__play-button>.play-button{background-color:#1f2023e5;transition:background .3s linear}.course-page__description-section{display:flex;flex-direction:column;align-items:flex-start;margin-top:calc(var(--base-size) * 2.4);width:100%}.course-page__description-section__title{margin-bottom:var(--base-size)}.course-page__description-section__title:last-child{margin-bottom:0}.course-page__description-section__rich-text{word-break:break-word;width:100%;font-size:var(--kc--text-medium-font-size)}.course-page__description-section__rich-text__content{line-height:1.625}.course-page__description-section__rich-text.short{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.course-page__description-section__rich-text.max-height{max-height:calc(var(--base-size) * 14.6);position:relative;-webkit-line-clamp:unset}.course-page__description-section__rich-text.max-height:after{content:"";position:absolute;bottom:0;left:0;right:0;height:calc(var(--base-size) * 5.5);background:linear-gradient(to bottom,rgba(255,255,255,0),rgb(255,255,255))}.course-page__description-section__rich-text>h1,.course-page__description-section__rich-text>h2,.course-page__description-section__rich-text>h3{font-weight:600;margin:0 0 var(--base-size) 0}.course-page__description-section__rich-text>p{margin:0 0 calc(var(--base-size) * 4)}.course-page__description-section__rich-text ul,.course-page__description-section__rich-text ol{white-space:normal;padding:0 0 0 calc(var(--base-size) * 2);margin:0 0 calc(var(--base-size) * 4);line-height:1.5}.course-page__description-section__rich-text>h1:last-child,.course-page__description-section__rich-text>h2:last-child,.course-page__description-section__rich-text>h3:last-child,.course-page__description-section__rich-text>p:last-child,.course-page__description-section__rich-text ul:last-child,.course-page__description-section__rich-text ol:last-child{margin-bottom:0}.course-page__description-section__rich-text ol{list-style:decimal}.course-page__description-section__rich-text ul{list-style:disc}.course-page__description-section__rich-text__link{color:var(--main_color)!important;text-decoration:underline}.course-page__description-section__rich-text__link:hover{color:var(--kc-color-gray-600)!important}html[lang=ar] .course-page__course-player-fallback__play-button .play-button>svg,html[lang=ur] .course-page__course-player-fallback__play-button .play-button>svg{right:auto}html[lang=ar] .course-page__description-section__rich-text ul,html[lang=ar] .course-page__description-section__rich-text ol,html[lang=ur] .course-page__description-section__rich-text ul,html[lang=ur] .course-page__description-section__rich-text ol{padding:0 calc(var(--base-size) * 2) 0 0}.course-page__lessons-list{width:100%;border-collapse:collapse;border-spacing:0}.course-page__lessons-list__row{width:100%}.course-page__lessons-list__row:hover,.course-page__lessons-list__row_active{background-color:#eaeff3}.course-page__lessons-list__row:focus{outline-offset:-4px!important}.course-page__lessons-list__row>td{vertical-align:top;padding-top:var(--base-size);padding-bottom:var(--base-size)}.course-page__lessons-list__icon{width:calc(var(--base-size) * 3.2);padding-left:calc(var(--base-size) * .5);padding-right:calc(var(--base-size) * .5)}.course-page__lessons-list__icon__wrapper{display:flex;padding:calc(var(--base-size) * .2)}.course-page__lessons-list__icon svg{width:calc(var(--base-size) * 1.8);height:calc(var(--base-size) * 1.8)}.course-page__lessons-list__title{line-break:anywhere}.course-page__lessons-list__runtime{padding-left:calc(var(--base-size) * .8);padding-right:var(--base-size);white-space:nowrap;text-align:end}.section-suggested-course--wrapper{width:100%;margin:calc(var(--base-size) * 2.4) 0 0 0}.section-suggested-course--wrapper .course-card-2.size-s{max-width:none}.section-suggested-course--wrapper .card .card-image{margin:0 0 calc(var(--base-size) * 2) 0}.section-suggested-course--wrapper .section-heading{padding:0 0 calc(var(--base-size) * 1.5) 0}.section-suggested-course--wrapper .section-block{padding:0}.section-suggested-course--wrapper .container-custom{width:100%;padding:0}.scorm-student-form__modal-content{max-width:496px}.scorm-student-form__modal-content .kc-typography_display-medium,.scorm-student-form__modal-content .kc-typography_text-small{text-align:center;margin-bottom:calc(var(--base-size) * 1.6);font-weight:400}.scorm-student-form__modal-content .kc-typography_text-small{font-size:calc(var(--base-size) * 1.6)}:global(body.fullscreen-active){overflow:hidden}.course-video__html{position:relative}.course-video__html.scorm-content{border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));overflow:hidden;box-shadow:0 calc(var(--base-size) * .25) calc(var(--base-size) * .375) calc(var(--base-size) * -.0625) #0000001a}.course-video__html.is-fullscreen.universal-fullscreen iframe{position:absolute;top:50%;left:50%;margin:0!important;transform-origin:center center}.webplayerframe{width:100%;height:100%;border:none}.webplayerframe.fullscreen-frame{width:100%!important;height:100%!important}.webplayerframe.universal-fullscreen{width:var(--fullscreen-width)!important;height:var(--fullscreen-height)!important;transform:translate(-50%,-50%) scale(var(--fullscreen-scale))!important}.scorm-media-controls{position:absolute;bottom:var(--base-size);right:var(--base-size);left:auto;display:flex;align-items:center;gap:calc(var(--base-size) * .75);background:rgba(0,0,0,.7);backdrop-filter:blur(calc(var(--base-size) * .625));border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));padding:calc(var(--base-size) * .5) calc(var(--base-size) * .75);z-index:10000;opacity:.4;transition:opacity .2s ease-in-out}.scorm-media-controls:hover,.scorm-media-controls.controls-visible{opacity:1}.scorm-media-controls .controls-group{display:flex;align-items:center;gap:calc(var(--base-size) * .5)}.control-button{background:transparent;border:none;color:#fff;cursor:pointer;padding:calc(var(--base-size) * .375);border-radius:calc(var(--base-size) * .25 * var(--ki-border-radius-scale));display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.control-button:hover{background:rgba(255,255,255,.2)}.control-button:active{background:rgba(255,255,255,.3)}.control-button:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.control-button.fullscreen-btn{flex-shrink:0;max-width:calc(var(--base-size) * 2.5)}.control-button.fullscreen-btn svg{width:calc(var(--base-size) * 1.125);height:calc(var(--base-size) * 1.125)}.scorm-resize-handle{position:absolute;bottom:0;left:0;right:0;height:8px;cursor:ns-resize;z-index:10001;background:transparent;transition:background .2s}.scorm-resize-handle:hover,.scorm-resize-handle:active{background:rgba(0,0,0,.1)}.scorm-resize-handle .resize-grip{position:absolute;bottom:2px;left:50%;transform:translate(-50%);width:40px;height:4px;border-radius:2px;background:rgba(0,0,0,.15);transition:background .2s}.scorm-resize-handle:hover .resize-grip{background:rgba(0,0,0,.35)}.course-video__html.is-resizing{cursor:ns-resize!important;user-select:none}.course-video__html.is-resizing iframe{pointer-events:none}@keyframes fade{0%{opacity:0}to{opacity:1}}@media only screen and (max-width: 1024px){.course-video-progress-bar .chapters-wrap>.chapter:hover>.chapter_modal{display:none}.course-video__course-info-desc,html[lang=ar] .course-video__course-info-desc,html[lang=ur] .course-video__course-info-desc{padding:0}.course-page__course-content-main{margin:0;position:static}.course-page__course-content-main .tab-content{padding-top:calc(var(--base-size) * .6)}html[lang=ar] .course-page__course-content-main,html[lang=ur] .course-page__course-content-main{margin:0}.course-page__aside{width:100%}.aside-toggle__lessons-items .accordion-wrapper>.kc-btn{width:auto;min-width:calc(var(--base-size) * 34)}.aside-toggle__lessons-items .accordion-wrapper>ul[data-accordion]{border-radius:0;margin:0 calc(var(--base-size) * -3.4);border-top:0}.aside-toggle__lessons-items li[data-accordion-item]:first-child .accordion-title{border-radius:0}.aside-toggle__lessons-items li[data-accordion-item]:last-child .accordion-title{border-radius:0}.aside-toggle__lessons-items li[data-accordion-item]:last-child .accordion-content{border-radius:0}.aside-toggle__lessons-items .accordion-title{padding:var(--base-size) calc(var(--base-size) * 3.4)}.aside-toggle__lessons-items .accordion-title>.kc-icons{top:calc(var(--base-size) * 1.6)}.aside-toggle__lessons-items .aside-toggle__title{gap:var(--base-size);width:100%}.aside-toggle__lessons-items .aside-toggle__title .aside-toggle__capt .kc-icons{top:calc(var(--base-size) * .4);width:calc(var(--base-size) * 1.2);height:calc(var(--base-size) * 1.2)}.aside-toggle__lessons-items .aside-toggle__title .aside-toggle__time{gap:calc(var(--base-size) * .4)}.aside-toggle__lessons-items .aside-toggle__list-item{padding:var(--base-size) calc(var(--base-size) * 3.5)}.aside-toggle__lessons-items .aside-toggle__list-item .kc-icons{position:relative;top:calc(var(--base-size) * .5);width:calc(var(--base-size) * 1.2);height:calc(var(--base-size) * 1.2)}html[lang=ar] .aside-toggle__lessons-items .aside-toggle__title .aside-toggle__capt,html[lang=ur] .aside-toggle__lessons-items .aside-toggle__title .aside-toggle__capt{text-align:right}.aside-certification-btn{width:unset;padding-left:calc(var(--base-size) * 3.05);padding-right:calc(var(--base-size) * 3.05)}.create-saved-list-modal__controls .kc-btn{width:100%}.create-saved-list-modal__controls .kc-btn:nth-child(1){margin:0 var(--base-size) 0 0}.saved_course_empty-msg{width:calc(var(--base-size) * 36.2);height:calc(var(--base-size) * 60)}.course-page__lessons-list__icon{width:calc(var(--base-size) * 1.2);padding-left:calc(var(--base-size) * 3.4);padding-right:calc(var(--base-size) * .7)}.course-page__lessons-list__icon__wrapper{padding:calc(var(--base-size) * .3) 0}.course-page__lessons-list__icon svg{width:calc(var(--base-size) * 1.2);height:calc(var(--base-size) * 1.2)}.course-page__aside-submit-buttons{max-width:calc(var(--base-size) * 26.4)}.certifying-organizations__categories-title{width:100%}}@media only screen and (max-width: 440px){.course-video__course-info-item{position:relative}.course-video__course-info-items-list{width:100%}.course-video__course-info-certifications{flex-direction:column;align-items:flex-start;gap:calc(var(--base-size) * 2.4)}.course-video-buttons{flex-direction:column;align-items:flex-start;gap:var(--base-size)}.course-video-buttons .save-button__text{display:block}.course-video__course-info{overflow:visible}.course-video__course-info__items-wrap{gap:calc(var(--base-size) * 2)}.course-video__course-info-certifications{width:100%}.course-video__course-info-certifications .course-video__course-info-item{flex-direction:row;align-items:center;gap:var(--base-size)}.course-video__course-info-certifications .course-video__course-info-item>a{white-space:nowrap}.course-video__course-info-certifications .course-video__course-info-item__single{flex-direction:column;align-items:flex-start;gap:calc(var(--base-size) * .8)}.course-video__course-info-items-list{grid-template-columns:100%}.course-video__report-btns ki-button-2{max-width:calc(var(--base-size) * 12)}.course-page__description-section{margin-top:calc(var(--base-size) * 2.4)}.course-page__main{padding:calc(var(--base-size) * 2.4) 0}.aside-toggle__lessons-items .accordion-wrapper>.kc-btn{width:100%;min-width:auto}.aside-toggle__lessons-items .accordion-wrapper>ul[data-accordion]{margin:0 calc(var(--base-size) * -1.8)}.aside-toggle__lessons-items .accordion-title{padding:var(--base-size) calc(var(--base-size) * 3.5) var(--base-size) calc(var(--base-size) * 1.75)}.aside-toggle__lessons-items .accordion-title>.kc-icons{top:calc(var(--base-size) * 1.6)}.aside-toggle__lessons-items .aside-toggle__title{width:100%}.aside-toggle__lessons-items .aside-toggle__title .aside-toggle__capt .kc-icons{top:calc(var(--base-size) * .4);width:calc(var(--base-size) * 1.2);height:calc(var(--base-size) * 1.2)}.aside-toggle__lessons-items .aside-toggle__list-item{padding:var(--base-size) calc(var(--base-size) * 1.75)}.aside-toggle__lessons-items .aside-toggle__list-item .kc-icons{top:calc(var(--base-size) * .4)}.course-error-modal{max-width:100%;padding:calc(var(--base-size) * 3) 0}.aside-certification-btn{width:100%}html[lang=ar] .aside-toggle__lessons-items .accordion-title,html[lang=ur] .aside-toggle__lessons-items .accordion-title{padding:10px 17.5px 10px 35px}html[lang=ar] .aside-toggle__lessons-items .aside-toggle__title .aside-toggle__capt,html[lang=ur] .aside-toggle__lessons-items .aside-toggle__title .aside-toggle__capt{text-align:right}html[lang=ar] .aside-certification-btn,html[lang=ur] .aside-certification-btn{width:100%}html[lang=ar] .saved-list-title_wrap,html[lang=ur] .saved-list-title_wrap{margin:0 0 30px}html[lang=ar] .saved-list-title_wrap .page-title,html[lang=ur] .saved-list-title_wrap .page-title{margin:0 20px 0 0}html[lang=ar] .saved-list-title_wrap .kc-btn:not(:first-child),html[lang=ur] .saved-list-title_wrap .kc-btn:not(:first-child){padding:0;margin:0 12px 0 0}html[lang=ar] html[lang=ar] .saved-list-title_wrap .page-title,html[lang=ar] html[lang=ur] .saved-list-title_wrap .page-title,html[lang=ur] html[lang=ar] .saved-list-title_wrap .page-title,html[lang=ur] html[lang=ur] .saved-list-title_wrap .page-title{margin:0 0 0 20px}html[lang=ar] html[lang=ar] .saved-list-title_wrap .kc-btn,html[lang=ar] html[lang=ur] .saved-list-title_wrap .kc-btn,html[lang=ur] html[lang=ar] .saved-list-title_wrap .kc-btn,html[lang=ur] html[lang=ur] .saved-list-title_wrap .kc-btn{margin:0 0 0 12px}html[lang=ar] .saved-courses-list,html[lang=ur] .saved-courses-list{min-height:30px;margin:0 0 30px}html[lang=ar] .saved-course-item,html[lang=ur] .saved-course-item{font-size:14px;margin:0 0 10px}html[lang=ar] .saved-course-item_count,html[lang=ur] .saved-course-item_count{font-size:12px;margin:0 0 0 20px}html[lang=ar] .create-saved-list-modal,html[lang=ur] .create-saved-list-modal{top:calc(100% + 15px);padding:20px;border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale))}html[lang=ar] .create-saved-list-modal .kc-input,html[lang=ur] .create-saved-list-modal .kc-input{margin:0 0 10px}html[lang=ar] .create-saved-list-modal__controls .kc-btn,html[lang=ur] .create-saved-list-modal__controls .kc-btn{width:100%}.course-page__lessons-list__icon{padding-left:calc(var(--base-size) * 1.75);padding-right:calc(var(--base-size) * .7)}.course-page__lessons-list__icon__wrapper{width:calc(var(--base-size) * 1.2);height:calc(var(--base-size) * 1.2);padding:calc(var(--base-size) * .3) 0}.course-page__lessons-list__icon svg{width:calc(var(--base-size) * 1.2);height:calc(var(--base-size) * 1.2)}.course-page__aside-submit-buttons{max-width:100%}.course-quiz-attempts-modal,.section-suggested-course--wrapper{width:100%}.section-suggested-course--wrapper .container-custom{padding:0}.section-suggested-course--wrapper .course-carousel{margin:0 calc(var(--base-size) * -1.8)}.section-suggested-course--wrapper .course-carousel .swiper{padding:0 calc(var(--base-size) * 1.8)}.certifying-organizations_item{flex-direction:column}.course-video__html,.course-video__html.scorm-content,.course-video__html.show-controls{position:relative;width:100%;height:0;padding-bottom:56.25%;max-height:270px;overflow:hidden;background-color:transparent}.course-video__html iframe,.course-video__html.scorm-content iframe,.course-video__html.show-controls iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;background-color:transparent}}.class-page__main{display:flex;gap:calc(var(--base-size) * 4)}.class-page__main-left-column{width:calc(100% - var(--base-size) * 48.8);flex:1}.class-page__main-right-column{width:calc(var(--base-size) * 48.8)}.class-page__banner{margin-bottom:calc(var(--base-size) * .8)}.class-page__events-column{display:flex;flex-direction:column;gap:calc(var(--base-size) * 3)}.class-page__info__toolbar-wrapper{margin-bottom:calc(var(--base-size) * 2)}.class-page__tabs-wrapper .tab-content{padding:0}.class-page__tabs-wrapper .tab-list-items{margin-bottom:calc(var(--base-size) * 1.8)}.class-page__tabs-wrapper .tab-list-items>button{text-transform:capitalize}.class-page__events-search-block{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6)}.class-page__events-filter{display:flex;flex-direction:column;gap:var(--base-size)}.class-page__events-filter__buttons{display:flex;gap:var(--base-size)}.class-page__events-filter__filter-button{position:relative}.class-page__events-filter__filter-button>.kc-btn{gap:calc(var(--base-size) * .8)}.class-page__events-filter__filter-button .button-with-icon__icon-wrapper__left>svg{width:calc(var(--base-size) * 1.2);height:calc(var(--base-size) * 1.2);color:var(--kc-color-gray-200)}.class-page__events-filter__filter-button_active>.kc-btn{border-color:var(--kc-color-gray-200)}.class-page__events-filter__body{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6)}.class-page__events-filters{display:flex;align-items:flex-end;gap:calc(var(--base-size) * 1.6)}.class-page__events-filters ki-select{width:100%}.class-page__events-filters-empty .empty-state-screen{padding:calc(var(--base-size) * 3.2) 0}.class-page__events-list{display:flex;flex-direction:column;gap:var(--base-size);width:100%}.class-page__events-list .event-card{width:100%}.class-page__events-fallback{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:calc(var(--base-size) * 2);width:100%;padding:calc(var(--base-size) * 2);border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale))}.class-page__events-fallback a{text-decoration:underline;color:var(--kc-color-gray-600)!important}.class-page__events-fallback a:hover{color:var(--main_color)!important}.class-page__events-fallback>div{text-align:center}.class-page__events-fallback>div:nth-child(1){max-width:calc(var(--base-size) * 18.6);font-weight:600}.class-page__events-fallback>div:nth-child(2){max-width:calc(var(--base-size) * 35.6)}@media only screen and (max-width: 1024px){.class-page__main{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2.4)}.class-page__main-left-column,.class-page__main__main-right-column{width:100%}.class-page__events-list{flex-direction:row;flex-wrap:wrap;width:100%}.class-page__events-fallback{width:100%}}@media only screen and (max-width: 440px){.class-page__info__toolbar-wrapper .course-video-buttons{flex-direction:row}.class-page__events-filters{flex-direction:column}}.external-course_content-wrap{display:flex;flex-direction:column;flex:none;width:calc(var(--base-size) * 82);max-width:100%}.external-course__banner{margin-bottom:calc(var(--base-size) * 3)}.external-course__main{display:flex;gap:calc(var(--base-size) * 8)}.external-course__info{display:flex;flex-direction:column;gap:calc(var(--base-size) * 3);width:100%}.external-course__certificate-column{flex-shrink:0;width:calc(var(--base-size) * 34)}@media only screen and (max-width: 1024px){.external-course__banner{margin-bottom:calc(var(--base-size) * 2)}.external-course__main{display:flex;flex-direction:column;gap:calc(var(--base-size) * 5)}.external-course__info{max-width:unset}}@media only screen and (max-width: 440px){.external-course_content-wrap{flex-direction:column}.external-course__banner{margin-bottom:var(--base-size)}.external-course__main{display:flex;flex-direction:column;gap:calc(var(--base-size) * 5)}}.course-lessons-menu{margin-bottom:calc(var(--base-size) * 1.6);max-height:calc(var(--base-size) * 72.5);border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale));overflow-y:auto}.course-lessons-menu.less-max-height{max-height:calc(var(--base-size) * 65)}.course-lessons-menu:last-child{margin-bottom:0}.course-lessons-menu .accordion-wrapper>.kc-btn{margin-bottom:calc(var(--base-size) * 1)}.course-lessons-menu ul[data-accordion]{overflow:hidden}.course-lessons-menu li[data-accordion-item]>.accordion-title{border-radius:0;-webkit-tap-highlight-color:transparent;transition:.3s ease background-color}.course-lessons-menu li[data-accordion-item]>.accordion-title,.course-lessons-menu li[data-accordion-item]>.accordion-content{border:none;background:transparent}.course-lessons-menu li[data-accordion-item]>.accordion-title:active{background:var(--main_color-opacity-0-10)}.course-lessons-menu li[data-accordion-item]>.accordion-content{border-top:1px solid var(--kc-color-light-gray)}.course-lessons-menu li[data-accordion-item].course-lessons-menu__active-chapter:has(.course-lessons-menu__lesson-row_in-progress)>.accordion-title{background:var(--main_color-opacity-0-10)}.course-lessons-menu li[data-accordion-item].course-lessons-menu__active-chapter:has(.course-lessons-menu__lesson-row_in-progress)>.accordion-title:active{background:var(--main_color-opacity-0-20)}.course-lessons-menu__active-chapter:has(.course-lessons-menu__lesson-row_in-progress) .course-lessons-menu__lesson-row{background:var(--main_color-opacity-0-10);-webkit-tap-highlight-color:transparent;transition:.3s ease background-color}.course-lessons-menu__active-chapter:has(.course-lessons-menu__lesson-row_in-progress) .course-lessons-menu__lesson-row_in-progress,.course-lessons-menu__active-chapter:has(.course-lessons-menu__lesson-row_in-progress) .course-lessons-menu__lesson-row:active{background:var(--main_color-opacity-0-20)}.course-lessons-menu li[data-accordion-item]:not(:last-child){margin:0;border-bottom:1px solid var(--kc-color-light-gray)}.course-lessons-menu .accordion-title{padding:calc(var(--base-size) * .8);padding-right:calc(var(--base-size) * 4)}html[lang=ar] .course-lessons-menu .accordion-title,html[lang=ur] .course-lessons-menu .accordion-title{padding-right:calc(var(--base-size) * .8);padding-left:calc(var(--base-size) * 4)}.course-lessons-menu .accordion-title>.course-lessons-menu__chapter-block__arrow-icon,.course-lessons-menu .accordion-title[aria-expanded=true]>.course-lessons-menu__chapter-block__arrow-icon{top:calc(var(--base-size) * .8);right:calc(var(--base-size) * .8)}html[lang=ar] .course-lessons-menu .accordion-title>.course-lessons-menu__chapter-block__arrow-icon,html[lang=ur] .course-lessons-menu .accordion-title>.course-lessons-menu__chapter-block__arrow-icon,html[lang=ar] .course-lessons-menu .accordion-title[aria-expanded=true]>.course-lessons-menu__chapter-block__arrow-icon,html[lang=ur] .course-lessons-menu .accordion-title[aria-expanded=true]>.course-lessons-menu__chapter-block__arrow-icon{right:unset;left:calc(var(--base-size) * .8)}.course-lessons-menu .accordion-title>.course-lessons-menu__chapter-block__arrow-icon{transform:translateY(0) rotate(180deg)}.course-lessons-menu .accordion-title[aria-expanded=true]>.course-lessons-menu__chapter-block__arrow-icon{transform:translateY(0) rotate(0)}.course-lessons-menu .accordion-content{padding:0}.course-lessons-menu__chapter-block{display:flex;flex-grow:1;gap:calc(var(--base-size) * .8);overflow:hidden}.course-lessons-menu__chapter-block ki-icon{font-size:calc(var(--base-size) * 2.18)}.course-lessons-menu__chapter-block__title,.course-lessons-menu__chapter-block__caption,.course-lessons-menu__chapter-block__arrow-icon{text-align:start;color:var(--default__text)}.course-lessons-menu__chapter-block__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-weight:600}.course-lessons-menu__chapter-block__arrow-icon{max-width:calc(var(--base-size) * 2.4)!important;max-height:calc(var(--base-size) * 2.4)!important}.course-lessons-menu__chapter-block__info{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.course-lessons-menu__chapter-block__lock-icon{display:flex;width:calc(var(--base-size) * 2.4)!important;height:calc(var(--base-size) * 2.4)!important;padding:calc(var(--base-size) * .3)!important}.course-lessons-menu__chapter-block__lock-icon>svg{position:static!important;transform:none!important;max-width:unset!important;max-height:unset!important;width:calc(var(--base-size) * 1.8)!important;height:calc(var(--base-size) * 1.8)!important;color:var(--kc-color-gray-200)}.course-lessons-menu__lessons-list{display:flex;flex-direction:column}.course-lessons-menu__lesson-row{display:flex;align-items:flex-start;gap:calc(var(--base-size) * .8);padding:calc(var(--base-size) * .8);background-color:transparent;border:none;width:100%}.course-lessons-menu__lesson-row:focus{z-index:1}.course-lessons-menu__lesson-row__icon{display:flex;flex-shrink:0;padding:calc(var(--base-size) * .3)}.course-lessons-menu__lesson-row__icon ki-icon{font-size:calc(var(--base-size) * 2.18)}.course-lessons-menu__lesson-row__icon>svg{width:calc(var(--base-size) * 1.8);height:calc(var(--base-size) * 1.8);overflow:visible}.course-lessons-menu__lesson-row__info{display:flex;flex-direction:column;overflow:hidden}.course-lessons-menu__lesson-row__info>span{color:var(--default__text);text-align:start}.course-lessons-menu__lesson-row__info__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-align:start}.course-lessons-menu__lesson-row:active{background:var(--main_color-opacity-0-10);-webkit-tap-highlight-color:transparent;transition:.3s ease background-color}.course-lessons-menu__lesson-row_locked .course-lessons-menu__lesson-row__info>span{color:var(--kc-color-gray-200)}.course-lessons-menu__lesson-row__in-progress-icon{color:var(--main_color)}.course-lessons-menu__lesson-row__not-viewed-icon{color:var(--default__text)}.course-lessons-menu__lesson-row__locked-icon{color:var(--kc-color-gray-200)}@media (hover: hover){.course-lessons-menu li[data-accordion-item]>.accordion-title:hover{background:var(--main_color-opacity-0-10)}.course-lessons-menu li[data-accordion-item].course-lessons-menu__active-chapter>.accordion-title:hover{background:var(--main_color-opacity-0-20)}.course-lessons-menu__active-chapter .course-lessons-menu__lesson-row:hover{background:var(--main_color-opacity-0-20)}.course-lessons-menu__lesson-row:hover{background:var(--main_color-opacity-0-10)}}@media only screen and (max-width: 1024px){.course-lessons-menu,.course-lessons-menu.less-max-height{max-height:calc(var(--base-size) * 69)}.course-lessons-menu .accordion-wrapper>.kc-btn{width:unset;padding-left:calc(var(--base-size) * 3.05);padding-right:calc(var(--base-size) * 3.05);margin-bottom:calc(var(--base-size) * 1.6)}.course-lessons-menu ul[data-accordion]{border:none;border-bottom:1px solid var(--kc--color-middle-grey)}}@media only screen and (max-width: 440px){.course-lessons-menu{width:calc(100% + var(--base-size) * 3.6);margin-left:calc(var(--base-size) * -1.8)}.course-lessons-menu .accordion-wrapper>.kc-btn{width:100%;padding-left:calc(var(--base-size) * 3.05);padding-right:calc(var(--base-size) * 3.05);margin-bottom:calc(var(--base-size) * 1.6)}.course-lessons-menu .accordion-title{padding-left:calc(var(--base-size) * 1.6);padding-right:calc(var(--base-size) * 4.8)}html[lang=ar] .course-lessons-menu .accordion-title,html[lang=ur] .course-lessons-menu .accordion-title{padding-right:calc(var(--base-size) * 1.6);padding-left:calc(var(--base-size) * 4.8)}.course-lessons-menu .accordion-title>.course-lessons-menu__chapter-block__arrow-icon,.course-lessons-menu .accordion-title[aria-expanded=true]>.course-lessons-menu__chapter-block__arrow-icon{top:calc(var(--base-size) * .8);right:calc(var(--base-size) * 1.6)}html[lang=ar] .course-lessons-menu .accordion-title>.course-lessons-menu__chapter-block__arrow-icon,html[lang=ur] .course-lessons-menu .accordion-title>.course-lessons-menu__chapter-block__arrow-icon,html[lang=ar] .course-lessons-menu .accordion-title[aria-expanded=true]>.course-lessons-menu__chapter-block__arrow-icon,html[lang=ur] .course-lessons-menu .accordion-title[aria-expanded=true]>.course-lessons-menu__chapter-block__arrow-icon{right:unset;left:calc(var(--base-size) * 1.6)}.course-lessons-menu__lesson-row{padding-left:calc(var(--base-size) * 1.6);padding-right:calc(var(--base-size) * 1.6)}html[lang=ar] .course-lessons-menu,html[lang=ur] .course-lessons-menu{margin-left:0;margin-right:calc(var(--base-size) * -1.8)}}.select__sort-list{width:calc(var(--base-size) * 15)}.sticky-aside__caption,.sticky-aside__buttons-block,.sticky-aside__blur-block{display:none}.sticky-aside__caption.visible,.sticky-aside__buttons-block.visible,.sticky-aside__blur-block.visible{display:block}.sticky-aside__caption{font-size:calc(var(--base-size) * 1.8);line-height:1.44;font-weight:700;margin:0 0 calc(var(--base-size) * 2) 0;color:var(--kc-color-gray-600)}aside.sticky-aside{position:sticky;top:0;left:0;flex:none;width:calc(var(--base-size) * 24.8);margin:0 calc(var(--base-size) * 4) 0 0;padding:0;display:none}aside.sticky-aside.show{display:flex;flex-direction:column}html[lang=ar] aside.sticky-aside,html[lang=ur] aside.sticky-aside{left:auto;right:0;margin:0 0 0 calc(var(--base-size) * 4)}.search-result_list{width:100%}.search-result_list p{line-height:1.5}.search-result_list .search-sort-wrap{display:flex;justify-content:space-between;margin:0 0 calc(var(--base-size) * 2) 0}.search-result_list .search-sort-wrap_total-title{font-size:calc(var(--base-size) * 1.6);line-height:1.3;color:var(--kc-color-gray-200)}.search-result_list .search-sort{display:flex;align-items:center}.search-result-title{color:var(--kc-color-gray-600);margin:calc(var(--base-size) * 3.2) 0}.search-result-title b{font-weight:700}.search-result_content{display:flex;padding:0 0 calc(var(--base-size) * 3.2) 0}.search-filters-wrap{display:flex;justify-content:space-between;align-items:center;margin:calc(var(--base-size) * 4) 0}.search-sort-wrap{display:flex;align-items:center}.search-sort_title{font-size:calc(var(--base-size) * 1.4);line-height:1.5;color:var(--kc-color-gray-200);margin:0 var(--base-size) 0 0}html[lang=ar] .search-sort_title,html[lang=ur] .search-sort_title{margin:0 0 0 var(--base-size)}@media only screen and (max-width: 1024px){.sticky-aside__caption,.sticky-aside__buttons-block,.sticky-aside__blur-block{display:block}.sticky-aside__buttons-block{position:sticky;bottom:0;margin-top:auto;display:flex;flex-direction:column;background:#fff;box-shadow:0 0 .521vw #2c3e4633;width:calc(var(--base-size) * 29.4);gap:var(--base-size);padding:calc(var(--base-size) * 2);margin-left:calc(var(--base-size) * -1.6);margin-right:calc(var(--base-size) * -1.6)}html[lang=ar] .sticky-aside__buttons-block,html[lang=ur] .sticky-aside__buttons-block{margin-left:0;margin-right:calc(var(--base-size) * -2.55)}.sticky-aside__blur-block{display:block;width:0;height:100vh;position:fixed;top:0;left:0;transition:.5s opacity,.5s backdrop-filter;background:rgba(116,131,138,.5);backdrop-filter:blur(0);opacity:0;z-index:999}.sticky-aside__blur-block.show{width:100vw;opacity:1;backdrop-filter:blur(4px)}aside.sticky-aside{min-width:calc(var(--base-size) * 29.4);max-width:100%;padding:calc(var(--base-size) * 2.4) calc(var(--base-size) * 1.6) 0 calc(var(--base-size) * 1.6);display:block;height:calc(100% - env(safe-area-inset-bottom));background:#fff;position:fixed;transform:translate(-102%);left:0;top:0;z-index:1000!important;overflow:auto;transition:.3s transform;overflow-x:hidden;border-radius:0 calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) 0}aside.sticky-aside.show{transform:translate(0)}aside.sticky-aside .create-saved-list-modal{box-shadow:none;padding:0;top:auto;left:auto;right:auto;width:100%}html[lang=ar] aside.sticky-aside,html[lang=ur] aside.sticky-aside{transform:translate(102%);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) 0 0 calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale))}html[lang=ar] aside.sticky-aside.show,html[lang=ur] aside.sticky-aside.show{transform:translate(0)}.search-result_list>.kc-btn{margin:0 0 calc(var(--base-size) * 2.25) 0}.search-result_list .search-sort-wrap{margin:0 0 calc(var(--base-size) * 1.5) 0}.search-result_list .search-sort-wrap_total-title{font-size:calc(var(--base-size) * 1.2)}.search-filters-wrap{justify-content:space-between;align-items:center;margin:calc(var(--base-size) * 2.4) 0;gap:calc(var(--base-size) * .8)}.search-filters-wrap .selected-filters{width:calc(100% + var(--base-size) * 2.4);display:flex;gap:var(--base-size);--ki-button-xs-width: auto;margin-right:calc(var(--base-size) * -2.4);overflow-x:scroll;padding:0 calc(var(--base-size) * 2.4) 0 0;border-radius:calc(var(--base-size) * .8);scrollbar-width:none}.search-filters-wrap .selected-filters::-webkit-scrollbar{display:none}.search-filters-wrap .selected-filters ki-button-2{flex:none}html[lang=ar] .search-filters-wrap .selected-filters,html[lang=ur] .search-filters-wrap .selected-filters{padding:0 0 0 calc(var(--base-size) * 2.4);width:calc(100% + var(--base-size) * 2.4);margin-right:auto;margin-left:calc(var(--base-size) * -2.4)}}@media only screen and (max-width: 440px){.search-result_content .kc-course-card__course-labels{top:calc(var(--base-size) / 2);left:calc(var(--base-size) / 2)}.search-result_content .kc-course-card__course-labels>*{font-size:calc(var(--base-size) * 1.2);padding:calc(var(--base-size) / 2)}.search-result_content .kc-course-card__image-wrapper{width:100%;height:calc(var(--base-size) * 19.1)}.search-result_content .kc-course-card__info-column__title-row__title{font-size:calc(var(--base-size) * 1.8)}.search-result_content .kc-course-card__info-column__info-cell,.search-result_content .kc-course-card__info-column__info-row{font-size:calc(var(--base-size) * 1.2)}html[lang=ar] .search-result_content .kc-course-card__course-labels,html[lang=ur] .search-result_content .kc-course-card__course-labels{left:auto;right:calc(var(--base-size) / 2)}.sticky-aside__blur-block{display:none}.sticky-aside__buttons-block{gap:var(--base-size);padding:calc(var(--base-size) * 2) calc(var(--base-size) * 1.8);margin-left:calc(var(--base-size) * -1.8);width:calc(100% + var(--base-size) * 3.6);bottom:env(safe-area-inset-bottom)}html[lang=ar] .sticky-aside__buttons-block,html[lang=ur] .sticky-aside__buttons-block{margin-left:0;margin-right:calc(var(--base-size) * -1.8)}aside.sticky-aside{height:calc(100% - env(safe-area-inset-bottom));width:100%!important;border-radius:0!important}.search-result_list>.kc-btn{margin:0 0 calc(var(--base-size) * 3) 0}.search-result_list .page-title{margin:0 0 calc(var(--base-size) * 1.5) 0}.search-result_list .search-sort-wrap{margin:0 0 calc(var(--base-size) * 2) 0}.search-result_list .search-sort-wrap_total-title{font-size:calc(var(--base-size) * 1.6)}.search-filters-wrap .selected-filters{width:calc(100% + var(--base-size) * 1.6);margin-right:calc(var(--base-size) * -1.6);padding:0 calc(var(--base-size) * 1.6) 0 0}html[lang=ar] .search-filters-wrap .selected-filters,html[lang=ur] .search-filters-wrap .selected-filters{margin-right:auto;margin-left:calc(var(--base-size) * -1.6);padding:0 0 0 calc(var(--base-size) * 1.6)}}.cards-section{margin:0 0 calc(var(--base-size) * 3.2) 0;padding:calc(var(--base-size) * 3.2) 0 0 0}.cards-section_title{margin:0 0 var(--base-size) 0}.cards-section_description{display:block;font-size:calc(var(--base-size) * 2);line-height:1.5;color:var(--kc-color-gray-600);margin:0 0 calc(var(--base-size) * 3.2) 0}.cards-section_cards-wrap{display:flex;gap:calc(var(--base-size) * 1.6)}.cards-section_cards-item{display:inline-flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:calc(var(--base-size) * 30);min-height:calc(var(--base-size) * 30);padding:calc(var(--base-size) * 5) calc(var(--base-size) * 5) calc(var(--base-size) * 3) calc(var(--base-size) * 5);background:#ffffff;box-shadow:0 calc(var(--base-size) * .3) calc(var(--base-size) * 1.5) #86aaba33;border-radius:calc(var(--base-size) * 2 * var(--ki-border-radius-scale))}.cards-section_cards-item:nth-child(1) .img-wrap svg{width:calc(var(--base-size) * 5.5)}.cards-section_cards-item:nth-child(2) .img-wrap svg{width:calc(var(--base-size) * 6.5)}.cards-section_cards-item:nth-child(3) .img-wrap svg{width:calc(var(--base-size) * 4.2)}.cards-section_cards-item:nth-child(4) .img-wrap svg{width:calc(var(--base-size) * 5.5)}.cards-section_cards-item:nth-child(5) .img-wrap svg{width:calc(var(--base-size) * 3.9)}.cards-section_cards-item .img-wrap{height:calc(var(--base-size) * 5.5);margin:0 0 var(--base-size) 0;display:flex;align-items:center;justify-content:center}.cards-section_cards-item svg{max-width:calc(var(--base-size) * 6.5);max-height:calc(var(--base-size) * 5.5);height:auto;color:var(--main_color)}.cards-section_cards-item_title{color:var(--kc-color-gray-600);margin:0 0 var(--base-size) 0}.cards-section_cards-item_description{font-size:calc(var(--base-size) * 1.4);line-height:1.5;color:var(--kc-color-gray-600)}.guide-title-icon{display:flex;align-items:center;margin:0 0 calc(var(--base-size) * 1.2) 0;gap:calc(var(--base-size) * 1.2)}.guide-title-icon svg{width:calc(var(--base-size) * 5.8);height:auto;color:var(--main_color)}.guide-subtitle{display:block;font-size:calc(var(--base-size) * 1.4);line-height:1.5;color:var(--kc-color-gray-600);margin:0 0 calc(var(--base-size) * 3) 0}.guide-blocks-wrap{display:flex;flex-wrap:wrap;padding:0 0 calc(var(--base-size) * 3.2) 0;gap:calc(var(--base-size) * 1.6)}.guide-blocks-item-wrap{width:calc(var(--base-size) * 77.4);max-width:calc(50% - var(--base-size) * .8);min-height:calc(var(--base-size) * 24);position:relative}html[lang=es] .guide-blocks-item-wrap{min-height:calc(var(--base-size) * 25.5)}.guide-blocks-item{position:absolute;top:0;left:0;max-width:calc(var(--base-size) * 77.2);width:100%;height:100%;display:flex;align-items:flex-start;justify-content:space-between;background:#f3f7f9;border-radius:calc(var(--base-size) * 2 * var(--ki-border-radius-scale));padding:calc(var(--base-size) * 5.3) calc(var(--base-size) * 20) calc(var(--base-size) * 5.3) calc(var(--base-size) * 2.4);overflow:hidden;top:50%;left:50%;transform:translate(-50%,-50%);transition:.3s all}.guide-blocks-item .guide-blocks-text-wrap{width:calc(var(--base-size) * 48.8)}.guide-blocks-item img{flex:none;width:calc(var(--base-size) * 20.5);height:auto;transition:.3s width;position:absolute;bottom:0;right:0;z-index:-1}.guide-blocks-item .kc-btn{margin:calc(var(--base-size) * 2) 0 0 0;opacity:0;transition:.3s opacity,.15s color,.15s background-color}.guide-blocks-item .kc-btn:focus{opacity:1}html[lang=ar] .guide-blocks-item,html[lang=ur] .guide-blocks-item{padding:calc(var(--base-size) * 5.3) calc(var(--base-size) * 2.5) calc(var(--base-size) * 5.3) calc(var(--base-size) * 20)}html[lang=ar] .guide-blocks-item img,html[lang=ur] .guide-blocks-item img{right:auto;left:0}.guide-blocks-title{display:block;color:var(--kc-color-gray-600);margin:0 0 var(--base-size) 0}.guide-blocks-description{display:block;font-size:calc(var(--base-size) * 1.6);line-height:1.5;color:var(--kc-color-gray-600)}@media only screen and (max-width: 1340px){.cards-section_cards-item{width:calc(var(--base-size) * 24.15);padding:calc(var(--base-size) * 5) calc(var(--base-size) * 3) calc(var(--base-size) * 3) calc(var(--base-size) * 3)}.guide-blocks-item-wrap{width:calc(var(--base-size) * 62.67)}.guide-blocks-item{width:calc(var(--base-size) * 62.65);padding:calc(var(--base-size) * 3) calc(var(--base-size) * 3.6) calc(var(--base-size) * 3) calc(var(--base-size) * 3)}.guide-blocks-item .guide-blocks-text-wrap{width:calc(var(--base-size) * 35)}}@media only screen and (max-width: 1024px){.cards-section_cards-wrap{width:calc(100% + var(--base-size) * 4.8);padding:var(--base-size) calc(var(--base-size) * 2.4) calc(var(--base-size) * 4) calc(var(--base-size) * 2.4);margin:calc(var(--base-size) * -1) calc(var(--base-size) * -2.4) calc(var(--base-size) * -3.4) calc(var(--base-size) * -2.4);overflow-x:auto;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}.cards-section_cards-item{max-width:calc(var(--base-size) * 24.15);flex:none}.cards-section_cards-wrap::-webkit-scrollbar{display:none}.guide-blocks-item-wrap{width:100%;max-width:none;min-height:auto;margin:0}html[lang=es] .guide-blocks-item-wrap{min-height:auto}.guide-blocks-item{position:static;width:100%;max-width:none;border-radius:calc(var(--base-size) * 2 * var(--ki-border-radius-scale));padding:calc(var(--base-size) * 3) calc(var(--base-size) * 3.6) calc(var(--base-size) * 3) calc(var(--base-size) * 3);transform:none;min-height:calc(var(--base-size) * 28.8)}.guide-blocks-item .guide-blocks-text-wrap{width:calc(var(--base-size) * 35)}.guide-blocks-item img{width:calc(var(--base-size) * 28);z-index:1}.guide-blocks-item .kc-btn{opacity:1;margin:calc(var(--base-size) * 2) 0 0 0}html[lang=ar] .guide-blocks-item,html[lang=ur] .guide-blocks-item{padding:calc(var(--base-size) * 3) calc(var(--base-size) * 3) calc(var(--base-size) * 3) calc(var(--base-size) * 3.6)}}@media only screen and (max-width: 440px){.cards-section_cards-item{padding:calc(var(--base-size) * 5) calc(var(--base-size) * 2) calc(var(--base-size) * 3) calc(var(--base-size) * 2)}.cards-section_cards-wrap{width:calc(100% + var(--base-size) * 3.6);padding:0 calc(var(--base-size) * 1.8) calc(var(--base-size) * 1.8) calc(var(--base-size) * 1.8);margin:0 calc(var(--base-size) * -1.8) calc(var(--base-size) * -1.8) calc(var(--base-size) * -1.8)}.guide-blocks-item{flex-direction:column;width:100%;padding:calc(var(--base-size) * 3) calc(var(--base-size) * 3) 0 calc(var(--base-size) * 3);gap:0}.guide-blocks-item .guide-blocks-text-wrap{width:100%}.guide-blocks-item img{width:100%;position:static}.guide-blocks-item .kc-btn{margin:calc(var(--base-size) * 2) 0 0 0}html[lang=ar] .guide-blocks-item,html[lang=ur] .guide-blocks-item{padding:calc(var(--base-size) * 3) calc(var(--base-size) * 3) 0 calc(var(--base-size) * 3)}}.faq_title-block{background:var(--kc-color-primary);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));padding:calc(var(--base-size) * 3.2);margin:calc(var(--base-size) * 3.2)}.faq_title-block .container-custom{position:relative;padding:0}.faq_title-block .container-custom img{position:absolute;right:calc(var(--base-size) * 15);top:50%;transform:translateY(-50%);display:block;width:calc(var(--base-size) * 20);height:auto}html[lang=ar] .faq_title-block .container-custom img,html[lang=ur] .faq_title-block .container-custom img{right:auto;left:calc(var(--base-size) * 15)}.faq_title-block_title,.faq_title-block_subtitle{color:var(--featured_courses_text_color, #fff)}.faq_title-block_title{position:relative;z-index:2}.faq_title-block_subtitle{font-size:calc(var(--base-size) * 2);line-height:1.4;display:inline-block;margin:0 0 calc(var(--base-size) * 2.4) 0;position:relative;z-index:2}.faq-search__form-input-wrapper{max-width:calc(var(--base-size) * 95.4);width:100%;position:relative}.faq-search__icon-wrapper{position:absolute;top:50%;right:calc(var(--base-size) * .6);transform:translate(-50%,-50%);font-size:calc(var(--base-size) * 2.4);color:var(--kc-color-gray-200)}html[lang=ar] .faq-search__icon-wrapper,html[lang=ur] .faq-search__icon-wrapper{right:auto;left:calc(var(--base-size) * 2.8)}.faq-search__form-categories{display:flex;position:relative;flex-wrap:nowrap;gap:calc(var(--base-size) * .8);overflow-x:auto;overflow-y:hidden;padding:0 calc(var(--base-size) * 3.2) var(--base-size) calc(var(--base-size) * 3.2);width:calc(100% + var(--base-size) * 6.4);margin:0 calc(var(--base-size) * -3.2) calc(var(--base-size) * -1) calc(var(--base-size) * -3.2);scrollbar-width:none;-ms-overflow-style:none}.faq-search__form-categories::-webkit-scrollbar{display:none}.faq-search__form-categories-tab-skeleton__item{border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale));flex:none;overflow:hidden}.faq-search_results{position:absolute;top:calc(100% + var(--base-size) * .6);left:0;width:100%;max-height:40vh;background:#fff;display:flex;flex-direction:column;box-shadow:0 2px 12px #12151f05,0 8px 32px #12151f1f;border-radius:calc(var(--base-size) * 2.4);overflow:hidden;z-index:9}.faq-search_results-list{overflow-y:auto;padding:calc(var(--base-size) * 1.6)}.faq-search_result{display:block;padding:calc(var(--base-size) * 1.6) calc(var(--base-size) * .8);font-size:calc(var(--base-size) * 1.6);line-height:1.625;text-decoration:none;color:var(--kc-color-gray-600);border-radius:calc(var(--base-size) * 1.6);transition:.3s background-color}.faq-search_result:hover{background-color:var(--kc-color-primary-100)}html[lang=ar] .faq-search_result,html[lang=ur] .faq-search_result{padding:calc(var(--base-size) * .3) var(--base-size) calc(var(--base-size) * .3) calc(var(--base-size) * 2)}.faq-search_results-title{font-size:calc(var(--base-size) * 1.8);line-height:1.55;display:block;color:var(--kc-color-gray-200)}.faq-search_results-subtitle{font-size:calc(var(--base-size) * 2.4);line-height:1.5;color:var(--kc-color-gray-600);margin:0 0 calc(var(--base-size) * 2) 0}.faq-main_title{display:block}.faq-accordeon__category{display:block;font-size:calc(var(--base-size) * 2.4);line-height:1.42;font-weight:600;color:var(--kc-color-gray-600)}.faq-accordeon__title,.faq-accordeon__content{line-height:1.625}html[lang=ar] .faq-accordeon__title,html[lang=ur] .faq-accordeon__title,html[lang=ar] .faq-accordeon__content,html[lang=ur] .faq-accordeon__content{text-align:right}.faq-accordeon__title ul li,.faq-accordeon__content ul li{list-style:initial;margin-left:calc(var(--base-size) * 2.4)}.faq-accordeon__content a{color:var(--main_color)}.faq-wrap{display:flex;align-items:flex-start;gap:calc(var(--base-size) * 3.2)}.faq-main{width:100%;min-height:calc(var(--base-size) * 30);padding:calc(var(--base-size) * 3.2);border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));position:relative}.faq-main .accordion-title{text-align:left;border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale))}.faq-main .accordion-content{border-radius:0 0 calc(var(--base-size) * .5 * var(--ki-border-radius-scale)) calc(var(--base-size) * .5 * var(--ki-border-radius-scale))}.faq-main .accordion-content a{color:var(--main_color);text-decoration:underline}html[lang=ar] .faq-main .accordion-title,html[lang=ur] .faq-main .accordion-title{text-align:right}.faq-accordeon{margin:0 0 calc(var(--base-size) * 4) 0}.faq-accordeon li{border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale))}.faq-accordeon_item{border:1px solid var(--kc-color-light-gray);font-size:calc(var(--base-size) * 1.4);line-height:1.5;font-weight:400;color:var(--kc-color-gray-600);margin:0 0 var(--base-size) 0}.faq-accordeon_item a{color:var(--kc-color-gray-600)}.faq-accordeon_item button{display:block!important;padding:calc(var(--base-size) * .65) calc(var(--base-size) * 2.7) calc(var(--base-size) * .65) calc(var(--base-size) * .9)!important;border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale)) calc(var(--base-size) * .5 * var(--ki-border-radius-scale)) 0 0;position:relative;width:100%;transition:.3s background-color;user-select:none}.faq-accordeon_item button:after{content:"";display:block;position:absolute;top:50%;right:var(--base-size);width:calc(var(--base-size) * 2);height:calc(var(--base-size) * 2);background:center center/var(--base-size) auto no-repeat url(https://demo.knowledgecity.com/images/content/arrow.svg);transform:translateY(-50%) rotate(90deg);transition:.3s transform}.faq-accordeon_item button[aria-expanded=true]{background-color:var(--kc-color-gray-100)}.faq-accordeon_item button[aria-expanded=true]:after{transform:translateY(-50%) rotate(270deg)}.faq-accordeon_item button:hover{cursor:pointer}.faq-accordeon_item div[role=region]{padding:calc(var(--base-size) * 2);font-size:calc(var(--base-size) * 1.2);line-height:1.5}html[lang=ar] .faq-accordeon_item button,html[lang=ur] .faq-accordeon_item button{padding:calc(var(--base-size) * .65) calc(var(--base-size) * .9) calc(var(--base-size) * .65) calc(var(--base-size) * 2.7)!important}html[lang=ar] .faq-accordeon_item button:after,html[lang=ur] .faq-accordeon_item button:after{right:auto;left:var(--base-size)}html[lang=ar] .faq-accordeon_item button[aria-expanded=true]:after,html[lang=ur] .faq-accordeon_item button[aria-expanded=true]:after{transform:translateY(-50%) rotate(-90deg)}.faq-support_wrap{position:sticky;top:calc(var(--base-size) * 12.2);width:calc(var(--base-size) * 52.4);flex:none}.faq-support_wrap .static-notification-wrap{margin:var(--base-size) 0 calc(var(--base-size) * 2) 0}.faq-support_title{display:block;line-height:1.5}.faq-support_subtitle{display:block;font-size:calc(var(--base-size) * 1.6);line-height:1.5;color:var(--kc-color-gray-600)}.faq-contact-form{flex:none;position:relative;min-height:calc(var(--base-size) * 15);margin:0 0 calc(var(--base-size) * 2.8) 0;padding:calc(var(--base-size) * 3.2);border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale))}@media only screen and (max-width: 1024px){.faq_title-block{padding:calc(var(--base-size) * 2.4)}.faq_title-block .container-custom{min-height:auto}.faq_title-block .container-custom img{right:0}.faq_title-block h1{margin:0 0 var(--base-size) 0}html[lang=ar] .faq_title-block .container-custom img,html[lang=ur] .faq_title-block .container-custom img{right:auto;left:0}.faq-search_form{width:100%}.faq-wrap{flex-direction:column;gap:calc(var(--base-size) * 3.84)}.faq-main{padding:calc(var(--base-size) * 2.4)}.faq-support_wrap{position:static;width:100%}.faq-contact-form{padding:calc(var(--base-size) * 2.4)}}@media only screen and (max-width: 440px){.wrapper>.container__external>.page.faq{background-color:var(--kc-color-secondary-100, var(--kc-color-primary-100));overflow:hidden}.faq_title-block{padding:calc(var(--base-size) * 1.6);margin:0 0 calc(var(--base-size) * 1.6) 0;border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale))}.faq_title-block .container-custom img{display:none}.faq-wrap{position:relative;gap:calc(var(--base-size) * 1.6)}.faq-main{background:#fff;width:calc(100% + var(--base-size) * 3.2);padding:calc(var(--base-size) * 2.4) calc(var(--base-size) * 1.6);left:calc(var(--base-size) * -1.6);border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale))}html[lang=ar] .faq-main,html[lang=ur] .faq-main{left:auto;right:calc(var(--base-size) * -1.6)}.faq-support_wrap{background:#fff;width:calc(100% + var(--base-size) * 3.2);padding:calc(var(--base-size) * 2.4) calc(var(--base-size) * 1.6);left:calc(var(--base-size) * -1.6);border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale));position:relative;top:unset}html[lang=ar] .faq-support_wrap,html[lang=ur] .faq-support_wrap{left:auto;right:calc(var(--base-size) * -1.6)}.faq-contact-form{padding:0;border:none}.faq-accordeon_item button{padding:calc(var(--base-size) * .65) calc(var(--base-size) * 3.75) calc(var(--base-size) * .65) calc(var(--base-size) * .9)!important}html[lang=ar] .faq-accordeon_item button,html[lang=ur] .faq-accordeon_item button{padding:calc(var(--base-size) * .65) calc(var(--base-size) * .9) calc(var(--base-size) * .65) calc(var(--base-size) * 3.75)!important}}.course-filters-wrap{display:flex;align-items:flex-start;margin:0 0 calc(var(--base-size) * 3) 0;gap:calc(var(--base-size) * 2)}.course-filters-wrap .search-wrapper{width:calc(var(--base-size) * 30)}@media only screen and (max-width: 1024px){.search-sort_title{display:none}}@media only screen and (max-width: 440px){.course-filters-wrap{margin:0 0 calc(var(--base-size) * 4) 0;gap:var(--base-size)}.course-filters-wrap .search-wrapper{width:calc(var(--base-size) * 18);flex:none}.course-filters-wrap .search-sort-wrap{width:calc(var(--base-size) * 11.3);min-width:0}.course-filters-wrap .search-sort-wrap .selectContainer{width:100%!important}.event-cancel-modal__content{width:auto!important;min-height:auto!important}.event-cancel-modal__file-upload-delete ki-icon{font-size:calc(var(--base-size) * 2)!important}}.my-learning-course-cycles__info-block{display:flex;flex-direction:column;align-items:flex-start;gap:calc(var(--base-size) * 2.4);margin-bottom:calc(var(--base-size) * 2.6)}.my-learning-course-cycles__empty-screen-wrapper{display:flex;flex:1 0 auto;align-items:center}.my-learning-course-cycles__title-link{text-decoration:underline;color:var(--kc-color-gray-600)!important}.my-learning-course-cycles__title-link:hover{text-decoration:underline}.my-learning-course-cycles__courses-list-screen{display:flex;flex-direction:column}.my-learning-course-cycles__courses-list-screen__search-input-wrapper{width:calc(var(--base-size) * 24.8)}.my-learning-course-cycles__courses-list-screen__search-input-wrapper+.my-learning-table__wrapper{margin-top:calc(var(--base-size) * 4)}.my-learning-course-cycles__courses-list-screen__search-input-wrapper+.my-learning-course-cycles__no-results-text,.my-learning-course-cycles__courses-list-screen__search-input-wrapper+.my-learning-course-cycles__no-courses-text{margin-top:calc(var(--base-size) * 3)}.my-learning-course-cycles__courses-list-screen .my-learning-table thead th:first-child{width:auto;min-width:calc(var(--base-size) * 29);max-width:calc(var(--base-size) * 41)}.my-learning-course-cycles__courses-list-screen .my-learning-table tbody td:first-child{max-width:calc(var(--base-size) * 1);position:relative}.my-learning-course-cycles__courses-list-screen .my-learning-table tbody td:first-child>div{display:inline-flex;align-items:center;max-width:100%;flex-wrap:wrap}.my-learning-course-cycles__courses-list-screen .my-learning-table tbody td:first-child>div>span{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.my-learning-course-cycles__courses-list-screen .my-learning-table tbody td:first-child>div>span>ki-icon{top:calc(var(--base-size) * .5);position:relative}.my-learning-course-cycles__cycles-list-screen,.my-learning-course-cycles__cycle-history-screen{display:flex;flex-direction:column}.my-learning-course-cycles__cycles-list-screen table,.my-learning-course-cycles__cycle-history-screen table{max-width:100%;width:100%}.my-learning-course-cycles__cycle-history-screen .my-learning-table tbody td:first-child{max-width:calc(var(--base-size) * 30)}.my-learning-course-cycles__go-back-button{display:flex;align-items:center;padding:0;margin:0;border:none;background:none;font-weight:700;cursor:pointer}.my-learning-course-cycles__go-back-button__text{color:var(--kc-color-gray-600)!important}.my-learning-course-cycles__go-back-button>svg{width:calc(var(--base-size) * 2.4);height:calc(var(--base-size) * 2.4);color:var(--kc-color-gray-200);transform:scaleX(-1)}html[lang=ar] .my-learning-course-cycles__go-back-button>svg,html[lang=ur] .my-learning-course-cycles__go-back-button>svg,html[dir=rtl] .my-learning-course-cycles__go-back-button>svg{transform:scaleX(1)}.my-learning-course-cycles__value-with-limit>span:nth-child(1),.my-learning-course-cycles__value-with-limit>span:nth-child(3){color:var(--kc-color-gray-600)!important}.my-learning-course-cycles__value-with-limit>span:nth-child(2){color:var(--kc-color-gray-200)!important}.my-learning-course-cycles__cycles-score{display:flex;align-items:center;gap:calc(var(--base-size) / 2)}.my-learning-course-cycles__cycles-score>ki-icon{font-size:calc(var(--base-size) * 2.4)}.my-learning-course-cycles__cycles-score__fail{color:var(--kc-color-red)!important}.my-learning-course-cycles__cycles-score__success{color:var(--kc-color-green)!important}.my-learning-course-cycles__cycles-score>span{color:var(--kc-color-gray-600)}.my-learning-course-cycles__test{display:flex;gap:calc(var(--base-size) * 1.5)}.my-learning-course-cycles__test__type{font-weight:400!important}.my-learning-course-cycles__test_passed>.my-learning-course-cycles__test__type,.my-learning-course-cycles__test_passed>.my-learning-course-cycles__test__status{color:var(--kc-color-green)!important}.my-learning-course-cycles__test_failed>.my-learning-course-cycles__test__type,.my-learning-course-cycles__test_failed>.my-learning-course-cycles__test__status{color:var(--kc-color-red)!important}.my-learning-course-cycles__test__status{display:flex;align-items:center;gap:calc(var(--base-size) * .5)}.my-learning-course-cycles__test__status>ki-icon{flex-shrink:0;font-size:calc(var(--base-size) * 2.4)}.my-learning-course-cycles__test__status__text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:inherit}.my-learning-course-cycles__test__status__score{color:var(--kc-color-gray-200)!important;font-weight:400!important;text-transform:capitalize}.my-learning-course-cycles__quiz-or-cert-test-type-text{margin-right:calc(var(--base-size) * 1);line-height:calc(var(--base-size) * 1.8);font-weight:400!important}.container-custom:has(.my-learning-course-cycles__cycles-list-screen)>.section-submenu,.container-custom:has(.my-learning-course-cycles__cycle-history-screen)>.section-submenu{margin-bottom:calc(var(--base-size) * 1.4)}.my-learning-course-cycles__no-results-text{color:var(--kc-color-gray-600)!important}.my-learning-course-cycles__cert-cell__button:first-letter{text-transform:uppercase}.my-learning-course-cycles__empty-screen .empty-state-screen{padding:calc(var(--base-size) * 16.2) 0}.my-learning-course-cycles__pagination{margin-top:calc(var(--base-size) * 2.4)}@media only screen and (max-width: 1024px){.my-learning-course-cycles__courses-list-screen .my-learning-table thead th:first-child{width:calc(var(--base-size) * 24.8)}.my-learning-course-cycles__courses-list-screen .my-learning-table tbody td:first-child{max-width:calc(var(--base-size) * 24.8)}.my-learning-course-cycles__courses-list-screen__search-input-wrapper+.my-learning-table__wrapper{margin-top:calc(var(--base-size) * 2.7)}.my-learning-course-cycles__cycles-list-screen table,.my-learning-course-cycles__cycle-history-screen table{max-width:unset}.my-learning-course-cycles__cycle-history-screen .my-learning-table{width:100%}.my-learning-course-cycles__cycle-history-screen .my-learning-table thead th:first-child,.my-learning-course-cycles__cycle-history-screen .my-learning-table tbody tr td:first-child,.my-learning-course-cycles__cycle-history-screen .my-learning-table__sticky-header__cell:first-child{position:static}.my-learning-course-cycles__cycle-history-screen .my-learning-table thead th:first-child:after,.my-learning-course-cycles__cycle-history-screen .my-learning-table tbody tr td:first-child:after,.my-learning-course-cycles__cycle-history-screen .my-learning-table__sticky-header__cell:first-child:after{display:none}.my-learning-course-cycles__cycle-history-screen .my-learning-table tbody td:first-child{max-width:calc(var(--base-size) * 30)}}@media only screen and (max-width: 440px){.my-learning-course-cycles__courses-list-screen .my-learning-table thead th:first-child{width:100%}.my-learning-course-cycles__courses-list-screen .my-learning-table tbody td:first-child{max-width:unset;display:block}.my-learning-course-cycles__courses-list-screen__search-input-wrapper+.my-learning-table__wrapper{margin-top:calc(var(--base-size) * 3)}.my-learning-course-cycles__cert-cell__button{margin-left:auto!important}html[lang=ar] .my-learning-course-cycles__cert-cell__button,html[lang=ur] .my-learning-course-cycles__cert-cell__button{margin-right:auto!important;margin-left:0!important}.my-learning-course-cycles__courses-list-screen .my-learning-table td.w-100:before,.my-learning-course-cycles__cycles-list-screen .my-learning-table td.w-100:before,.my-learning-course-cycles__cycle-history-screen .my-learning-table td.w-100:before{display:none}.my-learning-course-cycles__courses-list-screen .my-learning-table tr,.my-learning-course-cycles__cycles-list-screen .my-learning-table tr,.my-learning-course-cycles__cycle-history-screen .my-learning-table tr{border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * 3.2);overflow:hidden}.my-learning-course-cycles__courses-list-screen .my-learning-table tr:not(:last-child),.my-learning-course-cycles__cycles-list-screen .my-learning-table tr:not(:last-child),.my-learning-course-cycles__cycle-history-screen .my-learning-table tr:not(:last-child){margin:0 0 calc(var(--base-size) * 2.4) 0}.my-learning-course-cycles__courses-list-screen .my-learning-table tbody td:not(:first-child) ki-status,.my-learning-course-cycles__cycles-list-screen .my-learning-table tbody td:not(:first-child) ki-status,.my-learning-course-cycles__cycle-history-screen .my-learning-table tbody td:not(:first-child) ki-status{margin-left:auto;right:calc(var(--base-size) * -.8);position:relative}html[lang=ar] .my-learning-course-cycles__courses-list-screen .my-learning-table tbody td:not(:first-child) ki-status,html[lang=ur] .my-learning-course-cycles__courses-list-screen .my-learning-table tbody td:not(:first-child) ki-status,html[lang=ar] .my-learning-course-cycles__cycles-list-screen .my-learning-table tbody td:not(:first-child) ki-status,html[lang=ur] .my-learning-course-cycles__cycles-list-screen .my-learning-table tbody td:not(:first-child) ki-status,html[lang=ar] .my-learning-course-cycles__cycle-history-screen .my-learning-table tbody td:not(:first-child) ki-status,html[lang=ur] .my-learning-course-cycles__cycle-history-screen .my-learning-table tbody td:not(:first-child) ki-status{margin-right:auto;margin-left:0;right:auto;left:calc(var(--base-size) * -.8)}.my-learning-course-cycles__courses-list-screen .my-learning-table tbody td:not(:first-child)>span,.my-learning-course-cycles__courses-list-screen .my-learning-table tbody td:not(:first-child)>div,.my-learning-course-cycles__cycles-list-screen .my-learning-table tbody td:not(:first-child)>span,.my-learning-course-cycles__cycles-list-screen .my-learning-table tbody td:not(:first-child)>div,.my-learning-course-cycles__cycle-history-screen .my-learning-table tbody td:not(:first-child)>span,.my-learning-course-cycles__cycle-history-screen .my-learning-table tbody td:not(:first-child)>div{width:100%;justify-content:flex-end;text-align:right;margin-left:auto}html[lang=ar] .my-learning-course-cycles__courses-list-screen .my-learning-table tbody td:not(:first-child)>span,html[lang=ur] .my-learning-course-cycles__courses-list-screen .my-learning-table tbody td:not(:first-child)>span,html[lang=ar] .my-learning-course-cycles__courses-list-screen .my-learning-table tbody td:not(:first-child)>div,html[lang=ur] .my-learning-course-cycles__courses-list-screen .my-learning-table tbody td:not(:first-child)>div,html[lang=ar] .my-learning-course-cycles__cycles-list-screen .my-learning-table tbody td:not(:first-child)>span,html[lang=ur] .my-learning-course-cycles__cycles-list-screen .my-learning-table tbody td:not(:first-child)>span,html[lang=ar] .my-learning-course-cycles__cycles-list-screen .my-learning-table tbody td:not(:first-child)>div,html[lang=ur] .my-learning-course-cycles__cycles-list-screen .my-learning-table tbody td:not(:first-child)>div,html[lang=ar] .my-learning-course-cycles__cycle-history-screen .my-learning-table tbody td:not(:first-child)>span,html[lang=ur] .my-learning-course-cycles__cycle-history-screen .my-learning-table tbody td:not(:first-child)>span,html[lang=ar] .my-learning-course-cycles__cycle-history-screen .my-learning-table tbody td:not(:first-child)>div,html[lang=ur] .my-learning-course-cycles__cycle-history-screen .my-learning-table tbody td:not(:first-child)>div{text-align:left;margin-right:auto;margin-left:0}.my-learning-course-cycles__courses-list-screen .my-learning-table tbody td:first-child,.my-learning-course-cycles__cycles-list-screen .my-learning-table tbody td:first-child,.my-learning-course-cycles__cycle-history-screen .my-learning-table tbody td:first-child{max-width:none}.my-learning-course-cycles__empty-screen .empty-state-screen{padding:calc(var(--base-size) * 11.5) 0}}.my-learning-table{border-collapse:collapse;width:100%}.my-learning-table__sticky-header__scrollable-container{z-index:2;overflow-x:hidden}.my-learning-table__sticky-header__cells-list{display:flex}.my-learning-table__sticky-header__cell{flex-shrink:0}.my-learning-table__wrapper{display:flex;flex-direction:column;position:relative}.my-learning-table__table-scrollable-wrapper{position:relative}.my-learning-table thead th,.my-learning-table__sticky-header__cell{padding:calc(var(--base-size) * 1.2) calc(var(--base-size) * 1.6);text-align:left;vertical-align:middle;background:white;border-bottom:1px solid var(--kc-color-gray-100)}.my-learning-table__sort-buttons{display:flex;flex-direction:column;gap:calc(var(--base-size) * .4);padding:1px calc(var(--base-size) * .4)}.my-learning-table__sort-buttons__asc,.my-learning-table__sort-buttons__desc{display:flex;border:none;background:none;padding:0;margin:0;cursor:pointer}.my-learning-table__sort-buttons__asc>svg,.my-learning-table__sort-buttons__desc>svg{width:calc(var(--base-size) * .8);height:calc(var(--base-size) * .5);color:var(--kc-color-gray-200)}.my-learning-table__sort-buttons__asc_active>svg,.my-learning-table__sort-buttons__desc_active>svg{color:var(--kc-color-gray-600)}.my-learning-table__sort-buttons__desc>svg{transform:rotate(180deg)}.my-learning-table__sort-button{display:flex;align-items:center;gap:calc(var(--base-size) * .2);text-decoration:none;font-weight:700;transition:.15s opacity;text-overflow:ellipsis;white-space:nowrap;font-size:calc(var(--base-size) * 1.8);line-height:1.75;font-weight:600}.my-learning-table tbody tr:not(:last-child){border-bottom:1px solid var(--kc-color-gray-100)}.my-learning-table tbody tr td{vertical-align:middle;padding:calc(var(--base-size) * 1.45) calc(var(--base-size) * 1.6);text-overflow:ellipsis;white-space:nowrap}.my-learning-table a.my-learning-table__title-cell{display:flex;flex-direction:column;text-decoration:underline}.my-learning-table a.my-learning-table__title-cell span{text-decoration:underline}.my-learning-table a.my-learning-table__title-cell:hover{text-decoration:none}.my-learning-table__title-cell-wrapper{width:100%;margin:0}.my-learning-table__title-cell{display:block;overflow:hidden;text-overflow:ellipsis;color:var(--kc-color-gray-600)!important;width:100%}.my-learning-table__title-cell>div{display:inline-flex;align-items:center;max-width:100%;overflow:hidden}.my-learning-table__title-cell>div>span{display:inline-block;text-overflow:ellipsis;overflow:hidden;width:100%}.my-learning-table__title-cell>ki-icon{font-size:calc(var(--base-size) * 2.4)}.my-learning-table__title-cell.disabled{display:inline-flex;align-items:center;gap:var(--base-size);color:var(--kc-color-gray-200)!important}.my-learning-table__title-cell-text{color:var(--kc-color-gray-200)!important;overflow:hidden;text-overflow:ellipsis;width:100%;margin:0}.my-learning-table__feedback-tooltip{max-width:calc(var(--base-size) * 25.7);color:#fff}.my-learning-table__clickable{cursor:pointer;text-decoration:underline}.my-learning-table__clickable:hover{text-decoration:underline}.my-learning-table__date-cell{display:flex;gap:calc(var(--base-size) * .4);align-items:center;color:var(--kc-color-gray-600)!important}.my-learning-table__date-cell>svg{width:calc(var(--base-size) * 1.8);height:calc(var(--base-size) * 1.8);flex-shrink:0}.my-learning-table__date-cell_fade{color:var(--kc-color-gray-200)!important}.my-learning-table__date-cell_near{color:var(--kc--color-red)!important;font-weight:700!important}html[lang=pt] .my-learning-table thead th,html[lang=pt] .my-learning-table__sticky-header__cell{padding:var(--base-size)}html[lang=pt] .my-learning-table tbody tr td{padding:calc(var(--base-size) * 2) var(--base-size)}@media only screen and (max-width: 1024px){.my-learning-table{position:relative}.my-learning-table__table-scrollable-wrapper{overflow-x:scroll}.my-learning-table thead th,.my-learning-table__sticky-header__cell{white-space:nowrap}.my-learning-table thead th:first-child,.my-learning-table__sticky-header__cell:first-child{padding-left:calc(var(--base-size) * 2)}.my-learning-table thead th:last-child,.my-learning-table__sticky-header__cell:last-child{padding-right:calc(var(--base-size) * 2)}.my-learning-table thead th:first-child,.my-learning-table tbody tr td:first-child,.my-learning-table__sticky-header__cell:first-child{position:sticky;z-index:1;left:0;width:calc(var(--base-size) * 23.4)}.my-learning-table thead th:first-child:after,.my-learning-table tbody tr td:first-child:after,.my-learning-table__sticky-header__cell:first-child:after{content:"";display:block;position:absolute;right:-1px;top:0;height:100%;width:1px;background:var(--kc-color-gray-200);z-index:-1}html[lang=ar] .my-learning-table thead th:first-child,html[lang=ur] .my-learning-table thead th:first-child,html[lang=ar] .my-learning-table tbody tr td:first-child,html[lang=ur] .my-learning-table tbody tr td:first-child,html[lang=ar] .my-learning-table__sticky-header__cell:first-child,html[lang=ur] .my-learning-table__sticky-header__cell:first-child{left:unset;right:0}html[lang=ar] .my-learning-table thead th:first-child:after,html[lang=ur] .my-learning-table thead th:first-child:after,html[lang=ar] .my-learning-table tbody tr td:first-child:after,html[lang=ur] .my-learning-table tbody tr td:first-child:after,html[lang=ar] .my-learning-table__sticky-header__cell:first-child:after,html[lang=ur] .my-learning-table__sticky-header__cell:first-child:after{right:unset;left:-1px}.my-learning-table tbody tr td:first-child,.my-learning-table tbody tr td:last-child{border-radius:0}.my-learning-table tbody tr td:first-child{padding-left:calc(var(--base-size) * 2);position:sticky!important;left:0;background:#fff}.my-learning-table tbody tr td:last-child{padding-right:calc(var(--base-size) * 2)}}@media only screen and (max-width: 440px){.my-learning-table{display:flex;flex-direction:column;width:100%}.my-learning-table__table-scrollable-wrapper{overflow-x:hidden}.my-learning-table thead{display:none}.my-learning-table tbody tr{display:flex;flex-direction:column}.my-learning-table tbody tr:not(:last-child){border-bottom:1px solid var(--kc-color-light-gray)}.my-learning-table tbody tr td:last-child{padding-bottom:calc(var(--base-size) * 2.4)!important}.my-learning-table tbody tr td:first-child{width:100%;padding:calc(var(--base-size) * 2.4) calc(var(--base-size) * 2) calc(var(--base-size) * 1.6) calc(var(--base-size) * 2)}.my-learning-table tbody tr td:not(:first-child){display:flex;padding-top:0;padding-left:calc(var(--base-size) * 2);padding-bottom:calc(var(--base-size) * .8)}.my-learning-table tbody tr td:not(:first-child):before{display:block;content:attr(data-label);width:calc(43% - var(--base-size) * 2);color:var(--kc-ui-kit-color-gray-200);white-space:normal}.my-learning-table__title-cell,.my-learning-table__title-cell-text{overflow:visible;text-overflow:inherit;word-break:break-word;white-space:normal}}.recommended-courses__tna-section{display:flex;flex-direction:column;align-items:flex-start;padding:0 0 calc(var(--base-size) * 4) 0}.recommended-courses__tna-section__title{margin-bottom:var(--base-size);color:var(--kc-color-gray-600)!important;font-weight:700!important}.recommended-courses__tna-section__description{margin-bottom:calc(var(--base-size) * 2);color:var(--kc-color-gray-200)!important;font-weight:400!important}.my-learning-certificate-modal__overlay{position:fixed;z-index:100;top:0;left:0;right:0;height:100vh;display:flex;flex-direction:column;align-items:center;padding-top:calc(var(--base-size) * 6.9);padding-bottom:calc(var(--base-size) * 4.5);overflow-y:auto;background:var(--kc-color-gray-600)}.my-learning-certificate-modal__window{position:relative;display:flex;flex-direction:column;gap:calc(var(--base-size) * 2);width:calc(var(--base-size) * 98.8);padding:calc(var(--base-size) * 2);border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));background:white}.my-learning-certificate-modal__image{width:100%;height:auto;object-fit:cover}.my-learning-certificate-modal__image_hidden{visibility:hidden;position:absolute}.my-learning-certificate-modal__image-skeleton{width:calc(var(--base-size) * 94.8);height:calc(var(--base-size) * 67.167)}.my-learning-certificate-modal__download-pdf-button{display:flex;justify-content:center;align-items:center;align-self:center;gap:calc(var(--base-size) * 1.4);width:calc(var(--base-size) * 34);border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));margin:0;padding:calc(var(--base-size) * .45);background:white;font-weight:700;color:var(--kc-color-gray-600)!important;line-height:calc(var(--base-size) * 1.9)}.my-learning-certificate-modal__download-pdf-button svg{width:12px;height:12px;color:var(--kc-color-gray-200)}.my-learning-certificate-modal__download-pdf-button:hover{background:var(--kc-color-gray-200)}.my-learning-certificate-modal__download-pdf-button:focus{border-color:var(--kc-color-gray-200)}.my-learning-certificate-modal__download-pdf-button:active{border-color:var(--kc-color-light-gray);background:var(--kc-color-light-gray)}.my-learning-certificate-modal__close-button{--icon-size: 1.8;display:flex;position:absolute;top:calc(var(--base-size) * -1 * var(--icon-size));right:calc(var(--base-size) * -1 * (var(--icon-size) + .8));padding:0;margin:0;border:none;color:#fff;background:none}.my-learning-certificate-modal__close-button svg{width:calc(var(--base-size) * var(--icon-size));height:calc(var(--base-size) * var(--icon-size))}@media only screen and (max-width: 1024px){.my-learning-certificate-modal__overlay{justify-content:center;padding:calc(var(--base-size) * 4)}.my-learning-certificate-modal__window{width:100%}.my-learning-certificate-modal__close-button{--icon-size: 1.8;top:calc(var(--base-size) * -1 * (var(--icon-size) + .8));right:calc(var(--base-size) * -1 * (var(--icon-size) + .8))}.my-learning-certificate-modal__image-skeleton{width:calc(100% - var(--base-size) * 4)}}@media only screen and (max-width: 440px){.my-learning-certificate-modal__overlay{justify-content:center;padding:0}.my-learning-certificate-modal__window{gap:calc(var(--base-size) * 4);width:100%;padding:calc(var(--base-size) * 3) calc(var(--base-size) * 2.55) calc(var(--base-size) * 4)}.my-learning-certificate-modal__close-button{position:static;display:flex;justify-content:flex-end;width:100%}.my-learning-certificate-modal__close-button svg{width:12px;height:12px;color:var(--kc-color-gray-200)}}.my-events__page-container{display:flex;flex-direction:column;padding-top:calc(var(--base-size) * 3.2)}.my-events__page-container .breadcrumbs{margin-bottom:calc(var(--base-size) * 1.6)!important}.my-events__page-container .h-1{margin-top:0;margin-bottom:calc(var(--base-size) * 3.2)}.my-events__main{display:flex;margin:0 0 calc(var(--base-size) * 3.2) 0;gap:calc(var(--base-size) * 1.6)}.my-events__events-calendar-wrap{width:100vw;max-width:calc(var(--base-size) * 56);padding:calc(var(--base-size) * 2.4);background:#FFFFFF;box-shadow:0 2px 12px #12151f05,0 8px 32px #12151f1f;border-radius:calc(var(--base-size) * 4 * var(--ki-border-radius-scale));border:calc(var(--base-size) * .1) solid var(--kc--color-middle-grey)}.my-events__events-calendar-wrap .kc-event-calendar-2,.my-events__events-calendar-wrap .kc-event-calendar{border:none}.my-events-filters__wrapper{position:sticky;z-index:5;top:calc(var(--ki-header-desktop-height, 106px) + var(--base-size) * 1.6)}.my-events-filters__wrapper_active .my-events-filters{box-shadow:0 2px 8px #12151f0a,0 6px 24px #12151f1a}.my-events-filters__wrapper_opened{z-index:15}.my-events-filters__wrapper_opened .filters-section__wrapper{position:relative}.my-events-filters{display:flex;min-height:calc(var(--base-size) * 11.35);gap:calc(var(--base-size) * 2.4);padding:calc(var(--base-size) * 2.4);align-items:center;justify-content:space-between;margin-bottom:calc(var(--base-size) * 3.2);background-color:#fff;border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));transition:.3s}.my-events-filters__selectors{display:flex;flex-wrap:wrap;gap:calc(var(--base-size) * .8);align-items:center;justify-content:flex-end;white-space:nowrap}.my-events-filters__selectors .item:first-letter{text-transform:uppercase}.my-events-filters__select{width:calc(var(--base-size) * 19.4)}.my-events-filters__clear-button{margin-left:calc(var(--base-size) * 2.4)}.my-events-filters .filters-section__wrapper{position:absolute}.my-events-list{display:flex;width:100%;flex-wrap:wrap;gap:calc(var(--base-size) * 2.4);padding-bottom:calc(var(--base-size) * 3.2);margin-bottom:calc(var(--base-size) * 3.2);border-bottom:6px solid var(--kc-color-gray-200-10)}.my-events-list__section{width:100%;display:flex;flex-wrap:wrap}.my-events-list__section-title{width:100%;margin-bottom:calc(var(--base-size) * 1.6)}.my-events-list__card{position:relative;width:100%;max-width:calc(var(--base-size) * 37.9)}.my-events-list__cards{width:100%;display:flex;flex-wrap:wrap;gap:calc(var(--base-size) * 1.6)}.my-events-list__cards_assignments .my-events-list__card{max-width:calc(var(--base-size) * 33.5)}.my-events-list:first-of-type .my-events-list__title_button{padding-top:0}.my-events-list__title_button{display:flex;width:100%;align-items:center;justify-content:space-between;padding-top:calc(var(--base-size) * 1.6);padding-bottom:calc(var(--base-size) * 1.6)}.my-events-list__title ki-icon{font-size:calc(var(--base-size) * 2.4);transition:.3s}.my-events-list__title_open{padding:0}.my-events-list__title_open ki-icon{transform:rotate(180deg)}.my-events-list:last-of-type{margin-bottom:0;padding-bottom:0;border:0px}.my-events-fallback{padding-top:calc(var(--base-size) * 9)}.my-events-calendar-trigger{white-space:nowrap}.my-events-calendar-trigger__text{display:flex;align-items:center;gap:calc(var(--base-size) * .8);cursor:pointer;margin-bottom:0;font-size:calc(var(--base-size) * 2);line-height:1.42;font-weight:600}.my-events-calendar-trigger ki-icon{font-size:calc(var(--base-size) * 2.4);transition:.3s}.my-events-calendar-trigger_open ki-icon{transform:rotate(180deg)}@media only screen and (max-width: 1024px){.my-events__main{margin:0 0 calc(var(--base-size) * 3.2) 0}.my-events__filters{gap:var(--base-size);flex-wrap:wrap}.my-events__filters__secondary{flex-direction:row;flex-wrap:wrap;align-items:flex-end;width:100%;border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));padding:calc(var(--base-size) * 2)}.my-events__filters__select-column{width:calc(var(--base-size) * 20)!important}.my-events__main{gap:calc(var(--base-size) * 3)}.my-events__page-container .h-1{margin-bottom:calc(var(--base-size) * 2.4)}.my-events__page-container .empty-state-screen{padding:0}.my-events__events-calendar-wrap{max-width:calc(var(--base-size) * 48.6);margin-left:calc(var(--base-size) * -2.4);margin-top:calc(var(--base-size) * 4.8)}.my-events-filters{min-height:auto;flex-direction:column;align-items:flex-start;gap:calc(var(--base-size) * 1.6);margin-bottom:calc(var(--base-size) * 2.4);border:none;box-shadow:none;padding:0}.my-events-calendar-trigger__text{font-size:calc(var(--base-size) * 3.2);line-height:1.32}.my-events-list{gap:calc(var(--base-size) * 1.6);padding-bottom:calc(var(--base-size) * 2.4);margin-bottom:calc(var(--base-size) * 2.4)}.my-events-filters__wrapper{display:flex;width:auto;justify-content:flex-start}.my-events-filters__wrapper_active .my-events-filters{padding:calc(var(--base-size) * 1.6) calc(var(--base-size) * 2.4);border:1px solid var(--kc-color-light-gray)}.my-events-fallback{padding:calc(var(--base-size) * 5.6) 0}.my-events-list__cards_assignments .my-events-list__card,.my-events-list__card{max-width:calc(50% - var(--base-size) * .8)}}@media only screen and (max-width: 440px){.my-events__filters>.input-search-filter{flex-grow:1;width:auto}.my-events__filters__selects-list{width:100%}.my-events__filters__select-column{width:calc(50% - var(--base-size))!important}.my-events__page-container{padding-top:calc(var(--base-size) * 2.4);padding-bottom:calc(var(--base-size) * 2.4)}.my-events__main{flex-direction:column;gap:calc(var(--base-size) * 2.4)}.my-events__events-list{gap:calc(var(--base-size) * 2)}.my-events__events-list__card-wrapper{width:100%}.my-events__events-calendar-wrap{position:fixed;bottom:0;left:0;min-width:100vw;margin:0;padding:calc(var(--base-size) * 1.3) calc(var(--base-size) * .8) calc(var(--base-size) * 2.8) calc(var(--base-size) * .8);border-radius:calc(var(--base-size) * 4) calc(var(--base-size) * 4) 0 0;transform:translateY(var(--dragY, 0));transition:transform .25s ease;will-change:transform;touch-action:pan-y}.my-events__events-calendar-wrap.is-hidden{transform:translateY(100%);pointer-events:none}.my-events__events-calendar-wrap ki-switch{padding-left:calc(var(--base-size) * .8)}.my-events__events-calendar-wrap:before{content:"";position:absolute;width:calc(var(--base-size) * 3.6);height:calc(var(--base-size) * .6);background:var(--ki-color-light-gray, #CCD5DD);border-radius:calc(var(--base-size) * .6 * var(--ki-border-radius-scale));left:50%;transform:translate(-50%);top:calc(var(--base-size) * .8)}.my-events-calendar-trigger__text{font-size:calc(var(--base-size) * 1.8);line-height:1.55}.my-events-filters__wrapper{width:calc(100vw - var(--base-size) * 3.2);top:calc(var(--base-size) * 1.6)}.my-events-filters__wrapper_active .my-events-filters{padding:calc(var(--base-size) * 1.6) calc(var(--base-size) * 2.4)}.my-events-filters__wrapper_calendar-opened{top:calc(var(--base-size) * 1.6);bottom:auto;z-index:15}.my-events-filters{width:100%}.my-events-list{padding-bottom:calc(var(--base-size) * 1.6);margin-bottom:calc(var(--base-size) * 1.6)}.my-events-list__cards_assignments .my-events-list__card,.my-events-list__card{max-width:100%}.my-events__main{margin-bottom:0}}.kc-event-calendar{margin-top:0}.my-learning-saved-courses__empty-page{display:flex;justify-content:center;align-items:center;padding:calc(var(--base-size) * 13) 0 calc(var(--base-size) * 10)}.my-learning-saved-courses__empty-page__content{display:flex;flex-direction:column;align-items:center;width:calc(var(--base-size) * 39)}.my-learning-saved-courses__empty-page__content>form{width:100%}.my-learning-saved-courses__empty-page__content .my-learning-saved-courses__create-modal-btn{margin-left:0}.my-learning-saved-courses__create-list-form{display:grid;grid-template-columns:repeat(2,1fr);row-gap:var(--base-size);column-gap:var(--base-size)}.my-learning-saved-courses__create-list-form>*:nth-child(1){grid-row:1/2;grid-column:1/3}.my-learning-saved-courses__create-list-form>*:nth-child(2){grid-row:2/3;grid-column:1/2}.my-learning-saved-courses__create-list-form>*:nth-child(3){grid-row:2/3;grid-column:2/3}.my-learning-saved-courses__create-list-popup__trigger>button{width:100%}.my-learning-saved-courses__create-list-popup__trigger_active>button{background:var(--kc-color-gray-100)}.my-learning-saved-courses__create-list-popup__trigger_full-width{width:calc(var(--base-size) * 24.8)}.my-learning-saved-courses__create-list-popup__container{padding:calc(var(--base-size) * 2)}.my-learning-saved-courses__create-list-popup__container>*{width:calc(var(--base-size) * 24)}.my-learning-saved-courses__create-list-icon{font-size:calc(var(--base-size) * 2.4)}.my-learning-saved-courses__create-modal-btn{margin-left:auto}.my-learning-saved-courses__create-modal .kc-modal-window{padding:0;background:transparent;box-shadow:none}.my-learning-saved-courses__list-page{display:flex;flex-direction:column;padding:calc(var(--base-size) * 3.2) 0 0 0}.my-learning-saved-courses__list-page__search-row{display:flex;justify-content:space-between;gap:calc(var(--base-size) * 3);margin-bottom:calc(var(--base-size) * 4)}.my-learning-saved-courses__list-page__search-input-wrapper{width:calc(var(--base-size) * 26)}.my-learning-saved-courses__list-page .sticky-aside{z-index:9}.my-learning-saved-courses__create-wrapper{display:block}.my-learning-saved-courses__list-of-lists{display:flex;flex-direction:column;align-items:flex-start}.my-learning-saved-courses__list-of-lists__title{margin-bottom:calc(var(--base-size) * 2);color:var(--kc-color-gray-600)!important;font-weight:700!important}.my-learning-saved-courses__list-of-lists__content{display:flex;flex-direction:column;width:100%;gap:calc(var(--base-size) * 1.6);margin-bottom:calc(var(--base-size) * 2.4)}.my-learning-saved-courses__list-of-lists__content__item{display:flex;align-items:center;gap:calc(var(--base-size) * .8);padding:0;margin:0;border:0;background:none;cursor:pointer}.my-learning-saved-courses__list-of-lists__content__item__name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:var(--kc-color-gray-600)!important;transition:.3s}.my-learning-saved-courses__list-of-lists__content__item:hover .my-learning-saved-courses__list-of-lists__content__item__name{color:var(--main_color)!important}.my-learning-saved-courses__list-of-lists__content__item__counter{color:var(--kc-color-gray-200)!important}.my-learning-saved-courses__list-of-lists__content__item_current{cursor:default}.my-learning-saved-courses__list-of-lists__content__item_current:hover .my-learning-saved-courses__list-of-lists__content__item__name{text-decoration:none!important}.my-learning-saved-courses__list-of-lists__content__item_current .my-learning-saved-courses__list-of-lists__content__item__name{color:var(--main_color)!important}.my-learning-saved-courses__list-of-lists__create-list-button-wrapper{align-self:flex-start}.my-learning-saved-courses__list-of-lists>.my-learning-saved-courses__create-list-form{width:100%}.my-learning-saved-courses__title-row{z-index:2;display:flex;align-items:center;gap:calc(var(--base-size) * 2);margin-bottom:calc(var(--base-size) * 2.4);background:white}.my-learning-saved-courses__title-row>h1{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;margin:0;overflow:hidden;word-break:break-all;line-height:calc(var(--base-size) * 4);text-transform:capitalize}.my-learning-saved-courses__title-row__actions{display:flex;gap:var(--base-size)}.my-learning-saved-courses__title-row-action ki-icon{font-size:calc(var(--base-size) * 2.4)}.my-learning-saved-courses__title-row__action{display:flex;align-items:center;justify-content:center;height:calc(var(--base-size) * 3);width:calc(var(--base-size) * 3);padding:0;border:1px solid var(--kc-color-gray-200);border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));background:#ffffff;cursor:pointer;transition:.3s}.my-learning-saved-courses__title-row__action>svg{width:calc(var(--base-size) * 1.2);height:calc(var(--base-size) * 1.2);color:var(--kc-color-gray-200)}.my-learning-saved-courses__title-row__action:hover,.my-learning-saved-courses__title-row__action:focus,.my-learning-saved-courses__title-row__action_active{border-color:var(--kc-color-gray-100);background:var(--kc-color-gray-100)}.my-learning-saved-courses__title-row__action:active{border-color:var(--kc-color-light-gray);background:var(--kc-color-light-gray)}.my-learning-saved-courses__modal-wrapper .h-2{max-width:calc(var(--base-size) * 49.6);text-align:center;word-break:break-word}.my-learning-saved-courses__modal{display:flex;flex-direction:column}.my-learning-saved-courses__modal p{text-align:center;margin-top:calc(var(--base-size) * -.8);margin-bottom:calc(var(--base-size) * .8)}.my-learning-saved-courses__courses-list{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2)}.my-learning-saved-courses__courses-list__placeholder{max-width:calc(var(--base-size) * 40.5)}.my-learning-saved-courses__courses-list__placeholder>span{display:block}.my-learning-saved-courses__courses-list__placeholder>span.kc-typography_display-medium{margin:0 0 calc(var(--base-size) * 1.2) 0}.my-learning-saved-courses__courses-list__placeholder>span.kc-typography_text-small{color:var(--kc-color-middle-gray)}.my-learning-saved-courses__courses-list__placeholder .h-2{margin-bottom:calc(var(--base-size) * 1)}.my-learning-saved-courses__pagination{margin-top:calc(var(--base-size) * 2.4)}.my-learning-saved-courses__rename-form{display:flex;flex-wrap:wrap;width:calc(var(--base-size) * 32);padding:calc(var(--base-size) * 2);gap:var(--base-size)}.my-learning-saved-courses__rename-form>div:first-child{width:100%}.my-learning-saved-courses__delete-list{display:flex;flex-direction:column;width:calc(var(--base-size) * 31)}.my-learning-saved-courses__delete-list>h1{margin-bottom:calc(var(--base-size) * .5);color:var(--kc-color-gray-600)!important;text-align:center}.my-learning-saved-courses__delete-list__description{margin-bottom:calc(var(--base-size) * 2);color:var(--kc-color-gray-600)!important;text-align:center}.my-learning-saved-courses__delete-list__actions{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:calc(var(--base-size) * 3);column-gap:var(--base-size)}.my-learning-saved-courses__delete-list__actions>button:nth-child(2){border-color:var(--kc-color-red);color:var(--kc-color-red)}.my-learning-saved-courses__delete-list__actions>button:nth-child(2) .dot-loader div{background:var(--kc-color-red)}.kc-modal-window:has(.my-learning-saved-courses__delete-list){min-width:calc(var(--base-size) * 31)}.my-learning-saved-courses #kc-dropdowns-portal>.kc-dropdown-wrapper{z-index:2}.my-learning-saved-courses__save-course-button-wrapper{position:relative}.my-learning-saved-courses__save-course-button-wrapper>.dot-loader>div{background-color:var(--main_color)}.my-learning-saved-courses__save-course-button-wrapper_loading .save-button{opacity:0}.my-learning-saved-courses__save-button-tooltip{max-width:calc(var(--base-size) * 11.6);color:#fff!important}.my-learning-saved-courses__create-modal__overlay{position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:999}html[lang=bn] .my-learning-saved-courses__rename-form{width:calc(var(--base-size) * 34.5)}.my-learning-saved-courses__header{display:flex;align-items:center;gap:calc(var(--base-size) * 1.6);margin-bottom:calc(var(--base-size) * 3.2)}.my-learning-saved-courses__header h1{margin:0}@media only screen and (max-width: 440px){.my-learning-saved-courses__empty-page{padding:calc(var(--base-size) * 4.9) 0 calc(var(--base-size) * 9.5)}.my-learning-saved-courses__list-page__search-row{flex-direction:column;justify-content:flex-start;align-items:flex-start}.my-learning-saved-courses__list-page__search-input-wrapper{width:100%}.my-learning-saved-courses__header{justify-content:space-between;flex-wrap:wrap}.my-learning-saved-courses__header .my-learning-saved-courses__create-modal-btn,.my-learning-saved-courses__create-list-popup__trigger_full-width{width:100%}.my-learning-saved-courses__title-row{justify-content:space-between}}@media only screen and (max-width: 1024px){.my-learning-saved-courses__header{margin-bottom:calc(var(--base-size) * 2.4)}.my-learning-saved-courses__title-row{margin-bottom:calc(var(--base-size) * 1.6)}.my-learning-saved-courses__create-wrapper{display:none}}.my-learning-menu-wrap>ul{gap:calc(var(--base-size) * 11)}.my-learning-overview{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2.4)}.my-learning-overview__carousel-wrapper>section{margin:0;padding:0}.my-learning-overview__carousel-wrapper>section .course-card,.my-learning-overview__carousel-wrapper>section .recently-viewed__item{padding:calc(var(--base-size))}.my-learning-overview__assigned-courses-carousel .section-heading{justify-content:space-between;padding-bottom:calc(var(--base-size) * 1.5)}.my-learning-overview__recently-viewed-carousel{background-color:#fff;border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));padding:calc(var(--base-size) * 3.2)}.my-learning-overview__recently-viewed-carousel .section-heading{justify-content:space-between;align-items:center;padding-bottom:calc(var(--base-size) * 2)}.my-learning-overview__recommended-carousel{background-color:#fff;border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));padding:calc(var(--base-size) * 3.2)}.my-learning-overview__recommended-carousel a{font-size:calc(var(--base-size) * 1.6);line-height:calc(var(--base-size) * 2.4);color:var(--main_color);transition:.3s opacity}.my-learning-overview__recommended-carousel a:hover{opacity:.7}.my-learning-overview__recommended-carousel .section-heading{justify-content:space-between;align-items:center;padding-bottom:calc(var(--base-size) * 2)}.my-learning-overview__recommended-carousel .course-card{border:1px solid var(--kc-color-light-gray)}.stats-overview{width:100%;display:flex;justify-content:space-between;gap:calc(var(--base-size) * 1.6)}.stats-overview_points-hidden .continue-learning{width:calc(66.6666666667% - var(--base-size) * 1.6)}.stats-overview_points-hidden .awards-overview{width:33.3333333333%}.stats-overview_no-training-limit .continue-learning{width:100%}@media only screen and (max-width: 1024px){.stats-overview{flex-wrap:wrap}.stats-overview_points-hidden .continue-learning,.stats-overview_points-hidden .awards-overview,.stats-overview .my-learning-overview__stats__training-time-section{width:100%}.my-learning-overview__recommended-carousel,.my-learning-overview__recently-viewed-carousel{padding:calc(var(--base-size) * 2.4);border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale))}}@media only screen and (max-width: 440px){.my-learning-overview__tna-banner{width:100vw;margin-left:calc(var(--base-size) * -1.8)}.my-learning-overview__recently-viewed-carousel,.my-learning-overview__recommended-carousel{padding:calc(var(--base-size) * 2.4) calc(var(--base-size) * 1.6);border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale))}.my-learning-overview{gap:calc(var(--base-size) * 1.6);overflow:hidden}}.my-learning-assignments{border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));background-color:var(--main_color);padding:calc(var(--base-size) * 3.2)}.my-learning-assignments h1{color:var(--kc-button-primary-text-color)}.my-learning-assignments__header-text{display:flex;align-items:flex-end;justify-content:space-between;gap:calc(var(--base-size) * .8);margin-bottom:calc(var(--base-size) * 2)}.my-learning-assignments__header-text ki-button-2{white-space:nowrap}.my-learning-assignments__header-text span{color:var(--kc-button-primary-text-color)}.my-learning-assignments__header-btn-text{color:#fff}.assignments-wrap{scrollbar-width:none;-ms-overflow-style:none;display:flex;gap:calc(var(--base-size) * 1.6);width:100%}.assignments-wrap::-webkit-scrollbar{display:none}.assignments-wrap .assignments-card{width:calc(var(--base-size) * 24.8);min-height:calc(var(--base-size) * 27.6);padding:calc(var(--base-size) * 4.2) calc(var(--base-size) * 1.6) 0 calc(var(--base-size) * 1.6);border:2px solid #fff;border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale));position:relative;flex:none;min-width:0;overflow:hidden}.assignments-wrap .assignments-card>div{position:relative;z-index:2}.assignments-wrap .assignments-card .animation-wrapper{position:absolute;height:100%;width:100%;top:0;left:0;z-index:0}.assignments-wrap .assignments-card .animation-wrapper>.image-wrapper{position:absolute;width:calc(var(--base-size) * 19.8);height:100%;left:50%;transform:translate(-50%);bottom:calc(var(--base-size) * -3.6)}.assignments-wrap .assignments-card ki-button-2{position:relative;z-index:1;white-space:nowrap}.assignments-wrap .assignments-cards{display:flex;width:100%;gap:calc(var(--base-size) * 1.6)}.assignments-wrap .assignments-cards>.course-preview-card{width:calc(var(--base-size) * 24.8)}@media only screen and (max-width: 1024px){.my-learning-assignments{padding:calc(var(--base-size) * 2.4)}.my-learning-assignments__onboarding-trigger__wrapper>.my-learning-assignments__onboarding-trigger{position:absolute;top:50%;right:var(--base-size);transform:translateY(-50%);width:calc(var(--base-size) * 2);height:calc(var(--base-size) * 2)}.assignments-wrap{width:calc(100% + var(--base-size) * 4.8);margin-left:calc(var(--base-size) * -2.4);padding:0 calc(var(--base-size) * 2.4);overflow-x:auto}.assignments-wrap .assignments-card{width:calc(var(--base-size) * 23.2)}.assignments-wrap .assignments-cards>.course-preview-card{width:calc(var(--base-size) * 23.2)}html[lang=ar] .my-learning-assignments__onboarding-trigger__wrapper>.my-learning-assignments__onboarding-trigger,html[lang=ur] .my-learning-assignments__onboarding-trigger__wrapper>.my-learning-assignments__onboarding-trigger{right:auto;left:var(--base-size)}html[lang=ar] .assignments-wrap,html[lang=ur] .assignments-wrap{margin-left:0;margin-right:calc(var(--base-size) * -2.4)}.my-learning-assignments__header-text{margin-bottom:calc(var(--base-size) * 1.6)}}@media only screen and (max-width: 768px){.assignments-wrap .assignments-card{width:calc(var(--base-size) * 22.9);flex:none}.assignments-wrap .assignments-cards>.course-preview-card{width:calc(var(--base-size) * 22.9);min-width:auto}}@media only screen and (max-width: 440px){.my-learning-assignments{padding:calc(var(--base-size) * 2.4) calc(var(--base-size) * 1.6);border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale))}.assignments-wrap{width:calc(100% + var(--base-size) * 3.2);margin-left:calc(var(--base-size) * -1.6);padding:0 calc(var(--base-size) * 1.6)}html[lang=ar] .assignments-wrap,html[lang=ur] .assignments-wrap{margin-left:0;margin-right:calc(var(--base-size) * -1.6)}}.my-learning-overview__stats{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2.4)}.training-limit{display:flex;flex-direction:column;align-items:center;gap:calc(var(--base-size) * .8)}.training-limit__progress{display:flex;width:calc(var(--base-size) * 21.4)}.training-limit__text{text-align:center}@media only screen and (max-width: 1024px){.my-learning-overview__stats{gap:calc(var(--base-size) * 2.4)}.my-learning-overview__stats__training-time-section{width:50%;flex:auto}.my-learning-overview__stats__training-time-section__tile{height:calc(var(--base-size) * 22);padding:0 calc(var(--base-size) * 5.85)}.my-learning-overview__stats__courses-section{width:50%}.my-learning-overview__stats__courses-section__list{flex-wrap:wrap}.my-learning-overview__stats__courses-section__tile{flex-wrap:wrap;gap:0;width:calc(50% - var(--base-size) * .8);height:calc(var(--base-size) * 10)}}@media only screen and (max-width: 440px){.my-learning-overview__stats{flex-direction:column;gap:calc(var(--base-size) * 1.6)}.my-learning-overview__stats__training-wrap{flex-direction:column;gap:calc(var(--base-size) * 3)}.my-learning-overview__stats__training-time-section{width:100%}.my-learning-overview__stats__training-time-section__tile{height:calc(var(--base-size) * 20);padding:0 calc(var(--base-size) * 8.35)}.my-learning-overview__stats__courses-section{width:100%}.my-learning-overview__stats__courses-section__tile{gap:0;width:calc(50% - var(--base-size));height:calc(var(--base-size) * 12.4)}}.my-learning-overview__recently-viewed{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2)}.my-learning-overview__recently-viewed__list{display:flex;width:100%;gap:calc(var(--base-size) * 2);overflow-x:auto;padding:var(--base-size) 0}.my-learning-overview__recently-viewed__list:not(:has(*)){display:none}.my-learning-overview__recently-viewed__fallback-text{color:var(--kc-color-gray-200)!important;font-weight:400!important}@media only screen and (max-width: 1024px){.my-learning-overview__recently-viewed__list{width:100vw;margin:0 calc(var(--base-size) * -3.4);padding:0 calc(var(--base-size) * 4.4)}}@media only screen and (max-width: 440px){.my-learning-overview__recently-viewed__list{width:100vw;margin:0 calc(var(--base-size) * -1.8);padding:0 calc(var(--base-size) * 2.8)}}.my-learning-overview__calendar-section{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2.4);background-color:#fff;padding:calc(var(--base-size) * 3.2);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale))}.my-learning-overview__calendar-section__content-wrapper{display:flex;gap:calc(var(--base-size) * 1.6)}.my-learning-overview__calendar-section__calendar-block{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.5);width:31vw;max-width:calc(var(--base-size) * 51.2);flex:none}.my-learning-overview__calendar-section__calendar-block .kc-switch .kc-switcher{border-color:#74838a}.my-learning-overview__calendar-section__calendar-block .kc-switch .kc-switcher:after{background:#74838a}.my-learning-overview__calendar-section__calendar-block .kc-switch-checked .kc-switcher{background-color:var(--main_color);border-color:var(--main_color)}.my-learning-overview__calendar-section__calendar-block .kc-switch-checked .kc-switcher:after{background-color:var(--kc--color-white)}.my-learning-overview__calendar-section__calendar-block .kc-switch-checked .kc-switcher:hover{background-color:var(--kc-ui-kit-color-primary-hover);border-color:var(--kc-ui-kit-color-primary-hover)}.my-learning-overview__calendar-section__calendar-block .kc-switch .kc-swith-text{color:var(--kc-color-gray-600)}.my-learning-overview__calendar-section__events-block{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2.4);flex-grow:1;min-width:0}.my-learning-overview__calendar-section__events-list{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2.4)}.my-learning-overview__calendar-section__events-list__title{border-bottom:calc(var(--base-size) * .1) solid #ccd5dd;padding-bottom:var(--base-size)}.my-learning-overview__calendar-section__events-list__sub-section{display:flex;flex-direction:column;align-items:flex-start;gap:calc(var(--base-size) * 1.6)}.my-learning-overview__calendar-section__events-list__sub-section__list{display:flex;flex-direction:column;width:100%}.my-learning-overview__calendar-section__events-list__sub-section__list_course-events{gap:calc(var(--base-size) * 1.6);flex-direction:column}.my-learning-overview__calendar-section__events-list__sub-section__list_assignments-events{gap:calc(var(--base-size) * .8)}.my-learning-overview__calendar-section__expand-button{display:flex;gap:calc(var(--base-size) * .8);border:none;margin:0;padding:0;background:none;cursor:pointer;color:var(--main_color, #ff881a)}.my-learning-overview__calendar-section__expand-button:hover{color:var(--kc-color-primary-hover, #d3722b)}.my-learning-overview__calendar-section__expand-button__icon{display:flex;align-items:center;justify-content:center;width:calc(var(--base-size) * 2.4);height:calc(var(--base-size) * 2.4)}.my-learning-overview__calendar-section__expand-button__icon svg{width:calc(var(--base-size) * 1.855)}.my-learning-overview__calendar-section__expand-button_expanded .my-learning-overview__calendar-section__expand-button__icon svg{transform:rotate(180deg)}.my-learning-overview__calendar-dot{display:inline-flex;align-items:center;justify-content:center;position:relative;width:calc(var(--base-size) * .4)}.my-learning-overview__calendar-dot:before{content:"";position:absolute;width:calc(var(--base-size) * .25);height:calc(var(--base-size) * .25);top:calc(var(--base-size) * -.6);border-radius:50%;background-color:var(--kc-color-gray-600)}.my-learning-overview__calendar-header{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width: 1024px){.my-learning-overview__calendar-section{padding:calc(var(--base-size) * 2.4)}.my-learning-overview__calendar-section__content-wrapper{gap:calc(var(--base-size) * 1.6)}.my-learning-overview__calendar-section__calendar-block{width:calc(var(--base-size) * 34)}.my-learning-overview__calendar-section__events-block .empty-state-screen{padding:calc(var(--base-size) * 5.6) 0}}@media only screen and (max-width: 440px){.my-learning-overview__calendar-section{padding:calc(var(--base-size) * 2.4) calc(var(--base-size) * 1.6);border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale))}.my-learning-overview__calendar-section__content-wrapper{flex-direction:column;gap:calc(var(--base-size) * 2)}.my-learning-overview__calendar-section__calendar-block{width:100%}}.learning-process__page-container{padding-bottom:calc(var(--base-size) * 10)}.learning-process__page-container.container-custom{padding-top:calc(var(--base-size) * 3.2)}.learning-process__courses-and-learning-paths-screen{display:flex;flex-direction:column;gap:calc(var(--base-size) * 7)}.learning-process__table-wrapper{display:flex;flex-direction:column;overflow-x:auto}.learning-process__table-wrapper .my-learning-table>thead>tr>th:first-child{width:100%}.learning-process__table-wrapper .my-learning-table tbody td:first-child{max-width:calc(var(--base-size) * 1)}.learning-process__table-accordion-body{display:flex;flex-direction:column;gap:calc(var(--base-size) * 3.2)}.learning-process__search-wrapper{width:calc(var(--base-size) * 28.5)}.learning-process__no-items-to-search-message{color:var(--kc-color-gray-200)!important}.learning-process__title-cell{display:flex;gap:var(--base-size)}.learning-process__title-cell>a,.learning-process__title-cell>button{width:100%;border:none;padding:0;background:none;white-space:pre-wrap;text-decoration:underline;text-align:start}.learning-process__title-cell .icon-modal_wrap{position:relative;top:unset;left:unset;right:unset}.learning-process__title-cell .icon-modal_wrap svg{display:block;width:calc(var(--base-size) * 2.4)!important;margin:0!important}.learning-process__title-cell .icon-modal_wrap .icon-modal_content{text-align:start}.learning-process__date-cell{display:flex;gap:calc(var(--base-size) * .4);align-items:center;color:var(--kc-color-gray-600)!important}.learning-process__date-cell>svg{width:calc(var(--base-size) * 1.8);height:calc(var(--base-size) * 1.8);flex-shrink:0}.learning-process__date-cell_fade{color:var(--kc-color-gray-200)!important}.learning-process__date-cell_near{color:var(--kc--color-red)!important;font-weight:700!important}.learning-process__table__title-column{width:25%}.learning-process__go-back-button{display:flex;align-items:center;gap:calc(var(--base-size) * .8);padding:calc(var(--base-size) * .3) calc(var(--base-size) * .8);margin-bottom:var(--base-size);border:none;background:none}.learning-process__go-back-button svg{flex-shrink:0;height:calc(var(--base-size) * 1.2);width:calc(var(--base-size) * 1.2);color:var(--kc-color-gray-600)}html[lang=ar] .learning-process__go-back-button svg,html[lang=ur] .learning-process__go-back-button svg{transform:rotate(180deg)}.learning-process__go-back-button p{padding:0;margin:0;color:var(--kc-color-gray-600);font-weight:700;line-height:calc(var(--base-size) * 2.4)}.learning-process__learning-path-screen__header{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.5);margin-bottom:calc(var(--base-size) * 1.6)}.learning-process__learning-path-screen__header__title{margin:0}.learning-process__learning-path-screen__header__primary-block{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6)}.learning-process__learning-path-screen__header__details{display:flex;align-items:center;column-gap:calc(var(--base-size) * 2.1);row-gap:calc(var(--base-size) * .2);flex-wrap:wrap}.learning-process__learning-path-screen__header__details>span{position:relative}.learning-process__learning-path-screen__header__details>span:not(:last-child):after{content:"";position:absolute;top:calc(var(--base-size) * .5);bottom:calc(var(--base-size) * .5);right:calc(var(--base-size) * -1.1);display:block;width:1px;background:var(--kc-color-gray-600)}html[lang=ar] .learning-process__learning-path-screen__header__details>span:not(:last-child):after,html[lang=ur] .learning-process__learning-path-screen__header__details>span:not(:last-child):after{right:auto;left:calc(var(--base-size) * -1.1)}.learning-process__learning-path-screen__header__details:empty{display:none}.learning-process__learning-path-screen__header__details__interval{display:inline-block;color:var(--kc-color-gray-600)!important;font-weight:400!important}.learning-process__learning-path-screen__course-card-additionals{display:flex;flex-direction:column;flex-grow:1;gap:calc(var(--base-size) * 1.5)}.learning-process__learning-path-screen__course-card-additionals__events{display:flex;gap:var(--base-size)}.learning-process__learning-path-screen__course-card-additionals__go-to-course-button{margin-top:auto}.learning-process__event{display:flex;align-items:center;gap:var(--base-size);padding:calc(var(--base-size) * .3) var(--base-size);border-radius:calc(var(--base-size) * 1.4 * var(--ki-border-radius-scale))}.learning-process__event>svg{display:block;flex-shrink:0;width:calc(var(--base-size) * 1.8);height:calc(var(--base-size) * 1.8)}.learning-process__event>a{text-decoration:underline}.learning-process__event_attended{background:#ffeddc}.learning-process__event_attended,.learning-process__event_attended>a{color:#ff881a}.learning-process__event_approved{background:#ecffef}.learning-process__event_approved,.learning-process__event_approved>a{color:var(--kc-color-green)}.learning-process__event_pending{background:var(--kc-color-gray-200)}.learning-process__event_pending,.learning-process__event_pending>a{color:var(--kc-color-gray-200)}.learning-process__event_rejected{background:#fff0f0}.learning-process__event_rejected,.learning-process__event_rejected>a{color:var(--kc-color-red)}.learning-process__learning-path-screen__header__details__prerequisites{display:flex;align-items:center;gap:calc(var(--base-size) * .8);color:var(--kc-color-orange);font-weight:400;font-size:calc(var(--base-size) * 1.6)}.lp-compliance{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.2);margin-top:calc(var(--base-size) * 2.4);margin-bottom:calc(var(--base-size) * 1.6)}.lp-compliance__progress-block{display:flex;flex-direction:column;gap:calc(var(--base-size) * .8);padding:calc(var(--base-size) * 1.6);border:1px solid var(--kc-color-gray-200);border-radius:calc(var(--base-size) * 1.4 * var(--ki-border-radius-scale))}.lp-compliance__row{display:flex;align-items:baseline;justify-content:space-between;gap:var(--base-size);flex-wrap:wrap}.lp-compliance__label{color:var(--kc-color-gray-600)}.lp-compliance__hours{font-weight:700}.lp-compliance__bar{display:flex;width:100%}.lp-compliance__deadline{display:flex;align-items:center;justify-content:space-between;gap:var(--base-size);flex-wrap:wrap;color:var(--kc-color-gray-600)}.lp-compliance__days-left{font-weight:700}.lp-compliance__days-left_soon{color:var(--kc-color-red)}.lp-compliance__hint{margin:0;color:var(--kc-color-gray-600)}.lp-compliance__card{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:calc(var(--base-size) * 2);flex-wrap:wrap;width:100%;box-sizing:border-box;padding:calc(var(--base-size) * 1.6) calc(var(--base-size) * 2.2);border:1px solid transparent;border-radius:calc(var(--base-size) * 1.4 * var(--ki-border-radius-scale))}.lp-compliance__card_success{background:#ecfdf3;border-color:#a6e6be}.lp-compliance__card_error{background:#fef3f2;border-color:#fda29b}.lp-compliance__card-text{display:flex;flex-direction:column;gap:calc(var(--base-size) * .4)}.lp-compliance__card-message{position:relative;flex:1 1 calc(var(--base-size) * 30);padding-left:calc(var(--base-size) * 3.4);color:#067647;font-weight:500;line-height:1.4}.lp-compliance__card-message:before{content:"\2713";position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:calc(var(--base-size) * 2.4);height:calc(var(--base-size) * 2.4);border-radius:50%;background:#12b76a;color:#fff;font-size:calc(var(--base-size) * 1.4);font-weight:700;line-height:1}.lp-compliance__state-title{font-weight:700}.lp-compliance__actions{display:flex;flex-shrink:0}@media only screen and (max-width: 1024px){.learning-process__table-wrapper{margin-left:calc(var(--base-size) * -3.4);margin-right:calc(var(--base-size) * -3.4)}.learning-process__table-wrapper .my-learning-table tbody td:first-child{max-width:unset}.learning-process__table-wrapper .my-learning-table>thead>tr>th:first-child>div,.learning-process__table-wrapper .my-learning-table>tbody>tr>td:first-child>div{width:calc(var(--base-size) * 21.4)}}@media only screen and (max-width: 440px){.learning-process__table-wrapper{margin-left:calc(var(--base-size) * -1.8);margin-right:calc(var(--base-size) * -1.8)}.learning-process__table-wrapper .my-learning-table>thead>tr>th:first-child>div,.learning-process__table-wrapper .my-learning-table>tbody>tr>td:first-child>div{width:unset}.learning-process__title-cell .icon-modal_content{width:calc(100vw - var(--base-size) * 6.4)!important}.learning-process__learning-path-screen{margin-top:0}.learning-process__learning-path-screen__header__details>span:nth-child(3):after{display:none}.learning-process__learning-path-screen__header__details__interval{position:relative}.learning-process__learning-path-screen__header__details__interval:after{content:"";position:absolute;top:calc(var(--base-size) * .5);bottom:calc(var(--base-size) * .5);right:calc(var(--base-size) * -1.1);display:block;width:1px;background:var(--kc-color-light-gray)}.learning-process__go-back-button{margin:calc(var(--base-size) * 3) 0 calc(var(--base-size) * 2.5) 0}html[lang=ar] .learning-process__learning-path-screen__header__details__interval:after,html[lang=ur] .learning-process__learning-path-screen__header__details__interval:after{right:auto;left:calc(var(--base-size) * -1.1)}}.learning-paths__courses-list{padding:calc(var(--base-size) * .8) 0 0 0}.learning-process-accordion{border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale));position:relative}.learning-process-accordion .accordion-wrapper>ul>li>button[aria-expanded=true]>ki-button-2{color:var(--kc-color-gray-600);--ki-color-primary-100: var(--ki-color-primary-150)}.learning-process-accordion .accordion-wrapper>ul>li>button[aria-expanded=true]>ki-button-2>ki-icon{transform:rotate(-180deg)}.learning-process-accordion .accordion-wrapper>ul>li>button>ki-button-2{position:absolute;top:calc(var(--base-size) * 1.6);right:calc(var(--base-size) * 1.6);z-index:1;--ki-button-small-height: calc(var(--base-size) * 4);--ki-button-small-border-radius: calc( var(--base-size) * .8 * var(--ki-border-radius-scale) );--ki-button-small-padding: 0}.learning-process-accordion .accordion-wrapper>ul>li>button>ki-button-2>ki-icon{font-size:calc(var(--base-size) * 2.4);transition:.3s transform}html[lang=ar] .learning-process-accordion .accordion-wrapper>ul>li>button>ki-button-2,html[lang=ur] .learning-process-accordion .accordion-wrapper>ul>li>button>ki-button-2{right:auto;left:calc(var(--base-size) * 1.6)}.learning-process-accordion:hover .accordion-wrapper>ul>li>button>ki-button-2{color:var(--kc-color-gray-600);--ki-color-primary-100: var(--ki-color-primary-150)}.learning-process-accordion .accordion-title-headless{position:relative;width:100%;padding:calc(var(--base-size) * 1.6);padding-right:calc(var(--base-size) * 6);border:none;transition:border-radius .3s ease}.learning-process-accordion .accordion-title-headless>.kc-icons{display:none}html[lang=ar] .learning-process-accordion .accordion-title-headless,html[lang=ur] .learning-process-accordion .accordion-title-headless{padding-right:calc(var(--base-size) * 3);padding-left:calc(var(--base-size) * 6)}html[lang=ar] .learning-process-accordion .accordion-title-headless>.kc-icons,html[lang=ur] .learning-process-accordion .accordion-title-headless>.kc-icons{right:auto;left:calc(var(--base-size) * 3)}html[lang=ar] .learning-process-accordion .accordion-title-headless:after,html[lang=ur] .learning-process-accordion .accordion-title-headless:after{right:auto;left:calc(var(--base-size) * 2.05)}.learning-process-accordion__head svg{position:static!important;transform:none!important}.learning-process-accordion__foot{display:flex;align-items:center;height:calc(var(--base-size) * 8.2);gap:calc(var(--base-size) * 1.5);margin:calc(var(--base-size) * .8) 0}.learning-process-accordion__foot ki-icon{font-size:calc(var(--base-size) * 4);margin-left:calc(var(--base-size) * 2)}html[lang=ar] .learning-process-accordion__foot ki-icon,html[lang=ur] .learning-process-accordion__foot ki-icon{margin-left:0;margin-right:calc(var(--base-size) * 2)}.learning-process-accordion__foot img{margin:0 calc(var(--base-size) * 1.5) 0 0}.learning-process-accordion__status-block{display:flex;align-items:center;gap:var(--base-size);flex-wrap:wrap}.learning-process-accordion__status-block .icon-modal_wrap{display:block;position:relative;inset:initial}.learning-process-accordion__status-block .icon-modal_wrap .kc-icons{display:block;width:calc(var(--base-size) * 2.5);height:calc(var(--base-size) * 2.5)}.learning-process-accordion__status-block>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.learning-process-accordion__status-block>.course-status{overflow:hidden}.learning-process-accordion__title{display:flex;margin:calc(var(--base-size) * .8) 0;text-align:start}.learning-process-accordion__info-block{display:flex;gap:calc(var(--base-size) * 1.6);flex-wrap:wrap}.learning-process-accordion__info-block ki-icon{font-size:calc(var(--base-size) * 2.4);color:var(--main_color)}.learning-process-accordion__info-block>span{display:flex;align-items:center;position:relative;gap:calc(var(--base-size) * .5)}html[lang=ar] .learning-process-accordion__info-block>span:not(:last-child):after{right:auto;left:calc(var(--base-size) * -1)}.learning-process-accordion__main-content{position:relative;display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6);padding:0 calc(var(--base-size) * 1.6) calc(var(--base-size) * 1.6) calc(var(--base-size) * 1.6);min-height:calc(var(--base-size) * 10)}.learning-process-accordion__course-list-item{display:flex;gap:calc(var(--base-size) * 1.5)}.learning-process-accordion__course-list-item__card-container{flex-grow:1;background:white;max-width:100%;min-width:0}.learning-process-accordion__course-list-item__card-container .kc-course-card__info-column{padding-bottom:0;min-width:0}.learning-process-accordion__course-list-item__card-container .kc-course-card__info-column__title-row>a{min-width:0}.learning-process-accordion__course-list-item__card-container .kc-course-card__info-column:after{display:none}.learning-process-accordion__course-list-item__card-container .kc-course-card__info-column__title-row{align-items:flex-start}.learning-process-accordion .vertical-divider:after{content:"";position:absolute;top:calc(var(--base-size) * .5);bottom:calc(var(--base-size) * .4);right:calc(var(--base-size) * -.8);display:block;width:1px;background:var(--kc-color-gray-600)}html[lang=ar] .learning-process-accordion .vertical-divider:after,html[lang=ur] .learning-process-accordion .vertical-divider:after{right:auto;left:calc(var(--base-size) * -.8)}.learning-process-accordion__access-dates{display:flex;gap:calc(var(--base-size) * .5);position:relative}.learning-process-accordion__access-dates-block{display:flex;gap:calc(var(--base-size) * .5);align-items:center}.learning-process-accordion__access-dates-block-inner{display:flex;gap:calc(var(--base-size) * 1.6)}@media only screen and (max-width: 440px){.learning-process-accordion__access-dates-block{align-items:flex-start}.learning-process-accordion__access-dates-block-inner{flex-direction:column;align-items:flex-start;gap:calc(var(--base-size) * .5)}.learning-process-accordion__access-dates{flex-wrap:wrap}.learning-process-accordion .vertical-divider:after{display:none}}@media only screen and (max-width: 1024px){.learning-process-accordion__course-list-item{gap:var(--base-size)}.learning-process-accordion__course-list-item__card-container .course-status__icon svg{width:calc(var(--base-size) * 1.8);height:calc(var(--base-size) * 1.8)}}@media only screen and (max-width: 440px){.learning-process-accordion__title{--kc--display-medium-font-size: calc(var(--base-size) * 1.8)}.learning-paths__courses-list{width:calc(100% + var(--base-size) * 3.2);padding:calc(var(--base-size) * .8) 0 0 0;margin:0 calc(var(--base-size) * -1.6) 0 calc(var(--base-size) * -1.6)}}.learning-process-table-accordion .accordion-title{border:none;padding:0;padding-left:calc(var(--base-size) * 2);margin:0;background:none}.learning-process-table-accordion .accordion-title>svg{right:auto;left:0}html[lang=ar] .learning-process-table-accordion .accordion-title,html[lang=ur] .learning-process-table-accordion .accordion-title{padding-left:0;padding-right:calc(var(--base-size) * 2)}html[lang=ar] .learning-process-table-accordion .accordion-title>svg,html[lang=ur] .learning-process-table-accordion .accordion-title>svg{right:0;left:auto}.learning-process-table-accordion .accordion-content{border:none;padding:0}.learning-process-table-accordion>li{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2)}.my-learning-all-my-courses__page-container{display:flex;flex-direction:column;padding-top:calc(var(--base-size) * .8)}.my-learning-all-my-courses__page-selector-wrapper{margin-top:calc(var(--base-size) * 2.4)}.my-learning-all-my-courses__select{width:calc(var(--base-size) * 15)}.my-learning-all-my-courses__select__wrapper{display:flex;align-items:center;gap:var(--base-size)}.my-learning-all-my-courses__select__title{color:var(--kc-color-gray-200)!important;font-weight:400}.my-learning-all-my-courses__search-bar{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:calc(var(--base-size) * 1.6)}.my-learning-all-my-courses__search-bar__input-wrapper{width:calc(var(--base-size) * 24.8)}.my-learning-all-my-courses__search-bar .selectContainer input[type=text]{color:var(--kc-color-gray-600);font-family:Lato,Tahoma,Geneva,Verdana,sans-serif;font-style:normal;font-weight:400;font-size:calc(var(--base-size) * 1.4);line-height:calc(var(--base-size) * 2.1)}.my-learning-all-my-courses__search-bar ki-select{width:calc(var(--base-size) * 23.1)}.my-learning-all-my-courses__main{display:flex;align-items:flex-start}.my-learning-all-my-courses__main .sticky-aside .button-with-icon>.kc-btn{gap:calc(var(--base-size) * .8);padding-left:calc(var(--base-size) * .7)}.my-learning-all-my-courses__main .sticky-aside .button-with-icon>.kc-btn svg{width:calc(var(--base-size) * 1.2);height:calc(var(--base-size) * 1.2);color:var(--kc-color-gray-600)}.my-learning-all-my-courses__main .sticky-aside .button-with-icon>.kc-btn:hover{background:var(--kc-color-gray-100)}.my-learning-all-my-courses__main .sticky-aside .button-with-icon>.kc-btn:active{background:var(--kc-color-gray-100)}.my-learning-all-my-courses__main .sticky-aside .button-with-icon>.kc-btn.is-disabled{opacity:1!important;color:var(--kc-color-gray-200)}.my-learning-all-my-courses__main .sticky-aside .button-with-icon>.kc-btn.is-disabled,.my-learning-all-my-courses__main .sticky-aside .button-with-icon>.kc-btn.is-disabled svg{color:var(--kc-color-gray-200)}.my-learning-all-my-courses__main .kc-checkbox-group .kc-checkbox:not(:last-child){margin:0 0 calc(var(--base-size) * .8) 0}.my-learning-all-my-courses__main .filters-section__checkbox-group-wrapper{margin-bottom:calc(var(--base-size) * 2.4)}.my-learning-all-my-courses__main .search-result_list-content{gap:calc(var(--base-size) * 2)}.my-learning-all-my-courses__fallback{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.2)}.my-learning-all-my-courses__fallback__title{margin:0}.my-learning-all-my-courses__fallback__description{margin:0;font-weight:400!important}@media only screen and (max-width: 1024px){.my-learning-all-my-courses__main .sticky-aside{width:calc(var(--base-size) * 29.4);padding:calc(var(--base-size) * 2.4) calc(var(--base-size) * 1.6) 0 calc(var(--base-size) * 1.6);border-radius:0 calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) 0}html[lang=ar] .my-learning-all-my-courses__main .sticky-aside,html[lang=ur] .my-learning-all-my-courses__main .sticky-aside{border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) 0 0 calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale))}.my-learning-all-my-courses__main .sticky-aside__buttons-block{width:calc(var(--base-size) * 29.4);gap:var(--base-size);padding:calc(var(--base-size) * 2);margin-left:calc(var(--base-size) * -1.6);margin-right:calc(var(--base-size) * -1.6)}.my-learning-all-my-courses__search-bar{gap:calc(var(--base-size) * 1.6);margin-bottom:calc(var(--base-size) * 2.4);justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.my-learning-all-my-courses__search-bar .selected-filters{width:calc(100% + var(--base-size) * 4.8);display:flex;justify-content:flex-start;gap:var(--base-size);--ki-button-xs-width: auto;margin-right:calc(var(--base-size) * -2.4);margin-left:calc(var(--base-size) * -2.4);padding:0 calc(var(--base-size) * 2.4);overflow-x:scroll;border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale));scrollbar-width:none}.my-learning-all-my-courses__search-bar .selected-filters::-webkit-scrollbar{display:none}.my-learning-all-my-courses__search-bar .selected-filters ki-button-2{flex:none}.my-learning-all-my-courses__search-bar__input-wrapper{display:flex;width:calc(var(--base-size) * 17.6);margin-right:auto}.my-learning-all-my-courses__search-bar__input-wrapper>.input-search-filter{flex-grow:1}.my-learning-all-my-courses__search-bar__input-wrapper>.input-search-filter>input{width:100%}html[lang=ar] .my-learning-all-my-courses__search-bar__input-wrapper,html[lang=ur] .my-learning-all-my-courses__search-bar__input-wrapper{margin-right:unset;margin-left:auto}}@media only screen and (max-width: 440px){.my-learning-all-my-courses__page-selector-wrapper{display:flex;justify-content:center;margin-top:calc(var(--base-size) * 2.4)}.my-learning-all-my-courses__main .sticky-aside{border-radius:0}.my-learning-all-my-courses__main .sticky-aside__buttons-block{width:100vw}html[lang=ar] .my-learning-all-my-courses__main .sticky-aside,html[lang=ur] .my-learning-all-my-courses__main .sticky-aside{border-radius:0}html[lang=ar] .my-learning-all-my-courses__main .sticky-aside__buttons-block,html[lang=ur] .my-learning-all-my-courses__main .sticky-aside__buttons-block{margin-left:unset}.my-learning-all-my-courses__main .search-result_list-content{gap:calc(var(--base-size) * 2)}.my-learning-all-my-courses__search-bar{display:flex;flex-wrap:wrap;gap:var(--base-size)}.my-learning-all-my-courses__search-bar__input-wrapper{flex-grow:1;margin-right:0}.my-learning-all-my-courses__search-bar .selectContainer{width:initial}.my-learning-all-my-courses__search-bar__select__title{display:none}.my-learning-all-my-courses__select{width:100%}.my-learning-all-my-courses__select__wrapper{width:calc((100% - var(--base-size)) / 2)}.my-learning-all-my-courses__select__title{display:none}}.my-learning-my-assignments__page-container{display:flex;flex-direction:column;gap:calc(var(--base-size) * 3);padding:calc(var(--base-size) * 3) 0 calc(var(--base-size) * 3) 0}.my-learning-my-assignments__page-container .breadcrumbs{margin-bottom:calc(var(--base-size) * 1.6)!important}.my-learning-my-assignments__page-container h1{margin-bottom:calc(var(--base-size) * 3);margin-top:0}.my-learning-my-assignments__page-container .container-custom{flex:1;display:flex;flex-direction:column}.my-learning-my-assignments__search-bar{display:flex;flex-direction:column;align-items:flex-start;gap:calc(var(--base-size) * 1.6);margin-bottom:calc(var(--base-size) * 2.4);width:100%}.my-learning-my-assignments__bottom-bar{display:flex;justify-content:space-between;align-items:flex-start;width:100%;gap:calc(var(--base-size) * 1.6)}.my-learning-my-assignments__search-input-wrapper{width:100%}.my-learning-my-assignments__search-input-wrapper .my-learning-my-assignments__search-input{display:flex;justify-content:space-between;gap:calc(var(--base-size) * 1.6)}.my-learning-my-assignments__search-input-wrapper .my-learning-my-assignments__search-input ki-search-input{width:calc(var(--base-size) * 50.1)}.my-learning-my-assignments__search-input-wrapper .my-learning-my-assignments__search-input ki-select{width:calc(var(--base-size) * 23.1)}.my-learning-my-assignments__search-bar-mobile-top{display:flex;align-items:center;justify-content:space-between;width:100%;gap:calc(var(--base-size) * 1.6)}.my-learning-my-assignments__results-and-sort{display:flex;align-items:center;gap:calc(var(--base-size) * 1.6)}.my-learning-my-assignments__filters-tabs-wrapper{display:flex;flex-direction:column}.my-learning-my-assignments__filters-tabs{display:flex;gap:calc(var(--base-size) * .8);overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.my-learning-my-assignments__filters-tabs::-webkit-scrollbar{display:none}.my-learning-my-assignments__filters-tabs ki-button-tab{width:100%}.my-learning-my-assignments__search-bar-right{display:flex;align-items:center;gap:calc(var(--base-size) * 2.4);margin-left:auto}.my-learning-my-assignments__input-subtitle{color:var(--color-grey-600);max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:calc(var(--base-size) * .8);margin-bottom:0}.my-learning-my-assignments__tab-subtitle{color:var(--kc-color-gray-200);margin-top:calc(var(--base-size) * .8);margin-bottom:0}.my-learning-my-assignments__total-text{margin-top:calc(var(--base-size) * 1.4)}.my-learning-my-assignments__selected-filters{width:calc(100% + var(--base-size) * 4.8);display:flex;justify-content:flex-start;gap:var(--base-size);--ki-button-xs-width: auto;margin-right:calc(var(--base-size) * -2.4);margin-left:calc(var(--base-size) * -2.4);padding:0 calc(var(--base-size) * 2.4);overflow-x:scroll;border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale));scrollbar-width:none}.my-learning-my-assignments__selected-filters::-webkit-scrollbar{display:none}.my-learning-my-assignments__selected-filters ki-button-2{flex:none}.my-learning-my-assignments__main{display:flex;flex:1}.my-learning-my-assignments__main .sticky-aside{width:calc(var(--base-size) * 24.8);padding-right:0;margin-right:calc(var(--base-size) * 4);position:relative}.my-learning-my-assignments__main .sticky-aside .filters-section__checkbox-group-wrapper{margin-bottom:calc(var(--base-size) * 3)}.my-learning-my-assignments__main .sticky-aside .kc-checkbox-group .kc-checkbox:not(:last-child){margin-bottom:calc(var(--base-size) * .8)}.my-learning-my-assignments__main__results-column{display:flex;flex-direction:column;width:100%}.my-learning-my-assignments__main__results-column__only-available{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}.my-learning-my-assignments__main__results-column__only-available>.img-wrap{display:flex;align-items:center;justify-content:center;width:calc(var(--base-size) * 10.4);height:calc(var(--base-size) * 10.4);border-radius:calc(var(--base-size) * 3.2);background:var(--kc-color-primary-100, #fff3e8);color:var(--main_color);margin:0 0 calc(var(--base-size) * 3.2) 0}.my-learning-my-assignments__main__results-column__only-available>.img-wrap ki-icon{font-size:calc(var(--base-size) * 7.2)}.my-learning-my-assignments__main__results-column__list{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2)}.my-learning-my-assignments__main__results-column__fallback{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.2);max-width:calc(var(--base-size) * 26.7)}.my-learning-my-assignments__main__results-column__fallback__subtitle{font-weight:400!important;margin-bottom:calc(var(--base-size) * .4)}.my-learning-my-assignments__main__results-column__fallback__title{margin:0}.my-learning-my-assignments__sort-select__input{width:calc(var(--base-size) * 15)}.my-learning-my-assignments__activity-select__input{width:calc(var(--base-size) * 18.9)}.my-assignments__sort-options{display:flex;align-items:center;gap:calc(var(--base-size) * 1.6)}.my-learning-my-assignments__no-results{display:flex;flex:1}.my-assignments__sort-btn{color:var(--kc-color-gray-600);line-height:calc(var(--base-size) * 2.8);transition:.3s}.my-assignments__sort-btn_active,.my-assignments__sort-btn:hover{color:var(--main_color)}@media only screen and (max-width: 1024px){.my-learning-my-assignments__page-container{padding:calc(var(--base-size) * 2.4) 0;gap:calc(var(--base-size) * 2.4)}.my-learning-my-assignments__page-container .h-1{margin-bottom:calc(var(--base-size) * 2.4)}.my-learning-my-assignments__bottom-bar{flex-direction:column}.my-learning-my-assignments__filters-tabs-wrapper{width:100%}.my-learning-my-assignments__search-input{display:flex;width:100%;max-width:100%!important}.my-learning-my-assignments__search-input ki-search-input{width:100%!important}.my-learning-my-assignments__search-bar-right{display:none}.my-learning-my-assignments__main .sticky-aside{width:calc(var(--base-size) * 29.4);padding:calc(var(--base-size) * 2.4) calc(var(--base-size) * 1.8) 0 calc(var(--base-size) * 1.6);border-radius:0 calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) 0;position:fixed}html[lang=ar] .my-learning-my-assignments__main .sticky-aside,html[lang=ur] .my-learning-my-assignments__main .sticky-aside{border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) 0 0 calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale))}.my-learning-my-assignments__main .sticky-aside__buttons-block{width:calc(var(--base-size) * 29.4);gap:var(--base-size);padding:calc(var(--base-size) * 2);margin-left:calc(var(--base-size) * -1.6);margin-right:calc(var(--base-size) * -1.6)}.my-learning-my-assignments__sort-select__input,.my-learning-my-assignments__activity-select__input{width:calc(var(--base-size) * 15)}.my-learning-my-assignments__main__results-column{max-width:100%}.my-learning-my-assignments__no-results .empty-state-screen{padding:calc(var(--base-size) * 4.5) 0!important}}@media only screen and (max-width: 440px){.my-learning-my-assignments__page-container{padding-bottom:calc(var(--base-size) * 2.4)}.my-learning-my-assignments__page-container .h-1{margin-bottom:calc(var(--base-size) * 1.6)}.my-learning-my-assignments__search-bar{margin-bottom:calc(var(--base-size) * 1.6)!important}.my-learning-my-assignments__activity-select,.my-learning-my-assignments__sort-select{width:calc((100% - var(--base-size) * 1.6) / 2)}.my-learning-my-assignments__activity-select__input,.my-learning-my-assignments__sort-select__input{width:100%}.my-learning-my-assignments__main .sticky-aside{width:100%;padding-right:calc(var(--base-size) * 1.8);border-radius:0}html[lang=ar] .my-learning-my-assignments__main .sticky-aside,html[lang=ur] .my-learning-my-assignments__main .sticky-aside{border-radius:0}.my-learning-my-assignments__main .sticky-aside__buttons-block{width:100vw}.my-learning-my-assignments__main__results-column__list{gap:calc(var(--base-size) * 1.6)}.my-learning-my-assignments__main__results-column__pagination{display:flex;justify-content:center}.my-learning-my-assignments__main__results-column__fallback{max-width:100vw;text-align:center;padding-top:8vh}.my-learning-my-assignments__filters-tabs{width:100vw;padding-left:calc(var(--base-size) * 1.8);padding-right:calc(var(--base-size) * 1.8);margin-left:calc(var(--base-size) * -1.8)}.my-learning-my-assignments__filters-tabs ki-button-tab{width:auto}.my-learning-my-assignments__no-results .empty-state-screen{padding:calc(var(--base-size) * 9) 0!important}}.event-cancel-modal__content{width:calc(var(--base-size) * 35.2);min-height:calc(var(--base-size) * 41);display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6)}.event-cancel-modal__description{font-size:calc(var(--base-size) * 1.6);line-height:1.5;color:var(--kc-color-gray-600)}.event-cancel-modal__form{margin-top:calc(var(--base-size) * 1)}.event-cancel-modal__form textarea{min-height:calc(var(--base-size) * 11.8)}.event-cancel-modal__form-actions{border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale))}.event-cancel-modal__file-upload{text-align:left;display:flex;justify-content:space-between;align-items:center;min-height:calc(var(--base-size) * 4)}.event-cancel-modal__file-upload-button{justify-content:flex-start;padding-left:0;gap:calc(var(--base-size) * .8)}.event-cancel-modal__file-upload-button>ki-icon{font-size:calc(var(--base-size) * 2.4);color:var(--kc-color-primary)}.event-cancel-modal__file-upload-text{font-size:calc(var(--base-size) * 1.6);line-height:1.5;color:var(--kc-color-primary);font-weight:400}.event-cancel-modal__file-upload-info{display:flex;align-items:center}.event-cancel-modal__file-upload-name{max-width:calc(var(--base-size) * 27);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:calc(var(--base-size) * .8) 0}.event-cancel-modal__file-upload-delete{width:calc(var(--base-size) * 4);height:calc(var(--base-size) * 4);padding:0;border-radius:calc(var(--base-size) * .8 * var(--ki-border-radius-scale));background-color:var(--kc-color-primary-100)}.event-cancel-modal__file-upload-delete>ki-icon{font-size:calc(var(--base-size) * 2.4)}.event-cancel-modal__file-upload-formats{font-size:calc(var(--base-size) * 1.6);line-height:calc(var(--base-size) * 2.6);color:var(--kc-color-gray-200);font-weight:400}.event-cancel-modal__file-upload-formats.red{color:var(--kc-color-red)}.event-cancel-modal__content_confirmation{max-width:calc(var(--base-size) * 49.6)}.event-cancel-modal__actions{display:flex;width:100%;gap:calc(var(--base-size) * 1.6)}.event-cancel-modal__actions .button-container{flex-grow:1;border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale))}.event-cancel-modal__actions>ki-button-2{flex-grow:1}.view-justification-info-modal__content{width:calc(var(--base-size) * 50);max-width:calc(100vw - var(--base-size) * 4.8);display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6)}.view-justification-info-modal__comment{display:flex;flex-direction:column;gap:calc(var(--base-size) * .8);text-align:start}.view-justification-info-modal__comment .title{font-size:calc(var(--base-size) * 1.8);font-weight:600;line-height:calc(var(--base-size) * 2.8);margin:0}.view-justification-info-modal__comment .comment{font-size:calc(var(--base-size) * 1.6);line-height:calc(var(--base-size) * 2.4);border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale));padding:calc(var(--base-size) * 1.6);background-color:var(--kc-color-primary-100, #fff3e8);white-space:pre-line;max-height:calc(var(--base-size) * 18);overflow-y:auto}.view-justification-info-modal__comment .admins-comment{font-size:calc(var(--base-size) * 1.6);font-weight:400;line-height:calc(var(--base-size) * 2.6);white-space:pre-line;max-height:calc(var(--base-size) * 18);overflow-y:auto}.view-justification-info-modal__file{text-align:start}.view-justification-info-modal__file a{color:var(--main_color);text-decoration:none;font-size:calc(var(--base-size) * 1.6);line-height:calc(var(--base-size) * 2.6);font-weight:400}.mfa__app-auth-setup__setup-key-modal__body{display:flex;flex-direction:column;width:100%}.mfa__app-auth-setup__setup-key-modal__title{margin:0 0 calc(var(--base-size) * 4) 0;text-align:center}.mfa__app-auth-setup__setup-key-modal__instructions{margin-bottom:calc(var(--base-size) * 4)}.mfa__app-auth-setup__title{margin-bottom:var(--base-size)}.mfa__app-auth-setup__description{display:flex;gap:calc(var(--base-size) * 1.6);margin-bottom:calc(var(--base-size) * 2)}.mfa__app-auth-setup__description__qr-column{display:flex;flex-direction:column;align-items:center;width:calc(var(--base-size) * 14)}.mfa__app-auth-setup__description__qr-column__qr{width:calc(var(--base-size) * 14);height:calc(var(--base-size) * 14);background-color:var(--kc-color-gray-200);background-size:cover}.mfa__app-auth-setup__description__instructions-list{display:flex;flex-direction:column;flex-grow:1;list-style-type:decimal;padding-left:calc(var(--base-size) * 2)}.mfa__app-auth-setup__description__instructions-list>li{font-size:calc(var(--base-size) * 1.6);line-height:1.5;display:list-item}.mfa__app-auth-setup__description__instructions-list a{color:var(--main_color)}.mfa__app-auth-setup__copy-field{display:flex;flex-direction:column}.mfa__app-auth-setup__copy-field__label{color:var(--kc-color-gray-600)!important}.mfa__app-auth-setup__copy-field__body{height:calc(var(--base-size) * 3);padding:calc(var(--base-size) * .4) calc(var(--base-size) * .9) calc(var(--base-size) * .6);border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));background:var(--kc-color-gray-100)!important;color:var(--kc-color-gray-600)!important;line-height:calc(var(--base-size) * 2)!important}.mfa__app-auth-setup__code-input-wrapper{align-items:flex-end!important;margin-bottom:calc(var(--base-size) * 4);position:relative}.mfa__app-auth-setup__code-input-wrapper input{color:var(--kc-color-gray-600)!important}.mfa__app-auth-setup__code-input-wrapper .mfa__button{position:absolute;right:0;top:0;height:100%;margin:0!important}.mfa__app-auth-setup__code-input-wrapper .mfa__button:hover>.kc-btn{color:var(--kc-color-gray-200)}.mfa__app-auth-setup__code-input-wrapper .mfa__button>.kc-btn{width:calc(var(--base-size) * 3);height:100%;margin:0;background:none;border:none;transition:.3s color}.mfa__app-auth-setup__code-input-wrapper .mfa__button>.kc-btn>ki-icon{font-size:calc(var(--base-size) * 2.4)}.mfa__app-auth-setup__code-input-wrapper>*:nth-child(2){margin-top:calc(var(--base-size) * 2.1);margin-left:calc(var(--base-size) * 1)!important}.mfa__app-auth-setup .kc-control.disabled{cursor:text;color:#000}html[lang=ar] .mfa__app-auth-setup__description__instructions-list,html[lang=ur] .mfa__app-auth-setup__description__instructions-list{padding-left:0;padding-right:calc(var(--base-size) * 2)}html[lang=ar] .mfa__app-auth-setup__code-input-wrapper .mfa__button,html[lang=ur] .mfa__app-auth-setup__code-input-wrapper .mfa__button{right:auto;left:0}@media only screen and (max-width: 440px){.mfa__app-auth-setup__setup-key-modal__body{width:100%}}.mfa__button{display:flex}.mfa__button .kc-btn{width:100%;padding:calc(var(--base-size) * .4) calc(var(--base-size) * 2.75) calc(var(--base-size) * .5);height:calc(var(--base-size) * 3)}.mfa__button .kc-btn-primary{font-weight:700!important;background:var(--main_color)}.mfa__button .kc-btn-primary:hover{background:var(--kc-color-primary-hover)}.mfa__button .kc-btn-primary:active{background:var(--kc-color-primary-active)}.mfa__button .kc-btn-primary:disabled,.mfa__button .kc-btn-primary[aria-disabled=true]{background:var(--kc--color-middle-grey);color:var(--kc-color-gray-100);opacity:1;pointer-events:none}.mfa__button .kc-btn-default{border-color:var(--kc-color-gray-200);color:var(--kc-color-gray-600);font-weight:700!important}.mfa__modal>.kc-modal-wrap{align-items:center!important;padding:0!important}.mfa__page-content{display:flex;flex-direction:column;background:none!important}.mfa__method-screen-wrapper{padding:calc(var(--base-size) * 2.4);max-width:100%;width:calc(var(--base-size) * 54.4);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));margin:auto;position:relative;background:#fff;z-index:2}.mfa__form-container{display:flex;flex-direction:column}.mfa__setup-form__title,.mfa__edit-form__title{margin-bottom:var(--base-size);font-weight:700!important;color:var(--kc-color-gray-600)!important}.mfa__setup-form__subtitle,.mfa__edit-form__subtitle{margin-bottom:calc(var(--base-size) * 4)}.mfa__setup-form__destination-input,.mfa__edit-form__destination-input{width:100%;display:flex;flex-direction:column}.mfa__setup-form__code-input-wrapper,.mfa__edit-form__code-input-wrapper{margin-bottom:calc(var(--base-size) * 4)}.mfa__setup-form>.h-2{margin:0 0 calc(var(--base-size) * 1.6) 0;text-align:center}.mfa__setup-form__title{display:block;text-align:center;margin:0 0 calc(var(--base-size) * 4) 0}.mfa__setup-form__subtitle{text-align:center}.mfa__setup-form__subtitle.sent-code{margin:0 0 calc(var(--base-size) * 1.6) 0}.mfa__setup-form__submit-button-wrapper{text-align:center}.mfa__setup-form__submit-button-wrapper>*{width:100%}.mfa__edit-form__submit-and-cancel-buttons{display:grid;grid-template-columns:repeat(2,1fr);column-gap:calc(var(--base-size) * 2);margin-bottom:calc(var(--base-size) * 2)}.mfa__auth-form__title{margin-bottom:var(--base-size);font-weight:700!important;color:var(--kc-color-gray-600)!important}.mfa__auth-form__subtitle{margin-bottom:calc(var(--base-size) * 1.6);text-align:center}.mfa__auth-form__code-input-wrapper{margin-bottom:calc(var(--base-size) * 2)}.mfa__auth-form__no-access-text{margin-top:calc(var(--base-size) * 2);margin-bottom:calc(var(--base-size) * 1.6)}.mfa__warning{margin-top:var(--base-size);padding:calc(var(--base-size) * 1.1) calc(var(--base-size) * 1.2);border:1px solid var(--main_color);border-radius:calc(var(--base-size) * .4 * var(--ki-border-radius-scale));background:var(--kc--color-orange-fade)}.mfa__confirm-button-wrapper{margin-bottom:calc(var(--base-size) * 2)}.mfa__confirm-button-wrapper>button{width:100%}.mfa__clickable-text-button{font-size:calc(var(--base-size) * 1.6);background:none;border:none;padding:0;margin:0 auto calc(var(--base-size) * 1.6) auto;color:var(--main_color)!important;cursor:pointer;text-align:inherit}.mfa__clickable-text-button:disabled{color:var(--kc-color-gray-200)!important}.mfa__input-with-button-container{display:flex}.mfa__input-with-button-container>*:nth-child(1){flex-grow:1}.mfa__modal .kc-modal-wrap{align-items:flex-start;padding-top:calc(var(--base-size) * 24)}.mfa__modal .kc-modal-close{top:calc(var(--base-size) * 2.4);right:calc(var(--base-size) * 2.4);width:calc(var(--base-size) * 1.8);height:calc(var(--base-size) * 1.8)}.mfa__modal .kc-modal-window{max-width:none!important;min-width:auto!important;padding:0!important}.mfa__modal-content-wrapper{max-width:100%;width:calc(var(--base-size) * 54.4);padding:calc(var(--base-size) * 2.4)}.mfa__closable-modal-content-wrapper{max-width:100%;width:calc(var(--base-size) * 54.4);padding:calc(var(--base-size) * 2.4);padding-top:calc(var(--base-size) * 8)}.mfa__change-destination-wrapper{align-self:flex-start}@media only screen and (max-width: 440px){.mfa__setup-form__title{margin:0 0 calc(var(--base-size) * 1.6) 0}.mfa__method-screen-wrapper{padding:calc(var(--base-size) * 2) calc(var(--base-size) * 1.7)}.mfa__form-container{width:100%}.mfa__modal .kc-modal-wrap{align-items:center;padding-top:0}}.mfa__contact-admin{display:flex;flex-direction:column;width:100%}.mfa__contact-admin__description{margin-bottom:calc(var(--base-size) * 2.4);text-align:center}.mfa__contact-admin__title{margin:0 0 calc(var(--base-size) * 1.6) 0;text-align:center}.mfa__contact-admin ki-textarea{height:calc(var(--base-size) * 14.2)}.mfa__contact-admin>.kc-textarea{width:100%;margin-bottom:calc(var(--base-size) * 4)}.mfa__contact-admin>.kc-textarea>textarea{height:calc(var(--base-size) * 25.6)}.mfa__confirmation-label{display:flex;align-items:center}.mfa__confirmation-label>span{color:var(--kc-color-gray-200)}.mfa__confirmation-label>svg{height:16px;width:16px;margin-right:5px;color:var(--kc-color-gray-200)}.mfa__confirmation-label__confirmed>span,.mfa__confirmation-label__confirmed>svg{color:var(--kc-color-green)}@media only screen and (max-width: 1340px){.mfa__confirmation-label>svg{height:1.1940298507vw;width:1.1940298507vw;margin-right:.3731343284vw}}@media only screen and (max-width: 1024px){.mfa__confirmation-label>svg{height:1.5625vw;width:1.5625vw;margin-right:.48828125vw}}@media only screen and (max-width: 440px){.mfa__confirmation-label>svg{height:3.6363636364vw;width:3.6363636364vw;margin-right:1.1363636364vw}}.mfa__go-back__wrapper{display:flex;align-items:center;height:calc(var(--base-size) * 3);margin:0 auto calc(var(--base-size) * 4) 0}.mfa__go-back__button{display:flex;align-items:center;padding:0;cursor:pointer;border:none;background:none;color:var(--kc-color-gray-600)}.mfa__go-back__button>svg{margin-right:calc(var(--base-size) * 1.3);width:calc(var(--base-size) * 1.8);height:calc(var(--base-size) * 2.4)}html[lang=ar] .mfa__go-back__wrapper,html[lang=ur] .mfa__go-back__wrapper{margin:0 0 calc(var(--base-size) * 4) auto}html[lang=ar] .mfa__go-back__button>svg,html[lang=ur] .mfa__go-back__button>svg{margin-right:0;margin-left:calc(var(--base-size) * 1.3);transform:rotate(180deg)}.mfa__input{display:flex;flex-direction:column}.mfa__input .kc-input{margin-bottom:0!important}.mfa__input .kc-input input{height:calc(var(--base-size) * 3)}.mfa__input .kc-input:not(.kc-input-focused) .kc-input-label{color:var(--kc-ui-kit-color-gray-200)}.mfa__input input{color:var(--kc-color-gray-600)!important;font-weight:400}.mfa__input input::placeholder{color:var(--kc-ui-kit-color-gray-200)!important}.mfa__input .kc-input-disabled{background:var(--kc--color-light-fade)!important}.mfa__input .kc-input-disabled input{color:var(--kc-color-gray-200)!important}.mfa__input_for-copy input,.mfa__input_for-copy input:disabled{cursor:text;border:none;color:var(--kc--color-dark-grey)!important}.mfa__input-with-validation__with-error .kc-input-label{color:var(--kc--color-red)!important}.mfa__input-with-validation__with-error input{border-color:var(--kc--color-red)!important;color:var(--kc--color-red)!important}.mfa__input-with-validation__error{color:var(--kc--color-red)!important}.mfa__method-selector{z-index:999;position:relative}.mfa__method-selector__method-selector-screen-wrapper{padding:calc(var(--base-size) * 2.4);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));background:#fff;max-width:100%;width:calc(var(--base-size) * 54.4);height:auto;margin:auto;z-index:2}.mfa__method-selector__logo{display:inline-block;margin:0 0 calc(var(--base-size) * 4.1) 0}.mfa__method-selector__logo img{width:calc(var(--base-size) * 25.8);height:calc(var(--base-size) * 5.2);object-fit:contain}.mfa__method-selector__container{display:flex;flex-direction:column;align-items:center;text-align:center;margin:0 auto}.mfa__method-selector__title{margin-bottom:calc(var(--base-size) * 1.6);margin-top:0}.mfa__method-selector__subtitle{font-size:calc(var(--base-size) * 1.6);margin-bottom:calc(var(--base-size) * 4)}.mfa__method-selector__no-access-text{font-size:calc(var(--base-size) * 1.6);margin-bottom:calc(var(--base-size) * 1.6)}.mfa__method-selector__caption{margin-bottom:calc(var(--base-size) * 4)}.mfa__method-selector__tiles-container{display:flex;flex-direction:column;width:100%;margin-bottom:20px;gap:calc(var(--base-size) * 1.6)}.mfa__method-selector__tiles-container__full{display:grid;row-gap:20px;column-gap:20px;grid-template-columns:repeat(2,182.5px);grid-template-rows:repeat(2,219px)}.mfa__method-selector__tile{display:flex;gap:calc(var(--base-size) * .8);width:100%;border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale));padding:calc(var(--base-size) * 1.6);border:1px solid #eaeaea;box-sizing:border-box;background:white;cursor:pointer;transition:.3s border-color,.3s background-color;text-align:initial}.mfa__method-selector__tile>.text-wrap{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.mfa__method-selector__tile:hover{background-color:var(--kc-color-primary-100)}.mfa__method-selector__tile:active{border-color:var(--main_color)}.mfa__method-selector__tile__icon-container{margin-bottom:10px}.mfa__method-selector__tile__icon-container svg{box-shadow:0 2px 4px #12151f14,0 4px 16px 1px #12151f14;width:calc(var(--base-size) * 4);height:calc(var(--base-size) * 4);border-radius:50vw;color:var(--main_color)}.mfa__method-selector__tile__name{line-height:1.55;margin:0 0 calc(var(--base-size) * .8) 0;font-weight:600!important}.mfa__method-selector__tile__description{font-size:calc(var(--base-size) * 1.6)}.mfa__method-selector__tile-disabled{pointer-events:none;background:var(--kc--color-light-fade)}.mfa__method-selector__tile-disabled .mfa__method-selector__tile__icon-container svg,.mfa__method-selector__tile-disabled .mfa__method-selector__tile__name,.mfa__method-selector__tile-disabled .mfa__method-selector__tile__description{color:var(--kc-color-gray-200)}.mfa__method-selector__tiles-container__full .mfa__method-selector__tile,.mfa__method-selector__tile:last-child{margin-right:0}.mfa__method-selector__set-up-later-text{color:var(--kc-color-gray-200)!important;text-decoration:underline;cursor:pointer}.mfa__sent-code-input{display:block;text-align:center}.mfa__sent-code-input__timer{margin:0 0 calc(var(--base-size) * 4) 0}.mfa__success-screen__container{display:flex;flex-direction:column;max-width:100%;width:calc(var(--base-size) * 54.4);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));background:#fff;position:relative;margin:auto;z-index:2}.mfa__success-screen__container>.mfa__button{width:100%}.mfa__success-screen__title,.mfa__success-screen__subtitle{display:block;margin:0 auto calc(var(--base-size) * 1.6) auto}.mfa__success-screen__subtitle{width:calc(var(--base-size) * 34);max-width:100%}.mfa__success-modal-wrapper{width:calc(var(--base-size) * 40);padding:calc(var(--base-size) * 3);padding-top:calc(var(--base-size) * 4)}.mfa__switch{margin:0 0 calc(var(--base-size) * 2) 0}.mfa__switch .kc-switch{margin-bottom:0!important}.mfa__switch .kc-switch .kc-swith-text{line-height:calc(var(--base-size) * 2.1)}.mfa__text-area{padding-top:calc(var(--base-size) * 2.8)}.mfa__text-area .kc-input .kc-input-label{top:13%}.mfa__text-area .kc-input{display:block}.mfa__text-area textarea{font-size:14px;line-height:1.5;border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));padding:6px 32px 6px 8px!important;min-height:130px;max-height:260px;width:100%;color:var(--kc-color-gray-600)}.mfa__text-area .kc-textarea:not(.kc-textarea-focused) .kc-textarea-floating-lable{color:var(--kc-color-gray-200)}@media only screen and (max-width: 1340px){.mfa__text-area .kc-input .kc-input-label{top:13%}.mfa__text-area textarea{font-size:1.0447761194vw;border-width:.0746268657vw;border-radius:.3731343284vw;padding:.447761194vw 2.3880597015vw .447761194vw .5970149254vw!important;min-height:9.7014925373vw;max-height:19.4029850746vw}}@media only screen and (max-width: 1024px){.mfa__text-area .kc-input .kc-input-label{top:13%}.mfa__text-area textarea{font-size:1.3671875vw;border-width:.09765625vw;border-radius:.48828125vw;padding:.5859375vw 3.125vw .5859375vw .78125vw!important;min-height:12.6953125vw;max-height:25.390625vw}}@media only screen and (max-width: 440px){.mfa__text-area .kc-input .kc-input-label{top:13%}.mfa__text-area textarea{font-size:3.1818181818vw;border-width:.2272727273vw;border-radius:1.1363636364vw;padding:1.3636363636vw 7.2727272727vw 1.3636363636vw 1.8181818182vw!important;min-height:29.5454545455vw;max-height:59.0909090909vw}}.mfa__method-not-available-modal{display:flex;flex-direction:column;width:calc(var(--base-size) * 32.5)}.mfa__method-not-available-modal__title{margin-bottom:var(--base-size);color:var(--kc-color-gray-600)!important;text-align:center;font-weight:700!important}.mfa__method-not-available-modal__description{margin-bottom:calc(var(--base-size) * 2);color:var(--kc-color-gray-600)!important;text-align:center}.mfa__too-many-attempts-modal{display:flex;flex-direction:column;max-width:100%;width:calc(var(--base-size) * 54.4);padding:calc(var(--base-size) * 2.4)}@media only screen and (max-width: 440px){.mfa__too-many-attempts-modal{width:100%}}.webinar-page{display:flex;justify-content:center;align-items:center;flex-grow:1;padding:calc(var(--base-size) * 10) 0}.webinar-page__scheduled-event-title{white-space:pre-wrap}.webinar-page__content{width:calc(var(--base-size) * 75);padding:calc(var(--base-size) * 4) calc(var(--base-size) * 5);background:#fff;text-align:center}.webinar-page__content h2{margin:0}.webinar-page__content h2:not(:last-child){margin-bottom:calc(var(--base-size) * 5.5)}.webinar-page__content p{margin:0}.webinar-page__content p:not(:last-child){margin-bottom:calc(var(--base-size) * 4)}.webinar-page__finished-event-content{display:flex;flex-direction:column;align-items:center;gap:calc(var(--base-size) * 5);padding:0 calc(var(--base-size) * 10)}.webinar-page__finished-event-content__title-block{display:flex;flex-direction:column;gap:calc(var(--base-size) * .5)}.webinar-page__finished-event-content h2{margin:0;text-align:center;white-space:pre-line}.webinar-page__finished-event-content__feedback-block{display:grid;grid-template-rows:calc(var(--base-size) * 2.6) calc(var(--base-size) * 3);grid-template-columns:repeat(2,1fr);gap:calc(var(--base-size) * 2)}.webinar-page__finished-event-content__feedback-block>h3{grid-column:1/3;grid-row:1/2;text-align:center;font-weight:500!important;white-space:nowrap}.webinar-page__finished-event-content__go-to-library-block{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2);align-items:center}.webinar-page__finished-event-content__go-to-library-block>h3{text-align:center;font-weight:400!important}.webinar-page__error-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:calc(var(--base-size) * 1.6);flex-grow:1}.webinar-page__error-content h2{margin:0}.webinar-page__error-content>span{font-size:calc(var(--base-size) * 2);line-height:1.5;font-weight:400}@media only screen and (max-width: 1024px){.webinar-page__content{padding:calc(var(--base-size) * 4) calc(var(--base-size) * 3)}.webinar-page__finished-event-content{padding:0 calc(var(--base-size) * 3)}.webinar-page__error-content{padding:0 calc(var(--base-size) * 3);text-align:center}}.skill-paths__courses-list{padding:calc(var(--base-size) * .8) 0 0 0}.skill-paths__standalone-page-container{flex-grow:1;margin-top:calc(var(--base-size) * 4)}.skill-paths__header-actions{display:flex}.skill-paths__courses-list{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6)}@media only screen and (max-width: 1024px){.skill-paths__standalone-page-container{margin-top:calc(var(--base-size) * 3)}}@media only screen and (max-width: 440px){.skill-paths__courses-list{width:calc(100% + var(--base-size) * 3.2);padding:calc(var(--base-size) * .8) 0 0 0;margin:0 calc(var(--base-size) * -1.6) 0 calc(var(--base-size) * -1.6)}.skill-paths__standalone-page-container{margin-top:0}.skill-paths__standalone-page-container .learning-process__go-back-button{margin-top:calc(var(--base-size) * 1.6)}.skill-paths__page-in-my-learning-container{margin-top:0}}.pin-code-page{display:flex;flex-direction:column;align-items:center;justify-content:center;position:static;padding:0;background-color:transparent!important}.pin-code-form{display:flex;flex-direction:column;align-items:center;margin:auto;width:100%;max-width:calc(var(--base-size) * 54.4);padding:calc(var(--base-size) * 2.4);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));background-color:#fff;z-index:1}.pin-code-form__title{width:100%;margin-top:0;margin-bottom:calc(var(--base-size) * 1.6);font-size:calc(var(--base-size) * 2.4);font-weight:600;line-height:calc(var(--base-size) * 3.4);text-align:center}.pin-code-form__text{width:100%;margin-bottom:calc(var(--base-size) * 1.6);font-size:calc(var(--base-size) * 1.6);font-weight:400;line-height:calc(var(--base-size) * 2.4);text-align:center}.pin-code-form__pin{display:flex;justify-content:center;width:100%;outline:none}.pin-code-form__skip-btns{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6);margin-top:calc(var(--base-size) * 1.6);align-items:center}.pin-code-form__skip-btns ki-button-2{display:flex}.pin-code-form__submit-btn{display:flex;width:100%;margin-top:calc(var(--base-size) * 4)}ki-pin-input{display:flex}.pin-code-form__btns{display:flex;justify-content:space-between;width:100%;margin-top:calc(var(--base-size) * 1.6)}.pin-code-form__btns>div:nth-child(2){display:flex;justify-content:flex-end;width:calc(var(--base-size) * 33.8)}.pin-code-form__loader{display:flex;align-items:center;justify-content:center;height:calc(var(--base-size) * 7.6);width:calc(var(--base-size) * 7.6)}.pin-code-form__loader ki-spinner{position:relative;transform:none;top:0;left:0}.pin-code-form__loader_small{height:calc(var(--base-size) * 5.2);width:calc(var(--base-size) * 5.2)}@media only screen and (max-width: 1024px){.pin-code-form{position:relative;top:calc(var(--base-size) * -3.8)}}@media only screen and (max-width: 440px){.signin-form{padding:calc(var(--base-size) * 1.6)}.pincode-confirm__onboarding-trigger,.pin-code-set-up-later__onboarding-trigger,.dont-show__onboarding-trigger{width:32px;order:1}.pin-code-form__btns>div:nth-child(2){width:calc(var(--base-size) * 20.7)}}.my-progress__page{padding:calc(var(--base-size) * 3.2) 0}.my-progress__page h1{margin:0}.my-progress__page .breadcrumbs{margin-bottom:calc(var(--base-size) * 1.6)!important}.my-progress__page .container-custom{display:flex;flex-direction:column;flex:1 0 auto}.my-progress__tabs{display:flex;gap:calc(var(--base-size) * .8);margin:calc(var(--base-size) * 1.6) 0 calc(var(--base-size) * 1.6) 0}.leaderboard{display:flex;gap:calc(var(--base-size) * 4);width:100%}.leaderboard-history__wrapper{margin:calc(var(--base-size) * 3.5) 0 0 0;max-width:calc(var(--base-size) * 104)}.leaderboard-history__wrapper .leaderboard__students{max-width:none}.leaderboard__block:nth-child(1){width:calc(var(--base-size) * 48.8);flex:none}.leaderboard__block:nth-child(2){width:100%}.leaderboard__student-info{display:flex;flex-direction:column;min-width:calc(var(--base-size) * 48.8)}.leaderboard__current-student{display:flex;align-items:center;padding:calc(var(--base-size) * 1.6) calc(var(--base-size) * 2.4);border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale))}.leaderboard__students{display:flex;flex-direction:column;width:100%;max-width:calc(100% - var(--base-size) * 52.8)}.leaderboard__students__top-bar{display:flex;align-items:center;justify-content:space-between;padding-bottom:calc(var(--base-size) * 1.6);border-bottom:1px solid var(--kc-color-light-gray);gap:calc(var(--base-size) * 2.4)}.leaderboard__students__top-bar__my-award{border:none;padding:calc(var(--base-size) * .8) 0}.leaderboard__students__top-bar__tabs{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--base-size) * 1.6);width:100%}.leaderboard__students__top-bar ki-button-2 ki-icon{font-size:calc(var(--base-size) * 2.4)}.leaderboard-page{position:relative}.leaderboard__students-onboarding-trigger{position:absolute;top:calc(var(--base-size) * 5);width:calc(var(--base-size) * 2.4);height:calc(var(--base-size) * 2.4);right:calc((100% - var(--base-size) * 48.8) / 2)}.leaderboard__motivation-text{display:flex;align-items:center;justify-content:center;margin-top:calc(var(--base-size) * 2.4)}.leaderboard__motivation-text ki-icon{font-size:calc(var(--base-size) * 2.4);color:var(--main_color);position:absolute;left:calc(var(--base-size) * -2.4)}.leaderboard__motivation-text span{position:relative}.leaderboard__empty-state{display:flex;flex-direction:column;align-items:flex-start;gap:calc(var(--base-size) * 1.2)}.leaderboard__empty-state__awards,.leaderboard__empty-state h2,.leaderboard__empty-state p{margin:0}.my-awards{width:100%;margin-top:calc(var(--base-size) * .8)}.my-awards ki-text-banner{margin-top:calc(var(--base-size) * 1.6)}.my-awards__link{display:flex;position:relative}.my-awards__link ki-icon{font-size:calc(var(--base-size) * 2.4)}.my-awards__groups{display:flex;flex-direction:column;width:100%;gap:calc(var(--base-size) * 2.4)}.my-awards__group{display:flex;flex-direction:column}.my-awards__group-title{padding-bottom:calc(var(--base-size) * .1);border-bottom:1px solid var(--kc-color-light-gray);margin-bottom:0;line-height:calc(var(--base-size) * 2.6);display:flex;align-items:center;justify-content:space-between}.my-awards__content{display:flex;gap:calc(var(--base-size) * 4)}.my-awards__statistics-wrapper{display:flex;flex-direction:column;align-items:center;gap:calc(var(--base-size) * 1.6);min-width:calc(var(--base-size) * 38.2)}.my-awards__statistics{display:flex;min-width:calc(var(--base-size) * 38.2);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));border:1px solid var(--kc-color-light-gray);padding:calc(var(--base-size) * 2.4) calc(var(--base-size) * 1.9)}.my-awards__statistics-skeleton{min-width:calc(var(--base-size) * 38.2);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));border:1px solid var(--kc-color-light-gray)}.my-awards__statistics-skeleton .awards-overview{width:100%}.leaderboard__students_skeleton{max-width:100%}.my-progress__cycles-tabs{display:flex;gap:calc(var(--base-size) * .8);margin:calc(var(--base-size) * .8) 0 calc(var(--base-size) * 1.6) 0}.learning-path-cycles__transcript-cell ki-button-2{text-decoration:underline;text-decoration-color:var(--ki-color-primary);text-underline-offset:calc(var(--base-size) * .2)}.leaderboard-history__header{display:flex;justify-content:space-between;align-items:center}.leaderboard-history__header-btns,.leaderboard-history__header-selectors{display:flex;align-items:center;gap:calc(var(--base-size) * 1.6)}.leaderboard-cycles-selector{width:calc(var(--base-size) * 27.2)}.my-awards__groups-header{display:flex;justify-content:space-between}.my-awards__groups-header-selectors{display:flex;gap:calc(var(--base-size) * .8);width:100%;justify-content:space-between}.my-awards__groups-header-selectors_left{display:flex;gap:calc(var(--base-size) * .8)}.my-awards__activity-type-selector{width:calc(var(--base-size) * 25)}@media only screen and (max-width: 1024px){.my-awards__content{flex-direction:column;gap:calc(var(--base-size) * 1.6)}.my-awards__statistics{align-self:center;width:100%;max-width:100%}.my-awards__statistics-wrapper{width:100%;max-width:100%}.leaderboard{flex-direction:column-reverse;gap:calc(var(--base-size) * 2.4)}.leaderboard__student-info{width:100%;min-width:100%}.leaderboard__students{max-width:100%}.leaderboard__students-onboarding-trigger{top:calc(var(--base-size) * 6.55);right:50%}}@media only screen and (max-width: 440px){.my-progress__page{padding-top:calc(var(--base-size) * 2.4)}.leaderboard__motivation-text{width:100%;text-align:center;margin-left:auto;margin-right:auto;display:block;padding-left:calc(var(--base-size) * 2.4)}.leaderboard__current-student{padding:calc(var(--base-size) * .8) calc(var(--base-size) * 1.6)}.my-awards ki-text-banner{width:100vw;margin-left:calc(var(--base-size) * -1.8)}html[lang=ar] .my-awards ki-text-banner,html[lang=ur] .my-awards ki-text-banner{margin-left:auto;margin-right:calc(var(--base-size) * -1.8)}.my-awards__content{gap:calc(var(--base-size) * 2.4)}.my-awards__motivated-banner{width:100vw;left:calc(var(--base-size) * -1.8);position:relative}html[lang=ar] .my-awards__motivated-banner,html[lang=ur] .my-awards__motivated-banner{left:auto;right:calc(var(--base-size) * -1.8)}.leaderboard__empty-state{max-width:100%;margin-bottom:calc(var(--base-size) * 19.5);text-align:center}.my-progress__tabs{width:100vw;overflow:auto;white-space:nowrap;margin-left:calc(var(--base-size) * -1.6);margin-right:calc(var(--base-size) * -1.6);padding:0 calc(var(--base-size) * 1.6);-ms-overflow-style:none;scrollbar-width:none}.my-progress__tabs::-webkit-scrollbar{display:none}.leaderboard__students-onboarding-trigger{top:calc(var(--base-size) * 4)}.my-awards__groups-header-selectors{flex-direction:column;width:100%}.my-awards__groups-header-selectors .leaderboard-cycles-selector,.my-awards__groups-header-selectors .leaderboard-group-selector{width:100%}.my-awards__groups-header-selectors_left{flex-direction:column;width:100%}.my-awards__groups .leaderboard__empty-state{margin:0;align-items:center}.my-awards__statistics-skeleton{width:100vw;margin-left:calc(var(--base-size) * -1.6);margin-right:calc(var(--base-size) * -1.6)}.leaderboard__students__top-bar_positions{flex-direction:column;gap:calc(var(--base-size) * .8)}.leaderboard__students__top-bar_positions .leaderboard-group-selector{width:100%!important}.leaderboard__students__top-bar_positions .leaderboard-group-selector__dropdown-button,.leaderboard__students__top-bar_positions .leaderboard-group-selector__dropdown-container{max-width:100%!important}.leaderboard__students__top-bar_positions .leaderboard__students__top-bar__tabs{gap:calc(var(--base-size) * .8);justify-content:space-between}.leaderboard-history__header{flex-direction:column-reverse;align-items:flex-start;gap:calc(var(--base-size) * .8)}.leaderboard-history__header-selectors{display:flex;flex-direction:column;gap:calc(var(--base-size) * .8);width:100%}.leaderboard-history__header-selectors .leaderboard-cycles-selector,.leaderboard-history__header-selectors .leaderboard-group-selector{width:100%}.my-awards__statistics-wrapper{min-width:100%}.my-awards__activity-type-selector{width:100%}html[lang=ar] .leaderboard__motivation-text,html[lang=ur] .leaderboard__motivation-text{padding-right:calc(var(--base-size) * 2.4);padding-left:0}html[lang=ar] .leaderboard__motivation-text ki-icon,html[lang=ur] .leaderboard__motivation-text ki-icon{left:auto;right:calc(var(--base-size) * -2.4)}}.recommended-courses__page{padding:calc(var(--base-size) * 3.2) 0}.recommended-courses__page .breadcrumbs{margin-bottom:calc(var(--base-size) * 1.6)!important}.recommended-courses__page h1{margin:0}.recommended-courses__container{display:flex;flex-direction:column;width:100%;margin-top:calc(var(--base-size) * 3);gap:calc(var(--base-size) * 4)}.recommended-courses__list{width:100%;max-width:100%;overflow:hidden}.recommended-courses__banner{width:100%}@media only screen and (max-width: 1024px){.recommended-courses__container{margin-top:calc(var(--base-size) * 1.6);flex-direction:column;gap:calc(var(--base-size) * 3)}.recommended-courses__banner{width:100%}}@media only screen and (max-width: 440px){.recommended-courses__container{margin-top:calc(var(--base-size) * 2.4)}}*,*:before,*:after{box-sizing:border-box;scrollbar-width:thin;-webkit-tap-highlight-color:transparent}main.windows_scrollbar ::-webkit-scrollbar{background-color:#fff;width:16px}main.windows_scrollbar ::-webkit-scrollbar-track{background-color:#fff}main.windows_scrollbar ::-webkit-scrollbar-thumb{background-color:#0006;border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale));border:4px solid #fff}main.windows_scrollbar ::-webkit-scrollbar-button{display:none}main.windows_scrollbar .tab-list{margin-bottom:16px}input[type=password]::-ms-reveal,input[type=password]::-webkit-credentials-auto-fill-button,input[type=password]::-webkit-textfield-decoration-container{visibility:hidden;display:none!important;pointer-events:none;height:0;width:0;right:0}html,button,input,select,textarea{color:var(--kc-color-gray-600)}html,body{font-family:Lato,Tahoma,Geneva,Verdana,sans-serif;color:var(--kc-color-gray-600);font-size:calc(var(--base-size) * 1.4);width:100%}.kc-typography_text-large_bold{font-size:calc(var(--base-size) * 1.8);line-height:1.55;font-weight:600}.content,.footer{margin:0 auto}.content,.footer{width:1280px}.custom-scrollbar ::-webkit-scrollbar{width:4px;height:7px}.custom-scrollbar ::-webkit-scrollbar-thumb{background-color:#0006;border-radius:50vw}.custom-scrollbar ::-webkit-scrollbar-track{box-shadow:inset 0 0 2px #0000001a}.links{color:var(--kc-color-gray-600);line-height:1.5}.links:hover{color:var(--main_color);text-decoration:underline}.links-s{font-size:calc(var(--base-size) * 1.4)}.links-l{font-size:calc(var(--base-size) * 1.6)}.links:disabled{color:var(--kc-color-light-gray)!important}.color-link{color:var(--main_color)}.color-link:hover{color:var(--kc-color-gray-600)}.field-validation-description{font-size:calc(var(--base-size) * 1.2);line-height:1.5;color:var(--kc-color-gray-200)}.field-validation-description .no-space{text-indent:-.15em;display:inline-block}.field-validation-description .required{color:var(--kc-color-green)}.field-validation-description_error,.field-validation-description_error .required{color:var(--kc-color-red)}.global-overlay{position:fixed;background:rgba(44,62,70,.4);backdrop-filter:blur(2px);width:100vw;height:100vh;left:0;z-index:998}.dib{display:inline-block}.tc{text-align:center}@media only screen and (max-width: 1340px){.content{overflow:hidden}.content,.footer{width:95.52vw}}@media only screen and (max-width: 1024px){.content,.footer{width:100%}}.kc-btn-default{color:var(--kc-color-gray-600)}.kc-btn-default .dot-loader>div{background:var(--kc-color-gray-600)}.kc-input .kc-control{max-height:calc(var(--base-size) * 3)}.kc-input .kc-input-label.kc-input-floating-lable{color:var(--kc-color-gray-200)}.kc-input-select-label{font-size:calc(var(--base-size) * 1.2);line-height:1.5}.kc-textarea .kc-textarea-label.kc-textarea-floating-lable{color:var(--kc-color-gray-200)}.kc-textarea-control{border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale))}.kc-textarea-control::placeholder{color:var(--kc-color-gray-200)}.flex{display:flex}.gap-10{gap:var(--base-size)}.w-full{width:100%}.h-full{height:100%}.m-0{margin:0}.mt-10{margin:var(--base-size) 0 0 0!important}.mt-12{margin:calc(var(--base-size) * 1.2) 0 0 0!important}.mt-15{margin:calc(var(--base-size) * 1.5) 0 0 0!important}.mt-16{margin:calc(var(--base-size) * 1.6) 0 0 0!important}.mt-20{margin:calc(var(--base-size) * 2) 0 0 0}.mt-30{margin:calc(var(--base-size) * 3) 0 0 0}.mt-32{margin:calc(var(--base-size) * 3.2) 0 0 0}.mt-40{margin:calc(var(--base-size) * 4) 0 0 0}.mb-8{margin:0 0 calc(var(--base-size) * .8) 0!important}.mb-10{margin:0 0 var(--base-size) 0}.mb-12{margin:0 0 calc(var(--base-size) * 1.2) 0}.mb-15{margin:0 0 calc(var(--base-size) * 1.5) 0}.mb-16{margin:0 0 calc(var(--base-size) * 1.6) 0!important}.mb-20{margin:0 0 calc(var(--base-size) * 2) 0!important}.mb-24{margin:0 0 calc(var(--base-size) * 2.4) 0!important}.mt-52{margin-top:calc(var(--base-size) * 5.2)!important}.w-100{width:100%}.selectedItem{font-size:calc(var(--base-size) * 1.4)}.selectedItem .selection:first-letter{text-transform:uppercase}.nav-submenu ul li a:hover{background-color:var(--kc-color-gray-100)}.mt-24{margin:calc(var(--base-size) * 2.4) 0 0 0!important}.mb-28{margin:0 0 calc(var(--base-size) * 2.8) 0!important}.mb-30{margin:0 0 calc(var(--base-size) * 3) 0!important}.mb-32{margin:0 0 calc(var(--base-size) * 3.2) 0!important}.mb-40{margin:0 0 calc(var(--base-size) * 4) 0!important}.mb-45{margin:0 0 calc(var(--base-size) * 4.5) 0!important}.mb-50{margin:0 0 calc(var(--base-size) * 5) 0!important}.pb-10{padding:0 0 var(--base-size) 0!important}.tc{text-align:center}.modal-submit-wrap{display:flex;align-items:center;gap:var(--base-size)}.press-enter{font-size:calc(var(--base-size) * 1.4);display:inline-flex;align-items:center;gap:calc(var(--base-size) / 2);color:var(--kc-color-gray-200);font-style:normal;pointer-events:none}.press-enter.disabled,.press-enter.disabled .kc-icons{color:var(--kc-color-light-gray)}.press-enter .kc-icons{width:calc(var(--base-size) * 1.5);height:auto}html[lang=ar] .press-enter svg,html[lang=ur] .press-enter svg{transform:none!important}html[lang=ar] .press-enter>strong,html[lang=ur] .press-enter>strong{order:1}html[lang=ar] .press-enter>svg,html[lang=ur] .press-enter>svg{order:1}.kc-input:not(:last-child){margin:0}.kc-modal-window .kc-modal-close{width:calc(var(--base-size) * 2.4);height:calc(var(--base-size) * 2.4)}.archived-modal .kc-modal-window{width:calc(var(--base-size) * 54.4);max-width:100%}.archived-modal .kc-modal-window p{line-height:1.625}.archived-modal .archived-modal__icon{width:calc(var(--base-size) * 8);height:calc(var(--base-size) * 8);border-radius:calc(var(--base-size) * 8 * var(--ki-border-radius-scale));display:flex;align-items:center;justify-content:center;background:var(--main_color);margin:calc(var(--base-size) * 4.8) auto calc(var(--base-size) * 2.4) auto}.archived-modal .archived-modal__icon ki-icon{font-size:calc(var(--base-size) * 4.8)}.auth-error-modal .kc-modal-window{width:calc(var(--base-size) * 41);max-width:100%}.unsaved-modal .kc-modal-window{display:flex;flex-direction:column;align-items:center;padding:calc(var(--base-size) * 2.4);gap:calc(var(--base-size) * 1.6);min-width:calc(var(--base-size) * 54.4);max-width:100vw}.unsaved-modal .kc-modal-window>div{display:flex;gap:calc(var(--base-size) * 1.6);width:100%}.unsaved-modal .kc-modal-window>div ki-button-2{width:100%;white-space:nowrap}.input-text-error{font-size:calc(var(--base-size) * 1.2);line-height:1.5;color:var(--kc-color-red)}.wrapper.branding--auth-wrapper>.container__external{display:flex;margin:auto;padding:calc(var(--base-size) * 2.4) 0}.wrapper.branding--auth-wrapper>.container__external>.page{margin:auto}.wrapper>.container__external{margin:calc(var(--base-size) * 2.4) auto;flex:1 0 auto;justify-content:center;display:flex;flex-direction:column}.wrapper>.container__external>.page{display:flex;flex-direction:column;width:100%;min-height:70vh;border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));background:#fff;border:1px solid transparent}.wrapper>.container__external>.page.main-page{background:none}.wrapper>.container__external>.page.page-signin{background:none}ki-button-tab img{width:calc(var(--base-size) * 3.2);height:auto;padding:calc(var(--base-size) * .4)}.kc-course-card__fallback-icon{width:100%;height:100%}.kc-btn-default:hover{background-color:var(--kc-color-gray-100)}.quiz__page-container{background:#fff;width:100%}.modal-overlay-menu__wrapper{width:100%!important}.kc-course-card__info-column__title-row__title,.kc-course-card__info-column{max-width:100%;min-width:0}.kc-course-card__info-column__title-row{align-items:flex-start}.save-button{padding:0}.save-button>svg{flex:none}.save-button>span{white-space:nowrap}.tab-list{z-index:0}.tab-list button{transition:.15s color}.tab-list button:hover{opacity:1;color:var(--main_color)}.tab-list:after{z-index:1}html[lang=ar] .kc-course-card__info-column__info-cell,html[lang=ur] .kc-course-card__info-column__info-cell{padding-left:calc(var(--base-size) * 2.1);padding-right:0}html[lang=ar] .kc-course-card__info-column__info-cell:not(:last-child):after,html[lang=ur] .kc-course-card__info-column__info-cell:not(:last-child):after{left:var(--base-size);right:auto}html[lang=ar] .kc-modal-close,html[lang=ur] .kc-modal-close{right:auto!important;left:calc(var(--base-size) * 3)}.kc-btn{border-width:1px}.kc-btn.sq{width:calc(var(--base-size) * 3);height:calc(var(--base-size) * 3);flex:none;padding:0}.kc-btn.sq.avatar{overflow:hidden;border:none}.kc-btn.sq.avatar>img{width:100%;height:100%;object-fit:cover}.quiz-pagination{width:calc(var(--base-size) * 118);max-width:100%;margin:0 auto calc(var(--base-size) * 2) auto}@media only screen and (max-width: 1024px){.wrapper.branding--auth-wrapper>.container__external{padding:calc(var(--base-size) * 1.6) 0}.wrapper>.container__external{margin:calc(var(--base-size) * 1.6) auto}.wrapper>.container__external>.page{width:100%;border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));background:#fff}html[lang=ar] .kc-modal-close,html[lang=ur] .kc-modal-close{right:auto;left:calc(var(--base-size) * 2.2)}}.air-datepicker-global-container{z-index:9999991}.kc-input-calendar .kc-icons{pointer-events:none}.kc-input-calendar.error>.kc-input>input{border-color:var(--kc--color-red)}.kc-input-calendar.error>.kc-input-focused>.kc-input-label{color:var(--kc--color-red)}.datepicker-calendar.air-datepicker{--adp-width: calc(var(--base-size) * 40.4) !important;--adp-border-radius: calc(var(--base-size) * .4 * var(--ki-border-radius-scale));padding:calc(var(--base-size) * 1.5) calc(var(--base-size) * 2) calc(var(--base-size) * 2);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));max-width:100vw;box-sizing:border-box}.datepicker-calendar.air-datepicker .air-datepicker-nav{padding:0!important}.datepicker-calendar.air-datepicker .air-datepicker-nav--action svg{height:calc(var(--base-size) * 3.2);position:relative;top:calc(var(--base-size) * -.4)}.datepicker-calendar.air-datepicker .air-datepicker-nav--action[data-action=next]{transform:rotate(0)}html[lang=ar] .kc-event-calendar-2 .air-datepicker-nav--action[data-action=prev],html[lang=ar] .kc-event-calendar .air-datepicker-nav--action[data-action=prev],html[lang=ur] .kc-event-calendar-2 .air-datepicker-nav--action[data-action=prev],html[lang=ur] .kc-event-calendar .air-datepicker-nav--action[data-action=prev],html[lang=ar] .kc-event-calendar-2 .air-datepicker-nav--action[data-action=next],html[lang=ar] .kc-event-calendar .air-datepicker-nav--action[data-action=next],html[lang=ur] .kc-event-calendar-2 .air-datepicker-nav--action[data-action=next],html[lang=ur] .kc-event-calendar .air-datepicker-nav--action[data-action=next],html[lang=ar] .datepicker-calendar .air-datepicker-nav--action[data-action=prev],html[lang=ur] .datepicker-calendar .air-datepicker-nav--action[data-action=prev],html[lang=ar] .datepicker-calendar .air-datepicker-nav--action[data-action=next],html[lang=ur] .datepicker-calendar .air-datepicker-nav--action[data-action=next]{transform:rotate(180deg)}.kc-btn{font-weight:400;font-size:calc(var(--base-size) * 1.6)}.kc-btn .kc-icons{color:var(--kc-color-gray-200)}.kc-btn.w-100{width:100%}html[lang=ar] .kc-btn .kc-icons,html[lang=ur] .kc-btn .kc-icons{transform:scaleX(-1)}.kc-input .kc-act-clear .kc-icons,.kc-input .kc-type-datepicker .kc-icons,.kc-input .kc-type-toggler .kc-icons{color:var(--kc-color-gray-200)}.kc-input input[disabled]{background:var(--kc-color-gray-100)}.kc-input .kc-control::placeholder{color:var(--kc-color-gray-200)}.kc-modal-window{min-height:calc(var(--base-size) * 14);border-radius:calc(var(--base-size) * .4 * var(--ki-border-radius-scale))}.kc-input .kc-control{padding:calc(var(--base-size) * .55) calc(var(--base-size) * 1.08)!important}.kc-btn.is-loading{font-size:var(--kc--font-size);color:transparent!important}.selectContainer{font-size:calc(var(--base-size) * 1.4);--inputFontSize: calc(var(--base-size) * 1.4)}.kc-modal-window{max-width:100vw!important;padding:calc(var(--base-size) * 2.4)}.kc-switch{margin:0}.nav-submenu_user-fullname{line-height:1.2;white-space:break-spaces;height:auto!important}.nav-submenu ul li a:hover{background-color:var(--kc-color-gray-100)}.kc-label{font-size:calc(var(--base-size) * 1.2);text-transform:uppercase}.kc-label-success{background:var(--kc-color-green)!important}.kc-label-secondary{color:var(--kc-color-gray-200);background:none;padding-left:0!important;padding-right:0!important}.kc-label-middle-gray{background:var(--kc-color-gray-200);color:#fff}.selectContainer>.indicator{transition:.3s transform}.selectContainer.opened>.indicator{transform:translateY(-50%) rotate(180deg)}html[lang=ar] .search-sort-wrap .selectContainer,html[lang=ur] .search-sort-wrap .selectContainer{--padding: calc(var(--base-size) / 2) var(--base-size) calc(var(--base-size) / 2) calc(var(--base-size) * 3);--inputPadding: calc(var(--base-size) / 2) var(--base-size) calc(var(--base-size) / 2) calc(var(--base-size) * 3)}html[lang=ar] .selectContainer .kc-icons,html[lang=ur] .selectContainer .kc-icons{left:auto;right:calc(var(--base-size) * .9)}html[lang=ar] .withIcon:before,html[lang=ur] .withIcon:before{left:auto;right:calc(var(--base-size) * 2.9)}.popper-select__dropdown__item_selected,.popper-select__dropdown__item:hover{background-color:var(--kc-color-primary-100)!important}.popper-select__opener:hover{background:var(--kc-color-gray-100)}.listItem>.item.first{border-radius:calc(var(--base-size) * .4 * var(--ki-border-radius-scale)) calc(var(--base-size) * .4 * var(--ki-border-radius-scale)) 0 0!important}.kc-page-selector__button{border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale))}.listContainer{left:auto!important;right:0!important}.listContainer .item.active,.listContainer .item.hover{background-color:var(--kc-color-primary-100)!important}html[lang=ar] .listContainer,html[lang=ur] .listContainer{right:auto!important;left:0!important}.kc-checkbox input[type=checkbox]:checked+.kc-checkbox-check{border-color:var(--kc-color-secondary, var(--main_color));background:var(--kc-color-secondary, var(--main_color))}.kc-input-radio .kc-input-radio__checkmark:before{background:var(--kc-color-secondary, var(--main_color))}.kc-input-radio:hover .kc-input-radio__checkmark:before{background:var(--kc-color-secondary-hover, var(--kc-ui-kit-color-primary-hover))}.kc-modal-window{max-height:100vh;overflow-y:auto}.kc-input .kc-control{transition:.3s border-color}.dot-loader{top:0;left:0;height:100%;width:100%}.kc-btn{min-height:calc(var(--base-size) * 3)}.kc-btn-primary{font-weight:700!important;background:var(--main_color)}.kc-btn-primary:hover{background:var(--kc-color-primary-hover)}.kc-btn-primary:active{background:var(--kc-color-primary-active)}.kc-btn-primary:disabled{background:var(--kc--color-middle-grey);color:var(--kc-ui-kit-color-gray-100);opacity:1}.first-login-modal-wrap>.kc-modal-window{max-width:100%;width:calc(var(--base-size) * 54.4);padding:calc(var(--base-size) * 4) calc(var(--base-size) * 2.4) calc(var(--base-size) * 2.4);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale))!important;overflow-x:hidden}.first-login-modal-wrap .h-2{text-align:center;margin-bottom:calc(var(--base-size) * .8)}.first-login-modal-wrap .kc-modal-description{font-size:calc(var(--base-size) * 1.6);line-height:calc(var(--base-size) * 2.4);margin-bottom:calc(var(--base-size) * 1.6);font-weight:400;text-align:center}.er-modal>.kc-modal-window{width:calc(var(--base-size) * 37);padding:calc(var(--base-size) * 3)}.er-modal__error{text-align:center}.er-modal__error-text{font-size:calc(var(--base-size) * 1.6);line-height:1.5}.er-modal__img{margin-bottom:var(--base-size)}.er-modal__text{font-size:calc(var(--base-size) * 1.6);line-height:1.5;margin:calc(var(--base-size) * 3) 0}.er-modal__with-terms>.kc-modal-window{width:calc(var(--base-size) * 60);height:calc(var(--base-size) * 68.8);display:flex;flex-direction:column}.er-modal__with-terms>.kc-modal-window .kc-btn{width:fit-content;align-self:center}.er-modal__terms{font-size:calc(var(--base-size) * 1.6);line-height:1.5;margin:var(--base-size) 0 calc(var(--base-size) * 2)}.er-modal__terms-text{flex:1;overflow:auto;width:100%;height:100%;border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));background-color:var(--kc-color-lighter-gray);margin-bottom:calc(var(--base-size) * 3);padding:calc(var(--base-size) * 2)}.er-modal__terms-text ol,.er-modal__terms-text ul{list-style:revert;padding-left:calc(var(--base-size) * 2)}.er-modal__terms-text a{text-decoration:revert}.notice-modal__window{--ki-modal-window-max-width: calc(var(--base-size) * 57.6)}.notice-modal__checkbox{margin:calc(var(--base-size) * 3) 0}.notice-modal__text b{display:inline-block;font-size:calc(var(--base-size) * 1.8);line-height:1.55;font-weight:600;margin:0 0 calc(var(--base-size) * .8) 0}.notice-modal__text ul{list-style-type:disc;margin:0 0 calc(var(--base-size) * 1.6) 0;padding:0 0 0 calc(var(--base-size) * 2.8)}.notice-modal__text ul:nth-child(4){margin:0 0 calc(var(--base-size) * 2.4) 0}html[lang=ar] .notice-modal__text ul,html[lang=ur] .notice-modal__text ul,html[dir=rtl] .notice-modal__text ul{padding:0 calc(var(--base-size) * 2.8) 0 0}.notice-modal__text ul li{font-size:calc(var(--base-size) * 1.6);line-height:1.625}.notice-modal__text ul li::marker{font-size:calc(var(--base-size) * 1.8)}.signin-modal>.kc-modal-window{max-width:100%;width:calc(var(--base-size) * 54.4);padding:calc(var(--base-size) * 2.4);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));overflow-x:hidden}.signin-modal .signin-form{width:100%;padding:0}.pin-code-modal .kc-modal-window{width:calc(var(--base-size) * 54.4);padding:calc(var(--base-size) * 2.4);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));overflow-x:hidden}.pin-code-modal .kc-modal-close{width:calc(var(--base-size) * 2.4);height:calc(var(--base-size) * 2.4)}.pin-code-modal .pin-code-form{padding:calc(var(--base-size) * 6.4) 0 0 0;background-color:transparent}.kc-btn-action:active{background-color:var(--kc-color-primary-active);border-color:var(--kc-color-primary-active)}.saved-courses-dropdown__input-form .kc-btn-primary:hover{background-color:var(--kc-color-primary-hover)!important;border-color:var(--kc-color-primary-hover)!important}.modal-head{display:flex;justify-content:space-between;align-items:flex-start;margin:0 0 calc(var(--base-size) * 2)}.modal-head>.kc-btn{border:none}.modal-head>.kc-btn:hover .kc-icons{transform:rotate(90deg)}.modal-head>.kc-btn .kc-icons{color:var(--kc-color-gray-600);width:calc(var(--base-size) * 1.6);height:calc(var(--base-size) * 1.6);transition:.3s transform}@media only screen and (max-width: 440px){.unsaved-modal .kc-modal-window{padding:calc(var(--base-size) * 4) calc(var(--base-size) * 4) calc(var(--base-size) * 2) calc(var(--base-size) * 4);width:100%;min-width:100%}.unsaved-modal .kc-modal-window>div{flex-direction:column}.first-login-modal-window{--ki-modal-window-container-padding: 0}.first-login-modal-wrap>.kc-modal-window{width:100%;max-height:100dvh}.first-login-modal{width:100%}html[lang=en] .field-validation-description>span,html[lang=es] .field-validation-description>span{letter-spacing:-.005vw}html[lang=ur] .field-validation-description>span{letter-spacing:.01vw}}.kc-control{transition:.3s background-color}.kc-control:hover{background-color:var(--kc-color-gray-100)}.kc-input-label.kc-input-floating-lable{z-index:3}.text-with-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#kc-dropdowns-portal .popper-select__dropdown *:focus{outline-offset:-4px!important}.kc-dropdown-wrapper{z-index:3}.kc-input .error:focus{border-color:var(--kc--color-red);box-shadow:none}.kc-header{border-radius:0 0 calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale))}.kc-header .kc-logo-img{max-width:calc(var(--base-size) * 25.8);min-width:calc(var(--base-size) * 5.24);height:calc(var(--base-size) * 5.24)}.kc-header .kc-header-inner{padding:calc(var(--base-size) * 2.35) 0!important}.category-card,.course-card{background:#fff}.category-card,.category-card .poster .preview-wrapper,.course-card,.card .card-image,.card__pic-img-wrap,.card .card-image>img{border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale))!important}.ttu{text-transform:uppercase}.mobile-app{background-color:var(--app_banner_background_color, transparent);background-image:var(--app-banner-image);background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative;border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));overflow:hidden}.mobile-app_description p{color:var(--app_banner_text_color, var(--kc-color-gray-600))}.mobile-app .container-custom{height:100%;display:flex;flex-direction:column;justify-content:center;padding-top:calc(var(--base-size) * 11);padding-bottom:calc(var(--base-size) * 11);min-height:calc(var(--base-size) * 39.3)}.mobile-app__instructions{padding:0;height:calc(var(--base-size) * 39.3)}.mobile-app__instructions-universal{height:calc(var(--base-size) * 43.8)}.mobile-app__instructions-universal .mobile-app_description{max-width:calc(var(--base-size) * 48.5);margin:0 0 calc(var(--base-size) * 1.6) 0}.mobile-app__instructions-android .container-custom{padding-top:calc(var(--base-size) * 11);padding-bottom:calc(var(--base-size) * 11);min-height:calc(var(--base-size) * 39.3)}.mobile-app__instructions-android .mobile-app_description{max-width:calc(var(--base-size) * 62.5)}.mobile-app__instructions-android .mobile-app_phone-bg{width:calc(var(--base-size) * 54.7);height:calc(var(--base-size) * 36.9);background-image:url(https://demo.knowledgecity.com/images/mobile-app/phone_android_lg.png);background-size:calc(var(--base-size) * 54.7) auto;right:calc(var(--base-size) * 11.25)}html[lang=ar] .mobile-app__instructions-android .mobile-app_phone-bg,html[lang=ur] .mobile-app__instructions-android .mobile-app_phone-bg{background-image:url(https://demo.knowledgecity.com/images/mobile-app/phone_android_lg-ar.png)}.mobile-app__instructions-android .mobile-app_qr{top:calc(var(--base-size) * 8.5);left:calc(var(--base-size) * 4);width:calc(var(--base-size) * 26);height:calc(var(--base-size) * 26)}html[lang=ar] .mobile-app__instructions-android .mobile-app_qr,html[lang=ur] .mobile-app__instructions-android .mobile-app_qr{right:calc(var(--base-size) * 4)}.mobile-app__instructions-ios{height:calc(var(--base-size) * 43.8)}.mobile-app__instructions-ios .container-custom{min-height:calc(var(--base-size) * 44)}.mobile-app__instructions-ios .mobile-app_description{max-width:calc(var(--base-size) * 62.5)}.mobile-app__instructions-ios .mobile-app_phone-bg{width:calc(var(--base-size) * 64);height:calc(var(--base-size) * 43.8);background-image:url(https://demo.knowledgecity.com/images/mobile-app/phone_apple_lg.png);background-size:calc(var(--base-size) * 64) auto;right:calc(var(--base-size) * 5.25)}html[lang=ar] .mobile-app__instructions-ios .mobile-app_phone-bg,html[lang=ur] .mobile-app__instructions-ios .mobile-app_phone-bg{background-image:url(https://demo.knowledgecity.com/images/mobile-app/phone_apple_lg-ar.png)}.mobile-app__instructions-ios .mobile-app_qr{top:calc(var(--base-size) * 12.5);left:calc(var(--base-size) * 8.25);width:calc(var(--base-size) * 26);height:calc(var(--base-size) * 26)}html[lang=ar] .mobile-app__instructions-ios .mobile-app_qr,html[lang=ur] .mobile-app__instructions-ios .mobile-app_qr{left:auto;right:calc(var(--base-size) * 7.25)}.mobile-app__install-instruction{background:#fff;margin:calc(var(--base-size) * 2.4) 0 0 0;padding:calc(var(--base-size) * 3.2) 0;border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale))}.mobile-app__install-instruction__text-content{max-width:calc(var(--base-size) * 104)}.mobile-app-banner_wrapper{margin:calc(var(--base-size) * 2.4) 0}.mobile-app .container-custom{position:relative}.mobile-app_phone-bg{position:absolute;bottom:0;right:calc(var(--base-size) * 15.5);width:calc(var(--base-size) * 64);height:calc(var(--base-size) * 39.2);background-image:url(https://demo.knowledgecity.com/images/mobile-app/phone_lg.png);background-size:calc(var(--base-size) * 64) auto;background-position:center top;background-repeat:no-repeat}.mobile-app_qr{position:absolute;top:calc(var(--base-size) * 12.2);left:calc(var(--base-size) * 8.25);width:calc(var(--base-size) * 24);height:calc(var(--base-size) * 24)}.mobile-app_title{margin:0 0 calc(var(--base-size) * .8) 0;width:calc(var(--base-size) * 65);max-width:100%;color:var(--app_banner_text_color, var(--kc-color-gray-600))}.mobile-app_description{display:inline-block;font-size:calc(var(--base-size) * 2);line-height:1.5;margin:0 0 calc(var(--base-size) * 2.4) 0;color:var(--app_banner_text_color, var(--kc-color-gray-600))}.mobile-app_description a{color:var(--app_banner_text_color, var(--kc-color-gray-600));text-decoration:underline}.mobile-app_buttons-wrap{display:flex;gap:calc(var(--base-size) * 1.6);z-index:1}.mobile-app_buttons-wrap .text-wrap{display:flex;flex-direction:column}.mobile-app_buttons-wrap .text-wrap>span:nth-child(1){font-size:calc(var(--base-size) * .8);line-height:1.25}.mobile-app_buttons-wrap .text-wrap>span:nth-child(2){font-size:calc(var(--base-size) * 1.6);line-height:1}.mobile-app_buttons-wrap.white .mobile-app_button{background-color:#fff;color:var(--kc-color-gray-600)}.mobile-app_buttons-wrap.white .mobile-app_button:hover,.mobile-app_buttons-wrap.white .mobile-app_button:active{background-color:var(--kc-color-gray-100)}.mobile-app_buttons-wrap_align-center .mobile-app_button{align-items:center}.mobile-app_button{display:flex;justify-content:center;white-space:nowrap;gap:calc(var(--base-size) * .4);background-color:var(--kc-color-gray-600);color:#fff;border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale));padding:calc(var(--base-size) * 1.6);transition:.3s background-color}.mobile-app_button:hover{background-color:var(--kc-color-gray-400)}.mobile-app_button:active{background-color:var(--kc-color-gray-300)}.mobile-app_button>ki-icon{font-size:calc(var(--base-size) * 2.4)}html[lang=ar] .mobile-app_phone-bg,html[lang=ur] .mobile-app_phone-bg{right:auto;left:calc(var(--base-size) * 15.5);background-image:url(https://demo.knowledgecity.com/images/mobile-app/phone_lg-ar.png)}html[lang=ar] .mobile-app_qr,html[lang=ur] .mobile-app_qr{left:auto;right:calc(var(--base-size) * 8.25)}.card__pic-img-wrap,.category-card .poster .preview-wrapper{border:none!important}.card__pic-img-wrap:after,.category-card .preview-wrapper:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;background:linear-gradient(107.22deg,var(--kc-color-primary) 2.87%,rgba(255,255,255,.1) 100%);transition:.3s opacity}.card__pic-img-wrap{margin:0 0 calc(var(--base-size) / 2) 0}.card__content--save>div:nth-child(2){margin-left:auto}html[lang=ar] .card__content--save>div:nth-child(2),html[lang=ur] .card__content--save>div:nth-child(2){margin-left:0;margin-right:auto}.category-card .card-title,.content--category__link{font-family:Lato,Tahoma,Geneva,Verdana,sans-serif}.kc-modal-window .signin-form{margin:0 auto}.form-group{margin:0 0 calc(var(--base-size) * 2.8) 0}.kc-input .kc-control{border-radius:calc(var(--base-size) * .8 * var(--ki-border-radius-scale))}.kc-btn,.search-wrapper>input,.selectContainer{border-radius:calc(var(--base-size) * .8 * var(--ki-border-radius-scale))!important}.kc-modal-window{border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale))!important}.listContainer{border-radius:calc(var(--base-size) * .8 * var(--ki-border-radius-scale))!important}.nav-submenu ul li a:hover,.language-select-wrap .select__language .listContainer .item.active,.language-select-wrap .select__language .listContainer .item.hover,.language-select-wrap .select__language .listContainer .item:hover{background-color:var(--kc-color-primary-100)!important}.using-keyboard .language-select-wrap .select__language .listContainer .item.hover:not(:hover){outline:calc(var(--base-size) * .4) dashed #329dff!important;outline-offset:-4px!important}.global-overlay{top:0!important}.result-list{box-shadow:0 3px 15px #2c3e4640!important}.mt-0{margin-top:0!important}@media only screen and (max-width: 1680px){.mobile-app_phone-bg{right:calc(var(--base-size) * 5.5)}html[lang=ar] .mobile-app_phone-bg,html[lang=ur] .mobile-app_phone-bg{left:calc(var(--base-size) * 5.5)}}@media only screen and (max-width: 1340px){.mobile-app .container__external{padding-top:calc(var(--base-size) * 8.5);padding-bottom:calc(var(--base-size) * 8.5)}.mobile-app__instructions-android .mobile-app_title{width:100%}.mobile-app_title{width:calc(var(--base-size) * 40)}.mobile-app_phone-bg{width:calc(var(--base-size) * 59.3);height:calc(var(--base-size) * 42.3);background-size:calc(var(--base-size) * 59.3) auto;background-image:url(https://demo.knowledgecity.com/images/mobile-app/phone_md.png)}.mobile-app_qr{position:absolute;top:calc(var(--base-size) * 14.4);left:calc(var(--base-size) * 7.8);width:calc(var(--base-size) * 24);height:calc(var(--base-size) * 24)}html[lang=ar] .mobile-app_phone-bg,html[lang=ur] .mobile-app_phone-bg{right:auto;background-image:url(https://demo.knowledgecity.com/images/mobile-app/phone_md-ar.png)}html[lang=ar] .mobile-app_qr,html[lang=ur] .mobile-app_qr{left:auto;right:calc(var(--base-size) * 7.8)}}@media only screen and (max-width: 1024px){.kc-header .kc-header-inner{padding:calc(var(--base-size) * 2.4) calc(var(--base-size) * 3.4)!important}.kc-header .kc-logo-img{max-width:calc(var(--base-size) * 19.7);min-width:calc(var(--base-size) * 3.9);height:calc(var(--base-size) * 3.9)}.mobile-app{position:relative}.mobile-app .container-custom{padding-top:calc(var(--base-size) * 5.6);padding-bottom:calc(var(--base-size) * 5.6);min-height:calc(var(--base-size) * 34)}.mobile-app__instructions-universal{height:auto}.mobile-app__instructions-universal .container-custom{min-height:auto;padding-bottom:calc(var(--base-size) * 31.3)}.mobile-app__instructions-universal .mobile-app_description{max-width:calc(var(--base-size) * 48.5);width:auto;margin:0 0 calc(var(--base-size) * 1.6) 0}.mobile-app__instructions-universal .mobile-app_buttons-wrap{flex-direction:row;gap:calc(var(--base-size) * 1.6);min-height:auto;width:auto}.mobile-app__instructions-universal .mobile-app_phone-bg{left:50%;right:auto;transform:translate(-50%)}html[lang=ar] .mobile-app__instructions-universal .mobile-app_phone-bg,html[lang=ur] .mobile-app__instructions-universal .mobile-app_phone-bg{right:auto;left:50%}.mobile-app__instructions-android{height:calc(var(--base-size) * 34)}.mobile-app__instructions-android .container-custom{padding-top:calc(var(--base-size) * 6.8);padding-bottom:calc(var(--base-size) * 6.8);justify-content:flex-start}.mobile-app__instructions-android .mobile-app_title,.mobile-app__instructions-android .mobile-app_description{width:calc(var(--base-size) * 34.2)}.mobile-app__instructions-android .mobile-app_phone-bg{width:calc(var(--base-size) * 35.4);height:calc(var(--base-size) * 25.3);background-size:calc(var(--base-size) * 35.4) auto;background-image:url(https://demo.knowledgecity.com/images/mobile-app/phone_android_md.png);right:calc(var(--base-size) * 2.3)}html[lang=ar] .mobile-app__instructions-android .mobile-app_phone-bg,html[lang=ur] .mobile-app__instructions-android .mobile-app_phone-bg{background-image:url(https://demo.knowledgecity.com/images/mobile-app/phone_android_md-ar.png);left:calc(var(--base-size) * 2.3)}.mobile-app__instructions-android .mobile-app_qr{top:calc(var(--base-size) * 5.4);left:calc(var(--base-size) * 2.45);width:calc(var(--base-size) * 17);height:calc(var(--base-size) * 17)}html[lang=ar] .mobile-app__instructions-android .mobile-app_qr,html[lang=ur] .mobile-app__instructions-android .mobile-app_qr{left:auto;right:calc(var(--base-size) * 2.45)}.mobile-app__instructions-ios{height:auto}.mobile-app__instructions-ios .container-custom{padding-top:calc(var(--base-size) * 5.6);padding-bottom:calc(var(--base-size) * 31)}.mobile-app__instructions-ios .mobile-app_title,.mobile-app__instructions-ios .mobile-app_description{width:100%}.mobile-app__instructions-ios .mobile-app_phone-bg{width:100%;height:calc(var(--base-size) * 32.8);background-size:calc(var(--base-size) * 50.6) auto;right:0}.mobile-app__instructions-ios .mobile-app_qr{top:calc(var(--base-size) * 10.75);left:calc(var(--base-size) * 32.75);width:calc(var(--base-size) * 20);height:calc(var(--base-size) * 20)}html[lang=ar] .mobile-app__instructions-ios .mobile-app_qr,html[lang=ur] .mobile-app__instructions-ios .mobile-app_qr{right:calc(var(--base-size) * 31.75)}.mobile-app__install-instruction{padding:calc(var(--base-size) * 2.4) 0}.mobile-app_phone-bg{right:calc(var(--base-size) * -.5);width:calc(var(--base-size) * 43.6);height:calc(var(--base-size) * 32.4);background-size:calc(var(--base-size) * 43.6) auto}.mobile-app_qr{position:absolute;top:calc(var(--base-size) * 10.85);left:calc(var(--base-size) * 5.5);width:calc(var(--base-size) * 17.82);height:calc(var(--base-size) * 17.82)}.mobile-app_title{width:100%}.mobile-app_description{margin:0 0 calc(var(--base-size) * 2.4) 0;width:calc(var(--base-size) * 26)}.mobile-app_buttons-wrap{flex-direction:column;gap:calc(var(--base-size) * .8);width:calc(var(--base-size) * 23);min-height:calc(var(--base-size) * 18)}html[lang=ar] .mobile-app_phone-bg,html[lang=ur] .mobile-app_phone-bg{left:calc(var(--base-size) * -.5);background-image:url(https://demo.knowledgecity.com/images/mobile-app/phone_md-ar.png)}html[lang=ar] .mobile-app_qr,html[lang=ur] .mobile-app_qr{right:calc(var(--base-size) * 5.5)}}@media only screen and (max-width: 768px){.mobile-app_phone-bg{right:calc(var(--base-size) * 2.5);width:calc(var(--base-size) * 39.2);height:calc(var(--base-size) * 30.7);background-size:calc(var(--base-size) * 39.2) auto}.mobile-app_qr{position:absolute;top:calc(var(--base-size) * 9.5);left:calc(var(--base-size) * 4.1);width:calc(var(--base-size) * 17.82);height:calc(var(--base-size) * 17.82)}.mobile-app__instructions-android{height:calc(var(--base-size) * 34)}.mobile-app__instructions-android .container-custom{padding-top:calc(var(--base-size) * 6.8);padding-bottom:calc(var(--base-size) * 6.8);justify-content:flex-start}.mobile-app__instructions-android .mobile-app_title,.mobile-app__instructions-android .mobile-app_description{width:calc(var(--base-size) * 34.2)}.mobile-app__instructions-android .mobile-app_phone-bg{width:calc(var(--base-size) * 35.4);height:calc(var(--base-size) * 25.3);background-size:calc(var(--base-size) * 35.4) auto;background-image:url(https://demo.knowledgecity.com/images/mobile-app/phone_android_md.png);right:calc(var(--base-size) * 2.3)}html[lang=ar] .mobile-app__instructions-android .mobile-app_phone-bg,html[lang=ur] .mobile-app__instructions-android .mobile-app_phone-bg{background-image:url(https://demo.knowledgecity.com/images/mobile-app/phone_android_md-ar.png);left:calc(var(--base-size) * 2.3)}.mobile-app__instructions-android .mobile-app_qr{top:calc(var(--base-size) * 5.4);left:calc(var(--base-size) * 2.45);width:calc(var(--base-size) * 17);height:calc(var(--base-size) * 17)}html[lang=ar] .mobile-app__instructions-android .mobile-app_qr,html[lang=ur] .mobile-app__instructions-android .mobile-app_qr{left:auto;right:calc(var(--base-size) * 2.45)}.mobile-app__instructions-ios{height:auto}.mobile-app__instructions-ios .container-custom{padding-top:calc(var(--base-size) * 5.6);padding-bottom:calc(var(--base-size) * 31)}.mobile-app__instructions-ios .mobile-app_title,.mobile-app__instructions-ios .mobile-app_description{width:100%}.mobile-app__instructions-ios .mobile-app_phone-bg{width:100%;height:calc(var(--base-size) * 32.8);background-size:calc(var(--base-size) * 50.6) auto;right:0}.mobile-app__instructions-ios .mobile-app_qr{top:calc(var(--base-size) * 10.75);left:calc(var(--base-size) * 19.75);width:calc(var(--base-size) * 20);height:calc(var(--base-size) * 20)}html[lang=ar] .mobile-app__instructions-ios .mobile-app_qr,html[lang=ur] .mobile-app__instructions-ios .mobile-app_qr{right:calc(var(--base-size) * 19)}html[lang=ar] .mobile-app_phone-bg,html[lang=ur] .mobile-app_phone-bg{left:calc(var(--base-size) * 2.5);background-image:url(https://demo.knowledgecity.com/images/mobile-app/phone_md-ar.png)}html[lang=ar] .mobile-app_qr,html[lang=ur] .mobile-app_qr{right:calc(var(--base-size) * 4.1)}}@media only screen and (max-width: 440px){.notice-modal__window{--ki-modal-window-container-padding: 0}.kc-header{border-radius:0 0 calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale)) calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale))}.kc-header .kc-logo-img{min-width:calc(var(--base-size) * 3);max-width:calc(var(--base-size) * 14.7);height:calc(var(--base-size) * 3)}.section-course-library--wrapper~.container-custom>.section-block{margin:calc(var(--base-size) * 3) 0}.section-block{padding:calc(var(--base-size) * 3) 0}.kc-header .kc-header-inner{padding:calc(var(--base-size) * 2) calc(var(--base-size) * 1.8)!important}.signin-form{width:100%;border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale))!important}.mobile-app{padding-bottom:calc(var(--base-size) * 21.8)}.mobile-app .container-custom{padding-top:calc(var(--base-size) * 2.4);padding-bottom:0}.mobile-app__instructions-universal{height:auto}.mobile-app__instructions-universal .mobile-app_description{width:100%}.mobile-app__instructions-universal .mobile-app_buttons-wrap{flex-direction:column;gap:calc(var(--base-size) * .8)}.mobile-app__instructions-android{height:auto;padding-bottom:0}.mobile-app__instructions-android .container-custom{padding-top:calc(var(--base-size) * 2.4);padding-bottom:calc(var(--base-size) * 30.2);justify-content:flex-start;align-items:center}.mobile-app__instructions-android .mobile-app_title{width:100%;text-align:center}.mobile-app__instructions-android .mobile-app_description{width:100%;text-align:center;margin:0 0 calc(var(--base-size) * 1.6) 0}.mobile-app__instructions-android .mobile-app_phone-bg{width:100%;height:calc(var(--base-size) * 28.6);background-size:calc(var(--base-size) * 22.2) auto;background-image:url(https://demo.knowledgecity.com/images/mobile-app/phone_android_xs.png);bottom:0;right:0;left:0}html[lang=ar] .mobile-app__instructions-android .mobile-app_phone-bg,html[lang=ur] .mobile-app__instructions-android .mobile-app_phone-bg{background-image:url(https://demo.knowledgecity.com/images/mobile-app/phone_android_xs-ar.png);right:0;left:0}.mobile-app__instructions-ios{padding-bottom:0}.mobile-app__instructions-ios .container-custom{align-items:center;padding-top:calc(var(--base-size) * 2.4);padding-bottom:calc(var(--base-size) * 27.6)}.mobile-app__instructions-ios .mobile-app_description{margin:0 0 calc(var(--base-size) * 1.6) 0}.mobile-app__instructions-ios .mobile-app_phone-bg{width:100%;height:calc(var(--base-size) * 28);background-size:calc(var(--base-size) * 26.5) auto;bottom:0;right:0;background-image:url(https://demo.knowledgecity.com/images/mobile-app/phone_apple_xs.png)}html[lang=ar] .mobile-app__instructions-ios .mobile-app_phone-bg,html[lang=ur] .mobile-app__instructions-ios .mobile-app_phone-bg{background-image:url(https://demo.knowledgecity.com/images/mobile-app/phone_apple_xs-ar.png)}.mobile-app_phone-bg{bottom:calc(var(--base-size) * -21.8);right:0;width:100%;height:calc(var(--base-size) * 23);background-image:url(https://demo.knowledgecity.com/images/mobile-app/phone-mobile.png);background-size:calc(var(--base-size) * 26.1) auto}.mobile-app_title,.mobile-app_description{display:block;width:calc(var(--base-size) * 30);margin:0 auto calc(var(--base-size) * 2.4) auto;text-align:center}.mobile-app_title{margin:0 auto calc(var(--base-size) * .8) auto}.mobile-app_buttons-wrap{width:100%;min-height:auto}.signin-modal>.kc-modal-window{padding:calc(var(--base-size) * 2.4) calc(var(--base-size) * 1.6)}html[lang=ar] .mobile-app_phone-bg,html[lang=ur] .mobile-app_phone-bg{left:0;background-image:url(https://demo.knowledgecity.com/images/mobile-app/phone-mobile-ar.png)}}html[lang=ar] .mobile-app,html[lang=ur] .mobile-app{background-image:var(--app-banner-image-ar)}:root{--kc-color-gray-100: #eaeaea;--kc-color-gray-200: #9a9a9a;--kc-color-gray-200-10: #9A9A9A1A;--kc-color-gray-300: #636367;--kc-color-gray-400: #323337;--kc-color-gray-600: #1f2023;--kc-color-gray-dark: #2C3E46;--kc-color-middle-gray: #74838a;--kc-color-light-gray: #ccd5dd;--kc-color-mid-light-gray: #eaeff3;--kc-color-lighter-gray: #f3f7f9;--kc-color-gold-yellow: #fdca16;--kc-color-silver: #b5bdc4;--kc-color-bronze-orange: #ea9f59;--kc-color-green: #3eba59;--kc-color-dull-green: #ecffef;--kc-color-red: #f03e3e;--kc-color-bright-red: #F03E3E1A;--kc-color-dull-red: #fff0f0;--kc-color-orange: #ff881a;--kc-color-light-fade: var(--kc-color-gray-100);--color: 0;--l: 50%;--base-size: 10px;--base-font-size: $base-font-size;--mid-light-grey: #eaeff3;--color-lighter-grey: #f3f7f9;--main_color: var(--kc-color-primary, #ff881a);--button_color: #fff;--button_color-hover: lighten($color-dark-orange, 5%);--button_color-active: lighten($color-dark-orange, 8%);--active__button__color: $color-orange;--active__button__color-hover: lighten($color-dark-orange, 5%);--active__button__color-active: lighten($color-dark-orange, 8%);--header_background_color: #fff;--heading_button_color: #e68234ff;--heading_button_text_color: #ffffffff;--heading_button_active_color: #ffffffff;--heading_button_active_text_color: #333333ff;--main_footer_background_color: #1f2023;--main_footer_text_color: #ffffff;--library_background_color: #fff;--login-image: none}@media only screen and (max-width: 1680px){:root{--base-size: 10px}}@media only screen and (max-width: 1340px){:root{--base-size: .746vw}}@media only screen and (max-width: 1024px){:root{--base-size: .977vw}}@media only screen and (max-width: 768px){:root{--base-size: 1.302vw}}@media only screen and (max-width: 440px){:root{--base-size: 2.667vw}}

/* ===== 04-vendor-swiper-028243bf.css ===== */
@font-face{font-family:swiper-icons;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);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{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{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{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style: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{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* ===== 05-loading-logo-overlay-c5bf6dad.css ===== */
.air-datepicker-cell.-day-.-other-month-,.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.air-datepicker-cell.-day-.-other-month-:hover,.air-datepicker-cell.-year-.-other-decade-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-day-.-other-month-,.-selected-.air-datepicker-cell.-year-.-other-decade-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-day-.-other-month-,.-in-range-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-day-.-other-month-:empty,.air-datepicker-cell.-year-.-other-decade-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7,var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7,var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3,1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4,1fr);grid-auto-rows:var(--adp-year-cell-height)}.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.air-datepicker-time{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,var(--adp-time-track-color),var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size) / 2 * -1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:transparent}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:transparent}.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, .1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, .2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px #00000026;border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,-webkit-max-content);grid-template-rows:repeat(4,max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translate(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translate(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:transparent}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%,calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%,-50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size) / 2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size) / 2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}.breadcrumbs{display:flex;align-items:center;position:relative;gap:var(--base-size)}.breadcrumbs .toggler{font-size:calc(var(--base-size) * 1.4);line-height:1.5;font-weight:700;background-color:#fff;margin-left:auto;padding:calc(var(--base-size) / 2) var(--base-size) calc(var(--base-size) / 2) calc(var(--base-size) * .8)}.breadcrumbs ul>li>a{display:inline-block;color:var(--kc-color-gray-600);text-decoration:none;position:relative;transition:.15s color}.breadcrumbs ul>li>a:hover{color:var(--main_color)}.breadcrumbs .breadcrumbs-list{display:flex;align-items:center;flex-wrap:wrap;gap:calc(var(--base-size) * 1.6);min-width:0;padding:0;width:100%;white-space:nowrap}.breadcrumbs .breadcrumbs-list.multiple>li:last-child{width:100%}.breadcrumbs .breadcrumbs-list>li{display:inline-flex;gap:calc(var(--base-size) * .3);max-width:100%}.breadcrumbs .breadcrumbs-list>li>span{min-width:0;display:inline-block;white-space:break-spaces}.breadcrumbs .breadcrumbs-list>li>a{display:inline-flex;align-items:center;gap:calc(var(--base-size) * .8);font-size:calc(var(--base-size) * 1.6);line-height:1.55;color:var(--kc-color-gray-200)}.breadcrumbs .breadcrumbs-list>li>a>.kc-icons{height:calc(var(--base-size) * 1.6);width:calc(var(--base-size) * 1.6);color:var(--kc-color-gray-200)}.breadcrumbs .breadcrumbs-list>li>a:focus{outline-offset:-4px!important}.breadcrumbs .breadcrumbs-list>li>a:hover{color:var(--kc-color-gray-600)}.breadcrumbs .breadcrumbs-list li{color:var(--kc-color-gray-600)}html[lang=ar] .breadcrumbs .breadcrumbs-list>li>a svg,html[lang=ur] .breadcrumbs .breadcrumbs-list>li>a svg{transform:scaleX(-1)}.breadcrumbs-hidden-list{display:flex;flex-direction:column;background-color:#fff;border-radius:calc(var(--base-size) * .5 * var(--ki-border-radius-scale));padding:calc(var(--base-size) / 2) 0}.breadcrumbs-hidden-list>a{display:block;padding:calc(var(--base-size) / 2) var(--base-size)}.breadcrumbs-hidden-list>a:hover{background:var(--kc--color-light-fade)}html[lang=ar] .breadcrumbs .toggler,html[lang=ur] .breadcrumbs .toggler{padding:calc(var(--base-size) / 2) calc(var(--base-size) * .8) calc(var(--base-size) / 2) var(--base-size);margin-left:0;margin-right:auto}html[lang=ar] .breadcrumbs .toggler.active svg,html[lang=ur] .breadcrumbs .toggler.active svg{transform:rotate(180deg)}html[lang=ar] .breadcrumbs .toggler svg,html[lang=ur] .breadcrumbs .toggler svg{width:calc(var(--base-size) * 1.1);margin:0 calc(var(--base-size) * .8) 0 0}html[lang=ar] .breadcrumbs .breadcrumbs-list>li>.kc-icons,html[lang=ur] .breadcrumbs .breadcrumbs-list>li>.kc-icons{transform:scaleX(-1)}@media only screen and (max-width: 440px){.breadcrumbs .breadcrumbs-list>li>a{font-size:calc(var(--base-size) * 1.4)}}.breadcrumbs-categories{display:flex;flex-wrap:wrap;align-items:center;gap:calc(var(--base-size) * 1.6);margin:0}.breadcrumbs-categories_skeleton{display:flex;gap:calc(var(--base-size) * 1.6)}.breadcrumbs-categories_skeleton>.kc-skeleton{border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale));height:calc(var(--base-size, 10px) * 5.6)!important}.breadcrumbs-categories>a{display:inline-flex;gap:calc(var(--base-size) * 1.2);padding:calc(var(--base-size) * .8) calc(var(--base-size) * 1.6);max-width:100%}.breadcrumbs-categories>a>img{width:calc(var(--base-size) * 2.4);max-height:calc(var(--base-size) * 2.4)}.breadcrumbs-categories>a:hover{background:var(--kc-color-primary-100);border-color:#fff0}.breadcrumbs-categories>a:active{background:var(--kc-color-primary-500);border-color:#fff0}.breadcrumbs-categories>a>span{font-size:calc(var(--base-size) * 1.6);line-height:1.5;font-weight:400;overflow:hidden;text-overflow:ellipsis}.breadcrumbs-categories>button.kc-btn{border-color:transparent}.breadcrumbs-wrapper{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6);margin-top:calc(var(--base-size) * 3.2);margin-bottom:calc(var(--base-size) * 3.2)}.breadcrumbs-category-description{display:block;font-size:calc(var(--base-size) * 1.4);line-height:1.5;margin:0 0 calc(var(--base-size) * 3.2) 0}@media only screen and (max-width: 1024px){.breadcrumbs-categories{margin:0}.breadcrumbs-wrapper{margin-bottom:0}.breadcrumbs-category-description{margin:calc(var(--base-size) * 3.2) 0}}@media only screen and (max-width: 440px){.breadcrumbs-categories{margin:0;gap:calc(var(--base-size) * .8)}.breadcrumbs-categories_skeleton{gap:calc(var(--base-size) * .8)}.breadcrumbs-wrapper{gap:calc(var(--base-size) * 1.6);margin-top:calc(var(--base-size) * 2.4)}}.library-access-locked-banner{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--base-size) * 2.4);padding:calc(var(--base-size) * 2.4);border:1px solid var(--ki-color-light-gray, #ccd5dd);border-radius:calc(var(--base-size) * 3.2)}.library-access-locked-banner__content{display:flex;align-items:center;gap:calc(var(--base-size) * 1.6);flex:1;min-width:0}.library-access-locked-banner__icon-wrap{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:74px;height:74px;background:var(--kc-color-primary-100, #fff3e8);border-radius:calc(var(--base-size) * 2.4);color:var(--kc-color-orange, #ff881a)}.library-access-locked-banner__icon{font-size:calc(var(--base-size) * 4.2)}.library-access-locked-banner__text{display:flex;align-items:flex-start;flex-direction:column;gap:calc(var(--base-size) * .8)}.library-access-locked-banner__title{margin:0;font-size:calc(var(--base-size) * 2.4);font-weight:600;line-height:calc(var(--base-size) * 3.6);color:var(--kc-color-gray-600, #1f2023)}.library-access-locked-banner__subtitle{margin:0;font-size:calc(var(--base-size) * 1.6);font-weight:400;line-height:calc(var(--base-size) * 2.6);color:var(--kc-color-gray-400, #323337)}.library-access-locked-banner__btn{flex-shrink:0}@media only screen and (max-width: 440px){.library-access-locked-banner{flex-direction:column;gap:calc(var(--base-size) * .8)}.library-access-locked-banner__content{flex-direction:column;gap:calc(var(--base-size) * .8);align-items:flex-start}.library-access-locked-banner__icon-text-wrap{display:flex;align-items:center;gap:calc(var(--base-size) * 1.6)}.library-access-locked-banner__btn{width:100%}}.kc-link.kc-link-active,.kc-link.kc-link-exact-active{color:var(--main_color)}.play-button.svelte-3x6tuo.svelte-3x6tuo{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;border-radius:50%;width:calc(var(--base-size) * 7.2);height:calc(var(--base-size) * 7.2);transition:background .3s linear;border:0;background-color:#1f2023b2;z-index:9}.play-button.svelte-3x6tuo>svg.svelte-3x6tuo{position:absolute;top:50%;left:calc(50% + var(--base-size) * .35);transform:translate(-50%,-50%);width:calc(var(--base-size) * 2.8);height:calc(var(--base-size) * 2.8);color:#fff}.play-button.svelte-3x6tuo.svelte-3x6tuo:hover{background-color:#1f2023e5;transition:background .3s linear;cursor:pointer}.beta-badge.svelte-1thcjo{background-color:#ff881a;color:#fff;font-weight:600;border-radius:6px;text-transform:uppercase;display:inline-block;margin-left:8px;font-size:8px;padding:2px 10px;line-height:1.2;flex-shrink:0}.certificate-access-modal .kc-modal-window{text-align:center;padding:calc(var(--base-size) * 4) calc(var(--base-size) * 1.6) calc(var(--base-size) * 1.6) calc(var(--base-size) * 1.6);width:calc(var(--base-size) * 37.5)!important;min-height:calc(var(--base-size) * 20.4);border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale))!important}.certificate-access-modal .kc-modal-close{top:calc(var(--base-size) * 1.87);right:calc(var(--base-size) * 1.87)}.quiz-pagination{display:flex;border-bottom:1px solid var(--kc-color-gray-200);gap:30px;overflow-x:auto}.quiz-pagination::-webkit-scrollbar{width:calc(var(--base-size) * .7);height:calc(var(--base-size) * .4)}.quiz-pagination::-webkit-scrollbar-thumb{background-color:#0006;border-radius:50vw}.quiz-pagination::-webkit-scrollbar-track{box-shadow:inset 0 0 calc(var(--base-size) * .2) #0000001a}.quiz-pagination__button__container{border-bottom:3px solid transparent}.quiz-pagination__button__container:last-child{margin-right:0}.quiz-pagination__button__inner{height:27px;margin-bottom:10px;padding:0;border:none;color:var(--kc-color-gray-200)!important;background:none;font-weight:700!important}.quiz-pagination__button__inner:focus{outline:none}.quiz-pagination__button_visited>.quiz-pagination__button__inner{color:var(--kc-color-gray-600)!important}.quiz-pagination__button_correct>.quiz-pagination__button__inner{color:var(--kc-color-green)!important}.quiz-pagination__button_incorrect>.quiz-pagination__button__inner{color:var(--kc--color-red)!important}.quiz-pagination__button_current>.quiz-pagination__button__inner{color:var(--main_color)!important}.quiz-pagination__button_current{border-color:var(--main_color)!important}@media only screen and (max-width: 1340px){.quiz-pagination{gap:2.2388059701vw;border-bottom-width:.0746268657vw}.quiz-pagination__button__container{border-bottom-width:.223880597vw}.quiz-pagination__button__inner{height:2.0149253731vw;margin-bottom:.7462686567vw}}@media only screen and (max-width: 1024px){.quiz-pagination{gap:2.9296875vw;border-bottom-width:.09765625vw}.quiz-pagination__button__container{border-bottom-width:.29296875vw}.quiz-pagination__button__inner{height:2.63671875vw;margin-bottom:.9765625vw}}@media only screen and (max-width: 440px){.quiz-pagination{gap:6.8181818182vw;border-bottom-width:.2272727273vw}.quiz-pagination__button__container{border-bottom-width:.6818181818vw}.quiz-pagination__button__inner{height:6.1363636364vw;margin-bottom:2.2727272727vw}}.kc-error{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:calc(var(--base-size) * 2.5);height:100%;width:100%;padding:calc(var(--base-size) * 5) calc(var(--base-size) * 2)}.kc-error__wrapper{display:flex;width:100%;height:100vh;height:100dvh;background:var(--kc-color-primary-100);padding:calc(var(--base-size) * 2.4)}.kc-error__wrapper>.kc-error{width:100%;height:100%;background:#fff;padding:calc(var(--base-size) * 2.4);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale))}.kc-error__wrapper>.kc-error.unavailable{padding:calc(var(--base-size) * 8.8) calc(var(--base-size) * 14);min-height:calc(100dvh - var(--base-size) * 4.8)}.kc-error__modal>.kc-modal-window{max-width:100%;width:calc(var(--base-size) * 54.4)}.kc-error__modal>.kc-modal-window .h-2{text-align:center;margin:calc(var(--base-size) * 2.4) 0 calc(var(--base-size) * 1.6) 0}.kc-error__modal>.kc-modal-window p{font-size:calc(var(--base-size) * 1.8);line-height:1.5;text-align:center}.kc-error.kc-browser-error{height:auto;flex:1}.kc-error.unavailable{display:flex;justify-content:center;flex-direction:row;text-align:unset}.kc-error.unavailable>.info-wrap{max-width:100%;width:calc(var(--base-size) * 71.3);flex:none}.kc-error.unavailable>.info-wrap .h-0{margin:0 0 calc(var(--base-size) * 1.6) 0}.kc-error.unavailable>.info-wrap p{font-size:calc(var(--base-size) * 2.4);line-height:1.5;margin:0 0 calc(var(--base-size) * 3.2) 0}.kc-error.unavailable>.info-wrap .buttons-wrap{display:flex;gap:calc(var(--base-size) * 1.4)}.kc-error.unavailable>.info-wrap .buttons-wrap>ki-button-2{min-width:calc(var(--base-size) * 17.1)}.kc-error.unavailable>.image-wrap{display:flex;justify-content:center;max-width:calc(var(--base-size) * 80);width:100%;height:auto;color:var(--main_color)}.kc-error.unavailable>.image-wrap>svg{flex:none;width:100%;height:auto;color:var(--main_color)}.kc-error.error-404{flex:1;align-items:flex-start;text-align:left;padding:calc(var(--base-size) * 2.4) calc(var(--base-size) * 11.5);position:relative;overflow:hidden}.kc-error.error-404 h3{white-space:nowrap}@media only screen and (max-width: 440px){.kc-error.error-404 .kc-link{width:100%}}.kc-error.error-404>img{position:absolute;right:0;bottom:0;width:calc(var(--base-size) * 118.5);z-index:0}@media only screen and (max-width: 1024px){.kc-error.error-404>img{width:100%}}@media only screen and (max-width: 440px){.kc-error.error-404>img{width:100%}}.kc-error.error-404>.kc-error__text{display:flex;flex-direction:column;align-items:flex-start;position:relative;width:calc(var(--base-size) * 70);max-width:100%;z-index:2}.kc-error.error-404>.kc-error__text>h3{font-size:calc(var(--base-size) * 8);line-height:1.5;margin:0 0 calc(var(--base-size) * 1.6) 0;position:relative;z-index:2}.kc-error.error-404>.kc-error__text>span{display:block;max-width:100%;font-size:calc(var(--base-size) * 2.4);line-height:1.5;margin:0 0 calc(var(--base-size) * 3.2) 0}.kc-error.error-404 .kc-link{color:#fff}@media only screen and (max-width: 1024px){.kc-error.error-404{justify-content:flex-start;align-items:center;padding:calc(var(--base-size) * 2.4) calc(var(--base-size) * 2.4)}.kc-error.error-404>.kc-error__text{align-items:center;text-align:center}.kc-error.error-404>.kc-error__text>h3{font-size:calc(var(--base-size) * 6);line-height:1.16}}@media only screen and (max-width: 440px){.kc-error.error-404>.kc-error__text{align-items:center;text-align:center}.kc-error.error-404>.kc-error__text>h3{font-size:calc(var(--base-size) * 4);line-height:1.25}.kc-error.error-404>.kc-error__text>span{font-size:calc(var(--base-size) * 1.6);line-height:1.5}}.kc-error>svg{color:var(--main_color);width:calc(var(--base-size) * 17.8);height:calc(var(--base-size) * 17.8)}.kc-error>h3{margin:0;color:var(--kc-color-gray-600)}.kc-error>p{font-size:calc(var(--base-size) * 1.6);line-height:1.5;font-weight:700;margin:0;color:var(--kc-color-light-gray)}.kc-error>span{font-size:calc(var(--base-size) * 2);line-height:1.5;font-weight:400;color:var(--kc-color-gray-600)}.browser-icon-circle-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;width:calc(var(--base-size) * 11);height:calc(var(--base-size) * 11);position:relative}.browser-icon-circle-wrap>svg{position:relative;width:calc(var(--base-size) * 5.8);height:auto;top:calc(var(--base-size) * -.3);left:calc(var(--base-size) * -.3)}.browser-icon-circle-wrap:before,.browser-icon-circle-wrap:after{content:"";display:block;border-radius:50vw;position:absolute}.browser-icon-circle-wrap:before{width:calc(var(--base-size) * 10.4);height:calc(var(--base-size) * 10.4);background:var(--kc-color-primary-100);backdrop-filter:blur(10px);border:calc(var(--base-size) * .2) solid rgba(255,255,255,.5019607843);top:0;left:0;z-index:-1}.browser-icon-circle-wrap:after{width:calc(var(--base-size) * 9.2);height:calc(var(--base-size) * 9.2);background-color:var(--main_color);right:0;bottom:0;z-index:-2}@media only screen and (max-width: 1680px){.kc-error.error-404>.kc-error__text{width:calc(var(--base-size) * 46)}}@media only screen and (max-width: 1024px){.kc-error__wrapper .kc-error.unavailable{flex-direction:column;align-items:center;padding:calc(var(--base-size) * 2.4)}.kc-error.unavailable{padding:calc(var(--base-size) * 2.4);height:100%;justify-content:center}.kc-error.unavailable>.info-wrap{display:flex;flex-direction:column;align-items:center}.kc-error.unavailable>.info-wrap>p{text-align:center}.kc-error.unavailable>.info-wrap .buttons-wrap>ki-button-2{min-width:calc(var(--base-size) * 13.8)}.kc-error.unavailable>.image-wrap{width:calc(var(--base-size) * 58.4);max-width:100%}.kc-error.unavailable>.image-wrap>svg{width:100%;height:auto}}@media only screen and (max-width: 440px){.kc-error__wrapper .kc-error.unavailable{padding:calc(var(--base-size) * 1.6)}.kc-error.error-404 h3{white-space:unset}.kc-error.unavailable>.info-wrap{display:flex;flex-direction:column;align-items:center}.kc-error.unavailable>.info-wrap .h-0{text-align:center}.kc-error.unavailable>.info-wrap>p{font-size:calc(var(--base-size) * 1.6);margin:0 0 calc(var(--base-size) * 2.4) 0}.kc-error.unavailable>.info-wrap>.buttons-wrap{width:100%;flex-direction:column}.kc-error.unavailable>.image-wrap{margin:0 calc(var(--base-size) * -.65);width:calc(100% + var(--base-size) * 1.3)}.kc-error>span{font-size:calc(var(--base-size) * 1.6)}}html[lang=ar] .kc-error.error-404>img,html[lang=ur] .kc-error.error-404>img{transform:scaleX(-1);right:auto;left:0}.course-card__progress{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:calc(var(--base-size) * .8);width:100%}.course-card__image{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.course-card__image img,.course-card__image svg{width:100%;height:100%}.course-card__image img{object-fit:cover}.course-preview-card{height:100%}.course-preview-card .save-button__text{display:none}.course-preview-card ki-course-preview-card{height:100%}.course-preview-card__subcategories{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1)}.course-preview-card__subcategory{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;font-size:calc(var(--base-size) * 1.6);font-weight:400;line-height:calc(var(--base-size) * 2.6);color:var(--kc-color-gray-600, #1f2023);word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;transition:.3s}.course-preview-card__subcategory:hover{color:var(--main_color)}.course-card__info-text{color:var(--kc-color-gray-200);width:100%;margin:0 0 calc(var(--base-size, 10px) * .8)}.course-card__info-list{display:flex;flex-wrap:wrap;width:100%;margin-top:calc(var(--base-size, 10px) * -.5);margin-bottom:calc(var(--base-size, 10px) * -.5)}.course-card__info-list .course-card__info-item:last-of-type .course-card__info-item-divider{display:none}.course-card__info-item{display:flex;align-items:center;gap:calc(var(--base-size) * .8)}.course-card__info-item ki-icon{color:var(--kc-color-gray-600);font-size:calc(var(--base-size) * 2.4)}.course-card__info-item_error{color:var(--kc-color-red)}.course-card__info-item_error ki-icon{color:var(--kc-color-red)}.course-card__info-item-divider{display:inline-flex;width:1px;height:calc(var(--base-size) * 1.6);margin:0 calc(var(--base-size) * .8) 0 calc(var(--base-size) * .8);background-color:var(--kc-color-gray-600)}.course-card__upcoming-deadlines-tooltip{display:flex}.course-card__upcoming-deadlines-tooltip-icon{color:var(--kc-color-red)!important;font-size:calc(var(--base-size) * 1.6);cursor:pointer}.course-card__upcoming-deadlines-tooltip-content{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6);padding:calc(var(--base-size) * .8);max-width:calc(var(--base-size) * 30)}.course-card__upcoming-deadlines-tooltip-content p{color:#fff!important}.course-card__upcoming-deadlines-tooltip-list{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.2)}.course-card__upcoming-deadlines-tooltip-item{display:flex;flex-direction:column}.course-card__is-mandatory{margin-top:calc(var(--base-size, 10px) * .8)}.course-card__preview-label{display:flex;align-items:center;gap:calc(var(--base-size) * .8);height:calc(var(--base-size) * 3.2)}.course-card__preview-label ki-icon{font-size:calc(var(--base-size) * 2.4)}@media only screen and (max-width: 440px){.save-button__text{display:none}}.cookie-banner__wrapper{display:flex;align-items:center;justify-content:center;gap:calc(var(--base-size) * 1.6);position:fixed;bottom:0;left:0;width:100%;padding:calc(var(--base-size) * .8);background:#fff;filter:drop-shadow(0px -6px 24px rgba(18,21,31,.1)) drop-shadow(0px -2px 8px rgba(18,21,31,.04));border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) 0 0;transition:.5s transform;z-index:99999}.cookie-banner__wrapper a{transition:.3s}.cookie-banner__wrapper a:hover{opacity:.8}.cookie-banner__wrapper>ki-button-2{width:calc(var(--base-size) * 10)}.cookie-banner__text{display:inline-block;font-size:calc(var(--base-size) * 1.6);line-height:1.625}.cookie-banner__text a{color:var(--main_color);text-decoration:underline}@media only screen and (max-width: 1024px){.cookie-banner__wrapper{display:flex;flex-direction:column;padding:calc(var(--base-size) * 1.6)}.cookie-banner__wrapper>ki-button-2{width:100%}}@media only screen and (max-width: 440px){html[lang=en] .cookie-banner__text a{display:inline-block}}.button-with-control-caption{display:flex;align-items:center;gap:10px}.button-with-control-caption__control-caption{display:flex;align-items:center;gap:5px;color:var(--kc-color-gray-200)!important;white-space:pre-wrap}.button-with-control-caption__left{flex-direction:row}.button-with-control-caption__right{flex-direction:row-reverse}@media only screen and (max-width: 1340px){.button-with-control-caption{gap:.7462686567vw}.button-with-control-caption__control-caption{gap:.3731343284vw}}@media only screen and (max-width: 1024px){.button-with-control-caption__control-caption{display:none}}.button-with-icon>.kc-btn{display:flex;align-items:center;padding:calc(var(--base-size) * .2) calc(var(--base-size) * .7);line-height:1.7142857143;gap:calc(var(--base-size) * .25)}.button-with-icon__with-left-icon>.kc-btn{padding-left:calc(var(--base-size) * .2)}.button-with-icon__with-right-icon>.kc-btn{padding-right:calc(var(--base-size) * .2)}html[lang=ar] .button-with-icon__with-left-icon>.kc-btn,html[lang=ur] .button-with-icon__with-left-icon>.kc-btn{padding-left:calc(var(--base-size) * .7);padding-right:calc(var(--base-size) * .2)}html[lang=ar] .button-with-icon__with-right-icon>.kc-btn,html[lang=ur] .button-with-icon__with-right-icon>.kc-btn{padding-right:calc(var(--base-size) * .7);padding-left:calc(var(--base-size) * .2)}.button-with-icon__with-left-icon,.button-with-icon__with-right-icon{display:flex}.button-with-icon__with-left-icon svg,.button-with-icon__with-right-icon svg{height:calc(var(--base-size) * 2.4);width:calc(var(--base-size) * 2.4);margin:0!important}html[lang=ar] .button-with-icon__with-left-icon svg,html[lang=ar] .button-with-icon__with-right-icon svg,html[lang=ur] .button-with-icon__with-left-icon svg,html[lang=ur] .button-with-icon__with-right-icon svg{transform:rotate(180deg)}.show-more.active>ki-icon{transform:rotate(180deg)}.show-more>ki-icon{font-size:calc(var(--base-size) * 2.4);transition:.15s transform}html[lang=ar] .show-more>.kc-icons,html[lang=ur] .show-more>.kc-icons{transform:none}html[lang=ar] .show-more.active>.kc-icons,html[lang=ur] .show-more.active>.kc-icons{transform:rotate(180deg)}.kc-portal-download-button{position:relative;display:flex;justify-content:center;align-items:center;align-self:center;gap:calc(var(--base-size) * 1.4);min-width:calc(var(--base-size) * 28);max-width:100%;border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * .5);margin:0;padding:calc(var(--base-size) * .45);background:white;font-weight:700;color:var(--kc-color-gray-600)!important;line-height:calc(var(--base-size) * 1.9)}.kc-portal-download-button svg{width:calc(var(--base-size) * 1.2);height:calc(var(--base-size) * 1.2);color:var(--kc-color-gray-200)}.kc-portal-download-button:hover{background:var(--kc-color-gray-100)}.kc-portal-download-button:focus{border-color:var(--kc-color-gray-100)}.kc-portal-download-button:active{border-color:var(--kc-color-light-gray);background:var(--kc-color-light-gray)}.kc-portal-download-button_loading{pointer-events:none}.kc-portal-download-button_loading,.kc-portal-download-button_loading>svg{color:transparent!important}.kc-portal-download-button>.dot-loader>div{background-color:var(--kc-color-gray-600)}@media only screen and (max-width: 440px){.kc-portal-download-button{min-width:100%}}.event-card-2{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6);padding:calc(var(--base-size) * 1.6);border:calc(var(--base-size) * .1) solid var(--kc--color-middle-grey);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));max-width:calc(var(--base-size) * 51.2);width:100%;flex:auto}.event-card-2__is-live{display:flex;align-items:center;gap:calc(var(--base-size) * .5);color:var(--main_color);font-weight:700!important;text-transform:uppercase}.event-card-2__is-live>svg{width:calc(var(--base-size) * 1.8);height:calc(var(--base-size) * 1.8)}.event-card-2__label{padding:calc(var(--base-size) * .4) calc(var(--base-size) * .8);background-color:var(--kc-color-primary-100, #fff3e8);border-radius:calc(var(--base-size) * .8 * var(--ki-border-radius-scale));text-transform:uppercase;white-space:nowrap}.event-card-2__label_multi-day{background-color:var(--kc-color-light-gray, #eaeff3);color:var(--kc-color-gray-200)}.event-card-2__heading{display:flex;align-items:center;flex-wrap:wrap;gap:var(--base-size)}.event-card-2__heading__date{color:var(--kc-color-gray-200)!important}.event-card-2__heading .course-block_label.grey{color:var(--kc-color-gray-600);background:var(--kc-color-mid-light-gray)}.event-card-2__name{font-weight:400;color:var(--kc-color-gray-600)}.event-card-2__name_link{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;white-space:wrap;color:var(--kc-color-gray-600);text-decoration:underline;cursor:pointer;font-size:calc(var(--base-size) * 1.6);font-weight:400;line-height:calc(var(--base-size) * 2.6);transition:color .3s;width:fit-content;max-width:100%}.event-card-2__name_link:active{color:var(--main_color)}.event-card-2__tooltip{color:#fff!important;padding:0;max-width:calc(var(--base-size) * 30.4)!important;margin:0}.event-card-2__status-row{display:flex;align-items:center;gap:calc(var(--base-size) * 1.6);flex-wrap:wrap}.event-card-2__feedback-row .kc-btn{height:42px}@media (hover: hover){.event-card-2__name_link:hover{color:var(--main_color)}}.kc-tooltip{border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale));padding:calc(var(--base-size) * 1.6);background:var(--kc-color-gray-600);box-shadow:0 calc(var(--base-size) * .8) calc(var(--base-size) * 3.2) 0 #12151f66,0 calc(var(--base-size) * 2) calc(var(--base-size) * 1.2) 0 #12151f05}.kc-tooltip__wrapper{z-index:1001}.kc-tooltip__arrow,.kc-tooltip__arrow:before{position:absolute;width:var(--base-size);height:var(--base-size);background:var(--kc-color-gray-600);border-radius:calc(var(--base-size) * .1 * var(--ki-border-radius-scale))}.kc-tooltip__arrow{visibility:hidden}.kc-tooltip__arrow:before{visibility:visible;content:"";transform:rotate(45deg)}.kc-tooltip__wrapper[data-popper-placement=top] .kc-tooltip__arrow{bottom:calc(var(--base-size) * -.4)}.kc-tooltip__wrapper[data-popper-placement=bottom] .kc-tooltip__arrow,.kc-tooltip__wrapper[data-popper-placement=bottom-start] .kc-tooltip__arrow{top:calc(var(--base-size) * -.4)}.kc-tooltip__wrapper[data-popper-placement^=left] .kc-tooltip__arrow{right:calc(var(--base-size) * -.4)}.kc-tooltip__wrapper[data-popper-placement^=right] .kc-tooltip__arrow{left:calc(var(--base-size) * -.4)}@media only screen and (max-width: 440px){.kc-tooltip__wrapper{width:calc(100% - var(--base-size) * 3.2)}}.assignment-event-card{display:flex;flex-direction:column;width:100%;max-width:calc(var(--base-size) * 51.2);border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale));gap:calc(var(--base-size) * .8);padding:calc(var(--base-size) * 1.6);border:1px solid var(--kc-color-gray-100)}.assignment-event-card__heading{height:calc(var(--base-size) * 2)}.assignment-event-card__heading ki-icon{font-size:calc(var(--base-size) * 1.8)}.assignment-event-card__heading span{font-size:calc(var(--base-size) * 1.4);margin-left:calc(var(--base-size) * -.4)}.assignment-event-card__heading__status{display:flex;gap:calc(var(--base-size) * .8)}.assignment-event-card__title-wrapper{overflow:hidden;width:100%}.assignment-event-card__title{color:var(--kc-color-gray-600);font-weight:700!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.assignment-event-card__title:focus-visible{outline:calc(var(--base-size) * .4) dashed #329dff!important;outline-offset:-4px!important}.assignment-event-card__title_link{color:var(--kc-color-gray-600);cursor:pointer;transition:.3s color;display:block}.assignment-event-card__title_link:active{color:var(--main_color)}.assignment-event-card__tooltip-text{color:#fff!important;max-width:calc(var(--base-size) * 51.2);word-break:break-word;white-space:normal}@media (hover: hover){.assignment-event-card__title_link:hover{color:var(--main_color)}}.custom-assignment-card__body{display:flex;flex-direction:column;gap:var(--base-size);padding-top:calc(var(--base-size) * .5)}.custom-assignment-card__runtime-and-status{display:flex;align-items:center;gap:calc(var(--base-size) * 1.2)}.custom-assignment-card__runtime-cell{display:flex;align-items:center;gap:calc(var(--base-size) * .5)}.custom-assignment-card__runtime-cell svg{width:calc(var(--base-size) * 1.8);height:calc(var(--base-size) * 1.8);color:var(--kc-color-gray-600)}.custom-assignment-card__runtime-cell__text{color:var(--kc-color-gray-600)!important;font-weight:400!important}.custom-assignment-card__dates-list{display:flex;flex-direction:column;gap:calc(var(--base-size) * .2)}.custom-assignment-card__date{color:var(--kc-color-gray-600)!important}.custom-assignment-card__date>strong{font-weight:700!important}.custom-assignment-card__expired-date{color:#f03e3e!important}.approved-by_wrapper{display:flex;align-items:center;gap:calc(var(--base-size) * .5);margin:0 0 calc(var(--base-size) * .5) 0}.approved-by_wrapper>span{font-size:calc(var(--base-size) * 1.2);line-height:1.5}.approved-by_list{display:flex;align-items:center;gap:calc(var(--base-size) * .8)}.approved-by_item{width:calc(var(--base-size) * 3.2);height:calc(var(--base-size) * 3.2);padding:calc(var(--base-size) * .4);border-radius:calc(var(--base-size) * .8 * var(--ki-border-radius-scale));background:#fff;box-shadow:0 0 calc(var(--base-size) * .4) #0000001a}.approved-by_item>img{width:100%;height:100%;object-fit:contain}.toggle-switch.svelte-19a68w8.svelte-19a68w8{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6)}.toggle-switch__option.svelte-19a68w8.svelte-19a68w8{display:flex;align-items:center;justify-content:space-between;width:100%;gap:calc(var(--base-size) * .8);cursor:pointer}.toggle-switch__option-text.svelte-19a68w8.svelte-19a68w8{position:relative;margin:0;display:flex;align-content:center;gap:calc(var(--base-size) * .8)}.toggle-switch__option-tooltip-trigger.svelte-19a68w8.svelte-19a68w8{font-size:calc(var(--base-size) * 2.4);display:flex;cursor:pointer;color:var(--main_color);transition:.3s}.toggle-switch__option-tooltip-trigger.svelte-19a68w8.svelte-19a68w8:hover{color:var(--kc-color-primary-hover)}.toggle-switch__option-tooltip.svelte-19a68w8.svelte-19a68w8{display:flex;flex-direction:column;gap:calc(var(--base-size) * .8);max-width:calc(var(--base-size) * 38.1)}.toggle-switch__option-tooltip.svelte-19a68w8 p.svelte-19a68w8{color:#fff;margin:0}.dots-loading-indicator{position:relative;width:14px;height:4px}.dots-loading-indicator__outer-wrapper{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.dots-loading-indicator__dot{position:absolute;top:2px;width:2px;height:2px;border-radius:1px;background:white}.dots-loading-indicator__dot:first-child{left:2px;animation:pulseFirstDot 1s infinite linear}.dots-loading-indicator__dot:nth-child(2){left:50%;animation:pulseSecondDot 1s infinite linear}.dots-loading-indicator__dot:nth-child(3){right:2px;animation:pulseThirdDot 1s infinite linear}@keyframes pulseFirstDot{0%{transform:translate(-50%,-50%) scale(1)}25%{transform:translate(-50%,-50%) scale(2)}50%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes pulseSecondDot{0%{transform:translate(-50%,-50%) scale(1)}25%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(2)}75%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes pulseThirdDot{0%{transform:translate(50%,-50%) scale(1)}25%{transform:translate(50%,-50%) scale(1)}50%{transform:translate(50%,-50%) scale(1)}75%{transform:translate(50%,-50%) scale(2)}to{transform:translate(50%,-50%) scale(1)}}@media only screen and (max-width: 1340px){.dots-loading-indicator{width:1.0447761194vw;height:.2985074627vw}.dots-loading-indicator__outer-wrapper{width:1.7910447761vw;height:1.7910447761vw}.dots-loading-indicator__dot{top:.1492537313vw;width:.1492537313vw;height:.1492537313vw;border-radius:.0746268657vw}.dots-loading-indicator__dot:first-child{left:.1492537313vw}.dots-loading-indicator__dot:nth-child(3){right:.1492537313vw}}@media only screen and (max-width: 1024px){.dots-loading-indicator{width:1.3671875vw;height:.390625vw}.dots-loading-indicator__outer-wrapper{width:2.34375vw;height:2.34375vw}.dots-loading-indicator__dot{top:.1953125vw;width:.1953125vw;height:.1953125vw;border-radius:.09765625vw}.dots-loading-indicator__dot:first-child{left:.1953125vw}.dots-loading-indicator__dot:nth-child(3){right:.1953125vw}}@media only screen and (max-width: 440px){.dots-loading-indicator{width:3.1818181818vw;height:.9090909091vw}.dots-loading-indicator__outer-wrapper{width:5.4545454545vw;height:5.4545454545vw}.dots-loading-indicator__dot{top:.4545454545vw;width:.4545454545vw;height:.4545454545vw;border-radius:.2272727273vw}.dots-loading-indicator__dot:first-child{left:.4545454545vw}.dots-loading-indicator__dot:nth-child(3){right:.4545454545vw}}.kc-loader-overlay{position:fixed}.kc-loader-overlay_dark{background:rgba(255,255,255,.7)}.kc-loader-overlay_dark.svelte-1ff04us{background:#ffffff8a}.toast{position:fixed;top:98px;right:calc(var(--base-size) * 2.4);display:flex;flex-direction:column;z-index:9999999;gap:calc(var(--base-size) * 2);width:calc(var(--base-size) * 40)}html[lang=ar] .toast,html[lang=ur] .toast{left:calc(var(--base-size) * 2.4);right:unset}@media only screen and (max-width: 1024px){.toast{right:calc(var(--base-size) * 1.6)}html[lang=ar] .toast,html[lang=ur] .toast{left:calc(var(--base-size) * 2.6);right:unset}}@media only screen and (max-width: 440px){.toast{top:calc(var(--base-size) * 8);width:calc(100% - var(--base-size) * 3.2);left:50%;transform:translate(-50%)}html[lang=ar] .toast,html[lang=ur] .toast{left:50%;right:auto}}.notification-modal__overlay{position:fixed;z-index:999;inset:0;background-color:var(--kc-color-gray-600, #1f2023);animation:overlayIn .25s ease forwards}.notification-modal__container{position:fixed;min-height:calc(var(--base-size) * 8.8);display:flex;align-items:center;gap:calc(var(--base-size) * 1.6);left:50%;transform:translate(-50%);bottom:calc(var(--base-size) * 2.8);padding:calc(var(--base-size) * 1.6);padding-right:calc(var(--base-size) * 5.6);border:1px solid var(--ki-color-light-gray, #ccd5dd);background:#FFFFFF;z-index:1005;box-shadow:0 2px 12px #12151f05,0 8px 32px #12151f1f;border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));max-width:calc(100vw - var(--base-size) * 38.4)}.notification-modal__icon{display:flex;align-items:center;justify-content:center;width:calc(var(--base-size) * 4);min-width:calc(var(--base-size) * 4);height:calc(var(--base-size) * 4);color:#fff;background-color:var(--main_color);box-shadow:0 2px 4px #12151f14,0 4px 16px 1px #12151f14;border-radius:calc(var(--base-size) * 3.6 * var(--ki-border-radius-scale))}.notification-modal__icon ki-icon{font-size:calc(var(--base-size) * 2.4)}.notification-modal__title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:0}.notification-modal__subtext{margin:0;color:var(--main_color)}.notification-modal__content-wrapper{display:flex;align-items:center;gap:calc(var(--base-size) * 1.6);width:100%;overflow:hidden}.notification-modal__content{display:flex;flex-direction:column;overflow:hidden}.notification-modal__actions{display:flex;align-items:center;gap:calc(var(--base-size) * 1.6)}.notification-modal__actions ki-button-2{white-space:nowrap}.notification-modal__close{position:absolute;right:calc(var(--base-size) * 1.6);display:flex;font-size:calc(var(--base-size) * 2.4);background-color:transparent;border:none;padding:0;margin-left:auto}html[lang=ar] .notification-modal__icon_arrow-right,html[lang=ur] .notification-modal__icon_arrow-right{transform:rotate(180deg)}html[lang=ar] .notification-modal__container,html[lang=ur] .notification-modal__container{padding-right:calc(var(--base-size) * 1.6);padding-left:calc(var(--base-size) * 5.6)}html[lang=ar] .notification-modal__close,html[lang=ur] .notification-modal__close{right:auto;left:calc(var(--base-size) * 1.6)}@keyframes overlayIn{0%{opacity:0}to{opacity:.4}}@media only screen and (max-width: 1024px){.notification-modal__container{max-width:calc(100vw - var(--base-size) * 4.8);width:100%}.notification-modal__title{white-space:initial;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.notification-modal__actions{margin-left:auto;gap:calc(var(--base-size) * 1)}}@media only screen and (max-width: 440px){.notification-modal__container{width:100%;max-width:calc(100vw - var(--base-size) * 3.2);flex-direction:column;bottom:calc(var(--base-size) * 1.6);padding-right:calc(var(--base-size) * 1.6)}.notification-modal__actions{flex-direction:column-reverse;width:100%;margin-left:0}.notification-modal__actions ki-button-2,.notification-modal__actions .transcript-button{width:100%}.notification-modal__title,.notification-modal__subtext{text-align:center}.notification-modal__title{-webkit-line-clamp:3}.notification-modal__content-wrapper{padding-right:calc(var(--base-size) * 4.6)}.notification-modal__content{width:100%}html[lang=ar] .notification-modal__container,html[lang=ur] .notification-modal__container{padding-right:calc(var(--base-size) * 1.6);padding-left:calc(var(--base-size) * 1.6)}html[lang=ar] .notification-modal__content-wrapper,html[lang=ur] .notification-modal__content-wrapper{padding-right:0;padding-left:calc(var(--base-size) * 4.6)}}.radio-select.svelte-1heqo67.svelte-1heqo67{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6)}.radio-select__option.svelte-1heqo67.svelte-1heqo67{display:flex;align-items:center;width:100%;gap:calc(var(--base-size) * .8);cursor:pointer}.radio-select__option-text.svelte-1heqo67.svelte-1heqo67{position:relative;margin:0;display:flex;align-content:center;gap:calc(var(--base-size) * .8)}.radio-select__option-tooltip-trigger.svelte-1heqo67.svelte-1heqo67{font-size:calc(var(--base-size) * 2.4);display:flex;cursor:pointer;color:var(--main_color);transition:.3s}.radio-select__option-tooltip-trigger.svelte-1heqo67.svelte-1heqo67:hover{color:var(--kc-color-primary-hover)}.radio-select__option-tooltip.svelte-1heqo67.svelte-1heqo67{display:flex;flex-direction:column;gap:calc(var(--base-size) * .8);max-width:calc(var(--base-size) * 38.1)}.radio-select__option-tooltip.svelte-1heqo67 p.svelte-1heqo67{color:#fff;margin:0}.radio-select__option-counter.svelte-1heqo67.svelte-1heqo67{margin-left:auto;color:var(--kc-color-gray-200)}.item.svelte-3e0qet{cursor:default;height:var(--height, 42px);line-height:var(--height, 42px);padding:var(--itemPadding, 0 20px);color:var(--itemColor, inherit);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.groupHeader.svelte-3e0qet{text-transform:var(--groupTitleTextTransform, uppercase)}.groupItem.svelte-3e0qet{padding-left:var(--groupItemPaddingLeft, 40px)}.item.svelte-3e0qet:active{background:var(--itemActiveBackground, #b9daff)}.item.active.svelte-3e0qet{background:var(--itemIsActiveBG, #007aff);color:var(--itemIsActiveColor, #fff)}.item.notSelectable.svelte-3e0qet{color:var(--itemIsNotSelectableColor, #999)}.item.first.svelte-3e0qet{border-radius:var(--itemFirstBorderRadius, 4px 4px 0 0)}.item.hover.svelte-3e0qet:not(.active){background:var(--itemHoverBG, #e7f2ff);color:var(--itemHoverColor, inherit)}.listContainer.svelte-1uyqfml{box-shadow:var(--listShadow, 0 2px 3px 0 rgba(44, 62, 80, .24));border-radius:var(--listBorderRadius, 4px);max-height:var(--listMaxHeight, 250px);overflow-y:auto;background:var(--listBackground, #fff);border:var(--listBorder, none);position:var(--listPosition, absolute);z-index:var(--listZIndex, 2);width:100%;left:var(--listLeft, 0);right:var(--listRight, 0)}.virtualList.svelte-1uyqfml{height:var(--virtualListHeight, 200px)}.listGroupTitle.svelte-1uyqfml{color:var(--groupTitleColor, #8f8f8f);cursor:default;font-size:var(--groupTitleFontSize, 12px);font-weight:var(--groupTitleFontWeight, 600);height:var(--height, 42px);line-height:var(--height, 42px);padding:var(--groupTitlePadding, 0 20px);text-overflow:ellipsis;overflow-x:hidden;white-space:nowrap;text-transform:var(--groupTitleTextTransform, uppercase)}.empty.svelte-1uyqfml{text-align:var(--listEmptyTextAlign, center);padding:var(--listEmptyPadding, 20px 0);color:var(--listEmptyColor, #78848f)}.selection.svelte-pu1q1n{text-overflow:ellipsis;overflow-x:hidden;white-space:nowrap}.multiSelectItem.svelte-liu9pa.svelte-liu9pa{background:var(--multiItemBG, #ebedef);margin:var(--multiItemMargin, 5px 5px 0 0);border-radius:var(--multiItemBorderRadius, 16px);height:var(--multiItemHeight, 32px);line-height:var(--multiItemHeight, 32px);display:flex;cursor:default;padding:var(--multiItemPadding, 0 10px 0 15px);max-width:100%}.multiSelectItem_label.svelte-liu9pa.svelte-liu9pa{margin:var(--multiLabelMargin, 0 5px 0 0);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multiSelectItem.svelte-liu9pa.svelte-liu9pa:hover,.multiSelectItem.active.svelte-liu9pa.svelte-liu9pa{background-color:var(--multiItemActiveBG, #006fff);color:var(--multiItemActiveColor, #fff)}.multiSelectItem.disabled.svelte-liu9pa.svelte-liu9pa:hover{background:var(--multiItemDisabledHoverBg, #ebedef);color:var(--multiItemDisabledHoverColor, #c1c6cc)}.multiSelectItem_clear.svelte-liu9pa.svelte-liu9pa{border-radius:var(--multiClearRadius, 50%);background:var(--multiClearBG, #52616f);min-width:var(--multiClearWidth, 16px);max-width:var(--multiClearWidth, 16px);height:var(--multiClearHeight, 16px);position:relative;top:var(--multiClearTop, 8px);text-align:var(--multiClearTextAlign, center);padding:var(--multiClearPadding, 1px)}.multiSelectItem_clear.svelte-liu9pa.svelte-liu9pa:hover,.active.svelte-liu9pa .multiSelectItem_clear.svelte-liu9pa{background:var(--multiClearHoverBG, #fff)}.multiSelectItem_clear.svelte-liu9pa:hover svg.svelte-liu9pa,.active.svelte-liu9pa .multiSelectItem_clear svg.svelte-liu9pa{fill:var(--multiClearHoverFill, #006fff)}.multiSelectItem_clear.svelte-liu9pa svg.svelte-liu9pa{fill:var(--multiClearFill, #ebedef);vertical-align:top}svelte-virtual-list-viewport.svelte-g2cagw{position:relative;overflow-y:auto;-webkit-overflow-scrolling:touch;display:block}svelte-virtual-list-contents.svelte-g2cagw,svelte-virtual-list-row.svelte-g2cagw{display:block}svelte-virtual-list-row.svelte-g2cagw{overflow:hidden}.selectContainer.svelte-17l1npl.svelte-17l1npl{--internalPadding:0 16px;border:var(--border, 1px solid #d8dbdf);border-radius:var(--borderRadius, 3px);box-sizing:border-box;height:var(--height, 42px);position:relative;display:flex;align-items:center;padding:var(--padding, var(--internalPadding));background:var(--background, #fff);margin:var(--margin, 0)}.selectContainer.svelte-17l1npl input.svelte-17l1npl{cursor:default;border:none;color:var(--inputColor, #3f4f5f);height:var(--height, 42px);line-height:var(--height, 42px);padding:var(--inputPadding, var(--padding, var(--internalPadding)));width:100%;background:transparent;font-size:var(--inputFontSize, 14px);letter-spacing:var(--inputLetterSpacing, -.08px);position:absolute;left:var(--inputLeft, 0);margin:var(--inputMargin, 0)}.selectContainer.svelte-17l1npl input.svelte-17l1npl::placeholder{color:var(--placeholderColor, #78848f);opacity:var(--placeholderOpacity, 1)}.selectContainer.svelte-17l1npl input.svelte-17l1npl:focus{outline:none}.selectContainer.svelte-17l1npl.svelte-17l1npl:hover{border-color:var(--borderHoverColor, #b2b8bf)}.selectContainer.focused.svelte-17l1npl.svelte-17l1npl{border-color:var(--borderFocusColor, #006fe8)}.selectContainer.disabled.svelte-17l1npl.svelte-17l1npl{background:var(--disabledBackground, #ebedef);border-color:var(--disabledBorderColor, #ebedef);color:var(--disabledColor, #c1c6cc)}.selectContainer.disabled.svelte-17l1npl input.svelte-17l1npl::placeholder{color:var(--disabledPlaceholderColor, #c1c6cc);opacity:var(--disabledPlaceholderOpacity, 1)}.selectedItem.svelte-17l1npl.svelte-17l1npl{line-height:var(--height, 42px);height:var(--height, 42px);overflow-x:hidden;padding:var(--selectedItemPadding, 0 20px 0 0)}.selectedItem.svelte-17l1npl.svelte-17l1npl:focus{outline:none}.clearSelect.svelte-17l1npl.svelte-17l1npl{position:absolute;right:var(--clearSelectRight, 10px);top:var(--clearSelectTop, 11px);bottom:var(--clearSelectBottom, 11px);width:var(--clearSelectWidth, 20px);color:var(--clearSelectColor, #c5cacf);flex:none!important}.clearSelect.svelte-17l1npl.svelte-17l1npl:hover{color:var(--clearSelectHoverColor, #2c3e50)}.selectContainer.focused.svelte-17l1npl .clearSelect.svelte-17l1npl{color:var(--clearSelectFocusColor, #3f4f5f)}.indicator.svelte-17l1npl.svelte-17l1npl{position:absolute;right:var(--indicatorRight, 10px);top:var(--indicatorTop, 11px);width:var(--indicatorWidth, 20px);height:var(--indicatorHeight, 20px);color:var(--indicatorColor, #c5cacf)}.indicator.svelte-17l1npl svg.svelte-17l1npl{display:inline-block;fill:var(--indicatorFill, currentcolor);line-height:1;stroke:var(--indicatorStroke, currentcolor);stroke-width:0}.spinner.svelte-17l1npl.svelte-17l1npl{position:absolute;right:var(--spinnerRight, 10px);top:var(--spinnerLeft, 11px);width:var(--spinnerWidth, 20px);height:var(--spinnerHeight, 20px);color:var(--spinnerColor, #51ce6c);animation:svelte-17l1npl-rotate .75s linear infinite}.spinner_icon.svelte-17l1npl.svelte-17l1npl{display:block;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;-webkit-transform:none}.spinner_path.svelte-17l1npl.svelte-17l1npl{stroke-dasharray:90;stroke-linecap:round}.multiSelect.svelte-17l1npl.svelte-17l1npl{display:flex;padding:var(--multiSelectPadding, 0 35px 0 16px);height:auto;flex-wrap:wrap;align-items:stretch}.multiSelect.svelte-17l1npl>.svelte-17l1npl{flex:1 1 50px}.selectContainer.multiSelect.svelte-17l1npl input.svelte-17l1npl{padding:var(--multiSelectInputPadding, 0);position:relative;margin:var(--multiSelectInputMargin, 0)}.hasError.svelte-17l1npl.svelte-17l1npl{border:var(--errorBorder, 1px solid #ff2d55);background:var(--errorBackground, #fff)}.a11yText.svelte-17l1npl.svelte-17l1npl{z-index:9999;border:0px;clip:rect(1px,1px,1px,1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap}@keyframes svelte-17l1npl-rotate{to{transform:rotate(360deg)}}.selectContainer{--listZIndex: 10;transition:.3s border-color}.selectContainer:hover,.selectContainer.opened{border-color:var(--kc-color-gray-200)!important}.selectContainer:hover{background-color:var(--kc-color-gray-100)!important}.selectContainer>.indicator{display:flex;justify-content:center;align-items:center;width:auto!important;transition:.3s transform;right:calc(var(--base-size) * .8)!important}.selectContainer>.indicator svg{width:calc(var(--base-size) * 1.2);height:auto;stroke:var(--kc-color-gray-200)}.selectContainer.opened>.indicator{transform:translateY(-50%) rotate(180deg)}html[lang=ar] .selectContainer>.indicator,html[lang=ur] .selectContainer>.indicator{right:auto!important;left:calc(var(--base-size) * .8)!important}.listContainer{right:auto!important;box-shadow:0 0 4px #2c3e4633}.listContainer .item.active,.listContainer .item.hover{background-color:var(--kc-color-gray-100)!important}.kc-select{width:100%;position:relative}.kc-select.error .kc-select-label{color:var(--kc--color-red)}.kc-select.error .selectContainer{border-color:var(--kc--color-red)!important}.kc-select-label{position:absolute;top:calc(var(--base-size) * -1.8);display:inline-block;font-size:calc(var(--base-size) * 1.2);line-height:1.5;margin:0}.kc-select-label__required:after{content:"*";display:inline-block;padding-left:calc(var(--base-size) * .2)}.expanded-text p{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;margin:0}.qr-wrap{width:100%;height:100%;padding:calc(var(--base-size) * 1.5);position:relative}.qr-wrap.unavailable{padding:0}.qr-wrap .unavailable-content{position:relative}.qr-wrap .unavailable-content>div{display:flex;align-items:flex-start;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);gap:calc(var(--base-size) * .8);background:#fff;border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale));min-width:calc(var(--base-size) * 27.6);padding:calc(var(--base-size) * .8);font-size:calc(var(--base-size) * 1.6);line-height:1.625}.qr-wrap .unavailable-content>div>span{display:block;width:100%}.qr-wrap .unavailable-content>div ki-icon{font-size:calc(var(--base-size) * 2.4)}.qr-wrap .unavailable-content>img{width:100%}.qr-wrap__footer{padding:0}.qr-wrap__footer .unavailable-content>div{min-width:auto;white-space:unset;font-size:calc(var(--base-size) * 1.4);line-height:1.42}html[lang=ar] .qr-wrap__footer .unavailable-content>div,html[lang=ur] .qr-wrap__footer .unavailable-content>div,html[lang=hi] .qr-wrap__footer .unavailable-content>div,html[lang=es] .qr-wrap__footer .unavailable-content>div,html[lang=pt] .qr-wrap__footer .unavailable-content>div,html[lang=de] .qr-wrap__footer .unavailable-content>div,html[lang=fr] .qr-wrap__footer .unavailable-content>div,html[lang=zh-cn] .qr-wrap__footer .unavailable-content>div{width:calc(var(--base-size) * 17)}@media only screen and (max-width: 1024px){.qr-wrap .unavailable-content{position:relative}.qr-wrap .unavailable-content>div{min-width:auto;line-height:1.625;white-space:unset}html[lang=ar] .qr-wrap .unavailable-content>div,html[lang=ur] .qr-wrap .unavailable-content>div,html[lang=hi] .qr-wrap .unavailable-content>div,html[lang=es] .qr-wrap .unavailable-content>div,html[lang=pt] .qr-wrap .unavailable-content>div,html[lang=de] .qr-wrap .unavailable-content>div,html[lang=fr] .qr-wrap .unavailable-content>div,html[lang=zh-cn] .qr-wrap .unavailable-content>div{width:calc(var(--base-size) * 17)}}.course-progress-chart.svelte-dzc1jl{display:flex;align-items:center;justify-content:center;width:calc(var(--base-size) * 2.4);height:calc(var(--base-size) * 2.4)}svg.svelte-dzc1jl{width:calc(var(--base-size) * 2);height:calc(var(--base-size) * 2);overflow:visible;transform:rotate(-90deg)}circle.svelte-dzc1jl{transition:stroke-dashoffset .3s ease;fill:none;stroke-width:2px;stroke-linecap:round}.background.svelte-dzc1jl{stroke:var(--main_color);opacity:.5}.progress.svelte-dzc1jl{stroke:var(--main_color)}.course-status{display:flex;align-items:center;gap:var(--base-size)}.course-status__main{display:flex;align-items:center;gap:calc(var(--base-size) * .8)}.course-status__main>svg{flex-shrink:0;width:calc(var(--base-size) * 1.8);height:calc(var(--base-size) * 1.8);overflow:visible}.course-status__status-text{white-space:nowrap;font-weight:400!important;text-overflow:ellipsis;overflow:hidden;font-size:calc(var(--base-size) * 1.6);line-height:calc(var(--base-size) * 2.6)}.course-status__details{color:var(--kc-color-gray-200)!important;text-transform:capitalize;font-weight:400;font-size:calc(var(--base-size) * 1.6);line-height:calc(var(--base-size) * 2.6)}.course-status__action{position:relative;padding:0;margin:0;border:none;background:none;color:var(--kc-color-gray-600)!important;font-weight:400!important;text-decoration:underline;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.course-status__action_loading{color:transparent}.course-status__action__loading-indicator-container{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center}.course-status .dots-loading-indicator__dot{background:var(--kc-color-gray-600)!important}.course-status_idle>.course-status__main>.course-status__status-text,.course-status_idle>.course-status__main>svg{color:var(--kc-color-gray-200)!important}.course-status_in-progress>.course-status__main>.course-status__status-text,.course-status_in-progress>.course-status__main>svg{color:var(--main_color)!important}.course-status_success>.course-status__main>.course-status__status-text,.course-status_success>.course-status__main>svg{color:var(--kc-color-green)!important}.course-status_failure>.course-status__main>.course-status__status-text,.course-status_failure>.course-status__main>svg{color:var(--kc-color-red)!important}.course-status_grey{color:var(--kc-color-gray-200)!important}.course-status__hint__tooltip__trigger{display:flex;align-items:center;justify-content:center}.course-status__hint__tooltip ki-icon{font-size:calc(var(--base-size) * 2.3)!important}.course-status__hint__tooltip__text{max-width:calc(var(--base-size) * 37.5);word-break:break-word}.course-status__alert-reset{display:flex;align-items:center;gap:calc(var(--base-size) * .8);color:var(--kc-color-orange);font-weight:400;font-size:calc(var(--base-size) * 1.6);line-height:calc(var(--base-size) * 2.4);margin-bottom:calc(var(--base-size) * .8)}.course-status__alert-reset ki-icon{font-size:calc(var(--base-size) * 2);padding:calc(var(--base-size) * .2)}.version-notice.svelte-1g97dlc{display:flex;align-items:flex-start;gap:4px;font-size:16px;line-height:1.4;margin:0 0 6px}.version-notice--full.svelte-1g97dlc{flex-basis:100%;width:100%;margin:0}.version-notice__icon.svelte-1g97dlc{flex-shrink:0;font-style:normal}.version-notice--available.svelte-1g97dlc{color:#ff881a}.version-notice--upgraded.svelte-1g97dlc{color:#2e7d32}.course-card__labels.svelte-18yrevf{display:contents}@keyframes progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes moveBall{0%{transform:translateY(-50%) translate(calc(var(--base-size) * -.6))}to{transform:translateY(-50%) translate(calc(var(--base-size) * 9.8 - var(--base-size) * 1.2))}}@keyframes moveBallRtl{0%{transform:translateY(-50%) translate(calc(var(--base-size) * .6))}to{transform:translateY(-50%) translate(calc(var(--base-size) * -9.8 + var(--base-size) * 1.2));@media only screen and (max-width: 1024px){transform:translateY(-50%) translate(calc(var(--base-size) * -4.5 + var(--base-size) * 1.2))}}}@media only screen and (max-width: 1024px){@keyframes moveBall{0%{transform:translateY(-50%) translate(calc(var(--base-size) * -.6))}to{transform:translateY(-50%) translate(calc(var(--base-size) * 4.5 - var(--base-size) * 1.2))}}@keyframes moveBallRtl{0%{transform:translateY(-50%) translate(calc(var(--base-size) * .6))}to{transform:translateY(-50%) translate(calc(var(--base-size) * -4.5 + var(--base-size) * 1.2))}}}.banner-slider{overflow:hidden;-webkit-tap-highlight-color:transparent;border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));margin:calc(var(--base-size) * .8) 0 0 0;position:relative;z-index:1}.banner-slider_reset-animation .swiper-pagination-bullet-active:before,.banner-slider_reset-animation .swiper-pagination-bullet-active:after{animation-name:none!important}.banner-slider__slide{position:relative;display:flex;align-items:center;height:calc(var(--base-size) * 60);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));background-color:#fff;overflow:clip;background-size:cover;background-position:center}.banner-slider__slide:before,.banner-slider__slide:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;transition:opacity .3s}.banner-slider__slide:before{background:linear-gradient(270.91deg,rgba(0,0,0,0) .78%,rgba(0,0,0,.7) 99.25%);opacity:0;z-index:3}.banner-slider__slide:after{opacity:0;background:linear-gradient(90deg,var(--main_color-opacity-0-50) 0%,var(--main_color-opacity-0-10) 100%);z-index:2}.banner-slider__slide>video{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;top:0;left:0;right:0;bottom:0}.banner-slider__slide__tint:before{opacity:1}.banner-slider__slide__rtl:before{left:auto;right:0;background:linear-gradient(90.91deg,rgba(0,0,0,0) .78%,rgba(0,0,0,.7) 99.25%)}.banner-slider__slide__rtl:after{left:auto;right:0;background:linear-gradient(270deg,var(--main_color-opacity-0-50) 0%,var(--main_color-opacity-0-10) 100%)}.banner-slider__slide__image{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;transition:.3s transform;border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));background-size:cover;background-position:center;object-fit:cover;object-position:center}.banner-slider__slide-loader{position:absolute;width:100%;height:100%;top:0;left:0;z-index:0}.banner-slider__slide-loader ki-spinner{height:calc(var(--base-size) * 10)}.banner-slider__slide__content{position:relative;z-index:3;display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6);margin:0 auto;width:100%;padding:0 calc(var(--base-size) * 3.2)}.banner-slider__slide__content__title,.banner-slider__slide__content__description{display:block;overflow:hidden;color:#fff!important;text-align:left}html[lang=ar] .banner-slider__slide__content__title,html[lang=ur] .banner-slider__slide__content__title,html[lang=ar] .banner-slider__slide__content__description,html[lang=ur] .banner-slider__slide__content__description{text-align:right}.banner-slider__slide__content__title{font-size:clamp(var(--base-size) * 2.8,3.2vw,var(--base-size) * 4.4);line-height:1.4;font-weight:600;max-width:none;margin:0}.banner-slider__slide__content__description{font-size:calc(var(--base-size) * 2);line-height:1.4;max-width:calc(var(--base-size) * 49.2)}.banner-slider__slide__link,.banner-slider__slide__video{position:absolute;top:0;left:0;height:100%;width:100%;z-index:4;cursor:pointer}.banner-slider__slide__link{opacity:0}.banner-slider__slide-link-button{display:none;align-items:center;justify-content:center;position:absolute;right:calc(var(--base-size) * 1.6);top:calc(var(--base-size) * 1.6);width:calc(var(--base-size) * 4);height:calc(var(--base-size) * 4);border-radius:calc(var(--base-size) * .8);z-index:5;background:rgba(255,255,255,.29);box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(6.4px);-webkit-backdrop-filter:blur(6.4px);border:1px solid rgba(255,255,255,.4)}.banner-slider__slide-link-button ki-icon{font-size:calc(var(--base-size) * 2.4)}.banner-slider__slide__video:hover>.play-button{background-color:#1f2023e5}.banner-slider__slide__video:hover:after{opacity:1}.banner-slider .swiper-pagination{width:auto;left:50%!important;transform:translate(-50%)}.banner-slider .swiper-pagination-bullet{position:relative;height:calc(var(--base-size) * 1.2);width:calc(var(--base-size) * 1.2);opacity:1;background-color:#fff;overflow:hidden;margin:0 calc(var(--base-size) * .8)!important;transition:.3s width;border-radius:50vw;box-shadow:0 0 calc(var(--base-size) * 2) 0 #00000057}.banner-slider .swiper-pagination-bullet:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background-color:var(--main_color-opacity-0-20);transition:opacity .3s}.banner-slider .swiper-pagination-bullet:hover:after{opacity:1}.banner-slider .swiper-pagination-bullet-active{background:#fff;width:calc(var(--base-size) * 9.8);position:relative;overflow:hidden;border-radius:50vw}.banner-slider .swiper-pagination-bullet-active:before{content:"";position:absolute;top:50%;left:0;display:block;width:calc(var(--base-size) * 1.2);height:calc(var(--base-size) * 1.25);background:var(--main_color);border-radius:50%;transform:translateY(-50%);z-index:2;animation:moveBall 10s linear forwards}.banner-slider .swiper-pagination-bullet-active:after{background:var(--main_color);height:calc(var(--base-size) * 1.25);width:100%;border-radius:50vw;opacity:1;transform:scaleX(0);transform-origin:left;animation:progress 10s linear forwards}.banner-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.banner-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 calc(var(--base-size) * 1.1)}.banner-slider .swiper-horizontal>.swiper-pagination-bullets,.banner-slider .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:calc(var(--base-size) * 3.2)}.banner-slider .swiper-button-prev,.banner-slider .swiper-button-next{top:0;bottom:0;height:100%;width:10%;margin:0;border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));transform:none;opacity:0;transition:opacity .3s}.banner-slider .swiper-button-prev:after,.banner-slider .swiper-button-next:after{opacity:0}.banner-slider .swiper-button-prev{left:0;background:linear-gradient(90deg,var(--main_color-opacity-0-50) 0%,rgba(0,0,0,0) 100%)}.banner-slider .swiper-button-next{right:0;background:linear-gradient(90deg,rgba(0,0,0,0) 0%,var(--main_color-opacity-0-50) 100%)}html[lang=ar] .banner-slider .banner-slider__slide-loader ki-spinner,html[lang=ur] .banner-slider .banner-slider__slide-loader ki-spinner{right:50%;transform:translate(50%,-50%)}html[lang=ar] .banner-slider .swiper-button-prev,html[lang=ur] .banner-slider .swiper-button-prev{left:unset;right:0;background:linear-gradient(90deg,rgba(0,0,0,0) 0%,var(--main_color-opacity-0-50) 100%)}html[lang=ar] .banner-slider .swiper-button-next,html[lang=ur] .banner-slider .swiper-button-next{right:unset;left:0;background:linear-gradient(90deg,var(--main_color-opacity-0-50) 0%,rgba(0,0,0,0) 100%)}.banner-slider_touched .banner-slider__slide:has(.banner-slider__slide__link):after,.banner-slider_touched .banner-slider__slide:has(.banner-slider__slide__video):after{opacity:1}.banner-slider_touched .banner-slider__slide:has(.banner-slider__slide__link) .banner-slider__slide__image,.banner-slider_touched .banner-slider__slide:has(.banner-slider__slide__video) .banner-slider__slide__image{transform:scale(1.05)}@media (hover: hover){.banner-slider_highlighted .banner-slider__slide:has(.banner-slider__slide__link):after,.banner-slider_highlighted .banner-slider__slide:has(.banner-slider__slide__video):after{opacity:1}.banner-slider_highlighted .banner-slider__slide:has(.banner-slider__slide__link) .banner-slider__slide__image,.banner-slider_highlighted .banner-slider__slide:has(.banner-slider__slide__video) .banner-slider__slide__image{transform:scale(1.05)}}html[lang=ar] .banner-slider .swiper-pagination-bullet-active:before,html[lang=ur] .banner-slider .swiper-pagination-bullet-active:before{right:0;animation:moveBallRtl 10s linear forwards;transform:translateY(-50%) translate(calc(var(--base-size) * 0))}html[lang=ar] .banner-slider .swiper-pagination-bullet-active:after,html[lang=ur] .banner-slider .swiper-pagination-bullet-active:after{transform:scaleX(0);transform-origin:right;animation:progress 10s linear forwards}@media only screen and (max-width: 1024px){.banner-slider{border-radius:0}.banner-slider__slide{height:calc(var(--base-size) * 38);border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale))}.banner-slider__slide__image{border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale))}.banner-slider__slide__content{margin:0;padding:0 calc(var(--base-size) * 2.4)}.banner-slider .swiper-pagination-bullet{width:calc(var(--base-size) * .8);height:calc(var(--base-size) * .8);margin:0 calc(var(--base-size) * .4)!important}.banner-slider .swiper-pagination-bullet-active{width:calc(var(--base-size) * 4.5)}.banner-slider .swiper-pagination-bullet-active:before{width:calc(var(--base-size) * .8);height:calc(var(--base-size) * .85)}.banner-slider .swiper-pagination-bullet-active:after{height:calc(var(--base-size) * .8)}.banner-slider .swiper-horizontal>.swiper-pagination-bullets,.banner-slider .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:calc(var(--base-size) * 1.6)}}@media only screen and (max-width: 768px){.banner-slider__slide{height:calc(var(--base-size) * 28.2)}.banner-slider__slide__content__title,.banner-slider__slide__content__description{max-width:calc(var(--base-size) * 30.7)}.banner-slider__slide__content__title{font-size:calc(var(--base-size) * 3.2);line-height:1.3125}.banner-slider__slide__content__description{font-size:calc(var(--base-size) * 1.6);line-height:1.625}}@media only screen and (max-width: 440px){.banner-slider__slide-loader ki-spinner{height:calc(var(--base-size) * 5)}.banner-slider__slide{height:77.814vw;border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale))}.banner-slider__slide__image{border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale))}.banner-slider__slide__content{width:100%;padding:0 calc(var(--base-size) * 1.6) calc(var(--base-size) * 1.6);margin-top:auto;gap:calc(var(--base-size) * .8)}.banner-slider__slide__content__title,.banner-slider__slide__content__description{max-width:calc(var(--base-size) * 32.1)}.banner-slider__slide__content__title{font-size:calc(var(--base-size) * 1.8)!important;line-height:1.55!important;margin-bottom:0}.banner-slider__slide__content__description{font-size:calc(var(--base-size) * 1.4)!important;line-height:1.42!important;margin-bottom:calc(var(--base-size) * 2.4)}.banner-slider__slide-link-button{display:flex}.banner-slider__slide__tint:before{background:linear-gradient(181.05deg,rgba(0,0,0,0) 41.83%,rgba(0,0,0,.7) 99.11%)}}.skeleton-course-wrap{display:flex;gap:16px}.skeleton-course-wrap .skeleton-course-item{display:flex;flex-direction:column;gap:10px;width:100%}.skeleton-course-wrap .skeleton-course-item .kc-skeleton{width:100%!important;max-width:none!important}.skeleton-course-wrap .skeleton-course-item .kc-skeleton:nth-child(1){height:120px!important}.skeleton-course-wrap .skeleton-course-item .kc-skeleton:nth-child(2),.skeleton-course-wrap .skeleton-course-item .kc-skeleton:nth-child(3){height:30px!important}@media only screen and (max-width: 1340px){.skeleton-course-wrap,.skeleton-course-wrap .skeleton-course-item{gap:.746vw}.skeleton-course-wrap .skeleton-course-item .kc-skeleton{width:16.418vw!important}.skeleton-course-wrap .skeleton-course-item .kc-skeleton:nth-child(1){height:8.955vw!important}.skeleton-course-wrap .skeleton-course-item .kc-skeleton:nth-child(2),.skeleton-course-wrap .skeleton-course-item .kc-skeleton:nth-child(3){height:2.239vw!important}}@media only screen and (max-width: 1024px){.skeleton-course-wrap,.skeleton-course-wrap .skeleton-course-item{gap:1.302vw}.skeleton-course-wrap .skeleton-course-item:nth-child(5),.skeleton-course-wrap .skeleton-course-item:nth-child(6){display:none!important}.skeleton-course-wrap .skeleton-course-item .kc-skeleton{width:100%!important}.skeleton-course-wrap .skeleton-course-item .kc-skeleton:nth-child(1){height:15.885vw!important}.skeleton-course-wrap .skeleton-course-item .kc-skeleton:nth-child(2),.skeleton-course-wrap .skeleton-course-item .kc-skeleton:nth-child(3){height:3.906vw!important}}@media only screen and (max-width: 440px){.skeleton-course-wrap{padding:0 0 0 4.8vw;overflow:hidden;gap:4.831vw}.skeleton-course-wrap .skeleton-course-item{gap:2.667vw}.skeleton-course-wrap .skeleton-course-item:nth-child(3){display:none!important}.skeleton-course-wrap .skeleton-course-item .kc-skeleton{flex:none!important;width:58.454vw!important}.skeleton-course-wrap .skeleton-course-item .kc-skeleton:nth-child(1){height:32.609vw!important}.skeleton-course-wrap .skeleton-course-item .kc-skeleton:nth-child(2),.skeleton-course-wrap .skeleton-course-item .kc-skeleton:nth-child(3){height:8vw!important}html[lang=ar] .skeleton-course-wrap,html[lang=ur] .skeleton-course-wrap{padding:0 4.8vw 0 0}}.filter-button{position:relative;display:flex;gap:calc(var(--base-size) * .8);padding:calc(var(--base-size) * .35) calc(var(--base-size) * .7);min-width:calc(var(--base-size) * 3)}.filter-button__counter{position:absolute;top:calc(var(--base-size) * -.75);right:calc(var(--base-size) * -.75);display:flex;align-items:center;height:calc(var(--base-size) * 1.5);min-width:calc(var(--base-size) * 1.5);padding:0 calc(var(--base-size) * .45);border-radius:calc(var(--base-size) * .75 * var(--ki-border-radius-scale));color:#fff;background:var(--main_color);font-family:Lato,sans-serif;font-style:normal;font-weight:900;font-size:calc(var(--base-size) * .9);line-height:var(--base-size);text-align:center}.filter-button__text{color:var(--kc-color-gray-600)!important;font-weight:700!important}.filter-button__icon{display:flex}.filter-button__icon>svg{flex-shrink:0;width:calc(var(--base-size) * 1.2);height:calc(var(--base-size) * 1.2);color:var(--kc-color-gray-200)!important}.filter-button_with-counter{border:1px solid var(--main_color)}.filter-button_with-counter .filter-button__icon>svg{color:var(--main_color)!important}@media only screen and (max-width: 440px){.filter-button{padding:calc(var(--base-size) * .8)}.filter-button_active{border-color:var(--kc-color-gray-200);background:var(--kc-color-gray-200)}.filter-button__text{display:none}}.filter-reset-button{display:flex;align-items:center;gap:calc(var(--base-size) * .8)}.filter-reset-button__icon{font-size:calc(var(--base-size) * 2.4)}@media only screen and (max-width: 1024px){.filter-reset-button{flex-direction:row-reverse}}.filter-select__wrapper{display:flex;flex-direction:column}.filter-select__select>input::placeholder{color:var(--kc-color-gray-200)!important}.filter-select__select,.filter-select__select>input{padding:calc(var(--base-size) * .45) calc(var(--base-size) * .8)!important;cursor:pointer!important}.filter-select__select:has(.listContainer) .indicator{transform:translateY(-50%) rotate(180deg)}.filter-select__select>.listContainer>.listItem>.item{padding-left:var(--base-size)!important;padding-right:var(--base-size)!important;color:var(--kc-color-gray-600)!important}.filters-section{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2.4)}.filters-section__only-available{width:100%;white-space:nowrap}.filters-section__only-available .radio-select__option-tooltip-trigger{color:var(--main_color)}.filters-section__group{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6)}.filters-section__group-title{margin:0}.filters-section__group-checkbox{display:flex;gap:calc(var(--base-size) * .8);cursor:pointer}.filters-section__group-switcher{width:100%;padding:0;display:flex;align-items:center;justify-content:space-between;background:none;border:none}.filters-section__group-switcher ki-switch{pointer-events:none}.widget-loader.svelte-1va4ns6{display:flex;align-items:center;justify-content:center;height:100vh}.ki-modal__close__wrap{display:flex;justify-content:flex-end}.ki-modal__close{border:none;background:transparent;cursor:pointer;padding:calc(var(--base-size, 10px) * .271);font-size:0;box-sizing:border-box}.ki-modal__close>ki-icon{font-size:calc(var(--base-size, 10px) * 1.86);color:var(--ki-base-text-color, #1f2023);transition:.3s color}.ki-modal__close:hover>ki-icon{color:var(--ki-color-gray-200, #9a9a9a)}.leaderboard-group-selector{width:calc(var(--base-size) * 20);min-width:calc(var(--base-size) * 20)}.leaderboard-group-selector__dropdown-button{max-width:calc(var(--base-size) * 20);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;font-size:calc(var(--base-size) * 1.6);line-height:1.45}.leaderboard-group-selector__dropdown-container{max-width:calc(var(--base-size) * 20)}.video-modal .kc-modal-close{padding:calc(var(--base-size) * 1.6);border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale));background-color:var(--kc-color-primary-100);width:calc(var(--base-size) * 5.6)!important;height:calc(var(--base-size) * 5.6)!important}.video-modal .kc-modal-close:hover{background-color:var(--kc-color-primary-200)}.video-modal .kc-modal-window{width:calc(var(--base-size) * 106.6);height:calc(var(--base-size) * 60)}.video-modal .kc-modal-window>video{position:absolute;top:0;left:0;width:100%;height:100%}@media only screen and (max-width: 1024px){.video-modal .kc-modal-window{width:100%;height:calc(var(--base-size) * 43.2)}}@media only screen and (max-width: 440px){.video-modal .kc-modal-close{width:calc(var(--base-size) * 4)!important;height:calc(var(--base-size) * 4)!important;padding:calc(var(--base-size) * .8);border-radius:calc(var(--base-size) * .8 * var(--ki-border-radius-scale));top:calc(var(--base-size) * 1.6);right:calc(var(--base-size) * 1.6)}html[lang=ar] .video-modal .kc-modal-close,html[lang=ur] .video-modal .kc-modal-close{left:calc(var(--base-size) * 1.6)}.video-modal .kc-modal-window{height:calc(var(--base-size) * 17.3);border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale))!important}}.course-card-skeleton{display:flex;padding-bottom:30px}.course-card-skeleton--preview{flex-basis:auto;width:295px}.course-card-skeleton--details{flex-basis:50%;padding:0 0 0 20px}.empty-state-screen-wrapper{background:#fff;padding:calc(var(--base-size) * 3.2);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));max-width:calc(var(--base-size) * 63.3);width:100%;margin:auto}.empty-state-screen-wrapper .empty-state-screen{padding:0}.empty-state-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;text-align:center;padding:calc(var(--base-size) * 7.4) 0;margin:auto}.empty-state-screen>p{font-size:calc(var(--base-size) * 1.6);line-height:1.625;margin:0;max-width:100%}.empty-state-screen__icon-wrap{display:flex;align-items:center;justify-content:center;width:calc(var(--base-size) * 7.4);height:calc(var(--base-size) * 7.4);border-radius:calc(var(--base-size) * 2.4);background-color:var(--ki-color-primary-100)}.empty-state-screen__icon-wrap>ki-icon{font-size:calc(var(--base-size) * 4.2);color:var(--main_color)}.empty-state-screen__button-wrap{max-width:calc(var(--base-size) * 21.8);width:100%}@media only screen and (max-width: 1024px){.empty-state-screen{padding:calc(var(--base-size) * 31.8) 0}}@media only screen and (max-width: 440px){.empty-state-screen{padding:calc(var(--base-size) * 3.2) 0}}.event-card{display:flex;flex-direction:column;width:calc(var(--base-size) * 38);padding:calc(var(--base-size) * 2.4);border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale))}.event-card__label{padding:calc(var(--base-size) * .4) calc(var(--base-size) * .8);background-color:var(--kc-color-primary-100, #fff3e8);border-radius:calc(var(--base-size) * .8 * var(--ki-border-radius-scale));text-transform:uppercase;white-space:nowrap}.event-card__label_multi-day{background-color:var(--kc-color-light-gray, #eaeff3);color:var(--kc-color-gray-200)}.event-card__date-row{display:flex;align-items:center;flex-wrap:wrap;gap:var(--base-size)}.event-card__date-row__live{display:flex;align-items:center;gap:calc(var(--base-size) * .5);color:var(--main_color);font-weight:700!important;text-transform:uppercase}.event-card__date-row__live>svg{width:calc(var(--base-size) * 1.8);height:calc(var(--base-size) * 1.8)}.event-card__date-row__date{color:var(--kc-color-gray-200)!important}.event-card__description-block{display:flex;flex-direction:column;margin-top:var(--base-size)}.event-card__description-block:not(:has(*)){display:none}.event-card_short .event-card__description-block{gap:calc(var(--base-size) * 1)}.event-card__course-name{color:var(--kc-color-gray-600)!important;font-weight:400!important;transition:.15s opacity;text-decoration:underline;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.event-card__course-name_text{opacity:1!important;text-decoration:none}.event-card__course-name:hover{opacity:.75}.event-card__event-name{color:var(--kc-color-gray-600)!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;font-weight:600!important}.event-card__title{color:var(--kc-color-gray-dark)!important;font-weight:600!important;margin-bottom:calc(var(--base-size) * .8);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.event-card__title_expanded{display:block;-webkit-line-clamp:initial;overflow:visible;text-overflow:clip}.event-card__description{color:var(--kc-color-gray-200)!important;font-weight:400!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.event-card__description p{margin:0}.event-card__description *{font-size:var(--kc--text-medium-font-size)!important;line-height:var(--kc--text-medium-line-height)!important}.event-card__description_expanded{display:block;-webkit-line-clamp:initial;overflow:visible;text-overflow:clip}.event-card__info{padding:0;margin:calc(var(--base-size) * .8) 0 0 0;list-style:none}.event-card__info li{display:flex;gap:calc(var(--base-size) * 2)}.event-card__info li>*:nth-child(1){flex-grow:1;color:var(--kc-color-gray-200)!important;font-weight:400!important;width:calc(var(--base-size) * 11.5)}.event-card__info li>*:nth-child(2){flex-shrink:0;width:calc(100% - var(--base-size) * 13.5);color:var(--kc-color-gray-600)!important;font-weight:400!important}.event-card__info:not(:has(*)){display:none}.event-card__info__skeleton>li{padding:calc(var(--base-size) * .35) 0}.event-card__status-row{display:flex;flex-wrap:wrap;flex-grow:1;align-items:flex-end;gap:calc(var(--base-size) * 1.6);margin-top:calc(var(--base-size) * 2)}.event-card__status-row:empty{display:none}.event-card__status-row:not(:has(*)){display:none}.event-card__feedback-row .kc-btn{height:42px;margin-top:16px}.event-card .kc-btn-default>.dot-loader>div{background:var(--kc-color-gray-600)}.event-card .kc-btn-action>.dot-loader>div{background:white}.event-card__tooltip{color:#fff!important;padding:0;max-width:calc(var(--base-size) * 30.4)!important;margin:0}@media only screen and (max-width: 1340px){.event-card{width:calc(var(--base-size) * 38);max-width:100%}}.event-approvers-status{display:flex;flex-direction:column;gap:calc(var(--base-size) * .8);margin-top:calc(var(--base-size) * 1.6)}.event-approvers-status__header{color:var(--kc-color-gray-200)!important;margin-bottom:0}.event-approvers-status__list{display:flex;flex-direction:column;gap:calc(var(--base-size) * .8)}.event-approvers-status__approver{display:flex;gap:calc(var(--base-size) * .8);align-items:center}.event-approvers-status__tooltip{color:#fff}.event-approvers-status__icon{display:flex;align-items:center;justify-content:center;background:var(--ki-color-light-gray);width:calc(var(--base-size) * 3);height:calc(var(--base-size) * 3);border-radius:calc(var(--base-size) * .8 * var(--ki-border-radius-scale));flex-shrink:0;color:#fff}.event-approvers-status__icon_approved{background-color:var(--kc-color-green)}.event-approvers-status__icon_rejected{background-color:var(--kc-color-red)}.event-approvers-status__name{width:calc(var(--base-size) * 9.6);word-wrap:break-word;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--kc-color-gray-200)!important}.event-approvers-status__state{white-space:nowrap;color:var(--kc-color-gray-dark);min-width:calc(var(--base-size) * 19)}.event-approvers-status__more{color:var(--kc-color-gray-200)!important}@media only screen and (max-width: 1024px){.event-approvers-status__state{min-width:auto}}.course-access-notification__link{color:var(--kc-color-orange, #ff881a);transition:opacity .2s;text-decoration:none;border-bottom:1px solid var(--kc-color-orange, #ff881a);padding-bottom:1px}.course-access-notification__link:hover{opacity:.85}div.svelte-cz40lr .kc-btn.is-disabled{color:var(--kc-color-gray-200)}.event-status{display:flex;height:calc(var(--base-size) * 3);border:1px solid var(--kc-color-green);border-radius:calc(var(--base-size) * .8 * var(--ki-border-radius-scale));overflow:hidden}.event-status__icon{display:flex;align-items:center;justify-content:center;width:calc(var(--base-size) * 3);height:100%;flex-shrink:0}.event-status__icon svg{width:calc(var(--base-size) * 1.4);height:calc(var(--base-size) * 1.4)}.event-status_expanded{cursor:pointer}.event-status__text{display:flex;align-items:center;padding:0 calc(var(--base-size) * .8);gap:calc(var(--base-size) * .8);line-height:calc(var(--base-size) * 2.6)!important}.event-status_wait,.event-status_missed{border-color:var(--kc-color-gray-300)}.event-status_wait .event-status__icon,.event-status_missed .event-status__icon{color:#fff;background:var(--kc-color-gray-300)}.event-status_wait .event-status__text,.event-status_missed .event-status__text{color:var(--kc-color-gray-300)!important}.event-status_approved{border-color:var(--kc-color-green)}.event-status_approved .event-status__icon{color:#fff;background:var(--kc-color-green)}.event-status_approved .event-status__text{color:var(--kc-color-green)!important}.event-status_rejected{border-color:var(--kc-color-red)}.event-status_rejected .event-status__icon{color:#fff;background:var(--kc-color-red)}.event-status_rejected .event-status__text{color:var(--kc-color-red)!important}.event-status_review{border-color:var(--kc-color-orange)}.event-status_review .event-status__icon{color:#fff;background:var(--kc-color-orange)}.event-status_review .event-status__text{color:var(--kc-color-orange)!important}.event-status__expand-button{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:0;margin:0;color:inherit;transition:.3s;font-size:calc(var(--base-size) * 1.4)}.event-status__expand-button_expanded{transform:rotate(180deg)}.course-preview-modal .kc-modal-window{padding:0;width:calc(var(--base-size) * 76);max-width:100vw}.course-preview-modal .kc-modal-close{top:calc(var(--base-size) * 2.4);right:calc(var(--base-size) * 2.4)}.course-preview-modal .kc-modal-close svg{color:#fff}.course-preview-modal__content{display:flex;flex-direction:column;width:100%;min-height:calc(var(--base-size) * 40);max-height:100vh}.course-preview-modal__content ki-spinner{position:absolute;height:calc(var(--base-size) * 5)}.course-preview-modal__media{width:100%;background-color:var(--kc-color-primary-100, #fff3e8);display:flex;align-items:center;justify-content:center;position:relative;padding-top:56.25%}.course-preview-modal__image-wrapper{width:100%;height:100%;position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center}.course-preview-modal__image-wrapper svg{width:90%;height:90%}.course-preview-modal__image-wrapper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(107.22deg,rgba(0,0,0,.6) 2.87%,rgba(0,0,0,.1) 100%)}.course-preview-modal__video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.course-preview-modal__placeholder,.course-preview-modal__no-preview{position:absolute;top:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1;gap:calc(var(--base-size) * .8)}.course-preview-modal__play-btn,.course-preview-modal__no-preview .lock-icon,.course-preview-modal__no-preview .error-icon{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:calc(var(--base-size) * 7.2);height:calc(var(--base-size) * 7.2);border-radius:50%;background:#fff;border:none;cursor:pointer;transition:transform .2s ease-in-out;margin-top:calc(var(--base-size) * 3.2)}.course-preview-modal__play-btn ki-icon,.course-preview-modal__no-preview .lock-icon ki-icon,.course-preview-modal__no-preview .error-icon ki-icon{font-size:calc(var(--base-size) * 2.4)}.course-preview-modal__no-preview .lock-icon ki-icon{color:var(--kc-color-gray-200)}.course-preview-modal__play-btn ki-icon{color:var(--ki-color-primary, #FF881A)}.course-preview-modal__no-preview .lock-icon{cursor:default;color:var(--kc-color-gray-200)}.course-preview-modal__no-preview .error-icon ki-icon{color:var(--kc-color-red);font-size:calc(var(--base-size) * 3.2)}.course-preview-modal__media.is-error{background:linear-gradient(107.22deg,rgba(0,0,0,.6) 2.87%,rgba(0,0,0,.1) 100%)}.text-center{text-align:center}.course-preview-modal__play-btn:hover{transform:scale(1.1)}.course-preview-modal__playing-text,.course-preview-modal__no-preview p{color:#fff!important;text-align:center;margin:0}.course-preview-modal__poster{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.6;z-index:0}.course-preview-modal__info{padding:calc(var(--base-size) * 1.6) calc(var(--base-size) * 2.4);display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6)}.course-preview-modal__header{width:100%;display:flex;justify-content:space-between;align-items:flex-start;gap:calc(var(--base-size) * 1.6)}.course-preview-modal__meta{display:flex;align-items:center;gap:calc(var(--base-size) * .8);flex-wrap:wrap}.course-preview-modal__course-type{color:var(--kc-color-gray-200)!important}.course-preview-modal__labels,.course-preview-modal__certifications{display:flex;gap:calc(var(--base-size) * .8);align-items:center}.course-preview-modal__certifications-tooltip{max-width:calc(var(--base-size) * 31.9)}.course-preview-modal__certifications-tooltip h3{margin:0 0 calc(var(--base-size) * .8)}.course-preview-modal__certifications-tooltip *{color:#fff!important}.course-preview-modal__certifications img{height:calc(var(--base-size) * 3.2);width:calc(var(--base-size) * 3.2)}.course-preview-modal__footer{display:flex;gap:calc(var(--base-size) * 2.4)}.course-preview-modal__footer .course-preview-modal__go-to-course-btn,.course-preview-modal__footer ki-button-2{width:100%;flex:1}.course-preview-modal__footer .course-preview-modal__go-to-course-btn{text-decoration:none}.course-preview-modal__description{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.course-preview-modal__footer>:global(*){flex:1}@media only screen and (max-width: 1024px){.course-preview-modal .kc-modal-window{width:calc(var(--base-size) * 54.4)}}@media only screen and (max-width: 440px){.course-preview-modal{align-items:flex-end!important}.course-preview-modal .kc-modal-window{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.course-preview-modal .h-2{margin-bottom:calc(var(--base-size) * -.8)!important}.course-preview-modal__info{padding:calc(var(--base-size) * 1.6)}.course-preview-modal__header{flex-wrap:wrap}}.notifications-center{position:relative}.notifications-center__button-icon{font-size:24px}.notifications-center__indicator{position:absolute;top:calc(var(--base-size) * -.2);right:calc(var(--base-size) * -.2);width:calc(var(--base-size) * 1.4);height:calc(var(--base-size) * 1.4);border-radius:calc(var(--base-size) * 1.4 * var(--ki-border-radius-scale));border:2px solid #FFFFFF;background-color:var(--kc-color-red)}.notifications-center__panel{width:calc(var(--base-size) * 49);position:absolute;top:calc(100% + var(--base-size) * 1.2);right:0;overflow:hidden;display:flex;flex-direction:column;border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));box-shadow:0 2px 12px #12151f05,0 8px 32px #12151f1f;background-color:#fff;max-height:calc(100vh - (var(--ki-header-desktop-height, 106px) + var(--base-size) * .8))}.notifications-center__header{padding:calc(var(--base-size) * 2.4);display:flex;justify-content:space-between;align-items:center}.notifications-center__header_shadow{box-shadow:0 4px 16px 1px #12151f14}.notifications-center__header-title{display:flex;align-items:center;gap:calc(var(--base-size) * 1.6);margin:0}.notifications-center__header-title span{width:calc(var(--base-size) * 3.4);height:calc(var(--base-size) * 3.4);border-radius:calc(var(--base-size) * 3.4 * var(--ki-border-radius-scale));color:#fff;background-color:var(--kc-color-red);display:flex;align-items:center;justify-content:center}.notifications-center__content{padding:calc(var(--base-size) * 1.6) calc(var(--base-size) * 2.4);height:calc(var(--base-size) * 50);overflow-y:auto;display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6)}.notifications-center__loader{height:calc(var(--base-size) * 68.8);display:flex;align-items:center;justify-content:center}.notifications-center__loader ki-spinner{height:calc(var(--base-size) * 5);left:0;top:0;transform:none}.notifications-center__group{display:flex;flex-direction:column;gap:calc(var(--base-size) * .8)}.notifications-center__date{margin-bottom:0;color:var(--kc-color-gray-600)}.notifications-center__item{position:relative;display:flex;align-items:flex-start;gap:calc(var(--base-size) * 1.6);padding:calc(var(--base-size) * 1.6);border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale));overflow:hidden;transition:opacity .3s ease;cursor:pointer}.notifications-center__item *{z-index:1}.notifications-center__item:before{position:absolute;width:100%;height:100%;content:"";top:0;left:0;background-color:#fff;transition:.3s background-color;opacity:.3;z-index:0}.notifications-center__item:hover:before,.notifications-center__item:focus:before{background-color:var(--kc-color-gray-100)}.notifications-center__item:hover .notifications-center__item-icon,.notifications-center__item:focus .notifications-center__item-icon{box-shadow:0 4.2px 16.8px 1.05px #12151f14}.notifications-center__item:hover .notifications-center__item-tooltip,.notifications-center__item:focus .notifications-center__item-tooltip{opacity:1}.notifications-center__item_just-read{opacity:.5}.notifications-center__item_just-read .notifications-center__item-tooltip{opacity:0;transition:.3s opacity}.notifications-center__item_just-read .notifications-center__item-tooltip:focus{opacity:1}.notifications-center__item_active{background:var(--kc-color-primary-100, #FFF3E8)}.notifications-center__item-content{width:100%}.notifications-center__tooltip-wrapper{width:auto!important}.notifications-center__item-icon{min-width:32px;height:32px;border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale));background-color:var(--main_color);display:flex;align-items:center;justify-content:center;color:#fff}.notifications-center__item-icon ki-icon{font-size:24px}.notifications-center__item-title{width:100%;margin-top:0;margin-bottom:calc(var(--base-size) * .8);display:flex;align-items:center;justify-content:space-between}.notifications-center__item-tooltip{opacity:1;width:calc(var(--base-size) * 1.2);height:calc(var(--base-size) * 1.2);border-radius:calc(var(--base-size) * 1.2 * var(--ki-border-radius-scale));background-color:var(--main_color)}.notifications-center__item-tooltip-text{color:#fff!important}.notifications-center__item-description{margin:0;color:var(--kc-color-gray-200);word-break:break-word}.notifications-center__empty{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:calc(var(--base-size) * 1.6)}.notifications-center__empty span{text-align:center}.notifications-center__empty-icon{display:flex;align-items:center;justify-content:center;background-color:var(--kc-color-primary-100);width:calc(var(--base-size) * 10.4);height:calc(var(--base-size) * 10.4);border-radius:calc(var(--base-size) * 3.2)}.notifications-center__empty-icon ki-icon{font-size:calc(var(--base-size) * 7.2);color:var(--main_color)}.notifications-center__footer{padding:calc(var(--base-size) * 1.6) calc(var(--base-size) * 2.4);height:calc(var(--base-size) * 10.6);display:flex;align-items:center;justify-content:center}.notifications-center__footer_active{box-shadow:0 -4px 16px 1px #12151f14}.notifications-center__footer ki-button-2{width:100%}.notifications-center__content-footer{display:flex;min-height:calc(var(--base-size) * 15.4);align-items:center;justify-content:center;flex-direction:column;gap:calc(var(--base-size) * 1.6)}.notifications-center__content-footer-icon{display:flex;align-items:center;justify-content:center;background-color:var(--kc-color-primary-100);width:calc(var(--base-size) * 10.4);height:calc(var(--base-size) * 10.4);border-radius:calc(var(--base-size) * 3.2)}.notifications-center__content-footer-icon ki-icon{font-size:calc(var(--base-size) * 7.2);color:var(--main_color)}html[lang=ar] .notifications-center__panel,html[lang=ur] .notifications-center__panel{right:auto;left:0}@media only screen and (max-width: 440px),only screen and (max-height: 500px) and (orientation: landscape){.notifications-center__panel{width:100vw;min-height:auto;max-height:calc(100% - (var(--ki-header-desktop-height, 106px) + var(--base-size) * .8));height:100vh;touch-action:auto;position:fixed;left:0;top:calc(var(--ki-header-desktop-height, 106px) + var(--base-size) * .8);border-radius:calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) calc(var(--base-size) * 3.2 * var(--ki-border-radius-scale)) 0 0}.notifications-center__header{padding:calc(var(--base-size) * 1.6)}.notifications-center__content{padding:calc(var(--base-size) * 1.6);height:100%}}@media only screen and (max-width: 440px){.notifications-center__indicator{width:var(--base-size);height:var(--base-size)}.notifications-center__panel{top:calc(var(--ki-header-mobile-height, 72px) + var(--base-size) * .8);max-height:calc(100% - (var(--ki-header-mobile-height, 72px) + var(--base-size) * .8))}}.library-title,.library-subtitle{font-weight:700;text-decoration:none;transition:.15s color}.library-title{display:block;font-size:calc(var(--base-size) * 3.2);line-height:1.5;color:var(--kc-color-gray-200);border-bottom:1px solid var(--kc-color-light-gray);padding:0 0 20px;margin:0 0 30px}.library-title:hover{color:var(--main_color)}.library-subtitle{font-size:18px;line-height:1.44;color:var(--kc-color-gray-600);display:block;margin:0 0 20px}.library-grid{display:flex;flex-wrap:wrap;column-gap:calc(var(--base-size) * 14.5);row-gap:calc(var(--base-size) * 5)}.library-grid .library-course-list{display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.5)}.library-grid .library-course-list li a{font-size:calc(var(--base-font-size) + 2);line-height:1.5;text-decoration:none;display:block;margin:0}.library-grid .library-browse-all{display:block;margin:calc(var(--base-size) * 2.5) 0 0 0;font-size:var(--base-font-size);text-decoration:underline}.library-grid.certification-programs{flex-direction:column;gap:calc(var(--base-size) * 1.5);max-width:calc(var(--base-size) * 36.5)}.library-grid.certification-programs .library-cell{width:100%;margin:0;padding:0}.library-grid.certification-programs .library-cell .library-subtitle{font-size:calc(var(--base-font-size) + 2);line-height:1.5;font-weight:400;color:var(--kc-color-gray-600);margin:0}.library-grid.certification-programs .library-cell .library-subtitle:hover{color:var(--main_color)}.library-grid.certification-programs .library-browse-all{margin:calc(var(--base-size) * 1.5) 0 0 0;color:var(--kc-color-gray-600)}.library-grid.certification-programs .library-browse-all:hover{color:var(--main_color)}.library-cell{display:flex;flex-direction:column;width:33.3%;margin:0;padding:0}.library-cell a{color:var(--kc-color-gray-600);transition:.15s color}.library-cell a:hover{color:var(--kc-color-primary)}.library-tabs-wrapper>.tabs{display:block;flex-grow:0}.library-tabs-wrapper__search-wrapper{display:none;margin-bottom:calc(var(--base-size) * 2.4)}html[lang=ar] .library-cell,html[lang=ur] .library-cell{padding:0 0 0 145px}@media only screen and (max-width: 1340px){.library-title{padding:0 0 1.493vw;margin:0 0 2.239vw}.library-subtitle{font-size:1.343vw;line-height:1.94vw;margin:0 0 1.493vw}.library-grid .library-course-list li a{margin:0 0 1.119vw}.library-grid .library-browse-all{margin:1.866vw 0 0}.library-cell{padding:0 10.821vw 0 0;margin:0 0 3.731vw}html[lang=ar] .library-cell,html[lang=ur] .library-cell{padding:0 0 0 10.821vw}}@media only screen and (max-width: 1024px){.library-title{padding:2vw 0 2.6vw;margin:0 0 3.9vw}.library-subtitle{font-size:2.344vw;line-height:3.385vw;margin:0 0 2.6vw}.library-grid .library-course-list li a{margin:0 0 1.953vw}.library-grid .library-browse-all{margin:3.255vw 0 0}.library-cell{padding:0 18.88vw 0 0;margin:0 0 6.51vw}html[lang=ar] .library-cell,html[lang=ur] .library-cell{padding:0 0 0 18.88vw}.library-cell{width:50%}.library-tabs-wrapper__search-wrapper{display:block}}:root{--kc-color-gray-100: #eaeaea;--kc-color-gray-200: #9a9a9a;--kc-color-gray-200-10: #9A9A9A1A;--kc-color-gray-300: #636367;--kc-color-gray-400: #323337;--kc-color-gray-600: #1f2023;--kc-color-gray-dark: #2C3E46;--kc-color-middle-gray: #74838a;--kc-color-light-gray: #ccd5dd;--kc-color-mid-light-gray: #eaeff3;--kc-color-lighter-gray: #f3f7f9;--kc-color-gold-yellow: #fdca16;--kc-color-silver: #b5bdc4;--kc-color-bronze-orange: #ea9f59;--kc-color-green: #3eba59;--kc-color-dull-green: #ecffef;--kc-color-red: #f03e3e;--kc-color-bright-red: #F03E3E1A;--kc-color-dull-red: #fff0f0;--kc-color-orange: #ff881a;--kc-color-light-fade: var(--kc-color-gray-100);--color: 0;--l: 50%;--base-size: 10px;--base-font-size: $base-font-size;--mid-light-grey: #eaeff3;--color-lighter-grey: #f3f7f9;--main_color: var(--kc-color-primary, #ff881a);--button_color: #fff;--button_color-hover: lighten($color-dark-orange, 5%);--button_color-active: lighten($color-dark-orange, 8%);--active__button__color: $color-orange;--active__button__color-hover: lighten($color-dark-orange, 5%);--active__button__color-active: lighten($color-dark-orange, 8%);--header_background_color: #fff;--heading_button_color: #e68234ff;--heading_button_text_color: #ffffffff;--heading_button_active_color: #ffffffff;--heading_button_active_text_color: #333333ff;--main_footer_background_color: #1f2023;--main_footer_text_color: #ffffff;--library_background_color: #fff;--login-image: none}@media only screen and (max-width: 1680px){:root{--base-size: 10px}}@media only screen and (max-width: 1340px){:root{--base-size: .746vw}}@media only screen and (max-width: 1024px){:root{--base-size: .977vw}}@media only screen and (max-width: 768px){:root{--base-size: 1.302vw}}@media only screen and (max-width: 440px){:root{--base-size: 2.667vw}}@media only screen and (max-width: 440px){.library-title{font-size:calc(var(--base-size) * 2.4);padding:0 0 5.33vw;margin:4vw 0 8vw}.library-subtitle{font-size:4.8vw;line-height:6.933vw;margin:0 0 5.333vw}.library-cell{width:100%}}.loading-logo-overlay__wrapper{position:fixed;z-index:20;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:calc(var(--base-size) * 2);background:white;pointer-events:none}.loading-logo-overlay__image{width:calc(var(--base-size) * 6.1);height:calc(var(--base-size) * 6.1);object-fit:contain;font-size:0}.loading-logo-overlay__preload-stripe{max-width:80%;width:calc(var(--base-size) * 15);height:calc(var(--base-size) * .3);background:lightgray;position:relative;overflow:hidden}.loading-logo-overlay__preload-stripe:after{content:"";display:block;position:absolute;width:40px;height:100%;background:gray;left:0;animation:1.25s preloader infinite alternate ease-in-out}@keyframes preloader{0%{left:-20px}to{left:calc(100% - 20px)}}

/* ===== 06-_layout-e1639c1e.css ===== */
.widget-loader.svelte-1va4ns6{display:flex;align-items:center;justify-content:center;height:100vh}:root{--kc-color-gray-100: #eaeaea;--kc-color-gray-200: #9a9a9a;--kc-color-gray-200-10: #9A9A9A1A;--kc-color-gray-300: #636367;--kc-color-gray-400: #323337;--kc-color-gray-600: #1f2023;--kc-color-gray-dark: #2C3E46;--kc-color-middle-gray: #74838a;--kc-color-light-gray: #ccd5dd;--kc-color-mid-light-gray: #eaeff3;--kc-color-lighter-gray: #f3f7f9;--kc-color-gold-yellow: #fdca16;--kc-color-silver: #b5bdc4;--kc-color-bronze-orange: #ea9f59;--kc-color-green: #3eba59;--kc-color-dull-green: #ecffef;--kc-color-red: #f03e3e;--kc-color-bright-red: #F03E3E1A;--kc-color-dull-red: #fff0f0;--kc-color-orange: #ff881a;--kc-color-light-fade: var(--kc-color-gray-100);--color: 0;--l: 50%;--base-size: 10px;--base-font-size: $base-font-size;--mid-light-grey: #eaeff3;--color-lighter-grey: #f3f7f9;--main_color: var(--kc-color-primary, #ff881a);--button_color: #fff;--button_color-hover: lighten($color-dark-orange, 5%);--button_color-active: lighten($color-dark-orange, 8%);--active__button__color: $color-orange;--active__button__color-hover: lighten($color-dark-orange, 5%);--active__button__color-active: lighten($color-dark-orange, 8%);--header_background_color: #fff;--heading_button_color: #e68234ff;--heading_button_text_color: #ffffffff;--heading_button_active_color: #ffffffff;--heading_button_active_text_color: #333333ff;--main_footer_background_color: #1f2023;--main_footer_text_color: #ffffff;--library_background_color: #fff;--login-image: none}@media only screen and (max-width: 1680px){:root{--base-size: 10px}}@media only screen and (max-width: 1340px){:root{--base-size: .746vw}}@media only screen and (max-width: 1024px){:root{--base-size: .977vw}}@media only screen and (max-width: 768px){:root{--base-size: 1.302vw}}@media only screen and (max-width: 440px){:root{--base-size: 2.667vw}}.leaderboard-updates-modal__wrapper{z-index:9999!important}.leaderboard-updates-modal__wrapper .kc-modal-window{width:calc(var(--base-size) * 54.4);padding:0;max-height:100%}.leaderboard-updates-modal__wrapper .kc-modal-window .kc-modal-close{top:calc(var(--base-size) * 2.4);right:calc(var(--base-size) * 2.4);width:calc(var(--base-size) * 1.86);height:calc(var(--base-size) * 1.86)}.leaderboard-updates-modal__students{background-color:var(--kc-color-primary-100, #fff3e8);padding:calc(var(--base-size) * 1.6) calc(var(--base-size) * 2.4) calc(var(--base-size) * 1.2)}.leaderboard-updates-modal__students .leaderboard-position_current-student .leaderboard-position__number,.leaderboard-updates-modal__students .leaderboard-position_current-student .leaderboard-position__username_me,.leaderboard-updates-modal__students .leaderboard-position_current-student .leaderboard-position__score{color:var(--kc-color-gray-600)!important}.leaderboard-updates-modal__students-header{display:flex;justify-content:space-between;align-items:center;gap:calc(var(--base-size) * 1.6)}.leaderboard-updates-modal__students-header .h-2{margin:0}.leaderboard-updates-modal__students-header span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leaderboard-updates-modal__student{position:relative;z-index:5}.leaderboard-updates-modal__student_current{width:calc(100% + var(--base-size) * 4.8);margin-left:calc(var(--base-size) * -2.4);margin-top:-1px;padding:0 calc(var(--base-size) * 2.4);background-color:var(--kc-color-primary-200, #ffdbba);z-index:10}.leaderboard-updates-modal__student .leaderboard-position__score:before{display:none}.leaderboard-updates-modal__student .leaderboard-position_with-border{border-color:var(--kc-color-primary-200, #ffdbba)}.leaderboard-updates-modal__info{display:flex;flex-direction:column;align-items:center;gap:calc(var(--base-size) * .8);padding:calc(var(--base-size) * 7.2) calc(var(--base-size) * 2.4) calc(var(--base-size) * 2.4)}.leaderboard-updates-modal__info-icon{height:calc(var(--base-size) * 7.2);font-size:calc(var(--base-size) * 7.2);margin-bottom:calc(var(--base-size) * 1.6);color:var(--main_color)}.leaderboard-updates-modal__info-title{text-align:center}.leaderboard-updates-modal__info-description{text-align:center;padding:0 calc(var(--base-size) * 1.6)}.leaderboard-updates-modal__info-buttons{display:flex;gap:calc(var(--base-size) * 2.4);width:100%;padding:0 calc(var(--base-size) * 2.2);margin-top:calc(var(--base-size) * 1.6)}.leaderboard-updates-modal__info-button{width:100%}html[lang=ar] .leaderboard-updates-modal__student_current,html[lang=ur] .leaderboard-updates-modal__student_current{margin-left:0;margin-right:calc(var(--base-size) * -2.4)}@media only screen and (max-width: 440px){.leaderboard-updates-modal__wrapper{align-items:flex-end!important}.leaderboard-updates-modal__wrapper .kc-modal-window{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.leaderboard-updates-modal__wrapper .kc-modal-window .kc-modal-close{top:calc(var(--base-size) * 1.6);right:calc(var(--base-size) * 1.6)}.leaderboard-updates-modal__info-buttons{flex-direction:column;padding:0;margin-top:calc(var(--base-size) * .8);gap:calc(var(--base-size) * .8)}.leaderboard-updates-modal__info{padding:calc(var(--base-size) * 5) calc(var(--base-size) * 1.6) calc(var(--base-size) * 1.6)}.leaderboard-updates-modal__info-icon{margin-bottom:calc(var(--base-size) * .8)}.leaderboard-updates-modal__students{background-color:var(--kc-color-primary-100, #fff3e8);padding:calc(var(--base-size) * 1.6) calc(var(--base-size) * 1.6) calc(var(--base-size) * 0)}.leaderboard-updates-modal__student_current{width:calc(100% + var(--base-size) * 3.2);margin-left:calc(var(--base-size) * -1.6);padding:0 calc(var(--base-size) * 1.6)}}

/* ===== 07-_page-04aed3ce.css ===== */
.course-page__version-chip.svelte-txm8d0{display:inline-block;margin-inline-start:12px;padding:3px 12px;border-radius:12px;font-size:13px;font-weight:600;line-height:1.4;vertical-align:middle;white-space:nowrap;background:rgba(231,130,52,.1);color:#b05e1d}.version-upgrade-banner.svelte-lxbhwh{border-radius:8px;border:1px solid;padding:6px 16px;margin-bottom:12px}.version-upgrade-banner--available.svelte-lxbhwh{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;background-color:#e782340f;border-color:#e782344d}.version-upgrade-banner--upgraded.svelte-lxbhwh{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;background-color:#4caf5014;border-color:#4caf504d}.version-upgrade-banner__notice.svelte-lxbhwh{display:flex;align-items:center;gap:6px;margin:0;font-size:16px;line-height:1.4;color:#e78234}.version-upgrade-banner__warning-icon.svelte-lxbhwh{flex-shrink:0}.version-upgrade-banner__actions.svelte-lxbhwh{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.version-upgrade-banner__actions.svelte-lxbhwh ki-button-2{--base-size:9px}.version-upgrade-banner__content.svelte-lxbhwh{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.version-upgrade-banner__icon.svelte-lxbhwh{font-size:18px;flex-shrink:0}.version-upgrade-banner__text.svelte-lxbhwh{font-size:14px;line-height:1.5;color:#333}@media (max-width: 640px){.version-upgrade-banner--upgraded.svelte-lxbhwh,.version-upgrade-banner--available.svelte-lxbhwh{flex-direction:column;align-items:flex-start}.version-upgrade-banner__actions.svelte-lxbhwh{width:100%}}.version-upgrade-modal.svelte-lxbhwh{width:560px;max-width:calc(100vw - 64px);padding:8px 0}.version-upgrade-modal__title.svelte-lxbhwh{margin-bottom:8px}.version-upgrade-modal__subtitle.svelte-lxbhwh{color:#666;margin-bottom:16px;font-size:14px}.version-upgrade-modal__versions.svelte-lxbhwh{display:flex;align-items:center;justify-content:center;gap:16px;padding:16px;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:16px;background:#fafafa}.version-upgrade-modal__version-box.svelte-lxbhwh{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}.version-upgrade-modal__version-label.svelte-lxbhwh{font-size:12px;color:#666}.version-upgrade-modal__version-num.svelte-lxbhwh{font-size:20px;font-weight:600;color:#333}.version-upgrade-modal__arrow.svelte-lxbhwh{font-size:20px;color:#e78234}.version-upgrade-modal__changes.svelte-lxbhwh{margin-bottom:20px}.version-upgrade-modal__changes-title.svelte-lxbhwh{font-size:14px;font-weight:600;color:#333;margin:0 0 10px}.version-upgrade-modal__changes-list.svelte-lxbhwh{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.version-upgrade-modal__change-item.svelte-lxbhwh{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #f0f0f0;border-radius:6px;font-size:13px}.version-upgrade-modal__change-icon.svelte-lxbhwh{flex-shrink:0;font-size:14px}.version-upgrade-modal__change-text.svelte-lxbhwh{flex:1;color:#333}.version-upgrade-modal__change-badge.svelte-lxbhwh{flex-shrink:0;font-size:11px;font-weight:600;padding:2px 7px;border-radius:10px}.version-upgrade-modal__change-badge--added.svelte-lxbhwh{background:rgba(76,175,80,.12);color:#2e7d32}.version-upgrade-modal__change-badge--removed.svelte-lxbhwh{background:rgba(211,47,47,.1);color:#c62828}.version-upgrade-modal__change-badge--mapped.svelte-lxbhwh{background:rgba(33,150,243,.1);color:#1565c0}.version-upgrade-modal__change-duration.svelte-lxbhwh{font-size:11px;color:#888;flex-shrink:0}.version-upgrade-modal__changes-note.svelte-lxbhwh{margin:10px 0 0;font-size:12px;color:#666;font-style:italic}.version-upgrade-modal__body.svelte-lxbhwh{margin-bottom:24px;color:#555;line-height:1.6}.version-upgrade-modal__error.svelte-lxbhwh{margin:16px 0 0;padding:10px 12px;border-radius:6px;background:rgba(211,47,47,.08);color:#c62828;font-size:13px;line-height:1.5}.version-upgrade-modal__footer.svelte-lxbhwh{display:flex;flex-direction:row;gap:12px;margin-top:24px}@media (max-width: 480px){.version-upgrade-modal__footer.svelte-lxbhwh{flex-direction:column}}.version-upgrade-modal__btn.svelte-lxbhwh{flex:1 1 0;min-width:0}.course-lessons-menu__lesson-row_expanded{background-color:var(--color-background-secondary);border-bottom-left-radius:0;border-bottom-right-radius:0}.ai-teacher__topics{padding:1rem;background-color:var(--color-background-secondary);border-bottom-left-radius:var(--border-radius-medium);border-bottom-right-radius:var(--border-radius-medium);margin-bottom:.5rem}.ai-teacher__topics-header{font-weight:600;margin-bottom:.5rem}.ai-teacher__topics-list{list-style:none;padding:0;margin:0}.ai-teacher__topic-item{border-radius:var(--border-radius-small);padding:15px 10px;border-bottom:1px solid #e0e0e0;cursor:pointer;transition:background-color .2s}.ai-teacher__topic-item:hover{background-color:var(--color-background-tertiary)}.ai-teacher__topic-item.active{background-color:var(--color-primary);color:var(--color-text-on-primary)}.ai-teacher__container{display:flex;gap:20px;width:100%;flex-wrap:wrap}.ai-teacher__slider{flex:1;display:flex;flex-direction:column}.ai-teacher__slide{background-color:#f5f5f5;border-radius:8px;padding:20px;height:calc(var(--base-size) * 46.1);width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:10px;position:relative;overflow:hidden}.ai-teacher__slide-content{width:100%;height:100%;overflow:auto;transition:opacity .3s ease;opacity:1;position:absolute;top:0;left:0;padding:20px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.ai-teacher__slide-content.fade-out{opacity:0}.ai-teacher__slide-content.fade-in{opacity:1}.ai-teacher__slide-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;padding:20px;box-sizing:border-box}.ai-teacher__slide-image{width:100%;height:100%;display:block;margin:0 auto;border-radius:4px;box-shadow:0 2px 8px #0000001a;object-fit:contain}.ai-teacher__controls{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.ai-teacher__controls .control-buttons-group{display:flex;gap:15px}.ai-teacher__control-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background-color:#ffffffb3;color:#333;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;z-index:10;transition:background-color .2s,opacity .2s}.ai-teacher__control-btn:hover{background-color:#ffffffe6}.ai-teacher__control-btn:disabled{opacity:.3;cursor:not-allowed}.ai-teacher__control-btn--prev{left:10px}.ai-teacher__control-btn--next{right:10px}.ai-teacher__topics-header{font-size:18px;font-weight:700;display:flex;line-height:1.5;color:var(--kc-ui-kit-color-gray-600);padding:calc(var(--base-size) / 2) calc(var(--base-size) * 3) calc(var(--base-size) / 2) var(--base-size);width:100%;position:relative;border-bottom:1px solid var(--kc-color-light-gray)}.ai-teacher__topics-list{list-style:none;padding:0;margin:0;max-height:400px;overflow-y:auto}.ai-teacher__topic-item{padding:15px 10px;border-bottom:1px solid #e0e0e0;cursor:pointer;transition:background-color .2s}.ai-teacher__topic-item:hover,.ai-teacher__topic-item.active{background-color:var(--main_color-opacity-0-10)}.ai-teacher__error,.ai-teacher__empty{display:flex;justify-content:center;align-items:center;min-height:400px;background-color:#f5f5f5;border-radius:8px}.ai-teacher__chat-container{height:400px;margin-top:20px}.ai-chat{display:flex;flex-direction:column;height:100%;width:100%;border:1px solid var(--kc-color-light-gray);border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale));overflow:hidden;margin-top:16px}.ai-chat__messages{display:flex;flex-direction:column;padding:16px;overflow-y:auto;flex-grow:1;gap:12px}.ai-chat__empty-state{display:flex;align-items:center;justify-content:center;height:100%;color:#666;font-style:italic}.ai-chat__message{display:flex;max-width:80%}.ai-chat__message--user{align-self:flex-end}.ai-chat__message--other{align-self:flex-start}.ai-chat__message-content{padding:10px 14px;border-radius:18px;position:relative}.ai-chat__message--user .ai-chat__message-content{background-color:#0084ff;color:#fff;border-bottom-right-radius:4px}.ai-chat__message--other .ai-chat__message-content{background-color:#e4e6eb;color:#000;border-bottom-left-radius:4px}.ai-chat__message-text{margin:0;word-break:break-word}.ai-chat__message-time{display:block;font-size:.7rem;margin-top:4px;opacity:.7;text-align:right}.ai-chat__input-container{display:flex;padding:12px;background-color:#fff;border-top:1px solid #e4e6eb;align-items:center;justify-content:center;gap:10px}.ai-chat__input{flex-grow:1;border:1px solid #e4e6eb;border-radius:18px;padding:10px 14px;resize:none;min-height:40px;max-height:100px;font-family:inherit;font-size:14px;outline:none;margin-right:8px}.ai-chat__input:focus{border-color:#0084ff}.ai-chat__send-button{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.ai-teacher-modal-container.svelte-1t4eist{width:100%;height:calc(100vh - 100px - var(--ki-header-desktop-height, calc(var(--base-size, 10px) * 10.6)));position:relative;overflow:hidden;border-radius:12px}.course-video__media-pending.svelte-6gjy1u{display:flex;align-items:center;justify-content:center;min-height:320px;padding:24px;border-radius:12px;background:rgba(0,0,0,.04);text-align:center}.course-video__media-pending-text.svelte-6gjy1u{max-width:480px;margin:0}.completion-data{display:flex;align-items:center;gap:calc(var(--base-size) * .8);font-family:inherit;flex-wrap:wrap}.completion-data__title{font-size:calc(var(--base-size) * 1.8);font-weight:600;line-height:calc(var(--base-size) * 2.8);color:var(--kc-color-gray-600, #1f2023)}.completion-data__submit-button{position:relative;font-size:calc(var(--base-size) * 1.6);line-height:calc(var(--base-size) * 2.6);color:var(--ki-color-primary, #ff881a);text-decoration:underline;cursor:pointer;transition:color .2s;text-underline-offset:calc(var(--base-size) * .4)}.completion-data__submit-button:hover{color:var(--ki-button-primary-background-hover, #1f2023)}.completion-data__status{display:flex;align-items:center;gap:calc(var(--base-size) * .8)}.completion-data__status ki-icon{font-size:calc(var(--base-size) * 2.4)}.completion-data__status.rejected{color:var(--kc-color-red, #ff0000)}.completion-data__status.approved{color:var(--kc-color-green, #00ff00)}.completion-data__status.under-review{color:var(--kc-color-orange, #ffa500)}.completion-modal{min-width:calc(var(--base-size) * 49.8);display:flex;flex-direction:column;gap:calc(var(--base-size) * 2.4)}.completion-modal__title{display:flex;width:100%;justify-content:center;font-size:calc(var(--base-size) * 2.4);line-height:calc(var(--base-size) * 3.4);font-weight:600;color:var(--kc-color-gray-600, #1f2023);flex-wrap:wrap}.completion-modal__date-form{display:flex;gap:calc(var(--base-size) * 1.6);flex-wrap:wrap}.completion-modal__date-form .kc-input-calendar{max-width:calc(var(--base-size) * 23.9)}.completion-modal__actions{display:flex;gap:calc(var(--base-size) * 1.6);width:100%;justify-content:space-between}.completion-modal__actions ki-button-2{flex:1}.completion-modal__file-upload{text-align:left;display:flex;justify-content:space-between;align-items:center;min-height:calc(var(--base-size) * 4)}.completion-modal__upload-button{justify-content:flex-start;padding-left:0;gap:calc(var(--base-size) * .8)}.completion-modal__upload-button>ki-icon{font-size:calc(var(--base-size) * 2.4);color:var(--kc-color-primary)}.completion-modal__upload-text{font-size:calc(var(--base-size) * 1.6);line-height:1.5;color:var(--kc-color-primary);font-weight:400}.completion-modal__file-formats{font-size:calc(var(--base-size) * 1.6);line-height:calc(var(--base-size) * 2.6);color:var(--kc-color-gray-200);font-weight:400;margin-top:calc(var(--base-size) * .4)}.completion-modal__file-formats--error{color:var(--kc-color-red)}.completion-modal__file-info{display:flex;align-items:center}.completion-modal__file-name{max-width:calc(var(--base-size) * 27);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:calc(var(--base-size) * .8) 0}.completion-modal__delete-button{width:calc(var(--base-size) * 4);height:calc(var(--base-size) * 4);padding:0;border-radius:calc(var(--base-size) * .8);background-color:var(--kc-color-primary-100)}.completion-modal__delete-button>ki-icon{font-size:calc(var(--base-size) * 2.4)}.completion-modal__error{color:var(--kc-color-red);text-align:start}@media only screen and (max-width: 1024px){.completion-modal{min-width:unset}.completion-modal__date-form .kc-input-calendar{max-width:unset}.completion-modal__file-name{max-width:calc(var(--base-size) * 24)}}.course-quiz-attempts{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2.4);max-height:calc(var(--base-size) * 28);overflow-y:auto}.course-quiz-attempts ki-button-2{max-width:fit-content}.course-quiz-attempts__form{border-radius:calc(var(--base-size) * 2.4);border:1px solid var(--ki-color-light-gray, #ccd5dd);padding:calc(var(--base-size) * 1.6);display:flex;flex-direction:column;gap:calc(var(--base-size) * 1.6)}.course-quiz-attempts__form-header{display:flex;justify-content:space-between;align-items:center}.course-quiz-attempts__form-body{display:flex;gap:calc(var(--base-size) * 1.6);justify-content:space-between;align-items:center}.course-quiz-attempts__form-footer{display:flex;justify-content:flex-start;align-items:center}.course-quiz-attempts__title{font-size:calc(var(--base-size) * 1.8);line-height:calc(var(--base-size) * 2.8);font-weight:600;color:var(--kc-color-gray-600, #1f2023)}.course-quiz-attempts__actions{display:flex;gap:calc(var(--base-size) * .8)}.course-quiz-attempts__form-item{flex:1}.course-quiz-attempts__attempt{display:flex;flex-direction:column;gap:calc(var(--base-size) * .8);border-radius:calc(var(--base-size) * 2.4);border:1px solid var(--ki-color-light-gray, #ccd5dd);padding:calc(var(--base-size) * 1.6)}.course-quiz-attempts__attempt-header{display:flex;justify-content:space-between;align-items:center;width:100%}.course-quiz-attempts__attempt-body{display:flex;justify-content:space-between;align-items:center}.course-quiz-attempts__action{padding:0;width:calc(var(--base-size) * 2.4)}.course-quiz-attempts__action>ki-icon{font-size:calc(var(--base-size) * 1.8)}.course-quiz-attempts__attempt-item{display:flex;align-items:center;gap:calc(var(--base-size) * .8);font-size:calc(var(--base-size) * 1.6);line-height:calc(var(--base-size) * 2.6)}.course-quiz-attempts__value{font-size:calc(var(--base-size) * 1.6);line-height:calc(var(--base-size) * 2.6);color:var(--kc-color-gray-200);font-weight:400}.course-quiz-attempts__icon--passed{font-size:calc(var(--base-size) * 1.8);color:var(--kc-color-green)}.course-quiz-attempts__icon--failed{font-size:calc(var(--base-size) * 1.8);color:var(--kc-color-red)}.course-quiz-attempts__label--passed{color:var(--kc-color-green)}.course-quiz-attempts__label--failed{color:var(--kc-color-red)}@media only screen and (max-width: 1024px){.course-quiz-attempts__form-body{flex-direction:column;align-items:unset}.course-quiz-attempts__form-item{width:100%;max-width:unset}}.course-quiz-attempts__error{color:var(--kc-color-red);font-size:calc(var(--base-size) * 1.4);line-height:calc(var(--base-size) * 2);margin-top:calc(var(--base-size) * .8);padding:calc(var(--base-size) * .8);background-color:var(--kc-color-red-50);border-radius:calc(var(--base-size) * 1.2);border:1px solid var(--kc-color-red-100)}:root{--kc-color-gray-100: #eaeaea;--kc-color-gray-200: #9a9a9a;--kc-color-gray-200-10: #9A9A9A1A;--kc-color-gray-300: #636367;--kc-color-gray-400: #323337;--kc-color-gray-600: #1f2023;--kc-color-gray-dark: #2C3E46;--kc-color-middle-gray: #74838a;--kc-color-light-gray: #ccd5dd;--kc-color-mid-light-gray: #eaeff3;--kc-color-lighter-gray: #f3f7f9;--kc-color-gold-yellow: #fdca16;--kc-color-silver: #b5bdc4;--kc-color-bronze-orange: #ea9f59;--kc-color-green: #3eba59;--kc-color-dull-green: #ecffef;--kc-color-red: #f03e3e;--kc-color-bright-red: #F03E3E1A;--kc-color-dull-red: #fff0f0;--kc-color-orange: #ff881a;--kc-color-light-fade: var(--kc-color-gray-100);--color: 0;--l: 50%;--base-size: 10px;--base-font-size: $base-font-size;--mid-light-grey: #eaeff3;--color-lighter-grey: #f3f7f9;--main_color: var(--kc-color-primary, #ff881a);--button_color: #fff;--button_color-hover: lighten($color-dark-orange, 5%);--button_color-active: lighten($color-dark-orange, 8%);--active__button__color: $color-orange;--active__button__color-hover: lighten($color-dark-orange, 5%);--active__button__color-active: lighten($color-dark-orange, 8%);--header_background_color: #fff;--heading_button_color: #e68234ff;--heading_button_text_color: #ffffffff;--heading_button_active_color: #ffffffff;--heading_button_active_text_color: #333333ff;--main_footer_background_color: #1f2023;--main_footer_text_color: #ffffff;--library_background_color: #fff;--login-image: none}@media only screen and (max-width: 1680px){:root{--base-size: 10px}}@media only screen and (max-width: 1340px){:root{--base-size: .746vw}}@media only screen and (max-width: 1024px){:root{--base-size: .977vw}}@media only screen and (max-width: 768px){:root{--base-size: 1.302vw}}@media only screen and (max-width: 440px){:root{--base-size: 2.667vw}}.completion-details-modal{display:flex;flex-direction:column;gap:calc(var(--base-size) * 2.4);min-width:calc(var(--base-size) * 49.6)}.completion-details-modal__title{font-size:calc(var(--base-size) * 2.4);line-height:calc(var(--base-size) * 3.4);font-weight:600;text-align:center;color:var(--kc-color-gray-600, #1f2023)}.completion-details-modal__description{font-size:calc(var(--base-size) * 1.6);line-height:calc(var(--base-size) * 2.6);font-weight:400;text-align:center}.completion-details-modal__comment .title{font-size:calc(var(--base-size) * 1.8);line-height:calc(var(--base-size) * 2.8);font-weight:600;color:var(--kc-color-gray-600, #1f2023)}.completion-details-modal__comment .comment-container{position:relative;font-size:calc(var(--base-size) * 1.6);line-height:calc(var(--base-size) * 2.6);color:var(--kc-color-gray-600, #1f2023);font-weight:400;padding:calc(var(--base-size) * 1.6) calc(var(--base-size) * 2.4);border-radius:calc(var(--base-size) * 1.6 * var(--ki-border-radius-scale));background:var(--kc-color-primary-100, #fff3e8)}.completion-details-modal__comment .comment-container .comment{min-height:calc(var(--base-size) * 2.6);max-height:calc(var(--base-size) * 20);overflow-y:auto;white-space:pre-line;word-break:break-word}.completion-details-modal__comment .comment-container:before{bottom:-.1rem;content:"";height:1rem;position:absolute;border-bottom-left-radius:.8rem .7rem;border-right:1rem solid var(--kc-color-primary-100, #fff3e8);right:-.35rem;transform:translateY(-.1rem)}.completion-details-modal__comment .comment-container:after{bottom:-.1rem;content:"";height:1rem;position:absolute;background-color:#fff;border-bottom-left-radius:.5rem;right:-40px;transform:translate(-30px,-2px);width:10px}[dir=rtl] .completion-details-modal__comment .comment-container:before{left:-.35rem;right:auto;border-right:none;border-bottom-right-radius:.8rem .7rem;border-left:1rem solid var(--kc-color-primary-100, #fff3e8);transform:translateY(-.1rem) scaleX(-1)}[dir=rtl] .completion-details-modal__comment .comment-container:after{left:-40px;right:auto;transform:translate(30px,-2px) scaleX(-1)}@media only screen and (max-width: 1024px){.completion-details-modal{min-width:unset}}

/* ===== 08-selectDisplayedEventStatus-11ef5712.css ===== */
.feedback-required-modal .kc-modal-window{width:calc(var(--base-size) * 54);min-height:calc(var(--base-size) * 20.4);border-radius:calc(var(--base-size) * 2.4 * var(--ki-border-radius-scale))!important}.feedback-required-modal .kc-modal-close{top:calc(var(--base-size) * 2.45);right:calc(var(--base-size) * 2)}
