<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
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}

html {
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
*, *:before, *:after {
	-webkit-box-sizing:inherit;
	        box-sizing:inherit;
}

/*
* {
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
*/

body {
	background: #3448C5;
	font-family: 'sofia-pro', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #FFF;
}

main {
	overflow: hidden;
}

a {
	color: #0246B2;
	text-decoration: none;
}

img {
	height: auto;
}

h1, h2, h3, p {
	margin-top: 0;
	outline: 0;
}

p {
	font-family: 'Inter', sans-serif;
}

p a {
	color: #F1F2F9;
	text-decoration: underline;
}

p b,
p strong {
	font-weight: 700;
}

header {
	position: absolute;
	z-index: 3;
	padding: 80px 0 0 80px;
	transition: opacity ease-in-out 333ms;
}

@media only screen and (max-width: 1041px) {

	header {
		padding: 40px 0 0 40px;
	}

}

header.sticky {
	position: fixed;
	top: 0;
	z-index: 9999;
}

.container {
	position: relative;
	max-width: 740px;
	margin: 48px auto;
}

.container.wide {
	max-width: 835px;
}

.cloudinary-logo img {
	width: 170px;
}

.cloudinary-logo-mobile {
	display: none;
}

nav {
	display: block;
	padding: 48px 0 0;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav ul li {
	margin: 0 0 18px 0;
	opacity: .5;
}

nav ul li a {
	color: #FFF;
	text-decoration: none;
}

nav ul li a svg {
	position: relative;
	top: 4px;
	margin-right: 2px;
}

nav ul li a span {
	display: none;
}

nav ul li.active {
	opacity: 1;
}

nav ul li:hover {
	opacity: 1;
}

nav ul li:hover a span {
	display: inline-block;
}

nav ul li.active a span {
	display: inline-block;
}

nav .active-section {
	display: none;
}

nav .active-section span img {
	display: block;
	width: 16px;
	height: 8px;
}

section {
	padding: 0;
}

.wrapper {
	position: relative;
	/* overflow: hidden; */
	padding: 80px 32px 80px 300px; /* 120px 0 120px 300px */
}

.background-element-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.background-element-wrapper.overflowed {
	overflow: visible;
}

.icon-list-item {
	display: flex;
	align-items: center;
	margin: 0 0 29px;
}

.icon-list .icon-bullet {
	flex: 0 0 75px;
	width: 75px;
}

.icon-list .icon-bullet img {
	max-width: 100%;
}

.icon-list span {
	display: block;
}

.icon-list .list-text {
	padding-left: 12px;
}

.icon-list .list-text span:first-child {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #F1F2F9;
}

.icon-list .list-text a {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	color: #48C4D8;
}

#background-element-circle-one {
	position: absolute;
	background-color: rgba(12,22,59,.12);
	border-radius: 50%;
	width: 1000px;
	height: 1000px;
	right: -20%;
	top: 10%;
}

#background-element-circle-two {
	position: absolute;
	border: 2px solid #F7BC00;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	right: -7%;
	top: 8%;
}

.wrapper.dark-blue {
	background-color: #1D3C90;
}

.wrapper.very-dark-blue {
	background-color: #0C163B;
}

.wrapper.accent-turquoise {
	background-color: #48C4D8;
}

.wrapper.golden {
	background-color: #F7BC00;
	padding: 0 0 0 300px;
}

.another-circle {
	stroke-dasharray: 227;
	stroke-dashoffset: 227;
	/*transition: stroke-dashoffset 666ms linear;*/
}

.active .another-circle {
	stroke-dashoffset: 0;
}

h2 {
	margin: 0 0 10px;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 48px;
	color: #F1F2F9;
}

h3 {
	margin: 0 0 6px;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	color: #F7BC00;
}

h4 {
	margin: 25px 0 13px;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 38px;
	color: #F1F2F9;
}

h5 {
	margin: 43px 0 30px;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 37px;
	color: #B6D2FF;
}

p {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #F1F2F9;
}

p:last-child {
	margin-bottom: 0;
}

#foreword p.last {
	padding: 9px 0 32px;
}

.col img {
	max-width: 100%;
}

.hero-section {
	/*height: 100vh;*/
	height: calc(100vh + 200px);
	min-height: 1045px;
}

.foreword-section {
	padding-top: 100px;
}

.foreword-section p.last {
	margin: 18px 0 48px;
}

.header-wrapper {
	position: relative;
}

.top-graphics {
	position: relative;
	width: 781px;
	height: 300px;
	margin: 0 auto;
}

.top-graphics div {
	position: absolute;
	border-radius: 50%;
}

