@charset "UTF-8";
.gform_title,
.gform_required_legend {
  display: none;
}
.gfield_required.gfield_required_custom {
    display: inline-block;
    line-height: 1.2;
    font-size: 1.2rem;
    color: #fff!important;
    background: #ff7f00;
    margin: 2px 0 0 10px;
    padding: 2px 8px;
}
.request-block .gfield_label {
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
[class*="gchoice_1_1_"] {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background: #f0f0f0;
    padding: 20px;
    border-radius: 12px;
    cursor: pointer;
}
[class*="gchoice_1_1_"] .gf-card {
    display: -ms-flexbox;
    display: flex;
}
[class*="gchoice_1_1_"] .gf-card .gf-card__thumb {
  width: 120px;
  aspect-ratio: 208 / 300;
}
[class*="gchoice_1_1_"] .gf-card .gf-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: bottom;
}
[class*="gchoice_1_1_"] .gf-card .gf-card__body {
    width: calc(100% - 120px);
    padding: 0 0 0 20px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
[class*="gchoice_1_1_"] .gf-card .gf-card__body > * {
    width: 100%;
}
[class*="gchoice_1_1_"] .gf-card .gf-card__body .gf-card__title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 5px;
}
[class*="gchoice_1_1_"] .gf-card .gf-card__body .gf-card__meta {
    line-height: 1.5;
}
[class*="gchoice_1_1_"] .gf-card .gf-card__body .gf-card__meta.gf-card__meta--top {
  display: flex;
  align-items: center;
}
[class*="gchoice_1_1_"] .gf-card .gf-card__body .gf-card__meta.gf-card__meta--top > * + * {
  margin-left: 10px;
}
[class*="gchoice_1_1_"] .gf-card .gf-card__body .gf-card__meta .gf-card__date {
  font-size: 1.2rem;
}
[class*="gchoice_1_1_"] .gf-card .gf-card__body .gf-card__meta .gf-card__cats > * + * {
  margin-left: 5px;
}
[class*="gchoice_1_1_"] .gf-card .gf-card__body .gf-card__meta .gf-card__cats .gf-card__cat {
    text-align: center;
    display: inline-block;
    background: #68478d;
    color: #fff;
    border-radius: 13px;
    font-size: 1.2rem;
    padding: 3px 10px 4px;
}
[class*="gchoice_1_1_"] .gf-card__meta.gf-card__meta--desc {
  margin-top: 10px;
  font-size: 1.4rem;
}
.gform-theme--foundation fieldset.js-consent-required {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gform-theme--foundation fieldset.js-consent-required a {
  text-decoration: underline;
}
.gform_wrapper .request-block .gform_footer {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.gform_wrapper .request-block .gform_footer input[type="submit"] {
    width: 100%!important;
    max-width: 440px!important;
    height: 80px!important;
    margin: 0 auto!important;
    display: flex!important;
    align-items: center!important;
    border-radius: 4px!important;
    color: #fff!important;
    line-height: 1.2!important;
    font-size: 2.2rem!important;
    font-weight: 700!important;
    background: #68478d!important;
    border: none!important;
    outline: none!important;
    transition: all 0.3s ease!important;
    cursor: pointer!important;
    box-shadow: none!important;
}
.gform_wrapper .request-block .gform_footer input[type="submit"]:hover {
  opacity: 0.8!important;
}
.gform_wrapper .request-block .gform_footer input[type="submit"].is-disabled {
    background: #f2f2f2!important;
    color: #ccc!important;
    opacity: 1!important;
}
.gform_confirmation_message p {
    text-align: center;
}
.atonarp-gf-downloads {
    background: #f0f0f0;
    padding: 30px 40px;
    border-radius: 12px;
    margin: 0 auto 50px; 
    width: 100%;
    max-width: 800px;
}
.atonarp-gf-downloads h3 {
    display: block;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    padding: 0 0 16px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.atonarp-gf-downloads h3:after {
    content: "";
    width: 60px;
    height: 3px;
    background: #68478d;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.atonarp-gf-downloads .gf-dl-list {
    display: flex;
    flex-direction: column;
    list-style: none;
}
.atonarp-gf-downloads .gf-dl-list li {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 15px 0;
    border-bottom: 1px solid #707070;
}
.atonarp-gf-downloads .gf-dl-list li a {
    display: flex;
    align-items: center;
}
.atonarp-gf-downloads .gf-dl-list li a span {
    text-decoration: underline;
}
.atonarp-gf-downloads .gf-dl-list li a:after {
    content: 'PDF';
    display: inline-block;
    line-height: 1.2;
    font-size: 1.2rem;
    color: #fff!important;
    background: #FF0000;
    margin: 2px 0 0 10px;
    padding: 2px 8px;
    border-radius: 3px;
}
.atonarp-gf-downloads .gf-dl-list li:last-child {
    border-bottom: none;
}
.gform-theme--framework .gfield--type-choice.custom-check .gfield_checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}