.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 38, 61, 1);
  font-family: "Noto Serif";
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-e9286dc9-cf1e-4727-a7ff-c3d4fb4cc633 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e9286dc9-cf1e-4727-a7ff-c3d4fb4cc633 .shogun-heading-component h4 {
  color: rgba(0, 38, 61, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



.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;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-7475a6a1-ac5b-428e-9fe5-94fc23d6e20e {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-7475a6a1-ac5b-428e-9fe5-94fc23d6e20e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7475a6a1-ac5b-428e-9fe5-94fc23d6e20e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-7475a6a1-ac5b-428e-9fe5-94fc23d6e20e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-7475a6a1-ac5b-428e-9fe5-94fc23d6e20e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-67c6b601-cb86-431c-afc7-c673519b73d1 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-67c6b601-cb86-431c-afc7-c673519b73d1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 768px) {
[id="s-67c6b601-cb86-431c-afc7-c673519b73d1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-67c6b601-cb86-431c-afc7-c673519b73d1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-67c6b601-cb86-431c-afc7-c673519b73d1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

.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;
  flex-direction: column;
  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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-3aa432a4-d326-4346-a6ae-f197fa9963f8 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 38, 61, 1);
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
opacity: 1;
}
#s-3aa432a4-d326-4346-a6ae-f197fa9963f8:hover {opacity: 0.5 !important;}
#s-3aa432a4-d326-4346-a6ae-f197fa9963f8 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-3aa432a4-d326-4346-a6ae-f197fa9963f8 img.shogun-image,
  #s-3aa432a4-d326-4346-a6ae-f197fa9963f8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3aa432a4-d326-4346-a6ae-f197fa9963f8 {
    width: 100%;
    height: auto;
  }



  #s-3aa432a4-d326-4346-a6ae-f197fa9963f8 img.shogun-image {
    

    
    
    
  }


#s-3aa432a4-d326-4346-a6ae-f197fa9963f8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f66e0d3c-a07f-4e5c-979d-05b73d8371be {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 38, 61, 1);
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
opacity: 1;
}
#s-f66e0d3c-a07f-4e5c-979d-05b73d8371be:hover {opacity: 0.5 !important;}
#s-f66e0d3c-a07f-4e5c-979d-05b73d8371be {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f66e0d3c-a07f-4e5c-979d-05b73d8371be img.shogun-image,
  #s-f66e0d3c-a07f-4e5c-979d-05b73d8371be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f66e0d3c-a07f-4e5c-979d-05b73d8371be {
    width: 100%;
    height: auto;
  }



  #s-f66e0d3c-a07f-4e5c-979d-05b73d8371be img.shogun-image {
    

    
    
    
  }


#s-f66e0d3c-a07f-4e5c-979d-05b73d8371be .shogun-image-content {
  
    justify-content: center;
  
}

#s-af378894-9b0f-4338-9c4d-6bfda2d85d31 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 38, 61, 1);
max-width: 200px;
text-align: center;
opacity: 1;
}
#s-af378894-9b0f-4338-9c4d-6bfda2d85d31:hover {opacity: 0.5 !important;}
#s-af378894-9b0f-4338-9c4d-6bfda2d85d31 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-af378894-9b0f-4338-9c4d-6bfda2d85d31 img.shogun-image {
    

    
    
    
  }


#s-af378894-9b0f-4338-9c4d-6bfda2d85d31 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2a932c55-b8f8-4c4d-b6e5-f4e1fe9be74f {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 38, 61, 1);
max-width: 200px;
text-align: center;
opacity: 1;
}
#s-2a932c55-b8f8-4c4d-b6e5-f4e1fe9be74f:hover {opacity: 0.5 !important;}
#s-2a932c55-b8f8-4c4d-b6e5-f4e1fe9be74f {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-2a932c55-b8f8-4c4d-b6e5-f4e1fe9be74f .shogun-image-content {
  
    justify-content: center;
  
}

#s-c01806c8-414a-4e67-80c3-4b6e69b2a781 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 38, 61, 1);
max-width: 200px;
text-align: center;
opacity: 1;
}
#s-c01806c8-414a-4e67-80c3-4b6e69b2a781:hover {opacity: 0.5 !important;}
#s-c01806c8-414a-4e67-80c3-4b6e69b2a781 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-c01806c8-414a-4e67-80c3-4b6e69b2a781 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3ebbdeae-6390-446e-aefa-6f6f124f03e5 {
  max-width: 200px;
text-align: center;
}
#s-3ebbdeae-6390-446e-aefa-6f6f124f03e5:hover {opacity: 0.5 !important;}
#s-3ebbdeae-6390-446e-aefa-6f6f124f03e5 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-3ebbdeae-6390-446e-aefa-6f6f124f03e5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-bd7ca0fe-852d-4893-9c3d-7dd8c959171b {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-bd7ca0fe-852d-4893-9c3d-7dd8c959171b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 768px) {
[id="s-bd7ca0fe-852d-4893-9c3d-7dd8c959171b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-bd7ca0fe-852d-4893-9c3d-7dd8c959171b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-bd7ca0fe-852d-4893-9c3d-7dd8c959171b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

#s-9b6d5e4c-a8c3-4fe0-9cf4-bee9c5f1ff77 {
  max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}