.small-graphic-circle {
	left: 0;
	bottom: 0;
	background: url(https://res.cloudinary.com/cloudinary-marketing/image/upload/f_auto,q_auto/wordpress_assets/sovm/2021/hero-small-circle.jpg);
	background-size: cover;
	border-radius: 50%;
	height: 180px;
	width: 180px;
	transition: all ease-in-out 333ms;
	opacity: 1;
}

.tan-circle {
	top: -80px;
	left: 76px;
	width: 207px;
	height: 207px;
	border-radius: 50%;
	border: 32px solid #FFD4C4;
	transition: all ease-in-out 333ms;
	opacity: 1;
}

.orange-circle {
	bottom: 24px;
	left: 204px;
	width: 132px;
	height: 132px;
	border-radius: 50%;
	border: 44px solid #F7BC00;
	transition: all ease-in-out 333ms;
	opacity: 1;
}

.blue-circle {
	right: 0;
	top: -200px;
	width: 445px;
	height: 445px;
	border-radius: 50%;
	border: 12px solid #48C4D8;
	transition: all ease-in-out 333ms;
	opacity: 1;
}

.bottom-graphics {
	position: relative;
	width: 262px;
	height: 262px;
	margin: 0 auto;
	transition: all ease-in-out 333ms;
	opacity: 1;
}

.bottom-graphics div {
	border-radius: 50%;
}

.medium-graphic-circle {
	position: absolute;
	top: -100px;
	width: 262px;
	height: 262px;
	border-radius: 50%;
	background-image: url(https://res.cloudinary.com/cloudinary-marketing/image/upload/f_auto,q_auto/wordpress_assets/sovm/2021/medium-graphic-circle.jpg);
	background-size: cover;
		transition: all ease-in-out 333ms;
		opacity: 1;
}

.hero-wrapper {
	display: flex;
	flex: 1 1 auto;
	max-width: 1400px;
	margin: 0 auto;
	align-items: center;
	transition: all ease-in-out 333ms;
	opacity: 1;
}

.year-circle {
	width: 50%;
	position: relative;
	height: 580px;
	transition: all ease-in-out 333ms;
	opacity: 1;
}

.year-circle div {
	border-radius: 50%;
}

.large-graphic-circle {
	background-image: url(https://res.cloudinary.com/cloudinary-marketing/image/upload/f_auto,q_auto/wordpress_assets/sovm/2021/hero-trees.jpg);
	background-size: cover;
	position: absolute;
	width: 580px;
	height: 580px;
	border-radius: 50%;
}

.large-graphic-circle span {
	display: block;
	position: absolute;
	font-style: normal;
	font-weight: normal;
	font-size: 278px;
	line-height: 1;
	color: #fff;
}

.large-graphic-circle .mid-circle {
	position: absolute;
	width: 202px;
	height: 202px;
	border-radius: 50%;
	background-color: #1D3C90;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.mid-circle span:nth-child(1) {
	left: -128px;
	top: -60px;
}

.mid-circle span:nth-child(2) {
	right: -225px;
	top:-60px;
}

.year-nums {
	opacity: 1;transition: all ease-in-out 333ms;
}

.hero-text {
	width: 50%;
	transition: all ease-in-out 333ms;
	opacity: 1;
}

.hero-text h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 96px;
	line-height: 106px;
	color: #F1F2F9;
	margin: 0 0 16px 0;
}

.hero-text a {
	display: inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #48C4D8;
}

.profile-card {
	display: flex;
	align-items: center;
}

.profile-img {
	width: 72px;
}

.profile-img img {
	max-width: 100%;
}

.profile-info {
	padding: 0 0 0 20px;
}

.profile-info span {
	display: block;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #F1F2F9;
}

.profile-info span:nth-child(2) {
	font-weight: normal;
	font-size: 16px;
}

.two-col {
	display: flex;
}

.two-col .col {
	flex: 1 1 0;
}

.two-col .col:first-child {
	padding-right: 25px;
}

h6.callout {
	margin: 0 0 16px 0;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

h6.sub-callout {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	margin: 0;
}

.switch-button {
	margin: 0 auto 12px;
	background: #1D3C90;
	border-radius: 99px;
	overflow: hidden;
	width: 300px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	position: relative;
	padding-right: 150px;
	position: relative;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12), 0px 4px 8px rgba(0, 0, 0, 0.12), 0px 2px 1px rgba(0, 0, 0, 0.12);
}

.switch-button:before {
	content: "December 2020";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	pointer-events: none;
}

.switch-button-checkbox {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
}

.switch-button-checkbox:checked + .switch-button-label:before {
	transform: translateX(150px);
	transition: transform 300ms linear;
}

.switch-button-checkbox + .switch-button-label {
	position: relative;
	padding: 10px 0;
	display: block;
	user-select: none;
	pointer-events: none;
}

.switch-button-checkbox + .switch-button-label:before {
	content: "";
	background: #4C64D7;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 99px;
	transform: translateX(0);
	transition: transform 300ms;
}

.switch-button-checkbox + .switch-button-label .switch-button-label-span {
	position: relative;
}

.helper-text {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.01em;
}

.two-fill-charts {
	margin: 24px 0 0 0;
	display: flex;
	justify-content: center;
}

.fill-chart-wrapper,
.single-chart-wrapper {
	margin: 0 auto;
	position: relative;
	width: 186px;
	height: 186px;
}

.fill-chart {
	position: absolute;
	width:186px;
	height:186px;
	z-index: 1;
}

.fill-chart .fill-chart-base {
	stroke-dasharray: 0;
	stroke: #4C64D7;
}

.fill-chart .fill-chart-main {
	stroke: #F7BC00;
}

.indicator {
	position: absolute;
	font-weight: bold;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	color: #B6D2FF;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.fill-chart circle {
	stroke-dasharray: 251;
	stroke-dashoffset: 251;
	stroke-linecap: round;
	transition: all ease-in 300ms;
}

.label-text {
	display: block;
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-align: center;
}

.three-col-icon-display {
	display: flex;
	padding: 28px 0 48px;
}

.icon-display {
	flex: 1 1 0;
}

.icon-display .icon-img {
	width: 72px;
	margin: 0 auto;
}

.icon-display .icon-img img {
	max-width: 72px;
	box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
	border-radius: 50%;
}

.icon-display .icon-data {
	margin: 0 0 0 -24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-display .icon-data img {
	max-width: 24px;
	padding-top: 16px;
}

.icon-display .icon-data span {
	display: block;
	font-style: normal;
	font-weight: 800;
	font-size: 66px;
	line-height: 1;
	color: #B6D2FF;
}

.float-col .col img {
	float: right;
	width: 358px;
	margin: 0 0 25px 25px;
}

h3.light-blue-subhead {
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #48C4D8;
	margin: 0 0 8px 0;
}

.light-blue-subhead + img {
	margin-bottom: 32px;
}

.veltra-logo {
	width: 168px;
	margin: 0 0 20px;
}

.veltra-section .two-col .col {
	flex: 1 1 auto;
	position: relative;
}

.veltra-section .two-col .col:first-child {
	width: 60%;
}

.veltra-section .two-col .col:last-child {
	width: 40%;
}

.read-the-case-study img {
	width: 14px!important;
}

.read-the-case-study {
	display: inline-block;
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 30px;
	color: #48C4D8;
}

.made-section .read-the-case-study {
	margin: 2px 0 65px;
}

.veltra-section .read-the-case-study {
	margin: 2px 0 65px;
}

.deporvillage-section .read-the-case-study {
	margin: 2px 0 65px;
}

.depor-village-logo {
	width: 133px;
}

.quote-top {
	display: flex;
}

.quote-left {
	position: relative;
}

.quote-left img {
	width: 25px;
	padding-bottom: 12px;
	background-color: #1D3C90;
	z-index: 1;
	position: relative;
}

.quote-treatment {
	position: relative;
}

.jpegxl-section .quote-left img {
	background-color: #0C163B;
}

.quote-top .quote-left span {
	border: 2px solid #48C4D8;
	height: 100%;
	position: absolute;
	left: 14px;
	bottom: 0;
}

.quote-text {
	padding-left: 24px;
}

.quote-text p {
	margin: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #F1F2F9;
}

.quote-bottom {
	display: flex;
	margin-top: 12px;
}

.quote-bottom .quote-left {
	width: 25px;
}

.quote-bottom .quote-left span {
	border: 2px solid #4C64D7;
	height: 100%;
	position: absolute;
	left: 14px;
	bottom: 0;
}

.quote-bottom .quote-person {
	padding-left: 24px;
}

.quote-bottom .quote-person span {
	display: block;
	margin: 0 0 6px;
}

.quote-bottom .quote-person span:first-child {
	font-size: 20px;
	line-height: 24px;
}

.quote-bottom .quote-person span:nth-child(2) {
	font-size: 16px;
	line-height: 22px;
}

.quote-bottom .quote-person span:last-child {
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	margin: 0;
}

.icon-left-margin .icon-callout {
	position: relative;
	margin: 0 0 12px 0;
}

.icon-left-margin .icon-callout img{
	position: absolute;
	width: 48px;
	left: -72px;
	border-radius: 50%;
	box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.icon-left-margin .icon-callout span {
	font-weight: bold;
	font-size: 28px;
	line-height: 33px;
	color: #0C163B;
}

.pro-tip-text p {
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 48px;
	color: #0C163B;
}

.pro-tip-more {
	margin-top: 24px;
	display: flex;
}

.pro-tip-more div {
	margin-left: auto;
}

.pro-tip-more span {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
	color: #1D3C90;
	margin: 0 0 6px 0;
}

.pro-tip-more a {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #0C163B;
}

.pro-tip-more a img {
	width: 13px;
}

.bar-graph-wrapper {
	margin: 60px 0 46px;
}

.bar-graph-wrapper .col {
	flex: 1 1 auto;
}

.bar-graph-wrapper .col:first-child {
	width: 25%;
}

.bar-graph-wrapper .col:first-child span {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	margin: 0 0 12px 0;
	display: block;
}

.bar-graph-wrapper .col:last-child {
	width: 75%;
}

.bar-wrapper {
	margin: 0 0 24px 0;
}

.bar-wrapper .bar {
	height: 48px;
	background-color: #F7BC00;
	width: 0px;
	transition: ease-in-out all 333ms;
}

.bar-label span:first-child {
	font-style: normal;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0.12em;
	color: #B6D2FF;
}

.bar-label span:last-child {
	text-transform: uppercase;
	font-style: normal;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0.12em;
}

.animate .bar-wrapper:nth-of-type(1) .bar {
	width: 99%;
}
.animate .bar-wrapper:nth-of-type(2) .bar {
	width: 75%;
}
.animate .bar-wrapper:nth-of-type(3) .bar {
	width: 69%;
}
.animate .bar-wrapper:nth-of-type(4) .bar {
	width: 40%;
}
.animate .bar-wrapper:nth-of-type(5) .bar {
	width: 17%;
}

.made-logo {
	width: 168px;
}

.made-section .two-col .col {
 flex: 1 1 auto;
}

.made-section .two-col .col:first-child {
	width: 40%;
}

.made-section .two-col .col:last-child {
	width: 60%;
}

.made-section a img {
	width: 14px;
}

.made-background-circle-one  {
	opacity: 0;
	position: absolute;
	top: calc(100% - 128px);
	right: -40px;
	border-radius: 50%;
	width: 189px;
	height: 189px;
	background-image: url('https://res.cloudinary.com/cloudinary-marketing/image/upload/f_auto,q_auto/wordpress_assets/sovm/2021/made-background-circle-one.png');
	background-position: center;
	background-size: cover;
	z-index: 2;
}

.fill-chart-toggler {
	display: flex;
	justify-content: space-around;
}

.toggle-wrap,
.circle-toggle-wrap {
	width: 64px;
	padding: 12px;
	border-radius: 8px;
	cursor: pointer;
}

.toggle-wrap img,
.circle-toggle-wrap img {
	display: block;
	width: 20px;
	margin: 0 auto 12px;
}

.toggle-wrap span,
.circle-toggle-wrap span {
	text-align: center;
	display: block;
	margin: 0 auto;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.toggle-wrap.active,
.circle-toggle-wrap.active {
	background-color: #4C64D7;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.2);
}

.codecs-section .col {
	width: 50%;
	flex: 1 1 auto;
}

.codecs-section h4 {
	margin: 25px 0 65px;
}

.codecs-section a {
	color: #fff;
	text-decoration: underline;
}

.codecs-section .circle-chart-toggler {
	margin-bottom: 86px;
}

.codecs-section .circle-chart-toggler +  .callout {
	margin-bottom: 6px;
}

.icon-left-margin .icon-callout span.gold {
	color: #F7BC00;
}

.jpegxl-section h2 {
	margin: 20px 0;
}

.jpegxl-section ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.jpegxl-section ul li {
	display: flex;
	align-items: center;
	margin: 0 0 12px 0;
}

.jpegxl-section ul img {
	width: 38px;
}

.jpegxl-section ul span {
	padding-left: 12px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
}

.jpegxl-section .quote-treatment {
	margin: 53px 0 0;
}

.video-codecs-section a {
	color: #fff;
	text-decoration: underline;
}

.video-codecs-section p.first {
	margin: 0;
}

.video-codecs-section .row-1,
.video-codecs-section .row-2,
.video-codecs-section .row-3 {
	padding: 32px 0;
}

.video-codecs-section .two-col.row-2  .col:nth-child(1) {
	flex: 1 1 27%;
}

.video-codecs-section .two-col.row-2 .col:nth-child(2) {
	flex: 1 1 73%;
}

.video-codecs-section .two-col.row-3  .col:nth-child(1) {
	flex: 1 1 64%;
	padding: 0 25px 0 0;
}

.video-codecs-section .two-col.row-3  .col:nth-child(1) p {
	padding-right: 20px;
}

.video-codecs-section .two-col.row-3 .col:nth-child(2) {
	flex: 1 1 36%;
}

.video-codecs-section h5.brands-have {
	margin: 0 0 5px;
	font-weight: normal;
	color: #F7BC00;
	font-size: 24px;
	line-height: 28px;
}

.video-codecs-section h5.brands-should {
	margin: 0;
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
}

.video-codecs-section .vs-img {
	margin: 33px 0 0 ;
}

.video-codecs-section .interactive-demos {
	margin: 25px 0 38px;
}

.video-codecs-section .callout {
	margin-bottom: 6px;
}

.interactive-demos p a {
	color: #FFF;
	text-decoration: underline;
}

.interactive-demos p a img,
.vorwerk-section a img {
	width: 12px;
}

.vorwerk-section .quote-treatment {
	margin: 65px 0 0;
}

.meet-the-codec-section .two-col.row-1 .col:nth-child(1) {
	flex: 1 1 80%;
}

.meet-the-codec-section .two-col.row-1 .col:nth-child(2) {
	flex: 1 1 20%;
}

.meet-the-codec-section .two-col.row-2 {
	margin: 30px 0 0;
}

.meet-the-codec-section .two-col.row-2 p {
	font-family: 'sofia-pro', sans-serif;
	font-size: 28px;
	line-height: 34px;
	font-weight: bold;
	padding-right: 25px;
}

.meet-the-codec-section .two-col.row-2 img {
	width: 38px;
	height: 38px;
	margin: 0 10px 0 0;
}

.meet-the-codec-section .two-col.row-2 .col:nth-child(1),
.meet-the-codec-section .two-col.row-2 .col:nth-child(2) {
	display: flex;
}

.responsive-design-section a {
	color: #fff;
	text-decoration: underline;
}

.responsive-design-section .two-col.row-2 {
	margin: 35px 0 60px;
}

.responsive-design-section .two-col.row-2 .col:nth-child(1) {
	flex: 1 1 40%;
}

.responsive-design-section .two-col.row-2 .col:nth-child(2) {
	flex: 1 1 60%;
}

.wrapper.microbrowsers-section {
	padding-bottom: 0;
}

.wrapper.microbrowsers-section .container {
	margin: 0 auto;
}

.microbrowsers-section a {
    color: #fff;
    text-decoration: underline;
}

.microbrowsers-section .two-col.row-1 {
	margin: 55px 0;
}

.microbrowsers-section .two-col.row-1 .col:nth-child(1) {
	flex: 1 1 40%;
}

.microbrowsers-section .two-col.row-1 .col:nth-child(2) {
	flex: 1 1 60%;
}

.microbrowsers-section p.last {
	margin: 16px 0 60px;
}

.microbrowsers-section .gold-24 {
	margin: 0 0 24px;
	text-align: center;
}

footer {
	background-color: #F1F2F9;
	padding: 256px 0 318px;
}

footer .container {
	margin: 0 auto;
}

footer h2 {
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 34px;
	color: #0C163B;
}

footer p {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	color: #0C163B;
}

footer p a {
	text-decoration: underline;
	color: #0C163B;
}

.gold-24 {
	font-size: 24px;
	line-height: 29px;
	color: #F7BC00;
	margin: 0;
}

/* REMOVED IN DESIGN REVISION
.normal-helper {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 160%;
	color: #F1F2F9;
}
*/

.versus-cols {
	display: flex;
	justify-content: space-between;
}

.versus-item img {
	width: 72px;
}

.versus-item span:nth-of-type(1) {
	font-weight: bold;
	font-size: 12px;
	line-height: 160%;
	display: block;
	text-align: center;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
}

.versus-item span:nth-of-type(2) {
	font-weight: bold;
	font-size: 24px;
	line-height: 120%;
	display: block;
	text-align: center;
	color: #B6D2FF;
}

.versus-tag {
	display: flex;
	align-items: center;
}

.podium-wrapper {
	justify-content: center;
	align-items: center;
	height: 270px;
}

.podium-wrapper .col:nth-child(2) {
	margin-top: auto;
}

.podium-cols {
	display: flex;
}

.podium-cols * {
	transition-delay: 1000ms;
}

.podium {
	width: 33.333%;
	margin-top: auto;
	padding:0 2px;
}

.podium img {
	display: block;
	width: 72px;
	height: 72px;
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.contestant span {
	display: block;
	padding: 8px 16px 7px 16px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}

.riser {
	height: 0px;
	background-color: #1D3C90;
	transition: all 500ms ease-in-out 1000ms;
	display: flex;
	align-items: center;
	justify-content: center;
}

.riser span {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	opacity: 0;
	transition: all 500ms ease-in-out 3000ms;
}

.podium-cols .podium:nth-child(1) .riser {
	transition: all 500ms ease-in-out 500ms;
}

.podium-cols .podium:nth-child(2) .riser {
	background-color: #4C64D7;
	transition: all 500ms ease-in-out 1500ms;
}

.podium-cols .podium:nth-child(3) .riser {
	transition: all 500ms ease-in-out 1000ms;
}

.podium-cols.animate .podium:nth-child(2) .riser span {
	font-size: 48px;
}

.podium-cols.animate .podium:nth-child(1) .riser {
	height: 56px;
}

.podium-cols.animate .podium:nth-child(2) .riser {
	height: 121px;
}

.podium-cols.animate .podium:nth-child(3) .riser {
	height: 56px;
}

.animate .riser span {
	opacity: 1;
}


.image-overflow img {
	max-width: 100%;
}

.full-bottom-image {
	width: 100%;
	display: block;
}

.form-wrapper {
	background-color: #fff;
	border-radius: 40px;
	padding: 32px;
	box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), 0px 16px 24px rgba(0, 0, 0, 0.08), 0px 4px 8px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.08);
}

.form-wrapper h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #0C163B;
	margin: 0 0 23px 0;
}
#mktoForm_1085 {
	width: 100%!important;
}

#mktoForm_1085 label {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #0C163B;
	margin: 0 0 5px 0;
	width: 100% !important;
}

.mktoForm .mktoFormCol,
.mktoForm .mktoFieldWrap {
	float: none!important;
}

#mktoForm_1085 input[type="text"],
#mktoForm_1085 input[type="email"] {
	display: block;
	width: 100%!important;
	background: #F1F2F9;
	border: none;
	padding: 15px 20px 15px 12px;
	margin: 0;
}

