@charset "UTF-8";

html {line-height: 1.15;-webkit-text-size-adjust: 100%;}body {margin: 0;}main {display: block;}h1 {font-size: 2em;margin: 0.67em 0;}hr {box-sizing: content-box;height: 0;overflow: visible;}pre {font-family: monospace, monospace;font-size: 1em;}a {background-color: transparent;}abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}b, strong {font-weight: bolder;}code, kbd, samp {font-family: monospace, monospace;font-size: 1em;}small {font-size: 80%;}sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sub {bottom: -0.25em;}sup {top: -0.5em;}img {border-style: none;}button, input, optgroup, select, textarea {font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0;}button, input {overflow: visible;}button, select {text-transform: none;}button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}fieldset {padding: 0.35em 0.75em 0.625em;}legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}progress {vertical-align: baseline;}textarea {overflow: auto;}[type="checkbox"], [type="radio"] {box-sizing: border-box;padding: 0;}[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}[type="search"] {-webkit-appearance: textfield;outline-offset: -2px;}[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}details {display: block;}summary {display: list-item;}template {display: none;}[hidden] {display: none;}
::-moz-selection {background: #b3d4fc;text-shadow: none;}::selection {background: #b3d4fc;text-shadow: none;}hr {display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0;padding: 0;}audio, canvas, iframe, img, svg, video {vertical-align: middle;}fieldset {border: 0;margin: 0;padding: 0;}textarea {resize: vertical;}.browserupgrade {margin: 0.2em 0;background: #ccc;color: #000;padding: 0.2em 0;}


:root {
  --color-text-base: #313438;  
  --color-text-inverse: #EAEAEA;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-header-light: #ffffff;
  --color-header-dark: #313438;  
  --color-header-dark-hover: #676E78;
  --color-header-drop-down-hover: #808A98;
  --color-base-anchor: #2970FF;
  --color-base-anchor-hover: #0059B9;
  --color-button-form-hover: #0052CC;
  --color-secondry-anchor: #3790F1;
  --color-ui-accent: #168EFA;
  --color-error: #FF453A;
  --bg-color-dark: #111111;
  --bg-color-dark-alt: #1B1B1B;
  --bg-color-light-grey: #F9F9F9;
  --border-color-default: #B2B2B2;
  --border-color-focus: #7E7E7E;
  --color-gainsboro: #D9D9D9;
  --color-manatee: #8B929C;
  --color-hawkes-blue: #DFE0E4;
  --color-bright-grey: #EFF0F3;
  --color-remark: #D23953;
  --padding-half-page: min(35px, max(5.98%, 25px));
  --padding-full-page: min(35px, max(2.9167%, 25px));
  --s-card-gap: 30px;
  --default-padding-x: 15px;
 /* 375 - 960 */
  --font-size-base: clamp(1.6rem, 1.065rem + 0.696vw, 1.9rem);
  --font-size-text-anchor: clamp(1.6rem, 1.3rem + 0.938vw, 2.2rem);
  /* 375 - 1200 */
  --font-size-xxl: clamp(4.5rem, 3.591rem + 2.841vw, 7rem);
  --page-head: clamp(3.6rem, 2.736rem + 2.303vw, 5.5rem);
  --font-size-xl: clamp(3rem, 2.455rem + 1.705vw, 4.5rem);
  --font-size-l: clamp(2.4rem, 2.318rem + 0.568vw, 3rem);
  --font-size-l-2: clamp(2.4rem, 2rem + 1.25vw, 3.5rem);
  --font-size-m: clamp(2rem, 1.855rem + 0.455vw, 2.4rem);
  --font-size-badge: clamp(1.4rem, 1.182rem + 0.682vw, 2rem);
  --spacing-40-90: clamp(4rem, 1.727rem + 6.061vw, 9rem);
  --spacing-55-90: clamp(5.5rem, 3.909rem + 4.242vw, 9rem);
  --spacing-55-100: clamp(5.5rem, 3.455rem + 5.455vw, 10rem);
  --spacing-55-125: clamp(5.5rem, 2.318rem + 8.485vw, 12.5rem);
/* form */
  --form-input-bg-c: #ffffff;
  --form-border-color: #898989;
  --form-color-focus: #2970FF;
  --form-color-error: #FF453A;
  --form-color-success: #28CD41;
  --form-border-width: 1.5px;
  --form-border-radius: 4px;
  --form-color-disable: #D9D9D9;
  --form-color-button-hover: #0052CC;
  --form-input-fs: 1.6rem;
  --form-input-padding: 5px 10px;
  --form-input-height: 48px;

}


html {
  font-display: optional;
  font-size: 62.5%; /* 10px; */
  font-family: "Open Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.4;
  color: var(--color-text-base);
}

body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100vh;
  /* font-size: 1.6rem; */
  font-size: var(--font-size-base);
  line-height: 1.5;
}

*, *:before, *:after {
  box-sizing: inherit;
}
main {
  flex: 1 0 auto;  
}


img {
  max-width: 100%;
  height: auto;
}
a {
  color: var(--color-base-anchor);
}
a:hover {
  text-decoration: none;
}

p, ol, ul {
  /* font-size: 1.6rem; */
  /* line-height: 1.5; */
  /* margin: 0 0 24px; */
  margin: 0;
}

p + p {
  margin-top: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0;
}

.home-title {
  line-height: 1.2;
  text-align: center;
  font-size: clamp(3.3rem, 2.033rem + 2.639vw, 5.2rem);
  margin-bottom: 15px;
}
/* .page-heading, */
.o-i-title {
  /* font-size: 4.5rem; */
  line-height: 1.2;
  text-align: center;
  font-size: var(--font-size-xxl);
}
.page-heading {
  line-height: 1.2;
  text-align: center;
  font-size: var(--page-head);
  margin-bottom: 12px;

}

.section-heading {
  /* font-size: 3rem; */
  font-size: var(--font-size-xl);
  line-height: 1.3;
  margin-bottom: 12px;
}
.section-subheading {
  /* font-size: 2.5rem; */
  font-size: var(--font-size-l);
  line-height: 1.3;
  margin-bottom: 15px;
}
.heading-m,
.feature-heading {
  /* font-size: 2rem; */
  font-size: var(--font-size-m);
  line-height: 1.4;
  margin-bottom: 10px;
}
.heading-m {
  font-weight: 600;
}

.btn-base {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0 15px;        
  line-height: 44px;
  outline: 0;
  background-color: transparent;
  transition: background-color .3s ease,opacity .3s ease;
  will-change: transform;
  height: 48px;
  vertical-align: middle;
}
.btn-base:active {
  top: 1px;
}
.btn {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  text-align: center;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  min-width: 165px;
  padding: 0 15px;        
  line-height: 44px;
  outline: 0;
  color: var(--color-header-dark); 
  background-color: transparent;
/*   transition: all .3s ease,opacity .3s ease; */
  transition: background-color .3s ease,opacity .3s ease;
  will-change: transform;
  height: 48px;
/*   vertical-align: middle; */
  border: 2px solid;
}
.btn-win:hover,
.btn:hover {
  text-decoration: none;
}
.btn-win:active,
.btn:active {
  top: 1px;
}
.btn-black {
  border-color: var(--color-header-dark);
  background-color: var(--color-header-dark);
}
.btn-black:hover {
  background-color: #1D2022;
  border-color: #1D2022;
}
.btn-outline {
  border: 2px solid;
  color: var(--color-header-dark); 
  
}
.btn-outline:hover {
  color: var(--color-base-anchor);
}
.btn-blue {
  border-color: var(--color-base-anchor);
  background-color: var(--color-base-anchor);
}
.btn-blue:hover {
  background-color: var(--color-button-form-hover);
  border-color: var(--color-button-form-hover);
}

.btn-win {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  width: 164px;
  height: 48px;
  line-height: 44px;
  outline: 0;
  will-change: transform;
  vertical-align: middle;
/*   border: 1px solid #7D7D7D; */
  border-radius: 8px;
/*   aspect-ratio: 2.771; */
}
.btn-ms-store {
  background-image:url(/assets/img/shared/ms-store-badge-2024-inner-part.svg);
  background-position: center center;
  background-size: 85%;
  background-repeat: no-repeat;
  background-color: #202020;
  transition: background-color .3s ease,opacity .3s ease;
}
.btn-ms-store:hover {
  background-color: var(--color-text-base);
}

.btn-android {
  background-color: #000000;
  border-radius: 6px;
  min-width: 161px;
  border: 1px solid #7D7D7D;
}
.btn-android:hover {
  background-color: #1D2022;
}
.btn-gp-store {
  background-image:url(/assets/img/shared/google-play-badge-inner-part.svg);
  background-position: center center;
  background-size: 86.335%;
  background-repeat: no-repeat;
}

.btn-ios {
  min-width: 149px;
  border-radius: 8px;
}
.btn-appstore-black {
  border: 1px solid #A6A6A6;
  background: #000000 url(/assets/img/shared/app-store-badge-text.svg) center center/83.16% no-repeat;
}
.btn-appstore-black:hover {
}


.btn-badge {
  display: inline-block;
  width: 160px;
}

.site-nav {
  padding: 15px 15px;
  position: relative;
  background-color: transparent;
}
.light-scheme-bg .site-nav {
  background: #ffffff;
}    
.dark-scheme-bg .site-nav {
  background: #111111;
}    

