<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tk-estimate .tk-estimate-cover .tk-estimate-cover__contents{
  height: 580px;
  width: 100%;
  position: relative;
  padding-top: 38px;
}

.tk-estimate .tk-estimate-cover .cover-text-container{
  background-color: rgb(40,38,38);
  color: #FCFCFC;
}

.tk-estimate .tk-estimate-cover .cover-text-container{
  max-width: 953px;
  margin: 0px auto 0;
  padding: 40px 20px 62px;
  text-align: center;
  position: relative;
}

.tk-estimate .tk-estimate-cover .cover-text-container h1 {
  font-size: 5em;
  line-height: 2;
}

.tk-estimate .tk-estimate-cover .cover-text-container .cover-text-1{
  font-size: 1.25em;
  line-height: 2;
}


.tk-estimate .tk-estimate-cover .cover-text-container .cover-text-2{
  font-size: 1.25em;
  line-height: 2;
}

.tk-estimate .tk-estimate-cover .cover-text-container .cover-text-2{
  margin-bottom: 42px;
}

.tk-estimate .tk-estimate-cover .cover-text-container .cover-text-2 span{
  font-size: 2.3em;
}

.tk-estimate .tk-estimate-cover .cover-text-container .cover-text-3{
  font-size: 0.94em;
  line-height: 2;
}

.tk-estimate .tk-estimate-cover .cover-bg-image{
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  z-index: -1;
}

.tk-estimate .tk-estimate-cover .cover-bg-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.tk-estimate .tk-estimate-cover .tk-cta-btn {
  width: 190px;
  height: 40px;
  position: absolute;
  left:0;
  right:0;
  margin: 0 auto;
  bottom: -18px;
}

.tk-estimate .tk-estimate-cover .tk-cta-btn a {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  background-color: #D43302;
  color: #FFFFFF;
  border: 1px solid #D43302;

  transition: all 0.2s ease;
  cursor: pointer;
}

.tk-estimate .tk-estimate-cover .tk-cta-btn a:hover {
  opacity: 1;
  background-color: #FFFFFF;
  color: #D43302;
}

.tk-estimate .tk-estimate-cover .tk-cta-btn a span{
  margin: 0 auto;
  font-size: 1.44em;
}