.input-wrap:last-of-type {
	display: flex;
	margin-bottom: 24px;
}

#mktoForm_1085.mktoForm .mktoRadioList &gt; label,
#mktoForm_1085.mktoForm .mktoCheckboxList &gt; label {
	font-family: 'Inter', sans-serif;
	padding-left: 24px;
	text-transform: none;
	letter-spacing: 0px;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #0C163B;
	margin-bottom: 0;
}

#mktoForm_1085 button {
	display: block;
	width: 100%;
	padding: 17px 0;
	background: #FF5050;
	border-radius: 99px;
	font-weight: 800;
	font-size: 20px;
	line-height: 1;
	color: #FFFFFF;
	border: none;
	box-shadow: none;
	text-shadow: none;
}

#mktoForm_1085 .mktoButtonRow {
	display: block;
}

.mktoHtmlText {
	font-family: 'Inter', sans-serif;
	padding-left: 12px;
	text-transform: none;
	letter-spacing: 0px;
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #0C163B;
	margin: 24px 0 0 0!important;
}
.mktoFieldDescriptor.mktoFormCol {
	margin-bottom: 0!important;
}

.mktoForm .mktoOffset,
.mktoForm .mktoAsterix,
.mktoGutter.mktoHasWidth {
	display: none!important;
}