.site-nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}
.site-nav-logo {
  display:inline-block;
  color: var(--color-header-dark);
  height: 40px;
  font-size: 1.9rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 3.8rem;
  padding-left: 50px;
  background: url('data:image/png;base64,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') left center / 38px 40px no-repeat;
}
.dark-scheme .site-nav-logo {
  color: var(--color-header-light);
}
.site-nav-logo:hover {
  color: var(--color-header-dark-hover);
  text-decoration: none;
}
.home .site-nav-logo {
  pointer-events: none;
}
.site-nav-menu {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
}
.site-nav-menu ul {
  list-style-type: none;
}
.site-nav-os {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.site-nav-os-svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
.site-nav-menu-list {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.site-nav-menu a {
  text-decoration: none;
}
.site-nav-menu a:hover {
  color: var(--color-header-dark-hover);
}
.site-nav-menu-a {
  color: var(--color-header-dark);
}
.dark-scheme .site-nav-menu-a {
   color: var(--color-header-light);
}
.site-nav-menu .site-nav-current {
  color: var(--color-base-anchor);
  /* color: #2970FF; */
  pointer-events: none;
}
.site-nav-search-burger {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-nav-burger {
  position: relative;
  /* display: block; */
  width: 25px;
  height: 25px;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background: transparent;
  }
.site-nav-burger span, 
.site-nav-burger span::before, 
.site-nav-burger span::after {
  content: '';
  display: block;
  position: absolute;
  cursor: pointer;
  border-radius: 3px;
  height: 3px;
  width: 21px;
  background: var(--color-header-dark);
}
.dark-scheme .site-nav-burger span, 
.dark-scheme .site-nav-burger span::before, 
.dark-scheme .site-nav-burger span::after {
  background: var(--color-header-light);
}
.site-nav-burger span {
  top: 11px;
  left: 2px;
}
.site-nav-burger span::before {
  top: -7px; 
}
.site-nav-burger span::after {
  top: 7px;
}
.site-nav-burger span,
.site-nav-burger span::before,
.site-nav-burger span::after {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-backface-visibility: hidden;
}
.site-nav-burger.active span {
  background: transparent;
}
.site-nav-burger.active span::before,
.site-nav-burger.active span::after {
  top: 0;
}
.site-nav-burger.active span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-nav-burger.active span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.site-nav-burger:hover {
  cursor: pointer;
}
.site-nav-burger:not(.active):hover span, 
.site-nav-burger:hover span::before, 
.site-nav-burger:hover span::after {
  background-color: var(--color-header-dark-hover);
}
.site-burger-nav {
  display: none;
  position: absolute;
  z-index: 100000;
  width: 100%;
  left: 0;
  top: 100%;
  margin: 0;
  padding: 0;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.90);
}
.site-nav-menu .site-burger-nav {
  padding: 35px 30px;
}
.site-burger-nav li:not(:first-child) {
  margin-top: 12px;
}
.site-burger-nav a {
  /* color: #D4D4D4; */
  color: var(--color-text-inverse);
}
.site-burger-nav a.site-nav-current {
  color: var(--color-secondry-anchor);
}
.site-burger-nav a:hover {
  color: var(--color-header-drop-down-hover);
}
.burger-nav-os {
  margin-bottom: 3px;
}
.burger-nav-os-name {
  color: var(--color-header-drop-down-hover);
  flex: 1;
}
.burger-nav-os-item {
  padding-left: 3px;
  margin-top: 17px;
}
.burger-nav-os-select {
  display: inline-flex;
  column-gap: 11px;
  align-items: center;
  vertical-align: bottom;
}
.site-nav-burger-menu-line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  padding-bottom: 20px;
  margin-bottom:20px;
}
.nav-desktop-view {
  display: none;
}


.sticky-bar-section {
  display: none;
}



.site-footer {
  background-color: #131313;
  color: #868686;
  padding: 50px 30px;
}
.site-footer-wrapper {
  max-width: 1200px;
  margin: auto;
}
.site-footer a {
  color: var(--color-text-inverse);
}
.site-footer-nav a {
  text-decoration: none;
}
.site-footer-nav a:hover {
  text-decoration: underline;
}
.site-footer-nav-unit {
  margin-top: 22px;
}
.site-footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
.site-footer-nav ul li {
  margin-top: 8px;
}
.site-footer-nav-title {
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 600;
}

.site-footer-social-icons {
  max-width: 230px;
  width: 100%;
  padding-top: 12px;
  display: flex;
  gap: 15px;
}
.site-footer-social-icons a {
  width: 25px;
  height: auto;
}
.site-footer-social-icons a:hover {
  color: var(--color-header-dark-hover);
}
.site-footer-social-icons a[href*="youtube"] {
  width: 30px;
}
.social-icons-sprite {
  width: 100%;
  fill: currentColor;
}
.site-footer-privacy-copyright {
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
  margin-top: 40px;
}
.site-footer-privacy a {
  display: inline-block;
  margin-bottom: 5px;
  white-space: nowrap;
}
.site-footer-privacy a + a {
  margin-left: 20px;
}
.site-footer-privacy a:hover {
  text-decoration: none;
}
.site-footer-copyright {
  margin-top: 10px;
}


.o-section,
.o-section-pt {
  /* padding-top: 55px; */
  padding-top: var(--spacing-55-125);
 }
.o-section,
.o-section-pb {
  /* padding-bottom: 55px; */
  padding-bottom: var(--spacing-55-125);
}

.o-i-section {
  padding-top: 20px;
}
.o-i-text {
  /* font-size: 2.4rem; */
  font-size: var(--font-size-l-2);
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  margin-top: 10px;
}

.video-container {
    position: relative;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    left: 0;
    top: 0;
    border: none;
}
.video-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.btn-play {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMSAzNC43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMSAzNC43OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGZpbGw9IiNmZmZmZmYiIGNsYXNzPSJzdDAiIGQ9Ik0yOS40LDE0LjVMNC41LDAuNEMyLjUtMC43LDAsMC43LDAsM3YyOC42YzAsMi4zLDIuNSwzLjgsNC41LDIuNmwyNS0xNC41QzMxLjUsMTguNiwzMS41LDE1LjcsMjkuNCwxNC41eiIvPgo8L3N2Zz4K) calc(50% + 3px) center / 31% auto no-repeat, rgba(0, 0, 0, 0.75);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);  
  transition: background-color .25s ease;
  z-index: 55;
}
.btn-play:hover {
  background-color: rgba(0, 0, 0, 1);
}      

.flex-col-x-wide-img {
  margin-top: 25px;
}

.mark-badge {
  position: relative;
}
.mark-badge::after {
  color: #ffffff;
  font-weight: 700;
  line-height:1;
  text-transform: uppercase;
  border-radius: 20px;
}
.mark-badge-pro::after {
  content: "Pro";
  vertical-align: baseline;
  position: relative;
  background: var(--color-remark);
}
.section-heading.mark-badge-pro::after {
  font-size: var(--font-size-badge);
  padding: 1px 10px 2px 11px;
  margin-left: 8px;
  top: -6px;
}
.mark-badge-pro.-base-text::after {
  font-size: calc(var(--font-size-base) * 0.657895);
  padding: 0 6px 1px 7px;
  margin-left: 5px;
  top: -4px;
}


.features-list {
  row-gap: max(50px, min(13.3334vw, 60px));
}
.features-list-item {
  display: flex;
  flex-basis: 100%;
  gap: 6.1%;
}
.features-list-icon {
  max-width: max(80px, min(19.05%, 100px));
}
.features-list-icon img {
  width: 100%;
}
.features-list-info {
  flex-grow: 1;
  max-width: calc(100% - 132px);
}
  

.o-export-formats {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}




/* .text-anchor-more {
  --text-anchor-more-width : 1.6rem;
  font-size: var(--text-anchor-more-width);
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
  white-space: pre;
}
.text-anchor-more:hover {
  text-decoration: underline;
}
.text-anchor-more::after {
  content: "";
  width: calc((var(--text-anchor-more-width)) * 0.318);
  height: calc(var(--text-anchor-more-width) * 0.591);
  display: inline-block;
  margin-left: calc((var(--text-anchor-more-width)) * 0.318);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 13'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.366792 0.226073C0.794237 -0.123655 1.42426 -0.0606525 1.77399 0.366792L6.79209 6.50003L1.77399 12.6333C1.42426 13.0607 0.794237 13.1237 0.366792 12.774C-0.0606525 12.4243 -0.123655 11.7942 0.226073 11.3668L4.20797 6.50003L0.226073 1.63327C-0.123655 1.20582 -0.0606525 0.5758 0.366792 0.226073Z' fill='%23007AFE'/%3E%3C/svg%3E") center center / contain no-repeat;
} */

.text-anchor-more {
  /* font-size: 1.6rem; */
  font-size: var(--font-size-text-anchor);
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
/* .text-anchor-more-arrow {
 fill: currentColor;
 display: inline-block;
 width: 0.3185em;
 vertical-align: baseline;
} */
.text-anchor-more::after {
  content: " ";
  width: 0.3185em;
  height: 0.5915em;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 13'%3E%3Cpath d='M0.366792 0.226073C0.794237 -0.123655 1.42426 -0.0606525 1.77399 0.366792L6.79209 6.50003L1.77399 12.6333C1.42426 13.0607 0.794237 13.1237 0.366792 12.774C-0.0606525 12.4243 -0.123655 11.7942 0.226073 11.3668L4.20797 6.50003L0.226073 1.63327C-0.123655 1.20582 -0.0606525 0.5758 0.366792 0.226073Z' fill='%23007AFE'/%3E%3C/svg%3E") center center / contain no-repeat;
  margin-left: 0.25em;
}

.image-frame-out-480 {
  max-width: none;
  width:var(--image-frame-out-width-mobile,100%);
  margin-left: calc((100% - var(--image-frame-out-width-mobile))/2);
}


.home-os-select-list {
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 10px;
}
.home-os-select-item {
  text-align: center;
  max-width: 130px;
  width: calc(50% - 15px);
}
.home-os-select-svg {
  width: 100%;
}
.home-os-select-svg:hover {
  fill: var(--color-header-dark-hover);
}
/*
.home-os-select-svg:active {
  fill: var(--color-base-anchor);
}
*/

.o-review-logo-container {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  row-gap: 18px;
  column-gap: 6.94%;
}
.o-review-logo-container div,
.o-review-logo-container-win div {
  display: flex;
  align-items: center;
  justify-content: center;  
}
.o-review-logo-container-win {
  display: grid;
  grid-template-columns: 47.9% 44.8%;
  row-gap: 10px;
  column-gap: 7.3%;
}
.o-review-logo-container-win div:nth-child(2) {
  order: 5;
  padding: 0 30.8%;
}
.o-review-logo-container-win div:nth-child(5) {
  order: 6;
  padding: 0 29.5%;
}
.o-review-logo {
  display: inline-block;
  text-align: center;
  background-color: transparent;
}
.o-review-logo:hover img {
  filter: brightness(152%);
  cursor: pointer;
}
.o-review-logo-container-win img {
  display: block;
}



.o-tutorials-container {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr)); /* 43.2% */
  justify-content: space-between;
  gap: clamp(2rem, -2rem + 6.667vw, 6rem);
}
.o-tutorial-item {
  position: relative;
  text-align: center;
}
.o-tutorial-item-content {
  position: relative;
  z-index: 10;
  display: block;
}
.o-tutorial-item-content:focus {
  outline: none;
}
.o-tutorial-badge::after,
.o-tutorial-badge::before {
  text-transform: uppercase;
  position: absolute;
  z-index: 20;
  color: #ffffff;
  border-radius: 30px;
  border: 2px solid #ffffff;
  padding: 3px 0;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  width: 38px;
  top: 6px;
  display: inline-block;
  text-align: center;
}
.o-tutorial-badge-pro::before {
  content: "Pro";
  background: var(--color-remark);
  left: 7px;
}
.o-tutorial-badge-new::after {
  content: "New";
  background: #168efa;
  right: 7px;
}



