.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-7be609f0-0eca-4202-9de1-2fc9c5ef34b2 {
  min-height: 50px;
}








#s-7be609f0-0eca-4202-9de1-2fc9c5ef34b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7be609f0-0eca-4202-9de1-2fc9c5ef34b2.shg-box.shg-c {
  justify-content: center;
}

#s-0376fb1a-9437-4516-a897-9799e2fcd81c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0376fb1a-9437-4516-a897-9799e2fcd81c {
  display: none;
}
#s-0376fb1a-9437-4516-a897-9799e2fcd81c, #wrap-s-0376fb1a-9437-4516-a897-9799e2fcd81c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0376fb1a-9437-4516-a897-9799e2fcd81c {
  display: none;
}
#s-0376fb1a-9437-4516-a897-9799e2fcd81c, #wrap-s-0376fb1a-9437-4516-a897-9799e2fcd81c { display:none !important; }}







#s-0376fb1a-9437-4516-a897-9799e2fcd81c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0376fb1a-9437-4516-a897-9799e2fcd81c.shg-box.shg-c {
  justify-content: center;
}

#s-5a670737-0127-4e7a-8256-d3676c2ef109 {
  min-height: 50px;
background-color: rgba(255, 231, 228, 1);
}








#s-5a670737-0127-4e7a-8256-d3676c2ef109 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a670737-0127-4e7a-8256-d3676c2ef109.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-4cb9ec57-e609-4970-8836-302f844f2dad {
  display: none;
}
#s-4cb9ec57-e609-4970-8836-302f844f2dad, #wrap-s-4cb9ec57-e609-4970-8836-302f844f2dad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4cb9ec57-e609-4970-8836-302f844f2dad {
  display: none;
}
#s-4cb9ec57-e609-4970-8836-302f844f2dad, #wrap-s-4cb9ec57-e609-4970-8836-302f844f2dad { display:none !important; }}
#s-4cb9ec57-e609-4970-8836-302f844f2dad {
  display: none;
}
#s-12fab296-9dee-4ba7-bc0a-b4ecc26af418 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-12fab296-9dee-4ba7-bc0a-b4ecc26af418 {
  display: none;
}
#s-12fab296-9dee-4ba7-bc0a-b4ecc26af418, #wrap-s-12fab296-9dee-4ba7-bc0a-b4ecc26af418 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12fab296-9dee-4ba7-bc0a-b4ecc26af418 {
  display: none;
}
#s-12fab296-9dee-4ba7-bc0a-b4ecc26af418, #wrap-s-12fab296-9dee-4ba7-bc0a-b4ecc26af418 { display:none !important; }}







#s-12fab296-9dee-4ba7-bc0a-b4ecc26af418 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12fab296-9dee-4ba7-bc0a-b4ecc26af418.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-4cd2aa7b-eb86-4d27-9bf2-b9ed5c9099c1 {
  text-align: center;
}
@media (min-width: 1200px){#s-4cd2aa7b-eb86-4d27-9bf2-b9ed5c9099c1 {
  display: none;
}
#s-4cd2aa7b-eb86-4d27-9bf2-b9ed5c9099c1, #wrap-s-4cd2aa7b-eb86-4d27-9bf2-b9ed5c9099c1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4cd2aa7b-eb86-4d27-9bf2-b9ed5c9099c1 {
  display: none;
}
#s-4cd2aa7b-eb86-4d27-9bf2-b9ed5c9099c1, #wrap-s-4cd2aa7b-eb86-4d27-9bf2-b9ed5c9099c1 { display:none !important; }}



  #s-4cd2aa7b-eb86-4d27-9bf2-b9ed5c9099c1 img.shogun-image {
    
    width: px;
  }


#s-4cd2aa7b-eb86-4d27-9bf2-b9ed5c9099c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-29c3c671-3ad3-4029-995b-7bea2c7714a3 {
  text-align: center;
}




  #s-29c3c671-3ad3-4029-995b-7bea2c7714a3 img.shogun-image {
    
    width: px;
  }


#s-29c3c671-3ad3-4029-995b-7bea2c7714a3 .shogun-image-content {
  
    align-items: center;
  
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-9a626205-7b8a-4911-b023-2b7024b8580d {
  margin-top: 21px;
margin-left: 19px;
margin-bottom: 21px;
margin-right: 19px;
}

#s-8430ebed-1e27-40b7-bf58-9fd2260ef575 {
  margin-top: -12px;
margin-bottom: -12px;
}

#s-b0150939-b38e-4589-b787-56595ef42050 {
  margin-top: 11px;
margin-left: 30%;
margin-bottom: 11px;
margin-right: 30%;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

#s-b0150939-b38e-4589-b787-56595ef42050 .shg-product-quantity-wrapper {
  display: flex;
}

#s-b0150939-b38e-4589-b787-56595ef42050 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b0150939-b38e-4589-b787-56595ef42050 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b0150939-b38e-4589-b787-56595ef42050 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b0150939-b38e-4589-b787-56595ef42050 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-b0150939-b38e-4589-b787-56595ef42050 label {
    color: rgba(255, 89, 90, 1);
    font-weight:   ;
    font-family: Avenir Black;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-b0150939-b38e-4589-b787-56595ef42050 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-879e35da-7076-44f1-a4a5-abdeab92eea5 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 80px;
background-color: rgba(255, 89, 90, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-879e35da-7076-44f1-a4a5-abdeab92eea5:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 89, 90, 1) !important;}#s-879e35da-7076-44f1-a4a5-abdeab92eea5:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 89, 90, 1) !important;}


#s-879e35da-7076-44f1-a4a5-abdeab92eea5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-879e35da-7076-44f1-a4a5-abdeab92eea5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-879e35da-7076-44f1-a4a5-abdeab92eea5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Avenir Black;
  display:  inline-block ;
}

#s-879e35da-7076-44f1-a4a5-abdeab92eea5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c5f6bd13-40a4-4fe9-a15e-f7fd3f1002ac {
  min-height: 50px;
}








#s-c5f6bd13-40a4-4fe9-a15e-f7fd3f1002ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5f6bd13-40a4-4fe9-a15e-f7fd3f1002ac.shg-box.shg-c {
  justify-content: center;
}

#s-97c9f5cf-6499-4d10-bbbe-2a5bc88d8588 {
  text-align: center;
}
@media (min-width: 1200px){#s-97c9f5cf-6499-4d10-bbbe-2a5bc88d8588 {
  display: none;
}
#s-97c9f5cf-6499-4d10-bbbe-2a5bc88d8588, #wrap-s-97c9f5cf-6499-4d10-bbbe-2a5bc88d8588 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97c9f5cf-6499-4d10-bbbe-2a5bc88d8588 {
  display: none;
}
#s-97c9f5cf-6499-4d10-bbbe-2a5bc88d8588, #wrap-s-97c9f5cf-6499-4d10-bbbe-2a5bc88d8588 { display:none !important; }}



  #s-97c9f5cf-6499-4d10-bbbe-2a5bc88d8588 img.shogun-image {
    
    width: px;
  }


#s-97c9f5cf-6499-4d10-bbbe-2a5bc88d8588 .shogun-image-content {
  
    align-items: center;
  
}

#s-31f12317-693a-469b-88e3-24a8d7767a76 {
  margin-top: 10px;
margin-bottom: -59px;
}
@media (min-width: 1200px){#s-31f12317-693a-469b-88e3-24a8d7767a76 {
  display: none;
}
#s-31f12317-693a-469b-88e3-24a8d7767a76, #wrap-s-31f12317-693a-469b-88e3-24a8d7767a76 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31f12317-693a-469b-88e3-24a8d7767a76 {
  display: none;
}
#s-31f12317-693a-469b-88e3-24a8d7767a76, #wrap-s-31f12317-693a-469b-88e3-24a8d7767a76 { display:none !important; }}
#s-d9d97a28-5be4-4bc4-bd70-e89041f38256 {
  text-align: center;
}
@media (min-width: 1200px){#s-d9d97a28-5be4-4bc4-bd70-e89041f38256 {
  display: none;
}
#s-d9d97a28-5be4-4bc4-bd70-e89041f38256, #wrap-s-d9d97a28-5be4-4bc4-bd70-e89041f38256 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9d97a28-5be4-4bc4-bd70-e89041f38256 {
  display: none;
}
#s-d9d97a28-5be4-4bc4-bd70-e89041f38256, #wrap-s-d9d97a28-5be4-4bc4-bd70-e89041f38256 { display:none !important; }}



  #s-d9d97a28-5be4-4bc4-bd70-e89041f38256 img.shogun-image {
    
    width: px;
  }


#s-d9d97a28-5be4-4bc4-bd70-e89041f38256 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-3aa720df-04b9-4f19-98fe-745779228dc4 {
  display: none;
}
#s-3aa720df-04b9-4f19-98fe-745779228dc4, #wrap-s-3aa720df-04b9-4f19-98fe-745779228dc4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3aa720df-04b9-4f19-98fe-745779228dc4 {
  display: none;
}
#s-3aa720df-04b9-4f19-98fe-745779228dc4, #wrap-s-3aa720df-04b9-4f19-98fe-745779228dc4 { display:none !important; }}
#s-3aa720df-04b9-4f19-98fe-745779228dc4 {
  display: none;
}
#s-a8e37060-c68f-48d8-8d36-bc710cb53741 {
  display: none;
}
#s-3768a0fe-590c-48e9-a13e-1111c69cc932 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3768a0fe-590c-48e9-a13e-1111c69cc932 {
  display: none;
}
#s-3768a0fe-590c-48e9-a13e-1111c69cc932, #wrap-s-3768a0fe-590c-48e9-a13e-1111c69cc932 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3768a0fe-590c-48e9-a13e-1111c69cc932 {
  display: none;
}
#s-3768a0fe-590c-48e9-a13e-1111c69cc932, #wrap-s-3768a0fe-590c-48e9-a13e-1111c69cc932 { display:none !important; }}







#s-3768a0fe-590c-48e9-a13e-1111c69cc932 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3768a0fe-590c-48e9-a13e-1111c69cc932.shg-box.shg-c {
  justify-content: center;
}

#s-5ed6f55a-288a-4aed-9096-92f431d381d0 {
  min-height: 50px;
}








#s-5ed6f55a-288a-4aed-9096-92f431d381d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ed6f55a-288a-4aed-9096-92f431d381d0.shg-box.shg-c {
  justify-content: center;
}

#s-7a6b81d1-5096-48e7-a9d9-9ecf2ce0f2fa {
  margin-top: -16px;
margin-left: 10px;
margin-bottom: -16px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-7a6b81d1-5096-48e7-a9d9-9ecf2ce0f2fa {
  display: none;
}
#s-7a6b81d1-5096-48e7-a9d9-9ecf2ce0f2fa, #wrap-s-7a6b81d1-5096-48e7-a9d9-9ecf2ce0f2fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a6b81d1-5096-48e7-a9d9-9ecf2ce0f2fa {
  display: none;
}
#s-7a6b81d1-5096-48e7-a9d9-9ecf2ce0f2fa, #wrap-s-7a6b81d1-5096-48e7-a9d9-9ecf2ce0f2fa { display:none !important; }}
.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-35300bc2-3008-4cac-92ab-9edbc8c031b4 {
  margin-top: 7px;
margin-bottom: 7px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-35300bc2-3008-4cac-92ab-9edbc8c031b4 {
  display: none;
}
#s-35300bc2-3008-4cac-92ab-9edbc8c031b4, #wrap-s-35300bc2-3008-4cac-92ab-9edbc8c031b4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35300bc2-3008-4cac-92ab-9edbc8c031b4 {
  display: none;
}
#s-35300bc2-3008-4cac-92ab-9edbc8c031b4, #wrap-s-35300bc2-3008-4cac-92ab-9edbc8c031b4 { display:none !important; }}
#s-46429aef-a1a9-4c4c-94f5-a1bef92ec29b {
  text-align: center;
}
@media (min-width: 1200px){#s-46429aef-a1a9-4c4c-94f5-a1bef92ec29b {
  display: none;
}
#s-46429aef-a1a9-4c4c-94f5-a1bef92ec29b, #wrap-s-46429aef-a1a9-4c4c-94f5-a1bef92ec29b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46429aef-a1a9-4c4c-94f5-a1bef92ec29b {
  display: none;
}
#s-46429aef-a1a9-4c4c-94f5-a1bef92ec29b, #wrap-s-46429aef-a1a9-4c4c-94f5-a1bef92ec29b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-46429aef-a1a9-4c4c-94f5-a1bef92ec29b {
  
}
}@media (max-width: 767px){#s-46429aef-a1a9-4c4c-94f5-a1bef92ec29b {
  
}
}



  #s-46429aef-a1a9-4c4c-94f5-a1bef92ec29b img.shogun-image {
    
    width: px;
  }


