/*
 * ⚠️ WARNING: DO NOT EDIT THIS FILE! ⚠️
 * 
 * This giant CSS file with long selectors and repetitive styles is unacceptable 
 * for maintainable code. Instead of editing this file:
 * 
 * 1. Use the SCSS files in the /scss/ directory
 * 2. Leverage Bootstrap variable overrides and mixins in the styles.scss file
 * 3. Use proper SCSS nesting for specific styling beyond Bootstrap
 * 4. Compile your SCSS to CSS using 'npm run build' or 'npm run watch'
 * 5. Use the custom-built Boostrap to style your components
 * 
 * The SCSS approach allows us to work in harmony with Boostrap, rather than
 * fighting against it with long selectors and repetitive styles.
 * 
 * Please refactor this into modular SCSS files!
 */

:root {
  /* 
   * Old IEMA brand colours hex values have been replaced with CSS variables so that we can 
   * interface with remaining untouched CSS and assign to the new ISEP brand colours to ensure 
   * old branding is removed completely, including places that have not been verified or refactored.
   *
   * We can then systematically replace these variables with the new ISEP brand colours.
   */

  --isep-blue: rgba(0, 38, 62, 1);
  --isep-teal: rgba(60, 219, 192, 1);
  
  /* --iema-purple: $deep-blue; */
  /* --iema-pink: #9c288f; */

  --iema-purple: var(--isep-blue);
  --iema-pink: var(--isep-blue);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.grid {
  display: block;
  box-sizing: border-box;
  padding: 20px 0;
}

@media (max-width: 991px) {
  .grid--image {
    padding: 15px;
  }
}

input {
  background-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

.rich-text ul {
  padding-left: 20px;
  margin-bottom: 20px;
  list-style: disc;
}

.rich-text li {
  list-style: disc;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.transition-fade {
  transition: 0.4s;
  opacity: 1;
  position: relative;
  background-color: #fdfbf3;
}

html:after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' r='32' stroke-width='8' stroke='%23234f4d' stroke-dasharray='50.26548245743669 50.26548245743669' fill='none' stroke-linecap='round' transform='rotate(71.0057 50 50)'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' keyTimes='0;1' values='0 50 50;360 50 50'%3E%3C/animateTransform%3E%3C/circle%3E%3C!-- %5Bldio%5D generated by https://loading.io/ --%3E%3C/svg%3E");
  width: 150px;
  height: 150px;
  background-size: contain;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  transition-delay: 0;
}

html.is-animating .transition-fade {
  opacity: 0;
}

html.is-animating:after {
  opacity: 1;
  visibility: visible;
  transition-delay: 1.45s;
}

button {
  background-color: transparent;
}

.btn--full {
  display: flex;
  width: 100%;
}

.btn--border {
  border: 2px solid #fff;
  color: #fff;
  position: relative;
}

.btn--border:hover {
  background-color: #fff;
  color: var(--iema-pink);
}

.btn--border:focus:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #fff;
  display: block;
  content: "";
}

.btn--wide {
  min-width: 240px;
}

.btn.inactive {
  opacity: 0.6;
  cursor: no-drop;
}

.flex-content {
  display: flex;
  margin: 0 -1px;
}

@media (max-width: 991px) {
  .flex-content {
    flex-wrap: wrap;
  }
}

.flex-content > div {
  padding: 1px;
  width: 100%;
}

.text ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.text ul.check {
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.312' height='10.312' viewBox='0 0 12.312 10.312'%3E%3Cg id='Group_12' data-name='Group 12' transform='translate(0.914 1.398)'%3E%3Cpath id='Line_18' data-name='Line 18' d='M.5.5l4,4' transform='translate(0 3)' fill='none' stroke='%239c288f' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Line_18-2' data-name='Line 18' d='M6,0,.5,7.5' transform='translate(4)' fill='none' stroke='%239c288f' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E ");
}

.text ul li {
  list-style-type: disc;
  line-height: 1.5;
  margin-bottom: 10px;
  /*color: var(--iema-pink)*/
}

.text ul li p {
  margin-bottom: 0;
  line-height: 1.6;
}

.text ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.text ol li {
  list-style-type: decimal;
  color: var(--iema-pink);
}

.text ol li p {
  margin-bottom: 0;
  line-height: 2;
}

.text .flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.text .flex > a {
  margin-bottom: 10px;
  margin-right: 10px;
}

.text img {
  width: 100%;
  height: auto;
}

.text .image-circle {
  display: flex;
  align-items: center;
}

.text .image-circle > img {
  min-width: 60px;
  width: 60px;
  min-height: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  object-fit: cover;
}

.text .image-circle h4 {
  margin-bottom: 0;
}

video {
  width: 100%;
  height: auto;
}

.choices:after {
  border: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.066' height='10.1' viewBox='0 0 18.066 10.1'%3E%3Cg id='Group_10' data-name='Group 10' transform='translate(1.033 1.05)'%3E%3Cpath id='Line_17' data-name='Line 17' d='M.381.364,8,7.636' fill='none' stroke='%2300263e' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Line_17-2' data-name='Line 17' d='M-.381.364-8,7.636' transform='translate(16)' fill='none' stroke='%2300263e' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E ");
  width: 16px !important;
  height: 7px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease;
}

.choices.is-open:after {
  margin-top: 0 !important;
  transform: rotate(180deg);
}

.choices__item--selectable {
  font-size: 16px !important;
  font-weight: 400;
  padding: 12px 10px !important;
  line-height: 1;
  color: #333333;
}

.choices__list {
  box-sizing: border-box;
}

.choices__list--dropdown {
  border: 1px solid #000 !important;
  border-radius: 0 !important;
}

.choices__list--single .choices__item {
  padding: 0 !important;
}

.input_flex {
  display: flex;
  margin: 0 -12px;
}

.input_flex > div {
  padding-left: 12px;
  padding-right: 12px;
}

.input_text {
  display: block;
  box-sizing: border-box;
  padding-bottom: 20px;
  width: 100%;
}

.input_text h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px;
}

.input_text input {
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 1px solid #000;
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 10px;
}

.input_text input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.input_check {
  display: block;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.input_check label {
  display: flex;
}

.input_check label span {
  min-width: 21px;
  min-height: 21px;
  width: 21px;
  height: 21px;
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
  display: block;
  margin-right: 20px;
}

.input_check label span:after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' fill='%23007A66' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  transition: 0.3s ease;
  opacity: 0;
}

.input_check label p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.input_check label input {
  display: none;
}

.input_check label input:checked + span:after {
  opacity: 1;
}

