.elementor-261 .elementor-element.elementor-element-1461bab{--display:flex;--padding-top:120px;--padding-bottom:120px;--padding-left:42px;--padding-right:42px;}.elementor-261 .elementor-element.elementor-element-1461bab:not(.elementor-motion-effects-element-type-background), .elementor-261 .elementor-element.elementor-element-1461bab > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-1032e2a );}.elementor-261 .elementor-element.elementor-element-31c5e8a .elementor-icon-list-icon i{color:#02010100;font-size:0px;}.elementor-261 .elementor-element.elementor-element-31c5e8a .elementor-icon-list-icon svg{fill:#02010100;--e-icon-list-icon-size:0px;}.elementor-261 .elementor-element.elementor-element-31c5e8a .elementor-icon-list-icon{width:0px;}.elementor-261 .elementor-element.elementor-element-31c5e8a .elementor-icon-list-text, .elementor-261 .elementor-element.elementor-element-31c5e8a .elementor-icon-list-text a{color:var( --e-global-color-b456d53 );}.elementor-261 .elementor-element.elementor-element-02c9476 .elementor-heading-title{font-size:60px;}.elementor-261 .elementor-element.elementor-element-de7c36a{--display:flex;--padding-top:120px;--padding-bottom:120px;--padding-left:42px;--padding-right:42px;}.elementor-261 .elementor-element.elementor-element-0938390{text-align:start;}.elementor-261 .elementor-element.elementor-element-0938390 img{max-width:600px;border-radius:15px 15px 15px 15px;}/* Start custom CSS *//* ---------------------------------------------------------------
   WordPress core File block (.wp-block-file) — PDF preview card
   --------------------------------------------------------------- */

.wp-block-file{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 30px;
  margin: 32px 0;
  padding: 20px;
  background: #EEF3F8;
  border-radius: 16px;
}

/* the embedded preview, full width above the filename row */
.wp-block-file__embed{
  order: -1;
  flex: 0 0 100%;
  display: block;
  /* the block prints width/height as inline styles, so these need !important */
  width: 100% !important;
  height: 640px !important;
  border: 1px solid #DFE9F1;
  border-radius: 12px;
  background: #FFFFFF;
}

.wp-block-file__embed[hidden]{
  display: none !important;
}

/* filename link */
.wp-block-file > a:not(.wp-block-file__button){
  flex: 0 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  line-height: 1.35;
  color: #0B2033;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.wp-block-file > a:not(.wp-block-file__button):hover{
  color: #1E8523;
}

.wp-block-file > a:not(.wp-block-file__button)::before{
  content: "";
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #D3EDD4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23062A42' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 3v5h5'/%3E%3C/svg%3E");
}

/* download button */
.wp-block-file .wp-block-file__button{
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #062A42;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  opacity: 1;
  transition: background-color .3s, color .3s;
}

.wp-block-file .wp-block-file__button::before{
  content: "";
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4v11'/%3E%3Cpath d='M8 11.5l4 4 4-4'/%3E%3Cpath d='M5 19h14'/%3E%3C/svg%3E");
}

.wp-block-file .wp-block-file__button:hover{
  background: #27A42D;
  color: #0B2033;
}

.wp-block-file .wp-block-file__button:hover::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230B2033' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4v11'/%3E%3Cpath d='M8 11.5l4 4 4-4'/%3E%3Cpath d='M5 19h14'/%3E%3C/svg%3E");
}

.wp-block-file a:focus-visible{
  outline: 2px solid #27A42D;
  outline-offset: 3px;
}

@media (max-width: 880px){
  .wp-block-file__embed{
    height: 420px !important;
  }
}

@media (max-width: 600px){
  .wp-block-file{
    padding: 16px;
    gap: 14px;
  }

  .wp-block-file__embed{
    height: 340px !important;
  }

  .wp-block-file > a:not(.wp-block-file__button){
    flex: 1 1 100%;
    font-size: 16px;
  }

  .wp-block-file .wp-block-file__button{
    flex: 1 1 100%;
    justify-content: center;
  }
}/* End custom CSS */