@font-face {
    font-family: 'AeonikPro-Regular';
    src: url('/downloads/transfer/fonts/AeonikPro-Regular.woff2') format('woff2'),
        url('/downloads/transfer/fonts/AeonikPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AeonikPro-Medium';
    src: url('/downloads/transfer/fonts/AeonikPro-Medium.woff2') format('woff2'),
        url('/downloads/transfer/fonts/AeonikPro-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AeonikPro-Bold';
    src: url('/downloads/transfer/fonts/AeonikPro-Bold.woff2') format('woff2'),
        url('/downloads/transfer/fonts/AeonikPro-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT-Ultra';
    src: url('/downloads/transfer/fonts/GT-Ultra-Fine-Regular.woff2') format('woff2'),
        url('/downloads/transfer/fonts/GT-Ultra-Fine-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT-Ultra';
    src: url('/downloads/transfer/fonts/GT-Ultra-Standard-Regular.woff2') format('woff2'),
        url('/downloads/transfer/fonts/GT-Ultra-Standard-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    font-family: 'AeonikPro-Medium';
    font-size: 24px;
    color: #868382;
    background: #fff;
}

b {
    font-weight: normal;
    color: #15141d;
}

/* headings */

.cmc-heading {
    letter-spacing: -.02em;
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
    gap: 24px;
    color: #15141d;
    font-weight: normal;
    line-height: 1.067em
}

h1.cmc-heading {
    font-family: 'GT-Ultra';
    font-size: 48px;
}

h2.cmc-heading {
    font-family: 'AeonikPro-Medium';
    font-size: 40px;
    margin-bottom: 1.5em;
}

h2.cmc-heading.h1,
p.cmc-heading.h1 {
    font-family: 'GT-Ultra';
    font-size: 48px;
    margin-bottom: .5em;
}

h3.cmc-heading {
    font-family: 'AeonikPro-Medium';
    font-size: 48px;
}

.cmc-heading--icon {
    width: 72px;
}

/* buttons */

.cmc-btn-group {
    display: flex;
    gap: 8px;
}

.cmc-btn-group-tight {
    gap: unset;
}

.cmc-btn-group-stack {
    flex-direction: column;
    align-items: flex-start;
}

.cmc-btn {
    display: inline-flex;
    padding: 0.95em 2em;
    border-radius: 2em;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1.1em;
    justify-content: center;
    border: 0;
    cursor: pointer;
}

.cmc-btn-sm {
    font-size: 17px;
    padding: 13px 32px;
    min-width: 210px;
}

.cmc-btn-primary {
    background: #1e90ff;
}

.cmc-btn-secondary {
    background: #27272d;
}

.cmc-btn-link {
    color: #15141d;
}

.cmc-btn-round {
    width: 32px;
    height: 32px;
    padding: 0;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

/* header */

.cmc-header {
    background: #fcf9f5;
    padding: 12px 40px;
    position: sticky;
    top: 0;
    z-index: 2;
    transition: .15s background;
}

.cmc-header-1 {
    background: #fff;
}

.cmc-header-2 {
    background: #fbf7f2;
}

.cmc-header-3 {
    background: #fff;
}

.cmc-header--wrap {
    max-width: 1080px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}

.cmc-logo {
    width: 180px;
    display: flex;
    flex-shrink: 0;
}

/* nav */

.cmc-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

/* section */

.cmc-section {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 40px;
}

.cmc-section--wrap {
    max-width: 1080px;
    display: flex;
    margin: auto;
    align-items: center;
    padding: 90px 0;
}

.cmc-section-hero .cmc-section--wrap {
    padding-top: 110px;
    gap: 80px;
    align-items: flex-start;
}

.group-below .cmc-section--wrap {
    padding-bottom: 0;
}

.cmc-section-hero {
    background: #fcf9f5;
}

.cmc-section-hero article {
    flex: 1;
}

.cmc-section-hero figure {
    flex: 2;
}

.cmc-section-hero p {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 2em;
    color: #15141d;
}

.cmc-section-hero .cmc-eula {
    font-size: 16px;
    margin-top: 24px;
    line-height: 1.6em;
}

.cmc-section-hero .cmc-eula a {
    color: #1e90ff;
}

.cmc-section-highlight {
    background: #fbf7f2;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.max-720 {
    max-width: 720px;
}

.max-940 {
    max-width: 940px;
}

.mb-60 {
    margin-bottom: 60px;
}

.cmc-cols {
    display: flex;
    gap: 80px;
}

.cmc-cols * {
    flex: 1;
}

.cmc-bullets {
}

.cmc-bullet {
    max-width: 350px;
    margin-bottom: 36px;
    line-height: 1.4em;
}

.cmc-bullet:last-child {
    margin: unset;
}

.cmc-bullet:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #d4cdc8;
    margin-bottom: 8px;
}

/* media */

.cmc-media {
    display: flex;
    margin: 40px 0;
}

.cmc-media-gap {
    gap: 8px;
}

.cmc-media-narrow {
    margin-left: 0;
    margin-right: 0;
}

.cmc-video {
    flex: 1;
    display: flex;
}

video {
    max-width: 100%;
    height: auto;
}

.cmc-video-pair video {
    width: 50%;
    max-width: 50%;
}

.cmc-media-gap .cmc-video,
.cmc-media-gap .cmc-img {
    width: 50%;
}

/* slides */

.cmc-section-slides {
    overflow: hidden;
}

.cmc-section-slides article {
    max-width: 100%;
}

.cmc-slides {
    display: flex;
    gap: 12px;
    margin: auto -100px 40px;
}

.cmc-quotes {
    display: flex;
    gap: 0;
    margin: auto -100px;
}

.cmc-slide {
    padding: 120px 100px 100px;
    color: #fff;
    width: 1026px !important;
    max-width: 100%;
    height: 100%;
    align-items: center;
    gap: 60px;
}

.cmc-quotes .cmc-slide {
    color: #15141D;
    width: unset !important;
    padding-top: 220px;
}

.cmc-slide-header {
    height: 313px;
    display: flex;
    align-items: center;
}

.cmc-quotes .cmc-slide-body {
    width: 1080px;
}

.cmc-slide-headline {
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 24px;
    font-family: 'AeonikPro-Medium';
}

.cmc-slide-copy {
    font-size: 42px;
    line-height: 48px;
    max-width: 600px;
}

.cmc-slide-quote {
    font-family: 'GT-Ultra';
    font-size: 42px;
    letter-spacing: -.02em;
    margin-bottom: 32px;
    line-height: 1.1em;
    font-weight: 300;
}

.cmc-slide-credit {
    display: flex;
    align-items: center;
    gap: 24px;
}

.slick-list {
    overflow: visible;
}

.slick-track {
    display: flex;
    gap: 12px;
}

.cmc-quotes .slick-track {
    display: flex;
    gap: 0;
}

.slick-slide {
    float: none;
    height: unset;
}

.slick-slide > div {
    height: 100%;
}

.cmc-arrows {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}

.cmc-arrow {
    cursor: pointer;
    transition: .15s opacity;
    width: 32px;
}

.slick-arrow.slick-disabled {
    opacity: .3;
}

.cmc-section-quotes .cmc-arrows {
    margin: 0 24px -160px;
    z-index: 1;
    position: relative;
}

/* faqs */

.mcs-faqs {
    color: #15141d;
}

.mcs-faqs .cmc-section--wrap {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 80px;
}

.mcs-faqs .mcs-intro--heading {
    margin-bottom: 8px
}

.mcs-faqs--heading {
    margin-bottom: 8px
}

.mcs-faqs--copy {
    font-size: 20px;
    margin-bottom: 32px
}

.mcs-faq--item {
    border-bottom: 1px solid #d4cdc8
}

.mcs-faq--item:last-child {
    border-bottom: 0
}

.mcs-faq--header {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    cursor: pointer
}

.mcs-faq--heading {
}

.mcs-faq--icon {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .1s all
}

.mcs-faq--header-active .mcs-faq--icon {
    transform: rotate(45deg)
}

.mcs-faq--content {
    display: none;
    margin: 10px 0 40px 0
}

.mca-faq--copy {
    font-family: 'AeonikPro-Regular';
    font-size: 20px;
    margin-bottom: 16px;
}

/* footer */

.mcs-footer {
    background: #1b1b1e;
    padding: 80px 24px;
    color: #fff;
    letter-spacing: -.02em;
    font-family: 'AeonikPro-Regular';
    font-size: 17px;
}

.mcs-footer--wrap {
    max-width: 1080px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.mcs-footer--header {
    display: flex;
    margin: 0 -16px 48px -16px;
    justify-content: space-between;
    align-items: center;
}

.mcs-footer--ident {
    width: 25%;
    padding: 0 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.mcs-footer--logo {
    width: 180px;
    display: flex;
    flex-shrink: 0;
}

.mcs-footer--logo-img {
    width: 100%;
}

.mcs-footer--cols {
    display: flex;
    margin: 0 -16px;
}

.mcs-footer--col {
    width: 25%;
    display: flex;
    flex-direction: column;
}

.mcs-footer--heading {
    font-family: 'AeonikPro-Bold';
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 16px;
    margin: 24px 0 8px 0;
}

.mcs-footer--link {
    padding: 8px 16px;
    color: #fff;
    text-decoration: none;
}

.mcs-footer--link:hover {
    color: #fff;
}

/* copyright */

.mcs-copyright {
    background: #27272d;
    padding: 44px 24px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .04em;
    font-family: 'AeonikPro-Regular';
}

.mcs-copyright--wrap {
    max-width: 1080px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mcs-copyright--link {
    margin-left: 24px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.mcs-copyright--link:hover {
    color: #fff;
}

.mcs-copyright--social {
    margin: 4px 0;
    display: flex;
    font-size: 20px;
}

.mcs-copyright--social-link {
    color: #27272d;
    background: #fff;
    text-decoration: none;
    margin: 0 4px;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mcs-copyright--social-link:hover {
    color: #27272d;
}

/* signup form */

.cmc-form {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.cmc-input {
	border: 1px solid #d4cdc8;
	border-radius: 2em;
	display: inline-flex;
	padding: 0.95em 2em;
	border-radius: 2em;
	text-decoration: none;
	color: #15141d;
	font-size: 24px;
	line-height: 1.1em;
	justify-content: center;
	font-family: 'AeonikPro-Medium';
	width: 100%;
	max-width: 400px;
}

/* release notes */

.inverse {
	background: #27272D;
}

.inverse .cmc-logo {
	filter: invert(1);
}

.inverse .cmc-heading,
.inverse .cmc-btn-link {
	color: #fff;
}
        
.inverse h1.cmc-heading {
    font-family: 'AeonikPro-Medium';
}

.inverse .cmc-btn-secondary {
	background: #fff;
	color: #27272D;
}

.cmc-section-notes .cmc-section--wrap {
	flex-direction: column;
	align-items: stretch;
	padding-bottom: 80px;
}

.cmc-section-notes article {
	margin-bottom: 2em;
	max-width: 825px;
}

.cmc-section-notes h1.cmc-heading {
	font-family: 'AeonikPro-Medium';
	font-size: 40px;
}

.cmc-section-notes h2.cmc-heading {
	font-size: 30px;
	margin-bottom: 1em;
}

.cmc-section-notes ul {
	font-size: 20px;
	color: #15141d;
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
}

.cmc-section-notes li {
    margin-bottom: 1.5em;
}

.cmc-dateline {
	font-size: 20px;
	color: #15141d;
	margin-bottom: 2em;
}

.cmc-section-notes li p {
    margin: 0 0 12px;
}

.cmc-section-notes li b {
    font-family: 'AeonikPro-Bold';
}

.cmc-section-notes li .cmc-screenshot {
    border-radius: 24px;
    margin: 0 0 16px;
}

.cmc-bug-fixes {
    list-style: none;
}

.cmc-bug-fixes li {
    position: relative;
    margin-bottom: unset;
}

.cmc-bug-fixes .fa-check {
    color: #58dd8e;
    position: absolute;
    left: -28px;
    top: 4px;
}

/* os */

.el-win,
.el-mac,
.el-both {
    display: none;
}

.mac .el-mac,
.win .el-win,
.both .el-both {
    display: flex;
}

.mac .cmc-btn-round {
    padding-bottom: 2px;
}

/* mobile */

.show-on-mobile,
.show-on-tablet,
.show-on-medium {
    display: none !important;
}

@media screen and (max-width:1320px) {

    .cmc-media {
    }    
    .cmc-cols {
        gap: 48px;
    }
    .cmc-slides {
        margin: auto -40px 40px;
    }
    .cmc-quotes {
        margin: auto -40px;
    }
    .cmc-quotes .cmc-slide-body {
        width: calc(100vw - 80px);
    }
    .cmc-slide {
        padding: 80px 40px;
    }
    .cmc-quotes .cmc-slide {
        padding: 220px 40px 80px;
    }
    
}

@media screen and (max-width:1080px) {

    /*.cmc-nav {
        gap: unset;
    }*/
    .cmc-section--wrap {
        padding: 60px 0;
    }
    .cmc-btn-sm {
        min-width: unset;
    }
    .cmc-section-hero .cmc-section--wrap {
        flex-direction: column;
        gap: 40px;
        padding-top: 60px;
    }
    .cmc-section-hero figure {
        order: 1;
    }
    .cmc-section-hero article {
        order: 2;
    }
    .hide-on-medium {
        display: none !important;
    }
    .show-on-medium {
        display: flex !important;
    }
    .cmc-slide {
        flex-direction: column;
        align-items: flex-start;
    }
    
}

@media screen and (max-width:991px) {

    .cmc-btn-sm {
        padding: 13px 16px;
    }
    .mcs-footer {
        padding: 24px;
    }
    .mcs-footer--btns,
    .mcs-footer--ident {
        width: auto;
    }
    .mcs-footer--cols {
        flex-direction: column;
    }
    .mcs-footer--col {
        width: 100%;
    }
    .mcs-copyright--wrap {
        flex-direction: column;
    }
    .mcs-copyright--copy {
        order: 2;
        margin: 8px 0;
        text-align: center;
    }
    .mcs-copyright--links {
        order: 1;
        margin: 8px 0;
        text-align: center;
    }
    .mcs-copyright--link {
        margin: 0 12px;
    }
    
}

@media screen and (max-width:834px) {

    body {
        font-size: 24px;
    }
    .cmc-heading {
        flex-direction: column;
        align-items: flex-start;
    }
    h1.cmc-heading {
        font-size: 42px;
    }
    h2.cmc-heading {
        font-size: 34px;
    }
    h3.cmc-heading {
        font-size: 42px;
    }
    .cmc-header {
        padding: 12px 24px;
    }
    .cmc-section {
        padding: 0 24px;
    }    
    /*
    .cmc-media {
        margin-left: -24px;
        margin-right: -24px;
    }
    .cmc-media-narrow {
        margin-left: 0px;
        margin-right: 0px;
    }
    */
    .cmc-media .cmc-img:nth-child(2) {
        display: none;
    }
    .cmc-cols {
        flex-direction: column;
        gap: 36px;
    }
    .cmc-bullet {
        max-width: unset;
    }
    .cmc-slide {
        width: 100% !important;
    }
    .cmc-slide-headline {
        font-size: 24px;
    }
    .cmc-slide-copy {
        font-size: 42px;
        max-width: 600px;
    }
    .hide-on-tablet {
        display: none !important;
    }
    .show-on-tablet {
        display: inline-flex !important;
    }
    
}

@media screen and (max-width:660px) {
    .cmc-logo {
        width: 140px;
    }
    .cmc-slide-copy {
        max-width: 400px;
    }
    .hide-on-mobile {
        display: none !important;
    }
    .show-on-mobile {
        display: block !important;
    }
    .cmc-media {
        flex-direction: column;
    }    
    .cmc-video-pair {
        flex-direction: column;
    }
    .cmc-video-pair video {
        width: 100%;
        max-width: 100%;
    }
    .cmc-media-gap .cmc-video,
    .cmc-media-gap .cmc-img {
        width: 100%;
    }
    .cmc-section-quotes article {
        display: flex;
        flex-direction: column;
    }
    .cmc-quotes .cmc-slide {
        padding: 60px 40px 220px;
    }
    .cmc-slide-icon {
        margin-bottom: 32px;
        width: 56px;
    }
    .cmc-slide-quote {
        font-size: 32px;
    }
    .cmc-section-quotes .cmc-arrows {
        margin: -160px 0 0;
        justify-content: center;
        order: 3;
    }
    .cmc-heading--icon {
        width: 56px;
    }
    
}

@media screen and (max-width:440px) {
    
    .cmc-slide-copy {
        max-width: 340px;
    }
    
}

@media screen and (max-width:380px) {
    
    .cmc-slide-copy {
        max-width: 280px;
    }
    
}