:root {
  --color-white: #fcfcfc;
  --color-black: #212529;
  --color-black-hover: #000;

  --color-primary-050: #e9e9ea;
  --color-primary-100: #d3d3d4;
  --color-primary-200: #a6a8a9;
  --color-primary-300: #7a7c7f;
  --color-primary-400: #4d5154;
  --color-primary: #212529;
  --color-primary-600: #1a1e21;
  --color-primary-700: #141619;
  --color-primary-800: #0d0f10;
  --color-primary-900: #070708;

  --color-failure: #ff0000;
  --color-failure-light: #ffdddd;
  --color-warning: #fffca6;
  --color-warning-light: #fbfee5;
  --color-success: #2ed06e;
  --color-success-light: #afdbc0;
  --color-success-highlight: #97e294;
  --color-private: #51b320;
  --color-highlight: #ff9dc0;

  --color-grey-050: #f6f6f6;
  --color-grey-100: #ededed;
  --color-grey-200: #dadada;
  --color-grey-300: #c8c8c8;
  --color-grey-400: #b5b5b5;
  --color-grey-500: #a3a3a3;
  --color-grey-600: #828282;
  --color-grey-700: #626262;
  --color-grey-800: #414141;
  --color-grey-900: #212121;

  --color-link: #1338be;
  --color-link-hover: #08164c;

  --color-chart-01: #488f31;
  --color-chart-02: #de425b;

  --content-max-width: 1200px;
  --content-max-width-narrow: 800px;
  --content-max-width-form: 600px;

  --font-title: Nunito Sans,-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica,helvetica neue,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
  --font-paragraph: Nunito Sans,-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica,helvetica neue,ubuntu,roboto,noto,segoe ui,arial,sans-serif;

  --color-input-text: #363636;
  --color-input-bg: #fff;
  --color-input-border: #dbdbdb;
  --border-radius: 0;
  --input-height: 2.5em;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

html {
  font-family: var(--font-paragraph);
  font-size: 16px;
}

body {
  line-height: 1.2;
  margin: 0 auto;
  color: var(--color-black);
  width: 100%;
  min-width: 250px;
  background-color: var(--color-white);
}

a,
a:hover,
a:visited,
a:active,
a:focus {
  color: var(--color-link);
  text-decoration: none;
}

a:hover {
  color: var(--color-link-hover);
}

h1,
h2,
h3 {
  font-family: var(--font-title);
}

h1 {
  font-size: 1.6rem;
  line-height: 3rem;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.3rem;
  line-height: 2rem;
  margin: 0.83rem 0;
}

h3 {
  font-size: 1.1rem;
  line-height: 1.8rem;
  margin: 1em 0;
}

p>svg {
  width: 20px;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.4rem;
}

footer {
  text-align: center;
  padding: 2rem;
}

article blockquote,
blockquote {
  margin: 0 0.5rem;
  font-style: italic;
  padding: 1rem 1rem 1rem 2.5rem;
  position: relative;
}

blockquote::before {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  content: "\201C";
  font-size: 4em;
  position: absolute;
  left: 0;
  top: 0;
}

blockquote::after {
  content: '';
}

article blockquote *:first-child,
blockquote *:first-child {
  margin-top: 0;
}

article blockquote *:last-child,
blockquote *:last-child {
  margin-bottom: 0;
}

pre {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

/* Account starts here */
.content-narrow-width {
  width: 100%;
  max-width: var(--content-max-width-form);
  padding: 0 5% 2rem;
  margin: 0 auto;
}

.content-narrow-width .label {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: var(--font-title);
  margin-bottom: .5em;
}

.content-narrow-width .field:not(:last-child) {
  margin-bottom: 3rem;
}
/* Account ends here */

/* Dropdown starts here */
.dropdown-menu {
  display: none;
}

.dropdown-menu-label {
  font-weight: normal;
  color: var(--color-black);
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  margin: 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  width: auto;
  flex-grow: 0;
}

.dropdown-menu-option {
  background-color: var(--color-white);
  color: var(--color-black);
  text-decoration: none;
  padding: 0.6rem 1em;
  display: block;
  position: relative;
  z-index: 298;
}

.dropdown-container {
  position: relative;
  flex-grow: 0 !important;
  display: flex;
  flex-flow: row wrap;
  gap: 0.2rem 1rem;
  justify-content: space-between;
  align-items: center;
}

.dropdown-container > label {
  flex-grow: 0;
  width: auto;
  border-radius: var(--border-radius);
}

.dropdown-container > label,
.dropdown-container > label span {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.5rem;
  align-items: center;
}

.dropdown-menu:checked + div > ul {
  display: block !important;
}

.dropdown-menu + div > ul {
  display: none;
  list-style: none;
  position: absolute;
  right: 0;
  top: 20px;
  padding: 0;
  z-index: 298;
}

.dropdown-menu + div > ul a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-black);
  white-space: nowrap;
}

