:root{--theme-fade: #D8F3FF;--theme-base: #12A4E2;--theme-medium: #0B93CC;--theme-dark: #253038;--theme-heavy: #182229;--theme-danger: #F25153;--theme-warning: #EDAC01;--secondary-base: #D8F3FF;--secondary-dark: #C3E1EE}@media (max-width: 599px){.hidden-until-sm{display:none !important}}@media (min-width: 600px){.visible-until-sm{display:none !important}}@media (max-width: 899px){.hidden-until-md{display:none !important}}@media (min-width: 900px){.visible-until-md{display:none !important}}@media (max-width: 1023px){.hidden-until-lg{display:none !important}}@media (min-width: 1024px){.visible-until-lg{display:none !important}}.hidden{display:none !important}.hover-grow{transition:transform 0.2s ease-in-out}.hover-grow:hover{transform:scale(1.05) rotate(2deg)}.mb-sm{margin-bottom:0.5rem}.pb-sm{padding-bottom:0.5rem}.mb-base{margin-bottom:1rem}.pb-base{padding-bottom:1rem}.mb-lg{margin-bottom:2rem}.pb-lg{padding-bottom:2rem}.mt-sm{margin-top:0.5rem}.pt-sm{padding-top:0.5rem}.mt-base{margin-top:1rem}.pt-base{padding-top:1rem}.mt-lg{margin-top:2rem}.pt-lg{padding-top:2rem}.ml-sm{margin-left:0.5rem}.pl-sm{padding-left:0.5rem}.ml-base{margin-left:1rem}.pl-base{padding-left:1rem}.ml-lg{margin-left:2rem}.pl-lg{padding-left:2rem}.mr-sm{margin-right:0.5rem}.pr-sm{padding-right:0.5rem}.mr-base{margin-right:1rem}.pr-base{padding-right:1rem}.mr-lg{margin-right:2rem}.pr-lg{padding-right:2rem}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.bg-hero{background-size:contain;background-repeat:no-repeat;background-position:right}.bg-translucent-light{background-color:rgba(176,215,247,0.18)}.bg-translucent-dark{background-color:rgba(24,60,74,0.07)}.bg-theme-fade{background-color:var(--theme-fade)}.bg-theme{background-color:var(--theme-base)}.bg-theme-medium{background-color:var(--theme-medium)}.bg-theme-dark{background-color:var(--theme-dark)}.bg-theme-heavy{background-color:var(--theme-heavy)}.bg-light{background-color:#ffffff}.bg-dark{background-color:#253038}.bg-darker{background-color:#182229}.bg-yellow-faint{background-color:#FDF5D9}.bg-yellow-fade{background-color:#FFE5AE}.bg-grey-faint{background-color:#f8f9fa}.bg-grey-fade{background-color:#EFF2F3}.bg-grey{background-color:#E0E5E7}.bg-blue-faint{background-color:#EFFAFF}.bg-blue-fade{background-color:#D8F3FF}.bg-blue-heavy{background-color:#124861}.border{border-style:solid;border-color:rgba(24,60,74,0.15)}.border-xy{border-width:0.0625rem}.border-t{border-top-width:0.0625rem}.border-b{border-bottom-width:0.0625rem}.border-m{border-width:0.125rem}.border-dark{border-color:#182229}.border-light{border-color:rgba(176,215,247,0.18)}.border-theme{border-color:var(--theme-base)}.border-danger{border-color:var(--theme-danger)}.border-warning{border-color:var(--theme-warning)}.br-sm{border-radius:0.25rem}.br-base{border-radius:0.5rem}.br-lg{border-radius:1rem}.img-full{width:100%;height:auto}.img-inline{display:inline-block}.img-cover{width:100%;height:100%;object-fit:cover}.w-75{max-width:75%}.w-50{max-width:50%}.img-avatar-lg{width:8rem;height:8rem;border-radius:50%}.img-invert{filter:invert(1) brightness(2)}.img-bg-cover{position:absolute;top:0;right:0;bottom:0;width:100%;height:100%;object-fit:contain;object-position:right}.bs-base{box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.1)}.bs-lg{box-shadow:0 1rem 1.5rem 0 rgba(0,0,0,0.15),0 0.125rem 0.5rem 0 rgba(0,0,0,0.15)}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px;height:100%}html,body,div,span,button,input,select,textarea,object,iframe,h1,h2,h3,h4,h5,h6,hr,p,blockquote,pre,a,em,img,small,strong,b,u,i,center,ol,ul,li,fieldset,form,label,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,figcaption,footer,header,main,menu,nav,section,summary,audio,video{background:transparent;border:0;font-size:100%;margin:0;min-width:0;outline:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}body{line-height:1}img{vertical-align:middle}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}.grid{display:flex;flex-wrap:wrap;gap:0.5rem;box-sizing:border-box}.grid .cell{flex:1}.grid .cell-shrink{flex:0 1 auto}@media (max-width: 899px){.grid.responsive-md>.cell,.grid.responsive-md>.cell-shrink{flex:0 0 100%}}@media (max-width: 599px){.grid.responsive-sm>.cell,.grid.responsive-sm>.cell-shrink{flex:0 0 100%}}.grid-column{display:grid;gap:0.5rem}.grid-middle{align-items:center}.grid-bottom{align-items:end}.grid-no-wrap{flex-wrap:nowrap}.grid-justify{justify-content:space-between}.gap-xs{gap:0.25rem}.gap-sm{gap:0.5rem}.gap-base{gap:1rem}.gap-m{gap:1.5rem}.gap-lg{gap:2rem}.grid-3{display:grid;grid-template-columns:1fr}@media (min-width: 900px){.grid-3{grid-template-columns:1fr 1fr 1fr}}@media (min-width: 900px){.grid-span-2{grid-column:span 2}}.content{max-width:1016px;padding:0 1rem;margin:0 auto;box-sizing:border-box;position:relative}@media (min-width: 600px){.content{padding:0 4rem}}@media (min-width: 900px){.content{padding:0 1.5rem}}.content.content-thin{max-width:600px}@media (min-width: 900px){.content.content-thin{max-width:800px}}@media (max-width: 599px){.overflow-xs{padding:0 1rem;margin:0 -1rem}}section{position:relative;padding:1rem 0}@media (min-width: 600px){section{padding:2rem 0}}.card{border-radius:0.5rem 0.5rem 0 0;background:#ffffff}@media (min-width: 600px){.card{border-radius:1rem 1rem 0 0}}.scroll-x{overflow-x:auto}.scroll-x::-webkit-scrollbar{display:none}button,.btn{display:inline-block;font-family:inherit;font-size:inherit;border:none;border-radius:0.375rem;padding:0.75rem 1rem;font-weight:500;color:#ffffff;white-space:nowrap;transition:background-color 0.2s ease, box-shadow 0.2s ease;line-height:1;box-sizing:border-box;text-align:center;cursor:pointer}button:hover,.btn:hover{text-decoration:none}button:disabled,.btn:disabled{opacity:0.4;pointer-events:none}.btn-xs{font-size:12px;line-height:12px;padding:0.5rem}.btn-sm{font-size:1rem;line-height:1rem;padding:0.625rem 0.75rem}@media (max-width: 599px){.btn-sm-xs{font-size:14px;line-height:1rem;padding:0.625rem 0.75rem}}@media (max-width: 599px){.btn-full-sm{width:100%}}.btn-full{width:100%}.btn-center{margin:0 auto}.btn-round{border-radius:4rem}.btn-icon{vertical-align:bottom;margin-left:0.375rem}.btn-theme{background-color:var(--theme-base)}.btn-theme:hover{background-color:var(--theme-medium)}.btn-secondary{color:#12A4E2;background-color:var(--secondary-base)}.btn-secondary:hover{background-color:var(--secondary-dark)}.btn-grey{color:#2a2a2a;background-color:#EFF2F3}.btn-grey:hover{background-color:#EFF2F3}.btn-blue{background-color:#12A4E2}.btn-blue:hover{background-color:#087DAE}.btn-yellow{background-color:#EDAC01}.btn-yellow:hover{background-color:#D18900}.btn-yellow-fade{color:#9F6100;background-color:#FFE5AE}.btn-yellow-fade:hover{background-color:#EDAC01}.btn-red{background-color:#F25153}.btn-red:hover{background-color:#D63C3E}.btn-white{color:#2a2a2a;background-color:#ffffff}.btn-white:hover{background-color:#E0E5E7}.btn-facebook{background-color:#3b5998}.btn-facebook:hover{background-color:#293e6a}.btn-slate{background-color:#384752}.btn-slate:hover{background-color:#5A6D7A}.btn-translucent{background-color:rgba(176,215,247,0.18)}.btn-translucent:hover{background-color:rgba(171,209,237,0.48)}.btn-google{outline:0.125rem solid rgba(24,60,74,0.15);color:#2a2a2a;background-color:#ffffff}.btn-google:hover{background-color:#f8f9fa}@font-face{font-family:"Rubik-bold-fallback";size-adjust:106%;ascent-override:90%;src:local("Arial")}@font-face{font-family:"Rubik-fallback";size-adjust:104.91000000000001%;ascent-override:90%;src:local("Arial")}@font-face{font-family:"Lora-fallback";size-adjust:115.62%;ascent-override:85%;src:local("Times New Roman")}body{font-family:'Rubik', 'Rubik-fallback', 'Arial', sans-serif;color:#182229;text-shadow:1px 1px 1px rgba(0,0,0,0.004);text-rendering:optimizeLegibility !important;-webkit-font-smoothing:antialiased !important;line-height:1.5}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5{font-weight:500;line-height:1.25;font-family:'Rubik', 'Rubik-bold-fallback', 'Arial', sans-serif}h1,.h1{font-size:1.75rem}@media (min-width: 900px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:1.5rem}@media (min-width: 900px){h2,.h2{font-size:2rem}}h3,.h3{font-size:20px}@media (min-width: 900px){h3,.h3{font-size:1.5rem}}h4,.h4{font-size:1rem}@media (min-width: 900px){h4,.h4{font-size:20px}}h5,.h5{font-size:1rem}p{font-size:1rem}p.small{font-size:14px}p.base{font-size:1rem}p.large{font-size:18px}small{font-size:14px}b,strong{font-weight:500}ul,ol{margin:0;padding-inline-start:1rem}a{text-decoration:none;font-weight:500;color:var(--theme-base)}a:hover{text-decoration:underline}a.underlined{color:inherit;text-decoration:underline;font-weight:inherit}hr{height:0.0625rem;background-color:#E0E5E7;margin:1rem 0}.a-active-focus a.active{color:var(--theme-base)}.a-active-focus a.active:hover{color:var(--theme-dark)}.no-decoration{color:inherit;font-weight:inherit}.no-decoration:hover{text-decoration:none}.text-logo{font-family:'Aleo', Georgia, serif;line-height:1rem}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-break{overflow-wrap:break-word;word-wrap:break-word}.text-grey{color:#787F82}.text-light{color:#ffffff}.text-theme{color:var(--theme-base)}.text-blue{color:#12A4E2}.text-blue-dark{color:#087DAE}.text-red{color:#F25153}.text-yellow{color:#EDAC01}.text-green{color:#99CA13}.text-dark{color:#182229}.article{line-height:1.6}.article>h2,.article>h3,.article>h4{margin-top:2rem;margin-bottom:0.5rem}.article>h1:first-child,.article h2:first-child{margin-top:0}.article>p,.article>ul,.article>ol,.article>blockquote,.article>.shortcode{margin-bottom:1rem}.article>p,.article>ul,.article>ol{font-family:'Lora', 'Lora-fallback', 'Times New Roman', serif;font-size:18px;-webkit-font-smoothing:auto !important}.article>p b,.article>p strong,.article>ul b,.article>ul strong,.article>ol b,.article>ol strong{font-weight:700 !important}.article hr{height:0.125rem;background-color:#E0E5E7;margin:2rem 0}.article blockquote{font-style:italic;padding:1rem 1.5rem;background:#EFFAFF;border-left:0.25rem solid #087DAE;clear:both}.article a{word-break:break-word}.article a:not(.no-decoration):not(.btn):not(.toc-link){color:#087DAE;font-weight:inherit !important;border-bottom:0.125rem solid #D8F3FF}.article a:not(.no-decoration):not(.btn):not(.toc-link):hover{color:#087DAE}.tiny-mce .size-full,.tiny-mce .size-large{width:100% !important;height:auto}.tiny-mce .alignright{text-align:right}.tiny-mce .aligncenter{text-align:center}.tiny-mce .alignleft{text-align:left}.tiny-mce figure{overflow:hidden;padding:1rem;border:0.125rem solid #E0E5E7}.tiny-mce figure img{max-width:100%;height:auto;border-radius:0.25rem}.tiny-mce figure.alignright,.tiny-mce figure.alignleft{display:table}.tiny-mce figure.alignright figcaption,.tiny-mce figure.alignleft figcaption{margin-top:0;display:table-caption;caption-side:bottom}.tiny-mce figcaption{margin-top:0.75rem;color:#787F82}.tiny-mce>p img,.tiny-mce figure,.tiny-mce blockquote p img,.tiny-mce li img,.tiny-mce table img{max-width:100%;height:auto;margin:0.75rem 0;border-radius:0.5rem}.tiny-mce>p img.alignright,.tiny-mce figure.alignright,.tiny-mce blockquote p img.alignright,.tiny-mce li img.alignright,.tiny-mce table img.alignright{margin:0;float:right;margin-left:1rem;margin-bottom:0.5rem}.tiny-mce>p img.alignleft,.tiny-mce figure.alignleft,.tiny-mce blockquote p img.alignleft,.tiny-mce li img.alignleft,.tiny-mce table img.alignleft{margin:0;float:left;margin-right:1rem;margin-bottom:0.5rem}.tiny-mce>p img.aligncenter,.tiny-mce figure.aligncenter,.tiny-mce blockquote p img.aligncenter,.tiny-mce li img.aligncenter,.tiny-mce table img.aligncenter{display:block;margin-left:auto;margin-right:auto}.tiny-mce table{border-radius:0.5rem;border:0.125rem solid #E0E5E7;margin-bottom:1rem;width:calc(100vw - 2rem - 4px);font-size:14px;line-height:1.3;display:inline-block;overflow-x:auto;position:relative}@media (min-width: 600px){.tiny-mce table{width:100%;display:table}}.tiny-mce table thead{background:#D8F3FF}.tiny-mce table th{font-weight:500;text-align:left;padding:0.5rem}.tiny-mce table td{padding:0.5rem}.tiny-mce table tr:nth-child(even){background:#f8f9fa}.banner{width:100%;padding:0.5rem;background:#FDF5D9;display:block;text-align:center;font-weight:normal;box-sizing:border-box;text-wrap:balance}@media (min-width: 600px){.banner{padding:1rem}}.banner.dark{background-color:#182229;color:#ffffff}.banner #countdown-learning{font-family:'Courier New', Courier, monospace;font-weight:bold;white-space:nowrap}@media (max-width: 599px){.banner p,.banner a{font-size:14px;line-height:18px}}.nav-top{padding:0.5rem 0}@media (min-width: 900px){.nav-top{padding:0}}.nav-top.nav-fixed{position:fixed;top:0;width:100%;background-color:#ffffff;z-index:10;box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.1);color:#2a2a2a}.nav-top .nav-links{justify-content:end;font-weight:500;gap:1.5rem}.nav-top .nav-content{display:grid;gap:1.5rem;grid-template-columns:auto max-content;align-items:center}@media (min-width: 900px){.nav-top .nav-content{grid-template-columns:max-content auto max-content}}.nav-top .nav-logo{display:flex;gap:1rem;font-size:1.5rem}@media (min-width: 900px){.nav-top .nav-logo{font-size:2rem}}.nav-top .nav-dropdown{position:relative}.nav-top .nav-dropdown .dropdown{opacity:0;font-size:18px;visibility:hidden}.nav-top .nav-dropdown:hover .dropdown{visibility:visible;opacity:1}.nav-top .dropdown{transition:opacity 0.2s ease;position:absolute;opacity:0;z-index:20;margin-top:1rem;margin-left:-1rem;color:#2a2a2a;padding-top:0.5rem}.nav-top .dropdown .dropdown-list{position:relative;background:#ffffff;padding:0.25rem;top:-1.5rem;border-radius:0.5rem;box-shadow:0 1rem 1.5rem 0 rgba(0,0,0,0.15),0 0.125rem 0.5rem 0 rgba(0,0,0,0.15)}.nav-top .dropdown .dropdown-list .dropdown-cell,.nav-top .dropdown .dropdown-list>a,.nav-top .dropdown .dropdown-list>p{display:block;width:100%;cursor:pointer;box-sizing:border-box;padding:0.625rem;white-space:nowrap}.nav-top .dropdown .dropdown-list .dropdown-cell:hover,.nav-top .dropdown .dropdown-list>a:hover,.nav-top .dropdown .dropdown-list>p:hover{background:#FDF5D9}.nav-top .dropdown .dropdown-list a{color:#2a2a2a;font-weight:400;line-height:1}.nav-top .dropdown .dropdown-list a:hover{text-decoration:none}.nav-links{display:grid;grid-auto-flow:column;grid-auto-columns:min-content;gap:1.5rem}.nav-links .nav-link>a{color:inherit;text-decoration:none;font-weight:inherit;display:block;padding:1.25rem 0 1rem 0;border-bottom:0.25rem solid transparent;white-space:nowrap}@media (min-width: 600px){.nav-links .nav-link>a{padding:1.5rem 0 1.25rem 0}}.nav-links .nav-link>a.active{border-color:var(--theme-base)}.nav-mobile{position:fixed;top:0;width:100vw;height:100vh;left:0;display:none;background-color:rgba(24,34,41,0.9);z-index:12;color:#2a2a2a}.nav-mobile .nav-link{display:block;color:#2a2a2a;margin:0.5rem 0;font-weight:400}.nav-mobile.nav-active{display:block}.nav-mobile .panel{position:absolute;bottom:0}.nav-mobile .panel-body{max-height:75vh;overflow:scroll;padding-bottom:5rem !important}header.white-theme{color:#ffffff}header.white-theme .nav-top:not(.nav-fixed) #burger{fill:#ffffff}header .header-text{padding:0.25rem 0 1rem 0}@media (min-width: 600px){header .header-text{padding:1rem 0 2rem 0}}@media (min-width: 900px){header .header-text{padding:2rem 0 3rem 0}}.panel{position:relative;border-radius:0.5rem;overflow:hidden;width:100%}.panel>.panel-body{padding:1rem;box-sizing:border-box}@media (min-width: 900px){.panel>.panel-body{padding:1.5rem}}.panel>.panel-header{padding:1rem}@media (min-width: 900px){.panel>.panel-header{padding:1rem 1.5rem}}.panel .panel-header-image{width:100%;border-top-left-radius:6px;border-top-right-radius:6px;overflow:hidden;position:relative;background:#787F82;aspect-ratio:16 / 9}.panel .panel-header-image img{width:100%;height:auto;object-fit:cover;aspect-ratio:16 / 9}.panel>.panel-footer{padding:1rem}@media (min-width: 900px){.panel>.panel-footer{padding:1rem 1.5rem}}.panel.panel-full-height{display:flex;flex-direction:column;height:100%}.panel.panel-full-height>.panel-body{flex-grow:1}.panel.panel-thin>.panel-header{padding:1rem}.panel.panel-thin>.panel-body{padding:1rem}.nav-footer{background:#ffffff;padding:1.5rem 0 5rem 0}.nav-footer .links{display:grid;gap:0.25rem}.nav-footer .links a{color:#2a2a2a;font-weight:400}input:not([type="checkbox"],[type="radio"],[type="submit"]),textarea,select{background-color:#ffffff;border:0.125rem solid rgba(24,60,74,0.15);border-radius:0.375rem;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;box-sizing:border-box;outline:none;width:100%;transition:border-color .3s ease, outline .3s ease;appearance:none;font-family:inherit;color:#182229}input:not([type="checkbox"],[type="radio"],[type="submit"]):focus,textarea:focus,select:focus{outline:0.125rem solid #EDAC01;box-shadow:0 0 2px 4px rgba(255,192,66,0.25)}input.input-sm:not([type="checkbox"],[type="radio"],[type="submit"]),textarea.input-sm,select.input-sm{font-size:1rem;padding:0.25rem 0.5rem}input.input-lg:not([type="checkbox"],[type="radio"],[type="submit"]),textarea.input-lg,select.input-lg{font-size:24px;padding:1.5rem;font-weight:500 !important}@media (max-width: 599px){input.input-sm-xs:not([type="checkbox"],[type="radio"],[type="submit"]),textarea.input-sm-xs,select.input-sm-xs{font-size:14px;line-height:1rem;padding:0.5rem 0.625rem}}select{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23121a20' fill-rule='evenodd' d='M8 9.773 2.753 3.359a.966.966 0 0 0-1.411-.099 1.09 1.09 0 0 0-.095 1.486l6 7.895a.968.968 0 0 0 1.506 0l6-7.895c.363-.438.321-1.103-.094-1.486s-1.048-.338-1.412.1z'/%3E%3C/svg%3E") #fff no-repeat right center;background-size:0.75rem;background-position:calc(100% - 0.75rem) 0.8rem}select.input-sm{background-position:calc(100% - 0.75rem) 0.7rem}label{font-weight:500;font-size:18px;margin-bottom:0.5rem;display:block}label.label-base{font-size:1rem}label.label-sm{font-size:14px;margin-bottom:0.25rem}.input-icon{position:relative}.input-icon button{position:absolute;right:0;top:0}.form-group input:not(:last-child),.form-group textarea:not(:last-child),.form-group select:not(:last-child),.form-group .field_with_errors:not(:last-child){margin-bottom:0.5rem}@media (min-width: 900px){.form-50{max-width:50%}}@media (min-width: 900px){.form-full{max-width:100%}}.form-center{margin:0 auto}.field_with_errors input,.field_with_errors textarea{border-color:#F25153;box-shadow:0px 0px 0px 4px rgba(242,81,83,0.2)}.grecaptcha-badge{opacity:0;transition:all .4s ease !important;box-shadow:0px 2px 6px rgba(0,0,0,0.2) !important;border-radius:4px !important}.toc-sidebar{margin:1rem 0}.toc-sidebar .toc-active{font-weight:500;background-color:#EFFAFF;border-radius:0.25rem}.toc{padding:0 0 0 1rem;margin:0.25rem 0 0 0 !important}.toc a{font-weight:400;color:#2a2a2a}.toc a:hover{text-decoration:underline}.toc ul{margin:0}.toc li{padding:0.25rem 0}.nested{margin-top:0.5rem;padding-bottom:0.5rem;border-bottom:0.0625rem solid #E0E5E7}.nested ul{margin:0.5rem 0 0 0 !important}.content-upgrade{position:relative;background:#D8F3FF;border-top:0.125rem solid #12A4E2;border-bottom:0.125rem solid #12A4E2;overflow:hidden;margin-left:-1rem;margin-right:-1rem}@media (min-width: 600px){.content-upgrade{border:0.125rem solid #12A4E2;box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.1);margin:1.5rem 0;border-radius:0.5rem;display:flex}}@media (min-width: 600px){.content-upgrade .content-upgrade-image{overflow:hidden;flex-basis:auto;width:35%;flex:0 0 auto}}.content-upgrade .content-upgrade-image img{width:100%;vertical-align:middle;min-height:100%;object-fit:cover}.content-upgrade .content-upgrade-body{padding:1rem;width:100%;box-sizing:border-box}@media (min-width: 600px){.content-upgrade .content-upgrade-body{flex:0 1 auto;padding:1.5rem;height:100%}}.tweet:hover{background:#EFF2F3}.embed-wrapper{width:100%;border-radius:0.5rem;overflow:hidden}.embed-wrapper img,.embed-wrapper iframe{display:inline-block;width:100%;aspect-ratio:16/9;object-fit:cover;height:auto;vertical-align:middle}.embed-wrapper .embed{background-color:#000;width:100%;position:relative;cursor:pointer}.embed-wrapper .embed .play-button{position:absolute;top:50%;left:50%;transform:translate3d(-50%, -50%, 0);width:4rem;height:4rem;background-color:#12A4E2;box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.1);z-index:1;border-radius:2rem}.embed-wrapper .embed .play-button:before{position:absolute;content:"";border-style:solid;border-width:1rem 0 1rem 1.5rem;top:50%;left:55%;transform:translate3d(-50%, -50%, 0);border-color:transparent transparent transparent #ffffff}.pagination a{color:#2a2a2a}.pagination a:hover{color:#2a2a2a}.pagination .page{background:#ffffff;margin:0 0.175rem;border-radius:0.5rem;display:inline-block;padding:0.5rem 1rem;border:0.0625rem solid #E0E5E7;font-weight:500}.pagination .page.current{border-color:var(--theme-base);background:var(--theme-base);color:#ffffff}.pagination .first,.pagination .last{display:none}.posts-show .article-grid{display:grid;position:relative;grid-template-areas:"title" "sidebar" "post";grid-row-gap:1rem;grid-template-columns:1fr}@media (min-width: 900px){.posts-show .article-grid{grid-template-areas:"sidebar title" "sidebar post";grid-column-gap:2.5rem;grid-template-columns:288px minmax(200px, auto)}}.posts-show .article-title{grid-area:title;container-type:inline-size}@supports (contain: inline-size){.posts-show .article-title h1{font-size:6.5cqw !important;line-height:8.5cqw !important}}.posts-show .article-post{grid-area:post}.posts-show .article-post figure img{max-width:100%;margin:0 auto}.posts-show .article-sidebar{grid-area:sidebar;z-index:9}.posts-show .article-toc{margin-bottom:1rem}.posts-show .article-image{border-radius:0.5rem;background:#EFF2F3;overflow:hidden;position:relative}.posts-show .article-image img{width:100%;height:auto;display:inline-block;vertical-align:middle}.posts-show .similar-posts{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1rem}@media (min-width: 600px){.posts-show .similar-posts{margin-top:2rem;grid-template-columns:repeat(2, 1fr)}}@media (min-width: 900px){.posts-show .similar-posts{grid-template-columns:repeat(3, 1fr)}}.posts-show .article-comments{padding-top:1.5rem;max-height:1000px;overflow:hidden;position:relative;transition:max-height .2s ease;padding-bottom:1.5rem;cursor:pointer}.posts-show .article-comments:after{position:absolute;bottom:0px;content:'';width:100%;height:100px;background:linear-gradient(rgba(255,255,255,0) 0%, white 100%)}.posts-show .article-comments:hover{max-height:1100px}.posts-show .article-comments.visible{max-height:initial}.posts-show .article-comments.visible:after{display:none}.posts-show .essential_audio .off{background-color:#12A4E2 !important}.posts-index header{background-repeat:no-repeat;background-position:center bottom;background-size:1200px;background-image:url(https://blog-cdn.reedsy.com/assets/posts/header-bg-3176387ba4fbac32eeea54b65dfafb56e32eb5b54773e1e47449319b96333dfa.svg)}.posts-index header .parrot{position:absolute;left:10px;bottom:0px}@media (max-width: 599px){.posts-index header{background:#ffffff}.posts-index header .nav-top{border-bottom:0.0625rem solid rgba(24,60,74,0.15)}.posts-index header .nav-top:not(.nav-fixed) .svg-logo #reedsy,.posts-index header .nav-top:not(.nav-fixed) #burger{fill:#2a2a2a}}.posts-index .freelancer{background-image:url(https://blog-cdn.reedsy.com/assets/freelancer/header-bg-50845d9ea081ebc25a1fcd403d003e8f457d6fd79708c1375d94f75a626db71e.svg)}.posts-index.root .header-text{padding:3rem 0}@media (min-width: 600px){.posts-index.root .header-text{padding:5rem 0 7rem}}.live{--theme-base: #F25153;--theme-dark: #D63C3E}.live header{border-bottom:4px solid #F25153;padding-bottom:1rem}.live .live-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 600px){.live .live-grid{grid-template-columns:1fr 1fr}}@media (min-width: 900px){.live .live-grid{grid-template-columns:1fr 1fr 1fr}}