#Country, #State {
	border: transparent !important;
	font-family: 'Open Sans',sans-serif;
	font-weight: 300 !important;
	background-color: #F1F2F9;
	border-radius: 5px !important;
	width: 100% !important;
	height: 50px !important;
	font-weight: 700 !important;
	line-height: 24px !important;
	padding: 12px 15px !important;
	box-shadow: none !important;
}

#mktoForm_1085 .mktoRadioList &gt; input,
#mktoForm_1085 .mktoCheckboxList &gt; input {
	margin-top: 4px;
}

#mktoForm_1085.mktoForm .mktoFormRow:nth-child(9) .mktoHasWidth {
	width: 100% !important;
}

::-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder,
:-moz-placeholder { /* Firefox 18- */
	font-family: 'Inter', sans-serif;
	color: #0C163B
}

.border-left-cols {
	margin-top: 48px;
}

.border-left-cols .two-col {
	margin-bottom: 60px;
}

.border-left-cols .col {
	border-left: 4px solid #FFD4C4;
	padding-left: 16px;
}

.border-left-cols h4 {
	margin: 0 0 15px;
}

.code-snippet-wrapper {
	margin: 48px 0 62px 0;
	position: relative;
}

.code-snippet-wrapper h5 {
	display: flex;
	margin: 0;
}

.code-snippet-wrapper h5 &gt; span {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #F7BC00;
}

.code-snippet-wrapper button {
	position: relative;
	flex: 0 1 auto;
	display: flex;
	align-items: center;
	margin-left: auto;
	cursor: pointer;
	background-color: transparent;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0.01em;
	color: #fff;
}

.code-snippet-wrapper button img {
	width: 14px;
	height: 16px;
}

.code-snippet-wrapper button span {
	padding-left: 8px;
}

.code-snippet {
	height: 213px;
	overflow: hidden;
	transition: all ease-in-out 300ms;
}

.copied {
	border-radius: 6px;
	display: none;
	top: -34px;
	background-color: #F7BC00;
	padding: 3px 6px !important;
	color: #3448C5;
	position: absolute;
	font-weight: bold;
	cursor: default;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #F7BC00;
	padding-left: 0 !important;
	position: absolute;
	left: 17px;
	bottom: -8px;
}

.active .code-snippet {
	height: 343px;
}

pre {
	margin: 0;
	text-align: left;
    white-space: pre-line;
}

code div {
	background-color: rgba(29, 60, 144, 0.47);
	border-radius: 40px 40px 0px 0px;
	padding: 24px;
	font-family: 'Roboto Mono', monospace;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #E1E4E8;
}

.active code div {
	border-radius: 40px;
}

.tag-color {
	color: #FFD4C4;
}

.attr-color {
	color: #F7BC00;
}

