/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Fonts variants
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Breakpoints (for mobile first)
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Misc
|--------------------------------------------------------------------------
*/
/*
@mixin header_ss_roman {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-regular;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}

@mixin header_ss_light {
    font-family: vars.$helvetica;
    font-weight: vars.$font-weight-light;
    font-size: 14px;
    line-height: 18px;

    @include mix.sm {
        font-size: 18px;
        line-height: 22px;
    }
}
*/
/* Text mixins based on style guide.
*  Use these with "head", "subhead" classes, etc.
*  Don't use them directly on the h1, h2, etc. elements.
*/
/*
@mixin footnoteStyle {
    font-size: 12px;
    font-weight: vars.$font-weight-regular;
    font-family: vars.$helveticaCondensed;
}
*/
/*
|--------------------------------------------------------------------------
| Debug
|--------------------------------------------------------------------------
*/
/*
 * Show a warning message if the debug mode is enabled in the top right corner of the viewport.
 * How to use:
 * @include show-debug-mode;
 */
/*
|--------------------------------------------------------------------------
| Helper Functions
|--------------------------------------------------------------------------
*/
/**
 * Converts an HEX color into a RGB list
 */
/**
 * Converts an HEX color into RGB with alpha
 */
/**
 * Converts a value in pixels to em's, assuming that 1em=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to em's
 */
/**
 * Converts a value in pixels to rem's, assuming that 1rem=16px.
 * @param {Number} $value - A value in px
 * @return {Number} - The value converted to rem's
 */
/**
 * Remove the unit of a length.
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 */
/**
 * Get the width of a span of columns and the gutter spaces BETWEEN them.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
/**
 * Get the width of a span of columns and a gutter space for EACH column.
 * The returned value will have the same unit as the $colWidth param.
 *
 * @param {Number} $cols - Number of columns
 * @param {Number} $colWidth - Base width for a single column.
 * @param {Number} $gutter - Width of a gutter space.
 * @return {Number} - Width for $cols columns
 */