.dropdown-menu + div > ul a:hover {
  opacity: 0.97;
  color: var(--color-black);
  text-decoration: underline;
}
/* Dropdown ends here */

/* Modal style starts here*/
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .95);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 299;
}

.modal-inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-height: 96%;
  min-height: 200px;
  max-width: 96%;
  min-width: 50%;
  background-color: var(--color-white);
  overflow: auto;
  border-radius: var(--border-radius);
}

.modal-bg-transparent {
  background-color: transparent;
}

.modal-inner-no-min-width {
  min-width: revert;
}

.modal-display-video .modal-inner {
  min-height: revert;
  width: 90%;
  background-color: transparent;
}

.modal-display-video .modal-media-close svg {
  fill: var(--color-white);
  stroke: var(--color-white);
  width: 30px;
}

.modal-display-video .youtube-video {
  background-color: transparent;
}

.modal-media-close-wrapper,
.modal-close-button {
  position: absolute;
  padding: 0.5rem;
  top: 0;
  right: 0;
  z-index: 299;
  cursor: pointer;
}

.modal-close-button svg {
  width: 25px;
}

.modal-display-image .modal-close-button {
  padding: 0;
  background-color: var(--color-white);
}

.modal-close-link {
  color: var(--color-black);
}

.modal-close-link:hover {
  color: var(--color-black-hover);
}

.modal-content {
  padding: 1rem 1.5rem;
  margin: 0;
  overflow: auto;
}

.modal-title {
  margin: 0;
  padding: 1rem 3rem 0 1.5rem;
}

.modal-padding {
  padding: 0.5rem;
}

.modal-header-container {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--color-grey-300);
  padding: 0 3rem 0.25rem 0;
}

.modal-header-container svg {
  width: 40px;
  flex-shrink: 0;
}

.modal-header-title {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
/* Modal style ends here*/

/* Feedback style starts here */
.feedback {
  position: fixed;
  top: 1rem;
  right: 1rem;
  color: var(--color-white);
  padding: 7px 14px;
  margin-left: 1rem;
  border-radius: 2px;
  z-index: 999;
}

.feedback-success {
  background-color: var(--color-success) !important;
}

.feedback-error {
  background-color: var(--color-failure) !important;
}

#feedback-banner {
  width: 100%;
  text-align: center;
  color: var(--color-grey-100);
  padding: 1rem;
  font-size: 1rem;
}
/* Feedback style ends here */

/* Register/Login style starts here */
.main-split-screen {
  display: flex;
  position: absolute;
  width: 100%;
  min-height: 100%;
}

#register-left {
  display: none;
}

#register-right {
  flex-grow: 1;
  margin: 10vh auto;
  max-width: var(--content-max-width-form);
  padding: 0 5%;
  text-align: center;
}

#register-terms {
  text-align: left;
  color: var(--color-grey-200);
  padding: 0.5rem 0;
}

#register-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 1.5rem;
}
/* Register/Login style ends here */

/* Article styles starts here */
.article-header {
  padding: 0 1rem;
  max-width: var(--content-max-width-narrow);
  margin: 0 auto;
}

article {
  max-width: var(--content-max-width-narrow);
  margin: 2rem auto;
}

article figure {
  margin: 0;
}

article img {
  width: 100%;
  height: auto;
}

article>h1 {
  margin: 0;
  padding: 1rem;
  font-size: 1.5rem;
  font-family: var(--font-title);
  font-weight: bold;
  line-height: 2rem;
  color: var(--color-black);
}

article>h2 {
  margin: 0;
  padding: 1rem;
  font-size: 1.2rem;
  font-family: var(--font-title);
  line-height: 1.4rem;
}

article>* {
  margin: 0;
  padding: 0.6rem 1rem;
}

article>ul {
  padding: 0 1rem 0 3rem;
}

.article-title {
  padding-bottom: 0;
}

.article-blog-info {
  padding: 0;
  margin: 0.25rem 1rem 1rem;
  font-size: 0.85rem;
  color: var(--color-grey-200);
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}

.article-blog-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}