#s-46429aef-a1a9-4c4c-94f5-a1bef92ec29b .shogun-image-content {
  
    align-items: center;
  
}

#s-2c2458c8-437e-4aea-a8da-a02271133c71 {
  text-align: center;
}
@media (min-width: 1200px){#s-2c2458c8-437e-4aea-a8da-a02271133c71 {
  display: none;
}
#s-2c2458c8-437e-4aea-a8da-a02271133c71, #wrap-s-2c2458c8-437e-4aea-a8da-a02271133c71 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c2458c8-437e-4aea-a8da-a02271133c71 {
  display: none;
}
#s-2c2458c8-437e-4aea-a8da-a02271133c71, #wrap-s-2c2458c8-437e-4aea-a8da-a02271133c71 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c2458c8-437e-4aea-a8da-a02271133c71 {
  
}
}@media (max-width: 767px){#s-2c2458c8-437e-4aea-a8da-a02271133c71 {
  
}
}



  #s-2c2458c8-437e-4aea-a8da-a02271133c71 img.shogun-image {
    
    width: px;
  }


#s-2c2458c8-437e-4aea-a8da-a02271133c71 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e069d06-2a06-454a-8ac2-315417e29bb2 {
  text-align: center;
}
@media (min-width: 1200px){#s-8e069d06-2a06-454a-8ac2-315417e29bb2 {
  display: none;
}
#s-8e069d06-2a06-454a-8ac2-315417e29bb2, #wrap-s-8e069d06-2a06-454a-8ac2-315417e29bb2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e069d06-2a06-454a-8ac2-315417e29bb2 {
  display: none;
}
#s-8e069d06-2a06-454a-8ac2-315417e29bb2, #wrap-s-8e069d06-2a06-454a-8ac2-315417e29bb2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e069d06-2a06-454a-8ac2-315417e29bb2 {
  
}
}@media (max-width: 767px){#s-8e069d06-2a06-454a-8ac2-315417e29bb2 {
  
}
}



  #s-8e069d06-2a06-454a-8ac2-315417e29bb2 img.shogun-image {
    
    width: px;
  }


#s-8e069d06-2a06-454a-8ac2-315417e29bb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b128d775-7881-41cf-ad83-a69ebe2154f8 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-b128d775-7881-41cf-ad83-a69ebe2154f8 {
  display: none;
}
#s-b128d775-7881-41cf-ad83-a69ebe2154f8, #wrap-s-b128d775-7881-41cf-ad83-a69ebe2154f8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b128d775-7881-41cf-ad83-a69ebe2154f8 {
  display: none;
}
#s-b128d775-7881-41cf-ad83-a69ebe2154f8, #wrap-s-b128d775-7881-41cf-ad83-a69ebe2154f8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b128d775-7881-41cf-ad83-a69ebe2154f8 {
  
}
}@media (max-width: 767px){#s-b128d775-7881-41cf-ad83-a69ebe2154f8 {
  
}
}
#s-46ba12b9-4135-4927-935a-e11e4e9155a2 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-46ba12b9-4135-4927-935a-e11e4e9155a2 {
  display: none;
}
#s-46ba12b9-4135-4927-935a-e11e4e9155a2, #wrap-s-46ba12b9-4135-4927-935a-e11e4e9155a2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46ba12b9-4135-4927-935a-e11e4e9155a2 {
  display: none;
}
#s-46ba12b9-4135-4927-935a-e11e4e9155a2, #wrap-s-46ba12b9-4135-4927-935a-e11e4e9155a2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-46ba12b9-4135-4927-935a-e11e4e9155a2 {
  
}
}@media (max-width: 767px){#s-46ba12b9-4135-4927-935a-e11e4e9155a2 {
  
}
}
#s-ea915c80-25ba-4dd2-ad8d-79f97c859efc {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-ea915c80-25ba-4dd2-ad8d-79f97c859efc {
  display: none;
}
#s-ea915c80-25ba-4dd2-ad8d-79f97c859efc, #wrap-s-ea915c80-25ba-4dd2-ad8d-79f97c859efc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea915c80-25ba-4dd2-ad8d-79f97c859efc {
  display: none;
}
#s-ea915c80-25ba-4dd2-ad8d-79f97c859efc, #wrap-s-ea915c80-25ba-4dd2-ad8d-79f97c859efc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea915c80-25ba-4dd2-ad8d-79f97c859efc {
  
}
}@media (max-width: 767px){#s-ea915c80-25ba-4dd2-ad8d-79f97c859efc {
  
}
}
@media (min-width: 1200px){#s-d49ea3a8-bb32-40da-9c8a-c00b0f975d8c {
  display: none;
}
#s-d49ea3a8-bb32-40da-9c8a-c00b0f975d8c, #wrap-s-d49ea3a8-bb32-40da-9c8a-c00b0f975d8c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d49ea3a8-bb32-40da-9c8a-c00b0f975d8c {
  display: none;
}
#s-d49ea3a8-bb32-40da-9c8a-c00b0f975d8c, #wrap-s-d49ea3a8-bb32-40da-9c8a-c00b0f975d8c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d49ea3a8-bb32-40da-9c8a-c00b0f975d8c {
  
}
}@media (max-width: 767px){#s-d49ea3a8-bb32-40da-9c8a-c00b0f975d8c {
  
}
}
@media (min-width: 1200px){#s-cac0aba3-1da0-4a5f-81b1-2b81181bd594 {
  display: none;
}
#s-cac0aba3-1da0-4a5f-81b1-2b81181bd594, #wrap-s-cac0aba3-1da0-4a5f-81b1-2b81181bd594 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cac0aba3-1da0-4a5f-81b1-2b81181bd594 {
  display: none;
}
#s-cac0aba3-1da0-4a5f-81b1-2b81181bd594, #wrap-s-cac0aba3-1da0-4a5f-81b1-2b81181bd594 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cac0aba3-1da0-4a5f-81b1-2b81181bd594 {
  
}
}@media (max-width: 767px){#s-cac0aba3-1da0-4a5f-81b1-2b81181bd594 {
  
}
}
#s-21fd08f2-8ab3-4434-9085-9f892d647335 {
  margin-top: -5px;
margin-bottom: -5px;
}
@media (min-width: 1200px){#s-21fd08f2-8ab3-4434-9085-9f892d647335 {
  display: none;
}
#s-21fd08f2-8ab3-4434-9085-9f892d647335, #wrap-s-21fd08f2-8ab3-4434-9085-9f892d647335 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21fd08f2-8ab3-4434-9085-9f892d647335 {
  display: none;
}
#s-21fd08f2-8ab3-4434-9085-9f892d647335, #wrap-s-21fd08f2-8ab3-4434-9085-9f892d647335 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-21fd08f2-8ab3-4434-9085-9f892d647335 {
  
}
}@media (max-width: 767px){#s-21fd08f2-8ab3-4434-9085-9f892d647335 {
  
}
}
#s-46f5c506-196e-4920-8280-87cd7dce3423 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-46f5c506-196e-4920-8280-87cd7dce3423 {
  display: none;
}
#s-46f5c506-196e-4920-8280-87cd7dce3423, #wrap-s-46f5c506-196e-4920-8280-87cd7dce3423 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46f5c506-196e-4920-8280-87cd7dce3423 {
  display: none;
}
#s-46f5c506-196e-4920-8280-87cd7dce3423, #wrap-s-46f5c506-196e-4920-8280-87cd7dce3423 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-46f5c506-196e-4920-8280-87cd7dce3423 {
  display: none;
}
#s-46f5c506-196e-4920-8280-87cd7dce3423, #wrap-s-46f5c506-196e-4920-8280-87cd7dce3423 { display:none !important; }}







#s-46f5c506-196e-4920-8280-87cd7dce3423 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46f5c506-196e-4920-8280-87cd7dce3423.shg-box.shg-c {
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-20d041b2-dd02-40a7-bc3a-0a306ab5e607 {
  border-style: solid;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 89, 90, 1);
border-style: solid;
border-radius: 80px;
background-color: rgba(255, 89, 90, 1);
text-align: center;
text-decoration: none;
}
#s-20d041b2-dd02-40a7-bc3a-0a306ab5e607:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 89, 90, 1) !important;}#s-20d041b2-dd02-40a7-bc3a-0a306ab5e607:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 89, 90, 1) !important;}@media (min-width: 1200px){#s-20d041b2-dd02-40a7-bc3a-0a306ab5e607 {
  display: none;
}
#s-20d041b2-dd02-40a7-bc3a-0a306ab5e607, #wrap-s-20d041b2-dd02-40a7-bc3a-0a306ab5e607 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20d041b2-dd02-40a7-bc3a-0a306ab5e607 {
  display: none;
}
#s-20d041b2-dd02-40a7-bc3a-0a306ab5e607, #wrap-s-20d041b2-dd02-40a7-bc3a-0a306ab5e607 { display:none !important; }}


#s-20d041b2-dd02-40a7-bc3a-0a306ab5e607.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Avenir Black;
  display:  inline-block ;
}

#s-17632a29-eb8d-45c2-a5b1-27eea4558e0f {
  margin-top: -12px;
margin-bottom: -12px;
}
@media (min-width: 1200px){#s-17632a29-eb8d-45c2-a5b1-27eea4558e0f {
  display: none;
}
#s-17632a29-eb8d-45c2-a5b1-27eea4558e0f, #wrap-s-17632a29-eb8d-45c2-a5b1-27eea4558e0f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17632a29-eb8d-45c2-a5b1-27eea4558e0f {
  display: none;
}
#s-17632a29-eb8d-45c2-a5b1-27eea4558e0f, #wrap-s-17632a29-eb8d-45c2-a5b1-27eea4558e0f { display:none !important; }}
#s-ebec007d-eb08-4720-8c6a-4c6f6dc1dbdc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ebec007d-eb08-4720-8c6a-4c6f6dc1dbdc {
  display: none;
}
#s-ebec007d-eb08-4720-8c6a-4c6f6dc1dbdc, #wrap-s-ebec007d-eb08-4720-8c6a-4c6f6dc1dbdc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebec007d-eb08-4720-8c6a-4c6f6dc1dbdc {
  display: none;
}
#s-ebec007d-eb08-4720-8c6a-4c6f6dc1dbdc, #wrap-s-ebec007d-eb08-4720-8c6a-4c6f6dc1dbdc { display:none !important; }}







#s-ebec007d-eb08-4720-8c6a-4c6f6dc1dbdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebec007d-eb08-4720-8c6a-4c6f6dc1dbdc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-809ee11b-30b7-4ef4-a58e-1a2aac104891 {
  display: none;
}
#s-809ee11b-30b7-4ef4-a58e-1a2aac104891, #wrap-s-809ee11b-30b7-4ef4-a58e-1a2aac104891 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-809ee11b-30b7-4ef4-a58e-1a2aac104891 {
  display: none;
}
#s-809ee11b-30b7-4ef4-a58e-1a2aac104891, #wrap-s-809ee11b-30b7-4ef4-a58e-1a2aac104891 { display:none !important; }}@media (max-width: 767px){#s-809ee11b-30b7-4ef4-a58e-1a2aac104891 {
  
}
}
#s-08ce4650-2489-4c1f-9c2a-d8bff906393d {
  text-align: center;
}
@media (min-width: 1200px){#s-08ce4650-2489-4c1f-9c2a-d8bff906393d {
  display: none;
}
#s-08ce4650-2489-4c1f-9c2a-d8bff906393d, #wrap-s-08ce4650-2489-4c1f-9c2a-d8bff906393d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08ce4650-2489-4c1f-9c2a-d8bff906393d {
  display: none;
}
#s-08ce4650-2489-4c1f-9c2a-d8bff906393d, #wrap-s-08ce4650-2489-4c1f-9c2a-d8bff906393d { display:none !important; }}@media (max-width: 767px){#s-08ce4650-2489-4c1f-9c2a-d8bff906393d {
  
}
}



  #s-08ce4650-2489-4c1f-9c2a-d8bff906393d img.shogun-image {
    
    width: px;
  }


