@charset "UTF-8";
/*

cleanslate.css

inspired by;
reset.css - http://meyerweb.com/eric/tools/css/reset/ 
normalize.css - http://git.io/normalize 

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:focus {
  outline: none;
  outline: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a,
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

::selection {
  background: #000;
  color: #FFF;
}

::-moz-selection {
  background: #000;
  color: #FFF;
}

/* HTML5 display definitions
========================================================================== 
*/
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
	Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4.
	Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/*
	1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units.
	2. Prevents iOS text size adjust after orientation change, without disabling user zoom.
*/
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
	Addresses `font-family` inconsistency between `textarea` and other form elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  line-height: 1;
}

/*  Links
========================================================================== 
*/
/*
	Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted;
}

/*
	Improves readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/*
Typography
========================================================================== 
*/
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.


abbr[title] 
{
    border-bottom: 1px dotted;
}
*/
/*
	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.

b,
strong {
	font-weight: bold;
}
*/
/*
	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
	Improves readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
Lists
========================================================================== 
*/
dl,
dd,
menu,
ol,
ul,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
Addresses Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet.
*/
button,
input {
  line-height: normal;
}

/*
1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
2. Corrects inability to style clickable `input` types in iOS.
3. Improves usability and consistency of cursor style between image-type `input` and others.
4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: default;
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
  cursor: default;
}

/*
1. Addresses box sizing set to content-box in IE 8/9.
2. Removes excess padding in IE 8/9.
3. Removes excess padding in IE 7.
Known issue: excess padding remains in IE 6.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
	Removes inner padding and border in Firefox 3+.
*/
:-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
	1. Removes default vertical scrollbar in IE 6/7/8/9.
	2. Improves readability and alignment in all browsers.
*/
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/*
Tables
========================================================================== 
*/
/*
Remove most spacing between table cells.
tables still need 'cellspacing="0"' in the markup
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}

body {
  font-size: 10px;
  font-family: "Arial", "Verdana", sans-serif;
  color: #391236;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body #main p {
  display: block;
  font-size: 16px;
  margin-bottom: 1.3em;
  line-height: 1.6em;
}
body #main p:last-child {
  margin-bottom: 0;
}

.title {
  display: block;
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.title em {
  display: inline-block;
  color: #85353B;
}

.strap {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 24px;
}

.link {
  font-size: 16px;
  font-weight: 700;
  background-color: #FFF68C;
  color: #391236;
  border-radius: 50px;
  padding: 20px;
  border: 1px solid #FFF68C;
}
.link:hover {
  color: #FFF68C;
  background-color: #391236;
  border: 1px solid #391236;
}
.link.outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.link.outline:hover {
  background-color: #fff;
  color: #2C224A;
}
.link.outline.rev {
  border: 1px solid #2C224A;
  color: #2C224A;
}
.link.outline.rev:hover {
  background-color: #2C224A;
  color: #fff;
  border: 1px solid #2C224A;
}
@media (max-width: 767px) {
  .link {
    width: 100%;
    text-align: center;
  }
}

/*
@font-face {
    font-family: '';
    src: url('../fonts/.woff2') format('woff2'),
         url('../fonts/.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  display: block;
  margin-bottom: 1em;
}
.entry_content strong {
  font-weight: 700;
}
.entry_content strong a {
  font-weight: 700;
}
.entry_content em {
  font-style: italic;
}
.entry_content em a {
  font-style: italic;
}
.entry_content span {
  display: inline-block;
}
.entry_content a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
}
.entry_content ul,
.entry_content ol {
  display: block;
  padding: 0 20px;
}
.entry_content ul li,
.entry_content ol li {
  line-height: 1.4em;
  margin-bottom: 1em;
}
.entry_content ul li {
  padding-left: 14px;
  position: relative;
}
.entry_content ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #000;
}
.entry_content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.entry_content dl {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content dl dt,
.entry_content dl dd {
  line-height: 1.4em;
}
.entry_content dl dt {
  display: block;
  font-weight: 700;
  padding: 20px 0 10px 0;
}
.entry_content dl dt:first-child {
  padding-top: 0;
}
.entry_content dl dd {
  display: block;
  margin-bottom: 1em;
}
.entry_content table {
  border: solid 1px #555;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 30px;
}
.entry_content table caption,
.entry_content table td,
.entry_content table th {
  border: solid 1px #999;
  padding: 10px;
}
.entry_content table th {
  font-weight: 700;
}
.entry_content table caption {
  border-bottom: none;
  font-size: 16px;
  text-align: left;
}
.entry_content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry_content img.alignleft {
  float: left;
  margin: 0 2% 2% 0;
}
.entry_content img.alignright {
  float: right;
  margin: 0 0 2% 2%;
}
.entry_content img.aligncenter {
  margin: 0 auto;
}

/* =========================================
   Simple reusable grid layout

   Classes:
   .grid
   .grid_2
   .grid_3
   .grid_4
   .grid_5

   One gap setting: change $grid_gap

   Responsive:
   - grid_5: 5 -> 4 -> 3 -> 2 -> 1
   - grid_4: 4 -> 3 -> 2 -> 1
   - grid_3: 3 -> 2 -> 1
   - grid_2: 2 -> 1
========================================= */
/* Sensible width breakpoints */
/* grid_5 drops to 4 */
/* grid_5 and grid_4 drop to 3 */
/* grid_5, grid_4 and grid_3 drop to 2 */
/* everything drops to 1 */
.grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  gap: 16px;
  align-items: stretch;
  justify-items: stretch;
  /* Stop long text and images from breaking the grid */
}
.grid > * {
  min-width: 0;
}

