body {
  background-color: #f9f9f9;
  color: #191919;
  font-family: "acumin-pro", "Acumin Pro", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 12px;
  line-height: 1.3;
}
a {
  text-decoration: none;
}
a:hover,
.fake-link:hover {
    text-decoration: none;
}
.cfix {
  zoom:1
}
.cfix::after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  overflow:hidden;
  visibility:hidden
}
.kp_button--secondary {
  background-color: #fff;
  background-image: none;
  border: 1px solid #e8e8e8;
  color: #191919;
  font-size: 14px;
}
.kp_button {
  background-color: #0057ff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  padding: 6px 15px 8px;
  text-shadow: none;
  transition-duration: 300ms;
  transition-property: background,color,border;
  transition-timing-function: linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: top;
}
.Resume-wrap-ndW {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin: auto;
  max-width: 1364px;
  padding: 64px 114px;
}
.Resume-wrap-ndW .Resume-url-e6S {
  color: dimgray;
  font-size: 15px;
}
.Resume-container-iO9 {
  margin-top: 0;
  max-width: none;
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center;
}
.Resume-container-iO9 .Resume-header-nHK {
  font-size: 26px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 10px;
}
.kp-resume-root {
  margin: 0 auto;
  min-height: 800px;
  padding: 50px 50px 96px;
}
.kp-resume-root .edit-button,
.kp-resume-root .download-button {
  display: inline-block;
}
.kp-resume-root .kp-resume-controls .kp_button__container {
  margin: 0 0 20px;
}
.kp-resume-root .download-button,
.kp-resume-root .open-button {
  float: right;
}
.kp-resume-root .resume {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 64px 114px;
}
.kp-resume-root .cta-header {
  position: fixed;
  width: 100%;
  z-index: 1;
}
.kp-resume-root .header {
  display: inline-block;
  margin-bottom: 45px;
}
.kp-resume-root .header .name {
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
  margin: 0 0 3px;
}
.kp-resume-root .header .position {
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  margin: 0 0 4px;
}
.kp-resume-root .header .location,
.kp-resume-root .header .links {
  font-size: 13px;
}
.kp-resume-root .header .links {
  margin: 11px 0 0;
}
.kp-resume-root .header .link {
  display: block;
}
.kp-resume-root .personal-statement {
  border-top: 1px solid #616161;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  padding: 20px 0 47px;
  text-align: justify;
}
.kp-resume-root .section {
  border-top: 1px solid #616161;
  display: flex;
  padding: 18px 0 0;
  width: 100%;
}
.kp-resume-root .section .header {
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  min-height: 1px;
  text-transform: uppercase;
  width: 233px;
}
.kp-resume-root .module-container {
  flex: 1;
}
.kp-resume-root .module {
  border-bottom: 1px solid #dfdfdf;
  break-inside: avoid-page;
  padding: 16px 0;
}
.kp-resume-root .module:first-child {
  padding-top: 0;
}
.kp-resume-root .module:last-child {
  border-bottom-width: 0;
  margin-bottom: 40px;
}
.kp-resume-root .module .organization,
.kp-resume-root .module .position,
.kp-resume-root .module .languages .skills {
  font-size: 16px;
  line-height: normal;
}
.kp-resume-root .module .organization {
  font-weight: bold;
}
.kp-resume-root .module .position {
  font-weight: normal;
  margin: 5px 0 0;
}
.kp-resume-root .module .description {
  list-style: none;
  font-size: 14px;
  line-height: 1.33em;
  margin-top: 3px;
}
.kp-resume-root .module li {
  content: "";
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.6rem;
  line-height: 1.6;
}
.kp-resume-root .module li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.45em;
  height: 0.45em;
  background-color: var(--text-color, #333);
  border-radius: 2px;
}
.kp-resume-root .module .time-location {
  font-size: 13px;
  margin: 5px 0 0;
}
.kp-resume-root .module .time,
.kp-resume-root .module .location {
  color: #737373;
}
.kp-resume-root .module .time:not(:empty) + .location {
  border-left: 1px solid #737373;
  margin: 0 0 0 3px;
  padding: 0 0 0 6px;
}
.kp-resume-root .module .separator:last-child {
  display: none;
}