#s-9b6d5e4c-a8c3-4fe0-9cf4-bee9c5f1ff77:hover {opacity: 0.5 !important;}
#s-9b6d5e4c-a8c3-4fe0-9cf4-bee9c5f1ff77 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9b6d5e4c-a8c3-4fe0-9cf4-bee9c5f1ff77 img.shogun-image,
  #s-9b6d5e4c-a8c3-4fe0-9cf4-bee9c5f1ff77 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b6d5e4c-a8c3-4fe0-9cf4-bee9c5f1ff77 {
    width: 100%;
    height: auto;
  }



  #s-9b6d5e4c-a8c3-4fe0-9cf4-bee9c5f1ff77 img.shogun-image {
    

    
    
    
  }


#s-9b6d5e4c-a8c3-4fe0-9cf4-bee9c5f1ff77 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b7d66715-50a7-4ac2-bdc0-025f9747c1fc {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 38, 61, 1);
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
opacity: 1;
}
#s-b7d66715-50a7-4ac2-bdc0-025f9747c1fc:hover {opacity: 0.5 !important;}
#s-b7d66715-50a7-4ac2-bdc0-025f9747c1fc {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-b7d66715-50a7-4ac2-bdc0-025f9747c1fc img.shogun-image,
  #s-b7d66715-50a7-4ac2-bdc0-025f9747c1fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b7d66715-50a7-4ac2-bdc0-025f9747c1fc {
    width: 100%;
    height: auto;
  }



  #s-b7d66715-50a7-4ac2-bdc0-025f9747c1fc img.shogun-image {
    

    
    
    
  }


#s-b7d66715-50a7-4ac2-bdc0-025f9747c1fc .shogun-image-content {
  
    justify-content: center;
  
}

#s-b1587107-8e88-46aa-99e0-244aa8777eb5 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 38, 61, 1);
max-width: 200px;
text-align: center;
opacity: 1;
}
#s-b1587107-8e88-46aa-99e0-244aa8777eb5:hover {opacity: 0.5 !important;}
#s-b1587107-8e88-46aa-99e0-244aa8777eb5 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-b1587107-8e88-46aa-99e0-244aa8777eb5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b0befdfd-81e1-4506-b7cb-c0b6d12ecec6 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 38, 61, 1);
max-width: 200px;
text-align: center;
opacity: 1;
}
#s-b0befdfd-81e1-4506-b7cb-c0b6d12ecec6:hover {opacity: 0.5 !important;}
#s-b0befdfd-81e1-4506-b7cb-c0b6d12ecec6 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-b0befdfd-81e1-4506-b7cb-c0b6d12ecec6 .shogun-image-content {
  
    justify-content: center;
  
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-b7bd981d-422d-4d16-93b3-902c38c5df4e {
  margin-left: auto;
margin-right: auto;
}

#s-b7bd981d-422d-4d16-93b3-902c38c5df4e hr {
  border-top: 1px solid rgba(241, 185, 169, 1);
}

#s-eb52fbbd-2c52-4dbe-96ae-4f5b90e4782f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eb52fbbd-2c52-4dbe-96ae-4f5b90e4782f .shogun-heading-component h4 {
  color: rgba(0, 38, 61, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-3c76aa84-976d-499e-95ae-5e6078954c24 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-3c76aa84-976d-499e-95ae-5e6078954c24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c76aa84-976d-499e-95ae-5e6078954c24"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-3c76aa84-976d-499e-95ae-5e6078954c24"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-3c76aa84-976d-499e-95ae-5e6078954c24"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-f91db6ce-9f25-425e-9c0a-2b3917ccd68a {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-f91db6ce-9f25-425e-9c0a-2b3917ccd68a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 768px) {
[id="s-f91db6ce-9f25-425e-9c0a-2b3917ccd68a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f91db6ce-9f25-425e-9c0a-2b3917ccd68a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f91db6ce-9f25-425e-9c0a-2b3917ccd68a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

#s-7e80d76a-3790-44a8-9001-acf40e58e031 {
  max-width: 200px;
text-align: center;
}
#s-7e80d76a-3790-44a8-9001-acf40e58e031:hover {opacity: 0.5 !important;}
#s-7e80d76a-3790-44a8-9001-acf40e58e031 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-7e80d76a-3790-44a8-9001-acf40e58e031 img.shogun-image {
    

    
    
    
  }


#s-7e80d76a-3790-44a8-9001-acf40e58e031 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ee68063f-1882-4ef4-a355-331cf82de3b6 {
  max-width: 200px;
