.ct-section-inner-wrap, .oxy-header-container{
  max-width: 1440px;
}
body {font-family: 'DM Sans';}body {line-height: var(--lineHeight, 1.65);font-size: var(--fontSize, 1.6rem) ;font-weight: 400;color: var(--textColor, #000000);}.oxy-nav-menu-hamburger-line {background-color: var(--textColor, #000000);}h1, h2, h3, h4, h5, h6 {font-family: 'DM Sans';}a {text-decoration: ;}.ct-link-text {text-decoration: ;}.ct-link {text-decoration: ;}.ct-link-button {border-radius:  ;}.ct-section-inner-wrap {
}.ct-new-columns > .ct-div-block {
}.oxy-header-container {
}@media (max-width: 992px) {
				.ct-columns-inner-wrap {
					display: block !important;
				}
				.ct-columns-inner-wrap:after {
					display: table;
					clear: both;
					content: "";
				}
				.ct-column {
					width: 100% !important;
					margin: 0 !important;
				}
				.ct-columns-inner-wrap {
					margin: 0 !important;
				}
			}
/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,::after,::before{box-sizing:border-box}html{font-family:system-ui,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji';line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0}hr{height:0;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,'Liberation Mono',Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}/* Colors */
:root {
  --blackColor: #000000;
  --darkColor: #091523;
  --lightColor: #FDF4EF;
  --whiteColor: #FFFFFF;
  --accentColor: #E57842;
  --accentColorDarken: #e16528;
  --textColor: #000000;
  --fontSize: 1.6rem;
  --lineHeight: 1.5625;
}
/* RWD Base */
html {
  font-size: 2.6vw;
  scroll-behavior: smooth;
}
@media (min-width: 992px) and (max-width: 1439px) {
  html {
    font-size: 0.694vw;
  }
}
@media (min-width: 1440px) {
  html { 
    font-size: 10px;
  }
}

.ct-section {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
/* Typo Base */
h1, h2, h3, h4, h5, h6 {
  margin-top: 1em;
  margin-bottom: 0.35em;
}
p + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 1em;
}

:is(h1, h2, h3, h4, h5, h6):first-child {
  margin-top: 0;
}
:is(h1, h2, h3, h4, h5, h6):last-child {
  margin-bottom: 0;
}
h1, .h1 {
  font-size: 4.5rem;
  line-height: 1.14706;
}
h2, .h2 {
  font-size: 4.5rem;
  line-height: 1.11111;
}
h3, .h3 {
  font-size: 4.5rem;
  line-height: 1.14706;
}
h4, .h4 {
  font-size: 3rem;
  line-height: 1.14706;
}
h5, .h5 {
  font-size: 2rem;
  line-height: 1.14706;
}
h6, .h6 {
  font-size: 1.6rem;
  line-height: 1.14706;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 6.8rem;
  }
  h2, .h2 {
    font-size: 5.4rem;
    line-height: 1.11111;
  }
}
p {
  margin-top: 1em;
  margin-bottom: 1em;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper {
    font-size: 16px !important;
}
body#tinymce {
  font-size: 16px !important;
}svg.preview {
  max-width: 1440px;
  margin: auto;
  display: block;
  height: auto;
  width: 100%;
}