#s-08ce4650-2489-4c1f-9c2a-d8bff906393d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-633b5b75-9253-4c55-870a-212cc099861b {
  display: none;
}
#s-633b5b75-9253-4c55-870a-212cc099861b, #wrap-s-633b5b75-9253-4c55-870a-212cc099861b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-633b5b75-9253-4c55-870a-212cc099861b {
  display: none;
}
#s-633b5b75-9253-4c55-870a-212cc099861b, #wrap-s-633b5b75-9253-4c55-870a-212cc099861b { display:none !important; }}@media (max-width: 767px){#s-633b5b75-9253-4c55-870a-212cc099861b {
  
}
}
#s-c6172f69-702e-41e7-95e4-896080a301bb {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-c6172f69-702e-41e7-95e4-896080a301bb {
  display: none;
}
#s-c6172f69-702e-41e7-95e4-896080a301bb, #wrap-s-c6172f69-702e-41e7-95e4-896080a301bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6172f69-702e-41e7-95e4-896080a301bb {
  display: none;
}
#s-c6172f69-702e-41e7-95e4-896080a301bb, #wrap-s-c6172f69-702e-41e7-95e4-896080a301bb { display:none !important; }}
#s-964b7a7c-0716-4752-b1da-3d5ed17f3f4a {
  text-align: center;
}
@media (min-width: 1200px){#s-964b7a7c-0716-4752-b1da-3d5ed17f3f4a {
  display: none;
}
#s-964b7a7c-0716-4752-b1da-3d5ed17f3f4a, #wrap-s-964b7a7c-0716-4752-b1da-3d5ed17f3f4a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-964b7a7c-0716-4752-b1da-3d5ed17f3f4a {
  display: none;
}
#s-964b7a7c-0716-4752-b1da-3d5ed17f3f4a, #wrap-s-964b7a7c-0716-4752-b1da-3d5ed17f3f4a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-964b7a7c-0716-4752-b1da-3d5ed17f3f4a {
  
}
}@media (max-width: 767px){#s-964b7a7c-0716-4752-b1da-3d5ed17f3f4a {
  
}
}



  #s-964b7a7c-0716-4752-b1da-3d5ed17f3f4a img.shogun-image {
    
    width: px;
  }


#s-964b7a7c-0716-4752-b1da-3d5ed17f3f4a .shogun-image-content {
  
    align-items: center;
  
}

#s-043b5e78-a7df-428a-a091-52bf39f0d6dc {
  text-align: center;
}
@media (min-width: 1200px){#s-043b5e78-a7df-428a-a091-52bf39f0d6dc {
  display: none;
}
#s-043b5e78-a7df-428a-a091-52bf39f0d6dc, #wrap-s-043b5e78-a7df-428a-a091-52bf39f0d6dc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-043b5e78-a7df-428a-a091-52bf39f0d6dc {
  display: none;
}
#s-043b5e78-a7df-428a-a091-52bf39f0d6dc, #wrap-s-043b5e78-a7df-428a-a091-52bf39f0d6dc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-043b5e78-a7df-428a-a091-52bf39f0d6dc {
  
}
}@media (max-width: 767px){#s-043b5e78-a7df-428a-a091-52bf39f0d6dc {
  
}
}



  #s-043b5e78-a7df-428a-a091-52bf39f0d6dc img.shogun-image {
    
    width: px;
  }


#s-043b5e78-a7df-428a-a091-52bf39f0d6dc .shogun-image-content {
  
    align-items: center;
  
}

#s-de197315-641e-45b7-ab6c-69d4247b78ac {
  text-align: center;
}
@media (min-width: 1200px){#s-de197315-641e-45b7-ab6c-69d4247b78ac {
  display: none;
}
#s-de197315-641e-45b7-ab6c-69d4247b78ac, #wrap-s-de197315-641e-45b7-ab6c-69d4247b78ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de197315-641e-45b7-ab6c-69d4247b78ac {
  display: none;
}
#s-de197315-641e-45b7-ab6c-69d4247b78ac, #wrap-s-de197315-641e-45b7-ab6c-69d4247b78ac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de197315-641e-45b7-ab6c-69d4247b78ac {
  
}
}@media (max-width: 767px){#s-de197315-641e-45b7-ab6c-69d4247b78ac {
  
}
}



  #s-de197315-641e-45b7-ab6c-69d4247b78ac img.shogun-image {
    
    width: px;
  }


#s-de197315-641e-45b7-ab6c-69d4247b78ac .shogun-image-content {
  
    align-items: center;
  
}

#s-4dfb1624-e234-4377-9794-d99f8c94b438 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-4dfb1624-e234-4377-9794-d99f8c94b438 {
  display: none;
}
#s-4dfb1624-e234-4377-9794-d99f8c94b438, #wrap-s-4dfb1624-e234-4377-9794-d99f8c94b438 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4dfb1624-e234-4377-9794-d99f8c94b438 {
  display: none;
}
#s-4dfb1624-e234-4377-9794-d99f8c94b438, #wrap-s-4dfb1624-e234-4377-9794-d99f8c94b438 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4dfb1624-e234-4377-9794-d99f8c94b438 {
  
}
}@media (max-width: 767px){#s-4dfb1624-e234-4377-9794-d99f8c94b438 {
  
}
}
@media (min-width: 1200px){#s-3298c89a-8157-42eb-a436-ed4611e23592 {
  display: none;
}
#s-3298c89a-8157-42eb-a436-ed4611e23592, #wrap-s-3298c89a-8157-42eb-a436-ed4611e23592 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3298c89a-8157-42eb-a436-ed4611e23592 {
  display: none;
}
#s-3298c89a-8157-42eb-a436-ed4611e23592, #wrap-s-3298c89a-8157-42eb-a436-ed4611e23592 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3298c89a-8157-42eb-a436-ed4611e23592 {
  
}
}@media (max-width: 767px){#s-3298c89a-8157-42eb-a436-ed4611e23592 {
  
}
}
#s-25afe73c-71c4-4448-8332-a8bd804859e4 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-25afe73c-71c4-4448-8332-a8bd804859e4 {
  display: none;
}
#s-25afe73c-71c4-4448-8332-a8bd804859e4, #wrap-s-25afe73c-71c4-4448-8332-a8bd804859e4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25afe73c-71c4-4448-8332-a8bd804859e4 {
  display: none;
}
#s-25afe73c-71c4-4448-8332-a8bd804859e4, #wrap-s-25afe73c-71c4-4448-8332-a8bd804859e4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25afe73c-71c4-4448-8332-a8bd804859e4 {
  
}
}@media (max-width: 767px){#s-25afe73c-71c4-4448-8332-a8bd804859e4 {
  
}
}
#s-5dbea70c-002b-41ca-9891-da61fa72914b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5dbea70c-002b-41ca-9891-da61fa72914b {
  display: none;
}
#s-5dbea70c-002b-41ca-9891-da61fa72914b, #wrap-s-5dbea70c-002b-41ca-9891-da61fa72914b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5dbea70c-002b-41ca-9891-da61fa72914b {
  display: none;
}
#s-5dbea70c-002b-41ca-9891-da61fa72914b, #wrap-s-5dbea70c-002b-41ca-9891-da61fa72914b { display:none !important; }}







#s-5dbea70c-002b-41ca-9891-da61fa72914b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dbea70c-002b-41ca-9891-da61fa72914b.shg-box.shg-c {
  justify-content: center;
}

#s-9293ee8b-9ecb-4a7f-a7a7-70e2ef091719 {
  text-align: center;
}
@media (min-width: 1200px){#s-9293ee8b-9ecb-4a7f-a7a7-70e2ef091719 {
  display: none;
}
#s-9293ee8b-9ecb-4a7f-a7a7-70e2ef091719, #wrap-s-9293ee8b-9ecb-4a7f-a7a7-70e2ef091719 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9293ee8b-9ecb-4a7f-a7a7-70e2ef091719 {
  display: none;
}
#s-9293ee8b-9ecb-4a7f-a7a7-70e2ef091719, #wrap-s-9293ee8b-9ecb-4a7f-a7a7-70e2ef091719 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9293ee8b-9ecb-4a7f-a7a7-70e2ef091719 {
  
}
}@media (max-width: 767px){#s-9293ee8b-9ecb-4a7f-a7a7-70e2ef091719 {
  
}
}



  #s-9293ee8b-9ecb-4a7f-a7a7-70e2ef091719 img.shogun-image {
    
    width: px;
  }


#s-9293ee8b-9ecb-4a7f-a7a7-70e2ef091719 .shogun-image-content {
  
    align-items: center;
  
}

#s-595f8488-e88f-45a9-a400-4551de991cea {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-595f8488-e88f-45a9-a400-4551de991cea {
  display: none;
}
#s-595f8488-e88f-45a9-a400-4551de991cea, #wrap-s-595f8488-e88f-45a9-a400-4551de991cea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-595f8488-e88f-45a9-a400-4551de991cea {
  display: none;
}
#s-595f8488-e88f-45a9-a400-4551de991cea, #wrap-s-595f8488-e88f-45a9-a400-4551de991cea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-595f8488-e88f-45a9-a400-4551de991cea {
  
}
}@media (max-width: 767px){#s-595f8488-e88f-45a9-a400-4551de991cea {
  
}
}



  #s-595f8488-e88f-45a9-a400-4551de991cea img.shogun-image {
    
    width: px;
  }


#s-595f8488-e88f-45a9-a400-4551de991cea .shogun-image-content {
  
    align-items: center;
  
}

#s-3ff21f97-d1a7-4fd4-852d-a5d83aeec7b4 {
  margin-bottom: 20px;
}
@media (min-width: 1200px){#s-3ff21f97-d1a7-4fd4-852d-a5d83aeec7b4 {
  display: none;
}
#s-3ff21f97-d1a7-4fd4-852d-a5d83aeec7b4, #wrap-s-3ff21f97-d1a7-4fd4-852d-a5d83aeec7b4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ff21f97-d1a7-4fd4-852d-a5d83aeec7b4 {
  display: none;
}
#s-3ff21f97-d1a7-4fd4-852d-a5d83aeec7b4, #wrap-s-3ff21f97-d1a7-4fd4-852d-a5d83aeec7b4 { display:none !important; }}@media (max-width: 767px){#s-3ff21f97-d1a7-4fd4-852d-a5d83aeec7b4 {
  
}
}
#s-98923b89-ac9d-432c-9b3a-d05204d741ee {
  text-align: center;
}
@media (min-width: 1200px){#s-98923b89-ac9d-432c-9b3a-d05204d741ee {
  display: none;
}
#s-98923b89-ac9d-432c-9b3a-d05204d741ee, #wrap-s-98923b89-ac9d-432c-9b3a-d05204d741ee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98923b89-ac9d-432c-9b3a-d05204d741ee {
  display: none;
}
#s-98923b89-ac9d-432c-9b3a-d05204d741ee, #wrap-s-98923b89-ac9d-432c-9b3a-d05204d741ee { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-98923b89-ac9d-432c-9b3a-d05204d741ee {
  
}
}@media (max-width: 767px){#s-98923b89-ac9d-432c-9b3a-d05204d741ee {
  
}
}



  #s-98923b89-ac9d-432c-9b3a-d05204d741ee img.shogun-image {
    
    width: px;
  }


#s-98923b89-ac9d-432c-9b3a-d05204d741ee .shogun-image-content {
  
    align-items: center;
  
}

#s-f4790c1f-1e5e-4366-be9a-c3a7d0a9d5c1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f4790c1f-1e5e-4366-be9a-c3a7d0a9d5c1 {
  display: none;
}
#s-f4790c1f-1e5e-4366-be9a-c3a7d0a9d5c1, #wrap-s-f4790c1f-1e5e-4366-be9a-c3a7d0a9d5c1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4790c1f-1e5e-4366-be9a-c3a7d0a9d5c1 {
  display: none;
}
#s-f4790c1f-1e5e-4366-be9a-c3a7d0a9d5c1, #wrap-s-f4790c1f-1e5e-4366-be9a-c3a7d0a9d5c1 { display:none !important; }}







#s-f4790c1f-1e5e-4366-be9a-c3a7d0a9d5c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4790c1f-1e5e-4366-be9a-c3a7d0a9d5c1.shg-box.shg-c {
  justify-content: center;
}

#s-2b787175-80a8-41ba-9fae-c090a8283e70 {
  margin-top: -20px;
margin-bottom: -20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2b787175-80a8-41ba-9fae-c090a8283e70 {
  display: none;
}
#s-2b787175-80a8-41ba-9fae-c090a8283e70, #wrap-s-2b787175-80a8-41ba-9fae-c090a8283e70 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b787175-80a8-41ba-9fae-c090a8283e70 {
  display: none;
}
#s-2b787175-80a8-41ba-9fae-c090a8283e70, #wrap-s-2b787175-80a8-41ba-9fae-c090a8283e70 { display:none !important; }}







#s-2b787175-80a8-41ba-9fae-c090a8283e70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b787175-80a8-41ba-9fae-c090a8283e70.shg-box.shg-c {
  justify-content: center;
}