.standalone {
  display: flex;
  align-items: center;
  color: var(--iema-pink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s ease;
}

.standalone span {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: var(--iema-pink);
  position: relative;
  transition: 0.3s ease;
}

.standalone span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.standalone:hover {
  color: var(--iema-purple);
}

.standalone:hover span {
  background-color: var(--iema-purple);
}

.table {
  width: 100%;
}

.table tr {
  background-color: rgba(104, 71, 141, 0.1);
}

.table tr:nth-child(even) {
  background-color: #fff;
}

.table tr th {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 12px 20px;
  text-align: left;
}

.table tr th:last-of-type {
  text-align: right;
}

.table tr td {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 20px;
}

.table tr td:last-of-type {
  text-align: right;
}

.btn-radio {
  display: block;
  box-sizing: border-box;
  padding: 2px;
}

.btn-radio label span {
  min-width: 263px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 17px 20px;
  background-color: var(--iema-pink);
  display: block;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn-radio label span:hover {
  background-color: var(--iema-purple);
}

.btn-radio label input {
  display: none;
}

.btn-radio label input:checked + span {
  background-color: var(--iema-purple);
}

.wna {
  display: block;
  box-sizing: border-box;
  background-color: #000;
  padding: 20px 0;
}

.wna .container {
  position: relative;
}

.wna .close {
  position: absolute;
  top: 0;
  right: 20px;
  background-color: var(--iema-pink);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  transition: 0.3s ease;
}

@media (max-width: 450px) {
  .wna .close {
    position: relative;
    display: table;
    margin: 0 0 20px auto;
    right: 0;
  }
}

.wna .close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wna .close:hover {
  opacity: 0.58;
}

.wna h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .wna h2 {
    font-size: 36px;
  }
}

.wna p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
  color: #fff;
}

.wna .btn {
  display: table;
}

.events-banner {
  display: block;
  box-sizing: border-box;
  background-color: var(--iema-purple);
  padding: 12px 0;
}

.events-banner__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 780px) {
  .events-banner__flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 780px) and (max-width: 767px) {
  .events-banner__flex {
    display: block;
  }
}

@media (max-width: 780px) {
  .events-banner__flex .left {
    margin-bottom: 20px;
  }
}

.events-banner__flex .left ul {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .events-banner__flex .left ul {
    display: block;
  }
}

.events-banner__flex .left ul li {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .events-banner__flex .left ul li {
    margin-right: 0;
    justify-content: center;
    margin-bottom: 10px;
  }
}

.events-banner__flex .left ul li svg {
  margin-right: 10px;
}

.events-banner__flex .left ul li p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.events-banner__flex .btn {
  min-width: 165px;
  text-align: center;
}

.accordions {
  display: block;
}

.delegate-information {
  display: block;
  box-sizing: border-box;
}

.delegate-information__content h2 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--iema-pink);
}

.delegate-information__content .box {
  display: block;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.delegate-information__content .box h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--iema-pink);
}

.delegate-information__content .box__input {
  display: flex;
  width: 100%;
  align-items: end;
}

@media (max-width: 500px) {
  .delegate-information__content .box__input {
    flex-wrap: wrap;
  }
}

.delegate-information__content .box__input .input {
  margin-right: 10px;
  width: calc(100% - 227px);
}

@media (max-width: 500px) {
  .delegate-information__content .box__input .input {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.delegate-information__content .box__input .input h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px;
}

.delegate-information__content .box__input .input input {
  display: block;
  box-sizing: border-box;
  padding: 10px 12.5px;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  width: 100%;
}

@media (max-width: 500px) {
  .delegate-information__content .box__input .btn {
    width: 100%;
  }
}

.delegate-information__content .box__input .btn-primary {
  padding: 9px 20px;
}

.payment-module {
  display: block;
  box-sizing: border-box;
}

.payment-module__content {
  background-color: var(--iema-pink);
  display: block;
  box-sizing: border-box;
  padding: 25px 20px;
}

.payment-module__content h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}

.payment-module__content .input {
  margin-bottom: 20px;
  width: 100%;
}

.payment-module__content .input h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 7px;
  color: #fff;
}

.payment-module__content .input input {
  width: 100%;
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 15px 10px;
}

.payment-module__content .flex {
  display: flex;
  margin: 0 -10px;
}

@media (max-width: 500px) {
  .payment-module__content .flex {
    flex-wrap: wrap;
    margin: 0 0 20px 0;
  }
}

.payment-module__content .flex > div {
  padding: 0 10px;
}

@media (max-width: 500px) {
  .payment-module__content .flex > div {
    padding: 0;
  }
}

.payment-module__content .check-label {
  display: block;
  box-sizing: border-box;
}

.payment-module__content .check-label label {
  display: flex;
  cursor: pointer;
}

.payment-module__content .check-label label:hover span:after {
  opacity: 0.4;
}

.payment-module__content .check-label label input {
  display: none;
}

.payment-module__content .check-label label input:checked + span:after {
  opacity: 1;
}

.payment-module__content .check-label label span {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  background-color: #fff;
  display: block;
  position: relative;
  margin-right: 10px;
}

.payment-module__content .check-label label span:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cstyle%3Esvg%7Bfill:%239e007e%7D%3C/style%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  content: "";
  opacity: 0;
  transition: 0.3s ease;
}

.payment-module__content .check-label label p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}

.payment-module__content .btn {
  width: 100%;
  color: #fff;
  margin-top: 20px;
}

.payment-module__content .btn:hover {
  background-color: #fff;
  color: #000;
}

@media (max-width: 575px) {
  .accordions-col2 .row > div:last-of-type ul li:first-of-type {
    border-top: none;
  }
}

.full-callout {
  display: block;
  box-sizing: border-box;
  padding: 40px 0 100px;
  background-color: #8f993e;
  position: relative;
}

.full-callout svg {
  position: absolute;
  right: 0;
  bottom: 40px;
}

.full-callout .text {
  width: 80%;
}

@media (max-width: 1600px) {
  .full-callout .text {
    padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .full-callout .text {
    padding-bottom: 80px;
  }
}

@media (max-width: 991px) and (max-width: 500px) {
  .full-callout .text {
    width: 100%;
  }
}

.full-callout .text p {
  font-size: 39px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

@media (max-width: 991px) {
  .full-callout .text p {
    font-size: 24px;
  }

  .full-callout .text p br {
    display: none;
  }
}

.icons-lists__item {
  text-align: center;
  padding: 10px 0;
}

.icons-lists__item svg {
  max-width: 100px;
  margin-bottom: 20px;
}

.icons-lists__item p {
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  color: var(--iema-pink);
}

.image-callout-overlay {
  display: block;
  box-sizing: border-box;
  padding: 185px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.organiation {
  display: block;
  box-sizing: border-box;
}

.organiation .back {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease;
  margin-bottom: 40px;
}

.organiation .back svg {
  margin-right: 10px;
}

.organiation .back span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: var(--iema-pink);
}

.organiation .back:hover {
  opacity: 0.6;
}

.organiation__content__flex {
  display: flex;
  align-items: center;
}

@media (max-width: 550px) {
  .organiation__content__flex {
    flex-wrap: wrap;
  }
}

.organiation__content__flex .logo {
  width: 148px;
  height: 148px;
  display: block;
  position: relative;
  border: 6px solid rgba(104, 71, 141, 0.1);
  margin-right: 40px;
}

@media (max-width: 550px) {
  .organiation__content__flex .logo {
    margin: 0 auto 20px;
  }
}

.organiation__content__flex .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 550px) {
  .organiation__content__flex .info {
    width: 100%;
  }
}

.organiation__content__flex .info h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--iema-pink);
}

.organiation__content__flex .info p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
}

.organiation__content .text {
  padding-top: 40px;
}

.organiation__sidebar h4 {
  margin-top: 40px;
}

.organiation__sidebar .info {
  padding: 0;
}