/* Base column counts */
.grid_2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid_3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.grid_5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

/* grid_5: 5 -> 4 */
@media (max-width: 1300px) {
  .grid_5 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/* grid_5: 4 -> 3 and grid_4: 4 -> 3 */
@media (max-width: 1100px) {
  .grid_5,
  .grid_4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* grid_5, grid_4 and grid_3: -> 2 */
@media (max-width: 860px) {
  .grid_5,
  .grid_4,
  .grid_3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* Everything -> 1 */
@media (max-width: 600px) {
  .grid_5,
  .grid_4,
  .grid_3,
  .grid_2 {
    grid-template-columns: 1fr;
  }
}
/*
---------------------------------------------------------------------------
=	GAVITY FORM
---------------------------------------------------------------------------
*/
.gform_wrapper {
  font-size: clamp(16px, 1vw, 18px);
  padding: 0 10%;
}
.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gfield--type-honeypot,
.gform_wrapper .partial_entry_warning {
  display: none !important;
}
.gform_wrapper .gf-readonly input,
.gform_wrapper .gf-readonly textarea {
  pointer-events: none !important;
}
.gform_wrapper {
  /*
  ----------------------------
  =	ERRORS
  ----------------------------
  */
  /*ERROR*/
}
.gform_wrapper .gform_validation_errors {
  margin-bottom: 10px;
}
.gform_wrapper .gform_validation_errors h2 {
  display: block;
  text-align: center;
  line-height: 1.3em;
  color: #F76456;
}
.gform_wrapper .gfield_validation_message {
  display: block;
  line-height: 1.2em;
  color: #F76456;
  padding-top: 10px;
}
.gform_wrapper {
  /*
  ----------------------------
  =	BODY
  ----------------------------
  */
}
.gform_wrapper .gform-body .gfield_label {
  display: block;
  margin-bottom: 14px;
}
.gform_wrapper .gform-body .gfield_label .gfield_required {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 14px;
}
.gform_wrapper .gform-body .gfield_label .gfield_required span {
  display: none;
}
.gform_wrapper .gform-body .gfield_label .gfield_required:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
  color: #000;
}
.gform_wrapper .gform-body input {
  font-size: 0.8em;
}
.gform_wrapper .gform-body input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.gform_wrapper .gform-body input[type=text],
.gform_wrapper .gform-body input[type=email],
.gform_wrapper .gform-body input[type=number] {
  padding: 16px;
  border: 1px solid #000;
}
.gform_wrapper .gform-body input:focus,
.gform_wrapper .gform-body textarea:focus {
  border: 1px solid blue !important;
}
.gform_wrapper .gform-body div.gfield {
  margin-bottom: 26px;
  /*SECTION TITLE*/
}
.gform_wrapper .gform-body div.gfield .gsection_title {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.gform_wrapper .gform-body div.gfield .ginput_container input,
.gform_wrapper .gform-body div.gfield .ginput_container select,
.gform_wrapper .gform-body div.gfield .ginput_container textarea {
  display: block;
  padding: 16px;
  width: 100%;
  border: 1px solid #000;
  background: transparent;
  resize: none !important;
}
.gform_wrapper .gform-body div.gfield .ginput_container select {
  -webkit-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000000' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px), 50%;
  background-size: 12px 12px;
  color: rgba(0, 0, 0, 0.5);
}
.gform_wrapper .gform-body .gfield_description {
  font-size: 0.8em;
}
.gform_wrapper .gform-body .field_description_above .gfield_description {
  padding-bottom: 10px;
}
.gform_wrapper .gform-body .field_description_below .gfield_description {
  padding-top: 10px;
}
.gform_wrapper .gform-body .charleft {
  padding-top: 10px;
}
.gform_wrapper .gform-body fieldset {
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
.gform_wrapper .gform-body fieldset .ginput_complex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gform_wrapper .gform-body fieldset .ginput_complex label {
  display: block;
  padding-bottom: 10px;
  display: none;
}
.gform_wrapper .gform-body fieldset .ginput_complex span,
.gform_wrapper .gform-body fieldset .ginput_complex div {
  flex: 1;
}
.gform_wrapper .gform-body fieldset .ginput_complex span input,
.gform_wrapper .gform-body fieldset .ginput_complex div input {
  width: 100%;
}
.gform_wrapper .gform-body fieldset .ginput_complex .gf_clear_complex {
  display: none;
}
.gform_wrapper .gform-body .ginput_container_consent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 0.8em;
}
.gform_wrapper {
  /*
  ----------------------------
  =	FORM FOOTER
  ----------------------------
  */
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.gform_wrapper .gform_footer input,
.gform_wrapper .gform_page_footer input {
  flex: 1;
  height: 58px;
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.gform_wrapper .gform_footer input.gform_next_button, .gform_wrapper .gform_footer input.gform_previous_button,
.gform_wrapper .gform_page_footer input.gform_next_button,
.gform_wrapper .gform_page_footer input.gform_previous_button {
  max-width: 25%;
}
.gform_wrapper .gform_footer input.gform_previous_button,
.gform_wrapper .gform_page_footer input.gform_previous_button {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.gform_wrapper .gform_footer input:hover,
.gform_wrapper .gform_page_footer input:hover {
  background: #fff;
  color: #000;
}
.gform_wrapper {
  /*
  ----------------------------
  =	ON SUBMIT
  ----------------------------
  */
}
.gform_wrapper .gform-loader {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/timelinejs/2.36.0/css/loading.gif") no-repeat center center;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}

/*
---------------------------------------------------------------------------
=	THANKYOU
---------------------------------------------------------------------------
*/
.gform_confirmation_wrapper {
  padding: 0 5%;
  text-align: center;
  line-height: 1.4em;
}

/*
---------------------------------------------------------------------------
=	PROGRESS BAR
---------------------------------------------------------------------------
*/
.gf_progressbar_wrapper {
  margin-bottom: 60px;
  position: relative;
}
.gf_progressbar_wrapper .gf_progressbar_title {
  position: absolute;
  right: 0;
  bottom: -22px;
  font-size: 0 !important;
}
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page::after {
  content: " / ";
}
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_current_page,
.gf_progressbar_wrapper .gf_progressbar_title .gf_step_page_count {
  font-size: 12px;
}
.gf_progressbar_wrapper .gf_progressbar {
  background: #fff;
  border: 1px solid #000;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  background: orange;
  color: #fff;
  padding: 5px;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  display: none;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  position: fixed;
  width: 90%;
  top: 30px;
  left: 5%;
  height: 90px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  z-index: 9999;
  background-color: #2C283B;
  border-radius: 50px;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  #header {
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    height: 60px;
    padding: 15px 20px;
  }
}
#header #logo {
  display: inline-block;
}
#header #logo img {
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  #header #logo img {
    height: 30px;
  }
}
#header nav {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  #header nav {
    display: none;
  }
}
#header nav a {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
#header nav a:hover {
  color: #FFF68C;
}
#header nav a.btn {
  background-color: #FFF68C;
  color: #391236;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  padding: 0 20px;
}
#header nav a.btn:hover {
  color: #FFF68C;
  background-color: #391236;
}