#s-e0f58dd7-d4e3-4bad-a6e7-664083f6f820 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-e0f58dd7-d4e3-4bad-a6e7-664083f6f820 {
  display: none;
}
#s-e0f58dd7-d4e3-4bad-a6e7-664083f6f820, #wrap-s-e0f58dd7-d4e3-4bad-a6e7-664083f6f820 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0f58dd7-d4e3-4bad-a6e7-664083f6f820 {
  display: none;
}
#s-e0f58dd7-d4e3-4bad-a6e7-664083f6f820, #wrap-s-e0f58dd7-d4e3-4bad-a6e7-664083f6f820 { display:none !important; }}@media (max-width: 767px){#s-e0f58dd7-d4e3-4bad-a6e7-664083f6f820 {
  
}
}
#s-887a4020-21d5-4616-9fdb-cbc3f1573323 {
  min-height: 50px;
}








#s-887a4020-21d5-4616-9fdb-cbc3f1573323 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-887a4020-21d5-4616-9fdb-cbc3f1573323.shg-box.shg-c {
  justify-content: center;
}

#s-cc9e03c7-1d2b-49ae-9f27-4e84f5b99d63 {
  display: none;
}
#s-c6f60820-6a57-4e98-8073-fecedc1f656c {
  text-align: center;
}
@media (min-width: 1200px){#s-c6f60820-6a57-4e98-8073-fecedc1f656c {
  display: none;
}
#s-c6f60820-6a57-4e98-8073-fecedc1f656c, #wrap-s-c6f60820-6a57-4e98-8073-fecedc1f656c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6f60820-6a57-4e98-8073-fecedc1f656c {
  display: none;
}
#s-c6f60820-6a57-4e98-8073-fecedc1f656c, #wrap-s-c6f60820-6a57-4e98-8073-fecedc1f656c { display:none !important; }}



  #s-c6f60820-6a57-4e98-8073-fecedc1f656c img.shogun-image {
    
    width: px;
  }


#s-c6f60820-6a57-4e98-8073-fecedc1f656c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-3ee93854-0c38-45a5-87d8-11b087155ce1 {
  display: none;
}
#s-3ee93854-0c38-45a5-87d8-11b087155ce1, #wrap-s-3ee93854-0c38-45a5-87d8-11b087155ce1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ee93854-0c38-45a5-87d8-11b087155ce1 {
  display: none;
}
#s-3ee93854-0c38-45a5-87d8-11b087155ce1, #wrap-s-3ee93854-0c38-45a5-87d8-11b087155ce1 { display:none !important; }}
#s-d6b30914-f08e-4f03-a97d-423d65896ff4 {
  margin-top: 10px;
margin-left: 30%;
margin-bottom: 10px;
margin-right: 30%;
text-align: center;
}
@media (min-width: 1200px){#s-d6b30914-f08e-4f03-a97d-423d65896ff4 {
  display: none;
}
#s-d6b30914-f08e-4f03-a97d-423d65896ff4, #wrap-s-d6b30914-f08e-4f03-a97d-423d65896ff4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6b30914-f08e-4f03-a97d-423d65896ff4 {
  display: none;
}
#s-d6b30914-f08e-4f03-a97d-423d65896ff4, #wrap-s-d6b30914-f08e-4f03-a97d-423d65896ff4 { display:none !important; }}
#s-d6b30914-f08e-4f03-a97d-423d65896ff4 .shg-product-quantity-wrapper {
  display: flex;
}

#s-d6b30914-f08e-4f03-a97d-423d65896ff4 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d6b30914-f08e-4f03-a97d-423d65896ff4 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d6b30914-f08e-4f03-a97d-423d65896ff4 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d6b30914-f08e-4f03-a97d-423d65896ff4 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-d6b30914-f08e-4f03-a97d-423d65896ff4 label {
    color: rgba(255, 89, 90, 1);
    font-weight:   ;
    font-family: Avenir Black;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-d6b30914-f08e-4f03-a97d-423d65896ff4 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-5766e11b-1818-4098-82bd-e2c0844cffac {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 80px;
background-color: rgba(255, 89, 90, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-5766e11b-1818-4098-82bd-e2c0844cffac:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 89, 90, 1) !important;}#s-5766e11b-1818-4098-82bd-e2c0844cffac:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 89, 90, 1) !important;}@media (min-width: 1200px){#s-5766e11b-1818-4098-82bd-e2c0844cffac {
  display: none;
}
#s-5766e11b-1818-4098-82bd-e2c0844cffac, #wrap-s-5766e11b-1818-4098-82bd-e2c0844cffac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5766e11b-1818-4098-82bd-e2c0844cffac {
  display: none;
}
#s-5766e11b-1818-4098-82bd-e2c0844cffac, #wrap-s-5766e11b-1818-4098-82bd-e2c0844cffac { display:none !important; }}


#s-5766e11b-1818-4098-82bd-e2c0844cffac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5766e11b-1818-4098-82bd-e2c0844cffac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5766e11b-1818-4098-82bd-e2c0844cffac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Avenir Black;
  display:  inline-block ;
}

#s-5766e11b-1818-4098-82bd-e2c0844cffac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d660a2f4-345c-40a5-b786-43834df70c09 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d660a2f4-345c-40a5-b786-43834df70c09 {
  display: none;
}
#s-d660a2f4-345c-40a5-b786-43834df70c09, #wrap-s-d660a2f4-345c-40a5-b786-43834df70c09 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d660a2f4-345c-40a5-b786-43834df70c09 {
  display: none;
}
#s-d660a2f4-345c-40a5-b786-43834df70c09, #wrap-s-d660a2f4-345c-40a5-b786-43834df70c09 { display:none !important; }}







#s-d660a2f4-345c-40a5-b786-43834df70c09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d660a2f4-345c-40a5-b786-43834df70c09.shg-box.shg-c {
  justify-content: center;
}

#s-b4b15acd-2730-4f5e-a35d-bc19bce103e1 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b4b15acd-2730-4f5e-a35d-bc19bce103e1 {
  display: none;
}
#s-b4b15acd-2730-4f5e-a35d-bc19bce103e1, #wrap-s-b4b15acd-2730-4f5e-a35d-bc19bce103e1 { display:none !important; }}@media (max-width: 767px){#s-b4b15acd-2730-4f5e-a35d-bc19bce103e1 {
  display: none;
}
#s-b4b15acd-2730-4f5e-a35d-bc19bce103e1, #wrap-s-b4b15acd-2730-4f5e-a35d-bc19bce103e1 { display:none !important; }}







#s-b4b15acd-2730-4f5e-a35d-bc19bce103e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4b15acd-2730-4f5e-a35d-bc19bce103e1.shg-box.shg-c {
  justify-content: center;
}

#s-0cedbf10-d7c5-4bb3-a44c-9a2f3ccda347 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0cedbf10-d7c5-4bb3-a44c-9a2f3ccda347 {
  display: none;
}
#s-0cedbf10-d7c5-4bb3-a44c-9a2f3ccda347, #wrap-s-0cedbf10-d7c5-4bb3-a44c-9a2f3ccda347 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0cedbf10-d7c5-4bb3-a44c-9a2f3ccda347 {
  display: none;
}
#s-0cedbf10-d7c5-4bb3-a44c-9a2f3ccda347, #wrap-s-0cedbf10-d7c5-4bb3-a44c-9a2f3ccda347 { display:none !important; }}







#s-0cedbf10-d7c5-4bb3-a44c-9a2f3ccda347 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cedbf10-d7c5-4bb3-a44c-9a2f3ccda347.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-784b5172-287a-473e-994c-aebd4672d907 {
  display: none;
}
#s-784b5172-287a-473e-994c-aebd4672d907, #wrap-s-784b5172-287a-473e-994c-aebd4672d907 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-784b5172-287a-473e-994c-aebd4672d907 {
  display: none;
}
#s-784b5172-287a-473e-994c-aebd4672d907, #wrap-s-784b5172-287a-473e-994c-aebd4672d907 { display:none !important; }}@media (max-width: 767px){#s-784b5172-287a-473e-994c-aebd4672d907 {
  
}
}
#s-cf31f392-a287-4bd0-9d7c-3a9f0922e949 {
  border-style: solid;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 89, 90, 1);
border-style: solid;
border-radius: 80px;
background-color: rgba(255, 89, 90, 1);
text-align: center;
text-decoration: none;
}
#s-cf31f392-a287-4bd0-9d7c-3a9f0922e949:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 89, 90, 1) !important;}#s-cf31f392-a287-4bd0-9d7c-3a9f0922e949:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 89, 90, 1) !important;}@media (min-width: 1200px){#s-cf31f392-a287-4bd0-9d7c-3a9f0922e949 {
  display: none;
}
#s-cf31f392-a287-4bd0-9d7c-3a9f0922e949, #wrap-s-cf31f392-a287-4bd0-9d7c-3a9f0922e949 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf31f392-a287-4bd0-9d7c-3a9f0922e949 {
  display: none;
}
#s-cf31f392-a287-4bd0-9d7c-3a9f0922e949, #wrap-s-cf31f392-a287-4bd0-9d7c-3a9f0922e949 { display:none !important; }}


#s-cf31f392-a287-4bd0-9d7c-3a9f0922e949.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Avenir Black;
  display:  inline-block ;
}

#s-329003df-c3d9-4e04-a8f5-b2db10ea46f4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-329003df-c3d9-4e04-a8f5-b2db10ea46f4 {
  display: none;
}
#s-329003df-c3d9-4e04-a8f5-b2db10ea46f4, #wrap-s-329003df-c3d9-4e04-a8f5-b2db10ea46f4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-329003df-c3d9-4e04-a8f5-b2db10ea46f4 {
  display: none;
}
#s-329003df-c3d9-4e04-a8f5-b2db10ea46f4, #wrap-s-329003df-c3d9-4e04-a8f5-b2db10ea46f4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-329003df-c3d9-4e04-a8f5-b2db10ea46f4 {
  display: none;
}
#s-329003df-c3d9-4e04-a8f5-b2db10ea46f4, #wrap-s-329003df-c3d9-4e04-a8f5-b2db10ea46f4 { display:none !important; }}







#s-329003df-c3d9-4e04-a8f5-b2db10ea46f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-329003df-c3d9-4e04-a8f5-b2db10ea46f4.shg-box.shg-c {
  justify-content: center;
}

#s-7185589d-160a-4911-8584-7209d46f26c8 {
  text-align: center;
}
@media (min-width: 1200px){#s-7185589d-160a-4911-8584-7209d46f26c8 {
  display: none;
}
#s-7185589d-160a-4911-8584-7209d46f26c8, #wrap-s-7185589d-160a-4911-8584-7209d46f26c8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7185589d-160a-4911-8584-7209d46f26c8 {
  display: none;
}
#s-7185589d-160a-4911-8584-7209d46f26c8, #wrap-s-7185589d-160a-4911-8584-7209d46f26c8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7185589d-160a-4911-8584-7209d46f26c8 {
  
}
}@media (max-width: 767px){#s-7185589d-160a-4911-8584-7209d46f26c8 {
  
}
}



  #s-7185589d-160a-4911-8584-7209d46f26c8 img.shogun-image {
    
    width: px;
  }


#s-7185589d-160a-4911-8584-7209d46f26c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-208607cb-a686-4f92-a7e4-3c21a871c4b7 {
  min-height: 50px;
background-color: rgba(255, 231, 228, 1);
}
@media (max-width: 767px){#s-208607cb-a686-4f92-a7e4-3c21a871c4b7 {
  display: none;
}
#s-208607cb-a686-4f92-a7e4-3c21a871c4b7, #wrap-s-208607cb-a686-4f92-a7e4-3c21a871c4b7 { display:none !important; }}







#s-208607cb-a686-4f92-a7e4-3c21a871c4b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-208607cb-a686-4f92-a7e4-3c21a871c4b7.shg-box.shg-c {
  justify-content: center;
}

#s-c909f9a5-0cbc-423c-8cd9-daef2b2f0f96 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c909f9a5-0cbc-423c-8cd9-daef2b2f0f96 {
  display: none;
}
#s-c909f9a5-0cbc-423c-8cd9-daef2b2f0f96, #wrap-s-c909f9a5-0cbc-423c-8cd9-daef2b2f0f96 { display:none !important; }}@media (max-width: 767px){#s-c909f9a5-0cbc-423c-8cd9-daef2b2f0f96 {
  display: none;
}
#s-c909f9a5-0cbc-423c-8cd9-daef2b2f0f96, #wrap-s-c909f9a5-0cbc-423c-8cd9-daef2b2f0f96 { display:none !important; }}



  #s-c909f9a5-0cbc-423c-8cd9-daef2b2f0f96 img.shogun-image {
    
    width: px;
  }