text-align: center;
}
#s-ee68063f-1882-4ef4-a355-331cf82de3b6:hover {opacity: 0.5 !important;}
#s-ee68063f-1882-4ef4-a355-331cf82de3b6 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-ee68063f-1882-4ef4-a355-331cf82de3b6 img.shogun-image {
    

    
    
    
  }


#s-ee68063f-1882-4ef4-a355-331cf82de3b6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f51e2752-27ce-4632-8eb1-c26026c7fc03 {
  max-width: 200px;
text-align: center;
}
#s-f51e2752-27ce-4632-8eb1-c26026c7fc03:hover {opacity: 0.5 !important;}
#s-f51e2752-27ce-4632-8eb1-c26026c7fc03 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-f51e2752-27ce-4632-8eb1-c26026c7fc03 img.shogun-image {
    

    
    
    
  }


#s-f51e2752-27ce-4632-8eb1-c26026c7fc03 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8be59242-5887-41ac-9d3f-6bd78523070a {
  max-width: 200px;
text-align: center;
}
#s-8be59242-5887-41ac-9d3f-6bd78523070a:hover {opacity: 0.5 !important;}
#s-8be59242-5887-41ac-9d3f-6bd78523070a {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-8be59242-5887-41ac-9d3f-6bd78523070a .shogun-image-content {
  
    justify-content: center;
  
}

#s-a6e8451d-1b6f-4039-8e35-36f85f906b33 {
  max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}
#s-a6e8451d-1b6f-4039-8e35-36f85f906b33:hover {opacity: 0.5 !important;}
#s-a6e8451d-1b6f-4039-8e35-36f85f906b33 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-a6e8451d-1b6f-4039-8e35-36f85f906b33 img.shogun-image,
  #s-a6e8451d-1b6f-4039-8e35-36f85f906b33 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a6e8451d-1b6f-4039-8e35-36f85f906b33 {
    width: 100%;
    height: auto;
  }



  #s-a6e8451d-1b6f-4039-8e35-36f85f906b33 img.shogun-image {
    

    
    
    
  }


#s-a6e8451d-1b6f-4039-8e35-36f85f906b33 .shogun-image-content {
  
    justify-content: center;
  
}

#s-94926f99-bc06-4f8b-b5d0-2cc40d7efb5a {
  max-width: 200px;
text-align: center;
}
#s-94926f99-bc06-4f8b-b5d0-2cc40d7efb5a:hover {opacity: 0.5 !important;}
#s-94926f99-bc06-4f8b-b5d0-2cc40d7efb5a {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-94926f99-bc06-4f8b-b5d0-2cc40d7efb5a img.shogun-image {
    

    
    
    
  }


#s-94926f99-bc06-4f8b-b5d0-2cc40d7efb5a .shogun-image-content {
  
    justify-content: center;
  
}

#s-9ab551bc-6d60-4d6f-bfce-154882b0d703 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-9ab551bc-6d60-4d6f-bfce-154882b0d703"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 768px) {
[id="s-9ab551bc-6d60-4d6f-bfce-154882b0d703"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9ab551bc-6d60-4d6f-bfce-154882b0d703"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9ab551bc-6d60-4d6f-bfce-154882b0d703"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

#s-c618682f-e5a2-443a-888a-b0fa5e3410ef {
  max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}
#s-c618682f-e5a2-443a-888a-b0fa5e3410ef:hover {opacity: 0.5 !important;}
#s-c618682f-e5a2-443a-888a-b0fa5e3410ef {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c618682f-e5a2-443a-888a-b0fa5e3410ef img.shogun-image,
  #s-c618682f-e5a2-443a-888a-b0fa5e3410ef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c618682f-e5a2-443a-888a-b0fa5e3410ef {
    width: 100%;
    height: auto;
  }



  #s-c618682f-e5a2-443a-888a-b0fa5e3410ef img.shogun-image {
    

    
    
    
  }


#s-c618682f-e5a2-443a-888a-b0fa5e3410ef .shogun-image-content {
  
    justify-content: center;
  
}

#s-7669d949-1c7c-4202-8972-98cd70a83c5b {
  max-width: 200px;
text-align: center;
}
#s-7669d949-1c7c-4202-8972-98cd70a83c5b:hover {opacity: 0.5 !important;}
#s-7669d949-1c7c-4202-8972-98cd70a83c5b {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-7669d949-1c7c-4202-8972-98cd70a83c5b .shogun-image-content {
  
    justify-content: center;
  
}

#s-b7a0b0a4-7931-44da-97be-40f4ba5209b4 {
  max-width: 200px;
text-align: center;
}
#s-b7a0b0a4-7931-44da-97be-40f4ba5209b4:hover {opacity: 0.5 !important;}
#s-b7a0b0a4-7931-44da-97be-40f4ba5209b4 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-b7a0b0a4-7931-44da-97be-40f4ba5209b4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8c4842e4-8154-44b2-aaaa-8a3db045da31 {
  max-width: 200px;
