:root {
  --sans-serif: "Josefin Sans", sans-serif;
  --serif: "Frank Ruhl Libre", serif;
  --header-height:100px;
  --gb-red: #B30000;
  --gb-white:#F9F8F4;
  --gb-real-white:#FFFFFF;
  --gb-blue:#19273E;
  --gb-gold:#B19B5D;
  --gb-blue-text:#434F69;
  --gb-gray-blue-text:#6F7B97;
  --gb-black:#1A1E2F;
  --gb-grey:#E8E7E3;
}
@media screen and (max-width: 767px) {
  :root {
    --header-height:60px;
  }
}

a {
  color: currentColor;
}
a:hover, a:visited, a:focus {
  color: currentColor;
}

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

picture {
  display: block;
}

button {
  cursor: pointer !important;
}

textarea, input, button {
  box-shadow: none;
  outline: none !important;
  border-radius: 0;
  background: none;
  border: none;
}

.gb_disabled {
  opacity: 0.8;
  pointer-events: none;
}

.pswp .pswp__bg {
  background: #fff;
}
.pswp .pswp__ui .pswp__button--close {
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 50%;
  color: #333;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  padding: 0;
  margin-top: 0;
  top: 0;
  transform: rotate(45deg);
}
.pswp .pswp__ui .pswp__top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  z-index: 90;
  padding: 10px;
}
.pswp .pswp__ui .pswp__button {
  display: block;
  float: right;
  padding: 0;
  height: 24px;
  width: 24px;
  top: 50%;
  background: transparent;
}
.pswp .pswp__ui .pswp__button svg {
  pointer-events: none;
  fill: #444;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs {
  margin-right: 20px;
  height: 17px;
  width: 17px;
  position: relative;
  margin-top: 3px;
  top: 1px;
  display: none !important;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs span {
  display: block;
  width: 30%;
  height: 30%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs span:nth-child(1) {
  border-left: solid 2px #333333;
  border-top: solid 2px #333333;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs span:nth-child(2) {
  border-right: solid 2px #333333;
  border-top: solid 2px #333333;
  left: auto;
  right: 0;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs span:nth-child(3) {
  border-right: solid 2px #333333;
  border-bottom: solid 2px #333333;
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs span:nth-child(4) {
  border-left: solid 2px #333333;
  border-bottom: solid 2px #333333;
  top: auto;
  bottom: 0;
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right, .pswp .pswp__ui .pswp__button.pswp__button--arrow--left {
  position: absolute;
  top: 50%;
  z-index: 90;
  left: 10px;
  transform: translateY(-50%);
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #333;
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
  padding: 0;
  margin-top: 0;
  transform: translateY(-50%);
  border: solid 1px #333;
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right svg, .pswp .pswp__ui .pswp__button.pswp__button--arrow--left svg {
  width: 40%;
  height: 40%;
  fill: #333;
  transform: rotate(90deg);
  transform-origin: center center;
}
html.mobile .pswp .pswp__ui .pswp__button.pswp__button--arrow--right, html.mobile .pswp .pswp__ui .pswp__button.pswp__button--arrow--left {
  display: none;
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right {
  right: 10px;
  left: auto;
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right svg {
  transform: rotate(-90deg);
  transform-origin: center center;
}
.pswp .pswp__ui .pswp__counter, .pswp .pswp__ui .pswp__caption {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 700;
  color: #444;
  text-align: center;
  font-family: "Roboto", sans-serif;
  height: 44px;
  padding: 10px 0;
}
.pswp .pswp__ui .pswp__caption {
  bottom: auto;
  top: 0;
  z-index: 5;
  padding: 10px 43px;
}
@media (max-width: 767px) {
  .pswp .pswp__ui .pswp__caption {
    font-size: 12px;
  }
}
.pswp .pswp__ui .pswp__caption.pswp__caption--fake {
  display: none;
}
.pswp .pswp__button--share {
  display: none !important;
}
.pswp .pswp__wrapper {
  line-height: 0;
  width: 100%;
  height: auto;
  max-width: 90vmin;
  z-index: 1045;
  position: absolute;
  top: 50%;
  lefT: 50%;
  transform: translate(-50%, -50%);
}
.pswp .pswp__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.pswp .pswp__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp video {
  width: 100% !important;
  height: auto !important;
}

html {
  font-size: 16px;
}

body {
  font-family: var(--sans-serif);
  background: var(--gb-white);
}

.gb-span-2 {
  grid-column: span 2;
}

gb-arrow {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
gb-arrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: currentColor;
  flex: 0 0 auto;
}
gb-arrow::after {
  flex: 0 0 auto;
  content: "";
  height: 8px;
  width: 4px;
  background: currentColor;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
gb-arrow.short::before {
  width: 12px;
}
gb-arrow.to-left {
  transform: rotate(-180deg);
}

main {
  min-height: calc(100vh - var(--header-height) - var(--footer-height, 0px));
}

header {
  color: var(--gb-black);
  background: var(--gb-white);
}
header .gb-logo-wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: var(--header-height);
}
header .gb-logo-wrapper svg {
  display: block;
  width: auto;
  height: max(50%, 38px);
  grid-area: 1/2/2/3;
  margin: auto;
}
header .gb-logo-wrapper .gb-cta-back {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--gb-gold) !important;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none !important;
  padding-block: calc(16px + 0.1em) 16px;
  margin-right: auto;
}
header .gb-logo-wrapper .gb-cta-back gb-arrow {
  position: relative;
  top: -0.1em;
}
@media screen and (max-width: 576px) {
  header .gb-logo-wrapper .gb-cta-back {
    font-size: 12px;
    gap: 8px;
  }
  header .gb-logo-wrapper .gb-cta-back gb-arrow::before {
    width: 12px;
  }
}

footer .gb-footer-head {
  background: var(--gb-grey);
  padding-block: 18px;
}
footer .gb-footer-head .gb-brand-link {
  text-decoration: none;
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 700;
  display: block;
  color: Var(--gb-blue-text);
}
footer .gb-footer-head .gb-brand-link svg {
  display: inline-block;
  height: 15px;
  width: auto;
  fill: var(--gb-black);
  vertical-align: baseline;
  margin-inline: 3px;
}
footer .gb-footer-head .gb-brand-link gb-arrow {
  color: var(--gb-gold);
  margin-left: 8px;
}
footer .gb-footer-head #gb-gotop svg {
  height: 32px;
  width: auto;
  display: block;
  fill: var(--gb-gold);
}
footer .gb-footer-foot {
  background: var(--gb-white);
  padding-block: 20px;
  color: var(--gb-blue-text);
}
footer .gb-footer-foot p {
  margin: 0;
  font-size: 10px;
  font-family: var(--serif);
}
footer .gb-footer-foot ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  footer .gb-footer-foot ul {
    margin-top: 20px;
  }
}
footer .gb-footer-foot ul li:not(:last-child)::after {
  vertical-align: middle;
  display: inline-block;
  content: "";
  height: 8px;
  width: 1px;
  background: currentColor;
  margin-left: 7px;
}
footer .gb-footer-foot ul a {
  text-decoration: underline;
  font-size: 12px;
  font-family: var(--serif);
}

.gb-cta {
  padding: calc(16px + 0.1em) 24px 16px;
  text-align: center;
  background: var(--gb-bg-cta, var(--gb-gold));
  color: var(--gb-color-cta, var(--gb-white));
  border: solid 1px var(--gb-border-cta, transparent);
  text-decoration: none !important;
  display: inline-block;
  border-radius: 6px;
  line-height: 1.1;
  font-weight: 700;
  transition: background 100ms, border-color 100ms, color 100ms;
  font-size: 14px;
}
.gb-cta:focus, .gb-cta:visited, .gb-cta:active, .gb-cta:hover {
  color: var(--gb-color-cta, var(--gb-white));
  --gb-bg-cta:color-mix(in srgb, #000 20%,var(--gb-gold)) ;
}
.gb-cta.cta-xs {
  padding: calc(6px + 0.25em) 18px 6px;
}
.gb-cta.cta-gray {
  --gb-bg-cta:var(--gb-grey);
  --gb-color-cta:var(--gb-blue-text) ;
}
.gb-cta gb-arrow {
  position: relative;
  top: -0.1em;
  margin-left: 10px;
}

main h2,
main .gb-h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--gb-blue-text);
}

main h3,
main .gb-h3 {
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
  color: var(--gb-blue-text);
}

main ul,
main p, main .gb-p {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: var(--gb-blue-text);
  text-transform: none;
}

main ul {
  padding-left: 1.4em;
}

.text-serif {
  font-family: var(--serif);
}

.text-sans-serif {
  font-family: var(--sans-serif);
}

.color-blue {
  color: var(--gb-blue-text);
}

.error,
.gb-error {
  --gb-error:var(--gb-red);
}

.errorMessage {
  color: var(--gb-red);
  font-size: 14px;
  margin-top: 6px;
}

label {
  color: var(--gb-error, var(--gb-blue-text));
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  font-family: var(--sans-serif);
}

input[type=text], input[type=date], input[type=tel], input[type=email] {
  font-family: var(--sans-serif);
  width: 100%;
  border: solid 1px var(--gb-error, var(--gb-blue-text));
  padding: calc(9px + 0.1em) 16px 9px;
  border-radius: 6px;
  font-weight: 400;
  background: var(--gb-real-white);
}
input[type=text]::placeholder, input[type=date]::placeholder, input[type=tel]::placeholder, input[type=email]::placeholder {
  opacity: 1;
  color: #ADB5BD;
  text-transform: uppercase;
  font-weight: 400;
}
html.ios input[type=date] {
  -webkit-appearance: none;
  padding-block: 4px;
  text-align: left;
}

select {
  font-family: var(--sans-serif);
  width: 100%;
  border: solid 1px var(--gb-error, var(--gb-blue-text));
  padding: calc(9px + 0.1em) 48px 9px 16px;
  border-radius: 6px;
  font-weight: 400;
  cursor: pointer;
  -webkit-appearance: none;
  background-color: var(--gb-real-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2354595E' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
select:invalid {
  opacity: 1;
  color: #ADB5BD;
  text-transform: uppercase;
  font-weight: 400;
}

.gb-checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--checked-color, var(--gb-real-white)) no-repeat center center/130% auto;
  border: solid 1px var(--error, var(--gb-blue-text));
  border-radius: 2px;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  cursor: pointer;
  margin-right: 8px;
  position: relative;
  flex: 0 0 auto;
}
.gb-checkbox input[type=checkbox]:checked {
  --error:#B19B5D;
  --checked-color:#B19B5D url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/%3E%3C/svg%3E") ;
}
.gb-checkbox input[type=checkbox][disabled] {
  filter: grayscale(1);
  opacity: 0.4;
  cursor: not-allowed;
}
.gb-checkbox input[type=checkbox][disabled] + label {
  filter: grayscale(1);
  opacity: 0.6;
  cursor: not-allowed;
}
.gb-checkbox label {
  cursor: pointer;
  display: inline-block;
}

#gb-dropzone {
  width: 100%;
  min-height: 107px;
  background: var(--gb-real-white);
  border: 1px dashed var(--gb-blue-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#gb-dropzone:has(.dz-preview) {
  flex-direction: column;
}
#gb-dropzone .gb-info-wrap {
  pointer-events: none;
}
#gb-dropzone .gb-info-wrap:has(+ .dz-preview) {
  display: none;
}
#gb-dropzone .dz-preview {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  margin-right: auto;
  width: 100%;
}
#gb-dropzone .dz-preview .dz-image {
  margin-right: 10px;
}
#gb-dropzone .dz-preview .dz-image::before {
  color: var(--gb-gold);
  content: "\f369"/"";
  font-family: bootstrap-icons;
  font-size: 1.3em;
}
#gb-dropzone .dz-preview .dz-image img {
  display: none;
}
#gb-dropzone .dz-preview .dz-details {
  display: flex;
  flex-direction: column-reverse;
  text-align: left;
  color: var(--gb-blue);
}
#gb-dropzone .dz-preview .dz-details .dz-size {
  text-align: left;
  font-size: 0.8em;
  color: var(--gb-blue-text);
}
#gb-dropzone .dz-preview .dz-error-mark,
#gb-dropzone .dz-preview .dz-success-mark {
  display: none;
}
#gb-dropzone .dz-preview .dz-error-message {
  color: var(--gb-red);
  padding-inline: 10px;
  font-style: italic;
}
#gb-dropzone .dz-preview .dz-remove {
  margin: auto 0 auto auto;
  color: var(--gb-red);
  text-decoration: none;
  font-weight: 600;
  font-suze: 14px;
}
#gb-dropzone .gb-info-title {
  font-family: var(--sans-serif);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