#s-c909f9a5-0cbc-423c-8cd9-daef2b2f0f96 .shogun-image-content {
  
    align-items: center;
  
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px){#s-98610c48-2f32-4fe3-b6e2-7589aad42df5 {
  display: none;
}
#s-98610c48-2f32-4fe3-b6e2-7589aad42df5, #wrap-s-98610c48-2f32-4fe3-b6e2-7589aad42df5 { display:none !important; }}@media (max-width: 767px){#s-98610c48-2f32-4fe3-b6e2-7589aad42df5 {
  display: none;
}
#s-98610c48-2f32-4fe3-b6e2-7589aad42df5, #wrap-s-98610c48-2f32-4fe3-b6e2-7589aad42df5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-98610c48-2f32-4fe3-b6e2-7589aad42df5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9cdd5182-b343-453b-9ff2-b0c16f3817f7 {
  text-align: center;
}
@media (max-width: 767px){#s-9cdd5182-b343-453b-9ff2-b0c16f3817f7 {
  display: none;
}
#s-9cdd5182-b343-453b-9ff2-b0c16f3817f7, #wrap-s-9cdd5182-b343-453b-9ff2-b0c16f3817f7 { display:none !important; }}



  #s-9cdd5182-b343-453b-9ff2-b0c16f3817f7 img.shogun-image {
    
    width: px;
  }


#s-9cdd5182-b343-453b-9ff2-b0c16f3817f7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-61a0fc57-a22a-4fab-9538-beb32d9dc144"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9696510f-9f24-4033-9393-40a58f57e4c1 {
  text-align: center;
}




  #s-9696510f-9f24-4033-9393-40a58f57e4c1 img.shogun-image {
    
    width: px;
  }


#s-9696510f-9f24-4033-9393-40a58f57e4c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-2414fff5-5115-4237-b996-b02c444872eb {
  text-align: center;
}




  #s-2414fff5-5115-4237-b996-b02c444872eb img.shogun-image {
    
    width: px;
  }


#s-2414fff5-5115-4237-b996-b02c444872eb .shogun-image-content {
  
    align-items: center;
  
}

#s-6af43244-15bc-4bd1-8ed9-0291c9d3656c {
  text-align: center;
}




  #s-6af43244-15bc-4bd1-8ed9-0291c9d3656c img.shogun-image {
    
    width: px;
  }


#s-6af43244-15bc-4bd1-8ed9-0291c9d3656c .shogun-image-content {
  
    align-items: center;
  
}

#s-385b1524-2083-46d7-9f66-4cb6530cf57e {
  text-align: center;
}




  #s-385b1524-2083-46d7-9f66-4cb6530cf57e img.shogun-image {
    
    width: px;
  }


#s-385b1524-2083-46d7-9f66-4cb6530cf57e .shogun-image-content {
  
    align-items: center;
  
}

#s-fce275f8-85fc-42a8-b2a7-8c8a53b59bfb {
  margin-top: 9px;
margin-left: 0px;
margin-bottom: -3px;
margin-right: 3%;
}

#s-f3e35769-fa2f-43e7-bf64-3d92d54a7511 {
  display: none;
}
#s-34784eb8-e225-4a42-b229-74b81f3f0f94 {
  margin-top: 20px;
margin-left: 40%;
margin-bottom: 20px;
margin-right: 40%;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}

#s-34784eb8-e225-4a42-b229-74b81f3f0f94 .shg-product-quantity-wrapper {
  display: flex;
}

#s-34784eb8-e225-4a42-b229-74b81f3f0f94 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-34784eb8-e225-4a42-b229-74b81f3f0f94 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-34784eb8-e225-4a42-b229-74b81f3f0f94 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-34784eb8-e225-4a42-b229-74b81f3f0f94 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-34784eb8-e225-4a42-b229-74b81f3f0f94 label {
    color: rgba(255, 89, 90, 1);
    font-weight:   ;
    font-family: Avenir Black;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-34784eb8-e225-4a42-b229-74b81f3f0f94 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-6035cf1a-fdf3-4bde-8a22-2c237182cd4b {
  box-shadow:4px 1px 0px 1px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 85, 0);
border-style: solid;
border-radius: 80px;
background-color: rgba(255, 89, 90, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
}
#s-6035cf1a-fdf3-4bde-8a22-2c237182cd4b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 89, 90, 1) !important;}#s-6035cf1a-fdf3-4bde-8a22-2c237182cd4b:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6035cf1a-fdf3-4bde-8a22-2c237182cd4b-atc-btn-wrapper {
    text-align: center;
  }


#s-6035cf1a-fdf3-4bde-8a22-2c237182cd4b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6035cf1a-fdf3-4bde-8a22-2c237182cd4b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6035cf1a-fdf3-4bde-8a22-2c237182cd4b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Avenir Black;
  display:  inline-block ;
}

#s-6035cf1a-fdf3-4bde-8a22-2c237182cd4b.shg-btn.shg-product-atc-error {
  
  font-family: Avenir Black;
  
  
  color: rgba(255, 255, 255, 1);
}



#s-ca6047a6-4241-4c54-a209-03f65d2e4c2e {
  min-height: 50px;
}








#s-ca6047a6-4241-4c54-a209-03f65d2e4c2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca6047a6-4241-4c54-a209-03f65d2e4c2e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-3b288a70-31c6-496b-a98e-195aa07df8a0 {
  display: none;
}
#s-3b288a70-31c6-496b-a98e-195aa07df8a0, #wrap-s-3b288a70-31c6-496b-a98e-195aa07df8a0 { display:none !important; }}@media (max-width: 767px){#s-3b288a70-31c6-496b-a98e-195aa07df8a0 {
  display: none;
}
#s-3b288a70-31c6-496b-a98e-195aa07df8a0, #wrap-s-3b288a70-31c6-496b-a98e-195aa07df8a0 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-1b5a872e-228b-4c6b-beb0-b57279f722e8 {
  display: none;
}
#s-1b5a872e-228b-4c6b-beb0-b57279f722e8, #wrap-s-1b5a872e-228b-4c6b-beb0-b57279f722e8 { display:none !important; }}@media (max-width: 767px){#s-1b5a872e-228b-4c6b-beb0-b57279f722e8 {
  display: none;
}
#s-1b5a872e-228b-4c6b-beb0-b57279f722e8, #wrap-s-1b5a872e-228b-4c6b-beb0-b57279f722e8 { display:none !important; }}
#s-98867f8a-adc5-48c0-a6d8-790283c51807 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-98867f8a-adc5-48c0-a6d8-790283c51807 {
  display: none;
}
#s-98867f8a-adc5-48c0-a6d8-790283c51807, #wrap-s-98867f8a-adc5-48c0-a6d8-790283c51807 { display:none !important; }}@media (max-width: 767px){#s-98867f8a-adc5-48c0-a6d8-790283c51807 {
  display: none;
}
#s-98867f8a-adc5-48c0-a6d8-790283c51807, #wrap-s-98867f8a-adc5-48c0-a6d8-790283c51807 { display:none !important; }}







#s-98867f8a-adc5-48c0-a6d8-790283c51807 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98867f8a-adc5-48c0-a6d8-790283c51807.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-caa432f0-a5ff-4947-8e36-d2aba70f4b35 {
  display: none;
}
#s-caa432f0-a5ff-4947-8e36-d2aba70f4b35, #wrap-s-caa432f0-a5ff-4947-8e36-d2aba70f4b35 { display:none !important; }}@media (max-width: 767px){#s-caa432f0-a5ff-4947-8e36-d2aba70f4b35 {
  display: none;
}
#s-caa432f0-a5ff-4947-8e36-d2aba70f4b35, #wrap-s-caa432f0-a5ff-4947-8e36-d2aba70f4b35 { display:none !important; }}
@media (min-width: 0px) {
[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-caa432f0-a5ff-4947-8e36-d2aba70f4b35"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-88be5f84-c91a-4ba8-a6c3-c10388c26d32 {
  text-align: center;
}




  #s-88be5f84-c91a-4ba8-a6c3-c10388c26d32 img.shogun-image {
    
    width: px;
  }


#s-88be5f84-c91a-4ba8-a6c3-c10388c26d32 .shogun-image-content {
  
    align-items: center;
  
}

#s-13a4d658-96bb-4026-ab6c-c7e2b21e96cd {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-9b741c55-8e67-4ac6-bf5a-137dc32c1337 {
  text-align: center;
}




  #s-9b741c55-8e67-4ac6-bf5a-137dc32c1337 img.shogun-image {
    
    width: px;
  }


#s-9b741c55-8e67-4ac6-bf5a-137dc32c1337 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f7df943-caba-4076-af49-25d555cdab95 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-2e685fd7-4711-4555-b794-eab4c3a2b773 {
  text-align: center;
}




  #s-2e685fd7-4711-4555-b794-eab4c3a2b773 img.shogun-image {
    
    width: px;
  }


#s-2e685fd7-4711-4555-b794-eab4c3a2b773 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c9c26f0-115f-431c-a949-d14e4e0935b3 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-f50c25d8-67a1-4ac8-bb79-030cc3772a28 {
  text-align: center;
}




  #s-f50c25d8-67a1-4ac8-bb79-030cc3772a28 img.shogun-image {
    
    width: px;
  }


#s-f50c25d8-67a1-4ac8-bb79-030cc3772a28 .shogun-image-content {
  
    align-items: center;
  
}

#s-09bc5997-81f2-4eda-a57f-b3ff954aac9b {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-fb2f8f24-c7f2-44f2-bd6f-4e3a8e34334f {
  text-align: center;
}




  #s-fb2f8f24-c7f2-44f2-bd6f-4e3a8e34334f img.shogun-image {
    
    width: px;
  }


#s-fb2f8f24-c7f2-44f2-bd6f-4e3a8e34334f .shogun-image-content {
  
    align-items: center;
  
}

#s-4c863d0a-b1b7-46ca-be14-c186adb319ba {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-1ab04ae2-e17b-4922-876a-63524a892e1c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1ab04ae2-e17b-4922-876a-63524a892e1c {
  display: none;
}
#s-1ab04ae2-e17b-4922-876a-63524a892e1c, #wrap-s-1ab04ae2-e17b-4922-876a-63524a892e1c { display:none !important; }}@media (max-width: 767px){#s-1ab04ae2-e17b-4922-876a-63524a892e1c {
  display: none;
}
#s-1ab04ae2-e17b-4922-876a-63524a892e1c, #wrap-s-1ab04ae2-e17b-4922-876a-63524a892e1c { display:none !important; }}







#s-1ab04ae2-e17b-4922-876a-63524a892e1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ab04ae2-e17b-4922-876a-63524a892e1c.shg-box.shg-c {
  justify-content: center;
}

#s-a32b9979-83c9-479b-a811-2ad25f835ad8 {
  border-style: solid;
padding-top: 10px;
padding-left: 70px;
padding-bottom: 10px;
padding-right: 70px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(114, 80, 80, 1);
border-style: solid;
border-radius: 80px;
background-color: rgba(255, 89, 90, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a32b9979-83c9-479b-a811-2ad25f835ad8:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 89, 90, 1) !important;}#s-a32b9979-83c9-479b-a811-2ad25f835ad8:active {background-color: rgba(255, 89, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-a32b9979-83c9-479b-a811-2ad25f835ad8 {
  display: none;
}
#s-a32b9979-83c9-479b-a811-2ad25f835ad8, #wrap-s-a32b9979-83c9-479b-a811-2ad25f835ad8 { display:none !important; }}@media (max-width: 767px){#s-a32b9979-83c9-479b-a811-2ad25f835ad8 {
  display: none;
}
#s-a32b9979-83c9-479b-a811-2ad25f835ad8, #wrap-s-a32b9979-83c9-479b-a811-2ad25f835ad8 { display:none !important; }}


#s-a32b9979-83c9-479b-a811-2ad25f835ad8.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Avenir Black;
  display:  inline-block ;
}

#s-0a8de597-b32b-474e-8ac0-f43f365e0299 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a8de597-b32b-474e-8ac0-f43f365e0299 {
  display: none;
}
#s-0a8de597-b32b-474e-8ac0-f43f365e0299, #wrap-s-0a8de597-b32b-474e-8ac0-f43f365e0299 { display:none !important; }}@media (max-width: 767px){#s-0a8de597-b32b-474e-8ac0-f43f365e0299 {
  display: none;
}
#s-0a8de597-b32b-474e-8ac0-f43f365e0299, #wrap-s-0a8de597-b32b-474e-8ac0-f43f365e0299 { display:none !important; }}







