/**
 * Colors
 */
/**
 * Returns a transition duration by name.
 * @function transition-duration
 * @since 1.0.0
 */
/**
 * Returns a transition equation by name.
 * @function transition-equation
 * @since 1.0.0
 */
/**
 * Returns a transition equation by name.
 * @function transition-delay
 * @since 1.0.0
 */
/**
 * @mixin flexible
 * @since 1.0.0
 */
/**
 * @mixin flex-box
 * @since 1.0.0
 */
/**
 * @mixin flex-row
 * @since 1.0.0
 */
/**
 * @mixin flex-col
 * @since 1.0.0
 */
/**
 * @mixin mflex-set
 * @since 1.0.0
 */
/**
 * @mixin flex-ord
 * @since 1.0.0
 */
/**
 * @mixin flex-width
 * @since 1.0.0
 */
/**
 * @mixin last-row
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-up
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-down
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-down
 * @since 1.0.0
 */
/**
 * @function breakpoint-get
 * @since 1.0.0
 * @hidden
 */
/**
 * Converts a value to a relative vw.
 * @function rvw
 * @since 1.0.0
 */
/**
 * Converts a value to a relative vh.
 * @function rvh
 * @since 1.0.0
 */
/**
 * Convenience function to add 2 values.
 * @function calc-add
 * @since 1.0.0
 */
/**
 * Convenience function to substract 2 values.
 * @function calc-sub
 * @since 1.0.0
 */
/**
 * Convenience function to mul 2 values.
 * @function calc-mul
 * @since 1.0.0
 */
/**
 * Returns the negative value of a css variable.
 * @function neg
 * @since 1.0.0
 */
/**
 * @function make-rvw
 * @since 1.0.0
 * @hidden
 */
/**
 * @function make-rvh
 * @since 1.0.0
 * @hidden
 */
/**
 * @function strip-unit
 * @since 1.0.0
 * @hidden
 */
/**
 * Applies preset typeface attributes.
 * @mixin typeface
 * @since 1.0.0
 */
/**
* Sets the text antialias;
* @mixin text-antialias
* @since 1.0.0
*/
/**
* Sets the text adjust.
* @mixin text-adjust
* @since 1.0.0
*/
/**
* Convenience mixin to support special writing direction.
* @function text-dir
* @since 1.0.0
*/
/**
* Convenience mixin.
* @function text-dir-ttb
* @since 1.0.0
*/
/**
* Convenience mixin.
* @function text-dir-btt
* @since 1.0.0
*/
/**
* Convenience mixin.
* @function text-mask
* @since 1.0.0
*/
/**
* Converts tracking to letter-spacing.
* @function tracking
* @since 1.0.0
*/
/**
* @function has-typeface-family
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-weight
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-style
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-size
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-option
* @since 1.0.0
* @hidden
*/
/**
 * The breakpoint keys.
 * @var breakpoints
 * @since 1.0.0
 */
/**
 * The grid breakpoints.
 * @var grid
 * @since 1.0.0
 */
/**
 * Transition speed and curves.
 * @var transitions
 * @since 1.0.0
 */
/**
 * @mixin placeholder
 * @since 1.0.0
 */
/**
 * @mixin selection
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-child
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin with content parameter.
 * @function nth-child
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-of-type
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-last-child
 * @since 1.0.0
 */
/**
 * Convenience nth-last-of-type mixin to improve loop readability.
 * @function nth-last-of-type
 * @since 1.0.0
 */
/**
 * Convenience data-nth-item mixin to improve loop readability.
 * @mixin nth-item
 * @since 1.0.0
 */
/**
 * Convenience nth-item mixin with content parameter.
 * @mixin nth-item
 * @since 1.0.0
 */
/**
 * Convenience data-nth-line mixin to improve loop readability.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Convenience nth-line mixin with content parameter.
 * @mixin nth-line
 * @since 1.0.0
 */
/**
 * Convenience data-nth-word mixin to improve loop readability.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Convenience nth-word mixin with content parameter.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Targets the last row of a sepcified amount of columns.
 * @mixin last-row
 * @since 1.0.0
 */
/**
 * Position an element with absolute type.
 * @mixin absolute
 * @since 1.0.0
 */
/**
 * Position an element with relative type.
 * @mixin relative
 * @since 1.0.0
 */
/**
 * Position an element with sticky type.
 * @mixin sticky
 * @since 1.0.0
 */
/**
 * Position an element with fixed type.
 * @mixin fixed
 * @since 1.0.0
 */
/**
 * Convenience mixin to position a element absolutely.
 * @mixin fill
 * @since 1.0.0
 */
/**
 * Disables br.
 * @function no-br
 * @since 1.0.0
 */
/**
 * Convenience z-index mixin used for easier debugging.
 * @function elevated
 * @since 1.0.0
 */
/**
 * Convenience mixin.
 * @function pushable
 * @since 1.0.0
 */
/**
 * Convenience mixin to reset visibility and transform.
 * @function hidden
 * @since 1.0.0
 */
/**
 * Convenience mixin to reset visibility and transform.
 * @function reveal
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-property
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-duration
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-equation
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-delay
 * @since 1.0.0
 */
/**
 * Convenience before mixin;
 * @function before
 * @since 1.0.0
 */
/**
 * Convenience before mixin;
 * @function before
 * @since 1.0.0
 */