.organiation__sidebar .info li {
  display: flex;
  margin-bottom: 10px;
  align-items: flex-start;
}

.organiation__sidebar .info li svg,
.organiation__sidebar .info li img {
  width: 24px;
  min-width: 24px;
  height: auto;
  margin-right: 15px;
}

.organiation__sidebar .info li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
  transition: 0.3s ease;
}

.organiation__sidebar .info li a:hover {
  opacity: 0.6;
}

.organiation__sidebar .info li p {
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.organiation__sidebar .info li:last-of-type {
  margin-top: 20px;
}

.organiation__sidebar .socials {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.organiation__sidebar .socials li {
  list-style: none;
  margin: 0 5px;
}

.organiation__sidebar .socials li a {
  display: block;
  text-decoration: none;
  transition: 0.3s ease;
}

.organiation__sidebar .socials li a:hover {
  opacity: 0.6;
}

.organiation__sidebar .socials li a svg {
  width: 42px;
}

.courses-provided {
  display: block;
  box-sizing: border-box;
}

.courses-provided h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--iema-pink);
}

.courses-provided__boxs .box {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 20px;
  background-color: rgba(104, 71, 141, 0.1);
  margin-bottom: 10px;
}

.courses-provided__boxs .box__flex {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .courses-provided__boxs .box__flex {
    flex-wrap: wrap;
  }
}

.courses-provided__boxs .box__flex .left {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}

.courses-provided__boxs .box__flex .left > a {
  display: none;
}

@media (max-width: 600px) {
  .courses-provided__boxs .box__flex .left > a {
    display: table;
    margin-bottom: 20px;
    width: fit-content;
  }
}

@media (max-width: 500px) {
  .courses-provided__boxs .box__flex .left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.courses-provided__boxs .box__flex .left h4 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--iema-pink);
}

@media (max-width: 500px) {
  .courses-provided__boxs .box__flex .left h4 {
    margin-bottom: 20px;
  }
}

.courses-provided__boxs .box__flex .left h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}

@media (max-width: 500px) {
  .courses-provided__boxs .box__flex .right {
    width: 100%;
  }
}

.courses-provided__boxs .box__flex .right .btn:first-of-type {
  margin-left: auto;
  display: table;
  padding: 6px 40px;
}

@media (max-width: 600px) {
  .courses-provided__boxs .box__flex .right .btn:first-of-type {
    display: none;
  }
}

.courses-provided__boxs .box__flex .right .btn:last-of-type {
  min-width: 170px;
}

.contact .organiation__sidebar {
  margin-bottom: 20px;
}

.ticket-section {
  display: block;
  box-sizing: border-box;
  padding: 40px 0 20px;
}

.ticket-section__flex {
  display: flex;
}

@media (max-width: 1150px) {
  .ticket-section__flex {
    flex-wrap: wrap;
  }
}

.ticket-section__flex .left {
  width: 400px;
  display: block;
  box-sizing: border-box;
  padding-right: 40px;
}

@media (max-width: 1150px) {
  .ticket-section__flex .left {
    width: 100%;
    padding-right: 0;
  }
}

.ticket-section__flex .left .box {
  display: block;
  box-sizing: border-box;
}

.ticket-section__flex .left .box .image {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  display: block;
  overflow: hidden;
}

.ticket-section__flex .left .box .image img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  transition: 0.6s ease;
}

.ticket-section__flex .left .box .image .date {
  background-color: var(--iema-pink);
  text-align: center;
  width: 75px;
  padding: 5px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.ticket-section__flex .left .box .image .date h4 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}

.ticket-section__flex .left .box .image .date h3 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}

.ticket-section__flex .left .box .image .date h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}

.ticket-section__flex .left .box .image .only {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #404040;
  border-radius: 4px;
  padding: 5px 10px;
  z-index: 1;
}

.ticket-section__flex .left .box .image .only h4 {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}

.ticket-section__flex .left .box .image:hover img {
  transform: scale(1.4);
}

.ticket-section__flex .left .box__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 10px;
  background-color: #fff;
}

.ticket-section__flex .left .box__info > div:first-of-type {
  padding-bottom: 40px;
}

.ticket-section__flex .left .box__info > div h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--iema-pink);
}

.ticket-section__flex .left .box__info > div h2 {
  font-size: 21px;
  font-weight: 700;
  color: var(--iema-pink);
  margin-bottom: 10px;
  line-height: 1.2;
}

.ticket-section__flex .left .box__info > div h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--iema-pink);
  margin-bottom: 10px;
}

.ticket-section__flex .left .box__info > div a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #404040;
  text-decoration: none;
  transition: 0.3s ease;
  display: table;
}

.ticket-section__flex .left .box__info > div a:hover {
  opacity: 0.6;
}

.ticket-section__flex .left .box__info > div > a {
  margin-bottom: 10px;
}

.ticket-section__flex .left .box__info > div > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px;
}

.ticket-section__flex .left .box__info > div ul {
  display: flex;
  flex-wrap: wrap;
}

.ticket-section__flex .left .box__info > div ul li {
  margin-right: 4px;
}

.ticket-section__flex .left .box__info > div ul li a:after {
  content: ",";
  display: inline;
  font-size: 14px;
  font-weight: 400;
  color: #404040;
}

.ticket-section__flex .left .box__info > div ul li:last-of-type a:after {
  display: none;
}

.ticket-section__content {
  display: block;
  box-sizing: border-box;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .ticket-section__content--desktop {
    display: none;
  }
}

.ticket-section__content--mobile {
  display: none;
}

@media (max-width: 767px) {
  .ticket-section__content--mobile {
    display: block;
    overflow: inherit;
  }
}

.ticket-section__content .item {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  display: block;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.ticket-section__content .item.disable {
  opacity: 0.6;
}

.ticket-section__content .item.disable .select {
  pointer-events: none;
}

.ticket-section__content .item ul li {
  margin-bottom: 10px;
}

.ticket-section__content .item ul li:first-of-type {
  margin-bottom: 20px;
}

.ticket-section__content .item ul li h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--iema-pink);
  text-align: left;
  margin-bottom: 5px;
}

.ticket-section__content .item ul li p {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}

.ticket-section__content .item ul li.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ticket-section__content .item ul li .select {
  min-width: 160px;
}

.ticket-section__table {
  min-width: 700px;
}

.ticket-section__table tr.disable {
  opacity: 0.6;
  pointer-events: none;
}

.ticket-section__table tr th {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 30px 10px 0;
  color: var(--iema-pink);
  text-align: left;
  border-bottom: 1px solid #000;
}

.ticket-section__table tr th:last-of-type {
  text-align: right;
  padding-right: 0;
  min-width: 160px;
}

.ticket-section__table tr td {
  font-size: 16px;
  font-weight: 500;
  font-weight: 1.2;
  color: #000;
  padding: 10px 30px 10px 0;
  vertical-align: middle;
  text-align: right;
}

.ticket-section__table tr td:first-of-type {
  text-align: left;
}

.ticket-section__table tr td:last-of-type {
  padding-right: 0;
}

.ticket-section__table tr td .choices {
  border: none;
  background-color: #f5f5f5;
  text-align: left;
}