.kp-resume-root .module .skills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-style: italic;
}

.kp-resume-root .module .skills strong {
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.2rem 0.75rem;
  line-height: 1.625;
  color: #f0f0f0;
  background-color: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease, transform 0.2s ease;
}

.kp-resume-root .module .skills strong:hover {
  background-color: #343434;
  transform: scale(1.03);
}

@media print {
  .kp-resume-root .module .skills strong {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    box-shadow: none;
  }
}

.kp-resume-root .empty-wrap {
  margin-top: 0;
  max-width: none;
  padding-bottom: 60px;
  padding-top: 60px;
}
.kp-resume-root .empty-wrap a {
  color: #3c3c3c;
}
.Resume-pdf-Iw5.kp-resume-root {
  padding: 0;
}
.Resume-pdf-Iw5 .kp-resume-controls {
  display: none;
}
.Resume-pdf-Iw5 .resume {
  box-shadow: none;
  padding: 0;
  width: 720px;
}
@media (min-width: 604px) and (max-width: 1024px) {
  #Resume-site-content-CAh {
    padding-left: 25px;
    padding-right: 25px;
  }
  .Resume-resume-OG2 {
    padding: 45px;
  }
  .Resume-section-xym .Resume-header-nHK {
    width: 176px;
  }
  .Resume-module-container-nv2 {
    width: calc(100% - 176px);
  }
}
@media (max-width: 603px) {
  #Resume-site-content-CAh {
    padding-left: 15px;
    padding-right: 15px;
  }
  .Resume-resume-OG2 {
    padding: 24px 28px;
  }
  .Resume-personal-statement-PmX {
    line-height: 20px;
  }
  .Resume-section-xym .Resume-header-nHK {
    margin: 0 0 17px;
  }
  .Resume-module-container-nv2 {
    padding-left: 0;
    width: 100%;
  }
  .Resume-module-ZrI .Resume-position-YDE {
    margin-top: 3px;
  }
  .Resume-module-ZrI .Resume-time-location-gl4 {
    line-height: 17px;
  }
  .Resume-module-ZrI .Resume-location-jiL {
    border-left-width: 0;
    margin-left: 0;
    padding-left: 0;
  }
  .Resume-empty-header-xoU {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.LanguageSelector-tooltipContainer-cBd {
  display: block;
  padding: 15px 0;
}
.LanguageSelector-resetButton-qrR {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.LanguageSelector-footerSelectorItem-m2u {
  font-family: inherit;
  font-size: 11px;
  font-weight: bold;
  align-items: center;
  color: dimgray;
  display: flex;
}
.LanguageSelector-footerSelectorItem-m2u.LanguageSelector-selected-sPL {
  background: #0057ff;
  color: #fff;
}
.LanguageSelector-footerSelectorItem-m2u:hover,
.LanguageSelector-footerSelectorItem-m2u:focus {
  background: #0057ff;
  color: #fff;
}
.LanguageSelector-footerSelectorLinks-h87 {
  color: inherit;
  display: flex;
  padding: 6px 20px;
  width: 100%;
}
.LanguageSelector-footerSelectorLinks-h87:hover {
  text-decoration: none;
}
.LanguageSelector-footerSelectorLinks-h87.LanguageSelector-footerSelectorLinks-h87:focus-visible {
  outline: 1px solid var(--be-accessibility-outline-color);
  outline-offset: -2px;
}
.FooterLinks-downloadApp-Tiw {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: left;
}
.FooterLinks-link-SQa {
  display: flex;
  flex-direction: row;
}
.FooterLinks-link-SQa .FooterLinks-icon-Fzx {
  height: 100%;
  width: 100%;
}
.FooterLinks-text-3wz {
  display: flex;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 603px) {
  .FooterLinks-text-3wz {
    justify-content: center;
  }
}
.FooterLinks-iconContainer-T6h {
  display: inline-flex;
}
:root {
  --be-tooltip-arrow-scale: 1;
  --be-tooltip-border-radius: 5px;
  --be-tooltip-max-width: 100%;
  --be-tooltip-padding: 10px;
}
.BeTooltip-tooltipArrow-SJd {
  fill: var(--be-tooltip-bg-primary);
  transform: scale(var(--be-tooltip-arrow-scale));
  transform-origin: top;
}
.BeTooltip-content-_Tq {
  background-color: var(--be-tooltip-bg-primary);
  border-radius: var(--be-tooltip-border-radius);
  color: var(--be-tooltip-text-primary);
  max-width: var(--be-tooltip-max-width);
  padding: var(--be-tooltip-padding);
  z-index: var(--be-overlay-z-index);
}
.BeTooltip-fadeEnterActive-MdQ {
  animation: BeTooltip-fade-xd1 0.2s;
}
.BeTooltip-fadeLeaveActive-Bcd {
  animation: BeTooltip-fade-xd1 0.2s reverse;
}
@keyframes BeTooltip-fade-xd1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.CreatorProUpsellBanner-root-qNe {
  align-items: center;
  display: flex;
  font-size: 16px;
  justify-content: center;
  position: relative;
  width: 100%;
}
.CreatorProUpsellBanner-image-_fm {
  aspect-ratio: 1800/4;
  height: 4px;
  position: absolute;
  top: 0;
  width: 100%;
}
.CreatorProUpsellBanner-link-YbL {
  color: var(--be-text-accent);
  cursor: pointer;
  font-weight: 700;
}
.CreatorProUpsellBanner-linkLabel-uUJ {
  padding: 0 10px !important;
}
.CreatorProUpsellBanner-text-Rwm {
  line-height: 20px;
  margin: 18px 18px 17px;
  max-width: 90vw;
  text-align: center;
}
.Btn-button-CqT {
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  transition-duration: 300ms;
  transition-property: color, background, border;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.Btn-button-CqT:hover {
  text-decoration: none;
}
.Btn-button-CqT:focus-visible {
  outline: 1px solid var(--be-accessibility-outline-color);
  outline-offset: 3px;
}
.Btn-nostyles-Lai {
  background: none;
  border: none;
  cursor: pointer;
}
.Btn-base-L7P {
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #191919;
}
.Btn-base-L7P .Btn-icon-BDP .rf-icon {
  fill: #191919;
}
.Btn-base-L7P .Btn-icon-BDP.Btn-leading-gb0 {
  float: left;
}
.Btn-base-L7P .Btn-icon-BDP.Btn-trailing-Lem {
  float: right;
}
.Btn-base-L7P:hover {
  background: #f1f1f1;
  border-color: #e8e8e8;
}
.Btn-base-L7P:active {
  background: #e4e4e4;
}
.Btn-base-L7P.Btn-disabled-m3f {
  background: #e8e8e8;
  color: #fff;
  cursor: default;
  fill: #fff;
  pointer-events: none;
  transition: none;
}
.Btn-base-L7P.Btn-disabled-m3f.Btn-placeholder-AFc {
  background: #ccc;
}
.Btn-light-Z5z {
  background: #fff;
  border: 1px solid transparent;
  color: #0057ff;
}
.Btn-light-Z5z .Btn-icon-BDP .rf-icon {
  fill: #0057ff;
}
.Btn-light-Z5z .Btn-icon-BDP.Btn-leading-gb0 {
  float: left;
}
.Btn-light-Z5z .Btn-icon-BDP.Btn-trailing-Lem {
  float: right;
}
.Btn-light-Z5z:hover {
  background: #f1f1f1;
  border-color: transparent;
}
.Btn-light-Z5z:active {
  background: #e4e4e4;
}
.Btn-light-Z5z.Btn-disabled-m3f {
  background: #e8e8e8;
  color: #fff;
  cursor: default;
  fill: #fff;
  pointer-events: none;
  transition: none;
}
.Btn-light-Z5z.Btn-disabled-m3f.Btn-placeholder-AFc {
  background: #ccc;
}
.Btn-lightAlternate-xvv {
  background: #fff;
  border: 1px solid transparent;
  color: #191919;
}
.Btn-lightAlternate-xvv .Btn-icon-BDP .rf-icon {
  fill: #191919;
}
.Btn-lightAlternate-xvv .Btn-icon-BDP.Btn-leading-gb0 {
  float: left;
}
.Btn-lightAlternate-xvv .Btn-icon-BDP.Btn-trailing-Lem {
  float: right;
}
.Btn-lightAlternate-xvv:hover {
  background: #f1f1f1;
  border-color: transparent;
}
.Btn-lightAlternate-xvv:active {
  background: #e4e4e4;
}
.Btn-lightAlternate-xvv.Btn-disabled-m3f {
  background: #e8e8e8;
  color: #fff;
  cursor: default;
  fill: #fff;
  pointer-events: none;
  transition: none;
}
.Btn-lightAlternate-xvv.Btn-disabled-m3f.Btn-placeholder-AFc {
  background: #ccc;
}
.Btn-inverted-GDL {
  background: rgba(25, 25, 25, 0.65);
  border: 1px solid transparent;
  color: #fff;
}
.Btn-inverted-GDL.Btn-shouldBlur-ZHs {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.Btn-inverted-GDL .Btn-icon-BDP .rf-icon {
  fill: #fff;
}
.Btn-inverted-GDL .Btn-icon-BDP.Btn-leading-gb0 {
  float: left;
}
.Btn-inverted-GDL .Btn-icon-BDP.Btn-trailing-Lem {
  float: right;
}
.Btn-inverted-GDL:hover {
  background: rgba(25, 25, 25, 0.8);
  border-color: transparent;
}
.Btn-inverted-GDL:active {
  background: rgba(25, 25, 25, 0.95);
}
.Btn-inverted-GDL.Btn-disabled-m3f {
  background: #e8e8e8;
  color: #fff;
  cursor: default;
  fill: #fff;
  pointer-events: none;
  transition: none;
}
.Btn-inverted-GDL.Btn-disabled-m3f.Btn-placeholder-AFc {
  background: #ccc;
}
.Btn-primary-wt8 {
  background: var(--be-button-primary-background-color);
  border: 1px solid var(--be-button-primary-border-color);
  color: var(--be-button-primary-text-color);
}
.Btn-primary-wt8 .Btn-icon-BDP .rf-icon {
  fill: var(--be-button-primary-text-color);
}
.Btn-primary-wt8 .Btn-icon-BDP.Btn-leading-gb0 {
  float: left;
}
.Btn-primary-wt8 .Btn-icon-BDP.Btn-trailing-Lem {
  float: right;
}
.Btn-primary-wt8:hover {
  background: var(--be-button-primary-background-color-hover);
  border-color: var(--be-button-primary-border-color);
}
.Btn-primary-wt8:active {
  background: var(--be-button-primary-background-color-active);
}
.Btn-primary-wt8.Btn-disabled-m3f {
  background: #e8e8e8;
  color: #fff;
  cursor: default;
  fill: #fff;
  pointer-events: none;
  transition: none;
}
.Btn-primary-wt8.Btn-disabled-m3f.Btn-placeholder-AFc {
  background: #ccc;
}
.Btn-secondary-Ine {
  background: var(--be-button-secondary-background-color);
  border: 1px solid var(--be-button-secondary-border-color);
  color: var(--be-button-secondary-text-color);
}
.Btn-secondary-Ine .Btn-icon-BDP .rf-icon {
  fill: var(--be-button-secondary-text-color);
}
.Btn-secondary-Ine .Btn-icon-BDP.Btn-leading-gb0 {
  float: left;
}
.Btn-secondary-Ine .Btn-icon-BDP.Btn-trailing-Lem {
  float: right;
}
.Btn-secondary-Ine:hover {
  background: var(--be-button-secondary-background-color-hover);
  border-color: var(--be-button-secondary-border-color);
}
.Btn-secondary-Ine:active {
  background: var(--be-button-secondary-background-color-active);
}
.Btn-secondary-Ine.Btn-disabled-m3f {
  background: #e8e8e8;
  color: #fff;
  cursor: default;
  fill: #fff;
  pointer-events: none;
  transition: none;
}
.Btn-secondary-Ine.Btn-disabled-m3f.Btn-placeholder-AFc {
  background: #ccc;
}
.Btn-tertiary-Z8Q {
  background: var(--be-button-tertiary-background-color);
  border: 1px solid var(--be-button-tertiary-border-color);
  color: var(--be-button-tertiary-text-color);
}
.Btn-tertiary-Z8Q .Btn-icon-BDP .rf-icon {
  fill: var(--be-button-tertiary-text-color);
}
.Btn-tertiary-Z8Q .Btn-icon-BDP.Btn-leading-gb0 {
  float: left;
}
.Btn-tertiary-Z8Q .Btn-icon-BDP.Btn-trailing-Lem {
  float: right;
}
.Btn-tertiary-Z8Q:hover {
  background: var(--be-button-tertiary-background-color-hover);
  border-color: var(--be-button-tertiary-border-color-hover);
}
.Btn-tertiary-Z8Q:active {
  background: var(--be-button-tertiary-background-color-active);
}
.Btn-tertiary-Z8Q.Btn-disabled-m3f {
  background: #e8e8e8;
  color: #fff;
  cursor: default;
  fill: #fff;
  pointer-events: none;
  transition: none;
}
.Btn-tertiary-Z8Q.Btn-disabled-m3f.Btn-placeholder-AFc {
  background: #ccc;
}
.Btn-ghost-aaK {
  background: #fff;
  border: 1px solid transparent;
  color: dimgray;
}
.Btn-ghost-aaK .Btn-icon-BDP .rf-icon {
  fill: dimgray;
}
.Btn-ghost-aaK .Btn-icon-BDP.Btn-leading-gb0 {
  float: left;
}
.Btn-ghost-aaK .Btn-icon-BDP.Btn-trailing-Lem {
  float: right;
}
.Btn-ghost-aaK:hover {
  background: #fff;
  border-color: transparent;
}
.Btn-ghost-aaK:active {
  background: #fff;
}
.Btn-ghost-aaK.Btn-disabled-m3f {
  background: #e8e8e8;
  color: #fff;
  cursor: default;
  fill: #fff;
  pointer-events: none;
  transition: none;
}
.Btn-ghost-aaK.Btn-disabled-m3f.Btn-placeholder-AFc {
  background: #ccc;
}
.Btn-ghost-aaK:hover .Btn-label-QJi {
  border-bottom: 1px solid #9c9c9c;
}
.Btn-ghost-aaK.Btn-disabled-m3f {
  background: transparent;
  color: #e8e8e8;
}
.Btn-transparent-Cn8 {
  background: transparent;
  border: 1px solid transparent;
  color: #fff;
}
.Btn-transparent-Cn8 .Btn-icon-BDP .rf-icon {
  fill: #fff;
}
.Btn-transparent-Cn8 .Btn-icon-BDP.Btn-leading-gb0 {
  float: left;
}
.Btn-transparent-Cn8 .Btn-icon-BDP.Btn-trailing-Lem {
  float: right;
}
.Btn-transparent-Cn8:hover {
  background: transparent;
  border-color: transparent;
}
.Btn-transparent-Cn8:active {
  background: transparent;
}
.Btn-transparent-Cn8.Btn-disabled-m3f {
  background: #e8e8e8;
  color: #fff;
  cursor: default;
  fill: #fff;
  pointer-events: none;
  transition: none;
}
.Btn-transparent-Cn8.Btn-disabled-m3f.Btn-placeholder-AFc {
  background: #ccc;
}
.Btn-transparent-Cn8:hover .Btn-label-QJi {
  text-decoration: underline;
}
.Btn-transparent-Cn8.Btn-disabled-m3f {
  background: transparent;
  opacity: 0.5;
}
.Btn-success-EDu {
  background: #058900;
  border: 1px solid transparent;
  color: #fff;
}
.Btn-success-EDu .Btn-icon-BDP .rf-icon {
  fill: #fff;
}
.Btn-success-EDu .Btn-icon-BDP.Btn-leading-gb0 {
  float: left;
}
.Btn-success-EDu .Btn-icon-BDP.Btn-trailing-Lem {
  float: right;
}
.Btn-success-EDu:hover {
  background: #026700;
  border-color: transparent;
}
.Btn-success-EDu:active {
  background: #024400;
}
.Btn-success-EDu.Btn-disabled-m3f {
  background: #e8e8e8;
  color: #fff;
  cursor: default;
  fill: #fff;
  pointer-events: none;
  transition: none;
}
.Btn-success-EDu.Btn-disabled-m3f.Btn-placeholder-AFc {
  background: #ccc;
}
.Btn-danger-H83 {
  background: #d00d00;
  border: 1px solid transparent;
  color: #fff;
}
.Btn-danger-H83 .Btn-icon-BDP .rf-icon {
  fill: #fff;
}
.Btn-danger-H83 .Btn-icon-BDP.Btn-leading-gb0 {
  float: left;
}
.Btn-danger-H83 .Btn-icon-BDP.Btn-trailing-Lem {
  float: right;
}
.Btn-danger-H83:hover {
  background: #9d0a00;
  border-color: transparent;
}
.Btn-danger-H83:active {
  background: #840800;
}
.Btn-danger-H83.Btn-disabled-m3f {
  background: #e8e8e8;
  color: #fff;
  cursor: default;
  fill: #fff;
  pointer-events: none;
  transition: none;
}
.Btn-danger-H83.Btn-disabled-m3f.Btn-placeholder-AFc {
  background: #ccc;
}
.Btn-dark-BkE {
  background: #191919;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
.Btn-dark-BkE .Btn-icon-BDP .rf-icon {
  fill: #fff;
}
.Btn-dark-BkE .Btn-icon-BDP.Btn-leading-gb0 {
  float: left;
}
.Btn-dark-BkE .Btn-icon-BDP.Btn-trailing-Lem {
  float: right;
}
.Btn-dark-BkE:hover {
  background: #191919;
  border-color: rgba(255, 255, 255, 0.7);
}
.Btn-dark-BkE:active {
  background: #191919;
}
.Btn-dark-BkE.Btn-disabled-m3f {
  background: #e8e8e8;
  color: #fff;
  cursor: default;
  fill: #fff;
  pointer-events: none;
  transition: none;
}
.Btn-dark-BkE.Btn-disabled-m3f.Btn-placeholder-AFc {
  background: #ccc;
}
.Btn-label-QJi {
  border: 1px solid transparent;
  display: inline-block;
  max-width: 100%;
}
.Btn-labelWrapper-_Re {
  align-items: center;
  display: flex;
  justify-content: center;
}
.Btn-small-lgf {
  height: 29px;
}
.Btn-small-lgf .Btn-labelWrapper-_Re {
  padding: 6px 12px;
}
.Btn-small-lgf .Btn-label-QJi {
  font-size: 12px;
}
.Btn-small-lgf .Btn-icon-BDP .rf-icon {
  height: 14px;
}
.Btn-small-lgf .Btn-icon-BDP.Btn-leading-gb0 {
  margin-right: 6px;
}
.Btn-small-lgf .Btn-icon-BDP.Btn-trailing-Lem {
  margin-left: 4px;
}
.Btn-normal-If5 .Btn-labelWrapper-_Re {
  padding: 8px 18px;
}
.Btn-normal-If5 .Btn-label-QJi {
  font-size: 14px;
}
.Btn-normal-If5 .Btn-icon-BDP .rf-icon {
  height: 18px;
  margin-top: -2px;
}
.Btn-normal-If5 .Btn-icon-BDP.Btn-leading-gb0 {
  margin-right: 7px;
}
.Btn-normal-If5 .Btn-icon-BDP.Btn-trailing-Lem {
  margin-left: 7px;
}
.Btn-mediumLarge-EdB .Btn-labelWrapper-_Re {
  padding: 8px 18px;
}
.Btn-mediumLarge-EdB .Btn-label-QJi {
  font-size: 16px;
}
.Btn-mediumLarge-EdB .Btn-icon-BDP .rf-icon {
  height: 18px;
  margin-top: -2px;
}
.Btn-mediumLarge-EdB .Btn-icon-BDP.Btn-leading-gb0 {
  margin-right: 7px;
}
.Btn-mediumLarge-EdB .Btn-icon-BDP.Btn-trailing-Lem {
  margin-left: 7px;
}
.Btn-large-Gn8 .Btn-labelWrapper-_Re {
  padding: 10px 22px 12px;
}
.Btn-large-Gn8 .Btn-label-QJi {
  font-size: 18px;
}
.Btn-large-Gn8 .Btn-icon-BDP .rf-icon {
  height: 20px;
}
.Btn-large-Gn8 .Btn-icon-BDP.Btn-leading-gb0 {
  margin-right: 10px;
}
.Btn-large-Gn8 .Btn-icon-BDP.Btn-trailing-Lem {
  margin-left: 10px;
}
@media (max-width: 603px) {
  .Btn-shouldOnlyShowIconInNarrowBreakpoints-H4b.Btn-large-Gn8 .Btn-label-QJi,
  .Btn-shouldOnlyShowIconInNarrowBreakpoints-H4b.Btn-normal-If5 .Btn-label-QJi,
  .Btn-shouldOnlyShowIconInNarrowBreakpoints-H4b.Btn-small-lgf .Btn-label-QJi {
    display: none;
  }
  .Btn-shouldOnlyShowIconInNarrowBreakpoints-H4b.Btn-large-Gn8
    .Btn-icon-BDP.Btn-leading-gb0,
  .Btn-shouldOnlyShowIconInNarrowBreakpoints-H4b.Btn-normal-If5
    .Btn-icon-BDP.Btn-leading-gb0,
  .Btn-shouldOnlyShowIconInNarrowBreakpoints-H4b.Btn-small-lgf
    .Btn-icon-BDP.Btn-leading-gb0 {
    margin-right: 0;
  }
}
.Btn-forceIconOnly-IeA.Btn-large-Gn8 .Btn-label-QJi,
.Btn-forceIconOnly-IeA.Btn-normal-If5 .Btn-label-QJi,
.Btn-forceIconOnly-IeA.Btn-small-lgf .Btn-label-QJi {
  display: none;
}
.Btn-forceIconOnly-IeA.Btn-large-Gn8 .Btn-icon-BDP.Btn-leading-gb0,
.Btn-forceIconOnly-IeA.Btn-normal-If5 .Btn-icon-BDP.Btn-leading-gb0,
.Btn-forceIconOnly-IeA.Btn-small-lgf .Btn-icon-BDP.Btn-leading-gb0 {
  margin-right: 0;
}
.Twitter-circle-iwP {
  fill: #50abf1;
}
.Twitter-icon-o8D {
  fill: #fff;
}
.Pinterest-circle-hEB {
  fill: #cd1d1f;
}
.Pinterest-icon-qlR {
  fill: #fff;
}
.FacebookSimplified-icon-qXb {
  fill: #1977f2;
}
.FacebookSimplified-whiteIcon-rRM {
  fill: #fff;
}
.LinkedIn-circle-fzp {
  fill: #0d85be;
}
.LinkedIn-icon-bjP {
  fill: #fff;
}