#s-0a8de597-b32b-474e-8ac0-f43f365e0299 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a8de597-b32b-474e-8ac0-f43f365e0299.shg-box.shg-c {
  justify-content: center;
}

#s-a9203cfe-83c4-4888-9b42-269d661947ba {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a9203cfe-83c4-4888-9b42-269d661947ba {
  display: none;
}
#s-a9203cfe-83c4-4888-9b42-269d661947ba, #wrap-s-a9203cfe-83c4-4888-9b42-269d661947ba { display:none !important; }}@media (max-width: 767px){#s-a9203cfe-83c4-4888-9b42-269d661947ba {
  display: none;
}
#s-a9203cfe-83c4-4888-9b42-269d661947ba, #wrap-s-a9203cfe-83c4-4888-9b42-269d661947ba { display:none !important; }}







#s-a9203cfe-83c4-4888-9b42-269d661947ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9203cfe-83c4-4888-9b42-269d661947ba.shg-box.shg-c {
  justify-content: center;
}

#s-d4bb80f8-0035-492e-b888-f685fea9780c {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d4bb80f8-0035-492e-b888-f685fea9780c {
  display: none;
}
#s-d4bb80f8-0035-492e-b888-f685fea9780c, #wrap-s-d4bb80f8-0035-492e-b888-f685fea9780c { display:none !important; }}@media (max-width: 767px){#s-d4bb80f8-0035-492e-b888-f685fea9780c {
  display: none;
}
#s-d4bb80f8-0035-492e-b888-f685fea9780c, #wrap-s-d4bb80f8-0035-492e-b888-f685fea9780c { display:none !important; }}



  #s-d4bb80f8-0035-492e-b888-f685fea9780c img.shogun-image {
    
    width: px;
  }


#s-d4bb80f8-0035-492e-b888-f685fea9780c .shogun-image-content {
  
    align-items: center;
  
}

#s-f2e13c21-9253-4dbe-aac7-989e69d16845 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f2e13c21-9253-4dbe-aac7-989e69d16845 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2e13c21-9253-4dbe-aac7-989e69d16845 {
  display: none;
}
#s-f2e13c21-9253-4dbe-aac7-989e69d16845, #wrap-s-f2e13c21-9253-4dbe-aac7-989e69d16845 { display:none !important; }}@media (max-width: 767px){#s-f2e13c21-9253-4dbe-aac7-989e69d16845 {
  display: none;
}
#s-f2e13c21-9253-4dbe-aac7-989e69d16845, #wrap-s-f2e13c21-9253-4dbe-aac7-989e69d16845 { display:none !important; }}







#s-f2e13c21-9253-4dbe-aac7-989e69d16845 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2e13c21-9253-4dbe-aac7-989e69d16845.shg-box.shg-c {
  justify-content: center;
}

#s-bd1bbcaa-e8af-42f7-a4c0-953c2a90aba9 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bd1bbcaa-e8af-42f7-a4c0-953c2a90aba9 {
  display: none;
}
#s-bd1bbcaa-e8af-42f7-a4c0-953c2a90aba9, #wrap-s-bd1bbcaa-e8af-42f7-a4c0-953c2a90aba9 { display:none !important; }}@media (max-width: 767px){#s-bd1bbcaa-e8af-42f7-a4c0-953c2a90aba9 {
  display: none;
}
#s-bd1bbcaa-e8af-42f7-a4c0-953c2a90aba9, #wrap-s-bd1bbcaa-e8af-42f7-a4c0-953c2a90aba9 { display:none !important; }}



  #s-bd1bbcaa-e8af-42f7-a4c0-953c2a90aba9 img.shogun-image {
    
    width: px;
  }


#s-bd1bbcaa-e8af-42f7-a4c0-953c2a90aba9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a58ee844-fa7c-46a7-aeab-3a7a151bb913 {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a58ee844-fa7c-46a7-aeab-3a7a151bb913 {
  display: none;
}
#s-a58ee844-fa7c-46a7-aeab-3a7a151bb913, #wrap-s-a58ee844-fa7c-46a7-aeab-3a7a151bb913 { display:none !important; }}@media (max-width: 767px){#s-a58ee844-fa7c-46a7-aeab-3a7a151bb913 {
  display: none;
}
#s-a58ee844-fa7c-46a7-aeab-3a7a151bb913, #wrap-s-a58ee844-fa7c-46a7-aeab-3a7a151bb913 { display:none !important; }}
#s-e7d8a96c-67dc-4e97-b7c2-f48b1820ab4c {
  margin-top: -31px;
margin-bottom: -31px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e7d8a96c-67dc-4e97-b7c2-f48b1820ab4c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e7d8a96c-67dc-4e97-b7c2-f48b1820ab4c {
  display: none;
}
#s-e7d8a96c-67dc-4e97-b7c2-f48b1820ab4c, #wrap-s-e7d8a96c-67dc-4e97-b7c2-f48b1820ab4c { display:none !important; }}@media (max-width: 767px){#s-e7d8a96c-67dc-4e97-b7c2-f48b1820ab4c {
  display: none;
}
#s-e7d8a96c-67dc-4e97-b7c2-f48b1820ab4c, #wrap-s-e7d8a96c-67dc-4e97-b7c2-f48b1820ab4c { display:none !important; }}



  #s-e7d8a96c-67dc-4e97-b7c2-f48b1820ab4c img.shogun-image {
    
    width: px;
  }


#s-e7d8a96c-67dc-4e97-b7c2-f48b1820ab4c .shogun-image-content {
  
    align-items: center;
  
}

#s-20a74eb9-ec83-4826-ab53-4a7af247aeeb {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-20a74eb9-ec83-4826-ab53-4a7af247aeeb {
  display: none;
}
#s-20a74eb9-ec83-4826-ab53-4a7af247aeeb, #wrap-s-20a74eb9-ec83-4826-ab53-4a7af247aeeb { display:none !important; }}@media (max-width: 767px){#s-20a74eb9-ec83-4826-ab53-4a7af247aeeb {
  display: none;
}
#s-20a74eb9-ec83-4826-ab53-4a7af247aeeb, #wrap-s-20a74eb9-ec83-4826-ab53-4a7af247aeeb { display:none !important; }}
@media (min-width: 0px) {
[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-20a74eb9-ec83-4826-ab53-4a7af247aeeb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ed427700-be58-472b-a971-f3ea9cf53494 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ed427700-be58-472b-a971-f3ea9cf53494 {
  display: none;
}
#s-ed427700-be58-472b-a971-f3ea9cf53494, #wrap-s-ed427700-be58-472b-a971-f3ea9cf53494 { display:none !important; }}@media (max-width: 767px){#s-ed427700-be58-472b-a971-f3ea9cf53494 {
  display: none;
}
#s-ed427700-be58-472b-a971-f3ea9cf53494, #wrap-s-ed427700-be58-472b-a971-f3ea9cf53494 { display:none !important; }}



  #s-ed427700-be58-472b-a971-f3ea9cf53494 img.shogun-image {
    
    width: px;
  }


#s-ed427700-be58-472b-a971-f3ea9cf53494 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-0227ebed-3f03-4c3e-9f3d-beabf0834d2d {
  display: none;
}
#s-0227ebed-3f03-4c3e-9f3d-beabf0834d2d, #wrap-s-0227ebed-3f03-4c3e-9f3d-beabf0834d2d { display:none !important; }}@media (max-width: 767px){#s-0227ebed-3f03-4c3e-9f3d-beabf0834d2d {
  display: none;
}
#s-0227ebed-3f03-4c3e-9f3d-beabf0834d2d, #wrap-s-0227ebed-3f03-4c3e-9f3d-beabf0834d2d { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-1d7104f4-202c-47bc-89e8-4ad0918998dd {
  display: none;
}
#s-1d7104f4-202c-47bc-89e8-4ad0918998dd, #wrap-s-1d7104f4-202c-47bc-89e8-4ad0918998dd { display:none !important; }}@media (max-width: 767px){#s-1d7104f4-202c-47bc-89e8-4ad0918998dd {
  display: none;
}
#s-1d7104f4-202c-47bc-89e8-4ad0918998dd, #wrap-s-1d7104f4-202c-47bc-89e8-4ad0918998dd { display:none !important; }}
#s-cc9ba6aa-f4d8-4925-884c-4c7926d2fd3e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cc9ba6aa-f4d8-4925-884c-4c7926d2fd3e {
  display: none;
}
#s-cc9ba6aa-f4d8-4925-884c-4c7926d2fd3e, #wrap-s-cc9ba6aa-f4d8-4925-884c-4c7926d2fd3e { display:none !important; }}@media (max-width: 767px){#s-cc9ba6aa-f4d8-4925-884c-4c7926d2fd3e {
  display: none;
}
#s-cc9ba6aa-f4d8-4925-884c-4c7926d2fd3e, #wrap-s-cc9ba6aa-f4d8-4925-884c-4c7926d2fd3e { display:none !important; }}



  #s-cc9ba6aa-f4d8-4925-884c-4c7926d2fd3e img.shogun-image {
    
    width: px;
  }


#s-cc9ba6aa-f4d8-4925-884c-4c7926d2fd3e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-cd92edad-1c06-453a-b7eb-569872cbef25 {
  display: none;
}
#s-cd92edad-1c06-453a-b7eb-569872cbef25, #wrap-s-cd92edad-1c06-453a-b7eb-569872cbef25 { display:none !important; }}@media (max-width: 767px){#s-cd92edad-1c06-453a-b7eb-569872cbef25 {
  display: none;
}
#s-cd92edad-1c06-453a-b7eb-569872cbef25, #wrap-s-cd92edad-1c06-453a-b7eb-569872cbef25 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-2b9e26d3-7d6b-4c88-bdee-ff515a6b74cc {
  display: none;
}
#s-2b9e26d3-7d6b-4c88-bdee-ff515a6b74cc, #wrap-s-2b9e26d3-7d6b-4c88-bdee-ff515a6b74cc { display:none !important; }}@media (max-width: 767px){#s-2b9e26d3-7d6b-4c88-bdee-ff515a6b74cc {
  display: none;
}
#s-2b9e26d3-7d6b-4c88-bdee-ff515a6b74cc, #wrap-s-2b9e26d3-7d6b-4c88-bdee-ff515a6b74cc { display:none !important; }}
#s-24e51392-196b-46d6-922b-88ca7b6e822e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-24e51392-196b-46d6-922b-88ca7b6e822e {
  display: none;
}
#s-24e51392-196b-46d6-922b-88ca7b6e822e, #wrap-s-24e51392-196b-46d6-922b-88ca7b6e822e { display:none !important; }}@media (max-width: 767px){#s-24e51392-196b-46d6-922b-88ca7b6e822e {
  display: none;
}
#s-24e51392-196b-46d6-922b-88ca7b6e822e, #wrap-s-24e51392-196b-46d6-922b-88ca7b6e822e { display:none !important; }}



  #s-24e51392-196b-46d6-922b-88ca7b6e822e img.shogun-image {
    
    width: px;
  }


#s-24e51392-196b-46d6-922b-88ca7b6e822e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-6cb16819-0521-4013-8881-2a68a158e0d6 {
  display: none;
}
#s-6cb16819-0521-4013-8881-2a68a158e0d6, #wrap-s-6cb16819-0521-4013-8881-2a68a158e0d6 { display:none !important; }}@media (max-width: 767px){#s-6cb16819-0521-4013-8881-2a68a158e0d6 {
  display: none;
}
#s-6cb16819-0521-4013-8881-2a68a158e0d6, #wrap-s-6cb16819-0521-4013-8881-2a68a158e0d6 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-6302349b-c872-4fc1-8e7d-251c5bcfd245 {
  display: none;
}
#s-6302349b-c872-4fc1-8e7d-251c5bcfd245, #wrap-s-6302349b-c872-4fc1-8e7d-251c5bcfd245 { display:none !important; }}@media (max-width: 767px){#s-6302349b-c872-4fc1-8e7d-251c5bcfd245 {
  display: none;
}
#s-6302349b-c872-4fc1-8e7d-251c5bcfd245, #wrap-s-6302349b-c872-4fc1-8e7d-251c5bcfd245 { display:none !important; }}
#s-c44ca6f6-65ed-48c9-b928-a6a1093110e0 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c44ca6f6-65ed-48c9-b928-a6a1093110e0 {
  display: none;
}
#s-c44ca6f6-65ed-48c9-b928-a6a1093110e0, #wrap-s-c44ca6f6-65ed-48c9-b928-a6a1093110e0 { display:none !important; }}@media (max-width: 767px){#s-c44ca6f6-65ed-48c9-b928-a6a1093110e0 {
  display: none;
}
#s-c44ca6f6-65ed-48c9-b928-a6a1093110e0, #wrap-s-c44ca6f6-65ed-48c9-b928-a6a1093110e0 { display:none !important; }}