.ticket-section__table tr td .choices__inner {
  border: none !important;
}

.ticket-section__table tr td .choices__item--selectable {
  text-transform: capitalize;
}

.event-grid {
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
}

.event-grid__boxs {
  display: flex;
  flex-wrap: wrap;
}

.event-grid__boxs .box {
  display: block;
  box-sizing: border-box;
  width: 33.33333%;
  padding: 20px;
}

@media (max-width: 991px) {
  .event-grid__boxs .box {
    padding: 20px 10px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .event-grid__boxs .box {
    width: 50%;
  }
}

@media (max-width: 991px) and (max-width: 767px) and (max-width: 500px) {
  .event-grid__boxs .box {
    width: 100%;
    padding: 10px 0;
  }
}

.event-grid__boxs .box .image {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  display: block;
  overflow: hidden;
}

.event-grid__boxs .box .image img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  transition: 0.6s ease;
}

.event-grid__boxs .box .image .date {
  background-color: var(--iema-pink);
  text-align: center;
  width: 75px;
  padding: 5px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.event-grid__boxs .box .image .date h4 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}

.event-grid__boxs .box .image .date h3 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}

.event-grid__boxs .box .image .date h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

.event-grid__boxs .box .image .only {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--iema-pink);
  padding: 10px 20px;
  z-index: 1;
}

.event-grid__boxs .box .image .only h4 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}

.event-grid__boxs .box .image:hover img {
  transform: scale(1.4);
}

.event-grid__boxs .box__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 5px 0;
}

.event-grid__boxs .box__info > div:first-of-type {
  padding-bottom: 20px;
}

.event-grid__boxs .box__info > div a {
  text-decoration: none;
}

.event-grid__boxs .box__info > div h2 {
  font-size: 21px;
  font-weight: 700;
  color: var(--iema-pink);
  margin-bottom: 10px;
  line-height: 1.2;
  transition: 0.3s ease;
}

.event-grid__boxs .box__info > div h2:hover {
  color: var(--iema-purple);
}

.event-grid__boxs .box__info ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.event-grid__boxs .box__info ul li {
  margin-right: 4px;
}

.event-grid__boxs .box__info ul li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--iema-pink);
  text-transform: uppercase;
  text-decoration: none;
}

.event-grid__boxs .box__info ul li a:after {
  content: ",";
  display: inline;
  font-size: 14px;
  font-weight: 500;
  color: var(--iema-pink);
}

.event-grid__boxs .box__info ul li:last-of-type a:after {
  display: none;
}

.event_listing .item__image {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  display: block;
  overflow: hidden;
}

.event_listing .item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 1.3s ease;
}

.event_listing .item__image .red_info {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 21px;
  background-color: var(--iema-pink);
  display: table;
  box-sizing: border-box;
  padding: 0 10px;
  color: #fff;
}

.event_listing .item__image .date {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 5px 15px;
  background-color: var(--iema-pink);
  box-sizing: border-box;
  display: table;
}

.event_listing .item__image .date h4,
.event_listing .item__image .date .h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

.event_listing .item__image .date h3,
.event_listing .item__image .date .h3 {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.event_listing .item__image:hover img {
  transform: scale(1.3);
}

.event_listing .item .category {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--iema-pink);
  transition: 0.3s ease;
  text-decoration: none;
  margin-bottom: 10px;
  display: table;
  margin-top: 5px;
}

.event_listing .item .empty {
  height: 24px;
}

.event_listing .item {
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.content-download {
  display: block;
  box-sizing: border-box;
}

.content-download .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 20px;
  background-color: rgba(104, 71, 141, 0.1);
  padding: 20px;
}

@media (max-width: 600px) {
  .content-download .box {
    display: block;
  }
}

.content-download .box__left {
  display: flex;
  align-items: center;
}

@media (max-width: 600px) {
  .content-download .box__left {
    margin-bottom: 20px;
  }
}

.content-download .box__left svg {
  margin-right: 20px;
  min-width: 60px;
  min-height: 60px;
}

.content-download .box__left h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 400px) {
  .content-download .box__left h3 {
    font-size: 16px;
  }
}

.content-download .box__right {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

@media (max-width: 600px) {
  .content-download .box__right {
    padding-left: 0;
    width: 100%;
    justify-content: space-between;
  }
}

.content-download .box__right h4 {
  width: 240px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}

@media (max-width: 767px) {
  .content-download .box__right h4 {
    width: auto;
    padding-right: 20px;
  }
}

.content-download .box__right a {
  display: block;
}

.media-appearance {
  display: block;
  box-sizing: border-box;
}

.media-appearance .box {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(104, 71, 141, 0.1);
  padding-right: 20px;
}

@media (max-width: 600px) {
  .media-appearance .box {
    flex-wrap: wrap;
    padding-right: 0;
  }
}

.media-appearance .box__image img {
  min-width: 104px;
  min-height: 104px;
  width: 104px;
  height: 104px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 600px) {
  .media-appearance .box__image {
    width: 100%;
  }

  .media-appearance .box__image img {
    width: 100%;
    height: auto;
  }
}

.media-appearance .box h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding-left: 20px;
}

@media (max-width: 600px) {
  .media-appearance .box h4 {
    padding-left: 20px;
    padding-top: 15px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.media-appearance .box > a {
  text-decoration: none;
}

@media (max-width: 600px) {
  .media-appearance .box > a:last-of-type {
    display: table;
    margin: 20px 20px 20px auto;
  }
}

.media-appearance .box > a:first-of-type {
  padding: 0 20px;
}

.media-appearance .box > a h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--iema-pink);
  transition: 0.3s ease;
}

.media-appearance .box > a svg circle {
  transition: 0.3s ease;
}

.media-appearance .box > a:hover h3 {
  color: var(--iema-purple);
}

.media-appearance .box > a:hover svg circle {
  fill: var(--iema-purple);
}