.o-tutorial-item-img {
  position: relative;
}
.o-tutorial-item-img img {
  /* border-radius: 5.556%/9.091%; */
}
.o-tutorial-item-img::before {
  content: "";
  display: block;
  min-width: 30px;
  min-height: 30px;
  width: 16.667%;
  padding-bottom: 16.667%;
  border-radius: 50%;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='19' viewBox='0 0 31 35' fill='none'%3E%3Cpath d='M29.4478 14.6698L4.47788 0.534843C2.47799 -0.597258 0 0.847474 0 3.14557V31.7875C0 34.1005 2.50706 35.5435 4.50705 34.3815L29.477 19.8745C31.4805 18.7105 31.4642 15.8113 29.4478 14.6698Z' fill='white'/%3E%3C/svg%3E") 58.5% center / 31% auto no-repeat, rgba(0, 0, 0, 1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);  
  transition: background-color .25s ease;
  z-index: 55;
/*   border: 2px solid #ffffff; */
  box-shadow: inset 0 0 0 2px #ffffff;
}
.o-tutorial-item-img:hover::before {
  background-color: rgba(0, 0, 0, .75);
}
.o-tutorial-item-caption {
  margin-top: 15px;
  margin-bottom: 3px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color-text-base);
}

.o-samples-container {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,50%));
  gap: 4px;
  justify-items: center; 
  justify-content: center; 
}

.o-image-caption {
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
}
.o-image-caption,
.o-image-caption a {
  color: #6A7179;
}

