/* ==========================================================================
   Compiling Map
   ========================================================================== */
/* Vendor
   ========================================================================== */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea,
.textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea, .textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Base
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
:root {
  /* Typography */
  --font-1: "Outfit", sans-serif;
}

/* Colors
   ========================================================================== */
.daily {
  /* Primary Colors */
  --color-1: #BE2410;
  --color-2: #951706;
  /* Gradient */
  --gradient-1-h: linear-gradient(90deg, var(--color-1) 0%, var(--color-2) 100%);
  --gradient-1-d: linear-gradient(135deg, var(--color-1) 0%, var(--color-2) 100%);
  --gradient-1-v: linear-gradient(180deg, var(--color-1) 0%, var(--color-2) 100%);
  --gradient-2-v: linear-gradient(180deg, var(--color-background-1) 0%, rgba(var(--color-2-rgb), .3) 100%);
  /* Typography */
  --color-text: #0a0a0a;
  /* Containers */
  --color-background-1: #ffffff;
  --color-background-2: #f8f8f8;
  --color-background-3: #f9f9f9;
  --color-background-4: #f1f1f1;
  --color-border-1: #d2d2d2;
  --color-border-2: #ddd;
  --color-shadow-1: #d2d2d2;
  --color-shadow-2: #141414;
  --color-shadow-2-rgb: 20, 20, 20;
  --color-alert: #f15050;
  --color-alert-rgb: 241, 80, 80;
}

/* ==========================================================================
   Structure
   ========================================================================== */
*, *:before, *:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

#viewport {
  background-color: var(--color-background-1);
}

/* ==========================================================================
   Functions
   ========================================================================== */
a {
  text-decoration: none;
  color: inherit;
}
a:visited, a:hover, a:focus, a:active {
  outline: 0;
}

.button, .welcome .social a, .icon-round, .button-round, button {
  cursor: pointer;
  padding: 0;
  border: none;
  border-radius: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
}
.button:focus, .welcome .social a:focus, .icon-round:focus, .button-round:focus, button:focus {
  outline: none;
}

/* Architecture
   ========================================================================== */
/* ==========================================================================
   Containers
   ========================================================================== */
/* Layout
   ========================================================================== */
.view {
  display: flex;
  flex-basis: auto;
}

.v-scrollable {
  height: 100vh;
  overflow: hidden;
}
.v-scrollable > [class^=v-], .v-scrollable > [class*=" v-"] {
  flex-grow: 1;
  flex-shrink: 1;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
}

.v-fixed {
  flex: 0 0 auto;
}
.v-fixed .v-content {
  flex: 1 1 auto;
  overflow-y: scroll;
}

/* Global
   ========================================================================== */
.v-main {
  width: 100%;
}

/* ==========================================================================
   View Main Media
   ========================================================================== */
/* Layout
   ========================================================================== */
.v-main-media .v-main {
  width: 60%;
}
.v-main-media .v-media {
  width: 40%;
}

/* Animation
   ========================================================================== */
.v-main-media .v-media {
  transition: all 0.2s;
}
.v-main-media.js-v-max .v-main {
  width: 40%;
}
.v-main-media.js-v-max .v-media {
  width: 60%;
}

/* Borders
   ========================================================================== */
.v-main-media .v-main {
  border-right: 1px solid var(--color-2);
}
.v-main-media .v-media .v-header {
  border-bottom: 1px solid var(--color-2);
}

/* ==========================================================================
   View Menu Main Media
   ========================================================================== */
/* Layout
   ========================================================================== */
.v-menu-main-media .v-menu {
  flex-grow: 0;
  flex-shrink: 0;
  width: 240px;
  background-color: var(--color-background-3);
}
.v-menu-main-media .v-main {
  width: 57%;
}
.v-menu-main-media .v-media {
  width: 43%;
  transition: all 0.2s;
}

/* Animation
   ========================================================================== */
.v-menu-main-media .v-media {
  transition: all 0.2s;
}
.v-menu-main-media.js-v-max .v-main {
  width: 40%;
}
.v-menu-main-media.js-v-max .v-media {
  width: 60%;
}

/* ==========================================================================
   Containers
   ========================================================================== */
/* Global
   ========================================================================== */
[class^=block], [class*=" block"] {
  width: 100%;
  padding: 0.5em 1em;
}

/* block-table
   ========================================================================== */
.block-table {
  padding: 0;
  background-color: var(--color-background-1);
  border: 1px solid var(--color-border-2);
  border-radius: 5px;
}
.block-table .row {
  padding: 0.5em;
  border-bottom: 1px solid var(--color-border-2);
}
.block-table .row > * {
  display: block;
  padding: 0.5em 1em;
  width: 100%;
}
.block-table .row .col-empty {
  display: none;
}
.block-table .row:first-child {
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid var(--color-border-2);
}
.block-table .row:last-child {
  border-radius: 0 0 5px 5px;
  border-bottom: none;
}
.block-table .row:nth-child(odd) {
  background-color: var(--color-background-3);
}
.block-table .row:nth-child(even) {
  background-color: var(--color-background-1);
}

/* block-chat
   ========================================================================== */