.transform-title {
  display: block;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_9' data-name='Group 9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1921' height='133' viewBox='0 0 1921 133'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Mask' width='1921' height='133' fill='%23191919'/%3E%3C/clipPath%3E%3C/defs%3E%3Crect id='Mask-2' data-name='Mask' width='1921' height='133' fill='%23191919'/%3E%3Cg id='Group_9-2' data-name='Group 9' clip-path='url(%23clip-path)'%3E%3Cg id='Group_9-3' data-name='Group 9' transform='translate(779.774 -323.226)'%3E%3Crect id='Rectangle' width='127.407' height='127.407' rx='21' transform='translate(301.91 291.363) rotate(-45)' fill='%23fff' opacity='0.121'/%3E%3Crect id='Rectangle_Copy_6' data-name='Rectangle Copy 6' width='127.407' height='127.407' rx='21' transform='translate(301.91 693.91) rotate(-45)' fill='%23fff' opacity='0.121'/%3E%3Crect id='Rectangle_Copy_14' data-name='Rectangle Copy 14' width='127.407' height='127.407' rx='21' transform='translate(503.183 492.637) rotate(-45)' fill='%23fff' opacity='0.121'/%3E%3Crect id='Rectangle_Copy_10' data-name='Rectangle Copy 10' width='127.407' height='127.407' rx='21' transform='translate(100.637 492.637) rotate(-45)' fill='%23fff' opacity='0.121'/%3E%3Crect id='Rectangle_Copy_3' data-name='Rectangle Copy 3' width='127.407' height='127.407' rx='21' transform='translate(301.91 90.09) rotate(-45)' fill='%23fff' opacity='0.121'/%3E%3Crect id='Rectangle_Copy_7' data-name='Rectangle Copy 7' width='127.407' height='127.407' rx='21' transform='translate(301.91 492.637) rotate(-45)' fill='%23fff' opacity='0.121'/%3E%3Crect id='Rectangle_Copy_15' data-name='Rectangle Copy 15' width='127.407' height='127.407' rx='21' transform='translate(503.183 291.363) rotate(-45)' fill='%23fff' opacity='0.121'/%3E%3Crect id='Rectangle_Copy_11' data-name='Rectangle Copy 11' width='127.407' height='127.407' rx='21' transform='translate(100.637 291.363) rotate(-45)' fill='%23fff' opacity='0.121'/%3E%3Crect id='Rectangle_Copy_4' data-name='Rectangle Copy 4' width='127.407' height='127.407' rx='21' transform='translate(402.546 190.727) rotate(-45)' fill='%23fff' opacity='0.121'/%3E%3Crect id='Rectangle_Copy_8' data-name='Rectangle Copy 8' width='127.407' height='127.407' rx='21' transform='translate(402.546 593.273) rotate(-45)' fill='%23fff' opacity='0.121'/%3E%3Crect id='Rectangle_Copy_16' data-name='Rectangle Copy 16' width='127.407' height='127.407' rx='21' transform='translate(603.819 392) rotate(-45)' fill='%23fff' opacity='0.121'/%3E%3Crect id='Rectangle_Copy_12' data-name='Rectangle Copy 12' width='127.407' height='127.407' rx='21' transform='translate(201.273 392) rotate(-45)' fill='%23fff' opacity='0.121'/%3E%3Crect id='Rectangle_Copy_5' data-name='Rectangle Copy 5' width='127.407' height='127.407' rx='21' transform='translate(201.273 190.727) rotate(-45)' fill='%23fff' opacity='0.121'/%3E%3Crect id='Rectangle_Copy_9' data-name='Rectangle Copy 9' width='127.407' height='127.407' rx='21' transform='translate(201.273 593.273) rotate(-45)' fill='%23fff' opacity='0.121'/%3E%3Crect id='Rectangle_Copy_17' data-name='Rectangle Copy 17' width='127.407' height='127.407' rx='21' transform='translate(402.546 392) rotate(-45)' fill='%23fff' opacity='0.121'/%3E%3Crect id='Rectangle_Copy_13' data-name='Rectangle Copy 13' width='127.407' height='127.407' rx='21' transform='translate(0 392) rotate(-45)' fill='%23fff' opacity='0.121'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  padding: 45px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.transform-title .title img {
  max-width: 308px;
  height: auto;
}

@media (max-width: 450px) {
  .transform-title .title img {
    max-width: 260px;
  }
}

.transform-title .title svg {
  max-width: 100%;
}

.transform-sub-nav {
  display: block;
  box-sizing: border-box;
  background-color: #191919;
  padding: 25px 0;
}

.transform-sub-nav__flex {
  display: flex;
}

@media (max-width: 767px) {
  .transform-sub-nav__flex {
    flex-wrap: wrap;
  }
}

.transform-sub-nav__flex .left {
  width: 30%;
  display: block;
  box-sizing: border-box;
  padding-right: 25px;
}

@media (max-width: 767px) {
  .transform-sub-nav__flex .left {
    width: 100%;
    padding: 0 5px 25px;
  }
}

.transform-sub-nav__flex .left h2 {
  font-size: 26px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
}

.transform-sub-nav__flex .left .text p {
  color: #fff;
}

.transform-sub-nav__flex .right {
  width: 70%;
}

@media (max-width: 767px) {
  .transform-sub-nav__flex .right {
    width: 100%;
  }
}

.transform-sub-nav__flex .right__boxs {
  display: flex;
  flex-wrap: wrap;
}

.transform-sub-nav__flex .right__boxs .box {
  width: 33.33333333%;
  display: block;
  box-sizing: border-box;
  padding: 5px;
}

@media (max-width: 991px) {
  .transform-sub-nav__flex .right__boxs .box {
    width: 50%;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .transform-sub-nav__flex .right__boxs .box {
    width: 33.33333333%;
  }
}

@media (max-width: 991px) and (max-width: 767px) and (max-width: 650px) {
  .transform-sub-nav__flex .right__boxs .box {
    width: 50%;
  }
}

@media (max-width: 991px) and (max-width: 767px) and (max-width: 650px) and (max-width: 420px) {
  .transform-sub-nav__flex .right__boxs .box {
    width: 100%;
  }
}

.transform-sub-nav__flex .right__boxs .box > a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 130px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.transform-sub-nav__flex .right__boxs .box > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.9s ease;
}

.transform-sub-nav__flex .right__boxs .box > a h4 {
  position: absolute;
  max-width: 80%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.transform-sub-nav__flex .right__boxs .box > a:hover img {
  transform: scale(1.3);
}

.magazine-archive {
  display: block;
  box-sizing: border-box;
}

.magazine-archive__boxs {
  display: flex;
  flex-wrap: wrap;
}

.magazine-archive__boxs .box {
  display: block;
  box-sizing: border-box;
  width: 25%;
  padding: 15px;
}

@media (max-width: 800px) {
  .magazine-archive__boxs .box {
    width: 33.333333%;
  }
}

@media (max-width: 800px) and (max-width: 600px) {
  .magazine-archive__boxs .box {
    width: 50%;
  }
}

@media (max-width: 800px) and (max-width: 600px) and (max-width: 450px) {
  .magazine-archive__boxs .box {
    width: 100%;
  }
}

.magazine-archive__boxs .box__content {
  display: block;
  box-sizing: border-box;
}

.magazine-archive__boxs .box__image {
  position: relative;
  width: 100%;
  padding-bottom: 125%;
}

.magazine-archive__boxs .box__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.magazine-archive__boxs .box__info {
  display: block;
  box-sizing: border-box;
}

.magazine-archive__boxs .box__info h3 {
  font-size: 22px;
  margin: 10px 0;
}

@media (max-width: 991px) {
  .magazine-archive__boxs .box__info h3 {
    font-size: 16px;
  }
}

.article_title {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

.article_title img {
  width: 100%;
  height: auto;
}

.ad_banners {
  display: block;
  box-sizing: border-box;
}

.ad_banners__flex {
  display: flex;
  align-items: start;
}

@media (max-width: 600px) {
  .ad_banners__flex {
    flex-wrap: wrap;
  }
}

.ad_banners__flex .left {
  width: 75%;
  display: block;
  box-sizing: border-box;
  padding-right: 100px;
}

@media (max-width: 600px) {
  .ad_banners__flex .left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.ad_banners__flex .left img {
  width: 100%;
  height: auto;
}

.ad_banners__flex .right {
  width: 25%;
  display: block;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .ad_banners__flex .right {
    width: 100%;
  }
}

.ad_banners__flex .right img {
  width: 100%;
  height: auto;
}

.filter-width-ad {
  display: block;
  box-sizing: border-box;
}

.filter-width-ad__flex {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .filter-width-ad__flex {
    flex-wrap: wrap;
  }
}

.filter-width-ad__flex .left {
  width: 50%;
  display: block;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .filter-width-ad__flex .left {
    width: 100%;
    padding-bottom: 20px;
  }
}

.filter-width-ad__flex .left h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.filter-width-ad__flex .left .choices {
  max-width: 300px;
}

.filter-width-ad__flex .right {
  width: 50%;
  display: block;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .filter-width-ad__flex .right {
    width: 100%;
  }
}

.filter-width-ad__flex .right img {
  width: 100%;
  height: auto;
}

.video-content-with-ad {
  display: block;
  box-sizing: border-box;
}

.video-content-with-ad__flex {
  display: flex;
  box-sizing: border-box;
  align-items: end;
}

@media (max-width: 767px) {
  .video-content-with-ad__flex {
    flex-wrap: wrap;
  }
}

.video-content-with-ad__flex .left {
  width: 75%;
  display: block;
  box-sizing: border-box;
  padding-right: 100px;
}

@media (max-width: 767px) {
  .video-content-with-ad__flex .left {
    width: 100%;
    padding-right: 0;
  }
}

.video-content-with-ad__flex .left h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}

.video-content-with-ad__flex .left .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}

.video-content-with-ad__flex .right {
  width: 25%;
  display: block;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .video-content-with-ad__flex .right {
    width: 100%;
  }
}

.video-content-with-ad__flex .right img {
  width: 100%;
  height: auto;
}

.video {
  display: block;
  box-sizing: border-box;
}

.video__content h4 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin-top: 10px;
}

.video__player {
  position: relative;
}

.video__player span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--iema-pink);
  transition: 0.3s ease;
  cursor: pointer;
}