text-align: center;
}
#s-8c4842e4-8154-44b2-aaaa-8a3db045da31:hover {opacity: 0.5 !important;}
#s-8c4842e4-8154-44b2-aaaa-8a3db045da31 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-8c4842e4-8154-44b2-aaaa-8a3db045da31 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0105ee58-bdb2-4470-812e-c12635785648 {
  max-width: 200px;
text-align: center;
}
#s-0105ee58-bdb2-4470-812e-c12635785648:hover {opacity: 0.5 !important;}
#s-0105ee58-bdb2-4470-812e-c12635785648 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-0105ee58-bdb2-4470-812e-c12635785648 .shogun-image-content {
  
    justify-content: center;
  
}

#s-048f6e49-a1f2-4b8f-b72a-414b9739291c {
  max-width: 200px;
text-align: center;
}
#s-048f6e49-a1f2-4b8f-b72a-414b9739291c:hover {opacity: 0.5 !important;}
#s-048f6e49-a1f2-4b8f-b72a-414b9739291c {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-048f6e49-a1f2-4b8f-b72a-414b9739291c .shogun-image-content {
  
    justify-content: center;
  
}

#s-1d2b8919-7f01-47f9-85db-edbb6fc171ff {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-1d2b8919-7f01-47f9-85db-edbb6fc171ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d2b8919-7f01-47f9-85db-edbb6fc171ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-1d2b8919-7f01-47f9-85db-edbb6fc171ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-1d2b8919-7f01-47f9-85db-edbb6fc171ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-82c0550a-ca2a-4538-b4c2-4d70317fbcdf {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-82c0550a-ca2a-4538-b4c2-4d70317fbcdf"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 768px) {
[id="s-82c0550a-ca2a-4538-b4c2-4d70317fbcdf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-82c0550a-ca2a-4538-b4c2-4d70317fbcdf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-82c0550a-ca2a-4538-b4c2-4d70317fbcdf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

#s-beb0bf69-2b57-43e2-a0a4-d2c14432da86 {
  max-width: 200px;
text-align: center;
}
#s-beb0bf69-2b57-43e2-a0a4-d2c14432da86:hover {opacity: 0.5 !important;}
#s-beb0bf69-2b57-43e2-a0a4-d2c14432da86 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-beb0bf69-2b57-43e2-a0a4-d2c14432da86 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7f74ba5c-46bf-4bb0-86d1-4fb21ffe42c5 {
  max-width: 200px;
text-align: center;
}
#s-7f74ba5c-46bf-4bb0-86d1-4fb21ffe42c5:hover {opacity: 0.5 !important;}
#s-7f74ba5c-46bf-4bb0-86d1-4fb21ffe42c5 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-7f74ba5c-46bf-4bb0-86d1-4fb21ffe42c5 img.shogun-image {
    

    
    
    
  }


#s-7f74ba5c-46bf-4bb0-86d1-4fb21ffe42c5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-157ce93f-8b48-472f-9d39-0c3af05eaada {
  max-width: 200px;
text-align: center;
opacity: 1;
}
#s-157ce93f-8b48-472f-9d39-0c3af05eaada:hover {opacity: 0.5 !important;}
#s-157ce93f-8b48-472f-9d39-0c3af05eaada {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-157ce93f-8b48-472f-9d39-0c3af05eaada img.shogun-image {
    

    
    
    
  }


#s-157ce93f-8b48-472f-9d39-0c3af05eaada .shogun-image-content {
  
    justify-content: center;
  
}

#s-23e2dee3-1a72-4a96-a823-4140b654f338 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
max-width: 200px;
text-align: center;
opacity: 1;
}
#s-23e2dee3-1a72-4a96-a823-4140b654f338:hover {opacity: 0.5 !important;}
#s-23e2dee3-1a72-4a96-a823-4140b654f338 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-23e2dee3-1a72-4a96-a823-4140b654f338 img.shogun-image {
    

    
    
    
  }


#s-23e2dee3-1a72-4a96-a823-4140b654f338 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f9e4268f-3a48-4b0b-86bb-0ba27f32d6f8 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
max-width: 200px;
text-align: center;
opacity: 1;
}
#s-f9e4268f-3a48-4b0b-86bb-0ba27f32d6f8:hover {opacity: 0.5 !important;}
#s-f9e4268f-3a48-4b0b-86bb-0ba27f32d6f8 {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-f9e4268f-3a48-4b0b-86bb-0ba27f32d6f8 img.shogun-image {
    

    
    
    
  }


#s-f9e4268f-3a48-4b0b-86bb-0ba27f32d6f8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c9241c00-feb0-4c4e-b909-d274cac3e3d4 {
  max-width: 1358px;