/*
---------------------------------------------------------------------------
=	BURGER
---------------------------------------------------------------------------
*/
.burger-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #000;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
  display: none;
}
@media only screen and (max-width: 767px) {
  .burger-toggle {
    display: flex;
    margin-left: auto;
  }
}
.burger-toggle .burger_icon {
  width: 28px;
  height: 22px;
  position: relative;
  display: inline-block;
}
.burger-toggle .burger_icon .line {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background-color: currentColor;
  border-radius: 2px;
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.25s ease;
}
.burger-toggle .burger_icon .line.line1 {
  top: 0;
}
.burger-toggle .burger_icon .line.line2 {
  top: 9px;
}
.burger-toggle .burger_icon .line.line3 {
  top: 18px;
}
.burger-toggle.is-active .burger_icon .line1 {
  top: 9px;
  transform: rotate(45deg);
}
.burger-toggle.is-active .burger_icon .line2 {
  opacity: 0;
}
.burger-toggle.is-active .burger_icon .line3 {
  top: 9px;
  transform: rotate(-45deg);
}
.burger-toggle .burger_label {
  color: currentColor;
  font-weight: 400;
  pointer-events: none;
  user-select: none;
  transition: color 0.25s ease;
}
/*
---------------------------------------------------------------------------
=	SLIDE IN NAV
---------------------------------------------------------------------------
*/
.body-locked {
  overflow: hidden;
}