.article-blog-bottom a {
  min-width: 100px;
  flex-shrink: 1;
  flex-grow: 1;
}

.article-blog-footer {
  padding: 0.25rem 1rem;
  margin: 2rem 0;
  font-size: 0.9rem;
  color: var(--color-grey-200);
  border-top: 1px dotted var(--color-grey-400);
}

.article-blog-footer p {
  margin: 0;
  padding: 0;
}

article>img,
article .image-item {
  margin-top: 2rem;
}

article figcaption,
article .image-caption {
  margin: 0 0 1rem 0;
  color: var(--color-grey-500);
  font-size: 0.8rem;
  padding: 0.2rem 1rem;
}

.article-section-image-caption {
  margin-top: 0;
  padding: 0.1rem 1rem 0.25rem 1rem;
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: var(--color-grey-200);
  outline: 0;
}

article>ol {
  padding-left: 4rem;
  padding-right: 1rem;
}

a.link-title,
a.link-title:hover,
a.link-title:active,
a.link-title:visited,
a.link-title:focus {
  color: var(--color-black);
}

.article-section-image-caption {
  overflow: hidden;
}
/* Article styles ends here */
/* Form starts here */
.form {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  gap: 1.5rem;
  max-width: var(--content-max-width-form);
  margin: 0 auto;
  padding-top: 1rem;
}

form input::placeholder {
  font-weight: 300;
}

form .page-content-before {
  font-size: 1rem;
  color: var(--color-black);
}

.form-content-wrapper {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  gap: 0.5rem;
}

.form-two-columns-wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
  align-content: stretch;
  justify-content: center;
  width: 100%;
}

.form-two-columns-wrapper>* {
  width: 100%;
  flex-grow: 1;
}

.flex-start {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  align-items: flex-start;
  justify-content: flex-start;
}

.flex-end {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
}

.flex-column {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}

.field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  flex-grow: 1;
}

.control {
  clear: both;
  position: relative;
  text-align: left;
  margin-bottom: 0;
  flex-grow: 1;
  width: 100%;
  font-size: 1rem;
}

.label,
label {
  color: var(--color-black);
  display: block;
  font-weight: 700;
  font-size: 1rem;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}

label:not(:last-child) {
  margin-bottom: 0.1em;
}

.help {
  color: var(--color-grey-600);
  font-size: .75rem;
  margin: 0.25rem 0 1rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  min-height: 1rem;
  width: 100%;
}

.help .is-danger {
  float: right;
}

input,
textarea,
select,
button,
.button {
  width: 100%;
  border: 1px solid var(--color-input-border);
  padding: calc(1rem - 1px) 1rem;
  font-family: var(--font-paragraph);
  font-size: 1rem;
  margin: 0 auto;
  border-radius: var(--border-radius);
  color: var(--color-input-text);
  background-color: var(--color-input-bg);
  min-height: var(--input-height);
}

select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("/img/svg/caret-down-grey.svg");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 15px;
  padding-right: 2rem;
}

textarea {
  min-height: 120px;
}

.button {
  min-width: 80px;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--color-primary-700);
  color: var(--color-white);
  border: none;
}

.button:hover {
  outline: 1px solid var(--color-primary-800);
  background-color: var(--color-primary-800);
}

button.is-link,
.button.is-link {
  background-color: var(--color-link);
  border-color: transparent;
  color: var(--color-white);
}

.is-success,
.is-success:active,
.is-success:visited,
.is-success:hover,
.is-success:focus {
  background-color: var(--color-success);
  color: var(--color-white);
  outline: 1px solid var(--color-success);
}

.is-failure {
  color: var(--color-failure);
}

.is-danger {
  color: var(--color-failure) !important;
}

.background-highlight {
  animation: backgroundFadeOut 3s ease-out;
  border-radius: var(--border-radius);
}