aspect-ratio: 1/1;
text-align: center;
}
#s-c9241c00-feb0-4c4e-b909-d274cac3e3d4:hover {opacity: 0.5 !important;}
#s-c9241c00-feb0-4c4e-b909-d274cac3e3d4 {
  overflow: hidden;
  
  
      max-width: 1358px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c9241c00-feb0-4c4e-b909-d274cac3e3d4 img.shogun-image,
  #s-c9241c00-feb0-4c4e-b909-d274cac3e3d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9241c00-feb0-4c4e-b909-d274cac3e3d4 {
    width: 100%;
    height: auto;
  }



  #s-c9241c00-feb0-4c4e-b909-d274cac3e3d4 img.shogun-image {
    

    
    
    
  }


#s-c9241c00-feb0-4c4e-b909-d274cac3e3d4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7bfa6989-cd69-4aa3-8292-5ed7f336451e {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-7bfa6989-cd69-4aa3-8292-5ed7f336451e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 768px) {
[id="s-7bfa6989-cd69-4aa3-8292-5ed7f336451e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-7bfa6989-cd69-4aa3-8292-5ed7f336451e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-7bfa6989-cd69-4aa3-8292-5ed7f336451e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

#s-d2c0ccf2-4398-40f2-9184-cc453ae0b17e {
  max-width: 1384px;
text-align: center;
}
#s-d2c0ccf2-4398-40f2-9184-cc453ae0b17e:hover {opacity: 0.5 !important;}
#s-d2c0ccf2-4398-40f2-9184-cc453ae0b17e {
  overflow: hidden;
  
  
      max-width: 1384px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-d2c0ccf2-4398-40f2-9184-cc453ae0b17e .shogun-image-content {
  
    justify-content: center;
  
}

.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;
}

.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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-1809e8f3-b1e3-4713-b312-d8fa2bd9b521 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1809e8f3-b1e3-4713-b312-d8fa2bd9b521 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1809e8f3-b1e3-4713-b312-d8fa2bd9b521.shg-box.shg-c {
  justify-content: 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 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 {
  color: rgba(0, 38, 61, 1);
  font-family: "Noto Serif";
  font-weight: 400;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 38, 61, 1);
  font-family: "DM Sans";
}

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(0, 38, 61, 1);
  font-family: "Noto Serif";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: rgba(0, 38, 61, 1);
  font-family: "DM Sans";
  font-weight: 400;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-9643ee1b-daca-43d9-be91-13387518b690 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 5px;
padding-bottom: 5px;
}

#s-9643ee1b-daca-43d9-be91-13387518b690 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(241, 185, 169, 1);
}

#s-9643ee1b-daca-43d9-be91-13387518b690 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-9643ee1b-daca-43d9-be91-13387518b690 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 38, 61, 1);
}

#s-9643ee1b-daca-43d9-be91-13387518b690 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(241, 185, 169, 1);
}

#s-9643ee1b-daca-43d9-be91-13387518b690 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 38, 61, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-9643ee1b-daca-43d9-be91-13387518b690 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-2dcd8281-23bc-44f6-89eb-bb3df6454d10 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-0d54e0fe-7d96-4761-b216-f849de3dc7a4 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-139a0ec8-a650-44dc-84e7-b6e8bb193d06 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-24c5e2e2-5b82-4b9b-af72-9da0524a6a24 {
  margin-top: 40px;
margin-bottom: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-24c5e2e2-5b82-4b9b-af72-9da0524a6a24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24c5e2e2-5b82-4b9b-af72-9da0524a6a24.shg-box.shg-c {
  justify-content: center;
}

#s-2498bd6a-283c-40c4-afbf-df074e1b9e8a {
  margin-top: 40px;
margin-bottom: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 20px;
background-color: rgba(241, 185, 169, 1);
}








#s-2498bd6a-283c-40c4-afbf-df074e1b9e8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2498bd6a-283c-40c4-afbf-df074e1b9e8a.shg-box.shg-c {
  justify-content: center;
}

#s-cfca391d-b38e-4357-ac1b-693f99a53c81 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cfca391d-b38e-4357-ac1b-693f99a53c81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cfca391d-b38e-4357-ac1b-693f99a53c81.shg-box.shg-c {
  justify-content: center;
}

#s-22950059-630c-43f3-b940-ef5b55b42a27 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22950059-630c-43f3-b940-ef5b55b42a27 .shogun-heading-component h1 {
  color: rgba(0, 38, 61, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-22950059-630c-43f3-b940-ef5b55b42a27 .shogun-heading-component h1 {
  color: rgba(0, 38, 61, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}
#s-aa1f3983-8505-4e6d-8e94-36edea0a2bcd {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-543ed855-b8c8-477e-9dce-9b5d27c1c3fd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-543ed855-b8c8-477e-9dce-9b5d27c1c3fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-543ed855-b8c8-477e-9dce-9b5d27c1c3fd.shg-box.shg-c {
  justify-content: center;
}

#s-51136b9f-4f9f-4b4e-a1fa-2f29ee01edae {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-51136b9f-4f9f-4b4e-a1fa-2f29ee01edae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51136b9f-4f9f-4b4e-a1fa-2f29ee01edae.shg-box.shg-c {
  justify-content: center;
}

