@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  color: #294373;
}
body .cookie {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  animation: fadeIn 0.3s ease-in;
}
body .cookie .cookie-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
body .cookie .cookie-content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
body .cookie .cookie-content .cookie-content__action {
  background-color: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .cookie .cookie-content .cookie-content__action .action-text {
  margin: 0 0 20px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
body .cookie .cookie-content .cookie-content__action .action-button .action-button__element {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 202px;
  max-width: 202px;
  height: 40px;
  padding: 0 16px;
  border-radius: 24px;
  background-color: #FFFFFF;
  transition: all 0.3s linear;
}
body .cookie .cookie-content .cookie-content__action .action-button .action-button__element:first-child {
  margin: 0 0 10px 0;
}
body .cookie .cookie-content .cookie-content__action .action-button .action-button__element:hover {
  background-color: #4DB99C;
}
body .cookie .cookie-content .cookie-content__action .action-button .action-button__element:hover .element-button {
  border: 2px solid #4DB99C;
  color: #FFFFFF;
}
body .cookie .cookie-content .cookie-content__action .action-button .action-button__element:hover svg path {
  fill: #FFFFFF;
}
body .cookie .cookie-content .cookie-content__action .action-button .action-button__element:active, body .cookie .cookie-content .cookie-content__action .action-button .action-button__element:focus {
  background-color: #CFD3DB;
}
body .cookie .cookie-content .cookie-content__action .action-button .action-button__element:active .element-button, body .cookie .cookie-content .cookie-content__action .action-button .action-button__element:focus .element-button {
  border: 2px solid #CFD3DB;
  color: #214070;
}
body .cookie .cookie-content .cookie-content__action .action-button .action-button__element:active svg path, body .cookie .cookie-content .cookie-content__action .action-button .action-button__element:focus svg path {
  fill: #214070;
}
body .cookie .cookie-content .cookie-content__action .action-button .action-button__element .element-button {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 202px;
  max-width: 202px;
  height: 40px;
  padding: 0 16px;
  border-radius: 24px;
  border: 2px solid #214070;
  text-align: left;
  color: #214070;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  background-color: transparent;
  cursor: pointer;
}
body .cookie .cookie-content .cookie-content__action .action-button .action-button__element svg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 14px;
  right: 16px;
}
body .cookie .cookie-content .cookie-content__action .action-button .action-button__element svg path {
  fill: #214070;
}
body .cookie .cookie-content .cookie-content__modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  display: none;
  animation: fadeIn 0.3s ease-in;
}
body .cookie .cookie-content .cookie-content__modal .modal-information {
  width: 100%;
  height: 540px;
  margin: 0 10px;
  padding: 40px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
  border-radius: 18px;
  background-color: #FFFFFF;
}
body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__title {
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}
body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__text {
  height: 330px;
  margin: 0 0 20px 0;
  overflow: hidden;
  overflow-y: scroll;
}
body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__text .text-element {
  margin: 0 0 20px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__text .text-element .text-element__highlighted {
  font-weight: 700;
}
body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__element {
  position: relative;
  display: block;
  width: 100%;
  min-width: 202px;
  max-width: 202px;
  height: 40px;
  margin: 0 auto 20px auto;
  padding: 0 16px;
  border-radius: 24px;
  background-color: #FFFFFF;
  transition: all 0.3s linear;
}
body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__element:hover {
  background-color: #4DB99C;
}
body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__element:hover .element-button {
  border: 2px solid #4DB99C;
  color: #FFFFFF;
}
body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__element:hover svg path {
  fill: #FFFFFF;
}
body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__element:active, body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__element:focus {
  background-color: #CFD3DB;
}
body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__element:active .element-button, body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__element:focus .element-button {
  border: 2px solid #CFD3DB;
  color: #214070;
}
body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__element:active svg path, body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__element:focus svg path {
  fill: #214070;
}
body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__element .element-button {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 202px;
  max-width: 202px;
  height: 40px;
  padding: 0 16px;
  border-radius: 24px;
  border: 2px solid #214070;
  text-align: left;
  color: #214070;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  background-color: transparent;
  cursor: pointer;
}
body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__element svg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 14px;
  right: 16px;
}
body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__element svg path {
  fill: #214070;
}
body .cookie--hide {
  display: none;
}
body .cookie--action .cookie-content .cookie-content__action {
  display: none;
}
body .cookie--modal .cookie-content .cookie-content__modal {
  display: flex;
}

@media only screen and (min-width: 768px) {
  body .cookie .cookie-content .cookie-content__action {
    padding: 40px 20px;
  }
  body .cookie .cookie-content .cookie-content__action .action-text {
    margin: 0 0 30px 0;
  }
  body .cookie .cookie-content .cookie-content__action .action-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 502px;
  }
  body .cookie .cookie-content .cookie-content__action .action-button .action-button__element {
    min-width: 228px;
    max-width: 228px;
    height: 44px;
    order: 1;
  }
  body .cookie .cookie-content .cookie-content__action .action-button .action-button__element:first-child {
    margin: 0;
    order: 2;
  }
  body .cookie .cookie-content .cookie-content__action .action-button .action-button__element .element-button {
    min-width: 228px;
    max-width: 228px;
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
  }
  body .cookie .cookie-content .cookie-content__action .action-button .action-button__element svg {
    top: 16px;
    right: 20px;
  }
  body .cookie .cookie-content .cookie-content__modal {
    width: 100%;
    max-width: 730px;
  }
  body .cookie .cookie-content .cookie-content__modal .modal-information {
    margin: 0;
    height: 640px;
  }
  body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__title {
    font-size: 28px;
  }
  body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__text {
    height: 460px;
    font-size: 20px;
  }
  body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__element {
    min-width: 228px;
    max-width: 228px;
    height: 44px;
  }
  body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__element .element-button {
    min-width: 228px;
    max-width: 228px;
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
  }
  body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__element svg {
    top: 16px;
    right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  body .cookie .cookie-content .cookie-content__action .action-text {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto 40px auto;
    font-size: 20px;
  }
  body .cookie .cookie-content .cookie-content__action .action-button {
    max-width: 582px;
  }
  body .cookie .cookie-content .cookie-content__action .action-button .action-button__element {
    min-width: 270px;
    max-width: 270px;
    height: 48px;
  }
  body .cookie .cookie-content .cookie-content__action .action-button .action-button__element .element-button {
    min-width: 270px;
    max-width: 270px;
    height: 48px;
    padding: 0 30px;
    font-size: 18px;
  }
  body .cookie .cookie-content .cookie-content__action .action-button .action-button__element svg {
    top: 18px;
    right: 30px;
  }
  body .cookie .cookie-content .cookie-content__modal {
    max-width: 1170px;
  }
  body .cookie .cookie-content .cookie-content__modal .modal-information {
    height: 600px;
  }
  body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__title {
    margin: 0 0 30px 0;
    font-size: 32px;
    text-align: left;
  }
  body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__text {
    height: 410px;
  }
  body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__element {
    min-width: 270px;
    max-width: 270px;
    height: 48px;
  }
  body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__element .element-button {
    min-width: 270px;
    max-width: 270px;
    height: 48px;
    padding: 0 30px;
    font-size: 18px;
  }
  body .cookie .cookie-content .cookie-content__modal .modal-information .modal-information__element svg {
    top: 18px;
    right: 30px;
  }
}