#support-care section .popup {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: left;
  padding: 12px 12px;
  font-family: "HelveticaNeueW01-Cn", Helvetica, Arial, sans-serif;
  gap: 10px;
  -webkit-clip-path: polygon(0 10%, 0% 0, 90% 0, 100% 0%, 100% 90%, 97% 100%, 0% 100%, 0% 100%, 0% 10%);
          clip-path: polygon(0 10%, 0% 0, 90% 0, 100% 0%, 100% 90%, 97% 100%, 0% 100%, 0% 100%, 0% 10%);
}
@media (min-width: 768px) {
  #support-care section .popup {
    padding: 12px 18px;
    -webkit-clip-path: polygon(0 10%, 0% 0, 90% 0, 100% 0%, 100% 80%, 97% 100%, 0% 100%, 0% 100%, 0% 10%);
            clip-path: polygon(0 10%, 0% 0, 90% 0, 100% 0%, 100% 80%, 97% 100%, 0% 100%, 0% 100%, 0% 10%);
  }
}
#support-care section .popup .more-than-percentage {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
#support-care section .popup .sidetxtL {
  font-size: 14px;
  color: #fbb034;
  text-align: right;
  text-transform: uppercase;
  -webkit-padding-before: 1.5em;
          padding-block-start: 1.5em;
}
@media (min-width: 450px) {
  #support-care section .popup .sidetxtL {
    font-size: 16px;
    -webkit-padding-before: 1em;
            padding-block-start: 1em;
  }
}
@media (min-width: 768px) {
  #support-care section .popup .sidetxtL {
    font-size: 26px;
    -webkit-padding-before: 0.55em;
            padding-block-start: 0.55em;
  }
}
#support-care section .popup .percentage {
  font-size: 63px;
  font-weight: 700;
  color: #fbb034;
}
@media (min-width: 1200px) {
  #support-care section .popup .percentage {
    font-size: 73px;
  }
}
#support-care section .popup .percentage sup {
  position: relative;
  top: 4px;
  left: 4px;
  font-weight: 400;
}
#support-care section .popup .divider {
  display: block;
  width: 1px;
  height: 80px;
  background: #fbb034;
}
@media (min-width: 768px) {
  #support-care section .popup .divider {
    height: 64px;
  }
}
#support-care section .popup .sidetxtR {
  line-height: 1.2;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 768px) {
  #support-care section .popup .sidetxtR {
    font-size: 22px;
  }
}
#support-care section .box-text {
  border: 1px solid #c0311a;
  text-align: center;
  margin: 10px auto 20px;
  position: relative;
  padding: 10px 20px;
  width: 100%;
  color: #c0311a;
}
#support-care section .box-text::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  border-top: 15px solid white;
  border-right: 15px solid #c0311a;
}
#support-care section .box-text::after {
  margin: -3px;
  position: absolute;
  right: 0;
  bottom: -1px;
  content: "";
  border-top: 21px solid transparent;
  border-right: 21px solid white;
}
#support-care section .subhead_1 {
  font-weight: normal;
}
#support-care section #computer-section {
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
#support-care section #computer-section .lookup {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  -webkit-clip-path: polygon(0 10%, 0% 0, 90% 0, 100% 0%, 100% 97%, 97% 100%, 0% 100%, 0% 100%, 0% 10%);
          clip-path: polygon(0 10%, 0% 0, 90% 0, 100% 0%, 100% 97%, 97% 100%, 0% 100%, 0% 100%, 0% 10%);
  background-color: white;
  max-width: 788px;
}
@media (min-width: 768px) {
  #support-care section #computer-section .lookup {
    -webkit-clip-path: polygon(0 10%, 0% 0, 90% 0, 100% 0%, 100% 94%, 97% 100%, 0% 100%, 0% 100%, 0% 10%);
            clip-path: polygon(0 10%, 0% 0, 90% 0, 100% 0%, 100% 94%, 97% 100%, 0% 100%, 0% 100%, 0% 10%);
    padding: 18px 0 18px 30px;
  }
}
#support-care section #computer-section .lookup .lookup-head {
  font-size: 16px;
  color: #c0311a;
  font-weight: normal;
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 768px) {
  #support-care section #computer-section .lookup .lookup-head {
    padding-top: 0;
    text-align: left;
    font-size: 24px;
  }
}
#support-care section #computer-section .lookup .lookup-tool {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}
@media (min-width: 768px) {
  #support-care section #computer-section .lookup .lookup-tool {
    flex-direction: row-reverse;
  }
}
#support-care section #computer-section .lookup .lookup-tool .support-CTA-logo {
  display: block;
  width: 271px;
}
@media (min-width: 768px) {
  #support-care section #computer-section .lookup .lookup-tool .support-CTA-logo {
    width: 357px;
  }
}
#support-care section #computer-section .lookup .lookup-tool .divider {
  width: 265px;
  height: 1px;
  background: #fbb034;
  margin: 30px 0 20px 0;
}
@media (min-width: 768px) {
  #support-care section #computer-section .lookup .lookup-tool .divider {
    width: 2px;
    height: 242px;
    background: #fbb034;
    margin: 0;
  }
}
#support-care section #computer-section .lookup .lookup-tool .info {
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 768px) {
  #support-care section #computer-section .lookup .lookup-tool .info {
    width: 265px;
    padding: 0;
  }
}
#support-care section #computer-section .lookup .lookup-tool .info p.info-text {
  padding: 0 0 2px;
  font-size: 18px;
  line-height: 22px;
  color: #191b1e;
  font-weight: 500;
  margin-top: 0.5em;
  text-align: center;
}
@media (min-width: 768px) {
  #support-care section #computer-section .lookup .lookup-tool .info p.info-text {
    text-align: left;
    padding: 8px 20px 2px 0;
    margin-top: 0;
    font-size: 19px;
  }
}
#support-care section #computer-section .lookup .lookup-tool .info .form-cost-coverage {
  width: 235px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  #support-care section #computer-section .lookup .lookup-tool .info .form-cost-coverage {
    width: 198px;
    margin: 0;
  }
}
#support-care section #computer-section .lookup .lookup-tool .info .form-cost-coverage .input-cost-coverage {
  width: 235px;
  height: 46px;
  font-size: 17px;
  font-style: italic;
  text-align: center;
  margin-top: 18px;
  padding: 0 6px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #666666;
  border: 2px solid #d8d9da;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  #support-care section #computer-section .lookup .lookup-tool .info .form-cost-coverage .input-cost-coverage {
    width: 198px;
    height: 32px;
    margin-top: 10px;
    text-align: left;
  }
}
#support-care section #computer-section .lookup .lookup-tool .info .form-cost-coverage .input-cost-coverage ::-webkit-input-placeholder {
  color: #666666;
}
#support-care section #computer-section .lookup .lookup-tool .info .form-cost-coverage .input-cost-coverage ::-moz-placeholder {
  color: #666666;
}
#support-care section #computer-section .lookup .lookup-tool .info .form-cost-coverage .input-cost-coverage ::-ms-input-placeholder {
  color: #666666;
}
#support-care section #computer-section .lookup .lookup-tool .info .form-cost-coverage .input-cost-coverage ::placeholder {
  color: #666666;
}
#support-care section #computer-section .lookup .lookup-tool .info .form-cost-coverage input::-webkit-input-placeholder {
  text-align: left;
  color: #333;
}
#support-care section #computer-section .lookup .lookup-tool .info .form-cost-coverage .cta-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #support-care section #computer-section .lookup .lookup-tool .info .form-cost-coverage .cta-card {
    padding-top: 20px;
    padding-bottom: 18px;
    flex-direction: row;
  }
}
#support-care section #computer-section .lookup .lookup-tool .info .form-cost-coverage .cta-card .cta-card-button {
  width: 235px;
  height: 46px;
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
  margin-top: 30px;
  padding-top: 4px;
  border: none;
  cursor: pointer;
  background-color: #c0311a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  #support-care section #computer-section .lookup .lookup-tool .info .form-cost-coverage .cta-card .cta-card-button {
    width: 198px;
    height: 32px;
    margin-top: 0;
  }
}
#support-care section #computer-section .lookup .lookup-tool .info .form-cost-coverage .form-message {
  position: relative;
  display: none;
  font-family: "dccITCFranklinGothicStdCompressed";
  font-weight: 350;
  font-size: 12px;
  line-height: 1.3;
  color: #bc2510;
  text-align: left;
  padding-bottom: 0;
  margin: 10px 0;
}
@media (min-width: 768px) {
  #support-care section #computer-section .lookup .lookup-tool .info .form-cost-coverage .form-message {
    font-size: 14px;
    line-height: 1.1;
  }
}
#support-care section #computer-section .lookup .lookup-tool .info .form-cost-coverage .form-message--active {
  display: block;
}
/*# sourceMappingURL=support-cost.css.map */