#s-14fbfe6a-262f-43ca-8a0e-61ceb40cc34c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-14fbfe6a-262f-43ca-8a0e-61ceb40cc34c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14fbfe6a-262f-43ca-8a0e-61ceb40cc34c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-14fbfe6a-262f-43ca-8a0e-61ceb40cc34c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-14fbfe6a-262f-43ca-8a0e-61ceb40cc34c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c81dafb7-8279-49fb-b853-aceb558c8744 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c81dafb7-8279-49fb-b853-aceb558c8744 .shogun-heading-component h1 {
  color: rgba(0, 38, 61, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 1200px){#s-c81dafb7-8279-49fb-b853-aceb558c8744 .shogun-heading-component h1 {
  color: rgba(0, 38, 61, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}
#s-edf2eb45-f860-4606-81ea-db79d5e780a4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-edf2eb45-f860-4606-81ea-db79d5e780a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-edf2eb45-f860-4606-81ea-db79d5e780a4.shg-box.shg-c {
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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;
  height: inherit;
  position: relative;
}

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

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-db3e89f1-4127-4112-b2dd-42d9240190b4 {
  margin-left: auto;
margin-right: auto;
max-width: 5295px;
text-align: center;
}
#s-db3e89f1-4127-4112-b2dd-42d9240190b4:hover {opacity: 0.8 !important;}
#s-db3e89f1-4127-4112-b2dd-42d9240190b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-db3e89f1-4127-4112-b2dd-42d9240190b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db3e89f1-4127-4112-b2dd-42d9240190b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db3e89f1-4127-4112-b2dd-42d9240190b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db3e89f1-4127-4112-b2dd-42d9240190b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-db3e89f1-4127-4112-b2dd-42d9240190b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-db3e89f1-4127-4112-b2dd-42d9240190b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db3e89f1-4127-4112-b2dd-42d9240190b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db3e89f1-4127-4112-b2dd-42d9240190b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db3e89f1-4127-4112-b2dd-42d9240190b4.shogun-image {
  box-sizing: border-box;
}



.s-db3e89f1-4127-4112-b2dd-42d9240190b4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-db3e89f1-4127-4112-b2dd-42d9240190b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-db3e89f1-4127-4112-b2dd-42d9240190b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db3e89f1-4127-4112-b2dd-42d9240190b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db3e89f1-4127-4112-b2dd-42d9240190b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db3e89f1-4127-4112-b2dd-42d9240190b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-db3e89f1-4127-4112-b2dd-42d9240190b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-db3e89f1-4127-4112-b2dd-42d9240190b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db3e89f1-4127-4112-b2dd-42d9240190b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db3e89f1-4127-4112-b2dd-42d9240190b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db3e89f1-4127-4112-b2dd-42d9240190b4.shogun-image {
  box-sizing: border-box;
}



.s-db3e89f1-4127-4112-b2dd-42d9240190b4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-db3e89f1-4127-4112-b2dd-42d9240190b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-db3e89f1-4127-4112-b2dd-42d9240190b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db3e89f1-4127-4112-b2dd-42d9240190b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db3e89f1-4127-4112-b2dd-42d9240190b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db3e89f1-4127-4112-b2dd-42d9240190b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-db3e89f1-4127-4112-b2dd-42d9240190b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-db3e89f1-4127-4112-b2dd-42d9240190b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db3e89f1-4127-4112-b2dd-42d9240190b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db3e89f1-4127-4112-b2dd-42d9240190b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db3e89f1-4127-4112-b2dd-42d9240190b4.shogun-image {
  box-sizing: border-box;
}



.s-db3e89f1-4127-4112-b2dd-42d9240190b4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-db3e89f1-4127-4112-b2dd-42d9240190b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-db3e89f1-4127-4112-b2dd-42d9240190b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db3e89f1-4127-4112-b2dd-42d9240190b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db3e89f1-4127-4112-b2dd-42d9240190b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db3e89f1-4127-4112-b2dd-42d9240190b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-db3e89f1-4127-4112-b2dd-42d9240190b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-db3e89f1-4127-4112-b2dd-42d9240190b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db3e89f1-4127-4112-b2dd-42d9240190b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db3e89f1-4127-4112-b2dd-42d9240190b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db3e89f1-4127-4112-b2dd-42d9240190b4.shogun-image {
  box-sizing: border-box;
}



.s-db3e89f1-4127-4112-b2dd-42d9240190b4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-db3e89f1-4127-4112-b2dd-42d9240190b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-db3e89f1-4127-4112-b2dd-42d9240190b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db3e89f1-4127-4112-b2dd-42d9240190b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db3e89f1-4127-4112-b2dd-42d9240190b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db3e89f1-4127-4112-b2dd-42d9240190b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-db3e89f1-4127-4112-b2dd-42d9240190b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-db3e89f1-4127-4112-b2dd-42d9240190b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-db3e89f1-4127-4112-b2dd-42d9240190b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db3e89f1-4127-4112-b2dd-42d9240190b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db3e89f1-4127-4112-b2dd-42d9240190b4.shogun-image {
  box-sizing: border-box;
}