.o-info-container {
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.o-info-container a {
  text-decoration: none;
  color: var(--color-secondry-anchor);
}
.o-info-container a:hover {
  text-decoration: underline;
}
.o-info-column {
   flex-basis: auto;
}
.o-info-column:first-child {
  margin-top: 0;
}
.o-info-title {
  /* font-size: 2rem; */
  font-size: var(--font-size-m);
  line-height: 1.4;
  margin-bottom: 10px;
}
p + .o-info-title,
p + .o-info-subtitle {
  margin-top: 20px;
}
.o-info-subtitle {
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.o-info-container p {
  margin: 0;
}

.info-subscribe-container {
  margin-top: 10px;
}
.info-subscribe-title {
  font-size: 1.7rem;
  margin-bottom: 8px;
  line-height: 1.2;
}
.info-subscribe-text {
  font-size: 1.4rem;
}
.info-subscribe-input {
  /* vertical-align: top; */
  /* display: inline-block; */
  width: 100%;
  max-width: 315px;
  outline: none;
  background-color: #ffffff;
  border: 2px solid transparent;
  /* color: #4e404f; */
  height: 40px;
  font-size: 1.4rem;
  padding: 0 10px;
  /* line-height: 20px; */
  border-radius: 4px;
}
.info-subscribe-input:focus {
  border-color: #BABABA; 
}
.info-subscribe-input.error,
.info-subscribe-input:focus.error {
 border-color: var(--color-error); 
 
}
/* .form-button-submit */.info-subscribe-submit {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  line-height: 1.1;
  outline: 0;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  background: #0068DA;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  cursor: pointer;
  margin-top: 2px;
  height: 36px;
  width: 100px;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 14px;
}
.info-subscribe-submit:hover {
  background-color: var(--color-button-form-hover);
}
.info-subscribe-submit:active {
  top: 1px;
}
.info-news-response-message {
  position: relative;
  border: 2px solid;
  border-radius: 5px;
  padding: 13px 15px 13px;
  display: inline-block;
  padding-left: 38px;
}
.info-subscribe-icon {
  position: absolute;
  left: 10px;
  top: 14px;
  display: inline-block;
  width: 18px;
  height:18px;
  border-radius: 10px;
}
.info-news-response-success {
  border-color: #1E9E53; 
  display: inline-block;
}
.info-subscribe-ok {
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0C7.21997 0 5.47991 0.527841 3.99987 1.51677C2.51983 2.50571 1.36628 3.91131 0.685088 5.55585C0.00389956 7.20038 -0.17433 9.00998 0.172937 10.7558C0.520203 12.5016 1.37737 14.1053 2.63604 15.364C3.89471 16.6226 5.49836 17.4798 7.24419 17.8271C8.99002 18.1743 10.7996 17.9961 12.4442 17.3149C14.0887 16.6337 15.4943 15.4802 16.4832 14.0001C17.4722 12.5201 18 10.78 18 9C17.9954 6.61446 17.0457 4.32793 15.3589 2.64109C13.6721 0.954255 11.3855 0.0045744 9 0ZM13.2837 7.425L8.2125 12.2712C8.0814 12.3945 7.90788 12.4626 7.72789 12.4615C7.63991 12.4628 7.55256 12.4466 7.47087 12.4139C7.38917 12.3813 7.31476 12.3327 7.25193 12.2712L4.71635 9.84807C4.64602 9.78672 4.58883 9.71177 4.5482 9.62775C4.50758 9.54372 4.48436 9.45235 4.47995 9.35912C4.47554 9.26589 4.49002 9.17274 4.52253 9.08525C4.55504 8.99776 4.60491 8.91775 4.66913 8.85003C4.73335 8.78231 4.8106 8.72827 4.89624 8.69116C4.98188 8.65406 5.07413 8.63465 5.16746 8.63411C5.26079 8.63356 5.35327 8.6519 5.43933 8.68801C5.5254 8.72412 5.60327 8.77726 5.66827 8.84423L7.72789 10.8087L12.3317 6.42115C12.4663 6.30371 12.6411 6.24285 12.8196 6.25129C12.998 6.25973 13.1663 6.33683 13.2892 6.46645C13.4121 6.59608 13.4802 6.76821 13.4792 6.94685C13.4781 7.12548 13.4081 7.29681 13.2837 7.425Z' fill='%231E9E53'/%3E%3C/svg%3E%0A") center center / contain no-repeat;
}
.info-news-response-error {
  border-color: var(--color-error); 
}
.info-subscribe-no {
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='st0' d='M9,0C4,0,0,4,0,9s4,9,9,9s9-4,9-9S14,0,9,0z M13.5,12.5c0.3,0.3,0.3,0.7,0,1c-0.1,0.1-0.3,0.2-0.5,0.2s-0.4-0.1-0.5-0.2L9,10l-3.5,3.5c-0.1,0.1-0.3,0.2-0.5,0.2s-0.4-0.1-0.5-0.2c-0.3-0.3-0.3-0.7,0-1L8,9L4.5,5.5c-0.3-0.3-0.3-0.7,0-1s0.7-0.3,1,0L9,8l3.5-3.5c0.3-0.3,0.7-0.3,1,0s0.3,0.7,0,1L10,9L13.5,12.5z' fill='%23FF4060'/%3E%3C/svg%3E%0A") center center / contain no-repeat;
  font-size: 0;
  text-indent: -9999em;
}
.loader-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;  
}
.loader-circle {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 6px solid #dfdfdf;
  border-top-color: #0068DA;
  animation: spin 2s infinite linear;
}
.info-news-response-container .loader-circle {
  margin-left: 10px;
  
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.checkbox-label {
  display: inline-block;
  vertical-align: middle;
}
.checkbox-label > input {
  position: absolute;
  height: inherit;
  width: inherit;
  opacity: 0;
  left: 0;
}
.checkbox {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 3px;
  outline: 0;

  position: relative;
  margin-right: 5px;
  background: white;
  display: inline-block;
  border: 2px solid var(--border-color-default);
  height: 21px;
  width: 21px;
}
.checkbox::before {
  content: '';
  display: none;

  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 8px;
  border: solid var(--border-color-focus);
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.error + .checkbox {
  border-color: var(--color-error);
}
.checkbox-label > input:checked + .checkbox::before {
  display: block;
}
.checkbox-label input:checked+.checkbox {
    border-color: var(--border-color-focus);
}
.checkbox-label input:hover+.checkbox,
.checkbox-label input:focus+.checkbox {
    border-color: var(--border-color-focus);
}
.checkbox-label input:focus+.checkbox::before {
    border-color: var(--border-color-focus);
}
.checkbox-label input[disabled] + .checkbox,
.checkbox-label input[disabled]:hover + .checkbox  {
    cursor: default;
    opacity: .5;
    border-color: #b8b8b8;
}
.form-button-submit {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 48px;
  max-width: 180px;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  outline: 0;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background-color: var(--color-black);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  cursor: pointer;
}
.form-button-submit:hover {
  background-color: #2A2A2A;
}
.form-button-submit:active {
  top: 1px;
}


/* NEWS SUBSCRIBE WINDOW */
.news-subscribe-window-wrapper {
  max-width: 500px;
  width: 100%;
  display: none;
  position: relative;
  z-index: 999999 !important; 
}
.news-subscribe-window {
  margin: 10px;
  /* padding: 50px 40px; */
  padding: 10% 8%;
  border-radius: 20px;
  text-align: center;
  position: relative;
  background: #ffffff;
}
.news-subscribe-window .loader-container {
  justify-content: center;
}
.news-subscribe-window-title { 
  color: var(--color-black); 
  /* font-size: 2.1rem; */
  font-size: clamp(1.8rem, 1.267rem + 1.667vw, 2.1rem);
  line-height: 1.455;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 20px;
}
.news-subscribe-window-title:first-line {
  /* font-size: 4rem; */
  font-size: clamp(3rem, 1.222rem + 5.556vw, 4rem);
  font-weight: 600;
}
.news-subscribe-window-text {
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--color-black); 
  margin: 20px auto 15px;
}
.news-subscribe-window-form {

}
.news-subscribe-window-form input[type=email] {
  width: 100%;
  outline: none;
  background-color: #ffffff;
  border: 2px solid var(--border-color-default);
  height: 40px;
  font-size: 1.4rem;
  padding: 0 10px;
  border-radius: 4px;
}
.news-subscribe-window-form input:focus {
  border-color: var(--border-color-focus);
}
.news-subscribe-window-form input.error {
  border-color: var(--color-error);
}
.news-subscribe-privacy-element {
  position: relative;
  text-align: left;
  margin-top: 15px;
}
.news-subscribe-checkbox-label {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.news-subscribe-checkbox {
  margin-right: 10px;
  flex-shrink: 0;
}
.news-subscribe-submit {
  width: 150px;
  font-size: 1.6rem;
  margin-top: 25px;
}
.news-subscribe-checkbox-label-error .news-subscribe-checkbox,
.news-subscribe-window .error,
.subscribe-window-checkbox-label.error .subscribe-window-checkbox,
.subscribe-window-label-error .subscribe-window-checkbox {
  border-color: var(--color-error);
}
.news-subscribe-checkbox-label-error {
  color: var(--color-error);
}
.news-subscribe-window-close { 
  width: 21px; 
  height: 21px;
  position: absolute; 
  top: 20px; 
  right: 20px;
  text-indent: -999999rem;
  font-size: 0;
}
.news-subscribe-window-close::before,
.news-subscribe-window-close::after {
  content: "";
  display: block;
  width: 27px;
  height: 2px;
  background: #666;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -3px;
  transform-origin: center center;
}
.news-subscribe-window-close::before {
  transform: rotate(45deg);
}
.news-subscribe-window-close::after {
  transform: rotate(-45deg);
}
#close_x:hover {
  opacity: 0.6;
}
.news-subscribe-message-title {
  font-weight: 600 ;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0;
}
.news-subscribe-message-text {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 25px 0 0;
}


/* SUPPORT & STORE */
.os-nav-tabs-wrapper {
  text-align: center;
}
.os-nav-tabs {
  border-radius: 100px;
  background-color: var(--color-bright-grey);
  padding: 4px;
  display: inline-flex;
}
.os-nav-tabs-unit {
  font-size: 1.4rem;
  line-height: 1.07;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  color: var(--color-text-base);
  background-color: transparent;
  padding: 8px 20px;
  border-radius: 100px;
}
.os-nav-tabs-unit:hover {
  text-decoration: none;
  color: var(--color-base-anchor);
}
.os-nav-tabs-unit.current {
  color: var(--color-white);
  background-color: var(--color-base-anchor);
  pointer-events: none;
}
.os-nav-tabs-icon-sprite {
  fill: currentColor;
  width: 42px;
  height: 30px;
}
.os-nav-tabs-name {
  display: none;
}
.os-nav-tabs-unit[href="#mac"] .os-nav-tabs-name {
  padding: 0 11px;
}

.faq-list-item {
  background-color: var(--bg-color-light-grey);
  border-radius: 25px;
  padding: 20px 25px;
}  
.faq-list-item:not(:first-child) {
  margin-top: 20px;
}
.faq-list-item-question {
  position: relative;
  padding-right: 40px;
}
.faq-list-item-question:hover {
  cursor: pointer;
}
.faq-list-item-question::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(var( --font-size-base) * 1.6845);
  aspect-ratio: 1 / 1;
  top: calc(var(--font-size-base) * -0.09225);
  right: 0;
  border-radius: 50%;
  background:  var(--color-text-base)  url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMiAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciAxMSIgZD0iTTEwIDE0LjEzNDhMMTYgMjAuMTM0OEwyMiAxNC4xMzQ4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K") center center / 100% no-repeat; 
  transition: transform 200ms ease-in-out;
}
.faq-list-item-question:hover::after {
  background-color: #54595F;
}
.faq-list-item-question.active::after {
  transform: rotate(-180deg);
}
.faq-list-item-answer {
  display: none;
}  
.faq-list-item-answer p,
.faq-list-item-answer ol,
.faq-list-item-answer ul {
  margin-top: 15px;
}
.faq-list-item-answer ul li {
  margin-top: 10px;
}
.support-links-list {
  max-width: 870px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  row-gap: clamp(2rem, -1.03rem + 8.081vw, 6rem);
}
.support-links-item {
  display: block;
  flex-basis: 47%;
  font-size: clamp(1.5rem, 0.939rem + 1.495vw, 2.24rem); /* 375-870 */
  font-weight: 500;
  line-height: 1.1;
  color: var(--color-text-base);
  text-align: center;
 }
.support-links-item,
.support-links-item:hover {
  text-decoration: none;
}
.support-links-item-text {
  margin-top: 12px;
}
.support-links-item-icon {
  width: 47.3%;
  max-width: 100px;
}
.support-links-item.-tutorials:hover .support-links-item-icon {
  opacity: .75;
}
.support-links-item.-docs:hover .support-links-item-icon {
  opacity: .69;
}
.support-links-item.-reddit:hover .support-links-item-icon {
  opacity: .8;
}
.support-links-item.-form:hover .support-links-item-icon {
 opacity: .595;  
}
.support-links-item.-specs:hover .support-links-item-icon {
 opacity: .665;
}
.support-links-item.-articles:hover .support-links-item-icon {
 opacity: .78;  
}
.support-links-item.-guide:hover .support-links-item-icon {
 opacity: .63;  
}


.expand-toggle {
  width: calc(var( --font-size-base) * 1.6845);
  aspect-ratio: 1 / 1;
  top: 0;
  right: 0;
  border-radius: 50%;
  background:  var(--color-text-base)  url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMiAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciAxMSIgZD0iTTEwIDE0LjEzNDhMMTYgMjAuMTM0OEwyMiAxNC4xMzQ4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K") center center / 100% no-repeat; 
  transition: transform 200ms ease-in-out;
  cursor: pointer;
  float: right;
}
.expand-toggle:hover {
  background-color: #54595F;
}
.expand-toggle.active {
  transform: rotate(-180deg);
}
.download-section-content {
  display: none;
}
.download-previous-version {
  --s-card-purchase-space: 23px;
  border-top: 1px solid var(--color-hawkes-blue);
  padding-top: var(--s-card-purchase-space);
  margin-top: var(--s-card-purchase-space);
}
.d-card .s-card-p-icon {
  margin-bottom: 10px;
}

download-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px;
  line-height: 1.3;
}
.download-info-column {
  flex-basis: 100%;
  padding: 30px 0;
}
.download-info-column.-current-version {
  border-color: var(--color-hawkes-blue);
  border-style: none none solid none;
  border-width: 1px;
}
.download-section-product-name {
  font-size: var(--font-size-l);
  font-weight: 600;
}
.download-section-product-name span {
  font-size: calc(var(--font-size-l) * 0.6667);
}


/* STORE */

.s-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-card-gap);
}   
.s-card-wrapper {
  flex-basis: 100%;
  container: s-card-wrapper / inline-size;
}
.s-card {
  border-radius: 25px;
  border: 1px solid var(--color-hawkes-blue);
  padding: var(--padding-half-page);
  line-height: 1.3;
}
.s-card-heading {
  margin-bottom: 12px;
  font-size: var(--font-size-l);
  line-height: 1.3;
}
.s-card-p-text {
  margin-top: 5px;
}
.s-card-title {
  font-size: clamp(2.4rem, 1.288rem + 2.927cqi, 3rem); /* 380-585 */
  font-weight: 600;
}
.s-card-req {
  font-size: 1.4rem;
  color: var(--color-manatee);
  line-height: 1.4;
  margin-top: 5px;
  font-weight: 500;
}
.s-card-purchase {
  --s-card-purchase-space: 15px;
  display: grid;
  grid-template-columns: 1fr min-content;
  grid-template-rows: 1fr;
  grid-gap: 0 10px;
  border-top: 1px solid var(--color-hawkes-blue);
  padding-top: var(--s-card-purchase-space);
  margin-top: var(--s-card-purchase-space);
}
.s-card-purchase-price,
.s-card-purchase-button {
    align-content: end;
}
.s-card-purchase-button {
  grid-row: span 2; /* span the button to the two rows */
}
.s-card-purchase-option {
  grid-column: span 2;
  margin-top: 20px;
 }
