/*
VARIABLES

$base-font: Main font family.
$base-font-size: Main font size
$fontsize-f3-cta: CTA (button font size)
$fontsize-f3-mid: End frame (non button) base font size
$fontsize-f3-mid: End frame (non button) base font size
$logo-width: Width of the logo.
$content-pad: The base padding for all content.
$full-width: The size of the layout coordinate plane.  Derived from the actual ad width.
$full-height: The size of the layout coordinate plane.  Derived from the actual ad height.
$base-color: Primary foreground color.

$endframe-layout: Flex direction of end frame.
 * 'row' : Generally used for horizontal ads.
 * 'column': Standard system to slot content into a column.
 $logo-pos: Logo position.
 * 'centered': vertically centered
 * '*': top ($content-pad), left ($content-pad)

 */
/*
MIXINS
 */
/*
AD CONTAINER STUFF
 */
#background_exit_ad {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  z-index: 400;
  border: none;
}

#reloader {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 15px;
  height: 15px;
  z-index: 500;
  opacity: 0;
}
#reloader .restarter {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15px;
  height: 15px;
}

/*
General helpers
 */
sup {
  vertical-align: text-top;
  font-size: 0.5em;
  line-height: 1em;
}

.textbox-price {
  display: inline-block;
  position: relative;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

.showing {
  opacity: 1 !important;
}

.ad-container {
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.1em;
}
.ad-container,
.ad-container button,
.ad-container td {
  font-family: wf_gdsage-bold;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.logo {
  transform: scale(1.2);
  position: absolute !important;
  left: 26px;
  top: 26px;
  right: auto;
  bottom: auto;
  width: 100px;
  height: 22px;
  opacity: 1;
  z-index: 100;
  top: 45px;
  margin-top: -11px;
}
.logo #gd_logo {
  fill: #ffffff;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
.logo #gd_logo path {
  opacity: 0;
}

/* Attempt at putting a border for white background using a flag   */
.ad-container {
  border: 0.75px solid #adadad;
}

/*
  FRAME SETUP
   */
.ad-container {
  width: 728px;
  height: 90px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.ad-content {
  opacity: 0;
}
.ad-content.showing {
  opacity: 1;
}

/*
SETUP
 */
.frame-container {
  top: 0px;
  left: 0px;
  width: 728px;
  height: 90px;
}
.frame-container .frame {
  top: 0px;
  left: 0px;
  width: 728px;
  height: 90px;
  overflow: hidden;
  opacity: 1;
  font-kerning: none;
}
.frame-container .frame .textholder {
  display: flex;
  align-items: center;
}
.frame-container .frame .v5frame {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 728px;
  height: 90px;
  opacity: 0;
  background: #111111;
  color: #ffffff;
}
.frame-container .frame .v5frame.reversed {
  background: #111111;
  color: #ffffff;
}
.frame-container .frame .imgframe {
  position: absolute;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 728px;
  height: 90px;
}
.frame-container .frame .imgframe.svg {
  padding: 13px;
  display: flex;
}
.frame-container .frame .imgframe.svg svg {
  width: 100%;
  max-height: 100%;
}
.frame-container.background {
  top: 0px;
  left: 0px;
  width: 728px;
  height: 90px;
}
.frame-container.foreground {
  top: 0px;
  left: 0px;
  width: 728px;
  height: 90px;
}
.frame-container.foreground .textholder {
  width: 676px;
  line-height: 1.1em;
}
.frame-container.foreground .textholder .text span {
  position: relative;
  white-space: nowrap;
}
.frame-container.foreground .textholder .text span:last-child {
  margin-right: 0;
}
.frame-container.foreground .textholder .text span.supered {
  padding-right: 0.26em;
}
.frame-container.foreground .frame {
  position: absolute;
}
.frame-container.foreground .frame-1 {
  display: flex;
  flex: 1;
  z-index: 50;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 728px;
  height: 90px;
  line-height: 1.1em;
  font-size: 24px;
  flex-direction: row;
  justify-content: center;
}
.frame-container.foreground .frame-2 {
  font-size: 24px;
}
.frame-container.foreground .frame-end {
  position: absolute;
  z-index: 50;
  color: #ffffff;
}
.frame-container.foreground .frame-end .content {
  /*  Absolutely positioned since some of the layouts need to go edge to edge. */
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 728px;
  height: 90px;
  display: flex;
  line-height: 1.1em;
  font-size: 14px;
  flex-direction: row;
  justify-content: space-between;
  padding: 26px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.frame-container.foreground .frame-end .content .textbox-headline {
  font-size: 1.35em;
  line-height: 1.1em;
}
.frame-container.foreground .frame-end .content .cta-block {
  align-self: center;
}
.frame-container.foreground .frame-end .text-block {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
.frame-container.foreground .frame-end .cta-block {
  align-items: center;
}
.frame-container.foreground .frame-end .cta-block .button-wrapper button {
  padding: 0.5em 1em;
  width: auto;
  max-width: 100%;
  background: #ffffff;
  color: #111111;
  border: none;
  font-size: 12px;
  border-radius: 0.4em;
  background: #ffffff;
  color: #111111;
}

.frame-container .frame .v5frame {
  /*
  z-index: 20;
   */
}

.frame-container.foreground .frame-1 .textholder .text {
  font-family: wf_gdsage-bold;
}

.frame-container.foreground .frame-2 .textholder .text {
  font-family: wf_gd_sherpa_semibold;
}

.frame-container.foreground .frame-end .content .textbox-headline {
  font-family: wf_gd_sherpa_medium;
}

.frame-container.foreground .frame-end .content .textbox-headline {
  font-family: wf_gd_sherpa_medium;
}

.frame-container.foreground .frame-end .content .textbox-subtext {
  font-family: wf_gd_sherpa_semibold;
}

.frame-container.foreground .frame-end .content .textbox-price {
  font-family: wf_gdsage-bold;
}

.frame-container.foreground .frame-end .content .textbox-descriptor {
  font-family: wf_gd_sherpa_semibold;
}

.frame-container.foreground .frame-end .cta-block .button-wrapper button {
  font-family: wf_gd_sherpa_semibold;
}

.frame-container.foreground .frame-end .content .price-block {
  display: none;
}

.textbox-subtext {
  display: none;
}

.textbox-headline span span {
  font-size: 0.5em;
  line-height: 0.5em;
  position: relative;
  top: -0.8em;
}

.priceoffer {
  display: none;
}

.frame-2 {
  display: none;
}

.frame-container.foreground .frame-end .has-domain-search .text-block {
  justify-content: space-between;
}
.frame-container.foreground .frame-end .has-domain-search .domain-search-input {
  margin-top: 6px;
  display: flex;
}
.frame-container.foreground .frame-end .has-domain-search .domain-search-input input[type=text] {
  border: 1px solid black(0.5);
  height: 36px;
  width: 63%;
  margin: 0px;
  padding: 6px 6px;
  font-size: 12px;
}
.frame-container.foreground .frame-end .has-domain-search .domain-search-input button {
  margin: 0px;
  height: 36px;
  color: #111111;
  background: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 33%;
  margin-left: 4%;
  font-family: wf_gdsage-bold;
  font-size: 14px;
}
.frame-container.foreground .frame-end .has-domain-search .disclaimer {
  font-size: 12px;
  font-family: wf_gdsage-bold;
  line-height: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
.frame-container.foreground .frame-end .has-domain-search h5 {
  margin-top: 13px;
  margin-bottom: 7px;
  font-family: wf_gdsage-bold;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal !important;
}
.frame-container.foreground .frame-end .has-domain-search .domainshort {
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
  margin-left: 13px;
}
.frame-container.foreground .frame-end .has-domain-search .domain {
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
}
.frame-container.foreground .frame-end .has-domain-search .domain a {
  margin-left: auto;
}
.frame-container.foreground .frame-end .has-domain-search .domain button {
  height: 28px;
  color: #111111;
  background: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 25%;
  font-family: wf_gdsage-bold;
  font-size: 12px;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 80px;
}
.frame-container.foreground .frame-end .has-domain-search .domain h3 {
  font-family: wf_gdsage-bold;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#searchMore {
  display: none;
}

.p_logo-wrapper {
  display: none;
}

.frame-container.foreground .logo {
  margin-top: 0px;
  left: 13px;
  top: 27px;
  width: 135px;
  height: 33px;
}

.logo {
  transform: scale(1);
}

.frame-container .imgframe {
  position: absolute;
}
.frame-container .imgframe.imgframe-1 {
  display: initial;
  width: 190px;
  top: -10px;
  left: 180px;
  height: 100px;
}
.frame-container.foreground .logo {
  left: 16px;
  width: 135px;
  top: 28px;
  height: 33px;
}
.frame-container.foreground .logo #gd_logo {
  fill: #000000;
}
.frame-container.foreground .frame-1 .textholder {
  position: absolute;
  top: 0px;
  right: 26px;
  left: 400px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
}
.frame-container.foreground .frame-end .content {
  height: auto;
  bottom: 0px;
  left: 180px;
  right: 0px;
  top: 0px;
  flex-direction: row;
  width: auto;
  align-items: center;
  padding-right: 18px;
}
.frame-container.foreground .frame-end .content .text-block,
.frame-container.foreground .frame-end .content .cta-block {
  height: 90px;
  justify-content: center;
  display: flex;
}
.frame-container.foreground .frame-end .content .text-block {
  margin-top: 3px;
}
.frame-container.foreground .frame-end .content .cta-block {
  margin-top: -3px;
}

.frame-container.foreground .frame-end .has-domain-search .text-block {
  justify-content: space-between;
  padding: 10px 0px 13px 0px;
}
.frame-container.foreground .frame-end .has-domain-search .domain-search-input {
  margin-top: 6px;
}
.frame-container.foreground .frame-end .has-domain-search .domain-search-input input[type=text] {
  height: 28px;
  padding: 6px 6px;
  font-size: 12px;
  width: 334px;
}
.frame-container.foreground .frame-end .has-domain-search .domain-search-input button {
  height: 28px;
  width: 170px;
  margin-left: 12px;
  padding-right: 0px;
}
.frame-container.foreground .frame-end .has-domain-search h5 {
  margin-top: 7px;
  font-size: 12px;
  line-height: 12px;
}
.frame-container.foreground .frame-end .has-domain-search .results-container-inner {
  display: flex;
  justify-content: space-between;
}
.frame-container.foreground .frame-end .has-domain-search .domain {
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto;
  max-width: 160px;
}
.frame-container.foreground .frame-end .has-domain-search .domain h3 {
  max-width: 100px;
  font-size: 14px;
}
.frame-container.foreground .frame-end .has-domain-search .domain button {
  width: 65px;
  height: 23px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 8px;
}

.frame-container.foreground .frame-1 .textholder {
  position: absolute;
  top: 4px;
  right: 177px;
  left: 190px;
  bottom: 0px;
}

.frame-container.foreground .frame-1 .textholder .text {
  background: -webkit-linear-gradient(left, #A6FFF8, #1bdbdb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.frame-container.foreground .frame-1 .textholder .text span {
  all: unset;
}

.frame-container.foreground .frame-end .content .text-block {
  margin-top: 2px;
  margin-left: -10px;
}

.frame-container .imgframe.imgframe-1 {
  display: initial;
  width: 165px;
  top: -40px;
  left: 562px;
  height: 130px;
}

.texture-1 {
  margin-top: -40px;
  margin-left: 563px;
  width: 165px;
  height: 130px;
}

.frame-container.foreground .frame-end .cta-block .button-wrapper button {
  background-color: #1bdbdb;
  width: 130px;
  margin-right: 10px;
}

.frame-container.foreground .frame-end .disclaimer {
  font-family: wf_gd_sherpa_semibold;
  right: 60px;
  margin: 0 auto;
  margin-top: 8px;
}

body {
  font-kerning: none;
}

.ad-container {
  border: none;
}

.st1 {
  fill: #ffffff !important;
}

.st0 {
  fill: #ffffff !important;
}

.logo #gd_logo path {
  opacity: 1;
  fill: #ffffff;
}

.frame-container.foreground .frame-1 .textholder .text {
  background: -webkit-linear-gradient(left, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.frame-container.foreground .logo {
  left: 57px;
  width: 135px;
  top: 29px;
  height: 33px;
  transform: scale(2.6);
}

.texture-2 {
  background-repeat: no-repeat;
  margin-top: -80px;
  width: 114px;
  height: 29px;
  margin-left: 260px;
  transform: matrix(0.95, 0, 0, 0.95, 0, 0);
}

.frame-container.foreground .frame-1 .textholder {
  left: 262px;
}

.frame-container.foreground .frame-end .content .text-block {
  margin-top: 34px;
  margin-left: 57px;
}

.frame-container.foreground .frame-end .content .textbox-headline span:nth-child(4)::before {
  content: "\a";
  white-space: pre;
}

.frame-container.foreground .frame-end .content .cta-block {
  margin-top: 7px;
}