.s-db3e89f1-4127-4112-b2dd-42d9240190b4 img.shogun-image {
  
}


}
#s-fb4cab5c-5ae0-47d9-a9a5-8a32d1657bef {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fb4cab5c-5ae0-47d9-a9a5-8a32d1657bef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb4cab5c-5ae0-47d9-a9a5-8a32d1657bef.shg-box.shg-c {
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

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

.shg-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-28b0d84a-8cff-4e86-b321-7816516909b2 {
  margin-left: auto;
margin-right: auto;
max-width: 543px;
text-align: center;
}
#s-28b0d84a-8cff-4e86-b321-7816516909b2:hover {opacity: 0.8 !important;}
#s-28b0d84a-8cff-4e86-b321-7816516909b2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28b0d84a-8cff-4e86-b321-7816516909b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28b0d84a-8cff-4e86-b321-7816516909b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28b0d84a-8cff-4e86-b321-7816516909b2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-28b0d84a-8cff-4e86-b321-7816516909b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-28b0d84a-8cff-4e86-b321-7816516909b2 img.shogun-image {
  width: 100%;
  
  
  max-width: 543px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-28b0d84a-8cff-4e86-b321-7816516909b2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28b0d84a-8cff-4e86-b321-7816516909b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28b0d84a-8cff-4e86-b321-7816516909b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28b0d84a-8cff-4e86-b321-7816516909b2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-28b0d84a-8cff-4e86-b321-7816516909b2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28b0d84a-8cff-4e86-b321-7816516909b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28b0d84a-8cff-4e86-b321-7816516909b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28b0d84a-8cff-4e86-b321-7816516909b2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-28b0d84a-8cff-4e86-b321-7816516909b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-28b0d84a-8cff-4e86-b321-7816516909b2 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-28b0d84a-8cff-4e86-b321-7816516909b2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28b0d84a-8cff-4e86-b321-7816516909b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28b0d84a-8cff-4e86-b321-7816516909b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28b0d84a-8cff-4e86-b321-7816516909b2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-28b0d84a-8cff-4e86-b321-7816516909b2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28b0d84a-8cff-4e86-b321-7816516909b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28b0d84a-8cff-4e86-b321-7816516909b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28b0d84a-8cff-4e86-b321-7816516909b2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-28b0d84a-8cff-4e86-b321-7816516909b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-28b0d84a-8cff-4e86-b321-7816516909b2 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-28b0d84a-8cff-4e86-b321-7816516909b2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28b0d84a-8cff-4e86-b321-7816516909b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28b0d84a-8cff-4e86-b321-7816516909b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28b0d84a-8cff-4e86-b321-7816516909b2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-28b0d84a-8cff-4e86-b321-7816516909b2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28b0d84a-8cff-4e86-b321-7816516909b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28b0d84a-8cff-4e86-b321-7816516909b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28b0d84a-8cff-4e86-b321-7816516909b2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-28b0d84a-8cff-4e86-b321-7816516909b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-28b0d84a-8cff-4e86-b321-7816516909b2 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-28b0d84a-8cff-4e86-b321-7816516909b2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28b0d84a-8cff-4e86-b321-7816516909b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28b0d84a-8cff-4e86-b321-7816516909b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28b0d84a-8cff-4e86-b321-7816516909b2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-28b0d84a-8cff-4e86-b321-7816516909b2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28b0d84a-8cff-4e86-b321-7816516909b2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28b0d84a-8cff-4e86-b321-7816516909b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28b0d84a-8cff-4e86-b321-7816516909b2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-28b0d84a-8cff-4e86-b321-7816516909b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-28b0d84a-8cff-4e86-b321-7816516909b2 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-28b0d84a-8cff-4e86-b321-7816516909b2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28b0d84a-8cff-4e86-b321-7816516909b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28b0d84a-8cff-4e86-b321-7816516909b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28b0d84a-8cff-4e86-b321-7816516909b2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-914332aa-b9ef-4dbc-ba03-08349ea70e6d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-914332aa-b9ef-4dbc-ba03-08349ea70e6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-914332aa-b9ef-4dbc-ba03-08349ea70e6d.shg-box.shg-c {
  justify-content: center;
}

#s-01870884-ad64-4768-b03b-1ffd62bc5840 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

#s-6ae45338-b11e-4489-ba96-b9dfecbbddfd {
  min-height: 50px;
}
@media (max-width: 767px){#s-6ae45338-b11e-4489-ba96-b9dfecbbddfd {
  display: none;
}
#s-6ae45338-b11e-4489-ba96-b9dfecbbddfd, #wrap-s-6ae45338-b11e-4489-ba96-b9dfecbbddfd, #wrap-content-s-6ae45338-b11e-4489-ba96-b9dfecbbddfd { display: none !important; }}