.block-chat {
  position: relative;
  margin: 0 auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  background-color: var(--color-background-1);
  border: 1px solid var(--color-border-2);
  border-left: 5px solid var(--color-1);
  border-right: 5px solid var(--color-1);
  border-radius: 5px;
}
.block-chat.avatar-chat {
  margin-left: 1em;
}
.block-chat.avatar-chat:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -12px;
  left: -13px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid var(--color-1);
}

[data-variant=dark] .block-chat {
  background-color: var(--color-background-2);
}

/* Ornament
   ========================================================================== */
.border {
  border-radius: 3px;
  border: 1px solid var(--color-1);
}

.shadow-1 {
  box-shadow: 0 0 0.9em rgba(var(--color-shadow-2-rgb), 0.08);
}

.shadow-2 {
  box-shadow: 0 0 1em rgba(var(--color-shadow-2-rgb), 0.1);
}

[data-variant=dark] .shadow-1 {
  box-shadow: 0 0 1em rgba(var(--color-shadow-2-rgb), 1);
}

[data-variant=dark] .shadow-2 {
  box-shadow: 0 0.5em 4em rgba(var(--color-shadow-2-rgb), 1);
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
/* Base
   ========================================================================== */
html {
  font-size: 14px;
}

.site {
  background-color: var(--color-background-1);
  color: var(--color-text);
  font-family: var(--font-1);
  line-height: 1.4;
  font-weight: 300;
  font-size: calc(1em + 0.3vw);
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media all and (min-width: 1600px) {
  .site {
    font-size: 20px;
  }
}

h1, h2, h3, h4 {
  font-family: var(--font-1);
  line-height: 1.3;
  font-weight: 600;
}

h1 {
  font-size: 1.7em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.23em;
}

h4 {
  font-size: 1em;
}

p, ul {
  margin: 0;
  padding-bottom: 1em;
}

ul {
  padding: 0 0 1em 0.7em;
  list-style: none;
}
ul li:before {
  content: "";
  position: relative;
  top: 0.15em;
  font-family: "Material Icons Round";
  content: "done";
  color: var(--gradient-1-h);
  font-size: 1em;
  margin-right: 0.4em;
}

strong {
  font-weight: 600;
}
strong small {
  font-weight: 600;
}

small {
  font-size: 0.8em;
  font-weight: 400;
}

/* Link
   ========================================================================== */
p a, ul a {
  display: inline-block;
  padding-bottom: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid var(--color-1);
  color: var(--color-2);
  transition: all 0.5s;
}
p a:visited, ul a:visited {
  border-bottom: 1px solid var(--color-1);
  color: var(--color-2);
}
p a:hover, ul a:hover, p a:visited:hover {
  border-top-color: var(--color-1);
}

/* Interactions
   ========================================================================== */
hgroup {
  padding-bottom: 1em;
}
hgroup h2 {
  margin: 0;
  font-weight: 400;
}
hgroup h1 {
  margin: 0;
  padding: 0;
}

.emoji-list {
  padding-bottom: 1em;
}
.emoji-list p, .emoji-list ul {
  display: flex;
  padding-bottom: 0.4em;
}
.emoji-list .emoji {
  font-size: 1.4em;
  margin-right: 0.5em;
}
/* Font Sizes
   ========================================================================== */
.font-size-95 {
  font-size: .95em;
}

.font-size-195 {
  font-size: 1.95em;
}

.font-size-90 {
  font-size: .90em;
}

.font-size-190 {
  font-size: 1.90em;
}

.font-size-85 {
  font-size: .85em;
}

.font-size-185 {
  font-size: 1.85em;
}

.font-size-80 {
  font-size: .80em;
}

.font-size-180 {
  font-size: 1.80em;
}

.font-size-75 {
  font-size: .75em;
}

.font-size-175 {
  font-size: 1.75em;
}

.font-size-70 {
  font-size: .70em;
}

.font-size-170 {
  font-size: 1.70em;
}

.font-size-65 {
  font-size: .65em;
}

.font-size-165 {
  font-size: 1.65em;
}

.font-size-60 {
  font-size: .60em;
}

.font-size-160 {
  font-size: 1.60em;
}

.font-size-50 {
  font-size: .50em;
}

.font-size-150 {
  font-size: 1.50em;
}

.font-size-40 {
  font-size: .40em;
}

.font-size-140 {
  font-size: 1.40em;
}

.font-size-30 {
  font-size: .30em;
}

.font-size-130 {
  font-size: 1.30em;
}

.font-size-20 {
  font-size: .20em;
}

.font-size-120 {
  font-size: 1.20em;
}

.font-size-10 {
  font-size: .10em;
}

.font-size-110 {
  font-size: 1.10em;
}

.font-poster {
  font-size: 1.25em;
}
@media all and (max-width: 1600px) {
  .font-poster {
    font-size: 1em;
  }
}
.font-poster h1 {
  line-height: 1.2;
}

/* Elements
   ========================================================================== */
.tag {
  padding: 0em 0.8em 0.1em 0.8em;
  background-image: var(--gradient-1-h);
  border-radius: 1rem;
  border: 1px solid var(--color-2);
  color: white;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 0.9;
}

.double-line {
  padding-bottom: 0.3em;
  background: url("../asset/image/double-line.png") no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

.two-arrows {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 50px;
}
@media all and (min-width: 800px) {
  .two-arrows {
    margin-bottom: 30px;
  }
}
.two-arrows:after {
  content: "";
  border-right: 1px solid transparent;
  display: block;
  position: absolute;
  z-index: 2;
  left: 32px;
  bottom: -60px;
  width: calc(100% - 64px);
  height: 62px;
  background-image: url("../asset/image/left-arrow.png"), url("../asset/image/right-arrow.png");
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 25px auto, 25px auto;
}
@media all and (min-width: 800px) {
  .two-arrows:after {
    left: 45px;
    bottom: -55px;
    width: calc(100% - 90px);
  }
}
@media all and (min-width: 980px) {
  .two-arrows:after {
    height: 80px;
    background-size: 35px auto, 35px auto;
    left: 50px;
    bottom: -70px;
    width: calc(100% - 100px);
  }
}

mark {
  display: inline-block;
  position: relative;
  background-color: transparent;
  z-index: 1;
}
mark:after {
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  bottom: 0.05em;
  height: 0.5em;
  content: "";
  background-color: #FCEC9D;
  border-radius: 3px;
}
mark.dark-bg {
  color: white;
}
mark.dark-bg:after {
  background-color: #FCEC9D;
}

/* Utilities
   ========================================================================== */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-color, .share .add_additional_email, .optin .block-text h2 {
  color: var(--color-2);
}

.text-gradient, .field-info:before, ul li:before {
  background-image: var(--gradient-1-h);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-shadow, .m-newsletter .footer-menu {
  text-shadow: 0.1em 0.1em 0.05em rgba(0, 0, 0, 0.09);
}

br.br-half {
  content: "";
  display: block;
  height: 0.5em;
}

/* Components
   ========================================================================== */
/* ==========================================================================
   Images
   ========================================================================== */
/* Base
   ========================================================================== */
img {
  display: block;
  max-width: 100%;
}

figure {
  margin: 0;
}

/* Holon
   ========================================================================== */
.holon {
  position: relative;
  width: 210px;
}
.holon .svg-holon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  stroke: var(--color-2);
  stroke-width: 0.6;
}
.holon .holon-flex {
  position: absolute;
  display: flex;
  align-items: center;
  top: 7%;
  right: 4%;
  bottom: 7%;
  left: 4%;
}
.holon .left-holon, .holon .right-holon {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 3%;
  position: relative;
  border-radius: 50%;
  background: linear-gradient(180deg, #E9F2FC 16.51%, #EBF2F9 42.62%, #ABC0D9 94.37%);
  cursor: default;
}
.holon .left-holon .holon-image, .holon .right-holon .holon-image {
  position: absolute;
  top: 7%;
  right: 7%;
  bottom: 7%;
  left: 7%;
  border-radius: 50%;
  overflow: hidden;
  background-image: url("../image/header-1.jpg");
  background-size: auto 100%;
  background-position: center center;
  transition: all 0.2s ease;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.4);
}
.holon .left-holon:hover .holon-image, .holon .right-holon:hover .holon-image {
  background-size: auto 150%;
}
.holon .right-holon {
  margin-right: 0;
}
.holon .right-holon .holon-image {
  background-image: url("../image/header-2.jpg");
}

/* AI Avatar
   ========================================================================== */
.ai-avatar {
  position: relative;
  width: 100%;
  border-radius: 50%;
  border: 1px solid var(--color-2);
  background: var(--gradient-1-d);
}
.ai-avatar .ai-circle {
  position: absolute;
  border: 1px solid white;
  width: 88%;
  height: 88%;
  border-radius: 50%;
  background: linear-gradient(180deg, #E9F2FC 16.51%, #EBF2F9 42.62%, #ABC0D9 94.37%);
}
.ai-avatar .svg-ai {
  width: 64%;
  margin-left: 18%;
  stroke: var(--color-2);
  stroke-width: 0.4;
}
.ai-avatar .ai-headshot {
  position: absolute;
  bottom: 0;
}
.ai-avatar .ai-avatar {
  position: absolute;
  bottom: -20%;
  left: 50%;
  margin-left: -19%;
  width: 38%;
}

/* ==========================================================================
   Button
   ========================================================================== */
/* Base
   ========================================================================== */
.button, .welcome .social a, .icon-round, .button-round {
  display: inline-block;
  padding: 0.8em 1.2em 0.7em 1.2em;
  margin-bottom: 0.4em;
  border-radius: 5px;
  border: 1px solid var(--color-2);
  background: var(--color-1);
  background-image: linear-gradient(180deg, var(--color-1) 0%, var(--color-2) 100%);
  box-shadow: inset 0.15em 0.15em 0.15em rgba(255, 255, 255, 0.2);
  color: white;
  font-weight: 500;
  /*transition: all .3s;*/
}
.button.button-full, .welcome .social a.button-full, .button-full.icon-round, .button-full.button-round {
  width: 100%;
}
.button.button-small, .welcome .social a.button-small, .button-small.icon-round, .button-small.button-round {
  font-size: 0.8em;
}
.button:hover, .welcome .social a:hover, .icon-round:hover, .button-round:hover, .button:focus, .welcome .social a:focus, .icon-round:focus, .button-round:focus {
  /*transform: scale(1.02);*/
}

/* Button with icons
   ========================================================================== */
.button-icon .text {
  color: inherit;
  line-height: 1;
  padding-top: 0.1em;
}
.button-icon .icon {
  color: inherit;
  font-size: 1.2em;
  line-height: 0.8;
}
.button-icon .text + .icon {
  margin: 0 0 0 0.5em;
}
.button-icon .icon + .text {
  margin: 0 0 0 0.5em;
}
.button-icon.button-full .icon {
  font-size: 1.5em;
  line-height: 0.9;
}

/* Button selection
   ========================================================================== */
.button-selection {
  width: 100%;
  border-radius: 5px;
  border: 2px solid var(--color-border-1);
}
.button-selection img {
  display: block;
  border-radius: 3px;
}
.button-selection.is-selected {
  border: 2px solid rgba(var(--color-1-rgb), 0.8);
  box-shadow: 0 0 0.4em rgba(var(--color-1-rgb), 1);
}
.button-selection:hover {
  border-color: rgba(var(--color-1-rgb), 0.8);
  box-shadow: 0 0 0.4em rgba(var(--color-1-rgb), 1);
}

/* Nofication
   ========================================================================== */
.icon-notification {
  position: relative;
}
.icon-notification [class^=icon-position-], .icon-notification [class*=icon-position-] {
  position: absolute;
}
.icon-notification .icon-position-top-center {
  top: -1.1em;
  left: 50%;
  margin-left: -1.25em;
}
.icon-notification .icon-position-top-center.icon-large {
  margin-left: -1em;
}
.icon-notification .icon-position-center-center {
  top: 50%;
  left: 50%;
}
.icon-notification .icon-position-center-center.icon-large {
  margin-top: -1em;
  margin-left: -1em;
}
.icon-notification .icon-position-top-right {
  top: -1.1em;
  right: -1em;
}

.icon-notification .icon-round {
  opacity: 0;
}

.icon-notification.is-selected .icon-round {
  opacity: 1;
}

/* Pending
   ========================================================================== */
.button-round {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

/* ==========================================================================
   link
   ========================================================================== */
/* Typography
   ========================================================================== */
a {
  text-decoration: none;
  color: #0097ff;
  border-bottom: 2px solid #0097ff;
}

/* ==========================================================================
   Button
   ========================================================================== */
/* Base
   ========================================================================== */
.icon {
  font-family: "Material Icons";
}

.icon-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  margin: 0;
  padding: 0;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  font-weight: 500;
  font-size: 0.7em;
}
.icon-round .text {
  font-size: 1.3em;
  line-height: 0.9;
  padding-top: 0.2em;
}
.icon-round .icon {
  font-size: 1.4em;
}
.icon-round.icon-small {
  font-size: 0.5em;
}
.icon-round.icon-large {
  font-size: 1em;
}

/* Utilities
   ========================================================================== */
.icon-flip {
  transform: scaleX(-1);
}

/* ==========================================================================
   Forms
   ========================================================================== */
/* Base
   ========================================================================== */
.field {
  margin: 0.8em 0;
  position: relative;
}
.field:after {
  position: absolute;
  content: "";
  display: block;
  width: 0.3em;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
  background-image: linear-gradient(to bottom, var(--color-1), var(--color-2));
}

.field.input-icon-profile:after,
.field.input-icon-email:after {
  width: 2.5em;
  background-image: url("/_asset/svg/profile.svg"), linear-gradient(to bottom, var(--color-1), var(--color-2)); /* Combine with a background image */
  background-repeat: no-repeat, no-repeat;
  background-position: center center;
  background-size: 1.15em 1.15em, cover;
}

.field.input-icon-email:after {
  background-image: url("/_asset/svg/email.svg"), linear-gradient(to bottom, var(--color-1), var(--color-2)); /* Combine with a background image */
  background-size: 1.2em 1.2em, cover;
}

fieldset {
  padding: 0 0 2em;
  border: none;
}

/* fields
   ========================================================================== */
input[type=text],
input[type=email],
input[type=tel],
textarea,
.textarea,
select {
  font-size: 1em;
  width: 100%;
  padding: 1em 1.2em 0.8em 1.2em;
  border: 1px solid var(--color-border-1);
  border-radius: 5px;
  outline: none;
  background-color: var(--color-background-2);
  box-shadow: inset 0.1em 0.1em 0.2em rgba(var(--color-shadow-1), 0.9);
  line-height: 1.2;
  font-weight: 300;
  color: var(--color-text);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
.textarea:focus,
select:focus {
  border: 1px solid var(--color-1);
  box-shadow: 0 0 0.2em 0.2em rgba(190, 36, 16, 0.2);
}

textarea, .textarea {
  display: block;
  resize: none;
}

/* Select
   ========================================================================== */
select {
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 1em 1.2em;
  background-image: linear-gradient(45deg, transparent 50%, var(--color-1) 50%), linear-gradient(135deg, var(--color-1) 50%, transparent 50%), linear-gradient(to right, var(--color-1), var(--color-1));
  background-position: calc(100% - 1.75em) 1.4em, calc(100% - 1.38em) 1.4em, calc(100% - 3em) 0.8em;
  background-size: 0.4em 0.4em, 0.4em 0.4em, 1px 1.5em;
  background-repeat: no-repeat;
}

/* Radio
   ========================================================================== */
.radio-field {
  display: flex;
  position: relative;
  margin-bottom: 0.5em;
  z-index: 1;
}
.radio-field label {
  padding-left: 2.2em;
  padding-top: 0.1em;
  display: inline-block;
  width: 100%;
}
.radio-field .radio-bullet {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid var(--color-2);
  border-radius: 50%;
}
.radio-field .radio-bullet:after {
  content: "";
  display: none;
  position: absolute;
  z-index: 10;
  top: 4px;
  left: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid var(--color-1);
  background: var(--gradient-1-v);
}
.radio-field input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-field input[type=radio]:checked ~ .radio-bullet:after {
  display: block;
}

/* Switch
   ========================================================================== */
.check-field {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.8em;
}
.check-field label {
  position: block;
  z-index: 2;
  width: 100%;
  padding-left: 1.2em;
  padding-top: 0em;
  padding-bottom: 0;
  cursor: pointer;
}
.check-field .switch {
  position: relative;
  width: 64px;
  height: 28px;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  border: 1px solid var(--color-border-1);
  background: var(--color-background-2);
  box-shadow: inset 0.1em 0.1em 0.2em rgba(var(--color-shadow-2), 0.5);
  transition: 0.4s;
}
.check-field .switch:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0.1em 0 0.2em rgba(var(--color-shadow-2-rgb), 0.3);
  transition: 0.4s;
}
.check-field input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.check-field input[type=checkbox]:checked ~ span {
  background-image: var(--gradient-1-d);
  border: 1px solid var(--color-2);
}
.check-field input[type=checkbox]:checked ~ span:before {
  transform: translateX(25px);
}
.check-field.check-inverse label {
  padding-left: 0;
}
.check-field.check-inverse span {
  left: auto;
}

.email-submit {
  display: flex;
  align-items: stretch;
  padding: 0;
}
.email-submit input[type=email] {
  width: 65%;
  border-radius: 5px 0 0 5px;
}
.email-submit .button, .email-submit .welcome .social a, .welcome .social .email-submit a, .email-submit .button-round, .email-submit .icon-round {
  width: 35%;
  border-radius: 0 5px 5px 0;
  margin-bottom: 0;
}

/* Placeholders
   ========================================================================== */
::-webkit-input-placeholder { /* Edge */
  color: var(--color-text);
}

::placeholder {
  color: var(--color-text);
}

/* Messages
   ========================================================================== */
.field-info {
  padding-bottom: 0.4em;
}
.field-info:before {
  background-image: var(--gradient-1-d);
  content: "info";
  position: relative;
  top: 0.2em;
  padding-right: 0.5em;
  font-family: "Material Icons";
}

.field-warning {
  display: none;
  margin-bottom: 0;
  color: var(--color-alert);
}
.field-warning:before {
  content: "warning";
  position: relative;
  top: 0.2em;
  padding-right: 0.5em;
  font-family: "Material Icons";
}

fieldset.warning input[type=text],
fieldset.warning input[type=email],
fieldset.warning input[type=tel],
fieldset.warning textarea,
fieldset.warning .textarea,
fieldset.warning select {
  border-color: rgba(var(--color-alert-rgb), 0.8);
  box-shadow: 0 0 0.2em 0.1em rgba(var(--color-alert-rgb), 0.8);
}
fieldset.warning .field-warning {
  display: block;
}

/* Integrations
   ========================================================================== */
label + p, label + ul {
  padding: 0.5em 0;
}

/* Hacks
   ========================================================================== */
/* Displays
   ========================================================================== */
/* ==========================================================================
   Display
   ========================================================================== */
/* Flex
   ========================================================================== */
.d-flex, .d-vertical-center, .d-flex-space-between, .d-flex-4, .d-flex-3, .d-flex-2 {
  display: flex;
  align-items: center;
}

.d-flex-2 {
  flex-wrap: wrap;
  justify-content: space-between;
}
.d-flex-2 > * {
  width: 43%;
  margin-bottom: 1em;
}

.d-flex-4, .d-flex-3 {
  flex-wrap: wrap;
  justify-content: space-between;
}
.d-flex-4 > *, .d-flex-3 > * {
  width: 23%;
  margin-bottom: 1em;
}

.d-flex-3 > * {
  width: 30%;
}

.d-flex-space-between {
  justify-content: space-between;
}

.d-flex-inline, .d-flex-inline-center, .holon, .ai-avatar {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
}

.d-flex-inline-center {
  justify-content: center;
}

/* Alignement
   ========================================================================== */
.d-vertical-center {
  flex-direction: column;
  margin: auto 0;
}

/* Sizes
   ========================================================================== */
[class^=d-max-width-], [class*=" d-max-width-"] {
  margin-left: auto;
  margin-right: auto;
}

.d-max-width-60 {
  width: 100%;
  max-width: 60em;
}

.d-max-width-55 {
  width: 100%;
  max-width: 55em;
}

.d-max-width-50 {
  width: 100%;
  max-width: 50em;
}

.d-max-width-45 {
  width: 100%;
  max-width: 45em;
}

.d-max-width-44 {
  width: 100%;
  max-width: 44em;
}

.d-max-width-43 {
  width: 100%;
  max-width: 43em;
}

.d-max-width-42 {
  width: 100%;
  max-width: 42em;
}

.d-max-width-41 {
  width: 100%;
  max-width: 41em;
}

.d-max-width-40 {
  width: 100%;
  max-width: 40em;
}

.d-max-width-39 {
  width: 100%;
  max-width: 39em;
}

.d-max-width-38 {
  width: 100%;
  max-width: 38em;
}

.d-max-width-37 {
  width: 100%;
  max-width: 37em;
}

.d-max-width-36 {
  width: 100%;
  max-width: 36em;
}

.d-max-width-35 {
  width: 100%;
  max-width: 35em;
}

.d-max-width-34 {
  width: 100%;
  max-width: 34em;
}

.d-max-width-33 {
  width: 100%;
  max-width: 33em;
}

.d-max-width-32 {
  width: 100%;
  max-width: 32em;
}

.d-max-width-31 {
  width: 100%;
  max-width: 31em;
}

.d-max-width-30 {
  width: 100%;
  max-width: 30em;
}

.d-max-width-29 {
  width: 100%;
  max-width: 29em;
}

.d-max-width-28 {
  width: 100%;
  max-width: 28em;
}

.d-max-width-27 {
  width: 100%;
  max-width: 27em;
}

.d-max-width-26 {
  width: 100%;
  max-width: 26em;
}

.d-max-width-25 {
  width: 100%;
  max-width: 25em;
}

.d-max-width-23 {
  width: 100%;
  max-width: 23em;
}

.d-max-width-20 {
  width: 100%;
  max-width: 20em;
}

.d-max-width-17 {
  width: 100%;
  max-width: 17em;
}

.d-max-width-15 {
  width: 100%;
  max-width: 15em;
}

.d-max-width-13 {
  width: 100%;
  max-width: 13em;
}

.d-max-width-12 {
  width: 100%;
  max-width: 12em;
}

.d-max-width-10 {
  width: 100%;
  max-width: 10em;
}

/* Ratio
   ========================================================================== */
.d-ratio-1-1 {
  width: 100%;
  height: 100%;
  margin-top: 100%;
}

/* Menus
   ========================================================================== */
/* ==========================================================================
   Navigation
   ========================================================================== */
/* Menu
   ========================================================================== */
navdelete {
  background-color: var(--color-background-1);
}
navdelete a {
  position: relative;
  padding: 0.5em 0.5em 0.5em 0.8em;
  border-bottom: 1px solid var(--color-border-2);
  transition: background-color 0.2s ease;
}
navdelete a .icon {
  transition: opacity 0.6s ease;
  opacity: 0;
}
navdelete a:first-child {
  border-top: 1px solid var(--color-border-2);
}
navdelete a:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background-image: var(--gradient-1-d);
  opacity: 0;
  transition: opacity 0.6s ease;
}
navdelete a:hover, navdelete a.is-active {
  background-color: var(--color-background-4);
}
navdelete a:hover:after, navdelete a.is-active:after, navdelete a.is-active .icon, navdelete a:hover .icon {
  opacity: 1;
}

/* Medias
   ========================================================================== */
/* ==========================================================================
   Media
   ========================================================================== */
/* Base
   ========================================================================== */
.v-newsletter {
  background: var(--color-background-3);
}

.m-newsletter {
  background: white;
  margin: 3em;
  border: 1px solid rgba(var(--color-1-rgb), 0.8);
  font-size: 1.2rem;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
}

[data-variant=dark] .v-newsletter {
  background-image: var(--color-background-1);
}

[data-variant=dark] .m-newsletter {
  box-shadow: 0 0em 2em rgba(var(--color-1-rgb), 0.6);
}

/* Header & Footer
   ========================================================================== */
.m-newsletter {
  color: black;
}
.m-newsletter .branding-header, .m-newsletter .branding-footer {
  position: relative;
  height: 120px;
  padding-bottom: 20%;
  background-size: 100% auto;
  background-image: url("../image/newsletter-header.jpg");
}
.m-newsletter .branding-header {
  margin-bottom: 80px;
}
.m-newsletter header {
  margin-bottom: 1em;
}
.m-newsletter header .avatar-image {
  position: absolute;
  width: 120px;
  bottom: -60px;
  left: 50%;
  margin-left: -60px;
}
.m-newsletter header h1 {
  text-align: center;
  padding: 0 1em;
  margin-bottom: 0.2em;
  font-size: 1.25em;
}
.m-newsletter header p, .m-newsletter header ul {
  padding: 0 1em;
  text-align: center;
}
.m-newsletter footer {
  margin-top: 2em;
}
.m-newsletter .footer-menu {
  font-size: 1.15em;
  min-height: 5em;
  margin-top: calc(0.2em + 0.25%);
  padding: 0 1em;
  color: white;
  background-image: var(--gradient-1-h);
}

/* Content
   ========================================================================== */
.m-newsletter article {
  transition: all 0.2s;
  padding: 2em 1.5em;
  font-size: 0.9em;
}
.m-newsletter article img {
  border: 1px solid var(--color-2);
  border-radius: 3px;
  margin-bottom: 1.5em;
}
.m-newsletter article h2 {
  font-size: 1.1em;
  padding: 0 0.5rem;
}
.m-newsletter article p, .m-newsletter article ul {
  padding: 0 0.5rem;
}

/* States (Preview Max)
   ========================================================================== */
.js-v-max .m-newsletter section {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.8em;
}
.js-v-max .m-newsletter article {
  display: inline-block;
  width: 50%;
  text-align: left;
  padding: 2em 0.8em;
}

/* Animations
   ========================================================================== */
/* ==========================================================================
   Animation
   ========================================================================== */
/* ==========================================================================
   Functions
   ========================================================================== */
.a-spin {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.a-slide {
  animation: slide 1s linear infinite;
}

@keyframes slide {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(20%, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(-20%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* Bounce Invite
--------------------------------------------------------------*/
.scroll-invite {
  animation: bounce-invite 2.2s ease-out infinite;
}

@keyframes bounce-invite {
  0% {
    transform: translateY(0%);
  }
  12.5% {
    transform: translateY(20%);
  }
  25% {
    transform: translateY(0%);
  }
  37.5% {
    transform: translateY(20%);
  }
  50% {
    transform: translateY(0%);
  }
}
/* Jump
--------------------------------------------------------------*/
.jump {
  animation: jump 2s infinite;
}

@keyframes jump {
  20%, 53%, 80%, 0%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -10px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
/* Pulse
--------------------------------------------------------------*/
.pulse {
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  box-shadow: inset 0.15em 0.15em 0.15em rgba(255, 255, 255, 0.2), 0 0 0 0 #be2410;
  transform: scale(1);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.97);
    box-shadow: inset 0.15em 0.15em 0.15em rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(190, 36, 16, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: inset 0.15em 0.15em 0.15em rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(190, 36, 16, 0);
  }
  100% {
    transform: scale(0.97);
    box-shadow: inset 0.15em 0.15em 0.15em rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(190, 36, 16, 0);
  }
}
/* Boune
--------------------------------------------------------------*/
.bounce {
  animation: bounce 2s infinite;
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition: 0.2s;
}

@keyframes bounce {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(1deg);
  }
  75% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* Pages
   ========================================================================== */
/* ==========================================================================
   Pages
   ========================================================================== */
/* Breakpoint */
/*--------------------------------------------------------------
Subscribe (all pages)
--------------------------------------------------------------*/
.subscribe .view {
  min-height: 100vh;
  align-items: center;
  max-width: 80em;
  margin: 0 auto;
}
.subscribe .site {
  background: linear-gradient(180deg, #FFFFFF 0%, #f7f0f0 50.64%);
  position: relative;
  min-height: 100vh;
}

/*--------------------------------------------------------------
Optin
--------------------------------------------------------------*/
.optin .block-text {
  max-width: 45em;
  margin: 0 auto;
}
.optin .block-text hgroup {
  padding: 1em 0 0.5em;
}
.optin .block-text h2 {
  text-align: center;
}
.optin .block-text h1 {
  text-align: center;
}
.optin .block-text p, .optin .block-text ul {
  font-size: 1.2em;
  text-align: center;
}
.optin .block-text .emoji-list p, .optin .block-text .emoji-list ul {
  text-align: left;
}
.optin .preview {
  margin: 0 auto 15em auto;
  max-width: 26em;
}
.optin .block-form {
  background-color: #f7f0f0;
  border-top: 2px solid white;
  position: fixed;
  z-index: 1;
  bottom: 0;
  padding: 0.5em 1em;
}
.optin .block-form fieldset {
  padding-bottom: 0;
  max-width: 25em;
  margin: 0 auto;
}

@media all and (min-width: 1000px) {
  .optin .v-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0 2em;
  }
  .optin .optin-copy {
    max-width: 38em;
    margin-right: 2em;
  }
  .optin .optin-visual {
    display: flex;
    align-items: center;
    z-index: 1;
  }
  .optin .block-text {
    margin: 0;
  }
  .optin .block-text hgroup {
    padding-top: 0;
  }
  .optin .block-text h2 {
    text-align: left;
  }
  .optin .block-text h1 {
    text-align: left;
  }
  .optin .block-text p, .optin .block-text ul {
    text-align: left;
    max-width: 28em;
    padding-bottom: 0;
  }
  .optin .block-text p strong, .optin .block-text ul strong {
    white-space: nowrap;
  }
  .optin .preview {
    position: static;
    display: block;
    width: 27rem;
    margin-bottom: 0;
  }
  .optin .block-form {
    position: static;
    background-color: transparent;
    border-top: none;
  }
  .optin .block-form fieldset {
    padding-bottom: 0;
    max-width: 27em;
    margin: 0;
  }
}
@media all and (min-width: 1500px) {
  .optin .preview {
    width: 23em;
  }
}
/* Button Loader -------------------------------------------- */
.optin .button, .optin .welcome .social a, .welcome .social .optin a, .optin .button-round, .optin .icon-round {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.optin .button-text {
  line-height: 1.9;
}
.optin .button-load {
  width: 1em;
  transition: all 0.2s;
}
.optin .button-loading {
  animation: none;
}
.optin .button-loading .button-load {
  width: 16px;
  height: 16px;
  opacity: 0;
  position: relative;
}
.optin .button-loading::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

/* Landing Background -------------------------------------------- */
@media all and (min-width: 1000px) {
  .optin .view {
    background-image: url("/_image/bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
/* Landing Animation -------------------------------------------- */
.optin-visual.animation {
  position: relative;
  height: auto;
  animation: landing;
  animation-duration: 1.1s;
  animation-fill-mode: forwards;
}

@keyframes landing {
  0% {
    top: 300px;
    opacity: 50%;
  }
  100% {
    top: 0px;
    opacity: 100%;
  }
}
.optin .v-content {
  animation: hide-scroll;
  animation-duration: 1.1s;
  animation-fill-mode: backwards;
}

@keyframes hide-scroll {
  from, to {
    overflow: hidden;
  }
}
/*--------------------------------------------------------------
Preferences
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Share
--------------------------------------------------------------*/
.share .view {
  align-items: start;
}

.share .top-bar {
  background-color: #f2fff5;
  border: 1px solid #51ce51;
  color: #2fb02f;
  text-align: center;
  padding: 0.3em 0.5em;
  max-width: 15em;
  border-radius: 50px;
  margin: 1em auto 0 auto;
}
.share .section.fold {
  padding: 0 0.5em;
  position: relative;
}
@media all and (min-width: 1200px) {
  .share .section.fold {
    padding: 2em 2em;
  }
}
.share .add_additional_email {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1em;
}
.share .no-thanks {
  color: var(--color-2);
  border-bottom-color: var(--color-2);
}
.share #invite_friends_message {
  color: red;
  text-align: center;
}

.share input.email_invite {
  margin-bottom: 1em;
}
.share .copy {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 0.5em;
}
.share .copy h2.suptitle {
  margin-bottom: 0em;
  text-align: center;
}
.share .copy h1 {
  margin: 0.1em 0 0.5em 0;
  text-align: center;
}
.share .copy .bonus-visual {
  max-width: 450px;
  width: 95%;
  margin: 0 auto 1.5em auto;
}
.share .copy .cta {
  margin-top: 1em;
}
@media all and (min-width: 1200px) {
  .share .copy {
    max-width: 45%;
    margin: 0 0 0 2em;
  }
  .share .copy h2.suptitle {
    text-align: left;
  }
  .share .copy h1 {
    text-align: left;
  }
  .share .copy .cta {
    margin-top: 0;
  }
  .share .copy .bonus-visual {
    position: absolute;
    top: 1em;
    right: 4em;
    max-width: none;
    width: 38%;
    margin: 0 auto 1.5em auto;
  }
}

/*--------------------------------------------------------------
Thank you
--------------------------------------------------------------*/
.welcome .v-content {
  max-width: 37em;
  margin: 0 auto;
}

.welcome .fingers {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.welcome .fingers .finger {
  font-size: 1.5em;
  padding: 0 0.5em 0 0;
}
.welcome .fingers .finger.finger-last {
  transform: scaleX(-1);
}

.welcome .table-steps {
  margin: 2em 1em 0 1em;
  border: 2px solid var(--color-1);
  border-radius: 0.5em;
}
.welcome .table-steps .table-step {
  display: flex;
  padding: 1em;
  background-color: white;
  border-bottom: 2px solid var(--color-1);
  align-items: center;
}
.welcome .table-steps .table-step.last {
  border-bottom: none;
}
.welcome .table-steps .table-step .number {
  width: 2.1em;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
  text-align: center;
  font-size: 1.2em;
  color: white;
  background-image: linear-gradient(180deg, var(--color-1) 0%, var(--color-2) 100%);
}
.welcome .table-steps .table-step .text {
  width: calc(100% - 4.5em);
  padding: 0.3em 1.5em;
}
.welcome .table-steps .table-step .emoji {
  font-size: 2em;
  width: 1.5em;
}
.welcome .table-steps .table-step.single {
  border: none;
  border-radius: 0.5em;
}
.welcome .table-steps .table-step.single .text {
  width: 100%;
  margin: 0 auto;
  padding: 0.3em 1.5em 1em 1.5em;
}
.welcome .table-steps .table-step.first {
  border-radius: 0.5em 0.5em 0 0;
}
.welcome .table-steps .table-step.last {
  border: none;
  border-radius: 0 0 0.5em 0.5em;
}

.welcome .share {
  margin: 2em 1em 0 1em;
}

.welcome .table-step.single img {
  border-radius: 15px;
  margin-bottom: 1em;
}

.welcome .social {
  text-align: center;
}
.welcome .social a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  margin: 0 0.3em;
  padding: 0.75em 0.5em;
  text-decoration: none;
  border: none;
}
.welcome .social svg {
  height: 1.2em;
  fill: #fff;
}

/* Admin
  ========================================================================== */
/* ==========================================================================
Animation
========================================================================== */
.admin-nav {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  background: #222;
  height: 26px;
  display: flex;
  justify-content: center;
}
.admin-nav a {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 25px;
  display: inline-block;
  font-weight: 500;
  color: white;
  padding: 0 1.5em;
  text-align: center;
  border-left: 1px solid #666;
  border-bottom: none;
}
.admin-nav a:last-child {
  border-right: 1px solid #666;
}

.admin-space {
  height: 25px;
}

.admin-nav, .admin-space {
  display: none;
}