.side_menu_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 900;
}
.side_menu_overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.side_menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-size: cover;
  color: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  background: pink;
}
@media only screen and (min-width: 768px) {
  .side_menu {
    display: none;
  }
}
.side_menu.is-open {
  transform: translateX(0);
}
.side_menu .side_menu_inner {
  padding: 2rem 1.5rem;
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* nav styles */
}
.side_menu .side_menu_inner .side_menu_nav ul {
  list-style: none;
  padding: 80px 0;
  margin: 0;
}
.side_menu .side_menu_inner .side_menu_nav ul li + li {
  margin-top: 1rem;
}
.side_menu .side_menu_inner .side_menu_nav ul a {
  color: #fff;
  text-decoration: none;
  font-size: 8vh;
  line-height: 1.3;
  display: inline-block;
}
.side_menu .side_menu_inner .side_menu_nav ul a:hover {
  color: #000;
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#footer {
  padding: 100px 5% 5%;
  padding-bottom: 20px;
}
#footer .footer_top {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(110px, 160px) minmax(110px, 160px) minmax(280px, 1fr);
  align-items: start;
  column-gap: clamp(30px, 4vw, 80px);
  padding-bottom: 50px;
  border-bottom: 1px solid #d9d9d9;
}
#footer .footer_top > * {
  min-width: 0;
}
#footer .footer_top .foot_logo {
  justify-self: start;
  width: 100%;
  max-width: 320px;
}
#footer .footer_top .foot_logo img {
  display: block;
  width: min(100%, 220px);
  height: auto;
  filter: brightness(0) saturate(100%) invert(8%) sepia(23%) saturate(7180%) hue-rotate(285deg) brightness(88%) contrast(93%);
}
@media (max-width: 500px) {
  #footer .footer_top .foot_logo img {
    width: 100% !important;
  }
}
#footer .footer_top .foot_logo p {
  display: block;
  max-width: 320px;
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.4em;
  color: #737373;
}
#footer .footer_top .foot_link {
  justify-self: center;
  width: 100%;
  max-width: 160px;
  font-size: 13px;
}
#footer .footer_top .foot_link span {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  color: #391236;
}
#footer .footer_top .foot_link ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer_top .foot_link ul li {
  display: block;
  margin-bottom: 8px;
}
#footer .footer_top .foot_link ul li:last-child {
  margin-bottom: 0;
}
#footer .footer_top .foot_link ul li a {
  display: block;
  line-height: 1.2em;
  color: #737373;
  text-decoration: none;
  transition: color 0.2s ease;
}
#footer .footer_top .foot_link ul li a:hover, #footer .footer_top .foot_link ul li a:focus-visible {
  color: #391236;
}
#footer .footer_top .foot_link ul li a:focus-visible {
  outline: 2px solid #391236;
  outline-offset: 3px;
}
#footer .footer_top .foot_contact {
  justify-self: end;
  width: 100%;
  max-width: 360px;
}
#footer .footer_top .foot_contact ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer_top .foot_contact ul li {
  display: block;
  position: relative;
  margin-bottom: 26px;
  padding-left: 50px;
  font-size: 16px;
  color: #391236;
}
#footer .footer_top .foot_contact ul li:last-child {
  margin-bottom: 0;
}
#footer .footer_top .foot_contact ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background-color: #ffc7d8;
  content: "";
  border-radius: 4px;
}
#footer .footer_top .foot_contact ul li span {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
}
#footer .footer_top .foot_contact ul li a {
  display: block;
  font-weight: 700;
  line-height: 1.3em;
  color: #391236;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: color 0.2s ease;
}
#footer .footer_top .foot_contact ul li a:hover, #footer .footer_top .foot_contact ul li a:focus-visible {
  color: #7c285d;
}
#footer .footer_top .foot_contact ul li a:focus-visible {
  outline: 2px solid #391236;
  outline-offset: 3px;
}
#footer .footer_bottom {
  padding-top: 50px;
}
#footer .footer_bottom span {
  display: block;
  font-size: 12px;
  line-height: 1.4em;
  color: #808080;
}
#footer {
  /* Tablet */
}
@media (max-width: 1000px) {
  #footer .footer_top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 6%;
  }
  #footer .footer_top .foot_logo,
  #footer .footer_top .foot_contact {
    grid-column: 1/-1;
  }
  #footer .footer_top .foot_logo {
    justify-self: start;
    max-width: 440px;
  }
  #footer .footer_top .foot_logo p {
    max-width: 440px;
  }
  #footer .footer_top .foot_link {
    justify-self: start;
    max-width: none;
  }
  #footer .footer_top .foot_contact {
    justify-self: start;
    max-width: none;
  }
  #footer .footer_top .foot_contact ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
  #footer .footer_top .foot_contact ul li {
    margin-bottom: 0;
  }
}
#footer {
  /* Mobile */
}
@media (max-width: 600px) {
  #footer {
    padding: 40px 24px 20px;
  }
  #footer .footer_top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 24px;
    padding-bottom: 40px;
  }
  #footer .footer_top .foot_logo,
  #footer .footer_top .foot_contact {
    grid-column: 1/-1;
  }
  #footer .footer_top .foot_logo img {
    width: min(100%, 190px);
  }
  #footer .footer_top .foot_logo p {
    max-width: 100%;
    margin-top: 18px;
  }
  #footer .footer_top .foot_link span {
    margin-bottom: 16px;
  }
  #footer .footer_top .foot_link ul li {
    margin-bottom: 10px;
  }
  #footer .footer_top .foot_link ul li a {
    padding-block: 2px;
    line-height: 1.4em;
  }
  #footer .footer_top .foot_contact ul {
    display: block;
  }
  #footer .footer_top .foot_contact ul li {
    margin-bottom: 24px;
    padding-left: 48px;
  }
  #footer .footer_top .foot_contact ul li:last-child {
    margin-bottom: 0;
  }
  #footer .footer_bottom {
    padding-top: 30px;
  }
}
#footer {
  /* Very small mobile */
}
@media (max-width: 380px) {
  #footer {
    padding-inline: 18px;
  }
  #footer .footer_top {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  #footer .footer_top .foot_logo,
  #footer .footer_top .foot_contact {
    grid-column: auto;
  }
}