.s-card-price {
  font-weight: 600;
  font-size: clamp(2.4rem, 0.361rem + 5.366cqi, 3.5rem);
}
.s-card-price-prev {
  font-size: clamp(1.4rem, -0.639rem + 5.366cqi, 2.5rem); /* 380-585 */
  font-weight: 600;
}
.-price-strikethrough {
  text-decoration-line: line-through;
  text-decoration-color: #000000;
  color: var(--color-manatee);
}
.expand-toggle-dropdown,
.s-card-option {
  font-size: 1.4rem;
  font-weight: 700;
}
.expand-toggle-dropdown,
.s-card-option.-dropdown {
  background-color: var(--color-bright-grey);  
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 2.375em;
  border-radius: 100px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.expand-toggle-dropdown:hover,
.s-card-option.-dropdown:hover {
  background-color: var(--color-hawkes-blue);
}
.expand-toggle-dropdown::after,
.s-card-option.-dropdown::after {
  content: "";
  display: block;
  position: absolute;
  height: 60%;
  aspect-ratio: 1 / 1;
  top: 50%;
  right: 0;
  translate: -35% -50%; 
  border-radius: 50%;
  background: var(--color-text-base) url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="%23F9F9F9" fill-rule="evenodd" clip-rule="evenodd" d="M4.8,9.2l1.4-1.4l4.3,4.3l4.3-4.3l1.4,1.4l-5.7,5.7L4.8,9.2z"/></svg>') center center / 100% no-repeat;
  transition: transform 200ms ease-in-out;
}
.expand-toggle-dropdown.active::after,
.s-card-option.-dropdown.active::after {
  transform: rotate(-180deg);
}
.s-card-options-content {
  display: none;
}
.s-card-options-list {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 15px;
}
.s-card-options-item {
  display: flex;
  justify-content: space-between;  
}
.s-card-options-item:not(:first-child) {
  margin-top: 8px;
}
.s-card-options-title {
  padding-right: 10px;
}
.s-card-options-price {
  font-size: 1.6rem;
}
.s-card-options-price-prev {
  margin-right: 5px;
}
.s-extras {
  row-gap: 0;
  overflow: hidden;
  padding: 0;
}
.s-extras-text {
  padding: var(--padding-half-page);    
}
.s-extras-img picture {
  width: 100%;
  height: 100%;
}
.s-extras-img img {
  width: 100%; /* image box size as % of container, see step 1 */
  height: 100%; /* image box size as % of container, see step 1 */
  object-fit: cover; /* matching of image pixels to image box, see step 2 */
  object-position: left center;
}
@container s-card-wrapper (min-width: 420px) {

  .s-card-product {
    display: flex;
    gap: 13px;
  }
  .d-card .s-card-product {
    column-gap: 18px;
  }
  .s-card-p-text {
    margin-top: 0;
    flex: 1;
  }
  .s-card-purchase {
  --s-card-purchase-space: 25px;
  }
  .s-card-purchase-option   {
      grid-column: auto;
      margin-top: 5px;
  /*     grid-row: auto; */
  /*     order: 1; */
  }
  .s-card-price,
  .s-card-price-prev {
    display: inline-block;
    margin-right: 6px;
  }
  .s-card-options-list { /* 520 ??? */
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .d-card .s-card-p-icon {
    margin-bottom: 0;
  }

}

.s-table-wrapper {
  border-radius: 25px;
  border: 1px solid var(--color-hawkes-blue);
  overflow: hidden;
}
.s-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  line-height: 1.3;
  font-weight: 500;
  background: #ffffff;
  
    border-spacing: 0 !important;  
}
.s-table tr:nth-child(even) {
  background: var(--bg-color-light-grey);
}
.s-table tr:not(:first-child) {
  border-top: 1px solid var(--color-hawkes-blue);
}
.s-table th {
  display: none;
}
.s-table td {
  display: block;
  padding: 6px var( --padding-full-page);
}
.s-table td:not([data-th]) {
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 13px;
}
.s-table td:last-child {
  padding-bottom: 15px;
}
.s-table td::before {
  content: attr(data-th);
  width: 60%;
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}
.s-table td:first-child::before {
  content: none;
}
.s-table-cell {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  text-align: right;
}
.s-table-checkmark {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.s-table-checkmark.-cross {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="%23FF453A" d="M22,8c-0.7-0.7-1.7-0.7-2.4,0l-5.1,5.1L9.4,8C8.7,7.3,7.6,7.3,7,8s-0.7,1.7,0,2.4l5.1,5.1L7,20.6c-0.7,0.7-0.7,1.7,0,2.4s1.7,0.7,2.4,0l5.1-5.1l5.1,5.1c0.7,0.7,1.7,0.7,2.4,0s0.7-1.7,0-2.4l-5.1-5.1l5.1-5.1C22.7,9.7,22.7,8.6,22,8z"/></svg>');
}
.s-table-checkmark.-tick {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M25.29 6.43126C25.4303 6.5515 25.5455 6.6982 25.6291 6.86299C25.7126 7.02779 25.7629 7.20743 25.777 7.39166C25.7911 7.57589 25.7688 7.76109 25.7113 7.93668C25.6538 8.11228 25.5622 8.27481 25.4419 8.41501L14.1919 21.54C14.0657 21.6872 13.9106 21.8066 13.7361 21.891C13.5616 21.9753 13.3715 22.0227 13.1778 22.03C12.9842 22.0374 12.7911 22.0047 12.6106 21.9339C12.4302 21.8632 12.2664 21.7559 12.1294 21.6188L5.56687 15.0563C5.31084 14.7909 5.16926 14.4356 5.17264 14.0669C5.17601 13.6982 5.32407 13.3456 5.58493 13.085C5.84578 12.8243 6.19856 12.6766 6.56727 12.6736C6.93599 12.6706 7.29115 12.8125 7.55625 13.0688L13.0462 18.5569L23.3081 6.58501C23.5509 6.30223 23.896 6.12739 24.2676 6.09892C24.6392 6.07044 25.007 6.18877 25.29 6.43126Z" fill="%2328CD41"/></svg>');
}  
.s-table-remark {
  color: var(--color-remark);
  font-weight: 700;
}
.s-table-note {
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 25px;
  margin-top: 20px;
}

.ext-list {
  display: grid;
  grid-template-columns: repeat(1,minmax(0,1fr)); /* 43.2% */
  justify-content: center;
  row-gap: 50px;
  width: fit-content;
}
.ext-item {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  text-align: center;
  align-items: center;
  max-width: 350px;
}
.ext-item-icon {
  display: inline-block;
  margin-bottom: 15px;
}
.ext-item-desc {
  margin-bottom: 10px;
}
.btn-ext-wrap {
  margin-top: auto;
}
.btn-ext {
  margin-top: 14px;
}
.ext-remark {
  font-size: 1.4rem;
  padding: 0 25px;
  line-height: 1.3;
  margin-bottom: 6px;
}


/* forms */
.form-section {
  position: relative;
}
.form-section:not(:last-child) {
  margin-bottom: 20px;
}
input,
textarea,
select {
}
.form-select,
.form-input,
.form-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  width: 100%;
  outline: none;
  background:var(--form-input-bg-c);
  border: var(--form-border-width) solid var(--form-border-color);
  border-radius: var(--form-border-radius);
  padding: var(--form-input-padding);
  height: var(--form-input-height);
  font-size: var(--form-input-fs);
}
.form-textarea {
  height: 200px;
  padding: 10px;
}

.form-select { 
  --select-color: var(--form-border-color);
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: url("data:image/svg+xml,%3Csvg width='23' height='14' viewBox='0 0 24 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.792908 2.23324L2.27288 0.792892L11.9979 10.2575L21.7229 0.792892L23.2029 2.23324L11.9979 13.1382L0.792908 2.23324Z' fill='%23ffffff'/%3E%3C/svg%3E%0A") right 12px center / 24px 14px no-repeat, 
            var(--form-input-bg-c) linear-gradient(to left, var(--select-color) var(--form-input-height), transparent var(--form-input-height));
/*   font-size: var(--form-input-fs); */
  line-height: calc(var(--form-input-height) / 2);
}
.form-select:focus {
  --select-color: var(--form-color-focus);
}
.form-input:focus,
.form-select:focus {
  border-color: var(--form-color-focus);
}
.form-input.error,
.form-select.error {
  border-color: var(--form-color-error);
}
.form-select.error {
  --select-color: var(--form-color-error);
}
.form-input:disabled,
.form-select:disabled {
  border-color: var(--form-color-disable);
}
.form-select:disabled {
   --select-color: var(--form-color-disable);
}



.form-label {
  font-size: 1.2rem;
  font-weight: 600;
}  
.form-label.-required::after {
  content: " *";
  color: var(--form-color-focus);
}

.form-checkbox-label {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.form-checkbox-label > input {
  position: absolute;
  height: inherit;
  width: inherit;
  opacity: 0;
  left: 0;
}
.form-checkbox {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: var(--form-border-radius);
  outline: 0;

  position: relative;
  margin-right: 10px;
  background: white;
  display: inline-block;
  border: var(--form-border-width) solid var(--form-border-color);
  width: 21px;
  aspect-ratio: 1;
}
.form-checkbox::before {
  --tick-width: calc(var(--form-border-width) * 2);
  content: '';
  display: none;
  position: absolute;
  top: 3px;
  left: 2px;
  width: 15px;
  height: 8px;
  border: solid var(--form-color-focus);
  border-width: 0 0 var(--tick-width) var(--tick-width);
  transform: rotate(-45deg);
}
.error + .form-checkbox {
  border-color: var(--form-color-error);
}
.form-checkbox-label > input:checked + .form-checkbox::before {
  display: block;
}
.form-checkbox-label input:checked+.form-checkbox {
    border-color: var(--form-color-focus);
}
.form-checkbox-label input:hover+.form-checkbox,
.form-checkbox-label input:focus+.form-checkbox {
    border-color: var(--form-color-focus);
}
.form-checkbox-label input:focus+.form-checkbox::before {
    border-color: var(--form-color-focus);
}
.form-checkbox-label input[disabled] + .form-checkbox,
.form-checkbox-label input[disabled]:hover + .form-checkbox  {
    cursor: default;
  border-color: var(--form-color-disable);
}


.form-radio-label {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.form-radio-label.form-radio-label/* :not(:first-child) */ {
  margin-top: 10px;
}

.form-radio-label > input {
  position: absolute;
  height: inherit;
  width: inherit;
  opacity: 0;
  left: 0
}
.form-radio {
  --radio-color: var(--form-border-color);
 -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: 0;

  position: relative;
  margin-right: 5px;
  background: white;
  display: inline-block;
  border: var(--form-border-width) solid var(--radio-color);
  border-radius:50%;
  width: 17px;
/*   aspect-ratio: 1; */
  height: 17px;
}
.form-radio:before {
  content: '';
  display: none;
  width: 8px;
  height: 8px;
  background: var(--radio-color);
  border-radius: 50%;
  margin: 3px;
}
.form-radio-label > input:checked+.form-radio,
.form-radio-label > input:focus+.form-radio,
.form-radio-label > input:hover+.form-radio {
  --radio-color: var(--form-color-focus);
}
.form-radio-label > input:checked+.form-radio::before {
  display: block;
}
/*
.form-radio-label > input:focus+.form-radio:before {
  background-color: var(--form-color-focus);
}
*/
.form-radio-label > input:disabled+.form-radio,
.form-radio-label > input:disabled:hover+.form-radio {
  --radio-color: var(--form-color-disable);
}
.form-radio-label > input:disabled+.form-radio:before {
  background-color: var(--form-color-disable);
}

.form-captcha-wrapper {
  display: flex;
  align-items: center;
/*   justify-content: space-between; */
}
.form-captcha-image {
  margin-right: 15px;
  border-radius: 5px;
  width: 105px;
  height: 34px;
}
.form-refresh-button {
  width: 16px;
  height: 16px;
  margin-right: 39px;
  margin-left: 10px;
  vertical-align: middle;
}
.form-refresh-button:hover {
  cursor: pointer;
}
.form-input-captcha {
/*   flex-grow: 1; */
width: 150px;
}


label.error {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--form-color-error);
  text-align: right;
}
.form-section-privacy {
  padding-top: 18px;
}
.form-section-privacy label.error {
  position: absolute;
}
.form-labels-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 6px;
}
.form-labels-wrap.-end {
  justify-content: flex-end;
  font-size: 1.2rem;
}

.form-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: var(--form-input-height);
  max-width: 180px;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  outline: 0;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  background-color: var(--form-color-focus);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  cursor: pointer;
}
.form-button:hover {
  background-color: var(--form-color-button-hover);
}
.form-button:active {
  top: 1px;
}
.form-response {
  border-radius: 15px;
  border: 2px solid var(--form-border-color);
  text-align: center;
  margin: auto;
  max-width: 600px;
  padding: clamp(2rem, 1.571rem + 1.19vw, 3rem);

  h4 {
    font-size: clamp(1.6rem, 1.3rem + 0.938vw, 2.2rem);
    margin: 0 0 5px;
  }
  p {
    margin: 0;
  }
}
.form-response.-error {
  border-color: var(--form-color-error);

  h4 {
    color: var(--form-color-error);
  }
}
.form-response.-success {
  border-color: var(--form-color-success);
}