.attr-value-color {
	color: #B6D2FF;
}

.code-gradient {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(180deg, rgba(12, 22, 59, 0) 69.79%, #0C163B 100%);
	height: 213px;
}

.active .code-gradient {
	display: none;
}

.jquery-modal .modal {
	padding: 0;
	max-width: 838px;
}

.blocker {
	z-index: 5!important;
}

.jquery-modal .modal video{
	max-width: 100%;
	display: block;
}

.jquery-modal .modal a.close-modal {
	background-image: url(https://res.cloudinary.com/cloudinary-marketing/image/upload/f_auto,q_auto/wordpress_assets/sovm/2021/icon-close-modal.png);
	width: 24px;
	height: 24px;
	top: -48px;
	right: 0;
}

.circle-chart-wrapper {
	margin: 0 auto;
	position: relative;
	width: 186px;
	height: 186px;
	display: none;
}

.circle-chart-wrapper.active {
	display: block;
}

.circle-chart {
	position: absolute;
	width:186px;
	height:186px;
	z-index: 1;
}

.circle-chart .circle-chart-base {
	stroke-dasharray: 0;
	stroke: #4C64D7;
}

.circle-chart .circle-chart-main {
	stroke: #F7BC00;
}

.circle-chart .circle-chart-main.white-circle {
	stroke: #FFF;
}

.circle-chart .circle-chart-main.turquoise-circle {
	stroke: #48C4D8;
}

.circle-chart circle {
	stroke-dasharray: 251.3272;
	stroke-dashoffset: 251.3272;
	stroke-linecap: round;
	transition: all ease-in 300ms;
}

.circle-chart-toggler {
	display: flex;
	justify-content: space-around;
}

.heat-maps {
	position: relative;
}

.heat-maps img {
	opacity: 0;
	transition: all ease-in-out 333ms;
}

.heat-maps img:nth-of-type(2) {
	position: absolute;
	left: 0;
	top: 0;
}

.heat-maps.before img:nth-of-type(1) {
	opacity: 1;
}

.heat-maps.before img:nth-of-type(2) {
	opacity: 0;
}

.heat-maps.after img:nth-of-type(2) {
	opacity: 1;
}

.heat-maps.after img:nth-of-type(1) {
	opacity: 0;
}

.fill-chart .single-circle {
	transition: all 500ms ease-in-out 1s;
}

.animate.single-circle {
	stroke-dashoffset: 10.932px!important;
}

.foreword-circle-one {
	position: absolute;
	opacity: 0;
	width: 207px;
	height: 207px;
	left: -130px;
	top: 500px;
	border-radius: 50%;
	border: 24px solid #B6D2FF;
}

.foreword-circle-two {
	position: absolute;
	opacity: 0;
	width: 56px;
	height: 56px;
	left: 60px;
	top: 680px;
	border: 23px solid #48C4D8;
	border-radius: 50%;
}

.opacity-circle {
	transition: all 500ms ease-in-out 300ms;
}

.opacity-circle.animate{
	margin-top: 20px;
	opacity: 1;
}

.chapter-1-circle-one {
	opacity: 0;
	position: absolute;
	border-radius: 50%;
	width: 96px;
	height: 96px;
	right: -33px;
	border: 4px solid #FFD4C4;
}

.chapter-1-circle-two {
	opacity: 0;
	position: absolute;
	top: 173px;
	right: -134px;
	border-radius: 50%;
	width: 226px;
	height: 225px;
	border: 12px solid #48C4D8;
}

.chapter-1-circle-three {
	opacity: 0;
	position: absolute;
	top: 1160px;
	left: -133px;
	border-radius: 50%;
	width: 532px;
	height: 532px;
	background-image: url('https://res.cloudinary.com/cloudinary-marketing/image/upload/f_auto,q_auto/wordpress_assets/sovm/2021/chapter-1-circle-three.jpg');
	background-position: center;
	background-size: cover;
}

.chapter-1-circle-four {
	opacity: 0;
	position: absolute;
	top: 1160px;
	border-radius: 50%;
	width: 96px;
	height: 96px;
	left: 230px;
	top: 531px;
	border: 4px solid #1D3C90;
}

.chapter-2-circle-one {
	opacity: 0;
	position: absolute;
	border-radius: 50%;
	left: -100px;
	top: 130px;
	width: 313px;
	height: 313px;
	border: 32px solid #4C64D7;
}

.chapter-2-circle-two {
	opacity: 0;
	position: absolute;
	border-radius: 50%;
	width: 47px;
	height: 47px;
	left: 100px;
	top: 450px;
	border: 4px solid #0C163B;
}

.animated-circle-wrapper {
	position: relative;
}

.animated-circle-wrapper img {
	z-index: 2;
}

.blue-background-circle-one {
	position: absolute;
	width: 1278px;
	height: 1278px;
	right: -10%;
	top: 27%;
	border-radius: 50%;
	background: rgba(12, 22, 59, 0.12);
}
.chapter-3-circle-one {
	opacity: 0;
	position: absolute;
	top: -150px;
	left: -133px;
	border-radius: 50%;
	width: 464px;
	height: 464px;
	background-image: url('https://res.cloudinary.com/cloudinary-marketing/image/upload/f_auto,q_auto/wordpress_assets/sovm/2021/chapter-3-circle-one.jpg');
	background-position: center;
	background-size: cover;
}

.chapter-3-circle-two {
	opacity: 0;
	position: absolute;
	top: 310px;
	left: 197px;
	border-radius: 50%;
	width: 188px;
	height: 188px;
	background-image: url('https://res.cloudinary.com/cloudinary-marketing/image/upload/f_auto,q_auto/wordpress_assets/sovm/2021/chapter-3-circle-two.jpg');
	background-position: center;
	background-size: cover;
}

.chapter-4-circle-one {
	opacity: 0;
	position: absolute;
	top: -180px;
	left: 25px;
	border-radius: 50%;
	width: 314px;
	height: 314px;
	background-image: url('https://res.cloudinary.com/cloudinary-marketing/image/upload/f_auto,q_auto/wordpress_assets/sovm/2021/chapter-4-circle-one.jpg');
	background-position: center;
	background-size: cover;
}

.chapter-4-circle-two {
	opacity: 0;
	position: absolute;
	top: 170px;
	left: 70px;
	border-radius: 50%;
	width: 77px;
	height: 77px;
	border: 2px solid #FF5050;
}

.chapter-4-circle-three {
	opacity: 0;
	position: absolute;
	border-radius: 50%;
	width: 314px;
	height: 313px;
	right: -130px;
	top: 1160px;
	border: 4px solid #4C64D7;
}

.chapter-4-circle-four {
	opacity: 0;
	position: absolute;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	top: 1460px;
	right: 133px;
	border: 12px solid #1D3C90;
}

.chapter-5-circle-one {
	opacity: 0;
	position: absolute;
	top: -160px;
	right: -125px;
	border-radius: 50%;
	width: 314px;
	height: 314px;
	background-image: url('https://res.cloudinary.com/cloudinary-marketing/image/upload/f_auto,q_auto/wordpress_assets/sovm/2021/chapter-5-circle-one.jpg');
	background-position: center;
	background-size: cover;
}

.chapter-5-circle-two {
	opacity: 0;
	position: absolute;
	border-radius: 50%;
	width: 77px;
	height: 77px;
	top: 170px;
	right: 70px;
	border: 32px solid #1D3C90;
}

.chapter-6-circle-one {
	opacity: 0;
	position: absolute;
	border-radius: 50%;
	width: 313px;
	height: 313px;
	bottom: 300px;
	left: -90px;
	border: 2px solid #FF5050;
}

.chapter-6-circle-two {
	opacity: 0;
	position: absolute;
	border-radius: 50%;
	width: 47px;
	height: 47px;
	bottom: 245px;
	left: 120px;
	border: 8px solid #FFD4C4;
}

.chapter-6-circle-three {
	opacity: 0;
	position: absolute;
	top: 20%;
	right: -274px;
	border-radius: 50%;
	width: 451px;
	height: 451px;
	background-image: url('https://res.cloudinary.com/cloudinary-marketing/image/upload/f_auto,q_auto/wordpress_assets/sovm/2021/chapter-6-circle-three.jpg');
	background-position: center;
	background-size: cover;
}

.hero-section .cloudinary-logo {
	position: absolute;
	left: 80px;
	top: 80px;
}

.hero-fade-in {
	opacity: 0!important;
}

.small-graphic-container {
	transition: all ease-in-out 333ms;
	opacity: 1;
	top: 300px;
	left: 0px;
}

.golden .container {
	margin: 0 auto;
}

.golden .two-col {
	overflow: visible;
	height: 530px;
	padding-top: 60px;
	align-items: center;
	margin-left: -48px;
}
.golden .two-col .col {
	padding-left: 48px;
	padding-right: 0;
}
.golden .two-col .col:not(.mobile-margin-top) {
	margin-top: 55px;
}

.golden img {
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.golden h4 {
	color: #0C163B;
}

.golden p {
	color: #0C163B;
	margin-bottom: 32px;
}

.lightning-bolt-span {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.lightning-bolt-span img {
	width: 24px;
	transform: translateY(18px);
	margin: 0 6px;
}

.lightning-bolt-span strong {
	color: #F7BC00;
}
.hide-nav {
	opacity: 0;
}

.callout-box {
	position: relative;
	background: #fff;
	box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), 0px 16px 24px rgba(0, 0, 0, 0.08), 0px 4px 8px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.08);
	border-radius: 32px;
	font-size: 28px;
	line-height: 34px;
	color: #FF5050;
	z-index: 1;
}

.callout-box a {
	display: inline-block;
	margin: 20px 0 0;
	font-size: 20px;
	line-height: 30px;
	color: #1D3C90;
	font-weight: bold;
}

.callout-box a img {
	width: 12px;
	height: 12px;
}

.callout-box.first {
	width: 360px;
	padding: 24px 72px 24px 32px;
}

.callout-box.second {
	width: 100%;
	margin: 50px 0 0;
}

.callout-box.first .circle-img {
	position: absolute;
	width: 142px;
	height: 142px;
	top: -59px;
	right: -72px;
}

.callout-box.second .circle-img {
	position: absolute;
	width: 112px;
	height: 112px;
	top: -42px;
	left: -54px;
}

.callout-box .inner {
	display: flex;
	padding: 24px 0;
	align-items: center;
}

.callout-box .inner .first-col {
	width: 35%;
	padding: 0 24px;
}

.callout-box .inner .first-col img {
	width: 100%;
}

.callout-box .inner .second-col {
	width: 65%;
	padding: 0 24px;
	border-left: 2px solid #FFD4C4;
}

.callout-box .inner .second-col a {
	display: block;
	text-decoration: none;
	color: #4C64D7;
	font-weight: normal;
}

.callout-box .inner .second-col span {
	display: block;
	font-size: 12px;
	line-height: 19px;
	color: #1D3C90;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.callout-parent {
	position: relative;
}

.callout-dots-first {
	opacity: 0;
	position: absolute;
	top: 105px;
	right: 0;
	transition: all 500ms ease-in-out 300ms;
}

.callout-dots-second {
	opacity: 0;
	position: absolute;
	top: 81px;
	right: -79px;
	transition: all 500ms ease-in-out 300ms;
}

.callout-dots-first.animate,
.callout-dots-second.animate {
	margin-top: 20px;
	opacity: 1;
}

.responsive-design-section .callout-parent {
	margin-bottom: 100px;
}

.phone-img {
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	width: 270px;
}

.phone-img-wrapper {
	width: 270px!important;
	flex: 0 0 270px;
	padding: 0px!important;
	flex: 0 1 270px !important;
}

.veltra-section .phone-img-wrapper {
	margin-top: -208px;
}

.made-section .phone-img-wrapper {
	margin-top: -209px;
}

.vorwerk-section .phone-img-wrapper {
	margin-top: -200px;
}

.deporvillage-section .phone-img-wrapper {
	margin-top: -200px;
}

.veltra-circle-one {
	opacity: 0;
	position: absolute;
	border-radius: 50%;
	width: 69px;
	height: 69px;
	left: -36px;
	top: 140px;
	border: 16px solid #FF5050;
	z-index: 1;
}

.veltra-circle-two {
	opacity: 0;
	position: absolute;
	border-radius: 50%;
	width: 346px;
	height: 346px;
	left: 223px;
	top: 207px;
	border: 6px solid #F7BC00;
	z-index: 1;
}

.made-circle-one {
	opacity: 0;
	position: absolute;
	border-radius: 50%;
	width: 159px;
	height: 159px;
	left: -94px;
	top: 66px;
	border: 16px solid #F7BC00;
	z-index: 1;
}

.made-circle-two {
	opacity: 0;
	position: absolute;
	border-radius: 50%;
	width: 99px;
	height: 99px;
	right: 16px;
	right: -37px;
	top: 434px;
	border: 2px solid #B6D2FF;
	z-index: 1;
}

.vorwerk-circle-one {
	opacity: 0;
	position: absolute;
	border-radius: 50%;
	width: 159px;
	height: 159px;
	top: 30px;
	left: -90px;
	border: 32px solid #48C4D8;
}

.vorwerk-circle-two {
	opacity: 0;
	position: absolute;
	border-radius: 50%;
	width: 300px;
	height: 300px;
	top: 247px;
	right: -38px;
	border: 2px solid #FFD4C4;
}

.depor-village-circle-one {
	opacity: 0;
	position: absolute;
	border-radius: 50%;
	width: 300px;
	height: 300px;
	top: 92px;
	left: -110px;
	border: 6px solid #48C4D8;
}

.depor-village-circle-two {
	opacity: 0;
	position: absolute;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	top: 470px;
	right: 0px;
	border: 12px solid #F7BC00;
}

.phone-img-text-left {
	padding-right: 120px!important;
}

.phone-img-text-right {
	padding-left: 120px!important;
}


.phone-video {
	position: relative;
	z-index: 2;
	border: 10px solid #000;
	border-radius: 40px;
	overflow: hidden;
}

.phone-video-top:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 88px;
	height: 20px;
	background: #000;
	z-index: 3;
	margin: 0 auto;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.video-js .vjs-tech {
	transform: translateX(-50%);
	left: 50%!important;
	width: auto!important;
}

.single-col {
	margin: 0 0 32px 0;
}

.footer-logo {
	display: block;
	width: 200px;
}

footer h2 {
	margin-top: 32px;
}

footer h2 a {
	color: #0C163B;
}

footer h2:last-of-type {
	margin-top: 48px;
}

footer ul {
	margin: 12px 0 0 0;
	padding: 0;
}

footer ul li {
	display: inline-block;
	margin-right: 12px;
}

footer ul li a img{
	height: 24px;
}

.foreword-section p + h5 {
	margin: 16px 0;
}

@media only screen and (max-width: 1336px) {
	.chapter-6-circle-three {
		display: none;
	}
}

@media only screen and (max-width: 1269px) {
	.chapter-3-circle-one, .chapter-3-circle-two, .chapter-1-circle-three {
		display: none;
	}
}

@media only screen and (max-width: 1224px) {
	.hero-wrapper {
		align-items: normal;
	}
	.large-graphic-circle {
		width: 468px;
		height: 468px;
	}
	.hero-text {
		padding-top: 126px;
	}
}

@media only screen and (max-width: 1123px) {
	.hero-text {
		margin-left: auto;
		width: 46%;
	}
	.hero-text h1 {
		font-size: 76px;
		line-height: 96px;
	}
}

@media only screen and (max-width: 1024px) {
	.phone-img-text-right {
		padding-left: 48px!important
	}

	.phone-img-text-left {
		padding-right: 48px!important
	}


	.vorwerk-section .phone-img-wrapper,
	.veltra-section .phone-img-wrapper,
	.made-section .phone-img-wrapper,
	.deporvillage-section .phone-img-wrapper {
		margin-top: -100px;
	}

	.golden h4 {
		margin-top: 0;
	}
	.video-codecs-section p.first {
		padding-bottom: 0;
	}

	.container.tablet-margin-top,
	.tablet-margin-top {
		margin-top: 48px;
	}

	.wrapper.chapter-opener {
		padding-top: 0;
	}

	.wrapper {
		padding: 75px 64px;
	}

	.container {
		margin: 0 auto;
	}

	.active .code-snippet {
		height: auto;
	}

	.section-anchor {
		padding-top: 75px;
	}

	.wrapper.golden.wrapper.icon-left-margin {
		padding-top: 60px;
	}
	.golden .two-col {
		height: 730px;
		padding-top: 0px;
	}

	.form-wrapper {
		max-width: 600px;
		margin: 0 auto;
	}

	.gold-24 {
		font-size: 20px;
		line-height: 24px;
	}

	.mobile-columns {
		margin: 32px 0;
		display: flex;
		align-items:  center;
	}

	.mobile-col:first-child {
		padding-right: 32px;
	}

	h2 {
		font-size: 32px;
		line-height: 39px;
	}

	h4 {
		font-size: 28px;
		line-height: 34px;
	}

	.video-codecs-section h5.brands-should {
		font-size: 20px;
		line-height: 24px;
	}

	.hide-nav {
		opacity: 1;
	}

	.wrapper.microbrowsers-section .container {
		margin-bottom: 0;
	}

	header {
		position: absolute;
		width: 100%;
		padding: 0;
		background-color: #3448C5;
	}

	.cloudinary-logo {
		width: 170px;
		margin: 22px 0 0 32px;
	}

	header .container {
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	.hero-section .cloudinary-logo.hero-logo {
		margin: 0;
		top: 44px;
		left: 64px;
	}

	nav {
		width: 309px;
		padding: 29px 22px 25px;
		border-radius: 0px 0px 40px 40px;
		background-color: #3448C5;
	}

	nav .active-section {
		display: flex;
	}

	nav .active-section span:nth-of-type(1) {
		padding-left: 6px;
	}

	nav ul {
		display: none;
		position: absolute;
		right: 0px;
		top: 0px;
		width: 309px;
		padding: 25px 22px 10px;
		border-radius: 0px 0px 40px 40px;
		background-color: #1D3C90;
		user-select: none;
	}

	.expand-indicator {
		z-index: 2;
		position: absolute;
		right: 24px;
		top: 35px;
	}

	.expanded nav ul {
		display: block;
	}

	.expanded .expand-indicator img{
		transform: rotate(180deg);
	}

	nav ul li {
		opacity: 1;
	}

	nav ul li a span {
		display: inline-block;
	}

	.hide-element {
		display: none;
	}
	.hero-section {
		overflow: hidden;
		height: auto;
	}

	.top-graphics {
		left: 40%;
		margin: 0;
		height: 228px;
	}

	.small-graphic-container {
		top: 224px;
	}

	.small-graphic-circle {
		width: 127px;
		height: 127px;
	}

	.tan-circle {
		width: 146px;
		height: 146px;
		left: 50px;
		top: -55px;
		border: 22.6667px solid #FFD4C4;
	}

	.orange-circle {
		display: none;
	}

	.blue-circle {
		width: 315px;
		height: 315px;
		top: -109px;
		left: 30%;
		border: 8.5px solid #48C4D8;
	}

	.hero-wrapper {
		display: block;
	}

	.year-circle {
		width: 100%;
		height: 490px;
		margin-left: -40px;
	}

	.hero-text {
		width: 100%;
		padding-left: 146px;
		padding-top: 0px;
		margin-left: 0;
	}

	.large-graphic-circle .mid-circle {
		width: 143px;
		height: 143px;
	}

	.large-graphic-circle span {
		font-size: 196px;
		line-height: 236px;
	}

	.mid-circle span:nth-child(1) {
		left: -92px;
	}

	.mid-circle span:nth-child(2) {
		right: -159px;
	}

	.hero-text h1 {
		font-size: 96px;
		line-height: 106px;
	}
	.bottom-graphics {
		width: 145px;
		height: 200px;
	}

	.medium-graphic-circle {
		width: 145px;
		height: 145px;
		top: 4px;
		right: -78px;
	}

	.two-col {
		display: block;
	}

	.two-col.tablet-two {
		display: flex;
	}

	.two-col.tablet-two:last-child {
		margin-bottom: 0;
	}

	.wrapper.icon-left-margin {
		padding-right: 64px;
		padding-left: 88px;
	}

	.codecs-section .fill-chart-toggler {
		margin-bottom: 97px;
	}

	.bar-graph-wrapper .col:first-child,
	.bar-graph-wrapper .col:last-child {
		width: 100%;
	}

	.callout-box {
		font-size: 24px;
		line-height: 29px;
	}

	.callout-box.first {
		width: 100%;
		margin: 50px 0 0;
	}

	.callout-box.first .circle-img {
		width: 74px;
		height: 74px;
		top: -25px;
		right: -25px;
	}

	.podium-wrapper {
		height: 306px;
		display: flex;
		flex-wrap: wrap;
	}

	.podium-wrapper h5 {
		text-align: center;
	}
	.responsive-design-section .two-col.row-2 .col:nth-child(1) {
		margin-bottom: auto;
		padding-right: 0;
	}
	.responsive-design-section .two-col.row-2 .col:nth-child(1),
	.responsive-design-section .two-col.row-2 .col:nth-child(2) {
		flex: 1 0 100%;
	}

	.pro-tip-text p {
		font-size: 32px;
		line-height: 39px;
	}

	.pro-tip-more span {
		font-size: 24px;
		line-height: 29px;
	}
}


@media only screen and (max-width: 955px) {
	footer {
		padding: 325px 0 318px;
	}
}

@media only screen and (max-width: 755px) {
	footer {
		padding: 365px 0 318px;
	}
}

@media only screen and (max-width: 725px) {
	.two-col.tablet-two .mobile-margin-top,
	.two-col.tablet-two + .mobile-margin-top {
		margin-top: 48px;
	}

	.two-col.tablet-two .mobile-margin-bottom {
		margin-bottom: 48px;
	}

	.two-col.tablet-two {
		display: block;
	}
	.vorwerk-section .phone-img-wrapper, .veltra-section .phone-img-wrapper, .made-section .phone-img-wrapper, .deporvillage-section .phone-img-wrapper {
		margin: 0 auto 64px !important
	}
	.veltra-section .two-col .col:first-child,
	.made-section .two-col .col:last-child,
	.deporvillage-section .two-col .col:last-child,
	.vorwerk-section .two-col .col:last-child {
		width: 100%;
	}

	.vorwerk-section .read-the-case-study {
		margin-bottom: 65px;
	}

	.two-col .col:first-child {
		padding-right: 0;
	}

	.codecs-section .col {
		width: 100%;
	}

	.phone-img-text-left {
		padding-right: 0px!important;
	}
	.phone-img-text-right {
		padding-left: 0px!important;
	}
}

@media only screen and (max-width: 580px) {
	.heat-maps-wrapper {
		margin: 32px 0;
	}
	footer {
		padding: 405px 0 318px;
	}
	.contestant span {
		font-size: 11px;
		line-height: 20px;
	}
	.icon-list .icon-bullet {
		display: none;
	}

	.icon-list .list-text {
		padding-left: 0;
	}

	.icon-list .list-text span:first-child,
	.icon-list .list-text a{
		font-size: 20px;
		line-height: 24px;
	}

	.form-wrapper {
		transform: translateY(36px);
	}
	.wrapper.golden {
		padding: 75px 0 0!important;
	}

	.golden .mobile-columns {
		padding: 0 32px;
	}

	.golden .two-col {
		height: auto;
	}

	.pro-tip-text p {
		font-size: 28px;
		line-height: 34px;
	}

	.responsive-design-section .callout-parent {
		margin-bottom: 0;
	}

	.wrapper,
	.wrapper.icon-left-margin {
		padding: 75px 32px;
	}

	.foreword-section {
		padding-top: 75px;
	}

	.code-snippet-wrapper button {
		flex: 0 0 auto;
	}

	.border-left-cols .col {
		margin-bottom: 48px;
	}

	.border-left-cols .col.last-col {
		margin-bottom: 0px;
	}

	.responsive-design-section .callout-parent {
		margin-top: 80px;
	}

	.video-codecs-section p.first {
		padding: 0;
	}

	.icon-display .icon-data span {
		font-size: 46px;
	}

	.icon-display .icon-data img {
		padding-top: 7px;
	}

	.float-col .col img {
		margin: 0 0 32px 0;
		float: none;
	}

	.large-graphic-circle span {
		line-height: 1;
	}

	.two-col .col:first-child {
		padding-right: 0;
	}

	.mobile-columns {
		margin: 0;
		display: block;
		align-items:  center;
	}

	.mobile-col:first-child {
		padding-right: 0px;
	}

	.hero-section {
		overflow: hidden;
		height: auto;
	}

	.hero-section .cloudinary-logo.hero-logo {
		display: block;
		left: 32px;
		top: 44px;
		margin: 0;
	}

	.orange-circle {
		display: block;
		width: 66px;
		height: 66px;
		border: 22.0282px solid #F7BC00;
		bottom: 64px;
		left: 154px;
	}

	.large-graphic-circle {
		width: 290px;
		height: 290px;
	}

	.large-graphic-circle span {
		font-size: 139px;
	}

	.large-graphic-circle .mid-circle{
		width: 101px;
		height: 101px;
	}

	.mid-circle span:nth-child(1) {
		left: -67px;
		top: -32px;
	}

	.mid-circle span:nth-child(2) {
		left: 97px;
		top: -32px;
	}

	.year-circle {
		height: 290px;
	}

	.hero-text {
		padding-left: 32px;
	}

	.hero-text h1{
		font-size: 48px;
		line-height: 52.8px;
	}

	.two-col.tablet-two {
		display: block;
	}

	.bar-graph-wrapper .col:first-child,
	.bar-graph-wrapper .col:last-child,
	.veltra-section .two-col .col:first-child,
	.veltra-section .two-col .col:last-child,
	.made-section .two-col .col:first-child,
	.made-section .two-col .col:last-child {
		width: 100%;
	}

	.codecs-section .col {
		width: 100%;
	}

	.wrapper.microbrowsers-section {
		padding: 0 32px;
	}

	.icon-left-margin .icon-callout img {
		position: relative;
		display: block;
		left: 0;
		margin-bottom: 12px;
	}

	.lightning-bolt-span {
		display: block;
		text-align: center;
	}

	.callout-box {
		font-size: 20px;
		line-height: 24px;
	}

	.callout-box .inner {
		padding: 24px;
		align-items: center;
		flex-direction: column;
	}

	.callout-box .inner .first-col {
		width: 100%;
		padding: 0 0 20px;
		text-align: center;
	}

	.callout-box .inner .first-col img {
		width: 182px;
	}

	.callout-box .inner .second-col {
		width: 100%;
		padding: 20px 0 0;
		border-left: unset;
		border-top: 2px solid #FFD4C4;
	}

	footer {
		padding: 132px 0 100px;
	}

	footer .wrapper {
		padding: 0 32px;
	}
}

@media only screen and (max-width: 544px) {

	.cloudinary-logo {
		display: none;
	}

	.cloudinary-logo-mobile {
		display: block;
		width: 35px;
		height: 28px;
		margin: 22px 0 0 32px;
	}

	.cloudinary-logo-mobile img {
		width: 100%;
	}

	.podium-wrapper h5 {
		font-size: 19px;
		line-height: 26px;
	}
}

@media only screen and (max-width: 425px) {
	.contestant span {
		padding: 8px;
	}
}


@media only screen and (max-width: 405px) {
	.podium-wrapper {
		height: 366px;
	}
}

@media only screen and (max-width: 365px) {
	.contestant span {
		padding: 0px;
	}
}

@media only screen and (max-width: 350px) {
	nav .active-section {
		align-items: center;
	}
	nav .active-section span:nth-of-type(1) {
		font-size: 14px;
	}
	.cloudinary-logo-mobile {
		margin-top: 26px;
	}
}

@media only screen and (max-width: 580px) {
	.av-circle {
		width: 200px;
		margin: 48px auto 0;
		display: block;
	}
	.mobile-margin-top,
	.container.mobile-margin-top {
		margin-top: 48px;
	}

	.mobile-margin-bottom {
		margin-bottom: 48px;
	}

	.phone-img-wrapper {
		margin: 0 auto 64px!important;
	}

	.vorwerk-section .read-the-case-study {
		margin-bottom: 65px;
	}

	.phone-img-text-left {
		padding-right: 0px!important;
	}

	.phone-img-text-right {
		padding-left: 0px!important;
	}
}
</pre></body></html>