@keyframes backgroundFadeOut {
  0%   { background-color: var(--color-highlight); }
  100% { background-color: transparent; }
}
/* Form ends here */
/* Classes for generic use starts here */
.m-t-0 {margin-top: 0 !important;}
.m-t-025 {margin-top: 0.25rem !important;}
.m-t-05 {margin-top: 0.5rem !important;}
.m-t-075 {margin-top: 0.75rem !important;}
.m-t-1 {margin-top: 1rem !important;}
.m-t-15 {margin-top: 1.5rem !important;}
.m-t-2 {margin-top: 2rem !important;}
.m-t-3 {margin-top: 3rem !important;}
.m-t-4 {margin-top: 4rem !important;}
.m-t-5 {margin-top: 5rem !important;}
.m-t-6 {margin-top: 6rem !important;}
.m-b-0 {margin-bottom: 0 !important;}
.m-b-025 {margin-bottom: 0.25rem !important;}
.m-b-05 {margin-bottom: 0.5rem !important;}
.m-b-1 {margin-bottom: 1rem !important;}
.m-b-2 {margin-bottom: 2rem !important;}
.m-b-3 {margin-bottom: 3rem !important;}
.m-b-4 {margin-bottom: 4rem !important;}
.m-b-6 {margin-bottom: 6rem !important;}
.m-r-025 {margin-right: 0.25rem !important;}
.m-r-0 {margin-right: 0 !important;}
.m-r-05 {margin-right: 0.5rem !important;}
.m-r-1 {margin-right: 1rem !important;}
.m-r-2 {margin-right: 2rem !important;}
.m-r-3 {margin-right: 3rem !important;}
.m-r-6 {margin-right: 6rem !important;}
.m-l-0 {margin-left: 0 !important;}
.m-l-025 {margin-left: 0.25rem !important;}
.m-l-05 {margin-left: 0.5rem !important;}
.m-l-1 {margin-left: 1rem !important;}
.m-l-3 {margin-left: 3rem !important;}
.no-margin {margin: 0 !important;padding: 0 !important;}
.no-padding {padding: 0 !important;}
.p-t-0 {padding-top: 0 !important;}
.p-t-025 {padding-top: 0.25rem !important;}
.p-t-05 {padding-top: 0.5rem !important;}
.p-t-1 {padding-top: 1rem !important;}
.p-t-2 {padding-top: 2rem !important;}
.p-b-025 {padding-bottom: 0.25rem !important;}
.p-b-05 {padding-bottom: 0.5rem !important;}
.p-b-1 {padding-bottom: 1rem !important;}
.p-b-6 {padding-bottom: 6rem !important;}
.p-b-10 {padding-bottom: 10rem !important;}
.p-r-025 {padding-right: 0.25rem !important;}
.p-r-05 {padding-right: 0.5rem !important;}
.p-r-1 {padding-right: 1rem !important;}
.p-l-025 {padding-left: 0.25rem !important;}
.p-l-05 {padding-left: 0.5rem !important;}
.p-l-1 {padding-left: 1rem !important;}
.no-background {background-color: transparent !important;}
.flex-no-grow {flex-grow: 0 !important;}
.flex-no-wrap {flex-wrap: nowrap !important;}
.flex-grow-1 {flex-grow: 1 !important;}
.flex-grow-2 {flex-grow: 2 !important;}
.flex-grow-3 {flex-grow: 3 !important;}
.flex-grow-4 {flex-grow: 4 !important;}
.flex-align-start {align-items:flex-start;}
.flex-align-center {align-items:center;}
.flex-align-end {align-items:flex-end;}
.gap-0 {gap: 0 !important;}
.gap-025 { gap: 0.25rem !important; }
.gap-05 { gap: 0.5rem !important; }
.gap-075 { gap: 0.75rem !important; }
.gap-1 { gap: 1rem !important; }
.gap-15 { gap: 1.5rem !important; }
.gap-2 { gap: 2rem !important; }
.bg-color-dark {background-color: var(--color-black);}
.no-border {border: none !important;}
.width-40 { width: 40%; }
.width-100 {width: 100% !important;}
.width-10-grow {width: 10%; flex-grow: 1;}
.display-block {display: block !important;}
.word-break {word-wrap: anywhere;}
.text-one-line {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.text-nowrap {white-space: nowrap;}
.text-right {text-align: right !important;}
.width-auto {width: auto;}
.uppercase {text-transform: uppercase;}
.min-width-100 {min-width: 100px !important;}
.min-width-110 {min-width: 110px !important;}
.min-width-175 {min-width: 175px !important;}
.border-bottom {border-bottom: 1px solid var(--color-grey-200)}
.position-relative {position: relative !important;}
.space-between { justify-content: space-between !important; }
.space-around { justify-content: space-around !important; }
.cursor-pointer { cursor: pointer; }
.rotate-180 {rotate: 180deg;}

.null {display: none !important;}
.hidden {visibility: hidden;}
.filter-opacity {filter: opacity(0.25);}
.ellipsis {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  scrollbar-width: none;
}

.icon-one-line {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.25rem;
  align-items: center;
  flex-shrink: 0;
}

.two-columns {
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

svg,
.img-svg {
  display: inline-block;
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin: 0;
  fill: var(--color-black);
  stroke: var(--color-black);
  flex-shrink: 0;
  flex-grow: 0;
}

.loader-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  border: 1px dotted var(--color-grey-600);
}

.loader-container-100 {
  height: 100px;
  position: relative;
}

.loader {
  width: 60px;
  aspect-ratio: 4;
  background: radial-gradient(circle closest-side, var(--color-black) 90%, #0000) 0/calc(100%/3) 100% no-repeat;
  animation: loader2 1s steps(3) infinite;
}

.no-image-simple,
.no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-grey-050);
  text-transform: uppercase;
  font-weight: 300;
  min-height: 200px;
  width: 100%;
}

