#confirmation {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding: 2rem;
  border-width: 0;
  color: #333333;
  background-color: #ffffff;
  text-shadow: none;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

#confirmation > div:first-child {
  flex-shrink: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333333;
}

#confirmation > div:first-child + div {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

#confirmation h3 {
  font-family: Poppins-Variable, sans-serif;
  font-weight: 600;
  font-size: 1.875em;
  color: #379ec7;
  text-align: center;
  padding-top: calc(.25rem * 6);
  padding-bottom: calc(.25rem * 6);
}

#confirmation p {
  font-family: Poppins-Variable, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
}

#confirmation a,
#confirmation a:focus {
  font-family: Poppins-Variable, sans-serif;
  font-weight: 400;
  font-size: .875rem;
  color: #379ec7;
  text-decoration: none;
}

#confirmation a:active,
#confirmation a:hover {
  color: #379ec7;
  background-color: #379ec733;
  text-decoration: none;
}

#confirmation svg {
  fill: #379ec7;
  width: 100px;
  height: 100px;
}

@media (max-width: 640px) {}

/* sm */
@media (min-width: 641px) and (max-width: 768px) {}

/* md */
@media (min-width: 769px) and (max-width: 1024px) {}

/* lg */
@media (min-width: 1025px) and (max-width: 1280px) {
  #confirmation { min-height: 450px; }
}

/* xl */
@media (min-width: 1281px) and (max-width: 1536px) {
  #confirmation { min-height: 450px; }
}

/* 2xl */
@media (min-width: 1536px) {
  #confirmation { min-height: 450px; }
}