@media (max-width: 980px) {
  .tk-estimate .tk-estimate-cover .tk-estimate-cover__contents{
    height: 600px;
  }

  .tk-estimate .tk-estimate-cover .cover-text-container{
    max-width: 450px;
  }

  .tk-estimate .tk-estimate-cover .cover-text-container h1 {
    font-size: 3em;
  }

  .tk-estimate .tk-estimate-cover .cover-text-container .cover-text-1 {
    font-size: 1em;
  }

  .tk-estimate .tk-estimate-form .form-wrapper {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .tk-estimate .tk-estimate-cover .tk-estimate-cover__contents{
    height: 280px;
  } 
}

/* Intro */

.tk-estimate .tk-estimate-intro .card-group {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.tk-estimate .tk-estimate-intro .intro-header h2{
  margin: 37px auto 44px;
  text-align: center;
}

.tk-estimate .tk-estimate-intro .intro-header span{
  font-size: 3.5em;
  color: #000000;
}

.tk-estimate .tk-estimate-intro .card-container{
  position: relative;
  padding: 84px 0 68px
}

.tk-estimate .tk-estimate-intro .card-item {
  width: 320px;
  height: 740px;
  position: relative;
  padding-bottom: 80px;
  margin: 0 4px;
  background-color: #FFFFFF;
}

.tk-estimate .tk-estimate-intro .card-content {
    display: grid;
    height: 100%;
    margin-top: -8px;
    grid-template-rows: auto 13% calc(87% - 131px);
    grid-template-columns: 100%;
    color: #000000;
}

.tk-estimate .tk-estimate-intro .card-item .num-icon{
  width: 84px;
  height: 80px;
  background-color: #F7F7F7;
  margin: 0 auto 51px;

  border-radius: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tk-estimate .tk-estimate-intro .card-item .num-icon p{
  line-height: 1em;
}


.tk-estimate .tk-estimate-intro .card-item .num-icon p span{
  font-size: 2.38em;
  line-height: 1em;
}

.tk-estimate .tk-estimate-intro .card-item h3{
  text-align: center;
  margin: 0 auto;
}

.tk-estimate .tk-estimate-intro .card-item h3 span{
  font-size: 1.25em;
}

.tk-estimate .tk-estimate-intro .card-item .card-text{
  max-width: 250px;
  margin: 0 auto;
}

.tk-estimate .tk-estimate-intro .card-item.item-2 .card-text, 
.tk-estimate .tk-estimate-intro .card-item.item-3 .card-text {
  text-align: center;
} 

.tk-estimate .tk-estimate-intro .tk-info-btn{
  width: 142px;
  height: 40px;

  position: absolute;
  left:0;
  right: 0;
  margin: 0 auto;
  bottom: 40px;
}

.tk-estimate .tk-estimate-intro .tk-info-btn a{
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  display: flex;
  align-items: center;
  background-color: #D43302;
  border: 1px solid #D43302;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s ease;
}


.tk-estimate .tk-estimate-intro .tk-info-btn a:hover{
  background-color: #FFFFFF;
  color: #D43302;
}

.tk-estimate .tk-estimate-intro .tk-info-btn a span{
  margin: 0 auto;
  font-weight: normal;
  font-style: normal;
  font-size: 0.94em;
}


.tk-estimate .tk-estimate-intro .card-container .container-background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tk-estimate .tk-estimate-intro .card-container .container-background img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

/* Prepare */

.tk-estimate .tk-estimate-prepare{
  border-bottom: 1px solid #000000;
  margin-bottom: 18px;
}

.tk-estimate .tk-estimate-prepare .prepare-content h2 span {
  color: #000000;
  font-size: 1.88em;
}

.tk-estimate .tk-estimate-prepare .prepare-content h2{
  margin: 67px 0 26px;
}

.tk-estimate .tk-estimate-prepare .prepare-content {
  width: 660px;
  margin: 0px auto 18px calc((100% - 980px) * 0.5);
  left: 52px;
  position: relative;
}

.tk-estimate .tk-estimate-prepare .prepare-content li span,
.tk-estimate .tk-estimate-prepare .prepare-content p
{
  font: var(--tk-font_8);
  font-size: 0.94em;
  line-height: 1.7em;
  letter-spacing: normal;
}

.tk-estimate .tk-estimate-prepare .prepare-content h3 span{
  font: var(--tk-font_8);
  font-size: 1.25em;
  color: #000000;
  letter-spacing: normal;
}

.tk-estimate .tk-estimate-prepare .prepare-content h3 .content-num{
  font-weight:600;
}

/* Type */

/* - Details */

.tk-estimate .tk-estimate-type .type-details-content {
  width: 660px;
  margin: 85px auto 18px calc((100% - 980px) * 0.5);
  left: 52px;
  position: relative;
}

.tk-estimate .tk-estimate-type .type-details-content h2{
  margin: 0 0 10px 0;
}

.tk-estimate .tk-estimate-type .type-details-content h2 span {
  color: #000000;
  font-size: 1.88em;
}

.tk-estimate .tk-estimate-type .type-details-content p
{
  font: var(--tk-font_8);
  font-size: 0.94em;
  line-height: 1.7em;
  letter-spacing: normal;
}


/* - Type list */

.tk-estimate .tk-estimate-type .type-item-list{
  display: grid; 
  grid-template-columns: repeat(3, 1fr);
  column-gap: 9px;

  margin-bottom: 19px;
}

.tk-estimate .tk-estimate-type .type-item-list .type-item{
  height: 742px;
  position: relative;
}

.tk-estimate .tk-estimate-type .type-item-list .type-item .item-img picture{
  width: 100%;
  height: 100%;
}

.tk-estimate .tk-estimate-type .type-item-list .type-item .item-img img{
  width: 100%;
  height: 100%; 
  object-fit: cover;
  object-position: 50% 50%;
}

.tk-estimate .tk-estimate-type .type-item-list .type-item .item-description {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr;
  width: 322px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 390px;
}
.tk-estimate .tk-estimate-type .type-item-list .type-item .description-img{
  margin: 0 0 0 auto;
}

.tk-estimate .tk-estimate-type .type-item-list .type-item .description-text{
  background-color: rgba(255,255,255,0.77);
  min-height: 91px;
}

.tk-estimate .tk-estimate-type .type-item-list .type-item .description-text span{
  font-size: 0.88em; 
  color: #000000;
}

.tk-estimate .tk-estimate-type .type-item-list .type-item .description-text p{
  margin: 11px 3px 0 8px;
  line-height: 0.8em;
}

/* - Order Table */

.tk-estimate .tk-estimate-type {
  border-bottom: 1px solid #000000;
}

.tk-estimate .tk-estimate-type .order-table-wrapper{
  width: 914px;
  margin: 0 auto 18px;
}

.tk-estimate .tk-estimate-type .order-container table {
  width: 100%;
  height: auto;
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
}

.tk-estimate .tk-estimate-type .order-container th,
.tk-estimate .tk-estimate-type .order-container td {
  border: 1px solid rgba(199,199,199,1);
  display: table-cell;
  padding: 7px;
  text-align: center;
}

.tk-estimate .tk-estimate-type .order-container tr {
  display: table-row;
}

.tk-estimate .tk-estimate-type .order-container tr:hover {
  background-color: rgba(247,247,247,1);
}

.tk-estimate .tk-estimate-type .order-container th,
.tk-estimate .tk-estimate-type .order-container td {
  font: var(--tk-font_9);
  line-height: 1.1em;
}

.tk-estimate .tk-estimate-type .order-container th {
  background-color: #000000;
  color: #FFFFFF;
}

.tk-estimate .tk-estimate-type .order-container td {
  background-color: transparent;
  color: #000000;
}


/* Form */

.tk-estimate .tk-estimate-form {
  background-color: #F7F7F7;
}
.tk-estimate .tk-estimate-form .form-wrapper {
  width: 978px;
  /* background-color: azure; */
  margin: 0 auto;
  padding-top: 74px;
}

.tk-estimate .tk-estimate-form .form-wrapper h2 {
  margin: 0 15px 35px;
}


.tk-estimate .tk-estimate-form .form-wrapper h2 span{
  font-size: 2em;
  color: #000000;
}

.tk-estimate .tk-estimate-form .form-wrapper .form-content-wrapper{
  width: 100%;
}

.tk-estimate .tk-estimate-form .form-wrapper .form-content-wrapper *{
  box-sizing: border-box;
}



.tk-estimate .tk-estimate-form .form-item {
  width: 466px;
  display: flex;
  flex-direction: column;
  row-gap: 26px;
}

.tk-estimate .tk-estimate-form .form-item .item-field-wrapper{
  width: 100%;
}

.tk-estimate .tk-estimate-form .form-item input[type=text],
.tk-estimate .tk-estimate-form .form-item input[type=email]{    
  width: 100%;
  border: 1px solid #000000;
  background-color: #FFFFFF;

  min-height: 37px;
  padding: 3px;
  padding-inline-end: 3px;
  padding-inline-start: 10px;
}

.tk-estimate .tk-estimate-form .form-item textarea{
  width: 100%;
  border: 1px solid #000000;
  background-color: #FFFFFF;

  min-height: 87px;
  padding: 3px;
  padding-inline-end: 10px;
  padding-inline-start: 10px;
  padding-top: .75em;
  resize: none;
}

.tk-estimate .tk-estimate-form .form-item input[type=text],
.tk-estimate .tk-estimate-form .form-item input[type=email],
.tk-estimate .tk-estimate-form .form-item textarea{
  font: var(--tk-font_12);
}  

.tk-estimate .tk-estimate-form .form-item .item-label,
.tk-estimate .tk-estimate-form .form-item .item-radio-grp .wpcf7-list-item-label,
.tk-estimate .tk-estimate-form .form-item legend {
  font: var(--tk-font_12);
  color: #000000;
}

.tk-estimate .tk-estimate-form .form-item .item-label,
.tk-estimate .tk-estimate-form .form-item legend {
  margin-bottom: 5px;
}

.tk-estimate .tk-estimate-form .form-item-radio {
  width: 466px;
  margin: 8px 0 0 ;
}

.tk-estimate .tk-estimate-form .form-item-radio .item-radio-grp {
  display: flex;
  flex-direction: column;
  row-gap: 0px;
}

.tk-estimate .tk-estimate-form .form-item-radio .item-radio-grp div{
  display: flex;
  align-items: center;
}

.tk-estimate .tk-estimate-form .form-item-radio input[type=radio]{
  appearance: none;
  width: 17px;
  height: 17px;
  margin: 0 5px 0 0;
  border: 1px solid black;
  border-radius: 50%;
  outline: none;
}

.tk-estimate .tk-estimate-form .form-item-radio input[type=radio]:checked {
  background: radial-gradient(grey 0%, grey 40%, transparent 50%, transparent);
}

.tk-estimate .tk-estimate-form .form-item-radio .item-field-wrapper .item-label {
  font: var(--tk-font_12);
}

.tk-estimate .tk-estimate-form .form-item-radio .item-radio-grp .wpcf7-list-item-label {
  font: var(--tk-font_12);
  line-height: 1em;
}

.tk-estimate .tk-estimate-form .form-item-radio .item-radio-grp .wpcf7-list-item {
  margin: 0;
} 

.tk-estimate .tk-estimate-form .form-item input[type=text].wpcf7-not-valid, 
.tk-estimate .tk-estimate-form .form-item input[type=email].wpcf7-not-valid,
.tk-estimate .tk-estimate-form .form-item-radio .wpcf7-not-valid input[type=radio] {
  border: 1px solid red;
}

.tk-estimate .tk-estimate-form .form-item .wpcf7-not-valid-tip,
.tk-estimate .tk-estimate-form .form-item-radio .wpcf7-not-valid-tip{
  display: none;
}

/* --temp attach button start */
.tk-estimate .tk-estimate-form .form-item .attach-btn{
  width: 306px;
  height: 41px;
  border: 1px solid #000000;

  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  background-color: #FFFFFF;
}
.tk-estimate .tk-estimate-form .form-item .attach-btn:hover{
  cursor: pointer;
}

.tk-estimate .tk-estimate-form .form-item .attach-btn span{
  font: var(--tk-font_12);
  line-height: 1em;
}

.tk-estimate .tk-estimate-form .form-item .hidden-upload {
  pointer-events: none;
}

.tk-estimate .tk-estimate-form .form-item ::file-selector-button,
.tk-estimate .tk-estimate-form .form-item ::-webkit-file-upload-button {
  display: none;
}

/* --temp attach button end */


.tk-estimate .tk-estimate-form .form-item .item-notes span {
  color: #9B9B9B;
}

.tk-estimate .tk-estimate-form .form-item .item-notes{
  margin-top: 14px;
  line-height: 1em;
}
/* 
.tk-estimate .tk-estimate-form .tk-submit-btn {
  width: 466px;
  height: 36px;
}

.tk-estimate .tk-estimate-form .tk-submit-btn a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #D43302;
  color: #FFFFFF;
  border: 1px solid #D43302;

  transition: all 0.2s ease;
  cursor: pointer;
}

.tk-estimate .tk-estimate-form .tk-submit-btn a:hover {
  opacity: 1;
  background-color: #FFFFFF;
  color: #D43302;
}

.tk-estimate .tk-estimate-form .tk-submit-btn a span{
  line-height: 1em;
} */

.tk-estimate .tk-estimate-form .wpcf7-submit {
  width: 466px;
  height: 36px;
  background-color: #D43302;
  color: #FFFFFF;
  border: 1px solid #D43302;
  font-size: 0.88em;
  transition: all 0.2s ease;
  cursor: pointer;
  margin: 50px 0 0 ;
}

.tk-estimate .tk-estimate-form .wpcf7-submit:hover {
  background-color: #FFFFFF;
  color: #D43302;
}

@media (max-width: 768px) {
  .tk-estimate .tk-estimate-type .order-table-wrapper{
    display: none;
  }
}

@media (max-width: 439px) {
  /* Cover */
  .tk-estimate .tk-estimate-cover .tk-cta-btn {
    width: 240px;
    height: 50px;
  }

  .tk-estimate .tk-estimate-cover .tk-cta-btn a span {
    font-size: 1.8em;
  }

  /* Cover */
  .tk-estimate .tk-estimate-cover .tk-estimate-cover__contents {
    height: 700px;
  }
  
  .tk-estimate .tk-estimate-cover .cover-text-container {
    width: 336px;
    height: 620px;
    padding: 20px;
  }

  .tk-estimate .tk-estimate-cover .cover-text-container h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
  }

  .tk-estimate .tk-estimate-cover .cover-text-container .cover-text-1{
    font-size: 1.4em;
  }
  
  .tk-estimate .tk-estimate-cover .cover-text-container .cover-text-2 {
    margin-bottom: 42px;
  }
  
  .tk-estimate .tk-estimate-cover .cover-text-container .cover-text-2 span {
    font-size: 2em;
  }
  
  .tk-estimate .tk-estimate-cover .cover-text-container .cover-text-3 {
    font-size: 1em;
  }

  /* Intro */
  .tk-estimate .tk-estimate-intro .intro-header span {
    font-size: 2.5em;
  }

  .tk-estimate .tk-estimate-intro .card-container{
    padding-top: 30px;
  }

  .tk-estimate .tk-estimate-intro .card-group {
    display: grid;
    grid-template-rows: auto;
    row-gap: 40px;
  }

  .tk-estimate .tk-estimate-intro .card-item {
    width: 380px;
  }

  .tk-estimate .tk-estimate-intro .card-item .num-icon{
    width: 90px;
    height: 90px;
    margin-bottom: 0;
  }

  .tk-estimate .tk-estimate-intro .card-item h3 span {
    font-size: 1.8em;
  }

  .tk-estimate .tk-estimate-intro .card-item.item-1 .card-text {
    width: 500px;
    margin-top: 20px;
    margin-left: 30px;
  }

  .tk-estimate .tk-estimate-intro .card-item.item-1 .card-text span {
    font-size: 1.1em;
    font-weight: 700;
  }

  .tk-estimate .tk-estimate-intro .card-item.item-2 {
    height: 500px;
  }

  .tk-estimate .tk-estimate-intro .card-item.item-3 {
    height: 400px;
  }
  
  .tk-estimate .tk-estimate-intro .card-item.item-2 .card-text span,
  .tk-estimate .tk-estimate-intro .card-item.item-3 .card-text span {
    font-size: 1.25em;
  }

  .tk-estimate .tk-estimate-intro .tk-info-btn {
    width: 200px;
    height: 60px;
  }

  /* Prepare */
  .tk-estimate .tk-estimate-prepare .prepare-content {
    width: 90%;
    left: 20px;
    margin: 0;
    margin-bottom: 20px;
  }

  .tk-estimate .tk-estimate-prepare .prepare-content h2 span {
    font-size: 1.5em;
  }

  /* Type */
  .tk-estimate .tk-estimate-type .type-details-content {
    width: 90%;
    margin: 0;
    left: 20px;
  }

  .tk-estimate .tk-estimate-type .type-details-content h2 span {
    font-size: 1.5em;
  }

  .tk-estimate .tk-estimate-type .type-item-list{
    grid-template-columns: none;
    grid-template-rows: repeat(3, 1fr);
    row-gap: 9px;
  }

  .tk-estimate .tk-estimate-type .type-item-list .type-item{
    height: 400px;
  }

  .tk-estimate .tk-estimate-type .type-item-list .type-item .item-description {
    top: 28px;
  }
  
  .tk-estimate .tk-estimate-type .type-item-list .type-item .description-img {
    margin: auto;
  }

  /* Form */
  .tk-estimate .tk-estimate-form .form-wrapper {
    width: auto;
  }

  .tk-estimate .tk-form-header p {
    font-size: 1.4em;
    margin: 0;
  }

  .tk-estimate .tk-estimate-form .form-item,
  .tk-estimate .tk-estimate-form .form-item-radio {
    width: 366px;
    margin: 0 30px 10px 25px;
  }

  .tk-estimate .tk-estimate-form .form-item .item-label,
  .tk-estimate .tk-estimate-form .form-item .item-radio-grp .wpcf7-list-item-label,
  .tk-estimate .tk-estimate-form .form-item legend 
  {
    font-size: 1.4em;
  }

  .tk-estimate .tk-estimate-form .form-item .item-field-wrapper input[type="text"] {
    font-size: 1.2em;
    height: 60px;
  }

  .tk-estimate .tk-estimate-form .form-item-radio {
    margin-bottom: 25px;
  }

  .tk-estimate .tk-estimate-form .form-item input[type=radio]{
    width: 25px;
    height: 25px;
  }

  .tk-estimate .tk-estimate-form .tk-submit-btn {
    width: 366px;
    height: 60px;
    margin-left: 25px;
  }

  .tk-estimate .tk-estimate-form .form-item .attach-btn{
    width: 368px;
    height: 60px;
  }

  .tk-estimate .tk-estimate-form .form-item .attach-btn span{
    font-size: 1.2em;
  }

  .tk-estimate .tk-estimate-form .wpcf7-submit { 
    width: 100%;
  }
}





</pre></body></html>