.wrap {
  max-width: 700px;
}

.grid {
  padding-top: 5%;
}

.links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.links.cen {
  justify-content: center;
}

.fit {
  position: relative;
}
.fit img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
---------------------------------------------------------------------------
=	HERO
---------------------------------------------------------------------------
*/
.hero {
  background-color: #2C283B;
  color: #fff;
  padding: 250px 5% 200px;
  border-radius: 0 0 50px 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .hero {
    padding: 120px 5% 0;
    border-radius: 0;
  }
}
.hero > * {
  max-width: 50%;
}
@media (max-width: 767px) {
  .hero > * {
    max-width: 100%;
  }
}
.hero > * .link {
  display: inline-block;
  margin-bottom: 20px;
}
.hero > * .title {
  margin-bottom: 0.3em;
  font-size: 7vw;
}
@media (max-width: 767px) {
  .hero > * .title {
    font-size: 14vw;
  }
}
.hero > * .title em {
  display: inline;
  color: #ffc7d8;
}
.hero > * p {
  font-size: 18px;
  line-height: 28px;
}
.hero > * .links {
  margin-top: 30px;
}
.hero#page_hero {
  padding: 250px 5% 140px;
}
.hero#page_hero h1 {
  font-size: 5.2vw;
}
.hero#single_hero > * {
  max-width: unset;
}
.hero#single_hero .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.hero#single_hero .info span {
  display: inline-block;
  font-size: 18px;
}