/**
 * Convenience asset path function
 * @function asset
 * @since 1.0.0
 */
/**
 * @mixin position
 * @since 1.0.0
 * @hidden
 */
/**
 * @function is-valid-length
 * @since 1.0.0
 * @hidden
 */
/**
 * @function nth-if
 * @since 1.0.0
 * @hidden
 */
/**
 * Initialize the common styles of a block.
 * @function block
 * @since 1.0.1
 */
.grey-bar:after {
  background-color: #F0F1F2;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc((68.75px + 56.25 * ((100vw - 376px) / 1544)) - 0.1px);
}

.thank-you-file {
  background-color: #234870;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  padding-top: calc((137.5px + 112.5 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-bottom: calc((137.5px + 112.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
.thank-you-file .thank-you-file-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.thank-you-file .title-wrapper {
  margin-bottom: calc((22px + 18 * ((100vw - 376px) / 1544)) - 0.1px);
}
.thank-you-file .title-wrapper h1, .thank-you-file .title-wrapper h2, .thank-you-file .title-wrapper h3 {
  font-weight: 500;
  /* ---------------------------------------------------------------------- */
  /* Gotham                                                                 */
  /* ---------------------------------------------------------------------- */
  font-family: "Gotham", Sans-Serif;
  font-size: calc((42.5px + 7.5 * ((100vw - 1441px) / 479)) - 0.1px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .thank-you-file .title-wrapper h1, .thank-you-file .title-wrapper h2, .thank-you-file .title-wrapper h3 {
    font-size: calc((32.5px + 17.5 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
.thank-you-file .title-wrapper h1:after, .thank-you-file .title-wrapper h2:after, .thank-you-file .title-wrapper h3:after {
  background-color: #F19B3E;
  content: "";
  height: calc((2.2px + 1.8 * ((100vw - 376px) / 1544)) - 0.1px);
  width: calc((39.6px + 32.4 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-top: calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
.thank-you-file .title-wrapper h1:after, .thank-you-file .title-wrapper h2:after, .thank-you-file .title-wrapper h3:after {
  background-color: #F19B3E;
  margin-left: auto;
  margin-right: auto;
}
.thank-you-file .content-wrapper {
  font-weight: 400;
  /* ---------------------------------------------------------------------- */
  /* Gotham                                                                 */
  /* ---------------------------------------------------------------------- */
  font-family: "Gotham", Sans-Serif;
  font-size: calc((17px + 3 * ((100vw - 1441px) / 479)) - 0.1px);
  margin-bottom: calc((33px + 27 * ((100vw - 376px) / 1544)) - 0.1px);
  max-width: calc((440px + 360 * ((100vw - 376px) / 1544)) - 0.1px);
}
@media (max-width: 1440px) {
  .thank-you-file .content-wrapper {
    font-size: calc((16px + 4 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
.thank-you-file .actions-wrapper {
  display: flex;
  align-items: center;
  gap: calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
@media (max-width: 575px) {
  .thank-you-file .actions-wrapper {
    flex-direction: column;
  }
}
.thank-you-file .sharing-wrapper {
  display: flex;
  align-items: center;
  gap: calc((8.8px + 7.2 * ((100vw - 376px) / 1544)) - 0.1px);
}
.thank-you-file .sharing-wrapper span {
  font-weight: 500;
  /* ---------------------------------------------------------------------- */
  /* Gotham                                                                 */
  /* ---------------------------------------------------------------------- */
  font-family: "Gotham", Sans-Serif;
  font-size: calc((15.3px + 2.7 * ((100vw - 1441px) / 479)) - 0.1px);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (max-width: 1440px) {
  .thank-you-file .sharing-wrapper span {
    font-size: calc((16px + 2 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
.thank-you-file .sharing-links {
  display: flex;
  align-items: center;
  gap: calc((5.5px + 4.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
.thank-you-file .sharing-link {
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc((44px + 12 * ((100vw - 376px) / 1544)) - 0.1px);
  height: calc((44px + 12 * ((100vw - 376px) / 1544)) - 0.1px);
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in;
}
.thank-you-file .sharing-link svg {
  width: 50%;
  height: 50%;
}
.thank-you-file .sharing-link path {
  fill: white;
}
.thank-you-file .sharing-link:hover {
  background-color: rgba(255, 255, 255, 0.18);
  border-color: white;
}
.thank-you-file .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: calc((60px + 20 * ((100vw - 376px) / 1544)) - 0.1px);
  padding: calc((9.9px + 8.1 * ((100vw - 376px) / 1544)) - 0.1px) calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px);
  font-weight: 500;
  /* ---------------------------------------------------------------------- */
  /* Gotham                                                                 */
  /* ---------------------------------------------------------------------- */
  font-family: "Gotham", Sans-Serif;
  font-size: calc((15.3px + 2.7 * ((100vw - 1441px) / 479)) - 0.1px);
  text-decoration: none;
  transition: background-color 0.2s ease-in;
  cursor: pointer;
  border: none;
}
@media (max-width: 1440px) {
  .thank-you-file .button {
    font-size: calc((16px + 2 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
.thank-you-file .button--download {
  background-color: #F19B3E;
  color: white;
}
.thank-you-file .button--download:hover {
  background-color: #ee8718;
}