#s-c44ca6f6-65ed-48c9-b928-a6a1093110e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c44ca6f6-65ed-48c9-b928-a6a1093110e0.shg-box.shg-c {
  justify-content: center;
}

#s-21297d30-d637-4585-8a8f-78b72edd1490 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-21297d30-d637-4585-8a8f-78b72edd1490 {
  display: none;
}
#s-21297d30-d637-4585-8a8f-78b72edd1490, #wrap-s-21297d30-d637-4585-8a8f-78b72edd1490 { display:none !important; }}@media (max-width: 767px){#s-21297d30-d637-4585-8a8f-78b72edd1490 {
  display: none;
}
#s-21297d30-d637-4585-8a8f-78b72edd1490, #wrap-s-21297d30-d637-4585-8a8f-78b72edd1490 { display:none !important; }}







#s-21297d30-d637-4585-8a8f-78b72edd1490 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21297d30-d637-4585-8a8f-78b72edd1490.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-0277cc3b-19f2-41cf-94fe-6e655f41a419 {
  display: none;
}
#s-0277cc3b-19f2-41cf-94fe-6e655f41a419, #wrap-s-0277cc3b-19f2-41cf-94fe-6e655f41a419 { display:none !important; }}@media (max-width: 767px){#s-0277cc3b-19f2-41cf-94fe-6e655f41a419 {
  display: none;
}
#s-0277cc3b-19f2-41cf-94fe-6e655f41a419, #wrap-s-0277cc3b-19f2-41cf-94fe-6e655f41a419 { display:none !important; }}
#s-8b711887-eec6-4a73-8f7f-6d2e88d4593a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8b711887-eec6-4a73-8f7f-6d2e88d4593a {
  display: none;
}
#s-8b711887-eec6-4a73-8f7f-6d2e88d4593a, #wrap-s-8b711887-eec6-4a73-8f7f-6d2e88d4593a { display:none !important; }}@media (max-width: 767px){#s-8b711887-eec6-4a73-8f7f-6d2e88d4593a {
  display: none;
}
#s-8b711887-eec6-4a73-8f7f-6d2e88d4593a, #wrap-s-8b711887-eec6-4a73-8f7f-6d2e88d4593a { display:none !important; }}







#s-8b711887-eec6-4a73-8f7f-6d2e88d4593a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b711887-eec6-4a73-8f7f-6d2e88d4593a.shg-box.shg-c {
  justify-content: center;
}

#s-7cd428fa-d38a-4c0a-9cd6-bebf37085e13 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7cd428fa-d38a-4c0a-9cd6-bebf37085e13 {
  display: none;
}
#s-7cd428fa-d38a-4c0a-9cd6-bebf37085e13, #wrap-s-7cd428fa-d38a-4c0a-9cd6-bebf37085e13 { display:none !important; }}@media (max-width: 767px){#s-7cd428fa-d38a-4c0a-9cd6-bebf37085e13 {
  display: none;
}
#s-7cd428fa-d38a-4c0a-9cd6-bebf37085e13, #wrap-s-7cd428fa-d38a-4c0a-9cd6-bebf37085e13 { display:none !important; }}



  #s-7cd428fa-d38a-4c0a-9cd6-bebf37085e13 img.shogun-image {
    
    width: px;
  }


#s-7cd428fa-d38a-4c0a-9cd6-bebf37085e13 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-3c57aa11-6425-4d64-bbb0-2071bf04efa8 {
  display: none;
}
#s-3c57aa11-6425-4d64-bbb0-2071bf04efa8, #wrap-s-3c57aa11-6425-4d64-bbb0-2071bf04efa8 { display:none !important; }}@media (max-width: 767px){#s-3c57aa11-6425-4d64-bbb0-2071bf04efa8 {
  display: none;
}
#s-3c57aa11-6425-4d64-bbb0-2071bf04efa8, #wrap-s-3c57aa11-6425-4d64-bbb0-2071bf04efa8 { display:none !important; }}
#s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9 {
  display: none;
}
#s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9, #wrap-s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9 { display:none !important; }}@media (max-width: 767px){#s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9 {
  display: none;
}
#s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9, #wrap-s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-50b6fe3b-5c9f-4de0-9201-3d21911ad7a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-363862e4-5378-4e77-8d35-bfcab51227b5 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-363862e4-5378-4e77-8d35-bfcab51227b5 {
  display: none;
}
#s-363862e4-5378-4e77-8d35-bfcab51227b5, #wrap-s-363862e4-5378-4e77-8d35-bfcab51227b5 { display:none !important; }}@media (max-width: 767px){#s-363862e4-5378-4e77-8d35-bfcab51227b5 {
  display: none;
}
#s-363862e4-5378-4e77-8d35-bfcab51227b5, #wrap-s-363862e4-5378-4e77-8d35-bfcab51227b5 { display:none !important; }}



  #s-363862e4-5378-4e77-8d35-bfcab51227b5 img.shogun-image {
    
    width: px;
  }


#s-363862e4-5378-4e77-8d35-bfcab51227b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-575613da-4149-478d-9067-f2fe1eb1752c {
  min-height: 50px;
}








#s-575613da-4149-478d-9067-f2fe1eb1752c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-575613da-4149-478d-9067-f2fe1eb1752c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-cce41ffb-c1eb-40af-9283-798ad71cee3a {
  display: none;
}
#s-cce41ffb-c1eb-40af-9283-798ad71cee3a, #wrap-s-cce41ffb-c1eb-40af-9283-798ad71cee3a { display:none !important; }}@media (max-width: 767px){#s-cce41ffb-c1eb-40af-9283-798ad71cee3a {
  display: none;
}
#s-cce41ffb-c1eb-40af-9283-798ad71cee3a, #wrap-s-cce41ffb-c1eb-40af-9283-798ad71cee3a { display:none !important; }}
#s-3cfa3348-3d4d-440f-bbf8-f9c412e29dac {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3cfa3348-3d4d-440f-bbf8-f9c412e29dac {
  display: none;
}
#s-3cfa3348-3d4d-440f-bbf8-f9c412e29dac, #wrap-s-3cfa3348-3d4d-440f-bbf8-f9c412e29dac { display:none !important; }}@media (max-width: 767px){#s-3cfa3348-3d4d-440f-bbf8-f9c412e29dac {
  display: none;
}
#s-3cfa3348-3d4d-440f-bbf8-f9c412e29dac, #wrap-s-3cfa3348-3d4d-440f-bbf8-f9c412e29dac { display:none !important; }}



  #s-3cfa3348-3d4d-440f-bbf8-f9c412e29dac img.shogun-image {
    
    width: px;
  }


#s-3cfa3348-3d4d-440f-bbf8-f9c412e29dac .shogun-image-content {
  
    align-items: center;
  
}

#s-b6641c29-32d7-4a82-970e-369a476aff43 {
  min-height: 50px;
}








#s-b6641c29-32d7-4a82-970e-369a476aff43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6641c29-32d7-4a82-970e-369a476aff43.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-d1d40691-b78e-4215-8869-b0a61d1efb34 {
  display: none;
}
#s-d1d40691-b78e-4215-8869-b0a61d1efb34, #wrap-s-d1d40691-b78e-4215-8869-b0a61d1efb34 { display:none !important; }}@media (max-width: 767px){#s-d1d40691-b78e-4215-8869-b0a61d1efb34 {
  display: none;
}
#s-d1d40691-b78e-4215-8869-b0a61d1efb34, #wrap-s-d1d40691-b78e-4215-8869-b0a61d1efb34 { display:none !important; }}
#s-7ac7ce93-525c-47c7-b581-25b4889b9e68 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7ac7ce93-525c-47c7-b581-25b4889b9e68 {
  display: none;
}
#s-7ac7ce93-525c-47c7-b581-25b4889b9e68, #wrap-s-7ac7ce93-525c-47c7-b581-25b4889b9e68 { display:none !important; }}@media (max-width: 767px){#s-7ac7ce93-525c-47c7-b581-25b4889b9e68 {
  display: none;
}
#s-7ac7ce93-525c-47c7-b581-25b4889b9e68, #wrap-s-7ac7ce93-525c-47c7-b581-25b4889b9e68 { display:none !important; }}



  #s-7ac7ce93-525c-47c7-b581-25b4889b9e68 img.shogun-image {
    
    width: px;
  }


#s-7ac7ce93-525c-47c7-b581-25b4889b9e68 .shogun-image-content {
  
    align-items: center;
  
}

#s-0278e183-9281-40d5-8d20-1c22f5eeede1 {
  min-height: 50px;
}








#s-0278e183-9281-40d5-8d20-1c22f5eeede1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0278e183-9281-40d5-8d20-1c22f5eeede1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-620a5ba1-f110-4cf5-9c61-e58d026a9e0c {
  display: none;
}
#s-620a5ba1-f110-4cf5-9c61-e58d026a9e0c, #wrap-s-620a5ba1-f110-4cf5-9c61-e58d026a9e0c { display:none !important; }}@media (max-width: 767px){#s-620a5ba1-f110-4cf5-9c61-e58d026a9e0c {
  display: none;
}
#s-620a5ba1-f110-4cf5-9c61-e58d026a9e0c, #wrap-s-620a5ba1-f110-4cf5-9c61-e58d026a9e0c { display:none !important; }}
#s-d95cab65-c87e-43d5-81ef-1d8f48bb1984 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d95cab65-c87e-43d5-81ef-1d8f48bb1984 {
  display: none;
}
#s-d95cab65-c87e-43d5-81ef-1d8f48bb1984, #wrap-s-d95cab65-c87e-43d5-81ef-1d8f48bb1984 { display:none !important; }}@media (max-width: 767px){#s-d95cab65-c87e-43d5-81ef-1d8f48bb1984 {
  display: none;
}
#s-d95cab65-c87e-43d5-81ef-1d8f48bb1984, #wrap-s-d95cab65-c87e-43d5-81ef-1d8f48bb1984 { display:none !important; }}







#s-d95cab65-c87e-43d5-81ef-1d8f48bb1984 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d95cab65-c87e-43d5-81ef-1d8f48bb1984.shg-box.shg-c {
  justify-content: center;
}

#s-69dcf85a-53b8-4c66-a5dd-a9ef7d684a02 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-69dcf85a-53b8-4c66-a5dd-a9ef7d684a02 {
  display: none;
}
#s-69dcf85a-53b8-4c66-a5dd-a9ef7d684a02, #wrap-s-69dcf85a-53b8-4c66-a5dd-a9ef7d684a02 { display:none !important; }}@media (max-width: 767px){#s-69dcf85a-53b8-4c66-a5dd-a9ef7d684a02 {
  display: none;
}
#s-69dcf85a-53b8-4c66-a5dd-a9ef7d684a02, #wrap-s-69dcf85a-53b8-4c66-a5dd-a9ef7d684a02 { display:none !important; }}







#s-69dcf85a-53b8-4c66-a5dd-a9ef7d684a02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69dcf85a-53b8-4c66-a5dd-a9ef7d684a02.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-abca2c24-5c9d-4092-ac9f-f5fe158140bd {
  display: none;
}
#s-abca2c24-5c9d-4092-ac9f-f5fe158140bd, #wrap-s-abca2c24-5c9d-4092-ac9f-f5fe158140bd { display:none !important; }}@media (max-width: 767px){#s-abca2c24-5c9d-4092-ac9f-f5fe158140bd {
  display: none;
}
#s-abca2c24-5c9d-4092-ac9f-f5fe158140bd, #wrap-s-abca2c24-5c9d-4092-ac9f-f5fe158140bd { display:none !important; }}
#s-70878cb9-061a-4d28-a545-3c98e187202c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 231, 228, 1);
}
@media (min-width: 1200px){#s-70878cb9-061a-4d28-a545-3c98e187202c {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-70878cb9-061a-4d28-a545-3c98e187202c {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-70878cb9-061a-4d28-a545-3c98e187202c {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-70878cb9-061a-4d28-a545-3c98e187202c, #wrap-s-70878cb9-061a-4d28-a545-3c98e187202c { display:none !important; }}@media (max-width: 767px){#s-70878cb9-061a-4d28-a545-3c98e187202c {
  margin-left: 20px;
margin-right: 20px;
display: none;
}
#s-70878cb9-061a-4d28-a545-3c98e187202c, #wrap-s-70878cb9-061a-4d28-a545-3c98e187202c { display:none !important; }}