.video__player span:hover {
  background-color: #731e6a;
}

.video__player span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video__player.hidden_play span {
  display: none;
}

.your-details {
  display: block;
  box-sizing: border-box;
}

.your-details h2 {
  font-size: 28px;
  line-height: 1.2;
  color: var(--iema-pink);
  font-weight: 700;
  margin-bottom: 20px;
}

.your-details__form {
  max-width: 560px;
}

.your-details__form .choices__list--single {
  padding: 7px 16px 4px 4px;
}

.your-details__form .input {
  width: 100%;
  padding: 0 20px;
}

.your-details__form .input__flex {
  display: flex;
  margin: 0 -20px 20px;
}

@media (max-width: 500px) {
  .your-details__form .input__flex {
    margin: 0 -10px 20px;
  }
}

.your-details__form .input__flex .input--50 {
  width: 50%;
}

@media (max-width: 500px) {
  .your-details__form .input {
    padding: 0 10px;
  }
}

.your-details__form .input h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #404040;
}

.your-details__form .input h4 span {
  color: var(--iema-pink);
}

.your-details__form .input input {
  width: 100%;
  border: 1px solid #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 12px 10px;
}

.your-details__form .input input:active {
  border: 3px solid var(--iema-purple);
  padding: 10px 8px;
}

.your-details__form .biling {
  padding-top: 20px;
}

.your-details__form .biling .input--checkbox {
  padding: 0;
  margin-bottom: 20px;
  width: fit-content;
}

.your-details__form .biling .biling__content {
  display: none;
}

.your-details__form .biling .biling__content.active {
  display: block;
}

.card-details {
  display: block;
  box-sizing: border-box;
  max-width: 460px;
}

.card-details__links {
  display: block;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.card-details__links ul {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  margin: 0 -1px;
}

.card-details__links ul li {
  width: 100%;
  padding: 0 1px;
}

.card-details__links ul li a {
  display: block;
  box-sizing: border-box;
  padding: 17.5px 10px;
  background-color: var(--iema-pink);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s ease;
}

.card-details__links ul li a:hover {
  background-color: var(--iema-purple);
}

.card-details__links ul li a.active {
  background-color: var(--iema-purple);
}

.card-details .payment-module .container {
  padding: 0;
}

.card-details .payment-module__content {
  background-color: #f4f4f4;
}

.card-details .payment-module__content h2 {
  font-size: 28px;
  color: var(--iema-pink);
  font-weight: 700;
}

.card-details .payment-module__content .input_flex h4 span {
  color: var(--iema-pink);
}

.card-details .payment-module__content .input_text--50 {
  width: 50%;
}

.card-details .payment-module__content .input_text h4 span {
  color: var(--iema-pink);
}

.card-details .payment-module__content button {
  border-color: var(--iema-pink);
  color: var(--iema-pink);
  transition: 0.3s ease;
}

.card-details .payment-module__content button:hover {
  background-color: var(--iema-pink);
  color: #fff;
}

.card-details--pp .payment-module {
  display: none;
}

.card-details--pp .payment-module.active {
  display: block;
}

.order-details h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--iema-pink);
}

.order-details__products {
  max-width: 460px;
}

.order-details__products ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.order-details__products ul li p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #404040;
}

.order-details__products ul li p:first-of-type {
  width: 50%;
}

.order-details__products ul li p strong {
  font-weight: 600;
}

.order-details__total {
  display: block;
  box-sizing: border-box;
  border-top: 1px solid #404040;
  margin-top: 20px;
  padding-top: 20px;
  max-width: 460px;
}

.order-details__total ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.order-details__total ul li p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #404040;
}

.order-details__total ul li p strong {
  font-weight: 600;
}

.order-details__update {
  max-width: 460px;
  padding-top: 20px;
  display: block;
  box-sizing: border-box;
}

.order-details__update h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.order-details__update div {
  display: flex;
  justify-content: space-between;
}

.order-details__update div input {
  width: calc(100% - 170px);
  display: block;
  box-sizing: border-box;
  padding: 12.5px 10px;
  border: 1px solid #404040;
  font-size: 15px;
  line-height: 1;
  color: #666666;
}

.order-details__update div .btn {
  width: 160px;
  border: 2px solid var(--iema-pink);
  background-color: transparent;
  color: var(--iema-pink);
  transition: 0.3s ease;
}

.order-details__update div .btn:hover {
  background-color: var(--iema-pink);
  color: #fff;
}

.checkout_confirmation {
  display: block;
  box-sizing: border-box;
}

.checkout_confirmation h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--iema-pink);
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .checkout_confirmation h2 {
    font-size: 25px;
  }
}

.checkout_confirmation h3 {
  font-size: 25px;
  font-weight: 700;
  color: var(--iema-pink);
  margin-bottom: 20px;
  display: block;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .checkout_confirmation h3 {
    font-size: 21px;
  }
}

.checkout_confirmation .container > ul {
  max-width: 450px;
  margin-bottom: 40px;
}

.checkout_confirmation .container > ul li {
  display: flex;
  justify-content: space-between;
}

.checkout_confirmation .container > ul li p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  width: 50%;
  text-align: left;
}

.checkout_confirmation .checkout_confirmation__lists {
  max-width: 560px !important;
}