/*
---------------------------------------------------------------------------
=	PAGE
---------------------------------------------------------------------------
*/
.section_title.cen {
  text-align: center;
}
.section_title span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 24px;
}
.section_title .title {
  font-size: 54px;
}

section {
  padding: 5%;
}
section .section_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
section .section_content > * {
  flex: 100%;
}
section .section_content .entry_content {
  margin-top: 30px;
  text-align: center;
}
section .section_content .links {
  padding-top: 50px;
}

.ticks {
  gap: 60px;
}
.ticks img {
  display: inline-block;
  margin-bottom: 10px;
}
.ticks p {
  font-weight: 700;
  font-size: 18px;
}

/*
---------------------------------------------------------------------------
=	SERVICES
---------------------------------------------------------------------------
*/
.outlined_grid {
  gap: 20px;
}
.outlined_grid > * {
  border: 1px solid #391236;
  padding: 40px 20px;
  border-radius: 24px;
}
.outlined_grid > * h3 {
  display: block;
  font-size: 18px;
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
}

/*
---------------------------------------------------------------------------
=	HAS BG
---------------------------------------------------------------------------
*/
.has_bg > * {
  padding: 100px 5% !important;
  border-radius: 64px;
}
@media (max-width: 767px) {
  .has_bg > * {
    padding: 50px 30px !important;
  }
}
.has_bg.has_bg_light > * {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.has_bg.has_bg_dark > * {
  background-color: #391236;
  color: #fff;
}
.has_bg.has_bg_dark .title em {
  color: #FFC7D8;
}

.sec_bg {
  background-color: #EEE;
  border-radius: 60px;
}

.sec_bg_dark {
  background-color: #391236;
  color: #fff;
}

/*
---------------------------------------------------------------------------
=	STATS
---------------------------------------------------------------------------
*/
.stats {
  padding-top: 5%;
}
.stats > * {
  text-align: center;
}
.stats > * > * {
  display: block;
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.stats > * span {
  font-size: 48px;
  color: #FFC7D8;
}
.stats > * p {
  margin-top: 20px;
  font-size: 18px;
}

/*
---------------------------------------------------------------------------
=	DOTS
---------------------------------------------------------------------------
*/
.steps {
  counter-reset: step-counter;
  padding: 5%;
  column-gap: 16px;
}
.steps > div {
  counter-increment: step-counter;
  position: relative;
  min-width: 0;
  text-align: center;
  /* Connecting line to the next step */
}
.steps > div:not(:last-child)::after {
  position: absolute;
  z-index: 1;
  top: 23px;
  left: 50%;
  width: calc(100% + 16px);
  height: 2px;
  background-color: #ffc7d8;
  content: "";
}
.steps > div {
  /* Numbered circle */
}
.steps > div::before {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background-color: #ffc7d8;
  color: #391236;
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  content: counter(step-counter);
}
.steps > div p {
  position: relative;
  z-index: 2;
  max-width: 240px;
  margin: 0 auto;
  color: #391236;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.steps {
  /* Tablet: two columns and no connecting lines */
}
@media (max-width: 860px) {
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 48px;
  }
  .steps > div::after {
    display: none;
  }
}
@media (max-width: 1300px) {
  .steps > div::after {
    display: none;
  }
}
.steps {
  /* Mobile: 100% width, centred and stacked */
}
@media (max-width: 600px) {
  .steps {
    grid-template-columns: 1fr;
    row-gap: 40px;
    padding: 50px 24px;
  }
  .steps > div {
    width: 100%;
    text-align: center;
  }
  .steps > div::after {
    display: none;
  }
  .steps > div p {
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}

/*
---------------------------------------------------------------------------
=	LATEST PROJECTS
---------------------------------------------------------------------------
*/
.latest_projects {
  padding-top: 5%;
}
.latest_projects .latest_project {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 5%;
}
.latest_projects .latest_project:last-of-type {
  margin-bottom: 0;
}
.latest_projects .latest_project > * {
  flex: 1;
  max-width: 50%;
}
@media (max-width: 767px) {
  .latest_projects .latest_project > * {
    max-width: 100%;
    flex: 100%;
  }
}
.latest_projects .latest_project .img_col {
  aspect-ratio: 1/0.8;
}
@media (max-width: 767px) {
  .latest_projects .latest_project .img_col {
    aspect-ratio: 1/1;
  }
}
.latest_projects .latest_project .img_col img {
  border-radius: 46px;
}
.latest_projects .latest_project .text_col {
  padding: 5%;
}
@media (max-width: 767px) {
  .latest_projects .latest_project .text_col {
    padding: 10% 0;
  }
}
.latest_projects .latest_project .text_col .cat {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 18px;
}
.latest_projects .latest_project .text_col h3 {
  display: block;
  font-size: 28px;
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2em;
}
.latest_projects .latest_project .text_col p {
  margin-top: 20px;
}
.latest_projects .latest_project .text_col .link {
  display: inline-block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .latest_projects .latest_project:nth-child(even) .img_col {
    order: 2;
  }
}

/*
---------------------------------------------------------------------------
=	LATEST NEWS
---------------------------------------------------------------------------
*/
.card {
  border-radius: 16px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.card .card_img {
  aspect-ratio: 1/0.7;
}
.card .card_img img {
  border-radius: 16px;
}
.card .card_content {
  padding-top: 12px;
}
.card .card_content > span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 12px;
}
.card .card_content h3 {
  display: block;
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2em;
  font-size: 28px;
}
.card .card_content abbr {
  display: block;
  font-size: 16px;
  margin-top: 14px;
}
.card .card_content p {
  margin-top: 18px;
}
.card .card_content .link {
  display: inline-block;
}
.card .card_content .actions {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.card .card_content .actions span {
  display: block;
  font-size: 16px;
}
.card .card_content .actions .link {
  margin-left: auto;
}
.card.simple_card {
  border: none;
  padding: 0;
  background: none;
  margin-block: 40px;
}
.card.simple_card .card_img {
  aspect-ratio: 1/0.5;
}
.card.simple_card .card_img img {
  border-radius: 24px;
}
.card.simple_card h3 {
  font-size: 18px;
}
.card.event h3 {
  font-size: 18px;
}
.card.event .link {
  margin-top: 18px;
}

/*
---------------------------------------------------------------------------
=	TEAM
---------------------------------------------------------------------------
*/
.team {
  padding-top: 5%;
  gap: 60px;
}
.team .fit {
  display: block;
  aspect-ratio: 1/1;
}
.team .fit img {
  border-radius: 100%;
}
.team div {
  padding-top: 20px;
}
.team div span {
  display: block;
  font-size: 16px;
}
.team div span:first-of-type {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2em;
  font-size: 18px;
  margin-bottom: 10px;
}

.sec_bg_dark .team .fit {
  aspect-ratio: 1/0.6;
}
.sec_bg_dark .team .fit img {
  border-radius: 120px;
}

/*
---------------------------------------------------------------------------
=	PARTNERSHIPS
---------------------------------------------------------------------------
*/
.partnerships {
  text-align: center;
}
.partnerships p {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
.partnerships .partners {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.partnerships .partners .partner {
  width: 150px;
}
.partnerships .partners .partner img {
  display: block;
  height: auto;
  width: 100%;
}

/*
---------------------------------------------------------------------------
=	FLOATING GRID
---------------------------------------------------------------------------
*/
.floating > * {
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 30px;
  text-align: center;
}
.floating > * h3 {
  display: block;
  width: 100%;
  border-radius: 30px;
  background-color: #FFC7D8;
  font-size: 18px;
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2em;
  padding: 14px;
}
.floating > * p {
  padding: 20px;
}
.floating > *:nth-child(2n+2) h3 {
  background-color: #95BDC1;
}
.floating > *:nth-child(3n+3) h3 {
  background-color: #D4D2FC;
}

/*
---------------------------------------------------------------------------
=	SERVICE CARD
---------------------------------------------------------------------------
*/
.service_card {
  background-color: #fff;
  border-radius: 32px;
}
.service_card > div {
  padding: 30px 20px;
}
.service_card > div h3 {
  display: block;
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2em;
  font-size: 28px;
  margin-bottom: 20px;
}
.service_card > div.outputs {
  border-radius: 32px;
  position: relative;
  font-size: 16px;
}
.service_card > div.outputs:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  border-radius: 32px;
}
.service_card > div.outputs span {
  display: block;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
}
.service_card > div.outputs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  position: relative;
  padding-right: 30%;
}
.service_card > div.outputs ul li {
  font-size: 14px;
  background-color: #FDEDF2;
  padding: 10px;
  border-radius: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

/*
---------------------------------------------------------------------------
=	LSIST
---------------------------------------------------------------------------
*/
.list {
  padding-top: 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.list.cen {
  justify-content: center;
}
.list > span {
  border: 1px solid #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 30px;
  border-radius: 24px;
}

/*
---------------------------------------------------------------------------
=	ARCHIVE 
---------------------------------------------------------------------------
*/
.archive #main,
.blog #main {
  padding-top: 180px;
}

.news_cols {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.news_cols > * {
  flex: 1;
}
.news_cols > *.co2 {
  max-width: 300px;
}
.news_cols > *.co2 h5 {
  font-size: 18px;
}

.post-type-archive-projects .grid {
  gap: 24px;
}
.post-type-archive-projects .grid .card {
  margin-bottom: 0px;
}

.grid_first_full h3 {
  font-size: 40px;
}
.grid_first_full > :first-child {
  grid-column: 1/-1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.grid_first_full > :first-child > * {
  width: 50%;
}
.grid_first_full > :first-child > *.card_img {
  aspect-ratio: 1/0.5;
}
.grid_first_full > :first-child > *.card_img img {
  border-radius: 16px;
}
.grid_first_full > :first-child > *.card_content h3 {
  font-size: 40px;
}
.grid_first_full > :first-child > *.card_content {
  padding: 5%;
}
.grid_first_full.grid_2 > :first-child .card_img {
  width: 40% !important;
  aspect-ratio: 1/1.1;
}
.grid_first_full.grid_2 > :first-child .card_content {
  width: 60% !important;
}

/*
---------------------------------------------------------------------------
=	SINGLE
---------------------------------------------------------------------------
*/
.single_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.single_content .inner {
  max-width: 794px;
}
.single_content .inner .content_element {
  margin-bottom: 80px;
}
.single_content .inner .content_element.content_block {
  margin-bottom: 54px;
}
.single_content .inner .content_element > h2 {
  font-size: 56px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.single_content .inner .content_element:last-of-type {
  margin-bottom: 0;
}
.single_content .inner .content_element img {
  max-width: 100%;
  border-radius: 16px;
}
.single_content .inner .single_stat {
  background-color: #391236;
  padding: 5%;
  border-radius: 16px;
  color: #fff;
}
.single_content .inner .single_stat .stat_info > span {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}
.single_content .inner .single_stat .stat_info h3 {
  font-size: 56px;
  margin-bottom: 20px;
}
.single_content .inner .single_stat .stats {
  margin: 20px 0;
}
.single_content .inner .share ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.single_content .inner .share ul li {
  display: inline-block;
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
.single_content .inner .share ul li a {
  display: block;
  width: 36px;
  height: 36px;
  background-color: #FFC7D8;
  border-radius: 4px;
}