.number-input-group {
  width: calc(var(--form-input-height) * 1.125 + var(--form-input-height) * 2);
  width: calc(var(--form-input-height) * 3.125);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.input-group-control-button,
.input-group-control-button {
  z-index: 12;
}
.input-number-field {
  position: relative;
  width: calc(var(--form-input-height) * 1.125);
  height: var(--form-input-height);
  background-color: var(--form-input-bg-c);
  outline: none;
  font-size: var(--form-input-fs);
  border: var(--form-border-width) solid var(--form-border-color);  
  text-align: center;
  z-index: 1;
  border-right: none;
  border-left: none;
}
.input-number-field:focus {
  border-color: var(--form-color-focus);
}
.input-number-field.error {
  border-color: var(--form-color-error);
}
.number-control-button {
  -webkit-appearance: button;
  background-color: var(--form-border-color);
  padding: 0 17px;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: calc(var(--form-input-height) - var(--form-border-width) * 2);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: var(--form-border-width) solid var(--form-border-color);
  border-radius: var(--form-border-radius);
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
  width: var(--form-input-height);
  font-weight: 600;
  color: #ffffff;
}
.number-control-button:hover {
  background-color: var(--form-color-focus);
  border-color: var(--form-color-focus);
}
/* .error .input-group-control-button .number-control-button, */
.input-number-field.error + .input-group-control-button .number-control-button {
  background-color: var(--form-color-error);
  border-color: var(--form-color-error);
}
.number-control-button:disabled {
  cursor: default;
  pointer-events: none;
  background-color: var(--form-color-disable);
  border-color: var(--form-color-disable);
}
.input-group-control-button .number-control-button:active,
.number-control-button:active {
  background-color: var(--form-color-button-hover);
  border-color: var(--form-color-button-hover);
}
.number-control-button:focus {
  background-image: none;
  outline: 0;
  background-color: var(--form-color-focus);
  border-color: var(--form-color-focus);
}
.input-group-control-button:first-child .number-control-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;

}
.input-group-control-button:last-child .number-control-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-section-amount {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
}
.form-section-amount .form-label {
  margin-bottom: 0;
}

.unordered-list,
.unordered-list ul {
  list-style: none;
  padding-left: clamp(0rem, -1.667rem + 3.472vw, 1rem); /* 480-768 */
  --list-item-my: 10px;
}

.unordered-list li {
  --list-left-shift: clamp(15px, 10.45px + 1.212vw, 25px);
  position: relative; 
  padding-left: var(--list-left-shift);
}
.unordered-list ul,
.unordered-list li:not(:first-child) {
  margin-top: var(--list-item-my);
}

.unordered-list.-mt-20 {
  --list-item-my: 20px;
}
.unordered-list li::before {
  --bullet-size: clamp(0.8rem, 0.709rem + 0.242vw, 1rem);
  content: "";
  position: relative;
  display: inline-block;
  width: var(--bullet-size);
  height: var(--bullet-size);
  border-radius: 50%;
  left: calc(var(--list-left-shift) * -1);
  margin-right: calc(var(--bullet-size) * -1);
  transform: translateY(-2px);
  background-color: #BBBDC0;
}
.unordered-list ul li::before {
  --bullet-size: clamp(0.7rem, 0.655rem + 0.121vw, 0.8rem);
}

.release-notes-heading {
  display: inline-block;
  font-size: clamp(1.8rem, 1.255rem + 1.455vw, 3rem);
  color: var(--color-white);
  background-color: var(--color-ui-accent);
  padding: 5px 13px 7px 13px;
  border-radius: 4px;
  line-height: 1;
  margin-bottom: 20px;
}
.release-notes .unordered-list:not(:last-child, .-no-decor) {
  padding-bottom: var(--padding-full-page);
  margin-bottom: var(--padding-full-page);
  border-bottom: 1px solid var(--color-gainsboro);
}
.unordered-list-subheading {
  margin-bottom: 10px;
}
.unordered-list.-no-decor {
  margin-bottom: calc(var(--padding-full-page) - 5px);
}

.breadcrumbs-section {
  padding-left: var(--default-padding-x);
  padding-right: var(--default-padding-x);
}
.breadcrumbs-section-wrapper {
  --breadcrumbs-padding-t: clamp(0.5rem, -0.8rem + 2.708vw, 1.8rem);
  --breadcrumbs-padding-b: clamp(1rem, 0.2rem + 1.667vw, 1.8rem);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: var(--color-manatee);
  font-size: clamp(1.2rem, 0.9rem + 0.625vw, 1.5rem); /* 480-960 */    
  line-height: 1.3;
  font-weight: 500;
  padding: var(--breadcrumbs-padding-t) 0 var(--breadcrumbs-padding-b) 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.article-card-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  max-width: 300px;
}
.article-card {
  text-decoration: none;
  color: var(--color-text-base);
  border: 1px solid var(--border-color-default);
  border-radius: 10px;
  overflow: hidden;
  max-width: 300px;
  justify-self: center;

  .-body {
    padding: 15px 20px 20px;
  }
  .-title {
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .-desc {
    font-size: 1.4rem;
  }
}
.article-card:hover {
  border-color: var(--color-base-anchor);
}




/* education  */
.edu-head {
  max-width: clamp(35.5rem, 27.181rem + 22.184vw, 42rem);
  padding-left: 10px;
  padding-right: 10px;
  background:  url(/assets/img/education/edu-head-left-s.svg) left center / contain no-repeat,
               url(/assets/img/education/edu-head-right-s.svg) right center / contain no-repeat;
}
.edu-head-orange {
  color: #FF9500;
}  
.edu-head-green {
  color: #28CD41;
}  
.edu-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}  
.edu-list li {
  --bullet-shift: 40px;
  width: 100%;
  margin-top: 15px;
  padding-left: var(--bullet-shift);
}
.edu-list li::before {
  --bullet-size: 26px;
  content: "";
  display: inline-block;
  width: var(--bullet-size);
  height: var(--bullet-size);
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13,0c0.8,0,1.4,0.7,1.4,1.4c0.2,4.5,0.8,6.5,2.1,7.7c0.6,0.6,1.5,1.1,2.9,1.5c1.4,0.4,3.1,0.7,5.3,0.9c0.8,0.1,1.3,0.8,1.3,1.5s-0.6,1.4-1.4,1.5c-4.4,0.3-6.6,1.1-7.8,2.5c-1.3,1.4-1.9,3.7-2.4,7.7c-0.1,0.7-0.7,1.3-1.5,1.3c-0.7,0-1.4-0.5-1.5-1.3c-0.6-3.9-1.2-6-2.4-7.3c-1.2-1.3-3.2-2.1-7.6-2.4C0.6,15,0,14.3,0,13.6c0-0.8,0.6-1.4,1.3-1.5c4.6-0.5,6.7-1.5,7.8-3c0.6-0.7,1-1.7,1.4-3c0.4-1.3,0.6-2.9,0.9-4.8C11.5,0.5,12.2,0,13,0z M8.3,13.4c1.1,0.5,2.1,1.1,2.9,2c0.7,0.7,1.2,1.6,1.6,2.5c0.4-1.1,1-2.1,1.8-2.9c0.7-0.8,1.6-1.4,2.6-1.9c-1.1-0.4-2-1-2.8-1.7c-0.7-0.7-1.3-1.5-1.8-2.5c-0.3,0.7-0.7,1.4-1.2,2.1C10.6,12,9.6,12.8,8.3,13.4z' fill='%2328CD41'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
  margin-left: calc(var(--bullet-shift) * -1);
}
.edu-purchase-options {
  justify-content: center;
  row-gap: 30px;
}
.edu-purchase-options-item {
  background-color: var(--bg-color-light-grey);
  border-radius: 25px;
  border: 1px solid var(--color-hawkes-blue);
  padding: 40px 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  max-width: 373px;
}
.edu-purchase-options-item img {
  width: 50.1558%;
}
.edu-purchase-options-item div:last-child {
  margin-top: auto;
  padding-top: 30px;
}
/* education  */