.checkout_confirmation .checkout_confirmation__lists li {
  border-bottom: 1px solid #979797;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}

.checkout_confirmation .checkout_confirmation__lists li p:last-of-type {
  text-align: right;
}

.checkout_confirmation .checkout_confirmation__lists li p strong {
  font-weight: 700;
}

.cart-listing {
  display: block;
  box-sizing: border-boxr;
}

.cart-listing__flex {
  display: flex;
}

@media (max-width: 767px) {
  .cart-listing__flex {
    flex-wrap: wrap;
  }
}

.cart-listing__flex .products {
  width: 75%;
  display: block;
  box-sizing: border-box;
  padding-right: 35px;
}

@media (max-width: 767px) {
  .cart-listing__flex .products {
    width: 100%;
    padding-right: 0;
  }
}

.cart-listing__flex .products .item {
  display: block;
  box-sizing: border-box;
  padding: 20px 0;
  border-bottom: 1px solid #404040;
}

.cart-listing__flex .products .item:first-of-type {
  border-top: 1px solid #404040;
}

.cart-listing__flex .products .item__flex {
  display: flex;
}

@media (max-width: 991px) {
  .cart-listing__flex .products .item__flex {
    flex-wrap: wrap;
  }
}

.cart-listing__flex .products .item__flex .image {
  width: 158px;
}

@media (max-width: 450px) {
  .cart-listing__flex .products .item__flex .image {
    width: 95px;
  }
}

.cart-listing__flex .products .item__flex .image img {
  width: 100%;
  height: auto;
}

.cart-listing__flex .products .item__flex h2 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  color: var(--iema-pink);
  padding: 0 40px;
  width: 50%;
}

@media (max-width: 991px) {
  .cart-listing__flex .products .item__flex h2 {
    width: calc(100% - 158px);
    font-size: 18px;
    padding: 0 20px;
  }
}

@media (max-width: 991px) and (max-width: 450px) {
  .cart-listing__flex .products .item__flex h2 {
    width: calc(100% - 95px);
    font-size: 16px;
    line-height: 21px;
  }
}

.cart-listing__flex .products .item__flex .right {
  width: calc(50% - 158px);
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
}

@media (max-width: 991px) {
  .cart-listing__flex .products .item__flex .right {
    width: 100%;
  }
}

.cart-listing__flex .products .item__flex .right h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: #404040;
}

.cart-listing__flex .products .item__flex .quantiti {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.cart-listing__flex .products .item__flex .quantiti button {
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background-color: var(--iema-pink);
  display: block;
  position: relative;
  transition: 0.3s ease;
}

.cart-listing__flex .products .item__flex .quantiti button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  opacity: 1;
}

.cart-listing__flex .products .item__flex .quantiti button svg path {
  stroke: #fff;
}

.cart-listing__flex .products .item__flex .quantiti button:hover {
  background-color: var(--iema-purple);
}

.cart-listing__flex .products .item__flex .quantiti button.displey {
  cursor: auto;
  border-color: #d6d6d6;
}

.cart-listing__flex .products .item__flex .quantiti button.displey svg path {
  stroke: #d6d6d6;
}

.cart-listing__flex .products .item__flex .quantiti button.displey:hover {
  background-color: #d6d6d6;
}

.cart-listing__flex
  .products
  .item__flex
  .quantiti
  button.displey:hover
  svg
  path {
  stroke: #fff;
}

.cart-listing__flex .products .item__flex .quantiti input {
  border: none;
  width: 30px;
  text-align: center;
  -webkit-appearance: none;
  height: 25px;
  pointer-events: none;
}

.cart-listing__flex
  .products
  .item__flex
  .quantiti
  input::-webkit-outer-spin-button,
.cart-listing__flex
  .products
  .item__flex
  .quantiti
  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  display: none;
}

.cart-listing__flex .cart {
  width: 25%;
}

@media (max-width: 767px) {
  .cart-listing__flex .cart {
    width: 100%;
    padding-top: 25px;
  }
}

.cart-listing__flex .cart__totals {
  display: block;
  box-sizing: border-box;
  background-color: #f4f4f4;
  padding: 30px 20px;
}

.cart-listing__flex .cart__totals h3 {
  font-size: 25px;
  font-weight: 700;
  color: var(--iema-pink);
  line-height: 1.2;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .cart-listing__flex .cart__totals {
    padding: 20px;
  }
}

.cart-listing__flex .cart__totals ul {
  border-bottom: 1px solid #404040;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.cart-listing__flex .cart__totals ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.cart-listing__flex .cart__totals ul li p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.cart-listing__flex .cart__totals ul li p strong {
  font-weight: 600;
}

.cart-listing__flex .cart__totals .btn {
  width: 100%;
  border: 2px solid var(--iema-pink);
  background-color: transparent;
  font-size: 15px;
  color: var(--iema-pink);
  transition: 0.3s ease;
}

.cart-listing__flex .cart__totals .btn:hover {
  background-color: var(--iema-pink);
  color: #fff;
}

.cart-listing__flex .cart__code {
  display: block;
  box-sizing: border-box;
  padding-top: 30px;
}

.cart-listing__flex .cart__code h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #404040;
  margin-bottom: 5px;
}

.cart-listing__flex .cart__code form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-listing__flex .cart__code form input {
  width: calc(60% - 5px);
  display: block;
  border: 1px solid #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #666666;
  padding: 12px 10px;
}

.cart-listing__flex .cart__code form .btn {
  width: calc(40% - 5px);
  border: 2px solid var(--iema-pink);
  background-color: transparent;
  color: var(--iema-pink);
  font-size: 15px;
  transition: 0.3s ease;
  padding: 12px 20px;
}

.cart-listing__flex .cart__code form .btn:hover {
  background-color: var(--iema-pink);
  color: #fff;
}

.product-listing__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

@media (max-width: 550px) {
  .product-listing__items {
    margin: 0 -10px;
  }
}

.product-listing__items .box {
  display: block;
  box-sizing: border-box;
  width: 25%;
  padding: 20px;
}

@media (max-width: 991px) {
  .product-listing__items .box {
    width: 33.333333%;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .product-listing__items .box {
    width: 50%;
  }
}

@media (max-width: 991px) and (max-width: 767px) and (max-width: 550px) {
  .product-listing__items .box {
    padding: 10px;
  }
}

.product-listing__items .box a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
}

.product-listing__items .box a:hover .image img {
  transform: scale(1.4);
}

.product-listing__items .box .image {
  width: 100%;
  padding-bottom: 70%;
  position: relative;
  display: block;
  overflow: hidden;
}

.product-listing__items .box .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}

.product-listing__items .box .info {
  display: block;
  box-sizing: border-box;
  padding-top: 10px;
}

.product-listing__items .box .info ul {
  margin-bottom: 10px;
}

.product-listing__items .box .info ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #404040;
}

.product-listing__items .box .info h2 {
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 5px;
  font-weight: 700;
  color: var(--iema-pink);
}

@media (max-width: 550px) {
  .product-listing__items .box .info h2 {
    font-size: 18px;
  }
}

@media (max-width: 550px) and (max-width: 380px) {
  .product-listing__items .box .info h2 {
    font-size: 16px;
  }
}

.product-listing__items .box .info h3 {
  color: #404040;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

.delegate-information {
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
}

.delegate-information h2 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--iema-pink);
}

.delegate-information__box {
  display: block;
  box-sizing: border-box;
  padding-bottom: 40px;
  max-width: 760px;
}