#gb-dropzone .gb-info-text {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 12px;
  line-height: 2em;
}

.gb-section-hero {
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gb-section-hero {
    padding-bottom: 0;
  }
}
.gb-section-hero picture {
  width: 100%;
  aspect-ratio: 1280/700;
  position: relative;
}
@media screen and (min-width: 992px) {
  .gb-section-hero picture {
    max-height: calc(100vh - var(--header-height) - 60px);
  }
}
.gb-section-hero picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.gb-section-hero .gb-text-wrapper {
  color: var(--gb-real-white);
}
@media screen and (min-width: 992px) {
  .gb-section-hero .gb-text-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-hero .gb-text-wrapper {
    background: var(--gb-blue);
  }
}
.gb-section-hero .gb-text-wrapper .gb-text {
  padding: 62px 100px 85px;
}
@media screen and (min-width: 768px) {
  .gb-section-hero .gb-text-wrapper .gb-text {
    background: color-mix(in srgb, var(--gb-blue) 65%, transparent);
  }
}
@media screen and (max-width: 991px) {
  .gb-section-hero .gb-text-wrapper .gb-text {
    padding: 42px 30px 85px;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-hero .gb-text-wrapper .gb-text {
    padding: 38px 20px;
  }
}
.gb-section-hero .gb-text-wrapper .gb-text h1 {
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 550;
}
@media screen and (max-width: 767px) {
  .gb-section-hero .gb-text-wrapper .gb-text h1 {
    font-size: 33px;
  }
  .gb-section-hero .gb-text-wrapper .gb-text h1 br {
    display: none;
  }
}
.gb-section-hero .gb-text-wrapper .gb-text p {
  font-family: var(--serif);
  font-weight: 400;
  margin-bottom: 30px;
  color: var(--gb-real-white);
}

.gb-section-posizioni {
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .gb-section-posizioni {
    padding-block: 60px;
  }
}
.gb-section-posizioni .gb-filter-wrapper {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.gb-section-posizioni #poa {
  scroll-margin-top: 20px;
}
.gb-section-posizioni .gb-lavori-grid {
  margin-top: 36px;
  max-width: 944px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  overflow: hidden;
}
.gb-section-posizioni .gb-lavori-grid[data-count="2"], .gb-section-posizioni .gb-lavori-grid[data-count="1"] {
  grid-template-columns: repeat(2, 1fr);
  max-width: unset;
}
.gb-section-posizioni .gb-lavori-grid[data-count="2"] .gb-position-tab, .gb-section-posizioni .gb-lavori-grid[data-count="1"] .gb-position-tab {
  min-height: unset;
}
@media screen and (max-width: 991px) {
  .gb-section-posizioni .gb-lavori-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .gb-section-posizioni .gb-lavori-grid {
    display: flex;
    flex-direction: column;
  }
}
.gb-section-posizioni .gb-lavori-grid .gb-position-tab {
  padding: 24px;
  background: var(--gb-grey);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  min-height: 157px;
  overflow: hidden;
}
.gb-section-posizioni .gb-lavori-grid .gb-position-tab h3 {
  margin-bottom: 0;
}
.gb-section-posizioni .gb-lavori-grid .gb-position-tab span {
  color: var(--gb-gray-blue-text);
  display: block;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
.gb-section-posizioni .gb-lavori-grid .gb-position-tab .gb-header-tab {
  margin-bottom: 20px;
  flex: 0 0 auto;
}
.gb-section-posizioni .gb-lavori-grid .gb-position-tab .gb-main-tab {
  flex: 1 1 auto;
}
.gb-section-posizioni .gb-lavori-grid .gb-position-tab .gb-main-tab p {
  font-size: 14px;
  margin-bottom: 0;
  font-family: var(--serif);
  line-height: 1.1;
  color: var(--gb-blue-text);
}
.gb-section-posizioni .gb-lavori-grid .gb-position-tab .gb-footer-tab {
  margin-top: auto;
  color: var(--gb-gold);
}
.gb-section-posizioni .gb-lavori-grid .gb-position-tab .gb-footer-tab a {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.gb-section-scheda .gb-max-width {
  max-width: 840px;
  margin-inline: auto;
}
.gb-section-scheda .gb-scheda-header {
  background: var(--gb-real-white);
  padding-block: 40px;
  color: var(--gb-blue-text);
}
.gb-section-scheda .gb-scheda-header strong {
  display: block;
  font-weight: 700;
  font-size: 13px;
  color: var(--gb-gray-blue-text);
  margin-bottom: 10px;
}
.gb-section-scheda .gb-scheda-main {
  padding-block: 40px;
  background: var(--gb-white);
  color: var(--gb-blue-text);
  font-family: var(--serif);
}
.gb-section-scheda .gb-scheda-main h2:not(.gb-p) {
  font-family: Josefin Sans;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.gb-section-scheda .gb-scheda-main h2:not(.gb-p):not(:first-child) {
  margin-top: 30px;
}
.gb-section-scheda .gb-cta-wrapper {
  padding-top: 30px;
}
.gb-section-scheda .gb-cta-wrapper .gb-cta {
  padding: calc(16px + 0.1em) 12px 16px;
  font-family: var(--sans-serif);
}
.gb-section-scheda .gb-form-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}
@media screen and (max-width: 576px) {
  .gb-section-scheda .gb-form-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.gb-section-scheda .gb-informativa-wrap {
  border: solid 1px var(--gb-blue-text);
  background-color: var(--gb-real-white);
  border-radius: 6px;
  padding: 16px 32px;
  height: 40vh;
  overflow: auto;
  min-height: 400px;
  box-shadow: 0px 0px 0px 2px #E8DBFD;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .gb-section-scheda .gb-checkbox {
    padding-left: 32px;
  }
}

.gb-section-thankyou {
  background: var(--gb-real-white);
  padding-block: 30px;
}
.gb-section-thankyou .container {
  min-height: calc(100vh - var(--header-height) - var(--footer-height, 0px));
  display: flex;
  align-items: center;
  justify-content: center;
}
.gb-section-thankyou .gb-thankyou-wrap {
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gb-section-thankyou .gb-thankyou-wrap {
    padding-inline: 20px;
  }
}
.gb-section-thankyou .gb-thankyou-wrap .gb-ty-icon {
  margin-inline: auto;
  width: 72px;
  height: auto;
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .gb-section-thankyou .gb-thankyou-wrap .gb-ty-icon {
    width: 50px;
    margin-bottom: 20px;
  }
}
.gb-section-thankyou .gb-thankyou-wrap h1 {
  font-family: var(--sans-serif);
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  color: var(--gb-blue-text);
}
@media screen and (max-width: 767px) {
  .gb-section-thankyou .gb-thankyou-wrap h1 {
    font-size: 24px;
  }
}
.gb-section-thankyou .gb-thankyou-wrap p {
  margin-bottom: 0;
}

/*# sourceMappingURL=main.css.map */