#s-70878cb9-061a-4d28-a545-3c98e187202c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70878cb9-061a-4d28-a545-3c98e187202c.shg-box.shg-c {
  justify-content: center;
}

#s-35c70983-03a1-453d-a7d8-d34ad1f06c7e {
  text-align: center;
}
@media (min-width: 1200px){#s-35c70983-03a1-453d-a7d8-d34ad1f06c7e {
  display: none;
}
#s-35c70983-03a1-453d-a7d8-d34ad1f06c7e, #wrap-s-35c70983-03a1-453d-a7d8-d34ad1f06c7e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35c70983-03a1-453d-a7d8-d34ad1f06c7e {
  display: none;
}
#s-35c70983-03a1-453d-a7d8-d34ad1f06c7e, #wrap-s-35c70983-03a1-453d-a7d8-d34ad1f06c7e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35c70983-03a1-453d-a7d8-d34ad1f06c7e {
  display: none;
}
#s-35c70983-03a1-453d-a7d8-d34ad1f06c7e, #wrap-s-35c70983-03a1-453d-a7d8-d34ad1f06c7e { display:none !important; }}



  #s-35c70983-03a1-453d-a7d8-d34ad1f06c7e img.shogun-image {
    
    width: px;
  }


#s-35c70983-03a1-453d-a7d8-d34ad1f06c7e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-920320f2-f02a-4788-bce0-c438f7564f15 {
  display: none;
}
#s-920320f2-f02a-4788-bce0-c438f7564f15, #wrap-s-920320f2-f02a-4788-bce0-c438f7564f15 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-920320f2-f02a-4788-bce0-c438f7564f15 {
  display: none;
}
#s-920320f2-f02a-4788-bce0-c438f7564f15, #wrap-s-920320f2-f02a-4788-bce0-c438f7564f15 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-920320f2-f02a-4788-bce0-c438f7564f15 {
  display: none;
}
#s-920320f2-f02a-4788-bce0-c438f7564f15, #wrap-s-920320f2-f02a-4788-bce0-c438f7564f15 { display:none !important; }}
#s-1cc4f4f1-10fb-4e9d-ad86-89b1a55668b8 {
  text-align: center;
}
@media (min-width: 1200px){#s-1cc4f4f1-10fb-4e9d-ad86-89b1a55668b8 {
  display: none;
}
#s-1cc4f4f1-10fb-4e9d-ad86-89b1a55668b8, #wrap-s-1cc4f4f1-10fb-4e9d-ad86-89b1a55668b8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1cc4f4f1-10fb-4e9d-ad86-89b1a55668b8 {
  display: none;
}
#s-1cc4f4f1-10fb-4e9d-ad86-89b1a55668b8, #wrap-s-1cc4f4f1-10fb-4e9d-ad86-89b1a55668b8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1cc4f4f1-10fb-4e9d-ad86-89b1a55668b8 {
  display: none;
}
#s-1cc4f4f1-10fb-4e9d-ad86-89b1a55668b8, #wrap-s-1cc4f4f1-10fb-4e9d-ad86-89b1a55668b8 { display:none !important; }}@media (max-width: 767px){#s-1cc4f4f1-10fb-4e9d-ad86-89b1a55668b8 {
  
}
}



  #s-1cc4f4f1-10fb-4e9d-ad86-89b1a55668b8 img.shogun-image {
    
    width: px;
  }


#s-1cc4f4f1-10fb-4e9d-ad86-89b1a55668b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2e26499-9aba-4271-9397-23f2476ebefc {
  text-align: center;
}
@media (min-width: 1200px){#s-d2e26499-9aba-4271-9397-23f2476ebefc {
  display: none;
}
#s-d2e26499-9aba-4271-9397-23f2476ebefc, #wrap-s-d2e26499-9aba-4271-9397-23f2476ebefc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2e26499-9aba-4271-9397-23f2476ebefc {
  display: none;
}
#s-d2e26499-9aba-4271-9397-23f2476ebefc, #wrap-s-d2e26499-9aba-4271-9397-23f2476ebefc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d2e26499-9aba-4271-9397-23f2476ebefc {
  display: none;
}
#s-d2e26499-9aba-4271-9397-23f2476ebefc, #wrap-s-d2e26499-9aba-4271-9397-23f2476ebefc { display:none !important; }}



  #s-d2e26499-9aba-4271-9397-23f2476ebefc img.shogun-image {
    
    width: px;
  }


#s-d2e26499-9aba-4271-9397-23f2476ebefc .shogun-image-content {
  
    align-items: center;
  
}

#s-366ded70-71ca-4420-80a3-680f2ac550e7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-366ded70-71ca-4420-80a3-680f2ac550e7 {
  display: none;
}
#s-366ded70-71ca-4420-80a3-680f2ac550e7, #wrap-s-366ded70-71ca-4420-80a3-680f2ac550e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-366ded70-71ca-4420-80a3-680f2ac550e7 {
  display: none;
}
#s-366ded70-71ca-4420-80a3-680f2ac550e7, #wrap-s-366ded70-71ca-4420-80a3-680f2ac550e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-366ded70-71ca-4420-80a3-680f2ac550e7 {
  display: none;
}
#s-366ded70-71ca-4420-80a3-680f2ac550e7, #wrap-s-366ded70-71ca-4420-80a3-680f2ac550e7 { display:none !important; }}







#s-366ded70-71ca-4420-80a3-680f2ac550e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-366ded70-71ca-4420-80a3-680f2ac550e7.shg-box.shg-c {
  justify-content: center;
}

#s-921071f1-5772-4509-b1c2-aaf61220e95a {
  text-align: center;
}
@media (min-width: 1200px){#s-921071f1-5772-4509-b1c2-aaf61220e95a {
  display: none;
}
#s-921071f1-5772-4509-b1c2-aaf61220e95a, #wrap-s-921071f1-5772-4509-b1c2-aaf61220e95a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-921071f1-5772-4509-b1c2-aaf61220e95a {
  display: none;
}
#s-921071f1-5772-4509-b1c2-aaf61220e95a, #wrap-s-921071f1-5772-4509-b1c2-aaf61220e95a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-921071f1-5772-4509-b1c2-aaf61220e95a {
  display: none;
}
#s-921071f1-5772-4509-b1c2-aaf61220e95a, #wrap-s-921071f1-5772-4509-b1c2-aaf61220e95a { display:none !important; }}



  #s-921071f1-5772-4509-b1c2-aaf61220e95a img.shogun-image {
    
    width: px;
  }


#s-921071f1-5772-4509-b1c2-aaf61220e95a .shogun-image-content {
  
    align-items: center;
  
}

#s-4a55f7eb-cd57-4861-b745-af1aabf4b7af {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4a55f7eb-cd57-4861-b745-af1aabf4b7af {
  display: none;
}
#s-4a55f7eb-cd57-4861-b745-af1aabf4b7af, #wrap-s-4a55f7eb-cd57-4861-b745-af1aabf4b7af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a55f7eb-cd57-4861-b745-af1aabf4b7af {
  display: none;
}
#s-4a55f7eb-cd57-4861-b745-af1aabf4b7af, #wrap-s-4a55f7eb-cd57-4861-b745-af1aabf4b7af { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4a55f7eb-cd57-4861-b745-af1aabf4b7af {
  display: none;
}
#s-4a55f7eb-cd57-4861-b745-af1aabf4b7af, #wrap-s-4a55f7eb-cd57-4861-b745-af1aabf4b7af { display:none !important; }}







#s-4a55f7eb-cd57-4861-b745-af1aabf4b7af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a55f7eb-cd57-4861-b745-af1aabf4b7af.shg-box.shg-c {
  justify-content: center;
}

#s-cc2afa20-ef70-4c54-8302-c21cf7bee853 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 80px;
background-color: rgba(255, 89, 90, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cc2afa20-ef70-4c54-8302-c21cf7bee853:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cc2afa20-ef70-4c54-8302-c21cf7bee853:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-cc2afa20-ef70-4c54-8302-c21cf7bee853 {
  display: none;
}
#s-cc2afa20-ef70-4c54-8302-c21cf7bee853, #wrap-s-cc2afa20-ef70-4c54-8302-c21cf7bee853 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc2afa20-ef70-4c54-8302-c21cf7bee853 {
  display: none;
}
#s-cc2afa20-ef70-4c54-8302-c21cf7bee853, #wrap-s-cc2afa20-ef70-4c54-8302-c21cf7bee853 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc2afa20-ef70-4c54-8302-c21cf7bee853 {
  display: none;
}
#s-cc2afa20-ef70-4c54-8302-c21cf7bee853, #wrap-s-cc2afa20-ef70-4c54-8302-c21cf7bee853 { display:none !important; }}


#s-cc2afa20-ef70-4c54-8302-c21cf7bee853.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Avenir Black;
  display:  inline-block ;
}

#s-0b02a652-a56d-432a-a1d8-0a4a25336785 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0b02a652-a56d-432a-a1d8-0a4a25336785 {
  display: none;
}
#s-0b02a652-a56d-432a-a1d8-0a4a25336785, #wrap-s-0b02a652-a56d-432a-a1d8-0a4a25336785 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b02a652-a56d-432a-a1d8-0a4a25336785 {
  display: none;
}
#s-0b02a652-a56d-432a-a1d8-0a4a25336785, #wrap-s-0b02a652-a56d-432a-a1d8-0a4a25336785 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b02a652-a56d-432a-a1d8-0a4a25336785 {
  display: none;
}
#s-0b02a652-a56d-432a-a1d8-0a4a25336785, #wrap-s-0b02a652-a56d-432a-a1d8-0a4a25336785 { display:none !important; }}







#s-0b02a652-a56d-432a-a1d8-0a4a25336785 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b02a652-a56d-432a-a1d8-0a4a25336785.shg-box.shg-c {
  justify-content: center;
}

#s-d8fabf78-4a58-4e60-8585-46d83416d1fa {
  margin-left: 0px;
margin-bottom: 14px;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d8fabf78-4a58-4e60-8585-46d83416d1fa {
  display: none;
}
#s-d8fabf78-4a58-4e60-8585-46d83416d1fa, #wrap-s-d8fabf78-4a58-4e60-8585-46d83416d1fa { display:none !important; }}
#s-a5da1216-e503-4bb5-b4cc-bb9a6f5a4afd {
  border-style: solid;
padding-top: 10px;
padding-left: 70px;
padding-bottom: 10px;
padding-right: 70px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(114, 80, 80, 1);
border-style: solid;
border-radius: 80px;
background-color: rgba(255, 89, 90, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a5da1216-e503-4bb5-b4cc-bb9a6f5a4afd:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 89, 90, 1) !important;}#s-a5da1216-e503-4bb5-b4cc-bb9a6f5a4afd:active {background-color: rgba(255, 89, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-a5da1216-e503-4bb5-b4cc-bb9a6f5a4afd {
  display: none;
}
#s-a5da1216-e503-4bb5-b4cc-bb9a6f5a4afd, #wrap-s-a5da1216-e503-4bb5-b4cc-bb9a6f5a4afd { display:none !important; }}@media (max-width: 767px){#s-a5da1216-e503-4bb5-b4cc-bb9a6f5a4afd {
  display: none;
}
#s-a5da1216-e503-4bb5-b4cc-bb9a6f5a4afd, #wrap-s-a5da1216-e503-4bb5-b4cc-bb9a6f5a4afd { display:none !important; }}


#s-a5da1216-e503-4bb5-b4cc-bb9a6f5a4afd.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Avenir Black;
  display:  inline-block ;
}

#s-14acd917-9720-4e03-bbd3-1c33dff22e3a {
  min-height: 50px;
}








#s-14acd917-9720-4e03-bbd3-1c33dff22e3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14acd917-9720-4e03-bbd3-1c33dff22e3a.shg-box.shg-c {
  justify-content: center;
}

#s-037fb399-3660-41bf-84b6-5a9df6c27f37 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-037fb399-3660-41bf-84b6-5a9df6c27f37 {
  display: none;
}
#s-037fb399-3660-41bf-84b6-5a9df6c27f37, #wrap-s-037fb399-3660-41bf-84b6-5a9df6c27f37 { display:none !important; }}@media (max-width: 767px){#s-037fb399-3660-41bf-84b6-5a9df6c27f37 {
  display: none;
}
#s-037fb399-3660-41bf-84b6-5a9df6c27f37, #wrap-s-037fb399-3660-41bf-84b6-5a9df6c27f37 { display:none !important; }}



  #s-037fb399-3660-41bf-84b6-5a9df6c27f37 img.shogun-image {
    
    width: px;
  }


#s-037fb399-3660-41bf-84b6-5a9df6c27f37 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