@media only screen and (min-width: 450px) {
  .s-card-option {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media only screen and (min-width: 481px) {
  
  .image-frame-out {
    max-width: none;
    width:var(--image-frame-out-width,100%);
    margin-left: calc((100% - var(--image-frame-out-width))/2);
  }
  
  .flex-test {
    flex-wrap: wrap;
  }

  .o-export-formats {
      grid-template-columns: repeat(6,minmax(0,1fr));
    }

  .ext-list {
    grid-template-columns: repeat(2,minmax(0,1fr)); /* 43.2% */
    column-gap:clamp(3rem, -2rem + 10.417vw, 6rem);
  }
  .ext-item {
    max-width: none;
  }

}  
  
@media only screen and (min-width: 568px) {
  .site-nav {
    position: initial;
/*     padding-top: 21px; */
/*     padding-bottom: 21px; */
  }
  .site-nav-wrapper {
    position: relative;
  }
  .site-nav-logo {
    font-size: 2.3rem;
    line-height: 3.8rem;
  }
  .site-burger-nav {
    max-width: 260px;
    right: -10px;
    left: auto;
    top: 100%;
    transform: translateY(14px);
    border-radius: 10px;
  }
  .site-nav-menu .site-burger-nav {
    padding: 13px 20px 25px;
  }
  .site-burger-nav li {
    padding-left: 6px;
  }
  .site-nav-burger-menu-line {
    padding-bottom: 17px;
    margin-bottom: 16px;
  }
  .burger-nav-os-item:first-child {
    margin-top: 14px;
  }
  .burger-nav-os-item:not(:first-child) {
    margin-top: 12px;
  }


  .site-footer-nav {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 20px;
  }
  .site-footer-nav-column {
    width: 33.33333%;
    max-width: 290px;
  }
  .site-footer-nav-unit:first-child {
    margin-top: 0;
  }
  .site-footer-privacy-copyright {
    font-size: 1.4rem;
  }


  .home-os-select-list {
/*     column-gap: 60px; */
    column-gap: 6.73%;
  }
  .home-os-select-item {
    width: 14.61%;
  }

  .o-review-logo-container {
    grid-template-columns: 1fr 1fr 21.94%;
    row-gap: 18px;
    column-gap: 6.94%;
    vertical-align: middle;
  }
  .o-review-logo-container-win {
    grid-template-columns: 37.94fr 14.77fr 35.14fr;
    row-gap: 40px;
    column-gap: 5.7%;
  }
  .o-review-logo-container-win div:nth-child(2),
  .o-review-logo-container-win div:nth-child(5) {
    order: inherit;
    padding: 0;
  }
  
  .o-tutorial-item-caption {
    font-size: 1.6rem;
    margin-top: 18px;
    margin-bottom: 0;
  }
  .o-tutorial-badge::after,
  .o-tutorial-badge::before {
    width: 56px;
    padding: 4px 0 5px;
    font-size: 1.4rem;
    top: 12px;
  }
  .o-tutorial-badge-pro::before {
    left: 14px;
  }
  .o-tutorial-badge-new::after {
    right: 14px;
  }
  
  .o-samples-container {
    grid-template-columns: repeat(3,minmax(0,33.3333%));
  }

  .os-nav-tabs-unit {
    padding: 11px 18px;
  }
  .os-nav-tabs-icon-sprite {
    display: none;
  }
  .os-nav-tabs-name {
    display: block;
  }

  .support-links-item {
    flex-basis: 26.44%;
  }
  .support-links-item-text {
    margin-top: 18px;
  }
  .support-links-item-icon {
    width: auto;
  }

  .s-table th,
  .s-table td {
    display: table-cell;
    padding-left: 15px;
    padding-right: 15px;
  }
  .s-table td::before {
    display: none;
  }
  .s-table th {
    font-size: 2rem;
    font-weight: 700;
    padding-top: 17px;
    padding-bottom: 17px;
    background-color: var(--bg-color-light-grey);
    border-bottom: 1px solid var(--color-hawkes-blue);
  }
  .s-table th:first-child {
    text-align: left;
  }
  .s-table th:not(:first-child),
  .s-table td:not(:first-child) {
    border-left: 1px solid var(--color-hawkes-blue);
    width: 21.1667%;
  }
  .s-table th:first-child,
  .s-table td:first-child {
    padding-left: var( --padding-full-page);
  }
  .s-table td:last-child,
  .s-table td:not([data-th]),
  .s-table td {
    padding-top: 19px;
    padding-bottom: 20px;
    
  }
  .s-table-cell {
    width: 100%;
    text-align: center;
  }

  .article-card-grid {
    max-width: 630px;
    grid-template-columns: repeat(2, 1fr);
  }


  .edu-list {
    width: 44.16667%;
  }
  .edu-purchase-options {
    column-gap: 5.42%;
  }
  .edu-purchase-options-item {
    flex-basis: 47.29%;
  }

}

@media only screen and (min-width: 668px) {
  .download-info-wrapper {
    padding: 35px 0;
  }
  .download-info-column {
    flex-basis: 50%;
    padding: 0 30px;
  }
  .download-info-column.-current-version {
    border-style: none solid none none;
  }


  .edu-head {
    padding-left: 70px;
    padding-right: 70px;
    max-width: 800px;
    background: url(/assets/img/education/head-decor.svg) center center / contain no-repeat;
  }
  .edu-head-black {
    display: block;
  }
  
}

@media only screen and (min-width: 769px) {
  body {
    /* font-size: 1.9rem; */
  }
  
  .nav-desktop-view {
    display: flex;
  }
  .nav-mobile-view {
    display: none;
  }

  .site-footer {
    padding-top: 100px;
  }
  .site-footer-privacy-copyright {
    margin-top: 70px;
  }

  p, ol, ul {
    /* font-size: 1.9rem; */
    /* margin: 0 0 24px; */
  }
/*   .page-heading, */
  .o-i-title {
    /* font-size: 7rem; */
  }
  .page-heading,
  .section-heading {
      /* font-size: 4.5rem; */
      margin-bottom: 17px;
    }
  .section-subheading {
      /* font-size: 3rem; */
      margin-bottom: 17px;
  }

  .o-section,
  .o-section-pt {
    /* padding-top: 125px; */
   }
  .o-section,
  .o-section-pb {
    /* padding-bottom: 125px; */
  }
  .o-i-section {
      padding-top: 35px;
    }
  .o-i-text {
    /* font-size: 3.5rem; */
  }
  .btn-badge {
    width: 200px;
  }
  .btn-play {
    width: 100px;
    height: 100px;
  }

  .features-list-item {
    flex-basis: 43.75%;
  }

  .flex-col-x-wide {
    gap: 9.167%;
  }
  .flex-col-x-wide-text {
    width: 41.667%;
  }
  .flex-col-x-wide-img {
    width: 49.166%;
    margin-top: 0;
  }
  .flex-col-x-wide-img img {
    width: 161.02%;
    max-width: none;
  }
  .flex-row-reverse .flex-col-x-wide-img img {
    margin-left: -61.02%;
  }
  .section-heading.mark-badge-pro::after {
    /* font-size: 2rem; */
    padding: 3px 15px;
    top: -9px;
  }

  /* .text-anchor-more {
    --text-anchor-more-width : 2.2rem;
  } */
  
  .text-anchor-more {
    /* font-size: 2.2rem; */
  }

  .o-tutorials-container {
    grid-template-columns: repeat(3,minmax(0,30%));
    /* gap: clamp(2rem, -2rem + 6.667vw, 6rem); */
  }
  .o-tutorial-item-content {
  }
  .o-tutorial-item-img::before {
    /* width: 50px; */
    /* height: 50px; */
  }  
  
  .o-info-container {
    flex-wrap: nowrap;
  }
  .o-info-column {
    flex-basis: 33.33333%;
    max-width: 290px;
  }
  .o-info-title {
    /* font-size: 2.4rem; */
  }
  
  .sticky-bar-section {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #ebebeb;
  }
  .sticky-bar-section a:hover {
    text-decoration: none;
  }
  .sticky-bar-wrapper {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .sticky-bar-name {
    color: var(--color-header-dark); 
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;

    /* padding-left: 46px;
    height: 36px;
    line-height: 36px;
    background: url('data:image/png;base64,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') left center / 34px 36px no-repeat; */
  
    display: flex;
    align-items: center;
  }
  .sticky-bar-name img {
    margin-right: 12px;
  }
  .sticky-bar-name:hover {
    color: #666F7A;    
  }
  .sticky-bar-name-os {
    font-size: 1.5rem;
    color: #676E78;
  }
  .sticky-bar-buttons {
    height: 100%;
    display: flex;
  }
  .sticky-bar-button {
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
  }
  .sticky-bar-button-free {
    color: var(--color-header-dark); 
  }
  .sticky-bar-button-free:hover {
    color: #666F7A;
  }
  .sticky-bar-button-buy {
    color: #ffffff;
    background-color: var(--color-base-anchor);
  }
  .sticky-bar-button-buy:hover {
    background-color: var(--color-button-form-hover);
  }
  .sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all .42s cubic-bezier(.164, .84, .42, 1);
    will-change: opacity;
  }
  .sticky-navbar-effect {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .image-frame-out-768 {
    max-width: none;
    width:var(--image-frame-out-width,100%);
    margin-left: calc((100% - var(--image-frame-out-width))/2);
  }

  .s-card-wrapper {
    flex-basis: calc(50% - var(--s-card-gap)/2);
  }
  .s-card.-full-screen {
    padding: var(--padding-full-page);
  }
  .s-extras-text {
    padding-right: 0;
  }

  .ext-list {
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: clamp(4rem, -2.245rem + 8.121vw, 7.5rem);
  }

  .article-card-grid {
    max-width: none;
    grid-template-columns: repeat(3, 1fr);
  }


  .features-list-item.-edu {
    flex-basis: 45.833%;
  }
  .edu-purchase-options {
    justify-content: space-between;
    gap: 0;
  }
  .edu-purchase-options-item {
    flex-basis: 31.0833%;
  }

}

@media only screen and (min-width: 900px) {

  .o-samples-container {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }

}

@media only screen and (min-width: 1200px) {


}

picture {
  display: block;
}

.u-disable-anchor {
    pointer-events: none;
    cursor: default;
}
.u-cursor-pointer {
  cursor: pointer;
}

.u-nowrap {
  white-space: nowrap;
}
.u-text-wrap-balance {
  text-wrap: balance;
}


.u-relative {
  position: relative;
}
.u-overflow-h {
    overflow: hidden;
}
.u-ratio-16x9 {
  padding-bottom: 56.25%;
}
.u-ratio-8x5 {
  padding-bottom: 62.5%;
}
.u-ratio-4x3 {
  padding-bottom: 75%;
}
.u-ratio-1x1 {
  padding-bottom: 100%;
}

.u-text-center {
  text-align: center;
}



.u-text-xs {
  font-size: 1.4rem;
}
.u-asterisk {
  color: var(--color-base-anchor);
  font-weight: 600;
}


.u-lh-1-3 {
    line-height: 1.3;
}
.u-lh-1-5 {
    line-height: 1.5;
}


.u-br-10 {
  border-radius: 10px;
}
.u-br-25 {
  border-radius: 25px;
}
.u-br-35 {
  border-radius: 35px;
}
.u-full-br-10-20 {
  border-radius: clamp(1rem, 0.61rem + 1.13vw, 2rem);
}
.u-c-white {
  color: var(--color-white);
}

.u-b-1 {
  border: 1px solid;
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.u-m-auto {
  margin: auto;
}
.u-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.u-mt-5 {
  margin-top: 5px;
}
.u-mt-10 {
  margin-top: 10px;
}
.u-mt-15 {
  margin-top: 15px;
}
.u-mt-20 {
  margin-top: 20px;
}
.u-mt-25 {
  margin-top: 25px;
}
.u-mt-30 {
  margin-top: 30px;
}
.u-mt-15-25 {
  margin-top: 15px;
}
.u-mt-25-65,
.u-mt-25-35 {
  margin-top: 25px;
}
.u-mt-30-50,
.u-mt-30-70 {
  margin-top: 30px;
}
.u-mt-35-65,
.u-mt-35-90 {
  margin-top: 35px;
}
.u-mt-40-50 {
  margin-top: 40px;
}
.u-mt-45-120 {
  margin-top: 45px;
}
.u-mt-50-70 {
  margin-top: 50px;
}
.u-mb-0 {
  margin-bottom: 0;
}
.u-mb-10 {
  margin-bottom: 10px;
}
.u-mb-15 {
  margin-bottom: 15px;
}
.u-mb-30-50 {
  margin-bottom: 30px;
}

.u-fs-16 {
  font-size: 1.6rem;
}
.u-fw-400 {
  font-weight: 400;
}
.u-fw-500 {
  font-weight: 500;
}
.u-fw-600 {
  font-weight: 600;
}


/*
.s-extras {
  padding: 0;
}
*/

.u-p-0 {
  padding: 0;
}
.u-px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.u-px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.u-px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.u-px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.u-py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.u-pt-25 {
  padding-top: 25px;
}
.u-pt-40-90 {
  padding-top: var(--spacing-40-90);
}
.u-pt-55-90 {
  padding-top: var(--spacing-55-90);
}
.u-pb-55-90 {
  padding-bottom: var(--spacing-55-90);
}
.u-pb-55-100 {
  padding-bottom: var(--spacing-55-100);
}
.u-pb-55-125 {
  padding-bottom: var(--spacing-55-125);
}


.u-max-w-650 {
  max-width: 650px;
}
.u-max-w-720 {
  max-width: 720px;
}
.u-max-w-800 {
  max-width: 800px;
}
.u-max-w-870 {
  max-width: 870px;
}
.u-max-w-890 {
  max-width: 890px;
}
.u-max-w-942 {
  max-width: 942px;
}
.u-max-w-960 {
  max-width: 960px;
}
.u-max-w-1070 {
  max-width: 1070px;
}
.u-max-w-1200 {
  max-width: 1200px;
}

.u-min-w-149 {
  min-width: 149px;
}


.u-min-h-full {
  min-height: 100%;
}


.u-gap-15-30 {
  gap: 15px;
}
.u-gap-h-30 {
  column-gap: 30px;
}
.u-gap-v-15 {
  row-gap: 15px;
}
.u-gap-v-20 {
  row-gap: 20px;
}

.u-c-base {
  color: var(--color-text-base);
}
.u-text-white {
  color: var(--color-white);
}
.u-text-light-grey {
  color: var(--color-text-inverse);
}
.u-c-manatee {
  color: var(--color-manatee);
}
.u-c-hawkes-blue {
  color: var(--color-hawkes-blue);
}
.u-c-bright-grey {
  color: var(--color-bright-grey);
}
.u-c-discount {
  color: var(--color-error);
}

.u-bc-dark {
  background-color: var(--bg-color-dark);
}
.u-bc-dark-alt {
  background-color: var(--bg-color-dark-alt);
}
.u-bc-light-grey {
  background-color: var(--bg-color-light-grey);
}
.u-bg-hawkes-blue {
  background-color: var(--color-hawkes-blue);
}


.u-bc-gainsboro {
  border-color: var(--color-gainsboro);
}
.u-bc-hawkes-blue {
  border-color: var(--color-hawkes-blue);
}



.flex {
  display: flex;
}
.flex-inline {
  display: inline-flex;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-justify-between {
  justify-content: space-between;
}
.flex-justify-around {
  justify-content: space-around;
}
.flex-justify-evenly {
  justify-content: space-evenly;
}
.flex-justify-start {
  justify-content: flex-start;
}
.flex-justify-end {
  justify-content: flex-end;
}
.flex-justify-center {
  justify-content: center;
}
.flex-items-start {
  align-items: flex-start;
}
.flex-items-end {
  align-items: flex-end;
}
.flex-items-center {
  align-items: center;
}
.flex-items-baseline {
  align-items: baseline;
}
.flex-items-stretch {
  align-items: stretch;
}
.flex-content-start {
  align-content: flex-start;
}
.flex-content-end {
  align-content: flex-end;
}
.flex-content-center {
  align-content: center;
}
.flex-content-between {
  align-content: space-between;
}
.flex-content-around {
  align-content: space-around;
}
.flex-content-stretch {
  align-content: stretch;
}
.flex-self-auto {
  align-self: auto;
}
.flex-self-start {
  align-self: flex-start;
}
.flex-self-end {
  align-self: flex-end;
}
.flex-self-center {
  align-self: center;
}
.flex-self-stretch {
  align-self: stretch;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}

.grid {
  display: grid;
}

@media only screen and (min-width: 481px) {
  .u-px-0-15 {
    padding-left: 15px;
    padding-right: 15px;
  }


  .u-pb-0-125 { /* ??? */
    padding-bottom: var(--spacing-55-125);
  }
  

}

@media only screen and (min-width: 568px) {
  .u-gap-15-30 {
    gap: 30px;
  }
  
}
@media only screen and (min-width: 668px) {
  .grid-1-cols-2 {
      grid-template-columns: repeat(2,minmax(0,1fr));
      gap: clamp(4rem, -3.111rem + 9.259vw, 8rem);
  }
}
@media only screen and (min-width: 769px) {
  .u-mt-0-20 {
    margin-top: 20px;
  }
  .u-mt-15-25 {
    margin-top: 25px;
  }
  .u-mt-25-35 {
    margin-top: 35px;
  }
  .u-mt-35-65,
  .u-mt-25-65 {
    margin-top: 65px;
  }
  .u-mt-30-50 {
    margin-top: 50px;
  }
  .u-mt-30-70,
  .u-mt-50-70 {
    margin-top: 70px;
  }

  .u-mt-35-90 {
    margin-top: 90px;
  }
  .u-mt-40-50 {
    margin-top: 50px;
  }
  .u-mt-45-120 {
    margin-top: 120px;
  }

  .u-mb-30-50 {
    margin-bottom: 50px;
  }


}

/* .c-unordered-img-ratio--milan {
    padding-bottom: var(--unordered-img-pb-small,1.5%)
} */
@media only screen and (min-width: 960px) {

  /* .c-unordered-img-ratio--milan {
      padding-bottom: var(--unordered-img-pb-large,8.2%)
  } */

}




.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:'Open Sans',Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.5rem .8em .7rem;font-size:1.6rem;font-weight:400;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:100px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:8px}.cc-theme-classic .cc-btn:last-child{min-width:100px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

/* .cc-color-override--1840997795.cc-window a {
  color: #ffffff;
} */

.cc-message a {
  color: #ffffff;
}
.cc-message .cc-btn {
}
.cc-btn.cc-dismiss {
  
}
.cc-btn:hover {
  text-decoration: none;
}
.cc-btn.cc-dismiss:hover {
  background: #E2E2E2 !important;
}
.cc-revoke.cc-bottom {
  border: 2px solid #ffffff;
  border-bottom: none;
}
.cc-revoke:hover {
  text-decoration: none;
}
.cc-message {
  text-align: left;
}
.cc-message {
  color: white !important;
}
.cc-allow {
}

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}