#s-6ae45338-b11e-4489-ba96-b9dfecbbddfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ae45338-b11e-4489-ba96-b9dfecbbddfd.shg-box.shg-c {
  justify-content: center;
}

#s-22001d27-1816-4093-859e-b839c79e13bf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-22001d27-1816-4093-859e-b839c79e13bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22001d27-1816-4093-859e-b839c79e13bf.shg-box.shg-c {
  justify-content: center;
}

#s-9a5c0f53-5edf-4b90-b4b7-38a766aaaf07 {
  margin-left: auto;
margin-right: auto;
}

#s-9a5c0f53-5edf-4b90-b4b7-38a766aaaf07 hr {
  border-top: 1px solid rgba(241, 185, 169, 1);
}

#s-38f64c34-ef78-4f7f-9d29-7baa25be699a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-38f64c34-ef78-4f7f-9d29-7baa25be699a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38f64c34-ef78-4f7f-9d29-7baa25be699a.shg-box.shg-c {
  justify-content: center;
}

#s-fb3600e2-160f-49bb-a5ad-efd80f47449d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb3600e2-160f-49bb-a5ad-efd80f47449d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-fb3600e2-160f-49bb-a5ad-efd80f47449d .shogun-heading-component h1 {
  color: rgba(0, 38, 61, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}
#s-2b3a50c3-eadb-486f-8309-f317d08d19a5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-3fdf4822-6c6c-42cb-9c06-fc55da6dee91 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3fdf4822-6c6c-42cb-9c06-fc55da6dee91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3fdf4822-6c6c-42cb-9c06-fc55da6dee91.shg-box.shg-c {
  justify-content: center;
}

#s-3b6ab947-5657-49c8-8b6d-c262c122778f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3b6ab947-5657-49c8-8b6d-c262c122778f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b6ab947-5657-49c8-8b6d-c262c122778f.shg-box.shg-c {
  justify-content: center;
}

#s-fbfe4970-9373-40eb-9807-01720642ea25 {
  min-height: 50px;
}
@media (max-width: 767px){#s-fbfe4970-9373-40eb-9807-01720642ea25 {
  
}
}







#s-fbfe4970-9373-40eb-9807-01720642ea25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbfe4970-9373-40eb-9807-01720642ea25.shg-box.shg-c {
  justify-content: center;
}

#s-8c82f66a-63a7-43dd-8f68-4a18f30329ef {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-8c82f66a-63a7-43dd-8f68-4a18f30329ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c82f66a-63a7-43dd-8f68-4a18f30329ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-8c82f66a-63a7-43dd-8f68-4a18f30329ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-8c82f66a-63a7-43dd-8f68-4a18f30329ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-065cda34-a4b2-4e9c-97cd-f1a2fb9c78ff {
  max-width: 216px;
text-align: center;
}
#s-065cda34-a4b2-4e9c-97cd-f1a2fb9c78ff:hover {opacity: 0.7 !important;}
#s-065cda34-a4b2-4e9c-97cd-f1a2fb9c78ff {
  overflow: hidden;
  
  
      max-width: 216px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-065cda34-a4b2-4e9c-97cd-f1a2fb9c78ff .shogun-image-content {
  
    justify-content: center;
  
}

#s-fa380485-5b2a-4a3b-86f5-0330559dd4bc {
  margin-top: 25px;
}

#s-1e9364a7-6cb3-4a60-ab10-ca308148f5c9 {
  max-width: 216px;
text-align: center;
}
#s-1e9364a7-6cb3-4a60-ab10-ca308148f5c9:hover {opacity: 0.7 !important;}
#s-1e9364a7-6cb3-4a60-ab10-ca308148f5c9 {
  overflow: hidden;
  
  
      max-width: 216px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-1e9364a7-6cb3-4a60-ab10-ca308148f5c9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1005f0b9-136d-4108-ba43-d0f098876d5a {
  margin-top: 25px;
}

#s-c5c1f15a-deee-49c0-8a2b-50371229b897 {
  max-width: 216px;
text-align: center;
}
#s-c5c1f15a-deee-49c0-8a2b-50371229b897:hover {opacity: 0.7 !important;}
#s-c5c1f15a-deee-49c0-8a2b-50371229b897 {
  overflow: hidden;
  
  
      max-width: 216px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-c5c1f15a-deee-49c0-8a2b-50371229b897 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2dbe2a02-ef20-4889-a3d6-7f5eb1bc02d7 {
  margin-top: 25px;
}

#s-08c15a78-cb44-443f-84ab-5830d043ea17 {
  margin-left: auto;
margin-right: auto;
}

#s-08c15a78-cb44-443f-84ab-5830d043ea17 hr {
  border-top: 1px solid rgba(241, 185, 169, 1);
}

/*
  $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;
}

#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;
          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;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