.no-image:hover {
  border: 1px solid var(--color-black);
}

@keyframes loader2 {
  to {
    background-position: 150%
  }
}

.loader-container progress {
  width: 80%;
  height: 15px;
  background-color: var(--color-white);
  appearance: none;
  border: none;
}

.loader-media {
  position: absolute;
  width: 40%;
  height: 10px;
  background:
      linear-gradient(var(--color-black) 0 0) left/20px 20px no-repeat var(--color-white);
  animation: loader3 1s infinite linear;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}

@keyframes loader3 {
  50% {
    background-position: right
  }
}

.loader-spinner {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid var(--color-primary-050);
  border-right-color: var(--color-primary-700);
  animation: loader4 1s infinite linear;
}

@keyframes loader4 {
  to {
    transform: rotate(1turn)
  }
}

.loading-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-primary);
  color: var(--color-primary-050);
  opacity: 0.75;
  z-index: 9999;
  display: flex;
  flex-flow: column nowrap;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.loading-modal .loading-info {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}

.loading-modal .loader {
  width: 40%;
  height: 10px;
  background: linear-gradient(var(--color-primary-900) 0 0) left/20px 20px no-repeat var(--color-primary-050);
  animation: loaderProgressBar 1s infinite linear;
}

@keyframes loaderProgressBar {
  50% {
    background-position: right
  }
}

.narrow-width {
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  max-width: var(--content-max-width-narrow);
}

.one-line-flex {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
}
/* Classes for generic use ends here */
/* Homepage style starts here */
.home-main {
  max-width: var(--content-max-width-narrow);
  margin: 6rem auto;
}

.home-blog {
  max-width: var(--content-max-width-narrow);
  margin: 2rem auto;
  padding: 0 1rem;
}

.home-blog h1 {
  margin: 1rem 0 0;
}

.blog-item {
  margin: 0.75rem 0;
  padding: 0;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
}

.blog-item-title {
  display: flex;
  align-items: center;
}

.blog-item a {
  margin-right: 0.5rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}

.blog-info {
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  color: var(--color-grey-200);
}

.home-tag {
  margin: 2rem auto;
  max-width: var(--content-max-width);
}

.home-tag>h1 {
  margin: 1rem 1rem 0;
}

.home-tag-items {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: stretch;
  justify-content: space-between;
}

.home-tag-item {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  display: block;
  height: auto;
  width: auto;
  min-width: 300px;
  margin: 1rem;
}

.home-tag-link {
  margin-top: 0.25rem;
}

.home-tag-img {
  width: auto;
  height: 250px;
  background-color: #2ed06e;
}
/* Homepage style ends here */

.logo-on-top,
.logo-on-top:hover,
.logo-on-top:active,
.logo-on-top:visited,
.logo-on-top:focus {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
}

.section-404 {
  padding: 0 1rem 8rem;
  margin: 0 auto;
  max-width: var(--content-max-width-narrow);
  min-height: 40svh;
}

.content-edit-button,
.content-edit-button:hover,
.content-edit-button:visited,
.content-edit-button:focus,
.content-edit-button:active {
  display: inline-block;
  background-color: var(--color-black);
  color: var(--color-white);
  padding: 0.25rem 0.5rem;
  border-bottom: transparent;
  font-size: 0.9rem;
}

.content-edit-button:hover {
  background-color: var(--color-link-hover);
}

@media screen and (min-width: 800px) {
  .mobile-nav-label {
    display: none;
  }

  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #register-left {
    display: block;
    width: 41.66666667%;
    background: url('/img/roof.webp') center right / cover no-repeat;
  }

  .form-two-columns-wrapper {
    gap: 1rem;
  }

  .form-two-columns-wrapper>* {
    width: 40%;
  }

  .modal-padding {
    padding: 1rem;
  }

  .modal-display-video .modal-inner {
    width: auto;
  }
}