@media (max-width: 760px) {
  .delegate-information__box {
    padding-bottom: 20px;
  }
}

.delegate-information__box h3 {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 10px;
  color: #404040;
}

.delegate-information__box .form__flex {
  display: flex;
  align-items: end;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .delegate-information__box .form__flex {
    flex-wrap: wrap;
  }
}

.delegate-information__box .form__flex--email .success,
.delegate-information__box .form__flex--email .error {
  display: none;
}

.delegate-information__box .form__flex--email .success h4,
.delegate-information__box .form__flex--email .error h4 {
  color: var(--iema-pink);
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 20px;
  margin-bottom: 8px;
}

@media (max-width: 700px) {
  .delegate-information__box .form__flex--email .success h4,
  .delegate-information__box .form__flex--email .error h4 {
    margin-left: 0;
    margin-top: 10px;
  }
}

.delegate-information__box .form__flex--email .success.active,
.delegate-information__box .form__flex--email .error.active {
  display: block;
}

.delegate-information__box .form__flex--email .error h4 {
  color: #ca3402;
}

.delegate-information__box .form__inputs > h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.delegate-information__box .form__inputs > h4 button {
  font-size: 15px;
  border: none;
  background-color: transparent;
  color: var(--iema-pink);
  font-weight: 600;
  padding: 0;
  transition: 0.3s ease;
}

.delegate-information__box .form__inputs > h4 button:hover {
  color: #731e6a;
}

.delegate-information__box .form__inputs__content {
  display: none;
}

.delegate-information__box .form__inputs .form__input {
  width: calc(50% - 135px);
}

@media (max-width: 700px) {
  .delegate-information__box .form__inputs .form__input {
    width: 100%;
    margin-bottom: 15px;
  }

  .delegate-information__box .form__inputs .form__input:last-of-type {
    margin-bottom: 0;
  }
}

.delegate-information__box .form__input {
  margin-right: 10px;
  width: calc(100% - 260px);
}

@media (max-width: 700px) {
  .delegate-information__box .form__input {
    width: 100%;
    margin-right: 0;
  }
}

.delegate-information__box .form__input h4 {
  font-size: 15px;
  font-weight: 400;
  color: #404040;
  line-height: 24px;
}

.delegate-information__box .form__input input {
  border: 1px solid #8c8c8c;
  color: #404040;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  padding: 10px 18px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.delegate-information__box .form__input input::placeholder {
  color: #666666;
}

.delegate-information__box .form .btn {
  border: 2px solid var(--iema-pink);
  height: 100%;
  padding: 10px 20px;
  width: 250px;
  text-align: center;
  color: var(--iema-pink);
}

@media (max-width: 500px) {
  .delegate-information__box .form .btn {
    width: 100%;
    margin-top: 10px;
  }
}

.delegate-information__box .form .btn--trnasp {
  background-color: transparent;
  border: 2px solid transparent;
  color: var(--iema-pink);
}

.delegate-information__box .form .btn--trnasp:hover {
  border-color: var(--iema-pink);
  color: var(--iema-pink);
}

.delegate-information__button {
  border-top: 1px solid #404040;
  max-width: 760px;
  display: flex;
  justify-content: end;
  padding-top: 20px;
}

.delegate-information__button button {
  border: 2px solid var(--iema-pink);
  background-color: transparent;
  min-width: 160px;
  text-align: center;
  color: var(--iema-pink);
  font-size: 15px;
  transition: 0.3s ease;
}

.delegate-information__button button:hover {
  background-color: var(--iema-pink);
  color: #fff;
}

.image-shadow {
  width: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
}

.image-shadow img {
  width: 100%;
  height: auto;
}

.image-shadow__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 20px;
}

.image-shadow__info svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.image-shadow__info h3 {
  font-size: 21px;
  color: #fff;
  font-weight: 200;
  line-height: 26px;
  position: relative;
}

.headlines__lists .box {
  min-height: 80px;
}

.headlines__lists .box a {
  display: flex;
  text-decoration: none;
}

.headlines__lists .box a .sponsored {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--iema-pink);
  padding: 2.5px 5px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.headlines__lists .box a .image {
  width: 35%;
  min-height: 80px;
  display: block;
  box-sizing: border-box;
  position: relative;
}

.headlines__lists .box a .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.headlines__lists .box a .info {
  display: block;
  box-sizing: border-box;
  padding: 15px 25px;
  width: 75%;
}

.headlines__lists .box a .info h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #000;
}

.latest {
  display: block;
  box-sizing: border-box;
}

.latest__boxs {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.latest__boxs .box.box--sponsored {
  border: 2px solid var(--iema-pink);
}

.latest__boxs .box.box--disabled .info,
.latest__boxs .box.box--disabled .image {
  opacity: 0.3;
}

.latest__boxs .box a {
  display: flex;
  text-decoration: none;
}

@media (max-width: 600px) {
  .latest__boxs .box a {
    flex-wrap: wrap;
  }
}

.latest__boxs .box a > span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: var(--iema-pink);
  padding: 2.5px 5px;
  z-index: 1;
}

.latest__boxs .box a .image {
  width: 191px;
  display: block;
  position: relative;
}

@media (max-width: 600px) {
  .latest__boxs .box a .image {
    width: 100%;
  }
}

.latest__boxs .box a .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 600px) {
  .latest__boxs .box a .image img {
    width: 100%;
    position: static;
    height: auto;
  }
}

.latest__boxs .box a .info {
  display: block;
  box-sizing: border-box;
  padding: 16px;
  width: calc(100% - 191px);
}

@media (max-width: 600px) {
  .latest__boxs .box a .info {
    padding: 10px 0;
    width: 100%;
  }
}

.latest__boxs .box a .info h3 {
  font-weight: 500;
}

.latest__boxs .box a .info h4 {
  font-size: 14px;
  font-weight: 500;
}

.latest__boxs .box a .info ul {
  display: flex;
  flex-wrap: wrap;
}

.latest__boxs .box a .info ul li:not(:last-child):after {
  content: ",";
  display: inline-block;
  margin-right: 5px;
}

.read-topic {
  display: block;
  box-sizing: border-box;
}

.read-topic h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--iema-pink);
  margin-bottom: 20px;
}

.read-topic ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.read-topic ul li {
  display: block;
  box-sizing: border-box;
  padding: 5px;
  width: 33.33333333%;
}

@media (max-width: 767px) {
  .read-topic ul li {
    width: 50%;
  }
}

@media (max-width: 767px) and (max-width: 500px) {
  .read-topic ul li {
    width: 100%;
  }
}

.read-topic ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 50%;
}

.read-topic ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.read-topic ul li a h3 {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 24px;
  transition: 0.3s ease;
  text-align: center;
}

.read-topic ul li a:hover h3 {
  opacity: 0;
}

/*# sourceMappingURL=main.min.css.map*/

/* Apply bold & italic styles to strong & em elements repectively */
em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

/* Push dropdown selections to the front (must exceed header zIndex) */
.choices__list--dropdown {
  z-index: 1001;
}

/* Search bar grows to fill flex */
.query__search {
  flex-grow: 1;
}

iframe {
  max-width: 100% !important;
}
